.ArrowButton{--local-offset:0;--local-shadow:var(--depot-shadow-lightblue-30);--local-shadow-hover:var(--depot-shadow-lightblue-40);position:absolute;z-index:var(--depot-arrow-button-z-index, 11);top:50%;width:44px;height:44px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0;-webkit-tap-highlight-color:transparent;transition:transform .1s ease-in-out}.ArrowButton::before,.ArrowButton::after{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;content:""}.ArrowButton::before{width:38px;height:38px;border-radius:50%;background-color:var(--depot-color-bg-tertiary)}.ArrowButton::after{background:var(--depot-color-text-primary);--mask-var-1:url("data:image/svg+xml,%3csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3e%3cpath d=%22M9.586 8.003l-4.79 4.793a1 1 0 101.415 1.414l5.496-5.5a1 1 0 000-1.414l-5.496-5.5A1 1 0 004.796 3.21l4.79 4.793z%22/%3e%3c/svg%3e");-webkit-mask:var(--mask-var-1) no-repeat center;mask:var(--mask-var-1) no-repeat center;-webkit-mask-size:16px 16px;mask-size:16px 16px}body:not(.i-ua_skin_dark) .ArrowButton_withShadows::before{transition:box-shadow .1s ease-in-out}body:not(.i-ua_skin_dark) .ArrowButton_withShadows::before,body:not(.i-ua_skin_dark) .ArrowButton_withShadows:active::before,body:not(.i-ua_skin_dark) .ArrowButton_withShadows:active:hover::before{box-shadow:var(--local-shadow)}body:not(.i-ua_skin_dark) .ArrowButton_withShadows:hover::before{box-shadow:var(--local-shadow-hover)}.ArrowButton_hidden{display:none}.ArrowButton_direction_right,.ArrowButton_direction_right:active,.ArrowButton_direction_right:active:hover{right:var(--local-offset);transform:translate(50%,-50%)}.ArrowButton_direction_right:hover{z-index:10;transform:translate(50%,calc(-50% - 1px))}.ArrowButton_direction_left,.ArrowButton_direction_left:active,.ArrowButton_direction_left:active:hover{left:var(--local-offset);transform:translate(-50%,-50%)}.ArrowButton_direction_left:hover{z-index:10;transform:translate(-50%,calc(-50% - 1px))}.ArrowButton_direction_left::after{transform:rotate(180deg)}@-moz-document url-prefix(""){.ArrowButton{transition:transform 0s}.ArrowButton::before{transition:box-shadow 0s}}.Scroller{--local-arrows-offset:0}.Scroller-Arrow.ArrowButton_direction_left,.Scroller-Arrow.ArrowButton_direction_right{--local-offset:var(--local-arrows-offset)}.Scroller_hasArrows::after,.Scroller_hasArrows::before{position:absolute;z-index:4;top:-6px;bottom:-6px;width:2px;background-color:var(--depot-color-stroke)}.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_both::after,.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_right::after{right:0;content:""}.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_both::before,.Scroller_arrowLine.Scroller_hasArrows.Scroller_scrollDirection_left::before{left:0;content:""}.Scroller_isWide[class]{--local-arrows-offset:-16px}.Image{font:0/0 a;border:0}.Image_placeholder{background-color:var(--depot-color-skeleton)}div.Image_fit_contain{background-repeat:no-repeat;background-position:50%;background-size:contain}div.Image_fit_cover{background-position:50%;background-size:cover}img[src=""],img:not([src]):not([srcset]){visibility:hidden}img.Image_fit_contain{-o-object-fit:contain;object-fit:contain}img.Image_fit_cover{-o-object-fit:cover;object-fit:cover}img.Image_fit_cover:not([width]){width:100%}img.Image_fit_cover:not([height]){height:100%}