:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:0}.f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width,0))*-.5);width:calc(var(--width,0)*1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{--bs-gutter-x:30px;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:1230px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:1240px}}@media (min-width:1024px){.container,.container-lg,.container-md,.container-sm{max-width:1250px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1260px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:1024px;--bs-breakpoint-xl:1200px}.row{--bs-gutter-x:30px;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:1024px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:-ms-grid!important;display:grid!important}.d-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:-ms-grid!important;display:grid!important}.d-sm-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-sm-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-sm-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-sm-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-sm-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-sm-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-sm-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:-ms-grid!important;display:grid!important}.d-md-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-md-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-md-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-md-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-md-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-md-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-md-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-md-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-md-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-md-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1024px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:-ms-grid!important;display:grid!important}.d-lg-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-lg-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-lg-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-lg-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-lg-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-lg-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-lg-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:-ms-grid!important;display:grid!important}.d-xl-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-content-xl-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;-ms-grid-row-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;-ms-grid-row-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;-ms-grid-row-align:stretch!important;align-self:stretch!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-0{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.order-xl-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.order-xl-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-xl-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.order-xl-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.order-xl-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-webkit-column-gap:.25rem!important;-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-webkit-column-gap:.5rem!important;-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-webkit-column-gap:1rem!important;-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-webkit-column-gap:1.5rem!important;-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-webkit-column-gap:3rem!important;-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:-ms-grid!important;display:grid!important}.d-print-inline-grid{display:-ms-inline-grid!important;display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-print-none{display:none!important}}.hamburger{padding:0 0;display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#435366}.hamburger-box{width:20px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:20px;height:2px;background-color:#435366;border-radius:120px;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-6px}.hamburger-inner::after{bottom:-6px}.hamburger--vortex .hamburger-inner{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{-webkit-transition-property:top,opacity;transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}.hamburger--vortex.is-active .hamburger-inner{-webkit-transform:rotate(765deg);-ms-transform:rotate(765deg);transform:rotate(765deg);-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}html{scrollbar-gutter:stable}body,html{height:100%}p{margin-top:0;margin-bottom:15px}circle,path,rect{-webkit-transition:all .35s ease;transition:all .35s ease}body{font-size:16px;line-height:1.5;letter-spacing:-.02em;min-width:390px;position:relative;font-family:Manrope,sans-serif;font-weight:500;margin:0;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#435366}::-webkit-input-placeholder{color:#666;opacity:1}::-moz-placeholder{color:#666;opacity:1}:-ms-input-placeholder{color:#666;opacity:1}::-ms-input-placeholder{color:#666;opacity:1}::placeholder{color:#666;opacity:1}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}address{font-style:normal}ol,ul{list-style:none;margin:0;padding:0}button,input,select,textarea{outline:0;border:none;margin:0;padding:0;font-size:inherit}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}a{color:inherit;-webkit-transition:all .35s ease;transition:all .35s ease;text-decoration:none;outline:0}img,video{display:block;max-width:100%;height:auto}iframe{display:block;border:none}button{cursor:pointer;background:0 0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}textarea{resize:none}body.hidden{overflow:hidden}.logo img,.logo svg{display:block}.header{background:#fff;position:relative;z-index:25}@media screen and (max-width:1199px){.header{padding:25px 0}}@media screen and (max-width:767px){.header{padding:21px 0}.header .container{padding-left:25px;padding-right:21px}}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.header__nav .dropdown{margin-right:12px}@media screen and (max-width:767px){.header__nav .dropdown{margin-right:4px}}@media screen and (max-width:1199px){.header__nav{margin-left:auto;margin-right:8px}}.header__inner{min-height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__inner .header__nav{margin-left:auto}.header__inner .logo{position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%}@media screen and (max-width:767px){.header__inner .logo{position:static;-webkit-transform:none;-ms-transform:none;transform:none}}.logged__header{padding:25px 25px 6px}.logged__header .btn{width:100%;border-radius:8px;padding:8px 12px;gap:8px}.logged__header-content{margin-bottom:13px}.logged__header-name{font-weight:600;color:#0a2540}.logged__header-mail{font-size:14px}.main-nav{margin-left:-10px;-webkit-transition:none;transition:none}@media screen and (max-width:1199px){.main-nav{position:absolute;width:100%;height:calc(100dvh - 90px);background-color:#fff;left:0;top:90px;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:opacity 1ms ease,height .25s linear,-webkit-transform .35s ease;transition:opacity 1ms ease,height .25s linear,-webkit-transform .35s ease;transition:opacity 1ms ease,transform .35s ease,height .25s linear;transition:opacity 1ms ease,transform .35s ease,height .25s linear,-webkit-transform .35s ease;padding:0 25px 25px;z-index:5;margin:0;overflow-y:auto;border-top:1px dashed #d6d6d6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;visibility:hidden}.main-nav.open{-webkit-transition:opacity 1ms ease,height .25s linear,-webkit-transform .35s ease;transition:opacity 1ms ease,height .25s linear,-webkit-transform .35s ease;transition:opacity 1ms ease,transform .35s ease,height .25s linear;transition:opacity 1ms ease,transform .35s ease,height .25s linear,-webkit-transform .35s ease;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1;visibility:visible}.main-nav__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:auto}.main-nav__footer .btn{min-width:148px}.main-nav__footer .lang__body{left:auto;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;right:0;top:auto;bottom:100%}}.main-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media screen and (max-width:1199px){.main-list{display:block}}@media screen and (max-width:767px){.main-list{margin-bottom:46px}}.main-list>li{padding:28px 0;position:relative}.main-list>li:last-child{position:static}@media (hover:hover) and (pointer:fine) and (min-width:1200px){.main-list>li:hover .submenu{opacity:1;visibility:visible;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%);pointer-events:auto;-webkit-transition:opacity .35s ease,visibility .35s ease,-webkit-transform .35s ease;transition:opacity .35s ease,visibility .35s ease,-webkit-transform .35s ease;transition:opacity .35s ease,transform .35s ease,visibility .35s ease;transition:opacity .35s ease,transform .35s ease,visibility .35s ease,-webkit-transform .35s ease}.main-list>li:hover>a{opacity:.7}.main-list>li:hover>a svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:1199px){.main-list>li{padding:28px 0;border-bottom:1px dashed #d6d6d6}}@media screen and (max-width:1279px){.main-list>li:first-child{position:relative}.main-list>li:first-child .submenu{left:0;-webkit-transform:translateY(-10px) translateX(0);-ms-transform:translateY(-10px) translateX(0);transform:translateY(-10px) translateX(0)}}@media screen and (max-width:1279px) and (hover:hover) and (pointer:fine) and (min-width:1200px){.main-list>li:first-child:hover .submenu{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}}.main-list>li>a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .35s ease;transition:opacity .35s ease}.main-list>li>a.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:1199px){.main-list>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#0a2540;font-size:18px}}.main-list>li>a svg{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease,-webkit-transform .35s ease}.hamburger{display:none;cursor:pointer;width:48px;height:48px;border-radius:8px;border:1px solid #edecec}@media screen and (max-width:1199px){.hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.submenu{position:absolute;left:50%;top:100%;width:100%;max-width:1272px;-webkit-box-shadow:0 10px 40px 0 rgba(180,186,194,.2);box-shadow:0 10px 40px 0 rgba(180,186,194,.2);background:#fff;border-radius:16px;opacity:0;visibility:hidden;-webkit-transform:translateY(-10px) translateX(-50%);-ms-transform:translateY(-10px) translateX(-50%);transform:translateY(-10px) translateX(-50%);pointer-events:none}.submenu--50{width:651px}.submenu--33{width:320px}@media screen and (max-width:1199px){.submenu{position:static;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;opacity:1;visibility:visible;pointer-events:initial;-webkit-transition:grid-template-rows .5s ease,padding .5s ease;transition:grid-template-rows .5s ease,padding .5s ease;transition:grid-template-rows .5s ease,padding .5s ease,-ms-grid-rows .5s ease;-webkit-box-shadow:none;box-shadow:none;max-width:100%;border-radius:0;display:-ms-grid;display:grid;-ms-grid-rows:0;grid-template-rows:0;overflow:hidden}.submenu.open{-ms-grid-rows:1fr;grid-template-rows:1fr;padding-top:16px}}@media screen and (max-width:1023px){.submenu.open{padding-top:28px;padding-bottom:8px}}.submenu__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1023px){.submenu__row{display:block}}.submenu__box{border-right:1px solid #d6d6d6;width:33.333%}.submenu__box--50{width:50%}.submenu__box--100{width:100%}@media screen and (max-width:1023px){.submenu__box{width:100%;border-right:none;padding-top:35px}.submenu__box--50{padding-top:20px}.submenu__box:first-child{padding-top:0}}.submenu__box:last-child{border-right:none}.submenu__img{margin-top:48px}@media screen and (max-width:1023px){.submenu__img{padding-left:40px;margin-top:35px;padding-right:38px}}.submenu__img img{width:100%;border-radius:10px}@media screen and (max-width:1023px){.submenu__img img{aspect-ratio:16/9}}.submenu__item{padding:52px 52px}.submenu__item--short{padding:30px 35px}@media screen and (max-width:1199px){.submenu__item{padding:24px}}@media screen and (max-width:1023px){.submenu__item{padding:0}}.submenu__item+.submenu__item{padding-top:52px;border-top:1px solid #d6d6d6}@media screen and (max-width:1023px){.submenu__item+.submenu__item{border-top:none;padding-top:35px}}.submenu__title{letter-spacing:.04em;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:14px;font-weight:600;margin-bottom:22px}.submenu__title-icon{width:44px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;border-radius:8px;background:#f6f6f6}@media screen and (max-width:1023px){.submenu__title-icon{width:30px;height:30px;font-size:14px}.submenu__title-icon img{width:16px;height:16px}}.submenu__title--link{font-size:18px;text-transform:none;letter-spacing:0;color:#0a2540;font-weight:500;letter-spacing:-.02em;margin-bottom:20px}@media screen and (max-width:1199px){.submenu__title--link{font-size:16px}}.submenu__title--link:hover{color:rgba(10,37,64,.7)}.submenu__title--link:last-child{margin-bottom:0}@media screen and (max-width:1023px){.submenu__list{padding-left:40px}}.submenu__list li{margin-bottom:12px}@media screen and (max-width:1023px){.submenu__list li{margin-bottom:18px}}.submenu__list li:last-child{margin-bottom:0}.submenu__list a{font-size:18px;color:#0a2540;font-weight:500;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-transition:opacity .35s ease;transition:opacity .35s ease}@media (hover:hover) and (pointer:fine){.submenu__list a:hover{opacity:.7}}@media screen and (max-width:1199px){.submenu__list a{font-size:16px}}.login{padding:7px 13px}.login span{-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.login span:hover{opacity:.7}}@media screen and (max-width:767px){.login{color:#4791ff;background:#edf4ff;padding:10px 16px;border-radius:100px;margin-right:12px}}.lang{position:relative}.lang.open .lang__body{opacity:1;visibility:visible;-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);pointer-events:auto}.lang.open .lang__toggler-arrow svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media (hover:hover) and (pointer:fine){.lang:hover .lang__body{opacity:1;visibility:visible;-webkit-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);pointer-events:auto}.lang:hover .lang__toggler-arrow svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}}.lang__toggler{padding:8px 12px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer}.lang__toggler-arrow{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .35s ease;transition:all .35s ease}.lang__toggler-arrow svg{display:block;-webkit-transition:all .35s ease;transition:all .35s ease}.lang__toggler-body{position:relative;-ms-flex-negative:0;flex-shrink:0;width:31px}.lang__toggler-body svg{display:block}.lang__toggler-val{background:#4791ff;border-radius:4px;padding:0 3px;color:#fff;font-size:13px;position:absolute;bottom:0;right:0;font-weight:600}.lang__body{-webkit-box-shadow:0 6px 13px 7px rgba(231,231,231,.5);box-shadow:0 6px 13px 7px rgba(231,231,231,.5);background:#fff;position:absolute;top:100%;left:50%;width:123px;padding:14px 15px;z-index:15;border-radius:8px;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;visibility:hidden;-webkit-transform:translateX(-50%) translateY(-10px);-ms-transform:translateX(-50%) translateY(-10px);transform:translateX(-50%) translateY(-10px);pointer-events:none}.lang__body-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lang__body-link:last-child{margin-bottom:0}.lang__body-link.active .lang__body-check{background:#4791ff;border-color:#4791ff}.lang__body-link.active .lang__body-check svg{opacity:1;visibility:visible}.lang__body-check{width:20px;height:20px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;border:1px solid #e4e5e7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lang__body-check svg{-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;visibility:hidden}.grid{position:absolute;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1260px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;pointer-events:none;z-index:-1}@media screen and (max-width:1279px){.grid{max-width:100%;padding:0 20px}}.grid span{height:100%;width:1px;background-image:repeating-linear-gradient(to bottom,#d6d6d6 0,#d6d6d6 3px,transparent 3px,transparent 6px)}@media screen and (max-width:1023px){.grid span:nth-child(1),.grid span:nth-child(2){display:none}}.grid-blue span{background-image:repeating-linear-gradient(to bottom,#0e3d68 0,#0e3d68 3px,transparent 3px,transparent 6px)}section{position:relative;z-index:5}.footer{padding:100px 0 100px;background:#fff;margin-top:auto;position:relative;z-index:1}@media screen and (max-width:767px){.footer .container{padding-left:30px;padding-right:30px}}@media screen and (max-width:1023px){.footer{padding-top:66px;padding-bottom:41px}}@media screen and (max-width:767px){.footer{padding-top:60px}}@media screen and (max-width:767px){.footer__top .row>div:last-child{margin-top:32px}}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;position:relative;left:-12px}@media screen and (max-width:1023px){.footer__nav{margin-top:24px}}.footer__bottom{margin-top:55px}@media screen and (max-width:1023px){.footer__bottom{margin-top:34px}}.footer__bottom .socials{gap:15px}@media screen and (max-width:767px){.footer__bottom .socials svg{width:26px;height:26px}}.footer__logo{margin-bottom:17px;margin-top:6px}@media screen and (max-width:1023px){.footer__logo{margin-bottom:0}}@media screen and (max-width:767px){.footer__logo img{width:151px}}.footer__info{font-size:14px;color:rgba(10,37,64,.5);max-width:200px}@media screen and (max-width:1023px){.footer__info{max-width:100%;margin-top:9px}}@media screen and (max-width:767px){.footer__info{max-width:311px;font-size:16px;margin-top:33px}}.footer__item .socials{margin-top:41px}.footer__item--info{margin-bottom:40px}.footer__title{font-size:14px;line-height:1.4;color:rgba(10,37,64,.5);margin-bottom:20px}@media screen and (max-width:767px){.footer__title{margin-bottom:16px}}.footer__list li{margin-bottom:5px}.footer__list li:last-child{margin-bottom:0}@media screen and (max-width:767px){.footer__list li{margin-bottom:4.5px}}.footer__list a{color:#0a2540;padding:4px 0;display:inline-block;letter-spacing:0;-webkit-transition:all .35s ease;transition:all .35s ease;letter-spacing:-.02em}@media (hover:hover) and (pointer:fine){.footer__list a:hover{opacity:.7}}.footer__inner{padding-top:20px;padding-bottom:170px}@media screen and (max-width:1023px){.footer__inner{padding-bottom:70px}}@media screen and (max-width:767px){.footer__inner{padding-top:0;padding-bottom:90px}}.footer__inner-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:50px}@media screen and (max-width:767px){.footer__inner-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}}@media screen and (max-width:767px){.footer__inner-logo{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.footer__inner-link{font-size:14px;color:rgba(10,37,64,.5)}@media screen and (max-width:767px){.footer__inner-link:last-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.footer__inner-link:hover{color:#0a2540}.copyright{font-size:14px;color:rgba(10,37,64,.5)}@media screen and (max-width:767px){.copyright{font-size:16px}}.h1,h1{font-weight:600;font-size:46px;line-height:1.2;letter-spacing:-.04em;color:#0a2540}.h1--48,h1--48{font-size:48px}@media screen and (max-width:767px){.h1--48,h1--48{font-size:32px}}.h2,h2{font-weight:600;font-size:42px;line-height:1.2;letter-spacing:-.04em;color:#0a2540}.h2--34,h2--34{font-size:34px}@media screen and (max-width:1023px){.h2,h2{font-size:36px}}@media screen and (max-width:767px){.h2,h2{font-size:28px}}.h3,h3{font-weight:600;font-size:28px;line-height:120%;letter-spacing:-.04em;color:#0a2540}@media screen and (max-width:767px){.h3,h3{font-size:24px}}.h4,h4{font-weight:600;font-size:20px;line-height:1.2;letter-spacing:-.04em;color:#0a2540}.h4--22,h4--22{font-size:22px}@media screen and (max-width:767px){.h4--22,h4--22{font-size:20px}}.blue{color:#4791ff}.dblue{color:#0a2540}.orange{color:#ff6833}.form__choose{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}@media (hover:hover) and (pointer:fine){.form__choose-item:nth-child(1) input[type=radio]+label:hover{border-color:#fff1ec;color:#ff6833;background:#fff1ec}.form__choose-item:nth-child(1) input[type=radio]+label:hover path{stroke:#ff6833}}.form__choose-item:nth-child(1) input[type=radio]:checked+label{border-color:#fff1ec;color:#ff6833;background:#fff1ec}.form__choose-item:nth-child(1) input[type=radio]:checked+label path{stroke:#ff6833}@media (hover:hover) and (pointer:fine){.form__choose-item:nth-child(2) input[type=radio]+label:hover{border-color:#edf4ff;color:#4791ff;background:#edf4ff}.form__choose-item:nth-child(2) input[type=radio]+label:hover path{stroke:#4791ff}}.form__choose-item:nth-child(2) input[type=radio]:checked+label{border-color:#edf4ff;color:#4791ff;background:#edf4ff}.form__choose-item:nth-child(2) input[type=radio]:checked+label path{stroke:#4791ff}@media (hover:hover) and (pointer:fine){.form__choose-item:nth-child(3) input[type=radio]+label:hover{border-color:#f9f4ff;color:#816eff;background:#f9f4ff}.form__choose-item:nth-child(3) input[type=radio]+label:hover path{stroke:#816eff}}.form__choose-item:nth-child(3) input[type=radio]:checked+label{border-color:#f9f4ff;color:#816eff;background:#f9f4ff}.form__choose-item:nth-child(3) input[type=radio]:checked+label path{stroke:#816eff}.form__choose-item input[type=radio]{display:none}.form__choose-item input[type=radio]+label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer;gap:10px;background:#fff;border:1px solid #edecec;border-radius:8px;padding:11px 18px;font-weight:500;color:#13375c}.form__choose-item input[type=radio]+label svg{-ms-flex-negative:0;flex-shrink:0}.form__icon{position:absolute;left:15px;top:14px}.form__label{font-size:14px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.form__label svg{-ms-flex-negative:0;flex-shrink:0}.form__input,.form__textarea{border:1px solid #f0f0f0;-webkit-appearance:none;font-size:16px;line-height:1.5;letter-spacing:-.02em;padding:13px 15px;border-radius:8px;font-family:Manrope,sans-serif;display:block;width:100%;color:#0a2540;-webkit-transition:all .35s ease;transition:all .35s ease}.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder{color:#697585;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{color:#697585;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5}.form__input:-ms-input-placeholder,.form__textarea:-ms-input-placeholder{color:#697585;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5}.form__input::-ms-input-placeholder,.form__textarea::-ms-input-placeholder{color:#697585;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5}.form__input::placeholder,.form__textarea::placeholder{color:#697585;font-family:Manrope,sans-serif;font-size:16px;line-height:1.5}.form__input:focus,.form__input:hover,.form__textarea:focus,.form__textarea:hover{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5)}.form__input--light,.form__textarea--light{border:1px solid #13375c;background:#13375c;color:#edf4ff;padding:11px 15px}.form__input--light::-webkit-input-placeholder,.form__textarea--light::-webkit-input-placeholder{color:#6f879f}.form__input--light::-moz-placeholder,.form__textarea--light::-moz-placeholder{color:#6f879f}.form__input--light:-ms-input-placeholder,.form__textarea--light:-ms-input-placeholder{color:#6f879f}.form__input--light::-ms-input-placeholder,.form__textarea--light::-ms-input-placeholder{color:#6f879f}.form__input--light::placeholder,.form__textarea--light::placeholder{color:#6f879f}.form__input--light:focus,.form__input--light:hover,.form__textarea--light:focus,.form__textarea--light:hover{-webkit-box-shadow:none;box-shadow:none}.form__input-gray,.form__textarea-gray{background:#f6f6f6;border-radius:100px;padding:11px 24px;letter-spacing:0;display:block;width:100%;-webkit-appearance:none;font-size:16px;line-height:1.5;-webkit-transition:all .35s ease;transition:all .35s ease;font-family:Manrope,sans-serif;border:1px solid transparent}.form__input-gray::-webkit-input-placeholder,.form__textarea-gray::-webkit-input-placeholder{color:#697585;letter-spacing:0;font-size:16px;line-height:1.5;font-family:Manrope,sans-serif}.form__input-gray::-moz-placeholder,.form__textarea-gray::-moz-placeholder{color:#697585;letter-spacing:0;font-size:16px;line-height:1.5;font-family:Manrope,sans-serif}.form__input-gray:-ms-input-placeholder,.form__textarea-gray:-ms-input-placeholder{color:#697585;letter-spacing:0;font-size:16px;line-height:1.5;font-family:Manrope,sans-serif}.form__input-gray::-ms-input-placeholder,.form__textarea-gray::-ms-input-placeholder{color:#697585;letter-spacing:0;font-size:16px;line-height:1.5;font-family:Manrope,sans-serif}.form__input-gray::placeholder,.form__textarea-gray::placeholder{color:#697585;letter-spacing:0;font-size:16px;line-height:1.5;font-family:Manrope,sans-serif}.form__input-gray:focus,.form__input-gray:hover,.form__textarea-gray:focus,.form__textarea-gray:hover{border-color:#f0f0f0;background:#fbfbfb}.form__input--dark,.form__textarea--dark{background:#fbfbfb;border-color:#d6d6d6;padding:11px 15px}.form__textarea{min-height:110px}.form__item{margin-bottom:16px}@media screen and (max-width:767px){.form__item .row{margin-bottom:-16px}.form__item .row>div{margin-bottom:16px}}.form__item:last-child{margin-bottom:0}.form__checkbox input[type=checkbox]{display:none}.form__checkbox input[type=checkbox]+label{position:relative;cursor:pointer;display:block;padding-left:32px;font-size:16px;color:#697585;font-weight:500;line-height:1.5;letter-spacing:-.02em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form__checkbox input[type=checkbox]+label a{color:#4791ff;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.form__checkbox input[type=checkbox]+label a:hover{opacity:.7}}@media screen and (max-width:767px){.form__checkbox input[type=checkbox]+label{font-size:14px}}.form__checkbox input[type=checkbox]+label::before{content:"";position:absolute;width:20px;height:20px;top:1px;left:0;border:1px solid #e4e5e7;border-radius:4px;-webkit-transition:all .35s ease;transition:all .35s ease}.form__checkbox input[type=checkbox]:checked+label::before{border-color:#4791ff;background:#4791ff}.form__checkbox input[type=checkbox]:checked+label::after{content:"";position:absolute;width:12px;height:9px;left:4px;top:6px;background:url(../images/check.svg) no-repeat center center}.form__checkbox--light input[type=checkbox]+label{color:#fff}.form__checkbox--light input[type=checkbox]+label a{color:#4791ff;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.form__checkbox--light input[type=checkbox]+label a:hover{opacity:.7}}.form__checkbox--light input[type=checkbox]+label::before{background:#0f2e4e;border:1px solid #173e66}.form__inform{color:rgba(105,117,133,.6);font-size:13px;margin-top:6px}.choices[data-type*=select-multiple]::after,.choices[data-type*=select-one]::after{width:24px;height:24px;border:none;margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:12px;background:url(../images/select-light.svg) no-repeat center center;background-size:contain;-webkit-transition:all .35s ease;transition:all .35s ease;margin:0}.choices[data-type*=select-multiple].is-open::after,.choices[data-type*=select-one].is-open::after{margin:0;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.choices[data-type*=select-multiple].is-open .choices__inner,.choices[data-type*=select-one].is-open .choices__inner{border-radius:6px 6px 0 0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=select-one] .choices__inner{padding:12px 15px}.choices__inner{padding:0;min-height:auto;border:none;border-radius:6px!important;background:#13375c;font-size:16px;line-height:1.5}.choices__list[aria-expanded]{border:none;border-radius:6px;background:#fff;padding-left:15px;margin-top:8px;padding-top:8px;padding-bottom:8px}.choices__list[aria-expanded] .choices__list{padding-right:15px}.choices__list[aria-expanded] .choices__item{color:#0a2540;font-size:16px;line-height:1.5;padding:0;background:0 0;padding:15.5px 0;border-bottom:1px dashed #d6d6d6;position:relative;z-index:1}.choices__list[aria-expanded] .choices__item::before{content:"";position:absolute;border-radius:50%;border:1px solid #d6d6d6;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;-webkit-transition:all .35s ease;transition:all .35s ease;width:18px;height:18px}.choices__list[aria-expanded] .choices__item::after{width:12px;height:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;background:url(../images/check.svg) no-repeat center center;background-size:contain;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;visibility:hidden;content:"";position:absolute;right:3px!important}.choices__list[aria-expanded] .choices__item:last-child{border-bottom:none}.choices__list[aria-expanded] .choices__item.is-highlighted{background:0 0}.choices__list[aria-expanded] .choices__item.choices__notice::after,.choices__list[aria-expanded] .choices__item.choices__notice::before{display:none}.choices__list[aria-expanded] .choices__item.is-selected::before{border-color:#4791ff;background:#4791ff}.choices__list[aria-expanded] .choices__item.is-selected::after{opacity:1;visibility:visible}.choices__list--single{padding:0;display:block}.choices__list--single[data-label]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.choices__list--single[data-label]::before{content:attr(data-label);margin-right:5px}.choices__list--dropdown{border:none}.choices__list--multiple{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;display:-ms-flexbox;display:flex}.choices__list--multiple[data-label]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.choices__list--multiple[data-label]::before{content:attr(data-label);margin-right:5px}.choices__list--multiple .choices__item--selectable{padding:0!important;margin:0;background:0 0!important;border:none!important;color:rgba(10,37,64,.8);font-size:16px;line-height:1.5}.choices__item--selectable{color:#edf4ff}.choices__placeholder{color:#6f879f;opacity:1}.choices__button{display:none!important}.choices__input{display:none}.dark-select .choices[data-type*=select-multiple]::after,.dark-select .choices[data-type*=select-one]::after{background:url(../images/select-dark.svg) no-repeat center center}.dark-select .choices[data-type*=select-multiple] .choices__inner,.dark-select .choices[data-type*=select-one] .choices__inner{padding:11px 15px}.dark-select .choices__inner{background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1)}.dark-select .choices__list--dropdown{-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1)}.dark-select .choices__item--selectable{color:#0a2540}.gray-select .choices{-webkit-transition:all .35s ease;transition:all .35s ease;border-radius:6px}@media (hover:hover) and (pointer:fine){.gray-select .choices:hover{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5)}}.gray-select .choices[data-type*=select-multiple] .choices__inner,.gray-select .choices[data-type*=select-one] .choices__inner{background:#fbfbfb}.gray-select .choices[data-type*=select-multiple] .choices__placeholder,.gray-select .choices[data-type*=select-one] .choices__placeholder{color:#697585}.source-label{color:#697585}.toggler input{display:none}.toggler input+label{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;color:#0a2540}.toggler input:checked+label .toggler__icon{background:#4791ff}.toggler input:checked+label .toggler__icon::before{left:17px}.toggler__icon{right:0;width:34px;height:18px;background:#9aa3ad;border-radius:100px;-webkit-transition:all .35s ease;transition:all .35s ease;position:relative}.toggler__icon::before{content:"";position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;border-radius:50%;width:15px;height:14px;-webkit-transition:all .35s ease;transition:all .35s ease;left:2px;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1);background:#fff}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{max-height:260px}.choices__list--dropdown .choices__list::-webkit-scrollbar,.choices__list[aria-expanded] .choices__list::-webkit-scrollbar{width:4px;background:#f0f0f0;border-radius:100px}.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb,.choices__list[aria-expanded] .choices__list::-webkit-scrollbar-thumb{background:#4791ff;border-radius:100px}.user-stats{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.user-option img{border-radius:10px;width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0}.user-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-name{color:#0a2540;min-width:150px;margin-right:12px}.user-label{padding:4px 8px;border-radius:8px;color:#0a2540}.user-label span{color:#697585}.user-label--blue{background:#edf4ff}.user-label--gray{background:#f6f6f6}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .35s ease;transition:all .35s ease;font-size:16px;letter-spacing:-.02em;line-height:1.5;font-family:Manrope,sans-serif;font-weight:600;text-align:center;border-radius:100px;padding:16px 26px}.btn-white{background:#fff;color:#4791ff;padding:8px 24px 8px 32px}.btn-white:hover{background:#ededed}.btn-white--orange{color:#ff6833}.btn-white--orange path[fill]{fill:#ff6833}.btn-white--orange path[stroke]{stroke:#ff6833}.btn-blue{background:#4791ff;color:#fff}.btn-blue:hover{background:#3b86f7}.btn-blue:active{background:#3178e3}.btn-blue.btn-transparent{background:0 0;border:2px solid #4791ff;color:#4791ff}.btn-blue.btn-transparent:hover{border-color:#3b86f7;background:#3b86f7;color:#fff}.btn-blue.btn-transparent:active{border-color:#3178e3;background:#3178e3;color:#fff}.btn-orange{background:#ff6833;color:#fff}.btn-orange:hover{background:#f35721}.btn-orange:active{background:#d14b1c}.btn-lightblue{background:#edf4ff;color:#4791ff}.btn-lightblue:hover{background:rgba(71,145,255,.15)}.btn-lightblue:active{background:rgba(71,145,255,.25)}.btn-light{color:#4791ff;background:#0f2e4e}.btn-light:hover{background:#3b86f7;color:#fff}.btn-light:active{background:#3178e3;color:#fff}.btn-xs{padding:8px 14px}.btn-xm{padding:10px 16px}.btn-sm{padding:12px 24px}.btn-sm.btn-transparent{padding:10px 24px}.btn-md{padding:16px 26px;font-size:18px;line-height:1.4}.btn-arrow{padding-right:8px;padding-left:16px}.btn-8{border-radius:8px}button.btn-xm{padding:10.5px 16px}button.btn-arrow{padding-left:16px;padding-right:8px}.breadcrumb{background:#fff;padding:24px 0}@media screen and (max-width:767px){.breadcrumb{padding:15px 0}}.breadcrumb-list{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumb-list li{display:inline-block;color:#697585;white-space:nowrap}.breadcrumb-list li:last-child{text-overflow:ellipsis;overflow:hidden}.breadcrumb-list li::before{content:"/";margin-right:10px;margin-left:12px}.breadcrumb-list li:first-child::before{display:none}.breadcrumb-list a{color:#0a2540}.breadcrumb-list a:hover{color:#697585}.overlay{background:rgba(10,37,64,.55);position:fixed;left:0;top:0;width:100%;height:100%;z-index:99;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;visibility:hidden;pointer-events:none}.overlay.active{opacity:1;visibility:visible;pointer-events:initial}.socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.socials li img,.socials li svg{display:block}.socials li a:hover path[fill]{fill:#4791ff}.socials li a:hover path[stroke]{stroke:#4791ff}.text-right{text-align:right!important}.text-center{text-align:center!important}.search{position:relative}.search svg{position:absolute;left:15px;top:16px}@media screen and (max-width:767px){.search svg{top:14px}}.search input{padding-left:45px}@media screen and (max-width:767px){.search input{padding-left:45px}}.tabs__dropdown{position:relative}.tabs__dropdown.sticky-active .tabs__dropdown-body{width:calc(100% - 40px);left:20px;margin-top:0;top:calc(100% - 8px)}.tabs__dropdown-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;background:#fff;border:1px solid #edecec;border-radius:8px;padding:13px 15px;color:#0a2540;cursor:pointer}.tabs__dropdown-toggler svg{-webkit-transition:all .35s ease;transition:all .35s ease}.tabs__dropdown-toggler.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.tabs__dropdown-body{padding:15px 15px;border:1px solid #edecec;border-radius:8px;margin-top:2px;display:none;background:#fff;position:absolute;top:100%;width:100%;z-index:100;left:0}.tabs__dropdown-link{color:#697585;line-height:1.4;font-weight:600;padding:12px 0;cursor:pointer;border-bottom:1px dashed rgba(206,206,206,.8);display:block}.tabs__dropdown-link:last-child{border-bottom:none;padding-bottom:0}.tabs__dropdown-link:first-child{padding-top:0}.tabs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#f0f0f0;border-radius:8px;padding:3px;gap:3px}.tabs__nav-btn{padding:11px 19px;font-size:16px;line-height:1.5;font-family:Manrope,sans-serif;border-radius:5px;letter-spacing:-.02em;color:rgba(10,37,64,.7);font-weight:600;white-space:nowrap;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width:400px){.tabs__nav-btn{padding:11px 9px}}.tabs__nav-btn:hover{background:#fff;color:#0a2540}.tabs__nav-btn.active{background:#fff;color:#0a2540}.tabs__nav--button{border-radius:0;background:0 0;padding:0;margin-bottom:25px;gap:10px}.tabs__nav--button .tabs__btn{border:1px solid #e8e4e4}.tabs__nav--button .tabs__btn:hover{color:#4791ff;background:#edf4ff;border-color:#edf4ff}.tabs__nav--button .tabs__btn.active{color:#4791ff;background:#edf4ff;border-color:#edf4ff}.tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.tags__label{padding:6px 14px;background:#f6f6f6;border-radius:6px;font-size:14px;line-height:1.5;font-weight:600;color:#0a2540;letter-spacing:0}.tags__label--blue{background:#d5e6ff}.tags__label--yellow{background:#fff2c0}.tags--sm .tags__label{padding:4px 11px;font-weight:500;font-size:16px;white-space:nowrap}@media screen and (max-width:1199px){.tags--sm .tags__label{font-size:14px}}.read-more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;color:#4791ff}.read-more svg{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.read-more:hover svg{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;margin-top:40px}.pagination__arrow:first-child{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.pagination__item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid #edecec;color:#0a2540;border-radius:50%}.pagination__item a:hover{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);border-color:#fff}.pagination__item.active a{background:#f0f0f0;border-color:#f0f0f0;-webkit-box-shadow:none;box-shadow:none}.lines-anim{position:absolute;right:0;width:90px;height:164px;z-index:2;overflow:hidden}.lines-anim--top{top:-73px}.lines-anim--top.lines-anim--left{left:0;right:auto}@media screen and (max-width:767px){.lines-anim--top{top:-48px}}.lines-anim--bottom{bottom:-82px}@media screen and (max-width:767px){.lines-anim--bottom{bottom:-65px}}.lines-anim--left{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@media screen and (max-width:767px){.lines-anim{width:43px;height:116px}}.lines-anim::after,.lines-anim::before{content:"";position:absolute;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0}.lines-anim::before{width:90px;height:55px;background:#4791ff;top:28px;right:0;-webkit-transform:skewY(-31deg) translate(120%,-80%);-ms-transform:skewY(-31deg) translate(120%,-80%);transform:skewY(-31deg) translate(120%,-80%);-webkit-transition:all .8s ease;transition:all .8s ease}@media screen and (max-width:767px){.lines-anim::before{width:50px;height:30px}}.lines-anim::after{width:50px;height:55px;background:#ff6833;bottom:39px;right:0;-webkit-transform:skewY(-31deg) translate(120%,-60%);-ms-transform:skewY(-31deg) translate(120%,-60%);transform:skewY(-31deg) translate(120%,-60%);-webkit-transition:all .8s ease .2s;transition:all .8s ease .2s}@media screen and (max-width:767px){.lines-anim::after{height:30px;width:20px;bottom:37px}}.lines-anim.animate::before{-webkit-transform:skewY(-31deg) translate(0,0);-ms-transform:skewY(-31deg) translate(0,0);transform:skewY(-31deg) translate(0,0);opacity:1}.lines-anim.animate::after{-webkit-transform:skewY(-31deg) translate(0,0);-ms-transform:skewY(-31deg) translate(0,0);transform:skewY(-31deg) translate(0,0);opacity:1}.sticky{position:sticky;top:30px}@media screen and (max-width:1023px){.sticky.sticky-offset{padding-top:52px}}@media screen and (max-width:1023px){.sticky{position:static}}.sticky-sm{z-index:500}.sticky-sm.sticky-active{position:fixed;left:0;top:0;width:100%;padding:12px 20px;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1);background:#fbfbfb}@media screen and (max-width:767px){.sticky-offset{padding-top:68px}}.t-100{padding-top:100px}@media screen and (max-width:767px){.t-100{padding-top:60px}}.t-80{padding-top:80px}@media screen and (max-width:767px){.t-80{padding-top:40px}}.t-50{padding-top:50px}.b-100{padding-bottom:100px}@media screen and (max-width:767px){.b-100{padding-bottom:60px}}.b-80{padding-bottom:80px}.b-50{padding-bottom:50px}.bg-light{background:#fbfbfb}.bg-gray{background:#f6f6f6}.bg-darkblue{background:#0a2540}.green{color:#2fad7d!important}.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-bottom:40px}@media screen and (max-width:767px){.title{margin-bottom:20px}}.title__content p{margin-top:16px;font-size:18px;margin-bottom:0}@media screen and (max-width:767px){.title__content p{font-size:16px}}@media screen and (max-width:767px){.title__content p{margin-top:12px}}.title__label{color:#ff6833;font-size:20px;line-height:1.4;font-weight:600;margin-bottom:16px}@media screen and (max-width:1023px){.title__label{font-size:18px}}@media screen and (max-width:767px){.title__label{margin-bottom:12px}}.title__label--blue{color:#4791ff}.title--center{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0}.swiper .blog__item--guide .blog__item-text{margin-bottom:36px}.swiper .blog__item--guide .blog__item-content .read-more{margin-top:auto}.swiper-pagination-clickable{width:auto!important;gap:17px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-pagination-clickable .swiper-pagination-bullet{background:rgba(71,145,255,.25);margin:0!important;width:8px;height:8px;position:relative;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:1;outline:0!important}.swiper-pagination-clickable .swiper-pagination-bullet::before{content:"";position:absolute;-webkit-transition:all .35s ease;transition:all .35s ease;width:18px;height:18px;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;background:#deebff;z-index:-1;opacity:0;visibility:hidden}.swiper-pagination-clickable .swiper-pagination-bullet-active{background:#4791ff}.swiper-pagination-clickable .swiper-pagination-bullet-active::before{opacity:1;visibility:visible}.swiper-pagination-clickable .swiper-pagination-bullet:hover{background:#4791ff;opacity:1}.swiper-pagination-clickable .swiper-pagination-bullet:hover::before{opacity:1;visibility:visible}.swiper-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-top:40px}.swiper-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.swiper-arrow{width:48px;height:48px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;background:#fff;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #edecec}.swiper-arrow:hover{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);border-color:#fff}.swiper-shadow{padding-bottom:20px;margin-bottom:-20px;padding-left:15px;padding-right:15px;margin-left:-15px;margin-right:-15px}.white{color:#fff}.relative{position:relative;z-index:2}.border-top{border-top:1px solid #edecec}.js-faq-aside{border-radius:5px}.devider{background:#d6d6d6;width:100%;height:1px;margin:40px 0}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.hide{overflow:hidden}.select{position:relative;z-index:20}.select:hover .select__toggler{-webkit-box-shadow:none;box-shadow:none}.select.active .select__body{display:block}.select.active .select__toggler::after{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.select__toggler{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:13px 15px;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1);cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding-right:32px}.select__toggler::after{width:24px;height:24px;border:none;margin-top:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:12px;background:url(../images/select-dark.svg) no-repeat center center;background-size:contain;-webkit-transition:all .35s ease;transition:all .35s ease;margin:0;content:"";position:absolute}.select__placeholder{color:#697585}.select__value{color:#0a2540;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select__item{color:#0a2540;padding:12px 0;border-bottom:1px dashed #d6d6d6;cursor:pointer;position:relative}.select__item[data-select-all]{color:#697585}.select__item.active::after{opacity:1;visibility:visible}.select__item.active::before{background:#4791ff;border-color:#4791ff}.select__item::before{content:"";position:absolute;border-radius:50%;border:1px solid #d6d6d6;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;-webkit-transition:all .35s ease;transition:all .35s ease;width:18px;height:18px}.select__item::after{width:12px;height:8px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;background:url(../images/check.svg) no-repeat center center;background-size:contain;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;visibility:hidden;content:"";position:absolute;right:3px}.select__item:first-child{padding-top:0}.select__item:first-child::before{-webkit-transform:none;-ms-transform:none;transform:none;top:4px}.select__item:first-child::after{-webkit-transform:none;-ms-transform:none;transform:none;top:9px}.select__item:last-child{border-bottom:none;padding-bottom:0}.select__item:last-child::before{-webkit-transform:none;-ms-transform:none;transform:none;bottom:4px;top:auto}.select__item:last-child::after{-webkit-transform:none;-ms-transform:none;transform:none;bottom:9px;top:auto}.select__body{position:absolute;width:100%;top:100%;left:0;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1);background:#fff;margin-top:8px;border:1px solid #f0f0f0;border-radius:6px;padding:12px 15px;padding-right:0;display:none}.select__body-scroll{max-height:222px;padding-right:18px;overflow-y:auto}.select__body-scroll::-webkit-scrollbar{width:4px;background:#f0f0f0;border-radius:100px}.select__body-scroll::-webkit-scrollbar-thumb{background:#4791ff;border-radius:100px}.alarm{position:fixed;z-index:5;right:30px;bottom:30px;background:#fff1ec;width:100%;max-width:288px;padding:22px 16px 20px;display:none}.alarm::before{top:-8px;content:"";position:absolute;width:100%;border-radius:8px 8px 0 0;background:#ff6833;height:8px;left:0}@media screen and (max-width:767px){.alarm{right:0;bottom:0;width:100%;max-width:100%}.alarm::before{border-radius:0}}.alarm.open{display:block}.alarm.active .alarm__body{max-height:0}.alarm.active .alarm__toggler{margin-bottom:0}.alarm.active .alarm__toggler svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.alarm__toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;position:relative;margin-bottom:8px}.alarm__toggler svg{-webkit-transition:all .35s ease;transition:all .35s ease;position:absolute;right:0;top:0}.alarm__img{border-radius:10px;width:55px;height:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fce3db;-ms-flex-negative:0;flex-shrink:0}.alarm__title{font-size:18px;font-weight:600;color:#0a2540;line-height:1.4;max-width:160px}@media screen and (max-width:767px){.alarm__title{font-size:16px}}.alarm__body{-webkit-transition:max-height .5s ease;transition:max-height .5s ease;overflow:hidden}.alarm__text{margin-bottom:16px;color:#0a2540}.num-list li{counter-increment:list-counter;position:relative;padding-left:33px;margin-bottom:16px}.num-list li:last-child{margin-bottom:0}.num-list li::before{content:counter(list-counter);position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;left:0;width:25px;height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#173e66;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.04em}.fancybox__backdrop{opacity:1;background:rgba(10,37,64,.5)}html.with-fancybox body.hide-scrollbar{margin-right:0}.dropdown{position:relative;z-index:12}.dropdown.dropdown--active .dropdown__body{opacity:1;visibility:visible;pointer-events:initial;top:100%}@media (hover:hover) and (pointer:fine){.dropdown:hover .dropdown__body{opacity:1;visibility:visible;pointer-events:initial;top:100%}}.dropdown__toggler{width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#edf4ff;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.dropdown__toggler img{border-radius:50%;width:100%;height:100%;max-height:100%}.dropdown__body{padding-top:15px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;position:absolute;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .35s ease;transition:all .35s ease;top:calc(100% - 10px)}@media screen and (max-width:767px){.dropdown__body{left:auto;-webkit-transform:none;-ms-transform:none;transform:none;right:-60px}}.dropdown__body--partner{width:385px}@media screen and (max-width:767px){.dropdown__body--partner{width:310px;right:-114px}}.dropdown__body--login{width:270px}.dropdown__box{border:1px solid #edecec;border-radius:8px;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1);background:#fff}.dropdown__list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 25px;gap:10px;white-space:nowrap}.dropdown__list a:hover{opacity:.7}.dropdown__list a svg{-ms-flex-negative:0;flex-shrink:0}.dropdown__list li:nth-last-child(2) a{padding-bottom:15px}.dropdown__list li:first-child a{padding-top:15px}.dropdown__list li:last-child a{border-top:1px solid #d6d6d6;color:#e42121;padding:14px 25px}.dropdown__list li:last-child a path[stroke]{stroke:#e42121}.dropdown__list li:last-child a path[fill]{fill:#e42121}.dropdown__link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:25px}.dropdown__link:hover{opacity:.7}.dropdown__link:last-child{margin-bottom:0}.dropdown__link-title{font-weight:600;color:#0a2540}.dropdown__link-content p{margin-bottom:0;margin-top:3px}.dropdown__link-icon{border-radius:12px;-ms-flex-negative:0;flex-shrink:0;width:54px;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dropdown__link-icon--blue{background:#f2fafe}.dropdown__link-icon--pink{background:#fdf4f8}.dropdown__wrap{padding:25px}.blue-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:600;color:#4791ff;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.blue-link:hover{opacity:.7}}.blue-link svg{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.modal{display:none;max-width:491px;padding:44px 48px 0;border-radius:8px;background:#fff;width:100%}@media screen and (max-width:767px){.modal{padding:44px 24px 0}}.modal--subscribe{max-width:812px;padding-bottom:44px}@media screen and (max-width:767px){.modal--subscribe{padding-bottom:24px}}.modal--darkblue{background:#0a2540;color:#fbfbfb}.modal--darkblue .h4{color:#fff}.modal--lightblue{background:#0e3d68;color:#fbfbfb}.modal--lightblue .h4{color:#fff}.modal-header{margin-bottom:32px}.modal-header .h4{max-width:360px;margin:0 auto}.modal-close{position:absolute;right:20px;top:20px;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.modal-close svg{display:block}.modal-close:hover{opacity:.7}.modal-img{display:block;margin:0 auto;margin-top:25px}.modal-box .btn{margin-top:25px}.modal-info{color:#6f879f;font-size:14px;max-width:345px;margin:12px auto 0;text-align:center}.modal-460{max-width:460px;padding:45px 38px 50px}.modal-460 .h4{text-align:center;margin-bottom:23px}@media screen and (max-width:767px){.modal-460{padding:40px 16px 30px}}@media screen and (max-width:1279px){.container{padding-left:30px;padding-right:30px}}@media screen and (max-width:767px){.container{padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.container-sm{padding-left:30px;padding-right:30px}}.hero{padding:60px 0 94px;position:relative;z-index:10;background:#fff;overflow:hidden}@media screen and (max-width:767px){.hero{padding-top:37px;padding-bottom:60px}}.hero__nav{position:relative;text-align:center}.hero__nav .container{position:relative}.hero__nav .btn{border:8px solid #fff}.hero__nav::after,.hero__nav::before{content:"";position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;height:30px;width:50vw;z-index:-2}@media screen and (max-width:767px){.hero__nav::after,.hero__nav::before{display:none}}.hero__nav::before{background:#4791ff;left:0}.hero__nav::after{background:#ff6833;right:0}.hero__nav-img{position:absolute;z-index:-1}@media screen and (max-width:767px){.hero__nav-img{display:none}}.hero__nav-img--1{right:58.6%;bottom:-64px;width:623px;height:258px}@media screen and (max-width:1023px){.hero__nav-img--1{right:63%}}.hero__nav-img--2{left:57.5%;bottom:-115px;width:637px;height:310px}@media screen and (max-width:1023px){.hero__nav-img--2{left:62%}}.hero__content{text-align:center;margin-bottom:32px}@media screen and (max-width:767px){.hero__content{margin-bottom:18px}}.hero__content .h1{max-width:680px;margin:0 auto;line-height:1.15}@media screen and (max-width:767px){.hero__content .h1{font-size:32px;max-width:370px;line-height:1.2}.hero__content .h1 br{display:none}.hero__content .h1 .blue{display:block}.hero__content .h1 .blue img{margin-left:0}}.hero__content .h1 img{display:inline;margin-left:12px}@media screen and (max-width:767px){.hero__content .h1 img{width:20px;height:20px;margin-left:6px}}.hero__content p{max-width:574px;margin:24px auto 0;font-size:18px}@media screen and (max-width:767px){.hero__content p{font-size:16px}}@media screen and (max-width:767px){.hero__content p{margin-top:17px;max-width:344px}}.hero__feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:720px;margin:81px auto 0;gap:70px}@media screen and (max-width:767px){.hero__feature{gap:6px;margin-top:41px}}.hero__feature-item{text-align:center;min-width:140px}@media screen and (max-width:767px){.hero__feature-item{min-width:120px}}.hero__feature-title{color:#4791ff;font-size:20px;line-height:1.4;letter-spacing:-.04em;margin-bottom:8px;font-weight:700}@media screen and (max-width:767px){.hero__feature-title{margin-bottom:3px}}.hero__feature-text{max-width:137px;margin:0 auto}@media screen and (max-width:767px){.hero__feature-text{font-size:14px;line-height:1.5}}.inner{background:#fbfbfb;padding:40px 0 100px;position:relative}@media screen and (max-width:767px){.inner{padding-bottom:70px}}.info{padding-bottom:40px;position:static}@media screen and (max-width:767px){.info__content .h2{font-size:32px}}.info__content p{margin-bottom:16px;margin-top:16px;font-size:18px}@media screen and (max-width:767px){.info__content p{font-size:16px}}.info__content p:last-child{margin-bottom:0}.info__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-top:24px}@media screen and (max-width:1023px){.info__filter{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}}.info__search{width:100%;max-width:280px}@media screen and (max-width:1023px){.info__search{max-width:100%}}.blog .row{margin-bottom:-30px}@media screen and (max-width:767px){.blog .row{margin-bottom:-25px}}.blog .row>div{margin-bottom:30px}@media screen and (max-width:767px){.blog .row>div{margin-bottom:25px}}.blog__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;border-radius:8px;height:100%;-webkit-transition:all .35s ease;transition:all .35s ease}.blog__item-play{position:absolute;bottom:15px;right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:100px;background:#fff;font-size:14px;padding:4px 4px;gap:4px;color:#0a2540;min-width:80px;letter-spacing:0}.blog__item-play svg{-ms-flex-negative:0;flex-shrink:0;width:22px;height:22px}.blog__item-play span{white-space:nowrap}.blog__item-img{position:relative;z-index:1;margin:8px;display:block;padding-top:48.72%}@media screen and (max-width:767px){.blog__item-img{padding-top:49.5%}}.blog__item-img img{width:100%;height:100%;border-radius:8px;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover}.blog__item-content{padding:24px 24px 23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:767px){.blog__item-content{padding:20px}}.blog__item-content .read-more{margin-top:30px}.blog__item-title{font-weight:600;font-size:22px;line-height:1.2;letter-spacing:-.04em;color:#0a2540;margin-top:14px;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog__item-title:hover{color:#4791ff}@media screen and (max-width:767px){.blog__item-title{font-size:20px}}.blog__item-text{margin-bottom:30px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:8px}.blog__item-text:nth-last-child(2){margin-bottom:0}.blog__item-text:last-child{margin-bottom:0}.blog__item-author{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:#697585}.blog__item-author img{width:24px;height:24px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:767px){.blog__item-author img{width:20px;height:20px}}.blog__item-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-top:auto}@media screen and (max-width:1199px){.blog__item-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}}@media screen and (max-width:1023px){.blog__item-footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.blog__item-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;color:#697585}.blog__item-date svg{-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:767px){.blog__item-date svg{width:20px;height:20px}}.blog__item--guide .blog__item-text{margin-bottom:35px}.blog__item--guide .blog__item-content .read-more{margin-top:36px}.blog__item--hor{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:767px){.blog__item--hor{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.blog__item--hor .blog__item-img{padding:8px;width:47%;padding-top:44%}@media screen and (max-width:767px){.blog__item--hor .blog__item-img{width:100%}}.blog__item--hor .blog__item-content{padding:24px;width:53%}@media screen and (max-width:767px){.blog__item--hor .blog__item-content{width:100%}}.blog__item--hor .blog__item-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:15px}@media screen and (max-width:767px){.blog__item--hor .blog__item-text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.c-404{background:#fff;padding:264px 0 333px;z-index:10;position:relative}@media screen and (max-width:1600px){.c-404{padding-top:200px;padding-bottom:200px}}@media screen and (max-width:767px){.c-404{padding-top:264px;padding-bottom:274px}}.c-404__bg{z-index:-1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;position:absolute;max-width:100%}@media screen and (max-width:767px){.c-404__bg--2{max-width:288px}}@media screen and (max-width:767px){.c-404__bg{margin-top:14px}}.c-404__content{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;padding:66px 0 37px;position:relative;z-index:1}.c-404__content p{max-width:450px;font-size:18px;margin:12px auto 40px}@media screen and (max-width:767px){.c-404__content p{font-size:16px}}@media screen and (max-width:767px){.c-404__content p{margin-top:16px}}.support__sidebar{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;border-radius:8px;padding:18px 16px 16px}@media screen and (max-width:1199px){.support__sidebar{padding:16px 12px}}.support__sidebar-title{font-size:18px;line-height:1.2;font-weight:600;margin-bottom:16px;color:#0a2540}.support__sidebar-list a{display:block;line-height:1.5;font-weight:600;color:#697585;padding:12px 18px;border-radius:5px;padding-right:6px}@media screen and (max-width:1199px){.support__sidebar-list a{font-size:14px}}.support__sidebar-list a.active{background:rgba(71,145,255,.1);color:#4791ff}.support__sidebar-list a:hover{background:rgba(71,145,255,.1);color:#4791ff}.support__sidebar-list li{margin-bottom:2px}.support__sidebar-list li:last-child{margin-bottom:0}.support__box{margin-left:8px}@media screen and (max-width:1023px){.support__box{margin-left:0;margin-top:24px}}.support__box .h2{margin-bottom:24px}@media screen and (max-width:767px){.support__box .h2{font-size:28px}}.support__content{margin-top:24px}.support__content a{color:#4791ff;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.support__content a:hover{text-decoration:none}.support__content .abcd li{list-style:lower-alpha}.support__content h3{font-weight:600;font-size:28px;line-height:1.2;letter-spacing:-.04em;color:#0a2540;margin-top:40px;margin-bottom:24px}.support__content h3:first-child{margin-top:0}@media screen and (max-width:767px){.support__content h3{font-size:24px}}.support__content h4{font-weight:600;font-size:22px;line-height:1.2;letter-spacing:-.04em;color:#0a2540;margin-top:24px;margin-bottom:16px}.support__content h4:first-child{margin-top:0}@media screen and (max-width:767px){.support__content h4{font-size:18px}}.support__content p{font-size:18px;margin-bottom:24px}.support__content p:last-child{margin-bottom:0}.support__content>ol li:last-child ol,.support__content>ol li:last-child ul,.support__content>ul li:last-child ol,.support__content>ul li:last-child ul{margin-bottom:0}.support__content>ol:last-child,.support__content>ul:last-child{margin-bottom:0}.support__content ol,.support__content ul{margin-bottom:24px;padding-left:25px}.support__content ol:last-child,.support__content ul:last-child{margin-bottom:0}.support__content ol li,.support__content ul li{font-size:18px}.support__content ul ul{margin-bottom:24px}.support__content ul li{list-style:disc}.support__content ol li{list-style:decimal}.head{border-bottom:1px solid rgba(206,206,206,.8);border-top:1px solid rgba(206,206,206,.8);padding:23px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}}.head__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;color:#697585;gap:4px;padding-right:24px;margin-right:24px;position:relative}@media screen and (max-width:767px){.head__item{padding-right:0;margin-right:0}.head__item svg{width:20px;height:20px}.head__item::after{display:none}}.head__item::after{content:"";position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;right:0;width:1px;height:24px;background:#d6d6d6}.head__item:last-child{padding-right:0;margin-right:0}.head__item:last-child::after{display:none}.head__item img,.head__item svg{-ms-flex-negative:0;flex-shrink:0}.head__item img{width:24px;height:24px;border-radius:50%}.faq{padding-bottom:95px}.faq__content{margin-top:45px;max-width:370px}.faq__content .title__label{margin-bottom:40px}@media screen and (max-width:1023px){.faq__content .title__label{margin-bottom:24px}}@media screen and (max-width:767px){.faq__content .title__label{margin-bottom:12px}}@media screen and (max-width:1023px){.faq__content{max-width:100%;margin-top:30px;margin-bottom:45px}}@media screen and (max-width:767px){.faq__content img{max-width:122px}}.faq__content p{margin-bottom:40px;margin-top:16px;font-size:18px}@media screen and (max-width:767px){.faq__content p{font-size:16px}}@media screen and (max-width:767px){.faq__content p{margin-bottom:25px;margin-top:12px}}.accordion>li{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;margin-bottom:15px;border-radius:8px}@media screen and (max-width:767px){.accordion>li{margin-bottom:12px}}.accordion>li:hover>a{opacity:.8}.accordion>li.active .accordion-hidden{-ms-grid-rows:1fr;grid-template-rows:1fr;padding-bottom:20px}.accordion>li.active>a{opacity:1}.accordion>li.active>a svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.accordion>li:last-child{margin-bottom:0}.accordion>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:22px 22px;gap:16px;font-size:18px;line-height:1.4;color:#0a2540;font-weight:600}@media screen and (max-width:767px){.accordion>li>a{font-size:16px;line-height:1.5;padding:19.5px 18px}}.accordion>li>a svg{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .35s ease;transition:all .35s ease}.accordion-hidden{margin-top:-1px;display:-ms-grid;display:grid;-ms-grid-rows:0fr;grid-template-rows:0fr;-webkit-transition:grid-template-rows .5s cubic-bezier(.4,0,.2,1);transition:grid-template-rows .5s cubic-bezier(.4,0,.2,1);transition:grid-template-rows .5s cubic-bezier(.4,0,.2,1),-ms-grid-rows .5s cubic-bezier(.4,0,.2,1);overflow:hidden;padding:0 22px}@media screen and (max-width:767px){.accordion-hidden .btn{width:100%}}.accordion-hidden a:not(.btn){color:#4791ff;border-bottom:1px solid transparent;word-break:break-all}.accordion-hidden a:not(.btn):hover{border-bottom-color:#4791ff}.accordion-hidden p{margin-bottom:16px}.accordion-hidden p:last-child{margin-bottom:0}.accordion-hidden ul{margin-bottom:16px;padding-left:20px}.accordion-hidden ul:last-child{margin-bottom:0}.accordion-hidden ul li{list-style-type:disc}.accordion-hidden ol{margin-bottom:16px;padding-left:20px}.accordion-hidden ol:last-child{margin-bottom:0}.accordion-hidden ol li{list-style-type:decimal}.teach__slider .swiper-slide{height:auto}.consult{z-index:10}.consult .title{max-width:768px;margin-left:auto;margin-right:auto;text-align:center}.consult .title p{color:#fff;margin-bottom:0;margin-top:16px}.consult__form{max-width:600px;width:100%;margin:0 auto}.consult__form-nav{max-width:571px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-left:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:auto;margin-top:40px}@media screen and (max-width:767px){.consult__form-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:26px}.consult__form-nav .btn{width:100%}}.feature{padding-bottom:185px}@media screen and (max-width:1023px){.feature{padding-bottom:100px}}@media screen and (max-width:767px){.feature{padding-bottom:30px}}.feature .sticky{top:102px}.feature__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.feature__wrap{max-width:530px}@media screen and (max-width:1023px){.feature__wrap{max-width:100%}}@media screen and (max-width:767px){.feature__wrap{max-width:100%;padding-left:10px}}.feature__img{max-width:628px;width:100%;height:400px}@media screen and (max-width:1199px){.feature__img{height:280px}}@media screen and (max-width:1023px){.feature__img{display:none}}.feature__img img{width:100%;position:absolute;left:0;top:-72px;-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:0;pointer-events:none}.feature__img img.active{opacity:1}.feature__item{padding-left:20px;position:relative;margin-top:174px}@media screen and (max-width:1023px){.feature__item{padding-left:0;margin-top:60px}}@media screen and (max-width:767px){.feature__item{margin-top:49px}}.feature__item:first-child{margin-top:0}.feature__item::before{content:"";position:absolute;height:108px;width:1px;background:#ff6833;left:-15px;top:0}@media screen and (max-width:1439px){.feature__item::before{left:-10px}}@media screen and (max-width:767px){.feature__item::before{display:none}}.feature__item .btn{margin-top:48px}@media screen and (max-width:767px){.feature__item .btn{margin-top:29px}}.feature__item .title__label{margin-bottom:12px}.feature__item .h2{margin-bottom:24px}@media screen and (max-width:767px){.feature__item .h2{max-width:352px}}.feature__item-img{margin-top:6px}.feature__item-img img{margin-left:auto;margin-right:auto}.feature__list li{position:relative;padding-left:22px;margin-bottom:8px}.feature__list li:last-child{margin-bottom:0}.feature__list li::before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;border:4px solid #fce3db;background:#ff6833;top:5px;left:0}.key .row>div:first-child .key__item::before{left:-15px}@media screen and (max-width:1023px){.key .row>div:nth-child(odd) .key__item::before{left:-10px}}@media screen and (max-width:1023px){.key .row{margin-bottom:-30px}}@media screen and (max-width:1023px) and (max-width:767px){.key .row{margin-bottom:-33px}}@media screen and (max-width:1023px){.key .row>div{margin-bottom:30px}}@media screen and (max-width:1023px) and (max-width:767px){.key .row>div{margin-bottom:33px}}@media screen and (max-width:767px){.key .row{margin-left:-6px;margin-right:-6px}.key .row>div{padding:0 6px}}.key .title{max-width:600px;margin-bottom:66px}@media screen and (max-width:767px){.key .title{margin-bottom:36px}}.key .title p{color:#fff;max-width:370px}.key .title .h2{color:#fff}.key__item{position:relative;padding:15px 0;height:100%}@media screen and (max-width:767px){.key__item{padding-top:0;padding-bottom:0;padding-left:5px}}.key__item::before{content:"";position:absolute;width:1px;height:100%;border-left:1px solid;-o-border-image:linear-gradient(50% 50% at .15% 50%,#435366 0,rgba(134,166,204,0) 100%);border-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,50%),color-stop(0,#435366),to(rgba(134,166,204,0)));border-image:linear-gradient(50% 50% at .15% 50%,#435366 0,rgba(134,166,204,0) 100%);left:-16px;top:0}@media screen and (max-width:1023px){.key__item::before{left:-15px}}@media screen and (max-width:767px){.key__item::before{left:-6px}}.key__item-icon{margin-bottom:15px}.key__item-icon img{width:40px;height:40px}@media screen and (max-width:767px){.key__item-icon{margin-bottom:26px}}.key__item-num{color:#4791ff;font-size:58px;line-height:1.2;letter-spacing:-.04em;font-weight:600;margin-bottom:4px}@media screen and (max-width:767px){.key__item-num{font-size:36px;margin-bottom:5px}}.key__item-text{font-size:18px;color:#fff;max-width:235px}@media screen and (max-width:767px){.key__item-text{font-size:16px}}@media screen and (max-width:1199px){.key__item-text{font-size:16px}}@media screen and (max-width:767px){.key__item-text{font-size:14px}}.key__item .h3{margin-bottom:18px;margin-top:35px}@media screen and (max-width:767px){.key__item .h3{margin-top:25px;font-size:22px;margin-bottom:10px}}@media screen and (max-width:767px){.key--double .key__item::before{left:-10px!important}}@media screen and (max-width:767px){.cases .title{margin-bottom:25px}}.cases .title p{max-width:522px}.cases .row{margin-bottom:-30px}@media screen and (max-width:767px){.cases .row{margin-bottom:-25px}}.cases .row>div{margin-bottom:30px}@media screen and (max-width:767px){.cases .row>div{margin-bottom:25px}}.cases__nav{text-align:center;margin-top:30px}.road{padding-bottom:64px}.road__box{max-width:561px;margin-left:auto}@media screen and (max-width:1023px){.road__box{max-width:100%;margin-top:53px}}.road__content{margin-top:45px}@media screen and (max-width:1023px){.road__content{margin-top:30px}}.road__content .title__label{max-width:357px}@media screen and (max-width:1023px){.road__content .title__label{max-width:100%}}.road__content .h1{max-width:374px;margin-bottom:16px}@media screen and (max-width:1023px){.road__content .h1{max-width:100%}}@media screen and (max-width:767px){.road__content .h1{font-size:32px;margin-bottom:12px}}.road__content p{max-width:357px;margin-bottom:0;font-size:18px}@media screen and (max-width:767px){.road__content p{font-size:16px}}@media screen and (max-width:1023px){.road__content p{max-width:100%}}.road__item{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;border-radius:8px;margin-bottom:47px;position:relative;opacity:.5;-webkit-transition:opacity .35s ease,-webkit-transform .65s cubic-bezier(.34,1.56,.64,1);transition:opacity .35s ease,-webkit-transform .65s cubic-bezier(.34,1.56,.64,1);transition:opacity .35s ease,transform .65s cubic-bezier(.34,1.56,.64,1);transition:opacity .35s ease,transform .65s cubic-bezier(.34,1.56,.64,1),-webkit-transform .65s cubic-bezier(.34,1.56,.64,1);-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}@media screen and (max-width:767px){.road__item{margin-bottom:43px}}.road__item.active{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.road__item.active .road__item-num{background:#4791ff;border:7px solid #deebff;color:#fff}.road__item:last-child{margin-bottom:0}.road__item-num{background:#f0f0f0;border:7px solid #f0f0f0;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:absolute;left:-79px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;border-radius:50%;color:rgba(67,83,102,.4);z-index:1;margin-top:-8px}@media screen and (max-width:1023px){.road__item-num{left:18px;top:-32px;z-index:2;-webkit-transform:none;-ms-transform:none;transform:none;margin-bottom:12px;border-width:6px}}.road__item-content{border-radius:8px 8px 0 0;background:#fff;padding:25px 24px 24px}@media screen and (max-width:767px){.road__item-content{padding:20px}}.road__item-content p{font-size:22px;line-height:1.3;letter-spacing:-.04em;color:#0a2540;margin-bottom:25px}@media screen and (max-width:767px){.road__item-content p{font-size:20px;line-height:1.2}}.road__item-img{border-radius:0 0 8px 8px;padding:8px;background:#fff}.road__item-img img{width:100%;display:block;border-radius:8px;aspect-ratio:16/6.75}.road--inner{padding-bottom:40px}@media screen and (max-width:767px){.road--inner{padding-bottom:0}}.road--inner .road__content{margin-top:29px}@media screen and (max-width:1023px){.road--inner .road__content{margin-top:0}}.road--inner .road__content .h2{max-width:435px}@media screen and (max-width:1199px){.road--inner .road__content .h2{max-width:420px}}.road--inner .road__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px}@media screen and (max-width:767px){.road--inner .road__item{display:block}}.road--inner .road__item--full{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background:#4791ff;padding:47px 24px}.road--inner .road__item--full .h4{color:#fff;margin-bottom:12px}.road--inner .road__item--full p{color:#fff;max-width:330px;margin:0 auto 25px}.road--inner .road__item-img{width:50%;border-radius:0 0 8px 8px}@media screen and (max-width:767px){.road--inner .road__item-img{width:100%}}.road--inner .road__item-img img{height:100%;width:100%;min-height:230px}@media screen and (max-width:1023px){.road--inner .road__item-img img{aspect-ratio:16/12}}@media screen and (max-width:767px){.road--inner .road__item-img img{aspect-ratio:initial;min-height:auto}}.road--inner .road__item-content{width:50%;border-radius:8px 0 0 8px}@media screen and (max-width:767px){.road--inner .road__item-content{width:100%}}.road--inner .road__item-content p{margin-bottom:0;font-size:16px;line-height:1.5;letter-spacing:-.02em;margin-top:12px}@media screen and (max-width:767px){.road--inner .road__item-content p{margin-top:8px}}.api{position:relative}@media screen and (max-width:767px){.api{padding-top:60px;padding-bottom:34px}}@media screen and (max-width:1023px){.api__img{margin-top:20px}.api__img img{margin-left:auto;margin-right:auto}}.api__content .title__label{margin-bottom:12px}.api__content .h2{color:#fff;max-width:400px;margin-bottom:24px}.api__content p{color:#fff;margin-bottom:24px}.api__content p:last-child{margin-bottom:0}.api__content ul{margin-bottom:48px}@media screen and (max-width:767px){.api__content ul{margin-bottom:35px}}.api__content ul li{color:#fff;margin-bottom:8px;position:relative;padding-left:22px}.api__content ul li:last-child{margin-bottom:0}.api__content ul li::before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;border:4px solid #31303e;background:#ff6833;top:5px;left:0}.reviews{overflow:hidden}@media screen and (max-width:767px){.reviews .title{margin-bottom:18px}}.reviews .title .h2{max-width:600px}.reviews__item{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;padding:30px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:8px;height:100%}@media screen and (max-width:767px){.reviews__item{padding:25px 20px}}.reviews__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:30px}@media screen and (max-width:767px){.reviews__item-header{margin-bottom:20px}}.reviews__item-rating{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px}.reviews__item-rating-star{width:22px;height:22px;background:url(../images/review-star.svg) no-repeat center center/contain}.reviews__item-rating-starhalf{width:22px;height:22px;background:url(../images/review-star-half.svg) no-repeat center center/contain}.reviews__item-title{font-size:22px;line-height:1.3;letter-spacing:-.04em;font-weight:600;color:#0a2540;margin-bottom:14px}@media screen and (max-width:767px){.reviews__item-title{font-size:20px;line-height:1.4;margin-bottom:11px}}.reviews__item p{margin-bottom:30px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.reviews__item p{margin-bottom:20px}}.reviews__item-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-top:auto}.reviews__item-date{color:#697585}.reviews__item-user{min-width:0}.reviews__item-user-content{overflow:hidden}.reviews__item-user-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.reviews__item-user-job{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews__item-user-name{color:#0a2540;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews__item-user img{width:56px;height:56px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media screen and (max-width:767px){.reviews__item-user img{width:40px;height:40px}}.reviews__slider{overflow:visible}.reviews__slider .swiper-slide{height:auto}.education .row{margin-bottom:-30px}.education .row>div{margin-bottom:30px}.education__item{overflow:hidden;border-radius:14px;background:#edf4ff;height:100%}.education__item-top{padding:47px 40px 45px}@media screen and (max-width:767px){.education__item-top{padding:30px 25px 30px}}.education__item-label{color:#4791ff}.education__item .h2{margin-bottom:16px;font-size:34px}@media screen and (max-width:767px){.education__item .h2{font-size:24px;line-height:1.2}}.education__item p{color:#0a2540;margin-bottom:30px;max-width:432px}.education__item-img img{display:block;margin:0 auto}.education__item--blue{background:#0e3d68}.education__item--blue .h2{color:#fff}.education__item--blue p{color:#fff}.ask__item{margin-top:44px}@media screen and (max-width:767px){.ask__item{margin-top:24px}}.ask__sidebar{padding-top:8px}@media screen and (max-width:1023px){.ask__sidebar{padding-top:0;position:fixed;left:0;top:0;width:100%;height:100%;background:#0a2540;padding:30px 25px;z-index:10000;overflow-y:auto;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.ask__sidebar.open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.ask__sidebar .tabs__nav{margin-bottom:40px;padding:3px;background:0 0;border:2px solid #173e66}.ask__sidebar .tabs__nav-btn{color:rgba(255,255,255,.7);padding-left:15px;padding-right:15px}.ask__sidebar .tabs__nav-btn.active{color:#0a2540}.ask__sidebar-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:28px}.ask__sidebar-close{width:40px;height:40px;border-radius:50%;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #13375c;border-radius:8px}.ask__sidebar-title{font-size:22px;line-height:1.2;font-weight:600;color:#fff;letter-spacing:-.04em}.ask__sidebar-box{margin-bottom:34px}.ask__sidebar-box:first-child{margin-top:0}@media screen and (max-width:767px){.ask__sidebar-box{margin-bottom:38px}}.ask__sidebar-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:5px;font-size:18px;line-height:1.4;font-weight:600;color:#4791ff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.ask__sidebar-link:hover{opacity:.7}}.ask__sidebar-link svg{-ms-flex-negative:0;flex-shrink:0}.ask__sidebar-list{margin-top:12px}.ask__sidebar-list li{margin-bottom:10px}@media screen and (max-width:767px){.ask__sidebar-list li{margin-bottom:15px}}.ask__sidebar-list li:last-child{margin-bottom:0}.ask__sidebar-list li a{-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.ask__sidebar-list li a:hover{opacity:.7}}@media screen and (max-width:1023px){.ask__sidebar-list li a{color:#fff}}.ask__wrap{max-width:795px;margin-left:auto}@media screen and (max-width:1023px){.ask__wrap{max-width:100%}}@media screen and (max-width:767px){.ask__wrap{margin-top:24px}}.ask__wrap .help{margin-top:40px}.ask__update{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px;color:#9aa3ad;margin-top:36px}@media screen and (max-width:767px){.ask__update{margin-top:30px}}.ask__content{border-radius:8px;padding:32px 22px 24px;-webkit-box-shadow:0 9px 9px 7px rgba(231,231,231,.35);box-shadow:0 9px 9px 7px rgba(231,231,231,.35);background:#fff}@media screen and (max-width:767px){.ask__content{padding:26px 20px}}.ask__content h3{font-size:20px;line-height:1.4;color:#0a2540;font-weight:600;margin-bottom:20px}@media screen and (max-width:767px){.ask__content h3{margin-bottom:24px}}.ask__content p{margin-bottom:23px}@media screen and (max-width:767px){.ask__content p{margin-bottom:24px}}.ask__content p:last-child{margin-bottom:0}.ask__content a{font-weight:600;color:#4791ff;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.ask__content a:hover{opacity:.7}}.ask__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:35px;margin-top:40px}@media screen and (max-width:767px){.ask__nav{margin-top:24px;gap:11px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}}.ask__nav-subtitle{color:#9aa3ad;margin-bottom:2px}.ask__nav-arrow{background:#f6f6f6;border-radius:8px;padding:15px 20px;-webkit-transition:all .35s ease;transition:all .35s ease;width:50%}.ask__nav-arrow:hover{background:#edf4ff}@media screen and (max-width:767px){.ask__nav-arrow{width:100%;background:#edf4ff}}.ask__nav-link{font-weight:600;color:#4791ff;line-height:1.4;font-size:18px}@media screen and (max-width:767px){.ask__nav-link{gap:8px}}.ask__nav-link svg{-ms-flex-negative:0;flex-shrink:0}.ask__nav-next{text-align:right}.help{-webkit-box-shadow:0 9px 9px 7px rgba(231,231,231,.35);box-shadow:0 9px 9px 7px rgba(231,231,231,.35);border-radius:8px;padding:30px 25px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}@media screen and (max-width:767px){.help{padding:20px 20px 20px;position:relative;z-index:1}}.help__title{font-size:20px;line-height:1.4;font-weight:600;color:#0a2540}.help__text{font-size:18px;margin-top:5px}@media screen and (max-width:767px){.help__text{font-size:16px}}@media screen and (max-width:767px){.help__text{font-size:18px;margin-top:16px}}.help__text a{color:#4791ff;font-weight:600;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.help__text a:hover{opacity:.7}}.help__img{border-radius:50%;width:51px;height:51px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#ff6833}@media screen and (max-width:767px){.help__img{position:absolute;right:17px;z-index:1;top:20px;width:40px;height:40px}}.sidebar__block{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;border-radius:8px;margin-bottom:24px;padding:16px 16px}.sidebar__block:last-child{margin-bottom:0}.sidebar__header{margin-bottom:22px}.sidebar__title{line-height:1.4;color:#0a2540;font-weight:600;font-size:18px}.sidebar__subtitle{margin-top:8px;color:#697585}.sidebar__list a{display:block;line-height:1.5;font-weight:600;color:#697585;padding:12px 18px;border-radius:5px;padding-right:6px}@media screen and (max-width:1199px){.sidebar__list a{font-size:14px}}.sidebar__list a.active{background:rgba(71,145,255,.1);color:#4791ff}.sidebar__list a:hover{background:rgba(71,145,255,.1);color:#4791ff}.sidebar__list li{margin-bottom:2px}.sidebar__list li:last-child{margin-bottom:0}.sidebar__list>li>ul>li>a{padding-left:26px}.sidebar__list>li>ul>li>ul>li>a{padding-left:40px}.guide .head{margin:40px 0 40px}@media screen and (max-width:767px){.guide .head{margin:30px 0}}.guide__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:36px}@media screen and (max-width:1023px){.guide__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}@media screen and (max-width:767px){.guide__content .h1{font-size:32px}}.guide__aside{width:320px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1023px){.guide__aside{width:100%}}.guide__box{width:calc(100% - 356px)}@media screen and (max-width:1023px){.guide__box{width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.guide__toggler .btn{gap:6px}.guide__toggler .btn.active{background:#edf4ff;color:#4791ff}.guide__toggler .btn.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.guide__toggler .btn.active svg path{fill:#4791ff}.guide__video{border-radius:8px;overflow:hidden;aspect-ratio:16/8.42}.guide__video iframe{display:block;width:100%;height:100%}@media screen and (max-width:767px){.guide__video{aspect-ratio:16/12.55}}.guide__descr{margin-top:40px}@media screen and (max-width:767px){.guide__descr{margin-top:30px}}.guide__seo{display:none}.guide__seo.show{display:block}.subscribe{position:relative}.subscribe input{margin-bottom:12px;padding-left:42px}.subscribe .page__grow-guard{color:#6f879f;margin-top:16px}.perf .btn{margin-top:4px}.perf__item{margin-bottom:16px}.perf__item-title{color:#4791ff;font-size:28px;letter-spacing:-.04em;line-height:1.2;font-weight:600;margin-bottom:8px}.perf__item-text{font-weight:600;color:#697585}.cta{border-radius:8px;padding:40px 40px}@media screen and (max-width:767px){.cta{padding:32px 24px 16px}}.cta--blue{background:#4791ff}.cta--orange{background:#ff6833}.cta__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@media screen and (max-width:767px){.cta__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}}.cta__img{width:37%}@media screen and (max-width:767px){.cta__img{width:100%}}.cta__img img{width:100%}.cta__content{width:63%}@media screen and (max-width:767px){.cta__content{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%}}.cta__content .h3{color:#fff}.cta__content .btn{margin-top:28px}.cta__content p{margin-bottom:0;margin-top:13px;color:#fff;max-width:350px}.cta__list{margin-top:18px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px 6px;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none}.cta__list li{width:calc(50% - 3px);color:#fff;list-style:none;position:relative;padding-left:31px}.cta__list li::before{content:"";position:absolute;width:26px;height:26px;background:url(../images/cta-list-icon.svg) no-repeat center center/contain;left:0;top:0}.cta__list--orange{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.cta__list--orange{-ms-flex-wrap:wrap;flex-wrap:wrap}}.cta__list--orange li{width:26%}@media screen and (max-width:1023px){.cta__list--orange li{width:33.333%}}@media screen and (max-width:767px){.cta__list--orange li{width:calc(50% - 3px)}}.cta__list--orange li::before{background:url(../images/cta-list-icon-orange.svg) no-repeat center center/contain;width:18px;height:18px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%}.article--solo .article__row{gap:100px}.article--solo .article__aside{width:288px!important}.article__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px}.article__aside{width:280px;-ms-flex-negative:0;flex-shrink:0}.article__aside:last-child{width:260px}.article__box{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:1023px){.article__content .sticky-offset{padding-top:52px}}@media screen and (max-width:767px){.article__content .h1{font-size:32px}}.article__content .author{margin-top:40px}@media screen and (max-width:767px){.article__content .author{margin-top:30px}}.article__content .head{margin:40px 0}@media screen and (max-width:767px){.article__content .head{margin:30px 0}}.article__seo{margin-top:40px;padding-right:16px}@media screen and (max-width:767px){.article__seo{margin-top:30px;padding-right:16px}}.article__seo .cta,.article__seo .offer{margin-top:40px;margin-bottom:40px}.article__seo .cta:last-child,.article__seo .offer:last-child{margin-bottom:0}.article__seo .cta:first-child,.article__seo .offer:first-child{margin-top:0}@media screen and (max-width:767px){.article__seo .cta,.article__seo .offer{margin-top:30px}}.article__seo img{border-radius:8px;margin:0 auto}.article__seo figure{margin:40px 0}@media screen and (max-width:767px){.article__seo figure{margin:24px 0}}.article__seo figure figcaption{text-align:center;font-size:14px;color:#697585;margin-top:15px}.article__seo a:not(.btn){color:#4791ff;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.article__seo a:not(.btn):hover{text-decoration:none}.article__seo .abcd li{list-style:lower-alpha}.article__seo h2{margin-top:40px;margin-bottom:16px}.article__seo h2:first-child{margin-top:0}.article__seo h3{margin-bottom:16px;margin-top:40px}.article__seo h3:first-child{margin-top:0}.article__seo h4{font-size:22px;margin-top:16px;margin-bottom:16px}.article__seo h4:first-child{margin-top:0}@media screen and (max-width:767px){.article__seo h4{font-size:20px}}.article__seo p{font-size:18px;margin-bottom:24px}.article__seo p:last-child{margin-bottom:0}@media screen and (max-width:767px){.article__seo p{font-size:16px}}.article__seo>ol li:last-child ol,.article__seo>ol li:last-child ul,.article__seo>ul li:last-child ol,.article__seo>ul li:last-child ul{margin-bottom:0}.article__seo>ol:last-child,.article__seo>ul:last-child{margin-bottom:0}.article__seo>ol,.article__seo>ul{margin-bottom:24px;padding-left:29px}.article__seo>ol:last-child,.article__seo>ul:last-child{margin-bottom:0}.article__seo>ol li,.article__seo>ul li{font-size:18px}@media screen and (max-width:767px){.article__seo>ol li,.article__seo>ul li{font-size:16px}}.article__seo>ul ul{margin-bottom:24px}.article__seo>ul li{list-style:disc}.article__seo>ol li{list-style:decimal}.offer{position:relative;border-radius:8px;padding:39px 31px;position:relative;overflow:hidden}@media screen and (max-width:767px){.offer{padding:24px}}.offer--blue{background:#edf4ff}.offer--orange{background:#fff1ec}.offer__content{max-width:370px}@media screen and (max-width:1023px){.offer__content{max-width:290px}}.offer__content p{margin-bottom:10px;margin-bottom:0}.offer__content .btn{margin-top:23px}.offer__img{position:absolute;right:0;bottom:0}@media screen and (max-width:767px){.offer__img{position:relative;right:-24px;bottom:-24px;margin-right:0!important}}.author{background:#edf4ff;padding:24px 24px;border-radius:8px}.author__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-bottom:24px}.author__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.author__user-img{-ms-flex-negative:0;flex-shrink:0}.author__user-img img{width:53px;height:53px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.author__user-name{font-weight:600;color:#0a2540}.author__content p{margin-bottom:24px;font-size:18px}@media screen and (max-width:767px){.author__content p{font-size:16px}}.author__content p:last-child{margin-bottom:0}.recent__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px;margin-bottom:30px}.recent__box .blog__item{margin-bottom:20px}@media screen and (max-width:767px){.recent__box .blog__item{margin-bottom:24px}}.recent__box .blog__item:last-child{margin-bottom:0}.recent__nav{margin-top:40px;text-align:center}.filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:7px}@media screen and (max-width:1023px){.filter{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px 20px;margin-bottom:40px}}.filter .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:13px 15px}.filter__toggle{padding:12px 15px}@media screen and (max-width:1023px){.filter__toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;position:relative;padding-left:20px;width:calc(50% - 10px);padding-right:0}.filter__toggle::before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;content:"";position:absolute;width:1px;height:39px;background:#edecec;left:0}}.filter__toggler{-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:.5px solid #f0f0f0;border-radius:8px;padding:13px 10px 13px 15px;gap:8px;font-family:Manrope,sans-serif;font-weight:500;font-size:16px;line-height:1.5;color:#0a2540;margin-left:auto;letter-spacing:0;white-space:nowrap}@media screen and (max-width:1023px){.filter__toggler{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:0;width:calc(50% - 10px)}}.filter__toggler:hover{-webkit-box-shadow:none;box-shadow:none}.filter__toggler svg{-ms-flex-negative:0;flex-shrink:0}.filter__toggler-count{background:#edf4ff;border-radius:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:600;height:24px;min-width:24px;color:#4791ff;margin-left:10px;margin-left:auto}.filter__select{width:265px}.filter__select .select.active{z-index:21}@media screen and (max-width:1199px){.filter__select{width:240px}}@media screen and (max-width:1023px){.filter__select{width:calc(50% - 10px)}}@media screen and (max-width:767px){.filter__select{width:100%}}.filter__menu{position:fixed;right:0;top:0;height:100%;background:#fff;width:455px;z-index:1000;padding:30px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width:767px){.filter__menu{width:100%;padding:30px 20px}}.filter__menu.open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.filter__menu-label{font-weight:600;color:#0a2540;margin-bottom:15px}.filter__menu-sort{margin-bottom:36px}.filter__menu-sort-item{margin-bottom:22px}.filter__menu-sort-item .toggler input+label{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filter__menu-sort-item:last-child{margin-bottom:0}.filter__menu-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter__menu-item input[type=checkbox]{display:none}.filter__menu-item input[type=checkbox]+label{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all .35s ease;transition:all .35s ease;border:1px solid #e8e4e4;border-radius:8px;padding:9px 14px;display:block;color:#0a2540;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter__menu-item input[type=checkbox]+label:hover{color:#4791ff;background:#edf4ff;border-color:#edf4ff}.filter__menu-item input[type=checkbox]:checked+label{color:#4791ff;background:#edf4ff;border-color:#edf4ff}.filter__menu-box{margin-bottom:30px}.filter__menu-box:last-child{margin-bottom:0}.filter__menu-body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-y:auto;padding-bottom:30px}.filter__menu-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:34px}.filter__menu-close{border:1px solid #edecec;border-radius:8px;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer}.filter__menu-close:hover{border-color:#d4d2d2}.filter__menu-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:auto}.filter__menu-nav .btn{border-radius:8px}.filter__menu-nav .btn:last-child{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:767px){.filter__menu-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filter__menu-nav .btn{width:100%}.filter__menu-nav .btn:last-child{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.fans{padding-top:40px;padding-bottom:90px}@media screen and (max-width:767px){.fans{padding-bottom:70px}}.fans__quiz{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.fans__quiz-bottom{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.fans__quiz-bottom-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;white-space:nowrap;font-weight:500}.fans__quiz-bottom-item span{color:#2fad7d;margin-left:2px}.fans__quiz-bottom-item svg{-ms-flex-negative:0;flex-shrink:0;width:16px;height:auto}.fans__quiz-bottom-item--free{color:#2fad7d}.fans__quiz-bottom-item--free svg path{stroke:#2fad7d}.fans__quiz-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.fans__quiz-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.fans__quiz-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.fans__quiz-stat{background:#fffaf0;padding:4px 6px 4px 4px;color:#0a2540;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-weight:500}.fans__quiz-stat svg{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}.fans__quiz-img{-ms-flex-negative:0;flex-shrink:0}.fans__quiz-img img{width:68px;height:68px;border-radius:10px}.fans__stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media screen and (max-width:1023px){.fans__stat{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.fans__stat .fans__stat-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.fans__stat-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:28px}@media screen and (max-width:1023px){.fans__stat-info{min-width:150px;margin-bottom:0}}.fans__stat-info-box{width:50%}.fans__stat-info-item{color:#9aa3ad;margin-bottom:2px;white-space:nowrap;font-weight:500}.fans__stat-info-item:last-child{margin-bottom:0}.fans__stat-info-item span{font-weight:600;color:#0a2540}.fans__stat-item{width:50%}@media screen and (max-width:1023px){.fans__stat-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:31px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}.fans__stat-item .btn{width:100%;border-radius:8px}.fans__stat-about{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:8px}@media screen and (max-width:1023px){.fans__stat-about{display:none}}.fans__stat-btn{border:1px solid #d6d6d6;border-radius:10px;padding:11px 17px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;font-weight:600;font-family:Manrope,sans-serif;color:#0a2540;-webkit-transition:all .35s ease;transition:all .35s ease;font-size:16px}.fans__stat-btn:hover{background:#edf4ff;color:#4791ff;border-color:#edf4ff}.fans__stat-btn:hover path{stroke:#4791ff}.fans__stat-btn svg{-ms-flex-negative:0;flex-shrink:0}.fans__stat-favor{width:48px;height:48px;background:#fbfbfb;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.fans__stat-favor:hover{background:rgba(252,227,219,.5)}.fans__stat-favor:hover path{fill:#f35721}.fans__stat-favor.active{background:rgba(252,227,219,.5)}.fans__stat-favor.active path{fill:#f35721}.fans__stat-avaible{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#697585;gap:7px;margin-top:14px;white-space:nowrap}.fans__stat-avaible b{font-weight:500;font-weight:500;color:#0a2540}.fans__stat-avaible svg{-ms-flex-negative:0;flex-shrink:0}.fans__price{font-weight:600;color:#0a2540}.fans__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.fans__tags-label{background:#f6f6f6;padding:2px 11px;border-radius:6px;color:#0a2540}.fans__tags-label--blue{background:#d5e6ff}.fans__tags-label--green{background:#d5efe5}.fans__tags-label--yellow{background:#fff2c0}.fans__descr-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:31px}.fans__descr p{margin-bottom:16px;color:#0a2540;font-family:Manrope,sans-serif}@media screen and (max-width:1023px){.fans__descr p{display:none}}@media screen and (max-width:1023px){.fans__descr-box{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #edecec}.fans__descr-box .fans__stat-item img{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.fans__descr-box:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}}.fans__soc{margin-bottom:21px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1023px){.fans__soc{margin-bottom:0}}.fans__soc-item{border-radius:8px;gap:6px;padding:4px 8px 4px 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:6px}.fans__soc-item svg{-ms-flex-negative:0;flex-shrink:0}.fans__soc-item--fb{background:rgba(24,119,242,.06);color:#1877f2}.fans__soc-item--fb path{fill:#1877f2}.fans__soc-item--redit{background:rgba(255,69,0,.06);color:#ff4500}.fans__soc-item--redit path{fill:#ff4500}.fans__soc-item--insta{color:#dd2a7b;background:rgba(221,42,123,.05)}.fans__soc-item--insta path{fill:#dd2a7b}.fans__title{margin-bottom:38px}.fans__title p{margin-top:16px;margin-bottom:0;font-size:18px}@media screen and (max-width:767px){.fans__title p{font-size:16px}}@media screen and (max-width:767px){.fans__title{margin-bottom:24px}.fans__title .h2{font-size:32px}}.fans__title--revshare{margin-bottom:14px}@media screen and (max-width:1023px){.fans__title--revshare{margin-bottom:39px}}.fans__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:22px}@media screen and (max-width:1023px){.fans__user{display:block;position:relative}.fans__user::before{content:"";position:absolute;z-index:1;-webkit-transition:all .35s ease;transition:all .35s ease;left:0;bottom:0;width:100%;background:-webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(0deg,#fff 0,rgba(255,255,255,0) 100%);height:51px}}.fans__user-online{position:absolute;border-radius:50%;width:11px;height:11px;border-radius:50%;right:0;bottom:0;border:2px solid #fff;background:#2fad7d}.fans__user-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:25px}@media screen and (max-width:1023px){.fans__user-header{margin-bottom:12px}.fans__user-header .fans__price{margin-left:auto}}.fans__user-text{color:#0a2540;margin-bottom:9px}.fans__user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media screen and (max-width:1023px){.fans__user-info{margin-bottom:20px}}.fans__user-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#0a2540;position:relative;gap:10px}.fans__user-info-item::before{content:"";position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;height:13px;width:1px;background:#9aa3ad;left:-10px}.fans__user-info-item:first-child::before{display:none}.fans__user-info-item span{border-bottom:1px dashed #9aa3ad}.fans__user-info-item svg{-ms-flex-negative:0;flex-shrink:0}.fans__user-order{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:9px}.fans__user-order-text{color:#0a2540}.fans__user-order-status{color:#2fad7d;padding-left:8px;margin-left:8px;position:relative}.fans__user-order-status::before{content:"";position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;height:13px;width:1px;background:#9aa3ad;left:0}.fans__user-name{font-weight:600;color:#0a2540}.fans__user-label{color:#fff;font-size:14px;font-weight:600;padding:3.5px 9px;border-radius:6px;background:#2361c0}.fans__user-label--blue{background:#4791ff}.fans__user-label--orange{background:#ff6833}.fans__user-label--lightblue{background:#6ba6ff}.fans__user-logo{position:relative;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1023px){.fans__user-logo{margin-right:2px}}.fans__user-logo img{width:32px;height:32px;border-radius:10px}.fans__user-content p{display:none}@media screen and (max-width:1023px){.fans__user-content p{display:block;margin-bottom:0;color:#0a2540}}.fans__table{width:100%;border-collapse:separate;border-spacing:0 25px}@media screen and (max-width:1023px){.fans__table{display:block}}.fans__table th{border-bottom:1px solid #edecec;color:#697585;font-weight:500;text-align:left;padding-bottom:15px;padding-left:10px;padding-right:10px}.fans__table th:first-child{padding-left:20px;width:324px}@media screen and (max-width:1199px){.fans__table th:first-child{width:280px}}.fans__table th:nth-child(2){max-width:310px}.fans__table th:last-child{padding-right:20px}@media screen and (max-width:1023px){.fans__table thead{display:none}}@media screen and (max-width:1023px){.fans__table tbody{display:block}}.fans__table tbody tr{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;border-radius:8px}.fans__table tbody tr.active .fans__user::before{display:none}.fans__table tbody tr.active .js_fans_toggler svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:1023px){.fans__table tbody tr{display:block;margin-bottom:24px;padding:20px 20px;border-radius:8px}.fans__table tbody tr:last-child{margin-bottom:0}}.fans__table tbody td{border-bottom:1px solid transparent;padding:19.5px 10px;vertical-align:top}@media screen and (max-width:1199px){.fans__table tbody td{padding-left:5px;padding-right:5px}}@media screen and (max-width:1023px){.fans__table tbody td{display:block;width:100%;padding:0;padding-top:20px;margin-top:20px;border-top:1px solid #edecec;border-radius:0!important}.fans__table tbody td:first-child{padding-top:0;margin-top:0;border-top:none}.fans__table tbody td:last-child{margin-right:0!important;border-top:none}.fans__table tbody td:nth-child(2){display:none}}.fans__table tbody td:first-child{padding-left:20px;border-radius:8px 0 0 8px}@media screen and (max-width:1199px){.fans__table tbody td:first-child{padding-left:10px}}@media screen and (max-width:1023px){.fans__table tbody td:first-child{padding:0}}.fans__table tbody td:nth-child(2){max-width:310px}@media screen and (max-width:1023px){.fans__table tbody td:nth-child(2){max-width:100%}}.fans__table tbody td:last-child{padding-right:20px;border-radius:0 8px 8px 0}@media screen and (max-width:1199px){.fans__table tbody td:last-child{margin-right:10px}}@media screen and (max-width:1023px){.fans__table tbody td:last-child{padding:0}}.fans__body .pagination{margin-top:15px}@media screen and (max-width:1023px){.fans__body .pagination{margin-top:40px}}.fans__item{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;border-radius:8px;padding:20px;margin-bottom:24px}.fans__item.active .fans__user::before{opacity:0;visibility:hidden;pointer-events:none}.fans__item.active .js_fans_toggler svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fans__item .js_fans_toggler{width:100%;border-radius:8px;gap:5px;margin-top:20px}.fans__item .js_fans_toggler svg{-webkit-transition:all .35s ease;transition:all .35s ease}.fans__item:last-child{margin-bottom:0}.fans__item-label{color:#697585;margin-bottom:12px}.fans__item-hidden{display:none;padding-top:20px;margin-top:20px;border-top:1px solid #edecec}.fans__item-footer{padding-top:20px;margin-top:20px;border-top:1px solid #edecec}.fans__item-footer .btn{width:100%;border-radius:8px}.fans__item-box{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #edecec}.fans__item-box:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.fans__label{color:#697585;margin-bottom:12px;display:none}@media screen and (max-width:1023px){.fans__label{display:block}}.fans__toggler{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #edecec;width:100%}.tooltip{position:relative;z-index:20}.tooltip:hover .tooltip__body{opacity:1;visibility:visible}.tooltip__toggler{cursor:pointer}.tooltip__toggler svg{display:block}.tooltip__body{position:absolute;bottom:calc(100% + 20px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;z-index:20;background:#fff;border-radius:8px;background:#fff;-webkit-box-shadow:0 12px 10px 7px rgba(143,143,143,.1);box-shadow:0 12px 10px 7px rgba(143,143,143,.1);font-size:14px;color:#0a2540;width:224px;padding:8px 10px;font-family:Manrope,sans-serif;font-weight:400;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:all .35s ease;transition:all .35s ease}.tooltip__body--auto{width:-webkit-max-content;width:-moz-max-content;width:max-content}.tooltip__body::before{content:"";position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;width:16px;height:7px;background:url(../images/tooltip-rect.svg) no-repeat center center;background-size:contain;top:100%}.page{padding-top:60px;position:relative;z-index:1}.page .lines-anim--top{top:40px}.page .lines-anim--bottom{bottom:376px}@media screen and (max-width:767px){.page .lines-anim--bottom{display:none}}.page .lines-anim--center{-webkit-transform:translateY(-50%) rotateY(180deg);transform:translateY(-50%) rotateY(180deg);left:0;right:auto;top:50%;margin-top:24px}@media screen and (max-width:767px){.page{padding-top:25px}}.page__banner{position:fixed;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;z-index:200;width:100%;max-width:1056px;bottom:50px;-webkit-transition:all .35s ease;transition:all .35s ease;opacity:0;pointer-events:none}.page__banner.active{opacity:1;pointer-events:initial}@media screen and (max-width:1199px){.page__banner{width:calc(100% - 60px)}}@media screen and (max-width:1023px){.page__banner{display:none}}.page__banner-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;margin-left:auto}.page__banner .page__info{margin:0}.page__banner .page__info-row{gap:50px}.page__banner .page__info-id{margin-left:0}.page__banner .page__feature-price-item{padding:0;margin:0}.page__wrap{max-width:845px;margin:0 auto}.page__wrap--large{max-width:1000px}.page__nav{text-align:center;margin-top:40px}@media screen and (max-width:767px){.page__nav{margin-top:24px}}.page__title{margin-bottom:33px;text-align:center}@media screen and (max-width:767px){.page__title{margin-bottom:49px}}.page__title .h2{max-width:640px;margin-left:auto;margin-right:auto}.page__title .h2 b,.page__title .h2 span,.page__title .h2 strong{color:#4791ff}@media screen and (max-width:1023px){.page__title .h2{max-width:600px}}@media screen and (max-width:767px){.page__title .h2{font-size:32px;max-width:530px}}.page__title p{margin-bottom:0;margin-top:16px}@media screen and (max-width:767px){.page__title p{margin-top:25px}}.page__block{padding:25px 25px;-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;border-radius:8px;height:100%;margin-bottom:25px}@media screen and (max-width:767px){.page__block{padding:24px 20px}}.page__block:last-child{margin-bottom:0}.page__block .h4{margin-bottom:25px}.page__block .fans__soc{margin-bottom:0}.page__block .fans__user-name{font-size:22px}.page__block .fans__user-header{margin-bottom:16px;gap:10px}.page__header{margin-bottom:35px}@media screen and (max-width:767px){.page__header{margin-bottom:49px}}.page__header p{margin-bottom:0;margin-top:16px;max-width:670px;margin-left:auto;margin-right:auto;font-size:18px}@media screen and (max-width:767px){.page__header p{font-size:16px}}@media screen and (max-width:767px){.page__header p{margin-top:25px}}.page__expert-list li{margin-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:12px 0}.page__expert-list li:last-child{margin-bottom:0}.page__expert-list-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;background:#edf4ff;border-radius:100px;padding:4px;width:32px;height:32px}.page__expert-list-text{color:#697585}.page__expert-list-value{color:#0a2540;white-space:nowrap;margin-left:auto}.page__grow{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#0a2540;border-radius:8px;padding:25px}.page__grow .h4{color:#fff;margin-bottom:25px}@media screen and (max-width:767px){.page__grow .h4{margin-bottom:16px}}.page__grow p{margin-bottom:25px;color:#fff}.page__grow p:last-child{margin-bottom:0}.page__grow-guard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;gap:7px;color:#fff}.page__order-header{margin-bottom:20px}@media screen and (max-width:767px){.page__order-header{margin-bottom:12px}}.page__order-header .h4{margin-bottom:16px}@media screen and (max-width:767px){.page__order-header .h4{margin-bottom:8px}}.page__order-label{margin-bottom:20px;color:#6f879f;font-weight:600}@media screen and (max-width:767px){.page__order-label{margin-bottom:12px}}.page__order-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:20px}.page__order-tags-item{white-space:nowrap;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;border-radius:8px;padding:4px 6px}@media screen and (max-width:767px){.page__order-tags-item{padding:2px 8px}}.page__order-tags-item svg{-ms-flex-negative:0;flex-shrink:0}.page__order-tags-item--rejected{background:#fce3db;color:#f3492f}.page__order-tags-item--rejected path[stroke]{stroke:#f3492f}.page__order-tags-item--rejected path[fill]{fill:#f3492f}.page__order-tags-item--completed{background:#e6f5ef;color:#2fad7d}.page__order-tags-item--completed path[stroke]{stroke:#2fad7d}.page__order-tags-item--completed path[fill]{fill:#2fad7d}.page__order-tags-item--active{background:#edf4ff;color:#4791ff}.page__order-tags-item--active path[stroke]{stroke:#4791ff}.page__order-tags-item--active path[fill]{fill:#4791ff}.page__order-table{width:100%;border-collapse:collapse}.page__order-table-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.page__order-table-row svg{-ms-flex-negative:0;flex-shrink:0}.page__order-table th{font-size:16px;font-weight:500;font-weight:500;text-align:left;padding:14px 0;line-height:1.5;color:#697585}@media screen and (max-width:767px){.page__order-table th{padding:12px 0}}.page__order-table th:nth-child(2){width:180px}@media screen and (max-width:767px){.page__order-table th:nth-child(2){width:120px}}.page__order-table td{border-top:1px solid #edecec;padding:14px 0}@media screen and (max-width:767px){.page__order-table td{padding:12px 0}}.page__order-table td:nth-child(2){width:180px}@media screen and (max-width:767px){.page__order-table td:nth-child(2){width:120px}}.page__order-table td:not(:first-child){color:#0a2540}.page__feature{margin-bottom:25px}@media screen and (max-width:767px){.page__feature{margin-bottom:16px}}.page__feature-stat-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:4px;color:#0a2540;padding:4px 0}.page__feature-stat-item:last-child{margin-bottom:0}.page__feature-stat-item svg{-ms-flex-negative:0;flex-shrink:0}.page__feature-price-item{margin-bottom:4px;color:#0e3d68;padding:4px 0}.page__feature-price-item b{font-weight:600;font-size:18px;line-height:1.4;color:#4791ff}.page__feature-price-item span{color:#6f879f;font-size:14px}.page__feature-price-item:last-child{margin-bottom:0}.page__feature-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.page__feature-tag-item{padding:4px 11px;border-radius:6px;background:#d5e6ff;color:#0a2540}.page__feature-tag-item--green{background:#d5efe5}.page__feature-tag-item--yellow{background:#fff2c0}.page__feature-label{color:#697585;margin-bottom:12px}.page__feature-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}@media screen and (max-width:1023px){.page__feature-row{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}}.page__feature-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:1px solid #edecec;border-radius:8px;padding:11px 12px 12px;min-width:174px;max-width:217px;background:#fff}@media screen and (max-width:1023px){.page__feature-item{max-width:100%;width:calc(50% - 4px)}}@media screen and (max-width:767px){.page__feature-item{padding:11px 15px 10px}}.page__stat{border:1px solid #edecec;border-radius:8px;padding:12px 16px;margin-bottom:25px}@media screen and (max-width:767px){.page__stat{margin-bottom:16px;padding:17px 16px}}.page__stat--custom{padding:0;border-radius:0;border:none;margin-bottom:37px}@media screen and (max-width:767px){.page__stat--custom{margin-bottom:16px}}.page__stat--custom .page__stat-row{gap:12px}.page__stat--custom .page__stat-item{border:1px solid #edecec!important;padding:12px 16px;border-radius:6px;width:calc(50% - 6px)}@media screen and (max-width:767px){.page__stat--custom .page__stat-item{width:100%}}.page__stat:last-child{margin-bottom:0}.page__stat .h4{margin-bottom:20px}.page__stat-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:7px 24px;-ms-flex-wrap:wrap;flex-wrap:wrap}.page__stat-item{width:calc(50% - 12px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;border-top:1px solid #edecec}.page__stat-item:first-child,.page__stat-item:nth-child(2){border-top:none}@media screen and (max-width:767px){.page__stat-item{width:100%;padding:16px 0}.page__stat-item:nth-child(2){border-top:1px solid #edecec}}.page__stat-item-text{color:#697585}.page__stat-item-value{color:#0a2540;white-space:nowrap}.page__stat-item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.page__stat-item-icon{width:32px;height:32px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;background:#edf4ff}.page__stat-item-icon--green{background:#e6f5ef;fill:#e6f5ef}.page__seo{border:1px solid #edecec;border-radius:8px;padding:12px 16px;background:#fbfbfb;margin-bottom:25px}@media screen and (max-width:767px){.page__seo{margin-bottom:20px}}.page__seo:last-child{margin-bottom:0}.page__seo h4{margin-bottom:15px}@media screen and (max-width:767px){.page__seo h4{margin-bottom:12px}}.page__seo p{margin-bottom:0;color:#0a2540;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.page__seo p.open{display:block}.page__info{background:#edf4ff;padding:24px 25px 27px;padding-left:29px;border-radius:4px 8px 8px 4px;position:relative;margin-bottom:25px}.page__info .page__feature{margin-bottom:20px;margin-top:20px}.page__info-border{position:absolute;left:0;top:0;height:100%}@media screen and (max-width:767px){.page__info{padding:14px 20px 16px;margin-bottom:16px}}.page__info-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}@media screen and (max-width:767px){.page__info-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}}.page__info-row .btn{gap:8px}.page__info-row .fans__user-header{margin-bottom:0}.page__info-id{font-size:14px;color:#697585;font-weight:600;padding:4px 8px;background:#fff;border-radius:6px;margin-left:auto}@media screen and (max-width:767px){.page__info-id{margin-left:0}}.page__info-descr{margin-top:22px}@media screen and (max-width:767px){.page__info-descr{margin-top:25px;margin-bottom:20px}}.page__info-descr-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;margin-bottom:8px}.page__info-descr-row--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page__info-descr-row--center .page__info-descr-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:767px){.page__info-descr-row{display:block;margin-bottom:8px}}.page__info-descr-row:last-child{margin-bottom:0}.page__info-descr-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;position:relative;color:#697585}@media screen and (max-width:767px){.page__info-descr-item{font-size:14px;margin-bottom:12px;width:100%}.page__info-descr-item:last-child{margin-bottom:0}}.page__info-descr-item:not(:first-child)::before{content:"";position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;width:1px;height:13px;background:#9aa3ad;left:-12px}@media screen and (max-width:767px){.page__info-descr-item:not(:first-child)::before{display:none}}.page__info-descr-item span b,.page__info-descr-item span span,.page__info-descr-item span strong{color:#0a2540}.page__info-descr-item svg{-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:767px){.page__box{padding-bottom:49px}.page__box .row{margin-bottom:-24px}.page__box .row>div{margin-bottom:24px}}.js_show_more{color:#4791ff;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.js_show_more:hover{text-decoration:none}.subs .singup{margin-top:40px}@media screen and (max-width:767px){.subs .singup{margin-top:30px}}.subs .subscribe{margin-top:32px}.subs__row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:48px}@media screen and (max-width:767px){.subs__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}}.subs__content{width:45%}@media screen and (max-width:767px){.subs__content{width:100%}}.subs__content p{margin-top:13px;margin-bottom:0;color:#13375c}.subs__img{width:55%}@media screen and (max-width:767px){.subs__img{width:100%}}.subs__img img{display:block;margin:0 auto}.singup{padding:30px 30px;border-radius:8px;background:#edf4ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media screen and (max-width:767px){.singup{padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.singup .btn{white-space:nowrap}.singup__content p{margin-top:12px;color:#13375c}.singup__content p:last-child{margin-bottom:0}.contacts__body{padding-top:40px}.contacts__sidebar-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;margin-bottom:15px}@media screen and (max-width:767px){.contacts__sidebar-header{margin-bottom:10px}}.contacts__sidebar-title{color:#0a2540;font-size:18px;line-height:1.4;font-weight:600}.contacts__sidebar-block{background:#edf4ff;border-radius:8px;padding:20px 20px 23px;margin-bottom:20px}@media screen and (max-width:767px){.contacts__sidebar-block{padding:20px}}.contacts__sidebar-block:last-of-type{margin-bottom:0}.contacts__sidebar-block--dark{background:#173e66}.contacts__sidebar-block--dark .contacts__sidebar-title{color:#fff}.contacts__sidebar-block--dark .contacts__sidebar-icon{background:#0f2e4e}@media screen and (max-width:767px){.contacts__sidebar-block--dark .contacts__sidebar-header{margin-bottom:16px}}.contacts__sidebar-icon{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#deebff;border-radius:50%}.contacts__sidebar-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px 16px}.contacts__sidebar-links--full>div{width:100%}.contacts__sidebar-item{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:1439px){.contacts__sidebar-item{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:1023px){.contacts__sidebar-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:calc(50% - 8px);-ms-flex-wrap:nowrap;flex-wrap:nowrap;white-space:nowrap}}.contacts__sidebar-text{font-size:14px;font-weight:500;color:#6f879f}.contacts__sidebar-link{color:#4791ff;font-weight:600;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.contacts__sidebar-link:hover{opacity:.7}}.contacts__sidebar-img{margin-top:96px}@media screen and (max-width:1023px){.contacts__sidebar-img{display:none}}.contacts__sidebar-box{padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid rgba(111,135,159,.1)}.contacts__sidebar-box:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}@media screen and (max-width:767px){.contacts__sidebar-box{padding-bottom:15px;margin-bottom:15px}}.contacts__box{max-width:780px;margin-left:auto;-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);background:#fff;padding:40px 45px;border-radius:8px}.contacts__box .h3{margin-bottom:25px}@media screen and (max-width:1023px){.contacts__box{max-width:100%;margin-bottom:35px;padding:32px}}@media screen and (max-width:767px){.contacts__box{padding:25px 20px 35px}.contacts__box .h3{font-size:22px}}.contacts__form-alert{font-size:14px;font-weight:500;color:rgba(105,117,133,.6)}.contacts__form-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;margin-top:30px}@media screen and (max-width:767px){.contacts__form-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts__form-nav .btn{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.contacts__form .form__label{color:#697585}.contacts__form .form__item{margin-bottom:20px}.contacts__form .form__item:last-child{margin-bottom:0}.contacts__form .form__item--16{margin-bottom:16px}.contacts__form .form__choose{margin-bottom:25px}.contacts__form .form__checkbox input[type=checkbox]+label{font-size:16px;padding-left:37px}.contacts__form .row{margin-bottom:0}.contacts__form .row>div{margin-bottom:20px}.contacts__form .row>div:last-child{margin-bottom:0}.calc{padding:40px 0 90px;background:#fbfbfb;position:relative}@media screen and (max-width:767px){.calc{padding-bottom:68px}}.calc__header{text-align:center;padding-bottom:40px}.calc__header p{margin-bottom:0;font-size:18px;margin-top:16px}@media screen and (max-width:767px){.calc__header p{font-size:16px}}@media screen and (max-width:767px){.calc__header{text-align:left}.calc__header .h2{font-size:32px}}.calc__form.disabled{opacity:.5;pointer-events:none}.calc__form.disabled .calc__form-nav{display:none}.calc__form .choices{margin:0}.calc__form .form__label{color:#697585}.calc__form-step{margin-bottom:36px}.calc__form-step:last-child{margin-bottom:0}.calc__form-step .tabs__item .row{margin-left:-10px;margin-right:-10px}.calc__form-step .tabs__item .row>div{padding:0 10px}.calc__form-header{margin-bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.calc__form-header-num{background:#edf4ff;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:35px;height:35px;-ms-flex-negative:0;flex-shrink:0;font-weight:600;color:#4791ff}.calc__form-nav{text-align:center}.calc__form-nav .btn{border-radius:8px;padding:18px 32px;gap:8px}.calc__box{-webkit-box-shadow:0 12px 13px 7px rgba(231,231,231,.5);box-shadow:0 12px 13px 7px rgba(231,231,231,.5);padding:45px 45px;background:#fff;border-radius:8px;max-width:780px;margin:0 auto}@media screen and (max-width:767px){.calc__box{padding:30px 20px}}.ready{background:#0a2540;overflow:hidden}.ready__mobile{display:none;margin-top:22px}@media screen and (max-width:1023px){.ready__mobile{display:block;max-width:none}}.ready__box{position:relative}.ready__img{position:absolute}@media screen and (max-width:1023px){.ready__img{display:none}}.ready__img--left{left:22px;top:-16px}@media screen and (max-width:1439px){.ready__img--left{left:-22px}}.ready__img--right{right:4px;top:-32px}@media screen and (max-width:1439px){.ready__img--right{right:-25px}}.ready .title{text-align:center;max-width:580px;margin:0 auto}.ready .title__label{font-size:16px}@media screen and (max-width:767px){.ready .title__label{font-size:18px;margin-bottom:20px}}.ready .title .btn{margin-top:40px}@media screen and (max-width:767px){.ready .title .btn{margin-top:30px}}.analyz{margin-top:37px}.analyz__header{text-align:center;margin-bottom:25px}.analyz__header-icon{background:#edf4ff;border-radius:8px;width:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px;margin-left:auto;margin-right:auto}.analyz__income{position:relative;z-index:1;text-align:center;background:#edf4ff;padding:32px 25px;border-radius:15px}@media screen and (max-width:767px){.analyz__income{padding:36px 25px}}.analyz__income-label{color:#697585;margin-bottom:5px}.analyz__income-num{color:#4791ff;font-size:48px;line-height:1.2;font-weight:600;letter-spacing:-.04em}@media screen and (max-width:767px){.analyz__income-num{font-size:42px}}.analyz__income-icon{position:absolute;top:47px;z-index:-1}@media screen and (max-width:767px){.analyz__income-icon{width:28px;height:50px}}.analyz__income-icon--left{left:0}@media screen and (max-width:767px){.analyz__income-icon--left{top:86px}}.analyz__income-icon--right{right:0}@media screen and (max-width:767px){.analyz__income-icon--right{top:15px}}.analyz__plan{border:1px solid #edecec;border-radius:8px;padding:25px 25px 10px;margin-top:25px}.analyz__plan .h4{margin-bottom:20px}@media screen and (max-width:767px){.analyz__plan{padding:24px 20px 10px}.analyz__plan .h4{font-size:22px}}.analyz__plan-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid #edecec;padding:14px 0;padding-top:13px}.analyz__plan-row:first-child{border-top:none}.analyz__plan-row:first-child .analyz__plan-text{color:#697585}.analyz__plan-text{color:#697585;color:#435366}.analyz__plan-text:nth-child(2){text-align:center;color:#0a2540}.analyz__plan-text:last-child{text-align:right;color:#0a2540}.analyz__info{margin-top:25px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media screen and (max-width:767px){.analyz__info-content{margin-top:auto}.analyz__info-content .h3{font-size:22px}}.analyz__info-item{width:calc(50% - 12px);border:1px solid #edecec;border-radius:8px;padding:20px 25px 23px}@media screen and (max-width:767px){.analyz__info-item{padding:13px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.analyz__info-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#edf4ff;margin-bottom:12px;width:32px;height:32px}.analyz__info-label{color:#697585;margin-bottom:5px}.analyz__nav{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.analyz__nav .btn{padding:18px 32px;font-size:16px;border-radius:8px}@media screen and (max-width:767px){.analyz__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:29px;padding-bottom:10px}.analyz__nav .btn{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%}}.revshare th{white-space:nowrap}.revshare__nav{text-align:center;margin-top:57px}.revshare__nav .btn{border-radius:8px;gap:8px;padding:18px 32px}@media screen and (max-width:1023px){.revshare__nav{margin-top:44px;padding-left:46px;padding-right:46px}}.revshare__nav-text{margin-bottom:40px}@media screen and (max-width:1023px){.revshare__nav-text{margin-bottom:24px}}.revshare__nav-text a{color:#4791ff;font-weight:600;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.revshare__nav-text a:hover{opacity:.7}}.revshare__stat{display:-webkit-box;display:-ms-flexbox;display:flex;gap:37px}.revshare__stat-item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.revshare .tags{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.revshare .tooltip__body{white-space:normal}@media screen and (max-width:1199px){.revshare .tooltip__body{right:-12px;left:auto;-webkit-transform:none;-ms-transform:none;transform:none}.revshare .tooltip__body::before{left:auto;-webkit-transform:none;-ms-transform:none;transform:none;right:12px}}@media screen and (max-width:1023px){.revshare .tooltip__body{right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}.revshare .tooltip__body::before{right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%}}.revshare tbody td{font-weight:600;color:#0a2540}.revshare tbody td:first-child{width:361px}@media screen and (max-width:1023px){.revshare tbody td:nth-child(2){display:block}.revshare tbody td:nth-child(3),.revshare tbody td:nth-child(4){display:none}}.revshare .fans__toggler{border-bottom:none;padding-bottom:0;margin-bottom:10px}@media screen and (max-width:1199px){.revshare .fans__stat{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:1199px){.revshare .fans__stat-item{width:100%}}@media screen and (max-width:1023px){.revshare .fans__stat-item .btn-adv{background:#4791ff;color:#fff}}.revshare .fans__stat-info{margin:0}.revshare .fans__stat-info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.eco__nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:13px;gap:15px;padding:19px 19px;border:1px solid #edecec;border-radius:8px}.eco__nav-link:last-child{margin-bottom:0}@media (hover:hover) and (pointer:fine){.eco__nav-link:hover{background:#edf4ff;border-color:#edf4ff}.eco__nav-link:hover .eco__nav-icon{background:#deebff}}.eco__nav-link--orange .eco__nav-icon{background:#fff1ec}@media (hover:hover) and (pointer:fine){.eco__nav-link--orange:hover{background:#fff1ec;border-color:#fff1ec}.eco__nav-link--orange:hover .eco__nav-icon{background:#fce3db}}.eco__nav-icon{background:#edf4ff;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:54px;height:54px;-webkit-transition:all .35s ease;transition:all .35s ease}.eco__nav-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.eco__nav-title{font-weight:600;color:#0a2540}.eco__nav-text{margin-top:3px;color:#435366}
