.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.slider-target,.slider-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-target{position:relative}.slider-base,.slider-connects{height:100%;position:relative;width:100%;z-index:1}.slider-connects{overflow:hidden;z-index:0}.slider-connect,.slider-origin{height:100%;position:absolute;right:0;top:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-style:flat;width:100%;will-change:transform;z-index:1}.slider-txt-dir-rtl.slider-horizontal .slider-origin{left:0;right:auto}.slider-vertical .slider-origin{top:-100%;width:0}.slider-horizontal .slider-origin{height:0}.slider-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.slider-touch-area{height:100%;width:100%}.slider-state-tap .slider-connect,.slider-state-tap .slider-origin{transition:transform .3s}.slider-state-drag *{cursor:inherit!important}.slider-tooltip-drag .slider-tooltip,.slider-tooltip-focus .slider-tooltip{display:none!important}.slider-tooltip-drag .slider-active .slider-tooltip,.slider-tooltip-drag.slider-state-drag .slider-tooltip:not(.slider-tooltip-hidden),.slider-tooltip-focus.slider-focused .slider-tooltip:not(.slider-tooltip-hidden){display:block!important}.slider-horizontal{height:var(--slider-height,6px)}.slider-horizontal .slider-handle{height:var(--slider-handle-height,16px);right:calc(var(--slider-handle-width, 16px)/2*-1);top:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2*-1 + -1px);width:var(--slider-handle-width,16px)}.slider-vertical{height:var(--slider-vertical-height,300px);width:var(--slider-height,6px)}.slider-vertical .slider-handle{bottom:calc(var(--slider-handle-width, 16px)/2*-1);height:var(--slider-handle-width,16px);right:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2*-1 + -1px);width:var(--slider-handle-height,16px)}.slider-txt-dir-rtl.slider-horizontal .slider-handle{left:calc(var(--slider-handle-width, 16px)/2*-1);right:auto}.slider-base{background-color:var(--slider-bg,#d1d5db)}.slider-base,.slider-connects{border-radius:var(--slider-radius,9999px)}.slider-connect{background:var(--slider-connect-bg,#10b981);cursor:pointer}.slider-draggable{cursor:ew-resize}.slider-vertical .slider-draggable{cursor:ns-resize}.slider-handle{background:var(--slider-handle-bg,#fff);border:var(--slider-handle-border,0);border-radius:var(--slider-handle-radius,9999px);box-shadow:var(--slider-handle-shadow,.5px .5px 2px 1px rgba(0,0,0,.32));cursor:-webkit-grab;cursor:grab;height:var(--slider-handle-height,16px);width:var(--slider-handle-width,16px)}.slider-handle:focus{box-shadow:0 0 0 var(--slider-handle-ring-width,3px) var(--slider-handle-ring-color,rgba(16,185,129,.188)),var(--slider-handle-shadow,.5px .5px 2px 1px rgba(0,0,0,.32));outline:none}.slider-active{box-shadow:var(--slider-handle-shadow-active,.5px .5px 2px 1px rgba(0,0,0,.42));cursor:-webkit-grabbing;cursor:grabbing}[disabled] .slider-connect{background:var(--slider-connect-bg-disabled,#9ca3af)}[disabled] .slider-handle,[disabled].slider-handle,[disabled].slider-target{cursor:not-allowed}[disabled] .slider-tooltip{background:var(--slider-tooltip-bg-disabled,#9ca3af);border-color:var(--slider-tooltip-bg-disabled,#9ca3af)}.slider-tooltip{background:var(--slider-tooltip-bg,#10b981);border:1px solid var(--slider-tooltip-bg,#10b981);border-radius:var(--slider-tooltip-radius,5px);color:var(--slider-tooltip-color,#fff);display:block;font-size:var(--slider-tooltip-font-size,.875rem);font-weight:var(--slider-tooltip-font-weight,600);line-height:var(--slider-tooltip-line-height,1.25rem);min-width:var(--slider-tooltip-min-width,20px);padding:var(--slider-tooltip-py,2px) var(--slider-tooltip-px,6px);position:absolute;text-align:center;white-space:nowrap}.slider-horizontal .slider-tooltip-top{bottom:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));left:50%;transform:translate(-50%)}.slider-horizontal .slider-tooltip-top:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-top-color:inherit;bottom:calc(var(--slider-tooltip-arrow-size, 5px)*-2);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.slider-horizontal .slider-tooltip-bottom{left:50%;top:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));transform:translate(-50%)}.slider-horizontal .slider-tooltip-bottom:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-bottom-color:inherit;content:"";height:0;left:50%;position:absolute;top:calc(var(--slider-tooltip-arrow-size, 5px)*-2);transform:translate(-50%);width:0}.slider-vertical .slider-tooltip-left{right:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));top:50%;transform:translateY(-50%)}.slider-vertical .slider-tooltip-left:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-left-color:inherit;content:"";height:0;position:absolute;right:calc(var(--slider-tooltip-arrow-size, 5px)*-2);top:50%;transform:translateY(-50%);width:0}.slider-vertical .slider-tooltip-right{left:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));top:50%;transform:translateY(-50%)}.slider-vertical .slider-tooltip-right:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-right-color:inherit;content:"";height:0;left:calc(var(--slider-tooltip-arrow-size, 5px)*-2);position:absolute;top:50%;transform:translateY(-50%);width:0}.slider-horizontal .slider-origin>.slider-tooltip{left:auto;transform:translate(50%)}.slider-horizontal .slider-origin>.slider-tooltip-top{bottom:calc(var(--slider-tooltip-arrow-size, 5px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) + 1px)}.slider-horizontal .slider-origin>.slider-tooltip-bottom{top:calc(var(--slider-tooltip-arrow-size, 5px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) + var(--slider-height, 6px) - 1px)}.slider-vertical .slider-origin>.slider-tooltip{top:auto;transform:translateY(calc((var(--slider-tooltip-line-height, 1.25rem) - var(--slider-tooltip-py, 2px))*-1 + 1px))}.slider-vertical .slider-origin>.slider-tooltip-left{right:calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) - 1px)}.slider-vertical .slider-origin>.slider-tooltip-right{left:calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) - var(--slider-height, 6px) + 1px)}
@font-face{font-display:swap;font-family:Gilroy-Regular;font-style:normal;font-weight:400;src:url(/static/dist/v2/fonts/Gilroy-Regular.ttf) format("truetype"),url(/static/dist/v2/fonts/Gilroy-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Gilroy-Medium;font-style:normal;font-weight:500;src:url(/static/dist/v2/fonts/Gilroy-Medium.ttf) format("truetype"),url(/static/dist/v2/fonts/Gilroy-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Gilroy-SemiBold;font-style:normal;font-weight:600;src:url(/static/dist/v2/fonts/Gilroy-SemiBold.ttf) format("truetype"),url(/static/dist/v2/fonts/Gilroy-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Gilroy-Bold;font-style:normal;font-weight:700;src:url(/static/dist/v2/fonts/Gilroy-Bold.ttf) format("truetype"),url(/static/dist/v2/fonts/Gilroy-Bold.woff) format("woff")}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}address{font-style:normal}button{background:transparent;cursor:pointer}button,input{-webkit-appearance:none;appearance:none;border:none}input{padding:0}input:focus-visible{outline:none}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}*,:after,:before{box-sizing:border-box}html{font-size:1em;height:100%;scrollbar-gutter:stable}h1,h2,h3,h4,h5,h6{font-weight:400}body{-webkit-font-smoothing:antialiased;background:#fff;color:#252628;font:16px/1 Gilroy-Medium,Arial,sans-serif;overflow-x:hidden;scrollbar-gutter:stable;text-rendering:optimizeLegibility}img{height:auto;max-width:100%}a{background:transparent;color:#67a511;outline:none;text-decoration:none;transition:color .33s}p{color:#252628;font-weight:400;line-height:1.5;margin:0}.small,small{color:#252628;font-size:12px;line-height:1}b,strong{font-weight:700}.visually-hidden{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.lining{font-variant-numeric:tabular-nums}font.errortext{display:block;text-align:center}.bx-auth{background-color:#f8f8f8;border-radius:24px;box-shadow:0 0 5px rgba(0,0,0,.3);margin:0 auto;max-width:450px!important;padding:40px}.bx-auth .bx-auth-note{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:20px;line-height:24px;margin-bottom:24px}.bx-auth .bx-auth-table{width:100%}.bx-auth .bx-auth-table td{padding:6px 0;text-align:left}.bx-auth .bx-auth-table .bx-auth-label{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:16px;line-height:20px;padding-right:16px}.bx-auth .bx-auth-table .bx-auth-input{background-color:#fff;border:1px solid #dedede;border-radius:24px;color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:16px;line-height:20px;padding:10px 20px;width:100%}.bx-auth .bx-auth-table .bx-auth-input:focus{border-color:#a3d562}.bx-auth .bx-auth-table input[type=checkbox]:checked+label:before{border-color:#252628}.bx-auth .bx-auth-table input[type=checkbox]:checked+label:after{display:block}.bx-auth .bx-auth-table label[for=USER_REMEMBER]{color:#252628;cursor:pointer;font-family:Gilroy-Medium,Arial,sans-serif;font-size:14px;line-height:20px;padding-left:24px;position:relative}.bx-auth .bx-auth-table label[for=USER_REMEMBER]:before{border:1px solid #dedede;border-radius:2px;content:"";height:16px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:16px}.bx-auth .bx-auth-table label[for=USER_REMEMBER]:after{background-color:#a3d562;content:"";display:none;height:10px;left:3px;position:absolute;top:50%;transform:translateY(-50%);width:10px}.bx-auth .bx-auth-table label[for=USER_REMEMBER]:hover:before{border-color:#252628}.bx-auth .bx-auth-table input[type=submit]{background-color:#252628;border:1px solid #252628;border-radius:24px;color:#fff;cursor:pointer;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:16px;line-height:20px;margin-top:24px;padding:10px 20px;transition:.3s;width:100%}.bx-auth .bx-auth-table .authorize-submit-cell:hover input{background-color:transparent;color:#252628;transition:.3s}.bx-auth a[rel=nofollow]{color:#252628;display:none;font-family:Gilroy-Medium,Arial,sans-serif;font-size:14px;line-height:20px;margin-top:24px;text-align:center;text-decoration:underline;text-underline-offset:4px;transition:.3s}.bx-auth a[rel=nofollow]:hover{color:#a3d562;transition:.3s}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-wrap,.dropdown-menu__wrapper,.header-buttons__container,.menu__wrapper,.page-heading_limited-width,.page-heading_type_alone{margin:0 auto;max-width:100rem;padding:0 2.5rem}@media only screen and (max-width:1123px){.c-wrap,.dropdown-menu__wrapper,.header-buttons__container,.menu__wrapper,.page-heading_limited-width,.page-heading_type_alone{padding:0 1rem}}.c-wrap_short,.c-wrap_short .menu__wrapper{max-width:84rem}.burger-button,.button,.drop-uploaded__delete,.input__clear,.link-with-image,.menu-button,.search-button,.select__accordion-label,.tab-button,.tabs__button,.toggle-switch__button{background:none;border:0;cursor:pointer;font-family:Gilroy-Medium,Arial,sans-serif;outline:none;padding:0;text-decoration:none}.page-wrap{overflow:hidden}.page-theme-dark{background-color:#1e1b1b}.page-theme-dark .header-buttons__burger-button svg rect{fill:#fff!important}.page-fix{overflow-y:hidden}.page-fix .header,.page-fix .menu__header{position:static}.c-wrap_mt{margin-top:1.25rem}.black-section{background:#1e1b1b;color:#fff;padding:4rem 0}@media only screen and (max-width:1123px){.black-section{padding:1.5rem 0}}.header-margin{margin-top:1.5rem!important;padding-top:0!important}@media(min-width:1224px){.header-margin{margin-top:2.5rem!important}}.accordion:not(:last-child){margin-bottom:1rem}.accordion__header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.accordion__title{flex:0 0 calc(100% - 1.5rem);font-size:.875rem;line-height:1.43}.accordion__title a{color:inherit;transition:color .33s ease}.accordion__title a:hover{color:#67a511}.page-theme-dark .accordion__title{color:#fff}.accordion_standard-page .accordion__title{font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.accordion_standard-page .accordion__title{font-size:.875rem;line-height:1.14}}.accordion__body{overflow:hidden;transition:max-height .33s ease}.accordion__body .link{display:block}.page-theme-dark .accordion__body .link{color:#fff}.accordion__list{margin-top:.75rem}.footer-nav .accordion__list{margin-top:1rem}.accordion__icon{flex:0 0 1.25rem;height:1.25rem;position:relative;width:1.25rem}.accordion__icon:after,.accordion__icon:before{background-color:#252628;content:"";height:.75rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.0625rem}.page-theme-dark .accordion__icon:after,.page-theme-dark .accordion__icon:before{background-color:#fff}.accordion__icon:after{height:.0625rem;width:.75rem}.accordion__icon.active:before{display:none}.accordion_standard-page .accordion__icon:before{height:1rem;width:.125rem}.accordion_standard-page .accordion__icon:after{height:.125rem;width:1rem}.accordion_size_small:not(:last-of-type){padding-bottom:1em}.accordion_size_small .list__item{font-size:1rem;line-height:1.5}@media only screen and (max-width:979px){.accordion_size_small:not(:last-of-type){margin-bottom:.75rem;padding-bottom:.75rem}.accordion_size_small .list__item{font-size:.875rem;line-height:1.43}.accordion_size_small .list__item:not(:last-child){margin-bottom:.25rem}}@media only screen and (max-width:979px)and (max-width:767px){.accordion_size_small .list__item{font-size:.75rem;line-height:1.33}}@media only screen and (max-width:767px){.accordion_size_small:not(:last-of-type){margin-bottom:.5rem;padding-bottom:.5rem}}.accordion_size_small .accordion__list{margin-top:1rem}@media only screen and (max-width:979px){.accordion_size_small .accordion__list{margin-top:.5rem}}@media only screen and (max-width:767px){.accordion_size_small .accordion__icon{flex-basis:1rem;height:1rem;width:1rem}.accordion_size_small .accordion__icon:after{height:.0625rem;width:.75rem}.accordion_size_small .accordion__icon:before{height:.75rem;width:.0625rem}.accordion_size_small .accordion__title{font-size:.875rem;line-height:1.1}}.accordion_size_medium{border-bottom:1px solid #dedede;padding-bottom:1rem}@media only screen and (max-width:979px){.accordion_size_medium{padding-bottom:1.25rem}}@media only screen and (max-width:767px){.accordion_size_medium{padding-bottom:1.5rem}.accordion_size_medium:not(:last-of-type){margin-bottom:1.25rem}}@media only screen and (max-width:979px){.accordion_size_medium .accordion__list{margin-top:1rem}}@media only screen and (max-width:767px){.accordion_size_medium .accordion__list{margin-top:.75rem}}.accordion_size_medium .accordion__list .link{font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.accordion_size_medium .accordion__list .link{font-size:.875rem;line-height:1.1}}.accordion_size_medium .accordion__list .link:hover{color:#8bc540}.accordion_size_medium .accordion__title{font-size:1.5rem;line-height:1.16}@media only screen and (max-width:1123px){.accordion_size_medium .accordion__title{font-size:1.5rem}}@media only screen and (max-width:767px){.accordion_size_medium .accordion__title{font-size:1.25rem}}.accordion_size_medium .accordion__title a:not(:last-child){margin-right:.5rem}.accordion_size_medium .accordion__icon{flex-basis:1.75rem;height:1.75rem;width:1.75rem}@media only screen and (max-width:767px){.accordion_size_medium .accordion__icon{flex-basis:1.5rem;height:1.5rem;width:1.5rem}}.accordion_size_medium .accordion__icon:after{height:.125rem;width:1rem}@media only screen and (max-width:767px){.accordion_size_medium .accordion__icon:after{width:.75rem}}.accordion_size_medium .accordion__icon:before{height:1rem;width:.125rem}@media only screen and (max-width:767px){.accordion_size_medium .accordion__icon:before{height:.75rem}}.accordion_size_xl{border-bottom:1px solid #dedede;padding-bottom:1rem}.accordion_size_xl .accordion__header{padding-right:1.125rem}@media only screen and (max-width:767px){.accordion_size_xl .accordion__header{padding-right:.75rem}}.accordion_size_xl .accordion__body .link{font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.accordion_size_xl .accordion__body .link{font-size:.875rem;line-height:1.1}}.accordion_size_xl .accordion__title{font-size:2rem;line-height:1.125}@media only screen and (max-width:767px){.accordion_size_xl .accordion__title{font-size:1.75rem;line-height:1.14}}.accordion_size_xl .accordion__list{margin-top:1rem}.accordion_size_xl .accordion__list .list__item:not(:last-child){margin-bottom:.75rem}.accordion_size_xl .accordion__icon{height:1.5rem;width:1.5rem}.accordion_size_xl .accordion__icon:after,.accordion_size_xl .accordion__icon:before{height:1.5rem;width:.125rem}.accordion_size_xl .accordion__icon:after{height:.125rem;width:1.5rem}.accordion_size_medium-large{padding-bottom:1.5rem}.accordion_size_medium-large:not(:last-child){margin-bottom:1.5rem}.accordion_size_medium-large:first-of-type{padding-top:1.5rem}@media only screen and (max-width:979px){.accordion_size_medium-large{padding-bottom:1.25rem}.accordion_size_medium-large:not(:last-child){margin-bottom:1.25rem}.accordion_size_medium-large:first-of-type{padding-top:1.25rem}}@media only screen and (max-width:767px){.accordion_size_medium-large{padding-bottom:1rem}.accordion_size_medium-large:not(:last-child){margin-bottom:1rem}.accordion_size_medium-large:first-of-type{padding-top:1rem}}.accordion_size_medium-large .accordion__title{font-size:1.5rem;line-height:1.17}@media only screen and (max-width:767px){.accordion_size_medium-large .accordion__title{font-size:1.25rem;line-height:1.2}}.accordion_size_medium-large .accordion__subtitle{border-top:.0625rem solid #dedede;color:#737373;font-size:1rem;line-height:1.5;margin-bottom:1.75rem;margin-top:1.5rem;padding-top:1.5rem}@media only screen and (max-width:979px){.accordion_size_medium-large .accordion__subtitle{margin-bottom:1.25rem;margin-top:1.25rem;padding-top:1.25rem}}@media only screen and (max-width:767px){.accordion_size_medium-large .accordion__subtitle{margin-bottom:1rem;margin-top:1rem;padding-top:1rem}}.accordion_size_medium-large .accordion__icon{flex-basis:1.75rem;height:1.75rem;width:1.75rem}@media only screen and (max-width:767px){.accordion_size_medium-large .accordion__icon{flex-basis:1.5rem;height:1.5rem;width:1.5rem}}.accordion_size_medium-large .accordion__icon:after{height:.125rem;width:1rem}@media only screen and (max-width:767px){.accordion_size_medium-large .accordion__icon:after{width:.75rem}}.accordion_size_medium-large .accordion__icon:before{height:1rem;width:.125rem}@media only screen and (max-width:767px){.accordion_size_medium-large .accordion__icon:before{height:.75rem}}.accordion_size_medium-large .accordion__list{padding-top:0}.accordion_size_medium-large .accordion__list .list__item{font-size:1.25rem;line-height:1.2;margin-bottom:1rem}.accordion_size_medium-large .accordion__list .list__item:last-child{margin-bottom:0}@media only screen and (max-width:767px){.accordion_size_medium-large .accordion__list .list__item{font-size:1rem;line-height:1.25;margin-bottom:.5rem}.accordion_size_medium-large .accordion__list .list__item:last-child{margin-bottom:0}}.accordion_border_no{border:none;padding:0}.accordion_border_all,.accordion_border_bottom:not(:last-of-type){border-bottom:1px solid #dedede}.accordion_border_all:first-of-type{border-top:1px solid #dedede}.accordion_links_big .link{transition:color .3s ease}.accordion_links_big .link:hover{color:#a3d562}.dropdown-menu .accordion{max-width:24.25rem}@media only screen and (max-width:1123px){.dropdown-menu .accordion{max-width:100%;padding-top:.25rem}}.app-link{display:flex;flex-direction:column;width:100%}@media only screen and (max-width:1123px){.app-link{align-items:center;flex-direction:row;justify-content:space-between}}@media only screen and (max-width:767px){.app-link{align-items:unset;flex-direction:column}}.app-link__body{margin-bottom:1rem}.app-link__description{color:#737373;font-size:.875rem;line-height:1.43;margin-bottom:.25rem}@media only screen and (max-width:767px){.app-link__description{font-size:.75rem;line-height:1.33}}.app-link__title{font-size:1.5rem;line-height:1.17}@media only screen and (max-width:767px){.app-link__title{font-size:1.25rem;line-height:1.2}}.app-link__footer{display:flex}.app-link__item{cursor:pointer}.app-link__item:first-child{margin-right:.25rem}.footer{background-color:#f8f8f8;color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.footer{font-size:.875rem;line-height:1.43}}.page-theme-dark .footer{background-color:#1e1b1b;color:#fff}.footer__main{display:grid;gap:0 1rem;grid-template-areas:"footer-common footer-nav" "footer-communication footer-nav";grid-template-columns:calc(33.33% - .5rem) calc(66.66% - .5rem);grid-template-rows:6rem auto;margin:0 auto;max-width:100rem;padding:4rem 2.5rem}@media only screen and (max-width:1123px){.footer__main{flex-direction:column;grid-template-areas:"footer-common" "footer-nav" "footer-communication";grid-template-columns:100%;grid-template-rows:auto auto;padding:3rem 1rem}}@media only screen and (max-width:767px){.footer__main{padding:1.5rem 1rem}}.footer__common{-ms-grid-row:1;-ms-grid-column:1;grid-area:footer-common;max-height:10.5rem}@media only screen and (max-width:1123px){.footer__common{align-items:flex-start;display:flex;max-height:auto}}@media only screen and (max-width:767px){.footer__common{display:block}}.footer__communication{-ms-grid-row:3;-ms-grid-column:1;grid-area:footer-communication;max-width:22.5rem}@media only screen and (max-width:1123px){.footer__communication{display:grid;gap:0 1rem;grid-template-areas:"footer-contacts footer-vacansies" "footer-socials footer-vacansies" "footer-stroi footer-vacansies";grid-template-columns:calc(50% - .5rem) calc(50% - .5rem);max-width:100%}}@media only screen and (max-width:767px){.footer__communication{grid-template-areas:"footer-contacts" "footer-socials" "footer-stroi" "footer-vacansies";grid-template-columns:100%}}.footer__communication .tagline-tablet{display:none;margin-top:25px}@media only screen and (max-width:1123px){.footer__communication .tagline-tablet{display:block}}@media only screen and (max-width:767px){.footer__communication .tagline-tablet{display:none}}.footer__nav{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:3;grid-area:footer-nav}@media only screen and (max-width:1123px){.footer__common{-ms-grid-row:1;-ms-grid-column:1}.footer__communication{-ms-grid-row:3;-ms-grid-column:1}.footer__nav{-ms-grid-row:2;-ms-grid-row-span:1;-ms-grid-column:1}}.footer__contacts{grid-area:footer-contacts;margin-bottom:1.5rem}@media only screen and (max-width:767px){.footer__contacts{margin-bottom:1rem}}.footer__vacansies{grid-area:footer-vacansies}.footer__caption,.footer__vacansies{font-family:Gilroy-Medium,Arial,sans-serif}.footer__caption{color:#737373;font-size:.875rem;margin-top:1.5rem}.footer__caption a{color:#252628;text-decoration:none}.footer__socials{grid-area:footer-socials;margin-top:1.5rem}@media only screen and (max-width:1123px){.footer__socials{margin-top:0}}@media only screen and (max-width:767px){.footer__socials{margin-bottom:1rem}}.footer__stroi{display:block;grid-area:footer-stroi;height:2.5rem;margin-top:2rem;width:10.5rem}@media only screen and (max-width:1123px){.footer__contacts{-ms-grid-row:1;-ms-grid-column:1}.footer__vacansies{-ms-grid-row:1;-ms-grid-row-span:5;-ms-grid-column:3}.footer__socials{-ms-grid-row:3;-ms-grid-column:1}.footer__stroi{-ms-grid-row:5;-ms-grid-column:1}}@media only screen and (max-width:767px){.footer__contacts{-ms-grid-row:1;-ms-grid-column:1}.footer__vacansies{-ms-grid-row:4;-ms-grid-row-span:1;-ms-grid-column:1}.footer__socials{-ms-grid-row:2;-ms-grid-column:1}.footer__stroi{-ms-grid-row:3;-ms-grid-column:1}}@media only screen and (max-width:979px){.footer__stroi{margin-top:1.5rem}}@media only screen and (max-width:767px){.footer__stroi{height:2.25rem;margin-bottom:1.75rem;margin-top:0;width:9.5rem}}.footer__stroi-path{transition:fill .33s}.footer__logo{display:inline-block;height:3rem;margin-bottom:3rem}@media only screen and (max-width:767px){.footer__logo{height:2.25rem;margin-bottom:1.5rem;width:2.25rem}.footer__logo svg{transform:scale(.75) translate(-.5rem,-.5rem)}}.page-theme-dark .footer__logo svg path{fill:#fff}.footer__state-global{margin-bottom:3rem}@media only screen and (max-width:1123px){.footer__state-global{margin-left:auto;width:calc(50% - .5rem)}}@media only screen and (max-width:767px){.footer__state-global{margin-bottom:1.75rem;margin-left:0}}.footer__link-arrow{margin-bottom:.5rem}.footer__bottom{display:grid;grid-template-columns:13% 87%;margin:0 auto;max-width:100rem;padding:2rem 2.5rem;position:relative}@media only screen and (max-width:1123px){.footer__bottom{grid-template-columns:100%;padding:2rem 1rem}}@media only screen and (max-width:767px){.footer__bottom{padding:1.5rem 1rem}}.footer__bottom:before{background-color:#dedede;content:"";display:block;height:1px;left:2.5rem;position:absolute;top:0;width:calc(100% - 5rem)}@media only screen and (max-width:1123px){.footer__bottom:before{left:1rem;width:calc(100% - 2rem)}}.page-theme-dark .footer__bottom:before{background-color:#737373}@media only screen and (max-width:1123px){.footer__bottom-left{display:none}}@media only screen and (max-width:767px){.footer__bottom-left{display:block}.footer__bottom .tagline{height:63px;margin-bottom:16px;width:63px}}.footer__bottom-link-list{display:flex;gap:0 6rem}@media only screen and (max-width:1600px){.footer__bottom-link-list{gap:0 5vw}}@media only screen and (max-width:1123px){.footer__bottom-link-list{flex-wrap:wrap;gap:0;margin:0 -.5rem -1rem}}.footer__bottom-link{font-family:Gilroy-Medium,Arial,sans-serif;width:13%}@media only screen and (max-width:1123px){.footer__bottom-link{margin:0 .5rem 1rem;width:calc(50% - 1rem)}}@media only screen and (max-width:767px){.footer__bottom-link{width:100%}}.footer__bottom-link:first-child{width:30%}@media only screen and (max-width:1600px){.footer__bottom-link:first-child{min-width:calc(33.33% - 8.5vw);width:calc(33.33% - 8.5vw)}}@media only screen and (max-width:1123px){.footer__bottom-link:first-child{margin:0 .5rem 1rem;width:calc(50% - 1rem)}}@media only screen and (max-width:767px){.footer__bottom-link:first-child{width:100%}}.footer__bottom-link:nth-child(2){width:30%}.footer__bottom-link:nth-of-type(n+3){margin-left:auto}@media only screen and (max-width:1123px){.footer__bottom-link:nth-of-type(n+3){margin-left:.5rem}}.footer__bottom-link>a{color:#737373;display:inline-block;max-width:15rem}@media only screen and (max-width:1123px){.footer__bottom-link>a{max-width:22.5rem}}.footer__bottom-link>a:hover{color:#67a511}.footer__bottom-info{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}@media only screen and (max-width:767px){.footer__bottom-info{flex-direction:column;margin-top:1.5rem}}.footer__bottom-info-re{color:#737373;display:block;font-size:.875rem;line-height:1.43}@media only screen and (max-width:979px){.footer__bottom-info-re{max-width:38.125rem}}@media only screen and (max-width:767px){.footer__bottom-info-re{font-size:.75rem;line-height:1.33}}.footer__bottom-info-re>a{color:#737373}.footer__bottom-info-re>a:hover{color:#67a511}.footer__bottom-lang{align-items:center;display:flex;gap:1.5rem}.footer__bottom-lang-item{align-items:center;display:flex;gap:.25rem}.footer__bottom-lang-item:hover .footer__bottom-lang-text{color:#8bc540}.footer__bottom-lang-text{color:#999;font-size:1rem;line-height:1.5rem;transition:color .3s linear;white-space:nowrap}.page-theme-dark .footer__stroi-svg path{fill:#fff}.page-theme-dark .footer__caption a{color:#fff}.footer-nav{column-gap:9rem;columns:3}@media only screen and (max-width:1600px){.footer-nav{column-gap:9vw}}@media only screen and (max-width:1123px){.footer-nav{column-count:2;column-gap:1rem;margin-bottom:1rem}}@media only screen and (max-width:767px){.footer-nav{column-count:1;margin-bottom:1.5rem}}.footer-nav__part{break-inside:avoid;display:inline-block}@media only screen and (max-width:1123px){.footer-nav__part{display:block}}.footer-nav__link-main{color:#737373;display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:1rem}@media only screen and (max-width:767px){.footer-nav__link-main{font-size:.875rem;line-height:1.43}}.footer-nav__list{margin-bottom:2rem}.footer-nav__list-item a{color:#252628;display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.footer-nav__list-item a{font-size:.875rem;line-height:1.43}}.footer-nav__list-item a:hover{color:#67a511}.page-theme-dark .footer-nav__list-item a{color:#fff}.page-theme-dark .footer-nav__list-item a:hover{color:#67a511}.footer-nav__list-item:not(:last-child),.form__row:not(:last-of-type){margin-bottom:.5rem}.form__row_mrg-bot_xl:not(:last-of-type){margin-bottom:1rem}@media only screen and (max-width:767px){.form__row_mrg-bot_xl:not(:last-of-type){margin-bottom:.5rem}}.form__row_type_flex{display:flex;gap:.5rem}@media only screen and (max-width:767px){.form__row_type_flex{gap:.25rem}}.form__col{flex:1 0 auto}@media only screen and (max-width:767px){.form__col{flex:0 0 calc(100% - 8.125rem)}}.form__col_size_small{flex:0 0 10.5rem}@media only screen and (max-width:767px){.form__col_size_small{flex-basis:7.875rem}}.form__row-error{color:red;display:none;font-size:.875rem;line-height:1.25;margin-top:.25rem}@media only screen and (max-width:767px){.form__row-error{font-size:.75rem}}.show-error .form__row-error{display:block}.form__conf-policy,.form__submit{margin-top:1.5rem}@media only screen and (max-width:767px){.form-programs .form__conf-policy,.form-programs .form__submit{margin-top:1rem}}.form-programs .form__conf-policy .button,.form-programs .form__submit .button{font-size:1rem;height:3rem;line-height:1.25;padding-bottom:.75rem;padding-top:.75rem;width:8.125rem}@media only screen and (max-width:767px){.form-programs .form__conf-policy .button,.form-programs .form__submit .button{font-size:.875rem;height:2.5rem;line-height:1.1;padding-bottom:.75rem;padding-top:.75rem;width:100%}}.form__success-block{background:#f8f8f8;padding:2rem}@media only screen and (max-width:1123px){.form__success-block{margin-top:.25rem}}@media only screen and (max-width:767px){.form__success-block{padding:1rem}}.form__success-block p{font-family:Gilroy-Medium,Arial,sans-serif}.form__success-icon{height:1.25rem;margin-bottom:.5rem;width:1.25rem}.form__title{font-size:1.25rem;line-height:1.2;margin-bottom:.5rem}@media only screen and (max-width:767px){.form__title{font-size:1rem;line-height:1.25}}.form__title_size_small{color:#737373;font-size:.875rem;line-height:1.43;margin-bottom:1.5rem;margin-top:.5rem}@media only screen and (max-width:767px){.form__title_size_small{font-size:.75rem;line-height:1.33;margin-bottom:1.25rem}}.form__text{color:#737373;font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.form__text{font-size:.75rem;line-height:1.33}}.form__label{color:#000;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;margin-bottom:.25rem;padding:.25rem}@media only screen and (max-width:767px){.form__label{font-size:.75rem;line-height:1.33}}.header{background-color:#fff;box-sizing:border-box;display:flex;justify-content:center;min-height:5rem;overflow:hidden;position:relative;transition:max-height .1s linear;z-index:11}@media only screen and (max-width:979px){.header{min-height:4rem;top:.5rem}}@media only screen and (max-width:767px){.header{min-height:3.25rem;padding-bottom:0;padding-top:0}}.is-sticky .header{min-height:unset}@media only screen and (max-width:1123px){.is-sticky .header{display:block}}.header-container{margin-bottom:11.125rem}@media only screen and (max-width:979px){.header-container{margin-bottom:10rem}}@media only screen and (max-width:767px){.header-container{margin-bottom:8.75rem}}.header-container._disable-scroll{margin-bottom:0}.header-container._disable-scroll .header__scroller{position:static}@media only screen and (max-width:767px){.header-container._disable-scroll .header__scroller{padding-bottom:1.5rem}}.header__nav{margin-top:1.5rem}@media(max-width:1240px){.header__nav{margin-left:3.125rem}}@media only screen and (max-width:979px){.header__nav{margin-top:.25rem}}@media only screen and (max-width:767px){.header__nav{display:none!important}}.header__scroller{background:#fff;left:0;position:fixed;top:0;width:100%;z-index:101}.page-theme-dark .header,.page-theme-dark .header__scroller{background-color:#1e1b1b}@media only screen and (max-width:979px){.page-theme-dark .header-buttons__container{background-color:#1e1b1b!important}}.header-buttons{overflow:visible;pointer-events:none;position:absolute;top:0;transition:max-height .2s linear;width:100%;z-index:120}@media only screen and (max-width:1123px){.page-fixed .header-buttons{background-color:#fff}}.is-sticky .header-buttons{overflow:hidden;z-index:112}.header-buttons__container{align-items:center;display:flex;height:6.5rem;justify-content:space-between;transition:height .2s}@media only screen and (max-width:979px){.header-buttons__container{height:5rem}.menu-burger.open~.header-buttons .header-buttons__container{background:#fff;justify-content:flex-end}.page-theme-dark~.menu-burger.open~.header-buttons .header-buttons__container{background-color:#1e1b1b!important}}@media only screen and (max-width:767px){.header-buttons__container{height:4.25rem}}.is-sticky .header-buttons__container{height:4.625rem}@media only screen and (max-width:979px){.is-sticky .header-buttons__container{height:5rem}}@media only screen and (max-width:767px){.is-sticky .header-buttons__container{height:4.25rem}}.header-buttons__col{align-items:flex-end;display:flex;flex:0 0 auto;pointer-events:auto}.header-buttons__col_left{max-width:28%;position:relative;transition:z-index .4s step-end,opacity .4s;z-index:0}.header-buttons__col_left-new-year{align-items:center}@media only screen and (max-width:979px){.header-buttons__col_left{max-width:unset}}.header-buttons__col_left:before{background-color:#fff;content:"";display:block;height:8rem;left:-100%;pointer-events:none;position:fixed;top:-1.75rem;transition:left .4s;width:calc(50% + 3.5rem)}@media only screen and (max-width:1600px){.header-buttons__col_left:before{width:53.5rem}}@media only screen and (max-width:979px){.header-buttons__col_left:before{height:7rem;width:100%}}@media only screen and (max-width:767px){.header-buttons__col_left:before{height:6rem}}.page-theme-dark .header-buttons__col_left:before{background-color:#1e1b1b}.header-buttons__col_left.open{max-width:calc(50% + 3.5rem);transition:z-index .4s step-start,max-width .8s;width:100%;z-index:11}@media only screen and (max-width:767px){.header-buttons__col_left.open{margin-right:100%}}.header-buttons__col_left.open .header__logo,.header-buttons__col_left.open .header__menu-button{z-index:12}.header-buttons__col_left.open .header-buttons-internal__close{display:block}@media only screen and (max-width:979px){.header-buttons__col_left.open .header-buttons-internal__close{display:none}}.header-buttons__col_left.open:before{left:-1rem;pointer-events:auto}.menu-burger.open~.header-buttons .header-buttons__col_left{pointer-events:none}@media only screen and (max-width:979px){.menu-burger.open~.header-buttons .header-buttons__col_left{display:none;opacity:0}}.header-buttons__col_right{position:relative;transition:z-index .4s step-end;z-index:0}@media(max-width:1240px){.header-buttons__col_right .header-buttons__eng,.header-buttons__col_right .header-buttons__lk-button{display:none;opacity:0}}.header-buttons__col_right:before{background-color:#fff;content:"";display:block;height:6.75rem;pointer-events:none;position:fixed;right:-10.625rem;top:-1.75rem;transition:right .4s;width:10.625rem}@media only screen and (max-width:1600px){.header-buttons__col_right:before{right:-7.5rem;width:7.5rem}}@media only screen and (max-width:979px){.header-buttons__col_right:before{height:5.75rem}}@media only screen and (max-width:767px){.header-buttons__col_right:before{height:5rem;width:6.5rem}}.page-theme-dark .header-buttons__col_right:before{background-color:#1e1b1b}.header-buttons__col_right.open{transition:z-index .4s step-start;z-index:11}@media(max-width:1240px){.header-buttons__col_right.open .header-buttons__eng,.header-buttons__col_right.open .header-buttons__lk-button,.header-buttons__col_right.open .header-buttons__search{display:block;opacity:1}}.header-buttons__col_right.open .header__burger-button,.header-buttons__col_right.open .header__search-button{z-index:12}.header-buttons__col_right.open .header__burger-button>svg>rect,.header-buttons__col_right.open .header__search-button>svg>rect{transition:fill .33s ease}.header-buttons__col_right.open .header__burger-button:hover>svg>rect,.header-buttons__col_right.open .header__search-button:hover>svg>rect{fill:#67a511}.header-buttons__col_right.open:before{right:calc(50vw - 46.4375rem)}@media only screen and (max-width:1600px){.header-buttons__col_right.open:before{right:3.5rem}}@media only screen and (max-width:979px){.header-buttons__col_right.open:before{right:0}}@media only screen and (max-width:767px){.header-buttons__col_right.open:before{width:3rem}}.menu-internal.open~.header-buttons .header-buttons__col_right{pointer-events:none}.header-buttons__logo-wrap{flex-shrink:0}.header-buttons__logo-wrap>.svg{height:6.5rem;width:8.125rem}@media(max-width:978px){.header-buttons__logo-wrap>.svg{height:4.625rem;width:5.625rem}}.header-buttons__logo{flex:0 0 auto;height:3rem;position:relative;width:3rem}@media only screen and (max-width:767px){.header-buttons__logo{height:2.25rem;width:2.25rem}}.page-theme-dark .header-buttons__logo{filter:invert(1)}.header-buttons-internal{align-items:center;align-self:center;cursor:pointer;display:flex;margin-left:1.5rem}@media(max-width:1240px){.header-buttons-internal{margin-left:0}}.header-buttons-internal:hover .header-buttons-internal__text{color:#67a511}.header-buttons-internal:hover .header-buttons-internal__path,.page-theme-dark .header-buttons-internal:hover .header-buttons-internal__path{fill:#67a511}.header-buttons-internal__close{cursor:pointer;display:none;position:absolute;right:3.25rem;top:50%;transform:translateY(-50%)}.page-theme-dark .header-buttons-internal__close svg path{stroke:#fff}.header-buttons-internal__text{font-family:Gilroy-SemiBold,Arial,sans-serif;line-height:1.25rem;transition:color .33s ease}.page-theme-dark .header-buttons-internal__text{color:#fff}.header-buttons-internal__svg{margin-left:4px}.header-buttons-internal__path{transition:fill .33s ease}.page-theme-dark .header-buttons-internal__path{fill:#fff}.header-buttons__menu-button{display:none;flex:0 0 auto;margin-bottom:.75rem;margin-right:1rem}@media only screen and (max-width:1123px){.header-buttons__menu-button{display:block}}@media only screen and (max-width:767px){.header-buttons__menu-button{margin-bottom:.5625rem}}.page-theme-dark .header-buttons__menu-button svg rect:nth-of-type(4){fill:#fff}@media only screen and (max-width:767px){.header-buttons__nav{display:none!important}}.header-buttons__search-button{flex:0 0 auto;margin-right:2rem}@media only screen and (max-width:979px){.header-buttons__search-button{margin-right:1rem}}.header-buttons__lk-button{flex:0 0 auto;height:1.5rem;margin-right:2rem;position:relative;z-index:1}@media only screen and (max-width:979px){.header-buttons__lk-button{margin-right:1rem}}.page-theme-dark .header-buttons__lk-button svg circle,.page-theme-dark .header-buttons__lk-button svg path{stroke:#fff}.header-buttons__eng{color:#252628;flex:0 0 auto;font-size:1.5rem;line-height:1.5rem;margin-right:2rem;position:relative;transition:color .3s ease-in-out}.header-buttons__eng:hover{color:#8bc540}@media only screen and (max-width:767px){.header-buttons__eng{margin-right:1.25rem}}.header-buttons__burger-button{flex:0 0 auto;z-index:1}.ball{transform-box:fill-box;transition:.35s}.svg:hover>g>.ball{animation:ball 4s}.ball-center{transform-box:fill-box;transition:.35s}svg:hover>g>.ball-center{animation:ballCenter 4s}.ball-right,.snow{transition:4s}svg:hover>g>.snow{animation:snowAnimation 4s;transform-box:fill-box}@keyframes ball{0%{transform:rotate(0deg)}25%{transform:rotate(15deg)}50%{transform:rotate(-15deg)}to{transform:rotate(0deg)}}@keyframes ballCenter{0%{transform:rotate(0deg)}25%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}to{transform:rotate(0deg)}}@keyframes snowAnimation{0%{transform:translate(0)}to{transform:translateY(2.1875rem)}}.link-with-image{align-items:center;cursor:pointer;display:flex}.link-with-image:not(:nth-last-child(-n+3)){margin-bottom:2rem}.link-with-image:not(:last-child){margin-right:1rem}@media only screen and (max-width:1123px){.link-with-image:not(:last-child){margin-bottom:1rem;margin-right:0}}.link-with-image__image{margin-right:1rem;width:4rem}@media only screen and (max-width:767px){.link-with-image__image{width:3.25rem}}.link-with-image__text{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1.25rem;line-height:1.5rem}@media only screen and (max-width:767px){.link-with-image__text{font-size:1rem;line-height:1.25rem}}.menu-burger{background-color:rgba(0,0,0,.2);height:100vh;height:calc(var(--vh, 1vh)*100);opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .4s;width:100vw;z-index:112}.menu-burger.open{opacity:1;pointer-events:auto}.menu-burger.open .menu-burger__container{right:calc(-50% - 6rem)}@media only screen and (max-width:1600px){.menu-burger.open .menu-burger__container{right:calc(-100% + 44rem)}}@media only screen and (max-width:979px){.menu-burger.open .menu-burger__container{right:0}}.menu-burger__container{background-color:#fff;height:100%;padding:0 2.5rem;position:relative;right:-100%;transition:right .4s;width:calc(50% - 6rem)}@media only screen and (max-width:1600px){.menu-burger__container{width:44rem}}@media only screen and (max-width:979px){.menu-burger__container{padding:0 1rem;width:100%}}@media only screen and (max-width:767px){.menu-burger__container{padding:0 1rem}}.page-theme-dark .menu-burger__container{background-color:#1e1b1b}.menu-burger__main{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;padding:2.5rem 0 2rem;width:39rem}@media only screen and (max-width:979px){.menu-burger__main{padding:1.75rem 0 2rem;width:100%}}@media only screen and (max-width:767px){.menu-burger__main{padding:1.375rem .25rem 2rem 0}.menu-burger__main::-webkit-scrollbar{width:4px}.menu-burger__main::-webkit-scrollbar-thumb{background-color:#dedede}}.menu-burger__footer{align-items:flex-end;display:flex;justify-content:space-between;margin-top:auto}@media only screen and (max-width:767px){.menu-burger__footer{display:block}.menu-burger__socials{margin-top:1rem}}.menu-burger__back{height:100%;left:0;position:absolute;top:0;width:calc(50% + 6rem)}@media only screen and (max-width:1600px){.menu-burger__back{width:calc(100% - 44rem)}}@media only screen and (max-width:979px){.menu-burger__back{display:none}}.menu-burger-nav{display:flex;margin:9.75rem 0 1.25rem}@media only screen and (max-width:979px){.menu-burger-nav{margin:4rem 0}}.menu-burger-nav__main{align-items:flex-start;display:flex;flex-direction:column}.menu-burger-nav__main-item{color:#252628;display:inline-block;font-size:2rem;line-height:1.12;transition:color .2s}.menu-burger-nav__main-item:not(:last-of-type){margin-bottom:1.25rem}.menu-burger-nav__main-item.active,.menu-burger-nav__main-item:hover{color:#67a511}.page-theme-dark .menu-burger-nav__main-item{color:#fff}.page-theme-dark .menu-burger-nav__main-item.active,.page-theme-dark .menu-burger-nav__main-item:hover{color:#67a511}.menu-burger-nav__second{align-items:flex-start;display:flex;flex-direction:column;margin-left:4.375rem}.menu-burger-nav__second-item{color:#252628;display:inline-block;font-size:1rem;line-height:1.25;opacity:0;transform:translateX(12.5rem);transition:color .2s,transform .3s ease-out,opacity .3s ease-out}.menu-burger-nav__second-item:not(:last-of-type){margin-bottom:.75rem}.menu-burger-nav__second-item:hover{color:#67a511}.menu-burger-nav__second-item_show{animation:item-appearance .3s;opacity:1;transform:translateX(0)}.page-theme-dark .menu-burger-nav__second-item{color:#fff}.page-theme-dark .menu-burger-nav__second-item:hover{color:#67a511}@keyframes item-appearance{0%{opacity:0;transform:translateX(12.5rem)}to{opacity:1;transform:translateX(0)}}.menu-burger-nav__accords{width:100%}.menu-burger-nav__accord{border-bottom:1px solid #dedede;padding:1rem 0}.menu-burger-nav__accord-head{align-items:center;display:flex;justify-content:space-between}.menu-burger-nav__accord-link{color:#252628;font-size:2rem;line-height:1.12;transition:color .2s}@media only screen and (max-width:767px){.menu-burger-nav__accord-link{font-size:1.75rem;line-height:1.14}}.menu-burger-nav__accord-link:hover{color:#67a511}.menu-burger-nav__accord-opener{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23000' stroke-width='2'%3E%3Cpath d='M-2.142 12h28.284M12 26.142V-2.142'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;height:1.5rem;margin:0 1.125rem;min-width:1.5rem;width:1.5rem}.menu-burger-nav__accord-content{align-items:flex-start;display:flex;flex-direction:column;overflow:hidden}.menu-burger-nav__accord-sublink{color:#252628;font-size:1rem;line-height:1.25;transition:color .2s}@media only screen and (max-width:767px){.menu-burger-nav__accord-sublink{font-size:.875rem;line-height:1.14}}.menu-burger-nav__accord-sublink:hover{color:#67a511}.menu-burger-nav__accord-sublink:first-of-type{margin-top:.75rem}.menu-burger-nav__accord-sublink:not(:last-of-type){margin-bottom:.5rem}.menu-internal{background-color:rgba(0,0,0,.2);height:calc(var(--vh, 1vh)*100);opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .4s;width:100vw;z-index:313}.menu-internal.open{opacity:1;pointer-events:auto}.menu-internal.open .menu-internal__container{left:0}.menu-internal__container{background-color:#fff;height:100%;left:-100%;overflow-y:auto;padding:7.5rem 4rem 2rem 2.5rem;position:relative;transition:left .4s;width:calc(50% + 3.5rem)}@media only screen and (max-width:1600px){.menu-internal__container{width:53.5rem}}@media only screen and (max-width:979px){.menu-internal__container{padding:7rem .75rem 3rem;width:100%}}@media only screen and (max-width:767px){.menu-internal__container{padding:5.25rem 1rem 2rem}}.page-theme-dark .menu-internal__container{background-color:#1e1b1b}.menu-internal__list{display:flex;flex-wrap:wrap;margin-bottom:-.75rem;margin-left:auto;max-width:47rem;width:47rem}@media only screen and (max-width:979px){.menu-internal__list{max-width:100%;width:100%}}.menu-internal__item{align-items:flex-start;display:flex;margin:0 .5rem .75rem;padding:1.25rem;position:relative;width:calc(50% - 1rem)}@media only screen and (max-width:767px){.menu-internal__item{margin:0 0 .75rem;padding:1rem;width:100%}}.menu-internal__item:hover .menu-internal__title{color:#67a511}.menu-internal__icon{margin-right:1.25rem}@media only screen and (max-width:767px){.menu-internal__icon{height:3rem;margin-right:.75rem;width:3rem}}.menu-internal__title{color:#252628;display:block;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;margin-bottom:.25rem;transition:color .3s}@media only screen and (max-width:767px){.menu-internal__title{font-size:.875rem;line-height:1.14}}.menu-internal__desc{color:#737373;display:block;font-size:.875rem;line-height:1.43}@media only screen and (max-width:767px){.menu-internal__desc{font-size:.75rem;line-height:1.33}}.menu-internal__back{height:100%;position:absolute;right:0;top:0;width:calc(50% - 3.5rem)}@media only screen and (max-width:1600px){.menu-internal__back{width:calc(100% - 53.5rem)}}@media only screen and (max-width:979px){.menu-internal__back{display:none}}.internal-list{display:flex;flex-wrap:wrap;margin-bottom:-.75rem;margin-left:auto;max-width:47rem;width:47rem}@media only screen and (max-width:979px){.internal-list{max-width:100%;width:100%}}.internal-list-socials{align-items:center;display:flex;margin-left:4.25rem;margin-top:.5rem;width:calc(100% - 4.25rem)}.internal-list-socials__item{display:flex}.internal-list-socials__item:not(:last-of-type){margin-right:.5rem}.internal-list_404{margin:3rem -.5rem;max-width:100%;width:100%}@media only screen and (max-width:767px){.internal-list_404{margin:2rem 0}}.internal-list_404 .internal-list__item{margin:0 .5rem 2rem;position:relative;width:calc(25% - 1rem)}@media only screen and (max-width:979px){.internal-list_404 .internal-list__item{margin:0 .5rem .75rem;width:calc(50% - 1rem)}}@media only screen and (max-width:767px){.internal-list_404 .internal-list__item{margin:0 0 .75rem;width:100%}}.internal-list__item{margin-bottom:.5rem;padding:.5rem;width:50%}@media only screen and (max-width:767px){.internal-list__item{margin:0 0 .75rem;padding:1rem 1rem 1rem 0;width:100%}}.internal-list__item:nth-of-type(odd){padding-left:0}.internal-list__item:hover .internal-list__title{color:#67a511}.internal-list__link{align-items:flex-start;display:flex;position:relative}.internal-list__icon{margin-right:1.25rem;width:48px}@media only screen and (max-width:767px){.internal-list__icon{height:3rem;margin-right:1rem;width:3rem}}.internal-list__title{color:#252628;display:block;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;margin-bottom:.25rem;transition:color .3s}@media only screen and (max-width:767px){.internal-list__title{font-size:.875rem;line-height:1.14}}.page-theme-dark .internal-list__title{color:#fff}.internal-list__desc{color:#737373;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43}@media only screen and (max-width:767px){.internal-list__desc{font-size:.75rem;line-height:1.33}}.section-wrapper{margin-bottom:5rem}@media only screen and (max-width:1123px){.section-wrapper{margin-bottom:4.5rem}}@media only screen and (max-width:767px){.section-wrapper{margin-bottom:3.25rem}}.grid-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}@media only screen and (max-width:1123px){.grid-wrapper{grid-template-columns:1fr;grid-template-rows:auto auto auto}}.grid-wrapper__content{grid-area:2/1/3/3}@media only screen and (max-width:1123px){.grid-wrapper__content{grid-area:2/1/3/2}}.grid-wrapper__link{align-items:flex-end;display:flex;justify-content:flex-end}.grid-wrapper__link .button{margin-bottom:2.25rem}@media only screen and (max-width:1123px){.grid-wrapper__link .button{margin-bottom:0}}@media only screen and (max-width:767px){.tabs-wrapper{display:flex;flex-wrap:nowrap;overflow:scroll}.tabs-wrapper::-webkit-scrollbar{display:none}}.tabs-wrapper .tab-button{margin-bottom:1.5rem}.tabs-wrapper .tab-button:not(:last-child){margin-right:.3125rem}@media only screen and (max-width:767px){.tabs-wrapper .tab-button{font-size:.875rem;min-width:max-content;padding:.8125rem 1.25rem .6875rem}}.banner-wrapper{aspect-ratio:38/15}@media only screen and (max-width:1123px){.banner-wrapper{aspect-ratio:46/37}}@media only screen and (max-width:767px){.banner-wrapper{aspect-ratio:36/45}}.special-projects-wrapper{min-height:32.5rem}@media only screen and (max-width:1123px){.special-projects-wrapper{min-height:62.9375rem}}@media only screen and (max-width:767px){.special-projects-wrapper{min-height:99.6875rem}}.media-library-video-wrapper{aspect-ratio:1264/482}@media only screen and (max-width:1123px){.media-library-video-wrapper{aspect-ratio:736/322}}@media only screen and (max-width:767px){.media-library-video-wrapper{aspect-ratio:288/511}}.media-library-albums-wrapper{aspect-ratio:1264/941}@media only screen and (max-width:1123px){.media-library-albums-wrapper{aspect-ratio:736/620}}@media only screen and (max-width:767px){.media-library-albums-wrapper{aspect-ratio:288/511}}.news-wrapper{overflow:hidden}.news-main-wrapper{display:grid;gap:0 1rem;grid-template-areas:"mass-media widget" "quiz widget";grid-template-columns:1fr 1fr;height:100%}@media only screen and (max-width:1123px){.news-main-wrapper{gap:3rem 0;grid-template-areas:"mass-media" "widget" "quiz";grid-template-columns:1fr}}.news-main-wrapper__item:first-of-type{-ms-grid-row:1;-ms-grid-column:1;grid-area:mass-media}.news-main-wrapper__item:nth-of-type(2){-ms-grid-row:3;-ms-grid-column:1;grid-area:quiz;margin-top:auto}.news-main-wrapper__item:nth-of-type(3){-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:3;grid-area:widget;min-height:60.6875rem}@media only screen and (max-width:1123px){.news-main-wrapper__item:first-of-type{-ms-grid-row:1;-ms-grid-column:1}.news-main-wrapper__item:nth-of-type(2){-ms-grid-row:5;-ms-grid-column:1}.news-main-wrapper__item:nth-of-type(3){-ms-grid-row:3;-ms-grid-row-span:1;-ms-grid-column:1}}@media only screen and (max-width:1123px){.news-main-wrapper__item:nth-of-type(3){min-height:37.75rem}}.news-main-flex-wrapper{display:flex;gap:1rem;height:100%}@media only screen and (max-width:1123px){.news-main-flex-wrapper{flex-direction:column;gap:3rem}}.news-main-flex-wrapper__item{flex:0 0 calc(50% - 0.5rem)}@media only screen and (max-width:1123px){.news-main-flex-wrapper__item{flex:0 0 auto}.news-main-flex-wrapper__item:last-child{min-height:37.75rem}}.news-main-flex-wrapper.lg-hidden{opacity:0}@media only screen and (max-width:1123px){.news-main-flex-wrapper.lg-hidden{opacity:1}}.filter-search-wrapper{column-gap:1rem;display:grid;grid-template-columns:29.11% 1fr;row-gap:1rem}@media only screen and (max-width:1123px){.filter-search-wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:767px){.filter-search-wrapper{grid-template-columns:1fr}}.filter-search-wrapper.is-wide{grid-template-columns:1fr}.about-career-wrapper{background-color:#a3d562;padding:3rem 0}@media only screen and (max-width:767px){.about-career-wrapper{padding:2rem 1.25rem}}.about-career-wrapper__inner{margin-left:auto;margin-right:auto;max-width:39rem;text-align:center}@media only screen and (max-width:767px){.about-career-wrapper__inner{max-width:100%}}.about-career-wrapper__button{max-width:max-content}@media only screen and (max-width:767px){.about-career-wrapper__button{max-width:8.625rem}}.table-text-wrapper p{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5;padding:.75rem 0}.table-text-wrapper p b{color:#252628;font-weight:400}@media only screen and (min-width:1123px){.table-text-wrapper p{width:calc(50% - .5rem)}}@media only screen and (max-width:767px){.table-text-wrapper p{font-size:.875rem;line-height:1.42}}.table-text-wrapper .t-mobile-heads:not(:last-child){margin-bottom:3rem}@media only screen and (max-width:767px){.table-text-wrapper .t-mobile-heads:not(:last-child){font-size:2.5rem}}.about-block-wrapper{column-gap:1rem;display:grid;grid-template-columns:29.11% 1fr;row-gap:1rem}@media only screen and (max-width:1123px){.about-block-wrapper{display:flex;flex-direction:column;row-gap:1.5rem}}@media only screen and (max-width:767px){.about-block-wrapper{row-gap:1.25rem}}.about-block-wrapper__title{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:2rem;line-height:1.125}@media only screen and (max-width:767px){.about-block-wrapper__title{font-size:1.25rem;line-height:1.2}}.about-block-wrapper__description{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.42}@media only screen and (min-width:1123px){.about-block-wrapper__description{max-width:15rem}}.about-strategy-text-wrapper{max-width:39rem}@media only screen and (max-width:1123px){.about-strategy-text-wrapper{max-width:unset}}@media only screen and (max-width:767px){.social-responsibility-image img{aspect-ratio:12/5;display:block;object-fit:cover;object-position:50% 50%}}.profit-info-wrapper{display:flex}@media only screen and (max-width:1123px){.profit-info-wrapper{flex-direction:column}}.profit-info-wrapper__text{flex:0 0 67.6%;overflow:hidden;padding:7.25rem 9rem 7.5rem 2rem;position:relative}@media only screen and (max-width:1123px){.profit-info-wrapper__text{flex:0 0 auto;padding:7.25rem 7rem 7.5rem 2rem}}@media only screen and (max-width:767px){.profit-info-wrapper__text{padding:2rem 1.25rem}}.profit-info-wrapper__text p{color:#fff}.profit-info-wrapper__text img{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:-1}@media only screen and (max-width:1123px){.profit-info-wrapper__text img{height:100%}}.profit-info-wrapper__card{display:flex;flex-direction:column;height:100%}@media only screen and (max-width:1123px){.profit-info-wrapper__card{flex-direction:row}}@media only screen and (max-width:767px){.profit-info-wrapper__card{flex-direction:column}}.profit-info-wrapper__value{background-color:#a3d562;display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}@media only screen and (max-width:1123px){.profit-info-wrapper__value{flex:0 0 50%}}.profit-info-wrapper__value .category{flex-grow:1}@media only screen and (max-width:1123px){.profit-info-wrapper__value .category{margin-bottom:1.5rem}}@media only screen and (max-width:767px){.profit-info-wrapper__value .category{margin-bottom:1.25rem}}@media only screen and (max-width:1123px){.profit-info-wrapper__image{align-items:center;background-color:#d6cdc7;display:flex;flex:0 0 50%;justify-content:center}}.profit-info-wrapper__image img{display:block}.profit-info-wrapper__par{font-size:1.25rem;line-height:1.2}@media only screen and (max-width:767px){.profit-info-wrapper__par{font-size:1rem;line-height:1.08}}.profit-info-wrapper__val{font-size:3rem;line-height:1.2;margin-bottom:.25rem}@media only screen and (max-width:767px){.profit-info-wrapper__val{font-size:2.5rem;line-height:1.1}}.social-responsibility-wrapper p{font-family:Gilroy-Medium,Arial,sans-serif}.social-responsibility-wrapper p:not(:last-child){margin-bottom:1.5rem}.sharing-bar{align-items:center;display:flex}@media only screen and (max-width:1123px){.sharing-bar{align-items:flex-start;flex-direction:column}}.sharing-bar__title{color:#737373;font-size:.875rem;line-height:1.43;margin-right:1rem}@media only screen and (max-width:1123px){.sharing-bar__title{font-size:1rem;line-height:1.5;margin-bottom:1rem;margin-right:0}}@media only screen and (max-width:767px){.sharing-bar__title{font-size:.875rem;line-height:1.43}}.sharing-bar__list{display:flex}.sharing-bar__item{align-items:center;background-color:#fff;display:block;display:flex;height:3rem;justify-content:center;width:3rem}@media only screen and (max-width:1123px){.sharing-bar__item{height:1.5rem;width:1.5rem}.sharing-bar__item:not(:last-child){margin-right:1.5rem}}.sharing-bar__item>svg>path{fill:#737373;transition:fill .33s ease}.sharing-bar__item:hover>svg>path{fill:#252628}.page-theme-dark .sharing-bar__item:hover>svg>path{fill:#fff}.page-theme-dark .sharing-bar__item{background-color:#1e1b1b}.search-results__filters{align-items:center;display:flex;flex-wrap:wrap}.search-results__title{flex:0 0 100%}@media only screen and (max-width:1123px){.search-results__title{flex:0 0 67%;order:2}}@media only screen and (max-width:767px){.search-results__title{flex:0 0 100%;order:3}}.search-results__date{flex:0 0 100%}@media only screen and (max-width:1123px){.search-results__date{flex:0 0 33%;order:3}}@media only screen and (max-width:767px){.search-results__date{flex:0 0 100%;order:1}}.search-results__tags{flex:0 0 100%}@media only screen and (max-width:1123px){.search-results__tags{order:1}}@media only screen and (max-width:767px){.search-results__tags{order:2}}.it-mortgage__table{font-family:Gilroy-Regular}.it-mortgage__default{text-align:center}.it-mortgage__content{font-size:1rem;line-height:1.5;margin-right:-1.5rem;max-height:42rem;overflow-x:hidden;overflow-y:scroll;padding-right:1.5rem;position:relative;scrollbar-color:#dedede;scrollbar-width:thin}.it-mortgage__content::-webkit-scrollbar{width:.25rem}.it-mortgage__content::-webkit-scrollbar-thumb{background-color:#dedede}@media only screen and (max-width:1123px){.it-mortgage__content{margin-right:-.5rem;padding-right:.5rem}}@media only screen and (max-width:767px){.it-mortgage__content{font-size:.875rem;line-height:1.43}}.it-mortgage__header{background-color:#fff;color:#737373;font-size:.875rem;line-height:1.43;position:sticky;top:0;z-index:1}.it-mortgage__body{color:#252628}.it-mortgage__body .it-mortgage__row:first-child{background-color:#fff;border-bottom:.0625rem solid #252628;position:sticky;top:2.875rem;z-index:1}@media only screen and (max-width:1123px){.it-mortgage__body .it-mortgage__row:first-child{top:54px}}@media only screen and (max-width:1123px)and (max-width:767px){.it-mortgage__body .it-mortgage__row:first-child{border-top:.0625rem solid #252628;top:0}}.it-mortgage__row{background-color:#fff;display:flex}@media only screen and (max-width:1123px){.it-mortgage__row{justify-content:space-between}}.it-mortgage__row:not(.it-mortgage__row_title){padding:1.5rem 0}@media only screen and (max-width:767px){.it-mortgage__row:not(.it-mortgage__row_title){padding:1rem 0}}.it-mortgage__row_title{border-bottom:.0625rem solid #252628;height:2.875rem}@media only screen and (max-width:1123px){.it-mortgage__row_title{height:3.375rem;padding-bottom:.5rem}}.it-mortgage__row_title .it-mortgage__cell{white-space:normal}@media only screen and (max-width:1123px){.it-mortgage__row_title .it-mortgage__cell_main{align-items:center;display:flex}}.it-mortgage__row_select{border-bottom:.0625rem solid #dedede;cursor:pointer}.it-mortgage__row_hide{border-bottom:.0625rem solid #dedede;color:#737373;display:none}.it-mortgage__row_hide.is-show{display:flex;padding-bottom:1rem;padding-top:1rem}.it-mortgage__row_hide .it-mortgage__cell_main{padding-left:2rem}.it-mortgage__cell{flex:0 0 7%;margin-right:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.it-mortgage__cell:last-child,.it-mortgage__cell:nth-child(6){flex:0 0 10%}.it-mortgage__cell:nth-child(5),.it-mortgage__cell:nth-child(7){flex:0 0 8%}@media only screen and (max-width:1123px){.it-mortgage__cell{display:none;margin-right:.25rem}.it-mortgage__cell:last-child{flex:0 0 10%;overflow:visible}}.it-mortgage__cell_main{flex:0 0 26%;margin-right:0}@media only screen and (max-width:1123px){.it-mortgage__cell_main{display:block;flex:0 0 70%}}.it-mortgage__cell_select{justify-content:flex-end}@media only screen and (max-width:1123px){.it-mortgage__cell_select{display:flex}}.it-mortgage__select{padding-left:2rem;position:relative}.it-mortgage__select:before{border-left:.3125rem solid hsla(0,0%,100%,0);border-right:.3125rem solid hsla(0,0%,100%,0);border-top:.375rem solid #252628;content:"";display:block;height:0;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:transform .3s ease,border-color .3s;width:0}.is-open .it-mortgage__select:before{transform:translateY(-50%) rotate(180deg)}.it-mortgage__report{padding:3rem 0 4.5rem}@media only screen and (max-width:1123px){.it-mortgage__report{padding:3rem 1rem 4.5rem}}@media only screen and (max-width:767px){.it-mortgage__report{padding:1rem 1rem 4rem}}.it-mortgage__report .modal-reporting__wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}@media(max-width:1300px){.it-mortgage__report .modal-reporting__wrapper{align-items:flex-start;flex-direction:column}}@media(max-width:1024px){.it-mortgage__report .modal-reporting__wrapper .button.button_type_download{display:none}}.it-mortgage__report .modal-reporting__wrap{display:flex;justify-content:space-between;margin-bottom:12px;max-width:750px;width:100%}@media(max-width:1024px){.it-mortgage__report .modal-reporting__wrap{justify-content:flex-start}}@media(max-width:767px){.it-mortgage__report .modal-reporting__wrap{flex-direction:column}.it-mortgage__report .modal-reporting__wrap .modal-reporting__select_week{margin-right:0}}.it-mortgage__report .modal-reporting__wrap>div{display:flex}@media(max-width:767px){.it-mortgage__report .modal-reporting__wrap>div{flex-direction:column}}.it-mortgage__report[v-cloak]{display:none}.it-mortgage__report .page-title{color:#252628;font-size:2rem}@media only screen and (max-width:1123px){.it-mortgage__report .page-title{font-size:1.5rem}}@media only screen and (max-width:767px){.it-mortgage__report .page-title{font-size:1.25rem}}.it-mortgage__report .modal-reporting__select{border:.0625rem solid #dedede;border-radius:6.25rem;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;margin-right:.25rem;max-width:14.625rem}@media only screen and (max-width:767px){.it-mortgage__report .modal-reporting__select{flex:0 0 auto;margin-bottom:1rem;margin-right:0;max-width:unset}}@media only screen and (max-width:1123px){.it-mortgage__report .modal-reporting__select_column{margin-bottom:-2.875rem;z-index:2}}@media only screen and (max-width:767px){.it-mortgage__report .modal-reporting__select_column{margin-bottom:0}.it-mortgage__report .modal-reporting__select_column:last-of-type{margin-right:0}}.it-mortgage__report .modal-reporting__select_last+.modal-reporting__select{margin-right:.25rem}.it-mortgage__report .modal-reporting__select_week{margin-right:1rem}.it-mortgage__report .f-tbl-select{border-bottom:none;border-radius:6.25rem;height:3rem}.it-mortgage__report .f-tbl-select:after{border-left:.3125rem solid hsla(0,0%,100%,0);border-right:.3125rem solid hsla(0,0%,100%,0);border-top:.375rem solid #252628;content:"";display:block;height:0;position:absolute;right:1.5rem;top:calc(50% + .125rem);transform:translateY(-50%);transition:transform .3s ease,border-color .3s;width:0}.it-mortgage__report .f-tbl-select.is-open:after{top:50%;transform:translateY(-50%) rotate(180deg)}.it-mortgage__report .f-tbl-select:hover{background-color:#252628;border-color:#252628;color:#fff}.it-mortgage__report .f-tbl-select:hover .f-tbl-select__item>span{color:#fff}.it-mortgage__report .f-tbl-select:hover:after{border-top:.375rem solid #fff}.it-mortgage__report .f-tbl-select:hover .f-tbl-clear:not(.f-tbl-clear_search){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-linecap='square' fill='none' fill-rule='evenodd'%3E%3Cpath d='m5.464 12.536 7.072-7.072M5.464 5.464l7.072 7.072'/%3E%3C/g%3E%3C/svg%3E")}.it-mortgage__report .f-tbl-select__item{padding:.8125rem 2.5rem .8125rem 1.5rem}.it-mortgage__report .f-tbl-select__item.is-active{width:90%}.it-mortgage__report .f-tbl-select__drop{border-radius:.5rem;font-family:Gilroy-Medium,Arial,sans-serif;padding:.5rem .5rem 0}.it-mortgage__report .f-tbl-select__list li{color:#252628;font-size:1rem}.it-mortgage__report .f-tbl-select__list li:hover{color:#a3d562}.it-mortgage__report .f-tbl-select__search{border:.0625rem solid #a3d562;border-radius:2rem;display:flex;font-family:Gilroy-Medium,Arial,sans-serif}.it-mortgage__report .f-tbl-select__search:after{left:1rem;right:auto}.it-mortgage__report .f-tbl-select__search input{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;padding-left:1.25rem;padding-right:0}.it-mortgage__report .f-tbl-select__search .f-tbl-clear{right:1rem}.it-mortgage__report .f-tbl-select__list-wrap{scrollbar-color:#dedede;scrollbar-width:thin}.it-mortgage__report .f-tbl-select__list-wrap::-webkit-scrollbar{width:.25rem}.it-mortgage__report .f-tbl-select__list-wrap::-webkit-scrollbar-thumb{background-color:#dedede}.it-mortgage__report .f-tbl-clear{right:2.5rem;top:50%;transform:translateY(-50%)}.it-mortgage .modal-reporting__datepicker{margin-right:0;max-width:unset}.it-mortgage .f-tbl-datepicker{border:.0625rem solid #dedede;border-radius:1.5rem;padding:.875rem 1.5rem}.it-mortgage .f-tbl-datepicker input{padding:0}.green-gost{border-top:.0625rem solid #dedede}@media only screen and (max-width:1123px){.green-gost{border:none;padding-top:0}}.green-gost picture>img{height:100%;object-fit:cover}.green-gost>.sticky-nav{padding-left:0}.green-gost__content{max-width:55rem}@media only screen and (max-width:1123px){.green-gost__content{max-width:unset}}.green-gost__content .news-quote__text{font-size:1.5rem;line-height:1.16}@media only screen and (max-width:979px){.green-gost__content .news-quote__text{font-size:1.5rem;line-height:1.17}}@media only screen and (max-width:767px){.green-gost__content .news-quote__text{font-size:1.25rem;line-height:1.2}}.green-gost__image{height:32.5rem;position:relative}@media only screen and (max-width:1123px){.green-gost__image{height:23rem;margin:0 auto;width:fit-content}}.green-gost__image>img:first-of-type{bottom:3.25rem;position:absolute;right:3.25rem}@media only screen and (max-width:767px){.green-gost__image>img:first-of-type{left:50%;transform:translateX(-50%)}}.development-basics__list{display:grid;gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:auto}@media only screen and (max-width:767px){.development-basics__list{grid-template-columns:1fr}}.development-basics__list-item{font-family:Gilroy-Medium,Arial,sans-serif;height:100%;min-height:15rem}@media only screen and (max-width:767px){.development-basics__list-item{min-height:unset}.development-basics__list-item.plate-gray{padding:1rem}.development-basics__list-item>p.n-small-text{font-size:.875rem;line-height:1.43}}.roadmap__slider{margin-bottom:4.25rem}@media only screen and (max-width:767px){.roadmap__slider{margin-bottom:2.5rem}}.roadmap__info-block{align-items:center;display:flex}@media only screen and (max-width:767px){.roadmap__info-block{align-items:flex-start;flex-direction:column;justify-content:center}.roadmap__info-block.plate-gray{padding:1rem}}.roadmap__circle-chart{flex-shrink:0;height:12.875rem;margin-right:2rem;padding:0 1.625rem;width:16.125rem}@media only screen and (max-width:767px){.roadmap__circle-chart{align-self:center;height:8.875rem;margin-bottom:1rem;margin-right:0;padding:0;width:8.875rem}}.roadmap__text-content>p{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.17;margin-bottom:1rem}@media only screen and (max-width:767px){.roadmap__text-content>p{font-size:1.25rem;line-height:1.2}.roadmap__text-content .link-arrow__text{max-width:14.25rem}}.domrf-role__notification{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width:767px){.domrf-role__notification{flex-direction:column-reverse}}.domrf-role__notification-image{position:relative}@media only screen and (max-width:767px){.domrf-role__notification-image{margin-bottom:1rem}}.domrf-role__notification-image:before{align-items:center;background:#8bc540;bottom:6.8125rem;content:url(/static/dist/v2/img/green-gost-circle-icon.svg);display:flex;height:9.125rem;justify-content:center;position:absolute;right:-1.25rem;width:9rem;z-index:1}@media only screen and (max-width:1123px){.domrf-role__notification-image:before{right:0}}@media only screen and (max-width:767px){.domrf-role__notification-image:before{height:9rem}}.domrf-role__notification>p{font-family:Gilroy-Medium,Arial,sans-serif;line-height:1.5;max-width:19.75rem}@media only screen and (max-width:1123px){.domrf-role__notification>p{max-width:calc(100% - 30.813rem)}}@media only screen and (max-width:979px){.domrf-role__notification>p{max-width:calc(100% - 22.5rem)}}@media only screen and (max-width:767px){.domrf-role__notification>p{line-height:1.43;max-width:unset}}.domrf-role__cards{display:flex;justify-content:space-between}@media only screen and (max-width:767px){.domrf-role__cards{flex-wrap:wrap}}.domrf-role__cards>.divided-card:not(:nth-child(3)){margin-right:1.25rem}@media only screen and (max-width:767px){.domrf-role__cards>.divided-card:not(:nth-child(3)){margin-bottom:1.25rem;margin-right:0}}.domrf-role__text{max-width:19.75rem}.domrf-role__text p{padding-bottom:24px}.wrapper-link{border-top:1px solid #dedede;margin-top:32px;padding-top:24px}.domrf-role__link{color:#000;padding-left:30px;position:relative}.domrf-role__link:hover{color:#67a511;transition:all .3s}.domrf-role__link:before{background:url(/static/dist/v2/img/icon-link.svg) no-repeat;content:"";height:24px;left:0;position:absolute;top:-3px;width:24px}.criteria__charts{display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:2.875rem}@media only screen and (max-width:1123px){.criteria__charts{gap:1rem;justify-content:center}}@media only screen and (max-width:767px){.criteria__charts{flex-direction:column;gap:.5rem;margin-bottom:2.125rem}}.evaluation-procedure__description{max-width:47rem}@media only screen and (max-width:1123px){.evaluation-procedure__description{max-width:unset}}.implementation-expediency__content{align-items:flex-start;display:flex;justify-content:space-between;max-width:50.6875rem}@media only screen and (max-width:1123px){.implementation-expediency__content{max-width:unset}}@media only screen and (max-width:767px){.implementation-expediency__content{flex-direction:column}}.implementation-expediency__content>p{font-family:Gilroy-Medium,Arial,sans-serif;line-height:1.5;margin-right:1.5rem;max-width:22.875rem}@media only screen and (max-width:1123px){.implementation-expediency__content>p{max-width:unset}}@media only screen and (max-width:767px){.implementation-expediency__content>p{line-height:1.43}}.implementation-expediency__content>.bullet-list{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43}.check-house__percentage-block{align-items:center;background:#a3d562;display:flex;padding:2rem}@media only screen and (max-width:767px){.check-house__percentage-block{align-items:flex-start;flex-direction:column;padding:1rem}}.check-house__percentage-block>img{margin-right:1rem}@media only screen and (max-width:767px){.check-house__percentage-block>img{align-self:center;margin-bottom:1.5rem;margin-right:0}}.check-house__percentage-block-text-content>p{font-family:Gilroy-Medium,Arial,sans-serif;line-height:1.5}.check-house__percentage-block-percent{font-weight:500;margin-bottom:1rem}.check-house__percentage-block-percent>span:first-child{font-size:3rem;line-height:1.08;margin-right:.5rem}@media only screen and (max-width:767px){.check-house__percentage-block-percent>span:first-child{font-size:2.5rem;line-height:1.1}}.check-house__percentage-block-percent>span:last-child{font-size:1.5rem;line-height:1.16}@media only screen and (max-width:767px){.check-house__percentage-block-percent>span:last-child{font-size:1.25rem;line-height:1.2}}.check-house__link-block{display:flex;flex-direction:column;justify-content:center}.check-house__link-block>p{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;margin-bottom:2rem;text-align:center}@media only screen and (max-width:767px){.check-house__link-block>p{text-align:start}}.check-house__link-block>a{margin:0 auto}.check-house__criteria-block{align-items:center;background:#f8f8f8;display:flex;flex-direction:column;padding:2rem}@media only screen and (max-width:1123px){.check-house__criteria-block{padding-bottom:.5rem}}@media only screen and (max-width:767px){.check-house__criteria-block{padding:1rem}}.check-house__criteria-block>img{height:4.375rem;margin-bottom:1.5rem;width:4.375rem}.check-house__criteria-block>p{text-align:center}.check-house__criteria-block>.n-big-text{max-width:38rem;padding-bottom:1.5rem}@media only screen and (max-width:1123px){.check-house__criteria-block>.n-big-text{max-width:unset}}.check-house__criteria-block>.content-title{border-top:.0625rem solid #dedede;margin-bottom:1.5rem;padding-top:1.5rem;width:100%}.check-house__criteria-block .numbered-list__item{margin-bottom:1.5rem;width:calc(33.33333% - .66667rem)}@media only screen and (max-width:1123px){.check-house__criteria-block .numbered-list__item{align-items:flex-start}}@media only screen and (max-width:767px){.check-house__criteria-block .numbered-list__item{margin-bottom:1rem;width:100%}.check-house__criteria-block .numbered-list__item-marker{padding-top:0}}.check-house__criteria-block .numbered-list__item-text{padding:0}.gost-contacts{align-items:flex-start;display:flex;justify-content:space-between}@media only screen and (max-width:1123px){.gost-contacts{flex-direction:column}}.gost-contacts__text-content{max-width:23rem}@media only screen and (max-width:1123px){.gost-contacts__text-content{margin-bottom:1rem}}@media only screen and (max-width:767px){.gost-contacts__text-content{max-width:unset}}.gost-contacts__form{width:30.875rem}@media only screen and (max-width:1123px){.gost-contacts__form{width:34.25rem}}@media only screen and (max-width:767px){.gost-contacts__form{width:100%}.gost-contacts__form .form__submit{display:flex;justify-content:center}}.rules-documents .button_type_download{margin-bottom:10px;max-width:100%}.rules-documents .button_type_download.second-font>span{border-bottom:1px solid #dedede;padding-bottom:10px;width:100%}.significant-event-detail{cursor:default;padding:2.5rem;position:relative}@media screen and (max-width:767px){.significant-event-detail{padding:1rem}}.significant-event-detail__title{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:2rem;font-weight:500;line-height:1.12}@media screen and (max-width:767px){.significant-event-detail__title{font-size:1.25rem}}.significant-event-detail__subtitle{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.2}@media screen and (max-width:767px){.significant-event-detail__subtitle{font-size:1rem}}.significant-event-detail__close{background:none;border:0;cursor:pointer;outline:none;padding:0;position:absolute;right:1.5rem;text-decoration:none;top:2.5rem}@media screen and (max-width:767px){.significant-event-detail__close{right:1rem;top:1rem}}.significant-event-detail__popup.modal-window.modal-large{padding:0}@media screen and (max-width:1279px){.significant-event-detail__popup.modal-window.modal-large{min-height:auto}}@media screen and (max-width:767px){.significant-event-detail__popup.modal-window.modal-large{padding:0}}.significant-event-detail__popup.modal-window.modal-large.fancybox__content>.carousel__button.is-close{background-color:transparent;border:none;box-shadow:none;color:#000;height:20px;right:24px;top:40px;width:20px}.significant-event-detail__content th{color:#252628;font-size:1.25rem;line-height:1.2;padding-bottom:1.5rem;padding-top:2rem;text-align:left}@media screen and (max-width:767px){.significant-event-detail__content th{font-size:1rem}}.significant-event-detail__content td{color:#252628;font-size:1rem;line-height:1.5;padding-bottom:1rem;padding-left:1rem}@media screen and (max-width:767px){.significant-event-detail__content td{font-size:.875rem}}.significant-event-detail__content td:not(:first-child){width:50%}.significant-event-detail__content tr:nth-last-child(2){border-top:.0625rem solid #dedede}.significant-event-detail__content tr:nth-last-child(2) th{font-size:1rem;line-height:1.5;padding-bottom:1.5rem;padding-top:.5rem}@media screen and (max-width:767px){.significant-event-detail__content tr:nth-last-child(2) th{font-size:.875rem}}.significant-event-detail__content tr:last-child td,.significant-event-detail__content tr:nth-last-child(2) td,.significant-event-detail__content tr:nth-last-child(3) td{padding-left:0}.significant-event-detail__content .table p:not(:last-child){margin-bottom:1rem}.significant-event-detail__content ul{padding-left:4rem}.significant-event-detail__content ul:not(:last-child){margin-bottom:1rem}.significant-event-detail__content ul li{position:relative}.significant-event-detail__content ul li:not(:last-child){margin-bottom:.5rem}.significant-event-detail__content ul li:before{background-color:#252628;border-radius:50%;content:"";height:.5rem;left:-1.5rem;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}.directions-circle{align-items:center;display:flex;justify-content:center;margin-bottom:7.1875rem;margin-top:9.375rem}@media only screen and (max-width:1123px){.directions-circle{display:block;margin-bottom:0;margin-top:0}}.directions-circle__center{align-items:center;border:.14rem solid #f5f5f7;border-radius:50%;display:flex;height:26rem;justify-content:center;position:relative;width:26rem}@media only screen and (max-width:1123px){.directions-circle__center{border:none;border-radius:0;flex-wrap:wrap;height:auto;justify-content:flex-start;position:static;width:auto}}.directions-circle__main{align-items:center;display:flex;flex-direction:column}.directions-circle__main-image{display:block;height:8rem;margin-bottom:.75rem}.directions-circle__main-text{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43}.directions-circle__item{position:absolute}@media only screen and (max-width:1123px){.directions-circle__item{flex:0 0 calc(50% - 2rem);position:static}.directions-circle__item:not(:last-child){margin-bottom:2rem}}@media only screen and (max-width:767px){.directions-circle__item{flex:0 0 100%}}.directions-circle__item:nth-child(2){display:none}@media only screen and (max-width:1123px){.directions-circle__item:nth-child(2){display:flex}}.directions-circle__item:nth-child(3){right:calc(50% - 19.375rem - 50px);top:calc(-50% + 4rem + 40px)}.directions-circle__item:nth-child(4){right:calc(50% - 29.0625rem - 50px);top:calc(-50% + 8rem + 78px)}.directions-circle__item:nth-child(5){right:calc(50% - 29.0625rem - 122px);top:calc(-50% + 12rem + 137px)}.directions-circle__item:nth-child(6){right:calc(50% - 29.0625rem - 122px);top:calc(-50% + 16rem + 195px)}.directions-circle__item:nth-child(7){right:calc(50% - 29.0625rem - 50px);top:calc(-50% + 20rem + 247px)}.directions-circle__item:nth-child(8){right:calc(50% - 18.375rem - 50px);top:calc(-50% + 24rem + 285px)}.directions-circle__item:nth-child(9){left:calc(50% - 19.375rem - 50px);top:calc(-50% + 4rem + 40px)}.directions-circle__item:nth-child(10){left:calc(50% - 29.0625rem - 50px);top:calc(-50% + 8rem + 78px)}.directions-circle__item:nth-child(11){left:calc(50% - 29.0625rem - 122px);top:calc(-50% + 12rem + 137px)}.directions-circle__item:nth-child(12){left:calc(50% - 29.0625rem - 122px);top:calc(-50% + 16rem + 195px)}.directions-circle__item:nth-child(13){left:calc(50% - 29.0625rem - 50px);top:calc(-50% + 20rem + 247px)}.directions-circle__item:nth-child(14){left:calc(50% - 19.375rem - 50px);top:calc(-50% + 24rem + 285px)}.directions-circle__item_left{flex-direction:row-reverse;text-align:right}@media only screen and (max-width:1123px){.directions-circle__item_left{flex-direction:row;text-align:left}}.directions-circle__item_left .link-with-socials__icon{margin-left:.75rem;margin-right:0}@media only screen and (max-width:1123px){.directions-circle__item_left .link-with-socials__icon{margin-left:0;margin-right:.75rem}}.cooperatives{border-top:.0625rem solid #dedede;position:relative}@media only screen and (max-width:1123px){.cooperatives{border:none;padding-top:0}}.cooperatives picture>img{height:100%;object-fit:cover}.cooperatives>.sticky-nav{padding-left:0}.cooperatives__content{max-width:55rem;position:relative}@media only screen and (max-width:1123px){.cooperatives__content{max-width:unset}}.cooperatives__image{height:32.5rem;margin-bottom:13rem}@media only screen and (max-width:1123px){.cooperatives__image{height:23rem;margin:0 auto 3rem}.cooperatives__image>img{height:100%;object-fit:cover;transform:scaleX(-1);width:100%}}@media only screen and (max-width:767px){.cooperatives__image{margin-bottom:1.25rem}}.cooperatives__text-block{background-color:#fff;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;left:0;line-height:1.5;max-width:38.9375rem;padding:2rem 2rem 0 .5rem;position:absolute;top:26.3125rem}@media only screen and (max-width:1123px){.cooperatives__text-block{margin-bottom:3rem;max-width:100%;padding:0;position:static}}@media only screen and (max-width:767px){.cooperatives__text-block{font-size:.875rem;line-height:1.43}}.cooperatives__text-block>p{margin-bottom:1.5rem}@media only screen and (max-width:1123px){.cooperatives__text-block>p{margin-bottom:1rem}}.cooperatives__text-block-link{cursor:pointer;line-height:1.25}@media only screen and (max-width:1123px){.cooperatives__text-block-link{line-height:1.43}}.cooperatives__text-block-link:first-of-type{margin-bottom:1.5rem}@media only screen and (max-width:1123px){.cooperatives__text-block-link:first-of-type{margin-bottom:1rem}}.cooperatives__link-block{height:22rem}@media only screen and (max-width:1123px){.cooperatives__link-block{height:22.5rem}}@media only screen and (max-width:767px){.cooperatives__link-block{height:15rem}}.cooperatives__link-block .link-block_type_picture{min-height:unset}.cooperatives__link-block .link-block_type_picture .link-block__header{background-size:contain;padding:2.75rem 2rem}@media only screen and (max-width:767px){.cooperatives__link-block .link-block_type_picture .link-block__header{background-size:13.6875rem 10.5rem;padding:1rem 0 1rem 1rem}}.cooperatives__link-block .link-block_type_picture .link-block__title{font-size:2rem;line-height:1.125;max-width:27.5rem;padding:3.625rem 0 4.125rem}@media only screen and (max-width:767px){.cooperatives__link-block .link-block_type_picture .link-block__title{font-size:1.25rem;line-height:1.2;padding:0}}@media only screen and (max-width:1123px){.cooperatives__link-block .link-block_type_picture .link-block__link{justify-content:flex-start}}.cooperatives-audience h2{max-width:43.75rem}.cooperatives-how-to .button_type_download>span{line-height:1.25}@media only screen and (max-width:767px){.cooperatives-how-to .button_type_download>span{font-size:1rem;line-height:1.25}}.cooperatives-benefits__header{display:flex;justify-content:space-between}@media only screen and (max-width:1123px){.cooperatives-benefits__header{flex-direction:column}}.cooperatives-benefits__header>p{max-width:22.6875rem}.cooperatives-benefits__subtitle{max-width:24rem}@media only screen and (max-width:1123px){.cooperatives-benefits__subtitle{max-width:18.125rem}}@media only screen and (max-width:767px){.cooperatives-benefits__subtitle{max-width:18.75rem}}.cooperatives-benefits__span_color_green{color:#67a511}.cooperatives-benefits__info-block{align-items:center;display:flex}@media only screen and (max-width:767px){.cooperatives-benefits__info-block{flex-direction:column-reverse}.cooperatives-benefits__info-block.plate-gray{padding:1.5rem}}.cooperatives-benefits__text-content{margin-right:1rem}.cooperatives-benefits__text-content>p:first-of-type{font-size:1.5rem;line-height:1.17;margin-bottom:1rem}@media only screen and (max-width:767px){.cooperatives-benefits__text-content>p:first-of-type{font-size:1rem;line-height:1.25}}.cooperatives-benefits__circle-chart{flex-shrink:0;height:12.875rem;padding:0 4.0625rem;width:21rem}@media only screen and (max-width:767px){.cooperatives-benefits__circle-chart{align-self:center;height:12.875rem;margin-bottom:1.25rem;padding:0 1.0625rem;width:15rem}}.cooperatives-benefits__circle-chart-value{align-items:center;display:flex;flex-direction:column;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;justify-content:center;line-height:1.43;text-align:center}.cooperatives-benefits__circle-chart-value_big{display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:3rem;line-height:1.08;text-align:center}.cooperatives-benefits__request .cooperatives-benefits__subtitle{max-width:16.875rem}@media only screen and (max-width:767px){.cooperatives-benefits__request .cooperatives-benefits__subtitle{max-width:unset}}.cooperatives-benefits__request-content{display:flex;justify-content:space-between}.cooperatives-benefits__request-text-content{flex-grow:1;margin-right:1rem}@media only screen and (max-width:767px){.cooperatives-benefits__request-text-content{margin-right:0}}.cooperatives-benefits__request-image{height:17rem;max-width:23rem}.cooperatives-benefits__request .label-text{font-size:.875rem;line-height:1.43}.cooperatives-contacts{align-items:flex-start;display:flex;justify-content:space-between}@media only screen and (max-width:1123px){.cooperatives-contacts{flex-direction:column}}.cooperatives-contacts__text-content{margin-right:1rem;max-width:23rem}@media only screen and (max-width:1123px){.cooperatives-contacts__text-content{margin-bottom:2rem;margin-right:0;max-width:12.5rem}}.cooperatives-contacts__form{width:30.875rem}@media only screen and (max-width:1123px){.cooperatives-contacts__form{width:100%}}.forum-banner__header{background:url(/static/v2/src/img/urban/forum-photo.jpg);background-position:cover;background-size:100% 100%;padding:9.25rem 0 2rem}@media only screen and (max-width:1123px){.forum-banner__header{padding:8.8125rem 0 3.9375rem}}@media only screen and (max-width:767px){.forum-banner__header{background:url(/static/v2/src/img/urban/forum-photo-m.jpg);background-repeat:no-repeat;background-size:100% auto;padding:8.25rem 0 7.6875rem}}.forum-banner__heading{border:.375rem solid #fff;color:#fff;font-size:4.25rem;line-height:1;margin:0 auto;max-width:fit-content;padding:2rem}@media only screen and (max-width:1123px){.forum-banner__heading{font-size:3rem;line-height:1.08}}@media only screen and (max-width:767px){.forum-banner__heading{border:.125rem solid #fff;font-size:1.25rem;line-height:1.2;padding:2rem 2rem 1.5rem}}.forum-banner__subheading{color:#fff;font-size:2rem;line-height:1.12;text-align:center}@media only screen and (max-width:1123px){.forum-banner__subheading{font-size:1.5rem;line-height:1.17}}@media only screen and (max-width:767px){.forum-banner__subheading{font-size:1rem;line-height:1.25}}.forum-banner__footer{background-color:#a3d562;color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;padding:2rem 0}@media only screen and (max-width:767px){.forum-banner__footer{padding:1rem 1rem 2rem}}.forum-banner__text{font-size:.875rem;line-height:1.43;margin:0 auto 1.5rem;max-width:39rem;text-align:center}@media only screen and (max-width:767px){.forum-banner__text{font-size:.75rem;line-height:1.33;margin:0 0 1.625rem;max-width:100%}}.forum-banner__link{align-items:center;display:flex;margin:0 auto;width:fit-content}.forum-banner__link-icon{height:1.5rem;margin-right:.5rem;width:1.5rem}.forum-banner__link-text{color:#252628;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.forum-banner__link-text{font-size:.875rem;line-height:1.43}}.urban-main{--popper-theme-background-color:#000;--popper-theme-background-color-hover:#000;--popper-theme-text-color:#fff;--popper-theme-border-width:0rem;--popper-theme-border-style:solid;--popper-theme-border-radius:0.25rem;--popper-theme-padding:0.75rem;--popper-theme-box-shadow:0px 0.5rem 5rem rgba(30,27,27,.1)}.urban-main .banner-block__description{color:#fff}.urban-main__notification{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;max-width:47rem}.urban-main__notification_color_black{color:#252628}.urban-main__notification_size_medium{font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.urban-main__notification_size_medium{font-size:.875rem;line-height:1.43}}.urban-main .accordion__header{align-items:center}.urban-main .accordion__title{flex:0 0 auto;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.17}@media only screen and (max-width:520px){.urban-main .accordion__title{flex:0 1 calc(100% - 1rem)}}@media only screen and (max-width:767px){.urban-main .accordion__title{font-size:1rem;line-height:1.25}}.urban-main .accordion__title a{color:#8bc540}.urban-main .accordion__icon:after{height:.125rem;width:1.5rem}@media only screen and (max-width:767px){.urban-main .accordion__icon:after{width:1.125rem}}.urban-main .accordion__icon:before{height:1.5rem;width:.125rem}@media only screen and (max-width:767px){.urban-main .accordion__icon:before{height:1.125rem}.urban-main .banner-block{display:flex;flex-direction:column}.urban-main .banner-block__title{margin-bottom:1.5rem}.urban-main .banner-block.wide-description .banner-block__content{flex-grow:1;justify-content:center}.urban-main .banner-block.wide-description .banner-block__description{left:0;margin:0;position:static;transform:none;width:100%}}.urban-main .tooltip{padding-left:5px}.urban-main .tooltip svg{height:1.25rem;width:1.25rem}@media only screen and (max-width:767px){.urban-main .tooltip svg{height:.8125rem;width:.8125rem}}.urban-main .tooltip svg path{fill:#999}.urban-main .tooltip svg circle{stroke:#999}.urban-main .class-popper{border:0!important;font-size:14px;line-height:20px;margin:0!important}@media only screen and (max-width:767px){.urban-main .class-popper{font-size:12px;line-height:16px}}.urban-main .popper{min-width:265px}@media only screen and (max-width:520px){.urban-main .popper{min-width:50vw}}.success-story__dialog{padding:0 2rem;width:75%}@media only screen and (max-width:1123px){.success-story__dialog{padding:0;width:100%}}.success-story__other-story{font-size:2rem}@media only screen and (max-width:767px){.success-story__other-story{font-size:1.25rem}}.success-story__hidden{overflow:hidden}.success-story .news-quote{margin:0 auto;max-width:63rem}@media only screen and (max-width:1123px){.success-story .news-quote{max-width:100%}.success-story .sharing-bar{flex-direction:row}.success-story .sharing-bar__title{margin-right:1rem}}@media only screen and (max-width:767px){.success-story .sharing-bar__title{display:none}.success-story .image-container{margin-left:0;margin-right:0}}.success-story .person-block-link__image{height:17.5rem}@media only screen and (max-width:767px){.success-story .person-block-link__image{height:13.75rem}}.modal-container{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1010}.modal-container__inner{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;max-height:100%;padding:32px;position:relative;width:568px}@media only screen and (max-width:979px){.modal-container__inner{padding:24px}}@media only screen and (max-width:767px){.modal-container__inner{padding:16px}}@media(max-width:560px){.modal-container__inner{width:90%}}.modal-container__header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.modal-container__title{font-family:Gilroy-Medium,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:36px}@media only screen and (max-width:767px){.modal-container__title{font-size:20px;line-height:24px}}.modal-container__subtitle{font-family:Gilroy-Medium,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:1.4;width:100%}@media only screen and (max-width:767px){.modal-container__subtitle{font-size:12px;line-height:1.2}}.modal-container__close-btn{cursor:pointer;height:24px;width:24px}@media screen and (max-width:767px){.modal-container__close-btn{height:16px;width:16px}}.modal-container_conditions__inner{height:100%;max-height:calc(var(--vh)*100 - 16px);max-width:964px}@media screen and (max-width:767px){.modal-container_conditions__inner{padding:28px;width:calc(100vw - 32px)}}.modal-container_conditions__close{right:32px;top:32px}@media screen and (max-width:767px){.modal-container_conditions__close{right:16px;top:16px}}.modal-container_conditions .conditions-inner{max-height:calc(90vh - 64px);overflow-y:scroll}@media screen and (max-width:767px){.modal-container_conditions .conditions-inner{height:calc(var(--vh)*100 - 80px);max-height:unset;padding-right:4px}}.modal-container_conditions .conditions-inner::-webkit-scrollbar{width:12px}.modal-container_conditions .conditions-inner::-webkit-scrollbar-thumb{background-color:#dedede;border:4px solid #fff;border-radius:8px}.modal-container__body{overflow-y:auto}.modal-container__body::-webkit-scrollbar{width:12px}.modal-container__body::-webkit-scrollbar-track{border:3px solid transparent}.modal-container__body::-webkit-scrollbar-thumb{background-color:#dedede;border:.25rem solid #fff;border-radius:.5rem}.career-start{border-top:.0625rem solid #dedede}@media only screen and (max-width:1123px){.career-start{border:none;padding-top:0}}.career-start picture>img{display:block;height:100%;object-fit:cover}.career-start>.sticky-nav{padding-left:0}.career-start .colorful-numbered-list{row-gap:2.625rem}@media only screen and (max-width:1123px){.career-start .colorful-numbered-list{row-gap:1.5rem;row-gap:1rem}.career-start .button_type_secondary{min-width:fit-content}}@media only screen and (max-width:767px){.career-start .button_type_secondary{min-width:100%}}.career-start__image{height:100%;position:relative}@media only screen and (max-width:1123px){.career-start__image{margin:0 auto;width:fit-content}}.career-start__image:after{background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3));content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.career-start-stories .button{padding:.875rem 2.6875rem}.career-start-contacts{align-items:flex-start;display:flex;justify-content:space-between}@media only screen and (max-width:1123px){.career-start-contacts{flex-direction:column}}.career-start-contacts__text-content{max-width:23rem}@media only screen and (max-width:1123px){.career-start-contacts__text-content{margin-bottom:1rem}}@media only screen and (max-width:767px){.career-start-contacts__text-content{max-width:unset}}.career-start-contacts__form{margin-right:7.875rem;width:30.875rem}@media only screen and (max-width:1123px){.career-start-contacts__form{margin-right:0;width:100%}}.career-start .banner-block{background-color:transparent}@media(max-width:560px){.career-start .banner-block{aspect-ratio:4/5}}@media(min-width:561px){.career-start .banner-block{aspect-ratio:46/37}}@media(min-width:769px){.career-start .banner-block{aspect-ratio:auto}}.career-start .banner-block__content{height:100%;padding-top:15%;position:absolute;width:100%}@media screen and (max-width:767px){.career-start .banner-block__content{padding-top:23%}}.career-start .banner-block .button{background-color:#fff;border:0}.career-stories__header .button{padding:.875rem 2.6875rem}@media only screen and (max-width:1123px){.career-stories__header .button{min-width:fit-content}}@media only screen and (max-width:767px){.career-stories__header .button{min-width:100%}}.career-main{margin-top:2.5rem}@media(max-width:1224px){.career-main{margin-top:1.5rem}}.vacancy-detail__controls{align-items:center;display:flex;justify-content:space-between}@media only screen and (max-width:1123px){.vacancy-detail__controls{border-bottom:.0625rem solid #dedede;padding-bottom:2rem}}@media only screen and (max-width:767px){.vacancy-detail__controls{border-bottom:.0625rem solid #dedede;flex-direction:column;gap:1rem;padding-bottom:1rem}}.vacancy-detail__controls-col{align-items:center;display:flex;gap:1rem}@media only screen and (max-width:767px){.vacancy-detail__controls-col{align-items:flex-start;flex-direction:column;gap:.5rem;width:100%}.vacancy-detail__controls-col .button{width:100%}}.vacancy-detail__label{background-color:#8bc540;border-radius:2.5rem;padding:.5rem 1rem}@media only screen and (max-width:767px){.vacancy-detail__label{padding:.375rem .875rem}}.vacancy-detail__content-container{margin:0 auto;max-width:47rem}@media only screen and (max-width:1123px){.vacancy-detail__content-container{max-width:100%}}.vacancy-detail__info{align-items:center;display:flex;gap:1rem}@media only screen and (max-width:767px){.vacancy-detail__info{align-items:flex-start;border-bottom:.0625rem solid #dedede;flex-direction:column;gap:.5rem;padding-bottom:1rem}}.vacancy-detail__content{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.vacancy-detail__content{font-size:.875rem;line-height:1.43}}.vacancy-detail__content>p{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.vacancy-detail__content>p{font-size:.875rem;line-height:1.43}}.vacancy-detail__content>div:not(:last-child),.vacancy-detail__content>p:not(:last-child){margin-bottom:1.5rem}@media only screen and (max-width:767px){.vacancy-detail__content>div:not(:last-child),.vacancy-detail__content>p:not(:last-child){margin-bottom:1.25rem}}.vacancy-detail__content em{font-style:normal}.vacancy-detail__content strong{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.17}@media only screen and (max-width:767px){.vacancy-detail__content strong{font-size:1.25rem;line-height:1.2}}.vacancy-detail__content strong+ul{margin-top:1.5rem}@media only screen and (max-width:767px){.vacancy-detail__content strong+ul{margin-top:1.25rem}}.vacancy-detail__content b,.vacancy-detail__content b strong{font-weight:700}.vacancy-detail__content br+span{display:block;margin-bottom:1.5rem}@media only screen and (max-width:767px){.vacancy-detail__content br+span{margin-bottom:1.25rem}}.vacancy-detail__content p:empty,.vacancy-detail__content p>br:only-child{display:none}.vacancy-detail__content ul{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;list-style-type:disc;padding-left:1.125rem}.vacancy-detail__content ul:not(:last-child){margin-bottom:3rem}@media only screen and (max-width:767px){.vacancy-detail__content ul:not(:last-child){margin-bottom:2.5rem}}.vacancy-detail__content ul>li:not(:last-child){margin-bottom:1rem}.vacancy-detail__content ol{list-style-type:decimal;padding-left:1.125rem}.vacancy-detail__content ol:not(:last-child){margin-bottom:3rem}@media only screen and (max-width:767px){.vacancy-detail__content ol:not(:last-child){margin-bottom:2.5rem}}.vacancy-detail__content ol>li:not(:last-child){margin-bottom:1rem}.vacancy-detail__form-container{max-width:30.875rem}@media only screen and (max-width:767px){.vacancy-detail__form-container{max-width:100%}}.vacancy-detail__archive{align-items:center;background-color:#f4f4f4;display:flex;justify-content:space-between;padding:1.25rem;width:100%}@media only screen and (max-width:767px){.vacancy-detail__archive{flex-direction:column}}.vacancy-detail__archive-text{color:#6d6d6d;font-family:Gilroy-SemiBold,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}@media only screen and (max-width:767px){.vacancy-detail__archive-text{font-size:16px;line-height:24px}}.vacancy-detail__archive .button{border-color:#252628!important;white-space:nowrap}@media only screen and (max-width:1123px){.vacancy-detail__archive .button{min-width:auto}}@media only screen and (max-width:767px){.vacancy-detail__archive .button{margin-top:2rem;min-width:100%}}.success-stories .person-block-link__image{height:28.625rem}@media only screen and (max-width:1123px){.success-stories .person-block-link__image{height:13.75rem}}.nav{align-items:center;display:flex}.nav__link{color:#252628;flex:0 0 auto;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;transition:color .33s ease;white-space:nowrap}.nav__link:not(:last-child){margin-right:2.5rem}@media only screen and (max-width:979px){.nav__link:not(:last-child){margin-right:1.5rem}}.nav__link.is-active,.nav__link:hover{color:#67a511}.page-theme-dark .nav__link{color:#fff}.page-theme-dark .nav__link.is-active,.page-theme-dark .nav__link:hover{color:#67a511}.bg-fade{background-color:rgba(37,38,40,.5);bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .4s ease;z-index:313}@media only screen and (max-width:1123px){.bg-fade{background-color:#fff;transition:none;z-index:9}}.bg-fade.is-active{opacity:1}.socials,.socials__item{align-items:center;display:flex}.socials__item{background-color:#fff;border-radius:50%;cursor:pointer;height:3rem;justify-content:center;width:3rem}@media only screen and (max-width:767px){.socials__item{height:2.5rem;width:2.5rem}}.socials__item:not(:first-child){margin-left:.5rem}.socials__item svg path{fill:#000;transition:fill .3s}.page-theme-dark .socials__item svg path{fill:#fff}.socials__item:hover svg path{fill:#67a511}.page-theme-dark .socials__item{background-color:#000}.socials_gray .socials__item{background-color:#f8f8f8}.page-theme-dark .socials_gray .socials__item{background-color:#000}.state-global{display:flex}.state-global__item{align-items:center;color:#252628;display:flex;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.state-global__item{font-size:.875rem;line-height:1.43}}.state-global__item:first-child{margin-right:1rem}.state-global__item>svg{height:1.5rem;margin-right:.25rem;width:1.5rem}@media only screen and (max-width:767px){.state-global__item>svg{height:1.25rem;width:1.25rem}.state-global__item>svg path{transform:scale(.83)}}.contacts__item:not(:last-of-type){margin-bottom:1.5rem}@media only screen and (max-width:767px){.contacts__item:not(:last-of-type){margin-bottom:1rem}}.contacts__text{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.contacts__text{font-size:.875rem;line-height:1.43}}.contacts__value{color:#252628;display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.contacts__value{font-size:.875rem;line-height:1.43}}.contacts__value_big{font-family:Gilroy-Medium,Arial,sans-serif;font-size:2rem;line-height:1.12;margin-top:.5rem}@media only screen and (max-width:767px){.contacts__value_big{font-size:1.75rem;line-height:1.14}}.page-theme-dark .contacts__value{color:#fff}.contacts a.contacts__value:hover{color:#67a511}.contacts_menu-burger .contacts__value_big{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5;margin-top:0}@media only screen and (max-width:979px){.contacts_menu-burger .contacts__value_big{font-family:Gilroy-Medium,Arial,sans-serif;font-size:2rem;line-height:1.12;margin-top:.5rem}}@media only screen and (max-width:767px){.contacts_menu-burger .contacts__value_big{font-size:1.75rem;line-height:1.14}}.contacts_menu-burger .contacts__text{font-size:.875rem;line-height:1.43}@media only screen and (max-width:979px){.contacts_menu-burger .contacts__text{font-size:1rem;line-height:1.5}}@media only screen and (max-width:767px){.contacts_menu-burger .contacts__text{font-size:.875rem;line-height:1.43}}.menu{position:relative}@media only screen and (max-width:767px){.menu__container._open{max-height:100vh;overflow-y:auto}}.menu__wrapper{text-align:center}.c-wrap .menu__wrapper{padding:0}.is-sticky .menu__wrapper{align-items:flex-end;display:flex;justify-content:center}@media only screen and (min-width:1123px){.lg-hidden{opacity:0}}.menu__header:not(#header-nav){background-color:#fff;padding:1.5rem 0;position:relative;z-index:113}.is-sticky .menu__header:not(#header-nav){padding:.75rem 0}@media only screen and (max-width:767px){.paddings-xs-small .menu__header:not(#header-nav){padding:1rem 0}}.lower-z-index .menu__header:not(#header-nav){z-index:10}.menu__footer{overflow:hidden;position:relative;transition:max-height .3s ease;will-change:max-height;z-index:11}@media only screen and (max-width:1123px){.menu__footer{transition:none;z-index:9}}.menu__col{display:none}.is-sticky .menu__col{display:flex}@media only screen and (max-width:1123px){.menu__col{display:none!important}}.menu.is-sticky .menu__container{background-color:#fff;left:0;position:fixed;right:0;top:0;width:100%;z-index:313}@media only screen and (max-width:1123px){.page-fixed .menu.is-sticky .menu__container{height:100vh;height:calc(var(--vh, 1vh)*100);overflow-y:auto}}#app .dashboard .menu .menu__wrapper{padding:0}.dropdown-menu{background-color:#fff;left:0;position:absolute;right:0;top:100%}@media only screen and (max-width:1123px){.dropdown-menu{left:auto;position:relative;right:auto;top:auto}}.dropdown-menu__wrapper{padding-bottom:5rem;padding-top:1.5rem}@media only screen and (max-width:1123px){.dropdown-menu__wrapper{padding:.5rem 1rem 2rem;position:relative}}@media only screen and (max-width:767px){.dropdown-menu__wrapper{padding:0 1rem 4rem}}.dropdown-menu__row{display:flex;justify-content:center;justify-items:center;margin-left:-.5rem;margin-right:-.5rem}@media only screen and (max-width:1123px){.dropdown-menu__row{flex-wrap:wrap;margin-left:0;margin-right:0}}.dropdown-menu__row.is-hide{display:none}.dropdown-menu__col{display:flex;flex:0 0 33.33%;flex-direction:column;padding:0 .5rem;position:relative}@media only screen and (max-width:1123px){.dropdown-menu__col{flex-basis:100%;padding:0}.dropdown-menu__col:not(:last-child){margin-bottom:2rem}}@media only screen and (max-width:767px){.dropdown-menu__col:not(:last-child){margin-bottom:1.5rem}.dropdown-menu__col .indicators-block{min-height:unset}.dropdown-menu__col .indicators-block .indicators-block__header{padding-bottom:1.5rem}}.dropdown-menu__col_lonely{flex:0 0 66.66%}@media only screen and (max-width:1123px){.dropdown-menu__col_lonely{flex-basis:100%}}.dropdown-menu__title{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.4;padding-bottom:1.25rem}@media only screen and (max-width:1123px){.dropdown-menu__title{padding-bottom:1rem}}@media only screen and (max-width:767px){.dropdown-menu__title{font-size:.75rem;line-height:1.33;padding-bottom:.75rem}}.dropdown-menu__title_type_empty{padding-top:1.25rem}@media only screen and (max-width:1123px){.dropdown-menu__title_type_empty{display:none}}.dropdown-menu__body,.dropdown-menu__footer,.dropdown-menu__title{flex:0 0 auto}.dropdown-menu__footer{margin-top:auto;padding-top:1.5rem}.dropdown-menu__list .link{font-size:1rem;letter-spacing:.005em;line-height:1.25}@media only screen and (max-width:767px){.dropdown-menu__list .link{font-size:.875rem;line-height:1.1}}.dropdown-menu__list .link:hover{color:#a3d562}.dropdown-menu__link{position:absolute;top:100%}@media only screen and (max-width:1123px){.dropdown-menu__link{position:static}}.dropdown-menu__form-block{min-height:26.75rem}@media only screen and (max-width:1123px){.dropdown-menu__form-block{min-height:auto}}.dropdown-menu__form{padding-bottom:3.5rem;position:relative;top:-2.5rem}@media only screen and (max-width:1123px){.dropdown-menu__form{padding-bottom:0;top:0}}.dropdown-menu__nav{padding-bottom:1.25rem}@media only screen and (max-width:1123px){.main-nav{display:none}}.main-nav__wrapper{display:inline-flex;gap:.25rem;justify-content:center}.main-nav__link{flex:0 0 auto}.main-nav__link-icon{margin-right:.5rem}.main-nav_align_left{text-align:left}.is-sticky .main-nav_align_left{margin-right:auto;padding:0 2.5rem}@media only screen and (max-width:1123px){.is-sticky .main-nav_align_left{padding:0 1rem}.programmy-gosudarstvennoj-podderzhki .main-nav{display:flex;flex-wrap:wrap;gap:.625rem}.programmy-gosudarstvennoj-podderzhki .main-nav>.main-nav__link{display:block;width:100%}}.block-title{font-size:3rem;font-weight:400;line-height:1.08;margin-bottom:2rem}@media only screen and (max-width:1123px){.block-title{font-size:2rem;line-height:1.12;margin-bottom:1.5rem}}@media only screen and (max-width:767px){.block-title{font-size:1.75rem;line-height:1.14}}.category__text{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;padding-left:1.5rem;position:relative;transition:color .3s}.page-theme-dark .category__text{color:#fff}.category__text:first-letter{text-transform:capitalize}.category__text:before{background-color:#252628;border-radius:50%;content:"";height:.375rem;left:.4375rem;position:absolute;top:.375rem;transition:background-color .3s;width:.375rem}@media only screen and (max-width:767px){.category__text:before{height:.25rem;top:.4375rem;width:.25rem}}.page-theme-dark .category__text:before{background-color:#fff}.light .category__text{color:#fff}.light .category__text:before{background-color:#fff}.category.in-special .category__text{font-family:Gilroy-SemiBold,Arial,sans-serif}@media only screen and (max-width:767px){.category.in-special .category__text:before{height:.375rem;width:.375rem}}.category.small-bullit .category__text{margin-left:1.25rem}.category.small-bullit .category__text:before{height:.375rem;left:-.875rem;width:.375rem}.legend{column-gap:1.5rem;display:flex}@media only screen and (max-width:1123px){.legend{column-gap:1rem}}@media only screen and (max-width:767px){.legend{column-gap:0;flex-direction:column;justify-content:flex-start;row-gap:.5rem}}.legend.at-end{justify-content:flex-end}.legend__item{display:grid;grid-template-columns:auto 1fr;position:relative}.legend__item:before{align-self:center;background-color:#252628;border-radius:50%;content:"";height:.5rem;margin-left:.5rem;margin-right:.75rem;width:.5rem}@media only screen and (max-width:767px){.legend__item:before{height:.375rem;margin-left:.4375rem;margin-right:.6875rem;width:.375rem}}.legend__item.light-blue:before{background-color:#9ac3ff}.legend__item.green:before{background-color:#8bc540}.legend__item-label{align-self:center;color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.legend__item-label{font-size:.875rem;line-height:1.42}}.link-land-block{display:flex;flex-direction:column;height:100%;position:relative;width:100%;z-index:1}@media only screen and (max-width:1123px){.link-land-block{min-height:28.75rem;padding-bottom:2rem}}@media only screen and (max-width:767px){.link-land-block{min-height:22rem}}.link-land-block .link-block__footer,.link-land-block .link-block__header{background-color:transparent;position:relative;z-index:1}@media screen and (max-width:767px){.link-land-block .link-block__header{padding:1rem}}.link-land-block .link-block__footer{flex-grow:0;margin-top:auto}@media only screen and (max-width:1123px){.link-land-block-parent{margin-bottom:1rem}}.link-land-block-search{padding:2rem}@media only screen and (max-width:1123px){.link-land-block-search{padding:1.5rem}}@media screen and (max-width:1078px){.link-land-block-search{padding-bottom:0}}@media only screen and (max-width:767px){.link-land-block-search{padding:1rem 1rem 0}}.link-land-block-search .input_search{padding:.8125rem .75rem .8125rem 1.5rem}@media only screen and (max-width:767px){.link-land-block-search .input_search{padding:.6875rem 1.25rem}}.link-land-block-search .input__search-btn{cursor:default;pointer-events:none;touch-action:none}.link-land-block-search .input__error{display:block;font-size:.875rem}@media only screen and (max-width:767px){.link-land-block-search .input__error{font-size:.75rem}}@media only screen and (max-width:1123px){.link-land-block-search__field{display:grid;grid-template-columns:1fr}}@media only screen and (max-width:767px){.link-land-block-search__field{grid-row-gap:1rem;grid-template-columns:1fr}}.link-land-block-search__title{color:#fff;font-size:.875rem;margin-bottom:.75rem}@media only screen and (max-width:1123px){.link-land-block-search__title{margin-bottom:.5rem}}@media only screen and (max-width:767px){.link-land-block-search__title{font-size:.75rem}}.link-land-block-search__buttons{grid-column-gap:.5rem;display:grid;grid-template-columns:.9fr 1.1fr;margin-top:1rem}@media only screen and (max-width:1123px){.link-land-block-search__buttons{grid-gap:1rem;grid-template-columns:1fr;margin-top:1rem}}@media only screen and (max-width:767px){.link-land-block-search__buttons{grid-gap:.75rem;margin-top:.75rem}}@media screen and (max-width:1078px){.link-land-block__title{max-width:70%}}@media screen and (max-width:767px){.link-land-block__title{max-width:unset}}.link-land-block__bg{height:100%;left:0;position:absolute;top:0;width:100%}.link-land-block__img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:1078px){.link-land-block__img{object-position:left}}@media screen and (max-width:767px){.link-land-block__img{object-fit:none}}.news-banner{min-height:14.75rem;overflow:hidden;padding:1.5rem 1rem 2.5rem;position:relative}@media only screen and (min-width:1123px){.news-banner:hover .news-banner__image{transform:scale(1.1)}}@media only screen and (max-width:979px){.news-banner{min-height:15rem;padding:1.5rem 1rem 2.75rem}}@media only screen and (max-width:767px){.news-banner{min-height:13.5rem;padding:1rem .75rem 2rem}}.news-banner__image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .44s ease-out;width:100%}.news-banner__content{position:relative;z-index:1}.news-banner__type{color:#fff;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.17}@media only screen and (max-width:767px){.news-banner__type{font-size:.875rem;line-height:1.14}}.news-banner__title{color:#fff;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:2rem;line-height:1.12;margin-top:2.5rem}@media only screen and (max-width:767px){.news-banner__title{font-size:1.25rem;line-height:1.2;margin-top:1.5rem}}.news-banner__description{color:#fff;font-size:.875rem;line-height:1.43;margin-top:.75rem}@media only screen and (max-width:767px){.news-banner__description{font-size:.75rem;line-height:1.33;margin-top:.5rem}}.news-block{aspect-ratio:31/22;background:#f8f8f8;display:flex;flex-direction:column;overflow:hidden;padding:2rem;position:relative}@media only screen and (max-width:1123px){.news-block{aspect-ratio:45/31;padding:1.5rem}}@media only screen and (max-width:767px){.news-block{aspect-ratio:unset;padding:1rem;width:100%}}.news-block.v2{aspect-ratio:41/22}@media screen and (max-width:1078px){.news-block.v2{aspect-ratio:34/22}}@media screen and (max-width:767px){.news-block.v2{aspect-ratio:unset}}.news-block:hover .news-block__image{transform:scale(1.1)}.news-block__image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .44s ease-out;width:100%}.news-block__tag{align-items:center;color:#252628;display:flex;font-family:Gilroy-SemiBold,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:8px}@media screen and (max-width:767px){.news-block__tag{font-size:12px;line-height:20px}}.news-block__tag svg{margin-right:7px}.news-block__body{display:flex;flex-direction:column;flex-grow:1;z-index:1}.news-block__title{color:#252628;font-size:1.5rem;line-height:1.17}@media only screen and (max-width:1123px){.news-block__title{font-size:1.25rem;line-height:1.2}}@media only screen and (max-width:767px){.news-block__title{font-size:.875rem;line-height:1.25rem;margin-bottom:2rem}}.news-block__footer{align-items:flex-end;color:#252628;display:flex;z-index:1}.news-block_type_main .news-block__footer,.news-block_type_main .news-block__title{color:#fff}.news-block .category{margin-bottom:8px}.news-block_urban .news-block__title{font-size:1.25rem;line-height:1.2}@media only screen and (max-width:767px){.news-block_urban .news-block__title{font-size:1rem;line-height:1.25}}.n-news-list{display:flex;height:100%;position:relative}.n-news-list__aside{margin-right:1rem;min-width:2rem}@media only screen and (max-width:1123px){.n-news-list__aside{margin-right:.75rem}}@media only screen and (max-width:767px){.n-news-list__aside{min-width:1.5rem}}.n-news-list__publisher{display:block;height:2rem;max-width:2rem;min-width:2rem;object-fit:cover;width:2rem}@media only screen and (max-width:767px){.n-news-list__publisher{height:1.5rem;max-width:1.5rem;min-width:1.5rem;width:1.5rem}}.n-news-list__main{border-bottom:1px solid #dedede;display:flex;flex-direction:column;padding-bottom:.5rem}.n-news-list__category{margin-bottom:.5rem;padding-left:.375rem}.n-news-list__title{color:#252628;flex-grow:1;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.n-news-list__title{font-size:.875rem;line-height:1.14}}.n-news-list__title b{color:#67a511}.n-news-list__description{color:#737373;font-size:.875rem;line-height:1.43;margin-top:.5rem}@media only screen and (max-width:767px){.n-news-list__description{font-size:.75rem;line-height:1.33}}.n-news-list__description b{color:#67a511}.n-news-list__tag{color:#737373;display:block;font-size:.875rem;line-height:1.43;margin-top:1rem}@media only screen and (max-width:767px){.n-news-list__tag{font-size:.75rem;line-height:1.33}}@media only screen and (max-width:1123px){.n-news-list-wrap-hider div:nth-of-type(n+7){display:none}}@media only screen and (max-width:767px){.n-news-list-wrap-hider div:nth-of-type(n+5){display:none}}.n-news-item-detail:not(:last-child){border-bottom:.0625rem solid #dedede;margin-bottom:4rem;padding-bottom:4rem}@media only screen and (max-width:1123px){.n-news-item-detail:not(:last-child){margin-bottom:3rem;padding-bottom:3rem}}@media only screen and (max-width:767px){.n-news-item-detail:not(:last-child){margin-bottom:2.5rem;padding-bottom:2.5rem}}.line-chart-with-indicators{width:100%}.line-chart-with-indicators__title{color:#252628;display:block;font-size:1.5rem;line-height:1.17;margin-bottom:3.5rem}.line-chart-with-indicators__display{height:4.875rem;margin:1.25rem 0 2.75rem}@media only screen and (max-width:979px){.line-chart-with-indicators__display{height:5rem;margin:.625rem 0 1.75rem}}@media only screen and (max-width:767px){.line-chart-with-indicators__display{height:3.5rem;margin:3.75rem 0 1.5rem}}.line-chart-with-indicators__indicators{display:flex;justify-content:space-between}.line-chart-with-indicators__indicator:not(:last-of-type){margin-right:1rem}@media only screen and (max-width:767px){.line-chart-with-indicators__indicator:not(:last-of-type){margin-right:.75rem}}.line-chart-with-indicators__value{color:#252628;display:block;font-size:4.25rem;line-height:1}@media only screen and (max-width:979px){.line-chart-with-indicators__value{font-size:3rem;line-height:1.08}}@media only screen and (max-width:767px){.line-chart-with-indicators__value{font-size:2.5rem;line-height:1.1}}.line-chart-with-indicators__value_colored{color:#67a511}.line-chart-with-indicators__description{color:#737373;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43}@media only screen and (max-width:767px){.line-chart-with-indicators__description{font-size:.75rem;line-height:1.33}}.line-chart-with-indicators_dropdown-menu{background-color:#f8f8f8;padding:2rem}@media only screen and (max-width:979px){.line-chart-with-indicators_dropdown-menu{padding:1.5rem}}@media only screen and (max-width:767px){.line-chart-with-indicators_dropdown-menu{padding:1rem}}.line-chart-with-indicators_dropdown-menu .line-chart-with-indicators__display{height:5rem;margin-bottom:3.5rem}@media only screen and (max-width:979px){.line-chart-with-indicators_dropdown-menu .line-chart-with-indicators__display{margin-bottom:1.5rem}}.line-chart-with-indicators_dropdown-menu .line-chart-with-indicators__value{font-size:3rem;line-height:1.08;margin-bottom:.25rem}@media only screen and (max-width:767px){.line-chart-with-indicators_dropdown-menu .line-chart-with-indicators__value{font-size:2.5rem}}@media only screen and (max-width:979px){.line-chart-with-indicators_dropdown-menu .line-chart-with-indicators__title{font-size:1.25rem;line-height:1.5}}@media only screen and (max-width:767px){.line-chart-with-indicators_dropdown-menu .line-chart-with-indicators__title{font-size:1rem;line-height:1.25}}.circle-chart{height:100%;position:relative;width:100%}.circle-chart__custom-value,.circle-chart__value{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.circle-chart__value{font-family:Gilroy-Medium,Arial,sans-serif;font-size:3rem;line-height:1.08}@media only screen and (max-width:767px){.circle-chart__value{font-size:2.5rem;line-height:1.1}}.menu-item{max-width:24.25rem}.menu-item:not(:last-child){margin-bottom:1rem}.menu-item__header{font-size:1.5rem;line-height:1.16}@media only screen and (max-width:767px){.menu-item__header{font-size:1.25rem;line-height:1.2}}.menu-item__title{color:#252628}.menu-item__link{transition:color .33s ease}.menu-item__link:hover{color:#a3d562}.menu-item__link:not(:last-child){margin-right:.5rem}.menu-item__link.disabled,.menu-item__link[disabled]{color:rgba(0,0,0,.3);cursor:default}.menu-item__link.disabled:hover,.menu-item__link[disabled]:hover{color:rgba(0,0,0,.3)}.menu-item__body{padding:.25rem 0}.menu-item__description{display:block;font-size:1rem;line-height:1.5}@media only screen and (max-width:979px){.menu-item .label-text{transform:translateY(-.25rem)}}.tooltip{cursor:pointer;display:inline-flex;position:relative}.tooltip__text{background-color:#fff;border-radius:.25rem;box-shadow:0 .5rem 1.75rem hsla(234,8%,51%,.2);color:#252628;cursor:default;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;left:0;line-height:1.5;max-width:31.875rem;opacity:0;padding:1.5rem;position:absolute;top:calc(100% + .375rem);width:max-content;z-index:-1}@media only screen and (max-width:767px){.tooltip__text{max-width:calc(100vw - 2rem)}}.tooltip__text.visible{opacity:1;z-index:1}.t-mobile-heads.normative .t-mobile-heads__cell:first-child,.t-mobile-heads__name{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.16}@media only screen and (max-width:767px){.t-mobile-heads.normative .t-mobile-heads__cell:first-child,.t-mobile-heads__name{font-size:1.25rem;line-height:1.2}}.t-mobile-heads{width:100%}.t-mobile-heads__row{border-bottom:.0625rem solid #dedede;color:inherit;column-gap:1rem;display:grid;grid-template-columns:calc(40.5% - 1rem) repeat(4,1fr);padding-bottom:1.5rem;padding-top:1.5rem;position:relative}@media only screen and (max-width:767px){.t-mobile-heads__row{display:flex;flex-direction:column;padding-bottom:1rem;padding-top:1rem;row-gap:1rem}.t-mobile-heads__row:first-child{padding-top:0}}.t-mobile-heads__header{border-bottom:.0625rem solid #252628;color:#737373;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;padding-bottom:.75rem}.t-mobile-heads__header>.t-mobile-heads__row{border-bottom:none;padding:0}@media only screen and (max-width:767px){.t-mobile-heads__header{display:none}}.t-mobile-heads__body-cell{display:flex;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.t-mobile-heads__body-cell{font-size:.875rem;justify-content:space-between;line-height:1.4}}.t-mobile-heads__body-cell:first-of-type{max-width:75%}@media only screen and (max-width:979px){.t-mobile-heads__body-cell:first-of-type{max-width:85%}}@media only screen and (max-width:767px){.t-mobile-heads__body-cell:first-of-type{color:#000;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25;max-width:none}.t-mobile-heads__body-cell:first-of-type .t-mobile-heads__mobile-cell{display:none}}.t-mobile-heads__cell-title{display:flex;flex-direction:column;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.25;row-gap:.75rem}@media only screen and (max-width:767px){.t-mobile-heads__cell-title{font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;line-height:1.14}}.t-mobile-heads__cell-description{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.42}.t-mobile-heads__mobile-cell{display:none}@media only screen and (max-width:767px){.t-mobile-heads__mobile-cell{color:#737373;display:block;font-family:Gilroy-Medium,Arial,sans-serif}.table-affiliates .t-mobile-heads__mobile-cell{display:none}}.t-mobile-heads__cell-rowlink{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.t-mobile-heads__name{display:none;margin-bottom:1rem}@media only screen and (max-width:767px){.t-mobile-heads__name{display:block}}.t-mobile-heads.who-invest .t-mobile-heads__row{grid-template-columns:39.24% 11.075% 11.313% 11.234% 22.072%}@media only screen and (max-width:1123px){.t-mobile-heads.who-invest .t-mobile-heads__row{column-gap:4.26%;grid-template-columns:34.104% repeat(4,12.2%)}}@media only screen and (max-width:767px){.t-mobile-heads.normative .t-mobile-heads__row:first-child{padding-top:0}}@media only screen and (max-width:1123px){.t-mobile-heads.normative .t-mobile-heads__row{padding-bottom:1.5rem;padding-top:1.5rem}}@media only screen and (max-width:767px){.t-mobile-heads.normative .t-mobile-heads__row{padding-bottom:1rem;padding-top:1rem;row-gap:.75rem}}.t-mobile-heads.normative .t-mobile-heads__header>.t-mobile-heads__row{align-items:end;padding-bottom:0;padding-top:0}.t-mobile-heads.normative.quarters-4 .t-mobile-heads__row{grid-template-columns:calc(40.5% - 1rem) repeat(5,1fr)}@media only screen and (max-width:979px){.t-mobile-heads.normative.quarters-4 .t-mobile-heads__row{column-gap:.5rem;grid-template-columns:calc(39.36% - 1rem) repeat(5,1fr)}}.t-mobile-heads.dividends .t-mobile-heads__row{column-gap:1rem;grid-template-columns:39.24% repeat(6,8.86%)}.t-mobile-heads.dividends .t-mobile-heads__body-cell:first-of-type{max-width:50%}@media only screen and (max-width:1123px){.t-mobile-heads.tablet-heads .t-mobile-heads__header{display:none}}.t-mobile-heads.tablet-heads .t-mobile-heads__row:not(:first-child){padding-bottom:1.25rem}@media only screen and (max-width:1123px){.t-mobile-heads.tablet-heads .t-mobile-heads__row{column-gap:3.704%;display:grid;grid-template-columns:repeat(6,13.58%);grid-template-rows:auto 1fr;padding-bottom:1.5rem;padding-top:3rem;row-gap:1.5rem}.t-mobile-heads.tablet-heads .t-mobile-heads__row:first-child{padding-top:0}}@media only screen and (max-width:767px){.t-mobile-heads.tablet-heads .t-mobile-heads__row{display:flex;flex-direction:column;padding-bottom:1.5rem;padding-top:1.5rem;row-gap:1rem}.t-mobile-heads.tablet-heads .t-mobile-heads__row:first-child{padding-top:0}}@media only screen and (max-width:1123px){.t-mobile-heads.tablet-heads .t-mobile-heads__mobile-cell{color:#737373;display:block;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}}@media only screen and (max-width:767px){.t-mobile-heads.tablet-heads .t-mobile-heads__mobile-cell{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.42}}@media only screen and (max-width:1123px){.t-mobile-heads.tablet-heads .t-mobile-heads__body-cell{flex-direction:column;row-gap:.75rem}}@media only screen and (max-width:767px){.t-mobile-heads.tablet-heads .t-mobile-heads__body-cell{flex-direction:row}}@media only screen and (max-width:1123px){.t-mobile-heads.tablet-heads .t-mobile-heads__body-cell:first-of-type{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.25rem;grid-column:1/-1;line-height:1.2;max-width:100%}.t-mobile-heads.tablet-heads .t-mobile-heads__body-cell:first-of-type .t-mobile-heads__mobile-cell{display:none}}@media only screen and (max-width:767px){.t-mobile-heads.tablet-heads .t-mobile-heads__body-cell:first-of-type{font-size:1rem;line-height:1.25}}.t-mobile-heads.table-affiliates .t-mobile-heads__row{column-gap:1.27%;grid-template-columns:38.4% 39.2% 20%}@media only screen and (max-width:1123px){.t-mobile-heads.table-affiliates .t-mobile-heads__row{column-gap:5.44%;grid-template-columns:28.8% 42% 18.2%}}.t-mobile-heads.table-affiliates .t-mobile-heads__header .t-mobile-heads__row>*,.t-mobile-heads.table-affiliates .t-mobile-heads__header .t-mobile-heads__row>:after,.t-mobile-heads.table-affiliates .t-mobile-heads__header .t-mobile-heads__row>:before{align-self:end}@media only screen and (max-width:1123px){.t-mobile-heads.table-affiliates .list-affiliates>li:not(:last-child){margin-bottom:2rem}}@media only screen and (max-width:767px){.t-mobile-heads.table-affiliates .list-affiliates>li:not(:last-child){margin-bottom:.5rem}}.t-mobile-heads.table-affiliates .list-affiliates__mobile-date{color:#737373}@media only screen and (max-width:767px){.t-mobile-heads.table-affiliates .list-affiliates__mobile-date:not(:last-child){margin-bottom:1rem}.t-mobile-heads.table-affiliates .t-mobile-heads__body-cell:last-child{color:#737373}}.t-mobile-heads.table-affiliates .t-mobile-heads__cell>.tooltip{display:inline-block;height:1.25rem;margin-left:.25rem;vertical-align:middle}.t-mobile-heads.credit-ratings .t-mobile-heads__row{grid-template-columns:calc(40% - .5rem) repeat(3,1fr)}@media only screen and (max-width:1123px){.t-mobile-heads.credit-ratings .t-mobile-heads__row{grid-template-columns:27.3% 22.14% 18.2% 25.81%;padding-bottom:1.25rem;padding-top:1.25rem}}@media only screen and (max-width:767px){.t-mobile-heads.credit-ratings .t-mobile-heads__row{border-bottom:none;padding-bottom:0;padding-top:2.5rem;row-gap:0}}.t-mobile-heads.credit-ratings .t-mobile-heads__row:last-child{border-bottom:none;padding-bottom:0}@media only screen and (max-width:767px){.t-mobile-heads.credit-ratings .t-mobile-heads__row:first-child{padding-top:0}}.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell{align-items:center}@media only screen and (max-width:767px){.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell{column-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}}.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell:first-child>span{height:2.25rem}@media only screen and (max-width:767px){.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell:first-child{margin-bottom:.75rem}.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell:first-child>span{height:1.5rem}.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell:not(:first-child){border-bottom:.0625rem solid #dedede;padding-bottom:.75rem;padding-top:.75rem}}@media only screen and (max-width:1123px){.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell:last-child{justify-content:flex-end}}@media only screen and (max-width:767px){.t-mobile-heads.credit-ratings .t-mobile-heads__body-cell:last-child{justify-content:space-between}}@media only screen and (max-width:1123px){.t-mobile-heads.credit-ratings .t-mobile-heads__cell:last-child{text-align:right}}@media only screen and (max-width:767px){.t-mobile-heads.credit-ratings .t-mobile-heads__mobile-cell{font-family:Gilroy-Medium,Arial,sans-serif}}.t-mobile-heads .credit-ratings__icon{height:2.25rem;width:auto}@media only screen and (max-width:767px){.t-mobile-heads .credit-ratings__icon{height:1.5rem}}.t-mobile-heads .credit-ratings__rate{font-family:Gilroy-Medium,Arial,sans-serif;font-size:2rem;line-height:1.125}@media only screen and (max-width:767px){.t-mobile-heads .credit-ratings__rate{font-size:.875rem;line-height:1.42}}.t-mobile-heads.investor-details .t-mobile-heads__row{column-gap:1rem;grid-template-columns:repeat(5,1fr)}@media only screen and (max-width:1123px){.t-mobile-heads.investor-details .t-mobile-heads__row{column-gap:.5rem}}@media only screen and (max-width:767px){.t-mobile-heads.investor-details .t-mobile-heads__row{border-bottom:none;padding-bottom:0}.t-mobile-heads.investor-details .t-mobile-heads__row:not(:last-child){margin-bottom:.5rem}.t-mobile-heads.investor-details .t-mobile-heads__body-cell{column-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}.t-mobile-heads.investor-details .t-mobile-heads__body-cell:first-child{border-bottom:1px solid #252628;padding-bottom:.5rem}}.t-files-download{width:100%}.t-files-download__title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.16}.obligation-grid .t-files-download__title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:1123px){.obligation-grid .t-files-download__title{border-bottom:.0625rem solid #252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.25rem;line-height:1.2;margin-bottom:1.25rem;padding-bottom:.75rem}}@media only screen and (max-width:767px){.obligation-grid .t-files-download__title{font-size:1rem;line-height:1.25;margin-bottom:1rem;padding-bottom:.5rem}}.t-files-download__description{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5;max-width:31rem}@media only screen and (max-width:1123px){.t-files-download__description{max-width:100%}}@media only screen and (max-width:767px){.t-files-download__description{font-size:.875rem;line-height:1.42}}.t-files-download__row{column-gap:1rem;display:grid;grid-template-columns:repeat(2,calc(50% - .5rem));padding-bottom:1.5rem}@media only screen and (max-width:767px){.t-files-download__row{display:flex;flex-direction:column;row-gap:1.5rem}}.t-files-download__row:not(:first-child){padding-top:1.5rem}.t-files-download__row:not(:last-child){border-bottom:.0625rem solid #dedede}.short-titles-grid .t-files-download__row{grid-template-columns:29.11% 1fr}@media only screen and (max-width:1123px){.short-titles-grid .t-files-download__row{grid-template-columns:calc(12.5% - 1rem) 1fr}}@media only screen and (max-width:767px){.short-titles-grid .t-files-download__row{row-gap:1rem}}.obligation-grid .t-files-download__row{grid-template-columns:29.11% 1fr;padding:1.5rem 0}@media only screen and (max-width:1123px){.obligation-grid .t-files-download__row{grid-template-columns:1fr;padding-bottom:3rem}}@media only screen and (max-width:767px){.obligation-grid .t-files-download__row{padding-bottom:2.5rem}}.t-files-download__cell_type_title,.t-files-download__cell_type_value{display:flex;flex-direction:column;row-gap:1rem}.t-bond-params__grid{border-top:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:29.11% 1fr;padding-top:1.5rem}@media only screen and (max-width:1123px){.t-bond-params__grid{border-top:none;grid-template-columns:1fr;grid-template-rows:auto 1fr;padding-top:0;row-gap:1.5rem}.obligation-grid .t-bond-params__grid{row-gap:0}}.t-bond-params__title{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:1123px){.t-bond-params__title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.25rem;line-height:1.2}}@media only screen and (max-width:767px){.t-bond-params__title{font-size:1rem;line-height:1.25}}@media only screen and (max-width:1123px){.obligation-grid .t-bond-params__title{border-bottom:.0625rem solid #252628;margin-bottom:1.25rem;padding-bottom:.75rem}}@media only screen and (max-width:767px){.obligation-grid .t-bond-params__title{margin-bottom:1rem;padding-bottom:.5rem}}.t-bond-params__row{border-bottom:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:41.81% 1fr;padding-bottom:1.5rem}@media only screen and (max-width:1123px){.t-bond-params__row{grid-template-columns:36.14% 1fr;padding-bottom:1rem}}@media only screen and (max-width:767px){.t-bond-params__row{grid-template-columns:1fr;grid-template-rows:1fr auto;row-gap:.5rem}}.t-bond-params__row:not(:first-child){padding-top:1.5rem}@media only screen and (max-width:1123px){.t-bond-params__row:not(:first-child){padding-top:1rem}}.obligation-grid .t-bond-params__row:last-child{border-bottom:none;padding-bottom:0}@media only screen and (max-width:1123px){.obligation-grid .t-bond-params__row{padding-bottom:1.25rem}}.t-bond-params__cell{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.t-bond-params__cell{font-size:.875rem;line-height:1.42}}.t-bond-params__cell:first-child{color:#737373}.t-calendar-investor__text{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.t-calendar-investor__text{font-size:.875rem;line-height:1.42}}.t-calendar-investor__header{border-bottom:.0625rem solid #252628;margin-bottom:1.5rem;padding-bottom:.75rem}@media only screen and (max-width:1123px){.t-calendar-investor__header{display:none}.t-calendar-investor__body{border-top:.0625rem solid #dedede;padding-top:1.25rem}}.t-calendar-investor__row{column-gap:1rem;display:grid;grid-template-columns:calc(20% - .75rem) calc(40% - .75rem) calc(20% - .75rem) calc(20% - .75rem)}@media only screen and (max-width:1123px){.t-calendar-investor__row{column-gap:.5rem;grid-template-columns:auto min-content 1fr auto;grid-template-rows:1fr auto;row-gap:.5rem}}@media only screen and (max-width:767px){.t-calendar-investor__row{column-gap:0;display:flex;flex-direction:column;row-gap:0}}.t-calendar-investor__row:not(.t-calendar-investor__row_header){border-bottom:1px solid #dedede;padding-bottom:1.4375rem}@media only screen and (max-width:979px){.t-calendar-investor__row:not(.t-calendar-investor__row_header){padding-bottom:1.1875rem}}@media only screen and (max-width:767px){.t-calendar-investor__row:not(.t-calendar-investor__row_header){padding-bottom:.9375rem}}.t-calendar-investor__row:not(:first-of-type){padding-top:1.5rem}@media only screen and (max-width:979px){.t-calendar-investor__row:not(:first-of-type){padding-top:1.25rem}}@media only screen and (max-width:767px){.t-calendar-investor__row:not(:first-of-type){padding-top:1rem}}.t-calendar-investor__cell_head{color:#737373;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}.t-calendar-investor__cell_date{grid-column:1/2}@media only screen and (max-width:767px){.t-calendar-investor__cell_date{margin-bottom:.25rem;order:1}}.t-calendar-investor__cell_name{grid-column:2/3}@media only screen and (max-width:1123px){.t-calendar-investor__cell_name{grid-column:1/5;grid-row:2/3;margin-left:2rem;max-width:57.33%;order:5}}@media only screen and (max-width:767px){.t-calendar-investor__cell_name{margin-left:0;margin-top:0;max-width:100%;order:2}}.t-calendar-investor__cell_app{grid-column:3/4}@media only screen and (max-width:1123px){.t-calendar-investor__cell_app{align-self:end;grid-column:4/5;margin-top:0;order:4}}@media only screen and (max-width:767px){.t-calendar-investor__cell_app{align-self:start;margin-top:1rem;order:4}}.t-calendar-investor__cell_place{color:#737373;grid-column:4/5;white-space:nowrap}@media only screen and (max-width:1123px){.t-calendar-investor__cell_place{grid-column:2/3;order:3}}@media only screen and (max-width:767px){.t-calendar-investor__cell_place{margin-top:.5rem;order:3}}.t-quart-downloads_str{border-bottom:1px solid #000;font-size:1.3rem;padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (max-width:979px){.t-quart-downloads_str .link-arrow{align-items:flex-start}.t-quart-downloads_str .link-arrow.in-table-head .link-arrow__icon{margin-left:.5rem;margin-right:0}.t-quart-downloads__title_name{font-size:16px;line-height:20px}}.t-quart-downloads__title-link{color:#000;display:flex;justify-content:space-between}.t-quart-downloads__title:hover .link-arrow,.t-quart-downloads__title:hover .t-quart-downloads__title-link{color:#67a511}.t-quart-downloads__item{position:relative}@media only screen and (max-width:979px){.t-quart-downloads__item{font-size:16px;line-height:20px;padding-right:25px}}.t-quart-downloads__item:after{background:#000;content:"";height:2px;position:absolute;right:0;top:50%;width:24px}@media only screen and (max-width:979px){.t-quart-downloads__item:after{width:20px}}@media only screen and (max-width:767px){.t-quart-downloads__item:after{top:34px;width:16px}}.t-quart-downloads__item:before{background:#000;content:"";height:24px;position:absolute;right:11px;top:calc(50% - 11px);width:2px}@media only screen and (max-width:979px){.t-quart-downloads__item:before{height:20px;right:9px;top:calc(50% - 9px)}}@media only screen and (max-width:767px){.t-quart-downloads__item:before{height:16px;right:7px;top:27px}}.t-quart-downloads__item.active:after{background:#000;content:"";height:2px;position:absolute;right:0;top:50%;width:24px}@media only screen and (max-width:979px){.t-quart-downloads__item.active:after{width:20px}}@media only screen and (max-width:767px){.t-quart-downloads__item.active:after{top:34px;width:16px}}.t-quart-downloads__item.active:before{display:none}.t-quart-downloads__item:hover{cursor:pointer}.t-quart-downloads_content{max-height:0;overflow:hidden;padding-top:1.5rem;transition:max-height .2s ease-out}.t-quart-downloads__row{border-bottom:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:20fr 80fr;padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (max-width:1123px){.t-quart-downloads__row{padding-bottom:1.25rem;padding-top:1.25rem}}@media only screen and (max-width:767px){.t-quart-downloads__row{display:flex;flex-direction:column;padding-bottom:0;padding-top:1rem;row-gap:.75rem}}.t-quart-downloads__row:first-child{padding-top:0}.t-quart-downloads__cell{align-self:center}@media only screen and (max-width:767px){.t-quart-downloads__cell{align-self:flex-start}}.t-quart-downloads__cell_title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.16}@media only screen and (max-width:767px){.t-quart-downloads__cell_title{font-size:1.25rem;line-height:1.2}}.t-quart-downloads__cell_items{column-gap:1rem;display:grid;grid-template-columns:repeat(4,1fr);width:100%}@media only screen and (max-width:1123px){.t-quart-downloads__cell_items{column-gap:1.5rem}}@media only screen and (max-width:767px){.t-quart-downloads__cell_items{column-gap:.5rem;margin-right:-1rem;overflow-y:auto;padding-bottom:1rem;white-space:nowrap;width:calc(100% + 1rem)}}.t-quart-downloads.obligations-finance .t-quart-downloads_str{border-bottom:0}.t-quart-downloads.obligations .t-quart-downloads__row{grid-template-columns:4fr repeat(2,3fr)}@media only screen and (max-width:1123px){.t-quart-downloads.obligations .t-quart-downloads__row{grid-template-columns:48.91% 36.14% 1fr}}@media only screen and (max-width:767px){.t-quart-downloads.obligations .t-quart-downloads__row{display:grid;grid-template-columns:1fr 1.25rem;grid-template-rows:auto 1fr;row-gap:1rem}}.t-quart-downloads.obligations .t-quart-downloads__cell{grid-row:1/1}.t-quart-downloads.obligations .t-quart-downloads__cell_title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;grid-column:1/2;line-height:1.5}@media only screen and (max-width:1123px){.t-quart-downloads.obligations .t-quart-downloads__cell_title{font-family:Gilroy-Medium,Arial,sans-serif;line-height:1.25;max-width:78%}}@media only screen and (max-width:767px){.t-quart-downloads.obligations .t-quart-downloads__cell_title{grid-row:1/1;max-width:100%}}.t-quart-downloads.obligations .t-quart-downloads__cell_link{grid-column:3/4;justify-self:end}@media only screen and (max-width:767px){.t-quart-downloads.obligations .t-quart-downloads__cell_link{grid-column:2/3;grid-row:1/2}}.t-quart-downloads.obligations .t-quart-downloads__cell_items{grid-column:2/3;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:1123px){.t-quart-downloads.obligations .t-quart-downloads__cell_items{align-items:flex-start;display:flex}}@media only screen and (max-width:767px){.t-quart-downloads.obligations .t-quart-downloads__cell_items{grid-column:1/-1;grid-row:2/3}}.t-provision-info__row{border-top:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:29.11% 1fr;padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (max-width:979px){.t-provision-info__row{grid-template-columns:calc(37.5% - .625rem) calc(62.5% - .375rem);padding-bottom:1.25rem;padding-top:1.25rem}}@media only screen and (max-width:767px){.t-provision-info__row{display:flex;flex-direction:column;padding-bottom:1rem;padding-top:1rem;row-gap:1rem}}.t-provision-info__row:last-child{padding-bottom:0}.t-provision-info__title>.tooltip{margin-left:.5rem;vertical-align:middle}.t-provision-info__paragraph{color:#252628}.t-provision-info__col{font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.t-provision-info__col{font-size:.875rem;line-height:1.42}}.t-provision-info__col_content,.t-provision-info__col_title{font-family:Gilroy-Medium,Arial,sans-serif}.t-provision-info__list{display:flex;flex-direction:column;row-gap:1rem}@media only screen and (max-width:979px){.t-provision-info__list{row-gap:1.25rem}}@media only screen and (max-width:767px){.t-provision-info__list{row-gap:1rem}}.t-provision-info__list_xl-gap{row-gap:1.5rem}@media only screen and (max-width:767px){.t-provision-info__list_xl-gap{row-gap:1rem}}.t-provision-info__list_max80{max-width:85.45%}@media only screen and (max-width:979px){.t-provision-info__list_max80{max-width:100%}}.t-provision-info__list-row{column-gap:1rem;display:flex}@media only screen and (max-width:979px){.t-provision-info__list-row{flex-direction:column;row-gap:1.5rem}}@media only screen and (max-width:767px){.t-provision-info__list-row{row-gap:1rem}}.t-with-filter:not(:last-of-type){margin-bottom:3rem}@media only screen and (max-width:767px){.t-with-filter:not(:last-of-type){margin-bottom:2.5rem}}.t-with-filter__row{border-bottom:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (max-width:1123px){.t-with-filter__row{grid-template-columns:repeat(2,1fr);padding-bottom:1.25rem;padding-top:1.25rem}}@media only screen and (max-width:767px){.t-with-filter__row{padding-bottom:1rem;padding-top:1rem}}.t-with-filter__row>*,.t-with-filter__row>:after,.t-with-filter__row>:before{align-self:center}.t-with-filter__row_header{border-bottom-color:#252628;padding-bottom:.75rem;padding-top:0}@media only screen and (max-width:1123px){.t-with-filter__row_header{padding-bottom:.5rem}.t-with-filter__row_body .t-with-filter__cell:not(.active,.t-with-filter__row_body .t-with-filter__cell:first-child){display:none}}.t-with-filter__cell{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.t-with-filter__cell{font-size:.875rem;line-height:1.42}}@media only screen and (max-width:1123px){.t-with-filter__cell.active{text-align:right}}.t-with-filter__cell_as-title{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.16}@media only screen and (max-width:767px){.t-with-filter__cell_as-title{font-size:1.25rem;line-height:1.2}}.t-with-filter__cell_as-header{color:#737373;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}@media only screen and (max-width:1123px){.t-with-filter__cell_as-header{display:none}}.t-with-filter__cell_filter{display:none;justify-self:end;width:9.0625rem}@media only screen and (max-width:1123px){.t-with-filter__cell_filter{display:block}}@media only screen and (max-width:767px){.t-with-filter__cell_filter{min-width:8.125rem;width:auto}}.t-year-reports__row{border-bottom:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:49.36% 27.92% 20.17%;padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (max-width:1123px){.t-year-reports__row{grid-template-columns:23.36% repeat(2,36.14%)}}@media only screen and (max-width:767px){.t-year-reports__row{border-bottom:none;display:block;padding-bottom:0;padding-top:0}.t-year-reports__row:not(:last-child){margin-bottom:2.5rem}}.t-year-reports__row:first-child{padding-top:0}.t-year-reports__cell{display:flex}@media only screen and (max-width:767px){.t-year-reports__cell{border-bottom:.0625rem solid #dedede;padding-bottom:1rem;padding-top:1rem}.t-year-reports__cell:first-child{border-bottom:.0625rem solid #252628;padding-top:0}}.t-year-reports__cell:last-child{justify-content:flex-end}@media only screen and (max-width:767px){.t-year-reports__cell:last-child{justify-content:flex-start}}.t-year-reports__cell_title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.16}@media only screen and (max-width:767px){.t-year-reports__cell_title{font-size:1.25rem;line-height:1.2}}.t-year-reports.only-download .t-year-reports__row{grid-template-columns:1fr 29.113%}@media only screen and (max-width:979px){.t-year-reports.only-download .t-year-reports__row{grid-template-columns:1fr 36.8%}}@media only screen and (min-width:1123px){.t-year-reports.only-download .t-year-reports__cell{justify-content:flex-start}}.t-events__row{border-bottom:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:2fr 3fr 5fr;padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (max-width:1123px){.t-events__row{grid-template-columns:13.45% 33.42% 48.91%;padding-bottom:1.25rem;padding-top:1.25rem}}@media only screen and (max-width:767px){.t-events__row{display:flex;flex-direction:column;padding-bottom:1rem;padding-top:0;row-gap:.5rem}.t-events__row:not(:last-child){margin-bottom:1rem}}.t-events__row_head{border-bottom-color:#252628;padding-bottom:.75rem;padding-top:0}@media only screen and (max-width:767px){.t-events__row_head{display:none}}.t-events__row_head>.t-events__cell{color:#737373;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}.t-events__cell{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.t-events__cell{font-size:.875rem;line-height:1.42}.t-events__cell:last-child{margin-top:.5rem}}.t-events.about-purchases .t-events__row{grid-template-columns:59.49% repeat(2,1fr)}@media only screen and (max-width:1123px){.t-events.about-purchases .t-events__row{grid-template-columns:61.684% 1fr;grid-template-rows:auto 1fr;padding-bottom:1rem;padding-top:1rem;row-gap:1rem}.t-events.about-purchases .t-events__row:nth-child(2){padding-top:0}}@media only screen and (max-width:767px){.t-events.about-purchases .t-events__row{display:flex;flex-direction:column;margin-bottom:0}}@media only screen and (max-width:1123px){.t-events.about-purchases .t-events__row_head{display:none}}@media only screen and (min-width:1123px){.t-events.about-purchases .t-events__cell:first-child{max-width:39rem}}@media only screen and (max-width:1123px){.t-events.about-purchases .t-events__cell:first-child{grid-column:1/2;grid-row:1/3}}@media only screen and (max-width:767px){.t-events.about-purchases .t-events__cell:first-child{font-family:Gilroy-SemiBold,Arial,sans-serif;line-height:1.14;order:2}}.t-events.about-purchases .t-events__cell:nth-child(2){color:#737373}@media only screen and (max-width:1123px){.t-events.about-purchases .t-events__cell:nth-child(2){border-bottom:.0625rem solid #dedede;grid-column:2/3;grid-row:1/2;padding-bottom:.9375rem}}@media only screen and (max-width:767px){.t-events.about-purchases .t-events__cell:nth-child(2){border-bottom:none;order:1;padding-bottom:0}}@media only screen and (max-width:1123px){.t-events.about-purchases .t-events__cell:nth-child(3){grid-column:2/3;grid-row:2/3}}@media only screen and (max-width:767px){.t-events.about-purchases .t-events__cell:nth-child(3){order:3}}.t-events.about-purchases .t-events__cell:last-child{margin-top:0}.t-events.about-purchases .t-events__cell_downloads{display:flex;flex-direction:column;row-gap:1rem}@media only screen and (max-width:767px){.t-events.about-purchases .t-events__cell_downloads{flex-direction:row;justify-content:space-between}}.t-events.domrf-purchases .t-events__row{column-gap:9.375rem;grid-template-columns:5fr 4fr}@media only screen and (max-width:1123px){.t-events.domrf-purchases .t-events__row{column-gap:1.25rem;grid-template-columns:1fr 1fr;padding-bottom:1rem;padding-top:1rem}.t-events.domrf-purchases .t-events__row:nth-child(2){padding-top:1.5rem}}@media only screen and (max-width:767px){.t-events.domrf-purchases .t-events__row{display:flex;flex-direction:column;margin-bottom:0;padding-bottom:1rem;padding-top:1rem}.t-events.domrf-purchases .t-events__row:nth-child(2){padding-top:.75rem}}@media only screen and (max-width:1123px){.t-events.domrf-purchases .t-events__row_head{padding-bottom:.75rem;padding-top:0}}@media only screen and (max-width:767px){.t-events.domrf-purchases .t-events__row_head{padding-bottom:.6875rem}.t-events.domrf-purchases .t-events__row_head .t-events__cell:first-child{font-size:.875rem;line-height:1.14}.t-events.domrf-purchases .t-events__row_head .t-events__cell:not(:first-child){display:none}}.t-events.domrf-purchases .button_type_download{align-items:center}@media only screen and (max-width:767px){.t-events.domrf-purchases .button_type_download>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}#about-purchases .t-events__cell:nth-child(2){display:none}#about-purchases .t-events__row{grid-template-columns:78% 1fr}@media only screen and (max-width:1123px){#about-purchases .t-events__cell:first-child{max-width:33rem}}@media only screen and (max-width:767px){#about-purchases .t-events__cell:first-child{grid-column:1/2;grid-row:1/3}}.table-presentation__header{border-bottom:.0625rem solid #252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.16;padding-bottom:.75rem}@media only screen and (max-width:1123px){.table-presentation__header{padding-bottom:.5rem}}@media only screen and (max-width:767px){.table-presentation__header{font-size:1.25rem;line-height:1.2}}.table-presentation__row{border-bottom:.0625rem solid #dedede;column-gap:1rem;display:grid;grid-template-columns:calc(20% - .75rem) calc(60% - .5rem) calc(20% - .75rem);padding:1.5rem 0}@media only screen and (max-width:1123px){.table-presentation__row{grid-template-columns:calc(25% - .75rem) calc(50% - .5rem) calc(25% - .75rem)}}@media only screen and (max-width:767px){.table-presentation__row{display:flex;flex-direction:column;padding:1rem 0;row-gap:.25rem}}.table-presentation__cell{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.table-presentation__cell{font-size:.875rem;line-height:1.42}.table-presentation__cell:first-child{color:#737373}.table-presentation__cell:last-child{margin-top:.75rem}}.n-table{border-bottom:1px solid #252628;border-top:1px solid #252628;overflow-y:auto;padding-bottom:.25rem}@media only screen and (max-width:979px){.n-table{margin-right:-1rem}}.n-table__row{display:flex;flex:0 0 100%;transition:background-color .3s ease}.n-table__row:hover .n-table__td{background-color:#f8f8f8;color:#000}.n-table__row_type_value{margin-bottom:.25rem;padding:.25rem 0 0}.n-table__row_type_value .n-table__th{align-items:center;border-bottom:1px solid #dedede;color:#000;display:inline-flex;justify-content:flex-end;padding-bottom:.75rem}.n-table__row_type_value .n-table__th:before{border-left:.3125rem solid transparent;border-right:.3125rem solid transparent;border-top:.5rem solid #8bc540;content:"";height:0;margin-right:.5rem;widows:0}.n-table__row_type_value .n-table__th_type_label:before{display:none}.n-table__row_type_header{padding:.25rem 0}.n-table__row_type_header .n-table__th{flex-grow:1;font-size:.75rem;line-height:1.33;text-align:center}.n-table__row_type_header .n-table__th_type_label{flex-grow:0;text-align:left}.n-table__td,.n-table__th{color:#737373;flex:0 0 6.125rem;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;padding:.5rem 2.5rem .5rem .5rem;text-align:right;transition:color .3s ease;white-space:nowrap}@media only screen and (max-width:767px){.n-table__td,.n-table__th{font-size:.75rem;line-height:1.33}}.n-table__td:last-child,.n-table__th:last-child{flex-basis:auto;flex-grow:1;padding-right:2rem}.n-table__td_type_label,.n-table__th_type_label{flex-basis:15.5rem;text-align:left;white-space:normal}.n-table-notes,.n-table__th{font-family:Gilroy-Medium,Arial,sans-serif}.n-table-notes{color:#737373;font-size:.875rem;line-height:1.43;width:55%}@media only screen and (max-width:979px){.n-table-notes{width:100%}}@media only screen and (max-width:767px){.n-table-notes{font-size:.75rem;line-height:1.33}}.table-income__wrapper{border-bottom:1px solid #000;border-top:1px solid #000;overflow-y:auto;padding-bottom:.5rem}@media only screen and (max-width:767px){.table-income__wrapper{margin-right:-1rem;padding-bottom:.25rem}}.table-income__row{border-bottom:1px solid #dedede;display:flex;gap:1.5rem;padding:1rem .5rem;width:71rem}.table-income__row:last-child{border-bottom:none}.table-income__row_type_header{border:none;padding:.75rem .5rem}.table-income__row_type_title{background-color:#f8f8f8;border:none;margin-top:.5rem;padding:.5rem}@media only screen and (max-width:767px){.table-income__row_type_title{margin-top:.25rem}}.table-income__td,.table-income__th{color:#737373;flex:0 0 15.5rem;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1.33}.table-income__td_type_name,.table-income__th_type_name{display:flex;flex-basis:14rem;flex-direction:column;gap:.75rem}@media only screen and (max-width:767px){.table-income__td_type_name,.table-income__th_type_name{flex-basis:12.75rem}}.table-income__td_type_percent,.table-income__th_type_percent{flex-basis:8rem;text-align:right}.table-income__td_type_income,.table-income__th_type_income{flex-basis:11rem;padding-right:0;text-align:right}.table-income__td{color:#000;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43}@media only screen and (max-width:767px){.table-income__td{font-size:.75rem;line-height:1.25}}.table-income__notes{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;margin-top:1.5rem;max-width:50%}@media only screen and (max-width:979px){.table-income__notes{max-width:unset}}@media only screen and (max-width:767px){.table-income__notes{font-size:.75rem;line-height:1.33}}.table-income__notes p{color:currentColor;padding-left:.5rem;position:relative}.table-income__notes p:not(:last-child){margin-bottom:.75rem}.table-income__notes sup{left:0;position:absolute;top:0}.page-heading{display:flex;flex-wrap:wrap}.is-sticky .page-heading{display:none!important}.page-heading__category{flex:0 0 auto;margin-bottom:.75rem;margin-right:1.5rem}@media only screen and (max-width:1123px){.page-heading__category{margin-right:1rem}}@media only screen and (max-width:767px){.page-heading__category{margin-bottom:.5rem;margin-right:0;order:1}}.page-heading__date{color:#737373;flex:0 0 auto;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.page-heading__date{font-size:.875rem;line-height:1.14;margin-top:.5rem;order:3}}.page-heading__title{flex:0 0 100%}@media only screen and (max-width:767px){.page-heading__title{order:2}}.page-heading_type_alone{padding-top:3rem;text-align:center}@media only screen and (max-width:767px){.page-heading_type_alone{padding-top:2.5rem}}.page-heading_limited-width{max-width:67.125rem;padding-top:2.5rem;text-align:center}@media(max-width:1224px){.page-heading_limited-width{padding-top:1.5rem}}@media only screen and (max-width:979px){.page-heading_limited-width{max-width:48rem}}@media only screen and (max-width:767px){.page-heading_limited-width{max-width:20rem}}.banner-block{aspect-ratio:38/15;background:rgba(0,0,0,.3);color:#fff;display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:1123px){.banner-block{aspect-ratio:46/37}}@media only screen and (max-width:767px){.banner-block{aspect-ratio:4/5}}@media only screen and (min-width:1123px){.banner-block:hover .button_type_arrow svg>path:first-child{fill:hsla(0,0%,100%,0)}.banner-block:hover .button_type_arrow svg>path:nth-child(3){fill:#252628;opacity:1}.banner-block:hover .button_type_arrow svg>rect{opacity:1}.banner-block:hover .button_type_arrow.inverted svg>path:first-child{fill:hsla(0,0%,100%,0)}.banner-block:hover .button_type_arrow.inverted svg>path:nth-child(3){fill:#fff;opacity:1}.banner-block:hover .button_type_arrow.inverted svg>rect{opacity:1}}.banner-block.v2{background-color:#c8c8cb}.banner-block.v2 .banner-block__content{align-self:center;justify-content:center;max-width:752px;padding-top:0}@media screen and (max-width:1078px){.banner-block.v2 .banner-block__content{margin-top:0;padding-top:0}}@media screen and (max-width:767px){.banner-block.v2 .banner-block__content{margin-top:0;padding-top:0}}.banner-block.v2 .banner-block__title{margin-bottom:.75rem;margin-top:0}@media screen and (max-width:767px){.banner-block.v2 .banner-block__title{font-size:1.375rem;line-height:1.75rem;margin-bottom:.5rem}}.banner-block.v2 .banner-block__description{margin-bottom:2rem;margin-top:0}@media screen and (max-width:767px){.banner-block.v2 .banner-block__description{margin-bottom:1.5rem}}.banner-block.is-bigger{aspect-ratio:142/75}@media only screen and (max-width:1123px){.banner-block.is-bigger{aspect-ratio:46/37}}@media only screen and (max-width:767px){.banner-block.is-bigger{aspect-ratio:4/5}.banner-block.wide-description{padding:1rem}}.banner-block__image{height:auto;left:0;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:0}@media only screen and (max-width:979px){.banner-block__image{height:100%}}.banner-block__content{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}@media only screen and (max-width:767px){.wide-description .banner-block__content{justify-content:flex-start}}.content-on-bottom .banner-block__content{justify-content:flex-end;padding-bottom:2rem}@media only screen and (max-width:767px){.content-on-bottom .banner-block__content{padding-bottom:1rem}}.banner-block__title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:3rem;line-height:1.08;margin-bottom:2rem;margin-top:.25rem;text-align:center;z-index:1}@media only screen and (max-width:767px){.banner-block__title{font-size:1.75rem;margin-top:0}.smaller-title .banner-block__title{font-size:1.25rem;line-height:1.2}}.short-title .banner-block__title{max-width:47rem}.description-inside-content .banner-block__title{margin-bottom:1.5rem}@media only screen and (max-width:767px){.description-inside-content .banner-block__title{margin-bottom:1rem}}.banner-block__small{color:#fff;margin-bottom:16px;z-index:1}.banner-block__link{z-index:1}.no-link .banner-block__link{display:none}.banner-block__description{bottom:0;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;left:50%;line-height:1.5;margin:0 auto 2rem;max-width:15rem;position:absolute;text-align:center;transform:translateX(-50%);z-index:1}@media only screen and (max-width:767px){.banner-block__description{font-size:.875rem;margin-bottom:1rem}}.wide-description .banner-block__description{max-width:31rem}@media only screen and (max-width:767px){.wide-description .banner-block__description{max-width:100%;width:calc(100% - 2rem)}}.description-near-title .banner-block__description{bottom:34%;font-size:1.25rem;max-width:31rem}@media only screen and (max-width:767px){.description-near-title .banner-block__description{bottom:38%;font-size:1rem;max-width:100%;width:calc(100% - 2rem)}}.description-inside-content .banner-block__description{position:static;transform:none}.banner-block_size_small{aspect-ratio:unset;min-height:100%;padding:4rem 2rem 0}@media only screen and (max-width:767px){.banner-block_size_small{padding:3rem 1rem 0}}.dropdown-menu .banner-block_size_small{height:24.25rem;min-height:auto}@media only screen and (max-width:979px){.dropdown-menu .banner-block_size_small{height:20.25rem}}@media only screen and (max-width:767px){.dropdown-menu .banner-block_size_small{height:16.75rem}}.banner-block_size_small .banner-block__content{justify-content:flex-start}.banner-block_size_small .banner-block__image{min-width:100%}.banner-block_size_small .banner-block__title{align-items:flex-end;display:flex;font-size:1.5rem;justify-content:center;margin-bottom:1.5rem;margin-top:0;min-height:5.25rem}@media only screen and (max-width:1123px){.banner-block_size_small .banner-block__title{font-size:1.25rem;margin-bottom:1rem;min-height:4.5rem}}@media only screen and (max-width:767px){.banner-block_size_small .banner-block__title{font-size:1rem;margin-bottom:.75rem;min-height:3.75rem}}.banner-block_size_small .banner-block__description{font-size:.875rem}@media only screen and (max-width:1123px){.banner-block_size_small .banner-block__description{margin-bottom:1.5rem}}@media only screen and (max-width:767px){.banner-block_size_small .banner-block__description{font-size:.75rem;margin-bottom:1rem}}.banner-block_type_video{padding:2rem}.banner-block_type_video .banner-block__content{align-items:flex-start}.banner-block_type_video .banner-block__title{align-items:flex-start;flex-grow:1;text-align:left}.banner-block_type_video .banner-block__link{z-index:2}.banner-block_wrap .banner-block__title{margin-bottom:8px}.w100{max-width:none;width:100%}.link-block{color:#252628;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:1123px){.link-block{max-height:35.5rem;min-height:30.75rem}}@media only screen and (max-width:979px){.link-block{min-height:30.25rem}}@media only screen and (max-width:767px){.link-block{min-height:23.5rem}.link-block.no-image{min-height:17.75rem}}@media only screen and (min-width:1123px){.link-block:hover .link-block__image{transform:scale(1.1)}.link-block:hover .button_type_arrow svg>path:first-child{fill:hsla(0,0%,100%,0)}.link-block:hover .button_type_arrow svg>path:nth-child(3){fill:#252628;opacity:1}.link-block:hover .button_type_arrow svg>rect{opacity:1}.link-block:hover .button_type_arrow.inverted svg>path:first-child{fill:hsla(0,0%,100%,0)}.link-block:hover .button_type_arrow.inverted svg>path:nth-child(3){fill:#fff;opacity:1}.link-block:hover .button_type_arrow.inverted svg>rect{opacity:1}.link-block:hover .link-arrow{color:#67a511}.link-block:hover .link-arrow__icon path{stroke:#67a511}}.link-block.alt .link-block__header{display:flex;flex-direction:column;max-height:unset;z-index:1}.link-block.alt .link-block__footer{flex-grow:0;height:100%;width:100%}@media screen and (max-width:767px){.link-block.alt .link-block__footer{min-height:14rem}}.link-block.alt .link-block__image{height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (min-width:768px)and (max-width:1123px){.link-block_alt-tablet-view{width:100%}.link-block_alt-tablet-view.link-block_type_picture .link-block__header{background-position:100% 80%}}@media only screen and (min-width:768px){.link-block_alt-view{flex-direction:row-reverse;max-height:23.75rem}.link-block_alt-view .link-block__footer,.link-block_alt-view .link-block__header{max-height:100%;width:50%}.link-block_alt-view .link-block__header{justify-content:space-between}}.link-block__header{background-color:#f8f8f8;display:flex;flex-direction:column;max-height:13.75rem;padding:2rem;z-index:1}@media only screen and (max-width:1123px){.link-block__header{display:block;max-height:none;padding:1.5rem}}@media only screen and (max-width:767px){.link-block__header{padding:1rem}}.no-image .link-block__header{flex-grow:1;max-height:none}.link-block__header.disabled{color:#252628;cursor:auto}.link-block__title{display:inline;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1.25rem;line-height:1.5rem;max-width:90%}@media only screen and (max-width:1123px){.link-block__title{min-height:4.5rem}}@media only screen and (max-width:767px){.link-block__title{font-size:1.125rem;line-height:1.5rem;max-width:100%;min-height:unset}}.no-image .link-block__title{margin-bottom:1.5rem;max-width:unset}.link-block__label{background-color:#fff;border-radius:.25rem;color:#252628;display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;padding:0 .375rem;transform:translateY(-.2em)}@media only screen and (max-width:767px){.link-block__label{font-size:.75rem;line-height:1.33;padding:.0625rem .375rem .1875rem}}.link-block__link{display:flex;justify-content:space-between;margin-bottom:0;margin-top:1.5rem}@media only screen and (max-width:1123px){.link-block__link{justify-content:flex-end;margin-top:1rem}}.no-image .link-block__link,.slider-block .link-block__link{justify-content:flex-end}.link-block .flex-jc-sb{justify-content:space-between}.link-block__footer{flex-grow:1;overflow:hidden;position:relative}.link-block__blackout{background:linear-gradient(0deg,rgba(0,0,0,.3),rgba(0,0,0,.3));display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.link-block__image{display:block;min-height:100%;min-width:100%;object-fit:cover;transition:transform .44s ease-out}@media only screen and (max-width:979px){.link-block__image{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}}.link-block__background-image{height:100%;object-fit:cover;position:absolute;width:100%}.link-block__text{bottom:2rem;color:#fff;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;left:2rem;line-height:1.25rem;max-width:10.8125rem;position:absolute;z-index:3}@media only screen and (max-width:1123px){.link-block__text{bottom:1.5rem;left:1.5rem;max-width:19.5rem}}@media only screen and (max-width:767px){.link-block__text{bottom:1rem;font-size:.75rem;left:1rem;line-height:1rem;max-width:100%}}.link-block__text_subtitle{margin-top:-1.5rem;max-width:unset;position:static}@media only screen and (max-width:1123px){.link-block__text_subtitle{margin-top:-2.75rem}}@media only screen and (max-width:767px){.link-block__text_subtitle{margin-top:-1.0625rem}}.link-block__text_desktop{color:unset;max-width:70%;position:static}.link-block__text_dropdown{align-items:flex-end;display:flex;margin-top:1.5rem}.link-block__text_dropdown,.no-image .link-block__text{color:unset;flex-grow:1;max-width:70%;position:static}@media only screen and (max-width:1123px){.no-image .link-block__text{max-width:50%}}@media only screen and (max-width:979px){.no-image .link-block__text{max-width:unset}}.link-block__description{font-size:.875rem;line-height:1.43;margin-top:auto}.link-block_size_medium{min-height:388px;width:100%}@media only screen and (max-width:767px){.link-block_size_medium{min-height:unset}}.link-block_size_medium .link-block__header{height:100%}.link-block_size_medium .link-block__title{min-height:auto}.link-block_type_picture{min-height:24.25rem}.link-block_type_picture .link-block__header{background-position:100% 100%;background-repeat:no-repeat;background-size:cover;height:100%;max-height:none}.link-block_type_picture .link-block__link{margin-top:auto}.link-block_size_small{max-height:23.375rem;min-height:23.375rem}@media only screen and (max-width:1123px){.link-block_tablet-long{max-height:35rem}.link-block_tablet-long .link-block__title{min-height:3rem}}@media only screen and (max-width:767px){.link-block_tablet-long .link-block__title{min-height:3.75rem}}@media only screen and (max-width:1123px){.link-block_tablet-long .link-block__footer{height:23.25rem}}@media only screen and (max-width:767px){.link-block_tablet-long .link-block__footer{height:14rem}}.link-block .category{margin-bottom:.5rem}.link-block_alt .link-block__header{padding:1.5rem}@media only screen and (max-width:767px){.link-block_alt .link-block__header{padding:1rem}}.link-block_alt .link-block__title{font-size:1.25rem;line-height:1.2;min-height:4.5rem}@media only screen and (max-width:767px){.link-block_alt .link-block__title{font-size:1rem;line-height:1.25}.link-block_alt .link-block__label{margin-left:.25rem}}.link-block_alt.blue-label .link-block__label{background-color:#9ac3ff}.link-block_alt.black-label .link-block__label{background-color:#252628;color:#fff}.link-block_alt .button_type_arrow{bottom:1.5rem;position:absolute;right:1.5rem}.career-link-block-list .link-block__header{background-color:#f8f8f8;display:flex;flex-direction:column;padding:2rem;z-index:1}@media only screen and (max-width:1123px){.career-link-block-list .link-block__header{padding:1.5rem}}@media only screen and (max-width:767px){.career-link-block-list .link-block__header{padding:1rem}}.no-image .career-link-block-list .link-block__header{flex-grow:1;max-height:none}.career-link-block-list .link-block__header.disabled{color:#252628;cursor:auto}.career-link-block-list .link-block__title{display:inline;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.17;max-width:90%;min-height:3.5rem}@media only screen and (max-width:1123px){.career-link-block-list .link-block__title{font-size:1.25rem;line-height:1.2;min-height:4.5rem}}@media only screen and (max-width:767px){.career-link-block-list .link-block__title{font-size:1rem;line-height:1.25;max-width:100%;min-height:2.5rem}}.no-image .career-link-block-list .link-block__title{margin-bottom:1.5rem}@media(max-width:1123px){.urban-main .link-block{max-height:650px;min-height:492px}}@media only screen and (max-width:979px){.urban-main .link-block{min-height:600px}}@media only screen and (max-width:767px){.urban-main .link-block{min-height:376px}.urban-main .link-block.no-image{min-height:284px}}.link-arrow{align-items:center;color:#252628;cursor:pointer;display:flex;font-size:1rem;line-height:1.5}.link-arrow:hover{color:#67a511}.link-arrow:hover .link-arrow__icon path{stroke:#67a511}@media only screen and (max-width:767px){.link-arrow{font-size:.875rem;line-height:1.43}}@media only screen and (max-width:1123px){.link-arrow.tablet-smaller{font-size:.875rem;line-height:1.43}}.page-theme-dark .link-arrow{color:#fff}.page-theme-dark .link-arrow:hover{color:#67a511}.page-theme-dark .link-arrow:hover .link-arrow__icon path{stroke:#67a511}.link-arrow__icon{margin-left:.5rem}@media only screen and (max-width:767px){.link-arrow__icon{height:1.25rem;width:1.25rem}}.link-arrow__icon path{stroke:#000;transition:stroke .3s}@media only screen and (max-width:767px){.link-arrow__icon path{transform:scale(.83)}}.page-theme-dark .link-arrow__icon path{stroke:#fff}.link-arrow__icon_no-stroke path{stroke:none!important}.link-arrow_size_medium{line-height:1.25}.link-arrow_size_medium .link-arrow__icon{height:1.25rem;width:1.25rem}.dropdown-menu .link-arrow_size_medium{align-items:center;color:#252628;flex-direction:row-reverse;font-family:Gilroy-Medium,Arial,sans-serif;line-height:1.5;margin-top:.75rem}.dropdown-menu .link-arrow_size_medium .link-arrow__icon{margin-left:0;margin-right:.5rem}.dropdown-menu .link-arrow_size_medium:hover{color:#8bc540}.dropdown-menu .link-arrow_size_medium:hover .link-arrow__icon path{stroke:#8bc540}.dropdown-menu .link-arrow_size_medium .link-arrow__icon path{stroke:#67a511}.link-arrow_size_small{line-height:1.25}.link-arrow_size_small .link-arrow__icon{height:1rem;width:1rem}.link-arrow_with-line{border-top:.0625rem solid #dedede;padding-top:1.25rem}.link-arrow.reversed .link-arrow__icon{color:#8bc540;margin-left:0;margin-right:.5rem;order:-1}.link-arrow.reversed .link-arrow__icon path{stroke:#8bc540}.link-arrow.in-table-head,.link-arrow.second-font{font-family:Gilroy-Medium,Arial,sans-serif}@media only screen and (max-width:1123px){.link-arrow.in-table-head .link-arrow__text{display:none}}.link-arrow.in-table-head .link-arrow__icon{flex:none}.link-arrow.no-text .link-arrow__icon{margin-left:0}.link-arrow.color-green{color:#8bc540}.link-arrow.color-green .link-arrow__icon path{stroke:#8bc540}.link-arrow.text-color-white{color:#fff}.link-arrow.text-color-white .link-arrow__icon path{stroke:#8bc540}.link-arrow.text-color-white:hover{color:#67a511}.link-arrow.align-top{align-items:flex-start}.link-arrow.crop-width .link-arrow__text{max-width:14.6875rem}@media only screen and (max-width:767px){.link-arrow.crop-width .link-arrow__text{max-width:14.25rem}}.slider-block{height:100%;position:relative}.slider-block .swiper-pagination-bullet{background-color:rgba(0,0,0,.2);border-radius:0;display:block;flex-grow:1;height:.125rem;opacity:1;overflow:hidden;position:relative}.slider-block .swiper-pagination-bullet:before{background-color:transparent;content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);width:100%;z-index:1}.slider-block .swiper-pagination-bullet:not(:last-child){margin-right:.5rem}@media only screen and (max-width:767px){.slider-block .swiper-pagination-bullet:not(:last-child){margin-right:.25rem}}.slider-block .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color:#252628;transform:translateX(0);transition:transform 4s linear}.slider-block__control-wrapper{display:flex;margin-bottom:1rem}.slider-block__image{height:100%}.slider-block__image img{display:block;height:100%;min-width:100%;object-fit:cover}.slider-block__image-blur:after{background:rgba(0,0,0,.3);content:"";left:0;position:absolute}.slider-block__image-description{bottom:2rem;color:#fff;font-size:1.5rem;line-height:1.5;padding:0 2rem;position:absolute;width:100%}@media screen and (max-width:1078px){.slider-block__image-description{font-size:1.25rem;line-height:1.5rem}}@media only screen and (max-width:767px){.slider-block__image-description{bottom:1rem;font-size:1.125rem;left:1rem;line-height:1.5rem;width:calc(100% - 32px)}}.slider-block__image-description>span:first-child{display:block;margin-bottom:.5rem}.slider-block__slide-link{height:calc(100% + 13.875rem);left:0;position:absolute;top:-13.875rem;width:100%;z-index:1}@media only screen and (max-width:1123px){.slider-block__slide-link{height:calc(100% + 11.875rem);top:-11.875rem}}@media only screen and (max-width:767px){.slider-block__slide-link{height:calc(100% + 11.375rem);top:-11.375rem}}.slider-block .link-block__header{padding:1.75rem 2rem 2rem}@media only screen and (max-width:1123px){.slider-block .link-block__header{padding:1.25rem 1.5rem 1.5rem}}@media only screen and (max-width:767px){.slider-block .link-block__header{padding:.75rem 1rem 1rem}}.slider-block .link-block__title{font-size:2rem;line-height:2.25rem;min-height:4.5rem}@media only screen and (max-width:1123px){.slider-block .link-block__title{font-size:1.5rem;line-height:1.75rem;min-height:3.5rem}}@media only screen and (max-width:767px){.slider-block .link-block__title{font-size:1.25rem;min-height:4.5rem}}.slider-block .link-block__link{margin-top:1.5rem}.urban-main .slider-block .link-block__link{margin-top:1rem}.slider-block .link-block__footer{height:23.75rem;overflow:visible}@media only screen and (max-width:1123px){.slider-block .link-block__footer{height:23.25rem}}@media only screen and (max-width:767px){.slider-block .link-block__footer{height:14rem}}.slider-block .link-block__footer .swiper{height:100%;overflow:visible;width:100%}.slider-block.wide{flex-direction:row-reverse}@media only screen and (max-width:1123px){.slider-block.wide{flex-direction:column-reverse}}.slider-block.wide .link-block__header{flex:0 0 33.64%;max-height:none;min-height:auto}@media only screen and (max-width:1123px){.slider-block.wide .link-block__header{flex:0 0 44.64%}}@media only screen and (max-width:979px){.urban-main .slider-block.wide .link-block__header{min-height:13rem}}@media only screen and (max-width:767px){.slider-block.wide .link-block__header{flex:0 0 50%}.urban-main .slider-block.wide .link-block__header{min-height:14.5rem}}.slider-block.wide .link-block__title{min-height:unset}.slider-block.wide .link-block__description{flex-grow:1;margin-top:1rem}@media only screen and (max-width:767px){.slider-block.wide .link-block__description{font-size:.75rem}.urban-main .slider-block.wide .link-block__description{margin-top:.5rem}}.slider-block.wide .link-block__footer{height:37.5rem;overflow:hidden}@media only screen and (max-width:1123px){.slider-block.wide .link-block__footer{height:23.25rem}}@media only screen and (max-width:767px){.slider-block.wide .link-block__footer{height:14rem}}.slider-block.wide .link-block__footer .swiper{overflow:hidden}.slider-block_banner .slider-block__control-wrapper{position:absolute;z-index:1}.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:0;left:1.75rem;margin-bottom:2.5rem;width:calc(100% - 3.5rem)}@media only screen and (max-width:1123px){.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal{left:1.875rem;margin-bottom:2rem;width:calc(100% - 3.75rem)}}@media only screen and (max-width:767px){.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal{left:.875rem;margin-bottom:1rem;width:calc(100% - 1.75rem)}}.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{background-color:transparent;color:#fff;height:auto;margin:0 .25rem;min-height:2px}@media only screen and (max-width:1123px){.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{margin:0 .125rem}}.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:before{background-color:transparent;height:2px}.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:after{background-color:hsla(0,0%,100%,.3);content:"";height:2px;left:0;position:absolute;top:0;width:100%}.slider-block_banner .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background-color:#fff}.slider-block_banner .slider-block__control-wrapper .slider-block__bullet-title{display:block;font-family:Gilroy-SemiBold,Arial,sans-serif;margin-top:.625rem}@media only screen and (max-width:1123px){.slider-block_banner .slider-block__control-wrapper .slider-block__bullet-title{display:none}}.slider-block_banner .banner-block__title{margin-top:.75rem}@media only screen and (max-width:767px){.slider-block_banner .banner-block__title{margin-bottom:1.5rem}}@media only screen and (max-width:1123px){.slider-block_banner .banner-block__content{margin-top:4rem}}@media only screen and (max-width:767px){.slider-block_banner .banner-block__content{margin-top:2rem;padding:0 1rem}}.slider-block_banner .banner-block__description{margin:2rem auto 0;max-width:none;position:static;transform:none}@media only screen and (max-width:767px){.slider-block_banner .banner-block__description{margin:1.5rem auto 0}}.slider-block_with-nav-button{position:relative}.slider-block_with-nav-button .slider-block__all-controls-wrapper{align-items:center;background-color:#252628;border-radius:1.5rem;bottom:1.5rem;display:flex;gap:.5rem;left:1.5rem;padding:.875rem 1.25rem;position:absolute;z-index:2}.slider-block_with-nav-button .slider-block__pagination,.slider-block_with-nav-button .slider-block__pagination-1,.slider-block_with-nav-button .slider-block__pagination-2,.slider-block_with-nav-button .slider-block__pagination-3,.slider-block_with-nav-button .slider-block__pagination-4{color:#fff;font-size:1rem;line-height:1.25;width:fit-content}.slider-block_with-nav-button .slider-block__button-next,.slider-block_with-nav-button .slider-block__button-prev{cursor:pointer;height:1.25rem;width:1.25rem}.slider-block_with-nav-button .slider-block__button-next{transform:rotate(180deg)}.slider-block_with-nav-button .slider-block__header{padding:1.5rem}.slider-block_with-nav-button .slider-block__image-content{align-items:flex-end;bottom:2rem;display:flex;flex-direction:column;gap:.625rem;position:absolute;right:2rem;z-index:1}@media only screen and (max-width:767px){.slider-block_with-nav-button .slider-block__image-content{bottom:1rem;right:1rem}}.slider-block_with-nav-button.wide .link-block__title{font-size:1.5rem;line-height:1.17}@media only screen and (max-width:1123px){.slider-block_with-nav-button.wide .link-block__title{font-size:1.25rem;line-height:1.2}}@media only screen and (max-width:767px){.slider-block_with-nav-button.wide .link-block__title{font-size:1rem;line-height:1.25}}@media only screen and (max-width:1123px){.slider-block_with-nav-button.wide .link-block__description{max-width:unset}}@media only screen and (max-width:767px){.slider-block_with-nav-button.wide .link-block__description{font-size:.75rem;line-height:1.33}}.slider-block_with-nav-button.wide .link-block__footer{height:auto}.ranhigs .slider-block_with-nav-button.wide .link-block__footer{height:26.5rem}@media only screen and (max-width:767px){.ranhigs .slider-block_with-nav-button.wide .link-block__footer{height:13.5rem}}.slider-block_with-nav-button_left .slider-block__image-content{align-items:flex-start;left:2rem;right:unset}@media only screen and (max-width:1123px){.slider-block_with-nav-button_left .slider-block__image-content{left:1.5rem}}@media only screen and (max-width:767px){.slider-block_with-nav-button_left .slider-block__image-content{left:1rem;right:unset}}.slider-block_standard.link-block{flex-direction:column-reverse}@media only screen and (max-width:767px){.slider-block_standard.link-block{min-height:unset}}.slider-block_standard .link-block__footer{overflow:hidden}@media only screen and (max-width:767px){.slider-block_standard .link-block__footer{max-height:13.5rem}}.slider-block_standard .link-block__header{background-color:hsla(0,0%,100%,0);padding:.75rem 0 0;position:relative;z-index:4}.slider-block_standard .link-block__title{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.25;margin-bottom:.25rem;min-height:unset}@media only screen and (max-width:767px){.slider-block_standard .link-block__title{font-size:.875rem;line-height:1.14}}.slider-block_standard .link-block__description{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43}.slider-block_standard .link-block__description:first-child,.slider-block_standard .link-block__description:nth-child(2){margin-top:0}@media only screen and (max-width:767px){.slider-block_standard .link-block__description{font-size:.75rem;line-height:1.33}}.slider-block_standard .slider-block__all-controls-wrapper{background-color:hsla(0,0%,100%,0);bottom:auto;left:auto;padding:0;right:0;top:.75rem}@media only screen and (max-width:767px){.slider-block_standard .slider-block__all-controls-wrapper{justify-content:center;top:-1.625rem;width:100%}}.slider-block_standard .slider-block__pagination,.slider-block_standard .slider-block__pagination-1,.slider-block_standard .slider-block__pagination-2,.slider-block_standard .slider-block__pagination-3,.slider-block_standard .slider-block__pagination-4{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.slider-block_standard .slider-block__pagination,.slider-block_standard .slider-block__pagination-1,.slider-block_standard .slider-block__pagination-2,.slider-block_standard .slider-block__pagination-3,.slider-block_standard .slider-block__pagination-4{color:#fff;font-size:.875rem;line-height:1.14}.slider-block_standard .slider-block__button{height:1rem;width:1rem}}.slider-block_standard .slider-block__button path{fill:#252628}@media only screen and (max-width:767px){.slider-block_standard .slider-block__button path{fill:#fff}}.slider-block_standard.wide .link-block__description{max-width:90%}@media only screen and (max-width:767px){.slider-block_standard.wide .link-block__description{max-width:100%}}.slider-block._main .slider-block__control-wrapper .slider-block__bullet-title{font-size:1rem;line-height:1.5rem;margin-top:.5rem;min-height:3rem}.slider-block._main .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal{margin-bottom:1rem}@media screen and (max-width:1078px){.slider-block._main .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal{margin-bottom:2rem}}@media screen and (max-width:767px){.slider-block._main .slider-block__control-wrapper.swiper-pagination-bullets.swiper-pagination-horizontal{margin-bottom:1rem}}@media(min-width:1123px){.urban-main .slider-block .swiper-slide,.urban-main .slider-block .swiper-wrapper{height:100%!important}}.urban-main .slider-block__image{height:100%!important}.urban-main .slider-block__image img{display:block;height:100%;object-fit:cover;width:auto}@media(max-width:1123px){.urban-main .slider-block__image{height:auto!important}.urban-main .slider-block__image img{height:auto;width:100%}}.bullet-list{display:flex;flex-direction:column;row-gap:1rem}@media only screen and (max-width:979px){.bullet-list{row-gap:1.25rem}}@media only screen and (max-width:767px){.bullet-list{row-gap:1rem}}.bullet-list__item{line-height:1.5;padding-left:2rem}.bullet-list__item:before{background:#8bc540;border-radius:100%;content:"";display:inline-block;height:.5rem;left:0;margin:.5rem 1rem .5rem -1.5rem;vertical-align:middle;width:.5rem}.black-bullet .bullet-list__item:before{background-color:#252628;margin-bottom:0;margin-top:0}.bullet-list_smaller{row-gap:.5rem}@media only screen and (max-width:767px){.bullet-list_smaller{font-size:.875rem;line-height:1.43}}.bullet-list_divided{row-gap:0}@media only screen and (max-width:979px){.bullet-list_divided{row-gap:0}}@media only screen and (max-width:767px){.bullet-list_divided{row-gap:0}}.bullet-list_divided>.bullet-list__item:not(:first-child){padding-top:1rem}.bullet-list_divided>.bullet-list__item:not(:last-child){border-bottom:1px solid #dedede;padding-bottom:1rem}.modal{align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1010}.modal_conditions .modal__inner{height:100%;max-height:calc(var(--vh)*100 - 1rem);max-width:60.25rem}@media screen and (max-width:767px){.modal_conditions .modal__inner{padding:1.75rem;width:calc(100vw - 2rem)}}.modal_conditions .modal__close{right:2rem;top:2rem}@media screen and (max-width:767px){.modal_conditions .modal__close{right:1rem;top:1rem}}.modal_conditions .conditions-inner{max-height:calc(90vh - 4rem);overflow-y:scroll}@media screen and (max-width:767px){.modal_conditions .conditions-inner{height:calc(var(--vh)*100 - 5rem);max-height:unset;padding-right:.25rem}}.modal_conditions .conditions-inner::-webkit-scrollbar{width:.75rem}.modal_conditions .conditions-inner::-webkit-scrollbar-thumb{background-color:#dedede;border:.25rem solid #fff;border-radius:.5rem}.modal__inner{background:#fff;border-radius:.5rem;max-width:900px;padding:64px;position:relative}@media only screen and (max-width:979px){.modal__inner{padding:1.5rem}}@media only screen and (max-width:767px){.modal__inner{padding:1rem}}.modal__close{cursor:pointer;height:1.5rem;position:absolute;right:2.5rem;top:2.5rem;width:1.5rem}.modal-fade-enter-active,.modal-leave-active{transition:opacity .3s ease}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0;transition:opacity .3s ease}.conditions .modal-window__title{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:32px;line-height:40px;margin-bottom:64px}@media only screen and (max-width:767px){.conditions .modal-window__title{font-size:20px;line-height:32px;margin-bottom:24px}}.conditions .modal__body{max-height:calc(90vh - 4rem);max-width:52.25rem;overflow-y:scroll}.conditions .modal__body::-webkit-scrollbar{width:12px}.conditions .modal__body::-webkit-scrollbar-thumb{background-color:#dedede;border:.25rem solid #fff;border-radius:.5rem}.modal_def{overflow-y:auto}.modal_def .modal__inner{max-height:95vh;max-width:43.75rem;position:absolute;width:100%}@media only screen and (max-width:767px){.modal_def .modal__inner{max-width:calc(100vw - 2rem)}}.modal_def-content{padding:1rem}.modal_def-content .modal_def-title{font-family:Gilroy-Medium,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:36px}@media only screen and (max-width:767px){.modal_def-content .modal_def-title{font-size:20px;line-height:24px}}.modal_def-content .title-modal{font-family:Gilroy-Medium,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:36px}@media only screen and (max-width:767px){.modal_def-content .title-modal{font-size:20px;line-height:24px}}.modal_def-content .title-paragraph{font-family:Gilroy-SemiBold,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px}@media only screen and (max-width:767px){.modal_def-content .title-paragraph{font-size:14px;line-height:16px}}.modal_def-content .title-location{font-family:Gilroy-Medium,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}@media only screen and (max-width:767px){.modal_def-content .title-location{font-size:14px;line-height:16px}}.modal_def-content .btn-modal{display:flex}@media only screen and (max-width:767px){.modal_def-content .btn-modal{flex-direction:column}.modal_def-content .bullet-list__item{padding-left:1rem}.modal_def-content .bullet-list__item:before{left:9px;position:relative}}.modal_def-content .form-career-start__form .form__submit button{max-width:15rem}.modal_def-content .header__title{color:#000;font-family:Gilroy-Medium,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}@media only screen and (max-width:767px){.modal_def-content .header__title{font-size:20px;line-height:24px}}.modal_def-content .header__text{color:#737373;font-family:Gilroy-Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media only screen and (max-width:767px){.modal_def-content .header__text{line-height:16px}}.modal_def-content .header-inner{align-items:center;display:flex}.modal_def-content .header-inner__img{border-radius:50%;max-width:80px}.modal_def-content .header-inner__img img{border-radius:50%}.modal_def-content .header-inner__title{margin-left:1.5rem}.modal_def-content .modal-text{font-family:Gilroy-Regular,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:12px}@media only screen and (max-width:767px){.modal_def-content .modal-text{font-size:14px;line-height:18px}}.modal_def-content .scroll-inner{max-height:72vh}.modal_def-content .scroll-inner .overflow-auto,.overflow-auto .modal_def-content .scroll-inner{overflow:auto}@media(max-height:600px){.modal_def-content .scroll-inner{overflow:auto}}@media(max-width:570px){.modal_def-content .scroll-inner{max-height:74vh}}@media(min-width:571px)and (max-width:768px){.modal_def-content .scroll-inner{max-height:65vh}}.modal_def-content .scroll-inner::-webkit-scrollbar{width:5px}.modal_def-content .scroll-inner::-webkit-scrollbar-thumb{background-color:#dedede;border:.25rem solid #dedede;border-radius:.5rem}.modal_def-content .scroll-inner:has(.show-error){overflow:auto}.modal_def-content .overflow-auto{overflow:auto}.modal_def .modal__body{padding:1rem}@media only screen and (max-width:767px){.modal_def .modal__body{padding:0}}.modal_def .modal__close{right:1rem;top:1rem}@media only screen and (max-width:767px){.modal_def .modal__close{height:16px;width:16px}}.modal_def .btn-modal__checkin{background-color:#000;border-radius:24px;color:#fff;font-family:Gilroy-SemiBold,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px;line-height:48px;padding:0 24px}@media only screen and (max-width:767px){.modal_def .btn-modal__checkin{font-size:14px;line-height:40px}}.modal_def .btn-modal__close{border:1px solid #dedede;border-radius:24px;color:#000;font-family:Gilroy-SemiBold,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px;line-height:48px;margin-left:1rem;padding:0 24px;transition:all .33s ease}.modal_def .btn-modal__close:hover{border-color:#8bc540}@media only screen and (max-width:767px){.modal_def .btn-modal__close{font-size:14px;line-height:40px;margin-left:0;margin-top:.5rem}}.starRate{background-color:#fff;border-radius:2px;bottom:0;box-shadow:0 8px 40px rgba(30,27,27,.1);color:#000;display:none;padding:1.25rem 1.5rem 1.5rem;position:fixed;right:0;top:auto;transform:translateX(100%) scale(0);transition:.3s ease;width:100%;z-index:200}.starRate.active{transform:translateX(0) scale(1);transition:.5s}.starRate__close{height:1.25rem;position:absolute;right:.625rem;top:.625rem;width:1.25rem;z-index:1}.starRate__close:after,.starRate__close:before{background-color:#999;content:"";height:1px;left:50%;position:absolute;top:50%;width:70%}.starRate__close:before{transform:translate(-50%,-50%) rotate(45deg)}.starRate__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.starRate__caption{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.25rem;margin:0 auto 1rem}.starRate__fieldset{display:flex;flex-direction:row-reverse;height:2rem;justify-content:center;position:relative}.starRate__fieldset label{cursor:pointer;display:block}.starRate__fieldset[data-value="1"] .starRate__field:nth-child(n+5) .starRate__star,.starRate__fieldset[data-value="2"] .starRate__field:nth-child(n+4) .starRate__star,.starRate__fieldset[data-value="3"] .starRate__field:nth-child(n+3) .starRate__star,.starRate__fieldset[data-value="4"] .starRate__field:nth-child(n+2) .starRate__star,.starRate__fieldset[data-value="5"] .starRate__field:nth-child(n+1) .starRate__star{display:none}.starRate__fieldset[data-value="1"] .starRate__field:nth-child(n+5) .starRate__star-fill,.starRate__fieldset[data-value="2"] .starRate__field:nth-child(n+4) .starRate__star-fill,.starRate__fieldset[data-value="3"] .starRate__field:nth-child(n+3) .starRate__star-fill,.starRate__fieldset[data-value="4"] .starRate__field:nth-child(n+2) .starRate__star-fill,.starRate__fieldset[data-value="5"] .starRate__field:nth-child(n+1) .starRate__star-fill{display:block}.starRate__form{overflow:hidden;transition:.3s}.starRate__form .starRate__raiting .starRate__fieldset:hover .starRate__field .starRate__star{display:block}.starRate__form .starRate__raiting .starRate__fieldset:hover .starRate__field .starRate__star-fill{display:none}.starRate__raiting{overflow:hidden}.starRate__field{width:3rem}.starRate__field:first-of-type{width:2rem}.starRate__field:hover .starRate__star,.starRate__field:hover~.starRate__field .starRate__star{display:none!important}.starRate__field:hover .starRate__star-fill,.starRate__field:hover~.starRate__field .starRate__star-fill{display:block!important}.starRate__star-fill{display:none}.starRate__wrapper{height:0;overflow:hidden;position:relative}.starRate__textarea{border:1px solid #dedede;border-radius:8px;color:inherit;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;height:7.3125rem;line-height:1.25rem;margin:1rem 0;outline:none;padding:12px;resize:none;width:100%}.starRate__textarea::placeholder{color:#737373}.starRate__textarea:focus,.starRate__textarea:hover{border-color:#000!important}.starRate__submit{align-items:center;background-color:#000;border:1px solid #000;border-radius:24px;color:#fff;display:flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;height:2.375rem;justify-content:center;line-height:1rem;margin:0 auto;transition:.3s;width:100%}.starRate__submit:hover{background-color:#fff;color:#000;transition:.3s}.starRate__submit:active{background-color:#000;color:#fff;transform:scale(.99);transition:.3s}.starRate__submited{align-items:flex-end;display:flex;height:0;justify-content:center;overflow:hidden;transition:.3s}.starRate__submited svg{margin-right:.75rem;min-width:1.25rem}.starRate__desc{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.25rem;margin:0}.starRate__desc.green{color:#67a511}.starRate__error-wrap{margin-top:1.25rem}.starRate__error-wrap .usefulness-survey__error{text-align:center}.starRate__error{color:#e14646;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem}.starRate__clear{height:.8125rem;position:absolute;right:1.25rem;top:2.125rem;width:.8125rem}.starRate__clear:after,.starRate__clear:before{background-color:#999;content:"";height:1px;left:50%;position:absolute;top:50%;width:100%}.starRate__clear:before{transform:translate(-50%,-50%) rotate(45deg)}.starRate__clear:after{transform:translate(-50%,-50%) rotate(-45deg)}@media(min-width:768px){.starRate{bottom:auto;max-width:22rem;top:50%}.starRate__caption{margin-left:0}.starRate__fieldset{justify-content:flex-end}.starRate__submited{justify-content:flex-start}.starRate__error{font-size:.875rem}}.loader{align-items:center;background-color:hsla(0,0%,100%,.5);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:110}.loader svg{animation:rotation 10s infinite}.academy-investments .loader,.page-theme-dark .loader{background-color:rgba(0,0,0,.5)}.academy-investments .loader circle,.page-theme-dark .loader circle{stroke:#fff}.header-buttons__search{overflow:hidden;position:relative;transition:.3s;width:48px}.header-buttons__search svg{display:block;margin-right:1rem;transition:.3s}.header-buttons__search path{transition:.3s}.header-buttons__search:hover path{fill:#8bc540;transition:.3s}.header-buttons__search:after,.header-buttons__search:before{background-color:#000;content:"";height:1.5rem;height:100%;left:20%;opacity:0;position:absolute;top:0;transition:.3s;width:1.5rem;width:2px}.header-buttons__search.active svg{opacity:0;transition:.3s}.header-buttons__search.active:before{opacity:1;transform:rotate(45deg);transition:.3s}.header-buttons__search.active:after{opacity:1;transform:rotate(-45deg);transition:.3s}@media(min-width:980px){.header-buttons__search{width:64px}.header-buttons__search svg{margin-right:2rem}.header-buttons__search.active{width:0}.header-buttons__search.active svg{opacity:1}.header-buttons__search.active:after,.header-buttons__search.active:before{display:none}}.academy-investments .header-buttons__search path,.page-theme-dark .header-buttons__search path{fill:#fff}.academy-investments .header-buttons__search:hover path,.page-theme-dark .header-buttons__search:hover path{fill:#a3d562}.academy-investments .header-buttons__eng,.page-theme-dark .header-buttons__eng{color:#fff}.academy-investments .header-buttons__eng:hover,.page-theme-dark .header-buttons__eng:hover{color:#a3d562}.search{background-color:#fff;height:0;left:0;overflow:hidden;pointer-events:none;position:fixed;right:0;transition:.3s;z-index:313}.search.active{bottom:0;overflow:visible;pointer-events:all}.search.active .search__container{opacity:1;transition:.5s}.search__container{margin:0 auto;max-width:100rem;opacity:0;padding:1.5rem 0 0;position:relative;transition:.5s}.search__close{display:none}.search__title{color:#000;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.75rem;line-height:2rem;margin-bottom:1.25rem;padding:0 1.25rem;text-align:center}.search__wrapper{height:calc(100vh - 190px);overflow-y:scroll;padding:0 1.25rem 1.5rem}.search__wrapper::-webkit-scrollbar{width:14px}.search__wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#c9d0d2;border:4px solid transparent;border-radius:7px}.search.is-mac .search__wrapper{height:calc(100vh - 240px)}.search__field-wrap{position:relative}.search__field{align-items:center;border:1px solid #dedede;border-radius:24px;color:#000;display:flex;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;height:3rem;line-height:1.25rem;margin-bottom:.75rem;padding:.75rem 1rem;transition:.3s;width:100%}.search__field::placeholder{color:#737373}.search__field:hover{border-color:#8bc540;transition:.3s}.search__clear{height:1.25rem;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);transition:.3s;width:1.25rem}.search__clear:after,.search__clear:before{background-color:#77798c;content:"";height:1px;left:50%;position:absolute;top:50%;transition:.3s;width:.9375rem}.search__clear:before{transform:translate(-50%,-50%) rotate(45deg)}.search__clear:after{transform:translate(-50%,-50%) rotate(-45deg)}.search__clear:hover:after,.search__clear:hover:before{background-color:#000;transition:.3s}.search__clear:active{background-color:#77798c;transform:scale(.98);transition:.3s}.search__submit{align-items:center;background-color:#1e1b1b;border:1px solid #000;border-radius:24px;color:#fff;display:flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;justify-content:center;line-height:1.25rem;margin-bottom:1.5rem;min-height:2.875rem;padding:.75rem 1rem;transition:.3s;width:100%}.search__submit:hover{background-color:#fff;color:#000;transition:.3s}.search__submit:active{background-color:#1e1b1b;color:#fff;transform:scale(.98);transition:.3s}.search__tags{display:flex;margin-bottom:.75rem;margin-right:-20px;overflow-x:scroll;padding-bottom:.75rem}.search__tags::-webkit-scrollbar{width:14px}.search__tags::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#c9d0d2;border:4px solid transparent;border-radius:7px}.search__tag{position:relative}.search__label{border:1px solid #dedede;border-radius:24px;color:#000;cursor:pointer;display:inline-block;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;height:3rem;line-height:1.25rem;margin-right:.25rem;padding:.875rem 1.5rem;transition:.3s;white-space:nowrap;width:auto}.search__label:hover{border-color:#8bc540;transition:.3s}.search__result{position:relative}.search__subtitle{color:#000;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.75rem;margin-bottom:1rem}.search__subtitle:last-of-type{margin-bottom:1.5rem}.search__popular-list{display:flex;flex-wrap:wrap;margin-bottom:1rem;max-width:51.875rem}.search__popular-link{border-bottom:1px solid #dedede;color:#000;display:inline-block;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25rem;margin-bottom:.5rem;margin-right:1rem;padding:.5rem 0;transition:.3s}.search__popular-link:hover{border-color:#8bc540;transition:.3s}.search__popular-link:active{color:#8bc540;transform:scale(.98);transition:.3s}.search__directions-list{display:flex;flex-wrap:wrap}.search__direction-item{margin-bottom:1.5rem;width:100%}.search__direction-link{display:flex}.search__direction-link:hover .search__direction-title{color:#67a511;transition:.3s}.search__direction-img{margin-right:.75rem;max-height:3rem;max-width:3rem;min-height:3rem;min-width:3rem}.search__direction-title{color:#000;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25rem;margin-bottom:.25rem;transition:.3s}.search__direction-desc{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem}.search__empty{display:flex;flex-direction:column;height:70%;justify-content:center}.search__empty .search__subtitle{margin-bottom:2rem}.search__empty .search__desc{color:#000;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.5rem;line-height:1.75rem;margin-bottom:1.5rem}.search__empty .search__popular-list{margin:0 auto}.search__chosen-type{display:none}.search input[type=radio]:checked+label{background-color:#8bc540;border-color:#8bc540;transition:.3s}.search__hiden-trigger{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:1}@media(min-width:768px){.search__container{padding:2rem 0 0}.search__title{font-size:2rem;line-height:2.25rem;margin-bottom:1.5rem;padding:0 1.5rem}.search__wrapper{height:calc(100vh - 180px);padding:0 1.5rem}.search__filedgroup{display:flex;margin-bottom:1.5rem}.search__filedgroup:last-of-type{margin-bottom:.5rem}.search__field-wrap{margin:0 .5rem 0 0;width:100%}.search__field{margin:0;padding:.75rem 1.625rem}.search__submit{display:inline-block;margin:0;min-width:10.75rem;width:auto}.search__subtitle{font-size:2rem;line-height:2.25rem;margin-bottom:1.5rem}.search__popular-list{margin-bottom:2rem}.search__directions-list{justify-content:space-between}.search__direction-item{width:calc(50% - 20px)}.search__chosen-type{background-color:#a3d562;border-radius:24px;color:#000;cursor:pointer;display:inline-block;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;left:10px;line-height:1.25rem;padding:.3125rem 2.125rem .3125rem 1rem;position:absolute;top:50%;transform:translateY(-50%);transition:.3s;width:auto}.search__chosen-type:after,.search__chosen-type:before{background-color:#000;content:"";height:10px;position:absolute;right:16px;top:50%;width:2px}.search__chosen-type:before{transform:translateY(-50%) rotate(45deg)}.search__chosen-type:after{transform:translateY(-50%) rotate(-45deg)}.search__chosen-type:hover{background-color:#8bc540;transition:.3s}.search__empty .search__desc,.search__empty .search__subtitle{text-align:center}}@media(min-width:1200px){.search__subtitle{margin-bottom:1rem}.search__close{display:block;height:2.375rem;position:absolute;right:2.8125rem;top:.9375rem;width:2.375rem}.search__close:after,.search__close:before{background-color:#000;border-radius:10px;content:"";height:2px;left:50%;position:absolute;top:50%;width:100%}.search__close:before{transform:translate(-50%,-50%) rotate(45deg)}.search__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.search__container{padding:1.5rem 0 0}.search__title{font-size:3rem;line-height:3.25rem;padding:0 7.5rem;text-align:start}.search__wrapper{height:auto;overflow:hidden;padding:0}.search.is-mac .search__wrapper{height:auto}.search__form{padding:0 7.5rem}.search__result{height:calc(100vh - 280px);overflow-y:scroll;padding:0 7.5rem 4.375rem}.search__result::-webkit-scrollbar{width:14px}.search__result::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#c9d0d2;border:4px solid transparent;border-radius:7px}.search.is-mac .search__result{height:calc(100vh - 350px)}.search__popular-list{margin-bottom:2.25rem}.search__directions-list{justify-content:flex-start;max-width:65rem}.search__direction-item{margin-right:1.5rem;width:20rem}.search__tags{margin-bottom:.5rem;padding-bottom:0}}.academy-investments .search,.page-theme-dark .search{background-color:#1e1b1b}.academy-investments .search__close:after,.academy-investments .search__close:before,.page-theme-dark .search__close:after,.page-theme-dark .search__close:before{background-color:#fff}.academy-investments .search__desc,.academy-investments .search__direction-title,.academy-investments .search__popular-link,.academy-investments .search__subtitle,.academy-investments .search__title,.page-theme-dark .search__desc,.page-theme-dark .search__direction-title,.page-theme-dark .search__popular-link,.page-theme-dark .search__subtitle,.page-theme-dark .search__title{color:#fff}.academy-investments .search__field,.page-theme-dark .search__field{background-color:#1e1b1b;border-color:#fff;caret-color:#fff;color:#fff}.academy-investments .search__label,.academy-investments .search__submit,.page-theme-dark .search__label,.page-theme-dark .search__submit{background-color:#fff;border-color:#fff;color:#252628}.academy-investments .search__label:hover,.academy-investments .search__submit:hover,.page-theme-dark .search__label:hover,.page-theme-dark .search__submit:hover{background-color:transparent;color:#fff}.s-response{max-width:100%;overflow:hidden}.s-response__list{border-bottom:1px solid #dedede}.s-response__item,.s-response__list{margin-bottom:1.5rem}.s-response__link{color:#000}.s-response__link:hover .s-response__title{color:#8bc540;transition:.3s}.s-response__file-link,.s-response__link.disabled:hover .s-response__title{color:#000}.s-response__file-link:hover .s-response__file span{color:#8bc540;transition:.3s}.s-response__sub{color:#000;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.s-response__sub:before{background-color:#000;border-radius:50%;content:"";height:6px;left:7px;position:absolute;top:50%;transform:translateY(-50%);width:6px}.s-response__title{color:#000;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25rem;margin-bottom:.5rem;transition:.3s}.s-response__desc{-ms-line-clamp:2;-webkit-line-clamp:2;line-clamp:2;word-wrap:break-word;-webkit-box-orient:vertical;box-orient:vertical;display:-webkit-box;display:box;margin-bottom:1rem;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.s-response__date,.s-response__desc{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem}.s-response__date{margin-bottom:.5rem}.s-response__file-wrap{margin-bottom:1rem}.s-response__file{display:flex;margin-bottom:.875rem}.s-response__file svg{margin-right:.5rem}.s-response__file span{color:#000;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25rem;transition:.3s}.s-response__file-format{display:flex}.s-response__file-format span{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;margin-right:.5rem;text-transform:uppercase}.s-response__show-more{color:inherit;display:block;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;line-height:1rem;margin:0 auto;padding:.625rem 0 1.875rem;transition:.3s}.s-response__show-more svg{margin-bottom:-.3125rem;margin-right:.625rem;transition:.3s}.s-response__show-more:hover svg{animation:rotation 10s ease infinite;transition:.3s}@media(min-width:768px){.s-response__show-more{font-size:1rem;line-height:1.25rem}}.academy-investments .s-response__file span,.academy-investments .s-response__sub,.academy-investments .s-response__title,.page-theme-dark .s-response__file span,.page-theme-dark .s-response__sub,.page-theme-dark .s-response__title{color:#fff}.academy-investments .s-response__sub:before,.page-theme-dark .s-response__sub:before{background-color:#fff}.academy-investments .s-response__show-more,.page-theme-dark .s-response__show-more{color:#fff}.academy-investments .s-response__show-more path,.page-theme-dark .s-response__show-more path{fill:#fff}@keyframes rotation{0%{transform:rotate(0)}10%{transform:rotate(1turn)}20%{transform:rotate(2turn)}30%{transform:rotate(3turn)}40%{transform:rotate(4turn)}50%{transform:rotate(5turn)}60%{transform:rotate(6turn)}70%{transform:rotate(7turn)}80%{transform:rotate(8turn)}90%{transform:rotate(9turn)}to{transform:rotate(10turn)}}.usefulness-survey{background:#f8f8f8;color:#252628;margin-bottom:.25rem;margin-top:3.25rem}.usefulness-survey__container{margin:0 auto;max-width:47rem;overflow:hidden;padding:1.5rem 1rem}.usefulness-survey__title{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.375rem;line-height:1.625rem;text-align:center}.usefulness-survey__title--success{font-family:Gilroy-SemiBold,Arial,sans-serif;margin-bottom:.75rem}.usefulness-survey__fieldgroup-wrap{align-items:center;display:flex;gap:2.5rem;overflow:hidden;transition:.3s}@media(max-width:1280px){.usefulness-survey__fieldgroup-wrap{flex-direction:column;gap:1.5rem}}@media(max-width:767px){.usefulness-survey__fieldgroup-wrap{gap:.75rem}}.usefulness-survey__fieldgroup{align-items:center;display:flex;justify-content:center}.usefulness-survey__radio{margin-right:2.5rem}.usefulness-survey__radio label{align-items:center;cursor:pointer;display:flex}.usefulness-survey__radio span{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5rem}.usefulness-survey__radio:last-of-type{margin-right:0}.usefulness-survey__radio:hover .usefulness-survey__icon{border-color:#8bc540;transition:.3s}.usefulness-survey__icon{align-items:center;border-radius:50%;display:flex;height:3rem;justify-content:center;margin-right:1rem;min-height:3rem;min-width:3rem;transition:.3s;width:3rem}.usefulness-survey__textarea-wrap{max-height:0;overflow:hidden;position:relative;transition:.3s}.usefulness-survey__textarea{border:1px solid #dedede;border-radius:20px;color:inherit;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.25rem;margin:0 auto .375rem;min-height:7.3125rem;outline:none;padding:.875rem 2.75rem .875rem 1.5rem;resize:none;width:100%}.usefulness-survey__textarea::placeholder{color:#737373}.usefulness-survey__textarea:focus{border-color:#000}.usefulness-survey__sub{color:#737373;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem;margin-bottom:.875rem}.usefulness-survey__submit{align-items:center;background-color:#000;border:1px solid #000;border-radius:24px;color:#fff;display:flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;justify-content:center;line-height:1rem;margin:1.5rem auto 0;min-height:2.5rem;min-width:160px;padding:.625rem 1.25rem;position:relative;transition:.3s}@media(max-width:767px){.usefulness-survey__submit{width:100%}}.usefulness-survey__submit.disabled{background-color:transparent;color:#737373;pointer-events:none}.usefulness-survey__submit>div{padding:0!important}.usefulness-survey__submit .preloader{height:20px;margin-right:10px;width:20px}.usefulness-survey__submit:hover{background-color:transparent;color:#252628;transition:.3s}.usefulness-survey__desc{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;text-align:center}.usefulness-survey__desc--error{color:#e14646}.usefulness-survey__clear{height:.8125rem;position:absolute;right:1.25rem;top:1.125rem;width:.8125rem}.usefulness-survey__clear:after,.usefulness-survey__clear:before{background-color:#999;content:"";height:1px;left:50%;position:absolute;top:50%;width:100%}.usefulness-survey__clear:before{transform:translate(-50%,-50%) rotate(45deg)}.usefulness-survey__clear:after{transform:translate(-50%,-50%) rotate(-45deg)}.usefulness-survey__success{max-height:0;overflow:hidden;transition:.3s}.usefulness-survey__error-wrap{margin-top:1.25rem}.usefulness-survey__error-wrap .usefulness-survey__error{text-align:center}.usefulness-survey__error{color:#e14646;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem}@media(min-width:768px){.usefulness-survey{margin-top:6rem}.usefulness-survey__container{padding:2.375rem 0}}@media(min-width:768px)and (max-width:1280px){.usefulness-survey__container{flex-direction:column;padding:2rem 5.25rem}}@media(min-width:768px){.usefulness-survey__title{font-size:2rem;line-height:2.25rem}.usefulness-survey__title--success{margin-bottom:1rem}.usefulness-survey__textarea{margin-bottom:.375rem}.usefulness-survey__sub{font-size:.875rem;margin-bottom:.875rem}.usefulness-survey__submit{font-size:1rem;line-height:1.25rem;min-height:3rem;padding:.75rem 1.5rem}.usefulness-survey__desc{font-size:1rem;line-height:1.5rem}.usefulness-survey__error{font-size:.875rem}}.page-theme-dark .usefulness-survey{background:transparent}.academy-detail-tim .usefulness-survey__title,.academy-investments:not(:has(.academy-investments-page)) .usefulness-survey__title,.page-theme-dark .usefulness-survey__title{color:#fff}.academy-detail-tim .usefulness-survey__radio span,.academy-investments:not(:has(.academy-investments-page)) .usefulness-survey__radio span,.page-theme-dark .usefulness-survey__radio span{color:#fff}.academy-detail-tim .usefulness-survey__textarea,.academy-investments:not(:has(.academy-investments-page)) .usefulness-survey__textarea,.page-theme-dark .usefulness-survey__textarea{background-color:transparent;border-color:#fff;caret-color:#fff;color:#fff}.academy-detail-tim .usefulness-survey__submit,.academy-investments:not(:has(.academy-investments-page)) .usefulness-survey__submit,.page-theme-dark .usefulness-survey__submit{background-color:#fff;border-color:#fff;color:#252628}.academy-detail-tim .usefulness-survey__submit:hover,.academy-investments:not(:has(.academy-investments-page)) .usefulness-survey__submit:hover,.page-theme-dark .usefulness-survey__submit:hover{background-color:transparent;color:#fff}#academy-faq-form{margin-bottom:52px;padding-bottom:0}@media(min-width:768px){#academy-faq-form{margin-bottom:96px}}.analytics-section{margin-bottom:4rem;padding:0 1rem}.analytics-section .arrow-button.black-arrow:hover{background-color:transparent}.analytics-section__list{margin-bottom:1rem}.analytics-section__item{margin-bottom:1rem;min-height:20rem;position:relative}.analytics-section__item:last-of-type{margin-bottom:0}.analytics-section .a-as-tabs-table{padding:1rem}.analytics-section .a-as-article-header{margin-bottom:2rem}.analytics-section .a-as-article-header__title{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:2rem;line-height:2.25rem}.analytics-section .a-as-article-header__date{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;margin:0}.analytics-section .a-as-tabs-table__nav{margin-bottom:1.125rem}.analytics-section .a-as-tabs-table__nav-btn{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem}.analytics-section .a-table tr,.analytics-section .a-table tr:last-of-type{padding:.75rem 0}.analytics-section .a-table tr.title-row{border-bottom:1px solid #dedede!important}.analytics-section .a-table tbody tr:first-of-type td{padding-top:0}.analytics-section .a-table th{color:#6d6d6d;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.75rem;line-height:1rem;padding-bottom:.75rem}.analytics-section .a-table td{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem}.analytics-section .a-as-tabs-table__container{margin-bottom:2rem}.analytics-section .a-as-article-footer{padding:0}.analytics-section .a-as-article-footer__desc{color:#6d6d6d;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem}.analytics-section .a-as-article-footer__desc b{color:#252628}.analytics-section .a-as-info-block{background-color:#c3dbff;justify-content:flex-start;min-height:auto;padding:1rem}.analytics-section .a-as-info-block .a-as-article-header{margin-bottom:3rem}.analytics-section .a-as-info-block__wrapper{margin-bottom:.75rem}.analytics-section .a-as-info-block__wrapper:last-of-type{margin-bottom:3rem}.analytics-section .a-as-info-block__subtitle{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:2rem;line-height:2.25rem;margin-bottom:.25rem}.analytics-section .a-as-info-block__desc{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;line-height:1.25rem}.analytics-section .a-as-info-block__desc--less{font-family:Gilroy-Medium,Arial,sans-serif;margin-bottom:0}.analytics-section .a-m-analysis__wrapper{display:flex;flex-direction:column;margin-bottom:2rem}.analytics-section .a-m-analysis__title{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:2rem;line-height:2.25rem;margin-bottom:.5rem;order:1}.analytics-section .a-m-analysis__date{order:2}.analytics-section .a-m-analysis__date,.analytics-section .a-m-analysis__desc{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;margin:0}.analytics-section .a-m-analysis__container{margin-bottom:2rem}.analytics-section .a-m-analysis__container:last-of-type{margin-bottom:0}.analytics-section .a-m-analysis table tbody tr td{padding-bottom:0;padding-top:1rem}.analytics-section .a-m-analysis table tbody tr:first-of-type td{padding-bottom:0;padding-top:.875rem}.analytics-section .a-m-analysis table tbody tr:last-of-type td{padding-bottom:.875rem}.analytics-section .a-m-analysis table td{color:#6d6d6d;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;line-height:1.25rem}.analytics-section .a-m-analysis table td:first-of-type{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem}.analytics-section .a-m-analysis__footer{justify-content:space-between;padding-top:2rem}.analytics-section .a-m-analysis__link{margin-right:0}.analytics-section .a-arrow-icon{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5rem}.analytics-section .a-arrow-icon:before{height:2px}.analytics-section .a-arrow-icon:after{border-width:2px}@media(min-width:768px){.analytics-section__list{padding-top:2rem}.analytics-section__item{min-height:16rem}.analytics-section .a-as-tabs-table{min-height:auto;padding:1.5rem}.analytics-section .a-as-article-footer,.analytics-section .a-as-tabs-table__container{margin-left:auto;width:50%}.analytics-section .a-as-article-header{left:1.5rem;max-width:45%;position:absolute}.analytics-section .a-as-tabs-table__nav-btn{font-size:1rem;line-height:1.5rem}.analytics-section .a-table tr,.analytics-section .a-table tr:last-of-type{padding:.5rem 0}.analytics-section .a-table th{font-size:.875rem;line-height:1.25rem}.analytics-section .a-table td{font-size:1rem;line-height:1.5rem}.analytics-section .a-as-tabs-table__container{margin-bottom:1.75rem}.analytics-section .a-as-article-footer__desc{font-size:.875rem;line-height:1.25rem}.analytics-section .a-as-info-block{padding:1.5rem}.analytics-section .a-as-info-block__wrapper{margin-left:auto;width:50%}.analytics-section .a-as-info-block__wrapper:first-of-type{margin-top:0}.analytics-section .a-as-info-block__desc,.analytics-section .a-as-info-block__subtitle{text-align:left}.analytics-section .a-m-analysis__container{margin-left:auto;width:50%}.analytics-section .a-m-analysis__wrapper{align-items:flex-start;left:1.5rem;max-width:45%;position:absolute}.analytics-section .a-as-article-header__title,.analytics-section .a-m-analysis__title{font-size:1.25rem;line-height:1.5rem}.analytics-section .a-m-analysis__container{margin-bottom:2rem}.analytics-section .a-m-analysis__container:last-of-type{margin-bottom:0}.analytics-section .a-m-analysis table tbody tr td,.analytics-section .a-m-analysis table tbody tr:first-of-type td{padding-top:.75rem}.analytics-section .a-m-analysis table tbody tr:last-of-type td{padding-bottom:.75rem}.analytics-section .a-m-analysis table td:first-of-type{font-size:.875rem;line-height:1.25rem}.analytics-section .a-m-analysis__footer{justify-content:flex-start;padding-top:2rem}.analytics-section .a-m-analysis__link{margin-right:1.5rem}}@media(min-width:1025px){.analytics-section .a-m-analysis{min-height:auto;padding:1.5rem;width:100%}}@media(min-width:1124px){.analytics-section{position:relative}.analytics-section .grid-wrapper__link{position:absolute;right:40px;top:54px}.analytics-section .grid-wrapper__link a{margin:0}.analytics-section__list{padding-top:0}}@media(min-width:1300px){.analytics-section{margin-left:auto;margin-right:auto;max-width:100rem;padding-left:2.5rem;padding-right:2.5rem}.analytics-section__list{display:flex;justify-content:space-between}.analytics-section__item{width:calc(33% - 11px)}.analytics-section .a-as-article-header,.analytics-section .a-m-analysis__wrapper{max-width:none;position:static}.analytics-section .a-as-article-footer,.analytics-section .a-as-info-block__wrapper,.analytics-section .a-as-tabs-table__container,.analytics-section .a-m-analysis__container{width:100%}.analytics-section .a-as-info-block__desc,.analytics-section .a-as-info-block__subtitle{text-align:center}.analytics-section .a-as-tabs-table{min-height:37.5rem;padding:2rem}.analytics-section .a-as-tabs-table__nav{margin-bottom:2.25rem;margin-top:4.625rem}.analytics-section .a-table tr:last-of-type{border-bottom:1px solid #dedede}.analytics-section .a-as-info-block{justify-content:space-between;min-height:37.5rem;padding:2rem}.analytics-section .a-m-analysis{justify-content:flex-start;min-height:37.5rem;padding:2rem}.analytics-section .a-m-analysis__wrapper{margin-bottom:3.25rem;margin-bottom:2rem}.analytics-section .a-m-analysis table th:first-of-type{padding-right:5rem}.analytics-section .a-m-analysis__container:last-of-type{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}}@media(min-width:1400px){.analytics-section .a-as-article-header__title{font-size:2rem;line-height:2.25rem}.analytics-section .a-as-info-block__subtitle{font-size:4.25rem;line-height:4.25rem}.analytics-section .a-as-info-block__desc{font-size:1rem;line-height:1.5rem}.analytics-section .a-m-analysis__title{font-size:2rem;line-height:2.25rem}.analytics-section .a-m-analysis table td:first-of-type,.analytics-section .a-m-analysis__desc{font-size:1rem;line-height:1.5rem}}@media screen and (max-width:767px){.analytics-section .a-as-article-header__title{font-size:1.125rem;line-height:1.5rem}.analytics-section .a-as-article-header{margin-bottom:.75rem}.analytics-section .a-as-info-block .a-as-article-header{margin-bottom:3rem}.analytics-section .a-m-analysis__wrapper{margin-bottom:24px}}.telegram-block{bottom:2rem;position:fixed;right:6.75rem;z-index:10}@media(max-width:430px){.telegram-block{bottom:0;right:50%;transform:translateX(50%);width:20rem}}.telegram-block__popup{align-items:center;background:#fff;border-radius:.5rem;box-shadow:0 .5rem 1.5rem 0 rgba(0,0,0,.059);box-sizing:border-box;display:flex;flex-direction:column;padding:1.25rem 1.3125rem;position:relative;width:16.1875rem}@media only screen and (max-width:767px){.telegram-block__popup{padding:1.25rem 1rem;width:20rem}}.telegram-block__popup-qr{height:9.4375rem;margin-bottom:1rem;width:9.4375rem}@media only screen and (max-width:767px){.telegram-block__popup-qr{display:none}}.telegram-block__popup-block{display:none;gap:.75rem}@media only screen and (max-width:767px){.telegram-block__popup-block{display:flex}}.telegram-block__popup-block-icon{height:3rem;width:3rem}.telegram-block__popup-close{cursor:pointer;position:absolute;right:.75rem;top:.75rem}@media only screen and (max-width:767px){.telegram-block__popup-close{right:.5rem;top:.5rem}}.telegram-block__popup-link{border-bottom:.0625rem solid #000;color:#000}.telegram-block__popup-link-button{background:#252628;border-radius:1.25rem;color:#fff;display:none;font-family:Gilroy-SemiBold,sans-serif;font-size:.875rem;line-height:1.25rem;margin-top:1rem;padding-bottom:.625rem;padding-top:.625rem;text-align:center;width:100%}@media only screen and (max-width:767px){.telegram-block__popup-link-button{display:block}}.telegram-block__popup-text{font-family:Gilroy-SemiBold,sans-serif;font-size:.875rem;line-height:1.25rem;margin-bottom:0;text-align:center}@media only screen and (max-width:767px){.telegram-block__popup-text{display:none;font-size:.75rem;line-height:1rem;text-align:unset}}.telegram-block__popup-text_mobile{display:none}@media only screen and (max-width:767px){.telegram-block__popup-text_mobile{display:block}}.pagelinks{color:#252628;margin-top:52px}.pagelinks__container{margin:64px auto;max-width:1264px;overflow:hidden;padding:0 16px}.pagelinks__title{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:22px;line-height:26px;margin-bottom:24px;text-align:center}.pagelinks__link{align-items:center;background-color:#fff;border:1px solid #dedede;border-radius:24px;color:#252628;display:flex;flex-grow:0;flex-shrink:1;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:14px;gap:2px;justify-content:center;line-height:38px;min-width:0;padding:0 20px;transition:.3s}.pagelinks__link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagelinks__link:hover{border-color:#a3d562;transition:.3s}.pagelinks__link:active{background-color:#a3d562;color:#000;transform:scale(.99);transition:.3s}.pagelinks__wrapper{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}@media(min-width:768px){.pagelinks__container{margin:72px auto}.pagelinks__title{margin-bottom:32px}.pagelinks__wrapper{gap:16px}.pagelinks__link{font-size:16px;line-height:48px}}@media(min-width:1025px){.pagelinks__container{margin:96px auto}}.page-theme-dark .pagelinks__title{color:#fff}.page-theme-dark .pagelinks__link{background-color:transparent;color:#fff}.page-theme-dark .pagelinks__link svg path{fill:#fff}@keyframes load{to{transform:rotate(1turn)}}.preloader{--_m:conic-gradient(#0000,#000),linear-gradient(#000 0 0) content-box;animation:load .7s linear infinite;aspect-ratio:1;background:#51ba40;border-radius:50%;box-sizing:border-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;padding:4px;width:25px}.breadcrumb__list{display:flex;margin-right:-.25rem}.breadcrumb__item{margin-right:.25rem}.breadcrumb__item a:hover .category__text{color:#67a511}.breadcrumb__item a:hover .category__text:before{background-color:#67a511}.button{white-space:nowrap}.button_type_primary{background-color:#252628;border:.0625rem solid #252628;border-radius:1.5rem;color:#fff;display:inline-flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;justify-content:center;line-height:1.25;padding:.9375rem 1.5rem .8125rem;transition:all .33s ease}@media only screen and (max-width:979px){.button_type_primary{font-size:.875rem;line-height:1.25;padding:.8125rem 1.25rem .6875rem}}.button_type_primary:hover{background-color:hsla(0,0%,100%,0);border:.0625rem solid #252628;color:#252628}.button_type_primary.disabled,.button_type_primary[disabled]{background-color:#e6e6e6;border-color:#e6e6e6;color:#737373;pointer-events:none}@media only screen and (max-width:1123px){.button_type_primary.tablet-full{justify-content:center;min-width:100%}}.button_type_secondary{border:.0625rem solid #252628;border-radius:1.5rem;color:#252628;display:block;font-family:Gilroy-SemiBold,Arial,sans-serif;max-width:fit-content;padding:.875rem 1.5rem;transition:background-color .33s ease,color .33s ease,border-color .33s ease;width:-webkit-fill-available}@media only screen and (max-width:1123px){.button_type_secondary{min-width:100%;text-align:center}}@media only screen and (max-width:767px){.button_type_secondary{font-size:.875rem}}.button_type_secondary:hover{border-color:#8bc540}@media only screen and (max-width:1123px){.button_type_secondary:hover{border-color:#dedede}}.button_type_secondary:active{background-color:#8bc540;border-color:#8bc540}.button_type_secondary.disabled,.button_type_secondary[disabled]{background-color:#f8f8f8;color:#737373;pointer-events:none}.button_type_secondary.is-filled{background:#fff}.button_type_secondary.with-icon{align-items:center;display:flex}.button_type_secondary.with-icon svg{margin-right:.5rem}@media only screen and (max-width:1123px){.button_type_secondary.fit-content{min-width:unset}.button_type_secondary.m-smaller-padding{padding:.75rem 1.25rem}}.button_type_arrow{height:3rem;width:4rem}@media only screen and (max-width:767px){.button_type_arrow{height:2.5rem;width:3.25rem}}.button_type_arrow_smaller{height:2.5rem;width:3.25rem}.button_type_arrow svg{box-sizing:border-box;display:block}.button_type_arrow svg rect{opacity:0;transition:all .33s ease}.button_type_arrow svg path{transition:all .33s ease}.button_type_arrow:hover svg>path:first-child{fill:#fff}.button_type_arrow:hover svg>path:nth-child(3){fill:#252628;opacity:1}.button_type_arrow:hover svg>rect{opacity:1}.button_type_arrow.disabled svg>path,.button_type_arrow[disabled] svg>path{fill:#f8f8f8}.button_type_arrow.inverted:hover svg>path:first-child{fill:hsla(0,0%,100%,0)}.menu .button_type_arrow.inverted:hover svg>path:first-child{stroke:#8bc540}.button_type_arrow.inverted:hover svg>path:nth-child(3){fill:#fff;opacity:1}.button_type_arrow.inverted:hover svg>rect{opacity:1}.button_type_arrow-horizontal{display:flex;width:fit-content}.button_type_arrow-horizontal svg{height:1.5rem;margin-right:.5rem;width:1.5rem}.button_type_arrow-horizontal span{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5;transition:color .33s ease}.button_type_arrow-horizontal:hover span{color:#8bc540}.button_type_play{align-items:center;border:1px solid #252628;border-radius:50%;display:flex;height:3rem;justify-content:center;width:3rem}.button_type_play svg{display:block;transform:translateX(.1875rem)}.button_type_play svg>path{fill:#252628}.button_type_play:hover{background-color:#252628;border-color:#252628}.button_type_play:hover svg>path{fill:#fff}.button_type_play.disabled,.button_type_play[disabled]{border-color:#dedede}.button_type_play.disabled svg>path,.button_type_play[disabled] svg>path{fill:#dedede}.button_type_download{align-items:center;border:.0625rem solid #dedede;border-radius:1.5rem;display:flex;max-width:fit-content;padding:.9375rem 1.5rem .8125rem;transition:border-color .33s ease}@media only screen and (max-width:767px){.button_type_download{padding:.8125rem 1.25rem .6875rem}}.button_type_download svg{display:block;height:1.25rem;margin-right:.25rem;min-width:1.25rem;width:1.25rem}@media only screen and (max-width:767px){.button_type_download svg{height:1rem;min-width:1rem;width:1rem}}.button_type_download svg>path{fill:#8bc540;stroke:#8bc540}.button_type_download>span{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;transition:color .3s}@media only screen and (max-width:767px){.button_type_download>span{font-size:.875rem;line-height:1.14}}.button_type_download:hover{border-color:#252628}.button_type_download:active{border-color:#a3d562}.button_type_download.disabled,.button_type_download[disabled]{border-color:#dedede}.button_type_download.disabled>span,.button_type_download[disabled]>span{color:#737373}.button_type_download.disabled svg>path,.button_type_download[disabled] svg>path{fill:#dedede;stroke:#dedede}.button_type_download .file-size{color:#737373}.button_type_download.icon-mr-8 svg{margin-right:.5rem}.button_type_download.no-wrap{white-space:nowrap}.button_type_download.no-wrap svg{flex:none}.button_type_download.no-wrap>span:first-of-type{overflow:hidden;text-overflow:ellipsis}.button_type_download.reversed{flex-direction:row-reverse}.button_type_download.reversed>svg{margin-right:0}.button_type_download.reversed>span{margin-right:.25rem}.button_type_download.no-border{border:none;padding:0}.button_type_download.no-border:hover>span{color:#737373}.button_type_download.align-top{vertical-align:top}.button_type_download.size_xl>svg{flex:none;height:1.5rem;margin-right:.5rem;width:1.5rem}@media only screen and (max-width:767px){.button_type_download.size_xl>svg{height:1.25rem;width:1.25rem}}.button_type_download.hover-green-border{transition:border-color .3s ease}.button_type_download.hover-green-border:hover{border-color:#8bc540}.button_type_download.align-top{align-items:flex-start}.button_type_download.size_s{padding:.75rem 1.25rem .75rem .75rem}.button_type_download.size_s>svg{flex:none;height:1rem;width:1rem}.button_type_download.size_s>span{font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;line-height:1.14}.button_type_download.second-font>span{font-family:Gilroy-Medium,Arial,sans-serif;font-weight:400}.button_type_download.second-font:hover>span{color:#67a511}.button_type_download.no-padding{padding:0}.button_type_download.dark{border-color:#252628;transition:border-color .33s ease}.button_type_download.dark span{font-family:Gilroy-SemiBold,Arial,sans-serif;font-weight:400;transition:color .33s ease}.button_type_download.dark:hover{border-color:#fff}.button_type_download.dark:hover span{color:#fff}.button_type_download.dark:hover svg>path{fill:#fff;stroke:#fff}.button_type_download.dark svg>path{fill:#252628;stroke:#252628;transition:fill .33s ease,stroke .33s ease}@media only screen and (max-width:1123px){.button_type_download.tablet-full{justify-content:center;min-width:100%}}@media only screen and (max-width:767px){.button_type_download.mobile-full{justify-content:center;min-width:100%}}.button_type_download__date{color:#737373;display:block;margin-top:.25rem}@media only screen and (max-width:767px){.button_type_download__date{margin-top:.125rem}}.button_type_load-more{align-items:center;color:#252628;column-gap:.5rem;display:inline-flex}.button_type_load-more_alt-color{color:#252628}.button_type_load-more:hover{color:#8bc540;transition:color .33s}.button_type_load-more>span{color:inherit;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.button_type_load-more>span{font-size:.875rem;line-height:1.14}}.button_type_load-more>svg{height:1.25rem;width:1.25rem}@media only screen and (max-width:767px){.button_type_load-more>svg{height:1rem;width:1rem}}.button_type_load-more.white,.page-theme-dark .button_type_load-more{color:#fff}.page-theme-dark .button_type_load-more:hover{color:#67a511}.button_type_load-more.desktop-inverted>span{order:1}.button_type_load-more.desktop-inverted>svg{order:2}@media only screen and (max-width:1123px){.button_type_load-more.desktop-inverted>span{order:2}.button_type_load-more.desktop-inverted>svg{order:1}}.button_type_back{align-items:center;color:#737373;display:inline-flex;font-size:1rem;line-height:1.25}.button_type_back:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 18-8-8 8-8M19 10H1' stroke='%23999'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";flex:0 0 1.25rem;height:1.25rem;margin-right:.5rem;width:1.25rem}.button_type_dashed{border:.0625rem dashed #dedede;border-radius:.25rem;color:#252628;display:block;font-size:1rem;line-height:1.25;max-width:fit-content;padding:.5625rem 1rem .4375rem;transition:color .33s ease}.button_type_dashed:hover{color:#a3d562}.button_type_telegram{align-items:center;background-color:#5b90e0;border-color:#5b90e0;border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:center;max-width:100%;padding:.8125rem 0 .9375rem}.button_type_telegram:active,.button_type_telegram:hover{background-color:#5b90e0;border-color:#5b90e0}@media only screen and (max-width:1123px){.button_type_telegram{font-size:.875rem;line-height:1.14;padding:.8125rem 0 .6875rem}}.button_type_green{background-color:#82bf00;border:1px solid #82bf00;border-radius:1.5rem;color:#fff;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;padding:.8125rem 1.5rem;transition:color .33s ease,border-color .33s ease,background-color .33s ease}@media only screen and (max-width:767px){.button_type_green{font-size:.875rem;padding:.625rem 1rem}}.button_type_green:hover{background-color:#fff;border-color:#252628;color:#252628}.button_type_transition{background-color:transparent;border:.0625rem solid #fff;border-radius:1.5rem;color:#fff;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;padding:.8125rem 1.5rem;transition:border-color .33s ease}@media only screen and (max-width:767px){.button_type_transition{font-size:.875rem;padding:.6875rem 1rem .5625rem}}.button_type_transition:hover{border-color:#8bc540}.button_type_reset{align-items:center;background-color:transparent;border:.0625rem solid #252628;border-radius:1.5rem;color:#000;display:inline-flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;gap:.5rem;line-height:1.25;padding:.8125rem 1.5rem .8125rem 1rem;transition:border-color .33s ease}@media only screen and (max-width:767px){.button_type_reset{font-size:.875rem;height:2.5rem;justify-content:center;padding:.6875rem 1.5rem;width:100%}}.button_type_reset.disabled,.button_type_reset[disabled]{opacity:.3;pointer-events:none}.button_type_reset:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8.586 10-4.95 4.95 1.414 1.414 4.95-4.95 4.95 4.95 1.414-1.414-4.95-4.95 4.95-4.95-1.414-1.414L10 8.586l-4.95-4.95L3.636 5.05 8.586 10Z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:1.25rem;width:1.25rem}@media only screen and (max-width:767px){.button_type_reset:before{height:1rem;width:1rem}}.button_full{max-width:none;width:100%}.button_center-txt{padding-left:.25rem;padding-right:.25rem;text-align:center}.button_white-txt{color:#fff}.button_fit-content{width:fit-content}@media only screen and (max-width:1123px){.button_bigger{font-size:1rem;line-height:1.25;padding:.875rem 1.5rem}}@media only screen and (max-width:767px){.button_bigger{font-size:.875rem;line-height:1.14;padding:.75rem 1.25rem}}.button_text_wrap{overflow:hidden;white-space:normal}@media(max-width:979px){.button_text_wrap{height:44px;padding-bottom:0;padding-top:0}}.tab-button{border:.0625rem solid #dedede;border-radius:1.5rem;color:#252628;display:inline-flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;overflow:hidden;padding:.875rem 1.5rem;text-overflow:ellipsis;transition:all .33s ease;white-space:nowrap}@media only screen and (max-width:1123px){.tab-button{padding:.875rem 1rem .75rem}}.tab-button:hover{border-color:#8bc540}.tab-button.is-active,.tab-button:active{background-color:#252628;border-color:#252628;color:#fff}.tab-button.disabled,.tab-button[disabeld]{border-color:#dedede;color:#737373;pointer-events:none}.toggle-switch{align-items:center;background-color:#f8f8f8;display:flex;flex-direction:row;overflow:hidden}@media only screen and (max-width:1123px){.toggle-switch_scrollable{-ms-overflow-style:none;margin-left:-16px;margin-right:-16px;overflow-x:auto;padding-left:16px;padding-right:16px;scrollbar-width:none}.toggle-switch_scrollable::-webkit-scrollbar{display:none}}.toggle-switch_background_white{background-color:#fff}.toggle-switch_background_white .toggle-switch__button{border-radius:2.5rem}.toggle-switch_with_border{gap:.25rem}.toggle-switch_with_border .toggle-switch__button{border:.0625rem solid #dedede}.toggle-switch_with-margin .toggle-switch__button:first-child{margin:.125rem 0 .125rem .125rem}.toggle-switch_with-margin .toggle-switch__button:last-child{margin:.125rem .125rem .125rem 0}.toggle-switch__button{border-radius:1.5rem;color:#252628;display:inline-flex;flex-shrink:0;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;overflow:hidden;position:relative;text-overflow:ellipsis;transition:all .33s ease;white-space:nowrap}@media only screen and (max-width:767px){.toggle-switch__button{font-size:.875rem;line-height:1.14}}.toggle-switch__button span{padding:.875rem 1.5rem}@media only screen and (max-width:1123px){.toggle-switch__button span{padding:.75rem 1.25rem}}.toggle-switch__button input{cursor:pointer;height:100%;opacity:0;position:absolute;width:100%;z-index:2}.toggle-switch__button.is-active{background-color:#a3d562;border-color:#a3d562;z-index:3}.menu-button{height:1.5rem;position:relative;width:1.5rem}@media only screen and (max-width:767px){.menu-button{height:1.25rem;width:1.25rem}}.menu-button svg{left:0;position:absolute;top:0;transition:transform .3s}.menu-button svg:nth-of-type(2){transform:scale(0)}.page-theme-dark .menu-button svg:nth-of-type(2) path{stroke:#fff}@media only screen and (max-width:767px){.menu-button svg{height:1.25rem;width:1.25rem}}.open .menu-button svg:first-of-type{transform:rotate(1turn) scale(0)}.open .menu-button svg:nth-of-type(2){transform:scale(1)}.search-button{background-image:url(../img/search-icon.svg);background-repeat:no-repeat;background-size:contain;height:1.5rem;min-width:1.5rem;width:1.5rem}@media only screen and (max-width:767px){.search-button{height:1.25rem;min-width:1.25rem;width:1.25rem}}.burger-button{height:1.5rem;width:3.5rem}@media only screen and (max-width:767px){.burger-button{height:1.25rem;width:3rem}}.burger-button svg{height:1.5rem}@media only screen and (max-width:767px){.burger-button svg{height:1.25rem;width:3rem}}.burger-button svg rect{transition:transform .3s}.page-theme-dark .burger-button svg rect{fill:#fff}.open .burger-button svg rect:first-of-type{transform:rotate(45deg) translate(10px,-18px) scaleX(.5)}.open .burger-button svg rect:nth-of-type(2){transform:rotate(-45deg) translate(3px,15px) scaleX(.5)}.radio-check{cursor:pointer;display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;padding-left:1.75rem;position:relative}@media only screen and (max-width:767px){.radio-check{font-size:.75rem;line-height:1.33;padding-top:.125rem}}.radio-check__input{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;width:1px}.radio-check__input:checked+.radio-check__box:before{opacity:1}.radio-check__box{background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;border:1px solid #dedede;border-radius:100%;height:1.25rem;left:0;overflow:hidden;position:absolute;top:0;width:1.25rem}.radio-check__box:before{background-color:#a3d562;border-radius:100%;content:"";height:.625rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .33s ease;width:.625rem}.modal-window.fancybox__content .carousel__button.is-close{background-color:hsla(0,0%,100%,0);color:#252628;height:1.25rem;right:1.5rem;top:1.5rem;width:1.25rem}.modal-window.fancybox__content .carousel__button.is-close svg{filter:none;height:1rem;width:1rem}.modal-video .fancybox__backdrop{background:#1e1b1b}.modal-video .fancybox__slide{padding:4rem 1rem}@media only screen and (max-width:1123px){.modal-video .fancybox__slide{padding:3.25rem 1rem}}.modal-video .carousel__button.is-close{height:2.5rem;right:1.5rem;top:1.5rem;width:2.5rem}.modal-video .carousel__button.is-close svg{height:1.5rem;width:1.5rem}@media only screen and (max-width:1123px){.modal-video .carousel__button.is-close{right:1rem}}@media only screen and (max-width:767px){.modal-video .carousel__button.is-close{right:.5rem}}@media only screen and (max-width:1123px){.modal-video .carousel__button.is-close{top:.75rem}}.modal-gallery .fancybox__backdrop{background:#1e1b1b}.modal-gallery .fancybox__slide{padding:4rem 1rem}@media only screen and (max-width:1123px){.modal-gallery .fancybox__slide{padding:3.25rem 1rem}}.modal-gallery .carousel__button.is-close{height:2.5rem;right:1.5rem;top:1.5rem;width:2.5rem}.modal-gallery .carousel__button.is-close svg{height:1.5rem;width:1.5rem}@media only screen and (max-width:1123px){.modal-gallery .carousel__button.is-close{right:1rem}}@media only screen and (max-width:767px){.modal-gallery .carousel__button.is-close{right:.5rem}}@media only screen and (max-width:1123px){.modal-gallery .carousel__button.is-close{top:.75rem}}.modal-gallery .carousel__button.is-next{height:2.5rem;right:1.5rem;width:2.5rem}.modal-gallery .carousel__button.is-next svg{height:1.5rem;width:1.5rem}@media only screen and (max-width:1123px){.modal-gallery .carousel__button.is-next{right:1rem}}@media only screen and (max-width:767px){.modal-gallery .carousel__button.is-next{right:.5rem}}@media only screen and (max-width:1123px){.modal-gallery .carousel__button.is-next{bottom:.75rem;top:auto;transform:none}}.modal-gallery .carousel__button.is-prev{height:2.5rem;left:1.5rem;width:2.5rem}.modal-gallery .carousel__button.is-prev svg{height:1.5rem;width:1.5rem}@media only screen and (max-width:1123px){.modal-gallery .carousel__button.is-prev{bottom:.75rem;left:1rem;left:.5rem;top:auto;transform:none}.modal-gallery .fancybox__slide:after,.modal-gallery .fancybox__slide:before{display:none}.modal-gallery .fancybox__content{margin-bottom:auto;margin-top:auto}}.modal-gallery .fancybox__caption{font-size:1rem;line-height:1.2}@media only screen and (max-width:1123px){.modal-gallery .fancybox__caption{margin-bottom:-1.875rem}}.modal-gallery .fancybox__viewport{position:relative}.modal-gallery .pagination-fraction{bottom:26px;left:50%;position:absolute;transform:translateX(-50%)}.checkbox{align-items:center;cursor:pointer;display:flex;position:relative}.checkbox input{height:1px;left:0;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:0;width:1px}.checkbox input:checked~.checkbox__field:after{background-color:#8bc540}.checkbox:hover .checkbox__field{border-color:#252628}.checkbox__field{background-color:#fff;border:1px solid #dedede;height:1.25rem;padding:.25rem;position:relative;transition:border-color .3s;width:1.25rem}.checkbox__field:after{background-color:transparent;content:"";display:block;height:.75rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .3s;width:.75rem}.checkbox__text{color:#252628;display:inline-block;font-size:.875rem;line-height:1.43;margin-left:.5rem}.checkbox._golos-text .checkbox__text{font-family:Gilroy-Medium,Arial,sans-serif}.dp__input_wrap{box-sizing:unset;position:relative;width:100%}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_wrap:after{border-left:.3125rem solid transparent;border-right:.3125rem solid transparent;border-top:.375rem solid #252628;content:"";display:block;height:0;pointer-events:none;position:absolute;right:1.625rem;top:calc(50% + .125rem);transform:translateY(-50%);transition:transform .3s ease,border-color .3s;width:0}@media only screen and (max-width:767px){.dp__input_wrap:after{border-left:.25rem solid transparent;border-right:.25rem solid transparent;border-top:.375rem solid #252628}}.dp__input_wrap.open:after{border-top-color:#fff;top:50%;transform:translateY(-50%) rotate(-180deg)}.dp-hover-fill .dp__input_wrap:hover:after,.dp__input_wrap.open:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12 5 6h10l-5 6Z' fill='%23fff'/%3E%3C/svg%3E")}.dp-hover-fill .dp__input_wrap:hover .dp__input,.dp__input_wrap.open .dp__input{background:#252628;color:#fff}.dp-hover-fill .dp__input_wrap:hover .dp__input::placeholder,.dp__input_wrap.open .dp__input::placeholder{color:#fff}.dp__input{background-color:transparent;border:1px solid #dedede;border-radius:6.25rem;box-sizing:border-box;color:var(--dp-text-color);font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;height:3rem;line-height:1.25;outline:none;padding:.875rem 2.5rem .875rem 1.5rem;text-overflow:ellipsis;transition:border-color .3s,background-color .3s,color .3s;width:100%}@media only screen and (max-width:767px){.dp__input{font-size:.875rem;height:2.5rem;line-height:1.14;padding:.75rem 2.25rem .75rem 1rem}}.dp__input::placeholder{color:var(--dp-text-color);font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25}@media only screen and (max-width:767px){.dp__input::placeholder{font-size:.875rem;line-height:1.14}}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{stroke-width:0;box-sizing:content-box;color:var(--dp-icon-color);display:inline-block;font-size:1rem;height:1rem;line-height:1.5rem;padding:6px 12px;width:1rem}.dp__input_icon{color:var(--dp-icon-color);left:0}.dp__clear_icon,.dp__input_icon{position:absolute;top:50%;transform:translateY(-50%)}.dp__clear_icon{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17 17 3M17 17 3 3' stroke='%23999'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;background-size:contain;color:transparent;cursor:pointer;height:1.25rem;min-width:1.25rem;padding:0;right:1.25rem;transition:background-color .3s;width:1.25rem;z-index:1}@media only screen and (max-width:767px){.dp__clear_icon{height:1rem;min-width:1rem;padding-left:.25rem;right:1rem;width:1rem}}.dp__input_wrap.open .dp__clear_icon{background-color:#252628;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 17 17 3M17 17 3 3' stroke='%23FFF'/%3E%3C/svg%3E")}.dp__input_icon_pad{padding-left:35px}.dp__input_valid{box-shadow:0 0 .5rem var(--dp-success-color)}.dp__input_valid,.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 .5rem var(--dp-danger-color)}.dp__input_invalid,.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{background:var(--dp-background-color);border-radius:.5rem;box-shadow:0 8px 40px rgba(27,27,27,.1);font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;padding:2rem 2.5rem;position:absolute;-webkit-user-select:none;user-select:none}@media only screen and (max-width:767px){.dp__menu{padding:1.5rem}}.dp__menu:focus{outline:none}.dp__menu_months .dp__calendar{min-width:17.25rem}@media only screen and (max-width:767px){.dp__menu_months .dp__calendar{min-width:11.25rem}}.dp__menu_months .dp__calendar>div{max-height:10rem}@media only screen and (max-width:767px){.dp__menu_months .dp__action_buttons{margin-top:1rem}.dp__menu_months .dp__month_year_row{margin-bottom:1rem}}.dp__menu_index{z-index:99999}.dp__menu_disabled,.dp__menu_readonly{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.dp__menu_disabled{background:hsla(0,0%,100%,.5);cursor:not-allowed}.dp__menu_readonly{background:transparent;cursor:default}.dp__arrow_top{border-left:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);display:none;top:-1px;transform:translate(-50%,-50%) rotate(45deg)}.dp__arrow_bottom,.dp__arrow_top{background-color:var(--dp-background-color);height:12px;left:50%;position:absolute;width:12px}.dp__arrow_bottom{border-bottom:1px solid var(--dp-menu-border-color);border-right:1px solid var(--dp-menu-border-color);bottom:-1px;transform:translate(-50%,50%) rotate(45deg)}.dp__now_wrap{padding:2px 0;text-align:center}.dp__now_button{background:transparent;border:1px solid var(--dp-primary-color);border-radius:.5rem;color:var(--dp-primary-color);cursor:pointer;font-size:1rem;font-weight:700;padding:0 4px}.dp__preset_ranges{border-right:1px solid var(--dp-border-color);padding:5px}.dp__preset_range{padding:5px}.dp__preset_range:hover{background-color:var(--dp-hover-color);cursor:pointer}.dp__menu_content_wrapper{display:flex}.dp__calendar_wrap{flex:0;flex-direction:column;font-family:Gilroy-Medium,Arial,sans-serif}.db__calendar_header,.dp__calendar_wrap{align-items:center;display:flex;justify-content:center}.db__calendar_header{color:var(--dp-text-color);font-weight:700;margin-bottom:.5rem;position:relative;white-space:nowrap}.dp__calendar_header_item{color:#737373;flex-grow:1;font-size:.875rem;font-weight:400;height:1.25rem;line-height:1.43;margin:0;text-align:center;width:2.5rem}@media only screen and (max-width:767px){.dp__calendar_header_item{width:2rem}}.dp__calendar_row{align-items:center;display:flex;justify-content:center}.dp__calendar_item{box-sizing:border-box;color:var(--dp-text-color);flex-grow:1;text-align:center}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:.5rem}.dp__cell_inner{align-items:center;border:1px solid transparent;box-sizing:border-box;display:flex;font-size:1rem;height:2.5rem;justify-content:center;line-height:1.5;position:relative;text-align:center;width:2.5rem}@media only screen and (max-width:767px){.dp__cell_inner{font-size:.875rem;height:2rem;line-height:1.43;width:2rem}}.dp__cell_inner:hover{background:#a3d562}.dp__date_hover_start:hover{border-bottom-right-radius:0;border-top-right-radius:0}.dp__date_hover_end:hover{border-bottom-left-radius:0;border-top-left-radius:0}.dp__active_date,.dp__active_date:hover,.dp__range_end,.dp__range_end:hover,.dp__range_start,.dp__range_start:hover{background:#8bc540}.dp__date_hover:hover,.dp__date_hover_end:hover,.dp__date_hover_start:hover{background:#a3d562;color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_offset.dp__range_between,.dp__cell_offset.dp__range_end,.dp__cell_offset.dp__range_start,.dp__cell_offset:hover{color:#252628}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:#f8f8f8}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-bottom:1px dashed var(--dp-primary-color);border-radius:0;border-top:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-left:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-right:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{background:#dedede;height:1px;margin-bottom:1rem;width:100%}@media only screen and (max-width:767px){.dp__calendar_header_separator{margin-bottom:.75rem}}.dp__calendar_next{margin-left:10px}.dp__marker_dot,.dp__marker_line{background-color:var(--dp-marker-color);bottom:0;height:5px;position:absolute}.dp__marker_dot{border-radius:50%;left:50%;transform:translateX(-50%);width:5px}.dp__marker_line{left:0;width:100%}.dp__marker_tooltip{background-color:var(--dp-tooltip-color);border:1px solid var(--dp-border-color);border-radius:.5rem;box-sizing:border-box;cursor:default;padding:5px;position:absolute;z-index:99999}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{align-items:center;color:var(--dp-text-color);display:flex;flex-flow:row nowrap}.dp__tooltip_mark{background-color:var(--dp-text-color);border-radius:50%;color:var(--dp-text-color);height:5px;margin-right:5px;width:5px}.dp__arrow_bottom_tp{background-color:var(--dp-tooltip-color);border-bottom:1px solid var(--dp-border-color);border-right:1px solid var(--dp-border-color);bottom:0;height:8px;left:50%;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:8px}.dp__instance_calendar{position:relative}@media only screen and (max-width:600px){.dp__flex_display{flex-direction:column}}.dp__month_year_row{align-items:center;display:flex;height:1.25rem;justify-content:center;margin-bottom:2rem}@media only screen and (max-width:767px){.dp__month_year_row{margin-bottom:1.5rem}}.dp__inner_nav{align-items:center;cursor:pointer;display:flex;height:25px;justify-content:center;width:25px}.dp__inner_nav svg{height:1.25rem;width:1.25rem}.dp__month_year_col_nav:first-of-type{margin-right:auto}.dp__month_year_col_nav:last-of-type{margin-left:auto}.dp__month_year_select{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.5;padding:0 .25rem;pointer-events:none;text-transform:capitalize}._allow-changes .dp__month_year_select{cursor:pointer;pointer-events:auto}@media only screen and (max-width:767px){.dp__month_year_select{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;padding:0 .125rem}}.dp__overlay{background:var(--dp-background-color);box-sizing:border-box;color:var(--dp-text-color);font-family:Gilroy-Medium,Arial,sans-serif;height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:opacity 1s ease-out;width:17.25rem;z-index:99999}@media only screen and (max-width:767px){.dp__overlay{width:11.25rem}}.dp__overlay::-webkit-scrollbar-track{background-color:var(--dp-scroll-bar-background);box-shadow:var(--dp-scroll-bar-background)}.dp__overlay::-webkit-scrollbar{background-color:var(--dp-scroll-bar-background);width:5px}.dp__overlay::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__overlay_container{display:flex;flex-direction:column;height:100%}.dp__overlay_container .dp__selection_grid_header{margin-bottom:auto}.dp__overlay_row{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;font-family:Gilroy-Medium,Arial,sans-serif;margin-left:auto;margin-right:auto;max-width:100%;padding:0;width:100%}.dp__overlay_col{box-sizing:border-box;white-space:nowrap;width:33.33%}.dp__overlay_cell_pad{align-items:center;display:flex;font-size:1rem;height:2.5rem;justify-content:center;line-height:1.25;text-transform:capitalize;width:5.75rem}@media only screen and (max-width:767px){.dp__overlay_cell_pad{font-size:.875rem;line-height:1.43;width:3.75rem}}.dp__overlay_cell_active{background:#8bc540}.dp__overlay_cell,.dp__overlay_cell_active{cursor:pointer;text-align:center}.dp__overlay_cell:hover{background:#a3d562}.dp__cell_in_between{background:#f8f8f8}.dp__overlay_action{background:#fff;bottom:0;position:sticky}.dp__over_action_scroll{box-sizing:border-box;right:5px}.dp__overlay_cell_disabled{cursor:not-allowed}.dp__overlay_cell_disabled,.dp__overlay_cell_disabled:hover{background:#fff;color:#737373}.dp__overlay_cell_active_disabled{background:#fff;color:#737373;cursor:not-allowed}.dp__overlay_cell_active_disabled:hover{background:#fff;color:#737373}.dp__month_picker_header{align-items:center;display:flex;justify-content:space-between;width:100%}.dp__month_picker_header .dp__pointer{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.5;padding:0 .25rem;pointer-events:none}@media only screen and (max-width:767px){.dp__month_picker_header .dp__pointer{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43}}.dp__time_input{align-items:center;color:var(--dp-text-color);display:flex;font-family:Gilroy-Medium,Arial,sans-serif;justify-content:center;-webkit-user-select:none;user-select:none;width:100%}.dp__time_col_reg{padding:0 20px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{flex-direction:column;font-size:2rem;text-align:center}.dp__time_col,.dp__time_display{align-items:center;display:flex;justify-content:center}.dp__time_display{border-radius:.5rem;color:var(--dp-text-color);cursor:pointer;padding:0 3px}.dp__time_display:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button{align-items:center;border-radius:50%;box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;justify-content:center;margin:0;padding:5px}.dp__inc_dec_button,.dp__inc_dec_button svg{height:32px;width:32px}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__pm_am_button{background:var(--dp-primary-color);border:none;border-radius:.5rem;color:var(--dp-primary-text-color);cursor:pointer;padding:10px}.dp__action_row{align-items:center;background:var(--dp-background-color);color:var(--dp-text-color);display:flex;width:100%}.dp__action_row svg{height:1.25rem;width:auto}.dp__selection_preview{display:none}.dp__action_buttons{margin-top:2rem;width:100%}@media only screen and (max-width:767px){.dp__action_buttons{margin-top:1.5rem}}.dp__action{align-items:center;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:700;padding:2px 5px}.dp__select{color:var(--dp-success-color)}.dp__action_disabled{color:var(--dp-success-color-disabled);cursor:not-allowed}.dp__cancel{color:var(--dp-secondary-color)}.dp__theme_dark{--dp-background-color:#212121;--dp-text-color:#fff;--dp-hover-color:#484848;--dp-hover-text-color:#fff;--dp-hover-icon-color:#959595;--dp-primary-color:#005cb2;--dp-primary-disabled-color:#61a8ea;--dp-primary-text-color:#fff;--dp-secondary-color:#a9a9a9;--dp-border-color:#2d2d2d;--dp-menu-border-color:#2d2d2d;--dp-border-color-hover:#aaaeb7;--dp-disabled-color:#737373;--dp-disabled-color-text:#d0d0d0;--dp-scroll-bar-background:#212121;--dp-scroll-bar-color:#484848;--dp-success-color:#00701a;--dp-success-color-disabled:#428f59;--dp-icon-color:#959595;--dp-danger-color:#e53935;--dp-marker-color:#e53935;--dp-tooltip-color:#3e3e3e}.dp__theme_light{--dp-background-color:#fff;--dp-text-color:#252628;--dp-hover-color:#f3f3f3;--dp-hover-text-color:#212121;--dp-hover-icon-color:#959595;--dp-primary-color:#1976d2;--dp-primary-disabled-color:#6bacea;--dp-primary-text-color:#f8f5f5;--dp-secondary-color:#c0c4cc;--dp-border-color:#ddd;--dp-menu-border-color:#ddd;--dp-border-color-hover:#aaaeb7;--dp-disabled-color:#f6f6f6;--dp-scroll-bar-background:#f3f3f3;--dp-scroll-bar-color:#959595;--dp-success-color:#76d275;--dp-success-color-disabled:#a3d9b1;--dp-icon-color:#959595;--dp-danger-color:#ff6f60;--dp-marker-color:#ff6f60;--dp-tooltip-color:#fafafa;--dp-disabled-color-text:#8e8e8e}.dp__main{box-sizing:border-box;font-family:Gilroy-Medium,Arial,sans-serif}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{align-content:center;align-items:center;background:var(--dp-background-color);box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;height:35px;justify-content:center;padding:10px;text-align:center;width:100%}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:1.25rem;width:auto}.dp__button_bottom{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.dp__flex_display{display:flex}.dp__flex_display_with_input{align-items:start;flex-direction:column}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active,.dp-close-enter-active,.dp-close-leave-active,.dp-open-enter-active,.dp-open-leave-active{transition:all .1s cubic-bezier(.19,1,.22,1)}.calendar-next-enter-from{opacity:0;transform:translateX(22px)}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translateX(-22px)}.calendar-prev-leave-to{opacity:0;transform:translateX(22px)}.dp-open-enter-from{opacity:0;transform:translateY(-22px)}.dp-close-enter-from,.dp-open-leave-to{opacity:0;transform:translateY(22px)}.dp-close-leave-to{opacity:0;transform:translateY(-22px)}.date{align-items:flex-start;display:flex;font-size:3rem;line-height:1.08}@media only screen and (max-width:767px){.date{font-size:2.5rem}}.date__month{font-size:1rem;line-height:1.25;margin-left:.375rem}@media only screen and (max-width:767px){.date__month{font-size:.875rem}}.input{display:block;width:100%}.input textarea:focus,.input textarea:focus-visible{outline:none}.input_search{border:1px solid #dedede;border-radius:6.25rem;display:flex;padding:.875rem 1rem .75rem;transition:border-color .3s ease}.input_search:active,.input_search:focus,.input_search:focus-within,.input_search:hover{border-color:#8bc540}.input_search .input__field{border:none;border-radius:unset;padding:0}@media only screen and (max-width:767px){.input_search{padding:.75rem 1rem .625rem}}.input_search.is-empty .input__clear-btn{display:none}.input__label{color:#252628;display:block;font-size:.9375rem .875rem .8125rem;line-height:1.43;margin-bottom:.25rem;padding:.25rem}.input__search-btn{height:1.25rem;margin-right:.5rem;min-width:1.25rem;padding:0;width:1.25rem}.input__search-btn._right-side{margin-left:.5rem;margin-right:0}@media only screen and (max-width:767px){.input__search-btn{height:1rem;min-width:1rem;width:1rem}}.input__clear{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m8.586 10-4.95 4.95 1.414 1.414 4.95-4.95 4.95 4.95 1.414-1.414-4.95-4.95 4.95-4.95-1.414-1.414L10 8.586l-4.95-4.95L3.636 5.05 8.586 10Z' fill='%23999'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;height:1.25rem;position:absolute;right:.875rem;top:.875rem;width:1.25rem}@media only screen and (max-width:767px){.input__clear{height:1rem;right:.5rem;top:.75rem;width:1rem}}.input__clear-btn{margin-left:.5rem;padding:0}.input__clear-btn,.input__clear-btn svg{height:1.25rem;min-width:1.25rem;width:1.25rem}.input__clear-btn svg path{stroke:#999}@media only screen and (max-width:767px){.input__clear-btn,.input__clear-btn svg{height:1rem;min-width:1rem;width:1rem}}.input__clear-btn_text{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;min-width:auto;width:auto}@media only screen and (max-width:767px){.input__clear-btn_text{font-size:.875rem;line-height:1.14}}.input__field{border:1px solid #dedede;border-radius:6.25rem;color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;padding:.875rem 1rem .75rem;transition:color .3s,border-color .3s;width:100%}.input__field_textarea{border-radius:1.75rem;height:10.5625rem;resize:none}.input__field_size_small-textarea{border-radius:.5rem;height:7.3125rem}.input__field_bigger{padding:.875rem 1.5rem}@media only screen and (max-width:767px){.input__field_bigger{padding:.75rem 1.25rem}}.form-programs .input__field{padding-left:1.5rem;padding-right:1.5rem}@media only screen and (max-width:767px){.form-programs .input__field{padding-left:1rem;padding-right:1rem}}.input_with-clear .input__field{padding-right:2.5rem}@media only screen and (max-width:767px){.input_with-clear .input__field{padding-right:1.375rem}}.input__field:disabled{background-color:#f8f8f8;border-color:transparent;color:#737373;pointer-events:none}.input__field:disabled::placeholder{color:#737373}.input__field:disabled::-webkit-input-placeholder{color:#737373}.input__field:disabled::-moz-placeholder{color:#737373}.input__field:disabled:-ms-input-placeholder{color:#737373}.input__field::-webkit-search-cancel-button{display:none}.input__field::placeholder{color:#737373;opacity:1;transition:opacity .15s,color .3s}.input__field::-webkit-input-placeholder{color:#737373;opacity:1;-webkit-transition:opacity .15s,color .3s;transition:opacity .15s,color .3s}.input__field::-moz-placeholder{color:#737373;opacity:1;-moz-transition:opacity .15s,color .3s;transition:opacity .15s,color .3s}.input__field:-ms-input-placeholder{color:#737373;opacity:1;-ms-transition:opacity .15s,color .3s;transition:opacity .15s,color .3s}.input__field:hover:not(:disabled){border-color:#252628}.input__field :focus-visible,.input__field:focus{border-color:#252628}.input__field :focus-visible::placeholder,.input__field:focus::placeholder{opacity:0}.input__field :focus-visible::-webkit-input-placeholder,.input__field:focus::-webkit-input-placeholder{opacity:0}.input__field :focus-visible::-moz-placeholder,.input__field:focus::-moz-placeholder{opacity:0}.input__field :focus-visible:-ms-input-placeholder,.input__field:focus:-ms-input-placeholder{opacity:0}@media only screen and (max-width:767px){.input__field{font-size:.875rem;line-height:1.14;padding:.75rem 1rem .625rem}}.input__error{color:red;display:none;margin-top:.25rem}@media only screen and (max-width:767px){.input__error{font-size:.875rem}}.input_with-clear{position:relative}.input_white{background-color:#fff}.input.show-error .input__error{display:inline-block}.label-text{border-radius:.25rem;display:inline-flex;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.43;padding:0 .375rem;transform:translateY(-2px)}.label-text_transform_none{transform:none}@media only screen and (max-width:979px){.label-text{transform:none}}@media only screen and (max-width:767px){.label-text{font-size:.75rem;line-height:1.33;padding:.125rem .375rem}}.label-text_color_black{background-color:#252628;color:#fff}.label-text_color_white{background-color:#fff;color:#252628}.label-text_color_blue{background-color:#9ac3ff;color:#252628}.label-text_color_pink{background-color:#ffc9b5;color:#252628}.label-text_color_gray{background-color:#dedede;color:#252628}.label-text_font-color_gray{color:#737373}.label-text_color_green{background-color:#67a511;color:#fff}.label-text_font_golos,.label-text_font_golos-medium{font-family:Gilroy-Medium,Arial,sans-serif}.label-text_width_content{width:fit-content}.link{color:#252628;cursor:pointer;font-size:.75rem;line-height:1.5}.link_type_external{margin-top:1.25rem}.accordion_links_big .link,.list__label,.list__value{display:inline-block;flex:0 0 auto;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1em;line-height:inherit}.list__item{display:flex;justify-content:space-between}.list__item:not(:last-child){margin-bottom:.5rem}.image-container img{display:block;height:auto;width:100%}@media only screen and (max-width:767px){.image-container{margin-left:-1rem;margin-right:-1rem}}.video-container{height:0;overflow:hidden;padding:0 0 56.25%;position:relative}.video-container iframe{height:100%;position:absolute;width:100%}@media only screen and (max-width:1123px){.video-container.wide-screen{margin-left:-1rem;margin-right:-1rem}}.text-container{font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5;margin-left:auto;margin-right:auto;max-width:47rem}@media only screen and (max-width:1123px){.text-container{max-width:100%}}@media only screen and (max-width:767px){.text-container{font-size:.875rem}}.text-container p:not(:last-child){margin-bottom:2rem}@media only screen and (max-width:767px){.text-container p:not(:last-child){margin-bottom:1.5rem}}.quote-container{margin-left:auto;margin-right:auto;max-width:63rem}@media only screen and (max-width:1123px){.quote-container{max-width:100%}}.nav-select{display:none;position:relative}@media only screen and (max-width:1123px){.nav-select{display:flex}}.nav-select__label{background-color:#252628;border-radius:6.25rem;color:#fff;flex-grow:1;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;overflow:hidden;padding:.9375rem 1.5rem .8125rem;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:767px){.nav-select__label{font-size:.875rem;line-height:1.15;padding:.8125rem 2.75rem .6875rem 1.25rem}}.nav-select__label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12 5 6h10l-5 6Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:1.25rem;position:absolute;right:1.5rem;top:.9375rem;transition:transform .33s ease;width:1.25rem}@media only screen and (max-width:767px){.nav-select__label:after{height:1rem;right:1.25rem;top:.8125rem;width:1rem}}.is-open .nav-select__label:after{transform:rotate(-180deg)}.nav-select__close{align-items:center;background-color:#252628;border-radius:50%;display:flex;justify-content:center;margin-left:.25rem;width:3rem}@media only screen and (max-width:767px){.nav-select__close{width:2.5rem}}.nav-select__dropdown{background-color:#252628;border-radius:.5rem;color:#fff;left:0;padding:1.1875rem 1.5rem 1.0625rem;position:absolute;right:0;top:calc(100% + .5rem);z-index:100}@media only screen and (max-width:767px){.nav-select__dropdown{padding:1.25rem 1.25rem 1rem}}.nav-select__link{color:#fff;display:block;flex-grow:1;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;text-align:left}@media only screen and (max-width:767px){.nav-select__link{font-size:.875rem;line-height:1.15}}.nav-select__list .list__item:not(:last-child){margin-bottom:.75rem}.n-pagination__list{display:flex;justify-content:center;margin:0 -.5rem}.n-pagination__item{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;height:1.25rem;line-height:1.25;max-height:1.25rem}.page-theme-dark .n-pagination__item{color:#fff}.n-pagination__item a,.n-pagination__item span{color:#252628;display:block;height:1.25rem;max-height:1.25rem;padding:0 .5rem;transition:color .3s}.page-theme-dark .n-pagination__item a,.page-theme-dark .n-pagination__item span{color:#fff}.n-pagination__item a svg path,.n-pagination__item span svg path{transition:fill .3s}.page-theme-dark .n-pagination__item a svg path,.page-theme-dark .n-pagination__item span svg path{fill:#fff}.n-pagination__item.active a,.n-pagination__item.active span,.n-pagination__item:active a,.n-pagination__item:active span,.n-pagination__item:hover a,.n-pagination__item:hover span{color:#67a511}.n-pagination__item.active a svg path,.n-pagination__item.active span svg path,.n-pagination__item:active a svg path,.n-pagination__item:active span svg path,.n-pagination__item:hover a svg path,.n-pagination__item:hover span svg path{fill:#67a511}.table__header{padding-bottom:.75rem}@media only screen and (max-width:979px){.table__header{padding-bottom:.5rem}}@media only screen and (max-width:767px){.table__header{padding-bottom:.75rem}}.table__row{display:flex;justify-content:space-between}.table__row:not(:last-of-type){border-bottom:1px solid #dedede;padding-bottom:.5rem}@media only screen and (max-width:979px){.table__row:not(:last-of-type){padding-bottom:.375rem}}@media only screen and (max-width:767px){.table__row:not(:last-of-type){padding-bottom:.5rem}}.table__row:not(:first-of-type){padding-top:.5rem}@media only screen and (max-width:979px){.table__row:not(:first-of-type){padding-top:.375rem}}@media only screen and (max-width:767px){.table__row:not(:first-of-type){padding-top:.5rem}}.table__cell{flex:0 0 auto;font-size:1rem;line-height:1.5}@media only screen and (max-width:979px){.table__cell{font-size:.875rem;line-height:1.43}}@media only screen and (max-width:767px){.table__cell{font-size:.75rem;line-height:1.33}}.table__cell:last-child{text-align:right}.table__label{color:#737373;font-size:.875rem;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:979px){.table__label{font-size:.875rem;line-height:1.43}}@media only screen and (max-width:767px){.table__label{font-size:.75rem;line-height:1.33}}.table_credit-rating-block .table__cell{font-size:2rem;line-height:1.125}@media only screen and (max-width:979px){.table_credit-rating-block .table__cell{font-size:1.5rem;line-height:1.16}}.table_credit-rating-block .table__cell span{line-height:inherit}.table_credit-rating-block .table__cell img{fill:#999}.content-title{font-size:1.5rem;line-height:1.16}@media only screen and (max-width:979px){.content-title{font-size:1.25rem;line-height:1.2}}@media only screen and (max-width:767px){.content-title{font-size:1rem;line-height:1.25}}@media only screen and (max-width:979px){.content-title_bigger{font-size:1.5rem;line-height:1.17}}@media only screen and (max-width:767px){.content-title_bigger{font-size:1.25rem;line-height:1.2}}.content-title_size_header{font-size:3rem}@media only screen and (max-width:979px){.content-title_size_header{font-size:2rem}}@media only screen and (max-width:767px){.content-title_size_header{font-size:1.25rem}}.content-title_size_large{font-size:2rem}@media only screen and (max-width:979px){.content-title_size_large{font-size:2rem}}@media only screen and (max-width:767px){.content-title_size_large{font-size:1.25rem}}.content-title_size_medium{font-size:2rem;line-height:1.12}@media only screen and (max-width:979px){.content-title_size_medium{font-size:1.5rem;line-height:1.17}}@media only screen and (max-width:767px){.content-title_size_medium{font-size:1rem;line-height:1.25}}.content-title_font_gilroy{font-family:Gilroy-Medium,Arial,sans-serif}.content-subtitle{display:inline-block;font-size:1.25rem;line-height:1.2}@media only screen and (max-width:979px){.content-subtitle{font-size:1rem;line-height:1.25}}@media only screen and (max-width:767px){.content-subtitle{font-size:.875rem;line-height:1.1}}.content-subtitle_bigger{font-size:1.5rem;line-height:1.17}@media only screen and (max-width:767px){.content-subtitle_bigger{font-size:1rem;line-height:1.25}}sup{font-size:.6em;vertical-align:super}.page-title{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:3rem;line-height:1.08}@media only screen and (max-width:1123px){.page-title{font-size:2rem;line-height:1.12}}@media only screen and (max-width:767px){.page-title{font-size:1.25rem;line-height:1.2}}@media only screen and (max-width:1123px){.page-title_bigger{font-size:3rem;line-height:1.08}}@media only screen and (max-width:767px){.page-title_bigger{font-size:1.75rem;line-height:1.14}}.page-theme-dark .page-title{color:#fff}.page-subtitle{font-family:Gilroy-Medium,Arial,sans-serif;font-size:2rem;line-height:1.12}@media only screen and (max-width:1123px){.page-subtitle{font-size:1.5rem;line-height:1.16}}@media only screen and (max-width:767px){.page-subtitle{font-size:1.25rem;line-height:1.2}}.black-section .page-subtitle,.page-theme-dark .page-subtitle{color:#fff}.news-results .page-subtitle{margin-bottom:.75rem}@media only screen and (max-width:1123px){.news-results .page-subtitle{display:block;margin-bottom:0}.page-subtitle_tablet-font_bigger{font-size:2rem;line-height:1.12}}@media only screen and (max-width:767px){.page-subtitle_tablet-font_bigger{font-size:1.25rem;line-height:1.2}.page-subtitle_mobile-font_smaller{font-size:1rem;line-height:1.25}}.page-subtitle_alt_color{color:#252628}.page-notification{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:767px){.page-notification{font-size:.875rem;line-height:1.43}}.page-notification_black{color:#252628!important}.page-notification_font_alt{font-family:Gilroy-Medium,Arial,sans-serif}@media only screen and (max-width:767px){.page-notification_font-size_equal{font-size:1rem;line-height:1.25}}.page-text{color:#252628;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1.25rem;line-height:1.2}@media only screen and (max-width:767px){.page-text{font-size:1rem;line-height:1.25}}.n-big-text{font-size:1.25rem;line-height:1.2}.n-small-text{display:block;font-size:.875rem;line-height:1.43}@media only screen and (max-width:767px){.n-small-text{font-size:.75rem;line-height:1.33}}.bullet-list-text,.text-value{font-family:Gilroy-Medium,Arial,sans-serif}.text-value__num{font-size:3rem;line-height:1.08;white-space:nowrap}@media only screen and (max-width:767px){.text-value__num{font-size:1.75rem}}.text-value__unit{font-size:2rem;line-height:1.125}@media only screen and (max-width:767px){.text-value__unit{font-size:1rem}}.text-value__description{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem}@media only screen and (max-width:767px){.text-value__description{font-size:.875rem;margin-top:.5rem}}.text-notes{color:#737373;font-size:.875rem;line-height:1.43}.drop-file__label,.p-text{font-size:1rem}@media only screen and (max-width:767px){.drop-file__label,.p-text{font-size:.875rem}.p-text_mbl-size_12{font-size:.75rem}}.p-text-question{font-size:1rem;line-height:1.33}@media only screen and (max-width:767px){.p-text-question{font-size:.875rem}}.p-text-line-height{line-height:1.43}.n-text-center{text-align:center}.n-justify-content-center{justify-content:center}.plate-gray{background-color:#f8f8f8;padding:2rem}.ff-semibold{font-family:Gilroy-SemiBold,Arial,sans-serif}.ff-medium,.ff-text{font-family:Gilroy-Medium,Arial,sans-serif}.text-gray{color:#737373}.drop-file__label-mini,.p-form-label-mini{font-size:.75rem}.main-nav .select__choosen{justify-content:center}.select{position:relative}.select input:not(.input-search-field){height:1px;left:0;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:0;width:1px}.select_background_black .select__choosen{background-color:#252628;border-color:#252628;color:#fff}.select_background_black .select__choosen:after{border-top-color:#fff}.select_type_limit .select__list{background-color:#f8f8f8;border-color:#f8f8f8;border-radius:unset;color:#737373;margin-left:-1.0625rem;padding:.75rem 1rem;width:3.125rem}.select_type_limit .select__item{color:#737373;text-align:center}.select_type_limit .select__item:not(:last-child){margin-bottom:.75rem}.select_type_limit .select__item:hover{color:#252628}.select__label{color:#252628;display:block;font-size:.9375rem .875rem .8125rem;line-height:1.43;margin-bottom:.25rem;padding:.25rem}.select__choosen{border:1px solid #dedede;border-radius:6.25rem;color:#252628;cursor:pointer;display:flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;height:3rem;justify-content:space-between;line-height:1.25;min-width:100px;overflow:hidden;padding:.8125rem 2.5rem .8125rem 1.5rem;position:relative;text-overflow:ellipsis;transition:color .33s,border-color .33s,background-color .33s;white-space:nowrap;width:100%}@media only screen and (max-width:767px){.select__choosen{font-size:.875rem;height:2.5rem;line-height:1.1;padding:.75rem 2.25rem .75rem 1rem}}.select__choosen:hover{border-color:#252628}.select__choosen:after{border-right:1px solid #252628;border-top:1px solid #252628;content:"";display:block;height:7px;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(135deg);transition:transform .3s ease,border-color .3s;width:7px}.info-block .select__choosen{border-color:#252628}.select__choosen span{overflow:hidden;position:absolute;text-overflow:ellipsis;width:80%}.select__choosen span._text{position:static}.select__clear{cursor:pointer;display:flex;margin-right:.5rem;position:absolute;right:2em;transform:translateY(1px)}.select__clear svg{height:1.25rem;width:1.25rem}@media only screen and (max-width:767px){.select__clear svg{height:1rem;width:1rem}}.select__list{background-color:#fff;border-radius:.5rem;box-shadow:0 1rem 2.5rem rgba(30,27,27,.1);display:none;left:0;padding:.75rem;position:absolute;top:calc(100% + .25rem);width:100%;z-index:110}.select__list.is-static{box-shadow:none;padding-left:0;padding-top:0;position:static}.select__list.is-static .select__item{padding-left:0}.select.hide-overflow .select__list{max-height:18.75rem;overflow-x:hidden;overflow-y:auto}.select.hide-overflow .select__list::-webkit-scrollbar{width:12px}.select.hide-overflow .select__list::-webkit-scrollbar-thumb{background-color:#dedede;border:.25rem solid #fff;border-radius:.5rem}.select__item{color:#252628;cursor:pointer;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;padding:.4375rem .75rem .3125rem;transition:color .3s}.select__item:hover{color:#67a511}.select__item:not(:last-child){margin-bottom:.25rem}.select__item-checkbox-text{color:inherit;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1}.select__accordion.is-open .select__accordion-list{display:block}.select__accordion.is-open .select__accordion-label:after{opacity:0}.select__accordion .select__item-checkbox-text{font-family:Gilroy-Medium,Arial,sans-serif}.select__accordion-label{color:#252628;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;padding:.4375rem .75rem .3125rem 2.25rem;position:relative;text-align:left}.select__accordion-label:after,.select__accordion-label:before{background:#252628;content:"";position:absolute}.select__accordion-label:before{height:.125rem;left:.625rem;margin-top:-.0625rem;top:50%;width:1rem}.select__accordion-label:after{height:1rem;left:1.0625rem;margin-top:-.5rem;top:50%;width:.125rem}.select__accordion-list{display:none;padding-left:2.25rem}.select__link{color:currentColor}.select__item-checkbox-text{margin-left:.5rem;width:calc(100% - 1.75rem)}@media only screen and (max-width:767px){.select__item-checkbox-text{font-size:.875rem;line-height:1.14}}.select.open .select__choosen{border-color:#252628}.select.open .select__choosen:after{transform:translateY(-15%) rotate(315deg)}.select.open .select__list{display:block}.select__error{color:red;display:none;margin-top:.25rem}@media only screen and (max-width:767px){.select__error{font-size:.875rem}}.select.show-error .select__error{display:block}.select_type_nav .select__list{left:auto;right:0;text-align:left;width:auto}.select_type_nav .select__item{white-space:nowrap}.select_type_nav_investors .select__choosen>span{width:max-content}.select_always-white .select__label{color:#fff}.select_always-white .select__choosen{background-color:#fff;border-color:#fff}.select_always-white .select__choosen:hover{color:#252628}.select_always-white .select__choosen:hover:after{border-top-color:#252628}.select_always-white.open .select__choosen{background-color:#fff;border-color:#fff;color:#252628}.select_always-white.open .select__choosen:after{border-top-color:#252628}.select.list-height-m .select__list{max-height:18.75rem}.sticky-nav{position:relative}@media only screen and (max-width:1123px){.sticky-nav{display:none}}.sticky-nav__wrap.is-sticky{position:fixed;top:.5rem}.sticky-nav__wrap.is-bottom{bottom:0;position:absolute}.sticky-nav_top_lower .sticky-nav__wrap.is-sticky{position:fixed;top:10.9375rem}@media(max-width:1224px){.sticky-nav_top_lower .sticky-nav__wrap.is-sticky{top:6.25rem}}.sticky-nav__list{display:flex;flex-direction:column;gap:.75rem}.sticky-nav__link{color:#737373;display:inline-block;font-size:.875rem;line-height:1.43;transition:color .3s}.sticky-nav__link:hover{color:#252628}.sticky-nav__sentinel{height:calc(100% - 100vh);pointer-events:none;position:absolute;top:100vh;width:100%}.sticky-nav_with-menu .sticky-nav__wrap.is-sticky{top:10.9375rem}@media(max-width:1224px){.sticky-nav_with-menu .sticky-nav__wrap.is-sticky{top:6.25rem}}.sticky-nav_with-menu .sticky-nav__sentinel{height:calc(100% - 100vh);top:calc(100vh - 10.9375rem)}.tabs__head{background-color:#f8f8f8;display:flex;padding:.125rem;width:max-content}.tabs__button,.tabs__head{align-items:center;border-radius:1.5rem;overflow:hidden}.tabs__button{color:#252628;display:inline-flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;justify-content:center;line-height:1.25;padding:.875rem 1.5rem;position:relative;text-overflow:ellipsis;transition:all .33s ease;white-space:nowrap}@media only screen and (max-width:1123px){.tabs__button{padding:.875rem 1rem}}.tabs__button.is-active{background-color:#a3d562;border-color:#a3d562;pointer-events:none;z-index:3}.tabs_white-bg .tabs__head{background:#fff}.tabs_size_small .tabs__head{border-radius:.25rem}.tabs_size_small .tabs__button{border-radius:.1875rem;font-family:Gilroy-Medium,Arial,sans-serif;padding:.125rem .5rem}.tabs_theme_dark .tabs__button.is-active{background-color:#000;border-color:#000;color:#fff}.select-accordion__label{cursor:pointer;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:1rem;line-height:1.25;padding:.4375rem .75rem .3125rem 2.25rem;position:relative;text-align:left}.select-accordion__label:after,.select-accordion__label:before{background:#252628;content:"";position:absolute}.select-accordion__label:before{height:.125rem;left:.625rem;margin-top:-.0625rem;top:50%;width:1rem}.select-accordion__label:after{height:1rem;left:1.0625rem;margin-top:-.5rem;top:50%;width:.125rem}.select-accordion__list{display:none;max-height:40vh;overflow-y:auto;padding-left:2.25rem}.select-accordion__item{cursor:pointer;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;padding:.25rem 0}.select-accordion.is-open .select-accordion__list{display:block}.select-accordion.is-open .select-accordion__label:after{opacity:0}.desc-list__row{align-items:flex-start;border-top:1px solid #dedede;display:flex;gap:1rem;padding:1.5rem 0}@media only screen and (max-width:767px){.desc-list__row{flex-direction:column;padding:1.25rem 0}}.desc-list__row:last-of-type{border-bottom:1px solid #dedede}.desc-list__term{color:#000;flex:0 0 23rem;font-size:1.5rem;line-height:1.16}@media only screen and (max-width:979px){.desc-list__term{flex-basis:16.625rem;font-size:1rem;line-height:1.25}}@media only screen and (max-width:767px){.desc-list__term{flex-basis:100%;font-size:.875rem;line-height:1.1}}.desc-list__details{color:#737373;flex:0 0 calc(100% - 24rem);font-family:Gilroy-Medium,Arial,sans-serif;font-size:1rem;line-height:1.5}@media only screen and (max-width:979px){.desc-list__details{flex-basis:calc(100% - 17.625rem);font-size:.875rem;line-height:1.43}}@media only screen and (max-width:767px){.desc-list__details{flex-basis:100%;font-size:.75rem;line-height:1.33}}.desc-list__details span{color:#000}.drop-file{align-items:center;border:.0625rem dashed #dedede;border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;height:6rem;padding:.875rem 1.5rem;position:relative;transition:all .3s ease;width:max-content}.drop-file:hover{background:#f4f4f4}.drop-file__title-container{align-items:center;display:flex}.show-error .drop-file{border-color:red}.drop-file__label-class{align-items:center;display:flex}.drop-file__icon{flex:none;margin-right:.625rem}.drop-file__label{color:#252628}.drop-file__label,.drop-file__label-mini{font-family:Gilroy-SemiBold,Arial,sans-serif}.drop-file__label-mini{color:#999;margin-top:.5rem}@media(max-width:768px){.drop-file__label-mini{text-align:center}}.drop-file__input{display:none}.drop-file__container{width:100%}.drop-file__label-desktop{display:flex}@media(max-width:768px){.drop-file__label-desktop{display:none}}.drop-file__label-mobile{display:none}@media(max-width:768px){.drop-file__label-mobile{display:flex}}.drop-file_active{background:#f8f8f8;border-color:#252628}.drop-file_is-loading{background:#f8f8f8;border-color:#f5f5f7}.drop-file_is-loading:hover{border-color:#f5f5f7}.drop-file_is-loading .drop-file__label{color:#252628}.drop-file_is-loading .drop-file__icon{animation:rotate 2s linear infinite}.drop-file_error{border-color:red}.drop-file_inner{background:transparent;border:transparent;height:auto;padding:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.drop-uploaded{border:.0625rem solid #dedede;border-radius:.5rem;padding:1rem}.show-error .drop-uploaded{border-color:red}.drop-uploaded__list{border-bottom:.0625rem solid #dedede;display:grid;grid-template-columns:1fr;margin-bottom:.75rem;padding-bottom:1.5rem;row-gap:.75rem}.drop-uploaded__list_simple,.drop-uploaded__list_type_full{border-bottom:none;margin-bottom:0;padding-bottom:0}.drop-uploaded__delete,.drop-uploaded__item{height:1.25rem;width:1.25rem}.drop-uploaded__item{column-gap:.5rem;display:grid;grid-template-columns:1.25rem 1fr 1.25rem;width:100%}.drop-uploaded__item-info{column-gap:.25rem;display:flex;overflow:hidden}.drop-uploaded__name{font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.42;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drop-uploaded__name_nowrap{overflow:visible;text-overflow:unset;white-space:nowrap}.drop-uploaded__delete{margin-left:auto}.drop-area__error{color:red;display:none;display:block;margin-top:.25rem}@media only screen and (max-width:767px){.drop-area__error{font-size:.875rem}}.form-error{color:red;display:block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:12px;line-height:16px;padding-top:8px}@media(min-width:768px){.form-error{font-size:14px}}.d-flex{display:flex}.d-none,.d-none-alt{display:none}@media only screen and (max-width:1123px){.d-tablet-none{display:none}.d-tablet-block{display:block!important}.d-tablet-flex{display:flex!important}}@media only screen and (max-width:767px){.d-phone-none{display:none}.d-phone-block{display:block!important}.d-phone-flex{display:flex!important}}@media screen and (min-width:768px){.d-md-none{display:none!important}}@media screen and (min-width:992px){.d-lg-none{display:none!important}}@media screen and (min-width:1200px){.d-xl-none{display:none!important}}@media screen and (min-width:768px){.d-md-block{display:block!important}}@media screen and (min-width:992px){.d-lg-block{display:block!important}}@media screen and (min-width:1200px){.d-xl-block{display:block!important}}.link-colored,.link-colored:focus,.link-colored:hover{color:#67a511}.link-full-block{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hr-gray{background-color:#dedede;color:#dedede}.hr-black,.hr-gray{border:none;height:.0625rem;margin-top:0}.hr-black{background-color:#252628;color:#252628}.color-grey{color:#737373}.external-link-wrapper{margin-bottom:-2rem;overflow:hidden;transition:max-height .3s ease;will-change:max-height}@media only screen and (max-width:1123px){.external-link-wrapper{margin-bottom:-1rem}.page-fixed .header-container{height:100vh;height:calc(var(--vh, 1vh)*100);overflow-y:auto}}.page-fixed{overflow:hidden}.nav-select-wrapper{display:none}@media only screen and (max-width:1123px){.nav-select-wrapper{display:block;padding:1.5rem 0;width:100%}}@media only screen and (max-width:767px){.nav-select-wrapper{padding:1rem 0}}.menu .nav-select-wrapper{padding:0}.is-sticky .nav-select-wrapper{left:0;padding:.75rem 1rem;position:fixed;text-align:center;top:0;width:100%;z-index:313}.page-fixed .is-sticky .nav-select-wrapper{padding:0;position:relative}.relative-position{position:relative}.absolute-position{position:absolute}.fixed-position{position:fixed}@media only screen and (max-width:1123px){.darker{filter:brightness(.7)}}.fit-content-width{max-width:fit-content}.body-lock-scroll{height:100%;overflow:hidden;width:100%}@media(pointer:fine),(pointer:none){.body-lock-scroll{padding-right:17px}}.lh-sm{line-height:1.25}.lh-normal{line-height:1.1}.border-color-normal{border-color:#252628!important}.w-25px{width:25px}.w-20px{width:20px}._aifs{align-items:flex-start}._aife{align-items:flex-end}._jcsb{justify-content:space-between}._gap-24{gap:24px}.h-88{font-size:88px;line-height:88px}.h-68{font-size:68px;line-height:68px}.h-44{font-size:44px;line-height:48px}.h-32{font-size:32px;line-height:36px}.h-24{font-size:24px;line-height:28px}.h-20{font-size:20px;line-height:24px}@media screen and (max-width:1078px){.h-t-88{font-size:88px;line-height:88px}.h-t-68{font-size:68px;line-height:68px}.h-t-44{font-size:44px;line-height:48px}.h-t-32{font-size:32px;line-height:36px}.h-t-28{font-size:28px;line-height:32px}.h-t-24{font-size:24px;line-height:28px}.h-t-22{font-size:22px;line-height:26px}.h-t-20{font-size:20px;line-height:24px}}@media screen and (max-width:767px){.h-m-40{font-size:40px;line-height:44px}.h-m-28{font-size:28px;line-height:32px}.h-m-22{font-size:22px;line-height:26px}.h-m-20{font-size:20px}.h-m-18,.h-m-20{line-height:24px}.h-m-18{font-size:18px}.h-m-16{font-size:16px;line-height:20px}}.fw-bold{font-family:Gilroy-Bold,Arial,sans-serif}.fw-semi{font-family:Gilroy-SemiBold,Arial,sans-serif}.fw-medium{font-family:Gilroy-Medium,Arial,sans-serif}@media screen and (max-width:1078px){.fw-t-bold{font-family:Gilroy-Bold,Arial,sans-serif}.fw-t-semi{font-family:Gilroy-SemiBold,Arial,sans-serif}.fw-t-medium{font-family:Gilroy-Medium,Arial,sans-serif}}@media screen and (max-width:767px){.fw-m-bold{font-family:Gilroy-Bold,Arial,sans-serif}.fw-m-semi{font-family:Gilroy-SemiBold,Arial,sans-serif}.fw-m-medium{font-family:Gilroy-Medium,Arial,sans-serif}}.p-16{font-size:1rem;line-height:1.5rem}.p-14{font-size:.875rem;line-height:1.25rem}.p-12{font-size:.75rem;line-height:1rem}@media screen and (max-width:1078px){.p-t-16{font-size:1rem;line-height:1.5rem}.p-t-14{font-size:.875rem;line-height:1.25rem}.p-t-12{font-size:.75rem;line-height:1rem}}@media screen and (max-width:767px){.p-m-16{font-size:1rem;line-height:1.5rem}.p-m-14{font-size:.875rem;line-height:1.25rem}.p-m-12{font-size:.75rem;line-height:1rem}}html{-ms-overflow-style:scrollbar}.container{margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;width:100%}@media(min-width:520px){.container{margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;width:100%}}@media(min-width:768px){.container{margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;width:100%}}@media(min-width:1124px){.container{margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;width:100%}}@media(min-width:1600px){.container{margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;width:100%}}@media(min-width:520px){.container{max-width:520px}}@media(min-width:768px){.container{max-width:767px}}@media(min-width:1124px){.container{max-width:1124px}}@media(min-width:1600px){.container{max-width:1600px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:.5rem;padding-right:.5rem;width:100%}.n-row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}@media(min-width:520px){.n-row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}}@media(min-width:768px){.n-row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}}@media(min-width:1124px){.n-row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}}@media(min-width:1600px){.n-row{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.n-col,.no-gutters>[class*=n-col-]{padding-left:0;padding-right:0}.n-col,.n-col-1,.n-col-10,.n-col-11,.n-col-12,.n-col-13,.n-col-14,.n-col-15,.n-col-16,.n-col-17,.n-col-18,.n-col-19,.n-col-2,.n-col-20,.n-col-21,.n-col-22,.n-col-23,.n-col-24,.n-col-3,.n-col-4,.n-col-5,.n-col-6,.n-col-7,.n-col-8,.n-col-9,.n-col-auto,.n-col-lg,.n-col-lg-1,.n-col-lg-10,.n-col-lg-11,.n-col-lg-12,.n-col-lg-13,.n-col-lg-14,.n-col-lg-15,.n-col-lg-16,.n-col-lg-17,.n-col-lg-18,.n-col-lg-19,.n-col-lg-2,.n-col-lg-20,.n-col-lg-21,.n-col-lg-22,.n-col-lg-23,.n-col-lg-24,.n-col-lg-3,.n-col-lg-4,.n-col-lg-5,.n-col-lg-6,.n-col-lg-7,.n-col-lg-8,.n-col-lg-9,.n-col-lg-auto,.n-col-md,.n-col-md-1,.n-col-md-10,.n-col-md-11,.n-col-md-12,.n-col-md-13,.n-col-md-14,.n-col-md-15,.n-col-md-16,.n-col-md-17,.n-col-md-18,.n-col-md-19,.n-col-md-2,.n-col-md-20,.n-col-md-21,.n-col-md-22,.n-col-md-23,.n-col-md-24,.n-col-md-3,.n-col-md-4,.n-col-md-5,.n-col-md-6,.n-col-md-7,.n-col-md-8,.n-col-md-9,.n-col-md-auto,.n-col-sm,.n-col-sm-1,.n-col-sm-10,.n-col-sm-11,.n-col-sm-12,.n-col-sm-13,.n-col-sm-14,.n-col-sm-15,.n-col-sm-16,.n-col-sm-17,.n-col-sm-18,.n-col-sm-19,.n-col-sm-2,.n-col-sm-20,.n-col-sm-21,.n-col-sm-22,.n-col-sm-23,.n-col-sm-24,.n-col-sm-3,.n-col-sm-4,.n-col-sm-5,.n-col-sm-6,.n-col-sm-7,.n-col-sm-8,.n-col-sm-9,.n-col-sm-auto,.n-col-xl,.n-col-xl-1,.n-col-xl-10,.n-col-xl-11,.n-col-xl-12,.n-col-xl-13,.n-col-xl-14,.n-col-xl-15,.n-col-xl-16,.n-col-xl-17,.n-col-xl-18,.n-col-xl-19,.n-col-xl-2,.n-col-xl-20,.n-col-xl-21,.n-col-xl-22,.n-col-xl-23,.n-col-xl-24,.n-col-xl-3,.n-col-xl-4,.n-col-xl-5,.n-col-xl-6,.n-col-xl-7,.n-col-xl-8,.n-col-xl-9,.n-col-xl-auto{padding-left:.5rem;padding-right:.5rem;position:relative;width:100%}@media(min-width:520px){.n-col,.n-col-1,.n-col-10,.n-col-11,.n-col-12,.n-col-13,.n-col-14,.n-col-15,.n-col-16,.n-col-17,.n-col-18,.n-col-19,.n-col-2,.n-col-20,.n-col-21,.n-col-22,.n-col-23,.n-col-24,.n-col-3,.n-col-4,.n-col-5,.n-col-6,.n-col-7,.n-col-8,.n-col-9,.n-col-auto,.n-col-lg,.n-col-lg-1,.n-col-lg-10,.n-col-lg-11,.n-col-lg-12,.n-col-lg-13,.n-col-lg-14,.n-col-lg-15,.n-col-lg-16,.n-col-lg-17,.n-col-lg-18,.n-col-lg-19,.n-col-lg-2,.n-col-lg-20,.n-col-lg-21,.n-col-lg-22,.n-col-lg-23,.n-col-lg-24,.n-col-lg-3,.n-col-lg-4,.n-col-lg-5,.n-col-lg-6,.n-col-lg-7,.n-col-lg-8,.n-col-lg-9,.n-col-lg-auto,.n-col-md,.n-col-md-1,.n-col-md-10,.n-col-md-11,.n-col-md-12,.n-col-md-13,.n-col-md-14,.n-col-md-15,.n-col-md-16,.n-col-md-17,.n-col-md-18,.n-col-md-19,.n-col-md-2,.n-col-md-20,.n-col-md-21,.n-col-md-22,.n-col-md-23,.n-col-md-24,.n-col-md-3,.n-col-md-4,.n-col-md-5,.n-col-md-6,.n-col-md-7,.n-col-md-8,.n-col-md-9,.n-col-md-auto,.n-col-sm,.n-col-sm-1,.n-col-sm-10,.n-col-sm-11,.n-col-sm-12,.n-col-sm-13,.n-col-sm-14,.n-col-sm-15,.n-col-sm-16,.n-col-sm-17,.n-col-sm-18,.n-col-sm-19,.n-col-sm-2,.n-col-sm-20,.n-col-sm-21,.n-col-sm-22,.n-col-sm-23,.n-col-sm-24,.n-col-sm-3,.n-col-sm-4,.n-col-sm-5,.n-col-sm-6,.n-col-sm-7,.n-col-sm-8,.n-col-sm-9,.n-col-sm-auto,.n-col-xl,.n-col-xl-1,.n-col-xl-10,.n-col-xl-11,.n-col-xl-12,.n-col-xl-13,.n-col-xl-14,.n-col-xl-15,.n-col-xl-16,.n-col-xl-17,.n-col-xl-18,.n-col-xl-19,.n-col-xl-2,.n-col-xl-20,.n-col-xl-21,.n-col-xl-22,.n-col-xl-23,.n-col-xl-24,.n-col-xl-3,.n-col-xl-4,.n-col-xl-5,.n-col-xl-6,.n-col-xl-7,.n-col-xl-8,.n-col-xl-9,.n-col-xl-auto{padding-left:.5rem;padding-right:.5rem;position:relative;width:100%}}@media(min-width:768px){.n-col,.n-col-1,.n-col-10,.n-col-11,.n-col-12,.n-col-13,.n-col-14,.n-col-15,.n-col-16,.n-col-17,.n-col-18,.n-col-19,.n-col-2,.n-col-20,.n-col-21,.n-col-22,.n-col-23,.n-col-24,.n-col-3,.n-col-4,.n-col-5,.n-col-6,.n-col-7,.n-col-8,.n-col-9,.n-col-auto,.n-col-lg,.n-col-lg-1,.n-col-lg-10,.n-col-lg-11,.n-col-lg-12,.n-col-lg-13,.n-col-lg-14,.n-col-lg-15,.n-col-lg-16,.n-col-lg-17,.n-col-lg-18,.n-col-lg-19,.n-col-lg-2,.n-col-lg-20,.n-col-lg-21,.n-col-lg-22,.n-col-lg-23,.n-col-lg-24,.n-col-lg-3,.n-col-lg-4,.n-col-lg-5,.n-col-lg-6,.n-col-lg-7,.n-col-lg-8,.n-col-lg-9,.n-col-lg-auto,.n-col-md,.n-col-md-1,.n-col-md-10,.n-col-md-11,.n-col-md-12,.n-col-md-13,.n-col-md-14,.n-col-md-15,.n-col-md-16,.n-col-md-17,.n-col-md-18,.n-col-md-19,.n-col-md-2,.n-col-md-20,.n-col-md-21,.n-col-md-22,.n-col-md-23,.n-col-md-24,.n-col-md-3,.n-col-md-4,.n-col-md-5,.n-col-md-6,.n-col-md-7,.n-col-md-8,.n-col-md-9,.n-col-md-auto,.n-col-sm,.n-col-sm-1,.n-col-sm-10,.n-col-sm-11,.n-col-sm-12,.n-col-sm-13,.n-col-sm-14,.n-col-sm-15,.n-col-sm-16,.n-col-sm-17,.n-col-sm-18,.n-col-sm-19,.n-col-sm-2,.n-col-sm-20,.n-col-sm-21,.n-col-sm-22,.n-col-sm-23,.n-col-sm-24,.n-col-sm-3,.n-col-sm-4,.n-col-sm-5,.n-col-sm-6,.n-col-sm-7,.n-col-sm-8,.n-col-sm-9,.n-col-sm-auto,.n-col-xl,.n-col-xl-1,.n-col-xl-10,.n-col-xl-11,.n-col-xl-12,.n-col-xl-13,.n-col-xl-14,.n-col-xl-15,.n-col-xl-16,.n-col-xl-17,.n-col-xl-18,.n-col-xl-19,.n-col-xl-2,.n-col-xl-20,.n-col-xl-21,.n-col-xl-22,.n-col-xl-23,.n-col-xl-24,.n-col-xl-3,.n-col-xl-4,.n-col-xl-5,.n-col-xl-6,.n-col-xl-7,.n-col-xl-8,.n-col-xl-9,.n-col-xl-auto{padding-left:.5rem;padding-right:.5rem;position:relative;width:100%}}@media(min-width:1124px){.n-col,.n-col-1,.n-col-10,.n-col-11,.n-col-12,.n-col-13,.n-col-14,.n-col-15,.n-col-16,.n-col-17,.n-col-18,.n-col-19,.n-col-2,.n-col-20,.n-col-21,.n-col-22,.n-col-23,.n-col-24,.n-col-3,.n-col-4,.n-col-5,.n-col-6,.n-col-7,.n-col-8,.n-col-9,.n-col-auto,.n-col-lg,.n-col-lg-1,.n-col-lg-10,.n-col-lg-11,.n-col-lg-12,.n-col-lg-13,.n-col-lg-14,.n-col-lg-15,.n-col-lg-16,.n-col-lg-17,.n-col-lg-18,.n-col-lg-19,.n-col-lg-2,.n-col-lg-20,.n-col-lg-21,.n-col-lg-22,.n-col-lg-23,.n-col-lg-24,.n-col-lg-3,.n-col-lg-4,.n-col-lg-5,.n-col-lg-6,.n-col-lg-7,.n-col-lg-8,.n-col-lg-9,.n-col-lg-auto,.n-col-md,.n-col-md-1,.n-col-md-10,.n-col-md-11,.n-col-md-12,.n-col-md-13,.n-col-md-14,.n-col-md-15,.n-col-md-16,.n-col-md-17,.n-col-md-18,.n-col-md-19,.n-col-md-2,.n-col-md-20,.n-col-md-21,.n-col-md-22,.n-col-md-23,.n-col-md-24,.n-col-md-3,.n-col-md-4,.n-col-md-5,.n-col-md-6,.n-col-md-7,.n-col-md-8,.n-col-md-9,.n-col-md-auto,.n-col-sm,.n-col-sm-1,.n-col-sm-10,.n-col-sm-11,.n-col-sm-12,.n-col-sm-13,.n-col-sm-14,.n-col-sm-15,.n-col-sm-16,.n-col-sm-17,.n-col-sm-18,.n-col-sm-19,.n-col-sm-2,.n-col-sm-20,.n-col-sm-21,.n-col-sm-22,.n-col-sm-23,.n-col-sm-24,.n-col-sm-3,.n-col-sm-4,.n-col-sm-5,.n-col-sm-6,.n-col-sm-7,.n-col-sm-8,.n-col-sm-9,.n-col-sm-auto,.n-col-xl,.n-col-xl-1,.n-col-xl-10,.n-col-xl-11,.n-col-xl-12,.n-col-xl-13,.n-col-xl-14,.n-col-xl-15,.n-col-xl-16,.n-col-xl-17,.n-col-xl-18,.n-col-xl-19,.n-col-xl-2,.n-col-xl-20,.n-col-xl-21,.n-col-xl-22,.n-col-xl-23,.n-col-xl-24,.n-col-xl-3,.n-col-xl-4,.n-col-xl-5,.n-col-xl-6,.n-col-xl-7,.n-col-xl-8,.n-col-xl-9,.n-col-xl-auto{padding-left:.5rem;padding-right:.5rem;position:relative;width:100%}}@media(min-width:1600px){.n-col,.n-col-1,.n-col-10,.n-col-11,.n-col-12,.n-col-13,.n-col-14,.n-col-15,.n-col-16,.n-col-17,.n-col-18,.n-col-19,.n-col-2,.n-col-20,.n-col-21,.n-col-22,.n-col-23,.n-col-24,.n-col-3,.n-col-4,.n-col-5,.n-col-6,.n-col-7,.n-col-8,.n-col-9,.n-col-auto,.n-col-lg,.n-col-lg-1,.n-col-lg-10,.n-col-lg-11,.n-col-lg-12,.n-col-lg-13,.n-col-lg-14,.n-col-lg-15,.n-col-lg-16,.n-col-lg-17,.n-col-lg-18,.n-col-lg-19,.n-col-lg-2,.n-col-lg-20,.n-col-lg-21,.n-col-lg-22,.n-col-lg-23,.n-col-lg-24,.n-col-lg-3,.n-col-lg-4,.n-col-lg-5,.n-col-lg-6,.n-col-lg-7,.n-col-lg-8,.n-col-lg-9,.n-col-lg-auto,.n-col-md,.n-col-md-1,.n-col-md-10,.n-col-md-11,.n-col-md-12,.n-col-md-13,.n-col-md-14,.n-col-md-15,.n-col-md-16,.n-col-md-17,.n-col-md-18,.n-col-md-19,.n-col-md-2,.n-col-md-20,.n-col-md-21,.n-col-md-22,.n-col-md-23,.n-col-md-24,.n-col-md-3,.n-col-md-4,.n-col-md-5,.n-col-md-6,.n-col-md-7,.n-col-md-8,.n-col-md-9,.n-col-md-auto,.n-col-sm,.n-col-sm-1,.n-col-sm-10,.n-col-sm-11,.n-col-sm-12,.n-col-sm-13,.n-col-sm-14,.n-col-sm-15,.n-col-sm-16,.n-col-sm-17,.n-col-sm-18,.n-col-sm-19,.n-col-sm-2,.n-col-sm-20,.n-col-sm-21,.n-col-sm-22,.n-col-sm-23,.n-col-sm-24,.n-col-sm-3,.n-col-sm-4,.n-col-sm-5,.n-col-sm-6,.n-col-sm-7,.n-col-sm-8,.n-col-sm-9,.n-col-sm-auto,.n-col-xl,.n-col-xl-1,.n-col-xl-10,.n-col-xl-11,.n-col-xl-12,.n-col-xl-13,.n-col-xl-14,.n-col-xl-15,.n-col-xl-16,.n-col-xl-17,.n-col-xl-18,.n-col-xl-19,.n-col-xl-2,.n-col-xl-20,.n-col-xl-21,.n-col-xl-22,.n-col-xl-23,.n-col-xl-24,.n-col-xl-3,.n-col-xl-4,.n-col-xl-5,.n-col-xl-6,.n-col-xl-7,.n-col-xl-8,.n-col-xl-9,.n-col-xl-auto{padding-left:.5rem;padding-right:.5rem;position:relative;width:100%}}.n-col{flex-basis:0;flex-grow:1;max-width:100%}.n-col-auto{flex:0 0 auto;max-width:100%;width:auto}.n-col-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.n-col-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.n-col-3{flex:0 0 12.5%;max-width:12.5%}.n-col-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.n-col-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.n-col-6{flex:0 0 25%;max-width:25%}.n-col-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.n-col-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.n-col-9{flex:0 0 37.5%;max-width:37.5%}.n-col-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.n-col-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.n-col-12{flex:0 0 50%;max-width:50%}.n-col-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.n-col-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.n-col-15{flex:0 0 62.5%;max-width:62.5%}.n-col-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.n-col-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.n-col-18{flex:0 0 75%;max-width:75%}.n-col-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.n-col-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.n-col-21{flex:0 0 87.5%;max-width:87.5%}.n-col-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.n-col-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.n-col-24{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:25}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-13{order:13}.order-14{order:14}.order-15{order:15}.order-16{order:16}.order-17{order:17}.order-18{order:18}.order-19{order:19}.order-20{order:20}.order-21{order:21}.order-22{order:22}.order-23{order:23}.order-24{order:24}.offset-1{margin-left:4.1666666667%}.offset-2{margin-left:8.3333333333%}.offset-3{margin-left:12.5%}.offset-4{margin-left:16.6666666667%}.offset-5{margin-left:20.8333333333%}.offset-6{margin-left:25%}.offset-7{margin-left:29.1666666667%}.offset-8{margin-left:33.3333333333%}.offset-9{margin-left:37.5%}.offset-10{margin-left:41.6666666667%}.offset-11{margin-left:45.8333333333%}.offset-12{margin-left:50%}.offset-13{margin-left:54.1666666667%}.offset-14{margin-left:58.3333333333%}.offset-15{margin-left:62.5%}.offset-16{margin-left:66.6666666667%}.offset-17{margin-left:70.8333333333%}.offset-18{margin-left:75%}.offset-19{margin-left:79.1666666667%}.offset-20{margin-left:83.3333333333%}.offset-21{margin-left:87.5%}.offset-22{margin-left:91.6666666667%}.offset-23{margin-left:95.8333333333%}@media(min-width:520px){.n-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.n-col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.n-col-sm-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.n-col-sm-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.n-col-sm-3{flex:0 0 12.5%;max-width:12.5%}.n-col-sm-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.n-col-sm-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.n-col-sm-6{flex:0 0 25%;max-width:25%}.n-col-sm-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.n-col-sm-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.n-col-sm-9{flex:0 0 37.5%;max-width:37.5%}.n-col-sm-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.n-col-sm-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.n-col-sm-12{flex:0 0 50%;max-width:50%}.n-col-sm-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.n-col-sm-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.n-col-sm-15{flex:0 0 62.5%;max-width:62.5%}.n-col-sm-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.n-col-sm-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.n-col-sm-18{flex:0 0 75%;max-width:75%}.n-col-sm-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.n-col-sm-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.n-col-sm-21{flex:0 0 87.5%;max-width:87.5%}.n-col-sm-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.n-col-sm-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.n-col-sm-24{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:25}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.order-sm-13{order:13}.order-sm-14{order:14}.order-sm-15{order:15}.order-sm-16{order:16}.order-sm-17{order:17}.order-sm-18{order:18}.order-sm-19{order:19}.order-sm-20{order:20}.order-sm-21{order:21}.order-sm-22{order:22}.order-sm-23{order:23}.order-sm-24{order:24}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:4.1666666667%}.offset-sm-2{margin-left:8.3333333333%}.offset-sm-3{margin-left:12.5%}.offset-sm-4{margin-left:16.6666666667%}.offset-sm-5{margin-left:20.8333333333%}.offset-sm-6{margin-left:25%}.offset-sm-7{margin-left:29.1666666667%}.offset-sm-8{margin-left:33.3333333333%}.offset-sm-9{margin-left:37.5%}.offset-sm-10{margin-left:41.6666666667%}.offset-sm-11{margin-left:45.8333333333%}.offset-sm-12{margin-left:50%}.offset-sm-13{margin-left:54.1666666667%}.offset-sm-14{margin-left:58.3333333333%}.offset-sm-15{margin-left:62.5%}.offset-sm-16{margin-left:66.6666666667%}.offset-sm-17{margin-left:70.8333333333%}.offset-sm-18{margin-left:75%}.offset-sm-19{margin-left:79.1666666667%}.offset-sm-20{margin-left:83.3333333333%}.offset-sm-21{margin-left:87.5%}.offset-sm-22{margin-left:91.6666666667%}.offset-sm-23{margin-left:95.8333333333%}}@media(min-width:768px){.n-col-md{flex-basis:0;flex-grow:1;max-width:100%}.n-col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.n-col-md-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.n-col-md-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.n-col-md-3{flex:0 0 12.5%;max-width:12.5%}.n-col-md-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.n-col-md-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.n-col-md-6{flex:0 0 25%;max-width:25%}.n-col-md-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.n-col-md-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.n-col-md-9{flex:0 0 37.5%;max-width:37.5%}.n-col-md-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.n-col-md-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.n-col-md-12{flex:0 0 50%;max-width:50%}.n-col-md-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.n-col-md-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.n-col-md-15{flex:0 0 62.5%;max-width:62.5%}.n-col-md-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.n-col-md-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.n-col-md-18{flex:0 0 75%;max-width:75%}.n-col-md-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.n-col-md-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.n-col-md-21{flex:0 0 87.5%;max-width:87.5%}.n-col-md-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.n-col-md-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.n-col-md-24{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:25}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.order-md-13{order:13}.order-md-14{order:14}.order-md-15{order:15}.order-md-16{order:16}.order-md-17{order:17}.order-md-18{order:18}.order-md-19{order:19}.order-md-20{order:20}.order-md-21{order:21}.order-md-22{order:22}.order-md-23{order:23}.order-md-24{order:24}.offset-md-0{margin-left:0}.offset-md-1{margin-left:4.1666666667%}.offset-md-2{margin-left:8.3333333333%}.offset-md-3{margin-left:12.5%}.offset-md-4{margin-left:16.6666666667%}.offset-md-5{margin-left:20.8333333333%}.offset-md-6{margin-left:25%}.offset-md-7{margin-left:29.1666666667%}.offset-md-8{margin-left:33.3333333333%}.offset-md-9{margin-left:37.5%}.offset-md-10{margin-left:41.6666666667%}.offset-md-11{margin-left:45.8333333333%}.offset-md-12{margin-left:50%}.offset-md-13{margin-left:54.1666666667%}.offset-md-14{margin-left:58.3333333333%}.offset-md-15{margin-left:62.5%}.offset-md-16{margin-left:66.6666666667%}.offset-md-17{margin-left:70.8333333333%}.offset-md-18{margin-left:75%}.offset-md-19{margin-left:79.1666666667%}.offset-md-20{margin-left:83.3333333333%}.offset-md-21{margin-left:87.5%}.offset-md-22{margin-left:91.6666666667%}.offset-md-23{margin-left:95.8333333333%}}@media(min-width:1124px){.n-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.n-col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.n-col-lg-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.n-col-lg-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.n-col-lg-3{flex:0 0 12.5%;max-width:12.5%}.n-col-lg-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.n-col-lg-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.n-col-lg-6{flex:0 0 25%;max-width:25%}.n-col-lg-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.n-col-lg-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.n-col-lg-9{flex:0 0 37.5%;max-width:37.5%}.n-col-lg-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.n-col-lg-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.n-col-lg-12{flex:0 0 50%;max-width:50%}.n-col-lg-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.n-col-lg-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.n-col-lg-15{flex:0 0 62.5%;max-width:62.5%}.n-col-lg-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.n-col-lg-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.n-col-lg-18{flex:0 0 75%;max-width:75%}.n-col-lg-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.n-col-lg-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.n-col-lg-21{flex:0 0 87.5%;max-width:87.5%}.n-col-lg-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.n-col-lg-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.n-col-lg-24{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:25}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.order-lg-13{order:13}.order-lg-14{order:14}.order-lg-15{order:15}.order-lg-16{order:16}.order-lg-17{order:17}.order-lg-18{order:18}.order-lg-19{order:19}.order-lg-20{order:20}.order-lg-21{order:21}.order-lg-22{order:22}.order-lg-23{order:23}.order-lg-24{order:24}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:4.1666666667%}.offset-lg-2{margin-left:8.3333333333%}.offset-lg-3{margin-left:12.5%}.offset-lg-4{margin-left:16.6666666667%}.offset-lg-5{margin-left:20.8333333333%}.offset-lg-6{margin-left:25%}.offset-lg-7{margin-left:29.1666666667%}.offset-lg-8{margin-left:33.3333333333%}.offset-lg-9{margin-left:37.5%}.offset-lg-10{margin-left:41.6666666667%}.offset-lg-11{margin-left:45.8333333333%}.offset-lg-12{margin-left:50%}.offset-lg-13{margin-left:54.1666666667%}.offset-lg-14{margin-left:58.3333333333%}.offset-lg-15{margin-left:62.5%}.offset-lg-16{margin-left:66.6666666667%}.offset-lg-17{margin-left:70.8333333333%}.offset-lg-18{margin-left:75%}.offset-lg-19{margin-left:79.1666666667%}.offset-lg-20{margin-left:83.3333333333%}.offset-lg-21{margin-left:87.5%}.offset-lg-22{margin-left:91.6666666667%}.offset-lg-23{margin-left:95.8333333333%}}@media(min-width:1600px){.n-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.n-col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.n-col-xl-1{flex:0 0 4.1666666667%;max-width:4.1666666667%}.n-col-xl-2{flex:0 0 8.3333333333%;max-width:8.3333333333%}.n-col-xl-3{flex:0 0 12.5%;max-width:12.5%}.n-col-xl-4{flex:0 0 16.6666666667%;max-width:16.6666666667%}.n-col-xl-5{flex:0 0 20.8333333333%;max-width:20.8333333333%}.n-col-xl-6{flex:0 0 25%;max-width:25%}.n-col-xl-7{flex:0 0 29.1666666667%;max-width:29.1666666667%}.n-col-xl-8{flex:0 0 33.3333333333%;max-width:33.3333333333%}.n-col-xl-9{flex:0 0 37.5%;max-width:37.5%}.n-col-xl-10{flex:0 0 41.6666666667%;max-width:41.6666666667%}.n-col-xl-11{flex:0 0 45.8333333333%;max-width:45.8333333333%}.n-col-xl-12{flex:0 0 50%;max-width:50%}.n-col-xl-13{flex:0 0 54.1666666667%;max-width:54.1666666667%}.n-col-xl-14{flex:0 0 58.3333333333%;max-width:58.3333333333%}.n-col-xl-15{flex:0 0 62.5%;max-width:62.5%}.n-col-xl-16{flex:0 0 66.6666666667%;max-width:66.6666666667%}.n-col-xl-17{flex:0 0 70.8333333333%;max-width:70.8333333333%}.n-col-xl-18{flex:0 0 75%;max-width:75%}.n-col-xl-19{flex:0 0 79.1666666667%;max-width:79.1666666667%}.n-col-xl-20{flex:0 0 83.3333333333%;max-width:83.3333333333%}.n-col-xl-21{flex:0 0 87.5%;max-width:87.5%}.n-col-xl-22{flex:0 0 91.6666666667%;max-width:91.6666666667%}.n-col-xl-23{flex:0 0 95.8333333333%;max-width:95.8333333333%}.n-col-xl-24{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:25}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.order-xl-13{order:13}.order-xl-14{order:14}.order-xl-15{order:15}.order-xl-16{order:16}.order-xl-17{order:17}.order-xl-18{order:18}.order-xl-19{order:19}.order-xl-20{order:20}.order-xl-21{order:21}.order-xl-22{order:22}.order-xl-23{order:23}.order-xl-24{order:24}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:4.1666666667%}.offset-xl-2{margin-left:8.3333333333%}.offset-xl-3{margin-left:12.5%}.offset-xl-4{margin-left:16.6666666667%}.offset-xl-5{margin-left:20.8333333333%}.offset-xl-6{margin-left:25%}.offset-xl-7{margin-left:29.1666666667%}.offset-xl-8{margin-left:33.3333333333%}.offset-xl-9{margin-left:37.5%}.offset-xl-10{margin-left:41.6666666667%}.offset-xl-11{margin-left:45.8333333333%}.offset-xl-12{margin-left:50%}.offset-xl-13{margin-left:54.1666666667%}.offset-xl-14{margin-left:58.3333333333%}.offset-xl-15{margin-left:62.5%}.offset-xl-16{margin-left:66.6666666667%}.offset-xl-17{margin-left:70.8333333333%}.offset-xl-18{margin-left:75%}.offset-xl-19{margin-left:79.1666666667%}.offset-xl-20{margin-left:83.3333333333%}.offset-xl-21{margin-left:87.5%}.offset-xl-22{margin-left:91.6666666667%}.offset-xl-23{margin-left:95.8333333333%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:520px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:1124px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1600px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:520px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:1124px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1600px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.n-m-0{margin:0!important}.n-mt-0,.n-my-0{margin-top:0!important}.n-mr-0,.n-mx-0{margin-right:0!important}.n-mb-0,.n-my-0{margin-bottom:0!important}.n-ml-0,.n-mx-0{margin-left:0!important}.n-m-1{margin:8px!important}.n-mt-1,.n-my-1{margin-top:8px!important}.n-mr-1,.n-mx-1{margin-right:8px!important}.n-mb-1,.n-my-1{margin-bottom:8px!important}.n-ml-1,.n-mx-1{margin-left:8px!important}.n-m-2{margin:16px!important}.n-mt-2,.n-my-2{margin-top:16px!important}.n-mr-2,.n-mx-2{margin-right:16px!important}.n-mb-2,.n-my-2{margin-bottom:16px!important}.n-ml-2,.n-mx-2{margin-left:16px!important}.n-m-3{margin:24px!important}.n-mt-3,.n-my-3{margin-top:24px!important}.n-mr-3,.n-mx-3{margin-right:24px!important}.n-mb-3,.n-my-3{margin-bottom:24px!important}.n-ml-3,.n-mx-3{margin-left:24px!important}.n-m-4{margin:32px!important}.n-mt-4,.n-my-4{margin-top:32px!important}.n-mr-4,.n-mx-4{margin-right:32px!important}.n-mb-4,.n-my-4{margin-bottom:32px!important}.n-ml-4,.n-mx-4{margin-left:32px!important}.n-m-5{margin:40px!important}.n-mt-5,.n-my-5{margin-top:40px!important}.n-mr-5,.n-mx-5{margin-right:40px!important}.n-mb-5,.n-my-5{margin-bottom:40px!important}.n-ml-5,.n-mx-5{margin-left:40px!important}.n-m-6{margin:48px!important}.n-mt-6,.n-my-6{margin-top:48px!important}.n-mr-6,.n-mx-6{margin-right:48px!important}.n-mb-6,.n-my-6{margin-bottom:48px!important}.n-ml-6,.n-mx-6{margin-left:48px!important}.n-m-7{margin:56px!important}.n-mt-7,.n-my-7{margin-top:56px!important}.n-mr-7,.n-mx-7{margin-right:56px!important}.n-mb-7,.n-my-7{margin-bottom:56px!important}.n-ml-7,.n-mx-7{margin-left:56px!important}.n-m-8{margin:64px!important}.n-mt-8,.n-my-8{margin-top:64px!important}.n-mr-8,.n-mx-8{margin-right:64px!important}.n-mb-8,.n-my-8{margin-bottom:64px!important}.n-ml-8,.n-mx-8{margin-left:64px!important}.n-m-9{margin:72px!important}.n-mt-9,.n-my-9{margin-top:72px!important}.n-mr-9,.n-mx-9{margin-right:72px!important}.n-mb-9,.n-my-9{margin-bottom:72px!important}.n-ml-9,.n-mx-9{margin-left:72px!important}.n-m-10{margin:80px!important}.n-mt-10,.n-my-10{margin-top:80px!important}.n-mr-10,.n-mx-10{margin-right:80px!important}.n-mb-10,.n-my-10{margin-bottom:80px!important}.n-ml-10,.n-mx-10{margin-left:80px!important}.n-m-12{margin:12px!important}.n-mt-12,.n-my-12{margin-top:12px!important}.n-mr-12,.n-mx-12{margin-right:12px!important}.n-mb-12,.n-my-12{margin-bottom:12px!important}.n-ml-12,.n-mx-12{margin-left:12px!important}.n-m-20{margin:20px!important}.n-mt-20,.n-my-20{margin-top:20px!important}.n-mr-20,.n-mx-20{margin-right:20px!important}.n-mb-20,.n-my-20{margin-bottom:20px!important}.n-ml-20,.n-mx-20{margin-left:20px!important}.n-m-96{margin:96px!important}.n-mt-96,.n-my-96{margin-top:96px!important}.n-mr-96,.n-mx-96{margin-right:96px!important}.n-mb-96,.n-my-96{margin-bottom:96px!important}.n-ml-96,.n-mx-96{margin-left:96px!important}.n-p-0{padding:0!important}.n-pt-0,.n-py-0{padding-top:0!important}.n-pr-0,.n-px-0{padding-right:0!important}.n-pb-0,.n-py-0{padding-bottom:0!important}.n-pl-0,.n-px-0{padding-left:0!important}.n-p-1{padding:8px!important}.n-pt-1,.n-py-1{padding-top:8px!important}.n-pr-1,.n-px-1{padding-right:8px!important}.n-pb-1,.n-py-1{padding-bottom:8px!important}.n-pl-1,.n-px-1{padding-left:8px!important}.n-p-2{padding:16px!important}.n-pt-2,.n-py-2{padding-top:16px!important}.n-pr-2,.n-px-2{padding-right:16px!important}.n-pb-2,.n-py-2{padding-bottom:16px!important}.n-pl-2,.n-px-2{padding-left:16px!important}.n-p-3{padding:24px!important}.n-pt-3,.n-py-3{padding-top:24px!important}.n-pr-3,.n-px-3{padding-right:24px!important}.n-pb-3,.n-py-3{padding-bottom:24px!important}.n-pl-3,.n-px-3{padding-left:24px!important}.n-p-4{padding:32px!important}.n-pt-4,.n-py-4{padding-top:32px!important}.n-pr-4,.n-px-4{padding-right:32px!important}.n-pb-4,.n-py-4{padding-bottom:32px!important}.n-pl-4,.n-px-4{padding-left:32px!important}.n-p-5{padding:40px!important}.n-pt-5,.n-py-5{padding-top:40px!important}.n-pr-5,.n-px-5{padding-right:40px!important}.n-pb-5,.n-py-5{padding-bottom:40px!important}.n-pl-5,.n-px-5{padding-left:40px!important}.n-p-6{padding:48px!important}.n-pt-6,.n-py-6{padding-top:48px!important}.n-pr-6,.n-px-6{padding-right:48px!important}.n-pb-6,.n-py-6{padding-bottom:48px!important}.n-pl-6,.n-px-6{padding-left:48px!important}.n-p-7{padding:56px!important}.n-pt-7,.n-py-7{padding-top:56px!important}.n-pr-7,.n-px-7{padding-right:56px!important}.n-pb-7,.n-py-7{padding-bottom:56px!important}.n-pl-7,.n-px-7{padding-left:56px!important}.n-p-8{padding:64px!important}.n-pt-8,.n-py-8{padding-top:64px!important}.n-pr-8,.n-px-8{padding-right:64px!important}.n-pb-8,.n-py-8{padding-bottom:64px!important}.n-pl-8,.n-px-8{padding-left:64px!important}.n-p-9{padding:72px!important}.n-pt-9,.n-py-9{padding-top:72px!important}.n-pr-9,.n-px-9{padding-right:72px!important}.n-pb-9,.n-py-9{padding-bottom:72px!important}.n-pl-9,.n-px-9{padding-left:72px!important}.n-p-10{padding:80px!important}.n-pt-10,.n-py-10{padding-top:80px!important}.n-pr-10,.n-px-10{padding-right:80px!important}.n-pb-10,.n-py-10{padding-bottom:80px!important}.n-pl-10,.n-px-10{padding-left:80px!important}.n-p-12{padding:12px!important}.n-pt-12,.n-py-12{padding-top:12px!important}.n-pr-12,.n-px-12{padding-right:12px!important}.n-pb-12,.n-py-12{padding-bottom:12px!important}.n-pl-12,.n-px-12{padding-left:12px!important}.n-p-20{padding:20px!important}.n-pt-20,.n-py-20{padding-top:20px!important}.n-pr-20,.n-px-20{padding-right:20px!important}.n-pb-20,.n-py-20{padding-bottom:20px!important}.n-pl-20,.n-px-20{padding-left:20px!important}.n-p-96{padding:96px!important}.n-pt-96,.n-py-96{padding-top:96px!important}.n-pr-96,.n-px-96{padding-right:96px!important}.n-pb-96,.n-py-96{padding-bottom:96px!important}.n-pl-96,.n-px-96{padding-left:96px!important}.n-m-n1{margin:-8px!important}.n-mt-n1,.n-my-n1{margin-top:-8px!important}.n-mr-n1,.n-mx-n1{margin-right:-8px!important}.n-mb-n1,.n-my-n1{margin-bottom:-8px!important}.n-ml-n1,.n-mx-n1{margin-left:-8px!important}.n-m-n2{margin:-16px!important}.n-mt-n2,.n-my-n2{margin-top:-16px!important}.n-mr-n2,.n-mx-n2{margin-right:-16px!important}.n-mb-n2,.n-my-n2{margin-bottom:-16px!important}.n-ml-n2,.n-mx-n2{margin-left:-16px!important}.n-m-n3{margin:-24px!important}.n-mt-n3,.n-my-n3{margin-top:-24px!important}.n-mr-n3,.n-mx-n3{margin-right:-24px!important}.n-mb-n3,.n-my-n3{margin-bottom:-24px!important}.n-ml-n3,.n-mx-n3{margin-left:-24px!important}.n-m-n4{margin:-32px!important}.n-mt-n4,.n-my-n4{margin-top:-32px!important}.n-mr-n4,.n-mx-n4{margin-right:-32px!important}.n-mb-n4,.n-my-n4{margin-bottom:-32px!important}.n-ml-n4,.n-mx-n4{margin-left:-32px!important}.n-m-n5{margin:-40px!important}.n-mt-n5,.n-my-n5{margin-top:-40px!important}.n-mr-n5,.n-mx-n5{margin-right:-40px!important}.n-mb-n5,.n-my-n5{margin-bottom:-40px!important}.n-ml-n5,.n-mx-n5{margin-left:-40px!important}.n-m-n6{margin:-48px!important}.n-mt-n6,.n-my-n6{margin-top:-48px!important}.n-mr-n6,.n-mx-n6{margin-right:-48px!important}.n-mb-n6,.n-my-n6{margin-bottom:-48px!important}.n-ml-n6,.n-mx-n6{margin-left:-48px!important}.n-m-n7{margin:-56px!important}.n-mt-n7,.n-my-n7{margin-top:-56px!important}.n-mr-n7,.n-mx-n7{margin-right:-56px!important}.n-mb-n7,.n-my-n7{margin-bottom:-56px!important}.n-ml-n7,.n-mx-n7{margin-left:-56px!important}.n-m-n8{margin:-64px!important}.n-mt-n8,.n-my-n8{margin-top:-64px!important}.n-mr-n8,.n-mx-n8{margin-right:-64px!important}.n-mb-n8,.n-my-n8{margin-bottom:-64px!important}.n-ml-n8,.n-mx-n8{margin-left:-64px!important}.n-m-n9{margin:-72px!important}.n-mt-n9,.n-my-n9{margin-top:-72px!important}.n-mr-n9,.n-mx-n9{margin-right:-72px!important}.n-mb-n9,.n-my-n9{margin-bottom:-72px!important}.n-ml-n9,.n-mx-n9{margin-left:-72px!important}.n-m-n10{margin:-80px!important}.n-mt-n10,.n-my-n10{margin-top:-80px!important}.n-mr-n10,.n-mx-n10{margin-right:-80px!important}.n-mb-n10,.n-my-n10{margin-bottom:-80px!important}.n-ml-n10,.n-mx-n10{margin-left:-80px!important}.n-m-n12{margin:-12px!important}.n-mt-n12,.n-my-n12{margin-top:-12px!important}.n-mr-n12,.n-mx-n12{margin-right:-12px!important}.n-mb-n12,.n-my-n12{margin-bottom:-12px!important}.n-ml-n12,.n-mx-n12{margin-left:-12px!important}.n-m-n20{margin:-20px!important}.n-mt-n20,.n-my-n20{margin-top:-20px!important}.n-mr-n20,.n-mx-n20{margin-right:-20px!important}.n-mb-n20,.n-my-n20{margin-bottom:-20px!important}.n-ml-n20,.n-mx-n20{margin-left:-20px!important}.n-m-n96{margin:-96px!important}.n-mt-n96,.n-my-n96{margin-top:-96px!important}.n-mr-n96,.n-mx-n96{margin-right:-96px!important}.n-mb-n96,.n-my-n96{margin-bottom:-96px!important}.n-ml-n96,.n-mx-n96{margin-left:-96px!important}.n-m-auto{margin:auto!important}.n-mt-auto,.n-my-auto{margin-top:auto!important}.n-mr-auto,.n-mx-auto{margin-right:auto!important}.n-mb-auto,.n-my-auto{margin-bottom:auto!important}.n-ml-auto,.n-mx-auto{margin-left:auto!important}@media(min-width:520px){.n-m-sm-0{margin:0!important}.n-mt-sm-0,.n-my-sm-0{margin-top:0!important}.n-mr-sm-0,.n-mx-sm-0{margin-right:0!important}.n-mb-sm-0,.n-my-sm-0{margin-bottom:0!important}.n-ml-sm-0,.n-mx-sm-0{margin-left:0!important}.n-m-sm-1{margin:8px!important}.n-mt-sm-1,.n-my-sm-1{margin-top:8px!important}.n-mr-sm-1,.n-mx-sm-1{margin-right:8px!important}.n-mb-sm-1,.n-my-sm-1{margin-bottom:8px!important}.n-ml-sm-1,.n-mx-sm-1{margin-left:8px!important}.n-m-sm-2{margin:16px!important}.n-mt-sm-2,.n-my-sm-2{margin-top:16px!important}.n-mr-sm-2,.n-mx-sm-2{margin-right:16px!important}.n-mb-sm-2,.n-my-sm-2{margin-bottom:16px!important}.n-ml-sm-2,.n-mx-sm-2{margin-left:16px!important}.n-m-sm-3{margin:24px!important}.n-mt-sm-3,.n-my-sm-3{margin-top:24px!important}.n-mr-sm-3,.n-mx-sm-3{margin-right:24px!important}.n-mb-sm-3,.n-my-sm-3{margin-bottom:24px!important}.n-ml-sm-3,.n-mx-sm-3{margin-left:24px!important}.n-m-sm-4{margin:32px!important}.n-mt-sm-4,.n-my-sm-4{margin-top:32px!important}.n-mr-sm-4,.n-mx-sm-4{margin-right:32px!important}.n-mb-sm-4,.n-my-sm-4{margin-bottom:32px!important}.n-ml-sm-4,.n-mx-sm-4{margin-left:32px!important}.n-m-sm-5{margin:40px!important}.n-mt-sm-5,.n-my-sm-5{margin-top:40px!important}.n-mr-sm-5,.n-mx-sm-5{margin-right:40px!important}.n-mb-sm-5,.n-my-sm-5{margin-bottom:40px!important}.n-ml-sm-5,.n-mx-sm-5{margin-left:40px!important}.n-m-sm-6{margin:48px!important}.n-mt-sm-6,.n-my-sm-6{margin-top:48px!important}.n-mr-sm-6,.n-mx-sm-6{margin-right:48px!important}.n-mb-sm-6,.n-my-sm-6{margin-bottom:48px!important}.n-ml-sm-6,.n-mx-sm-6{margin-left:48px!important}.n-m-sm-7{margin:56px!important}.n-mt-sm-7,.n-my-sm-7{margin-top:56px!important}.n-mr-sm-7,.n-mx-sm-7{margin-right:56px!important}.n-mb-sm-7,.n-my-sm-7{margin-bottom:56px!important}.n-ml-sm-7,.n-mx-sm-7{margin-left:56px!important}.n-m-sm-8{margin:64px!important}.n-mt-sm-8,.n-my-sm-8{margin-top:64px!important}.n-mr-sm-8,.n-mx-sm-8{margin-right:64px!important}.n-mb-sm-8,.n-my-sm-8{margin-bottom:64px!important}.n-ml-sm-8,.n-mx-sm-8{margin-left:64px!important}.n-m-sm-9{margin:72px!important}.n-mt-sm-9,.n-my-sm-9{margin-top:72px!important}.n-mr-sm-9,.n-mx-sm-9{margin-right:72px!important}.n-mb-sm-9,.n-my-sm-9{margin-bottom:72px!important}.n-ml-sm-9,.n-mx-sm-9{margin-left:72px!important}.n-m-sm-10{margin:80px!important}.n-mt-sm-10,.n-my-sm-10{margin-top:80px!important}.n-mr-sm-10,.n-mx-sm-10{margin-right:80px!important}.n-mb-sm-10,.n-my-sm-10{margin-bottom:80px!important}.n-ml-sm-10,.n-mx-sm-10{margin-left:80px!important}.n-m-sm-12{margin:12px!important}.n-mt-sm-12,.n-my-sm-12{margin-top:12px!important}.n-mr-sm-12,.n-mx-sm-12{margin-right:12px!important}.n-mb-sm-12,.n-my-sm-12{margin-bottom:12px!important}.n-ml-sm-12,.n-mx-sm-12{margin-left:12px!important}.n-m-sm-20{margin:20px!important}.n-mt-sm-20,.n-my-sm-20{margin-top:20px!important}.n-mr-sm-20,.n-mx-sm-20{margin-right:20px!important}.n-mb-sm-20,.n-my-sm-20{margin-bottom:20px!important}.n-ml-sm-20,.n-mx-sm-20{margin-left:20px!important}.n-m-sm-96{margin:96px!important}.n-mt-sm-96,.n-my-sm-96{margin-top:96px!important}.n-mr-sm-96,.n-mx-sm-96{margin-right:96px!important}.n-mb-sm-96,.n-my-sm-96{margin-bottom:96px!important}.n-ml-sm-96,.n-mx-sm-96{margin-left:96px!important}.n-p-sm-0{padding:0!important}.n-pt-sm-0,.n-py-sm-0{padding-top:0!important}.n-pr-sm-0,.n-px-sm-0{padding-right:0!important}.n-pb-sm-0,.n-py-sm-0{padding-bottom:0!important}.n-pl-sm-0,.n-px-sm-0{padding-left:0!important}.n-p-sm-1{padding:8px!important}.n-pt-sm-1,.n-py-sm-1{padding-top:8px!important}.n-pr-sm-1,.n-px-sm-1{padding-right:8px!important}.n-pb-sm-1,.n-py-sm-1{padding-bottom:8px!important}.n-pl-sm-1,.n-px-sm-1{padding-left:8px!important}.n-p-sm-2{padding:16px!important}.n-pt-sm-2,.n-py-sm-2{padding-top:16px!important}.n-pr-sm-2,.n-px-sm-2{padding-right:16px!important}.n-pb-sm-2,.n-py-sm-2{padding-bottom:16px!important}.n-pl-sm-2,.n-px-sm-2{padding-left:16px!important}.n-p-sm-3{padding:24px!important}.n-pt-sm-3,.n-py-sm-3{padding-top:24px!important}.n-pr-sm-3,.n-px-sm-3{padding-right:24px!important}.n-pb-sm-3,.n-py-sm-3{padding-bottom:24px!important}.n-pl-sm-3,.n-px-sm-3{padding-left:24px!important}.n-p-sm-4{padding:32px!important}.n-pt-sm-4,.n-py-sm-4{padding-top:32px!important}.n-pr-sm-4,.n-px-sm-4{padding-right:32px!important}.n-pb-sm-4,.n-py-sm-4{padding-bottom:32px!important}.n-pl-sm-4,.n-px-sm-4{padding-left:32px!important}.n-p-sm-5{padding:40px!important}.n-pt-sm-5,.n-py-sm-5{padding-top:40px!important}.n-pr-sm-5,.n-px-sm-5{padding-right:40px!important}.n-pb-sm-5,.n-py-sm-5{padding-bottom:40px!important}.n-pl-sm-5,.n-px-sm-5{padding-left:40px!important}.n-p-sm-6{padding:48px!important}.n-pt-sm-6,.n-py-sm-6{padding-top:48px!important}.n-pr-sm-6,.n-px-sm-6{padding-right:48px!important}.n-pb-sm-6,.n-py-sm-6{padding-bottom:48px!important}.n-pl-sm-6,.n-px-sm-6{padding-left:48px!important}.n-p-sm-7{padding:56px!important}.n-pt-sm-7,.n-py-sm-7{padding-top:56px!important}.n-pr-sm-7,.n-px-sm-7{padding-right:56px!important}.n-pb-sm-7,.n-py-sm-7{padding-bottom:56px!important}.n-pl-sm-7,.n-px-sm-7{padding-left:56px!important}.n-p-sm-8{padding:64px!important}.n-pt-sm-8,.n-py-sm-8{padding-top:64px!important}.n-pr-sm-8,.n-px-sm-8{padding-right:64px!important}.n-pb-sm-8,.n-py-sm-8{padding-bottom:64px!important}.n-pl-sm-8,.n-px-sm-8{padding-left:64px!important}.n-p-sm-9{padding:72px!important}.n-pt-sm-9,.n-py-sm-9{padding-top:72px!important}.n-pr-sm-9,.n-px-sm-9{padding-right:72px!important}.n-pb-sm-9,.n-py-sm-9{padding-bottom:72px!important}.n-pl-sm-9,.n-px-sm-9{padding-left:72px!important}.n-p-sm-10{padding:80px!important}.n-pt-sm-10,.n-py-sm-10{padding-top:80px!important}.n-pr-sm-10,.n-px-sm-10{padding-right:80px!important}.n-pb-sm-10,.n-py-sm-10{padding-bottom:80px!important}.n-pl-sm-10,.n-px-sm-10{padding-left:80px!important}.n-p-sm-12{padding:12px!important}.n-pt-sm-12,.n-py-sm-12{padding-top:12px!important}.n-pr-sm-12,.n-px-sm-12{padding-right:12px!important}.n-pb-sm-12,.n-py-sm-12{padding-bottom:12px!important}.n-pl-sm-12,.n-px-sm-12{padding-left:12px!important}.n-p-sm-20{padding:20px!important}.n-pt-sm-20,.n-py-sm-20{padding-top:20px!important}.n-pr-sm-20,.n-px-sm-20{padding-right:20px!important}.n-pb-sm-20,.n-py-sm-20{padding-bottom:20px!important}.n-pl-sm-20,.n-px-sm-20{padding-left:20px!important}.n-p-sm-96{padding:96px!important}.n-pt-sm-96,.n-py-sm-96{padding-top:96px!important}.n-pr-sm-96,.n-px-sm-96{padding-right:96px!important}.n-pb-sm-96,.n-py-sm-96{padding-bottom:96px!important}.n-pl-sm-96,.n-px-sm-96{padding-left:96px!important}.n-m-sm-n1{margin:-8px!important}.n-mt-sm-n1,.n-my-sm-n1{margin-top:-8px!important}.n-mr-sm-n1,.n-mx-sm-n1{margin-right:-8px!important}.n-mb-sm-n1,.n-my-sm-n1{margin-bottom:-8px!important}.n-ml-sm-n1,.n-mx-sm-n1{margin-left:-8px!important}.n-m-sm-n2{margin:-16px!important}.n-mt-sm-n2,.n-my-sm-n2{margin-top:-16px!important}.n-mr-sm-n2,.n-mx-sm-n2{margin-right:-16px!important}.n-mb-sm-n2,.n-my-sm-n2{margin-bottom:-16px!important}.n-ml-sm-n2,.n-mx-sm-n2{margin-left:-16px!important}.n-m-sm-n3{margin:-24px!important}.n-mt-sm-n3,.n-my-sm-n3{margin-top:-24px!important}.n-mr-sm-n3,.n-mx-sm-n3{margin-right:-24px!important}.n-mb-sm-n3,.n-my-sm-n3{margin-bottom:-24px!important}.n-ml-sm-n3,.n-mx-sm-n3{margin-left:-24px!important}.n-m-sm-n4{margin:-32px!important}.n-mt-sm-n4,.n-my-sm-n4{margin-top:-32px!important}.n-mr-sm-n4,.n-mx-sm-n4{margin-right:-32px!important}.n-mb-sm-n4,.n-my-sm-n4{margin-bottom:-32px!important}.n-ml-sm-n4,.n-mx-sm-n4{margin-left:-32px!important}.n-m-sm-n5{margin:-40px!important}.n-mt-sm-n5,.n-my-sm-n5{margin-top:-40px!important}.n-mr-sm-n5,.n-mx-sm-n5{margin-right:-40px!important}.n-mb-sm-n5,.n-my-sm-n5{margin-bottom:-40px!important}.n-ml-sm-n5,.n-mx-sm-n5{margin-left:-40px!important}.n-m-sm-n6{margin:-48px!important}.n-mt-sm-n6,.n-my-sm-n6{margin-top:-48px!important}.n-mr-sm-n6,.n-mx-sm-n6{margin-right:-48px!important}.n-mb-sm-n6,.n-my-sm-n6{margin-bottom:-48px!important}.n-ml-sm-n6,.n-mx-sm-n6{margin-left:-48px!important}.n-m-sm-n7{margin:-56px!important}.n-mt-sm-n7,.n-my-sm-n7{margin-top:-56px!important}.n-mr-sm-n7,.n-mx-sm-n7{margin-right:-56px!important}.n-mb-sm-n7,.n-my-sm-n7{margin-bottom:-56px!important}.n-ml-sm-n7,.n-mx-sm-n7{margin-left:-56px!important}.n-m-sm-n8{margin:-64px!important}.n-mt-sm-n8,.n-my-sm-n8{margin-top:-64px!important}.n-mr-sm-n8,.n-mx-sm-n8{margin-right:-64px!important}.n-mb-sm-n8,.n-my-sm-n8{margin-bottom:-64px!important}.n-ml-sm-n8,.n-mx-sm-n8{margin-left:-64px!important}.n-m-sm-n9{margin:-72px!important}.n-mt-sm-n9,.n-my-sm-n9{margin-top:-72px!important}.n-mr-sm-n9,.n-mx-sm-n9{margin-right:-72px!important}.n-mb-sm-n9,.n-my-sm-n9{margin-bottom:-72px!important}.n-ml-sm-n9,.n-mx-sm-n9{margin-left:-72px!important}.n-m-sm-n10{margin:-80px!important}.n-mt-sm-n10,.n-my-sm-n10{margin-top:-80px!important}.n-mr-sm-n10,.n-mx-sm-n10{margin-right:-80px!important}.n-mb-sm-n10,.n-my-sm-n10{margin-bottom:-80px!important}.n-ml-sm-n10,.n-mx-sm-n10{margin-left:-80px!important}.n-m-sm-n12{margin:-12px!important}.n-mt-sm-n12,.n-my-sm-n12{margin-top:-12px!important}.n-mr-sm-n12,.n-mx-sm-n12{margin-right:-12px!important}.n-mb-sm-n12,.n-my-sm-n12{margin-bottom:-12px!important}.n-ml-sm-n12,.n-mx-sm-n12{margin-left:-12px!important}.n-m-sm-n20{margin:-20px!important}.n-mt-sm-n20,.n-my-sm-n20{margin-top:-20px!important}.n-mr-sm-n20,.n-mx-sm-n20{margin-right:-20px!important}.n-mb-sm-n20,.n-my-sm-n20{margin-bottom:-20px!important}.n-ml-sm-n20,.n-mx-sm-n20{margin-left:-20px!important}.n-m-sm-n96{margin:-96px!important}.n-mt-sm-n96,.n-my-sm-n96{margin-top:-96px!important}.n-mr-sm-n96,.n-mx-sm-n96{margin-right:-96px!important}.n-mb-sm-n96,.n-my-sm-n96{margin-bottom:-96px!important}.n-ml-sm-n96,.n-mx-sm-n96{margin-left:-96px!important}.n-m-sm-auto{margin:auto!important}.n-mt-sm-auto,.n-my-sm-auto{margin-top:auto!important}.n-mr-sm-auto,.n-mx-sm-auto{margin-right:auto!important}.n-mb-sm-auto,.n-my-sm-auto{margin-bottom:auto!important}.n-ml-sm-auto,.n-mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.n-m-md-0{margin:0!important}.n-mt-md-0,.n-my-md-0{margin-top:0!important}.n-mr-md-0,.n-mx-md-0{margin-right:0!important}.n-mb-md-0,.n-my-md-0{margin-bottom:0!important}.n-ml-md-0,.n-mx-md-0{margin-left:0!important}.n-m-md-1{margin:8px!important}.n-mt-md-1,.n-my-md-1{margin-top:8px!important}.n-mr-md-1,.n-mx-md-1{margin-right:8px!important}.n-mb-md-1,.n-my-md-1{margin-bottom:8px!important}.n-ml-md-1,.n-mx-md-1{margin-left:8px!important}.n-m-md-2{margin:16px!important}.n-mt-md-2,.n-my-md-2{margin-top:16px!important}.n-mr-md-2,.n-mx-md-2{margin-right:16px!important}.n-mb-md-2,.n-my-md-2{margin-bottom:16px!important}.n-ml-md-2,.n-mx-md-2{margin-left:16px!important}.n-m-md-3{margin:24px!important}.n-mt-md-3,.n-my-md-3{margin-top:24px!important}.n-mr-md-3,.n-mx-md-3{margin-right:24px!important}.n-mb-md-3,.n-my-md-3{margin-bottom:24px!important}.n-ml-md-3,.n-mx-md-3{margin-left:24px!important}.n-m-md-4{margin:32px!important}.n-mt-md-4,.n-my-md-4{margin-top:32px!important}.n-mr-md-4,.n-mx-md-4{margin-right:32px!important}.n-mb-md-4,.n-my-md-4{margin-bottom:32px!important}.n-ml-md-4,.n-mx-md-4{margin-left:32px!important}.n-m-md-5{margin:40px!important}.n-mt-md-5,.n-my-md-5{margin-top:40px!important}.n-mr-md-5,.n-mx-md-5{margin-right:40px!important}.n-mb-md-5,.n-my-md-5{margin-bottom:40px!important}.n-ml-md-5,.n-mx-md-5{margin-left:40px!important}.n-m-md-6{margin:48px!important}.n-mt-md-6,.n-my-md-6{margin-top:48px!important}.n-mr-md-6,.n-mx-md-6{margin-right:48px!important}.n-mb-md-6,.n-my-md-6{margin-bottom:48px!important}.n-ml-md-6,.n-mx-md-6{margin-left:48px!important}.n-m-md-7{margin:56px!important}.n-mt-md-7,.n-my-md-7{margin-top:56px!important}.n-mr-md-7,.n-mx-md-7{margin-right:56px!important}.n-mb-md-7,.n-my-md-7{margin-bottom:56px!important}.n-ml-md-7,.n-mx-md-7{margin-left:56px!important}.n-m-md-8{margin:64px!important}.n-mt-md-8,.n-my-md-8{margin-top:64px!important}.n-mr-md-8,.n-mx-md-8{margin-right:64px!important}.n-mb-md-8,.n-my-md-8{margin-bottom:64px!important}.n-ml-md-8,.n-mx-md-8{margin-left:64px!important}.n-m-md-9{margin:72px!important}.n-mt-md-9,.n-my-md-9{margin-top:72px!important}.n-mr-md-9,.n-mx-md-9{margin-right:72px!important}.n-mb-md-9,.n-my-md-9{margin-bottom:72px!important}.n-ml-md-9,.n-mx-md-9{margin-left:72px!important}.n-m-md-10{margin:80px!important}.n-mt-md-10,.n-my-md-10{margin-top:80px!important}.n-mr-md-10,.n-mx-md-10{margin-right:80px!important}.n-mb-md-10,.n-my-md-10{margin-bottom:80px!important}.n-ml-md-10,.n-mx-md-10{margin-left:80px!important}.n-m-md-12{margin:12px!important}.n-mt-md-12,.n-my-md-12{margin-top:12px!important}.n-mr-md-12,.n-mx-md-12{margin-right:12px!important}.n-mb-md-12,.n-my-md-12{margin-bottom:12px!important}.n-ml-md-12,.n-mx-md-12{margin-left:12px!important}.n-m-md-20{margin:20px!important}.n-mt-md-20,.n-my-md-20{margin-top:20px!important}.n-mr-md-20,.n-mx-md-20{margin-right:20px!important}.n-mb-md-20,.n-my-md-20{margin-bottom:20px!important}.n-ml-md-20,.n-mx-md-20{margin-left:20px!important}.n-m-md-96{margin:96px!important}.n-mt-md-96,.n-my-md-96{margin-top:96px!important}.n-mr-md-96,.n-mx-md-96{margin-right:96px!important}.n-mb-md-96,.n-my-md-96{margin-bottom:96px!important}.n-ml-md-96,.n-mx-md-96{margin-left:96px!important}.n-p-md-0{padding:0!important}.n-pt-md-0,.n-py-md-0{padding-top:0!important}.n-pr-md-0,.n-px-md-0{padding-right:0!important}.n-pb-md-0,.n-py-md-0{padding-bottom:0!important}.n-pl-md-0,.n-px-md-0{padding-left:0!important}.n-p-md-1{padding:8px!important}.n-pt-md-1,.n-py-md-1{padding-top:8px!important}.n-pr-md-1,.n-px-md-1{padding-right:8px!important}.n-pb-md-1,.n-py-md-1{padding-bottom:8px!important}.n-pl-md-1,.n-px-md-1{padding-left:8px!important}.n-p-md-2{padding:16px!important}.n-pt-md-2,.n-py-md-2{padding-top:16px!important}.n-pr-md-2,.n-px-md-2{padding-right:16px!important}.n-pb-md-2,.n-py-md-2{padding-bottom:16px!important}.n-pl-md-2,.n-px-md-2{padding-left:16px!important}.n-p-md-3{padding:24px!important}.n-pt-md-3,.n-py-md-3{padding-top:24px!important}.n-pr-md-3,.n-px-md-3{padding-right:24px!important}.n-pb-md-3,.n-py-md-3{padding-bottom:24px!important}.n-pl-md-3,.n-px-md-3{padding-left:24px!important}.n-p-md-4{padding:32px!important}.n-pt-md-4,.n-py-md-4{padding-top:32px!important}.n-pr-md-4,.n-px-md-4{padding-right:32px!important}.n-pb-md-4,.n-py-md-4{padding-bottom:32px!important}.n-pl-md-4,.n-px-md-4{padding-left:32px!important}.n-p-md-5{padding:40px!important}.n-pt-md-5,.n-py-md-5{padding-top:40px!important}.n-pr-md-5,.n-px-md-5{padding-right:40px!important}.n-pb-md-5,.n-py-md-5{padding-bottom:40px!important}.n-pl-md-5,.n-px-md-5{padding-left:40px!important}.n-p-md-6{padding:48px!important}.n-pt-md-6,.n-py-md-6{padding-top:48px!important}.n-pr-md-6,.n-px-md-6{padding-right:48px!important}.n-pb-md-6,.n-py-md-6{padding-bottom:48px!important}.n-pl-md-6,.n-px-md-6{padding-left:48px!important}.n-p-md-7{padding:56px!important}.n-pt-md-7,.n-py-md-7{padding-top:56px!important}.n-pr-md-7,.n-px-md-7{padding-right:56px!important}.n-pb-md-7,.n-py-md-7{padding-bottom:56px!important}.n-pl-md-7,.n-px-md-7{padding-left:56px!important}.n-p-md-8{padding:64px!important}.n-pt-md-8,.n-py-md-8{padding-top:64px!important}.n-pr-md-8,.n-px-md-8{padding-right:64px!important}.n-pb-md-8,.n-py-md-8{padding-bottom:64px!important}.n-pl-md-8,.n-px-md-8{padding-left:64px!important}.n-p-md-9{padding:72px!important}.n-pt-md-9,.n-py-md-9{padding-top:72px!important}.n-pr-md-9,.n-px-md-9{padding-right:72px!important}.n-pb-md-9,.n-py-md-9{padding-bottom:72px!important}.n-pl-md-9,.n-px-md-9{padding-left:72px!important}.n-p-md-10{padding:80px!important}.n-pt-md-10,.n-py-md-10{padding-top:80px!important}.n-pr-md-10,.n-px-md-10{padding-right:80px!important}.n-pb-md-10,.n-py-md-10{padding-bottom:80px!important}.n-pl-md-10,.n-px-md-10{padding-left:80px!important}.n-p-md-12{padding:12px!important}.n-pt-md-12,.n-py-md-12{padding-top:12px!important}.n-pr-md-12,.n-px-md-12{padding-right:12px!important}.n-pb-md-12,.n-py-md-12{padding-bottom:12px!important}.n-pl-md-12,.n-px-md-12{padding-left:12px!important}.n-p-md-20{padding:20px!important}.n-pt-md-20,.n-py-md-20{padding-top:20px!important}.n-pr-md-20,.n-px-md-20{padding-right:20px!important}.n-pb-md-20,.n-py-md-20{padding-bottom:20px!important}.n-pl-md-20,.n-px-md-20{padding-left:20px!important}.n-p-md-96{padding:96px!important}.n-pt-md-96,.n-py-md-96{padding-top:96px!important}.n-pr-md-96,.n-px-md-96{padding-right:96px!important}.n-pb-md-96,.n-py-md-96{padding-bottom:96px!important}.n-pl-md-96,.n-px-md-96{padding-left:96px!important}.n-m-md-n1{margin:-8px!important}.n-mt-md-n1,.n-my-md-n1{margin-top:-8px!important}.n-mr-md-n1,.n-mx-md-n1{margin-right:-8px!important}.n-mb-md-n1,.n-my-md-n1{margin-bottom:-8px!important}.n-ml-md-n1,.n-mx-md-n1{margin-left:-8px!important}.n-m-md-n2{margin:-16px!important}.n-mt-md-n2,.n-my-md-n2{margin-top:-16px!important}.n-mr-md-n2,.n-mx-md-n2{margin-right:-16px!important}.n-mb-md-n2,.n-my-md-n2{margin-bottom:-16px!important}.n-ml-md-n2,.n-mx-md-n2{margin-left:-16px!important}.n-m-md-n3{margin:-24px!important}.n-mt-md-n3,.n-my-md-n3{margin-top:-24px!important}.n-mr-md-n3,.n-mx-md-n3{margin-right:-24px!important}.n-mb-md-n3,.n-my-md-n3{margin-bottom:-24px!important}.n-ml-md-n3,.n-mx-md-n3{margin-left:-24px!important}.n-m-md-n4{margin:-32px!important}.n-mt-md-n4,.n-my-md-n4{margin-top:-32px!important}.n-mr-md-n4,.n-mx-md-n4{margin-right:-32px!important}.n-mb-md-n4,.n-my-md-n4{margin-bottom:-32px!important}.n-ml-md-n4,.n-mx-md-n4{margin-left:-32px!important}.n-m-md-n5{margin:-40px!important}.n-mt-md-n5,.n-my-md-n5{margin-top:-40px!important}.n-mr-md-n5,.n-mx-md-n5{margin-right:-40px!important}.n-mb-md-n5,.n-my-md-n5{margin-bottom:-40px!important}.n-ml-md-n5,.n-mx-md-n5{margin-left:-40px!important}.n-m-md-n6{margin:-48px!important}.n-mt-md-n6,.n-my-md-n6{margin-top:-48px!important}.n-mr-md-n6,.n-mx-md-n6{margin-right:-48px!important}.n-mb-md-n6,.n-my-md-n6{margin-bottom:-48px!important}.n-ml-md-n6,.n-mx-md-n6{margin-left:-48px!important}.n-m-md-n7{margin:-56px!important}.n-mt-md-n7,.n-my-md-n7{margin-top:-56px!important}.n-mr-md-n7,.n-mx-md-n7{margin-right:-56px!important}.n-mb-md-n7,.n-my-md-n7{margin-bottom:-56px!important}.n-ml-md-n7,.n-mx-md-n7{margin-left:-56px!important}.n-m-md-n8{margin:-64px!important}.n-mt-md-n8,.n-my-md-n8{margin-top:-64px!important}.n-mr-md-n8,.n-mx-md-n8{margin-right:-64px!important}.n-mb-md-n8,.n-my-md-n8{margin-bottom:-64px!important}.n-ml-md-n8,.n-mx-md-n8{margin-left:-64px!important}.n-m-md-n9{margin:-72px!important}.n-mt-md-n9,.n-my-md-n9{margin-top:-72px!important}.n-mr-md-n9,.n-mx-md-n9{margin-right:-72px!important}.n-mb-md-n9,.n-my-md-n9{margin-bottom:-72px!important}.n-ml-md-n9,.n-mx-md-n9{margin-left:-72px!important}.n-m-md-n10{margin:-80px!important}.n-mt-md-n10,.n-my-md-n10{margin-top:-80px!important}.n-mr-md-n10,.n-mx-md-n10{margin-right:-80px!important}.n-mb-md-n10,.n-my-md-n10{margin-bottom:-80px!important}.n-ml-md-n10,.n-mx-md-n10{margin-left:-80px!important}.n-m-md-n12{margin:-12px!important}.n-mt-md-n12,.n-my-md-n12{margin-top:-12px!important}.n-mr-md-n12,.n-mx-md-n12{margin-right:-12px!important}.n-mb-md-n12,.n-my-md-n12{margin-bottom:-12px!important}.n-ml-md-n12,.n-mx-md-n12{margin-left:-12px!important}.n-m-md-n20{margin:-20px!important}.n-mt-md-n20,.n-my-md-n20{margin-top:-20px!important}.n-mr-md-n20,.n-mx-md-n20{margin-right:-20px!important}.n-mb-md-n20,.n-my-md-n20{margin-bottom:-20px!important}.n-ml-md-n20,.n-mx-md-n20{margin-left:-20px!important}.n-m-md-n96{margin:-96px!important}.n-mt-md-n96,.n-my-md-n96{margin-top:-96px!important}.n-mr-md-n96,.n-mx-md-n96{margin-right:-96px!important}.n-mb-md-n96,.n-my-md-n96{margin-bottom:-96px!important}.n-ml-md-n96,.n-mx-md-n96{margin-left:-96px!important}.n-m-md-auto{margin:auto!important}.n-mt-md-auto,.n-my-md-auto{margin-top:auto!important}.n-mr-md-auto,.n-mx-md-auto{margin-right:auto!important}.n-mb-md-auto,.n-my-md-auto{margin-bottom:auto!important}.n-ml-md-auto,.n-mx-md-auto{margin-left:auto!important}}@media(min-width:1124px){.n-m-lg-0{margin:0!important}.n-mt-lg-0,.n-my-lg-0{margin-top:0!important}.n-mr-lg-0,.n-mx-lg-0{margin-right:0!important}.n-mb-lg-0,.n-my-lg-0{margin-bottom:0!important}.n-ml-lg-0,.n-mx-lg-0{margin-left:0!important}.n-m-lg-1{margin:8px!important}.n-mt-lg-1,.n-my-lg-1{margin-top:8px!important}.n-mr-lg-1,.n-mx-lg-1{margin-right:8px!important}.n-mb-lg-1,.n-my-lg-1{margin-bottom:8px!important}.n-ml-lg-1,.n-mx-lg-1{margin-left:8px!important}.n-m-lg-2{margin:16px!important}.n-mt-lg-2,.n-my-lg-2{margin-top:16px!important}.n-mr-lg-2,.n-mx-lg-2{margin-right:16px!important}.n-mb-lg-2,.n-my-lg-2{margin-bottom:16px!important}.n-ml-lg-2,.n-mx-lg-2{margin-left:16px!important}.n-m-lg-3{margin:24px!important}.n-mt-lg-3,.n-my-lg-3{margin-top:24px!important}.n-mr-lg-3,.n-mx-lg-3{margin-right:24px!important}.n-mb-lg-3,.n-my-lg-3{margin-bottom:24px!important}.n-ml-lg-3,.n-mx-lg-3{margin-left:24px!important}.n-m-lg-4{margin:32px!important}.n-mt-lg-4,.n-my-lg-4{margin-top:32px!important}.n-mr-lg-4,.n-mx-lg-4{margin-right:32px!important}.n-mb-lg-4,.n-my-lg-4{margin-bottom:32px!important}.n-ml-lg-4,.n-mx-lg-4{margin-left:32px!important}.n-m-lg-5{margin:40px!important}.n-mt-lg-5,.n-my-lg-5{margin-top:40px!important}.n-mr-lg-5,.n-mx-lg-5{margin-right:40px!important}.n-mb-lg-5,.n-my-lg-5{margin-bottom:40px!important}.n-ml-lg-5,.n-mx-lg-5{margin-left:40px!important}.n-m-lg-6{margin:48px!important}.n-mt-lg-6,.n-my-lg-6{margin-top:48px!important}.n-mr-lg-6,.n-mx-lg-6{margin-right:48px!important}.n-mb-lg-6,.n-my-lg-6{margin-bottom:48px!important}.n-ml-lg-6,.n-mx-lg-6{margin-left:48px!important}.n-m-lg-7{margin:56px!important}.n-mt-lg-7,.n-my-lg-7{margin-top:56px!important}.n-mr-lg-7,.n-mx-lg-7{margin-right:56px!important}.n-mb-lg-7,.n-my-lg-7{margin-bottom:56px!important}.n-ml-lg-7,.n-mx-lg-7{margin-left:56px!important}.n-m-lg-8{margin:64px!important}.n-mt-lg-8,.n-my-lg-8{margin-top:64px!important}.n-mr-lg-8,.n-mx-lg-8{margin-right:64px!important}.n-mb-lg-8,.n-my-lg-8{margin-bottom:64px!important}.n-ml-lg-8,.n-mx-lg-8{margin-left:64px!important}.n-m-lg-9{margin:72px!important}.n-mt-lg-9,.n-my-lg-9{margin-top:72px!important}.n-mr-lg-9,.n-mx-lg-9{margin-right:72px!important}.n-mb-lg-9,.n-my-lg-9{margin-bottom:72px!important}.n-ml-lg-9,.n-mx-lg-9{margin-left:72px!important}.n-m-lg-10{margin:80px!important}.n-mt-lg-10,.n-my-lg-10{margin-top:80px!important}.n-mr-lg-10,.n-mx-lg-10{margin-right:80px!important}.n-mb-lg-10,.n-my-lg-10{margin-bottom:80px!important}.n-ml-lg-10,.n-mx-lg-10{margin-left:80px!important}.n-m-lg-12{margin:12px!important}.n-mt-lg-12,.n-my-lg-12{margin-top:12px!important}.n-mr-lg-12,.n-mx-lg-12{margin-right:12px!important}.n-mb-lg-12,.n-my-lg-12{margin-bottom:12px!important}.n-ml-lg-12,.n-mx-lg-12{margin-left:12px!important}.n-m-lg-20{margin:20px!important}.n-mt-lg-20,.n-my-lg-20{margin-top:20px!important}.n-mr-lg-20,.n-mx-lg-20{margin-right:20px!important}.n-mb-lg-20,.n-my-lg-20{margin-bottom:20px!important}.n-ml-lg-20,.n-mx-lg-20{margin-left:20px!important}.n-m-lg-96{margin:96px!important}.n-mt-lg-96,.n-my-lg-96{margin-top:96px!important}.n-mr-lg-96,.n-mx-lg-96{margin-right:96px!important}.n-mb-lg-96,.n-my-lg-96{margin-bottom:96px!important}.n-ml-lg-96,.n-mx-lg-96{margin-left:96px!important}.n-p-lg-0{padding:0!important}.n-pt-lg-0,.n-py-lg-0{padding-top:0!important}.n-pr-lg-0,.n-px-lg-0{padding-right:0!important}.n-pb-lg-0,.n-py-lg-0{padding-bottom:0!important}.n-pl-lg-0,.n-px-lg-0{padding-left:0!important}.n-p-lg-1{padding:8px!important}.n-pt-lg-1,.n-py-lg-1{padding-top:8px!important}.n-pr-lg-1,.n-px-lg-1{padding-right:8px!important}.n-pb-lg-1,.n-py-lg-1{padding-bottom:8px!important}.n-pl-lg-1,.n-px-lg-1{padding-left:8px!important}.n-p-lg-2{padding:16px!important}.n-pt-lg-2,.n-py-lg-2{padding-top:16px!important}.n-pr-lg-2,.n-px-lg-2{padding-right:16px!important}.n-pb-lg-2,.n-py-lg-2{padding-bottom:16px!important}.n-pl-lg-2,.n-px-lg-2{padding-left:16px!important}.n-p-lg-3{padding:24px!important}.n-pt-lg-3,.n-py-lg-3{padding-top:24px!important}.n-pr-lg-3,.n-px-lg-3{padding-right:24px!important}.n-pb-lg-3,.n-py-lg-3{padding-bottom:24px!important}.n-pl-lg-3,.n-px-lg-3{padding-left:24px!important}.n-p-lg-4{padding:32px!important}.n-pt-lg-4,.n-py-lg-4{padding-top:32px!important}.n-pr-lg-4,.n-px-lg-4{padding-right:32px!important}.n-pb-lg-4,.n-py-lg-4{padding-bottom:32px!important}.n-pl-lg-4,.n-px-lg-4{padding-left:32px!important}.n-p-lg-5{padding:40px!important}.n-pt-lg-5,.n-py-lg-5{padding-top:40px!important}.n-pr-lg-5,.n-px-lg-5{padding-right:40px!important}.n-pb-lg-5,.n-py-lg-5{padding-bottom:40px!important}.n-pl-lg-5,.n-px-lg-5{padding-left:40px!important}.n-p-lg-6{padding:48px!important}.n-pt-lg-6,.n-py-lg-6{padding-top:48px!important}.n-pr-lg-6,.n-px-lg-6{padding-right:48px!important}.n-pb-lg-6,.n-py-lg-6{padding-bottom:48px!important}.n-pl-lg-6,.n-px-lg-6{padding-left:48px!important}.n-p-lg-7{padding:56px!important}.n-pt-lg-7,.n-py-lg-7{padding-top:56px!important}.n-pr-lg-7,.n-px-lg-7{padding-right:56px!important}.n-pb-lg-7,.n-py-lg-7{padding-bottom:56px!important}.n-pl-lg-7,.n-px-lg-7{padding-left:56px!important}.n-p-lg-8{padding:64px!important}.n-pt-lg-8,.n-py-lg-8{padding-top:64px!important}.n-pr-lg-8,.n-px-lg-8{padding-right:64px!important}.n-pb-lg-8,.n-py-lg-8{padding-bottom:64px!important}.n-pl-lg-8,.n-px-lg-8{padding-left:64px!important}.n-p-lg-9{padding:72px!important}.n-pt-lg-9,.n-py-lg-9{padding-top:72px!important}.n-pr-lg-9,.n-px-lg-9{padding-right:72px!important}.n-pb-lg-9,.n-py-lg-9{padding-bottom:72px!important}.n-pl-lg-9,.n-px-lg-9{padding-left:72px!important}.n-p-lg-10{padding:80px!important}.n-pt-lg-10,.n-py-lg-10{padding-top:80px!important}.n-pr-lg-10,.n-px-lg-10{padding-right:80px!important}.n-pb-lg-10,.n-py-lg-10{padding-bottom:80px!important}.n-pl-lg-10,.n-px-lg-10{padding-left:80px!important}.n-p-lg-12{padding:12px!important}.n-pt-lg-12,.n-py-lg-12{padding-top:12px!important}.n-pr-lg-12,.n-px-lg-12{padding-right:12px!important}.n-pb-lg-12,.n-py-lg-12{padding-bottom:12px!important}.n-pl-lg-12,.n-px-lg-12{padding-left:12px!important}.n-p-lg-20{padding:20px!important}.n-pt-lg-20,.n-py-lg-20{padding-top:20px!important}.n-pr-lg-20,.n-px-lg-20{padding-right:20px!important}.n-pb-lg-20,.n-py-lg-20{padding-bottom:20px!important}.n-pl-lg-20,.n-px-lg-20{padding-left:20px!important}.n-p-lg-96{padding:96px!important}.n-pt-lg-96,.n-py-lg-96{padding-top:96px!important}.n-pr-lg-96,.n-px-lg-96{padding-right:96px!important}.n-pb-lg-96,.n-py-lg-96{padding-bottom:96px!important}.n-pl-lg-96,.n-px-lg-96{padding-left:96px!important}.n-m-lg-n1{margin:-8px!important}.n-mt-lg-n1,.n-my-lg-n1{margin-top:-8px!important}.n-mr-lg-n1,.n-mx-lg-n1{margin-right:-8px!important}.n-mb-lg-n1,.n-my-lg-n1{margin-bottom:-8px!important}.n-ml-lg-n1,.n-mx-lg-n1{margin-left:-8px!important}.n-m-lg-n2{margin:-16px!important}.n-mt-lg-n2,.n-my-lg-n2{margin-top:-16px!important}.n-mr-lg-n2,.n-mx-lg-n2{margin-right:-16px!important}.n-mb-lg-n2,.n-my-lg-n2{margin-bottom:-16px!important}.n-ml-lg-n2,.n-mx-lg-n2{margin-left:-16px!important}.n-m-lg-n3{margin:-24px!important}.n-mt-lg-n3,.n-my-lg-n3{margin-top:-24px!important}.n-mr-lg-n3,.n-mx-lg-n3{margin-right:-24px!important}.n-mb-lg-n3,.n-my-lg-n3{margin-bottom:-24px!important}.n-ml-lg-n3,.n-mx-lg-n3{margin-left:-24px!important}.n-m-lg-n4{margin:-32px!important}.n-mt-lg-n4,.n-my-lg-n4{margin-top:-32px!important}.n-mr-lg-n4,.n-mx-lg-n4{margin-right:-32px!important}.n-mb-lg-n4,.n-my-lg-n4{margin-bottom:-32px!important}.n-ml-lg-n4,.n-mx-lg-n4{margin-left:-32px!important}.n-m-lg-n5{margin:-40px!important}.n-mt-lg-n5,.n-my-lg-n5{margin-top:-40px!important}.n-mr-lg-n5,.n-mx-lg-n5{margin-right:-40px!important}.n-mb-lg-n5,.n-my-lg-n5{margin-bottom:-40px!important}.n-ml-lg-n5,.n-mx-lg-n5{margin-left:-40px!important}.n-m-lg-n6{margin:-48px!important}.n-mt-lg-n6,.n-my-lg-n6{margin-top:-48px!important}.n-mr-lg-n6,.n-mx-lg-n6{margin-right:-48px!important}.n-mb-lg-n6,.n-my-lg-n6{margin-bottom:-48px!important}.n-ml-lg-n6,.n-mx-lg-n6{margin-left:-48px!important}.n-m-lg-n7{margin:-56px!important}.n-mt-lg-n7,.n-my-lg-n7{margin-top:-56px!important}.n-mr-lg-n7,.n-mx-lg-n7{margin-right:-56px!important}.n-mb-lg-n7,.n-my-lg-n7{margin-bottom:-56px!important}.n-ml-lg-n7,.n-mx-lg-n7{margin-left:-56px!important}.n-m-lg-n8{margin:-64px!important}.n-mt-lg-n8,.n-my-lg-n8{margin-top:-64px!important}.n-mr-lg-n8,.n-mx-lg-n8{margin-right:-64px!important}.n-mb-lg-n8,.n-my-lg-n8{margin-bottom:-64px!important}.n-ml-lg-n8,.n-mx-lg-n8{margin-left:-64px!important}.n-m-lg-n9{margin:-72px!important}.n-mt-lg-n9,.n-my-lg-n9{margin-top:-72px!important}.n-mr-lg-n9,.n-mx-lg-n9{margin-right:-72px!important}.n-mb-lg-n9,.n-my-lg-n9{margin-bottom:-72px!important}.n-ml-lg-n9,.n-mx-lg-n9{margin-left:-72px!important}.n-m-lg-n10{margin:-80px!important}.n-mt-lg-n10,.n-my-lg-n10{margin-top:-80px!important}.n-mr-lg-n10,.n-mx-lg-n10{margin-right:-80px!important}.n-mb-lg-n10,.n-my-lg-n10{margin-bottom:-80px!important}.n-ml-lg-n10,.n-mx-lg-n10{margin-left:-80px!important}.n-m-lg-n12{margin:-12px!important}.n-mt-lg-n12,.n-my-lg-n12{margin-top:-12px!important}.n-mr-lg-n12,.n-mx-lg-n12{margin-right:-12px!important}.n-mb-lg-n12,.n-my-lg-n12{margin-bottom:-12px!important}.n-ml-lg-n12,.n-mx-lg-n12{margin-left:-12px!important}.n-m-lg-n20{margin:-20px!important}.n-mt-lg-n20,.n-my-lg-n20{margin-top:-20px!important}.n-mr-lg-n20,.n-mx-lg-n20{margin-right:-20px!important}.n-mb-lg-n20,.n-my-lg-n20{margin-bottom:-20px!important}.n-ml-lg-n20,.n-mx-lg-n20{margin-left:-20px!important}.n-m-lg-n96{margin:-96px!important}.n-mt-lg-n96,.n-my-lg-n96{margin-top:-96px!important}.n-mr-lg-n96,.n-mx-lg-n96{margin-right:-96px!important}.n-mb-lg-n96,.n-my-lg-n96{margin-bottom:-96px!important}.n-ml-lg-n96,.n-mx-lg-n96{margin-left:-96px!important}.n-m-lg-auto{margin:auto!important}.n-mt-lg-auto,.n-my-lg-auto{margin-top:auto!important}.n-mr-lg-auto,.n-mx-lg-auto{margin-right:auto!important}.n-mb-lg-auto,.n-my-lg-auto{margin-bottom:auto!important}.n-ml-lg-auto,.n-mx-lg-auto{margin-left:auto!important}}@media(min-width:1600px){.n-m-xl-0{margin:0!important}.n-mt-xl-0,.n-my-xl-0{margin-top:0!important}.n-mr-xl-0,.n-mx-xl-0{margin-right:0!important}.n-mb-xl-0,.n-my-xl-0{margin-bottom:0!important}.n-ml-xl-0,.n-mx-xl-0{margin-left:0!important}.n-m-xl-1{margin:8px!important}.n-mt-xl-1,.n-my-xl-1{margin-top:8px!important}.n-mr-xl-1,.n-mx-xl-1{margin-right:8px!important}.n-mb-xl-1,.n-my-xl-1{margin-bottom:8px!important}.n-ml-xl-1,.n-mx-xl-1{margin-left:8px!important}.n-m-xl-2{margin:16px!important}.n-mt-xl-2,.n-my-xl-2{margin-top:16px!important}.n-mr-xl-2,.n-mx-xl-2{margin-right:16px!important}.n-mb-xl-2,.n-my-xl-2{margin-bottom:16px!important}.n-ml-xl-2,.n-mx-xl-2{margin-left:16px!important}.n-m-xl-3{margin:24px!important}.n-mt-xl-3,.n-my-xl-3{margin-top:24px!important}.n-mr-xl-3,.n-mx-xl-3{margin-right:24px!important}.n-mb-xl-3,.n-my-xl-3{margin-bottom:24px!important}.n-ml-xl-3,.n-mx-xl-3{margin-left:24px!important}.n-m-xl-4{margin:32px!important}.n-mt-xl-4,.n-my-xl-4{margin-top:32px!important}.n-mr-xl-4,.n-mx-xl-4{margin-right:32px!important}.n-mb-xl-4,.n-my-xl-4{margin-bottom:32px!important}.n-ml-xl-4,.n-mx-xl-4{margin-left:32px!important}.n-m-xl-5{margin:40px!important}.n-mt-xl-5,.n-my-xl-5{margin-top:40px!important}.n-mr-xl-5,.n-mx-xl-5{margin-right:40px!important}.n-mb-xl-5,.n-my-xl-5{margin-bottom:40px!important}.n-ml-xl-5,.n-mx-xl-5{margin-left:40px!important}.n-m-xl-6{margin:48px!important}.n-mt-xl-6,.n-my-xl-6{margin-top:48px!important}.n-mr-xl-6,.n-mx-xl-6{margin-right:48px!important}.n-mb-xl-6,.n-my-xl-6{margin-bottom:48px!important}.n-ml-xl-6,.n-mx-xl-6{margin-left:48px!important}.n-m-xl-7{margin:56px!important}.n-mt-xl-7,.n-my-xl-7{margin-top:56px!important}.n-mr-xl-7,.n-mx-xl-7{margin-right:56px!important}.n-mb-xl-7,.n-my-xl-7{margin-bottom:56px!important}.n-ml-xl-7,.n-mx-xl-7{margin-left:56px!important}.n-m-xl-8{margin:64px!important}.n-mt-xl-8,.n-my-xl-8{margin-top:64px!important}.n-mr-xl-8,.n-mx-xl-8{margin-right:64px!important}.n-mb-xl-8,.n-my-xl-8{margin-bottom:64px!important}.n-ml-xl-8,.n-mx-xl-8{margin-left:64px!important}.n-m-xl-9{margin:72px!important}.n-mt-xl-9,.n-my-xl-9{margin-top:72px!important}.n-mr-xl-9,.n-mx-xl-9{margin-right:72px!important}.n-mb-xl-9,.n-my-xl-9{margin-bottom:72px!important}.n-ml-xl-9,.n-mx-xl-9{margin-left:72px!important}.n-m-xl-10{margin:80px!important}.n-mt-xl-10,.n-my-xl-10{margin-top:80px!important}.n-mr-xl-10,.n-mx-xl-10{margin-right:80px!important}.n-mb-xl-10,.n-my-xl-10{margin-bottom:80px!important}.n-ml-xl-10,.n-mx-xl-10{margin-left:80px!important}.n-m-xl-12{margin:12px!important}.n-mt-xl-12,.n-my-xl-12{margin-top:12px!important}.n-mr-xl-12,.n-mx-xl-12{margin-right:12px!important}.n-mb-xl-12,.n-my-xl-12{margin-bottom:12px!important}.n-ml-xl-12,.n-mx-xl-12{margin-left:12px!important}.n-m-xl-20{margin:20px!important}.n-mt-xl-20,.n-my-xl-20{margin-top:20px!important}.n-mr-xl-20,.n-mx-xl-20{margin-right:20px!important}.n-mb-xl-20,.n-my-xl-20{margin-bottom:20px!important}.n-ml-xl-20,.n-mx-xl-20{margin-left:20px!important}.n-m-xl-96{margin:96px!important}.n-mt-xl-96,.n-my-xl-96{margin-top:96px!important}.n-mr-xl-96,.n-mx-xl-96{margin-right:96px!important}.n-mb-xl-96,.n-my-xl-96{margin-bottom:96px!important}.n-ml-xl-96,.n-mx-xl-96{margin-left:96px!important}.n-p-xl-0{padding:0!important}.n-pt-xl-0,.n-py-xl-0{padding-top:0!important}.n-pr-xl-0,.n-px-xl-0{padding-right:0!important}.n-pb-xl-0,.n-py-xl-0{padding-bottom:0!important}.n-pl-xl-0,.n-px-xl-0{padding-left:0!important}.n-p-xl-1{padding:8px!important}.n-pt-xl-1,.n-py-xl-1{padding-top:8px!important}.n-pr-xl-1,.n-px-xl-1{padding-right:8px!important}.n-pb-xl-1,.n-py-xl-1{padding-bottom:8px!important}.n-pl-xl-1,.n-px-xl-1{padding-left:8px!important}.n-p-xl-2{padding:16px!important}.n-pt-xl-2,.n-py-xl-2{padding-top:16px!important}.n-pr-xl-2,.n-px-xl-2{padding-right:16px!important}.n-pb-xl-2,.n-py-xl-2{padding-bottom:16px!important}.n-pl-xl-2,.n-px-xl-2{padding-left:16px!important}.n-p-xl-3{padding:24px!important}.n-pt-xl-3,.n-py-xl-3{padding-top:24px!important}.n-pr-xl-3,.n-px-xl-3{padding-right:24px!important}.n-pb-xl-3,.n-py-xl-3{padding-bottom:24px!important}.n-pl-xl-3,.n-px-xl-3{padding-left:24px!important}.n-p-xl-4{padding:32px!important}.n-pt-xl-4,.n-py-xl-4{padding-top:32px!important}.n-pr-xl-4,.n-px-xl-4{padding-right:32px!important}.n-pb-xl-4,.n-py-xl-4{padding-bottom:32px!important}.n-pl-xl-4,.n-px-xl-4{padding-left:32px!important}.n-p-xl-5{padding:40px!important}.n-pt-xl-5,.n-py-xl-5{padding-top:40px!important}.n-pr-xl-5,.n-px-xl-5{padding-right:40px!important}.n-pb-xl-5,.n-py-xl-5{padding-bottom:40px!important}.n-pl-xl-5,.n-px-xl-5{padding-left:40px!important}.n-p-xl-6{padding:48px!important}.n-pt-xl-6,.n-py-xl-6{padding-top:48px!important}.n-pr-xl-6,.n-px-xl-6{padding-right:48px!important}.n-pb-xl-6,.n-py-xl-6{padding-bottom:48px!important}.n-pl-xl-6,.n-px-xl-6{padding-left:48px!important}.n-p-xl-7{padding:56px!important}.n-pt-xl-7,.n-py-xl-7{padding-top:56px!important}.n-pr-xl-7,.n-px-xl-7{padding-right:56px!important}.n-pb-xl-7,.n-py-xl-7{padding-bottom:56px!important}.n-pl-xl-7,.n-px-xl-7{padding-left:56px!important}.n-p-xl-8{padding:64px!important}.n-pt-xl-8,.n-py-xl-8{padding-top:64px!important}.n-pr-xl-8,.n-px-xl-8{padding-right:64px!important}.n-pb-xl-8,.n-py-xl-8{padding-bottom:64px!important}.n-pl-xl-8,.n-px-xl-8{padding-left:64px!important}.n-p-xl-9{padding:72px!important}.n-pt-xl-9,.n-py-xl-9{padding-top:72px!important}.n-pr-xl-9,.n-px-xl-9{padding-right:72px!important}.n-pb-xl-9,.n-py-xl-9{padding-bottom:72px!important}.n-pl-xl-9,.n-px-xl-9{padding-left:72px!important}.n-p-xl-10{padding:80px!important}.n-pt-xl-10,.n-py-xl-10{padding-top:80px!important}.n-pr-xl-10,.n-px-xl-10{padding-right:80px!important}.n-pb-xl-10,.n-py-xl-10{padding-bottom:80px!important}.n-pl-xl-10,.n-px-xl-10{padding-left:80px!important}.n-p-xl-12{padding:12px!important}.n-pt-xl-12,.n-py-xl-12{padding-top:12px!important}.n-pr-xl-12,.n-px-xl-12{padding-right:12px!important}.n-pb-xl-12,.n-py-xl-12{padding-bottom:12px!important}.n-pl-xl-12,.n-px-xl-12{padding-left:12px!important}.n-p-xl-20{padding:20px!important}.n-pt-xl-20,.n-py-xl-20{padding-top:20px!important}.n-pr-xl-20,.n-px-xl-20{padding-right:20px!important}.n-pb-xl-20,.n-py-xl-20{padding-bottom:20px!important}.n-pl-xl-20,.n-px-xl-20{padding-left:20px!important}.n-p-xl-96{padding:96px!important}.n-pt-xl-96,.n-py-xl-96{padding-top:96px!important}.n-pr-xl-96,.n-px-xl-96{padding-right:96px!important}.n-pb-xl-96,.n-py-xl-96{padding-bottom:96px!important}.n-pl-xl-96,.n-px-xl-96{padding-left:96px!important}.n-m-xl-n1{margin:-8px!important}.n-mt-xl-n1,.n-my-xl-n1{margin-top:-8px!important}.n-mr-xl-n1,.n-mx-xl-n1{margin-right:-8px!important}.n-mb-xl-n1,.n-my-xl-n1{margin-bottom:-8px!important}.n-ml-xl-n1,.n-mx-xl-n1{margin-left:-8px!important}.n-m-xl-n2{margin:-16px!important}.n-mt-xl-n2,.n-my-xl-n2{margin-top:-16px!important}.n-mr-xl-n2,.n-mx-xl-n2{margin-right:-16px!important}.n-mb-xl-n2,.n-my-xl-n2{margin-bottom:-16px!important}.n-ml-xl-n2,.n-mx-xl-n2{margin-left:-16px!important}.n-m-xl-n3{margin:-24px!important}.n-mt-xl-n3,.n-my-xl-n3{margin-top:-24px!important}.n-mr-xl-n3,.n-mx-xl-n3{margin-right:-24px!important}.n-mb-xl-n3,.n-my-xl-n3{margin-bottom:-24px!important}.n-ml-xl-n3,.n-mx-xl-n3{margin-left:-24px!important}.n-m-xl-n4{margin:-32px!important}.n-mt-xl-n4,.n-my-xl-n4{margin-top:-32px!important}.n-mr-xl-n4,.n-mx-xl-n4{margin-right:-32px!important}.n-mb-xl-n4,.n-my-xl-n4{margin-bottom:-32px!important}.n-ml-xl-n4,.n-mx-xl-n4{margin-left:-32px!important}.n-m-xl-n5{margin:-40px!important}.n-mt-xl-n5,.n-my-xl-n5{margin-top:-40px!important}.n-mr-xl-n5,.n-mx-xl-n5{margin-right:-40px!important}.n-mb-xl-n5,.n-my-xl-n5{margin-bottom:-40px!important}.n-ml-xl-n5,.n-mx-xl-n5{margin-left:-40px!important}.n-m-xl-n6{margin:-48px!important}.n-mt-xl-n6,.n-my-xl-n6{margin-top:-48px!important}.n-mr-xl-n6,.n-mx-xl-n6{margin-right:-48px!important}.n-mb-xl-n6,.n-my-xl-n6{margin-bottom:-48px!important}.n-ml-xl-n6,.n-mx-xl-n6{margin-left:-48px!important}.n-m-xl-n7{margin:-56px!important}.n-mt-xl-n7,.n-my-xl-n7{margin-top:-56px!important}.n-mr-xl-n7,.n-mx-xl-n7{margin-right:-56px!important}.n-mb-xl-n7,.n-my-xl-n7{margin-bottom:-56px!important}.n-ml-xl-n7,.n-mx-xl-n7{margin-left:-56px!important}.n-m-xl-n8{margin:-64px!important}.n-mt-xl-n8,.n-my-xl-n8{margin-top:-64px!important}.n-mr-xl-n8,.n-mx-xl-n8{margin-right:-64px!important}.n-mb-xl-n8,.n-my-xl-n8{margin-bottom:-64px!important}.n-ml-xl-n8,.n-mx-xl-n8{margin-left:-64px!important}.n-m-xl-n9{margin:-72px!important}.n-mt-xl-n9,.n-my-xl-n9{margin-top:-72px!important}.n-mr-xl-n9,.n-mx-xl-n9{margin-right:-72px!important}.n-mb-xl-n9,.n-my-xl-n9{margin-bottom:-72px!important}.n-ml-xl-n9,.n-mx-xl-n9{margin-left:-72px!important}.n-m-xl-n10{margin:-80px!important}.n-mt-xl-n10,.n-my-xl-n10{margin-top:-80px!important}.n-mr-xl-n10,.n-mx-xl-n10{margin-right:-80px!important}.n-mb-xl-n10,.n-my-xl-n10{margin-bottom:-80px!important}.n-ml-xl-n10,.n-mx-xl-n10{margin-left:-80px!important}.n-m-xl-n12{margin:-12px!important}.n-mt-xl-n12,.n-my-xl-n12{margin-top:-12px!important}.n-mr-xl-n12,.n-mx-xl-n12{margin-right:-12px!important}.n-mb-xl-n12,.n-my-xl-n12{margin-bottom:-12px!important}.n-ml-xl-n12,.n-mx-xl-n12{margin-left:-12px!important}.n-m-xl-n20{margin:-20px!important}.n-mt-xl-n20,.n-my-xl-n20{margin-top:-20px!important}.n-mr-xl-n20,.n-mx-xl-n20{margin-right:-20px!important}.n-mb-xl-n20,.n-my-xl-n20{margin-bottom:-20px!important}.n-ml-xl-n20,.n-mx-xl-n20{margin-left:-20px!important}.n-m-xl-n96{margin:-96px!important}.n-mt-xl-n96,.n-my-xl-n96{margin-top:-96px!important}.n-mr-xl-n96,.n-mx-xl-n96{margin-right:-96px!important}.n-mb-xl-n96,.n-my-xl-n96{margin-bottom:-96px!important}.n-ml-xl-n96,.n-mx-xl-n96{margin-left:-96px!important}.n-m-xl-auto{margin:auto!important}.n-mt-xl-auto,.n-my-xl-auto{margin-top:auto!important}.n-mr-xl-auto,.n-mx-xl-auto{margin-right:auto!important}.n-mb-xl-auto,.n-my-xl-auto{margin-bottom:auto!important}.n-ml-xl-auto,.n-mx-xl-auto{margin-left:auto!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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:520px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:1124px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1600px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}@media only screen and (min-width:1123px){.text-lg-lowercase{text-transform:lowercase!important}}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-bold{font-weight:600!important}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;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:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.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{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.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:transform .2s,top .2s}.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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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{height:4px;left:0;top:0;width:100%}.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{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.c-execution .mtg__title,.c-execution .text-black,.c-execution h1{color:#252628}.c-execution .mtg-top__picture{max-width:315px}@media only screen and (max-width:979px){.c-execution .mtg-top__picture{max-width:100%}}@media only screen and (max-width:767px){.c-execution .mtg-top__picture{max-width:100%}}.c-execution .b-steps__nav{display:flex}.c-execution .b-steps__item{flex:1 1 0}.c-execution .developer-subtitle{font-family:Gilroy-Medium,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:24px}@media only screen and (max-width:767px){.c-execution .developer-subtitle{font-size:18px;line-height:22px}}.a-as-article-header__title{font-size:1.25rem;line-height:1.5rem;margin-bottom:.25rem}.a-as-article-header__date,.a-as-article-header__title{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif}.a-as-article-header__date{display:block;font-size:.75rem;line-height:1rem;margin-bottom:1.125rem}@media(min-width:768px){.a-as-article-header__title{font-size:1.5rem;line-height:1.75rem;margin-bottom:.5rem}.a-as-article-header__date{font-size:.875rem;line-height:1.25rem}}.a-as-tabs-table{background-color:#f5f5f7;color:#000;padding:1rem 1rem 1.25rem}.a-as-tabs-table__nav{align-items:center;background-color:#fff;border-radius:6px;display:flex;margin-bottom:1.5rem}.a-as-tabs-table__nav-btn{background-color:transparent;border:1px solid transparent;border-radius:6px;color:inherit;flex-grow:1;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;min-height:1.5rem;padding:.125rem .5rem;transition:.3s}.a-as-tabs-table__nav-btn.active{background-color:#a3d562}.a-as-tabs-table__nav-btn.active,.a-as-tabs-table__nav-btn:hover{border-color:#a3d562;transition:.3s}@media(min-width:768px){.a-as-tabs-table{display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:28.5rem;padding:1.5rem}.a-as-tabs-table__nav-btn{font-size:1rem;line-height:1.5rem}}@media(min-width:1200px){.a-as-tabs-table{display:flex;flex-direction:column;justify-content:space-between;min-height:37.5rem;padding:2rem;width:100%}.a-as-tabs-table__nav{margin-bottom:2.375rem}}.dropdown-menu__col .a-as-tabs-table{min-height:auto!important}.a-table{width:100%}.a-table tr{border-bottom:1px solid #dedede;display:block;padding:.5rem 0}.a-table tr:last-of-type{padding-bottom:2.375rem}.a-table tr.title-row{border:none!important;padding:0!important}.a-table th{color:#737373;display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem;text-align:end;vertical-align:bottom;width:33.3%}.a-table th:first-of-type{text-align:start}.a-table tbody tr:first-of-type td{padding-top:1rem}.a-table td{color:inherit;display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem;text-align:end;width:33.3%}.a-table td:first-of-type{text-align:start}.a-table td span{display:inline-block;font-family:Gilroy-Medium,Arial,sans-serif;margin-left:.375rem;min-width:30px}.a-table td .red{color:#e14646}.a-table td .green{color:#67a511}.a-table--larger-first-column td,.a-table--larger-first-column th{width:27%}.a-table--larger-first-column td:first-of-type,.a-table--larger-first-column th:first-of-type{width:46%}@media(min-width:768px){.a-table thead{margin-bottom:.25rem}.a-table th{font-size:.875rem;line-height:1.25rem}.a-table td{font-size:1rem;line-height:1.5rem}.a-table td span{min-width:50px}}@media(min-width:1200px){.a-table td,.a-table th{font-size:.75rem;line-height:1rem;width:36%}.a-table td:first-of-type,.a-table th:first-of-type{width:26%}.a-table tr:last-of-type{border:none}.a-table td span{min-width:30px}.a-table--larger-first-column td,.a-table--larger-first-column th{width:30%}.a-table--larger-first-column td:first-of-type,.a-table--larger-first-column th:first-of-type{width:40%}}@media(min-width:1300px){.a-table th{font-size:.875rem;line-height:1.25rem}.a-table td{font-size:1rem;line-height:1.5rem}.a-table td span{min-width:50px}}.arrow-button{border-radius:24px;display:block;height:2.5rem;min-width:3.25rem;position:relative;transition:.3s;width:3.25rem}.arrow-button:before{height:2px;left:50%;transform:translate(-50%,-50%);width:15px}.arrow-button:after,.arrow-button:before{content:"";position:absolute;top:50%;transition:.3s;z-index:1}.arrow-button:after{border-right:2px solid #000;border-top:2px solid #000;height:12px;right:50%;transform:translate(50%,-50%) rotate(45deg);width:12px}.arrow-button.white-arrow{background-color:#fff;border:1px solid #fff}.arrow-button.white-arrow:before{background-color:#000}.arrow-button.white-arrow:after{border-color:#000}.arrow-button.black-arrow{background-color:#000;border:1px solid #000}.arrow-button.black-arrow:before{background-color:#fff}.arrow-button.black-arrow:after{border-color:#fff}.arrow-button.blue-arrow{background-color:#000;border:1px solid #000;margin-left:auto}.arrow-button.blue-arrow:before{background-color:#cdd6e3}.arrow-button.blue-arrow:after{border-color:#cdd6e3}@media(min-width:768px){.arrow-button{height:3rem;min-width:4rem;transition:.3s;width:4rem}.arrow-button.black-arrow:hover{background-color:#f8f8f8;border-color:#000;transition:.3s}.arrow-button.black-arrow:hover:before{background-color:#000;transition:.3s}.arrow-button.black-arrow:hover:after{border-color:#000;transition:.3s}.arrow-button.white-arrow:hover{background-color:#1e1b1b;border-color:#fff;transition:.3s}.arrow-button.white-arrow:hover:before{background-color:#fff;transition:.3s}.arrow-button.white-arrow:hover:after{border-color:#fff;transition:.3s}.arrow-button.blue-arrow:hover{background-color:#cdd6e3;border-color:#000;transition:.3s}.arrow-button.blue-arrow:hover:before{background-color:#000;transition:.3s}.arrow-button.blue-arrow:hover:after{border-color:#000;transition:.3s}.arrow-button.disabled{opacity:.5;pointer-events:none;transition:.3s}}.a-as-article-footer{align-items:center;display:flex;justify-content:space-between;padding-top:1.25rem}.a-as-article-footer__desc{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.75rem;line-height:1rem;margin-right:1rem}.a-as-article-footer__desc b{color:#000;font-family:Gilroy-Medium,Arial,sans-serif;font-weight:400}@media(min-width:768px){.a-as-article-footer{padding-top:1.5rem}.a-as-article-footer__desc{font-size:.875rem;line-height:1.25rem;margin-right:1.5rem}}.a-as-info-block{background-color:#f5f5f7;color:#000;display:flex;flex-direction:column;justify-content:space-between;min-height:24.125rem;padding:1.5rem}.a-as-info-block__subtitle{font-size:1.25rem;line-height:1.5rem;margin-bottom:.5rem}.a-as-info-block__desc,.a-as-info-block__subtitle{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif;text-align:center}.a-as-info-block__desc{font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem}@media(min-width:768px){.a-as-info-block{height:100%;min-height:28.5rem;padding:1.5rem}.a-as-info-block__wrapper:first-of-type{margin-top:1.625rem}.a-as-info-block__subtitle{font-size:2.5rem;line-height:2.75rem}.a-as-info-block__desc{font-size:1rem;line-height:1.5rem}}@media(min-width:1200px){.a-as-info-block{min-height:42.5rem;padding:2rem;width:100%}.a-as-info-block__subtitle{font-size:4.25rem;line-height:4.25rem}.a-as-info-block__desc{font-size:1.25rem;line-height:1.5rem}.a-as-info-block__desc--less{font-size:1rem}.a-as-info-block__wrapper,.a-as-info-block__wrapper:first-of-type{margin-top:0}.a-as-info-block__desc{margin-bottom:.75rem}}@media(min-width:1400px){.a-as-info-block__wrapper{transform:translateY(-13px)}.a-as-info-block__wrapper:last-of-type{transform:translateY(-60px)}}.a-m-analysis{background-color:#f8f8f8;color:#000;margin-bottom:1rem;padding:1rem 1rem .25rem}.a-m-analysis__date{color:#737373;font-size:.875rem;line-height:1.25rem}.a-m-analysis__date,.a-m-analysis__title{font-family:Gilroy-Medium,Arial,sans-serif;margin-bottom:.5rem}.a-m-analysis__title{color:inherit;font-size:1.25rem;line-height:1.5rem}.a-m-analysis__desc{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;margin-bottom:1.25rem}.a-m-analysis table{width:100%}.a-m-analysis table thead tr{border-bottom:1px solid #dedede}.a-m-analysis table th{color:#737373;font-size:.75rem;line-height:1rem;padding-bottom:.5rem;text-align:end}.a-m-analysis table th:first-of-type{text-align:start}.a-m-analysis table tbody tr:first-of-type td{padding-top:16px}.a-m-analysis table tbody tr:last-of-type td{padding-bottom:16px}.a-m-analysis table td{color:#737373;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;padding:.375rem;text-align:end}.a-m-analysis table td:first-of-type{color:#1c1b2b;font-family:Gilroy-Medium,Arial,sans-serif;text-align:start}.a-m-analysis__footer{align-items:center;border-top:1px solid #dedede;display:flex;flex-wrap:wrap;padding-top:1rem}.a-m-analysis__link{color:inherit;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1.25rem;margin-bottom:1rem;margin-right:1.625rem;padding-left:1.625rem}.a-m-analysis__link--download{padding-left:0}.a-m-analysis__link--download svg{display:inline-block;margin-right:1rem;transform:translateY(4px)}.a-m-analysis__link--download span{display:inline-block}.a-m-analysis__link:active,.a-m-analysis__link:hover{color:#8bc540;transition:.3s}.a-m-analysis__link:active{opacity:.5}@media(min-width:768px){.a-m-analysis{padding:2rem 2rem 1rem}.a-m-analysis__wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.a-m-analysis__date{margin:0;order:2}.a-m-analysis__title{font-size:1.5rem;line-height:1.75rem;margin:0;order:1}.a-m-analysis__desc{font-size:1rem;line-height:1.5rem;margin-bottom:1.5rem}.a-m-analysis table th{font-size:.875rem;line-height:1.25rem}.a-m-analysis__footer{padding-top:1.5rem}.a-m-analysis__link{font-size:1rem;line-height:1.5rem}}@media(min-width:1025px){.a-m-analysis{display:flex;flex-direction:column;justify-content:space-between;margin:0;min-height:32.125rem;padding:2.5rem 2.5rem 1.5rem;width:calc(50% - 8px)}.a-m-analysis__wrapper{margin-bottom:1rem}.a-m-analysis__title{font-size:2rem;line-height:2.25rem}.a-m-analysis__footer{padding-top:2rem}}.a-arrow-icon{position:relative}.a-arrow-icon:before{background-color:#a3d562;content:"";height:1px;left:-3px;position:absolute;top:50%;transform:rotate(-45deg);width:17px}.a-arrow-icon:after{border-right:1px solid #a3d562;border-top:1px solid #a3d562;content:"";height:12px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:12px}.a-simple-select{margin-bottom:16px;position:relative;width:100%}.a-simple-select.disabled{pointer-events:none}.a-simple-select.disabled .a-simple-select__trigger{background-color:transparent}.a-simple-select.disabled .a-simple-select__trigger:before{display:none}.a-simple-select__trigger{align-items:center;background-color:#fff;border:1px solid #dedede;border-radius:24px;color:#1c1b2b;display:flex;font-family:Gilroy-SemiBold,Arial,sans-serif;font-size:.875rem;height:2.5rem;line-height:1rem;overflow:hidden;padding:.625rem 4.375rem .625rem 1.25rem;position:relative;text-overflow:ellipsis;transition:.3s;white-space:nowrap;width:100%}.a-simple-select__trigger:before{border:6px solid transparent;border-top-color:#000;content:"";height:1px;position:absolute;right:1.5rem;top:45%;transition:.3s;width:1px}.a-simple-select__trigger:hover{border-color:#000;color:#000;transition:.3s}.a-simple-select__trigger.active{background-color:#000;border-color:#000;color:#fff;transition:.3s}.a-simple-select__trigger.active:before{border-top-color:#fff;transform:translateY(-50%) rotate(180deg);transition:.3s}.a-simple-select__list{background-color:#fff;border-radius:.5rem;box-shadow:0 8px 40px rgba(30,27,27,.1);left:0;padding:1.25rem;position:absolute;right:0;top:calc(100% + 4px);z-index:10}.a-simple-select__item-wrap{margin-bottom:1rem}.a-simple-select__item-wrap:last-of-type{margin-bottom:0}.a-simple-select__item{color:#1c1b2b;font-family:Gilroy-Medium,Arial,sans-serif;font-size:.875rem;line-height:1rem;transition:.3s}.a-simple-select__item:hover{color:#8bc540;transition:.3s}@media(min-width:768px){.a-simple-select__trigger{height:3rem}.a-simple-select__item,.a-simple-select__trigger{font-size:1rem;line-height:1.25rem}}.SmartCaptcha-Shield{visibility:hidden;z-index:-2}
