/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
: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-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0,16px,0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s 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:.85s cubic-bezier(0.16,1,0.3,1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(0.16,1,0.3,1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(0.16,1,0.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(0.16,1,0.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(0.16,1,0.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(0.16,1,0.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(0.16,1,0.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(0.16,1,0.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__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__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;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,0.6);--f-button-active-bg:rgba(0,0,0,0.6);--f-button-hover-bg:rgba(0,0,0,0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,0.3);--f-button-active-bg:rgba(24,24,27,0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.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);min-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(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0)) * 0.5 * (1 - var(--progress,0))) round var(--f-thumb-border-radius,0));transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.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{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;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;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(0.23,1,0.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-hidden{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,0.65);--f-button-hover-bg:rgba(70,70,73,0.65);--f-button-active-bg:rgba(90,90,93,0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}
@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;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: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:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);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}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@font-face{font-family:"ProximaNova";src:url("/themes/personal/fonts/ProximaNova-Regular/ProximaNova-Regular.woff2") format("woff2"),url("/themes/personal/fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"),url("/themes/personal/fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"ProximaNova";src:url("/themes/personal/fonts/ProximaNova-Bold/ProximaNova-Bold.woff2") format("woff2"),url("/themes/personal/fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"),url("/themes/personal/fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("ttf");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"ProximaNova";src:url("/themes/personal/fonts/ProximaNova-Extrabold/ProximaNova-Extrabold.woff2") format("woff2"),url("/themes/personal/fonts/ProximaNova-Extrabold/ProximaNova-Extrabold.woff") format("woff"),url("/themes/personal/fonts/ProximaNova-Extrabold/ProximaNova-Extrabold.ttf") format("ttf");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"FixelText";src:url("/themes/personal/fonts/FixelText-Bold2/FixelText-Bold2.woff2") format("woff2"),url("/themes/personal/fonts/FixelText-Bold2/FixelText-Bold2.woff") format("woff"),url("/themes/personal/fonts/FixelText-Bold2/FixelText-Bold2.ttf") format("ttf");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"FixelText";src:url("/themes/personal/fonts/FixelText-ExtraBold2/FixelText-ExtraBold2.woff2") format("woff2"),url("/themes/personal/fonts/FixelText-ExtraBold2/FixelText-ExtraBold2.woff") format("woff"),url("/themes/personal/fonts/FixelText-ExtraBold2/FixelText-ExtraBold2.ttf") format("ttf");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"FixelText";src:url("/themes/personal/fonts/FixelText-Regular2/FixelText-Regular2.woff2") format("woff2"),url("/themes/personal/fonts/FixelText-Regular2/FixelText-Regular2.woff") format("woff"),url("/themes/personal/fonts/FixelText-Regular2/FixelText-Regular2.ttf") format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"CenturyGothic";src:url("/themes/personal/fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff2") format("woff2"),url("/themes/personal/fonts/CenturyGothic-Bold/CenturyGothic-Bold.woff") format("woff"),url("/themes/personal/fonts/CenturyGothic-Bold/CenturyGothic-Bold.ttf") format("ttf");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Cuprum";src:url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.woff2") format("woff2"),url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.woff") format("woff"),url("/themes/personal/fonts/Cuprum-Regular/Cuprum-Regular.ttf") format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"icomoon";src:url("/themes/personal/fonts/icomoon/icomoon.woff") format("woff"),url("/themes/personal/fonts/icomoon/icomoon.ttf") format("ttf");font-weight:400;font-style:normal}.node .text-formatted{line-height:1.5}.node .text-formatted h6,.node .text-formatted h5,.node .text-formatted h4,.node .text-formatted h3,.node .text-formatted h2,.node .text-formatted h1{margin:0.5em 0}.node .text-formatted h6:first-child,.node .text-formatted h5:first-child,.node .text-formatted h4:first-child,.node .text-formatted h3:first-child,.node .text-formatted h2:first-child,.node .text-formatted h1:first-child{margin-top:0}.node .text-formatted h6:last-child,.node .text-formatted h5:last-child,.node .text-formatted h4:last-child,.node .text-formatted h3:last-child,.node .text-formatted h2:last-child,.node .text-formatted h1:last-child{margin-bottom:0}.node .text-formatted blockquote{font-size:1rem;font-weight:700;line-height:1.5;padding:15px;background:#27273F;text-align:center;border-radius:5px;overflow:hidden;color:#fff;min-width:20%;margin:1rem 0}@media screen and (min-width:1200px){.node .text-formatted blockquote{font-size:0.9rem}}@media screen and (min-width:1200px){.node .text-formatted blockquote{padding:1.5rem}}.node .text-formatted blockquote:before{display:none}.node .text-formatted blockquote:first-child{margin-top:0}.node .text-formatted blockquote:last-child{margin-bottom:0}.node .text-formatted ol,.node .text-formatted ul{margin:1em 0}.node .text-formatted ol:first-child,.node .text-formatted ul:first-child{margin-top:0}.node .text-formatted ol:last-child,.node .text-formatted ul:last-child{margin-bottom:0}.node .text-formatted ol li,.node .text-formatted ul li{margin:0 0 5px;min-width:200px}.node .text-formatted ol li:last-of-type,.node .text-formatted ul li:last-of-type{margin-bottom:0}.node .text-formatted ul li{overflow:hidden;text-align:left;padding-left:34px;position:relative}@media screen and (min-width:1200px){.node .text-formatted ul li{padding-left:1.7rem}}.node .text-formatted ul li:before{min-width:14px;height:2px;margin:11px 15px 11px 5px;position:absolute;left:0;top:0;content:"";background:#27273F}@media screen and (min-width:1200px){.node .text-formatted ul li:before{min-width:0.7rem;height:0.1rem;margin:0.55rem 0.75rem 0.55rem 0.25rem}}.node .text-formatted ol{counter-reset:list}.node .text-formatted ol li{overflow:hidden;padding:0 0 0 1.5em;position:relative;text-align:left}.node .text-formatted ol li:before{counter-increment:list;content:counters(list,".") ".";position:absolute;left:0}.node .text-formatted ol li li{padding-left:2em}.node .text-formatted table{width:100% !important;border-collapse:collapse;float:none;border:none;margin:1em 0}.node .text-formatted table:first-child{margin-top:0}.node .text-formatted table:last-child{margin-bottom:0}.node .text-formatted table th,.node .text-formatted table td{border:none;padding:15px}.node .text-formatted table th{font-size:1rem;font-weight:700;background:#27273F;color:#FFFFFF;vertical-align:bottom}.node .text-formatted table tr{border:none}.node .text-formatted table tr:nth-child(even){background:#FBFCFD}.node .text-formatted table td{vertical-align:top;font-size:0.8rem;background:none}.node .text-formatted .youtube-container{max-width:1170px;margin-left:auto;margin-right:auto;clear:both}.node .text-formatted .align-left,.node .text-formatted .align-right,.node .text-formatted .align-center{margin:1rem 1.5rem}.node .text-formatted .align-left:first-child,.node .text-formatted .align-right:first-child,.node .text-formatted .align-center:first-child{margin-top:0}.node .text-formatted .align-left{margin-left:0}.node .text-formatted .align-right{margin-right:0}.node .text-formatted .align-center{margin-left:auto;margin-right:auto}@media screen and (min-width:1215px){.node .text-formatted{text-align:left}}*{box-sizing:border-box;margin:0;padding:0;outline:none}*:before,*:after{box-sizing:border-box}.wait-load *{transition-duration:0s !important}.lock{position:relative;overflow:hidden;touch-action:none;-ms-touch-action:none}html{font-size:16px;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media screen and (min-width:1200px){html{font-size:1.0416666667vw}}body{position:relative;width:100%;min-width:360px;height:100%;font-family:"FixelText","Arial","Helvetica",sans-serif;font-size:1rem;line-height:1.25;color:#FFFFFF;background:#202135F5;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#FFE30B #C4CED3}body::-webkit-scrollbar{width:0.35rem;height:0.35rem}body::-webkit-scrollbar-track{background:#C4CED3}body::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;background:#FFE30B}@media screen and (min-width:1200px){body::-webkit-scrollbar-thumb{border-radius:0.25rem}}body.is-hiden{overflow:hidden}body.maintenance-page{min-height:100vh;color:#FFFFFF;background:#FFFFFF}body.maintenance-page .layout-container{padding-top:2.5em}body.maintenance-page main{margin-top:50px}@media screen and (min-width:1200px){body.maintenance-page main{margin-top:2.5rem}}body.maintenance-page h1{margin-bottom:0.2em;font-size:2rem}.site-style-title{font-size:2rem;font-weight:800;line-height:1.1}@media screen and (min-width:1200px){.site-style-title{font-size:3.6rem}}.site-style-h1{font-size:2rem;font-weight:800;line-height:1.1}@media screen and (min-width:1200px){.site-style-h1{font-size:3.6rem}}.site-style-h2{font-size:1.75rem;font-weight:800;line-height:1.25}@media screen and (min-width:1200px){.site-style-h2{font-weight:700;font-size:2.4rem}}.site-style-h3{font-size:1.5rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.site-style-h3{font-size:1.8rem}}.site-style-h4{font-size:1.375rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.site-style-h4{font-size:1.2rem}}.site-style-h5{font-size:1.25rem;font-weight:700;line-height:1.5}@media screen and (min-width:1200px){.site-style-h5{font-size:1rem}}.site-style-h6{font-size:1.25rem;font-weight:700;line-height:1.5}@media screen and (min-width:1200px){.site-style-h6{font-size:1rem}}.site-style-button{font-size:1rem;font-weight:700;line-height:1.5}@media screen and (min-width:1200px){.site-style-button{font-size:0.9rem}}.site-style-regular{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.site-style-regular{font-size:1rem}}.site-style-regularSmall{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.site-style-regularSmall{font-size:1rem}}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}a{text-decoration:underline;color:inherit}a:hover{text-decoration:none}p{margin:0 0 15px}@media screen and (min-width:1200px){p{margin:0 0 0.75rem}}p:last-child{margin-bottom:0}.site-page{position:relative;display:flex;overflow:hidden;flex-direction:column;min-height:100vh}.site-page .site-footer,.site-page .site-header{flex-shrink:0}.site-page .site-main{flex-grow:1}.l{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.l{padding-left:8.4rem;padding-right:8.4rem}}.site-container{margin-left:-0.9375rem;margin-right:-0.9375rem;display:flex;flex-wrap:wrap}@media screen and (min-width:1200px){.site-container{margin-left:-0.75rem;margin-right:-0.75rem}}@media screen and (min-width:1200px){.site-container{flex-wrap:nowrap}}.site-content{padding-left:25px;padding-right:25px}@media screen and (min-width:1200px){.site-content{padding-left:8.4rem;padding-right:8.4rem}}.site-middle{padding-left:0.9375rem;padding-right:0.9375rem;position:relative;z-index:1;flex-grow:1;min-width:0}@media screen and (min-width:1200px){.site-middle{padding-left:0.75rem;padding-right:0.75rem}}.site-leftbar{padding-left:0.9375rem;padding-right:0.9375rem;flex-shrink:0;order:-1;width:100%;margin-bottom:20px}@media screen and (min-width:1200px){.site-leftbar{padding-left:0.75rem;padding-right:0.75rem}}@media screen and (min-width:1200px){.site-leftbar{width:25%}}.site-rightbar{padding-left:0.9375rem;padding-right:0.9375rem;display:none;flex-shrink:0;order:1}@media screen and (min-width:1200px){.site-rightbar{padding-left:0.75rem;padding-right:0.75rem}}.mfp-zoom-in .mfp-with-anim{transition:all 0.2s ease-in-out;transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-bg{transition:all 0.3s ease-out;opacity:0}.mfp-zoom-in.mfp-ready .mfp-with-anim{transform:scale(1);opacity:1}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.55}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-bg{opacity:0.3;background:#262626}.mfp-container{padding:0}.mfp-container .b-product-comments__form,.mfp-container .magnific-popup,.mfp-container .magnific-content{position:relative;width:400px;max-width:100%;margin:0 auto;padding:30px 25px;background:#fff}@media screen and (min-width:1200px){.mfp-container .b-product-comments__form,.mfp-container .magnific-popup,.mfp-container .magnific-content{width:20rem;padding:1.5rem 1.25rem}}.mfp-container .b-product-comments__form>.block,.mfp-container .magnific-popup>.block,.mfp-container .magnific-content>.block{position:static}.mfp-container .b-product-comments__form.basket_add_popup .magnific-popup__title,.mfp-container .magnific-popup.basket_add_popup .magnific-popup__title,.mfp-container .magnific-content.basket_add_popup .magnific-popup__title{margin-left:1.5rem;text-align:center}@media screen and (min-width:1200px){.mfp-container .b-product-comments__form.basket_add_popup,.mfp-container .magnific-popup.basket_add_popup,.mfp-container .magnific-content.basket_add_popup{width:35rem}}.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:1.375rem;font-weight:700;line-height:1.25;margin-bottom:1.25rem;text-align:center}@media screen and (min-width:1200px){.mfp-container .magnific-popup__title,.mfp-container .magnific-content-title{font-size:1.2rem}}.mfp-container .form-actions .form-submit{width:100%;font-size:14px}@media screen and (min-width:1200px){.mfp-container .form-actions .form-submit{font-size:1rem;line-height:1.5}}.mfp-container .mfp-close{top:30px;right:25px;display:flex;align-items:center;justify-content:center;width:auto;height:1.5625rem;font-size:0;opacity:1;color:#333333}@media screen and (min-width:1200px){.mfp-container .mfp-close{top:0.75rem;right:0.75rem;height:2.5rem}}.mfp-container .mfp-close::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.mfp-container .mfp-close::before{font-size:1.2rem}}.mfp-container .mfp-close.is-white{top:15px;right:15px;color:#FFFFFF}.block-type-stop-block{position:relative;max-width:100%;margin:0 auto;background:#FFFFFF}.block-type-stop-block .block__content{display:flex;align-items:center;width:100%}.block-type-stop-block .field-block-image-multi .field__item{display:none}.block-type-stop-block .field-block-image-multi .field__item:first-of-type{display:block}.block-type-stop-block .field-block-image-multi .field__item:first-of-type img{width:52vw;height:100vh;object-fit:cover}.block-type-stop-block .stop_block_img img{width:52vw;height:100vh;object-fit:cover}.block-type-stop-block .info_wrapper{width:48vw;padding:2.5rem;text-align:center}.block-type-stop-block .field-block-title{font-size:2rem;font-weight:800;line-height:1.1}@media screen and (min-width:1200px){.block-type-stop-block .field-block-title{font-size:3.6rem}}.block-type-stop-block .field-block-text{font-size:1.25rem;font-weight:700;line-height:1.5;max-width:22.5rem;margin:15px auto 3.9rem}@media screen and (min-width:1200px){.block-type-stop-block .field-block-text{font-size:1rem}}.block-type-stop-block .field-block-subtitle{margin-top:15px;font-size:1.375rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.block-type-stop-block .field-block-subtitle{font-size:1.2rem}}.block-type-stop-block .field-block-link{margin-top:15px}.block-type-stop-block .field-block-link a{font-size:1rem;font-weight:700;line-height:1.5;transition:all 250ms ease;position:relative;font-family:"FixelText";z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:10px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;overflow:hidden;padding:20px 20px;min-height:45px;background:#FFE30B;color:#FFFFFF}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a{font-size:0.9rem}}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a{border-radius:0.5rem}}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a{padding:0.875rem 1.25rem;min-height:3rem}}.block-type-stop-block .field-block-link a::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:5px}.block-type-stop-block .field-block-link a::after{background:#FFFFFF}.block-type-stop-block .field-block-link a:hover{color:#FFE30B}.block-type-stop-block .field-block-link a:hover::after{transform:scaleX(1)}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a{min-height:3rem}}.block-type-stop-block .field-block-link a::before{margin-right:10px;font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.block-type-stop-block .field-block-link a::before{font-size:1.2rem}}.warehouses-inform-form{display:flex;flex-direction:column}.warehouses-inform-form .mess{margin-top:10px;font-size:0.75rem}.warehouses-inform-form.is-submitted .mess{margin-top:0;font-size:1.375rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.warehouses-inform-form.is-submitted .mess{font-size:1.2rem}}.basket-add-popup-links{display:flex;align-items:center;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;margin:0 -0.5rem -0.5rem;text-align:center}.basket-add-popup-links a{margin:0 0.5rem 0.5rem}.basket-add-popup-links-order{font-size:1rem;font-weight:700;line-height:1.5;transition:all 250ms ease;position:relative;font-family:"FixelText";z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:10px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;overflow:hidden;padding:15px 25px;min-height:50px;background:#FFE30B;color:#FFFFFF}@media screen and (min-width:1200px){.basket-add-popup-links-order{font-size:0.9rem}}@media screen and (min-width:1200px){.basket-add-popup-links-order{border-radius:0.5rem}}@media screen and (min-width:1200px){.basket-add-popup-links-order{padding:0.875rem 1.25rem;min-height:3rem}}.basket-add-popup-links-order::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:5px}.basket-add-popup-links-order::after{background:#FFFFFF}.basket-add-popup-links-order:hover{color:#FFE30B}.basket-add-popup-links-order:hover::after{transform:scaleX(1)}.basket-add-popup-links-close{transition:all 250ms ease;position:relative;text-decoration:none;font-size:1rem;font-weight:700;line-height:1.5}.basket-add-popup-links-close:after{background:#27273F;transition:all 250ms ease;content:"";position:absolute;height:1px;bottom:0;left:0;right:0;will-change:transform;transform:scaleX(0);content-visibility:auto}.basket-add-popup-links-close:hover:after{transform:scaleX(1)}@media screen and (min-width:1200px){.basket-add-popup-links-close{font-size:0.9rem}}.basket-add-popup-links-close::before{display:inline-block;font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin-right:0.5rem;content:"";vertical-align:middle;color:#27273F;animation-duration:1s;animation-iteration-count:infinite}@media screen and (min-width:1200px){.basket-add-popup-links-close::before{font-size:1.2rem}}.basket-add-popup-links-close:after{left:calc(24px + 0.5rem)}.basket-add-popup-links-close:hover:before{animation-name:fadeOutLeft}.addto_basket_button{font-size:1rem;font-weight:700;line-height:1.5;transition:all 250ms ease;position:relative;font-family:"FixelText";z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:10px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;overflow:hidden;padding:15px 25px;min-height:50px;background:#FFE30B;color:#FFFFFF;flex-wrap:nowrap;width:100%;white-space:nowrap}@media screen and (min-width:1200px){.addto_basket_button{font-size:0.9rem}}@media screen and (min-width:1200px){.addto_basket_button{border-radius:0.5rem}}@media screen and (min-width:1200px){.addto_basket_button{padding:0.875rem 1.25rem;min-height:3rem}}.addto_basket_button::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:5px}.addto_basket_button::after{background:#FFFFFF}.addto_basket_button:hover{color:#FFE30B}.addto_basket_button:hover::after{transform:scaleX(1)}.warehous-btn{font-size:1rem;font-weight:700;line-height:1.5;transition:all 250ms ease;position:relative;font-family:"FixelText";z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:10px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;overflow:hidden;padding:20px 20px;min-height:45px;background:#27273F;color:#FFFFFF;color:#FFFFFF}@media screen and (min-width:1200px){.warehous-btn{font-size:0.9rem}}@media screen and (min-width:1200px){.warehous-btn{border-radius:0.5rem}}@media screen and (min-width:1200px){.warehous-btn{padding:0.875rem 1.25rem;min-height:3rem}}.warehous-btn::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:5px}.warehous-btn::after{background:#FFE30B}.warehous-btn:hover{color:#FFFFFF}.warehous-btn:hover::after{transform:scaleX(1)}@media screen and (min-width:1200px){.warehous-btn{min-height:3rem}}.basket_add_popup_params .basket_add_button_wrap{display:flex;align-items:center;margin:0 -5px}.basket_add_popup_params .addto_basket_button,.basket_add_popup_params .basket_item_count{margin:0 5px}h6,h5,h4,h3,h2,h1{margin:0;padding:0}h1{font-size:2rem;font-weight:800;line-height:1.1}@media screen and (min-width:1200px){h1{font-size:3.6rem}}h2{font-size:1.75rem;font-weight:800;line-height:1.25}@media screen and (min-width:1200px){h2{font-weight:700;font-size:2.4rem}}h3{font-size:1.5rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){h3{font-size:1.8rem}}h4{font-size:1.375rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){h4{font-size:1.2rem}}h5{font-size:1.25rem;font-weight:700;line-height:1.5}@media screen and (min-width:1200px){h5{font-size:1rem}}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;-ms-appearance:none}input[type=time],input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;-o-appearance:textfield;-ms-appearance:textfield}input[type="time"]::-webkit-clear-button{display:none}input[type="time"]::-moz-clear-button{display:none}svg,img{max-width:100%;height:auto;vertical-align:middle;border:none;image-rendering:-webkit-optimize-contrast}video{width:100%;height:auto;vertical-align:middle;-o-object-fit:cover;object-fit:cover}[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{font-size:1rem;font-weight:400;line-height:1.5;transition:all 250ms ease;box-sizing:border-box;width:100%;min-width:0;height:50px;padding:13px 13.5px;font-family:"FixelText";color:#333333;border:1px solid #ECF1F3;border-radius:10px;outline:none;background:#FFFFFF;box-shadow:none}@media screen and (min-width:1200px){[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{font-size:1rem}}@media screen and (min-width:1200px){[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{height:3.35rem;padding:0.925rem 0.675rem;border:0.05rem solid #ECF1F3;border-radius:0.25rem}}[type="color"][disabled="disabled"],[type="date"][disabled="disabled"],[type="datetime"][disabled="disabled"],[type="datetime-local"][disabled="disabled"],[type="email"][disabled="disabled"],[type="month"][disabled="disabled"],[type="number"][disabled="disabled"],[type="password"][disabled="disabled"],[type="search"][disabled="disabled"],[type="tel"][disabled="disabled"],[type="text"][disabled="disabled"],[type="time"][disabled="disabled"],[type="url"][disabled="disabled"],[type="week"][disabled="disabled"],select[disabled="disabled"],textarea[disabled="disabled"]{opacity:0.5}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s !important;-webkit-box-shadow:0 0 0 1000px rgba(255,255,255,0) inset !important}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size:1rem;font-weight:400;line-height:1.5;font-family:"FixelText";transition:all 0.3s;color:#333333}@media screen and (min-width:1200px){input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size:1rem}}input::-moz-placeholder,textarea::-moz-placeholder{font-size:1rem;font-weight:400;line-height:1.5;font-family:"FixelText";transition:all 0.3s;color:#333333}@media screen and (min-width:1200px){input::-moz-placeholder,textarea::-moz-placeholder{font-size:1rem}}input:-ms-input-placeholder,textarea:-ms-input-placeholder{font-size:1rem;font-weight:400;line-height:1.5;font-family:"FixelText";transition:all 0.3s;color:#333333}@media screen and (min-width:1200px){input:-ms-input-placeholder,textarea:-ms-input-placeholder{font-size:1rem}}input:focus,textarea:focus{border-color:#27273F;background:#fff}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0}textarea{display:block;height:150px;padding-top:1rem;padding-bottom:1rem;resize:none}@media screen and (min-width:1200px){textarea{height:7.5rem;padding-top:0.625rem;padding-bottom:0.625rem}}select{padding-right:40px;background-image:url("/themes/personal/images/icons/select-arrow.svg");background-repeat:no-repeat;background-position:right 15px center}@media screen and (min-width:1200px){select{padding-right:2rem;background-position:right 0.75rem center}}.form-type-checkbox,.form-type-radio{position:relative}input[type="radio"]{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal}input[type="radio"]~label{position:relative;display:inline-block;padding-left:1.75em;cursor:pointer;transition:all 250ms ease;font-size:1rem;font-weight:700;line-height:1.5}@media screen and (min-width:1200px){input[type="radio"]~label{font-size:0.9rem}}input[type="radio"]~label::before,input[type="radio"]~label::after{position:absolute;top:0;left:0;width:0;content:"";border-radius:50%;transition:all 250ms ease}input[type="radio"]~label::before{width:1.25em;height:1.25em;border:1px solid rgba(78,84,92,0.4);background:#fff}input[type="radio"]~label::after{width:10px;height:10px;margin-top:4px;margin-left:4px;transition:all 0.3s;transform:scale(0.5);opacity:0;background:#27273F}input[type="radio"]:checked~label::after{transform:scale(1);opacity:1}input[type="radio"]:checked~label::before{border-color:#27273F}.form-type-radio{position:relative}input[type="checkbox"]{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal}input[type="checkbox"]~label{position:relative;display:inline-block;padding-left:1.75em;transition:all 250ms ease;cursor:pointer}input[type="checkbox"]~label::before,input[type="checkbox"]~label::after{position:absolute;top:0.625em;left:0;width:1.2em;height:1.2em;margin-top:-0.6em;content:"";transition:all 250ms ease}input[type="checkbox"]~label::before{border:1px solid #FFE30B;border-radius:3px;background:#fff}input[type="checkbox"]~label::after{display:inline-flex;align-items:center;justify-content:center;font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:"";transform:scale(0.5);opacity:0;color:#27273F}@media screen and (min-width:1200px){input[type="checkbox"]~label::after{font-size:1.2rem}}@media screen and (min-width:1200px){input[type="checkbox"]~label::after{font-size:1rem}}input[type="checkbox"]:checked~label::after{transform:none;opacity:1}input[type="checkbox"]:checked~label::before{border-color:#27273F}.select2-container--default.select2-container--disabled .select2-selection--single{background:#FBFCFD}.select2-container--default .select2-selection--single{display:flex;align-items:center;height:60px;padding:10px 40px 10px 15px;border:1px solid #ECF1F3;border-radius:5px;outline:none;background:#FBFCFD}@media screen and (min-width:1200px){.select2-container--default .select2-selection--single{height:3rem;padding:0.5rem 2rem 0.5rem 0.75rem}}.select2-container--default .select2-selection--single.exposed-style{border:none}.select2-container--default .select2-selection--single.exposed-style .select2-selection__rendered{line-height:60px}.select2-container--default .select2-selection--single .select2-selection__rendered{overflow:hidden;padding:0;line-height:1.25;white-space:nowrap;text-overflow:ellipsis;color:inherit}.select2-container--default .select2-selection--single .select2-selection__arrow{right:15px;width:10px;height:100%;background:url("/themes/personal/images/icons/select-arrow.svg") no-repeat center center;background-size:contain}@media screen and (min-width:1200px){.select2-container--default .select2-selection--single .select2-selection__arrow{right:0.75rem;width:0.5rem}}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#2D3748}.select2-container--default .select2-selection--single .select2-selection__clear{position:absolute;z-index:1000;top:0;right:-23px;bottom:0;width:20px;font-size:20px;transition:color 0.3s;text-align:center}.select2-container--default .select2-results>.select2-results__options{-webkit-overflow-scrolling:touch}.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{width:7px;height:7px}@media screen and (min-width:1200px){.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{width:0.35rem}}.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{background:rgba(51,51,51,0.3)}.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{background:#FFE30B;cursor:pointer;border-radius:2px}@media screen and (min-width:1200px){.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{border-radius:0.1rem}}.select2-container{max-width:100%}.select2-container .color-code{display:inline-block;flex-shrink:0;width:24px;height:24px;margin:-0.2em 10px 0 0;vertical-align:middle;border:1px solid #ECF1F3;border-radius:3px}.select2-search{box-shadow:0 0 5px rgba(0,0,0,0.3)}.select2-search__field{min-height:32px}.select2-container--default .select2-search--dropdown .select2-search__field{height:40px;border:1px solid #ECF1F3;border-radius:5px}.select2-container--open .select2-selection__arrow{transform:rotate(180deg)}.select2-dropdown{border:none}.select2-container--default .select2-results>.select2-results__options{max-height:250px}.select2-dropdown{border-radius:0.25rem}.select2-container--open .select2-dropdown--below .select2-results__option:last-of-type{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.select2-container--open .select2-dropdown--above .select2-results__option:first-of-type{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.select2-results__options{max-height:250px;border:none;border-radius:0;box-shadow:0px 0px 30px rgba(60,63,65,0.06)}.select2-results__options .select2-results__option{display:flex;align-items:center;min-height:60px;padding:15px}.select2-results__options .select2-results__option--highlighted[aria-selected]{color:#fff;background:#27273F}.form-actions{margin-top:10px}.form-actions .form-submit{font-size:0.875rem;font-weight:700;line-height:1.2;width:100%;padding:16.5px 20px;border:none;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;border-radius:10px;text-align:center;text-decoration:none;background:linear-gradient(132deg,#FFDF00 0%,#FFB800 100%);color:#333333;z-index:1;min-height:50px;outline:none}@media screen and (min-width:1200px){.form-actions .form-submit{font-size:0.8rem}}@media screen and (min-width:1200px){.form-actions .form-submit{padding:1rem;min-height:3.35rem}}.form-actions .form-submit:after{transition:all 250ms ease;position:absolute;content:"";width:100%;height:0;bottom:0;left:0;z-index:-1;background:#FFFFFF}.form-actions .form-submit:hover{padding:14.5px 18px;border:2px solid #333333}@media screen and (min-width:1200px){.form-actions .form-submit:hover{padding:0.9rem;border:0.1rem solid #333333}}.form-actions .form-submit:hover:after{top:0;height:100%}@media screen and (min-width:1200px){.form-actions .form-submit{border-radius:0.25rem}}form .confirmation-message{text-align:center}.text-center{text-align:center}ol,ul{margin:0;padding:0}li{margin:0;padding:0;list-style:none}table{border-collapse:collapse}.responsive-table-text{overflow-x:auto;overflow-y:hidden}iframe{vertical-align:middle;border:none}.ajax-progress-throbber,.ajax-progress-fullscreen{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;display:flex;overflow:hidden;align-items:center;justify-content:center;width:100%;height:100%;font-size:0;border-radius:0;background:rgba(35,34,34,0.85);background-image:none}.lds-roller{position:relative;display:inline-block;width:80px;height:80px}.lds-roller div{transform-origin:40px 40px;animation:lds-roller 1.2s cubic-bezier(0.5,0,0.5,1) infinite}.lds-roller div:after{position:absolute;display:block;width:7px;height:7px;margin:-4px 0 0 -4px;content:" ";border-radius:50%;background:#27273F}.lds-roller div:nth-child(1){animation-delay:-0.036s}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-0.072s}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-0.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-0.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-0.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-0.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-0.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-0.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}form .form-item{position:relative;margin:0 0 10px}@media screen and (min-width:1200px){form .form-item{margin:0 0 0.5rem}}form .form-item-required:not(.form-type-checkbox)::before{position:absolute;z-index:1;top:50%;left:-4px;width:8px;height:8px;content:"";transform:translateY(-50%);pointer-events:none;border-radius:50%;background:#EE1402}@media screen and (min-width:1200px){form .form-item-required:not(.form-type-checkbox)::before{left:-0.2rem;width:0.4rem;height:0.4rem}}form .form-item.form-type-password-confirm{margin-bottom:0}form .form-item.form-type-password-confirm.form-item-required:before{display:none}form .form-type-textarea .form-item-required::before{top:23px;transform:none}@media screen and (min-width:1200px){form .form-type-textarea .form-item-required::before{top:1.15rem}}.btn--std{font-size:1rem;font-weight:700;line-height:1.5}@media screen and (min-width:1200px){.btn--std{font-size:0.9rem}}.swiper-button-wrapper,.swiper-navigation.wrapper_content{position:absolute;top:-4.5rem;right:0;display:flex;align-items:center;justify-content:center}.swiper-button{position:unset;z-index:5;display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:11px;border-radius:10px}@media screen and (min-width:1200px){.swiper-button{transition:all 250ms ease;position:unset;display:flex;width:3rem;height:3rem;padding:0.9rem;border-radius:0.5rem;inset:0}}.swiper-button-prev{margin-right:0.5rem;background:#FFE30B}.swiper-button-next{background:#27273F}.swiper-button:before{display:none}.swiper-button::after{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.swiper-button::after{font-size:1.2rem}}.swiper-button-prev::after{content:"";color:#FFFFFF}.swiper-button-next::after{content:"";color:#FFFFFF}.swiper-button.swiper-smart-position-hidden{display:none}.swiper-button:hover{color:#27273F}.swiper-button.swiper-button-disabled{cursor:auto;pointer-events:initial;opacity:0.1}.gl-devel{position:relative;display:table;width:228px;margin:0 auto;padding-left:21px;font-family:"Cuprum";line-height:1.25;text-align:left;white-space:nowrap;text-transform:uppercase;color:"FixelText"}@media screen and (min-width:1200px){.gl-devel{width:14.65rem;margin:0;padding-left:1.45rem}}.gl-devel-mask{position:absolute;top:0;bottom:0;width:0;background:#27273F}.gl-devel-mask--title{left:0}.gl-devel-mask--role{right:0;background:#FFE30B}.gl-devel-title{position:relative;display:table;font-size:1.25rem}@media screen and (min-width:1200px){.gl-devel-title{font-size:1.3rem}}.gl-devel-title svg,.gl-devel-title img{position:absolute;top:10%;right:100%;width:auto;height:80%;margin:0 1px 0 0;padding:3px}@media screen and (min-width:1200px){.gl-devel-title svg,.gl-devel-title img{margin:0 0.05rem 0 0;padding:0.2rem}}.gl-devel-name{position:relative;transform:scale(0)}.gl-devel-role{position:relative;display:table;font-size:0.5rem;letter-spacing:0.1875rem}@media screen and (min-width:1200px){.gl-devel-role{font-size:0.7rem;letter-spacing:0.15rem}}.gl-devel-role a{position:relative;display:block;transform:scale(0);text-decoration:none;color:inherit}.gl-devel-role a:after{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";transition-duration:0.2s;transform:scaleX(0);background:currentColor}.gl-devel-role a:hover:after{transform:scaleX(1)}.gl-devel.is-animate .gl-devel-title img,.gl-devel.is-animate .gl-devel-title svg{animation:glyanec_img 5s infinite}.gl-devel.is-animate .gl-devel-mask{animation-delay:0.5s}.gl-devel.is-animate .gl-devel-mask--title{animation:mainBlock 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-mask--role{animation:mainBlockRight 1s cubic-bezier(0.74,0.06,0.4,0.92) forwards}.gl-devel.is-animate .gl-devel-role a,.gl-devel.is-animate .gl-devel-name{transition:0s ease 0.5s;transform:scale(1)}@keyframes mainBlock{0%{width:0%;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainBlockRight{0%{width:0%;right:0}50%{width:100%;right:0}100%{width:0;right:100%}}@keyframes glyanec_img{0%{transform:rotate3d(10,0,0,0deg)}20%{transform:rotate3d(10,0,0,0deg)}40%{transform:rotate3d(10,0,0,0deg)}60%{transform:rotate3d(0,10,0,180deg)}80%{transform:rotate3d(10,0,0,0deg)}}@keyframes secBlock{0%{width:0%;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes popIn{0%{opacity:0}50%{opacity:1;bottom:45px}65%{bottom:0px;width:15px}80%{bottom:20px}100%{bottom:2px;transform:scale(1)}}@keyframes secFadeIn{0%{opacity:0}15%{opacity:0}100%{opacity:1}}@keyframes top{0%{opacity:0;bottom:-80px}100%{opacity:1;bottom:0px}}@keyframes icon{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.3) rotate(-2deg)}100%{opacity:1;bottom:0px}}.basket_item_count{display:flex;flex-shrink:0;width:150px;height:60px;border:1px solid #ECF1F3;border-radius:5px;background:#FBFCFD}@media screen and (min-width:1200px){.basket_item_count{width:7.5rem;height:3rem}}.basket_item_count .arrow{display:flex;align-items:center;flex-shrink:0;justify-content:center;width:33.333%;font-size:0;transition:color 0.3s;text-decoration:none;color:inherit;color:#27273F;-webkit-tap-highlight-color:transparent}.basket_item_count .arrow:hover{color:#FFE30B}.basket_item_count .arrow::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.basket_item_count .arrow::before{font-size:1.2rem}}@media screen and (min-width:1200px){.basket_item_count .arrow::before{font-size:0.9rem}}.basket_item_count .arrow.min::before{content:""}.basket_item_count .arrow.plus::before{content:""}.basket_item_count .count_input{flex-grow:1;height:100%;min-height:0;padding:0;font-size:1.5rem;font-weight:700;text-align:center;border:none;background:transparent;-moz-appearance:textfield}.drupal_package_like_button{display:inline-block;font-size:0;text-decoration:none;-webkit-tap-highlight-color:transparent}.drupal_package_like_button::before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;color:#27273F}@media screen and (min-width:1200px){.drupal_package_like_button::before{font-size:1.2rem}}.drupal_package_like_button.compare_button::before{content:""}.drupal_package_like_button.compare_button.active:before{color:#EE1402}.drupal_package_like_button.favorite_button::before{content:""}.drupal_package_like_button.favorite_button.active::before{content:""}.drupal_package_like_button.favorite_button_comment{display:flex;align-items:center}.drupal_package_like_button.favorite_button_comment .count{margin-left:8px;font-size:0.75rem;color:#646E73}.drupal_package_like_button.favorite_button_comment::before{line-height:1;content:"";color:#27273F}.drupal_package_like_button.dislike_button_comment{display:flex;align-items:center}.drupal_package_like_button.dislike_button_comment .count{margin-left:5px;font-size:0.75rem;color:#646E73}.drupal_package_like_button.dislike_button_comment::before{margin-top:4px;line-height:1;content:"";color:#EE1402}.swiper-hand{position:relative}.swiper-hand:before{position:absolute;background:url("/themes/personal/images/icons/hand.svg") center center;width:24px;height:24px;right:0;top:-26px;pointer-events:none;z-index:5;content:"";background-size:cover}@media screen and (min-width:1200px){.swiper-hand:before{display:none}}.swiper-lock .swiper-hand{display:none}#drupal-live-announce{display:none}.field--type-fivestar{margin-bottom:10px}.form-type-fivestar{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}div.fivestar-widget,div.fivestar-widget-static{display:flex;font-size:0}div.fivestar-widget .star,div.fivestar-widget-static .star{flex-shrink:0;width:28px;height:24px;margin:0;background:url("/themes/personal/images/ico-stars.svg") no-repeat 0 0 !important;background-size:100% !important}@media screen and (min-width:1200px){div.fivestar-widget .star,div.fivestar-widget-static .star{width:1.4rem;height:1.2rem}}div.fivestar-widget .star a,div.fivestar-widget .star span.off,div.fivestar-widget-static .star a,div.fivestar-widget-static .star span.off{display:block;width:100%;background:url("/themes/personal/images/ico-stars.svg") no-repeat 0 0 !important;background-size:100% !important}div.fivestar-widget .star.hover a,div.fivestar-widget .star.on a,div.fivestar-widget .star span.on,div.fivestar-widget-static .star.hover a,div.fivestar-widget-static .star.on a,div.fivestar-widget-static .star span.on{display:block;height:100%;height:100%;background:url("/themes/personal/images/ico-stars.svg") no-repeat 0 bottom !important;background-size:100% !important}.fivestar-default{display:flex;align-items:center}.fivestar-default .fivestar-rate{margin:0 0 0 10px;font-size:1.125rem;font-weight:700}.stars-small div.fivestar-widget,.stars-small div.fivestar-widget-static{margin-right:-1px;margin-left:-1px}.stars-small div.fivestar-widget .star,.stars-small div.fivestar-widget-static .star{width:10px;height:10px;margin-right:1px;margin-left:1px;background-size:100% auto !important}@media screen and (min-width:1200px){.stars-small div.fivestar-widget .star,.stars-small div.fivestar-widget-static .star{width:14px;height:14px}}.stars-small div.fivestar-widget .star span,.stars-small div.fivestar-widget .star a,.stars-small div.fivestar-widget-static .star span,.stars-small div.fivestar-widget-static .star a{background-size:100% auto !important}.stars-small .fivestar-rate{font-size:1rem;font-weight:700;line-height:1.5}@media screen and (min-width:1200px){.stars-small .fivestar-rate{font-size:0.9rem}}.vote-widget--like-and-dislike{display:flex}.vote-widget--like-and-dislike a{width:auto;height:auto;margin-right:0.25rem;font-size:0;text-decoration:none;text-indent:unset;background:none}.vote-widget--like-and-dislike a:before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;display:block;transition:all 250ms ease}@media screen and (min-width:1200px){.vote-widget--like-and-dislike a:before{font-size:1.2rem}}.vote-widget--like-and-dislike .count{font-size:1rem;font-weight:400;line-height:1.5;color:#646E73}@media screen and (min-width:1200px){.vote-widget--like-and-dislike .count{font-size:1rem}}.vote-like{display:flex;align-items:center;margin:0 10px 0 0}@media screen and (min-width:1200px){.vote-like{margin-right:0.75rem}}.vote-like a{color:#27273F}.vote-like a:before{content:""}.vote-like a:hover:before{transform:translateY(-5px)}.vote-like a:active:before{transform:translateY(-3px)}.vote-dislike{display:flex;align-items:center}.vote-dislike a{color:#EE1402}.vote-dislike a:before{content:""}.vote-dislike a:hover:before{transform:translateY(5px)}.vote-dislike a:active:before{transform:translateY(3px)}.a2a_kit.a2a_default_style{display:flex;align-items:center;margin:0 -0.15rem}.a2a_kit.a2a_default_style a{width:32px;height:32px;margin:0 0.15rem;padding:0}@media screen and (min-width:1200px){.a2a_kit.a2a_default_style a{width:1.6rem;height:1.6rem}}.a2a_kit.a2a_default_style a:before{display:block;width:100%;height:100%;content:"";border-radius:5px;background:no-repeat center;background-size:contain;animation-duration:1s;animation-iteration-count:infinite}.a2a_kit.a2a_default_style a:hover:before{animation-name:zoomIn}.a2a_kit.a2a_default_style a span{display:none}.a2a_kit.a2a_default_style a.a2a_button_facebook:before{background-image:url("/themes/personal/images/icons/ico-share-1.svg")}.a2a_kit.a2a_default_style a.a2a_button_telegram:before{background-image:url("/themes/personal/images/icons/ico-share-2.svg")}.share-section{display:flex;clear:both;align-items:center;flex-wrap:wrap;padding:30px 0 0}@media screen and (min-width:1200px){.share-section{padding-top:2.5rem}}.share-section__title{font-size:1rem;font-weight:700;line-height:1.5;margin-right:8px}@media screen and (min-width:1200px){.share-section__title{font-size:0.9rem}}.grid-2 .view-content{display:flex;flex-wrap:wrap;margin:0 -15px}@media screen and (min-width:768px){.grid-2 .view-content{margin-right:-0.75rem;margin-left:-0.75rem}}.grid-2 .views-row{width:100%;margin:0 0 10px;padding:0 15px}@media screen and (min-width:768px){.grid-2 .views-row{width:50%;margin-bottom:1.5rem;padding-right:0.75rem;padding-left:0.75rem}}.grid-3 .view-content{display:flex;flex-wrap:wrap;margin:0 -15px}@media screen and (min-width:768px){.grid-3 .view-content{margin-right:-0.75rem;margin-left:-0.75rem}}.grid-3 .views-row{width:100%;margin:0 0 15px;padding:0 15px}@media screen and (min-width:480px){.grid-3 .views-row{width:50%;margin-bottom:30px;margin-bottom:1.5rem;padding-right:0.75rem;padding-left:0.75rem}}@media screen and (min-width:992px){.grid-3 .views-row{width:33.333%}}.grid-4 .view-content{display:flex;flex-wrap:wrap;margin:0 -15px}@media screen and (min-width:768px){.grid-4 .view-content{margin-right:-0.75rem;margin-left:-0.75rem}}.grid-4 .views-row{width:100%;margin:0 0 25px;padding:0 15px}@media screen and (min-width:480px){.grid-4 .views-row{width:50%;margin-bottom:1.5rem;padding-right:0.75rem;padding-left:0.75rem}}@media screen and (min-width:768px){.grid-4 .views-row{width:33.33%}}@media screen and (min-width:1200px){.grid-4 .views-row{width:25%}}.pager{clear:both;margin:25px 0;font-size:1rem;font-weight:normal;text-align:center;color:#FFFFFF}.pager__items{position:relative;display:inline-block;padding:0 2.25rem;vertical-align:middle}.pager__item{display:inline-block;min-width:20px;margin:0 1px;padding:0;list-style:none;vertical-align:middle}.pager__item a{transition:all 250ms ease;position:relative;display:flex;align-items:center;justify-content:center;height:2rem;text-decoration:none}.pager__item a:hover{color:#27273F}.pager__item.is-active a{font-size:1.25rem;font-weight:700;line-height:1.5;color:#27273F}@media screen and (min-width:1200px){.pager__item.is-active a{font-size:1rem}}.pager__item--last,.pager__item--first{display:none}.pager__item--previous,.pager__item--next{position:absolute;top:50%;width:24px;margin:-12px 0 0}.pager__item--previous a,.pager__item--next a{position:relative;display:flex;align-items:center;justify-content:center;height:24px;padding:0;font-size:0;color:#E1E5E8}.pager__item--previous a:before,.pager__item--next a:before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;animation-duration:1s;animation-iteration-count:infinite}@media screen and (min-width:1200px){.pager__item--previous a:before,.pager__item--next a:before{font-size:1.2rem}}.pager__item--previous a:hover,.pager__item--next a:hover{color:#27273F}.pager__item--previous{left:0}.pager__item--previous a:before{content:""}.pager__item--previous a:hover:before{animation-name:fadeOutLeft}.pager__item--next{right:0}.pager__item--next a:before{content:""}.pager__item--next a:hover:before{animation-name:fadeOutRight}.pager .pager__load_more_items li{margin:0;padding:0}.pager .pager__load_more_items li a{font-size:1rem;font-weight:700;line-height:1.5;transition:all 250ms ease;position:relative;font-family:"FixelText";z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:10px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;overflow:hidden;padding:15px 25px;min-height:50px;background:#FFE30B;color:#FFFFFF;width:auto}@media screen and (min-width:1200px){.pager .pager__load_more_items li a{font-size:0.9rem}}@media screen and (min-width:1200px){.pager .pager__load_more_items li a{border-radius:0.5rem}}@media screen and (min-width:1200px){.pager .pager__load_more_items li a{padding:0.875rem 1.25rem;min-height:3rem}}.pager .pager__load_more_items li a::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:5px}.pager .pager__load_more_items li a::after{background:#FFFFFF}.pager .pager__load_more_items li a:hover{color:#FFE30B}.pager .pager__load_more_items li a:hover::after{transform:scaleX(1)}.pager .pager__load_more_items li a:after{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit;margin:0 0 0 10px;content:"";transition:all 0.5s ease}@media screen and (min-width:1200px){.pager .pager__load_more_items li a:after{font-size:1.2rem}}.pager .pager__load_more_items li a:hover:after{transform:rotate(360deg)}.pager .pager__load_more_items.load_more_auto li a{min-height:0;padding:0;background:none}.pager .pager__load_more_items.load_more_auto li a:before,.pager .pager__load_more_items.load_more_auto li a:after{display:none}.ui-datepicker.ui-widget-content{width:320px;padding:0 15px;font-family:"FixelText";font-size:14px;color:#FFFFFF;border:none;border-radius:0;box-shadow:0px 4px 15px rgba(79,79,79,0.2)}.ui-datepicker.ui-widget-content .ui-datepicker-header{display:flex;align-items:center;justify-content:center;min-height:80px;margin:0 -15px;padding:0 15px;text-align:center;border:none;border-bottom:1px solid #ECF1F3;border-radius:0;background:none;box-shadow:none}.ui-datepicker.ui-widget-content .ui-datepicker-header:after,.ui-datepicker.ui-widget-content .ui-datepicker-header:before{display:none}.ui-datepicker.ui-widget-content .ui-datepicker-header a{position:static;display:flex;align-items:center;justify-content:center;width:24px;height:auto;height:24px;height:auto;cursor:pointer;text-decoration:none;color:#FFFFFF;border:none;border-radius:0;outline:none;outline:none;background:#fff}.ui-datepicker.ui-widget-content .ui-datepicker-header a span{display:none}.ui-datepicker.ui-widget-content .ui-datepicker-header a:before{font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1200px){.ui-datepicker.ui-widget-content .ui-datepicker-header a:before{font-size:1.2rem}}.ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev:before{content:""}.ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-next{order:10}.ui-datepicker.ui-widget-content .ui-datepicker-header a.ui-datepicker-next:before{content:""}.ui-datepicker.ui-widget-content .ui-datepicker-header a:hover{color:#FFE30B}.ui-datepicker.ui-widget-content .ui-datepicker-header .ui-datepicker-title{flex-grow:1;min-width:132px;min-width:0;margin:0 18px;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:0.05em;text-transform:uppercase}.ui-datepicker.ui-widget-content .ui-datepicker-header select{width:46%;height:40px;margin:0;margin:0 2%;padding-right:30px;padding-left:10px;font-family:"FixelText";font-size:1rem;vertical-align:top;background-position:right 12px center}@media screen and (min-width:1200px){.ui-datepicker.ui-widget-content .ui-datepicker-header select{height:2rem;font-size:0.7rem}}.ui-datepicker.ui-widget-content .ui-datepicker-calendar{margin:0;font-size:16px}.ui-datepicker.ui-widget-content .ui-datepicker-calendar thead th{height:40px;padding:5px;font-size:10px;font-weight:700;text-transform:uppercase;color:#27273F}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td{width:14.2%;height:40px;padding:0;cursor:pointer;vertical-align:middle;border:none}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0 auto;padding:0;text-align:center;color:#FFFFFF;border:none;border-radius:50%;background:none}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-today span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-today a{color:#FFFFFF;background:#F1F4F6}.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td:hover span,.ui-datepicker.ui-widget-content .ui-datepicker-calendar tbody tr td:hover a{color:#fff;background:#27273F}.ui-menu.ui-autocomplete{z-index:9999;overflow-x:hidden;max-width:100%;max-height:362px;margin:0;font:0.9rem "FixelText";border:none;border-radius:0;background:#fff;-webkit-overflow-scrolling:touch}.ui-menu.ui-autocomplete::-webkit-scrollbar{width:7px;height:7px}@media screen and (min-width:1200px){.ui-menu.ui-autocomplete::-webkit-scrollbar{width:0.35rem}}.ui-menu.ui-autocomplete::-webkit-scrollbar-track{background:rgba(51,51,51,0.3)}.ui-menu.ui-autocomplete::-webkit-scrollbar-thumb{background:#FFE30B;cursor:pointer;border-radius:2px}@media screen and (min-width:1200px){.ui-menu.ui-autocomplete::-webkit-scrollbar-thumb{border-radius:0.1rem}}.ui-menu.ui-autocomplete .ui-menu-item{margin:0;padding:0;list-style:none;border-top:1px solid #E1E5E8}.ui-menu.ui-autocomplete .ui-menu-item-wrapper{display:block;margin:0;padding:10px 15px;font-weight:400;text-decoration:none;color:#FFFFFF;border:none;transition:all 250ms ease;background:none !important}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .views-field-field-product-images{display:flex;align-items:center;justify-content:center;width:70px;min-width:70px;margin-right:10px}.ui-menu.ui-autocomplete .ui-menu-item-wrapper a{display:block;margin:-10px -15px;padding:10px 15px;text-decoration:none;color:inherit}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .empty{display:block;text-align:center}.ui-menu.ui-autocomplete .ui-menu-item-wrapper .search_block_link{display:flex;align-items:center;font-weight:normal;text-decoration:none}.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active{color:#fff;background:#27273F !important}.ui-slider-horizontal{height:7px;margin-bottom:18px;border:none !important;border-radius:100px;background:#FFE30B}.ui-slider-horizontal .ui-slider-range{height:100%;border-radius:100px;background:#27273F}.ui-slider-horizontal .ui-slider-handle{top:50%;width:18px;height:18px;margin:-9px 0 0 -9px;cursor:pointer;border:3px solid #fff;border-radius:50%;outline:none;background:#FFE30B;box-shadow:0px 2px 6px rgba(142,148,152,0.2);-ms-touch-action:manipulation;touch-action:manipulation}.scroll-top{transition:all 250ms ease;position:fixed;z-index:49;right:25px;bottom:40px;display:flex;visibility:hidden;align-items:center;justify-content:center;width:45px;height:45px;cursor:pointer;transform:translateY(30px);opacity:0;border-radius:5px;background:#27273F;-ms-touch-action:manipulation;touch-action:manipulation}@media screen and (min-width:992px){.scroll-top{right:30px;bottom:30px;width:55px;height:55px}}@media screen and (min-width:1200px){.scroll-top{right:1.5rem;bottom:1.5rem;width:4.6rem;height:4.6rem;border-radius:0.25rem}}.scroll-top::before{font-family:"icomoon";font-size:16px;font-weight:400;line-height:1;color:inherit;content:"";transform:rotate(90deg);color:#FFFFFF}@media screen and (min-width:1200px){.scroll-top::before{font-size:1.2rem}}.scroll-top.is-visible{visibility:visible;transform:translateY(0);opacity:1}.sliding-popup-bottom{transition:all 1s ease;right:25px;bottom:25px !important;left:25px;width:auto !important;max-width:600px;transition-delay:2s;transform:translateY(0);border-radius:5px;box-shadow:0 0 0.25rem rgba(0,0,0,0.4),0 9px 1rem rgba(0,0,0,0.08);will-change:transform}@media screen and (min-width:1200px){.sliding-popup-bottom{right:8.4rem;left:8.4rem;max-width:100%;border-radius:0.5rem}}.wait-load .sliding-popup-bottom{transform:translateY(100%)}.sliding-popup-bottom .popup-content{content-visibility:auto}.eu-cookie-compliance-content{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;max-width:100%;margin:0;padding:25px}@media screen and (min-width:1200px){.eu-cookie-compliance-content{flex-wrap:nowrap;padding:1.25rem}}.eu-cookie-compliance-content .eu-cookie-compliance-message{float:none;max-width:100%;margin:0 0 20px 0}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message{margin:0}}.eu-cookie-compliance-content .eu-cookie-compliance-message h2{font-size:1.375rem;font-weight:700;line-height:1.25;margin-bottom:5px}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message h2{font-size:1.2rem}}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message h2{margin-bottom:0.25rem}}.eu-cookie-compliance-content .eu-cookie-compliance-message p{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message p{font-size:1rem}}.eu-cookie-compliance-content .eu-cookie-compliance-message button{font-size:1rem;font-weight:400;line-height:1.5;text-decoration:underline;transition:color 0.3s ease-in}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message button{font-size:1rem}}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-message button:hover{color:#dcc411;transition:color 0.3s ease-in}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons{display:flex;align-items:center;flex-direction:row-reverse;flex-shrink:0;justify-content:flex-end;max-width:100%;margin:0}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons{gap:3rem}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons button{font-size:1rem;font-weight:700;line-height:1.5;margin:0 10px}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons button{font-size:0.9rem}}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons button{margin:0 0.5rem}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button{font-size:1rem;font-weight:700;line-height:1.5;transition:all 250ms ease;position:relative;font-family:"FixelText";z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:10px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;overflow:hidden;padding:20px 20px;min-height:45px;background:#FFE30B;color:#FFFFFF;border:none;box-shadow:none;text-shadow:unset;background:#dcc411;padding:10px 20px;width:max-content}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button{font-size:0.9rem}}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button{border-radius:0.5rem}}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button{padding:0.875rem 1.25rem;min-height:3rem}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button::after{position:absolute;content:"";left:-2px;top:-2px;bottom:-2px;right:-2px;transform:scaleX(0);transition:transform 0.3s;transform-origin:right center;z-index:-1;border-radius:5px}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button::after{background:#FFFFFF}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button:hover{color:#FFE30B}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button:hover::after{transform:scaleX(1)}@media screen and (min-width:480px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button{width:unset}}@media screen and (min-width:1200px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button{padding:0.875rem 1.25rem}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-secondary-button:hover{color:#dcc411}}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button{transition:all 250ms ease;position:relative;text-decoration:none;width:50%;padding:0;color:#FFFFFF;border:none;background:none;box-shadow:none;text-shadow:unset}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:after{background:currentColor;transition:all 250ms ease;content:"";position:absolute;height:1px;bottom:0;left:0;right:0;will-change:transform;transform:scaleX(0);content-visibility:auto}.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:hover:after{transform:scaleX(1)}@media screen and (min-width:480px){.eu-cookie-compliance-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button{width:unset}}.custom-error{pointer-events:none !important}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}html.lock{overflow-y:hidden;scroll-behavior:unset !important}.page-node-1 .body ul li{overflow:hidden;text-align:left;padding-left:34px;position:relative}@media screen and (min-width:1200px){.page-node-1 .body ul li{padding-left:1.7rem}}.page-node-1 .body ul li:before{min-width:14px;height:1px;margin:11px 15px 11px 5px;position:absolute;left:0;top:0;content:"";background:#FFE30B}@media screen and (min-width:1200px){.page-node-1 .body ul li:before{min-width:0.7rem;height:1px;margin:0.55rem 0.75rem 0.55rem 0.25rem}}.background.lines{position:absolute;top:0;right:0;left:0;width:100%;height:100%;margin:auto;pointer-events:none}.background .line{position:absolute;top:0;overflow:hidden;width:0.1rem;height:100%;background:#333333}.background .line span,.background .line:before,.background .line:after{position:absolute;top:-50%;display:block;width:2px;height:14px;content:"";animation:drop 50s 0s infinite;animation-timing-function:cubic-bezier(0.4,0.26,0,0.97);border-radius:1px;background:linear-gradient(to bottom,#FFDF00 0%,#FFB800 100%);animation-fill-mode:forwards}@media screen and (min-width:1200px){.background .line span,.background .line:before,.background .line:after{width:0.1rem;height:0.7rem;border-radius:0.05rem}}.background .line:nth-child(1){left:25px}@media screen and (min-width:1200px){.background .line:nth-child(1){left:8.75rem}}.background .line:nth-child(1)::after{animation-delay:1s}.background .line:nth-child(1)::before{animation-delay:5s}.background .line:nth-child(1) span{animation-delay:10s}.background .line:nth-child(2){left:50%}@media screen and (min-width:1200px){.background .line:nth-child(2){left:33.2rem}}.background .line:nth-child(2)::after{animation-delay:1s}.background .line:nth-child(2)::before{animation-delay:5s}.background .line:nth-child(2) span{animation-delay:10s}.background .line:nth-child(3){right:25px}@media screen and (min-width:1200px){.background .line:nth-child(3){right:33.4rem}}.background .line:nth-child(3)::after{animation-delay:1s}.background .line:nth-child(3)::before{animation-delay:5s}.background .line:nth-child(3) span{animation-delay:10s}.background .line:nth-child(4){display:none}@media screen and (min-width:1200px){.background .line:nth-child(4){right:8.75rem;display:block}}.background .line:nth-child(4)::after{animation-delay:1s}.background .line:nth-child(4)::before{animation-delay:5s}.background .line:nth-child(4) span{animation-delay:10s}@keyframes drop{0%{top:-50%}100%{top:110%}}.menu{display:flex;align-items:flex-start;flex-direction:column}@media screen and (min-width:1200px){.menu{align-items:unset;flex-direction:unset}}.menu__item a{font-size:1rem;font-weight:400;line-height:1.5;transition:all 500ms cubic-bezier(0,0,0.23,1);text-decoration:none;-webkit-text-stroke-color:#FFFFFF;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,#FFE30B,#FFE30B 50%,#FFFFFF 50%);background-size:200% 100%;background-position:100%;color:#FFFFFF}@media screen and (min-width:1200px){.menu__item a{font-size:1rem}}.menu__item a:hover{background-position:0;-webkit-text-stroke-color:#FFE30B}.site-header .menu .menu__item--7{display:none}.error-page__content{max-width:52rem;margin:0 auto;padding:75px 0;text-align:center}.error-page__number{font-size:2rem;font-weight:800;line-height:1.1;margin-bottom:20px;font-size:120px}@media screen and (min-width:1200px){.error-page__number{font-size:3.6rem}}@media screen and (min-width:1200px){.error-page__number{margin-bottom:1rem;font-size:9rem}}.error-page__button{font-size:1.375rem;font-weight:700;line-height:1.25;margin-bottom:20px}@media screen and (min-width:1200px){.error-page__button{font-size:1.2rem}}@media screen and (min-width:1200px){.error-page__button{margin-bottom:1rem}}.error-page__button--front{font-size:1.375rem;font-weight:700;line-height:1.25;text-decoration:none;color:#FFE30B}@media screen and (min-width:1200px){.error-page__button--front{font-size:1.2rem}}.error-page__title{font-size:1rem;font-weight:400;line-height:1.5;text-transform:uppercase}@media screen and (min-width:1200px){.error-page__title{font-size:1rem}}.user-login-form,.user-register-form{max-width:27rem;margin:0 auto;text-align:center}.user-login-form .description,.user-register-form .description{display:none}.user-login-form .form-type-checkbox .option,.user-register-form .form-type-checkbox .option{margin:10px 0}@media screen and (min-width:1200px){.user-login-form .form-type-checkbox .option,.user-register-form .form-type-checkbox .option{margin:0.5rem 0}}.user-login-form .field--name-user-picture,.user-register-form .field--name-user-picture{display:none}.user-login-form .form-actions button,.user-register-form .form-actions button{margin:0 auto}.webform-confirmation{margin:0 auto;text-align:center}.webform-confirmation__message{font-size:1.25rem;font-weight:700;line-height:1.5;margin:0;color:#FFFFFF}@media screen and (min-width:1200px){.webform-confirmation__message{font-size:1rem}}.page-node .region-content,.page-user .region-content{padding:20px 0}@media screen and (min-width:1200px){.page-node .region-content,.page-user .region-content{padding:6rem 0 3rem 0}}.page-node .region-content .profile,.page-user .region-content .profile{display:flex;justify-content:center}.drupalseoblock{padding-left:25px;padding-right:25px;padding-top:20px;padding-bottom:20px}@media screen and (min-width:1200px){.drupalseoblock{padding-left:8.4rem;padding-right:8.4rem}}@media screen and (min-width:1200px){.drupalseoblock{padding-top:3.125rem;padding-bottom:3.125rem}}.drupalseoblock__container{-webkit-overflow-scrolling:touch;overflow-y:scroll;max-height:400px;padding-right:20px}.drupalseoblock__container::-webkit-scrollbar{width:7px;height:7px}@media screen and (min-width:1200px){.drupalseoblock__container::-webkit-scrollbar{width:0.35rem}}.drupalseoblock__container::-webkit-scrollbar-track{background:rgba(51,51,51,0.3)}.drupalseoblock__container::-webkit-scrollbar-thumb{background:#FFE30B;cursor:pointer;border-radius:2px}@media screen and (min-width:1200px){.drupalseoblock__container::-webkit-scrollbar-thumb{border-radius:0.1rem}}@media screen and (min-width:1200px){.drupalseoblock__container{max-height:27.5rem;padding-right:1.5625rem}}.language-switcher-language-url .language-list{position:relative;text-transform:uppercase;color:#FFFFFF}.language-switcher-language-url .language-list.is-open .language-list__items{visibility:visible;transform:translateY(0);opacity:1}.language-switcher-language-url .language-list__current{font-size:1rem;font-weight:700;line-height:1.5;display:flex;align-items:flex-end;cursor:pointer}@media screen and (min-width:1200px){.language-switcher-language-url .language-list__current{font-size:0.9rem}}.language-switcher-language-url .language-list__current:after{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;margin-left:4px;content:"";color:#FFFFFF}@media screen and (min-width:1200px){.language-switcher-language-url .language-list__current:after{font-size:1.2rem}}@media screen and (min-width:1200px){.language-switcher-language-url .language-list__current:after{margin-left:0.2rem}}.language-switcher-language-url .language-list__items{transition:all 250ms ease;position:absolute;z-index:11;top:105%;left:-5px;visibility:hidden;width:65px;padding:10px;transform:translateY(5px);text-align:center;opacity:0;border-radius:4px;background-color:#27273F}@media screen and (min-width:1200px){.language-switcher-language-url .language-list__items{right:-0.25rem;left:unset;width:3.25rem;padding:0.5rem;transform:translateY(0.25rem);border-radius:0.25rem}}.language-switcher-language-url .language-list__items a{transition:all 250ms ease;font-size:1rem;font-weight:400;line-height:1.5;text-decoration:none}@media screen and (min-width:1200px){.language-switcher-language-url .language-list__items a{font-size:1rem}}.language-switcher-language-url .language-list__items a:hover{opacity:0.6}.page-not-front .pagetitle{padding-top:40px}@media screen and (min-width:1200px){.page-not-front .pagetitle{padding-top:2.5rem}}.site-main .block:not(.block-type-form) .block__title{font-size:1.75rem;font-weight:800;line-height:1.25;margin-bottom:5px}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .block__title{font-weight:700;font-size:2.4rem}}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .block__title{margin-bottom:0.8rem}}.site-main .block:not(.block-type-form) .block__title:before{margin-right:8px;content:"["}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .block__title:before{margin-right:0.4rem}}.site-main .block:not(.block-type-form) .block__title:after{margin-left:8px;content:"]"}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .block__title:after{margin-right:0.4rem}}.site-main .block:not(.block-type-form) .block__title:before,.site-main .block:not(.block-type-form) .block__title:after{font-size:1.75rem;font-weight:800;line-height:1.25;color:#08A018}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .block__title:before,.site-main .block:not(.block-type-form) .block__title:after{font-weight:700;font-size:2.4rem}}.site-main .block:not(.block-type-form) .field-block-subtitle{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .field-block-subtitle{font-size:1rem}}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .field-block-subtitle{font-size:0.9rem}}.site-main .block:not(.block-type-form) .field-block-subtitle strong{padding:0 6px;color:#333333;border-radius:5px;background:linear-gradient(132deg,#FFDF00 0%,#FFB800 100%)}@media screen and (min-width:1200px){.site-main .block:not(.block-type-form) .field-block-subtitle strong{padding:0 0.3rem;border-radius:0.25rem}}body.lock .you-get .tabs-button{pointer-events:none}
body .drupal_seo_link{right:0;left:auto;border-radius:50% 0 0 50%}#toolbar-item-administration-tray .toolbar-logo img{max-height:19px}@media screen and (min-width:1200px){.main-slider .block__layout>.contextual{top:6rem}}@media screen and (min-width:1200px){.copyright.contextual-region .contextual .contextual-links{top:-180px}}
.course{padding:40px 0 20px 0}@media screen and (min-width:1200px){.course{padding:2.5rem 0 4.75rem 0}}.course .block__title{text-align:center}@media screen and (min-width:1200px){.course .block__title{text-align:left}}.course .field-block-subtitle{text-align:center}@media screen and (min-width:1200px){.course .field-block-subtitle{text-align:left}}.course .content__wrapper{display:flex;align-items:center;flex-direction:column;max-width:310px;margin:0 auto;text-align:center}@media screen and (min-width:768px){.course .content__wrapper{max-width:510px}}@media screen and (min-width:1200px){.course .content__wrapper{flex-direction:unset;justify-content:space-between;max-width:unset;margin:0;text-align:left}}.course .left__wrapper{padding-bottom:112px}@media screen and (min-width:1200px){.course .left__wrapper{width:35.75rem;padding-right:9.7rem;padding-bottom:0}}@media screen and (max-width:1200px){.course .left__wrapper:before{top:18px;left:50%;background:url("/themes/personal/images/decor/decor-course-top.svg") center no-repeat}}@media screen and (min-width:1200px){.course .left__wrapper:before{right:-1rem;background:url("/themes/personal/images/decor/decor-course-left.svg") center no-repeat}}.course .right__wrapper{padding-top:141px}@media screen and (min-width:1200px){.course .right__wrapper{width:35.5rem;padding-top:0;padding-left:8rem}}@media screen and (max-width:1200px){.course .right__wrapper:before{top:-10px;left:50%;background:url("/themes/personal/images/decor/decor-course-bottom.svg") center no-repeat}}@media screen and (min-width:1200px){.course .right__wrapper:before{left:-1.5rem;background:url("/themes/personal/images/decor/decor-course-right.svg") center no-repeat}}.course .left__wrapper,.course .right__wrapper{position:relative;display:flex;align-items:center;flex-direction:column}@media screen and (min-width:1200px){.course .left__wrapper,.course .right__wrapper{align-items:flex-start}}.course .left__wrapper:before,.course .right__wrapper:before{position:absolute;content:"";pointer-events:none;background-size:contain}@media screen and (max-width:1200px){.course .left__wrapper:before,.course .right__wrapper:before{width:19.375rem;height:17.8125rem;transform:translateX(-50%)}}@media screen and (min-width:1200px){.course .left__wrapper:before,.course .right__wrapper:before{top:50%;width:20rem;height:13.5rem;transform:translateY(-50%)}}.course .field-block-subtitle{margin-bottom:28px}@media screen and (min-width:1200px){.course .field-block-subtitle{margin-bottom:4.75rem}}.course .field-block-text,.course .field-block-title{font-size:1.5rem;font-weight:700;line-height:1.25;width:300px;margin-bottom:18px;color:#FFE30B}@media screen and (min-width:1200px){.course .field-block-text,.course .field-block-title{font-size:1.8rem}}@media screen and (min-width:1200px){.course .field-block-text,.course .field-block-title{width:unset;margin-bottom:0.5rem}}.course .field-block-desc,.course .field-block-text-formatted{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.course .field-block-desc,.course .field-block-text-formatted{font-size:1rem}}.course .field-block-text-second{font-size:1.375rem;font-weight:700;line-height:1.25;text-align:center}@media screen and (min-width:1200px){.course .field-block-text-second{font-size:1.2rem}}@media screen and (min-width:1200px){.course .field-block-text-second{position:relative;display:flex;align-items:center;justify-content:center;width:11.85rem;height:11.85rem;border-radius:50%;background:#252748;font-size:1.1rem}.course .field-block-text-second:before,.course .field-block-text-second:after{transition:all 250ms ease;position:absolute;display:block;content:"";opacity:0.4;border-radius:50%}.course .field-block-text-second:before{width:12.95rem;height:12.95rem;border:0.05rem solid #FFFFFF}.course .field-block-text-second:after{width:14.7rem;height:14.7rem;animation:spin 50s linear infinite;border:0.05rem dashed #FFFFFF}}.course .field-block-text-second:hover:before,.course .field-block-text-second:focus-visible:before{scale:1.1}.course .field-block-text-second:hover:after,.course .field-block-text-second:focus-visible:after{animation:spin 10s linear infinite;scale:1.1}@keyframes spin{100%{transform:rotateZ(360deg)}}
.course-program{position:relative;margin:0 -25px;padding:30px 25px 7px}@media screen and (min-width:1200px){.course-program{margin:0 -8.4rem;padding:2.5rem 8.4rem}}.course-program .block__title{text-align:center}@media screen and (min-width:1200px){.course-program .block__title{text-align:left}}.course-program .field-block-subtitle{margin-bottom:20px;text-align:center}@media screen and (min-width:1200px){.course-program .field-block-subtitle{margin-bottom:2.5rem;text-align:left}}.course-program .field-block-paragraph{counter-reset:step}@media screen and (min-width:1200px){.course-program .field-block-paragraph{display:flex;gap:1.5rem}}.course-program .field-block-paragraph__item{border-top:1px solid rgba(0,0,0,0.2)}@media screen and (min-width:1200px){.course-program .field-block-paragraph .left-column,.course-program .field-block-paragraph .right-column{margin-top:-1.625rem;width:50%}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .left-column .field-block-paragraph__item:nth-child(1),.course-program .field-block-paragraph .right-column .field-block-paragraph__item:nth-child(1){border-top:none}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .left-column .field-paragraph-motto{margin-right:1.2rem}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .right-column .field-paragraph-motto{margin-left:1.2rem}}.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto{position:relative;font-size:1.5rem;font-weight:700;line-height:1.25;line-height:1.4;padding:20px 55px 20px 0;cursor:pointer;transition:all 0.3s ease-in}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto{font-size:1.8rem}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto{display:flex;line-height:1.25;padding:1.625rem 3.5rem 1.625rem 0}}.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto:before{font-size:1.5rem;font-weight:700;line-height:1.25;display:block;content:"#0" counter(step);counter-increment:step;color:#FFE30B;margin-bottom:9px}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto:before{font-size:1.8rem}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto:before{margin-bottom:0;margin-right:2.4rem}}.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto:after{content:"";font-family:"icomoon";font-size:20px;font-weight:400;line-height:1;color:inherit;transition:all 250ms ease;position:absolute;top:50%;right:0;display:flex;align-items:center;justify-content:center;width:50px;height:50px;transform:translateY(-50%) rotate(0);border-radius:5px;background:#08A018}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto:after{font-size:1.2rem}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto:after{width:3rem;height:3rem;border-radius:0.25rem}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto.is-active{padding-bottom:1.125rem;transition:all 0.3s ease-in}}.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-motto.is-active:after{transform:translateY(-50%) rotate(180deg)}.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-text-formatted{font-size:1.25rem;font-weight:700;line-height:1.5;font-weight:400;padding-bottom:20px;display:none}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-text-formatted{font-size:1rem}}@media screen and (min-width:1200px){.course-program .field-block-paragraph .paragraph--type--title-with-desc .field-paragraph-text-formatted{font-size:1.2rem;padding-bottom:1.25rem}}.course-program .field-block-media-img{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0}.course-program .field-block-media-img .field-media-image:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:rgba(44,44,71,0.95)}.course-program .field-block-media-img .field-media-image img{width:100%;height:100%;object-fit:cover}
.desc-with-imgs{padding:40px 0}@media screen and (min-width:1200px){.desc-with-imgs{padding:6rem 0}.desc-with-imgs .swiper{overflow:visible}.desc-with-imgs .swiper .swiper{overflow:unset}.desc-with-imgs .swiper .swiper-wrapper{transform:none !important;flex-wrap:wrap}.desc-with-imgs .swiper .swiper-slide{height:auto}.desc-with-imgs .swiper .swiper-pagination,.desc-with-imgs .swiper .swiper-button{display:none}}.desc-with-imgs .block__title{text-align:center}@media screen and (min-width:1200px){.desc-with-imgs .block__title{text-align:left}}.desc-with-imgs .field-block-subtitle{text-align:center}@media screen and (min-width:1200px){.desc-with-imgs .field-block-subtitle{text-align:left}}@media screen and (min-width:1200px){.desc-with-imgs .masonry__wrapper{position:relative;margin:-0.75rem}}@media screen and (min-width:1200px){.desc-with-imgs__container{position:relative}}.desc-with-imgs .field-block-subtitle{margin-bottom:31px}@media screen and (min-width:1200px){.desc-with-imgs .field-block-subtitle{margin-bottom:2.7rem}}.desc-with-imgs .field-block-text-formatted{font-size:1.25rem;font-weight:700;line-height:1.5;margin-bottom:25px;font-weight:400}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted{font-size:1rem}}.desc-with-imgs .field-block-text-formatted p{margin-bottom:10px}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:first-child{margin-bottom:0.25rem}}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:nth-child(2){margin-bottom:0.75rem}}.desc-with-imgs .field-block-text-formatted p:nth-child(3){margin-bottom:13px}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:nth-child(3){margin-bottom:1rem}}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:last-child{display:flex;align-items:flex-start}}.desc-with-imgs .field-block-text-formatted p:last-child svg{margin-right:30px}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:last-child svg{margin-right:2rem}}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:last-child svg:nth-child(1){width:3.9rem;height:2.5rem}}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:last-child svg:nth-child(2){width:8.25rem;height:2.5rem}}.desc-with-imgs .field-block-text-formatted p:last-child svg:last-child{margin-top:15px}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted p:last-child svg:last-child{margin:0;width:11.05rem;height:1.85rem}}@media screen and (min-width:1200px){.desc-with-imgs .field-block-text-formatted{position:absolute;width:38.85rem;margin-bottom:2.05rem;padding:0 0.75rem}}.desc-with-imgs .field-block-media-multi{position:relative}@media screen and (min-width:1200px){.desc-with-imgs .field-block-media-multi__item.swiper-slide{width:25%;padding:0 0.75rem 1.5rem}}.desc-with-imgs .field-block-media-multi__item.swiper-slide img{width:100%;border-radius:5px}@media screen and (min-width:1200px){.desc-with-imgs .field-block-media-multi__item.swiper-slide img{height:16.25rem;border-radius:0.25rem;object-fit:cover}}
.desc-with-paragraph{position:relative;margin:0 -25px;padding:30px 25px 14px}@media screen and (min-width:1200px){.desc-with-paragraph{margin:0 -8.4rem;padding:2.5rem 8.4rem}}.desc-with-paragraph .block__title{text-align:center}@media screen and (min-width:1200px){.desc-with-paragraph .block__title{text-align:left}}.desc-with-paragraph .field-block-subtitle{margin-bottom:15px;text-align:center}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-subtitle{margin-bottom:1.8rem;text-align:left}}.desc-with-paragraph .field-block-subtitle strong{font-size:15px}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-subtitle strong{font-size:0.9rem}}.desc-with-paragraph .field-block-text-formatted{font-size:1.25rem;font-weight:700;line-height:1.5;-webkit-overflow-scrolling:touch;overflow-y:auto;pointer-events:visible;max-height:330px;margin-bottom:20px;padding-right:7px}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-text-formatted{font-size:1rem}}.desc-with-paragraph .field-block-text-formatted::-webkit-scrollbar{width:7px;height:7px}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-text-formatted::-webkit-scrollbar{width:0.35rem}}.desc-with-paragraph .field-block-text-formatted::-webkit-scrollbar-track{background:rgba(51,51,51,0.3)}.desc-with-paragraph .field-block-text-formatted::-webkit-scrollbar-thumb{background:#FFE30B;cursor:pointer;border-radius:2px}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-text-formatted::-webkit-scrollbar-thumb{border-radius:0.1rem}}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-text-formatted{width:44.7rem;max-height:100%;margin-bottom:0;padding-right:0;overflow:visible;font-weight:400}}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-text-formatted p{margin-bottom:0.5rem}}.desc-with-paragraph .field-block-text-formatted h5{font-size:22px;line-height:1.25}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-text-formatted h5{font-size:1.2rem}}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-paragraph{position:relative;padding-left:12.25rem}.desc-with-paragraph .field-block-paragraph:before{position:absolute;top:49%;left:-10rem;width:21.5rem;height:21.5rem;content:"";transform:translateY(-51%);pointer-events:none;background:url("/themes/personal/images/decor/decor-numbers.svg") center no-repeat;background-size:contain}}.desc-with-paragraph .field-block-paragraph__item:not(:last-child){margin-bottom:25px}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-paragraph__item:not(:last-child){margin-bottom:3.35rem}}@media screen and (min-width:1200px){.desc-with-paragraph .field-block-paragraph__item{padding-left:3.25rem}.desc-with-paragraph .field-block-paragraph__item:first-child,.desc-with-paragraph .field-block-paragraph__item:last-child{padding-left:0}}.desc-with-paragraph .field-block-media-img{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.desc-with-paragraph .field-block-media-img .field-media-image:before{position:absolute;top:0;bottom:0;left:0;right:0;content:"";background:rgba(44,44,71,0.95)}.desc-with-paragraph .field-block-media-img .field-media-image img{width:100%;height:100%;object-fit:cover}.desc-with-paragraph .field-paragraph-motto{font-size:1.5rem;font-weight:700;line-height:1.25;margin-right:16px;color:#FFE30B}@media screen and (min-width:1200px){.desc-with-paragraph .field-paragraph-motto{font-size:1.8rem}}@media screen and (min-width:1200px){.desc-with-paragraph .field-paragraph-motto{margin-right:0.8rem}}.desc-with-paragraph .field-paragraph-text-formatted{font-size:16px;line-height:1.5}@media screen and (min-width:1200px){.desc-with-paragraph .field-paragraph-text-formatted{font-size:1.2rem;line-height:1.25}}.desc-with-paragraph .paragraph{display:flex;align-items:center}@media screen and (min-width:1200px){.desc-with-paragraph .content__wrapper{display:flex;align-items:center}}
.expert-drupal{padding:20px 0 40px 0}@media screen and (min-width:1200px){.expert-drupal{padding:3rem 0 6rem 0}}.expert-drupal .field-block-subtitle{margin-bottom:20px}@media screen and (min-width:1200px){.expert-drupal .field-block-subtitle{margin-bottom:2rem}}.expert-drupal .field-block-paragraph{position:relative}@media screen and (min-width:768px){.expert-drupal .field-block-paragraph__items{display:flex;flex-wrap:wrap;justify-content:center;margin:-5px}}@media screen and (min-width:1200px){.expert-drupal .field-block-paragraph__items{margin:-0.75rem}}@media screen and (min-width:768px){.expert-drupal .field-block-paragraph__item{width:33.3333333333%;padding:5px}}@media screen and (min-width:1200px){.expert-drupal .field-block-paragraph__item{padding:0.75rem}}.expert-drupal .field-paragraph-link a{position:absolute;left:0;top:0;right:0;bottom:0;font-size:0}.expert-drupal .field-paragraph-img{width:175px;margin-bottom:15px;height:35px}@media screen and (min-width:1200px){.expert-drupal .field-paragraph-img{width:fit-content;margin-bottom:0.8rem;height:2.9rem}}.expert-drupal .field-paragraph-img img{width:100%;height:100%}.expert-drupal .field-paragraph-text-formatted{margin-bottom:10px;font-size:1.125rem;font-weight:400;line-height:1.4}@media screen and (min-width:1200px){.expert-drupal .field-paragraph-text-formatted{margin-bottom:0.8rem;font-size:1rem;line-height:1.5}}.expert-drupal .field-paragraph-desc{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.expert-drupal .field-paragraph-desc{font-size:1rem}}@media screen and (min-width:1200px){.expert-drupal .field-paragraph-desc{font-size:0.8rem}}.expert-drupal .paragraph{height:100%;padding:15px;border:2px solid rgba(69,77,82,0.2);border-radius:10px;background:#27273F}@media screen and (min-width:1200px){.expert-drupal .paragraph{position:relative;overflow:hidden;padding:1.25rem 3.1rem 1.25rem 1.75rem;border:0.1rem solid rgba(69,77,82,0.2);border-radius:0.5rem}.expert-drupal .paragraph:before{position:absolute;top:46%;right:-0.325rem;width:2.25rem;height:2.25rem;content:"";transform:translateY(-50%);border-radius:0.5rem;background:linear-gradient(132deg,#FFDF00 0%,#FFB800 100%);rotate:45deg}}
.site-footer{padding-left:25px;padding-right:25px;position:relative;z-index:1;display:flex;flex-direction:column;padding:57px 40.5px 23px;color:#FFFFFF}@media screen and (min-width:1200px){.site-footer{padding-left:8.4rem;padding-right:8.4rem}}@media screen and (min-width:1200px){.site-footer{padding:2.5rem 8.4rem}}.site-footer__bg{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;background-repeat:no-repeat;background-size:cover}.site-footer__bg:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(0deg,rgba(44,44,71,0.9) 0%,rgba(44,44,71,0.9) 100%)}.site-footer .region-footer-first{padding:0 25px}@media screen and (min-width:1200px){.site-footer .region-footer-first{display:flex;justify-content:space-between;padding:0}}.site-footer .region-footer-second{margin-top:25px}@media screen and (min-width:1200px){.site-footer .region-footer-second{margin-top:2.5rem}}.site-footer .block__title{font-size:1.375rem;font-weight:700;line-height:1.25;margin-bottom:1.5rem}@media screen and (min-width:1200px){.site-footer .block__title{font-size:1.2rem}}@media screen and (min-width:1200px){.site-footer .footer-logo{width:20.2rem}}.site-footer .footer-logo .field-block-img{width:168px;margin:0 auto 25px auto}@media screen and (min-width:1200px){.site-footer .footer-logo .field-block-img{width:11.85rem;margin:0}}.site-footer .footer-logo .field-block-text-formatted{display:none}@media screen and (min-width:1200px){.site-footer .footer-logo .field-block-text-formatted{display:block;margin-top:1rem;line-height:1.5}}.site-footer .footer-menu{display:none}@media screen and (min-width:1200px){.site-footer .footer-menu{display:block}}.site-footer .footer-menu__title{font-size:1.2rem;font-weight:700;line-height:1.25}@media screen and (min-width:1200px){.site-footer .footer-menu .menu{display:flex;flex-direction:column;margin:-0.5rem 0}}@media screen and (min-width:1200px){.site-footer .footer-menu .menu__item{padding:0.5rem 0}}.site-footer .footer-menu .menu__item--7{display:none}.site-footer .footer-menu .menu__item a{font-size:1rem;font-weight:400;line-height:1.5;display:flex;align-items:center;text-decoration:none}@media screen and (min-width:1200px){.site-footer .footer-menu .menu__item a{font-size:1rem}}.site-footer .footer-menu .menu__item a:before{min-width:0.7rem;height:0.1rem;margin:0.25rem 0.75rem 0.25rem 0.25rem;content:"";background:#FFE30B}.site-footer .footer-contacts__title{display:none}@media screen and (min-width:1200px){.site-footer .footer-contacts__title{display:block}}.site-footer .footer-contacts .field-block-paragraph{margin-bottom:16px}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph{margin-bottom:1rem}}.site-footer .footer-contacts .field-block-paragraph__items{display:flex;align-items:center;flex-direction:column}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__items{align-items:unset}}.site-footer .footer-contacts .field-block-paragraph__item:not(:last-child){margin-bottom:10px}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__item:not(:last-child){margin-bottom:0.75rem}}.site-footer .footer-contacts .field-block-paragraph__item .paragraph{display:flex;align-items:center;flex-direction:column}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__item .paragraph{align-items:unset;flex-direction:unset}}.site-footer .footer-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone a{font-size:1.25rem;font-weight:700;line-height:1.5;text-decoration:none}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone a{font-size:1rem}}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone a{font-size:1.375rem;font-weight:700;line-height:1.25}}@media screen and (min-width:1200px) and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone a{font-size:1.2rem}}.site-footer .footer-contacts .field-block-paragraph__item .paragraph .field-paragraph-subtitle{font-size:1rem;font-weight:400;line-height:1.5;margin-top:2px}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__item .paragraph .field-paragraph-subtitle{font-size:1rem}}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-paragraph__item .paragraph .field-paragraph-subtitle{margin-top:0;margin-left:0.4rem}}.site-footer .footer-contacts .field-block-email{display:none}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-email{display:block;margin-bottom:1rem}}.site-footer .footer-contacts .field-block-email a{font-size:1.375rem;font-weight:700;line-height:1.25;text-decoration:none}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-email a{font-size:1.2rem}}.site-footer .footer-contacts .field-block-other-link-imgs__items{display:flex;flex-wrap:wrap;justify-content:center;margin:-12px}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-other-link-imgs__items{justify-content:unset;margin:-0.6rem}}.site-footer .footer-contacts .field-block-other-link-imgs__item{display:flex;align-items:center;justify-content:center;width:59px;height:59px;padding:12px}@media screen and (min-width:1200px){.site-footer .footer-contacts .field-block-other-link-imgs__item{width:3.2rem;height:3.2rem;padding:0.6rem}}.site-footer .footer-contacts .field-block-other-link-imgs__item a{width:100%}.site-footer .footer-contacts .field-block-other-link-imgs__item img{width:100%}.site-footer .footer-adress{margin-bottom:20px;text-align:center}@media screen and (min-width:1200px){.site-footer .footer-adress{width:14.85rem;margin-right:2.2rem;margin-bottom:0;text-align:left}}.site-footer .footer-adress__title{display:none}@media screen and (min-width:1200px){.site-footer .footer-adress__title{display:block}}.site-footer .footer-adress .field-block-text-formatted{font-size:1.25rem;font-weight:700;line-height:1.5;margin-bottom:5px;font-weight:400}@media screen and (min-width:1200px){.site-footer .footer-adress .field-block-text-formatted{font-size:1rem}}@media screen and (min-width:1200px){.site-footer .footer-adress .field-block-text-formatted{font-size:1.375rem;font-weight:400;line-height:1.25;margin-bottom:1rem}}@media screen and (min-width:1200px) and (min-width:1200px){.site-footer .footer-adress .field-block-text-formatted{font-size:1.2rem}}.site-footer .footer-adress .field-block-text-formatted p span{white-space:nowrap}.site-footer .footer-adress .field-block-link{display:flex;align-items:center;justify-content:center}@media screen and (min-width:1200px){.site-footer .footer-adress .field-block-link{justify-content:unset}}.site-footer .footer-adress .field-block-link__label{text-transform:uppercase}.site-footer .footer-adress .field-block-link a{font-size:1rem;font-weight:400;line-height:1.5;margin-left:5px;text-decoration:none}@media screen and (min-width:1200px){.site-footer .footer-adress .field-block-link a{font-size:1rem}}@media screen and (min-width:1200px){.site-footer .footer-adress .field-block-link a{margin-left:0.25rem;text-decoration:underline}}.site-footer .copyright{font-size:1rem;font-weight:400;line-height:1.5;text-align:center}@media screen and (min-width:1200px){.site-footer .copyright{font-size:1rem}}@media screen and (min-width:1200px){.site-footer .copyright{text-align:left;font-size:0.9rem;line-height:1.4}}.site-footer .copyright .contextual{top:0}.site-footer .copyright .contextual .contextual-links{top:-140px !important}
.form,.form-second{position:relative;margin:0 -25px;padding:30px 25px;text-align:center;background:linear-gradient(147deg,rgba(8,160,24,0.95) 0%,rgba(21,141,33,0.95) 100%)}@media screen and (min-width:1200px){.form,.form-second{margin:0 -8.4rem;padding:4rem 23.5rem 3.8rem 23.5rem}}.form__title,.form-second__title{font-size:1.75rem;font-weight:800;line-height:1.25;margin-bottom:15px}@media screen and (min-width:1200px){.form__title,.form-second__title{font-weight:700;font-size:2.4rem}}@media screen and (min-width:1200px){.form__title,.form-second__title{margin-bottom:0.5rem}}.form:before,.form-second:before{position:absolute;top:118px;right:25px;width:181px;height:150px;content:"";background:url("/themes/personal/images/decor/telegram.svg") center no-repeat;background-size:contain}@media screen and (min-width:1200px){.form:before,.form-second:before{top:50%;right:1.05rem;width:17.8rem;height:14.8rem;transform:translateY(-50%)}}.form .field-block-subtitle,.form-second .field-block-subtitle{font-size:20px;font-weight:700;line-height:1.5;margin-bottom:14px}@media screen and (min-width:1200px){.form .field-block-subtitle,.form-second .field-block-subtitle{font-size:1.2rem;line-height:1.25;margin-bottom:1.15rem}}.form .field-block-webform__label,.form-second .field-block-webform__label{font-size:1.375rem;font-weight:400;line-height:1.25;padding:0 20px;margin-bottom:15px}@media screen and (min-width:1200px){.form .field-block-webform__label,.form-second .field-block-webform__label{font-size:1.2rem}}@media screen and (min-width:1200px){.form .field-block-webform__label,.form-second .field-block-webform__label{padding:0;margin-bottom:1.15rem}}@media screen and (max-width:1200px){.form .field-block-webform form,.form-second .field-block-webform form{max-width:400px;margin:0 auto}}@media screen and (min-width:1200px){.form .field-block-webform form,.form-second .field-block-webform form{display:flex;align-items:flex-start}.form .field-block-webform form .form-item:not(:last-child),.form-second .field-block-webform form .form-item:not(:last-child){margin-right:1.25rem}.form .field-block-webform form .form-item,.form .field-block-webform form .form-actions,.form-second .field-block-webform form .form-item,.form-second .field-block-webform form .form-actions{width:33.3333333333%;margin:0}.form .field-block-webform form .form-item .form-submit,.form .field-block-webform form .form-actions .form-submit,.form-second .field-block-webform form .form-item .form-submit,.form-second .field-block-webform form .form-actions .form-submit{font-size:14px;border-radius:5px}}@media screen and (min-width:1200px) and (min-width:1200px){.form .field-block-webform form .form-item .form-submit,.form .field-block-webform form .form-actions .form-submit,.form-second .field-block-webform form .form-item .form-submit,.form-second .field-block-webform form .form-actions .form-submit{font-size:1rem;line-height:1.5;border-radius:0.25rem}}@media screen and (max-width:1200px){.form-second__title{margin-bottom:12px}}@media screen and (max-width:1200px){.form-second .field-block-subtitle{padding:0 15px;font-size:22px;line-height:1.25;margin-bottom:6px}}@media screen and (max-width:1200px){.form-second .field-block-webform__label{margin-bottom:13px}}form .form-item .form-item--error-message{display:block !important;position:static !important;width:100%;text-align:left;height:auto;font-size:14px;color:#EE1402}@media screen and (min-width:1200px){form .form-item .form-item--error-message{font-size:0.8rem}}form .form-item-required:not(.form-type-checkbox)::before{top:26px}@media screen and (min-width:1200px){form .form-item-required:not(.form-type-checkbox)::before{top:1.75rem}}.tooltipster-base.tooltipster-sidetip.tooltipster-fade.custom-error.tooltipster-top.tooltipster-show{display:none !important}
.site-header{transition:all 250ms ease;position:absolute;z-index:5;top:0;right:0;left:0;padding:19px 25px;background:transparent}@media screen and (min-width:1200px){.site-header{display:flex;align-items:center;min-height:5.5rem;padding:0.75rem 8.4rem;border-bottom:0.05rem solid rgba(255,255,255,0.1)}}.site-header.is-open{background:#202020}.site-header.is-open .site-header__bottom{visibility:visible;transform:translateX(0);opacity:1;background-color:#202020}.site-header.is-scrolled{position:fixed;top:0;background:#202020}@media screen and (min-width:1200px){.site-header.is-scrolled{top:var(--gin-toolbar-y-offset,0)}}@media screen and (min-width:1200px){.site-header.is-scrolled-close{top:-5.5rem}}@media screen and (max-width:1200px){.site-header.is-scrolled-close{position:fixed;top:0;background:#202020}}.site-header-btn{position:relative;z-index:3;padding:8px 4px}.site-header-btn:before,.site-header-btn:after,.site-header-btn span{display:block;height:2px;content:"";transition:0.5s;background:#FFFFFF}.site-header-btn:before,.site-header-btn span{width:24px;margin:4px 0}.site-header-btn:after{width:12px;margin-left:auto}.site-header-btn.js-menu-btn.is-open{padding:9px}.site-header-btn.js-menu-btn.is-open:before{width:24px;height:3px;transform:translateY(5px) rotate(135deg)}.site-header-btn.js-menu-btn.is-open:after{width:24px;height:3px;transform:translateY(-8px) rotate(-135deg)}.site-header-btn.js-menu-btn.is-open span{transform:scale(0)}@media screen and (min-width:1200px){.site-header-btn{display:none}}.site-header .header-logo{transition:all 250ms ease;width:168px;max-height:63.2px}@media screen and (min-width:1200px){.site-header .header-logo{position:absolute;z-index:3;top:50%;left:49%;width:11.85rem;max-height:3.95rem;transform:translate(-50%,-50%)}}.site-header .header-logo .field-block-img img{width:100%}.site-header .header-menu{margin-bottom:20px}@media screen and (min-width:1200px){.site-header .header-menu{width:100%;margin-bottom:0}}.site-header .header-menu .menu{margin:-10px 0}@media screen and (min-width:1200px){.site-header .header-menu .menu{margin:0 -3.1rem}}.site-header .header-menu .menu__item{padding:10px 0}@media screen and (min-width:1200px){.site-header .header-menu .menu__item{padding:0 3rem}.site-header .header-menu .menu__item.center{margin-right:auto}}.site-header .header-menu .menu__item a{text-decoration:none}@media screen and (min-width:1200px){.site-header .header-contacts{display:none}}.site-header .header-contacts .right__wrapper{display:flex;flex-wrap:wrap;margin:-20px}.site-header .header-contacts .right__wrapper .field{padding:20px}.site-header .header-contacts .field-block-social-network__items{display:flex;margin:-12px}.site-header .header-contacts .field-block-social-network__item{display:flex;align-items:center;justify-content:center;width:59px;height:59px;padding:12px}.site-header .header-contacts .field-block-social-network__item a{width:100%}.site-header .header-contacts .field-block-social-network__item img{width:100%}.site-header .header-contacts .field-block-email{font-size:0}.site-header .header-contacts .field-block-email a{text-decoration:none}.site-header .header-contacts .field-block-email a:before{font-family:"icomoon";font-size:30px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.site-header .header-contacts .field-block-email a:before{font-size:1.2rem}}.site-header .header-contacts .field-block-paragraph__item:not(:first-child){display:none}.site-header .header-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone{display:flex;align-items:center;justify-content:center;padding:0}.site-header .header-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone a{font-size:0;text-decoration:none}.site-header .header-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone a:before{font-family:"icomoon";font-size:30px;font-weight:400;line-height:1;color:inherit;content:""}@media screen and (min-width:1200px){.site-header .header-contacts .field-block-paragraph__item .paragraph .field-paragraph-telephone a:before{font-size:1.2rem}}.site-header .header-contacts .field-block-paragraph__item .paragraph .field-paragraph-subtitle{display:none}.site-header__top{display:flex;align-items:center;justify-content:space-between}.site-header__bottom{position:fixed;z-index:2;top:90px;right:0;left:0;visibility:hidden;transition:all 600ms ease;transform:translateY(10px);opacity:0}@media screen and (min-width:1200px){.site-header__bottom{position:unset;visibility:visible;width:100%;transform:unset;opacity:1;inset:0}}.site-header__bottom .region-header-bottom{transition:all 250ms ease;display:flex;flex-direction:column;padding:20px 25px 25px 25px}@media screen and (min-width:1200px){.site-header__bottom .region-header-bottom{align-items:center;flex-direction:unset;justify-content:space-between;padding:unset}}@keyframes slideDown{0%{top:-4.6rem}100%{top:var(--gin-toolbar-y-offset,0)}}@keyframes slideUp{0%{top:var(--gin-toolbar-y-offset,0)}100%{top:-4.6rem}}.page-not-front:not(.page-node-type-service) .site-header{background:#202020}
.block-type-help-together{padding-bottom:40px}@media screen and (min-width:1200px){.block-type-help-together{padding-bottom:5.4rem}}.block-type-help-together .block__title{text-align:center}@media screen and (min-width:1200px){.block-type-help-together .block__title{text-align:left}}.block-type-help-together .field-block-subtitle{text-align:center}@media screen and (min-width:1200px){.block-type-help-together .field-block-subtitle{text-align:left}}.block-type-help-together .field-block-text-formatted{margin-top:31px;font-size:20px;line-height:1.5}@media screen and (min-width:1200px){.block-type-help-together .field-block-text-formatted{margin-top:2rem;font-size:1rem;max-width:44.7rem}}.block-type-help-together .layout{margin-top:24px}@media screen and (min-width:1200px){.block-type-help-together .layout{margin-top:2rem;display:flex;align-items:center;gap:15rem}}.block-type-help-together .field-block-desc{background:#27273F;box-shadow:0px 2px 4px 0px rgba(8,35,48,0.2);padding:16px;text-align:center}@media screen and (min-width:1200px){.block-type-help-together .field-block-desc{border-radius:0.8rem;border:2px solid rgba(69,77,82,0.2);padding:0.8rem 1.25rem}}.block-type-help-together .field-block-desc p{margin-bottom:16px;font-size:16px;font-weight:700;line-height:1.3}@media screen and (min-width:1200px){.block-type-help-together .field-block-desc p{font-size:1rem;line-height:1.1;margin-bottom:-0.45rem}}.block-type-help-together .field-block-desc h2{font-size:40px;font-weight:800;line-height:1;text-transform:uppercase}@media screen and (min-width:1200px){.block-type-help-together .field-block-desc h2{font-size:7.1rem}}.block-type-help-together .field-block-desc h2 span{font-size:24px;line-height:1.3}@media screen and (min-width:1200px){.block-type-help-together .field-block-desc h2 span{font-size:3rem}}.block-type-help-together .field-block-paragraph{margin-top:25px;position:relative}.block-type-help-together .field-block-paragraph:before{position:absolute;background:url("/themes/personal/images/icons/hand.svg") center center;width:24px;height:24px;right:0;top:-26px;pointer-events:none;z-index:5;content:"";background-size:cover}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph:before{display:none}}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph{margin-top:0}}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph__items{display:flex;align-items:center;gap:1.75rem}}.block-type-help-together .field-block-paragraph__item{width:33.333%}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph__item{width:auto}}.block-type-help-together .field-block-paragraph .paragraph--type--icon-with-title{display:flex;flex-direction:column;align-items:center;gap:0}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph .paragraph--type--icon-with-title{gap:0.2rem}}.block-type-help-together .field-block-paragraph .paragraph--type--icon-with-title .field-paragraph-img{width:42px;height:42px;flex-shrink:0}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph .paragraph--type--icon-with-title .field-paragraph-img{width:3.5rem;height:3.5rem}}.block-type-help-together .field-block-paragraph .paragraph--type--icon-with-title .field-paragraph-img img{width:100%}.block-type-help-together .field-block-paragraph .paragraph--type--icon-with-title .field-paragraph-subtitle{font-size:16px;font-weight:700;line-height:1.5;white-space:nowrap}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph .paragraph--type--icon-with-title .field-paragraph-subtitle{font-size:1.2rem;line-height:1.25}}.block-type-help-together .field-block-paragraph-2{margin-top:25px;position:relative}.block-type-help-together .field-block-paragraph-2:before{position:absolute;background:url("/themes/personal/images/icons/hand.svg") center center;width:24px;height:24px;right:0;top:-26px;pointer-events:none;z-index:5;content:"";background-size:cover}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2:before{display:none}}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2{margin-top:1.6rem}}.block-type-help-together .field-block-paragraph-2 .swiper-container{margin:0 -12px}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2 .swiper-container{margin:0}}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2__items{display:flex;flex-wrap:wrap;margin:0 -1.05rem -2.1rem;width:auto}}.block-type-help-together .field-block-paragraph-2__item{width:351px;padding:0 12px}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2__item{position:relative;width:33.3333%;padding:0 1.05rem 2.1rem}}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2 .paragraph--type--icon-with-title-desc{cursor:pointer}.block-type-help-together .field-block-paragraph-2 .paragraph--type--icon-with-title-desc:hover .layout{opacity:1;visibility:visible;transform:translateY(0);transition:all 0.2s ease-in}}.block-type-help-together .field-block-paragraph-2 .layout{display:none}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2 .layout{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;position:absolute;top:0;left:1.05rem;bottom:2.1rem;right:1.05rem;z-index:2;margin-top:0;border-radius:0.25rem;opacity:0;visibility:hidden;pointer-events:unset;transition:all 0.2s ease-in;transform:translateY(15px)}}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2 .layout:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;width:100%;height:100%;background:linear-gradient(0deg,rgba(5,2,1,0.75) 0%,rgba(5,2,1,0.75) 100%);border-radius:0.25rem}}.block-type-help-together .field-block-paragraph-2 .field-paragraph-img img{border-radius:5px}@media screen and (min-width:1200px){.block-type-help-together .field-block-paragraph-2 .field-paragraph-img img{border-radius:0.3rem}}.block-type-help-together .field-block-paragraph-2 .field-paragraph-text-formatted{font-size:1.6rem;line-height:1;text-align:center;position:relative;z-index:2;text-transform:uppercase}.block-type-help-together .field-block-paragraph-2 .field-paragraph-desc{font-size:1rem;line-height:1.5;text-align:center;position:relative;z-index:2;padding:0 1.5rem}
.img-with-link{padding:40px 0 20px 0}@media screen and (min-width:1200px){.img-with-link{padding:6rem 0 3rem 0}}.img-with-link .swiper{overflow:visible}@media screen and (min-width:768px){.img-with-link .swiper{overflow:hidden}.img-with-link .swiper .swiper{overflow:unset}.img-with-link .swiper .swiper-wrapper{transform:none !important;flex-wrap:wrap}.img-with-link .swiper .swiper-slide{height:auto}.img-with-link .swiper .swiper-pagination,.img-with-link .swiper .swiper-button{display:none}}.img-with-link .field-block-subtitle{margin-bottom:20px}@media screen and (min-width:1200px){.img-with-link .field-block-subtitle{margin-bottom:2rem}}.img-with-link .field-block-other-link-imgs{position:relative}@media screen and (min-width:768px){.img-with-link .field-block-other-link-imgs__items{display:flex;flex-wrap:wrap;margin:-25px}}@media screen and (min-width:1200px){.img-with-link .field-block-other-link-imgs__items{margin:0 -2.625rem}}.img-with-link .field-block-other-link-imgs__item.swiper-slide{display:flex;align-items:center;justify-content:center;height:84px}@media screen and (min-width:768px){.img-with-link .field-block-other-link-imgs__item.swiper-slide{width:20%;height:6.7rem;padding:25px}}@media screen and (min-width:1200px){.img-with-link .field-block-other-link-imgs__item.swiper-slide{height:8.5rem;padding:0 2.625rem}}@media screen and (min-width:2000px){.img-with-link .field-block-other-link-imgs__item.swiper-slide a{width:80%}}.img-with-link .field-block-other-link-imgs__item.swiper-slide img{width:100%;padding:0 10px}@media screen and (min-width:1200px){.img-with-link .field-block-other-link-imgs__item.swiper-slide img{padding:0 1.25rem}}
.main-slider{position:relative;text-align:center}@media screen and (min-width:1200px){.main-slider:before{position:absolute;z-index:2;bottom:1.3rem;left:1.4rem;width:18.5rem;height:23rem;content:"";pointer-events:none;background:url("/themes/personal/images/decor/drupal.svg") center no-repeat;background-size:contain}}.main-slider .swiper-hand{display:none}.main-slider .swiper-navigation .swiper-pagination{display:none}@media screen and (min-width:1200px){.main-slider .swiper-navigation .swiper-pagination{z-index:4;bottom:7rem;left:50%;display:flex;width:auto;transform:translateX(-50%)}}@media screen and (min-width:1200px){.main-slider .swiper-navigation .swiper-pagination-bullet{width:0.8rem;height:0.2rem;opacity:1;border-radius:0.1rem;background-color:#C4CED3}}.main-slider .swiper-navigation .swiper-pagination-bullet-active{background-color:#FFE30B}.main-slider .swiper-slide{min-height:717px}@media screen and (min-width:1200px){.main-slider .swiper-slide{min-height:45rem}}.main-slider .paragraph--type--main-slide::before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";background:#0F0B0959}.main-slider .paragraph--type--main-slide .l{padding-left:25px;padding-right:25px;position:relative;display:flex;justify-content:center;min-height:717px;padding-top:114px;padding-bottom:92px}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .l{padding-left:8.4rem;padding-right:8.4rem}}@media screen and (min-width:768px){.main-slider .paragraph--type--main-slide .l{min-height:unset}}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .l{min-height:45rem;padding-top:9.4rem;padding-bottom:7.5rem}}.main-slider .paragraph--type--main-slide .slider-inner{max-width:100%}@media screen and (min-width:768px){.main-slider .paragraph--type--main-slide .slider-inner{width:51rem}}.main-slider .paragraph--type--main-slide .field-paragraph-image,.main-slider .paragraph--type--main-slide .field-paragraph-video{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0}.main-slider .paragraph--type--main-slide .field-paragraph-image img,.main-slider .paragraph--type--main-slide .field-paragraph-image video,.main-slider .paragraph--type--main-slide .field-paragraph-video img,.main-slider .paragraph--type--main-slide .field-paragraph-video video{width:100%;max-width:none;height:100%;object-fit:cover}.main-slider .paragraph--type--main-slide .field-paragraph-motto{font-size:1.25rem;font-weight:700;line-height:1.5;display:flex;align-items:center;flex-direction:column;justify-content:center;margin-bottom:15px;padding:0 20px}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-motto{font-size:1rem}}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-motto{flex-direction:unset;margin-bottom:0.25rem;padding:0}}.main-slider .paragraph--type--main-slide .field-paragraph-motto:before{width:24px;height:24px;content:"";background:url("/themes/personal/images/icons/flag.svg") no-repeat center;background-size:contain}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-motto:before{width:1.2rem;height:1.2rem;margin-right:0.3rem}}.main-slider .paragraph--type--main-slide .field-paragraph-text-formatted{font-size:2rem;font-weight:800;line-height:1.1;font-weight:700;position:relative;margin-bottom:15px}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-text-formatted{font-size:3.6rem}}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-text-formatted{margin-bottom:1rem;font-weight:800}}.main-slider .paragraph--type--main-slide .field-paragraph-text-formatted:before{position:absolute;z-index:-1;top:21px;left:50%;width:calc(100% - 30px);height:18px;content:"";transform:translateX(-50%);background:#08A018}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-text-formatted:before{top:2.4rem;width:99%;height:1.8rem}}.main-slider .paragraph--type--main-slide .field-paragraph-subtitle{font-size:1.25rem;font-weight:700;line-height:1.5;margin-bottom:30px}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-subtitle{font-size:1rem}}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-subtitle{font-size:1.375rem;font-weight:700;line-height:1.25;margin-bottom:2.5rem}}@media screen and (min-width:1200px) and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-subtitle{font-size:1.2rem}}.main-slider .paragraph--type--main-slide .field-paragraph-webform form{max-width:400px;margin:0 auto}@media screen and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-webform form{display:flex;justify-content:center;max-width:unset;margin:0}.main-slider .paragraph--type--main-slide .field-paragraph-webform form .form-item{width:15.5rem;margin:0}.main-slider .paragraph--type--main-slide .field-paragraph-webform form .form-item:not(:last-child){margin-right:1.25rem}.main-slider .paragraph--type--main-slide .field-paragraph-webform form .form-actions{width:15.5rem;margin:0}.main-slider .paragraph--type--main-slide .field-paragraph-webform form .form-actions .form-submit{white-space:nowrap;font-size:14px}}@media screen and (min-width:1200px) and (min-width:1200px){.main-slider .paragraph--type--main-slide .field-paragraph-webform form .form-actions .form-submit{font-size:1rem;line-height:1.5}}.main-slider .paragraph--type--main-slide .field-paragraph-webform .webform-confirmation{margin:0;text-align:center}.main-slider .paragraph--type--main-slide .field-paragraph-webform .webform-confirmation__message{color:#FFFFFF}.main-slider .mouse-down{position:absolute;z-index:1;bottom:33px;left:50%;display:flex;align-items:center;flex-direction:column;justify-content:center;cursor:pointer;transform:translateX(-50%)}@media screen and (min-width:1200px){.main-slider .mouse-down{bottom:1.9rem}}.main-slider .mouse-down p{font-size:0.875rem;font-weight:700;line-height:1.2;background:linear-gradient(132deg,#FFDF00 0%,#FFB800 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px;text-align:center}@media screen and (min-width:1200px){.main-slider .mouse-down p{font-size:0.8rem}}@media screen and (min-width:1200px){.main-slider .mouse-down p{margin-bottom:0.8rem;font-weight:700}}.main-slider .mouse-down .scrolldown{display:flex;justify-content:center;width:15px;height:20px;margin:6px 14px;border:1px solid var(--main-color);border-radius:6px;--main-color:#FFDF00}@media screen and (min-width:1200px){.main-slider .mouse-down .scrolldown{width:1rem;height:1.25rem;margin:0.575rem 0.7rem;border:0.1rem solid var(--main-color);border-radius:0.4rem}}.main-slider .mouse-down .scrolldown::before{position:absolute;bottom:20px;width:1px;height:4px;content:"";animation:scrolldown-anim 2s infinite;border-radius:1px;background:var(--main-color)}@media screen and (min-width:1200px){.main-slider .mouse-down .scrolldown::before{bottom:1.35rem;width:0.1rem;height:0.25rem;border-radius:0.05rem}}.main-slider .mouse-down .chevrons{height:100%;margin-top:20px}@media screen and (min-width:1200px){.main-slider .mouse-down .chevrons{margin-top:1.25rem}}.main-slider .mouse-down .arrow{width:9px;height:9px;-moz-animation:bounceArrow 2s infinite;-webkit-animation:bounceArrow 2s infinite;animation:bounceArrow 2s infinite;background:url("/themes/personal/images/icons/arr.svg") no-repeat center;background-size:contain;animation-fill-mode:forwards}@media screen and (min-width:1200px){.main-slider .mouse-down .arrow{width:1rem;height:1rem}}@keyframes scrolldown-anim{0%{opacity:0;height:0.15rem}40%{opacity:1;height:0.25rem}80%{transform:translate(0,0.5rem);height:0.25rem;opacity:0}100%{height:0.075rem;opacity:0}}@keyframes bounceArrow{0%{transform:translateY(0)}100%{transform:translateY(10px)}@media screen and (min-width:1200px){100%{transform:translateY(1rem)}}}.main-slider .field-block-reference{display:none}@media screen and (min-width:1200px){.main-slider .field-block-reference{display:flex;width:100%}}.main-slider .field-block-reference .left__wrapper,.main-slider .field-block-reference .right__wrapper{position:absolute;z-index:1;bottom:3rem}@media screen and (min-width:1200px){.main-slider .field-block-reference .left__wrapper{left:8.4rem}}.main-slider .field-block-reference .right__wrapper{display:flex;align-items:center;justify-content:center;margin:-1rem}.main-slider .field-block-reference .right__wrapper .field{padding:1rem}@media screen and (min-width:1200px){.main-slider .field-block-reference .right__wrapper{right:8.4rem}}@media screen and (min-width:1200px){.main-slider .field-block-social-network__items{display:flex;align-items:center;justify-content:center;margin:-0.6rem}.main-slider .field-block-social-network__item{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0.6rem}.main-slider .field-block-social-network__item a{width:100%}.main-slider .field-block-social-network__item img{width:100%}.main-slider .field-block-email{font-size:0}.main-slider .field-block-email a{text-decoration:none}.main-slider .field-block-email a:before{font-family:"icomoon";font-size:30px;font-weight:400;line-height:1;color:inherit;content:""}.main-slider .field-block-paragraph__item:not(:first-child){display:none}.main-slider .field-block-paragraph__item .paragraph--type--telephones .field-paragraph-telephone{display:flex;align-items:center;justify-content:center;padding:0}.main-slider .field-block-paragraph__item .paragraph--type--telephones .field-paragraph-telephone a{font-size:0;text-decoration:none}.main-slider .field-block-paragraph__item .paragraph--type--telephones .field-paragraph-telephone a:before{font-family:"icomoon";font-size:30px;font-weight:400;line-height:1;color:inherit;content:""}.main-slider .field-block-paragraph__item .paragraph--type--telephones .field-paragraph-subtitle{display:none}}@media screen and (min-width:1200px) and (min-width:1200px){.main-slider .field-block-email a:before{font-size:1.2rem}}@media screen and (min-width:1200px) and (min-width:1200px){.main-slider .field-block-paragraph__item .paragraph--type--telephones .field-paragraph-telephone a:before{font-size:1.2rem}}
.what-necessary{padding:38px 0 50px 0}@media screen and (min-width:1200px){.what-necessary{padding:6rem 0}}.what-necessary .block__title{text-align:center;font-size:26px !important;margin-bottom:17px !important}@media screen and (min-width:1200px){.what-necessary .block__title{font-size:2.4rem !important;text-align:left;margin-bottom:0.8rem !important}}.what-necessary .field-block-subtitle{text-align:center}@media screen and (min-width:1200px){.what-necessary .field-block-subtitle{text-align:left}}.what-necessary .field-block-subtitle{margin-bottom:20px}@media screen and (min-width:1200px){.what-necessary .field-block-subtitle{margin-bottom:1.6rem}}.what-necessary .field-block-paragraph__items{display:flex;flex-wrap:wrap;justify-content:center;margin:-5px}@media screen and (min-width:1200px){.what-necessary .field-block-paragraph__items{margin:-0.75rem}}.what-necessary .field-block-paragraph__item{padding:5px}@media screen and (min-width:480px){.what-necessary .field-block-paragraph__item{width:50%}}@media screen and (min-width:768px){.what-necessary .field-block-paragraph__item{width:33.3333333333%}}@media screen and (min-width:1200px){.what-necessary .field-block-paragraph__item{padding:0.75rem}}.what-necessary .field-paragraph-img{width:45px;height:45px;margin:0 auto 15px auto}@media screen and (min-width:1200px){.what-necessary .field-paragraph-img{width:3.2rem;height:3.2rem;margin:0 1.2rem 0 0}}.what-necessary .field-paragraph-img img{width:100%;height:100%}.what-necessary .field-paragraph-text-formatted{font-size:1.375rem;font-weight:400;line-height:1.25;margin-bottom:10px}@media screen and (min-width:1200px){.what-necessary .field-paragraph-text-formatted{font-size:1.2rem}}@media screen and (min-width:1200px){.what-necessary .field-paragraph-text-formatted{margin-bottom:0.8rem}}.what-necessary .field-paragraph-desc{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.what-necessary .field-paragraph-desc{font-size:1rem}}@media screen and (min-width:1200px){.what-necessary .field-paragraph-desc{font-size:0.8rem}}.what-necessary .paragraph{height:100%;padding:20px 15px;text-align:center;border:2px solid rgba(69,77,82,0.2);border-radius:10px;background:#27273F}@media screen and (min-width:1200px){.what-necessary .paragraph{position:relative;display:flex;overflow:hidden;padding:1.25rem 1.2rem 1.2rem 1.2rem;text-align:left;border:0.1rem solid rgba(69,77,82,0.2);border-radius:0.5rem}.what-necessary .paragraph:before{position:absolute;top:50%;right:-0.325rem;width:2.25rem;height:2.25rem;content:"";transform:translateY(-50%);border-radius:0.5rem;background:linear-gradient(132deg,#FFDF00 0%,#FFB800 100%);rotate:45deg}}.what-necessary .paragraph .left__wrapper{display:flex;align-items:center}
.you-get{padding:20px 0 13px 0}@media screen and (min-width:1200px){.you-get{padding:3.8rem 0 6.1rem 0}}.you-get .block__title{text-align:center}@media screen and (min-width:1200px){.you-get .block__title{text-align:left}}.you-get .field-block-subtitle{text-align:center}@media screen and (min-width:1200px){.you-get .field-block-subtitle{text-align:left}}.you-get .field-block-subtitle{margin-bottom:20px}@media screen and (min-width:1200px){.you-get .field-block-subtitle{margin-bottom:2.6rem}}.you-get .tabs{margin:0;position:relative}@media screen and (min-width:1200px){.you-get .tabs{display:flex;align-items:center;padding:1.5rem 0 2.5rem 0}.you-get .tabs:before{position:absolute;top:47%;left:37%;width:28.7rem;height:28.5rem;content:"";transform:translateY(-50%);pointer-events:none;background:url("/themes/personal/images/decor/decor-circle.svg") center no-repeat;background-size:contain}}.you-get .tabs-buttons{display:flex;align-items:flex-start;flex-direction:column;margin-bottom:30px}@media screen and (min-width:1200px){.you-get .tabs-buttons{width:32.75rem;margin-bottom:0}}.you-get .tabs-button{font-size:1.375rem;font-weight:400;line-height:1.25;transition:all 250ms ease;position:relative;cursor:pointer}@media screen and (min-width:1200px){.you-get .tabs-button{font-size:1.2rem}}.you-get .tabs-button:not(:last-child){margin-bottom:27px}@media screen and (min-width:1200px){.you-get .tabs-button:not(:last-child){margin-bottom:4.1rem}}@media screen and (min-width:1200px){.you-get .tabs-button:first-child,.you-get .tabs-button:last-child{margin-left:8.4rem}.you-get .tabs-button:nth-child(even){margin-left:3.7rem}}.you-get .tabs-button.is-active span{text-decoration:none;transition:all 250ms ease;background:linear-gradient(to right,#FFDF00 0%,#FFB800 100%) no-repeat 0 bottom;background-size:0 1px;background-size:100% 1px}.you-get .tabs-button.is-active span:hover{background-size:100% 1px}.you-get .tabs-button span{text-decoration:none;transition:all 250ms ease;background:linear-gradient(to right,#FFDF00 0%,#FFB800 100%) no-repeat 0 bottom;background-size:0 1px}.you-get .tabs-button span:hover{background-size:100% 1px}@media screen and (min-width:1200px){.you-get .tabs-content{position:relative;width:53.2rem;padding-left:9.2rem}}.you-get .tabs-content-item{display:none}.you-get .tabs-content-item.is-active{display:block}.you-get .tabs .field-paragraph-motto{font-size:1.375rem;font-weight:700;line-height:1.25;margin-bottom:15px;color:#FFE30B}@media screen and (min-width:1200px){.you-get .tabs .field-paragraph-motto{font-size:1.2rem}}@media screen and (min-width:1200px){.you-get .tabs .field-paragraph-motto{margin-bottom:0.6rem}}.you-get .tabs .field-paragraph-text-formatted{font-size:1rem;font-weight:400;line-height:1.5}@media screen and (min-width:1200px){.you-get .tabs .field-paragraph-text-formatted{font-size:1rem}}
@keyframes gin-throbber{0%{transform:rotateZ(0);}100%{transform:rotateZ(360deg);}}.ajax-progress__throbber,.ajax-progress__throbber--fullscreen,.ui-dialog .ajax-progress__throbber,.media-library-item .ajax-progress__throbber{border:3px solid var(--gin-color-primary);border-inline-end:3px dotted transparent;}.ajax-progress .ajax-progress__message{color:var(--gin-color-text);}[dir].gin--dark-mode .ajax-progress--fullscreen{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber,[dir].gin--dark-mode .ajax-progress--fullscreen .ajax-progress__throbber--fullscreen{border:3px solid var(--gin-bg-app);border-inline-end:3px dotted transparent;}.media-library-widget .ajax-progress__throbber,.media-library-widget .ajax-progress__throbber--fullscreen{border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;}.ui-dialog .ajax-progress-throbber{padding:var(--gin-spacing-xs);background:var(--gin-bg-app);border-radius:50%;box-shadow:0 2px 6px 0 rgba(34,35,48,.1);border:1px solid rgba(216,217,224,.8);}.gin--dark-mode .ui-dialog .ajax-progress-throbber{background-color:var(--gin-color-primary);border-color:transparent;box-shadow:0 2px 6px 0 var(--gin-bg-app);}.ui-dialog .ajax-progress-throbber::before,.contextual-links .ajax-progress-throbber::before{content:"";display:block;position:absolute;inset-block-start:var(--gin-spacing-xs);inset-inline-start:var(--gin-spacing-xs);width:1.125rem;height:1.125rem;border:2px solid var(--gin-color-primary);border-inline-end:2px dotted transparent;border-radius:50%;animation:gin-throbber .75s linear infinite;}.gin--dark-mode .ui-dialog .ajax-progress,.gin--dark-mode .media-library-item .ajax-progress.ajax-progress.ajax-progress{background-color:var(--gin-bg-app);border-color:var(--gin-bg-app);}.contextual-links li{position:relative;}.contextual-links .ajax-progress-throbber{position:absolute;inset-block-start:0;inset-inline-end:var(--gin-spacing-xxs);width:24px;height:24px;}.contextual-links .ajax-progress-throbber::before{inset-block-start:0;inset-inline-start:.25em;}.claro-autocomplete__message{color:var(--gin-color-primary);}
