: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{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{-webkit-animation:f-spinner-rotate 2s linear infinite;animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.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);-webkit-animation:f-spinner-dash 2s ease-in-out infinite;animation:f-spinner-dash 2s ease-in-out infinite}@-webkit-keyframes f-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes f-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{-webkit-animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp;animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{-webkit-animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown;animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@-webkit-keyframes f-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0);transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0);transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@-webkit-keyframes f-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,var(--f-throw-out-distance,150px),0);transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}@keyframes f-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,var(--f-throw-out-distance,150px),0);transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{-webkit-animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp;animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{-webkit-animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown;animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@-webkit-keyframes f-zoomInUp{0%{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes f-zoomInUp{0%{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes f-zoomOutDown{to{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}}@keyframes f-zoomOutDown{to{opacity:0;-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{-webkit-animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{-webkit-animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@-webkit-keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeOut{to{opacity:0}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{-webkit-animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{-webkit-animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@-webkit-keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@-webkit-keyframes f-fadeFastOut{to{opacity:0}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{-webkit-animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{-webkit-animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@-webkit-keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeSlowOut{to{opacity:0}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{-webkit-animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{-webkit-animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@-webkit-keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-crossfadeOut{to{opacity:0}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@-webkit-keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.f-classicIn.from-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{-webkit-animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@-webkit-keyframes f-classicInNext{0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-classicInNext{0%{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-classicInPrev{0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes f-classicOutNext{to{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}}@keyframes f-classicOutNext{to{opacity:0;-webkit-transform:translateX(-75px);transform:translateX(-75px)}}@-webkit-keyframes f-classicOutPrev{to{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}}@keyframes f-classicOutPrev{to{opacity:0;-webkit-transform:translateX(75px);transform:translateX(75px)}}: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{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);-webkit-box-shadow:var(--f-button-shadow);box-shadow:var(--f-button-shadow);-webkit-box-sizing:content-box;box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;-webkit-transition:var(--f-button-transition);transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{-webkit-box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;-webkit-filter:var(--f-button-svg-filter);filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;-webkit-transform:var(--f-button-transform);transform:var(--f-button-transform);-webkit-transition:opacity .15s ease;transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;-webkit-transform:translateY(-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{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{-ms-touch-action:none;touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.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:hsla(0,0%,100%,0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container::-webkit-backdrop{background-color:transparent}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{-webkit-box-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:1;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__track{margin:0 auto}.fancybox__slide,.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-ms-scroll-chaining:none;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-direction:column;flex-direction:column;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{-webkit-box-flex:0;content:"";-ms-flex:0 0 0px;flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{-ms-flex-item-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:none;transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;-webkit-filter:blur(0);filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox__caption{-ms-flex-item-align:center;-ms-flex-negative:0;align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;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;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;-webkit-transition:all .25s ease;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.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;right:5px;top: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{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{-webkit-animation:f-fadeOut .15s ease-out both;animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){-webkit-animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn;animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn;animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){-webkit-animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut;animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{-webkit-animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut;animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{-ms-flex-negative:1;flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!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;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-box-flex:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-flex:0 0 auto;flex:0 0 auto;margin:0;overflow:hidden;-webkit-perspective:1000px;perspective:1000px;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(#ebeff2),to(#e2e8f0));background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%}.f-thumbs__slide,.f-thumbs__track{display:-webkit-box;display:-ms-flexbox;display:flex}.f-thumbs__slide{-webkit-box-flex:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;-ms-flex:0 0 auto;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-webkit-max-content;width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc(var(--f-thumb-clip-width, 0)*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;-webkit-transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transform:translate3d(calc(var(--shift, 0)*-1px),0,0);-webkit-transition:none;transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{-webkit-transition:-webkit-transform .33s ease;transition:-webkit-transform .33s ease;transition:transform .33s ease;transition:transform .33s ease,-webkit-transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{-webkit-transition:-webkit-clip-path .33s ease;transition:-webkit-clip-path .33s ease;transition:clip-path .33s ease;transition:clip-path .33s ease,-webkit-clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{-webkit-filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:var(--f-thumb-width)}.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{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*0.5) round var(--f-thumb-border-radius,0));-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{-webkit-animation:f-fadeIn .2s ease-out;animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;-webkit-transition:max-height .35s cubic-bezier(.23,1,.32,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.05)));background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.1)),to(hsla(0,0%,100%,.05)));background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{-webkit-transition:none!important;transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,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;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;color:var(--fancybox-color,currentColor);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{-webkit-animation:f-fadeOut .15s ease-out both;animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-line-pack:start;align-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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:-webkit-box;display:-ms-flexbox;display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:flex}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-ms-flexbox;display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:30}
.tooltip-container{--tooltipBackground:#fff;--tooltipBorder:silver;--tooltipColor:#000;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--tooltipBackground);border:1px solid var(--tooltipBorder);border-radius:3px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.18);box-shadow:0 2px 4px rgba(0,0,0,.18);color:var(--tooltipColor);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:.4rem;-webkit-transition:opacity .3s;transition:opacity .3s;z-index:9999}.tooltip-arrow,.tooltip-container[data-popper-interactive=false]{pointer-events:none}.tooltip-arrow{height:1rem;position:absolute;width:1rem}.tooltip-arrow:after,.tooltip-arrow:before{border-style:solid;content:"";display:block;height:0;margin:auto;width:0}.tooltip-arrow:after{position:absolute}.tooltip-container[data-popper-placement*=bottom] .tooltip-arrow{left:0;margin-top:-.4rem;top:0}.tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:before{border-bottom-color:var(--tooltipBorder);border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;border-width:0 .5rem .4rem;position:absolute;top:-1px}.tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:after{border-bottom-color:var(--tooltipBackground);border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;border-width:0 .5rem .4rem}.tooltip-container[data-popper-placement*=top] .tooltip-arrow{bottom:0;left:0;margin-bottom:-1rem}.tooltip-container[data-popper-placement*=top] .tooltip-arrow:before{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;border-top-color:var(--tooltipBorder);border-width:.4rem .5rem 0;position:absolute;top:1px}.tooltip-container[data-popper-placement*=top] .tooltip-arrow:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;border-top-color:var(--tooltipBackground);border-width:.4rem .5rem 0}.tooltip-container[data-popper-placement*=right] .tooltip-arrow{left:0;margin-left:-.7rem}.tooltip-container[data-popper-placement*=right] .tooltip-arrow:before{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--tooltipBorder);border-top-color:transparent;border-width:.5rem .4rem .5rem 0}.tooltip-container[data-popper-placement*=right] .tooltip-arrow:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--tooltipBackground);border-top-color:transparent;border-width:.5rem .4rem .5rem 0;left:6px;top:0}.tooltip-container[data-popper-placement*=left] .tooltip-arrow{margin-right:-.7rem;right:0}.tooltip-container[data-popper-placement*=left] .tooltip-arrow:before{border-bottom-color:transparent;border-left-color:var(--tooltipBorder);border-right-color:transparent;border-top-color:transparent;border-width:.5rem 0 .5rem .4em}.tooltip-container[data-popper-placement*=left] .tooltip-arrow:after{border-bottom-color:transparent;border-left-color:var(--tooltipBackground);border-right-color:transparent;border-top-color:transparent;border-width:.5rem 0 .5rem .4em;left:3px;top:0}
._22oES{font-size:16px;line-height:1.59}._2nlKz{font-weight:600}
._3Cam0>:last-child{margin-bottom:0}._2gGI4{font-size:18px;font-weight:700;margin-bottom:22px}._1jLbn{margin-bottom:20px}._16HiU{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;margin-bottom:-10px}._2R0GA{margin-bottom:0}._1jLbn span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e9edf1;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;margin-bottom:10px;margin-right:10px;padding:8px 11px;vertical-align:top}@media (max-width:700px){._1jLbn span{font-size:12px}}._1jLbn span:last-child{margin-right:0}._1jLbn span button{background:none;border:0;cursor:pointer;display:block;font-size:0;margin:-1px 0 0 8px;padding:3px;-webkit-transition:.2s;transition:.2s}._1jLbn span button:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.828 10.828'%3e %3cg transform='translate(-646.086 1.414)'%3e %3cline x2='8' y2='8' transform='translate(647.5)' fill='none' stroke='%234370c9' stroke-linecap='round' stroke-width='2'/%3e %3cline x1='8' y2='8' transform='translate(647.5)' fill='none' stroke='%234370c9' stroke-linecap='round' stroke-width='2'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:11px;width:11px}body:not(._3SqoX) ._1jLbn span button:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}._1h3R0{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}._1h3R0>:last-child{margin-right:0}@media (max-width:1265px){._1h3R0{display:block}._1h3R0>:last-child{margin-bottom:0}}._2IAv_{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:30px}@media (max-width:1265px){._2IAv_{margin-bottom:10px;margin-right:0}}@media (max-width:700px){._2IAv_{display:block;margin-bottom:20px;margin-right:0}}._2VZkt{padding-top:13px}@media (max-width:1265px){._2VZkt{padding-top:0}}.cfkdL{width:200px}@media (max-width:700px){.cfkdL{margin-bottom:10px;width:100%}}._1l_QH{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px}@media (max-width:700px){._1l_QH{display:none}}._1l_QH button{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:0;justify-content:center;margin:0;padding:14px 0;-webkit-transition:.2s;transition:.2s;width:100%}._1l_QH button:disabled{cursor:not-allowed;opacity:.4}._1l_QH button:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.461 17.342'%3e %3cg transform='translate(0.707 -15.865)'%3e %3cg transform='translate(0 25.909)'%3e %3cline x2='20.047' transform='translate(0 3.295)' fill='none' stroke='%232C3139' stroke-linecap='round' stroke-width='1'/%3e %3cline x2='3.295' y2='3.295' transform='translate(16.751)' fill='none' stroke='%232C3139' stroke-linecap='round' stroke-width='1'/%3e %3cline y1='3.295' x2='3.295' transform='translate(16.751 3.295)' fill='none' stroke='%232C3139' stroke-linecap='round' stroke-width='1'/%3e %3c/g%3e %3cg transform='translate(0 16.573)'%3e %3cline x1='20.047' transform='translate(0 3.295)' fill='none' stroke='%232C3139' stroke-linecap='round' stroke-width='1'/%3e %3cline x1='3.295' y2='3.295' fill='none' stroke='%232C3139' stroke-linecap='round' stroke-width='1'/%3e %3cline x1='3.295' y1='3.295' transform='translate(0 3.295)' fill='none' stroke='%232C3139' stroke-linecap='round' stroke-width='1'/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";height:18px;-webkit-transition:.2s;transition:.2s;width:22px}@media (max-width:700px){._1l_QH button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}body:not(._3SqoX) ._1l_QH button:not(:disabled):hover:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}._11uI3{margin-left:10px}@media (max-width:700px){._11uI3{margin-left:0}}._1qfau{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;padding-bottom:1px;padding-top:4px}@media (max-width:700px){._1qfau{display:none}}._1qfau>:last-child{margin-right:0}._1qfau button{background:none;border:0;border-bottom:1px dashed #518ff0;-webkit-box-shadow:none;box-shadow:none;color:#518ff0;cursor:pointer;display:block;margin:0 10px 0 0;padding:0;-webkit-transition:.2s;transition:.2s;white-space:nowrap}body:not(._3SqoX) ._1qfau button:hover{border-bottom-color:transparent}._3lHsI{font-size:16px;line-height:1.69}
._1AlsL{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:600;justify-content:center}._1AlsL:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin:auto;display:block;' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3e %3ccircle cx='89' cy='50' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.9090909090909091s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.9090909090909091s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='82.80888778041606' cy='71.0849918807683' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.8181818181818182s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.8181818181818182s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='66.20118550707357' cy='85.47564781882622' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.7272727272727273s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.7272727272727273s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='44.44972130734188' cy='88.60303623335638' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.6363636363636364s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.6363636363636364s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='24.460431376133887' cy='79.47423339981607' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.5454545454545454s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.5454545454545454s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='12.579774029034603' cy='60.987569716815756' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.45454545454545453s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.45454545454545453s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='12.579774029034596' cy='39.01243028318425' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.36363636363636365s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.36363636363636365s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='24.460431376133876' cy='20.525766600183932' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.2727272727272727s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.2727272727272727s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='44.449721307341875' cy='11.396963766643623' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.18181818181818182s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.18181818181818182s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='66.20118550707356' cy='14.524352181173775' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='-0.09090909090909091s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='-0.09090909090909091s'%3e%3c/animate%3e %3c/circle%3e %3ccircle cx='82.80888778041606' cy='28.9150081192317' fill='%23518FF0' r='10'%3e %3canimate attributeName='r' values='6;6;10;6;6' times='0;0.1;0.2;0.3;1' dur='1s' repeatCount='indefinite' begin='0s'%3e%3c/animate%3e %3canimate attributeName='fill' values='%23518FF0;%23518FF0;%231d3f72;%23518FF0;%23518FF0' repeatCount='indefinite' times='0;0.1;0.2;0.3;1' dur='1s' begin='0s'%3e%3c/animate%3e %3c/circle%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:40px;margin-right:20px;width:40px}._1wAo7{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}._1AKCP{font-size:0}.sQen0:before{height:26px;width:26px}
._3ohsX{margin-bottom:60px}@media (max-width:1265px){._3ohsX{margin-bottom:40px}}._1stNM{margin-bottom:60px}@media (max-width:1265px){._1stNM{margin-bottom:40px}}._3d6NS{margin-bottom:28px}._3d6NS>:last-child{margin-bottom:0}.tKgUR{margin-bottom:10px}._19yEF{margin-bottom:30px}._19yEF span{color:red}._1Myze{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:639px){._1Myze{-ms-flex-wrap:wrap;flex-wrap:wrap}}._7eWL5{margin-right:20px}@media (max-width:639px){._7eWL5{margin-bottom:20px}}._1-1o8{margin-right:20px;max-width:300px}@media (max-width:639px){._1-1o8{margin-bottom:20px;margin-right:0;max-width:none}}
._68dV_{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;margin:0;padding:10px;-webkit-transition:.2s;transition:.2s}body:not(.qVleF) ._68dV_:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}._68dV_:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.25 12.0018H8.895M4.534 12.0018H2.75M4.534 12.0018C4.534 11.4237 4.76368 10.8692 5.17251 10.4604C5.58134 10.0515 6.13583 9.82184 6.714 9.82184C7.29217 9.82184 7.84666 10.0515 8.25549 10.4604C8.66432 10.8692 8.894 11.4237 8.894 12.0018C8.894 12.58 8.66432 13.1345 8.25549 13.5433C7.84666 13.9522 7.29217 14.1818 6.714 14.1818C6.13583 14.1818 5.58134 13.9522 5.17251 13.5433C4.76368 13.1345 4.534 12.58 4.534 12.0018ZM21.25 18.6088H15.502M15.502 18.6088C15.502 19.1871 15.2718 19.7423 14.8628 20.1512C14.4539 20.5601 13.8993 20.7898 13.321 20.7898C12.7428 20.7898 12.1883 20.5592 11.7795 20.1503C11.3707 19.7415 11.141 19.187 11.141 18.6088M15.502 18.6088C15.502 18.0305 15.2718 17.4764 14.8628 17.0675C14.4539 16.6586 13.8993 16.4288 13.321 16.4288C12.7428 16.4288 12.1883 16.6585 11.7795 17.0674C11.3707 17.4762 11.141 18.0307 11.141 18.6088M11.141 18.6088H2.75M21.25 5.39484H18.145M13.784 5.39484H2.75M13.784 5.39484C13.784 4.81667 14.0137 4.26218 14.4225 3.85335C14.8313 3.44452 15.3858 3.21484 15.964 3.21484C16.2503 3.21484 16.5338 3.27123 16.7983 3.38079C17.0627 3.49034 17.3031 3.65092 17.5055 3.85335C17.7079 4.05578 17.8685 4.2961 17.9781 4.56059C18.0876 4.82508 18.144 5.10856 18.144 5.39484C18.144 5.68113 18.0876 5.9646 17.9781 6.22909C17.8685 6.49358 17.7079 6.7339 17.5055 6.93634C17.3031 7.13877 17.0627 7.29935 16.7983 7.4089C16.5338 7.51846 16.2503 7.57484 15.964 7.57484C15.3858 7.57484 14.8313 7.34517 14.4225 6.93634C14.0137 6.52751 13.784 5.97302 13.784 5.39484Z' stroke='%232C3139' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:24px;margin-right:10px;-webkit-transition:.2s;transition:.2s;width:24px}._68dV_ span{padding-top:3px}._3XRZ4{color:#518ff0}._3XRZ4:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M21.25 12.0018H8.895M4.534 12.0018H2.75M4.534 12.0018C4.534 11.4237 4.76368 10.8692 5.17251 10.4604C5.58134 10.0515 6.13583 9.82184 6.714 9.82184C7.29217 9.82184 7.84666 10.0515 8.25549 10.4604C8.66432 10.8692 8.894 11.4237 8.894 12.0018C8.894 12.58 8.66432 13.1345 8.25549 13.5433C7.84666 13.9522 7.29217 14.1818 6.714 14.1818C6.13583 14.1818 5.58134 13.9522 5.17251 13.5433C4.76368 13.1345 4.534 12.58 4.534 12.0018ZM21.25 18.6088H15.502M15.502 18.6088C15.502 19.1871 15.2718 19.7423 14.8628 20.1512C14.4539 20.5601 13.8993 20.7898 13.321 20.7898C12.7428 20.7898 12.1883 20.5592 11.7795 20.1503C11.3707 19.7415 11.141 19.187 11.141 18.6088M15.502 18.6088C15.502 18.0305 15.2718 17.4764 14.8628 17.0675C14.4539 16.6586 13.8993 16.4288 13.321 16.4288C12.7428 16.4288 12.1883 16.6585 11.7795 17.0674C11.3707 17.4762 11.141 18.0307 11.141 18.6088M11.141 18.6088H2.75M21.25 5.39484H18.145M13.784 5.39484H2.75M13.784 5.39484C13.784 4.81667 14.0137 4.26218 14.4225 3.85335C14.8313 3.44452 15.3858 3.21484 15.964 3.21484C16.2503 3.21484 16.5338 3.27123 16.7983 3.38079C17.0627 3.49034 17.3031 3.65092 17.5055 3.85335C17.7079 4.05578 17.8685 4.2961 17.9781 4.56059C18.0876 4.82508 18.144 5.10856 18.144 5.39484C18.144 5.68113 18.0876 5.9646 17.9781 6.22909C17.8685 6.49358 17.7079 6.7339 17.5055 6.93634C17.3031 7.13877 17.0627 7.29935 16.7983 7.4089C16.5338 7.51846 16.2503 7.57484 15.964 7.57484C15.3858 7.57484 14.8313 7.34517 14.4225 6.93634C14.0137 6.52751 13.784 5.97302 13.784 5.39484Z' stroke='%23518FF0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3e %3c/svg%3e")}
._1A5Vm>:last-child{margin-bottom:0}._2hRFM{margin-bottom:13px}.RHN1M{background:none;border:0;border-bottom:1px dashed #518ff0;-webkit-box-shadow:none;box-shadow:none;color:#518ff0;cursor:pointer;font-weight:400;margin:0 auto 0 0;padding:0;-webkit-transition:.2s;transition:.2s}body:not(._2Fdn7) .RHN1M:hover{border-bottom-color:transparent}
._2a-w2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}._1h0t0{margin-bottom:10px;margin-right:10px}
._28W2U{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#2cae68;background:-webkit-gradient(linear,left top,right top,from(#2cae68),to(#21a568));background:linear-gradient(90deg,#2cae68 0,#21a568);border-radius:20px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:600;justify-content:center;line-height:1.5;margin-bottom:10px;padding:30px;-webkit-transition:.2s;transition:.2s}@media (max-width:400px){._28W2U{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}body:not(._3qqKs) ._28W2U:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}._28W2U:before{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e %3cg transform='translate(-2 -2)'%3e %3cpath d='M37.714,46.643a1.786,1.786,0,0,1-1.786,1.786H7.357a1.786,1.786,0,0,1-1.786-1.786V7.357A1.786,1.786,0,0,1,7.357,5.571H25.214v7.143a5.357,5.357,0,0,0,5.357,5.357L34.143,14.5H30.571a1.786,1.786,0,0,1-1.786-1.786V8.089l5.875,5.875,1.589-1.589.929-.929L29.839,4.089A7.143,7.143,0,0,0,24.786,2H7.357A5.357,5.357,0,0,0,2,7.357V46.643A5.357,5.357,0,0,0,7.357,52H35.929a5.357,5.357,0,0,0,5.357-5.357V33.107l-3.571,3.571Z' transform='translate(0 0)' fill='%2314e293'/%3e %3cpath d='M47.071,8.047a5.107,5.107,0,0,0-7.839,0l-3.571,3.571L20.482,26.725a10.875,10.875,0,0,0-1.661,2.2l-4.446,9.054H7.786a1.786,1.786,0,1,0,0,3.571h7.143a1.786,1.786,0,0,0,1.2-.482,1.036,1.036,0,0,0,.321,0l9.839-4.875a10.483,10.483,0,0,0,2.036-1.607l1-.982h0L43.5,19.439l3.571-3.571a5.482,5.482,0,0,0,1.786-3.911,5.554,5.554,0,0,0-1.786-3.911ZM25.054,32.618l-.482.339-5,2.464,2.375-4.875a6.929,6.929,0,0,1,.839-1.071l1.089,1.089,1.643,1.661Zm3.018-2.911-1.393-1.375-1.393-1.411L36.893,15.314,39.679,18.1ZM44.482,13.3,42.2,15.654l-2.786-2.8,2.3-2.268a2.3,2.3,0,0,1,1.393-.8,2.339,2.339,0,0,1,1.393.8,2.393,2.393,0,0,1,.8,1.393,2.446,2.446,0,0,1-.821,1.393Z' transform='translate(3.143 3.311)' fill='%2314e293'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;flex-shrink:0;height:50px;margin-right:20px;width:50px}@media (max-width:400px){._28W2U:before{margin-bottom:20px;margin-right:0}}._3CW3d>:last-child{margin-bottom:0}._3CW3d span{display:block;margin-bottom:3px}._3CW3d a{color:inherit}
._2Yp5y{margin-bottom:60px}@media (max-width:639px){._2Yp5y{margin-bottom:40px}}
._1nmhb{margin-bottom:60px}@media (max-width:639px){._1nmhb{margin-bottom:40px}}._1nmhb ul{-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -5px;padding:0}._1nmhb ul,._1nmhb ul li{display:-webkit-box;display:-ms-flexbox;display:flex}._1nmhb ul li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#fff;border:1px solid #f1f4f7;border-radius:14px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);-ms-flex-direction:column;flex-direction:column;justify-content:space-between;margin-bottom:5px;margin-left:5px;margin-right:5px;padding:30px 25px 65px;text-align:center;width:calc(33.33333% - 10px)}@media (max-width:800px){._1nmhb ul li{padding:20px;width:calc(100% - 10px)}}._1nmhb ul li span{display:block;font-size:18px;font-weight:700;line-height:1.33;margin-bottom:40px;text-transform:uppercase}@media (max-width:800px){._1nmhb ul li span{margin-bottom:25px}}._1nmhb ul li:after{background-position:bottom;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:190px}html:not(.KCzv6) ._1nmhb ul li:first-of-type:after{background-image:url(frontend/src/js/react/components/advantages/images/1.png)}html.KCzv6 ._1nmhb ul li:first-of-type:after{background-image:url(frontend/src/js/react/components/advantages/images/1.webp)}html:not(.KCzv6) ._1nmhb ul li:nth-of-type(2):after{background-image:url(frontend/src/js/react/components/advantages/images/3.png)}html.KCzv6 ._1nmhb ul li:nth-of-type(2):after{background-image:url(frontend/src/js/react/components/advantages/images/3.webp)}html:not(.KCzv6) ._1nmhb ul li:nth-of-type(3):after{background-image:url(frontend/src/js/react/components/advantages/images/2.png)}html.KCzv6 ._1nmhb ul li:nth-of-type(3):after{background-image:url(frontend/src/js/react/components/advantages/images/2.webp)}
.eTz-d{margin-bottom:60px}@media (max-width:639px){.eTz-d{margin-bottom:40px}}._3oDlt{font-size:64px;font-weight:700;line-height:1.19;margin-bottom:20px;text-align:center;text-transform:uppercase}@media (max-width:1265px){._3oDlt{font-size:44px}}@media (max-width:639px){._3oDlt{font-size:28px}}._8aDor{font-size:16px;line-height:1.56;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:735px;text-align:center}._8aDor b{font-weight:600}._2CGMo{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;list-style:none;margin:0 0 35px;padding:0;position:relative}@media (max-width:1100px){._2CGMo{display:block;padding-left:20px}}._2CGMo:after,._2CGMo:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_184_230)'%3e %3cpath d='M21.5 43C33.3741 43 43 33.3741 43 21.5C43 9.62588 33.3741 0 21.5 0C9.62588 0 0 9.62588 0 21.5C0 33.3741 9.62588 43 21.5 43Z' fill='%23FF4500'/%3e %3cpath d='M35.8023 21.7041C35.8023 19.9612 34.3929 18.577 32.6753 18.577C31.8639 18.5759 31.0834 18.8881 30.4967 19.4486C28.3437 17.9105 25.3958 16.9111 22.1151 16.7829L23.5502 10.0674L28.2152 11.0668C28.2668 12.2459 29.2405 13.1944 30.4455 13.1944C31.6757 13.1944 32.6753 12.195 32.6753 10.9642C32.6753 9.73396 31.6759 8.73438 30.4455 8.73438C29.5741 8.73438 28.8048 9.24702 28.446 9.99045L23.243 8.88823C23.0891 8.86237 22.9353 8.88823 22.8326 8.96516C22.7045 9.04209 22.6277 9.17009 22.6024 9.32395L21.0127 16.8083C17.6807 16.9111 14.6816 17.9105 12.5031 19.4743C11.9163 18.9139 11.1358 18.6017 10.3243 18.6029C8.58133 18.6029 7.19727 20.0123 7.19727 21.7299C7.19727 23.0114 7.96606 24.0877 9.04291 24.5752C8.99061 24.8886 8.96488 25.2058 8.96598 25.5235C8.96598 30.3419 14.5795 34.2639 21.5 34.2639C28.4206 34.2639 34.0341 30.3677 34.0341 25.5235C34.0339 25.2059 34.0082 24.8887 33.9572 24.5752C35.0336 24.0877 35.8023 22.9855 35.8023 21.7041ZM14.3228 23.9339C14.3228 22.7037 15.3223 21.7041 16.5531 21.7041C17.7833 21.7041 18.7829 22.7035 18.7829 23.9339C18.7829 25.1642 17.7835 26.1642 16.5531 26.1642C15.3224 26.1894 14.3228 25.1642 14.3228 23.9339ZM26.8058 29.8549C25.2678 31.393 22.3457 31.4957 21.5 31.4957C20.6286 31.4957 17.7066 31.3672 16.1938 29.8549C15.9636 29.6243 15.9636 29.2654 16.1938 29.0347C16.4246 28.8045 16.7834 28.8045 17.0142 29.0347C17.9884 30.009 20.039 30.3419 21.5 30.3419C22.9611 30.3419 25.0371 30.0088 25.9854 29.0347C26.2162 28.8045 26.575 28.8045 26.8058 29.0347C27.0107 29.2654 27.0107 29.6243 26.8058 29.8549ZM26.3954 26.1895C25.1651 26.1895 24.1656 25.1901 24.1656 23.9597C24.1656 22.7294 25.1651 21.7299 26.3954 21.7299C27.6261 21.7299 28.6255 22.7294 28.6255 23.9597C28.6255 25.1641 27.6261 26.1895 26.3954 26.1895Z' fill='white'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_184_230'%3e %3crect width='43' height='43' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e") no-repeat 50%;bottom:-33px;content:"";display:block;height:43px;left:calc(50% - 285px);position:absolute;width:43px}@media (max-width:1100px){._2CGMo:after,._2CGMo:before{display:none}}._2CGMo:after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.877 36.5156L24.0689 17.8472L24.0907 17.8647L35.6391 4.48438H31.7799L22.3723 15.375L14.9015 4.48438H4.78032L16.7379 21.9138L16.7365 21.9123L4.125 36.5156H7.98416L18.4432 24.3991L26.7558 36.5156H36.877ZM13.3724 7.3963L31.343 33.6037H28.2848L10.2997 7.3963H13.3724Z' fill='black'/%3e %3c/svg%3e");bottom:60px;height:41px;left:calc(50% + 160px);width:41px}._1rhY9{position:relative;width:246px}@media (max-width:1100px){._1rhY9{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px;width:auto}}._1rhY9:before{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);content:"";display:block;height:100px;margin-bottom:15px;width:100px}@media (max-width:1100px){._1rhY9:before{-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;margin-right:20px}}._1rhY9:after{background-position:50%;background-repeat:no-repeat;content:"";display:block;height:54px;position:absolute;width:54px}@media (max-width:1100px){._1rhY9:after{height:40px;left:-20px;top:-20px;width:40px}}._1rhY9:first-of-type{width:300px}@media (max-width:1100px){._1rhY9:first-of-type{width:auto}}._1rhY9:first-of-type:before{margin-left:auto}@media (max-width:1100px){._1rhY9:first-of-type:before{margin-left:0}}html:not(._2vfTp) ._1rhY9:first-of-type:before{background-image:url(frontend/src/js/react/components/primary/images/1.jpg)}html._2vfTp ._1rhY9:first-of-type:before{background-image:url(data:image/webp;base64,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)}._1rhY9:first-of-type:after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_184_215)'%3e %3cpath d='M41.3438 0H12.6562C5.6664 0 0 5.6664 0 12.6562V41.3438C0 48.3336 5.6664 54 12.6562 54H41.3438C48.3336 54 54 48.3336 54 41.3438V12.6562C54 5.6664 48.3336 0 41.3438 0Z' fill='url(%23paint0_radial_184_215)'/%3e %3cpath d='M41.3438 0H12.6562C5.6664 0 0 5.6664 0 12.6562V41.3438C0 48.3336 5.6664 54 12.6562 54H41.3438C48.3336 54 54 48.3336 54 41.3438V12.6562C54 5.6664 48.3336 0 41.3438 0Z' fill='url(%23paint1_radial_184_215)'/%3e %3cpath d='M27.0019 5.90625C21.2733 5.90625 20.5542 5.93135 18.3043 6.03366C16.0587 6.13659 14.5258 6.49202 13.1846 7.01367C11.7971 7.55241 10.6203 8.27318 9.44789 9.44599C8.27445 10.6186 7.55367 11.7954 7.01325 13.1823C6.49013 14.5239 6.13427 16.0574 6.03323 18.302C5.93262 20.5521 5.90625 21.2714 5.90625 27.0002C5.90625 32.7291 5.93156 33.4458 6.03366 35.6957C6.13702 37.9413 6.49245 39.4742 7.01367 40.8153C7.55283 42.2029 8.2736 43.3797 9.44641 44.5521C10.6186 45.7256 11.7954 46.448 13.1819 46.9867C14.5241 47.5084 16.0572 47.8638 18.3024 47.9668C20.5525 48.0691 21.2709 48.0942 26.9994 48.0942C32.7286 48.0942 33.4454 48.0691 35.6953 47.9668C37.9409 47.8638 39.4755 47.5084 40.8177 46.9867C42.2046 46.448 43.3797 45.7256 44.5517 44.5521C45.7251 43.3797 46.4457 42.2029 46.9863 40.816C47.5048 39.4742 47.8609 37.9409 47.9663 35.6961C48.0674 33.4462 48.0938 32.7291 48.0938 27.0002C48.0938 21.2714 48.0674 20.5525 47.9663 18.3024C47.8609 16.0568 47.5048 14.5241 46.9863 13.183C46.4457 11.7954 45.7251 10.6186 44.5517 9.44599C43.3785 8.27276 42.205 7.55198 40.8164 7.01388C39.4717 6.49202 37.938 6.13638 35.6923 6.03366C33.4422 5.93135 32.7259 5.90625 26.9954 5.90625H27.0019ZM25.1096 9.70755C25.6713 9.70671 26.298 9.70755 27.0019 9.70755C32.6341 9.70755 33.3015 9.7278 35.5257 9.82884C37.5823 9.92292 38.6986 10.2665 39.4422 10.5553C40.4266 10.9375 41.1284 11.3946 41.8662 12.1331C42.6045 12.8714 43.0614 13.5745 43.4447 14.5589C43.7335 15.3014 44.0775 16.4177 44.1712 18.4743C44.2722 20.698 44.2941 21.3659 44.2941 26.9954C44.2941 32.6249 44.2722 33.2929 44.1712 35.5164C44.0771 37.573 43.7335 38.6893 43.4447 39.432C43.0625 40.4165 42.6045 41.1174 41.8662 41.8553C41.128 42.5936 40.427 43.0504 39.4422 43.4329C38.6994 43.7229 37.5823 44.0657 35.5257 44.1598C33.302 44.2608 32.6341 44.2827 27.0019 44.2827C21.3694 44.2827 20.7018 44.2608 18.4783 44.1598C16.4217 44.0648 15.3054 43.7212 14.5612 43.4324C13.577 43.05 12.8737 42.5931 12.1354 41.8549C11.3972 41.1166 10.9403 40.4152 10.557 39.4303C10.2682 38.6876 9.92419 37.5713 9.83053 35.5147C9.72949 33.291 9.70924 32.6232 9.70924 26.9901C9.70924 21.3572 9.72949 20.6928 9.83053 18.4691C9.92461 16.4124 10.2682 15.2961 10.557 14.5526C10.9394 13.5681 11.3972 12.8651 12.1357 12.1268C12.8739 11.3885 13.577 10.9314 14.5614 10.5484C15.305 10.2583 16.4217 9.91554 18.4783 9.82104C20.4242 9.73308 21.1783 9.70671 25.1096 9.70228V9.70755ZM38.2617 13.21C36.8643 13.21 35.7305 14.3427 35.7305 15.7404C35.7305 17.1378 36.8643 18.2716 38.2617 18.2716C39.6592 18.2716 40.793 17.1378 40.793 15.7404C40.793 14.3429 39.6592 13.2091 38.2617 13.2091V13.21ZM27.0019 16.1675C21.0197 16.1675 16.1694 21.0178 16.1694 27.0002C16.1694 32.9826 21.0197 37.8306 27.0019 37.8306C32.9843 37.8306 37.8329 32.9826 37.8329 27.0002C37.8329 21.018 32.9839 16.1675 27.0015 16.1675H27.0019ZM27.0019 19.9688C30.885 19.9688 34.0333 23.1166 34.0333 27.0002C34.0333 30.8834 30.885 34.0316 27.0019 34.0316C23.1185 34.0316 19.9707 30.8834 19.9707 27.0002C19.9707 23.1166 23.1185 19.9688 27.0019 19.9688Z' fill='white'/%3e %3c/g%3e %3cdefs%3e %3cradialGradient id='paint0_radial_184_215' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(14.3437 58.1591) rotate(-90) scale(53.518 49.776)'%3e %3cstop stop-color='%23FFDD55'/%3e %3cstop offset='0.1' stop-color='%23FFDD55'/%3e %3cstop offset='0.5' stop-color='%23FF543E'/%3e %3cstop offset='1' stop-color='%23C837AB'/%3e %3c/radialGradient%3e %3cradialGradient id='paint1_radial_184_215' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(-9.04521 3.8899) rotate(78.681) scale(23.9228 98.6107)'%3e %3cstop stop-color='%233771C8'/%3e %3cstop offset='0.128' stop-color='%233771C8'/%3e %3cstop offset='1' stop-color='%236600FF' stop-opacity='0'/%3e %3c/radialGradient%3e %3cclipPath id='clip0_184_215'%3e %3crect width='54' height='54' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");right:86px;top:-17px}._1rhY9:nth-of-type(2){margin-left:80px;margin-right:126px;margin-top:15px;text-align:center}@media (max-width:1100px){._1rhY9:nth-of-type(2){margin-left:0;margin-right:0;margin-top:0;text-align:left}}._1rhY9:nth-of-type(2):before{height:200px;margin-left:auto;margin-right:auto;width:200px}@media (max-width:1100px){._1rhY9:nth-of-type(2):before{height:100px;margin-left:0;margin-right:20px;width:100px}}html:not(._2vfTp) ._1rhY9:nth-of-type(2):before{background-image:url(frontend/src/js/react/components/primary/images/2.jpg)}html._2vfTp ._1rhY9:nth-of-type(2):before{background-image:url(frontend/src/js/react/components/primary/images/2.webp)}._1rhY9:nth-of-type(2):after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M49.2112 2.03906H4.79195C3.27049 2.03906 2.03711 3.27245 2.03711 4.79391V49.2131C2.03711 50.7346 3.27049 51.968 4.79195 51.968H49.2112C50.7326 51.968 51.966 50.7346 51.966 49.2131V4.79391C51.966 3.27245 50.7326 2.03906 49.2112 2.03906Z' fill='%233D5A98'/%3e %3cpath d='M36.4839 51.9607V32.6262H42.9723L43.9427 25.0915H36.4839V20.2821C36.4839 18.101 37.0914 16.6118 40.2175 16.6118H44.2084V9.86179C42.2759 9.66075 40.3338 9.56498 38.3908 9.57492C32.6448 9.57492 28.6877 13.0765 28.6877 19.5354V25.0915H22.1992V32.6262H28.6877V51.9607H36.4839Z' fill='white'/%3e %3c/svg%3e");right:4px;top:-25px}@media (max-width:1100px){._1rhY9:nth-of-type(2):after{left:-20px;right:auto;top:-20px}}._1rhY9:nth-of-type(3){margin-top:50px}@media (max-width:1100px){._1rhY9:nth-of-type(3){margin-top:0}}._1rhY9:nth-of-type(3):before{height:105px;width:105px}@media (max-width:1100px){._1rhY9:nth-of-type(3):before{height:100px;width:100px}}html:not(._2vfTp) ._1rhY9:nth-of-type(3):before{background-image:url(frontend/src/js/react/components/primary/images/3.jpg)}html._2vfTp ._1rhY9:nth-of-type(3):before{background-image:url(data:image/webp;base64,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)}._1rhY9:nth-of-type(3):after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0_184_220)'%3e %3crect width='49' height='48' rx='4' fill='white'/%3e %3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.05951e-07 4.01019C6.05951e-07 2.94662 0.431303 1.92662 1.19903 1.17456C1.96675 0.422505 3.008 5.34614e-06 4.09373 5.34614e-06H44.9018C45.4399 -0.000855494 45.9728 0.102252 46.4701 0.303424C46.9674 0.504595 47.4194 0.799881 47.8 1.17238C48.1807 1.54487 48.4826 1.98726 48.6886 2.47421C48.8945 2.96116 49.0003 3.48311 49 4.01019V43.9855C49.0006 44.5126 48.8951 45.0347 48.6894 45.5219C48.4838 46.0091 48.1822 46.4518 47.8018 46.8247C47.4213 47.1975 46.9696 47.4933 46.4724 47.695C45.9751 47.8966 45.4422 48.0003 44.904 48H4.09373C3.55594 48 3.02343 47.8962 2.52661 47.6945C2.02979 47.4929 1.5784 47.1973 1.19824 46.8247C0.818071 46.4521 0.516576 46.0097 0.310978 45.5229C0.10538 45.0361 -0.000291986 44.5144 6.05951e-07 43.9876V4.01019ZM19.3951 18.3011H26.0301V21.5651C26.9879 19.6887 29.4379 18 33.1195 18C40.1778 18 41.8505 21.7375 41.8505 28.5949V41.2975H34.7076V30.1571C34.7076 26.2516 33.7499 24.048 31.3177 24.048C27.9434 24.048 26.5402 26.424 26.5402 30.1571V41.2975H19.3951V18.3011ZM7.14509 40.9985H14.2902V18H7.14509V40.9985ZM15.3125 10.4989C15.326 11.0982 15.2171 11.6941 14.9923 12.2516C14.7675 12.8091 14.4313 13.317 14.0034 13.7455C13.5755 14.174 13.0645 14.5145 12.5005 14.7469C11.9364 14.9794 11.3307 15.0991 10.7188 15.0991C10.1068 15.0991 9.50107 14.9794 8.93703 14.7469C8.37299 14.5145 7.86202 14.174 7.43412 13.7455C7.00622 13.317 6.67 12.8091 6.44519 12.2516C6.22039 11.6941 6.11153 11.0982 6.125 10.4989C6.15144 9.3226 6.64704 8.20319 7.50565 7.38041C8.36427 6.55764 9.51764 6.09692 10.7188 6.09692C11.9199 6.09692 13.0732 6.55764 13.9318 7.38041C14.7905 8.20319 15.2861 9.3226 15.3125 10.4989Z' fill='%230A66C2'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0_184_220'%3e %3crect width='49' height='48' rx='4' fill='white'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");height:48px;left:80px;top:-23px;width:48px}@media (max-width:1100px){._1rhY9:nth-of-type(3):after{height:40px;left:-20px;top:-20px;width:40px}}._28lpF{background-color:#fff;border-radius:10px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);line-height:1.25;padding:10px}@media (max-width:1100px){._28lpF{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}._28lpF>:last-child{margin-bottom:0}._2-jKN{font-weight:600;margin-bottom:10px}._3elEg,._2-jKN{display:block}._1UU3j{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:-20px}._1xHzs{margin-bottom:20px;margin-left:20px;margin-right:20px}._1CW3V{font-weight:600;text-decoration:none;text-transform:uppercase;-webkit-transition:.2s;transition:.2s}body:not(.y6mBa) ._1CW3V:hover{border-bottom:1px dashed #518ff0}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}


html{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:360px}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background-color:#f4f7fd;color:#2c3139;font-family:Poppins,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.25}body.mobile{-webkit-tap-highlight-color:transparent;cursor:pointer}a{color:#518ff0}body:not(.mobile) a:hover{text-decoration:none}::-webkit-input-placeholder{color:#a1aacc;opacity:1}:-moz-placeholder,::-moz-placeholder{color:#a1aacc;opacity:1}:-ms-input-placeholder{color:#a1aacc;opacity:1}:-moz-placeholder-shown{color:#a1aacc;opacity:1}:placeholder-shown{color:#a1aacc;opacity:1}.container{margin-left:auto;margin-right:auto;max-width:1235px;padding-left:20px;padding-right:20px}.container--max-width-1{max-width:1480px}
@-webkit-keyframes pulse{0%{height:100px;opacity:.7;width:100px}50%{height:80px;opacity:.4;width:80px}to{height:100px;opacity:.7;width:100px}}@keyframes pulse{0%{height:100px;opacity:.7;width:100px}50%{height:80px;opacity:.4;width:80px}to{height:100px;opacity:.7;width:100px}}
.page{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;min-height:100vh}@media print{.page{display:block}}.page__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1}
.field__label,.field__name{display:block}.field__name{font-size:14px;font-weight:600;margin-bottom:7px}.field__name i{color:red}.field__element input,.field__element select,.field__element textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-color:#fff;border:1px solid #d2dde7;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;color:#2c3139;display:block;font-family:Poppins,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.25;margin:0;outline:0;padding:11px 15px;resize:vertical;text-align:left;-webkit-transition:.2s;transition:.2s;width:100%}.field__element input::-ms-expand,.field__element select::-ms-expand,.field__element textarea::-ms-expand{display:none}.field__element input[type=number]::-webkit-inner-spin-button,.field__element input[type=number]::-webkit-outer-spin-button,.field__element input[type=search]::-webkit-search-cancel-button,.field__element input[type=search]::-webkit-search-decoration,.field__element input[type=search]::-webkit-search-results-button,.field__element input[type=search]::-webkit-search-results-decoration,.field__element select[type=number]::-webkit-inner-spin-button,.field__element select[type=number]::-webkit-outer-spin-button,.field__element select[type=search]::-webkit-search-cancel-button,.field__element select[type=search]::-webkit-search-decoration,.field__element select[type=search]::-webkit-search-results-button,.field__element select[type=search]::-webkit-search-results-decoration,.field__element textarea[type=number]::-webkit-inner-spin-button,.field__element textarea[type=number]::-webkit-outer-spin-button,.field__element textarea[type=search]::-webkit-search-cancel-button,.field__element textarea[type=search]::-webkit-search-decoration,.field__element textarea[type=search]::-webkit-search-results-button,.field__element textarea[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.field__element input[type=number],.field__element select[type=number],.field__element textarea[type=number]{-moz-appearance:textfield}.field__element input:focus,.field__element select:focus,.field__element textarea:focus{border-color:#518ff0}.field__element input:disabled,.field__element select:disabled,.field__element textarea:disabled{background-color:#e9edf1;cursor:not-allowed}.field__element textarea{height:140px;min-height:140px}.field__element select{background-image:url("data:image/svg+xml,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M0.830078 0.5L4.83008 4.5L8.83008 0.5' stroke='%232C3139' stroke-linecap='round'/%3e %3c/svg%3e");background-position:right 15px center;background-repeat:no-repeat;padding-right:45px}.field__element--center input,.field__element--center select,.field__element--center textarea{padding-left:8px;padding-right:8px;text-align:center}.field__element--right input,.field__element--right select,.field__element--right textarea{text-align:right}.field__element--size-s input,.field__element--size-s select,.field__element--size-s textarea{padding-bottom:11px;padding-top:11px}
.back-to-top{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,right top,from(#215fff),to(#4c2fff));background:linear-gradient(90deg,#215fff,#4c2fff);border-radius:6px;bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:0;height:46px;justify-content:center;left:20px;opacity:0;position:fixed;-webkit-transition:.2s;transition:.2s;visibility:hidden;width:46px;z-index:990}.back-to-top:before{background:url("data:image/svg+xml,%3c!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e %3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 98.1333389 512 315.7333374' enable-background='new 0 98.1333389 512 315.7333374' xml:space='preserve'%3e %3cg%3e %3cg id='expand-more'%3e %3cpolygon fill='%23fff' points='59.7333527,413.8666687 256,217.6000214 452.2666626,413.8666687 512,354.1333618 256,98.1333389 0,354.1333618 '/%3e %3c/g%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:20px;width:20px}body:not(.mobile) .back-to-top:hover{-webkit-transform:scale(1.04);transform:scale(1.04)}body:not(.mobile) .back-to-top:active{-webkit-transform:scale(1.08);transform:scale(1.08)}.back-to-top.visible{opacity:1;visibility:visible}@media print{.back-to-top.visible{display:none}}
.btn{background:-webkit-gradient(linear,left top,right top,from(#215fff),to(#4c2fff));background:linear-gradient(90deg,#215fff,#4c2fff);border:0;border-radius:6px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1.25;margin:0;padding:13px 24px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:.2s;transition:.2s;vertical-align:top;z-index:1}body:not(.mobile) .btn:hover:not(:disabled){-webkit-transform:scale(1.02);transform:scale(1.02)}body:not(.mobile) .btn:active:not(:disabled){-webkit-transform:scale(1.04);transform:scale(1.04)}.btn:disabled{cursor:default;opacity:.2}.btn--style-1{background-color:#e9edf1}.btn--style-2{background-color:transparent;border-color:rgba(44,49,57,.25);color:#2c3139}.btn--style-3{background:none;background-color:red}.btn--style-4{background:-webkit-gradient(linear,left top,right top,from(#4f8fee),to(#5f82ff));background:linear-gradient(90deg,#4f8fee,#5f82ff)}.btn--type-1:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='10' cy='10' r='10' fill='white'/%3e %3cpath d='M10 5V15M5 10H15' stroke='%232759FF' stroke-width='1.5' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:20px;margin-bottom:-1px;margin-right:10px;margin-top:-1px;vertical-align:middle;width:20px}.btn--type-6{font-size:16px;font-weight:600;padding:16px 27px}.btn--type-10{padding:9px 20px}@media (max-width:440px){.btn--type-10{font-size:12px;padding:8px 10px}}.btn--type-11:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='10' cy='10' r='10' fill='white'/%3e %3cpath d='M13.5355 6.46424L6.46447 13.5353M6.46447 6.46424L13.5355 13.5353' stroke='%23FF0000' stroke-width='1.5' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:20px;margin-right:10px;margin-top:-2px;vertical-align:middle;width:20px}@media (max-width:670px){.btn--type-12{padding-left:12px;padding-right:12px}}.btn--type-12:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.5715 13.3433H4.22148C3.96023 13.3433 3.74648 13.5542 3.74648 13.812V14.7495C3.74648 15.0073 3.96023 15.2183 4.22148 15.2183H16.5715C16.8327 15.2183 17.0465 15.0073 17.0465 14.7495V13.812C17.0465 13.5542 16.8327 13.3433 16.5715 13.3433ZM18.4715 3.96826C17.6848 3.96826 17.0465 4.59814 17.0465 5.37451C17.0465 5.58252 17.094 5.77588 17.1771 5.95459L15.0277 7.22607C14.5705 7.49561 13.9798 7.34326 13.7155 6.88623L11.296 2.7085C11.6137 2.45068 11.8215 2.06396 11.8215 1.62451C11.8215 0.848145 11.1832 0.218262 10.3965 0.218262C9.60977 0.218262 8.97148 0.848145 8.97148 1.62451C8.97148 2.06396 9.1793 2.45068 9.49695 2.7085L7.07742 6.88623C6.8132 7.34326 6.21945 7.49561 5.76523 7.22607L3.61883 5.95459C3.69898 5.77881 3.74945 5.58252 3.74945 5.37451C3.74945 4.59814 3.11117 3.96826 2.32445 3.96826C1.53773 3.96826 0.896484 4.59814 0.896484 5.37451C0.896484 6.15088 1.53477 6.78076 2.32148 6.78076C2.39867 6.78076 2.47586 6.76904 2.55008 6.75732L4.69648 12.4058H16.0965L18.2429 6.75732C18.3171 6.76904 18.3943 6.78076 18.4715 6.78076C19.2582 6.78076 19.8965 6.15088 19.8965 5.37451C19.8965 4.59814 19.2582 3.96826 18.4715 3.96826Z' fill='white'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:16px;margin-right:10px;margin-top:-2px;vertical-align:middle;width:20px}@media (max-width:670px){.btn--type-12 span{display:none}}@media (max-width:700px){.btn--type-13{padding-left:15px;padding-right:15px;width:100%}}.btn--type-14{font-weight:400;padding:6px 11px;text-transform:none}.btn--type-15:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3ccircle cx='10' cy='10' r='10' fill='white'/%3e %3cpath d='M13.5355 6.46424L6.46447 13.5353M6.46447 6.46424L13.5355 13.5353' stroke='%23518FF0' stroke-width='1.5' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;width:20px}.btn--type-15:before,.btn--type-16:before{content:"";display:inline-block;height:20px;margin-right:5px;margin-top:-1px;vertical-align:middle}.btn--type-16:before{background:url("data:image/svg+xml,%3csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.3327 0.666504H5.66602C2.90852 0.666504 0.666016 2.909 0.666016 5.6665V16.4998C0.666016 16.7208 0.753813 16.9328 0.910093 17.0891C1.06637 17.2454 1.27834 17.3332 1.49935 17.3332H12.3327C15.0902 17.3332 17.3327 15.0907 17.3327 12.3332V5.6665C17.3327 2.909 15.0902 0.666504 12.3327 0.666504ZM6.49852 13.1665H4.83268V11.5007L9.44102 6.899L11.1068 8.56484L6.49852 13.1665ZM11.8927 7.779L10.2268 6.11317L11.4968 4.844L13.1627 6.50984L11.8927 7.779Z' fill='white'/%3e %3c/svg%3e") no-repeat 50%;width:18px}.btn--stripe{background-color:#635bff;border-radius:4px;max-width:300px;width:100%}.btn--stripe:before{background:url("data:image/svg+xml,%3csvg x='0' y='0' viewBox='0 0 360 150' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.1'%3e %3cg%3e %3ctitle%3eLayer 1%3c/title%3e %3cpath id='svg_1' fill='%23fff' clip-rule='evenodd' fill-rule='evenodd' d='m360,77.4c0,-25.6 -12.4,-45.8 -36.1,-45.8c-23.8,0 -38.2,20.2 -38.2,45.6c0,30.1 17,45.3 41.4,45.3c11.9,0 20.9,-2.7 27.7,-6.5l0,-20c-6.8,3.4 -14.6,5.5 -24.5,5.5c-9.7,0 -18.3,-3.4 -19.4,-15.2l48.9,0c0,-1.3 0.2,-6.5 0.2,-8.9zm-49.4,-9.5c0,-11.3 6.9,-16 13.2,-16c6.1,0 12.6,4.7 12.6,16l-25.8,0zm-63.5,-36.3c-9.8,0 -16.1,4.6 -19.6,7.8l-1.3,-6.2l-22,0l0,116.6l25,-5.3l0.1,-28.3c3.6,2.6 8.9,6.3 17.7,6.3c17.9,0 34.2,-14.4 34.2,-46.1c-0.1,-29 -16.6,-44.8 -34.1,-44.8zm-6,68.9c-5.9,0 -9.4,-2.1 -11.8,-4.7l-0.1,-37.1c2.6,-2.9 6.2,-4.9 11.9,-4.9c9.1,0 15.4,10.2 15.4,23.3c0,13.4 -6.2,23.4 -15.4,23.4zm-71.3,-74.8l25.1,-5.4l0,-20.3l-25.1,5.3l0,20.4zm0,7.6l25.1,0l0,87.5l-25.1,0l0,-87.5zm-26.9,7.4l-1.6,-7.4l-21.6,0l0,87.5l25,0l0,-59.3c5.9,-7.7 15.9,-6.3 19,-5.2l0,-23c-3.2,-1.2 -14.9,-3.4 -20.8,7.4zm-50,-29.1l-24.4,5.2l-0.1,80.1c0,14.8 11.1,25.7 25.9,25.7c8.2,0 14.2,-1.5 17.5,-3.3l0,-20.3c-3.2,1.3 -19,5.9 -19,-8.9l0,-35.5l19,0l0,-21.3l-19,0l0.1,-21.7zm-67.6,47.1c0,-3.9 3.2,-5.4 8.5,-5.4c7.6,0 17.2,2.3 24.8,6.4l0,-23.5c-8.3,-3.3 -16.5,-4.6 -24.8,-4.6c-20.3,0 -33.8,10.6 -33.8,28.3c0,27.6 38,23.2 38,35.1c0,4.6 -4,6.1 -9.6,6.1c-8.3,0 -18.9,-3.4 -27.3,-8l0,23.8c9.3,4 18.7,5.7 27.3,5.7c20.8,0 35.1,-10.3 35.1,-28.2c-0.1,-29.8 -38.2,-24.5 -38.2,-35.7z' class='st0'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";display:inline-block;height:25px;margin-right:5px;margin-top:-3px;vertical-align:middle;width:61px}.btn--fluid{padding-left:15px;padding-right:15px;width:100%}@media (max-width:639px){.btn--fluid-on-mobile{padding-left:15px;padding-right:15px;width:100%}}
.text{word-wrap:break-word;color:#2c3139;font-size:16px;line-height:1.59}@media (max-width:639px){.text{font-size:14px;line-height:1.5}}.text>:first-child{margin-top:0}.text>:last-child{margin-bottom:0}.text h1{font-size:24px;font-weight:700;line-height:1.5;margin:0 0 20px;text-transform:uppercase}.text h2{font-size:21px;font-weight:600;line-height:1.42;margin:40px 0 20px}.text h3{font-size:18px;font-weight:600;line-height:1.5;margin:20px 0}@media (max-width:1265px){.text h3{margin-bottom:15px;margin-top:15px}}.text p{margin:0 0 20px}@media (max-width:639px){.text p{margin-bottom:15px}}.text ul{list-style:none;margin:0 0 20px;padding:0 0 0 10px}@media (max-width:639px){.text ul{padding-left:0}}.text ul li{padding-left:14px;position:relative}.text ul li:before{background-color:#2c3139;border-radius:50%;content:"";height:4px;left:0;position:absolute;top:10px;width:4px}.text ol{counter-reset:list 0;list-style:none;margin:0 0 20px;padding:0 0 0 10px}@media (max-width:639px){.text ol{padding-left:0}}.text ol li{overflow:hidden;padding-left:18px;position:relative}.text ol li:before{content:counter(list) ". ";counter-increment:list;font-weight:600;left:0;position:absolute}.text img{display:block;margin-bottom:30px;max-width:100%}@media (max-width:639px){.text img{margin-bottom:20px}}.text .text__float-left{float:left;margin-right:30px}@media (max-width:639px){.text .text__float-left{float:none;margin-right:0}}.text .text__float-right{float:right;margin-left:30px}@media (max-width:639px){.text .text__float-right{float:none;margin-left:0}}.text .text__image-with-text{margin-bottom:30px}@media (max-width:639px){.text .text__image-with-text{margin-bottom:20px}}.text .text__image-with-text>:last-child{margin-bottom:0}.text .text__image-with-text img{display:inline-block;margin-bottom:10px;vertical-align:top}.text .text__image-with-text span{display:block;opacity:.7}.text--center,.text .text__image-with-text--center{text-align:center}@media (max-width:1265px){.text--size-1{font-size:14px;line-height:1.5}}.text--margin-bottom-2{margin-bottom:60px}@media (max-width:639px){.text--margin-bottom-2{margin-bottom:40px}}.text--with-badge{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}@media (max-width:639px){.text--with-badge{display:block;text-align:center}}.text--with-badge h1{margin-bottom:0;margin-right:10px}@media (max-width:639px){.text--with-badge h1{margin-right:0}}.text .premium-hint{background-color:#afffa8}
.badge a,.badge span{background-color:#f3f6fc;color:#6c8dee;display:inline-block;font-size:13px;font-weight:600;line-height:1;padding:5px;text-transform:uppercase;vertical-align:top}.badge a{cursor:pointer;text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .badge a:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.badge--style-1 a,.badge--style-1 span{background-color:#fff}
.form>:last-child{margin-bottom:0}.form--max-width-1{max-width:400px}.form--max-width-2{max-width:644px}.form--center{margin-left:auto;margin-right:auto}.form__fields{margin-bottom:30px}.form__fields>:last-child{margin-bottom:0}.form__fields--max-width-1{max-width:520px}.form__fields--center{margin-left:auto;margin-right:auto}.form__fields--margin-bottom-1{margin-bottom:20px}.form__fields--type-1{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:700px){.form__fields--type-1{display:block}}.form__fields--type-1 .form__field{margin-bottom:0;margin-right:30px;width:calc(33.33333% - 20px)}.form__fields--type-1 .form__field:nth-of-type(3n){margin-right:0}@media (max-width:700px){.form__fields--type-1 .form__field{margin-bottom:20px;margin-right:0;width:100%}}.form__field{margin-bottom:30px}.form__btn{margin-bottom:17px}.form__btn--center{text-align:center}.form__clarification{font-size:16px;line-height:1.5;margin-bottom:29px;opacity:.8}.form__agreement{margin-bottom:28px}.form__agreement--max-width-1{max-width:520px}.form__agreement--center{margin-left:auto;margin-right:auto}.form__agreement--margin-bottom-1{margin-bottom:13px}.form__forgot-password{margin-bottom:30px}.form__message{font-size:16px;line-height:1.69}.form__primary{margin-bottom:20px}.form__primary--center{text-align:center}.form__primary>:last-child{margin-bottom:0}.form__title{font-size:24px;font-weight:700;line-height:1.5;text-transform:uppercase}
.title{font-size:24px;font-weight:700;line-height:1.5;margin:0 0 30px;text-align:center;text-transform:uppercase}
.special{margin-bottom:30px}.special__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -7px;padding:0}.special__item{margin-bottom:7px;margin-right:30px}
.browsehappy{background-color:#2c3139;color:#fff;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.browsehappy{display:table}}.browsehappy span{display:table-cell;font-size:26px;padding:30px;text-align:center;vertical-align:middle}.browsehappy span a{color:inherit}
.social-networks__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}.social-networks__item{margin-bottom:10px;margin-left:10px;margin-right:10px}.social-networks__link{display:block;font-size:0;height:30px;-webkit-transition:.2s;transition:.2s;width:30px}body:not(.mobile) .social-networks__link:hover{-webkit-transform:scale(1.06);transform:scale(1.06)}body:not(.mobile) .social-networks__link:active{-webkit-transform:scale(1.1);transform:scale(1.1)}.social-networks__link--instagram{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e %3cpath d='M35.289,23.88H26.347a2.591,2.591,0,0,0-2.588,2.588V35.41A2.592,2.592,0,0,0,26.347,38h8.941a2.592,2.592,0,0,0,2.589-2.589V26.468A2.591,2.591,0,0,0,35.289,23.88ZM30.818,35.587a4.648,4.648,0,1,1,4.648-4.648A4.653,4.653,0,0,1,30.818,35.587Zm4.8-8.334a1.1,1.1,0,1,1,1.1-1.1A1.1,1.1,0,0,1,35.615,27.252Z' transform='translate(-15.818 -15.899)' fill='%23fff'/%3e %3cpath d='M39.533,36.971a2.684,2.684,0,1,0,2.684,2.683A2.687,2.687,0,0,0,39.533,36.971Z' transform='translate(-24.533 -24.614)' fill='%23fff'/%3e %3cpath d='M15,0A15,15,0,1,0,30,15,15,15,0,0,0,15,0Zm9.023,19.511a4.557,4.557,0,0,1-4.552,4.552H10.529a4.557,4.557,0,0,1-4.552-4.552V10.57a4.557,4.557,0,0,1,4.552-4.552h8.941a4.557,4.557,0,0,1,4.552,4.552Z' fill='%23fff'/%3e %3c/svg%3e")}.social-networks__link--telegram{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e %3cg transform='translate(0 0)'%3e %3cpath d='M-1109-2071a14.9,14.9,0,0,1-10.607-4.394A14.9,14.9,0,0,1-1124-2086a14.9,14.9,0,0,1,4.393-10.606A14.9,14.9,0,0,1-1109-2101a14.9,14.9,0,0,1,10.606,4.393A14.9,14.9,0,0,1-1094-2086a14.9,14.9,0,0,1-4.393,10.607A14.9,14.9,0,0,1-1109-2071Zm-.2-10.251h0l3.749,2.762a1.253,1.253,0,0,0,.6.191c.371,0,.631-.285.751-.825l2.462-11.6a1.185,1.185,0,0,0-.136-1,.669.669,0,0,0-.54-.243,1.078,1.078,0,0,0-.365.068l-14.462,5.576c-.491.192-.767.441-.759.684.007.206.222.391.589.508l3.7,1.155,8.589-5.407a.758.758,0,0,1,.4-.139c.09,0,.156.03.175.081s-.016.131-.105.21l-6.95,6.278-.266,3.817a.95.95,0,0,0,.756-.369l1.808-1.742Z' transform='translate(1124 2101)' fill='%23fff'/%3e %3c/g%3e %3c/svg%3e")}.social-networks__link--facebook{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e %3cg transform='translate(0 0)'%3e %3cpath d='M-1159-2071a14.9,14.9,0,0,1-10.606-4.394A14.9,14.9,0,0,1-1174-2086a14.9,14.9,0,0,1,4.393-10.606A14.9,14.9,0,0,1-1159-2101a14.9,14.9,0,0,1,10.607,4.393A14.9,14.9,0,0,1-1144-2086a14.9,14.9,0,0,1-4.393,10.607A14.9,14.9,0,0,1-1159-2071Zm-2.96-14.413v9.806h4.054v-9.806h2.677l.355-3.443h-3.03v-2.028a.828.828,0,0,1,.859-.94h2.18v-3.345l-3-.013a3.836,3.836,0,0,0-3.3,1.448,4.551,4.551,0,0,0-.8,2.644v2.23h-1.929v3.446Z' transform='translate(1174 2101)' fill='%23fff'/%3e %3c/g%3e %3c/svg%3e")}.social-networks__link--linkedin{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e %3cg transform='translate(0 0)'%3e %3cpath d='M-1209-2071a14.9,14.9,0,0,1-10.607-4.394A14.9,14.9,0,0,1-1224-2086a14.9,14.9,0,0,1,4.393-10.606A14.9,14.9,0,0,1-1209-2101a14.9,14.9,0,0,1,10.606,4.393A14.9,14.9,0,0,1-1194-2086a14.9,14.9,0,0,1-4.393,10.607A14.9,14.9,0,0,1-1209-2071Zm3.162-16.59c1.019,0,1.536.7,1.536,2.094v5.1h2.808v-5.313c0-1.995-.54-4.372-3.111-4.372a4.219,4.219,0,0,0-3.448,1.6v-1.3h-2.82v9.392h2.82v-5.079A2.226,2.226,0,0,1-1205.838-2087.59Zm-9.709-2.163v9.362h2.809v-9.362Zm1.391-3.748a1.407,1.407,0,0,0-1.406,1.406,1.408,1.408,0,0,0,1.406,1.407,1.408,1.408,0,0,0,1.407-1.407A1.408,1.408,0,0,0-1214.157-2093.5Z' transform='translate(1224 2101)' fill='%23fff'/%3e %3c/g%3e %3c/svg%3e")}.social-networks__link--twitter{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='m256 0c-141.363281 0-256 114.636719-256 256s114.636719 256 256 256 256-114.636719 256-256-114.636719-256-256-256zm116.886719 199.601562c.113281 2.519532.167969 5.050782.167969 7.59375 0 77.644532-59.101563 167.179688-167.183594 167.183594h.003906-.003906c-33.183594 0-64.0625-9.726562-90.066406-26.394531 4.597656.542969 9.277343.8125 14.015624.8125 27.53125 0 52.867188-9.390625 72.980469-25.152344-25.722656-.476562-47.410156-17.464843-54.894531-40.8125 3.582031.6875 7.265625 1.0625 11.042969 1.0625 5.363281 0 10.558593-.722656 15.496093-2.070312-26.886718-5.382813-47.140624-29.144531-47.140624-57.597657 0-.265624 0-.503906.007812-.75 7.917969 4.402344 16.972656 7.050782 26.613281 7.347657-15.777343-10.527344-26.148437-28.523438-26.148437-48.910157 0-10.765624 2.910156-20.851562 7.957031-29.535156 28.976563 35.554688 72.28125 58.9375 121.117187 61.394532-1.007812-4.304688-1.527343-8.789063-1.527343-13.398438 0-32.4375 26.316406-58.753906 58.765625-58.753906 16.902344 0 32.167968 7.144531 42.890625 18.566406 13.386719-2.640625 25.957031-7.53125 37.3125-14.261719-4.394531 13.714844-13.707031 25.222657-25.839844 32.5 11.886719-1.421875 23.214844-4.574219 33.742187-9.253906-7.863281 11.785156-17.835937 22.136719-29.308593 30.429687zm0 0'/%3e %3c/svg%3e")}
.checkbox{font-size:16px;line-height:1.69}.checkbox--size-1{font-size:15px;line-height:1.6}.checkbox--size-2{font-size:12px;line-height:1.75}.checkbox--size-2 .checkbox__name>span{padding-top:3px}.checkbox__label{cursor:pointer}.checkbox__input{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.checkbox__input:focus~.checkbox__name>i{outline:5px auto -webkit-focus-ring-color}.checkbox__input:checked~.checkbox__name>i{background-color:#518ff0;border-color:transparent}.checkbox__input:checked~.checkbox__name>i:before{opacity:1}.checkbox__input:disabled~.checkbox__name{cursor:not-allowed}.checkbox__input:disabled~.checkbox__name>i{background-color:#d7dde7}.checkbox__name{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:top}.checkbox__name>i{-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #d0dae4;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:10px;margin-top:3px;-webkit-transition:.2s;transition:.2s;width:20px}.checkbox__name>i:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.719 8.073'%3e %3cg transform='translate(1.061 1.059)'%3e %3cline x2='3.308' y2='3.308' transform='translate(0 2.646)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3e %3cline x1='5.292' y2='5.954' transform='translate(3.308)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;content:"";height:9px;opacity:0;-webkit-transition:.2s;transition:.2s;width:11px}.checkbox__name>span a{text-decoration:none}body:not(.mobile) .checkbox__name>span a:hover{text-decoration:underline}.checkbox__required:before{color:red;content:"* "}
.enter__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}.enter__item{margin-bottom:10px;margin-right:10px}.enter__item:last-of-type{margin-right:0}@media (max-width:380px){.enter__item{margin-right:5px}}
.nav{font-size:16px;line-height:1.69}@media (max-width:1265px){.nav.active{position:relative;z-index:1000}.nav.active:before{background-color:#1b1f25bf;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}.nav.active .nav__container{display:block}}.nav__btn-toggle{background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:none;font-size:0;margin:0;padding:11px 0}@media (max-width:1265px){.nav__btn-toggle{display:block}}.nav__btn-toggle:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1 1H31' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e %3cpath d='M1 8H31' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e %3cpath d='M7 15H31' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:20px;-webkit-transition:.2s;transition:.2s;width:32px}.nav__btn-close{background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:none;font-size:0;margin:0;padding:11px 0;position:absolute;right:20px;top:15px}@media (max-width:1265px){.nav__btn-close{display:block}}.nav__btn-close:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6.49219 18.5078L23.5073 1.49268' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e %3cpath d='M6.49219 1.49268L23.5073 18.5078' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:20px;-webkit-transition:.2s;transition:.2s;width:32px}@media (max-width:1265px){.nav__container{background-color:#fff;bottom:0;display:none;overflow:auto;padding:18px 30px 30px;position:fixed;right:0;top:0;width:300px}}.nav__logo{display:none}@media (max-width:1265px){.nav__logo{display:block;margin-bottom:24px}}.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}@media (max-width:1265px){.nav__list{display:block;margin-bottom:0}}.nav__item{margin-bottom:10px;margin-left:20px;margin-right:20px}@media (max-width:1265px){.nav__item{margin-bottom:0;margin-left:0;margin-right:0}.nav__item:not(:last-of-type){border-bottom:1px solid #d7dde7}}.nav__item:last-of-type{margin-right:0}.nav__item.dropped .nav__item-inner{z-index:1}.nav__item.dropped .nav__link--dropdown:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.nav__item.dropped .nav__inner{margin-top:15px;opacity:1;visibility:visible}@media (max-width:1265px){.nav__item.dropped .nav__inner{display:block;margin-top:0}}.nav__item-inner{position:relative}.nav__link{color:inherit;text-decoration:none}body:not(.mobile) .nav__link:hover{text-decoration:underline}@media (max-width:1265px){.nav__link{display:block;padding-bottom:13px;padding-top:13px}}.nav__link--active{font-weight:700}.nav__link--dropdown{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1265px){.nav__link--dropdown{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.nav__link--dropdown span{margin-right:6px}.nav__link--dropdown:after{background:url("data:image/svg+xml,%3csvg viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.35379 0.5L5.35379 4.5L9.35379 0.5' stroke='%232C3139' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;content:"";height:10px;margin-top:2px;-webkit-transition:.2s;transition:.2s;width:10px}.nav__inner{background-color:#fff;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.15);box-shadow:0 10px 40px rgba(0,0,0,.15);color:#2c3139;opacity:0;padding:30px 20px;position:absolute;right:0;-webkit-transition:.2s;transition:.2s;visibility:hidden;width:260px}@media (max-width:1265px){.nav__inner{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;display:none;opacity:1;padding:0 0 15px 20px;position:static;right:auto;visibility:visible;width:auto}}.nav__inner:before{background-color:#fff;content:"";height:16px;margin-top:-5px;position:absolute;right:10px;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:16px}@media (max-width:1265px){.nav__inner:before{display:none}}.nav__inner ul{font-size:14px;list-style:none;margin:0;padding:0}@media (max-width:1265px){.nav__inner ul{font-size:16px}}.nav__inner ul li:not(:last-of-type){margin-bottom:10px}.nav__inner ul li a{color:inherit;text-decoration:none}body:not(.mobile) .nav__inner ul li a:not(.disabled):hover span{text-decoration:underline}.nav__inner ul li a sup{background-color:#fc0;color:#2c3139;font-size:70%;margin-right:2px;padding:0 4px 2px;top:-.7em}.nav__inner ul li a.disabled{cursor:not-allowed}.nav__inner ul li a.disabled span{opacity:.6}
.recent-form__language-setting-and-btn-filter{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:60px}@media (max-width:800px){.recent-form__language-setting-and-btn-filter{display:block}}@media (max-width:1265px){.recent-form__language-setting-and-btn-filter{margin-bottom:40px}}.recent-form__language-setting{margin-right:30px}@media (max-width:800px){.recent-form__language-setting{margin-bottom:40px;margin-right:0}}.recent-form__btn-filter{margin-right:-10px}@media (max-width:800px){.recent-form__btn-filter{margin-left:-10px;margin-right:0}}.recent-form__buttons{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:639px){.recent-form__buttons{display:block}}.recent-form__btn--submit{margin-right:20px;width:180px}@media (max-width:639px){.recent-form__btn--submit{margin-bottom:20px;margin-right:0;width:auto}}.recent-form__btn--subscribe{margin-left:auto}.recent-form__submit-btn-hint{margin-right:20px;max-width:300px}@media (max-width:639px){.recent-form__submit-btn-hint{margin-bottom:20px;margin-right:0;max-width:none}}
.properties{margin-bottom:60px}@media (max-width:1265px){.properties{margin-bottom:40px}}.properties--type-1 .properties__row .properties__col:first-child{width:41%}@media (max-width:1000px){.properties--type-1 .properties__row .properties__col:first-child{width:auto}}.properties--type-1 .properties__row .properties__col:first-child .properties__fields{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}@media (max-width:1000px){.properties--type-1 .properties__row .properties__col:first-child .properties__fields{display:block}}.properties--type-1 .properties__row .properties__col:first-child .properties__field{width:calc(50% - 20px)}@media (max-width:1000px){.properties--type-1 .properties__row .properties__col:first-child .properties__field{width:auto}}.properties--type-1 .properties__row .properties__col:first-child .properties__field:first-child{width:100%}@media (max-width:1000px){.properties--type-1 .properties__row .properties__col:first-child .properties__field:first-child{width:auto}}.properties__row{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.properties__row>:last-child{margin-right:0}@media (max-width:639px){.properties__row>:last-child{margin-bottom:0}.properties__row{display:block}}.properties__col{margin-right:20px}.properties__col:first-child{width:32.8%}@media (max-width:1000px){.properties__col:first-child{width:auto}}@media (max-width:639px){.properties__col{margin-bottom:40px;margin-right:0}}.properties__title{font-size:18px;font-weight:700;margin-bottom:21px}.properties__title--hidden{opacity:0}.properties__title--hidden:before{content:"empty"}@media (max-width:639px){.properties__title--hidden{display:none}}.properties__fields{margin-bottom:-7px}.properties__field{margin-bottom:7px}.properties__btn{text-align:center}
.block{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);margin-bottom:10px;padding:60px}@media (max-width:1265px){.block{padding:40px}}@media (max-width:639px){.block{padding:30px}}.block--type-1{-webkit-box-shadow:none;box-shadow:none;padding:40px}@media (max-width:639px){.block--type-1{padding-left:20px;padding-right:20px}}.block--type-1 .block__title{font-size:21px;text-transform:none}.block--type-2{padding:30px 40px 0}@media (max-width:1265px){.block--type-2{padding-left:0;padding-right:0}}@media (max-width:639px){.block--type-2{border-radius:0;margin-left:-20px;margin-right:-20px}}.block__header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.block__header>:last-child{margin-right:0}.block__title{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:700;margin-right:10px;text-transform:uppercase}
.radio__label{cursor:pointer}.radio__input{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.radio__input:focus~.radio__name i{outline:5px auto -webkit-focus-ring-color}.radio__input:checked~.radio__name i:before{opacity:1}.radio__input:disabled~.radio__name{cursor:not-allowed}.radio__input:disabled~.radio__name i{background-color:#d7dde7}.radio__name{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:16px;line-height:1.69}.radio__name,.radio__name i{display:-webkit-box;display:-ms-flexbox;display:flex}.radio__name i{-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #a1aacc;flex-shrink:0;height:20px;justify-content:center;margin-right:15px;margin-top:3px;width:20px}.radio__name i,.radio__name i:before{border-radius:50%;-webkit-transition:.2s;transition:.2s}.radio__name i:before{background-color:#518ff0;content:"";height:12px;opacity:0;width:12px}
.adaptive{margin-bottom:30px}.adaptive__iframe{padding-bottom:56.25%;position:relative}.adaptive__iframe iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}
.header{padding-top:16px}.header__row{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.header__col--logo,.header__col--nav{margin-right:20px}@media (max-width:1265px){.header__col--nav{-webkit-box-ordinal-group:11;-ms-flex-order:10;margin-right:0;order:10}.header__col--enter{margin-left:auto;margin-right:40px}}@media (max-width:639px){.header__col--enter{margin-right:30px}}.header__logo a{display:inline-block;text-decoration:none;vertical-align:top}
.logo__text{color:#5e84ff;font-size:30px;font-weight:700;text-transform:uppercase}@media (max-width:1265px){.logo__text{font-size:24px}}@media (max-width:639px){.logo__text{font-size:20px}}.logo__text span{color:#2c3139}
.footer-nav{font-size:16px;line-height:1.69}@media (max-width:639px){.footer-nav{font-size:14px}}.footer-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}.footer-nav__list--type-1 .footer-nav__item{margin-right:40px}@media (max-width:639px){.footer-nav__list--type-1 .footer-nav__item{margin-right:30px}}.footer-nav__item{margin-bottom:10px;margin-right:60px}.footer-nav__item:last-of-type{margin-right:0}.footer-nav__link{color:inherit}
.footer{background-color:#2a3b52;color:#fff;padding-bottom:30px;padding-top:30px}.footer.hidden{display:none}.footer__row{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media (max-width:1265px){.footer__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer__col{margin-right:20px;width:calc(33.33333% - 13.33333px)}@media (max-width:1265px){.footer__col{margin-bottom:25px;margin-right:0;width:auto}}.footer__col:last-child{margin-right:0}@media (max-width:1265px){.footer__col:last-child{margin-bottom:0}}.footer__reviews{margin-bottom:15px;text-align:center}.footer__reviews a{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;color:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;justify-content:center;text-decoration:none;vertical-align:top}.footer__reviews a span{margin-right:8px}.footer__reviews a:after{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg role='img' aria-labelledby='trustpilotLogo-45va303sw66' viewBox='0 0 126 31' xmlns='http://www.w3.org/2000/svg'%3e %3ctitle id='trustpilotLogo-45va303sw66'%3eTrustpilot%3c/title%3e %3cpath class='tp-logo__text' d='M33.074774 11.07005H45.81806v2.364196h-5.010656v13.290316h-2.755306V13.434246h-4.988435V11.07005h.01111zm12.198892 4.319629h2.355341v2.187433h.04444c.077771-.309334.222203-.60762.433295-.894859.211092-.287239.466624-.56343.766597-.79543.299972-.243048.633276-.430858.999909-.585525.366633-.14362.744377-.220953 1.12212-.220953.288863 0 .499955.011047.611056.022095.1111.011048.222202.033143.344413.04419v2.408387c-.177762-.033143-.355523-.055238-.544395-.077333-.188872-.022096-.366633-.033143-.544395-.033143-.422184 0-.822148.08838-1.199891.254096-.377744.165714-.699936.41981-.977689.740192-.277753.331429-.499955.729144-.666606 1.21524-.166652.486097-.244422 1.03848-.244422 1.668195v5.39125h-2.510883V15.38968h.01111zm18.220567 11.334883H61.02779v-1.579813h-.04444c-.311083.574477-.766597 1.02743-1.377653 1.369908-.611055.342477-1.233221.51924-1.866497.51924-1.499864 0-2.588654-.364573-3.25526-1.104765-.666606-.740193-.999909-1.856005-.999909-3.347437V15.38968h2.510883v6.948968c0 .994288.188872 1.701337.577725 2.1101.377744.408763.922139.618668 1.610965.618668.533285 0 .96658-.077333 1.322102-.243048.355524-.165714.644386-.37562.855478-.65181.222202-.265144.377744-.596574.477735-.972194.09999-.37562.144431-.784382.144431-1.226288v-6.573349h2.510883v11.323836zm4.27739-3.634675c.07777.729144.355522 1.237336.833257 1.535623.488844.287238 1.06657.441905 1.744286.441905.233312 0 .499954-.022095.799927-.055238.299973-.033143.588836-.110476.844368-.209905.266642-.099429.477734-.254096.655496-.452954.166652-.198857.244422-.452953.233312-.773335-.01111-.320381-.133321-.585525-.355523-.784382-.222202-.209906-.499955-.364573-.844368-.497144-.344413-.121525-.733267-.232-1.17767-.320382-.444405-.088381-.888809-.18781-1.344323-.287239-.466624-.099429-.922138-.232-1.355432-.37562-.433294-.14362-.822148-.342477-1.166561-.596573-.344413-.243048-.622166-.56343-.822148-.950097-.211092-.386668-.311083-.861716-.311083-1.436194 0-.618668.155542-1.12686.455515-1.54667.299972-.41981.688826-.75124 1.14434-1.005336.466624-.254095.97769-.430858 1.544304-.541334.566615-.099429 1.11101-.154667 1.622075-.154667.588836 0 1.15545.066286 1.688736.18781.533285.121524 1.02213.320381 1.455423.60762.433294.276191.788817.640764 1.07768 1.08267.288863.441905.466624.98324.544395 1.612955h-2.621984c-.122211-.596572-.388854-1.005335-.822148-1.204193-.433294-.209905-.933248-.309334-1.488753-.309334-.177762 0-.388854.011048-.633276.04419-.244422.033144-.466624.088382-.688826.165715-.211092.077334-.388854.198858-.544395.353525-.144432.154667-.222203.353525-.222203.60762 0 .309335.111101.552383.322193.740193.211092.18781.488845.342477.833258.475048.344413.121524.733267.232 1.177671.320382.444404.088381.899918.18781 1.366542.287239.455515.099429.899919.232 1.344323.37562.444404.14362.833257.342477 1.17767.596573.344414.254095.622166.56343.833258.93905.211092.37562.322193.850668.322193 1.40305 0 .673906-.155541 1.237336-.466624 1.712385-.311083.464001-.711047.850669-1.199891 1.137907-.488845.28724-1.04435.508192-1.644295.640764-.599946.132572-1.199891.198857-1.788727.198857-.722156 0-1.388762-.077333-1.999818-.243048-.611056-.165714-1.14434-.408763-1.588745-.729144-.444404-.33143-.799927-.740192-1.05546-1.226289-.255532-.486096-.388853-1.071621-.411073-1.745528h2.533103v-.022095zm8.288135-7.700208h1.899828v-3.402675h2.510883v3.402675h2.26646v1.867052h-2.26646v6.054109c0 .265143.01111.486096.03333.684954.02222.18781.07777.353524.155542.486096.07777.132572.199981.232.366633.298287.166651.066285.377743.099428.666606.099428.177762 0 .355523 0 .533285-.011047.177762-.011048.355523-.033143.533285-.077334v1.933338c-.277753.033143-.555505.055238-.811038.088381-.266642.033143-.533285.04419-.811037.04419-.666606 0-1.199891-.066285-1.599855-.18781-.399963-.121523-.722156-.309333-.944358-.552381-.233313-.243049-.377744-.541335-.466625-.905907-.07777-.364573-.13332-.784383-.144431-1.248384v-6.683825h-1.899827v-1.889147h-.02222zm8.454788 0h2.377562V16.9253h.04444c.355523-.662858.844368-1.12686 1.477644-1.414098.633276-.287239 1.310992-.430858 2.055369-.430858.899918 0 1.677625.154667 2.344231.475048.666606.309335 1.222111.740193 1.666515 1.292575.444405.552382.766597 1.193145.9888 1.92229.222202.729145.333303 1.513527.333303 2.3421 0 .762288-.099991 1.50248-.299973 2.20953-.199982.718096-.499955 1.347812-.899918 1.900194-.399964.552383-.911029.98324-1.533194 1.31467-.622166.33143-1.344323.497144-2.18869.497144-.366634 0-.733267-.033143-1.0999-.099429-.366634-.066286-.722157-.176762-1.05546-.320381-.333303-.14362-.655496-.33143-.933249-.56343-.288863-.232-.522175-.497144-.722157-.79543h-.04444v5.656393h-2.510883V15.38968zm8.77698 5.67849c0-.508193-.06666-1.005337-.199981-1.491433-.133321-.486096-.333303-.905907-.599946-1.281527-.266642-.37562-.599945-.673906-.988799-.894859-.399963-.220953-.855478-.342477-1.366542-.342477-1.05546 0-1.855387.364572-2.388672 1.093717-.533285.729144-.799928 1.701337-.799928 2.916578 0 .574478.066661 1.104764.211092 1.59086.144432.486097.344414.905908.633276 1.259432.277753.353525.611056.629716.99991.828574.388853.209905.844367.309334 1.355432.309334.577725 0 1.05546-.121524 1.455423-.353525.399964-.232.722157-.541335.97769-.905907.255531-.37562.444403-.79543.555504-1.270479.099991-.475049.155542-.961145.155542-1.458289zm4.432931-9.99812h2.510883v2.364197h-2.510883V11.07005zm0 4.31963h2.510883v11.334883h-2.510883V15.389679zm4.755124-4.31963h2.510883v15.654513h-2.510883V11.07005zm10.210184 15.963847c-.911029 0-1.722066-.154667-2.433113-.452953-.711046-.298287-1.310992-.718097-1.810946-1.237337-.488845-.530287-.866588-1.160002-1.12212-1.889147-.255533-.729144-.388854-1.535622-.388854-2.408386 0-.861716.133321-1.657147.388853-2.386291.255533-.729145.633276-1.35886 1.12212-1.889148.488845-.530287 1.0999-.93905 1.810947-1.237336.711047-.298286 1.522084-.452953 2.433113-.452953.911028 0 1.722066.154667 2.433112.452953.711047.298287 1.310992.718097 1.810947 1.237336.488844.530287.866588 1.160003 1.12212 1.889148.255532.729144.388854 1.524575.388854 2.38629 0 .872765-.133322 1.679243-.388854 2.408387-.255532.729145-.633276 1.35886-1.12212 1.889147-.488845.530287-1.0999.93905-1.810947 1.237337-.711046.298286-1.522084.452953-2.433112.452953zm0-1.977528c.555505 0 1.04435-.121524 1.455423-.353525.411074-.232.744377-.541335 1.01102-.916954.266642-.37562.455513-.806478.588835-1.281527.12221-.475049.188872-.961145.188872-1.45829 0-.486096-.066661-.961144-.188872-1.44724-.122211-.486097-.322193-.905907-.588836-1.281527-.266642-.37562-.599945-.673907-1.011019-.905907-.411074-.232-.899918-.353525-1.455423-.353525-.555505 0-1.04435.121524-1.455424.353525-.411073.232-.744376.541334-1.011019.905907-.266642.37562-.455514.79543-.588835 1.281526-.122211.486097-.188872.961145-.188872 1.447242 0 .497144.06666.98324.188872 1.458289.12221.475049.322193.905907.588835 1.281527.266643.37562.599946.684954 1.01102.916954.411073.243048.899918.353525 1.455423.353525zm6.4883-9.66669h1.899827v-3.402674h2.510883v3.402675h2.26646v1.867052h-2.26646v6.054109c0 .265143.01111.486096.03333.684954.02222.18781.07777.353524.155541.486096.077771.132572.199982.232.366634.298287.166651.066285.377743.099428.666606.099428.177762 0 .355523 0 .533285-.011047.177762-.011048.355523-.033143.533285-.077334v1.933338c-.277753.033143-.555505.055238-.811038.088381-.266642.033143-.533285.04419-.811037.04419-.666606 0-1.199891-.066285-1.599855-.18781-.399963-.121523-.722156-.309333-.944358-.552381-.233313-.243049-.377744-.541335-.466625-.905907-.07777-.364573-.133321-.784383-.144431-1.248384v-6.683825h-1.899827v-1.889147h-.02222z' fill='%23fff'%3e%3c/path%3e %3cpath class='tp-logo__star' fill='%2300B67A' d='M30.141707 11.07005H18.63164L15.076408.177071l-3.566342 10.892977L0 11.059002l9.321376 6.739063-3.566343 10.88193 9.321375-6.728016 9.310266 6.728016-3.555233-10.88193 9.310266-6.728016z'%3e%3c/path%3e %3cpath class='tp-logo__star-notch' fill='%23005128' d='M21.631369 20.26169l-.799928-2.463625-5.755033 4.153914z'%3e%3c/path%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;flex-shrink:0;font-size:0;height:21px;margin-bottom:2px;width:84px}.footer__social-networks{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__development,.footer__social-networks{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__development{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;justify-content:flex-end}@media (max-width:1265px){.footer__development{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}}.footer__development span{margin-right:7px;opacity:.7;padding-top:6px}.footer__development a{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.557 16.086'%3e %3cg transform='translate(-0.749 -0.173)'%3e %3cpath d='M5.814,14.7a3.03,3.03,0,0,1-2.946-2.3,3.729,3.729,0,0,1-.088-.714V9.745a3.832,3.832,0,0,1,.112-.8,3.128,3.128,0,0,1,2.989-2.41c2.1,0,3.213,1.851,3.213,4.016,0,2.476-1.227,4.149-3.28,4.149M6.505,4.97A4.022,4.022,0,0,0,2.824,6.956H2.78V.173H.839V13.225c0,.96-.045,2.053-.09,2.789h1.7l.09-1.785H2.6a3.846,3.846,0,0,0,3.614,2.03c2.41,0,4.842-1.918,4.842-5.778C11.079,7.2,9.182,4.97,6.505,4.97' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M20.115,4.97A3.973,3.973,0,0,0,16.545,7H16.5l-.112-1.786h-1.74c.066.893.09,1.808.09,2.923v7.876H16.7V9.522a2.829,2.829,0,0,1,.133-.915A2.789,2.789,0,0,1,19.468,6.6c1.852,0,2.5,1.45,2.5,3.191v6.224H23.93V9.566c0-3.7-2.32-4.6-3.815-4.6' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M30.8,12.377A2.05,2.05,0,0,1,30.69,13a2.685,2.685,0,0,1-2.61,1.807,1.738,1.738,0,0,1-1.851-1.874c0-2.1,2.431-2.476,4.573-2.432Zm1.9-2.989c0-2.165-.8-4.418-4.1-4.418a6.7,6.7,0,0,0-3.548.959l.447,1.294a5.376,5.376,0,0,1,2.81-.8,2.226,2.226,0,0,1,2.454,2.5v.223c-4.171-.022-6.491,1.406-6.491,4.016a3.076,3.076,0,0,0,3.3,3.1,4.023,4.023,0,0,0,3.3-1.606h.067l.156,1.361h1.785a15.19,15.19,0,0,1-.179-2.589V9.388Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M39.191,6.889V5.037a2.15,2.15,0,0,0-.558-.067,3.239,3.239,0,0,0-2.989,2.365h-.09l-.067-2.12H33.77c.066,1.005.089,2.1.089,3.37v7.429H35.8V10.258a5.489,5.489,0,0,1,.089-.915,2.755,2.755,0,0,1,2.633-2.521,2.924,2.924,0,0,1,.669.067' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M46.286,11.485a3.394,3.394,0,0,1-.089.847,2.95,2.95,0,0,1-2.878,2.343c-2.119,0-3.19-1.807-3.19-3.994,0-2.386,1.2-4.171,3.235-4.171A2.886,2.886,0,0,1,46.2,8.785a3.471,3.471,0,0,1,.089.826v1.874ZM48.249.173H46.286V6.621h-.044A3.611,3.611,0,0,0,42.984,4.97c-2.632,0-4.863,2.209-4.841,5.8,0,3.28,2.007,5.488,4.619,5.488a3.993,3.993,0,0,0,3.68-2.119h.045l.089,1.874h1.763c-.067-.736-.09-1.829-.09-2.789V.173Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M11.592,16.014h1.9V5.215l-1.9,1.25Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M49.409,6.465v9.549h1.9V5.215Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M49.407,3.563V5.4l1.9-1.249V2.313l-1.9,1.25Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3cpath d='M11.591,3.563V5.4l1.9-1.249V2.313l-1.9,1.25Z' fill='%23ffffff' fill-rule='evenodd'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;display:block;font-size:0;height:17px;width:51px}
.section{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:80px;padding-top:80px}.section__inner-wrapper>:last-child{margin-bottom:0}.section__inner-wrapper--type-1{margin-left:auto;margin-right:auto;max-width:480px}.section__inner-wrapper--type-2{margin-left:auto;margin-right:auto;max-width:1073px}
.validation__posts-count{font-size:27px;margin-bottom:33px;text-transform:uppercase}.validation__posts-count b,.validation__posts-count span{vertical-align:middle}.validation__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.validation__col{width:calc(50% - 7.5px)}@media (max-width:1200px){.validation__col{width:100%}}.validation__col--left{margin-right:15px}.validation__col--left>:last-child{margin-bottom:0}@media (max-width:1200px){.validation__col--left{margin-right:0}.validation__col--right{-webkit-box-ordinal-group:0;-ms-flex-order:-1;margin-bottom:15px;order:-1}}
.validation-post{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);font-size:16px;margin-bottom:10px;padding:60px}.validation-post:first-child{border:2px solid #518ff0}@media (max-width:1265px){.validation-post{padding:40px}}@media (max-width:639px){.validation-post{padding:30px}}.validation-post__param{color:rgba(44,49,57,.8);display:inline-block;margin-bottom:22px;margin-right:27px;vertical-align:top}.validation-post__param b{color:#2c3139;font-size:18px}.validation-post__param--fluid{display:block}
.validation-form{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);padding:60px}.validation-form>:last-child{margin-bottom:0}@media (max-width:1265px){.validation-form{padding:40px}}@media (max-width:639px){.validation-form{padding:30px}}.validation-form__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px}@media (max-width:1265px){.validation-form__buttons{margin-bottom:40px}}.validation-form__btn{margin-right:10px}.validation-form__language-setting{margin-bottom:60px}@media (max-width:1265px){.validation-form__language-setting{margin-bottom:40px}}.validation-form__input{margin-bottom:30px}@media (max-width:1265px){.validation-form__input{margin-bottom:20px}}
.notification--error.notification--animation:before,.notification--error .notification__message span{background-color:red}.notification--success.notification--animation:before,.notification--success .notification__message span{background-color:#009a00}.notification--warn.notification--animation:before{background-color:#fc0}.notification--warn .notification__message span{background-color:#fc0;color:#2c3139}.notification--margin-bottom-1{margin-bottom:10px}.notification.visible{display:block}.notification--animation{-webkit-animation:hide;animation:hide;-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-duration:0s;animation-duration:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:linear;animation-timing-function:linear;position:relative}.notification--animation:before{-webkit-animation:line-loading;animation:line-loading;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#2c3139;bottom:-3px;content:"";height:2px;left:0;position:absolute;width:100%}.notification__message{font-size:13px;font-weight:600}.notification__message span{background-color:#2c3139;color:#fff;display:block;padding:4px 10px}@-webkit-keyframes line-loading{0%{width:100%}to{width:0}}@keyframes line-loading{0%{width:100%}to{width:0}}@-webkit-keyframes hide{to{height:0;overflow:hidden}}@keyframes hide{to{height:0;overflow:hidden}}
.notifications{bottom:20px;max-height:calc(100vh - 200px);max-width:400px;overflow:auto;position:fixed;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:calc(100% - 40px);z-index:1000}.notifications__list{list-style:none;margin:0;padding:0}.notifications__list>:last-child{margin-bottom:0}.notifications__item{background-color:#2c3139;color:#fff;line-height:1.69;margin-bottom:10px;padding:20px}.notifications__item>:last-child{margin-bottom:0}.notifications__item--success{background-color:#009a00}.notifications__item--error{background-color:red}.notifications__item--warn{background-color:#fc0;color:#2c3139}.notifications__title{display:block;font-size:16px;font-weight:600;margin-bottom:10px}.notifications__message{display:block}
.preview-auth{position:relative;z-index:110}.preview-auth.active .preview-auth__container{margin-top:15px;opacity:1;visibility:visible}.preview-auth__link-toggle{color:inherit;display:inline-block;font-size:14px;font-weight:600;max-width:210px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.preview-auth__link-toggle b{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#b9c3d1;border-radius:50%;color:#fff;content:"";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;height:30px;justify-content:center;margin-right:15px;vertical-align:middle;width:30px}@media (max-width:639px){.preview-auth__link-toggle b{margin-right:0}.preview-auth__link-toggle span{display:none}}.preview-auth__container{background-color:#fff;-webkit-box-shadow:0 10px 40px rgba(0,0,0,.15);box-shadow:0 10px 40px rgba(0,0,0,.15);color:#2c3139;min-width:210px;opacity:0;padding:22px 30px;position:absolute;right:0;-webkit-transition:.2s;transition:.2s;visibility:hidden;width:calc(100% + 42px)}.preview-auth__container:before{background-color:#fff;content:"";height:16px;margin-top:-5px;position:absolute;right:10px;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:16px}.preview-auth__list{list-style:none;margin:0;padding:0}.preview-auth__item{margin-bottom:18px}.preview-auth__item:last-of-type{margin-bottom:0}.preview-auth__link{font-size:15px}
.source-label span{background-color:#2c3139;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:3px 4px;vertical-align:top}
.recent>:last-child{margin-bottom:0}.recent__title{font-size:24px;font-weight:700;line-height:1.5;margin:0 0 30px;text-align:center;text-transform:uppercase}.recent__form{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);margin-bottom:20px;padding:60px}@media (max-width:1265px){.recent__form{padding:40px 20px}}@media (max-width:639px){.recent__form{border-radius:0;margin-bottom:10px;margin-left:-20px;margin-right:-20px}}.recent__promo{margin-bottom:30px}.recent__posts{margin-bottom:10px}
.recent-post{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.recent-post:last-child{margin-bottom:0}@media (max-width:639px){.recent-post{display:block}}.recent-post__col{padding:30px}@media (max-width:639px){.recent-post__col{padding:20px}}.recent-post__col>:last-child{margin-bottom:0}.recent-post__col--left{background-color:rgba(42,76,92,.03);border-bottom-left-radius:20px;border-top-left-radius:20px;-webkit-box-shadow:-.7px 1.6px 2px rgba(42,76,92,.03),-3.1px 7.2px 5px rgba(99,168,200,.03),-7.8px 18px 25px rgba(57,99,119,.03),-15.1px 35.1px 50px rgba(37,76,94,.02),-25.7px 59.7px 75px rgba(31,51,61,.01);box-shadow:-.7px 1.6px 2px rgba(42,76,92,.03),-3.1px 7.2px 5px rgba(99,168,200,.03),-7.8px 18px 25px rgba(57,99,119,.03),-15.1px 35.1px 50px rgba(37,76,94,.02),-25.7px 59.7px 75px rgba(31,51,61,.01);width:307px}@media (max-width:1265px){.recent-post__col--left{width:187px}}@media (max-width:639px){.recent-post__col--left{background-color:transparent;border-bottom-left-radius:0;border-top-left-radius:0;-webkit-box-shadow:none;box-shadow:none;width:auto}}.recent-post__col--right{width:calc(100% - 307px)}@media (max-width:1265px){.recent-post__col--right{width:calc(100% - 187px)}}@media (max-width:639px){.recent-post__col--right{padding-top:0;width:auto}}.recent-post__list{list-style:none;margin:0;padding:0}.recent-post__item{margin-bottom:13px}.recent-post__item:last-of-type{margin-bottom:0}.recent-post__item>b{display:block;font-weight:400;margin-bottom:5px;opacity:.7}.recent-post__item>span{display:block;font-weight:600}.recent-post__item--inline>span{display:inline}.recent-post__tags{margin-bottom:20px}@media (max-width:1265px){.recent-post__tags{margin-bottom:15px}}.recent-post__tags-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;margin-bottom:-10px}@media (max-width:1265px){.recent-post__tags-list{margin-bottom:-5px}}.recent-post__tags-list span{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e9edf1;border-radius:4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:10px;margin-right:10px;padding:8px 11px;vertical-align:top}.recent-post__tags-list span:last-child{margin-right:0}@media (max-width:1265px){.recent-post__tags-list span{margin-bottom:5px;margin-right:5px}}.recent-post__text{margin-bottom:20px}@media (max-width:1265px){.recent-post__text{margin-bottom:15px}}.recent-post__link{font-size:16px;font-weight:600}@media (max-width:639px){.recent-post__link{font-size:14px}}.recent-post__link a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;vertical-align:top}.recent-post__link a:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.556 15.556'%3e %3cpath d='M14,27.449H12.9a.412.412,0,0,0-.412.412V32.87a.483.483,0,0,1-.482.482h-9.6a.483.483,0,0,1-.482-.482v-9.6a.483.483,0,0,1,.482-.482H7.671a.412.412,0,0,0,.412-.412v-1.1a.412.412,0,0,0-.412-.412H2.406A2.408,2.408,0,0,0,0,23.27v9.6a2.407,2.407,0,0,0,2.4,2.4h9.6a2.408,2.408,0,0,0,2.4-2.4V27.861A.412.412,0,0,0,14,27.449Z' transform='translate(-0.001 -19.719)' fill='%234370c9'/%3e %3cpath d='M127.121,0h-4.37a.412.412,0,0,0-.412.412v1.1a.412.412,0,0,0,.412.412h1.5l-5.644,5.644a.412.412,0,0,0,0,.583l.777.777a.412.412,0,0,0,.583,0l5.644-5.644v1.5a.412.412,0,0,0,.412.412h1.1a.412.412,0,0,0,.412-.412V.412A.412.412,0,0,0,127.121,0Z' transform='translate(-111.978 0)' fill='%234370c9'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;height:16px;margin-right:10px;width:16px}body:not(.mobile) .recent-post__link a:hover{text-decoration:underline}
.recent-promo{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#2c5dae;background:-webkit-gradient(linear,left top,right top,from(#2c5dae),to(#1e4a95));background:linear-gradient(90deg,#2c5dae 0,#1e4a95);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:700;justify-content:center;line-height:1.5;padding:30px;-webkit-transition:.2s;transition:.2s}@media (max-width:400px){.recent-promo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}body:not(.mobile) .recent-promo:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.recent-promo:before{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 50'%3e %3cdefs%3e %3clinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3e %3cstop offset='0' stop-color='%234bb3ff'/%3e %3cstop offset='1' stop-color='%230fbeff'/%3e %3c/linearGradient%3e %3c/defs%3e %3cpath d='M50.345,15.871l-8.169-5.425V8.3a1.468,1.468,0,0,0-1.471-1.465H36.739L26.816.246a1.475,1.475,0,0,0-1.631,0l-9.924,6.59H11.294A1.468,1.468,0,0,0,9.824,8.3v2.146L1.655,15.871A1.463,1.463,0,0,0,1,17.09V42.48a1.468,1.468,0,0,0,1.471,1.465H21.277l3.487,5.384a1.474,1.474,0,0,0,2.471,0l3.487-5.384H49.529A1.468,1.468,0,0,0,51,42.48V17.09A1.463,1.463,0,0,0,50.345,15.871ZM29.088,29.785,48.059,19.549V40.021ZM46.683,16.96l-4.506,2.431V13.967ZM26,3.225l5.437,3.611H20.563Zm13.235,6.54V20.978L26,28.119,12.765,20.978V9.765ZM9.824,19.391,5.317,16.96l4.506-2.992Zm20.1,21.624a1.472,1.472,0,0,0-1.236.671L26,45.833l-2.686-4.147a1.472,1.472,0,0,0-1.236-.671H3.941V19.549L43.727,41.015Z' transform='translate(-1 0)' fill='url(%23linear-gradient)'/%3e %3c/svg%3e") no-repeat 50%;content:"";display:block;flex-shrink:0;height:50px;margin-right:30px;width:50px}@media (max-width:400px){.recent-promo:before{margin-bottom:20px;margin-right:0}}.recent-promo__description>:last-child{margin-bottom:0}.recent-promo__description span{display:block;margin-bottom:3px}.recent-promo__description a{color:inherit}
.subscriptions>:last-child{margin-bottom:0}.subscriptions__btn{margin-bottom:30px}.subscriptions__mark{font-size:16px;line-height:1.69}
.subscriptions-notify__title{font-size:21px;font-weight:700;margin-bottom:16px}.subscriptions-notify__fields{margin-right:30px}.subscriptions-notify__fields>:last-child{margin-bottom:0}@media (max-width:639px){.subscriptions-notify__fields{margin-bottom:10px;margin-right:0}}.subscriptions-notify__field{margin-bottom:7px}
.calc{margin-left:auto;margin-right:auto;max-width:950px}@media (max-width:1265px){.calc{max-width:none}}.calc>:last-child{margin-bottom:0}@media (max-width:1265px){.calc{margin-left:-20px;margin-right:-20px}}.calc__block{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);display:block;margin-bottom:10px;padding:40px}@media (max-width:1265px){.calc__block{border-radius:0;padding:30px 20px}}.calc__block--expenses{margin-bottom:40px;padding-bottom:35px}@media (max-width:1265px){.calc__block--expenses{margin-bottom:10px}}@media (max-width:639px){.calc__block--expenses{padding-bottom:20px}}.calc__block--rates{padding-bottom:25px}@media (max-width:639px){.calc__block--rates{padding-bottom:15px}}
.calc-speed-work{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1265px){.calc-speed-work{display:block}}.calc-speed-work__col-left{-ms-flex-negative:0;flex-shrink:0;margin-right:25px;width:194px}@media (max-width:1265px){.calc-speed-work__col-left{margin-bottom:20px;margin-right:0;width:auto}}.calc-speed-work__col-right{padding-top:6px}@media (max-width:1265px){.calc-speed-work__col-right{padding-top:0}}.calc-speed-work__title{margin-bottom:12px}.calc-speed-work__description{font-size:16px;font-weight:600;line-height:1.5}@media (max-width:1265px){.calc-speed-work__description{font-size:14px}}.calc-speed-work__name{display:block;font-size:16px;font-weight:600;margin-bottom:20px;text-align:center}@media (max-width:1265px){.calc-speed-work__name{font-size:14px;margin-bottom:12px}}@media (max-width:639px){.calc-speed-work__name{margin-bottom:0;margin-right:20px}.calc-speed-work__field{-ms-flex-negative:0;flex-shrink:0;width:150px}}.calc-speed-work__table table{border-collapse:collapse;table-layout:fixed;width:100%}@media (max-width:639px){.calc-speed-work__table table,.calc-speed-work__table table tbody,.calc-speed-work__table table tbody tr{display:block}}.calc-speed-work__table table tbody tr td{padding:0;width:20%}.calc-speed-work__table table tbody tr td:not(:first-of-type){padding-left:5px}@media (max-width:1265px){.calc-speed-work__table table tbody tr td:not(:first-of-type){padding-left:3px}}@media (max-width:639px){.calc-speed-work__table table tbody tr td:not(:first-of-type){padding-left:0}}.calc-speed-work__table table tbody tr td:not(:last-of-type){padding-right:5px}@media (max-width:1265px){.calc-speed-work__table table tbody tr td:not(:last-of-type){padding-right:3px}}@media (max-width:639px){.calc-speed-work__table table tbody tr td:not(:last-of-type){padding-right:0}.calc-speed-work__table table tbody tr td{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;width:auto}.calc-speed-work__table table tbody tr td:not(:last-of-type){margin-bottom:5px}}
.calc-work-schedule__title{margin-bottom:20px}@media (max-width:639px){.calc-work-schedule__title{margin-bottom:12px}}.calc-work-schedule__table table{border-collapse:collapse;table-layout:fixed;width:100%}@media (max-width:639px){.calc-work-schedule__table table,.calc-work-schedule__table table tbody{display:block}.calc-work-schedule__table table tbody tr{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.calc-work-schedule__table table tbody tr:not(:last-of-type){margin-bottom:15px}}.calc-work-schedule__table table tbody tr td{font-size:16px;line-height:1.5;padding-left:20px}@media (max-width:1265px){.calc-work-schedule__table table tbody tr td{font-size:14px}}@media (max-width:639px){.calc-work-schedule__table table tbody tr td{padding-left:0}}.calc-work-schedule__table table tbody tr td b{font-weight:600}.calc-work-schedule__table table tbody tr td:first-of-type{padding-left:0;width:300px}@media (max-width:639px){.calc-work-schedule__table table tbody tr td:first-of-type{margin-bottom:10px;width:100%}}.calc-work-schedule__table table tbody tr td:nth-of-type(2){width:125px}@media (max-width:639px){.calc-work-schedule__table table tbody tr td:nth-of-type(2){margin-right:10px;width:90px}}
.calc-expenses__mobile-title{display:none}@media (max-width:639px){.calc-expenses__mobile-title{display:block;margin-bottom:20px}}.calc-expenses__mobile-name{display:none}@media (max-width:639px){.calc-expenses__mobile-name{display:block;font-weight:600;margin-right:20px}.calc-expenses__field{width:150px}}.calc-expenses__table table{border-collapse:collapse;table-layout:fixed;width:100%}@media (max-width:639px){.calc-expenses__table table{display:block}}.calc-expenses__table table td,.calc-expenses__table table th{padding:0;text-align:center}.calc-expenses__table table td:not(:first-of-type),.calc-expenses__table table th:not(:first-of-type){padding-left:10px;width:190px}@media (max-width:1265px){.calc-expenses__table table td:not(:first-of-type),.calc-expenses__table table th:not(:first-of-type){padding-left:5px;width:125px}}@media (max-width:639px){.calc-expenses__table table td:not(:first-of-type),.calc-expenses__table table th:not(:first-of-type){padding-left:0;width:auto}}.calc-expenses__table table td:first-of-type,.calc-expenses__table table th:first-of-type{text-align:left}@media (max-width:639px){.calc-expenses__table table thead{display:none}}.calc-expenses__table table thead tr th{font-size:16px;font-weight:600;padding-bottom:9px;vertical-align:bottom}@media (max-width:639px){.calc-expenses__table table tbody{display:block}}.calc-expenses__table table tbody tr{vertical-align:middle}@media (max-width:639px){.calc-expenses__table table tbody tr{border-bottom:1px solid #d7dde7;display:block;padding-bottom:15px;padding-top:15px}}.calc-expenses__table table tbody tr td{padding-bottom:4px;padding-top:4px}.calc-expenses__table table tbody tr td:first-of-type{border-bottom:1px solid #d7dde7}@media (max-width:639px){.calc-expenses__table table tbody tr td:first-of-type{border-bottom:0}.calc-expenses__table table tbody tr td{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:0;padding-top:0;text-align:left}.calc-expenses__table table tbody tr td:not(:last-of-type){margin-bottom:5px}.calc-expenses__table table tbody tr:first-of-type{padding-top:0}}.calc-expenses__table table tbody tr:last-of-type{border-bottom:0;padding-bottom:0}.calc-expenses__table table tbody tr:last-of-type td{border-bottom:0;padding-top:21px;vertical-align:bottom}@media (max-width:639px){.calc-expenses__table table tbody tr:last-of-type td{padding-top:0}}.calc-expenses__select-currency-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:639px){.calc-expenses__select-currency-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:15px;width:100%}}.calc-expenses__select-currency{width:80px}@media (max-width:639px){.calc-expenses__select-currency{width:150px}}.calc-expenses__name{font-size:16px;font-weight:600}@media (max-width:1265px){.calc-expenses__name{font-size:14px}}@media (max-width:639px){.calc-expenses__name{font-size:16px;margin-bottom:10px}}.calc-expenses__name--result{margin-right:20px}@media (max-width:639px){.calc-expenses__name--result{font-size:14px;margin-bottom:0}}.calc-expenses__price-name{display:block;font-weight:600;margin-bottom:10px;text-align:right}.calc-expenses__price{display:block;font-size:18px;font-weight:600;text-align:right}@media (max-width:639px){.calc-expenses__price{text-align:left;width:150px}}.calc-expenses__btn-add-row{max-width:146px;padding-bottom:22px;padding-top:22px}@media (max-width:639px){.calc-expenses__btn-add-row{max-width:none;padding-bottom:0;padding-top:0;width:100%}.calc-expenses__custom-value{width:100%}}
.calc-rates__mobile-title{display:none}@media (max-width:639px){.calc-rates__mobile-title{display:block}}.calc-rates__mobile-name{display:none}@media (max-width:639px){.calc-rates__mobile-name{display:block;margin-right:20px}}.calc-rates__table table{border-collapse:collapse;table-layout:fixed;width:100%}@media (max-width:639px){.calc-rates__table table{display:block}}.calc-rates__table table td,.calc-rates__table table th{font-size:16px;text-align:center}@media (max-width:1265px){.calc-rates__table table td,.calc-rates__table table th{font-size:14px}}.calc-rates__table table td:not(:last-of-type),.calc-rates__table table th:not(:last-of-type){padding-right:20px}@media (max-width:1265px){.calc-rates__table table td:not(:last-of-type),.calc-rates__table table th:not(:last-of-type){padding-right:10px}}@media (max-width:639px){.calc-rates__table table td:not(:last-of-type),.calc-rates__table table th:not(:last-of-type){padding-right:0}}.calc-rates__table table td:first-of-type,.calc-rates__table table th:first-of-type{text-align:left;width:238px}@media (max-width:1265px){.calc-rates__table table td:first-of-type,.calc-rates__table table th:first-of-type{width:195px}}@media (max-width:639px){.calc-rates__table table td:first-of-type,.calc-rates__table table th:first-of-type{width:auto}.calc-rates__table table thead{display:none}}.calc-rates__table table thead tr th{font-weight:600;vertical-align:bottom}@media (max-width:639px){.calc-rates__table table tbody{display:block}.calc-rates__table table tbody tr{display:block;padding-bottom:20px;padding-top:20px}.calc-rates__table table tbody tr:not(:last-of-type){border-bottom:1px solid #d7dde7}}.calc-rates__table table tbody tr td{padding-bottom:8px;padding-top:8px;vertical-align:top}.calc-rates__table table tbody tr td:first-of-type{font-weight:600}@media (max-width:639px){.calc-rates__table table tbody tr td{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:0;padding-top:0}.calc-rates__table table tbody tr td:not(:last-of-type){margin-bottom:10px}}.calc-rates__table table tbody tr:nth-of-type(odd) td{padding-top:14px}@media (max-width:639px){.calc-rates__table table tbody tr:nth-of-type(odd) td{padding-top:0}}.calc-rates__table table tbody tr:nth-of-type(2n){border-bottom:1px solid #d7dde7}.calc-rates__table table tbody tr:nth-of-type(2n) td{padding-bottom:14px}@media (max-width:639px){.calc-rates__table table tbody tr:nth-of-type(2n) td{padding-bottom:0}}.calc-rates__table table tbody tr:last-of-type{border-bottom:0}
.subscriptions-form{background-color:rgba(42,76,92,.03);margin-bottom:30px;margin-left:-60px;margin-right:-60px;padding:20px 60px 30px}@media (max-width:1265px){.subscriptions-form{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px}}@media (max-width:639px){.subscriptions-form{margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}}.subscriptions-form--in-list{margin-top:-15px}.subscriptions-form__title{font-size:24px;font-weight:700;margin-bottom:40px;margin-left:-60px;margin-right:-60px;padding-left:60px;padding-right:60px;text-transform:uppercase}@media (max-width:1265px){.subscriptions-form__title{margin-bottom:40px;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}}.subscriptions-form__language-setting{margin-bottom:60px}@media (max-width:639px){.subscriptions-form__language-setting{margin-bottom:40px}}.subscriptions-form__properties{margin-bottom:20px}.subscriptions-form__promo{background-color:#d7dde7;font-size:18px;font-weight:700;line-height:1.5;margin-bottom:33px;padding:20px;text-align:center}.subscriptions-form__notify{margin-bottom:27px}.subscriptions-form__buttons{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}@media (max-width:639px){.subscriptions-form__buttons{display:block}}.subscriptions-form__buttons>:last-child{margin-right:0}.subscriptions-form__btn{margin-right:10px}@media (max-width:639px){.subscriptions-form__btn{margin-bottom:10px;margin-right:0}}
.subscriptions-list{margin-bottom:30px}
.subscriptions-item{-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px solid #d7dde7;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:15px}.subscriptions-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.subscriptions-item--edited{opacity:.3}@media (max-width:639px){.subscriptions-item{display:block}}.subscriptions-item__content{margin-right:10px}@media (max-width:639px){.subscriptions-item__content{margin-bottom:10px;margin-right:0}}.subscriptions-item__content ul{list-style:none;margin:0;padding:0}.subscriptions-item__content ul li{font-size:16px;line-height:1.59;margin-bottom:10px}@media (max-width:639px){.subscriptions-item__content ul li{font-size:14px;line-height:1.5}}.subscriptions-item__content ul li:last-of-type{margin-bottom:0}.subscriptions-item__buttons{-ms-flex-negative:0;flex-shrink:0;text-align:right}.subscriptions-item__buttons>:last-child{margin-bottom:0}@media (max-width:639px){.subscriptions-item__buttons>:last-child{margin-right:0}.subscriptions-item__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;width:auto}}.subscriptions-item__btn{margin-bottom:5px}@media (max-width:639px){.subscriptions-item__btn{margin-bottom:0;margin-right:5px}}
.unsubscribe>:last-child{margin-right:0}.unsubscribe__field{margin-bottom:20px}.unsubscribe__content{margin-bottom:30px}.unsubscribe__description{margin-bottom:20px}.unsubscribe__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-20px}.unsubscribe__buttons>:last-child{margin-right:0}.unsubscribe__button{margin-bottom:20px;margin-right:20px}
.blog{margin-bottom:40px}.blog__list{list-style:none;margin:0;padding:0}.blog__item{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}.blog__item:last-of-type{margin-bottom:0}.blog__item--type-1 .blog__content{padding:30px}@media (max-width:639px){.blog__item{display:block}}.blog__image{-ms-flex-negative:0;flex-shrink:0;position:relative;width:240px}@media (max-width:639px){.blog__image{height:240px;width:auto}}.blog__image a,.blog__image img{border-bottom-left-radius:20px;border-top-left-radius:20px;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media (max-width:639px){.blog__image a,.blog__image img{border-bottom-left-radius:0;border-top-right-radius:20px}}.blog__image img{-o-object-fit:cover;object-fit:cover}.blog__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:40px}@media (max-width:1265px){.blog__content{padding:30px}}.blog__content>:last-child{margin-bottom:0}.blog__date{margin-bottom:20px}@media (max-width:1265px){.blog__date{margin-bottom:15px}}.blog__title{font-size:21px;font-weight:700;margin-bottom:10px}.blog__title a{color:inherit;text-decoration:none}body:not(.mobile) .blog__title a:hover{text-decoration:underline}.blog__description{font-size:16px;line-height:1.59;margin-bottom:20px}@media (max-width:1265px){.blog__description{font-size:14px;line-height:1.5;margin-bottom:15px}}.blog__link{font-size:16px}@media (max-width:639px){.blog__link{font-size:14px}}
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}@media (max-width:600px){.pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.pagination__arrow{background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.536 17.536'%3e %3cg transform='translate(1.768 1.768)'%3e %3cpath d='M1,0,8,7' transform='translate(-1 7)' fill='none' stroke='%234370c9' stroke-linecap='round' stroke-width='2.5'/%3e %3cpath d='M8,1,1,8' transform='translate(-1 -1)' fill='none' stroke='%234370c9' stroke-linecap='round' stroke-width='2.5'/%3e %3c/g%3e %3c/svg%3e") no-repeat 50%;background-size:8px 13px;border-radius:10px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);display:block;font-size:0;height:40px;-webkit-transition:.2s;transition:.2s;width:40px}body:not(.mobile) .pagination__arrow:hover{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.536 17.536'%3e %3cg transform='translate(1.768 1.768)'%3e %3cpath d='M1,0,8,7' transform='translate(-1 7)' fill='none' stroke='%232A3B52' stroke-linecap='round' stroke-width='2.5'/%3e %3cpath d='M8,1,1,8' transform='translate(-1 -1)' fill='none' stroke='%232A3B52' stroke-linecap='round' stroke-width='2.5'/%3e %3c/g%3e %3c/svg%3e")}.pagination__arrow--prev{margin-right:10px}.pagination__arrow--next{margin-left:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 0 -10px;padding:0}@media (max-width:600px){.pagination__list{-webkit-box-ordinal-group:11;-ms-flex-order:10;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;order:10;width:100%}}.pagination__item{margin-bottom:10px;margin-right:10px}.pagination__item:last-of-type{margin-right:0}.pagination__link{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:10px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:400;height:40px;justify-content:center;text-decoration:none;-webkit-transition:.2s;transition:.2s;width:40px}body:not(.mobile) .pagination__link:hover:not(.pagination__link--dots){color:inherit}.pagination__link--active{color:inherit;font-weight:700}.pagination__link--dots{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;color:#518ff0}
.ai-approved-status span{background-color:#2c3139;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:3px 4px;vertical-align:top}.ai-approved-status--yes span{background-color:#0b970b}.ai-approved-status--no span{background-color:#dfdf1f;color:#606004}
.tooltip{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;align-items:center;background:none;border:0;color:#518ff0;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;flex-shrink:0;font-size:10px;font-weight:600;height:18px;justify-content:center;margin:-3px 0 0;padding:0;position:relative;-webkit-transition:.2s;transition:.2s;vertical-align:middle;width:18px;z-index:1}.tooltip:before{background-color:#d0dae4;border-radius:50%;content:"";height:14px;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:14px;z-index:-1}.tooltip-empty{background:none;border:0;cursor:pointer;display:inline-block;margin:0;padding:0;vertical-align:middle}.tooltip-container{--tooltipBackground:#518ff0;--tooltipBorder:#518ff0;--tooltipColor:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:1.44;padding:5px 10px}
.sources__title{font-size:18px;font-weight:600;margin-bottom:5px}.sources__description{margin-bottom:20px}.sources__list{list-style:none;margin:0 0 30px;padding:0}.sources__item:not(:last-of-type){margin-bottom:7px}
.pricing{font-size:16px;line-height:1.59;position:relative;z-index:1}.pricing__nav{margin-bottom:20px}.pricing__nav,.pricing__nav ul{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.pricing__nav ul{border:1px solid #518ff0;border-radius:6px;list-style:none;margin:0;padding:0}.pricing__nav ul li label{cursor:pointer;display:block}.pricing__nav ul li label input{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pricing__nav ul li label input:checked~span{background-color:#518ff0;color:#fff}.pricing__nav ul li label span{color:#518ff0;display:block;font-size:14px;font-weight:600;padding:10px 24px;text-transform:uppercase;-webkit-transition:.2s;transition:.2s}.pricing table{border-collapse:collapse;table-layout:fixed;width:100%}.pricing table tr td,.pricing table tr th{padding:17px 20px;text-align:center;vertical-align:middle;width:25%}.pricing table tr td>:last-child,.pricing table tr th>:last-child{margin-bottom:0}@media (max-width:1265px){.pricing table tr td,.pricing table tr th{padding:15px 20px;width:50%}}@media (max-width:639px){.pricing table tr td,.pricing table tr th{padding-bottom:17px;padding-top:17px}}.pricing table tr:not(.pricing__mobile-row) td:first-of-type,.pricing table tr:not(.pricing__mobile-row) th:first-of-type{padding-left:0;text-align:left}@media (max-width:1265px){.pricing table tr:not(.pricing__mobile-row) td:first-of-type,.pricing table tr:not(.pricing__mobile-row) th:first-of-type{display:none}}.pricing table tr.pricing__vertical-align-top td,.pricing table tr.pricing__vertical-align-top th{vertical-align:top}.pricing table thead tr th{padding-bottom:20px;padding-top:30px;text-align:center}@media (max-width:1265px){.pricing table thead tr th{padding-bottom:7px;padding-top:17px}}.pricing table tbody tr:not(:first-of-type){border-top:1px solid #d7dde7}@media (max-width:1265px){.pricing table tbody tr:not(:first-of-type){border-top:0}}.pricing table tbody tr.pricing__mobile-row{background-color:#f4f7fd;display:none}@media (max-width:1265px){.pricing table tbody tr.pricing__mobile-row{display:table-row}.pricing table tbody tr.pricing__mobile-row td{padding-bottom:10px;padding-top:10px}}.pricing__title{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:21px;font-weight:700;justify-content:center}@media (max-width:639px){.pricing__title{font-size:20px}}.pricing__title--premium:before{-ms-flex-negative:0;background:url("data:image/svg+xml,%3csvg viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M16.5715 13.3433H4.22148C3.96023 13.3433 3.74648 13.5542 3.74648 13.812V14.7495C3.74648 15.0073 3.96023 15.2183 4.22148 15.2183H16.5715C16.8327 15.2183 17.0465 15.0073 17.0465 14.7495V13.812C17.0465 13.5542 16.8327 13.3433 16.5715 13.3433ZM18.4715 3.96826C17.6848 3.96826 17.0465 4.59814 17.0465 5.37451C17.0465 5.58252 17.094 5.77588 17.1771 5.95459L15.0277 7.22607C14.5705 7.49561 13.9798 7.34326 13.7155 6.88623L11.296 2.7085C11.6137 2.45068 11.8215 2.06396 11.8215 1.62451C11.8215 0.848145 11.1832 0.218262 10.3965 0.218262C9.60977 0.218262 8.97148 0.848145 8.97148 1.62451C8.97148 2.06396 9.1793 2.45068 9.49695 2.7085L7.07742 6.88623C6.8132 7.34326 6.21945 7.49561 5.76523 7.22607L3.61883 5.95459C3.69898 5.77881 3.74945 5.58252 3.74945 5.37451C3.74945 4.59814 3.11117 3.96826 2.32445 3.96826C1.53773 3.96826 0.896484 4.59814 0.896484 5.37451C0.896484 6.15088 1.53477 6.78076 2.32148 6.78076C2.39867 6.78076 2.47586 6.76904 2.55008 6.75732L4.69648 12.4058H16.0965L18.2429 6.75732C18.3171 6.76904 18.3943 6.78076 18.4715 6.78076C19.2582 6.78076 19.8965 6.15088 19.8965 5.37451C19.8965 4.59814 19.2582 3.96826 18.4715 3.96826Z' fill='%23518FF0'/%3e %3c/svg%3e") no-repeat 50%;content:"";flex-shrink:0;height:16px;margin-right:10px;width:20px}.pricing__plus{background:url("data:image/svg+xml,%3csvg viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.59863 8.88847L8.94038 16.2302L23.4006 1.77002' stroke='%23518FF0' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;height:18px;width:25px}.pricing__minus,.pricing__plus{display:inline-block;vertical-align:middle}.pricing__minus{background:url("data:image/svg+xml,%3csvg viewBox='0 0 27 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M1.76855 1H25.2316' stroke='%23FF0000' stroke-width='2' stroke-linecap='round'/%3e %3c/svg%3e") no-repeat 50%;height:2px;width:27px}.pricing__value{color:#518ff0;display:block}.pricing__price{display:block;font-size:18px;font-weight:600;margin-bottom:10px}@media (max-width:639px){.pricing__price{font-size:16px}}.pricing__price span{color:#009a00;display:block;font-size:70%}.pricing__pseudolink{border-bottom:1px dashed #518ff0;text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .pricing__pseudolink:hover{border-bottom-color:transparent}
.info{background-color:#fc0;padding-bottom:15px;padding-top:15px}.info:not(.disabled){left:0;position:fixed;right:0;top:0;z-index:1000}.info__description{font-size:20px;line-height:1.5}.info__description a{color:inherit}
.delete-user__preloader{margin-bottom:20px}.delete-user__confirm{font-size:18px;line-height:1.5;margin-bottom:20px}.delete-user__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-10px}.delete-user__button{margin-bottom:10px;margin-right:10px}
.tags{margin-bottom:20px}@media (max-width:1265px){.tags{margin-bottom:15px}}
.roll{margin-bottom:40px}.roll__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0 -10px -20px;padding:0}@media (max-width:639px){.roll__list{margin-bottom:-10px}}.roll__list--two-cols .roll__item{width:calc(50% - 20px)}@media (max-width:639px){.roll__list--two-cols .roll__item{width:calc(100% - 20px)}}.roll__list--three-cols .roll__item{width:calc(33.33333% - 20px)}@media (max-width:1265px){.roll__list--three-cols .roll__item{width:calc(50% - 20px)}}@media (max-width:639px){.roll__list--three-cols .roll__item{width:calc(100% - 20px)}}.roll__item{margin-bottom:20px;margin-left:10px;margin-right:10px;width:calc(100% - 20px)}@media (max-width:639px){.roll__item{margin-bottom:10px}}.roll__link{background-color:#fff;border-radius:20px;-webkit-box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);box-shadow:-.701px 1.623px 2px 0 rgba(42,76,92,.03),-3.133px 7.257px 5px 0 rgba(99,168,200,.03),-7.79px 18.046px 25px 0 rgba(57,99,119,.03),-15.168px 35.138px 50px 0 rgba(37,76,94,.02),-25.761px 59.677px 75px 0 rgba(31,51,61,.01);color:inherit;display:block;height:100%;padding:25px;text-align:center;text-decoration:none;-webkit-transition:.2s;transition:.2s}body:not(.mobile) .roll__link:hover{-webkit-box-shadow:none;box-shadow:none}.roll__image{margin-bottom:20px}.roll__image img{border-radius:20px;display:inline-block;max-width:100%;vertical-align:top}.roll__name{font-size:18px;line-height:1.5}@media (max-width:639px){.roll__name{font-size:16px}}
.breadcrumbs{font-size:16px;line-height:1.4;margin-bottom:40px}.breadcrumbs__list{list-style:none;margin:0 0 -5px;padding:0}.breadcrumbs__item{display:inline-block;margin-bottom:5px;margin-right:15px;vertical-align:top}.breadcrumbs__item:after{background-color:#2a3b52;border-radius:50%;content:"";display:inline-block;height:4px;margin-left:15px;vertical-align:middle;width:4px}.breadcrumbs__item:last-of-type{margin-right:0}.breadcrumbs__item:last-of-type:after{display:none}.breadcrumbs__link{color:inherit;text-decoration:none}body:not(.mobile) .breadcrumbs__link:hover{text-decoration:underline}.breadcrumbs__text{opacity:.5}
[id^=wait_]{visibility:hidden}
