@charset "UTF-8";.g-icon{line-height:0;vertical-align:top}.g-button{--_--text-color:var(--g-color-text-primary);--_--text-color-hover:var(--_--text-color);--_--background-color:#0000;--_--background-color-hover:var(--g-color-base-simple-hover);--_--border-width:0;--_--border-color:currentColor;--_--focus-outline-color:var(--g-color-line-focus);--_--focus-outline-offset:0;--_--font-size:var(--g-text-body-1-font-size);padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;position:relative;overflow:visible;box-sizing:border-box;height:var(--g-button-height,var(--_--height));line-height:var(--g-button-height,var(--_--height));font-size:var(--g-button-font-size,var(--_--font-size));-webkit-user-select:none;user-select:none;text-align:center;white-space:nowrap;text-decoration:none;color:var(--g-button-text-color,var(--_--text-color));background:#0000;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:transform .1s ease-out,color .15s linear;transform:scale(1);display:inline-flex;justify-content:center;padding:0 var(--g-button-padding,var(--_--padding));gap:var(--g-button-icon-offset,var(--_--icon-offset))}.g-button:before{content:"";position:absolute;z-index:-1;inset:0;background-color:var(--g-button-background-color,var(--_--background-color));border:var(--g-button-border-width,var(--_--border-width)) var(--g-button-border-style,solid) var(--g-button-border-color,var(--_--border-color));transition:background-color .15s linear}.g-button:hover,.g-button[aria-haspopup][aria-expanded=true]{color:var(--g-button-text-color-hover,var(--_--text-color-hover))}.g-button:hover:before,.g-button[aria-haspopup][aria-expanded=true]:before{background-color:var(--g-button-background-color-hover,var(--_--background-color-hover))}.g-button:focus-visible:before{outline:var(--g-button-focus-outline-color,var(--_--focus-outline-color)) var(--g-button-focus-outline-style,solid) var(--g-button-focus-outline-width,2px);outline-offset:var(--g-button-focus-outline-offset,var(--_--focus-outline-offset))}.g-button:after{content:"";position:absolute;z-index:-1;inset:0;transform:scale(1);transition:none}.g-button:active{transition:none;transform:scale(.96)}.g-button:active:after{transform:scale(1.042)}.g-button_size_xs{--_--height:20px;--_--border-radius:var(--g-border-radius-xs);--_--padding:6px;--_--icon-space:12px;--_--icon-offset:4px}.g-button_size_s{--_--height:24px;--_--border-radius:var(--g-border-radius-s);--_--padding:8px;--_--icon-space:16px;--_--icon-offset:4px}.g-button_size_m{--_--height:28px;--_--border-radius:var(--g-border-radius-m);--_--padding:12px;--_--icon-space:16px;--_--icon-offset:8px}.g-button_size_l{--_--height:36px;--_--border-radius:var(--g-border-radius-l);--_--padding:16px;--_--icon-space:16px;--_--icon-offset:8px}.g-button_size_xl{--_--height:44px;--_--border-radius:var(--g-border-radius-xl);--_--padding:24px;--_--icon-space:20px;--_--icon-offset:12px;--_--font-size:var(--g-text-body-2-font-size)}.g-button_view_normal{--_--background-color:var(--g-color-base-generic);--_--background-color-hover:var(--g-color-base-generic-hover)}.g-button_view_action{--_--text-color:var(--g-color-text-brand-contrast);--_--background-color:var(--g-color-base-brand);--_--background-color-hover:var(--g-color-base-brand-hover);--_--focus-outline-color:var(--g-color-base-brand);--_--focus-outline-offset:1px}.g-button_view_outlined{--_--border-width:1px;--_--border-color:var(--g-color-line-generic)}.g-button_view_outlined-info{--_--text-color:var(--g-color-text-info);--_--border-width:1px;--_--border-color:var(--g-color-line-info)}.g-button_view_outlined-success{--_--text-color:var(--g-color-text-positive);--_--border-width:1px;--_--border-color:var(--g-color-line-positive)}.g-button_view_outlined-warning{--_--text-color:var(--g-color-text-warning);--_--border-width:1px;--_--border-color:var(--g-color-line-warning)}.g-button_view_outlined-danger{--_--text-color:var(--g-color-text-danger);--_--border-width:1px;--_--border-color:var(--g-color-line-danger)}.g-button_view_outlined-utility{--_--text-color:var(--g-color-text-utility);--_--border-width:1px;--_--border-color:var(--g-color-line-utility)}.g-button_view_outlined-action{--_--text-color:var(--g-color-text-brand);--_--border-width:1px;--_--border-color:var(--g-color-line-brand)}.g-button_view_raised{--_--background-color-hover:var(--g-color-base-float-hover);background:var(--g-color-base-float)}.g-button_view_raised:before{box-shadow:0 3px 5px var(--g-color-sfx-shadow)}.g-button_view_raised:active:before{box-shadow:0 1px 2px var(--g-color-sfx-shadow)}.g-button_view_flat-secondary{--_--text-color:var(--g-color-text-secondary);--_--text-color-hover:var(--g-color-text-primary)}.g-button_view_flat-info{--_--text-color:var(--g-color-text-info)}.g-button_view_flat-success{--_--text-color:var(--g-color-text-positive)}.g-button_view_flat-warning{--_--text-color:var(--g-color-text-warning)}.g-button_view_flat-danger{--_--text-color:var(--g-color-text-danger)}.g-button_view_flat-utility{--_--text-color:var(--g-color-text-utility)}.g-button_view_flat-action{--_--text-color:var(--g-color-text-brand)}.g-button_view_normal-contrast{--_--text-color:var(--g-color-text-dark-primary);--_--background-color:var(--g-color-base-light);--_--background-color-hover:var(--g-color-base-light-hover);--_--focus-outline-color:var(--g-color-line-light)}.g-button_view_normal-contrast.g-button_loading{--_--background-color-hover:var(--g-color-base-simple-hover)}.g-button_view_outlined-contrast{--_--text-color:var(--g-color-text-light-primary);--_--background-color-hover:var(--g-color-base-light-simple-hover);--_--border-width:1px;--_--border-color:var(--g-color-line-light);--_--focus-outline-color:var(--g-color-line-light)}.g-button_view_flat-contrast{--_--text-color:var(--g-color-text-light-primary);--_--background-color-hover:var(--g-color-base-light-simple-hover);--_--focus-outline-color:var(--g-color-line-light)}.g-button.g-button_pin_round-round.g-button{border-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button.g-button_pin_brick-brick.g-button{border-radius:0}.g-button.g-button_pin_clear-clear.g-button{border-radius:0;border-inline:0}.g-button.g-button_pin_circle-circle.g-button{border-radius:100px}.g-button.g-button_pin_round-brick.g-button{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:0}.g-button.g-button_pin_brick-round.g-button{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button.g-button_pin_round-clear.g-button{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-round.g-button{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-inline-start:0}.g-button.g-button_pin_brick-clear.g-button{border-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-brick.g-button{border-radius:0;border-inline-start:0}.g-button.g-button_pin_circle-brick.g-button{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0}.g-button.g-button_pin_brick-circle.g-button{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px}.g-button.g-button_pin_circle-clear.g-button{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-circle.g-button{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px;border-inline-start:0}.g-button.g-button_pin_round-round:before{border-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button.g-button_pin_brick-brick:before{border-radius:0}.g-button.g-button_pin_clear-clear:before{border-radius:0;border-inline:0}.g-button.g-button_pin_circle-circle:before{border-radius:100px}.g-button.g-button_pin_round-brick:before{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:0}.g-button.g-button_pin_brick-round:before{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button.g-button_pin_round-clear:before{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-round:before{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-inline-start:0}.g-button.g-button_pin_brick-clear:before{border-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-brick:before{border-radius:0;border-inline-start:0}.g-button.g-button_pin_circle-brick:before{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0}.g-button.g-button_pin_brick-circle:before{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px}.g-button.g-button_pin_circle-clear:before{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-circle:before{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px;border-inline-start:0}.g-button.g-button_pin_round-round:after{border-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button.g-button_pin_brick-brick:after{border-radius:0}.g-button.g-button_pin_clear-clear:after{border-radius:0;border-inline:0}.g-button.g-button_pin_circle-circle:after{border-radius:100px}.g-button.g-button_pin_round-brick:after{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:0}.g-button.g-button_pin_brick-round:after{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius))}.g-button.g-button_pin_round-clear:after{border-start-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-start-end-radius:0;border-end-start-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-round:after{border-start-start-radius:0;border-start-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-end-start-radius:0;border-end-end-radius:var(--g-button-border-radius,var(--_--border-radius));border-inline-start:0}.g-button.g-button_pin_brick-clear:after{border-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-brick:after{border-radius:0;border-inline-start:0}.g-button.g-button_pin_circle-brick:after{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0}.g-button.g-button_pin_brick-circle:after{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px}.g-button.g-button_pin_circle-clear:after{border-start-start-radius:100px;border-start-end-radius:0;border-end-start-radius:100px;border-end-end-radius:0;border-inline-end:0}.g-button.g-button_pin_clear-circle:after{border-start-start-radius:0;border-start-end-radius:100px;border-end-start-radius:0;border-end-end-radius:100px;border-inline-start:0}.g-button__text{display:inline-block;white-space:nowrap}.g-button__icon{display:inline-block;position:relative;margin:0 calc((var(--g-button-height, var(--_--height)) - var(--g-button-icon-space, var(--_--icon-space))) / 2 * -1);width:var(--g-button-height,var(--_--height));height:var(--g-button-height,var(--_--height))}.g-button__icon:after{content:" ";visibility:hidden}.g-button__icon-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.g-button__icon_side_start{order:-1}.g-button__icon_side_end{order:1}.g-button__icon:only-child{margin:0}.g-button:has(.g-button__icon:only-child){--_--padding:0}.g-button:has(.g-button__icon:only-child):not(.g-button_width_max){width:var(--g-button-height,var(--_--height))}.g-button_selected:not(.g-button_view_outlined-contrast){--_--border-width:0}.g-button_selected:not(.g-button_view_normal-contrast,.g-button_view_flat-contrast,.g-button_view_outlined-contrast){--_--text-color:var(--g-color-text-brand-heavy);--_--background-color:var(--g-color-base-selection);--_--background-color-hover:var(--g-color-base-selection-hover)}.g-button_selected.g-button_view_flat-info,.g-button_selected.g-button_view_outlined-info{--_--text-color:var(--g-color-text-info-heavy);--_--background-color:var(--g-color-base-info-light);--_--background-color-hover:var(--g-color-base-info-light-hover)}.g-button_selected.g-button_view_flat-success,.g-button_selected.g-button_view_outlined-success{--_--text-color:var(--g-color-text-positive-heavy);--_--background-color:var(--g-color-base-positive-light);--_--background-color-hover:var(--g-color-base-positive-light-hover)}.g-button_selected.g-button_view_flat-warning,.g-button_selected.g-button_view_outlined-warning{--_--text-color:var(--g-color-text-warning-heavy);--_--background-color:var(--g-color-base-warning-light);--_--background-color-hover:var(--g-color-base-warning-light-hover)}.g-button_selected.g-button_view_flat-danger,.g-button_selected.g-button_view_outlined-danger{--_--text-color:var(--g-color-text-danger-heavy);--_--background-color:var(--g-color-base-danger-light);--_--background-color-hover:var(--g-color-base-danger-light-hover)}.g-button_selected.g-button_view_flat-utility,.g-button_selected.g-button_view_outlined-utility{--_--text-color:var(--g-color-text-utility-heavy);--_--background-color:var(--g-color-base-utility-light);--_--background-color-hover:var(--g-color-base-utility-light-hover)}.g-button_disabled{cursor:default;pointer-events:none}.g-button_disabled:not(.g-button_loading){--_--text-color:var(--g-color-text-hint);--_--background-color:var(--g-color-base-generic-accent-disabled);--_--background-color-hover:var(--g-color-base-generic-accent-disabled);--_--border-width:0}.g-button_disabled:not(.g-button_loading):is(.g-button_view_normal-contrast,.g-button_view_outlined-contrast){--_--text-color:var(--g-color-text-light-secondary);--_--background-color:var(--g-color-base-light-disabled);--_--background-color-hover:var(--g-color-base-light-disabled)}.g-button_disabled:not(.g-button_loading):is(.g-button_view_flat,.g-button_view_flat-secondary,.g-button_view_flat-info,.g-button_view_flat-success,.g-button_view_flat-warning,.g-button_view_flat-danger,.g-button_view_flat-utility,.g-button_view_flat-action,.g-button_view_flat-contrast){--_--text-color:var(--g-color-text-hint);--_--background-color:#0000;--_--background-color-hover:#0000}.g-button_disabled:not(.g-button_loading).g-button_view_flat-contrast{--_--text-color:var(--g-color-text-light-hint)}.g-button_disabled:active{transform:scale(1)}.g-button_loading:before{background-image:repeating-linear-gradient(-45deg,var(--g-button-background-color,var(--_--background-color)),var(--g-button-background-color,var(--_--background-color)) 4px,var(--g-button-background-color-hover,var(--_--background-color-hover)) 4px,var(--g-button-background-color-hover,var(--_--background-color-hover)) 8px);background-size:150%;background-clip:padding-box;animation:g-loading-animation .5s linear infinite}.g-button_width_auto{max-width:100%}.g-button_width_max{width:100%}.g-button_width_auto .g-button__text,.g-button_width_max .g-button__text{display:block;overflow:hidden;text-overflow:ellipsis}.pc-VideoBlock{position:relative}.pc-VideoBlock__preview{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%}.pc-VideoBlock__image{object-fit:cover;display:block}.pc-VideoBlock__image,.pc-VideoBlock__image-wrapper{width:100%;height:100%}.pc-VideoBlock__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;width:64px;height:64px;color:var(--g-color-base-background);background-color:var(--g-color-base-brand);border-radius:50%}.pc-VideoBlock__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-VideoBlock__button:focus:not(:focus-visible){outline:0}.pc-VideoBlock__icon{margin-left:1px}.pc-media-component-data-lens__wrap{height:400px;overflow:hidden;margin:24px}.pc-media-component-data-lens__wrap .pc-media-component-data-lens__iframe{border-radius:0}.pc-media-component-data-lens__iframe{width:calc(100% + 4px);height:calc(100% + 4px);margin:-1px -2px 0}@media (max-width:577px){.pc-media-component-data-lens__wrap{margin:24px 0}}.pc-full-screen-media__modal-media_type_image,.pc-full-screen-media__modal-media_type_video video,.pc-full-screen-media__modal-media_type_youtube{display:block;position:relative;width:100%;max-width:1232px;max-height:70vh}.pc-full-screen-media__media{cursor:pointer}.pc-full-screen-media__media-wrapper{cursor:pointer;position:relative}.pc-full-screen-media__modal-content{position:relative;border-radius:var(--pc-border-radius)}.pc-full-screen-media__inline-media{transform:translateZ(0)}.pc-full-screen-media__modal-media{border-radius:var(--pc-border-radius)}.pc-full-screen-media__modal-media_type_youtube{max-width:min(65vw,1232px);width:100%;aspect-ratio:16/9;height:calc(min(65vw, 1232px) * 9 / 16)!important}.pc-full-screen-media__modal .g-modal__content,.pc-full-screen-media__modal-image{border-radius:var(--pc-border-radius)}.pc-full-screen-media__icon-wrapper{display:flex;align-items:center;justify-content:center;position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:8px;background-color:var(--g-color-base-simple-hover-solid);cursor:pointer;z-index:10}.pc-full-screen-media__media-wrapper .pc-full-screen-media__icon-wrapper,.pc-full-screen-media__modal-content .pc-full-screen-media__icon-wrapper{opacity:0;transition:opacity .3s;pointer-events:none}.pc-full-screen-media__media-wrapper .pc-full-screen-media__icon-wrapper:focus,.pc-full-screen-media__media-wrapper .pc-full-screen-media__icon-wrapper_visible,.pc-full-screen-media__media-wrapper:hover .pc-full-screen-media__icon-wrapper,.pc-full-screen-media__modal-content .pc-full-screen-media__icon-wrapper:focus,.pc-full-screen-media__modal-content .pc-full-screen-media__icon-wrapper_visible,.pc-full-screen-media__modal-content:hover .pc-full-screen-media__icon-wrapper{opacity:1;pointer-events:inherit}.pc-full-screen-media__icon{color:var(--g-color-text-hint)}.pc-full-screen-media__icon_hover:hover{color:var(--g-color-text-secondary)}@media (max-width:577px){.pc-full-screen-media__icon-wrapper{display:none}.pc-full-screen-media__modal{display:none!important}}.g-modal{display:block;visibility:visible;margin:0;position:fixed;inset:0;z-index:1000;outline:none;background-color:var(--g-color-sfx-veil);overflow:auto;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0);transition-property:opacity;transition-timing-function:ease-out;transition-duration:.15s}.g-modal[data-floating-ui-status=unmounted]{display:none;visibility:hidden;margin:-9999px 0 0 -9999px}.g-modal__content-aligner{min-width:100%;min-height:100%;display:inline-flex;align-items:center;justify-content:center}.g-modal__content-wrapper{margin:var(--g-modal-margin,20px);overflow-x:hidden}.g-modal__content,.g-modal__content-wrapper{border-radius:var(--g-modal-border-radius,5px)}.g-modal__content{height:var(--g-modal-height,auto);width:var(--g-modal-width,auto);background-color:var(--g-color-base-modal);outline:none;transition:height .35s ease-in-out,transform .15s ease-out}.g-modal__content_has-scroll{overflow-y:auto;max-height:calc(100vh - var(--g-modal-margin, 20px) * 2)}.g-modal[data-floating-ui-status=close],.g-modal[data-floating-ui-status=initial]{opacity:0}.g-modal[data-floating-ui-status=open]{opacity:1}.g-modal[data-floating-ui-status=initial] .g-modal__content{transform:scale(.75)}.g-portal__theme-wrapper{display:contents}.pc-CircleProgress{position:absolute}.pc-CustomBarControls__button_type_with-play-pause-button{box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow)}.pc-CustomBarControls__button_type_with-play-pause-button:hover{box-shadow:0 4px 24px var(--g-color-sfx-shadow),0 2px 8px var(--g-color-sfx-shadow);cursor:pointer}.pc-CustomBarControls__wrapper{position:absolute;bottom:0;opacity:0;transition:opacity .3s ease 3s;z-index:1}.pc-CustomBarControls__wrapper_shown{opacity:1;transition:opacity 0s ease 0s}.pc-CustomBarControls__wrapper_type_with-play-pause-button{gap:8px;padding:8px}.pc-CustomBarControls__wrapper_positioning_center,.pc-CustomBarControls__wrapper_positioning_left,.pc-CustomBarControls__wrapper_positioning_right{display:flex;width:100%}.pc-CustomBarControls__wrapper_positioning_right{flex-direction:row-reverse}.pc-CustomBarControls__wrapper_positioning_center{justify-content:center}.pc-CustomBarControls__button{border:0;padding:0;cursor:pointer}.pc-CustomBarControls__button_type_with-mute-button{border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;width:64px;height:64px;background:var(--g-color-base-background);transition:background-color .3s;margin:12px}.pc-CustomBarControls__button_type_with-mute-button:focus,.pc-CustomBarControls__button_type_with-mute-button:hover{background:#eff2f8}.pc-CustomBarControls__button_type_with-mute-button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-CustomBarControls__button_type_with-mute-button:focus:not(:focus-visible){outline:0}.pc-CustomBarControls__button_type_with-play-pause-button{width:42px;height:42px;border-radius:50%;background:var(--g-color-base-background)}.pc-CustomBarControls__button_type_with-play-pause-button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-CustomBarControls__button_type_with-play-pause-button:focus:not(:focus-visible){outline:0}.pc-CustomBarControls__play-icon_type_with-play-pause-button{height:16px;width:16px;color:var(--g-color-base-neutral-heavy)}.pc-CustomBarControls__mute-icon_type_with-mute-button{height:22px;width:32px}.pc-CustomBarControls__mute-icon_type_with-play-pause-button{height:16px;width:16px;color:var(--g-color-base-neutral-heavy)}.pc-default-video{width:100%;display:flex;align-items:center}.pc-ReactPlayer video{background-color:var(--pc-color-video-player-bg,#000);object-fit:cover}.pc-ReactPlayer__wrapper{position:relative;padding-top:56.25%}.pc-ReactPlayer__wrapper .pc-ReactPlayer__player{position:absolute;top:0;left:0}.pc-ReactPlayer__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;width:64px;height:64px;border-radius:166px}.pc-ReactPlayer__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-ReactPlayer__button:focus:not(:focus-visible){outline:0}.pc-ReactPlayer__button_theme_blue{color:var(--g-color-base-background);background-color:var(--g-color-base-brand)}.pc-ReactPlayer__button_theme_grey{color:var(--pc-text-header-color);background-color:#eff2f8}.pc-ReactPlayer__button_text{padding:16px 32px;font-weight:400;font-size:24px;line-height:32px;width:auto;height:auto}.pc-ReactPlayer__icon{margin-left:1px}.pc-ReactPlayer_controls_custom:before{display:none;position:absolute;width:100%;height:100%;content:"";background:linear-gradient(180deg,#0000 65.36%,#0003);opacity:0;transition:opacity .3s}.pc-ReactPlayer_contain video{object-fit:contain}.pc-ReactPlayer_auto-ratio video{object-fit:cover}@media only screen and (max-width:577px){.pc-ReactPlayer__button_text{font-size:20px;line-height:24px}}.pc-media-component-video__wrap{position:relative;overflow:hidden}.pc-media-component-video__react-player{display:flex;position:relative;justify-content:center;overflow:hidden}.pc-media-component-iframe{overflow:hidden}.pc-media-component-iframe_margins{margin:24px}.pc-media-component-iframe .pc-media-component-iframe__iframe,.pc-media-component-iframe_margins .pc-media-component-iframe__item{border-radius:0}.pc-media-component-iframe__item{width:100%;height:100%}.pc-Anchor{display:block;position:relative;top:calc(-1 * var(--header-height) - var(--anchor-offset, 0px));visibility:hidden}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container{width:100%;padding-right:40px;padding-left:40px;margin-right:auto;margin-left:auto}@media (min-width:577px){.container{max-width:577px}}@media (min-width:769px){.container{max-width:769px}}@media (min-width:1081px){.container{max-width:1081px}}@media (min-width:1185px){.container{max-width:1185px}}.container-fluid{width:100%;padding-right:40px;padding-left:40px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:8px;padding-left:8px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.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}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:577px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.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}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:769px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.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}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:1081px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.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}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1185px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.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}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.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:577px){.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:769px){.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:1081px){.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:1185px){.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:577px){.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:769px){.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:1081px){.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:1185px){.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}}.col-reset{padding-left:0!important;padding-right:0!important;margin:0}.pc-Grid .container,.pc-Grid .container-fluid{max-width:calc(1232px + 8px * 2 + 40px * 2)}.pc-Grid .row{margin-right:0;margin-left:0}.pc-Grid .pc-Grid .container,.pc-Grid .pc-Grid .container-fluid{padding:0}.pc-Grid .row .row{margin:0 -8px}.pc-Grid_debug .container,.pc-Grid_debug .container-fluid,.pc-Grid_debug [class*=col-]{box-sizing:border-box;border:1px solid var(--g-color-line-generic)}@media only screen and (max-width:577px){.pc-Grid .container,.pc-Grid .container-fluid{padding:0 16px}.pc-Grid .col,.pc-Grid .col-0,.pc-Grid .col-1,.pc-Grid .col-10,.pc-Grid .col-11,.pc-Grid .col-12,.pc-Grid .col-2,.pc-Grid .col-3,.pc-Grid .col-4,.pc-Grid .col-5,.pc-Grid .col-6,.pc-Grid .col-7,.pc-Grid .col-8,.pc-Grid .col-9,.pc-Grid .col-auto,.pc-Grid .col-sm-0,.pc-Grid .col-sm-1,.pc-Grid .col-sm-10,.pc-Grid .col-sm-11,.pc-Grid .col-sm-12,.pc-Grid .col-sm-2,.pc-Grid .col-sm-3,.pc-Grid .col-sm-4,.pc-Grid .col-sm-5,.pc-Grid .col-sm-6,.pc-Grid .col-sm-7,.pc-Grid .col-sm-8,.pc-Grid .col-sm-9,.pc-Grid .col-sm-auto{padding:0 8px}.pc-Grid .row .row{margin:0 -8px}}.pc-author{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);display:flex;flex-direction:column}.pc-author__avatar{width:80px;height:80px;display:flex;align-items:center;flex:0 0 auto;border-radius:16px;overflow:hidden}.pc-author__avatar img{width:80px;height:80px;object-fit:cover;display:block}.pc-author__name{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-author__description{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);color:var(--g-color-text-secondary);padding-top:4px}.pc-author__label:not(:first-child){font-weight:400;margin-top:8px}.pc-author_type_column{z-index:1;position:relative}.pc-author_type_line{flex-flow:row nowrap;align-items:center;width:100%}.pc-author_type_line .pc-author__avatar{margin:0}.pc-author_type_line .pc-author__label{margin-top:0}.pc-author_type_line .pc-author__label:not(:first-child){margin-left:16px}.pc-author_theme_dark .pc-author__description{color:var(--g-color-text-light-secondary)}.pc-storage-background-image{position:relative;overflow:hidden}.pc-storage-background-image__img{left:0;top:0;pointer-events:none;position:absolute;width:100%;height:100%;object-fit:cover}.pc-BalancedMasonry,.pc-storage-background-image__container{position:relative}.pc-BalancedMasonry__hidden-container{position:absolute;visibility:hidden;overflow:hidden;height:100%;z-index:-1}.pc-block-base{--anchor-offset:48px}.pc-block-base.pc-block-base{margin-top:48px;padding:0 0 48px}.pc-block-base.pc-block-base:first-child{margin-top:var(--pc-first-block-indent,96px)}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_0{margin-top:0}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_xs{margin-top:16px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_s{margin-top:24px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_m{margin-top:32px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_l{margin-top:48px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentTop_xl{margin-top:64px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_0{padding-bottom:0}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_xs{padding-bottom:16px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_s{padding-bottom:24px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_m{padding-bottom:32px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_l{padding-bottom:48px}.pc-block-base.pc-block-base.pc-block-base.pc-block-base_indentBottom_xl{padding-bottom:64px}@media only screen and (max-width:577px){.pc-block-base.pc-block-base{margin-top:32px;padding-bottom:32px}.pc-block-base.pc-block-base:first-child{margin-top:var(--pc-first-block-mobile-indent,64px)}}.pc-block-base_reset-paddings.pc-block-base.pc-block-base_reset-paddings.pc-block-base{padding:0;margin:0}@media (max-width:577px){.pc-block-base{--anchor-offset:32px}}.pc-button-block{--g-button-focus-outline-color:var(--g-color-line-focus)}.pc-button-block__content{display:flex;align-items:center}.pc-button-block__image{width:18px;height:18px}.pc-button-block__image+.pc-button-block__text,.pc-button-block__text+.pc-button-block__image{margin-left:var(--btn-image-margin)}.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github{--g-button-background-color:var(--pc-monochrome-button-background-color);--g-button-background-color-hover:var(--pc-monochrome-button-background-color-hover)}.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:active,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:focus,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:hover,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:link,.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github.pc-button-block_theme_github:visited{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_scale:after,.pc-button-block_theme_scale:before{border-radius:300px}.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome{--g-button-background-color:var(--pc-monochrome-button-background-color);--g-button-background-color-hover:var(--pc-monochrome-button-background-color-hover)}.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:active,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:focus,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:hover,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:link,.pc-button-block_theme_monochrome.pc-button-block_theme_monochrome:visited{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_normal-contrast:focus:before,.pc-button-block_theme_raised:focus:before{outline-offset:1px}.pc-button-block_size_s{--btn-image-margin:10px}.pc-button-block_size_m{--btn-image-margin:13px}.pc-button-block_size_l{--btn-image-margin:18px}.pc-button-block_size_xl{--btn-image-margin:25px}.pc-button-block_width_max .pc-button-block__text{width:100%}.g-link{text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;border-radius:var(--g-focus-border-radius)}.g-link:focus-visible{outline:2px solid var(--g-color-line-focus)}.g-link_view_normal{color:var(--g-color-text-link)}.g-link_view_primary{color:var(--g-color-text-primary)}.g-link_view_secondary{color:var(--g-color-text-secondary)}.g-link_view_normal:hover,.g-link_view_primary:hover,.g-link_view_secondary:hover{color:var(--g-color-text-link-hover)}.g-link_visitable:visited{color:var(--g-color-text-link-visited)}.g-link_visitable:visited:hover{color:var(--g-color-text-link-visited-hover)}.g-link_underline{text-decoration:underline}.pc-buttons{display:flex;flex-wrap:wrap;column-gap:12px}.pc-buttons_size_s{row-gap:8px}.pc-buttons_size_l{row-gap:12px}.pc-brand-footer{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:72px;margin-top:var(--header-height);box-sizing:initial;border-top:1px solid;border-bottom:1px solid #0000;transition:color .5s ease-out,border-color .5s ease-out}.pc-brand-footer:after{position:absolute;top:-1px;right:0;left:0;height:1px;background:linear-gradient(270deg,#e46a44,#f29f55 46.62%,#ffd466);opacity:0;transition:opacity .5s ease-out;content:""}.pc-brand-footer_theme_light{color:var(--g-color-text-secondary);border-top-color:var(--g-color-private-black-200)}.pc-brand-footer_theme_light:hover{color:var(--g-color-text-primary);border-top-color:#0000}.pc-brand-footer_theme_light:hover:after{opacity:1}.pc-brand-footer_theme_dark{color:var(--g-color-private-white-700);border-top-color:var(--g-color-private-white-100)}.pc-brand-footer_theme_dark:hover{color:var(--g-color-private-white-1000-solid);border-top-color:#0000}.pc-brand-footer_theme_dark:hover:after{opacity:.6}.pc-brand-footer__content{display:flex;align-items:center;justify-content:center;gap:8px}.pc-brand-footer__brand-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.pc-brand-footer__brand-icon>svg{width:100%;height:100%}.pc-brand-footer__brand-name{display:flex;align-items:center;justify-content:center;width:90px;height:20px}.pc-brand-footer__brand-name>svg{width:100%;height:100%}@media (max-width:769px){.pc-brand-footer{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);height:52px;border-bottom-width:0}.pc-brand-footer__brand-icon{width:20px;height:20px}.pc-brand-footer__brand-name{width:72px;height:16px}}.pc-card-base-block_border_shadow,a.pc-card-base-block_border_shadow{box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow)}.pc-card-base-block,.pc-card-base-block__body{display:flex;flex-direction:column;justify-content:space-between}.pc-card-base-block{min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(.22,.61,.36,1);display:flex}.pc-card-base-block_border_line{border:1px solid var(--g-color-line-generic)}@media (min-width:577px){.slick-slide:not(.slick-active) .pc-card-base-block,.swiper-slide:not(.swiper-slide-visible) .pc-card-base-block{box-shadow:none}}.pc-card-base-block__header{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-card-base-block__header-content{padding:32px}.pc-card-base-block__body{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);flex:1 1;padding:32px 32px 36px}.pc-card-base-block__header+.pc-card-base-block__body{padding:24px 32px 32px}.pc-card-base-block__content{flex:1 1}.pc-card-base-block__footer{margin-top:14px}@media (max-width:577px){.pc-card-base-block{min-height:unset}}a.pc-card-base-block{color:inherit;text-decoration:none;min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(.22,.61,.36,1)}a.pc-card-base-block:active,a.pc-card-base-block:hover{--pc-text-header-color:inherit;color:inherit}a.pc-card-base-block_border_line{border:1px solid var(--g-color-line-generic)}a.pc-card-base-block_border_line,a.pc-card-base-block_border_none{transition:transform .3s ease-out}a.pc-card-base-block_border_line:hover,a.pc-card-base-block_border_none:hover{transform:translateY(-8px)}a.pc-card-base-block_border_shadow{transition:transform .3s ease-out}a.pc-card-base-block_border_shadow:hover{transform:translateY(-8px);background-color:var(--pc-color-base-float-hover)}.pc-content-list_size_l{max-width:480px}.pc-content-list_size_l .pc-content-list__title{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);margin:0 0 8px}.pc-content-list_size_l .pc-content-list__icon{width:22px;height:22px;margin-top:1px;margin-bottom:1px;margin-right:12px}.pc-content-list_size_l .pc-content-list__item:not(:last-child){margin-bottom:16px}.pc-content-list_size_l .pc-content-list__item_without-title:not(:last-child){margin-bottom:12px}.pc-content-list_size_l .pc-content-list__item_without-title .pc-content-list__icon{width:20px;height:20px;margin-top:2px;margin-bottom:2px;margin-right:8px}.pc-content-list_size_l .pc-content-list__item_without-title .pc-content-list__text{font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height)}.pc-content-list_size_s{max-width:440px}.pc-content-list_size_s .pc-content-list__title{font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height);margin:0 0 calc(8px / 2)}.pc-content-list_size_s .pc-content-list__icon{width:20px;height:20px;margin-top:2px;margin-bottom:2px;margin-right:8px}.pc-content-list_size_s .pc-content-list__text{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-content-list_size_s .pc-content-list__item:not(:last-child){margin-bottom:12px}.pc-content-list_size_s .pc-content-list__item_without-title:not(:last-child){margin-bottom:8px}.pc-content-list_size_s .pc-content-list__item_without-title .pc-content-list__icon{width:18px;height:18px;margin-top:1px;margin-bottom:1px}.pc-content-list_size_s .pc-content-list__item_without-title .pc-content-list__text{font-size:var(--g-text-subheader-2-font-size);line-height:var(--g-text-subheader-2-line-height)}.pc-content-list_theme_light .pc-content-list__item *,.pc-content-list_theme_light .pc-content-list__item .yfm,.pc-content-list_theme_light .pc-content-list__item .yfm *{color:var(--g-color-text-dark-primary)}.pc-content-list_theme_light .pc-content-list__item .yfm a{color:var(--g-color-text-dark-primary);text-decoration:underline}.pc-content-list_theme_light .pc-content-list__item .yfm a:hover{color:var(--g-color-text-dark-secondary)}.pc-content-list_theme_dark .pc-content-list__item *,.pc-content-list_theme_dark .pc-content-list__item .yfm,.pc-content-list_theme_dark .pc-content-list__item .yfm *{color:var(--g-color-text-light-primary)}.pc-content-list_theme_dark .pc-content-list__item .yfm a{color:var(--g-color-text-light-primary);text-decoration:underline}.pc-content-list_theme_dark .pc-content-list__item .yfm a:hover{color:var(--g-color-text-light-secondary)}.pc-content-list__icon{display:block}.pc-content-list__item{display:flex}.pc-content-list .pc-content-list__title .yfm{font-size:inherit;line-height:inherit}.g-label{--_--bg-color:none;--_--bg-color-hover:none;--_--text-color:none;--_--animation-from:calc(-100% * var(--g-flow-direction));--_--animation-to:calc(100% * var(--g-flow-direction));--_--gradient-deg:calc(90deg * var(--g-flow-direction));--_--gradient-mask-begin-color:#e9e9e900;--_--gradient-mask-end-color:#e9e9e9;display:inline-flex;align-items:center;position:relative;height:var(--_--height);border-radius:var(--_--border-radius);color:var(--_--text-color);background-color:var(--_--bg-color);transition-property:opacity,color,background-color;transition-duration:.15s;transition-timing-function:ease-in-out;box-sizing:border-box;isolation:isolate}.g-label__animation-container{overflow:hidden;position:absolute;inset:0;border-radius:inherit}.g-label__animation-container:after{position:absolute;z-index:-1;inset:0;content:"";background-color:var(--_--gradient-bg-color,var(--_--bg-color));-webkit-mask-image:linear-gradient(var(--_--gradient-deg),var(--_--gradient-mask-begin-color),var(--_--gradient-mask-end-color));mask-image:linear-gradient(var(--_--gradient-deg),var(--_--gradient-mask-begin-color),var(--_--gradient-mask-end-color));animation:g-label 2s linear infinite}.g-label__text{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-short-font-size);line-height:var(--g-text-body-short-line-height);display:flex;align-items:baseline;margin:0 var(--_--margin-inline);width:100%;text-align:center;white-space:nowrap;overflow:hidden}.g-label__content,.g-label__key{text-overflow:ellipsis;overflow:hidden}.g-label__value{display:flex;opacity:.7;overflow:hidden}.g-label__separator{margin:0 4px}.g-label__main-button{padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;border-radius:inherit;z-index:1;height:100%}.g-label__main-button:empty{position:absolute;inset:0}.g-label__addon{display:flex;align-items:center;justify-content:center;width:var(--_--height);height:var(--_--height);border-radius:var(--_--border-radius)}.g-label__addon_side_end,.g-label__addon_side_start{position:absolute;inset-block-start:0}.g-label__addon_side_start{inset-inline-start:2px;border-start-end-radius:0;border-end-end-radius:0}.g-label__addon_side_end{inset-inline-end:0;border-start-start-radius:0;border-end-start-radius:0}.g-label__addon_type_button{padding:0;font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;z-index:2;cursor:pointer;color:var(--_--text-color);background-color:initial;transition:color .15s ease-in-out,background-color .15s ease-in-out,transform .1s ease-out}.g-label__addon_type_button:active{transform:scale(.96)}.g-label_size_xs{--_--height:20px;--_--border-radius:var(--g-border-radius-xs);--_--margin-inline:8px;--_--margin-addon-start:24px;--_--margin-addon-end:22px}.g-label_size_s{--_--height:24px;--_--border-radius:var(--g-border-radius-s);--_--margin-inline:10px;--_--margin-addon-start:28px;--_--margin-addon-end:26px}.g-label_size_m{--_--height:28px;--_--border-radius:var(--g-border-radius-m);--_--margin-inline:12px;--_--margin-addon-start:32px;--_--margin-addon-end:32px}.g-label_disabled{opacity:.7;pointer-events:none}.g-label_interactive{cursor:pointer}.g-label_theme_normal{--_--bg-color:var(--g-color-base-misc-light);--_--bg-color-hover:var(--g-color-base-misc-light-hover);--_--text-color:var(--g-color-text-misc-heavy)}.g-label_theme_success{--_--bg-color:var(--g-color-base-positive-light);--_--bg-color-hover:var(--g-color-base-positive-light-hover);--_--text-color:var(--g-color-text-positive-heavy)}.g-label_theme_info{--_--bg-color:var(--g-color-base-info-light);--_--bg-color-hover:var(--g-color-base-info-light-hover);--_--text-color:var(--g-color-text-info-heavy)}.g-label_theme_warning{--_--bg-color:var(--g-color-base-warning-light);--_--bg-color-hover:var(--g-color-base-warning-light-hover);--_--text-color:var(--g-color-text-warning-heavy)}.g-label_theme_danger{--_--bg-color:var(--g-color-base-danger-light);--_--bg-color-hover:var(--g-color-base-danger-light-hover);--_--text-color:var(--g-color-text-danger-heavy)}.g-label_theme_utility{--_--bg-color:var(--g-color-base-utility-light);--_--bg-color-hover:var(--g-color-base-utility-light-hover);--_--text-color:var(--g-color-text-utility-heavy)}.g-label_theme_unknown{--_--bg-color:var(--g-color-base-neutral-light);--_--bg-color-hover:var(--g-color-base-neutral-light-hover);--_--text-color:var(--g-color-text-complementary)}.g-label_theme_clear{--_--bg-color:#0000;--_--bg-color-hover:var(--g-color-base-simple-hover);--_--text-color:var(--g-color-text-complementary);--_--gradient-bg-color:var(--g-color-base-neutral-light);box-shadow:inset 0 0 0 1px var(--g-color-line-generic)}.g-label:has(.g-label__addon_side_start) .g-label__text{margin-inline-start:var(--_--margin-addon-start)}.g-label:has(.g-label__addon_side_end) .g-label__text{margin-inline-end:var(--_--margin-addon-end)}.g-label__addon_type_button:not(.g-label__addon_action_copy):hover,.g-label_interactive:hover:not(:has(.g-label__addon_type_button:not(.g-label__addon_action_copy):hover)){background-color:var(--_--bg-color-hover)}.g-label__addon_type_button:focus-visible,.g-label__main-button:focus-visible{outline:2px solid var(--g-color-line-focus)}@keyframes g-label{0%{transform:translateX(var(--_--animation-from))}to{transform:translateX(var(--_--animation-to))}}.pc-control{display:flex;justify-content:center;align-items:center;border-radius:var(--g-focus-border-radius);display:inline-block;margin:0;padding:0;font:inherit;border:none;color:inherit;background:none;cursor:pointer;outline:none}.pc-control,.pc-control .pc-control_theme_link,.pc-control .pc-control_theme_primary,.pc-control .pc-control_theme_secondary{transition:color .2s}.pc-control .pc-control_theme_accent{transition:opacity .2s}.utilityfocus .pc-control:focus{outline:2px solid #ffdb4d}.pc-control:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-control:focus:not(:focus-visible){outline:0}.pc-control_size_xs{width:24px;height:24px}.pc-control_size_s{width:28px;height:28px}.pc-control_size_m{width:32px;height:32px}.pc-control_size_l{width:36px;height:36px}.pc-control_theme_primary{color:var(--g-color-text-complementary)}.pc-control_theme_primary:hover{color:var(--g-color-text-primary)}.pc-control_theme_secondary{color:var(--g-color-text-secondary)}.pc-control_theme_link,.pc-control_theme_secondary:hover{color:var(--g-color-text-complementary)}.pc-control_theme_link:hover{color:var(--g-color-text-link-hover)}.pc-control_theme_accent{opacity:.7;color:var(--g-color-base-danger-heavy)}.pc-control_theme_accent:hover{opacity:1}.pc-control_disabled{cursor:default}.pc-control_disabled,.pc-control_disabled:hover{color:var(--g-color-text-secondary)}@media (max-width:768px){.pc-control:hover{color:inherit}}.pc-ErrorWrapper{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);white-space:nowrap;color:var(--g-color-text-danger)}.pc-ErrorWrapper__text{margin-bottom:5px}.pc-file-link{align-items:baseline}.pc-file-link_type_horizontal{display:flex}.pc-file-link_type_horizontal .pc-file-link__file-label{margin-right:8px}.pc-file-link__file-label{display:flex;justify-content:center;text-transform:uppercase;width:52px}.pc-file-link__file-label .g-label__text{width:auto}.pc-file-link__link>a{color:var(--g-color-text-primary);border-radius:var(--g-focus-border-radius)}.pc-file-link__link>a:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-file-link__link>a:focus:not(:focus-visible){outline:0}.pc-file-link__link>a:hover{color:var(--g-color-text-secondary)}.pc-file-link_size_l .pc-file-link__file-label,.pc-file-link_size_m .pc-file-link__file-label{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-file-link_size_s .pc-file-link__file-label,.pc-file-link_size_xs .pc-file-link__file-label{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-file-link_theme_dark .pc-file-link__link>a{color:var(--g-color-text-light-primary)}.pc-file-link_theme_dark .pc-file-link__link>a:hover{color:var(--g-color-text-light-secondary)}.pc-file-link_theme_light .pc-file-link__link>a{color:var(--g-color-text-dark-primary)}.pc-file-link_theme_light .pc-file-link__link>a:hover{color:var(--g-color-text-dark-secondary)}.pc-foldable-block{height:0;overflow-y:hidden;transition:height .3s,margin-bottom .3s}.pc-foldable-block__content-container{overflow:auto}.pc-fullscreen-image__image{cursor:pointer}.pc-fullscreen-image__image-wrapper{position:relative}.pc-fullscreen-image__image-wrapper:hover .pc-fullscreen-image__icon-wrapper{opacity:1}.pc-fullscreen-image__modal-content{position:relative;border-radius:var(--pc-border-radius)}.pc-fullscreen-image__modal-image{display:block;max-width:1232px;max-height:70vh;overflow:hidden}.pc-fullscreen-image__modal .g-modal__content,.pc-fullscreen-image__modal-image{border-radius:var(--pc-border-radius)}.pc-fullscreen-image__icon-wrapper{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;display:flex;align-items:center;justify-content:center;position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:8px;background-color:var(--g-color-base-simple-hover-solid);cursor:pointer;opacity:0;transition:.3s}.pc-fullscreen-image__icon-wrapper:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-fullscreen-image__icon-wrapper:focus:not(:focus-visible){outline:0}.pc-fullscreen-image__icon-wrapper:focus{opacity:1}.pc-fullscreen-image__icon{color:var(--g-color-text-hint)}.pc-fullscreen-image__icon_hover:hover{color:var(--g-color-text-secondary)}@media (max-width:1185px){.pc-fullscreen-image__modal-image{width:100%}}@media (max-width:1081px){.pc-fullscreen-image__image{pointer-events:none}.pc-fullscreen-image__icon-wrapper{display:none}.pc-fullscreen-image__modal{display:none!important}}.pc-FullWidthBackground{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--g-color-base-background);z-index:0;pointer-events:none}.pc-FullWidthBackground_rounded{border-radius:var(--pc-border-radius)}.pc-header-breadcrumbs{z-index:11}.pc-header-breadcrumbs__list{margin:0;padding:0;list-style:none}.pc-header-breadcrumbs__item{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:inline-block}.pc-header-breadcrumbs__text{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer;color:var(--g-color-text-secondary)}.utilityfocus .pc-header-breadcrumbs__text:focus{outline:2px solid #ffdb4d}.pc-header-breadcrumbs__text:active,.pc-header-breadcrumbs__text:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-header-breadcrumbs__text:hover{color:var(--g-color-text-primary)}.pc-header-breadcrumbs__separator{margin:0 8px 0 6px;color:var(--g-color-text-secondary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__text{color:var(--g-color-text-light-secondary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__text:hover{color:var(--g-color-text-light-primary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__separator{color:var(--g-color-text-light-secondary)}.pc-icon-wrapper{display:flex;flex-direction:column}.pc-icon-wrapper_icon-position_left{flex-direction:row}.pc-icon-wrapper__icon-container{flex-shrink:0}.pc-icon-wrapper__icon{max-width:100%;margin-bottom:12px;height:32px;object-fit:contain;display:block}.pc-icon-wrapper__icon_icon-position_left{height:22px;width:22px;margin:1px 12px 1px 0}.pc-icon-wrapper__content{display:flex;flex-direction:column;flex:1 0 auto}.pc-icon-wrapper__content_icon-position_left.pc-icon-wrapper__content_icon-position_left{flex:1 0}.pc-divider-block_size_xxs{padding-top:12px}.pc-divider-block_size_xs{padding-top:16px}.pc-divider-block_size_s{padding-top:24px}.pc-divider-block_size_m{padding-top:32px}.pc-divider-block_size_l{padding-top:48px}.pc-divider-block_size_xl{padding-top:64px}.pc-divider-block_size_xxl{padding-top:96px}.pc-divider-block_size_xxxl{padding-top:128px}.pc-divider-block_border{border-top:1px solid var(--g-color-line-generic)}.pc-quote_border_shadow{box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow)}.pc-quote{min-height:248px;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(.22,.61,.36,1);display:flex;min-height:400px;height:100%}.pc-quote_theme_dark,.pc-quote_theme_dark .yfm,.pc-quote_theme_dark h1,.pc-quote_theme_dark h2,.pc-quote_theme_dark h3,.pc-quote_theme_dark h4,.pc-quote_theme_dark h5,.pc-quote_theme_dark h6{color:var(--g-color-text-light-primary)}.pc-quote_border_line{border:1px solid var(--g-color-line-generic)}@media (min-width:577px){.slick-slide:not(.slick-active) .pc-quote,.swiper-slide:not(.swiper-slide-visible) .pc-quote{box-shadow:none}}.pc-quote__logo{height:48px}.pc-quote__content-wrapper{display:flex;flex-direction:column;justify-content:space-between;width:calc(50% + 5px * 2);margin-right:5px;padding:48px 32px 48px 48px}.pc-quote__image-wrapper{flex:1 1;overflow:hidden;margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-quote__content{margin-top:24px;position:relative;font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-quote__content_quote-type_chevron:before{position:absolute;left:-10px;content:"«"}.pc-quote__content_quote-type_chevron .pc-quote__text:after{content:"»"}.pc-quote__content_quote-type_english-double:before{position:absolute;left:-8px;content:"“"}.pc-quote__content_quote-type_english-double .pc-quote__text:after{content:"”"}.pc-quote__content .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-quote__content .yfm>*{display:inline}.pc-quote__content .yfm:after{position:relative;left:-5px}.pc-quote__image{width:100%;height:100%;object-fit:cover}.pc-quote__author-wrapper{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px}.pc-quote__author{max-width:calc(60% - 20px);margin-right:20px}.pc-quote__link-button_theme_dark{color:var(--g-color-base-background)!important}.pc-quote__link-button_theme_dark:before{border-color:var(--g-color-base-background)!important}@media (max-width:1081px){.pc-quote__author-wrapper{flex-direction:column}.pc-quote__author{margin-right:0;margin-bottom:32px;max-width:none}.pc-quote__link-button{align-self:flex-start}}@media (max-width:769px){.pc-quote__content-wrapper{width:calc(75% + 5px * 2)}}@media (max-width:577px){.pc-quote__image-wrapper{display:none}.pc-quote__content-wrapper{padding:32px;width:100%}}.pc-combined-price-detailed-block__row{margin:0!important}.pc-combined-price-detailed-block__row .col{padding:0;margin:12px}.pc-combined-price-detailed-block__row>*{display:flex;width:100%}.pc-combined-price-detailed-block__row:not(:last-child){border-bottom:1px solid var(--g-color-line-generic);margin-bottom:12px!important;padding-bottom:12px}@media (min-width:1081px){.pc-combined-price-detailed-block__description>*{padding-top:12px}.pc-combined-price-detailed-block__description_delimiter>*{border-top:1px solid var(--g-color-line-generic)}.pc-combined-price-detailed-block__empty-column{border-top:0}}@media (max-width:1080px){.pc-combined-price-detailed-block__description>*{margin-top:0!important}}.pc-price-description{margin-bottom:12px}.pc-price-description__description_size_l,.pc-price-description__detailed-title_size_l,.pc-price-description__title_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-price-description__description_size_m,.pc-price-description__detailed-title_size_m,.pc-price-description__title_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-price-description__description_size_s,.pc-price-description__detailed-title_size_s,.pc-price-description__title_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-price-description__main-title{font-weight:var(--g-text-accent-font-weight)}.pc-price-description__main-title_color_cornflower{color:var(--g-color-base-brand)}.pc-price-description__main-title_color_black{color:var(--g-color-text-primary)}.pc-price-description__title{display:flex;padding:16px 0 12px;align-items:flex-end}.pc-price-description__description{font-weight:400}.pc-price-description__detailed-title{margin-left:4px}.pc-price-description__label_size_s{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-price-description__label_size_xs{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}@media (max-width:577px){.pc-price-description{min-width:160px}}.pc-marked-list__list-item{display:flex}.pc-marked-list__text{margin-left:8px}.pc-marked-list__img{margin-top:5px;height:-moz-fit-content;height:fit-content;content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUgNCA1IDcuNSAxMS41IDEiIHN0cm9rZT0iIzUyODJGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")}.pc-settings-list__description,.pc-settings-list__title{font-weight:400}.pc-settings-list__description_size_l,.pc-settings-list__title_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-settings-list__description_size_m,.pc-settings-list__title_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-settings-list__description_size_s,.pc-settings-list__title_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-settings-list__title{color:var(--g-color-text-hint)}@media (min-width:1081px){.pc-price-details__non_foldable{display:block}.pc-price-details__foldable{display:none}}@media (max-width:1080px){.pc-price-details__non_foldable{display:none}.pc-price-details__foldable{display:block}}.pc-price-details__delimiter-line{border-top:1px solid var(--g-color-line-generic)}.pc-price-details__arrow{margin:auto 10px}.pc-price-details__foldable_title{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;align-items:center;font-weight:400;border-radius:var(--g-focus-border-radius)}.pc-price-details__foldable_title:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-price-details__foldable_title:focus:not(:focus-visible){outline:0}.pc-price-details__foldable_title_color_cornflower{color:var(--g-color-text-link)}.pc-price-details__foldable_title_color_black{color:var(--g-color-text-primary)}.pc-price-details__foldable_block>*{padding-top:12px}.pc-price-details .pc-settings-list__title{margin-bottom:2px}.pc-separate-price-detailed-block .pc-price-description{margin-bottom:0}.pc-separate-price-detailed-block .pc-price-details>*{padding-top:12px}.pc-separate-price-detailed-block .pc-price-details{margin-top:24px}.pc-MediaCard__body{padding:0}.pc-banner-card__subtitle,.pc-banner-card__subtitle p,.pc-banner-card__title{margin:0}.pc-banner-card_theme_dark{--g-color-line-focus:var(--pc-color-line-focus-dark)}.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle,.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle p,.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title,.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title p{color:var(--g-color-text-light-primary)}.pc-banner-card__title{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight)}@media (max-width:576px){.pc-banner-card__title{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height)}}.pc-banner-card__title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-banner-card__title a:focus{outline:2px solid #ffdb4d}.pc-banner-card__title a:active,.pc-banner-card__title a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-banner-card__content{width:100%;border-radius:var(--pc-border-radius);display:flex;min-height:320px}.pc-banner-card__image,.pc-banner-card__info{flex:1 1}.pc-banner-card__info{padding:32px;display:flex;justify-content:space-between;flex-direction:column;align-items:baseline}.pc-banner-card__subtitle{display:inline-block;margin-top:8px}.pc-banner-card__subtitle,.pc-banner-card__subtitle p{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);font-weight:400}.pc-banner-card__button.pc-banner-card__button{margin-top:28px}.pc-banner-card__image{border-top-right-radius:var(--pc-border-radius);border-bottom-right-radius:var(--pc-border-radius);margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-banner-card__image img{object-fit:cover;object-position:left}.pc-banner-card_media-view_fit .pc-banner-card__image img{object-fit:contain}@media (max-width:576px){.pc-banner-card__image{display:none}}.pc-content_size_l .pc-content__notice .yfm,.pc-content_size_l .pc-content__text .yfm{margin:0}.pc-content{--pc-monochrome-button-background-color:#262626;--pc-monochrome-button-background-color-hover:#393939;--pc-monochrome-button-color:var(--g-color-text-light-primary);display:flex;flex-direction:column}.pc-content__notice .yfm ol,.pc-content__notice .yfm ul,.pc-content__text .yfm ol,.pc-content__text .yfm ul{padding-left:1.4em}.pc-content__notice.pc-content__notice .yfm,.pc-content__notice.pc-content__notice .yfm>*{color:var(--g-color-text-secondary)}.pc-content__notice.pc-content__notice .yfm a{color:var(--g-color-text-secondary);text-decoration:underline}.pc-content__notice.pc-content__notice .yfm a:hover{color:var(--g-color-text-primary)}.pc-content__link{display:block}.pc-content_centered.pc-content_centered{margin:0 auto;text-align:center}.pc-content_centered .pc-content__buttons{justify-content:center}.pc-content_centered .pc-content__links{align-items:center}.pc-content_centered .pc-content__link a{justify-content:center}.pc-content_centered .pc-content__notice .yfm ol,.pc-content_centered .pc-content__notice .yfm ul,.pc-content_centered .pc-content__text .yfm ol,.pc-content_centered .pc-content__text .yfm ul{text-align:left}.pc-content_size_s .pc-content__notice,.pc-content_size_s .pc-content__text{margin-top:8px}.pc-content_size_s .pc-content__text_without-title{margin-top:0}.pc-content_size_s .pc-content__buttons,.pc-content_size_s .pc-content__links,.pc-content_size_s .pc-content__list{margin-top:16px}.pc-content_size_l .pc-content__notice,.pc-content_size_l .pc-content__text{margin-top:12px}.pc-content_size_l .pc-content__text_without-title{margin-top:0}.pc-content_size_l .pc-content__notice .yfm,.pc-content_size_l .pc-content__text .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-content_size_l .pc-content__buttons,.pc-content_size_l .pc-content__links,.pc-content_size_l .pc-content__list{margin-top:24px}.pc-content_theme_dark{--g-color-line-focus:var(--pc-color-line-focus-dark)}.pc-content_theme_dark .pc-content__links a,.pc-content_theme_dark .pc-content__text .yfm,.pc-content_theme_dark .pc-content__text .yfm *,.pc-content_theme_dark .pc-content__title *{color:var(--g-color-text-light-primary)}.pc-content_theme_dark .pc-content__notice .yfm,.pc-content_theme_dark .pc-content__notice .yfm *{color:var(--g-color-text-light-secondary)}.pc-content_theme_dark .pc-content__notice .yfm a{color:var(--g-color-text-light-secondary);text-decoration:underline}.pc-content_theme_dark .pc-content__notice .yfm a:hover{color:var(--g-color-text-light-primary)}.pc-content_theme_dark .pc-content__text .yfm a{color:var(--g-color-text-light-primary);text-decoration:underline}.pc-content_theme_dark .pc-content__text .yfm a:hover{color:var(--g-color-text-light-secondary)}.pc-content_theme_dark .pc-content__title a{color:var(--g-color-text-light-primary);text-decoration:underline;text-decoration:none}.pc-content_theme_dark .pc-content__title a:hover{color:var(--g-color-text-light-secondary)}.pc-content_theme_light .pc-content__links a,.pc-content_theme_light .pc-content__text .yfm,.pc-content_theme_light .pc-content__text .yfm *,.pc-content_theme_light .pc-content__title *{color:var(--g-color-text-dark-primary)}.pc-content_theme_light .pc-content__notice .yfm,.pc-content_theme_light .pc-content__notice .yfm *{color:var(--g-color-text-dark-secondary)}.pc-content_theme_light .pc-content__notice .yfm a{color:var(--g-color-text-dark-secondary);text-decoration:underline}.pc-content_theme_light .pc-content__notice .yfm a:hover{color:var(--g-color-text-dark-primary)}.pc-content_theme_light .pc-content__text .yfm a{color:var(--g-color-text-dark-primary);text-decoration:underline}.pc-content_theme_light .pc-content__text .yfm a:hover{color:var(--g-color-text-dark-secondary)}.pc-content_theme_light .pc-content__title a{color:var(--g-color-text-dark-primary);text-decoration:underline;text-decoration:none}.pc-content_theme_light .pc-content__title a:hover{color:var(--g-color-text-dark-secondary)}.pc-content_control-position_bottom .pc-content__list:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__list:has(+.pc-content__links),.pc-content_control-position_bottom .pc-content__notice:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__notice:has(+.pc-content__links),.pc-content_control-position_bottom .pc-content__text:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__text:has(+.pc-content__links),.pc-content_control-position_bottom .pc-content__title:has(+.pc-content__buttons),.pc-content_control-position_bottom .pc-content__title:has(+.pc-content__links){margin-bottom:auto}.pc-layout-item{display:flex;flex-direction:column;height:100%}.pc-layout-item__media{width:100%;display:block;border-radius:var(--pc-border-radius)}.pc-layout-item__media_border{border:1px solid var(--g-color-line-generic)}.pc-layout-item__meta-info{margin:16px 0 -8px}.pc-layout-item__content{display:flex;flex:auto;margin-top:16px;margin-left:0;margin-bottom:0}.pc-layout-item__content_no-media{margin-top:0}.pc-layout-item__content_margin_m{margin-right:40px}.pc-layout-item__content_margin_l{margin-right:80px}.pc-layout-item__wrapper{flex:auto}@media (max-width:576px){.pc-layout-item__content{margin-right:0}}.pc-background-card{position:relative}.pc-background-card_theme_light{background-color:var(--pc-color-base-silver)}.pc-background-card_theme_dark{background-color:var(--pc-color-base-asphalt)}.pc-background-card_padding_s{padding-bottom:80px}.pc-background-card_padding_m{padding-bottom:160px}.pc-background-card_padding_l{padding-bottom:240px}.pc-background-card_padding_xl{padding-bottom:320px}.pc-background-card_border_none{box-shadow:none;cursor:default;border:none}.pc-background-card__content{display:flex}.pc-background-card__image{position:absolute;top:0;left:0;width:100%;height:100%}.pc-background-card__image img{object-fit:cover;object-position:left}a.pc-background-card_theme_light{background-color:var(--pc-color-base-silver)}a.pc-background-card_theme_dark{background-color:var(--pc-color-base-asphalt)}.pc-basic-card.pc-basic-card{min-height:auto}.pc-basic-card__content{display:flex}.pc-basic-card__wrapper{flex:auto}.pc-hubspot-form{--g-color-line-focus:var(--pc-color-line-focus-light)}.pc-hubspot-form .submitted-message{padding-left:10px}.pc-hubspot-form .hs-form-field{margin-bottom:16px;padding-left:10px}.pc-hubspot-form .hs-form-field>label{color:var(--g-color-text-primary);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:flex;width:200px;max-width:100%;padding:5px 0 0;position:relative}.pc-hubspot-form .hs-form-field:only-child>label{width:100%}.pc-hubspot-form .hs-form-field .input{box-sizing:border-box;display:inline-block;position:relative;width:100%}.pc-hubspot-form .hs-form-field .input input[type=email],.pc-hubspot-form .hs-form-field .input input[type=number],.pc-hubspot-form .hs-form-field .input input[type=tel],.pc-hubspot-form .hs-form-field .input input[type=text],.pc-hubspot-form .hs-form-field .input select,.pc-hubspot-form .hs-form-field .input textarea{box-sizing:border-box;display:inline-block;vertical-align:top;position:relative;margin:0;padding:10px 13px;width:100%;height:36px;font-size:15px;line-height:16px;font-weight:400;font-family:var(--g-text-body-font-family);color:var(--g-color-text-primary);background-color:initial;border:1px solid var(--g-color-line-generic);border-radius:var(--g-border-radius-l)}.pc-hubspot-form .hs-form-field .input input[type=email]:hover,.pc-hubspot-form .hs-form-field .input input[type=number]:hover,.pc-hubspot-form .hs-form-field .input input[type=tel]:hover,.pc-hubspot-form .hs-form-field .input input[type=text]:hover,.pc-hubspot-form .hs-form-field .input select:hover,.pc-hubspot-form .hs-form-field .input textarea:hover{border:1px solid var(--g-color-line-generic-hover)}.pc-hubspot-form .hs-form-field .input input[type=email]::placeholder,.pc-hubspot-form .hs-form-field .input input[type=number]::placeholder,.pc-hubspot-form .hs-form-field .input input[type=tel]::placeholder,.pc-hubspot-form .hs-form-field .input input[type=text]::placeholder,.pc-hubspot-form .hs-form-field .input select::placeholder,.pc-hubspot-form .hs-form-field .input textarea::placeholder{color:var(--g-color-text-hint)}.pc-hubspot-form .hs-form-field .input input[type=email]:focus,.pc-hubspot-form .hs-form-field .input input[type=number]:focus,.pc-hubspot-form .hs-form-field .input input[type=tel]:focus,.pc-hubspot-form .hs-form-field .input input[type=text]:focus,.pc-hubspot-form .hs-form-field .input select:focus,.pc-hubspot-form .hs-form-field .input textarea:focus{outline:none}.pc-hubspot-form .hs-form-field .input input[type=email]:focus,.pc-hubspot-form .hs-form-field .input input[type=number]:focus,.pc-hubspot-form .hs-form-field .input input[type=tel]:focus,.pc-hubspot-form .hs-form-field .input input[type=text]:focus,.pc-hubspot-form .hs-form-field .input textarea:focus{border:2px solid var(--g-color-line-focus);outline:none}.pc-hubspot-form .hs-form-field .input textarea{margin:10px 0 0;height:110px;min-width:100%;resize:none;padding-right:30px}.pc-hubspot-form .hs-form-field .input select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMTAuMDggMEw1LjUgNC4zNi45MSAwIDAgLjg2bDUuNSA1LjI1TDExIC44NnoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K");background-repeat:no-repeat;background-position:right 12px top 50%;padding-right:30px}.pc-hubspot-form .hs-form-field .input select:focus{border:1px solid var(--g-color-line-focus)}.pc-hubspot-form .hs-form-field .input .hs-fieldtype-intl-phone.hs-input .hs-input{float:none;width:100%!important}.pc-hubspot-form .hs-form-field .input .hs-fieldtype-intl-phone.hs-input .hs-input+.hs-input{margin-top:10px}.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox){display:flex;flex-wrap:wrap}.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input{width:calc(100% - 200px)}.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-error-msg,.pc-hubspot-form .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-field-desc{margin-left:200px}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display,.pc-hubspot-form .hs-form-field .hs-form-radio-display{position:relative;display:flex;align-items:flex-start}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input,.pc-hubspot-form .hs-form-field .hs-form-radio-display input{width:17px;height:17px;margin:0;opacity:0;flex-shrink:0}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display span:not(.hs-form-required),.pc-hubspot-form .hs-form-field .hs-form-checkbox-display span:not(.hs-form-required),.pc-hubspot-form .hs-form-field .hs-form-radio-display span:not(.hs-form-required){color:var(--g-color-text-primary);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);padding-left:7px;margin:0;flex-grow:1}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display .hs-form-required,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display .hs-form-required,.pc-hubspot-form .hs-form-field .hs-form-radio-display .hs-form-required{top:0}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display{position:relative}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display>span:not(.hs-form-required):before,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display>span:not(.hs-form-required):before{content:"";position:absolute;top:0;left:0;height:17px;width:17px;background-color:initial;border-radius:4px;border:1px solid var(--g-color-line-generic-accent);transition:background-color .1s linear}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display>span:not(.hs-form-required):after,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display>span:not(.hs-form-required):after{content:"";position:absolute;top:-10px;left:2px;height:18px;width:18px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGQ9Ik0xNS42MjMgMWwtOS4xNSAxMy4xNzQtNC4yODctNC42TDEgMTEuMDMgNi42MiAxNyAxNyAyLjI3IDE1LjYyMyAxeiIgZmlsbD0iIzAwMDAwMCIvPgo8L3N2Zz4K");transition:top .1s linear,opacity .1s linear;opacity:0}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input:checked~span:after,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input:checked~span:after{opacity:1;top:-5px}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input:checked~span:before,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input:checked~span:before{background-color:#ffeba0}.pc-hubspot-form .hs-form-field .hs-form-booleancheckbox-display input[type=checkbox]:focus~span:before,.pc-hubspot-form .hs-form-field .hs-form-checkbox-display input[type=checkbox]:focus~span:before{outline:2px solid var(--g-color-line-focus)}.pc-hubspot-form .hs-form-field .hs-form-radio-display span:before{content:"";position:absolute;top:0;left:0;height:17px;width:17px;background-color:initial;border-radius:50%;border:1px solid var(--g-color-line-generic-accent);transition:background-color .1s linear}.pc-hubspot-form .hs-form-field .hs-form-radio-display span:after{content:"";position:absolute;top:5px;left:5px;height:7px;width:7px;border-radius:50%;opacity:0;background:#000;transition:opacity .1s linear}.pc-hubspot-form .hs-form-field .hs-form-radio-display input:checked~span:after{opacity:1}.pc-hubspot-form .hs-form-field .hs-form-radio-display input:checked~span:before{background-color:#ffeba0}.pc-hubspot-form .hs-form-field .hs-form-checkbox:not(:last-child),.pc-hubspot-form .hs-form-field .hs-form-radio:not(:last-child){margin-bottom:5px}.pc-hubspot-form .hs-richtext{padding-left:10px}.pc-hubspot-form .hs-richtext p{color:var(--g-color-text-primary);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);margin:20px 0}.pc-hubspot-form .hs-richtext p,.pc-hubspot-form .hs_error_rollup{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight)}.pc-hubspot-form .hs_error_rollup{padding-left:10px;font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);color:var(--g-color-text-danger)}.pc-hubspot-form .legal-consent-container{padding-top:8px}.pc-hubspot-form .inputs-list{list-style:none;padding:0;margin:0}.pc-hubspot-form .hs-form-required{color:var(--g-color-text-hint);width:10px;order:1;position:absolute;left:-10px}.pc-hubspot-form .hs-field-desc{order:3;padding:0;margin:3px 0 0;font-size:var(--g-text-body-1-font-size);color:var(--g-color-text-complementary)}.pc-hubspot-form .hs-error-msgs{width:100%;margin:3px 0;order:4}.pc-hubspot-form .hs-error-msg{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);color:var(--g-color-text-danger);display:block}.pc-hubspot-form .actions{display:flex;justify-content:flex-end}.pc-hubspot-form .hs-button.primary{font-family:var(--g-text-body-font-family);font-size:inherit;font-weight:var(--g-text-body-font-weight);color:inherit;background:none;border:none;outline:none;cursor:pointer;display:inline-block;position:relative;overflow:visible;box-sizing:border-box;height:44px;padding:0 20px;border-radius:var(--g-border-radius-xl);background-color:var(--g-color-base-brand);color:var(--g-color-text-brand-contrast);line-height:44px;font-size:var(--g-text-body-2-font-size);font-weight:400;-webkit-user-select:none;user-select:none;text-align:center;white-space:nowrap;-webkit-appearance:none;appearance:none}.pc-hubspot-form .hs-button.primary:hover{background-color:var(--g-color-base-brand-hover)}.pc-hubspot-form .hs-button.primary:focus{outline:2px solid var(--g-color-line-focus);outline-offset:1px}.pc-hubspot-form .hs-button.primary:focus:not(:focus-visible){outline:0}.pc-hubspot-form .grecaptcha-badge{box-shadow:none!important;border:1px solid var(--g-color-line-generic)}.pc-hubspot-form .hs_recaptcha div{font-family:var(--g-text-body-font-family);font-weight:var(--g-text-body-font-weight);font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-hubspot-form_mobile .hs-form-field,.pc-hubspot-form_mobile .hs-richtext,.pc-hubspot-form_mobile .hs_error_rollup.actions,.pc-hubspot-form_mobile .submitted-message{padding:0 4px}.pc-hubspot-form_mobile .hs-form-field>label span{order:2}.pc-hubspot-form_mobile .hs-form-field>label span.hs-form-required{order:1}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox){flex-direction:column}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input{width:100%}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=email],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=number],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=tel],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input input[type=text],.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .input select{margin:10px 0 0}.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-error-msg,.pc-hubspot-form_mobile .hs-form-field:not(.hs-fieldtype-textarea):not(.hs-fieldtype-booleancheckbox) .hs-field-desc{margin-left:0}.pc-hubspot-form_mobile .hs-form-field .hs-form-checkbox:first-child,.pc-hubspot-form_mobile .hs-form-field .hs-form-radio:first-child{margin-top:10px}.pc-hubspot-form_mobile .hs-form-required{position:static}.pc-hubspot-form_mobile .actions{justify-content:center}.pc-hubspot-form_mobile .hs-button.primary{width:80%}.pc-hubspot-form a:focus{box-shadow:0 0 0 2px var(--g-color-line-focus)}.pc-hubspot-form a:focus:not(:focus-visible){box-shadow:none}.pc-hubspot-form a:focus{outline:0;border-radius:var(--g-focus-border-radius)}.pc-hubspot-form_theme_dark{--g-color-line-focus:var(--pc-color-line-focus-dark)}.pc-hubspot-form_theme_dark .hs-form-field .input select{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMTAuMDggMEw1LjUgNC4zNi45MSAwIDAgLjg2bDUuNSA1LjI1TDExIC44NnoiIGZpbGw9IiNmZmZmZmYiLz4KPC9zdmc+Cg==")}.pc-price-card{position:relative}.pc-price-card.pc-price-card{min-height:auto}.pc-price-card__background{position:absolute;top:0;left:0;width:100%;height:100%}.pc-price-card__content{height:100%;display:flex;flex-direction:column;position:relative}.pc-price-card__content_theme_dark{--g-color-line-focus:var(--pc-color-line-focus-dark)}.pc-price-card__content_theme_dark,.pc-price-card__content_theme_dark .pc-price-card__info .yfm,.pc-price-card__content_theme_dark .pc-price-card__info .yfm *{color:var(--g-color-text-light-primary)}.pc-price-card__content_theme_dark .pc-price-card__info a{text-decoration:underline}.pc-price-card__content_theme_dark .pc-price-card__info a:hover{color:var(--g-color-text-light-secondary)}.pc-price-card__content_theme_light,.pc-price-card__content_theme_light .pc-price-card__info .yfm,.pc-price-card__content_theme_light .pc-price-card__info .yfm *{color:var(--g-color-text-dark-primary)}.pc-price-card__content_theme_light .pc-price-card__info a{text-decoration:underline}.pc-price-card__content_theme_light .pc-price-card__info a:hover{color:var(--g-color-text-dark-secondary)}.pc-price-card__title{font-size:var(--g-text-subheader-3-font-size);line-height:var(--g-text-subheader-3-line-height);margin-bottom:24px}.pc-price-card__price{margin-bottom:24px}.pc-price-card__price-value{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height);font-weight:var(--g-text-accent-font-weight)}.pc-price-card__price-period{margin-left:4px}.pc-price-card__price-details{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);white-space:pre-wrap}.pc-price-card__main{position:relative}.pc-price-card__info,.pc-price-card__main{flex:1 1;min-height:0;display:flex;flex-direction:column}.pc-price-card__description:not(:last-child){margin-bottom:12px}.pc-price-card__buttons,.pc-price-card__links{margin-top:24px}.pc-price-card__footer{margin-top:0}@media (max-width:769px){.pc-price-card__price,.pc-price-card__title{margin-bottom:16px}.pc-price-card__buttons,.pc-price-card__links{margin-top:16px}}.pc-image-card_border_shadow,a.pc-image-card_border_shadow{box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow)}.pc-image-card{min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(.22,.61,.36,1);min-height:1px}.pc-image-card_border_line{border:1px solid var(--g-color-line-generic)}@media (min-width:577px){.slick-slide:not(.slick-active) .pc-image-card,.swiper-slide:not(.swiper-slide-visible) .pc-image-card{box-shadow:none}}.pc-image-card .pc-image-card__content{display:flex;padding:32px 32px 36px;flex:auto}.pc-image-card .pc-image-card__image_inner{width:100%;display:block}.pc-image-card .pc-image-card__image_inner_radius{border-radius:var(--pc-border-radius)}.pc-image-card .pc-image-card__image_margins_s{padding:4px}.pc-image-card .pc-image-card__image_margins_s .pc-image-card__image_inner{border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-image-card .pc-image-card__image_margins_m{padding:32px 32px 36px}.pc-image-card .pc-image-card__image_margins_m .pc-image-card__image_inner{border-radius:initial}.pc-image-card_with-content{display:flex;flex-direction:column}.pc-image-card_with-content.pc-image-card_direction_direct .pc-image-card__image{padding-bottom:0}.pc-image-card_with-content.pc-image-card_direction_direct .pc-image-card__content{padding-top:24px}.pc-image-card_with-content.pc-image-card_direction_reverse{flex-direction:column-reverse}.pc-image-card_with-content.pc-image-card_direction_reverse .pc-image-card__image{padding-top:0}.pc-image-card_with-content.pc-image-card_direction_reverse .pc-image-card__content{padding-bottom:24px}a.pc-image-card{color:inherit;text-decoration:none;min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--g-color-base-float);transition:box-shadow .3s cubic-bezier(.22,.61,.36,1)}a.pc-image-card:active,a.pc-image-card:hover{--pc-text-header-color:inherit;color:inherit}a.pc-image-card_border_line{border:1px solid var(--g-color-line-generic)}a.pc-image-card_border_line,a.pc-image-card_border_none{transition:transform .3s ease-out}a.pc-image-card_border_line:hover,a.pc-image-card_border_none:hover{transform:translateY(-8px)}a.pc-image-card_border_shadow{transition:transform .3s ease-out}a.pc-image-card_border_shadow:hover{transform:translateY(-8px);background-color:var(--pc-color-base-float-hover)}.pc-link-block{margin-top:16px}.pc-link-block__link{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer;display:flex;align-items:center;border-radius:var(--g-focus-border-radius)}.utilityfocus .pc-link-block__link:focus{outline:2px solid #ffdb4d}.pc-link-block__link:active,.pc-link-block__link:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-link-block__link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-link-block__link:focus:not(:focus-visible){outline:0}.pc-link-block__link_theme_dark{color:var(--g-color-text-light-primary)}.pc-link-block__link_theme_dark:hover{color:var(--g-color-text-light-secondary)}.pc-link-block__link_has-arrow{display:inherit;white-space:nowrap}.pc-link-block__link_has-arrow:active,.pc-link-block__link_has-arrow:hover{--pc-text-header-color:inherit;color:var(--g-color-text-link)}.pc-link-block__link_has-arrow .pc-link-block__content{white-space:normal}.pc-link-block__link:hover .pc-link-block__arrow{transform:translateX(5px)}.pc-link-block__link.pc-link-block__link_has-arrow.pc-link-block__link_theme_dark:hover{color:var(--g-color-text-light-primary)}.pc-link-block__arrow{position:relative;top:2px;transition:transform .3s cubic-bezier(.22,.61,.36,1)}.pc-link-block_size_l{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-link-block_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-link-block_size_m .pc-link-block__arrow{top:1px}.pc-link-block_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}.pc-links{display:flex;flex-direction:column;align-items:baseline}.pc-links__link{margin-top:0!important}.pc-links_size_s{gap:8px}.pc-links_size_l{gap:12px}.pc-meta-info{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);display:flex;align-items:center}.pc-meta-info__item:not(:first-child){margin-left:16px}.pc-overflow-scroller{display:flex;align-items:center;position:relative;overflow-x:hidden}.pc-overflow-scroller__container{width:100%;position:relative}.pc-overflow-scroller__container_padding-left{padding-left:24px}.pc-overflow-scroller__container_padding-right{padding-right:24px}.pc-overflow-scroller__wrapper{position:relative;transition:left .6s}.pc-overflow-scroller__arrow{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;position:absolute;z-index:10;top:0;display:flex;justify-content:flex-end;align-items:center;width:32px;height:calc(100% - 1px);cursor:pointer;color:var(--g-color-text-secondary);border-radius:var(--g-focus-border-radius)}.pc-overflow-scroller__arrow:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-overflow-scroller__arrow:focus:not(:focus-visible){outline:0}.pc-overflow-scroller__arrow_type_left{left:0;transform:rotate(180deg)}.pc-overflow-scroller__arrow_type_right{right:0}.pc-table{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-table__table{width:100%;overflow-x:auto}.pc-table__row{display:flex}.pc-table__row:first-child{font-weight:var(--g-text-accent-font-weight)}.pc-table__row:first-child .pc-table__cell{border-bottom-color:var(--g-color-line-generic-active);align-items:flex-end;padding-top:0}.pc-table__cell{padding:12px 0;display:flex;flex:1 1;align-items:center;border-bottom:1px solid var(--g-color-line-generic)}.pc-table__cell:first-child{flex:2 1}.pc-table__cell_justify_center{justify-content:center;text-align:center}.pc-table__cell_justify_right{justify-content:flex-end;text-align:right}.pc-table__marker{display:inline-block}.pc-table__marker_type_disk{width:16px;height:16px;border-radius:100%;flex-shrink:0;box-sizing:border-box}.pc-table__marker_type_disk.pc-table__marker_index_0{background-color:var(--g-color-base-neutral-light)}.pc-table__marker_type_disk.pc-table__marker_index_1{background-color:var(--g-color-base-brand)}.pc-table__marker_type_disk.pc-table__marker_index_2{border:1px solid var(--g-color-text-hint)}.pc-table__marker_tick{color:var(--g-color-base-generic-medium)}.pc-table__marker_tick_check{color:var(--g-color-base-brand)}.pc-table__legend{display:flex;margin-top:20px;color:var(--g-color-text-secondary)}.pc-table__legend-item{display:flex;align-items:center}.pc-table__legend-item+.pc-table__legend-item{margin-left:32px}.pc-table__legent-item-text{margin-left:6px}@media (max-width:577px){.pc-table__cell{min-width:120px}.pc-table__cell:first-child{min-width:230px}}.pc-ToggleArrow{transition:transform .15s;stroke-width:2px}.pc-ToggleArrow_type_horizontal{transition:margin-left .3s cubic-bezier(.22,.61,.36,1);transform:rotate(-90deg)}.pc-ToggleArrow_open.pc-ToggleArrow_type_horizontal,.pc-ToggleArrow_type_vertical{transform:rotate(0deg)}.pc-ToggleArrow_open.pc-ToggleArrow_type_vertical{transform:rotate(180deg)}.pc-ToggleArrow_thin{stroke-width:1px}.pc-ToggleArrow_slow{transition-duration:.3s}.pc-unpublished-label{background-color:var(--g-color-base-danger-heavy)}.pc-unpublished-label_type_line{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);padding:15px}.pc-unpublished-label_type_label{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height);display:inline-block;padding:0 8px;border-radius:2px;height:20px;line-height:20px}.pc-title-item_size_l,.pc-title-item_size_m,.pc-title-item_size_s,.pc-title-item_size_xs{margin:0}.pc-title-item_justify_center{text-align:center}.pc-title-item_justify_end{text-align:right}.pc-title-item_size_xs{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-title-item_size_s,.pc-title-item_size_xs{color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight)}.pc-title-item_size_s{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);margin-top:32px}.pc-title-item_size_m{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:48px}@media (max-width:576px){.pc-title-item_size_m{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height)}}.pc-title-item_size_l{font-size:var(--g-text-display-4-font-size);line-height:var(--g-text-display-4-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);margin-top:96px}@media (max-width:577px){.pc-title-item_size_l{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height)}}.pc-title-item__arrow{margin-top:9px}.pc-title-item__arrow_size_xs{margin-top:6px}.pc-title-item__arrow_size_s{margin-top:4px}.pc-title-item__link{display:inline-block;margin:0;font:inherit;border:none;outline:none;background:none;cursor:pointer;color:inherit;text-decoration:none;padding:0 8px 0 0;border-radius:var(--g-focus-border-radius)}.pc-title-item__link:active,.pc-title-item__link:hover{--pc-text-header-color:inherit;color:inherit}.pc-title-item__link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-title-item__link:focus:not(:focus-visible){outline:0}.pc-title-item__link:hover{cursor:pointer}.pc-title-item__link:hover .pc-title-item__arrow{margin-left:10px}.pc-title-item__link:hover .pc-title-item__arrow_size_xs{margin-left:6px}.pc-title-item__link:hover .pc-title-item__arrow_size_s{margin-left:8px}.pc-title-item__text{white-space:normal}.pc-title-item__text a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-title-item__text a:focus{outline:2px solid #ffdb4d}.pc-title-item__text a:active,.pc-title-item__text a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-title-item__wrapper{white-space:nowrap}.pc-title-item_reset-margin{margin-top:0}@media (max-width:577px){.pc-title-item_size_l:not(.pc-title-item_reset-margin){margin-top:48px}.pc-title-item__arrow_size_l,.pc-title-item__arrow_size_m{margin-top:9px}}.pc-title__description{margin-top:12px}.pc-title__description .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-title__description_titleSize_s,.pc-title__description_titleSize_xs{margin-top:8px}.pc-title__description_titleSize_s .yfm,.pc-title__description_titleSize_xs .yfm{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-slider-block-arrow__button:hover{box-shadow:0 4px 24px var(--g-color-sfx-shadow),0 2px 8px var(--g-color-sfx-shadow);cursor:pointer}.pc-slider-block-arrow,.pc-slider-block-arrow__button,.pc-slider-block-arrow__icon-wrapper{display:flex;align-items:center;justify-content:center}.pc-slider-block-arrow{width:42px;height:42px;cursor:pointer}@media (max-width:576px){.pc-slider-block-arrow{display:none}}.pc-slider-block-arrow_type_left{margin-right:16px}.pc-slider-block-arrow_type_left .pc-slider-block-arrow__icon-wrapper{transform:rotate(180deg)}.pc-slider-block-arrow__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;width:42px;height:42px;color:var(--g-color-text-secondary);border-radius:100%;background-color:var(--g-color-base-background);box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow);transition:box-shadow .3s cubic-bezier(.22,.61,.36,1),color 1s cubic-bezier(.22,.61,.36,1)}.pc-slider-block-arrow__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-slider-block-arrow__button:focus:not(:focus-visible){outline:0}.pc-slider-block-arrow:hover .pc-slider-block-arrow__button{color:var(--g-color-text-primary);box-shadow:0 2px 12px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow)}.pc-slider-block-arrow__icon{position:relative}.pc-slick-origin.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.pc-slick-origin.slick-slider .slick-list,.pc-slick-origin.slick-slider .slick-track{transform:translateZ(0)}.pc-slick-origin .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.pc-slick-origin .slick-list:focus{outline:none}.pc-slick-origin .slick-list.dragging{cursor:hand}.pc-slick-origin .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.pc-slick-origin .slick-track:after,.pc-slick-origin .slick-track:before{content:"";display:table}.pc-slick-origin .slick-track:after{clear:both}.slick-loading .pc-slick-origin .slick-track{visibility:hidden}.pc-slick-origin .slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .pc-slick-origin .slick-slide{float:right}.pc-slick-origin .slick-slide img{display:block}.pc-slick-origin .slick-slide.slick-loading img{display:none}.pc-slick-origin .slick-slide.dragging img{pointer-events:none}.slick-initialized .pc-slick-origin .slick-slide{display:block}.slick-loading .pc-slick-origin .slick-slide{visibility:hidden}.slick-vertical .pc-slick-origin .slick-slide{display:block;height:auto;border:1px solid #0000}.pc-slick-origin.slick-initialized .slick-slide{display:block}.pc-slick-origin.slick-loading .slick-slide{visibility:hidden}.pc-slick-origin.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #0000}.pc-slick-origin .slick-arrow.slick-hidden{display:none}.pc-SliderBlock .slick-list{padding:24px 0 20px;margin:0 -8px}.pc-SliderBlock .slick-slide{padding:0 8px;box-sizing:border-box;flex-shrink:0}.pc-SliderBlock .slick-track{display:flex;min-width:100%}.pc-SliderBlock .slick-track .slick-slide{height:auto}.pc-SliderBlock .slick-track .slick-slide>div{display:flex;width:100%;height:100%}.pc-SliderBlock .slick-arrow{position:absolute;top:-42px;right:0;z-index:2}.pc-SliderBlock .slick-arrow.slick-prev{right:42px}.pc-SliderBlock__header_no-description{position:relative;top:-3px}.pc-SliderBlock__dots{display:flex;justify-content:center;width:100%}.pc-SliderBlock__dots-list{margin:0;padding:0;list-style:none;position:relative;display:inline-flex;justify-content:center}.pc-SliderBlock__dots-list li.pc-SliderBlock__accessible-bar,.pc-SliderBlock__dots-list li.pc-SliderBlock__bar,.pc-SliderBlock__dots-list li.pc-SliderBlock__dot{margin:calc(12px / 2) 8px;top:0}.pc-SliderBlock__dot{margin-top:12px;width:8px;height:8px;border-radius:100%;background-color:var(--g-color-line-generic-accent);cursor:pointer;transition:background-color 1s}.pc-SliderBlock__dot:hover{background-color:var(--g-color-line-generic-accent-hover)}.pc-SliderBlock__dot+.pc-SliderBlock__dot{margin-left:16px}.pc-SliderBlock__dot_active{background-color:var(--g-color-line-generic-active)}.pc-SliderBlock__accessible-bar,.pc-SliderBlock__bar{position:absolute;top:12px;left:0;width:24px;height:8px;border-radius:var(--pc-border-radius)}.pc-SliderBlock__bar{transition:left .3s;background-color:var(--pc-color-line-generic-active-solid)}.pc-SliderBlock_align-left .slick-track{width:inherit!important}.pc-SliderBlock_only-arrows{padding-top:42px}.pc-SliderBlock__footer{display:flex;position:relative}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer{position:absolute;top:0;left:0;color:var(--g-color-text-secondary)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}@media (min-width:769px){.pc-AnimateBlock .pc-SliderBlock__animate-slides .slick-slide,.pc-SliderBlock__animate-slides.pc-AnimateBlock .slick-slide{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide,.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(0),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(0){transition-delay:0s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:first-child,.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:first-child{transition-delay:.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(2),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(2){transition-delay:.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(3),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(3){transition-delay:.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(4),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(4){transition-delay:.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(5),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(5){transition-delay:.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(6),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(6){transition-delay:.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(7),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(7){transition-delay:.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(8),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(8){transition-delay:.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(9),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(9){transition-delay:.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(10),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(10){transition-delay:1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(11),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(11){transition-delay:1.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(12),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(12){transition-delay:1.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(13),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(13){transition-delay:1.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(14),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(14){transition-delay:1.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(15),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(15){transition-delay:1.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(16),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(16){transition-delay:1.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(17),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(17){transition-delay:1.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(18),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(18){transition-delay:1.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(19),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(19){transition-delay:1.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(20),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(20){transition-delay:2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(21),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(21){transition-delay:2.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(22),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(22){transition-delay:2.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(23),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(23){transition-delay:2.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(24),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(24){transition-delay:2.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(25),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(25){transition-delay:2.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(26),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(26){transition-delay:2.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(27),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(27){transition-delay:2.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(28),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(28){transition-delay:2.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(29),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(29){transition-delay:2.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(30),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(30){transition-delay:3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(31),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(31){transition-delay:3.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(32),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(32){transition-delay:3.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(33),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(33){transition-delay:3.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(34),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(34){transition-delay:3.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(35),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(35){transition-delay:3.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(36),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(36){transition-delay:3.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(37),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(37){transition-delay:3.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(38),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(38){transition-delay:3.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(39),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(39){transition-delay:3.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(40),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(40){transition-delay:4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(41),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(41){transition-delay:4.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(42),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(42){transition-delay:4.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(43),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(43){transition-delay:4.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(44),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(44){transition-delay:4.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(45),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(45){transition-delay:4.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(46),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(46){transition-delay:4.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(47),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(47){transition-delay:4.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(48),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(48){transition-delay:4.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(49),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(49){transition-delay:4.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(50),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(50){transition-delay:5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(51),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(51){transition-delay:5.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(52),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(52){transition-delay:5.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(53),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(53){transition-delay:5.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(54),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(54){transition-delay:5.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(55),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(55){transition-delay:5.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(56),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(56){transition-delay:5.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(57),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(57){transition-delay:5.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(58),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(58){transition-delay:5.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(59),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(59){transition-delay:5.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(60),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(60){transition-delay:6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(61),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(61){transition-delay:6.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(62),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(62){transition-delay:6.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(63),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(63){transition-delay:6.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(64),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(64){transition-delay:6.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(65),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(65){transition-delay:6.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(66),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(66){transition-delay:6.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(67),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(67){transition-delay:6.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(68),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(68){transition-delay:6.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(69),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(69){transition-delay:6.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(70),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(70){transition-delay:7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(71),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(71){transition-delay:7.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(72),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(72){transition-delay:7.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(73),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(73){transition-delay:7.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(74),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(74){transition-delay:7.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(75),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(75){transition-delay:7.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(76),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(76){transition-delay:7.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(77),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(77){transition-delay:7.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(78),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(78){transition-delay:7.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(79),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(79){transition-delay:7.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(80),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(80){transition-delay:8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(81),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(81){transition-delay:8.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(82),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(82){transition-delay:8.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(83),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(83){transition-delay:8.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(84),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(84){transition-delay:8.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(85),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(85){transition-delay:8.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(86),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(86){transition-delay:8.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(87),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(87){transition-delay:8.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(88),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(88){transition-delay:8.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(89),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(89){transition-delay:8.9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(90),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(90){transition-delay:9s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(91),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(91){transition-delay:9.1s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(92),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(92){transition-delay:9.2s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(93),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(93){transition-delay:9.3s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(94),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(94){transition-delay:9.4s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(95),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(95){transition-delay:9.5s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(96),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(96){transition-delay:9.6s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(97),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(97){transition-delay:9.7s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(98),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(98){transition-delay:9.8s}.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(99),.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(99){transition-delay:9.9s}}.pc-SliderBlock_type_media-card{padding:0}.pc-SliderBlock_type_media-card .slick-slide{width:100%}@media (max-width:577px){.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide) .slick-list{margin:0}.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide) .slick-slide:last-child{padding-right:10px}}.pc-SliderBlock_type_media-card .pc-SliderBlock__dots{position:absolute;bottom:24px;left:0;width:100%}.pc-SliderBlock_type_media-card:hover .slick-arrow{display:flex}.pc-SliderBlock_type_media-card .slick-arrow{display:none;width:64px;top:50%;transform:translateY(-50%)}.pc-SliderBlock_type_media-card .slick-prev{left:0}.pc-SliderBlock_type_media-card .slick-next{right:0}.pc-SliderBlock_type_media-card .slick-list{padding:0}@media (max-width:769px){.pc-SliderBlock_type_media-card:hover .slick-arrow{display:none}}.pc-SliderBlock_type_header-card{padding-top:0}.pc-SliderBlock_type_header-card .slick-slide{width:100%}@media (max-width:577px){.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide) .slick-list{margin:0}.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide:last-child{padding-right:10px}}.pc-SliderBlock_type_header-card .pc-SliderBlock__wrapper{position:relative}.pc-SliderBlock_type_header-card .pc-SliderBlock__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:100}.pc-SliderBlock_type_header-card .slick-arrow{top:50%;transform:translateY(-50%);right:16px}.pc-SliderBlock_type_header-card .slick-arrow.slick-prev{left:16px}.pc-SliderBlock_type_header-card .slick-arrow button{background-color:initial;box-shadow:none}.pc-SliderBlock_type_header-card .slick-arrow button:hover,.pc-SliderBlock_type_header-card .slick-arrow:hover button{box-shadow:none}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_light) .pc-slider-block-arrow__button{color:var(--g-color-text-dark-primary)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_light) .pc-SliderBlock__dot{background-color:var(--g-color-private-black-150)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_light) .pc-SliderBlock__dot_active{background-color:var(--g-color-private-black-300)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_dark) .pc-slider-block-arrow__button{color:var(--g-color-text-light-primary)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_dark) .pc-SliderBlock__dot{background-color:var(--g-color-private-white-150)}.pc-SliderBlock_type_header-card:has(.slick-active .pc-header-block_controls-view_dark) .pc-SliderBlock__dot_active{background-color:var(--g-color-private-white-300)}.pc-SliderBlock_type_header-card .slick-slide{padding:0}.pc-SliderBlock_type_header-card .slick-slide[aria-hidden=true]{animation:safari-fix 1s}.pc-SliderBlock_type_header-card .slick-list{padding:0;margin:0}.pc-SliderBlock_type_header-card .slick-arrow{width:68px;height:68px;right:0}.pc-SliderBlock_type_header-card .slick-arrow.slick-prev{left:0}@media (max-width:577px){.pc-SliderBlock_type_header-card .slick-arrow{display:none}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-list{margin-left:0}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-track{padding-left:0}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide{padding-right:0!important;padding-left:0!important}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide:last-child{padding-right:0}}@media (max-width:769px){.pc-SliderBlock__footer{display:block}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer{position:relative;width:100%;padding-bottom:20px}}@media (max-width:577px){.pc-SliderBlock:not(.pc-SliderBlock_one-slide){margin-left:-24px;padding-left:24px;width:calc(100% + 48px);overflow-x:auto}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-list{margin-left:-24px;margin-right:0}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-track{padding-left:16px}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide{padding:0 8px}}.pc-media-component-image__item{width:100%;display:flex;align-items:center}.pc-media-component-image__item_withVideo{display:none}.pc-Media{overflow:hidden}.pc-Media__youtube{border-radius:var(--pc-border-radius);overflow:hidden;display:flex;align-items:center}.pc-BackgroundMedia{position:absolute;top:0;left:0;width:100%}.pc-BackgroundMedia__media{margin:0 auto;max-width:1440px;text-align:center;height:100%}.pc-BackgroundMedia__media_full-width-media{max-width:none}.pc-BackgroundMedia__media_full-width-media .pc-BackgroundMedia__video video{height:100%;width:100%;object-fit:cover}.pc-BackgroundMedia__image{height:100%;width:100%}.pc-BackgroundMedia__video{position:relative;height:100%}.pc-BackgroundMedia__video video{position:absolute;top:0;left:50%;transform:translateX(-50%)}.pc-BackgroundMedia video,.pc-BackgroundMedia__video{width:auto}@media (max-width:769px){.pc-BackgroundMedia__image{display:block}.pc-BackgroundMedia__video{display:none}}@media (min-width:769px){.pc-AnimateBlock .pc-BackgroundMedia__image,.pc-BackgroundMedia.pc-AnimateBlock__image{position:relative;bottom:100px;opacity:0}.pc-AnimateBlock .pc-BackgroundMedia.animate .pc-BackgroundMedia__image,.pc-BackgroundMedia.pc-AnimateBlock.animate .pc-BackgroundMedia__image{bottom:0;opacity:1;transition:bottom 1.5s cubic-bezier(.25,.46,.45,.94),opacity 1.5s cubic-bezier(.25,.46,.45,.94)}.pc-AnimateBlock .pc-banner-block,.pc-banner-block.pc-AnimateBlock{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-banner-block.animate,.pc-banner-block.pc-AnimateBlock.animate{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94);transition-delay:0s}}.pc-companies-block{text-align:center}.pc-companies-block__images{margin-top:32px}.pc-companies-block__image{max-width:100%}@media (min-width:769px){.pc-AnimateBlock .pc-companies-block .pc-companies-block__images,.pc-companies-block.pc-AnimateBlock .pc-companies-block__images{opacity:0}.pc-AnimateBlock .pc-companies-block.animate .pc-companies-block__images,.pc-companies-block.pc-AnimateBlock.animate .pc-companies-block__images{opacity:1;transition:opacity .8s cubic-bezier(.25,.46,.45,.94);transition-delay:0s}}.pc-info-block__container{background-color:var(--g-color-base-brand);padding:96px 64px;border-radius:var(--pc-border-radius)}.pc-info-block__left,.pc-info-block__right{padding-right:96px;padding-bottom:16px}@media (max-width:1081px){.pc-info-block__left,.pc-info-block__right{padding-bottom:0}.pc-info-block__container{padding:96px 64px}}@media (max-width:769px){.pc-info-block__left{margin-bottom:48px}.pc-info-block__left,.pc-info-block__right{padding-right:0}}@media (max-width:577px){.pc-info-block__container{padding:64px 32px}}.pc-media-base-content{margin-right:64px;height:100%;align-items:center;display:flex}@media (max-width:769px){.pc-media-base-content{margin-right:0;padding-bottom:32px}}.pc-media-base__card img{width:100%}.pc-media-base__card .pc-map,.pc-media-base__card iframe,.pc-media-base__card img,.pc-media-base__card video,.pc-media-base__card_shadow{border-radius:var(--pc-border-radius)}.pc-media-base__card_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden}.pc-media-base__card_specialBorderRadius .pc-map,.pc-media-base__card_specialBorderRadius iframe,.pc-media-base__card_specialBorderRadius img,.pc-media-base__card_specialBorderRadius video{border-radius:calc(var(--pc-border-radius) - 1px)}.pc-media-base__row_reverse{flex-direction:row-reverse}.pc-media-base__row_reverse .pc-media-base__content>*{margin-right:0;margin-left:64px}.pc-media-base__header{margin-bottom:24px}@media (max-width:769px){.pc-media-base__row_reverse{flex-direction:row}.pc-media-base__row_reverse .pc-media-base__content>*{margin-left:0}.pc-media-base__row_mobile-reverse{flex-direction:column-reverse}.pc-media-base__row_mobile-reverse .pc-media-base__content>*{margin-top:32px;padding-bottom:0}}@media (min-width:769px){.pc-AnimateBlock .pc-media-base .pc-media-base__card,.pc-media-base.pc-AnimateBlock .pc-media-base__card{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-media-base.animate .pc-media-base__card,.pc-media-base.pc-AnimateBlock.animate .pc-media-base__card{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94);transition-delay:0s}}.pc-media-block_border_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-media-block_border_line{border-radius:var(--pc-border-radius);border:1px solid var(--g-color-line-generic)}.pc-media-block__image,.pc-media-block_border_none{border-radius:var(--pc-border-radius)}.g-spin{display:inline-block;backface-visibility:hidden;animation:g-spin 1s linear infinite}.g-spin__inner{box-sizing:border-box;height:100%;width:50%;margin-inline-start:50%;border:2px solid var(--g-color-line-brand);border-inline-start:none;border-start-end-radius:25px;border-end-end-radius:25px}.g-spin_size_xs{width:16px;height:16px}.g-spin_size_s{width:24px;height:24px}.g-spin_size_m{width:28px;height:28px}.g-spin_size_l{width:32px;height:32px}.g-spin_size_xl{width:36px;height:36px}@keyframes g-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pc-map{width:100%;height:300px;border:0;overflow:hidden;display:flex}.pc-map_hidden{opacity:0}.pc-map__spinner{margin:0 auto;align-self:center;position:absolute}.pc-map__wrapper{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.pc-map-block_border_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-map-block_border_line{border-radius:var(--pc-border-radius);border:1px solid var(--g-color-line-generic)}.pc-map-block_border_none{border-radius:var(--pc-border-radius)}.pc-ExtendedFeaturesBlock__item-title{margin:0}.pc-ExtendedFeaturesBlock__items{margin-top:-32px}.pc-ExtendedFeaturesBlock__header+.pc-ExtendedFeaturesBlock__items{margin-top:0}.pc-ExtendedFeaturesBlock__item{margin-top:32px}.pc-ExtendedFeaturesBlock__item.col{padding-right:32px}.pc-ExtendedFeaturesBlock__item-title{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);display:block;position:relative;margin-bottom:8px}.pc-ExtendedFeaturesBlock__item-title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-ExtendedFeaturesBlock__item-title a:focus{outline:2px solid #ffdb4d}.pc-ExtendedFeaturesBlock__item-title a:active,.pc-ExtendedFeaturesBlock__item-title a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-ExtendedFeaturesBlock__item-label{font-size:var(--g-text-caption-2-font-size);line-height:var(--g-text-caption-2-line-height);position:relative;top:-3px;height:16px;margin-left:8px;padding:1.5px 5px 2px;color:var(--g-color-base-background);background-color:var(--g-color-base-brand);border-radius:4px}.pc-ExtendedFeaturesBlock__item-link,.pc-ExtendedFeaturesBlock__item-text{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-ExtendedFeaturesBlock__item-text a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-ExtendedFeaturesBlock__item-text a:focus{outline:2px solid #ffdb4d}.pc-ExtendedFeaturesBlock__item-text a:active,.pc-ExtendedFeaturesBlock__item-text a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-ExtendedFeaturesBlock__item-link{margin-top:8px;color:var(--g-color-text-link)}.pc-ExtendedFeaturesBlock__icon{width:32px;height:32px;background-size:cover;display:block}.pc-ExtendedFeaturesBlock__icon-wrap{margin-bottom:12px}@media (max-width:577px){.pc-ExtendedFeaturesBlock__item{margin-top:32px}.pc-ExtendedFeaturesBlock__item.col{padding-right:8px}}@media (min-width:769px){.pc-AnimateBlock .pc-ExtendedFeaturesBlock .pc-ExtendedFeaturesBlock__item,.pc-ExtendedFeaturesBlock.pc-AnimateBlock .pc-ExtendedFeaturesBlock__item{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item,.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0){transition-delay:0s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:first-child,.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:first-child{transition-delay:.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2){transition-delay:.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3){transition-delay:.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4){transition-delay:.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5){transition-delay:.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6){transition-delay:.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7){transition-delay:.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8){transition-delay:.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9){transition-delay:.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(10),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(10){transition-delay:1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(11),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(11){transition-delay:1.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(12),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(12){transition-delay:1.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(13),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(13){transition-delay:1.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(14),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(14){transition-delay:1.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(15),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(15){transition-delay:1.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(16),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(16){transition-delay:1.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(17),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(17){transition-delay:1.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(18),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(18){transition-delay:1.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(19),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(19){transition-delay:1.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(20),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(20){transition-delay:2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(21),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(21){transition-delay:2.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(22),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(22){transition-delay:2.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(23),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(23){transition-delay:2.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(24),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(24){transition-delay:2.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(25),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(25){transition-delay:2.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(26),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(26){transition-delay:2.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(27),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(27){transition-delay:2.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(28),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(28){transition-delay:2.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(29),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(29){transition-delay:2.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(30),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(30){transition-delay:3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(31),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(31){transition-delay:3.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(32),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(32){transition-delay:3.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(33),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(33){transition-delay:3.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(34),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(34){transition-delay:3.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(35),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(35){transition-delay:3.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(36),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(36){transition-delay:3.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(37),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(37){transition-delay:3.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(38),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(38){transition-delay:3.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(39),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(39){transition-delay:3.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(40),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(40){transition-delay:4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(41),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(41){transition-delay:4.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(42),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(42){transition-delay:4.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(43),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(43){transition-delay:4.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(44),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(44){transition-delay:4.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(45),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(45){transition-delay:4.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(46),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(46){transition-delay:4.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(47),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(47){transition-delay:4.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(48),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(48){transition-delay:4.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(49),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(49){transition-delay:4.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(50),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(50){transition-delay:5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(51),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(51){transition-delay:5.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(52),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(52){transition-delay:5.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(53),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(53){transition-delay:5.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(54),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(54){transition-delay:5.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(55),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(55){transition-delay:5.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(56),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(56){transition-delay:5.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(57),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(57){transition-delay:5.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(58),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(58){transition-delay:5.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(59),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(59){transition-delay:5.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(60),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(60){transition-delay:6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(61),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(61){transition-delay:6.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(62),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(62){transition-delay:6.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(63),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(63){transition-delay:6.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(64),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(64){transition-delay:6.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(65),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(65){transition-delay:6.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(66),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(66){transition-delay:6.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(67),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(67){transition-delay:6.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(68),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(68){transition-delay:6.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(69),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(69){transition-delay:6.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(70),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(70){transition-delay:7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(71),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(71){transition-delay:7.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(72),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(72){transition-delay:7.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(73),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(73){transition-delay:7.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(74),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(74){transition-delay:7.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(75),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(75){transition-delay:7.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(76),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(76){transition-delay:7.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(77),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(77){transition-delay:7.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(78),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(78){transition-delay:7.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(79),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(79){transition-delay:7.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(80),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(80){transition-delay:8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(81),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(81){transition-delay:8.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(82),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(82){transition-delay:8.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(83),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(83){transition-delay:8.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(84),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(84){transition-delay:8.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(85),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(85){transition-delay:8.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(86),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(86){transition-delay:8.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(87),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(87){transition-delay:8.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(88),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(88){transition-delay:8.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(89),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(89){transition-delay:8.9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(90),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(90){transition-delay:9s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(91),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(91){transition-delay:9.1s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(92),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(92){transition-delay:9.2s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(93),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(93){transition-delay:9.3s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(94),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(94){transition-delay:9.4s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(95),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(95){transition-delay:9.5s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(96),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(96){transition-delay:9.6s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(97),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(97){transition-delay:9.7s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(98),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(98){transition-delay:9.8s}.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(99),.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(99){transition-delay:9.9s}}.pc-PromoFeaturesBlock__card-title{margin:0;font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight)}.pc-PromoFeaturesBlock__card-container{display:flex}.pc-PromoFeaturesBlock__card-container-column+.pc-PromoFeaturesBlock__card-container-column{margin-left:calc(8px * 2)}.pc-PromoFeaturesBlock__header{margin-bottom:32px}.pc-PromoFeaturesBlock__background{background-color:inherit}.pc-PromoFeaturesBlock__background_grey{background-color:var(--g-color-base-misc-light)}.pc-PromoFeaturesBlock_grey{padding:64px 0}.pc-PromoFeaturesBlock__card{color:inherit;text-decoration:none;display:flex;flex-direction:column;justify-content:center;border-radius:var(--pc-border-radius);overflow:hidden}.pc-PromoFeaturesBlock__card-info{padding:32px 32px 0}.pc-PromoFeaturesBlock__card-title{margin-bottom:8px}.pc-PromoFeaturesBlock__card-text{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-PromoFeaturesBlock__card+.pc-PromoFeaturesBlock__card,.pc-PromoFeaturesBlock__card-media{margin-top:16px}.pc-PromoFeaturesBlock__card_no-media .pc-PromoFeaturesBlock__card-info{padding:32px}.pc-PromoFeaturesBlock__card_light{background-color:var(--g-color-base-background)}.pc-PromoFeaturesBlock__card_default{background-color:var(--g-color-base-misc-light)}.pc-PromoFeaturesBlock__card_accent{background-color:var(--g-color-base-brand)}.pc-PromoFeaturesBlock__card_accent,.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-text>.yfm *,.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-title{color:var(--g-color-text-light-primary)}.pc-PromoFeaturesBlock__card_accent-light{background-color:var(--pc-color-base-copper)}.pc-PromoFeaturesBlock__card_primary{background-color:var(--pc-color-base-gold)}@media (min-width:769px){.pc-AnimateBlock .pc-PromoFeaturesBlock .pc-PromoFeaturesBlock__card-container-column,.pc-PromoFeaturesBlock.pc-AnimateBlock .pc-PromoFeaturesBlock__card-container-column{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column,.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0){transition-delay:0s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:first-child,.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:first-child{transition-delay:.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2){transition-delay:.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3){transition-delay:.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4){transition-delay:.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5){transition-delay:.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6){transition-delay:.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7){transition-delay:.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8){transition-delay:.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9){transition-delay:.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(10),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(10){transition-delay:1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(11),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(11){transition-delay:1.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(12),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(12){transition-delay:1.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(13),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(13){transition-delay:1.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(14),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(14){transition-delay:1.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(15),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(15){transition-delay:1.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(16),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(16){transition-delay:1.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(17),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(17){transition-delay:1.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(18),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(18){transition-delay:1.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(19),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(19){transition-delay:1.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(20),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(20){transition-delay:2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(21),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(21){transition-delay:2.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(22),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(22){transition-delay:2.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(23),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(23){transition-delay:2.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(24),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(24){transition-delay:2.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(25),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(25){transition-delay:2.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(26),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(26){transition-delay:2.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(27),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(27){transition-delay:2.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(28),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(28){transition-delay:2.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(29),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(29){transition-delay:2.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(30),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(30){transition-delay:3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(31),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(31){transition-delay:3.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(32),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(32){transition-delay:3.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(33),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(33){transition-delay:3.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(34),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(34){transition-delay:3.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(35),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(35){transition-delay:3.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(36),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(36){transition-delay:3.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(37),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(37){transition-delay:3.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(38),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(38){transition-delay:3.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(39),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(39){transition-delay:3.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(40),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(40){transition-delay:4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(41),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(41){transition-delay:4.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(42),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(42){transition-delay:4.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(43),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(43){transition-delay:4.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(44),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(44){transition-delay:4.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(45),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(45){transition-delay:4.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(46),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(46){transition-delay:4.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(47),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(47){transition-delay:4.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(48),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(48){transition-delay:4.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(49),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(49){transition-delay:4.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(50),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(50){transition-delay:5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(51),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(51){transition-delay:5.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(52),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(52){transition-delay:5.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(53),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(53){transition-delay:5.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(54),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(54){transition-delay:5.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(55),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(55){transition-delay:5.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(56),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(56){transition-delay:5.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(57),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(57){transition-delay:5.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(58),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(58){transition-delay:5.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(59),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(59){transition-delay:5.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(60),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(60){transition-delay:6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(61),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(61){transition-delay:6.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(62),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(62){transition-delay:6.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(63),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(63){transition-delay:6.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(64),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(64){transition-delay:6.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(65),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(65){transition-delay:6.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(66),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(66){transition-delay:6.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(67),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(67){transition-delay:6.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(68),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(68){transition-delay:6.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(69),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(69){transition-delay:6.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(70),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(70){transition-delay:7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(71),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(71){transition-delay:7.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(72),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(72){transition-delay:7.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(73),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(73){transition-delay:7.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(74),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(74){transition-delay:7.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(75),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(75){transition-delay:7.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(76),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(76){transition-delay:7.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(77),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(77){transition-delay:7.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(78),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(78){transition-delay:7.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(79),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(79){transition-delay:7.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(80),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(80){transition-delay:8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(81),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(81){transition-delay:8.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(82),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(82){transition-delay:8.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(83),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(83){transition-delay:8.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(84),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(84){transition-delay:8.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(85),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(85){transition-delay:8.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(86),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(86){transition-delay:8.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(87),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(87){transition-delay:8.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(88),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(88){transition-delay:8.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(89),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(89){transition-delay:8.9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(90),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(90){transition-delay:9s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(91),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(91){transition-delay:9.1s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(92),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(92){transition-delay:9.2s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(93),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(93){transition-delay:9.3s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(94),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(94){transition-delay:9.4s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(95),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(95){transition-delay:9.5s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(96),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(96){transition-delay:9.6s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(97),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(97){transition-delay:9.7s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(98),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(98){transition-delay:9.8s}.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(99),.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(99){transition-delay:9.9s}}.pc-QuestionsBlockItem{padding-bottom:32px;border-bottom:1px solid var(--g-color-line-generic)}.pc-QuestionsBlockItem+.pc-QuestionsBlockItem{padding-top:32px}.pc-QuestionsBlockItem__title{display:inline-block;margin:0;font:inherit;border:none;outline:none;color:inherit;background:none;font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);position:relative;display:block;width:100%;padding:0 24px 0 0;text-align:start;cursor:pointer;border-radius:var(--g-focus-border-radius)}.pc-QuestionsBlockItem__title:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-QuestionsBlockItem__title:focus:not(:focus-visible){outline:0}.pc-QuestionsBlockItem__title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-QuestionsBlockItem__title a:focus{outline:2px solid #ffdb4d}.pc-QuestionsBlockItem__title a:active,.pc-QuestionsBlockItem__title a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-QuestionsBlockItem__arrow{position:absolute;right:0;top:0;bottom:0;margin:auto;color:var(--g-color-text-primary)}.pc-QuestionsBlockItem__link{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-QuestionsBlockItem__link.pc-QuestionsBlockItem__link a{outline-offset:-2px;border-radius:calc(var(--g-focus-border-radius) + 2px);display:inline-block}.pc-QuestionsBlockItem__text{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);margin-top:12px}.pc-QuestionsBlock__title{top:calc(var(--header-height) + 32px);position:sticky;margin-bottom:32px;margin-right:64px}@media (max-width:769px){.pc-QuestionsBlock__title{margin-right:0}}.pc-table-block__title{margin:0;font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);top:calc(var(--header-height) + 0px);position:sticky;margin-right:32px}@media (max-width:576px){.pc-table-block__title{font-size:var(--g-text-display-1-font-size);line-height:var(--g-text-display-1-line-height)}}.pc-table-block__table{margin-top:0}@media (max-width:1081px){.pc-table-block__title{margin-right:0;padding-bottom:32px}}.pc-button-tabs__item.pc-button-tabs__item{margin-right:8px;margin-bottom:12px;--g-button-background-color:var(--pc-tab-item-background-color);--g-button-background-color-hover:var(--pc-tab-item-background-color-hover)}.pc-button-tabs__item.pc-button-tabs__item,.pc-button-tabs__item.pc-button-tabs__item:active,.pc-button-tabs__item.pc-button-tabs__item:focus,.pc-button-tabs__item.pc-button-tabs__item:hover,.pc-button-tabs__item.pc-button-tabs__item:link,.pc-button-tabs__item.pc-button-tabs__item:visited{color:var(--pc-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item_active{pointer-events:none;--g-button-background-color:var(--pc-selected-tab-item-background-color);--g-button-background-color-hover:var(--pc-selected-tab-item-background-color-hover)}.pc-button-tabs__item.pc-button-tabs__item_active,.pc-button-tabs__item.pc-button-tabs__item_active:active,.pc-button-tabs__item.pc-button-tabs__item_active:focus,.pc-button-tabs__item.pc-button-tabs__item_active:hover,.pc-button-tabs__item.pc-button-tabs__item_active:link,.pc-button-tabs__item.pc-button-tabs__item_active:visited{color:var(--pc-selected-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item_active:focus:before{outline-offset:1px}.pc-tabs-block-text-content{display:flex;flex-direction:column}.pc-tabs-block-text-content_centered{margin:0 auto}.pc-tabs-block-text-content__wrapper{margin:24px 0 0 32px}.pc-tabs-block-text-content__wrapper_reverse{margin:24px 32px 0 0}.pc-tabs-block-text-content__wrapper_no-image{margin:0}@media (max-width:769px){.pc-tabs-block-text-content__wrapper{margin:0 0 32px}.pc-tabs-block-text-content__wrapper_reverse{margin-top:32px;padding-bottom:0}}.pc-tabs-block__title{margin-bottom:24px}.pc-tabs-block__title_centered{text-align:center}.pc-tabs-block__title_centered>*{margin:0 auto}.pc-tabs-block__tabs{margin-bottom:20px;display:flex;flex-wrap:wrap;justify-content:flex-start}.pc-tabs-block__tabs_centered{justify-content:center}@media (max-width:769px){.pc-tabs-block__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;margin-left:-48px;margin-right:-48px;padding-left:48px;padding-right:40px}}@media (max-width:577px){.pc-tabs-block__tabs{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:16px}}.pc-tabs-block__row_reverse{flex-direction:row-reverse}.pc-tabs-block__image{width:100%;height:auto;object-fit:cover;display:block}.pc-tabs-block__image_border_shadow,.pc-tabs-block__media_border_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-tabs-block__image_border_line,.pc-tabs-block__media_border_line{border-radius:var(--pc-border-radius);border:1px solid var(--g-color-line-generic)}.pc-tabs-block__image_border_none,.pc-tabs-block__media_border_none{border-radius:var(--pc-border-radius)}.pc-tabs-block__caption{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height);margin:12px 0 0}.pc-tabs-block__caption.pc-tabs-block__caption .yfm,.pc-tabs-block__caption.pc-tabs-block__caption .yfm>*{color:var(--g-color-text-secondary)}.pc-tabs-block__caption.pc-tabs-block__caption .yfm a{color:var(--g-color-text-secondary);text-decoration:underline}.pc-tabs-block__caption.pc-tabs-block__caption .yfm a:hover{color:var(--g-color-text-primary)}.pc-tabs-block__col_centered{margin:0 auto}@media (max-width:769px){.pc-tabs-block__row_reverse{flex-direction:column-reverse}}@media (min-width:769px){.pc-AnimateBlock .pc-tabs-block .pc-tabs-block__media,.pc-tabs-block.pc-AnimateBlock .pc-tabs-block__media{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-tabs-block.animate .pc-tabs-block__media,.pc-tabs-block.pc-AnimateBlock.animate .pc-tabs-block__media{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94);transition-delay:0s}.pc-AnimateBlock .pc-tabs-block .pc-tabs-block__image,.pc-tabs-block.pc-AnimateBlock .pc-tabs-block__image{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-tabs-block.animate .pc-tabs-block__image,.pc-tabs-block.pc-AnimateBlock.animate .pc-tabs-block__image{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94);transition-delay:0s}}.pc-header-block__title{margin:0}.pc-header-block{position:relative}.pc-header-block_full-width{--pc-border-radius:0;padding:16px 0;margin:0 0 16px}.pc-header-block__content-wrapper{margin:0 8px;height:100%}.pc-header-block__content{position:relative;height:100%}.pc-header-block__content_theme_dark{--g-color-line-focus:var(--pc-color-line-focus-dark)}.pc-header-block__content_theme_dark .pc-header-block__description .yfm,.pc-header-block__content_theme_dark .pc-header-block__overtitle,.pc-header-block__content_theme_dark .pc-header-block__title{color:var(--g-color-text-light-primary)}.pc-header-block__content_vertical-offset{margin:16px 0}.pc-header-block__content_vertical-offset_s{padding:64px 0}.pc-header-block__content_vertical-offset_m{padding:96px 0}.pc-header-block__content_vertical-offset_l{padding:128px 0}.pc-header-block__content_vertical-offset_xl{padding:160px 0}.pc-header-block__content_offset_large{padding:calc(128px - 16px) 0 16px}.pc-header-block__content-inner,.pc-header-block__content-outer{position:relative;z-index:10}.pc-header-block__content-inner_centered{margin-inline:auto;text-align:center}.pc-header-block__title{font-size:var(--g-text-display-4-font-size);line-height:var(--g-text-display-4-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);position:relative}@media (max-width:577px){.pc-header-block__title{font-size:var(--g-text-display-2-font-size);line-height:var(--g-text-display-2-line-height)}}.pc-header-block__title a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-header-block__title a:focus{outline:2px solid #ffdb4d}.pc-header-block__title a:active,.pc-header-block__title a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-header-block__description{margin-top:16px}.pc-header-block__description .yfm{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--g-color-text-primary)}.pc-header-block__button.pc-header-block__button,.pc-header-block__buttons{margin-top:16px}.pc-header-block__button.pc-header-block__button:not(:last-child){margin-right:16px}.pc-header-block__media{position:absolute;display:none;top:16px;right:0;width:50%;height:calc(100% - 2 * 16px);overflow:hidden;object-fit:cover;border-radius:var(--pc-border-radius)}.pc-header-block__media_s{width:32%}.pc-header-block__video{height:100%}.pc-header-block__image,.pc-header-block__video>video{border-radius:var(--pc-border-radius);width:100%;height:100%;object-fit:cover}.pc-header-block__breadcrumbs{position:absolute;top:16px;z-index:11}.pc-header-block__background-media{height:100%}.pc-header-block__background-media>div{height:100%;width:100%}.pc-header-block__background-media>div:not(.pc-header-block__video){position:absolute}.pc-header-block__background,.pc-header-block__background.pc-header-block__background_media{position:absolute;top:0;overflow:hidden;z-index:5;width:1440px;max-width:100%;left:50%;transform:translateX(-50%);height:100%;border-radius:var(--pc-border-radius)}.pc-header-block__background.pc-header-block__background_full-width-media,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media{width:100%}.pc-header-block__background.pc-header-block__background_full-width-media>div,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media>div{max-width:none}.pc-header-block__background.pc-header-block__background_full-width-media video,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media video{height:100%;width:100%;object-fit:cover}.pc-header-block__background_full-width{left:0;transform:none;max-width:none;width:100%;background-color:var(--g-color-base-background)}.pc-header-block__overtitle{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);margin-bottom:8px}.pc-header-block__overtitle a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-header-block__overtitle a:focus{outline:2px solid #ffdb4d}.pc-header-block__overtitle a:active,.pc-header-block__overtitle a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.pc-header-block_media-view_fit .pc-header-block__image,.pc-header-block_media-view_fit .pc-header-block__video>video{object-fit:contain;height:auto;width:auto;max-height:100%;max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1440px){.pc-header-block__background,.pc-header-block__background.pc-header-block__background_media{left:0;transform:none}}@media (max-width:769px){.pc-header-block_has-media .pc-header-block__content{padding-top:48px}.pc-header-block .pc-header-block__content_vertical-offset_l,.pc-header-block .pc-header-block__content_vertical-offset_m,.pc-header-block .pc-header-block__content_vertical-offset_s,.pc-header-block .pc-header-block__content_vertical-offset_xl{padding:calc(96px - 16px) 0}.pc-header-block .pc-header-block__content_offset_large{padding:calc(96px - 16px) 0 16px;margin-bottom:-32px}}@media (min-width:769px){.pc-header-block__media{display:block}.pc-header-block_has-media .pc-header-block__content-inner{padding-right:48px}}.pc-icons-block{display:flex;flex-wrap:wrap;justify-content:center;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-icons-block_size_s .pc-icons-block__item{width:96px}.pc-icons-block_size_m .pc-icons-block__item{width:128px}.pc-icons-block_size_l .pc-icons-block__item{width:160px}.pc-icons-block__header{width:100%;padding-bottom:24px;text-align:center;display:flex;flex-direction:column;align-items:center;height:max-content}.pc-icons-block__text{margin:8px 0 0;text-align:center}.pc-icons-block__item{color:inherit;text-decoration:none;margin:0 8px 24px}.pc-icons-block a.pc-icons-block__item{border-radius:var(--g-focus-border-radius)}.pc-icons-block a.pc-icons-block__item:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-icons-block a.pc-icons-block__item:focus:not(:focus-visible){outline:0}.pc-icons-block__image{max-width:100%;margin:0 auto;display:block}@media (max-width:576px){.pc-icons-block__item{max-width:calc(50% - 8px * 2)}}.pc-header-slider-block__item{display:block;height:100%;overflow:hidden;transform:translateZ(0)}.pc-header-slider-block__item-content{height:inherit;overflow:hidden}.pc-header-slider-block__item-content.pc-header-slider-block__item-content{margin:0 0 16px}.pc-header-slider-block__item-content .pc-header-block__content{padding:115px 0;display:flex;align-items:center}.pc-header-slider-block__item-content .container-fluid,.pc-header-slider-block__item-content .container-fluid .row,.pc-header-slider-block__item-content .pc-Grid{height:inherit}.pc-header-slider-block__item-content .pc-header-block__media{padding-bottom:48px;padding-top:16px}@media (max-width:1410px) and (min-width:577px){.pc-header-slider-block__item-content .pc-header-block__content{padding-left:32px;padding-right:32px}}@media (max-width:769px){.pc-header-slider-block.pc-SliderBlock{margin-left:-8px;padding-left:0;width:calc(100% + 8px)}}@media (max-width:577px){.pc-header-slider-block__item-content .pc-header-block__content{padding-left:0;padding-right:0}.pc-header-slider-block__item-content .pc-header-block__container-fluid{padding-left:24px}.pc-header-slider-block .slick-track .slick-slide{max-width:100%}}.pc-card-layout-block__image_border_shadow{box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow)}.pc-card-layout-block__item{margin-top:24px}.pc-card-layout-block__content{position:relative}.pc-card-layout-block__content_with-background{padding:8px 32px 48px;margin-top:24px}.pc-card-layout-block__image{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:32px}.pc-card-layout-block__image img{object-fit:cover;object-position:left}.pc-card-layout-block__image_border_line{border:1px solid var(--g-color-line-generic)}@media (min-width:769px){.pc-AnimateBlock .pc-card-layout-block .pc-card-layout-block__item,.pc-card-layout-block.pc-AnimateBlock .pc-card-layout-block__item{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item,.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(0),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(0){transition-delay:0s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:first-child,.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:first-child{transition-delay:.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(2),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(2){transition-delay:.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(3),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(3){transition-delay:.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(4),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(4){transition-delay:.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(5),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(5){transition-delay:.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(6),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(6){transition-delay:.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(7),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(7){transition-delay:.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(8),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(8){transition-delay:.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(9),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(9){transition-delay:.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(10),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(10){transition-delay:1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(11),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(11){transition-delay:1.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(12),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(12){transition-delay:1.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(13),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(13){transition-delay:1.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(14),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(14){transition-delay:1.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(15),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(15){transition-delay:1.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(16),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(16){transition-delay:1.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(17),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(17){transition-delay:1.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(18),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(18){transition-delay:1.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(19),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(19){transition-delay:1.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(20),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(20){transition-delay:2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(21),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(21){transition-delay:2.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(22),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(22){transition-delay:2.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(23),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(23){transition-delay:2.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(24),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(24){transition-delay:2.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(25),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(25){transition-delay:2.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(26),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(26){transition-delay:2.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(27),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(27){transition-delay:2.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(28),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(28){transition-delay:2.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(29),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(29){transition-delay:2.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(30),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(30){transition-delay:3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(31),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(31){transition-delay:3.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(32),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(32){transition-delay:3.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(33),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(33){transition-delay:3.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(34),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(34){transition-delay:3.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(35),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(35){transition-delay:3.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(36),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(36){transition-delay:3.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(37),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(37){transition-delay:3.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(38),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(38){transition-delay:3.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(39),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(39){transition-delay:3.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(40),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(40){transition-delay:4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(41),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(41){transition-delay:4.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(42),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(42){transition-delay:4.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(43),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(43){transition-delay:4.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(44),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(44){transition-delay:4.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(45),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(45){transition-delay:4.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(46),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(46){transition-delay:4.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(47),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(47){transition-delay:4.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(48),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(48){transition-delay:4.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(49),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(49){transition-delay:4.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(50),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(50){transition-delay:5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(51),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(51){transition-delay:5.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(52),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(52){transition-delay:5.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(53),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(53){transition-delay:5.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(54),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(54){transition-delay:5.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(55),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(55){transition-delay:5.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(56),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(56){transition-delay:5.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(57),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(57){transition-delay:5.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(58),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(58){transition-delay:5.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(59),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(59){transition-delay:5.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(60),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(60){transition-delay:6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(61),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(61){transition-delay:6.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(62),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(62){transition-delay:6.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(63),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(63){transition-delay:6.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(64),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(64){transition-delay:6.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(65),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(65){transition-delay:6.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(66),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(66){transition-delay:6.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(67),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(67){transition-delay:6.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(68),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(68){transition-delay:6.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(69),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(69){transition-delay:6.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(70),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(70){transition-delay:7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(71),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(71){transition-delay:7.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(72),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(72){transition-delay:7.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(73),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(73){transition-delay:7.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(74),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(74){transition-delay:7.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(75),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(75){transition-delay:7.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(76),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(76){transition-delay:7.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(77),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(77){transition-delay:7.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(78),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(78){transition-delay:7.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(79),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(79){transition-delay:7.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(80),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(80){transition-delay:8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(81),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(81){transition-delay:8.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(82),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(82){transition-delay:8.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(83),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(83){transition-delay:8.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(84),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(84){transition-delay:8.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(85),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(85){transition-delay:8.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(86),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(86){transition-delay:8.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(87),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(87){transition-delay:8.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(88),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(88){transition-delay:8.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(89),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(89){transition-delay:8.9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(90),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(90){transition-delay:9s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(91),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(91){transition-delay:9.1s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(92),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(92){transition-delay:9.2s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(93),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(93){transition-delay:9.3s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(94),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(94){transition-delay:9.4s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(95),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(95){transition-delay:9.5s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(96),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(96){transition-delay:9.6s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(97),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(97){transition-delay:9.7s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(98),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(98){transition-delay:9.8s}.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(99),.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(99){transition-delay:9.9s}}.pc-content-layout-block__files_size_l,.pc-content-layout-block__files_size_s{margin:0}.pc-content-layout-block{position:relative}.pc-content-layout-block__content,.pc-content-layout-block__files{z-index:10;position:relative}.pc-content-layout-block__files{margin-top:24px}.pc-content-layout-block__files_size_s{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-content-layout-block__files_size_l{font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height)}.pc-content-layout-block__files_centered{margin-left:auto;margin-right:auto}.pc-content-layout-block__files a{text-decoration:none}.pc-content-layout-block__file{margin-bottom:12px}.pc-content-layout-block__file:last-child{margin-bottom:0}.pc-content-layout-block__background{position:absolute;top:0;left:0;width:100%;height:100%}.pc-content-layout-block__background-item{height:100%;border-radius:var(--pc-border-radius)}.pc-content-layout-block_background{padding:64px}.pc-content-layout-block_theme_dark{--g-color-line-focus:var(--pc-color-line-focus-dark)}@media (max-width:577px){.pc-content-layout-block_background{padding:32px}}.pc-share-block__title{margin:0;font-size:var(--g-text-body-3-font-size);line-height:var(--g-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);text-align:center;font-weight:400}.pc-share-block__items{display:flex;justify-content:center;margin-top:16px}.pc-share-block__item.pc-share-block__item{display:flex;justify-content:center;align-items:center;width:48px!important;height:48px;border-radius:100%!important}.pc-share-block__item.pc-share-block__item_type_vk{background-color:var(--pc-color-vk)}.pc-share-block__item.pc-share-block__item_type_facebook{background-color:var(--pc-color-facebook)}.pc-share-block__item.pc-share-block__item_type_twitter{background-color:var(--pc-color-twitter)}.pc-share-block__item.pc-share-block__item_type_telegram{background-color:var(--pc-color-telegram)}.pc-share-block__item.pc-share-block__item_type_linkedin{background-color:var(--pc-color-linkedin)}.pc-share-block__item.pc-share-block__item.pc-share-block__item.pc-share-block__item:before{border-radius:100%}.pc-share-block__item.pc-share-block__item:hover:before{background-color:var(--g-color-base-generic)!important;border-radius:100%}.pc-share-block__item.pc-share-block__item+.pc-share-block__item.pc-share-block__item{margin-left:12px}.pc-share-block__item.pc-share-block__item svg{color:var(--g-color-base-background)}@media (max-width:577px){.pc-share-block__items{flex-wrap:wrap}}.pc-filter-block{--pc-first-block-indent:0;--pc-first-block-mobile-indent:0}.pc-filter-block__title{margin-bottom:24px}.pc-filter-block__title_centered{text-align:center}.pc-filter-block__title_centered>*{margin:0 auto}.pc-filter-block__tabs{margin-bottom:0;display:flex;flex-wrap:wrap;justify-content:flex-start}.pc-filter-block__tabs_centered{justify-content:center}@media (max-width:769px){.pc-filter-block__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;margin-left:-48px;margin-right:-48px;padding-left:48px;padding-right:40px}}@media (max-width:577px){.pc-filter-block__tabs{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:16px}}.row .pc-filter-block__block-container.row{margin:0}.pc-filter-block__cards-container{width:100%}.pc-form-block{border-radius:32px;position:relative}.pc-form-block__title{margin:0 0 24px 10px}.pc-form-block__title_mobile{margin-left:4px}.pc-form-block__full-form{background-color:var(--g-color-base-background);padding:48px 64px 48px calc(64px - 10px);border-radius:var(--pc-border-radius)}.pc-form-block__media{position:absolute;inset:0;border-radius:32px}.pc-form-block__image{height:100%;width:100%;object-fit:cover;object-position:top}.pc-form-block__row_direction_form-content{flex-direction:row-reverse}.pc-form-block__row_direction_center{flex-direction:column}.pc-form-block__row_direction_center .pc-form-block__content-wrapper{margin-bottom:32px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__full-form{box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow)}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper{padding:48px 0 64px 64px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper{padding:48px 64px 64px 0}.pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__form-wrapper{padding:16px 0 24px 16px}.pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__form-wrapper{padding:16px 16px 24px 0}.pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper{padding:64px}.pc-form-block_with-background .pc-form-block__row_direction_center{padding-top:64px;padding-bottom:48px}@media (min-width:1081px){.pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__content-col,.pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__content-col{flex:1 0}.pc-form-block_form-type_yandex .pc-form-block__row_direction_center .pc-form-block__form,.pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__form,.pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__form{min-width:475px}.pc-form-block_form-type_yandex .pc-form-block__row_direction_center .pc-form-block__form-col,.pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__form-col,.pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__form-col{max-width:none;width:-moz-fit-content;width:fit-content}}@media (max-width:1081px) and (min-width:769px){.pc-form-block__row{flex-direction:column}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper{max-width:609px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__center,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__center,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper{margin:0 auto;padding-right:0;padding-left:0}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper{padding-top:0}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper{text-align:center;padding-bottom:32px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper{padding:0 0 32px}}@media (max-width:769px){.pc-form-block__full-form{padding:32px}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,.pc-form-block_with-background .pc-form-block__row,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper{padding:0}.pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper{padding-bottom:32px;margin-bottom:0}.pc-form-block_with-background{padding:0 8px}.pc-form-block_with-background .pc-form-block__row{padding-top:32px;padding-bottom:32px}.pc-form-block_with-background .pc-form-block__row_direction_center .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper,.pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper{padding-right:16px;padding-left:16px}.pc-form-block_with-background .pc-form-block__row_direction_content-form,.pc-form-block_with-background .pc-form-block__row_direction_form-content{padding-top:32px}}.pc-slider-new-block-arrow__button:hover{box-shadow:0 4px 24px var(--g-color-sfx-shadow),0 2px 8px var(--g-color-sfx-shadow);cursor:pointer}.pc-slider-new-block-arrow,.pc-slider-new-block-arrow__button,.pc-slider-new-block-arrow__icon-wrapper{display:flex;align-items:center;justify-content:center}.pc-slider-new-block-arrow{width:42px;height:42px;cursor:pointer}@media (max-width:576px){.pc-slider-new-block-arrow{display:none}}.pc-slider-new-block-arrow_type_left .pc-slider-new-block-arrow__icon-wrapper{transform:rotate(180deg)}.pc-slider-new-block-arrow__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;width:42px;height:42px;color:var(--g-color-text-secondary);border-radius:100%;background-color:var(--g-color-base-background);box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow);transition:box-shadow .3s cubic-bezier(.22,.61,.36,1),color .3s cubic-bezier(.22,.61,.36,1)}.pc-slider-new-block-arrow__button:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-slider-new-block-arrow__button:focus:not(:focus-visible){outline:0}.pc-slider-new-block-arrow:hover .pc-slider-new-block-arrow__button{color:var(--g-color-text-primary);box-shadow:0 2px 12px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow)}.pc-SliderNewBlock,.pc-slider-new-block-arrow__icon{position:relative}.pc-SliderNewBlock__slider.pc-SliderNewBlock__slider{padding:24px 0 48px;margin:0 -8px}.pc-SliderNewBlock_without-dots .pc-SliderNewBlock__slider{padding-bottom:20px}.pc-SliderNewBlock__slide.swiper-slide{padding:0 8px;box-sizing:border-box;height:auto}@keyframes safari-fix{0%{transform:translateX(.001px)}to{transform:translateX(0)}}.pc-SliderNewBlock__slide.swiper-slide.swiper-slide-visible{animation:safari-fix .3s}.pc-SliderNewBlock .pc-SliderNewBlock__slide-item{width:100%;height:100%}.pc-SliderNewBlock__arrow{position:absolute;top:-2px;right:0;z-index:2}.pc-SliderNewBlock__arrow_prev{right:42px;margin-right:16px}.pc-SliderNewBlock__header_no-description{position:relative;top:-3px}.pc-SliderNewBlock__dot{width:8px;height:8px;border-radius:50%;background-color:var(--g-color-line-generic-accent);cursor:pointer;display:inline-block}.pc-SliderNewBlock__dot:hover{background-color:var(--g-color-line-generic-accent-hover)}.pc-SliderNewBlock__dot+.pc-SliderNewBlock__dot{margin-left:16px}.pc-SliderNewBlock__dot_active{opacity:1;background-color:var(--g-color-line-generic-active)}.pc-SliderNewBlock_only-arrows{padding-top:42px}.pc-SliderNewBlock__footer{display:flex;position:relative}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer{position:absolute;top:0;left:0;color:var(--g-color-text-secondary)}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer_size_l{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height)}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer_size_m{font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer_size_s{font-size:var(--g-text-body-1-font-size);line-height:var(--g-text-body-1-line-height)}@media (min-width:769px){.pc-AnimateBlock .pc-SliderNewBlock__animate-slides .pc-SliderNewBlock__slide,.pc-SliderNewBlock__animate-slides.pc-AnimateBlock .pc-SliderNewBlock__slide{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide,.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(0),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(0){transition-delay:0s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:first-child,.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:first-child{transition-delay:.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(2),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(2){transition-delay:.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(3),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(3){transition-delay:.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(4),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(4){transition-delay:.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(5),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(5){transition-delay:.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(6),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(6){transition-delay:.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(7),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(7){transition-delay:.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(8),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(8){transition-delay:.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(9),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(9){transition-delay:.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(10),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(10){transition-delay:1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(11),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(11){transition-delay:1.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(12),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(12){transition-delay:1.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(13),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(13){transition-delay:1.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(14),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(14){transition-delay:1.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(15),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(15){transition-delay:1.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(16),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(16){transition-delay:1.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(17),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(17){transition-delay:1.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(18),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(18){transition-delay:1.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(19),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(19){transition-delay:1.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(20),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(20){transition-delay:2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(21),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(21){transition-delay:2.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(22),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(22){transition-delay:2.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(23),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(23){transition-delay:2.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(24),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(24){transition-delay:2.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(25),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(25){transition-delay:2.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(26),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(26){transition-delay:2.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(27),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(27){transition-delay:2.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(28),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(28){transition-delay:2.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(29),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(29){transition-delay:2.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(30),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(30){transition-delay:3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(31),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(31){transition-delay:3.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(32),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(32){transition-delay:3.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(33),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(33){transition-delay:3.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(34),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(34){transition-delay:3.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(35),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(35){transition-delay:3.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(36),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(36){transition-delay:3.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(37),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(37){transition-delay:3.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(38),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(38){transition-delay:3.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(39),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(39){transition-delay:3.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(40),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(40){transition-delay:4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(41),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(41){transition-delay:4.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(42),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(42){transition-delay:4.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(43),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(43){transition-delay:4.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(44),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(44){transition-delay:4.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(45),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(45){transition-delay:4.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(46),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(46){transition-delay:4.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(47),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(47){transition-delay:4.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(48),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(48){transition-delay:4.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(49),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(49){transition-delay:4.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(50),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(50){transition-delay:5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(51),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(51){transition-delay:5.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(52),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(52){transition-delay:5.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(53),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(53){transition-delay:5.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(54),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(54){transition-delay:5.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(55),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(55){transition-delay:5.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(56),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(56){transition-delay:5.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(57),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(57){transition-delay:5.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(58),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(58){transition-delay:5.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(59),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(59){transition-delay:5.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(60),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(60){transition-delay:6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(61),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(61){transition-delay:6.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(62),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(62){transition-delay:6.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(63),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(63){transition-delay:6.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(64),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(64){transition-delay:6.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(65),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(65){transition-delay:6.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(66),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(66){transition-delay:6.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(67),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(67){transition-delay:6.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(68),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(68){transition-delay:6.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(69),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(69){transition-delay:6.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(70),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(70){transition-delay:7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(71),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(71){transition-delay:7.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(72),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(72){transition-delay:7.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(73),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(73){transition-delay:7.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(74),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(74){transition-delay:7.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(75),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(75){transition-delay:7.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(76),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(76){transition-delay:7.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(77),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(77){transition-delay:7.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(78),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(78){transition-delay:7.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(79),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(79){transition-delay:7.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(80),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(80){transition-delay:8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(81),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(81){transition-delay:8.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(82),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(82){transition-delay:8.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(83),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(83){transition-delay:8.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(84),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(84){transition-delay:8.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(85),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(85){transition-delay:8.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(86),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(86){transition-delay:8.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(87),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(87){transition-delay:8.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(88),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(88){transition-delay:8.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(89),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(89){transition-delay:8.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(90),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(90){transition-delay:9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(91),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(91){transition-delay:9.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(92),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(92){transition-delay:9.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(93),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(93){transition-delay:9.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(94),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(94){transition-delay:9.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(95),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(95){transition-delay:9.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(96),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(96){transition-delay:9.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(97),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(97){transition-delay:9.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(98),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(98){transition-delay:9.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__slide:nth-child(99),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__slide:nth-child(99){transition-delay:9.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides .pc-SliderNewBlock__dot,.pc-SliderNewBlock__animate-slides.pc-AnimateBlock .pc-SliderNewBlock__dot{position:relative;top:100px;opacity:0}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot,.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot{top:0;opacity:1;transition:top .8s cubic-bezier(.25,.46,.45,.94),opacity .8s cubic-bezier(.25,.46,.45,.94)}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(0),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(0){transition-delay:0s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:first-child,.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:first-child{transition-delay:.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(2),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(2){transition-delay:.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(3),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(3){transition-delay:.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(4),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(4){transition-delay:.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(5),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(5){transition-delay:.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(6),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(6){transition-delay:.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(7),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(7){transition-delay:.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(8),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(8){transition-delay:.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(9),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(9){transition-delay:.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(10),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(10){transition-delay:1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(11),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(11){transition-delay:1.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(12),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(12){transition-delay:1.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(13),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(13){transition-delay:1.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(14),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(14){transition-delay:1.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(15),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(15){transition-delay:1.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(16),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(16){transition-delay:1.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(17),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(17){transition-delay:1.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(18),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(18){transition-delay:1.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(19),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(19){transition-delay:1.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(20),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(20){transition-delay:2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(21),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(21){transition-delay:2.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(22),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(22){transition-delay:2.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(23),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(23){transition-delay:2.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(24),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(24){transition-delay:2.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(25),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(25){transition-delay:2.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(26),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(26){transition-delay:2.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(27),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(27){transition-delay:2.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(28),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(28){transition-delay:2.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(29),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(29){transition-delay:2.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(30),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(30){transition-delay:3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(31),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(31){transition-delay:3.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(32),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(32){transition-delay:3.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(33),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(33){transition-delay:3.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(34),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(34){transition-delay:3.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(35),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(35){transition-delay:3.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(36),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(36){transition-delay:3.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(37),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(37){transition-delay:3.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(38),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(38){transition-delay:3.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(39),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(39){transition-delay:3.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(40),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(40){transition-delay:4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(41),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(41){transition-delay:4.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(42),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(42){transition-delay:4.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(43),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(43){transition-delay:4.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(44),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(44){transition-delay:4.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(45),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(45){transition-delay:4.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(46),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(46){transition-delay:4.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(47),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(47){transition-delay:4.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(48),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(48){transition-delay:4.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(49),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(49){transition-delay:4.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(50),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(50){transition-delay:5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(51),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(51){transition-delay:5.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(52),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(52){transition-delay:5.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(53),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(53){transition-delay:5.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(54),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(54){transition-delay:5.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(55),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(55){transition-delay:5.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(56),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(56){transition-delay:5.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(57),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(57){transition-delay:5.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(58),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(58){transition-delay:5.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(59),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(59){transition-delay:5.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(60),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(60){transition-delay:6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(61),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(61){transition-delay:6.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(62),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(62){transition-delay:6.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(63),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(63){transition-delay:6.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(64),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(64){transition-delay:6.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(65),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(65){transition-delay:6.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(66),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(66){transition-delay:6.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(67),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(67){transition-delay:6.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(68),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(68){transition-delay:6.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(69),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(69){transition-delay:6.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(70),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(70){transition-delay:7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(71),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(71){transition-delay:7.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(72),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(72){transition-delay:7.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(73),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(73){transition-delay:7.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(74),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(74){transition-delay:7.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(75),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(75){transition-delay:7.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(76),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(76){transition-delay:7.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(77),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(77){transition-delay:7.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(78),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(78){transition-delay:7.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(79),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(79){transition-delay:7.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(80),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(80){transition-delay:8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(81),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(81){transition-delay:8.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(82),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(82){transition-delay:8.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(83),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(83){transition-delay:8.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(84),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(84){transition-delay:8.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(85),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(85){transition-delay:8.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(86),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(86){transition-delay:8.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(87),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(87){transition-delay:8.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(88),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(88){transition-delay:8.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(89),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(89){transition-delay:8.9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(90),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(90){transition-delay:9s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(91),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(91){transition-delay:9.1s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(92),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(92){transition-delay:9.2s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(93),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(93){transition-delay:9.3s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(94),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(94){transition-delay:9.4s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(95),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(95){transition-delay:9.5s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(96),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(96){transition-delay:9.6s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(97),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(97){transition-delay:9.7s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(98),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(98){transition-delay:9.8s}.pc-AnimateBlock .pc-SliderNewBlock__animate-slides.animate .pc-SliderNewBlock__dot:nth-child(99),.pc-SliderNewBlock__animate-slides.pc-AnimateBlock.animate .pc-SliderNewBlock__dot:nth-child(99){transition-delay:9.9s}}.pc-SliderNewBlock_type_media-card{padding:0}@media (max-width:577px){.pc-SliderNewBlock_type_media-card:not(.pc-SliderNewBlock_type_media-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}}.pc-SliderNewBlock_type_media-card .swiper-container-horizontal .swiper-pagination-bullets{bottom:24px}.pc-SliderNewBlock_type_media-card .pc-SliderNewBlock__slider{padding:0}.pc-SliderNewBlock_type_media-card:hover .pc-SliderNewBlock__arrow{display:flex}.pc-SliderNewBlock_type_media-card .pc-SliderNewBlock__arrow{display:none;width:64px;top:50%;transform:translateY(-50%)}.pc-SliderNewBlock_type_media-card .pc-SliderNewBlock__arrow_prev{left:0;margin-right:0}@media (max-width:769px){.pc-SliderNewBlock_type_media-card:hover .pc-SliderNewBlock__arrow{display:none}}.pc-SliderNewBlock_type_header-card{padding-top:0}@media (max-width:577px){.pc-SliderNewBlock_type_header-card:not(.pc-SliderNewBlock_type_header-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__wrapper{position:relative}.pc-SliderNewBlock_type_header-card .swiper-container-horizontal .swiper-pagination-bullets{bottom:32px}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__slider{padding:0;margin:0}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow{top:50%;transform:translateY(-50%);width:68px;height:68px;right:0}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow_prev{left:0;margin-right:0}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow button{background-color:initial;box-shadow:none}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow button:hover,.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow:hover button{box-shadow:none}.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__slide{padding:0}@media (max-width:577px){.pc-SliderNewBlock_type_header-card .pc-SliderNewBlock__arrow{display:none}.pc-SliderNewBlock_type_header-card.pc-SliderNewBlock:not(.pc-SliderNewBlock_type_header-card_one-slide) .pc-SliderNewBlock__slider{margin-left:0}.pc-SliderNewBlock_type_header-card.pc-SliderNewBlock:not(.pc-SliderNewBlock_type_header-card_one-slide) .pc-SliderNewBlock__slide{padding-right:0;padding-left:0}.pc-SliderNewBlock_type_header-card.pc-SliderNewBlock:not(.pc-SliderNewBlock_type_header-card_one-slide) .pc-SliderNewBlock__slide:last-child{padding-right:0}}@media (max-width:769px){.pc-SliderNewBlock__footer{display:block}.pc-SliderNewBlock__footer .pc-SliderNewBlock__disclaimer{position:relative;width:100%;padding-bottom:20px}}@media (max-width:577px){.pc-SliderNewBlock:not(.pc-SliderNewBlock_one-slide){margin-left:-24px;padding-left:24px;width:calc(100% + 48px);overflow-x:auto}.pc-SliderNewBlock:not(.pc-SliderNewBlock_one-slide) .pc-SliderNewBlock__slider{padding:24px 24px 48px;margin:0 0 0 -24px}.pc-SliderNewBlock:not(.pc-SliderNewBlock_one-slide) .pc-SliderNewBlock__slide{padding:0 8px}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:initial}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:#00000040;position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid #0000}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.pc-github-button{position:relative;white-space:nowrap;display:flex;align-items:center;height:100%}.pc-github-button span{display:flex;flex-direction:column;justify-content:center}.pc-navigation-button{display:inline-block}.g-popup{--_--background-color:var(--g-popup-background-color,var(--g-color-base-float));--_--border-color:var(--g-popup-border-color,var(--g-color-line-generic-solid));--_--border-width:var(--g-popup-border-width,1px);position:relative;border-radius:4px;background-color:var(--_--background-color);box-shadow:0 0 0 var(--_--border-width) var(--_--border-color),0 8px 20px var(--_--border-width) var(--g-color-sfx-shadow);outline:none;visibility:hidden;transition-property:opacity,transform;transition-timing-function:ease-out}.g-popup_open{visibility:visible}.g-popup_disable-transition{transition:none}.g-popup>.g-popup__arrow+*,.g-popup>:first-child:not(.g-popup__arrow){border-start-start-radius:inherit;border-start-end-radius:inherit}.g-popup>:last-child{border-end-start-radius:inherit;border-end-end-radius:inherit}[data-floating-ui-status=close]>.g-popup,[data-floating-ui-status=open]>.g-popup{transition-duration:.1s}[data-floating-ui-status=close]>.g-popup,[data-floating-ui-status=initial]>.g-popup{opacity:0;transform:translate(0)}[data-floating-ui-status=close][data-floating-ui-placement*=bottom]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=bottom]>.g-popup{transform:translateY(10px)}[data-floating-ui-status=close][data-floating-ui-placement*=top]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=top]>.g-popup{transform:translateY(-10px)}[data-floating-ui-status=close][data-floating-ui-placement*=left]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=left]>.g-popup{transform:translateX(-10px)}[data-floating-ui-status=close][data-floating-ui-placement*=right]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=right]>.g-popup{transform:translateX(10px)}.g-popup__arrow{position:absolute}.g-popup__arrow-content{width:18px;height:18px;position:relative;overflow:hidden;display:flex}.g-popup__arrow-circle-wrapper{background-color:initial;overflow:hidden;width:9px;height:9px;position:relative}.g-popup__arrow-circle{box-sizing:border-box;border-radius:50%;box-shadow:inset 0 0 0 calc(5px - var(--_--border-width)) var(--_--background-color),inset 0 0 0 5px var(--_--border-color);width:28px;height:30px;position:absolute}.g-popup__arrow-circle_left{inset-inline-end:-5px;inset-block-end:-4px}.g-popup__arrow-circle_right{inset-inline-start:-5px;inset-block-end:-4px}[data-floating-ui-placement*=bottom] .g-popup__arrow{inset-block-start:-9px}[data-floating-ui-placement*=top] .g-popup__arrow{inset-block-end:-9px}[data-floating-ui-placement*=top] .g-popup__arrow-content{transform:rotate(180deg)}[data-floating-ui-placement*=left] .g-popup__arrow{right:-9px}[data-floating-ui-placement*=left] .g-popup__arrow-content{transform:rotate(90deg)}[data-floating-ui-placement*=right] .g-popup__arrow{left:-9px}[data-floating-ui-placement*=right] .g-popup__arrow-content{transform:rotate(-90deg)}.pc-navigation-popup{margin-left:-16px;margin-top:-16px;z-index:101;display:flex;flex-direction:column;min-width:220px;padding:16px;border-top-width:1px;border:1px solid var(--g-color-line-generic);border-top:0 solid var(--g-color-line-generic);border-radius:calc(var(--pc-border-radius) / 2);background:var(--g-color-base-float);box-shadow:0 3px 10px var(--g-color-sfx-shadow)}.pc-navigation-popup__list{margin:0;padding:0;list-style:none}.pc-navigation-popup__link{height:36px;line-height:20px;border-radius:8px}.pc-navigation-popup__link:hover{color:var(--g-color-text-primary);background-color:var(--g-color-base-simple-hover)}.pc-content-wrapper__icon{display:flex;margin-right:6px;object-fit:cover}.pc-navigation-dropdown{position:relative;white-space:nowrap;display:flex;align-items:center;height:100%;background:inherit;font:inherit;color:var(--g-color-text-primary);border:none}.pc-navigation-dropdown:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-navigation-dropdown:focus:not(:focus-visible){outline:0}.pc-navigation-dropdown__arrow{margin-left:7px;color:var(--g-color-text-secondary)}.pc-navigation-link{color:var(--g-color-text-primary);color:inherit;text-decoration:none;outline:none;position:relative;display:flex;align-items:center;white-space:nowrap}.utilityfocus .pc-navigation-link:focus{outline:2px solid #ffdb4d}.pc-navigation-link:hover,.pc-navigation-link_active{color:var(--g-color-text-link)}.pc-navigation-link:focus{outline:2px solid var(--g-color-line-focus);outline-offset:0}.pc-navigation-link:focus:not(:focus-visible){outline:0}.pc-navigation-link__arrow{position:relative;top:-2px;width:9px;height:9px;margin-left:5px}.pc-navigation-item{cursor:pointer;outline:none;color:inherit;text-decoration:none}.pc-navigation-item:last-child{margin-bottom:0}.utilityfocus .pc-navigation-item:focus{outline:2px solid #ffdb4d}.pc-navigation-item__content:not(.pc-navigation-item__content_type_button):active,.pc-navigation-item__content:not(.pc-navigation-item__content_type_button):hover{color:var(--g-color-text-link)}.pc-navigation-item_menu-layout_desktop{height:var(--header-height);line-height:var(--header-height);margin-bottom:0}.pc-navigation-item_menu-layout_mobile{margin-bottom:24px}.pc-navigation-item_menu-layout_dropdown{margin-bottom:0}.pc-navigation-item_menu-layout_dropdown .pc-navigation-item__content_type_link{padding:8px 12px}.pc-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin-right:8px;color:var(--g-color-base-background);border-radius:50%;background-color:var(--g-color-base-generic)}.pc-social-icon:hover{background-color:var(--g-color-base-generic-hover)}.pc-social-icon__icon{width:16px;height:16px}.pc-logo__text{margin:0}.pc-logo{display:flex;align-items:center;text-decoration:none}.pc-logo__icon{display:flex;margin-right:8px;object-fit:contain}.pc-logo__text{font-size:var(--g-text-header-1-font-size);line-height:var(--g-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--g-text-accent-font-weight);white-space:nowrap}@media (min-width:769px){.pc-mobile-menu-button.pc-mobile-menu-button{display:none}}.pc-desktop-navigation__wrapper{display:flex;justify-content:space-between;align-items:center;height:var(--header-height)}@media (min-width:769px){.pc-desktop-navigation__mobile-menu-button.pc-desktop-navigation__mobile-menu-button{display:none}}.pc-desktop-navigation__left,.pc-desktop-navigation__navigation,.pc-desktop-navigation__right{display:flex;align-items:center}.pc-desktop-navigation__navigation.pc-desktop-navigation__navigation{position:relative;flex:1 0;justify-content:flex-start}@media (max-width:768px){.pc-desktop-navigation__navigation.pc-desktop-navigation__navigation{display:none}}.pc-desktop-navigation__mobile-navigation.pc-desktop-navigation__mobile-navigation{justify-content:flex-end}@media (min-width:769px){.pc-desktop-navigation__mobile-navigation.pc-desktop-navigation__mobile-navigation{display:none}}.pc-desktop-navigation__mobile-navigation-container{padding-right:8px}.pc-desktop-navigation__mobile-navigation-container:has(.pc-overflow-scroller__arrow) .pc-desktop-navigation__mobile-navigation{justify-content:flex-start}.pc-desktop-navigation__mobile-navigation-container:has(.pc-overflow-scroller__arrow_type_right){padding-right:16px}.pc-desktop-navigation__right{justify-content:flex-end;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}@media (max-width:768px){.pc-desktop-navigation__right{flex:3 0;max-width:50%}}.pc-desktop-navigation__mobile-navigation-container,.pc-desktop-navigation__navigation-container{display:flex;overflow-x:hidden;flex:1 0;justify-content:space-between;align-items:center}.pc-desktop-navigation__navigation-container{margin-right:32px}.pc-desktop-navigation__button{margin-top:0}.pc-desktop-navigation__logo{margin:0 32px 0 0;cursor:pointer}.pc-desktop-navigation__buttons,.pc-desktop-navigation__links,.pc-desktop-navigation__mobile-buttons{display:flex;align-items:center;margin:0;padding:0;list-style:none}@media (max-width:768px){.pc-desktop-navigation__buttons{display:none}}.pc-desktop-navigation__buttons>:not(:last-child){margin-right:16px}@media (min-width:769px){.pc-desktop-navigation__mobile-buttons{display:none}}.pc-desktop-navigation__mobile-buttons .pc-desktop-navigation__item:not(:last-child){margin-right:0}.pc-desktop-navigation__links{position:relative;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-desktop-navigation__item{position:relative}.pc-desktop-navigation__item:not(:last-child){margin-right:20px}@media (max-width:768px){.pc-desktop-navigation__mobile-navigation-container,.pc-desktop-navigation__navigation-container{justify-content:flex-end}.pc-desktop-navigation__navigation-container{flex:0 0}.pc-desktop-navigation__left{flex:1 0}}@media (max-width:576px){.pc-desktop-navigation__navigation-container{margin-right:12px}.pc-desktop-navigation__logo{margin-right:0}}.pc-mobile-navigation{position:fixed;z-index:100;top:var(--header-height);left:0;width:100%;border-bottom-right-radius:var(--pc-border-radius);border-bottom-left-radius:var(--pc-border-radius);background-color:var(--g-color-base-background);box-shadow:0 3px 10px var(--g-color-sfx-shadow);max-height:calc(100vh - 2 * var(--header-height));overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;font-size:var(--g-text-body-2-font-size);line-height:var(--g-text-body-2-line-height)}.pc-mobile-navigation::-webkit-scrollbar{display:none}@media (min-width:769px){.pc-mobile-navigation{display:none}}.pc-mobile-navigation__wrapper{padding:32px 48px}.pc-mobile-navigation__button{margin-top:24px}.pc-mobile-navigation__rows{position:relative;display:flex;flex-direction:column;padding:0;list-style:none;margin:0 0 24px}.pc-mobile-navigation__rows:last-child{margin-bottom:0}.pc-mobile-navigation__dropdown-item:not(:last-child){margin-bottom:16px}.pc-mobile-navigation__popup{z-index:101;display:flex;flex-direction:column;min-width:220px;padding:16px;border-top-width:1px;border:1px solid var(--g-color-line-generic);border-top:0 solid var(--g-color-line-generic);border-radius:calc(var(--pc-border-radius) / 2);background:var(--g-color-base-float);box-shadow:0 3px 10px var(--g-color-sfx-shadow)}@media (min-width:769px){.pc-mobile-navigation__popup{display:none}}@media (max-width:576px){.pc-mobile-navigation__wrapper{padding-left:24px;padding-right:24px}}.pc-navigation{display:flex;justify-content:center;align-items:center;height:var(--header-height);background-color:var(--g-color-base-background)}.pc-navigation_with-border{box-shadow:inset 0 -1px 0 var(--g-color-line-generic)}.pc-layout{min-height:100vh}.pc-layout,.pc-layout__content{display:flex;flex-direction:column}.pc-layout__content{flex-grow:1}.pc-layout__navigation{position:sticky;z-index:98;top:0}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_0{margin-top:0}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_xs{margin-top:16px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_s{margin-top:24px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_m{margin-top:32px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_l{margin-top:48px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentTop_xl{margin-top:64px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_0{padding-bottom:0}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_xs{padding-bottom:16px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_s{padding-bottom:24px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_m{padding-bottom:32px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_l{padding-bottom:48px}.pc-constructor-block.pc-constructor-block.pc-constructor-block.pc-constructor-block_indentBottom_xl{padding-bottom:64px}.pc-loadable-block__loader{padding:20px;text-align:center}.pc-constructor-row:last-child{margin-bottom:-64px}@media (max-width:577px){.pc-constructor-row:last-child{margin-bottom:-32px}}.yfm{--yfm-color-text-private:#000000b3;--yfm-color-link-private:#027bf3;--yfm-color-link-hover-private:#004080;--yfm-color-base-private:#fff;--yfm-color-table-private:#333;--yfm-color-border-private:#00000012;--yfm-color-table-row-background-private:#00000005;--yfm-color-accent-private:#027bf3;--yfm-color-inline-code-private:#3b6080;--yfm-color-inline-code-background-private:#6b84991f;--yfm-color-code-background-private:#6b84991f;--yfm-color-hljs-background-private:#6b84991f;--yfm-color-hljs-subst-private:#444;--yfm-color-hljs-comment-private:#888;--yfm-color-hljs-deletion-private:#800;--yfm-color-hljs-section-private:#800;--yfm-color-hljs-pseudo-private:#bc6060;--yfm-color-hljs-literal-private:#78a960;--yfm-color-hljs-addition-private:#397300;--yfm-color-hljs-meta-private:#1f7199;--yfm-color-hljs-meta-string-private:#4d99bf;--yfm-color-note-tip-private:#56bd67;--yfm-color-note-tip-background-private:#3fc92e1a;--yfm-color-note-warning-private:#f19518;--yfm-color-note-warning-background-private:#ff880026;--yfm-color-note-important-private:#ff4645;--yfm-color-note-important-background-private:#eb322614;--yfm-color-note-info-private:#027bf3;--yfm-color-note-info-background-private:#027bf314;--yfm-color-term-title-private:#027bf3;--yfm-color-term-title-hover-private:#004080;--yfm-color-term-dfn-background-private:#fff;--yfm-color-term-dfn-shadow-private:#00000026;--yfm-color-term-dfn-presudo-shadow-private:#e5e5e5;--yfm-color-modal-content-private:#fff;--yfm-color-modal-actions-hover-private:#0000000d;--yfm-color-modal-wide-content-private:#000000d9;--yfm-color-modal-wide-content-overlay-private:#000;--yfm-color-base:var(--yfm-color-base-private);--yfm-color-text:var(--yfm-color-text-private);--yfm-color-link:var(--yfm-color-link-private);--yfm-color-link-hover:var(--yfm-color-link-hover-private);--yfm-color-table:var(--yfm-color-table-private);--yfm-color-table-row-background:var(--yfm-color-table-row-background-private);--yfm-color-border:var(--yfm-color-border-private);--yfm-color-accent:var(--yfm-color-accent-private);--yfm-color-inline-code:var(--yfm-color-inline-code-private);--yfm-color-inline-code-background:var(--yfm-color-inline-code-background-private);--yfm-color-code-background:var(--yfm-color-code-background-private);--yfm-color-hljs-background:var(--yfm-color-hljs-background-private);--yfm-color-hljs-subst:var(--yfm-color-hljs-subst-private);--yfm-color-hljs-comment:var(--yfm-color-hljs-comment-private);--yfm-color-hljs-deletion:var(--yfm-color-hljs-deletion-private);--yfm-color-hljs-section:var(--yfm-color-hljs-section-private);--yfm-color-hljs-pseudo:var(--yfm-color-hljs-pseudo-private);--yfm-color-hljs-literal:var(--yfm-color-hljs-literal-private);--yfm-color-hljs-addition:var(--yfm-color-hljs-addition-private);--yfm-color-hljs-meta:var(--yfm-color-hljs-meta-private);--yfm-color-hljs-meta-string:var(--yfm-color-hljs-meta-string-private);--yfm-color-note-tip:var(--yfm-color-note-tip-private);--yfm-color-note-tip-background:var(--yfm-color-note-tip-background-private);--yfm-color-note-warning:var(--yfm-color-note-warning-private);--yfm-color-note-warning-background:var(--yfm-color-note-warning-background-private);--yfm-color-note-important:var(--yfm-color-note-important-private);--yfm-color-note-important-background:var(--yfm-color-note-important-background-private);--yfm-color-note-info:var(--yfm-color-note-info-private);--yfm-color-note-info-background:var(--yfm-color-note-info-background-private);--yfm-color-term-title:var(--yfm-color-term-title-private);--yfm-color-term-title-hover:var(--yfm-color-term-title-hover-private);--yfm-color-term-dfn-background:var(--yfm-color-term-dfn-background-private);--yfm-color-term-dfn-shadow:var(--yfm-color-term-dfn-shadow-private);--yfm-color-term-dfn-pseudo-shadow:var(--yfm-color-term-dfn-presudo-shadow-private);--yfm-color-modal-content:var(--yfm-color-modal-content-private);--yfm-color-modal-actions-hover:var(--yfm-color-modal-actions-hover-private);--yfm-color-modal-wide-content:var(--yfm-color-modal-wide-content-private);--yfm-color-modal-wide-content-overlay:var(--yfm-color-modal-wide-content-overlay-private);font-family:Segoe UI,arial,helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--yfm-font-family-sans);font-size:15px;line-height:20px;word-wrap:break-word;color:#000000b3;color:var(--yfm-color-text);tab-size:inherit;tab-size:var(--yfm-tab-size,inherit);--yfm-font-family-monospace:"Menlo","Monaco","Consolas","Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New","Courier",monospace;--yfm-font-family-sans:"Segoe UI",arial,helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.yfm *{box-sizing:border-box}.yfm>:not(h2):not(h3):not(h4):not(h5):not(h6):first-child{margin-top:0!important}.yfm>:last-child{margin-bottom:0!important}.yfm h1,.yfm h2,.yfm h3,.yfm h4,.yfm h5,.yfm h6{margin-bottom:15px;font-weight:500}.yfm h1{font-size:32px;line-height:40px}.yfm h2{font-size:24px;line-height:28px}.yfm h3{font-size:20px}.yfm h3,.yfm h4{line-height:24px}.yfm h4{font-size:17px}.yfm h5{font-size:15px;line-height:20px}.yfm h6{font-size:13px;line-height:18px}.yfm a{background-color:initial;color:var(--yfm-color-link);-webkit-text-decoration:none;text-decoration:none}.yfm a:active,.yfm a:hover{color:var(--yfm-color-link-hover)}.yfm a:not([href]){color:inherit}.yfm strong{font-weight:700}.yfm img,.yfm svg{box-sizing:initial;max-width:100%;border:none;vertical-align:middle}.yfm img[align=right],.yfm svg[align=right]{padding-left:20px}.yfm img[align=left],.yfm svg[align=left]{padding-right:20px}.yfm img{object-fit:contain;background-color:var(--yfm-color-base)}.yfm .katex svg,.yfm svg{height:auto}.yfm img+small{display:block}.yfm blockquote,.yfm dl,.yfm ol,.yfm p,.yfm pre,.yfm table,.yfm ul{margin:0 0 15px}.yfm dl pre,.yfm ol pre,.yfm ul pre{margin-top:15px}.yfm code,.yfm kbd,.yfm pre{font-family:var(--yfm-font-family-monospace);font-size:1em;font-feature-settings:normal}.yfm input{margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.yfm input[type=checkbox]{top:1px;padding:0}.yfm input[type=checkbox],.yfm table{position:relative;box-sizing:border-box}.yfm table{color:var(--yfm-color-table);display:inline-block;max-width:100%;width:auto;overflow:auto;z-index:1;border:1px solid var(--yfm-color-border);border-radius:8px;border-collapse:collapse;border-spacing:0;background:var(--yfm-color-base)}.yfm table thead,.yfm table tr:nth-child(2n){background-color:var(--yfm-color-table-row-background)}.yfm table tr:first-child td,.yfm table tr:first-child th{border-top:none}.yfm table tr:last-child td,.yfm table tr:last-child th{border-bottom:none}.yfm table td,.yfm table th{padding:10px 20px;overflow:hidden;text-overflow:ellipsis;border:1px solid var(--yfm-color-border)}.yfm table td>:first-child,.yfm table th>:first-child{margin-top:0}.yfm table td>:last-child,.yfm table th>:last-child{margin-bottom:0}.yfm table td{vertical-align:top;white-space:normal}.yfm table th{font-weight:500;text-align:left}.yfm table tr td:first-child,.yfm table tr th:first-child{border-left:none}.yfm table tr td:last-child,.yfm table tr th:last-child{border-right:none}.yfm hr{box-sizing:initial;height:.25em;padding:0;margin:1.5em 0;overflow:hidden;background-color:var(--yfm-color-border);border:none}.yfm hr:after,.yfm hr:before{content:"";display:table}.yfm hr:after{clear:both}.yfm blockquote{position:relative;padding-left:12px;border-left:3px solid var(--yfm-color-accent)}.yfm blockquote>:first-child{margin-top:0}.yfm blockquote>:last-child{margin-bottom:0}.yfm dl{padding:0}.yfm dl>:first-child{margin-top:0}.yfm dl>:last-child{margin-bottom:0}.yfm dl dt{margin-bottom:5px;font-size:1em;font-weight:500;font-style:italic}.yfm dl dd{margin-bottom:15px;padding:0 15px}.yfm dd{margin-left:0}.yfm ol,.yfm ul{padding-left:2.2em}.yfm ol ol,.yfm ol ul,.yfm ul ol,.yfm ul ul{margin-top:0;margin-bottom:0}.yfm ol{counter-reset:list}.yfm ol>li{position:relative;counter-increment:list}.yfm ol>li>ol>li::marker{content:counters(list,".") ". "}.yfm :not(ol>li)>ol>li::marker{content:counter(list) ". "}.yfm.yfm_no-list-reset ol{counter-reset:none}.yfm.yfm_no-list-reset ol li::marker{content:normal}.yfm li{word-wrap:break-word}.yfm li+li{margin-top:.33em}.yfm li blockquote,.yfm li p{margin-top:15px}.yfm code{padding:.1em .4em .15em;background-color:var(--yfm-color-inline-code-background);border-radius:4px;font-size:.875em;white-space:pre-wrap;color:var(--yfm-color-inline-code);tab-size:inherit;tab-size:var(--yfm-tab-size-code,inherit)}.yfm pre{word-wrap:normal}.yfm table code{white-space:nowrap}.yfm pre * code{display:inline;padding:0;margin:0;overflow:visible;word-wrap:normal;background-color:initial;border:0;color:var(--yfm-color-text)}.yfm pre>code{display:block;padding:16px;overflow:auto;background-color:var(--yfm-color-code-background);color:var(--yfm-color-text);white-space:pre}.yfm sub,.yfm sup{line-height:0}.yfm .visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0;clip-path:inset(100%);-webkit-user-select:none;user-select:none}.yfm h1 .yfm-anchor,.yfm h2 .yfm-anchor,.yfm h3 .yfm-anchor,.yfm h4 .yfm-anchor,.yfm h5 .yfm-anchor,.yfm h6 .yfm-anchor{display:inline-block;width:24px;padding-right:4px;margin-left:-24px;float:left;text-align:center;font-size:18px}.yfm h1 .yfm-anchor:focus:before,.yfm h2 .yfm-anchor:focus:before,.yfm h3 .yfm-anchor:focus:before,.yfm h4 .yfm-anchor:focus:before,.yfm h5 .yfm-anchor:focus:before,.yfm h6 .yfm-anchor:focus:before{opacity:1}.yfm h1 .yfm-anchor:before,.yfm h2 .yfm-anchor:before,.yfm h3 .yfm-anchor:before,.yfm h4 .yfm-anchor:before,.yfm h5 .yfm-anchor:before,.yfm h6 .yfm-anchor:before{content:"#";opacity:0}.yfm h1:hover .yfm-anchor:before,.yfm h2:hover .yfm-anchor:before,.yfm h3:hover .yfm-anchor:before,.yfm h4:hover .yfm-anchor:before,.yfm h5:hover .yfm-anchor:before,.yfm h6:hover .yfm-anchor:before{opacity:1}.yfm table h1 .yfm-anchor,.yfm table h2 .yfm-anchor,.yfm table h3 .yfm-anchor,.yfm table h4 .yfm-anchor,.yfm table h5 .yfm-anchor,.yfm table h6 .yfm-anchor{width:1em;margin-left:-1em;padding-right:0}.yfm .yfm-tabs .yfm-anchor:before{position:absolute;padding-right:2px}.yfm .hljs{display:block;overflow-x:auto;padding:16px;background:var(--yfm-color-hljs-background)}.yfm .hljs,.yfm .hljs-subst{color:var(--yfm-color-hljs-subst)}.yfm .hljs-comment{color:var(--yfm-color-hljs-comment)}.yfm .hljs-attribute,.yfm .hljs-doctag,.yfm .hljs-keyword,.yfm .hljs-meta-keyword,.yfm .hljs-name,.yfm .hljs-selector-tag{font-weight:700}.yfm .hljs-deletion,.yfm .hljs-number,.yfm .hljs-quote,.yfm .hljs-selector-class,.yfm .hljs-selector-id,.yfm .hljs-string,.yfm .hljs-template-tag,.yfm .hljs-type{color:var(--yfm-color-hljs-deletion)}.yfm .hljs-section,.yfm .hljs-title{color:var(--yfm-color-hljs-section);font-weight:700}.yfm .hljs-link,.yfm .hljs-regexp,.yfm .hljs-selector-attr,.yfm .hljs-selector-pseudo,.yfm .hljs-symbol,.yfm .hljs-template-variable,.yfm .hljs-variable{color:var(--yfm-color-hljs-pseudo)}.yfm .hljs-literal{color:var(--yfm-color-hljs-literal)}.yfm .hljs-addition,.yfm .hljs-built_in,.yfm .hljs-bullet,.yfm .hljs-code{color:var(--yfm-color-hljs-addition)}.yfm .hljs-meta{color:var(--yfm-color-hljs-meta)}.yfm .hljs-meta-string{color:var(--yfm-color-hljs-meta-string)}.yfm .hljs-emphasis{font-style:italic}.yfm .hljs-strong{font-weight:700}.yfm-clipboard{position:relative}.yfm-clipboard:hover .yfm-clipboard-button{opacity:1;min-height:20px;min-width:20px}.yfm-clipboard>pre{border-radius:10px;overflow:hidden}.yfm-clipboard-button{position:absolute;top:16px;right:16px;z-index:1;opacity:0;background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer}.yfm-clipboard-button:focus{opacity:1}.yfm-clipboard-icon{pointer-events:none}.yfm .yfm-note{max-width:1296px;margin:20px 0;padding:20px 20px 20px 64px;border-radius:10px}.yfm .yfm-note .yfm-note-title{font-weight:700}.yfm .yfm-note>*{margin:0 0 10px}.yfm .yfm-note>:first-child:before{box-sizing:initial;display:block;width:24px;height:24px;margin-top:-2px;margin-left:-44px;padding-right:20px;float:left}.yfm .yfm-note>:last-child{margin-bottom:0}.yfm .yfm-note.yfm-accent-info>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(2,123,243)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-tip>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(86,189,103)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-warning>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(241,149,24)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-alert>:first-child:before{content:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(255,70,69)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E')}.yfm .yfm-note.yfm-accent-info{background:var(--yfm-color-note-info-background)}.yfm .yfm-note.yfm-accent-tip{background:var(--yfm-color-note-tip-background)}.yfm .yfm-note.yfm-accent-alert{background:var(--yfm-color-note-important-background)}.yfm .yfm-note.yfm-accent-warning{background:var(--yfm-color-note-warning-background)}.yfm table td.cell-align-bottom-left,.yfm table td.cell-align-top-left{text-align:left}.yfm table td.cell-align-center,.yfm table td.cell-align-top-center{text-align:center}.yfm table td.cell-align-bottom-right,.yfm table td.cell-align-top-right{text-align:right}.yfm table td.cell-align-top-center,.yfm table td.cell-align-top-left,.yfm table td.cell-align-top-right{vertical-align:top}.yfm table td.cell-align-center{vertical-align:middle}.yfm table td.cell-align-bottom-left,.yfm table td.cell-align-bottom-right{vertical-align:bottom}.yfm-term_title{color:var(--yfm-color-term-title);cursor:pointer;border-bottom:1px dotted;font-size:inherit;line-height:inherit;font-style:normal}.yfm-term_title:hover{color:var(--yfm-color-term-title-hover)}.yfm-term_dfn{position:absolute;z-index:100;width:-moz-fit-content;width:fit-content;max-width:450px;visibility:hidden;opacity:0;padding:10px;background-color:var(--yfm-color-term-dfn-background);font-size:inherit;line-height:inherit;font-style:normal;border-radius:4px;box-shadow:0 8px 20px var(--yfm-color-term-dfn-shadow);outline:none}@media screen and (max-width:600px){.yfm-term_dfn{max-width:80%}}.yfm-term_dfn:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 0 1px var(--yfm-color-term-dfn-pseudo-shadow)}.yfm-term_dfn.open{visibility:visible;animation-name:popup;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes popup{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wide-container{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;top:0;left:0;z-index:200}.wide-container.dc-doc-page{max-width:100%!important}.wide-container .wide-content-viewer{visibility:hidden}.wide-container .wide-content-wrapper{z-index:200;background-color:var(--yfm-color-modal-content);height:90vh;width:70vw;border-radius:10px;display:flex;flex-direction:column}.wide-container .wide-content-wrapper .wide-content{height:95%;width:100%}.wide-container .wide-content-wrapper .wide-content .wide-inner-element{max-width:100%;width:100%;height:100%}.wide-container .wide-content-wrapper .wide-content table{border-radius:0}.wide-container .wide-content-wrapper .wide-content .wide-thead-content{display:table;width:100%}.wide-container .wide-content-wrapper .wide-toolbar{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;padding:10px 12px}.wide-container .wide-content-wrapper .wide-entity-name{margin:0;font-size:18px}.wide-container .wide-content-wrapper .wide-actions{align-self:flex-end}.wide-container .wide-content-wrapper .wide-actions .close-action{cursor:pointer;border-radius:3px;transition:background .3s}.wide-container .wide-content-wrapper .wide-actions .close-action:hover{background:var(--yfm-color-modal-actions-hover)}.wide-element-wrapper{display:flex;gap:30px;position:relative}.wide-element-wrapper:hover>.wide-content-viewer{visibility:visible}.wide-element-wrapper .wide-inner-element{max-width:700px}.wide-content-viewer{visibility:hidden;width:30px;height:30px;z-index:100;padding:6px;box-sizing:initial;color:var(--yfm-color-modal-wide-content);cursor:pointer}.wide-content-viewer>svg{width:20px;height:20px}.wide-content-overlay{z-index:100;width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:var(--yfm-color-modal-wide-content-overlay);opacity:.6}details.yfm-cut>.yfm-cut-content{display:block}.yfm-cut{transition:all .15s;margin-bottom:15px}.yfm-cut.cut-highlight{background-clip:content-box;box-shadow:0 3px 0 7px var(--g-color-base-simple-hover);background-color:var(--g-color-base-simple-hover);border-radius:3px}.yfm-cut-title{list-style:none;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;padding:5px 0 5px 30px}.yfm-cut-title::-webkit-details-marker{display:none}.yfm-cut-title:before{content:"";z-index:1;left:0;top:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=);transform:translateY(-50%) rotate(-90deg);transition:transform .3s ease;height:20px;width:20px;position:absolute}.yfm-cut-content{padding:5px 0 15px 30px}.yfm-cut[open]>.yfm-cut-title:before{transform:translateY(-50%)}.yfm-file__icon{---yfm-file-icon-img:var(--yfm-file-icon,url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==));display:inline-block;-webkit-user-select:none;user-select:none;width:16px;margin:0 2px;color:--yfm-color-text;color:var(--yfm-file-icon-color,--yfm-color-text);background-color:currentColor;background-repeat:no-repeat;background-position:50%;background-size:100%;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);-webkit-mask-image:var(---yfm-file-icon-img);mask-image:var(---yfm-file-icon-img);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.yfm-file__icon:before{content:"\a0"}.yfm-tabs{margin-bottom:15px}.yfm:not(.yfm_no-list-reset) .yfm-tabs ol{counter-reset:tabs-list}.yfm:not(.yfm_no-list-reset) .yfm-tabs ol>li{counter-increment:tabs-list}.yfm:not(.yfm_no-list-reset) .yfm-tabs ol>li:before{content:counters(tabs-list,".") ". "}.yfm-tab-list{display:flex;flex-wrap:wrap;margin-bottom:15px;border-bottom:1px solid #00000012}.yfm-tab{margin-bottom:-1px;margin-right:20px;border-bottom:2px solid #0000;padding:6px 0 7px;font-weight:700;outline:none;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:break-spaces}.yfm-tab:last-child{margin-right:0}.yfm-tab:active,.yfm-tab:hover{color:#004080}.yfm-tab.active{border-bottom-color:#027bf3}.yfm-tab:focus{outline:2px solid #4d90fe;border-radius:2px}.yfm-tab:focus:not(:focus-visible){outline:0}.yfm-tab-panel{position:relative;visibility:hidden;overflow:hidden;height:0}.yfm-tab-panel:first-child{margin-top:0!important}.yfm-tab-panel:last-child{margin-bottom:0!important}.yfm-tab-panel.active{visibility:visible;overflow:visible;height:auto}.yfm-tabs-dropdown{position:relative;width:90%;margin-bottom:0;--yfm-tabs-dropdown-color:#f2f2f2;--yfm-tabs-dropdown-text-color:#a8a8a8;--yfm-tabs-dropdown-color-border:#ccc}.yfm-tabs-dropdown .yfm-tabs-dropdown-select{padding:10px 30px 10px 10px;background:var(--g-color-base-background);border:1px solid var(--yfm-tabs-dropdown-color-border);color:var(--yfm-tabs-dropdown-text-color);border-radius:5px;position:relative;-webkit-user-select:none;user-select:none;margin-bottom:10px;max-width:500px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;z-index:10}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.filled{color:inherit}.yfm-tabs-dropdown .yfm-tabs-dropdown-select:after{content:"";position:absolute;display:block;right:10px;top:25%;transform:rotate(90deg);transition:transform .2s;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIGQ9Im0zIDYgNSA1IDUtNSIvPjwvc3ZnPg==);width:20px;height:20px}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.active+.yfm-tabs-dropdown-menu{transform:scaleY(1)}.yfm-tabs-dropdown .yfm-tabs-dropdown-select.active:after{transform:rotate(0)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu{width:100%;max-width:500px;max-height:500px;overflow-y:scroll;padding:10px 0;position:absolute;z-index:10;display:flex;flex-direction:column;border:1px solid var(--yfm-tabs-dropdown-color-border);border-radius:5px;background-color:var(--g-color-base-background);transform:scaleY(0);list-style:none;z-index:100;transition:transform 125ms;transform-origin:top center}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li{-webkit-user-select:none;user-select:none;cursor:pointer;background-color:var(--g-color-base-background)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li:hover{background-color:var(--g-color-base-simple-hover);color:inherit}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab{padding:5px 0 5px 10px;border-radius:0;border-bottom:initial;margin:0;font-weight:500}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab.active{background-color:var(--g-color-base-selection)}.yfm-tabs-dropdown>.yfm-tabs-dropdown-menu>li.yfm-tab:hover{color:inherit}.yfm-tabs-dropdown>.yfm-tab-panel.active{border:1px solid #f2f2f2;transform:translateY(-30px);border-radius:12px;padding:40px 12px 16px}.yfm-tabs-dropdown>.yfm-tabs{width:100%}.yfm-tabs-accordion{max-width:80%}.yfm-tabs-accordion>.yfm-tab:first-of-type{border-top-color:#0000}.yfm-tabs-accordion .yfm-tab{padding:8px 0 12px 6px;position:relative;border-top:1px solid #e5e5e5;font-weight:500;scroll-margin-top:20px}.yfm-tabs-accordion .yfm-tab:after{content:"";position:absolute;display:block;right:10px;top:25%;transform:rotate(-180deg);transition:transform .3s,background-color .2s;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIGQ9Im0zIDYgNSA1IDUtNSIvPjwvc3ZnPg==);width:20px;height:20px;border-radius:6px;padding:6px}.yfm-tabs-accordion .yfm-tab.active{border-bottom-color:#0000!important;font-weight:700}.yfm-tabs-accordion .yfm-tab.active:after{transform:rotate(0)}.yfm-tabs-accordion .yfm-tab:hover{color:#3f5799}.yfm-tabs-accordion .yfm-tab-panel.active{margin:10px 0 25px 6px}.yfm-tabs-vertical>.yfm-tab-list{flex-direction:column;border-bottom:initial}.yfm-tabs-vertical>.yfm-tab-panel{margin-left:30px}.yfm-tabs-vertical>.yfm-tab-group{display:flex;flex-direction:row;margin-bottom:5px}.yfm-tabs-vertical .yfm-vertical-tab>input[type=radio]{visibility:hidden;width:0;height:0}.yfm-tabs-vertical .yfm-vertical-tab>label{display:inline-block;cursor:pointer;position:relative;padding-left:25px;margin-right:0;line-height:18px;-webkit-user-select:none;user-select:none}.yfm-tabs-vertical .yfm-vertical-tab>label:before{font-family:serif!important;font-family:initial!important;content:"";position:absolute;left:0;bottom:1px;border-radius:50%;width:18px;height:18px;border:1px solid #dfdfdf;background-color:#fff}.yfm-tabs-vertical .yfm-vertical-tab input[type=radio]:checked+label:before{content:"\2022";background-color:#5282ff;text-align:center;vertical-align:middle;font-size:20px;white-space:pre;display:inline-flex;justify-content:center;align-items:center;color:#fff}.yfm-tabs-vertical .yfm-vertical-tab{border-bottom:initial!important}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");:root{--header-height:64px}.g-root{--pc-color-telegram:#51a4db;--pc-color-facebook:#4968ad;--pc-color-twitter:#4aa0eb;--pc-color-vk:#436eab;--pc-color-youtube:#eb3323;--pc-color-github:#25292e;--pc-color-rss:#f29c39;--pc-color-linkedin:#0a66c2;--g-text-accent-font-weight:500;--pc-transparent:#fff0;--pc-border-radius:24px;--pc-image-padding:4px;--pc-color-sfx-shadow:var(--g-color-base-simple-hover);--pc-color-line-generic-active-solid:#b3b3b3;--pc-color-base-float-hover:var(--g-color-base-float);--pc-monochrome-button-background-color:#262626;--pc-monochrome-button-background-color-hover:#393939;--pc-monochrome-button-color:var(--g-color-text-light-primary);--pc-text-header-color:var(--g-color-text-primary);--pc-media-card-meta-info-color:var(--g-color-text-secondary);--pc-tab-item-color:var(--g-color-text-primary);--pc-tab-item-background-color:var(--g-color-base-generic);--pc-tab-item-background-color-hover:var(--g-color-base-generic-hover);--pc-selected-tab-item-color:var(--pc-monochrome-button-color);--pc-selected-tab-item-background-color:var(--pc-monochrome-button-background-color);--pc-selected-tab-item-background-color-hover:var(
      --pc-monochrome-button-background-color-hover
  );--pc-color-line-focus-light:var(--g-color-text-brand);--pc-color-line-focus-dark:var(--g-color-text-light-primary)}.g-root_theme_light{--pc-color-base-silver:#eff2f8;--pc-color-base-gold:#ffdb4d;--pc-color-base-asphalt:#313538;--pc-color-base-copper:#ffe6c4;--g-color-line-focus:var(--pc-color-line-focus-light)}.g-root_theme_dark{--pc-color-base-silver:#bcc0c4;--pc-color-base-gold:#ffde5d;--pc-color-base-asphalt:#474d52;--pc-color-base-copper:#7f7262;--g-color-line-focus:var(--pc-color-line-focus-dark)}.g-root.g-root_theme_dark{--pc-color-sfx-shadow:var(--g-color-sfx-shadow);--pc-color-line-generic-active-solid:#6c6c70;--pc-color-base-float-hover:var(--g-color-base-float-hover);--pc-monochrome-button-background-color:#fff;--pc-monochrome-button-background-color-hover:#e9e9e9;--pc-monochrome-button-color:var(--g-color-text-dark-primary)}.yfm_constructor{font-family:var(--g-font-family-sans);color:var(--g-color-text-primary)}.yfm_constructor code,.yfm_constructor kbd,.yfm_constructor pre{font-family:var(--g-font-family-monospace);color:var(--g-color-text-primary)}.yfm_constructor.yfm_constructor h1,.yfm_constructor.yfm_constructor h2,.yfm_constructor.yfm_constructor h3,.yfm_constructor.yfm_constructor h4,.yfm_constructor.yfm_constructor h5,.yfm_constructor.yfm_constructor h6,.yfm_constructor.yfm_constructor li,.yfm_constructor.yfm_constructor p,.yfm_constructor.yfm_constructor span{color:var(--g-color-text-primary)}.yfm_constructor.yfm_constructor_notice li,.yfm_constructor.yfm_constructor_notice p{color:var(--g-color-text-secondary)}.yfm_constructor.yfm_constructor_meta_info p{color:var(--pc-media-card-meta-info-color);font-weight:var(--g-text-accent-font-weight)}.yfm_constructor.yfm_constructor li,.yfm_constructor.yfm_constructor ol,.yfm_constructor.yfm_constructor p,.yfm_constructor.yfm_constructor ul{margin:0 0 12px}.yfm_constructor.yfm_constructor p strong{font-weight:var(--g-text-accent-font-weight)}.yfm_constructor.yfm_constructor_size_s li,.yfm_constructor.yfm_constructor_size_s ol,.yfm_constructor.yfm_constructor_size_s p,.yfm_constructor.yfm_constructor_size_s ul{margin-bottom:8px}.yfm_constructor.yfm_constructor_theme_dark p{color:var(--g-color-text-light-primary)}.yfm_constructor_list_style ul{padding-left:20px}.yfm_constructor_list_style_dash ul{list-style-type:none;position:relative}.yfm_constructor_list_style_dash ul li:before{content:"—";position:absolute;margin-left:-20px}.yfm_constructor a{outline:none;color:var(--g-color-text-link);text-decoration:none;cursor:pointer;border-radius:var(--g-focus-border-radius)}.utilityfocus .yfm_constructor a:focus{outline:2px solid #ffdb4d}.yfm_constructor a:active,.yfm_constructor a:hover{--pc-text-header-color:var(--g-color-text-link-hover);color:var(--g-color-text-link-hover)}.yfm_constructor a:focus{box-shadow:0 0 0 2px var(--g-color-line-focus)}.yfm_constructor a:focus:not(:focus-visible){box-shadow:none}.yfm_constructor table{color:var(--g-color-text-primary);border:1px solid var(--g-color-line-generic);background:var(--g-color-base-background)}.yfm_constructor table tr:nth-child(2n),.yfm_constructor thead{background-color:var(--g-color-base-generic)}.yfm_constructor_table table{border:0;table-layout:fixed}.yfm_constructor_table thead,.yfm_constructor_table tr{background-color:initial!important}.yfm_constructor_table tbody tr{border-top:1px solid var(--g-color-line-generic)}.yfm_constructor_table td,.yfm_constructor_table th{min-width:120px;width:120px;box-sizing:initial;white-space:inherit!important}.yfm_constructor_table td:first-child,.yfm_constructor_table th:first-child{min-width:172px;width:172px}.yfm_constructor_table th{text-align:left!important}.pc-page-constructor{font-feature-settings:"liga","kern","pnum" on,"lnum" on,"ss03" on;margin-top:0;background-color:var(--g-color-base-background);z-index:10}.pc-page-constructor__wrapper{position:relative}.pc-page-constructor__background.pc-page-constructor__background{top:calc(-1 * var(--header-height))}