*{color:var(--white);margin:0;padding:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}ul,li{list-style:none}html,body{height:100%;width:100%;font-size:100%;font-size:14px;line-height:1.7;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;background-color:var(--card)}input,button,textarea{font-family:inherit;background-color:transparent}input::-ms-clear{display:none}textarea,input[type=text],input[type=button],input[type=submit],input[type=email],input[type=tel],input[type=number],input[type=checkbox]{-webkit-appearance:none!important;border-radius:0}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}img{vertical-align:top}:root{--app_bg_color: rgb(0, 0, 0);--app_bg_color__secondary: #2c2c32;--app_bg_float_nav_bar: #636366;--app_module_color: rgba(0, 0, 0, 0);--app_text_color__primary: rgb(223, 223, 223);--app_text_color__secondary: rgb(141, 141, 141);--app_text_color__tertiary: #636366;--app_confidentiality_box__bg: rgb(29, 26, 31);--app_box_shadow: 1px 1px 9px #00000024;--app_box_blur_shadow: 0 4px 6px rgba(0, 0, 0, .1);--app_box_big_shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);--app_stars_color: #fb7812;--app_font_family_header: "SF Compact Rounded", "SF Pro Display", Helvetica, Arial, sans-serif;--app_font_family_subheader: "SF Compact Rounded", "SF Pro Display", Helvetica, Arial, sans-serif;--app_font_family_common: "SF Pro Text", Helvetica, Arial, sans-serif;--app_border_subtle_transparency: #ffffff15;--app_gap_common: 10px;--color__main_blue: #007aff;--color__web_blue: #0070c9;--color__text_dark: #1d1d1f;--app_button_primary_bg: var(--color__main_blue);--app_button_secondary_bg: var(--app_bg_color__secondary);--app_text_link_color: var(--color__web_blue);--app__media_itetm_height: 204px;--app__media_itetm_border_radius: 14px;--app__media_itetm_border_radius_mini: 6px;--app__media_itetm_border_style: 1px solid #8888883a;--app__media_itetm_border_secondary_style: 1px solid #8888884f;--app_button_transition_time: .2s;--itetm_min-width: 82px}html,body{margin:0;padding:0;font-family:var(--app_font_family_common);font-weight:400;font-size:16px;line-height:1.5;color:var(--app_text_color__tertiary)}body{background:var(--app_bg_color)}@font-face{font-family:SF Compact Rounded;font-weight:900;src:url(/fonts/SF-Compact-Rounded-Bold.woff2) format("woff2")}@font-face{font-family:SF Compact Rounded;font-weight:800;src:url(/fonts/SF-Compact-Rounded-Semibold.woff2) format("woff2")}@font-face{font-family:SF Compact Rounded;font-weight:700;src:url(/fonts/SF-Compact-Rounded-Medium.woff2) format("woff2")}@font-face{font-family:SF Compact Rounded;font-weight:600;src:url(/fonts/SF-Compact-Rounded-Regular.woff2) format("woff2")}@font-face{font-family:SF Compact Rounded;font-weight:500;src:url(/fonts/SF-Compact-Rounded-Light.woff2) format("woff2")}@font-face{font-family:SF Compact Rounded;font-weight:100 400;src:url(/fonts/SF-Compact-Rounded-Light.woff2) format("woff2")}@font-face{font-family:SF Pro Display;font-weight:700 900;src:url(/fonts/sf-pro-display_bold.woff2) format("woff2")}@font-face{font-family:SF Pro Display;font-weight:500 600;src:url(/fonts/sf-pro-display_semibold.woff2) format("woff2")}@font-face{font-family:SF Pro Display;font-weight:100 400;src:url(/fonts/sf-pro-display_regular.woff2) format("woff2")}@font-face{font-family:SF Pro Text;font-weight:700 900;src:url(/fonts/sf-pro-text_bold.woff2) format("woff2")}@font-face{font-family:SF Pro Text;font-weight:500 600;src:url(/fonts/sf-pro-text_semibold.woff2) format("woff2")}@font-face{font-family:SF Pro Text;font-weight:400;src:url(/fonts/sf-pro-text_regular.woff2) format("woff2")}.button{border-radius:100px;padding:9px 13px;line-height:1.1}.button__main{background:var(--app_button_primary_bg);color:#fff;font-weight:600;opacity:1;-webkit-transition:all var(--app_button_transition_time) linear;-moz-transition:all var(--app_button_transition_time) linear;transition:all var(--app_button_transition_time) linear;-webkit-transition:all var(--app_button_transition_time) ease-in-out;-moz-transition:all var(--app_button_transition_time) ease-in-out;transition:all var(--app_button_transition_time) ease-in-out;width:100%;min-height:32px}.button__main__none{opacity:0;width:0%}.button__main__text{pointer-events:none}.button__main__textNone{visibility:hidden}.button__secondary{background:var(--app_button_secondary_bg);color:var(--app_text_link_color);font-weight:600}.box_vertical{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.box_vertical__center{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_horizontal,.moduleHeader{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_to_top,.moduleHeader{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.mediaItem{height:204px;min-width:92px}.mediaItem__mobile{border-radius:14px}.mediaItem__ipad{border-radius:6px}.boxShadow{-webkit-box-shadow:var(--app_box_big_shadow);box-shadow:var(--app_box_big_shadow)}.separator{border-top:1px solid var(--app_border_subtle_transparency)}.textSecondary{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.text_bold{font-weight:900}.moduleHeader{gap:18px}.moduleHeader__title{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.moduleHeader__button_top{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.floatHeader__bg{position:fixed;height:46px;width:100%;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 12px}.floatHeader__bg__blur{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floatHeader__bg__color{background:var(--app_bg_float_nav_bar);opacity:.65}.about{font-weight:600;font-family:var(--app_font_family_header);margin-top:5px;position:relative;z-index:1}.about__text{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);font-weight:600}.about__more{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);position:absolute;bottom:0;float:initial;right:0;z-index:1;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);background:var(--app_bg_color);color:var(--app_text_link_color);padding-left:4px}.about__more:before{content:" ";background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--app_bg_color)));background:-webkit-linear-gradient(left,transparent,var(--app_bg_color));background:-moz-linear-gradient(left,transparent,var(--app_bg_color));background:linear-gradient(90deg,transparent,var(--app_bg_color));position:absolute;width:60px;height:20px;left:-60px}.about__more:hover{text-decoration:underline}.itemSliderMinimal{height:var(--app__media_itetm_height)!important;min-width:var(--itetm_min-width)!important;border-radius:var(--app__media_itetm_border_radius);background:#fff}.activeSection{width:100%;min-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.activeSection__right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.iconButton{cursor:pointer}.mb-40{margin-bottom:-40px}.mb-39{margin-bottom:-39px}.mb-38{margin-bottom:-38px}.mb-37{margin-bottom:-37px}.mb-36{margin-bottom:-36px}.mb-35{margin-bottom:-35px}.mb-34{margin-bottom:-34px}.mb-33{margin-bottom:-33px}.mb-32{margin-bottom:-32px}.mb-31{margin-bottom:-31px}.mb-30{margin-bottom:-30px}.mb-29{margin-bottom:-29px}.mb-28{margin-bottom:-28px}.mb-27{margin-bottom:-27px}.mb-26{margin-bottom:-26px}.mb-25{margin-bottom:-25px}.mb-24{margin-bottom:-24px}.mb-23{margin-bottom:-23px}.mb-22{margin-bottom:-22px}.mb-21{margin-bottom:-21px}.mb-20{margin-bottom:-20px}.mb-19{margin-bottom:-19px}.mb-18{margin-bottom:-18px}.mb-17{margin-bottom:-17px}.mb-16{margin-bottom:-16px}.mb-15{margin-bottom:-15px}.mb-14{margin-bottom:-14px}.mb-13{margin-bottom:-13px}.mb-12{margin-bottom:-12px}.mb-11{margin-bottom:-11px}.mb-10{margin-bottom:-10px}.mb-9{margin-bottom:-9px}.mb-8{margin-bottom:-8px}.mb-7{margin-bottom:-7px}.mb-6{margin-bottom:-6px}.mb-5{margin-bottom:-5px}.mb-4{margin-bottom:-4px}.mb-3{margin-bottom:-3px}.mb-2{margin-bottom:-2px}.mb-1{margin-bottom:-1px}.mb0{margin-bottom:0}.mb1{margin-bottom:1px}.mb2{margin-bottom:2px}.mb3{margin-bottom:3px}.mb4{margin-bottom:4px}.mb5{margin-bottom:5px}.mb6{margin-bottom:6px}.mb7{margin-bottom:7px}.mb8{margin-bottom:8px}.mb9{margin-bottom:9px}.mb10{margin-bottom:10px}.mb11{margin-bottom:11px}.mb12{margin-bottom:12px}.mb13{margin-bottom:13px}.mb14{margin-bottom:14px}.mb15{margin-bottom:15px}.mb16{margin-bottom:16px}.mb17{margin-bottom:17px}.mb18{margin-bottom:18px}.mb19{margin-bottom:19px}.mb20{margin-bottom:20px}.mb21{margin-bottom:21px}.mb22{margin-bottom:22px}.mb23{margin-bottom:23px}.mb24{margin-bottom:24px}.mb25{margin-bottom:25px}.mb26{margin-bottom:26px}.mb27{margin-bottom:27px}.mb28{margin-bottom:28px}.mb29{margin-bottom:29px}.mb30{margin-bottom:30px}.mb31{margin-bottom:31px}.mb32{margin-bottom:32px}.mb33{margin-bottom:33px}.mb34{margin-bottom:34px}.mb35{margin-bottom:35px}.mb36{margin-bottom:36px}.mb37{margin-bottom:37px}.mb38{margin-bottom:38px}.mb39{margin-bottom:39px}.mb40{margin-bottom:40px}.mt-40{margin-top:-40px}.mt-39{margin-top:-39px}.mt-38{margin-top:-38px}.mt-37{margin-top:-37px}.mt-36{margin-top:-36px}.mt-35{margin-top:-35px}.mt-34{margin-top:-34px}.mt-33{margin-top:-33px}.mt-32{margin-top:-32px}.mt-31{margin-top:-31px}.mt-30{margin-top:-30px}.mt-29{margin-top:-29px}.mt-28{margin-top:-28px}.mt-27{margin-top:-27px}.mt-26{margin-top:-26px}.mt-25{margin-top:-25px}.mt-24{margin-top:-24px}.mt-23{margin-top:-23px}.mt-22{margin-top:-22px}.mt-21{margin-top:-21px}.mt-20{margin-top:-20px}.mt-19{margin-top:-19px}.mt-18{margin-top:-18px}.mt-17{margin-top:-17px}.mt-16{margin-top:-16px}.mt-15{margin-top:-15px}.mt-14{margin-top:-14px}.mt-13{margin-top:-13px}.mt-12{margin-top:-12px}.mt-11{margin-top:-11px}.mt-10{margin-top:-10px}.mt-9{margin-top:-9px}.mt-8{margin-top:-8px}.mt-7{margin-top:-7px}.mt-6{margin-top:-6px}.mt-5{margin-top:-5px}.mt-4{margin-top:-4px}.mt-3{margin-top:-3px}.mt-2{margin-top:-2px}.mt-1{margin-top:-1px}.mt0{margin-top:0}.mt1{margin-top:1px}.mt2{margin-top:2px}.mt3{margin-top:3px}.mt4{margin-top:4px}.mt5{margin-top:5px}.mt6{margin-top:6px}.mt7{margin-top:7px}.mt8{margin-top:8px}.mt9{margin-top:9px}.mt10{margin-top:10px}.mt11{margin-top:11px}.mt12{margin-top:12px}.mt13{margin-top:13px}.mt14{margin-top:14px}.mt15{margin-top:15px}.mt16{margin-top:16px}.mt17{margin-top:17px}.mt18{margin-top:18px}.mt19{margin-top:19px}.mt20{margin-top:20px}.mt21{margin-top:21px}.mt22{margin-top:22px}.mt23{margin-top:23px}.mt24{margin-top:24px}.mt25{margin-top:25px}.mt26{margin-top:26px}.mt27{margin-top:27px}.mt28{margin-top:28px}.mt29{margin-top:29px}.mt30{margin-top:30px}.mt31{margin-top:31px}.mt32{margin-top:32px}.mt33{margin-top:33px}.mt34{margin-top:34px}.mt35{margin-top:35px}.mt36{margin-top:36px}.mt37{margin-top:37px}.mt38{margin-top:38px}.mt39{margin-top:39px}.mt40{margin-top:40px}.button__event__disable[data-v-573b1d94]{pointer-events:none}.loaderParent{width:28px;height:28px;position:relative}.loaderRound{position:absolute;width:28px;height:28px}.loaderRound__rotate{-webkit-animation:l2 .9s infinite linear;-moz-animation:l2 .9s infinite linear;animation:l2 .9s infinite linear}.loaderRound__buttonCenter{position:absolute;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.loaderRound__buttonCenter__item{position:absolute;background-color:#66666675;width:8px;height:8px;border-radius:2px}.circle-progress{fill:none;stroke:#66666675;stroke-width:2;stroke-linecap:round;-webkit-transition:stroke-dasharray 0 ease;-moz-transition:stroke-dasharray 0 ease;transition:stroke-dasharray 0 ease;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;transform-origin:center}@-webkit-keyframes l2{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes l2{to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes l2{to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);transform:rotate(1turn)}}.pseudo_text[data-v-bdb8787c]{color:#7fffd4;background:#000}.pseudo_text[data-v-bdb8787c]:after{position:absolute;height:10px;width:10px;background:#8a2be2;content:"hello"}.interactiveElement[data-v-bdb8787c]{position:absolute}.interactiveElement__button[data-v-bdb8787c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.interactiveElement__caption[data-v-bdb8787c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;color:var(--app_text_color__tertiary);font-size:9px;padding:5px;min-width:60px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactiveElement__subcaption[data-v-bdb8787c]{position:absolute;line-height:1}.interactiveElement__subcaption__right[data-v-bdb8787c]{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-moz-box-pack:end!important;justify-content:flex-end!important;text-align:right;min-width:60px}.interactiveParent[data-v-bdb8787c]{width:100%}.relativeParent[data-v-bdb8787c]{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;height:34px}.relativeParent__right[data-v-bdb8787c],.relativeParent__left[data-v-bdb8787c]{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.product__header__title[data-v-bdb8787c]{display:block;font-size:18px;line-height:1.22226;font-weight:700;letter-spacing:.027em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}@media only screen and (min-width: 735px){.product__header__title[data-v-bdb8787c]{font-size:24px;line-height:1.25;letter-spacing:.023em}}.product__header__description_autor[data-v-bdb8787c],.product__header__slogan[data-v-bdb8787c]{margin-top:2px;color:var(--app_text_color__secondary);font-size:13px;line-height:1.38462;font-weight:400;letter-spacing:-.005em;font-family:var(--app_font_family_common)}.product__mini_text_additional[data-v-bdb8787c]{font-size:12px;color:var(--app_text_color__secondary);line-height:1;font-weight:300}.icon-wrapper[data-v-c4ae5f44]{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.icon[data-v-c4ae5f44]{display:inline-block;vertical-align:middle}.box_vertical[data-v-da8d5157]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.box_vertical__center[data-v-da8d5157]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_horizontal[data-v-da8d5157],.moduleHeader[data-v-da8d5157]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_to_top[data-v-da8d5157],.moduleHeader[data-v-da8d5157]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.mediaItem[data-v-da8d5157]{height:204px;min-width:92px}.mediaItem__mobile[data-v-da8d5157]{border-radius:14px}.mediaItem__ipad[data-v-da8d5157]{border-radius:6px}.boxShadow[data-v-da8d5157]{-webkit-box-shadow:var(--app_box_big_shadow);box-shadow:var(--app_box_big_shadow)}.separator[data-v-da8d5157]{border-top:1px solid var(--app_border_subtle_transparency)}.textSecondary[data-v-da8d5157]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.text_bold[data-v-da8d5157]{font-weight:900}.moduleHeader[data-v-da8d5157]{gap:18px}.moduleHeader__title[data-v-da8d5157]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.moduleHeader__button_top[data-v-da8d5157]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.floatHeader__bg[data-v-da8d5157]{position:fixed;height:46px;width:100%;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 12px}.floatHeader__bg__blur[data-v-da8d5157]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floatHeader__bg__color[data-v-da8d5157]{background:var(--app_bg_float_nav_bar);opacity:.65}.about[data-v-da8d5157]{font-weight:600;font-family:var(--app_font_family_header);margin-top:5px;position:relative;z-index:1}.about__text[data-v-da8d5157]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);font-weight:600}.about__more[data-v-da8d5157]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);position:absolute;bottom:0;float:initial;right:0;z-index:1;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);background:var(--app_bg_color);color:var(--app_text_link_color);padding-left:4px}.about__more[data-v-da8d5157]:before{content:" ";background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--app_bg_color)));background:-webkit-linear-gradient(left,transparent,var(--app_bg_color));background:-moz-linear-gradient(left,transparent,var(--app_bg_color));background:linear-gradient(90deg,transparent,var(--app_bg_color));position:absolute;width:60px;height:20px;left:-60px}.about__more[data-v-da8d5157]:hover{text-decoration:underline}.itemSliderMinimal[data-v-da8d5157]{height:var(--app__media_itetm_height)!important;min-width:var(--itetm_min-width)!important;border-radius:var(--app__media_itetm_border_radius);background:#fff}.activeSection[data-v-da8d5157]{width:100%;min-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.activeSection__right[data-v-da8d5157]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.iconButton[data-v-da8d5157]{cursor:pointer}.buttonBack[data-v-da8d5157]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;gap:5px;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px)}.buttonBack__icon[data-v-da8d5157]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transform:scaleY(1.9) translateY(-1px);-moz-transform:scaleY(1.9) translateY(-1px);-ms-transform:scaleY(1.9) translateY(-1px);transform:scaleY(1.9) translateY(-1px);font-weight:400}.buttonBack__text[data-v-da8d5157]{display:block;font-size:17px;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-weight:600}.floatHeader[data-v-da8d5157]{position:fixed;z-index:14;top:0;left:50%;width:100%;height:46px;-webkit-box-shadow:0 1px 0px rgba(130,130,130,.137254902);box-shadow:0 1px #82828223;opacity:1;-webkit-transition:all 122ms ease-in-out;-moz-transition:all 122ms ease-in-out;transition:all 122ms ease-in-out;max-width:650px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.floatHeader__hidden[data-v-da8d5157]{opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.floatHeader__content[data-v-da8d5157]{position:fixed;width:100%;height:inherit;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;z-index:16;padding:0 2%}.floatHeader__content__itemLeft[data-v-da8d5157]{width:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;-webkit-align-content:center;align-content:center}.floatHeader__content__itemRight[data-v-da8d5157]{width:50%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;opacity:1;-webkit-transition:all 122ms ease-in-out;-moz-transition:all 122ms ease-in-out;transition:all 122ms ease-in-out}.floatHeader__content__itemCentral[data-v-da8d5157]{width:50px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;opacity:1;-webkit-transition:all 122ms ease-in-out;-moz-transition:all 122ms ease-in-out;transition:all 122ms ease-in-out}.interactiveElement[data-v-da8d5157]{position:absolute}.header[data-v-da8d5157]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:var(--app_gap_common)}.header__preinfo[data-v-da8d5157]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding-bottom:0;width:100%}.header__logo[data-v-da8d5157]{-webkit-flex-shrink:0;flex-shrink:0;width:38.38308%;max-width:38.38308%}@media (min-width: 220px){.header__logo[data-v-da8d5157]{width:auto;max-width:auto}}.header__info[data-v-da8d5157]{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1;padding:5px 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;gap:3px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap}.header__bottom_space[data-v-da8d5157]{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex}.header__mini_text[data-v-da8d5157]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:0px 2vw}.product__header__title[data-v-da8d5157]{display:block;font-size:18px;line-height:1.22226;font-weight:700;letter-spacing:.027em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}@media only screen and (min-width: 735px){.product__header__title[data-v-da8d5157]{font-size:24px;line-height:1.25;letter-spacing:.023em}}.product__header__description_autor[data-v-da8d5157],.product__header__slogan[data-v-da8d5157]{margin-top:2px;color:var(--app_text_color__secondary);font-size:13px;line-height:1.38462;font-weight:400;letter-spacing:-.005em;font-family:var(--app_font_family_common)}.product__mini_text_additional[data-v-da8d5157]{font-size:9px;color:var(--app_text_color__secondary);line-height:1;font-weight:300}.badge__body[data-v-da8d5157]{margin-bottom:3px;padding-bottom:0;display:inline-block;font-size:10.4px;letter-spacing:.04em;vertical-align:middle;line-height:1.3;font-weight:700;font-family:var(--app_font_family_common)}.badge__product_title[data-v-da8d5157]{display:inline-block;border:1px solid #636366;border-radius:3px;color:#636366;text-align:center;white-space:nowrap;vertical-align:text-bottom;font-size:7.5px;line-height:1.06667;font-weight:700;letter-spacing:-.006em;font-family:SF Pro Text,SF Pro Icons,Apple WebExp Icons Custom,Helvetica Neue,Helvetica,Arial,sans-serif;padding-left:3px;padding-right:3px}.image_logo[data-v-da8d5157]{border-radius:20%;overflow:hidden;width:100%;max-width:210px;height:auto}.image_logo__skeleton[data-v-da8d5157]{height:100%;width:100%}.image_logo__min[data-v-da8d5157]{height:34px;width:34px;-webkit-box-shadow:var(--app_box_shadow);box-shadow:var(--app_box_shadow);border-radius:20%;border:var(--app__media_itetm_border_style)}.transparentContent[data-v-da8d5157]{opacity:0}.numberSymbol[data-v-c0955349]{font-size:.7em;vertical-align:top;line-height:1}.itemSlider[data-v-c0955349]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;height:80px;padding:5px 12px;min-width:80px;margin-top:7px}.module__slider[data-v-c0955349]{padding:10px 0}.itemSliderRow[data-v-c0955349]{font-size:11px;font-weight:900;white-space:nowrap;font-family:var(--app_font_family_subheader);width:auto}.itemSliderRow__title[data-v-c0955349]{text-transform:uppercase;display:inline-block;color:var(--app_text_color__tertiary)}.itemSliderRow__content[data-v-c0955349]{font-family:var(--app_font_family_header);font-weight:700;line-height:20px;font-size:22px;color:var(--app_text_color__secondary)}.itemSliderRow__bottom[data-v-c0955349]{font-size:13px;font-weight:800;white-space:nowrap;font-family:var(--app_font_family_header);color:var(--app_text_color__tertiary)}.subheader__inner_slider[data-v-c0955349]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;overflow:auto;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.subheader__inner_slider__item[data-v-c0955349]{position:relative;text-align:center;width:inherit;display:inline-block;padding:5px 10px}.subheader__inner_slider__item>div[data-v-c0955349]{min-width:80px}.subheader__inner_slider__separator[data-v-c0955349]{background:var(--app_border_subtle_transparency);height:40px;width:1px;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.subheader__inner_slider__margin[data-v-c0955349]{padding:0 5px}.verticalSeparator[data-v-c0955349]{width:1px;height:0px}.verticalSeparatorItem[data-v-c0955349]{background:var(--app_border_subtle_transparency);height:40px;width:1px;-webkit-transform:translateY(26px);-moz-transform:translateY(26px);-ms-transform:translateY(26px);transform:translateY(26px)}.video_item[data-v-e13c470e]{max-height:var(--itetm_height)}.tempItem[data-v-e13c470e]{height:var(--itetm_height);min-width:var(--itetm_min-width)}.tempItem[data-v-6b20646f]{height:var(--item_height);min-width:var(--item_min-width)}.items-list[data-v-33829a5a]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;overflow:auto;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;gap:10px;margin-bottom:20px;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;padding:3px 0}.items-list[data-v-33829a5a] ::-webkit-scrollbar{display:none}.items-element[data-v-33829a5a]{-webkit-flex-shrink:0;flex-shrink:0;scroll-snap-align:start;padding-left:3px}.item[data-v-33829a5a]{height:var(--app__media_itetm_height);min-width:var(--itetm_min-width);-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px #0000001a;border:var(--app__media_itetm_border_secondary_style)}.item__impress[data-v-33829a5a]{height:var(--app__media_itetm_height);min-width:var(--itetm_min-width)}.limited_text[data-v-c0550e53]{line-height:1.5em;max-height:7.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;white-space:normal;-webkit-transition:max-height .333s ease-in-out;-moz-transition:max-height .333s ease-in-out;transition:max-height .333s ease-in-out}.unlimited_text[data-v-c0550e53]{max-height:100%}.developer_about[data-v-22cf6b4c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.developer_about__box[data-v-22cf6b4c]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap}.developer_about__box__name[data-v-22cf6b4c]{color:var(--app_text_link_color);line-height:1}.developer_about__box__description[data-v-22cf6b4c]{font-family:var(--app_font_family_header);font-size:13px;font-weight:700;color:var(--app_text_color__tertiary)}.developer_about__button[data-v-22cf6b4c]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transform:scaleY(1.9);-moz-transform:scaleY(1.9);-ms-transform:scaleY(1.9);transform:scaleY(1.9);font-weight:500;color:var(--app_text_color__secondary)}.box_vertical[data-v-50698932]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.box_vertical__center[data-v-50698932]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_horizontal[data-v-50698932],.moduleHeader[data-v-50698932]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_to_top[data-v-50698932],.moduleHeader[data-v-50698932]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.mediaItem[data-v-50698932]{height:204px;min-width:92px}.mediaItem__mobile[data-v-50698932]{border-radius:14px}.mediaItem__ipad[data-v-50698932]{border-radius:6px}.boxShadow[data-v-50698932]{-webkit-box-shadow:var(--app_box_big_shadow);box-shadow:var(--app_box_big_shadow)}.separator[data-v-50698932]{border-top:1px solid var(--app_border_subtle_transparency)}.textSecondary[data-v-50698932]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.text_bold[data-v-50698932]{font-weight:900}.moduleHeader[data-v-50698932]{gap:18px}.moduleHeader__title[data-v-50698932]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.moduleHeader__button_top[data-v-50698932]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.floatHeader__bg[data-v-50698932]{position:fixed;height:46px;width:100%;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 12px}.floatHeader__bg__blur[data-v-50698932]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floatHeader__bg__color[data-v-50698932]{background:var(--app_bg_float_nav_bar);opacity:.65}.about[data-v-50698932]{font-weight:600;font-family:var(--app_font_family_header);margin-top:5px;position:relative;z-index:1}.about__text[data-v-50698932]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);font-weight:600}.about__more[data-v-50698932]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);position:absolute;bottom:0;float:initial;right:0;z-index:1;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);background:var(--app_bg_color);color:var(--app_text_link_color);padding-left:4px}.about__more[data-v-50698932]:before{content:" ";background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--app_bg_color)));background:-webkit-linear-gradient(left,transparent,var(--app_bg_color));background:-moz-linear-gradient(left,transparent,var(--app_bg_color));background:linear-gradient(90deg,transparent,var(--app_bg_color));position:absolute;width:60px;height:20px;left:-60px}.about__more[data-v-50698932]:hover{text-decoration:underline}.itemSliderMinimal[data-v-50698932]{height:var(--app__media_itetm_height)!important;min-width:var(--itetm_min-width)!important;border-radius:var(--app__media_itetm_border_radius);background:#fff}.activeSection[data-v-50698932]{width:100%;min-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.activeSection__right[data-v-50698932]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.iconButton[data-v-50698932]{cursor:pointer}.mini_text_additional[data-v-50698932]{font-size:8px;color:var(--app_text_color__secondary);line-height:1;font-weight:300;-webkit-transform:translateY(7px);-moz-transform:translateY(7px);-ms-transform:translateY(7px);transform:translateY(7px)}.app_about_item[data-v-50698932]{margin-left:10px}.app_about_item__title[data-v-50698932]{display:block;font-size:15px;line-height:1.22226;font-weight:600;letter-spacing:.027em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.app_about_item__description_autor[data-v-50698932]{margin-top:2px;color:var(--app_text_color__secondary);font-size:12px;line-height:1.38462;font-weight:400;letter-spacing:-.005em;font-family:var(--app_font_family_common)}.text_title[data-v-50698932]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.text_event_description[data-v-50698932]{display:block;font-size:12px;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.05em;text-transform:uppercase}.box_content[data-v-50698932]{border-radius:var(--app__media_itetm_border_radius_mini);overflow:hidden;border:var(--app__media_itetm_border_style);-webkit-box-shadow:var(--app_box_shadow);box-shadow:var(--app_box_shadow)}.box_content__subcontent[data-v-50698932]{background:var(--app_confidentiality_box__bg);padding:15px;border:none}.box_content__subcontent__right[data-v-50698932]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.image[data-v-50698932]{width:100%;border:none}.image__min[data-v-50698932]{height:40px;width:auto;border-radius:7px}.rating_pregraph[data-v-9ac5713e]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;gap:6px;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;align-items:stretch;-webkit-align-content:space-around;align-content:space-around;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.rating_star_box[data-v-9ac5713e]{position:absolute;text-align:right;width:65px;-webkit-transform:translateX(-75px) translateY(-1px);-moz-transform:translateX(-75px) translateY(-1px);-ms-transform:translateX(-75px) translateY(-1px);transform:translate(-75px) translateY(-1px)}.rating_graph[data-v-9ac5713e]{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.rating_graph--graph[data-v-9ac5713e]{background-color:#9d9a9d;width:100%;margin-left:5px;border-radius:50px;content:" ";height:3px}.rating_graph--slider[data-v-9ac5713e]{background-color:#2b282b;border-radius:50px;height:100%}.box_vertical[data-v-dae89179]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.box_vertical__center[data-v-dae89179]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_horizontal[data-v-dae89179],.moduleHeader[data-v-dae89179]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_to_top[data-v-dae89179],.moduleHeader[data-v-dae89179]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.mediaItem[data-v-dae89179]{height:204px;min-width:92px}.mediaItem__mobile[data-v-dae89179]{border-radius:14px}.mediaItem__ipad[data-v-dae89179]{border-radius:6px}.boxShadow[data-v-dae89179]{-webkit-box-shadow:var(--app_box_big_shadow);box-shadow:var(--app_box_big_shadow)}.separator[data-v-dae89179]{border-top:1px solid var(--app_border_subtle_transparency)}.textSecondary[data-v-dae89179]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.text_bold[data-v-dae89179]{font-weight:900}.moduleHeader[data-v-dae89179]{gap:18px}.moduleHeader__title[data-v-dae89179]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.moduleHeader__button_top[data-v-dae89179]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.floatHeader__bg[data-v-dae89179]{position:fixed;height:46px;width:100%;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 12px}.floatHeader__bg__blur[data-v-dae89179]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floatHeader__bg__color[data-v-dae89179]{background:var(--app_bg_float_nav_bar);opacity:.65}.about[data-v-dae89179]{font-weight:600;font-family:var(--app_font_family_header);margin-top:5px;position:relative;z-index:1}.about__text[data-v-dae89179]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);font-weight:600}.about__more[data-v-dae89179]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);position:absolute;bottom:0;float:initial;right:0;z-index:1;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);background:var(--app_bg_color);color:var(--app_text_link_color);padding-left:4px}.about__more[data-v-dae89179]:before{content:" ";background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--app_bg_color)));background:-webkit-linear-gradient(left,transparent,var(--app_bg_color));background:-moz-linear-gradient(left,transparent,var(--app_bg_color));background:linear-gradient(90deg,transparent,var(--app_bg_color));position:absolute;width:60px;height:20px;left:-60px}.about__more[data-v-dae89179]:hover{text-decoration:underline}.itemSliderMinimal[data-v-dae89179]{height:var(--app__media_itetm_height)!important;min-width:var(--itetm_min-width)!important;border-radius:var(--app__media_itetm_border_radius);background:#fff}.activeSection[data-v-dae89179]{width:100%;min-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.activeSection__right[data-v-dae89179]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.iconButton[data-v-dae89179]{cursor:pointer}.itemBox__right__button[data-v-dae89179]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.itemBox__right__ratesLine[data-v-dae89179]{display:block}.itemBox__right__ratesCount[data-v-dae89179]{display:block;font-size:14px;font-weight:600;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:0}.itemBox__left__title[data-v-dae89179]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.itemBox__left__rating[data-v-dae89179]{display:block;font-size:65px;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);letter-spacing:0;line-height:.9}.itemBox__left__subrating[data-v-dae89179]{display:block;font-size:15px;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__tertiary)}.box_middle_horizontal[data-v-dae89179]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_align_right[data-v-dae89179],.itemBox__right[data-v-dae89179]{text-align:right;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;align-items:flex-end}.box_half[data-v-dae89179],.itemBox__right[data-v-dae89179],.itemBox__left[data-v-dae89179]{width:50%}.box_max[data-v-dae89179],.itemBox__right[data-v-dae89179],.itemBox__left[data-v-dae89179]{width:100%}.colC_content[data-v-bf225b5f]{position:relative}.colC_content__item[data-v-bf225b5f]{display:block;font-size:15px;line-height:1.22226;font-weight:500;letter-spacing:.01em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.limited_text[data-v-bf225b5f]{line-height:1.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;white-space:normal;-webkit-transition:max-height .333s ease-in-out;-moz-transition:max-height .333s ease-in-out;transition:max-height .333s ease-in-out}.unlimited_text[data-v-bf225b5f]{max-height:100%}.content__title[data-v-33e15405],.content__devTitle[data-v-33e15405]{display:block;font-size:15px;line-height:1.22226;font-weight:700;letter-spacing:.027em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.content__date[data-v-33e15405]{min-width:90px;display:block;text-align:right;font-size:15px;line-height:1.22226;font-weight:600;letter-spacing:.027em;font-family:var(--app_font_family_header);color:var(--app_text_color__secondary)}.content__dateBox[data-v-33e15405]{max-height:1.22226em;overflow:hidden;min-width:140px}.content__decsription[data-v-33e15405]{display:block;font-size:15px;line-height:1.22226;font-weight:500;letter-spacing:.01em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.item_box__header[data-v-33e15405]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.item_box[data-v-33e15405]{width:-webkit-calc(100vw - 100px);width:-moz-calc(100vw - 100px);width:calc(100vw - 100px);min-height:230px;border-radius:6px;padding:12px 20px;overflow:hidden;background:var(--app_confidentiality_box__bg);-webkit-box-shadow:var(--app_box_shadow);box-shadow:var(--app_box_shadow);max-width:400px}.items-list[data-v-33e15405]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;overflow:auto;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;gap:10px;margin-bottom:20px;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;padding:8px 6px;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.items-list[data-v-33e15405] ::-webkit-scrollbar{display:none}.itemsElement[data-v-33e15405]{-webkit-flex-shrink:0;flex-shrink:0;scroll-snap-align:start;padding-left:3px}.itemsElement[data-v-33e15405]:first-child{padding-left:6px}.itemsElement[data-v-33e15405]:last-child{padding-right:16px}.item[data-v-33e15405]{height:var(--app__media_itetm_height);min-width:var(--itetm_min-width);-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px #0000001a;border:var(--app__media_itetm_border_secondary_style)}.item__impress[data-v-33e15405]{height:var(--app__media_itetm_height);min-width:var(--itetm_min-width)}.box_vertical[data-v-f32973ad]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.box_vertical__center[data-v-f32973ad]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_horizontal[data-v-f32973ad],.moduleHeader[data-v-f32973ad]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_to_top[data-v-f32973ad],.moduleHeader[data-v-f32973ad]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.mediaItem[data-v-f32973ad]{height:204px;min-width:92px}.mediaItem__mobile[data-v-f32973ad]{border-radius:14px}.mediaItem__ipad[data-v-f32973ad]{border-radius:6px}.boxShadow[data-v-f32973ad]{-webkit-box-shadow:var(--app_box_big_shadow);box-shadow:var(--app_box_big_shadow)}.separator[data-v-f32973ad]{border-top:1px solid var(--app_border_subtle_transparency)}.textSecondary[data-v-f32973ad]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.text_bold[data-v-f32973ad]{font-weight:900}.moduleHeader[data-v-f32973ad]{gap:18px}.moduleHeader__title[data-v-f32973ad]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.moduleHeader__button_top[data-v-f32973ad]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.floatHeader__bg[data-v-f32973ad]{position:fixed;height:46px;width:100%;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 12px}.floatHeader__bg__blur[data-v-f32973ad]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floatHeader__bg__color[data-v-f32973ad]{background:var(--app_bg_float_nav_bar);opacity:.65}.about[data-v-f32973ad]{font-weight:600;font-family:var(--app_font_family_header);margin-top:5px;position:relative;z-index:1}.about__text[data-v-f32973ad]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);font-weight:600}.about__more[data-v-f32973ad]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);position:absolute;bottom:0;float:initial;right:0;z-index:1;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);background:var(--app_bg_color);color:var(--app_text_link_color);padding-left:4px}.about__more[data-v-f32973ad]:before{content:" ";background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--app_bg_color)));background:-webkit-linear-gradient(left,transparent,var(--app_bg_color));background:-moz-linear-gradient(left,transparent,var(--app_bg_color));background:linear-gradient(90deg,transparent,var(--app_bg_color));position:absolute;width:60px;height:20px;left:-60px}.about__more[data-v-f32973ad]:hover{text-decoration:underline}.itemSliderMinimal[data-v-f32973ad]{height:var(--app__media_itetm_height)!important;min-width:var(--itetm_min-width)!important;border-radius:var(--app__media_itetm_border_radius);background:#fff}.activeSection[data-v-f32973ad]{width:100%;min-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.activeSection__right[data-v-f32973ad]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.iconButton[data-v-f32973ad]{cursor:pointer}.newsApp__secondary_text[data-v-f32973ad]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.newsApp__log_text[data-v-f32973ad]{display:block;font-size:15px;line-height:1.22226;font-weight:500;letter-spacing:.01em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.box_vertical[data-v-b1d0dcec]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.box_vertical__center[data-v-b1d0dcec]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_horizontal[data-v-b1d0dcec],.moduleHeader[data-v-b1d0dcec]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_to_top[data-v-b1d0dcec],.moduleHeader[data-v-b1d0dcec]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.mediaItem[data-v-b1d0dcec]{height:204px;min-width:92px}.mediaItem__mobile[data-v-b1d0dcec]{border-radius:14px}.mediaItem__ipad[data-v-b1d0dcec]{border-radius:6px}.boxShadow[data-v-b1d0dcec]{-webkit-box-shadow:var(--app_box_big_shadow);box-shadow:var(--app_box_big_shadow)}.separator[data-v-b1d0dcec]{border-top:1px solid var(--app_border_subtle_transparency)}.textSecondary[data-v-b1d0dcec]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.text_bold[data-v-b1d0dcec]{font-weight:900}.moduleHeader[data-v-b1d0dcec]{gap:18px}.moduleHeader__title[data-v-b1d0dcec]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.moduleHeader__button_top[data-v-b1d0dcec]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.floatHeader__bg[data-v-b1d0dcec]{position:fixed;height:46px;width:100%;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 12px}.floatHeader__bg__blur[data-v-b1d0dcec]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floatHeader__bg__color[data-v-b1d0dcec]{background:var(--app_bg_float_nav_bar);opacity:.65}.about[data-v-b1d0dcec]{font-weight:600;font-family:var(--app_font_family_header);margin-top:5px;position:relative;z-index:1}.about__text[data-v-b1d0dcec]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);font-weight:600}.about__more[data-v-b1d0dcec]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);position:absolute;bottom:0;float:initial;right:0;z-index:1;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);background:var(--app_bg_color);color:var(--app_text_link_color);padding-left:4px}.about__more[data-v-b1d0dcec]:before{content:" ";background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--app_bg_color)));background:-webkit-linear-gradient(left,transparent,var(--app_bg_color));background:-moz-linear-gradient(left,transparent,var(--app_bg_color));background:linear-gradient(90deg,transparent,var(--app_bg_color));position:absolute;width:60px;height:20px;left:-60px}.about__more[data-v-b1d0dcec]:hover{text-decoration:underline}.itemSliderMinimal[data-v-b1d0dcec]{height:var(--app__media_itetm_height)!important;min-width:var(--itetm_min-width)!important;border-radius:var(--app__media_itetm_border_radius);background:#fff}.activeSection[data-v-b1d0dcec]{width:100%;min-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.activeSection__right[data-v-b1d0dcec]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.iconButton[data-v-b1d0dcec]{cursor:pointer}.confidentiality_list__item[data-v-b1d0dcec]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start;gap:15px;color:var(--app_text_color__primary)}.confidentiality_list__item__text[data-v-b1d0dcec]{font-weight:500;font-size:14px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);text-align:left;line-height:1.1}.confidentiality_list[data-v-b1d0dcec]{display:grid;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;list-style-type:none;padding:0;margin:0;grid-template-columns:repeat(2,1fr);text-align:center;gap:6px;-webkit-box-align:start;-webkit-align-items:start;-moz-box-align:start;align-items:start}.confidentiality_list__only_child[data-v-b1d0dcec]{grid-template-columns:1fr}.confidentiality_box[data-v-b1d0dcec]{width:100%;border-radius:14px;padding:12px 20px;background:var(--app_confidentiality_box__bg);-webkit-box-shadow:var(--app_box_shadow);box-shadow:var(--app_box_shadow)}.confidentiality_box__title[data-v-b1d0dcec]{display:block;font-size:16px;line-height:1.22226;font-weight:700;letter-spacing:.027em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);text-align:center}.confidentiality_box__description[data-v-b1d0dcec]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4;text-align:center}.confidentiality__secondary_text[data-v-b1d0dcec]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.confidentiality__log_text[data-v-b1d0dcec]{display:block;font-size:15px;line-height:1.22226;font-weight:500;letter-spacing:.01em;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.confidentiality__text_bold[data-v-b1d0dcec]{font-weight:900}.confidentiality__link[data-v-b1d0dcec]{color:var(--app_text_link_color);font-weight:400}.confidentiality__link__capitalize[data-v-b1d0dcec]{text-transform:capitalize}.box_vertical[data-v-237bdb1d]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.box_vertical__center[data-v-237bdb1d]{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_horizontal[data-v-237bdb1d],.moduleHeader[data-v-237bdb1d]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.box_to_top[data-v-237bdb1d],.moduleHeader[data-v-237bdb1d]{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start}.mediaItem[data-v-237bdb1d]{height:204px;min-width:92px}.mediaItem__mobile[data-v-237bdb1d]{border-radius:14px}.mediaItem__ipad[data-v-237bdb1d]{border-radius:6px}.boxShadow[data-v-237bdb1d]{-webkit-box-shadow:var(--app_box_big_shadow);box-shadow:var(--app_box_big_shadow)}.separator[data-v-237bdb1d]{border-top:1px solid var(--app_border_subtle_transparency)}.textSecondary[data-v-237bdb1d]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.text_bold[data-v-237bdb1d]{font-weight:900}.moduleHeader[data-v-237bdb1d]{gap:18px}.moduleHeader__title[data-v-237bdb1d]{display:block;font-size:21px;line-height:1.22226;font-weight:800;font-family:var(--app_font_family_header);color:var(--app_text_color__primary)}.moduleHeader__button_top[data-v-237bdb1d]{display:block;font-size:17px;font-weight:600;font-family:var(--app_font_family_header);color:var(--app_text_link_color);letter-spacing:.005em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;text-transform:capitalize}.floatHeader__bg[data-v-237bdb1d]{position:fixed;height:46px;width:100%;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;padding:0 12px}.floatHeader__bg__blur[data-v-237bdb1d]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floatHeader__bg__color[data-v-237bdb1d]{background:var(--app_bg_float_nav_bar);opacity:.65}.about[data-v-237bdb1d]{font-weight:600;font-family:var(--app_font_family_header);margin-top:5px;position:relative;z-index:1}.about__text[data-v-237bdb1d]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);font-weight:600}.about__more[data-v-237bdb1d]{font-weight:500;font-size:15px;font-family:var(--app_font_family_header);color:var(--app_text_color__primary);position:absolute;bottom:0;float:initial;right:0;z-index:1;-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);background:var(--app_bg_color);color:var(--app_text_link_color);padding-left:4px}.about__more[data-v-237bdb1d]:before{content:" ";background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--app_bg_color)));background:-webkit-linear-gradient(left,transparent,var(--app_bg_color));background:-moz-linear-gradient(left,transparent,var(--app_bg_color));background:linear-gradient(90deg,transparent,var(--app_bg_color));position:absolute;width:60px;height:20px;left:-60px}.about__more[data-v-237bdb1d]:hover{text-decoration:underline}.itemSliderMinimal[data-v-237bdb1d]{height:var(--app__media_itetm_height)!important;min-width:var(--itetm_min-width)!important;border-radius:var(--app__media_itetm_border_radius);background:#fff}.activeSection[data-v-237bdb1d]{width:100%;min-height:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between}.activeSection__right[data-v-237bdb1d]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:4px;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}.iconButton[data-v-237bdb1d]{cursor:pointer}.AppInfo[data-v-237bdb1d]{padding:10px 0}.AppInfo__title[data-v-237bdb1d]{display:block;font-size:14px;font-weight:400;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4}.AppInfo__link[data-v-237bdb1d]{display:block;font-size:14px;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4;color:var(--app_text_link_color);font-weight:400}.AppInfo__descriprion[data-v-237bdb1d]{display:block;font-size:14px;font-family:var(--app_font_family_common);color:var(--app_text_color__tertiary);letter-spacing:-.02em;line-height:1.4;color:var(--app_text_color__primary);font-weight:400}.devMode[data-v-d60b794e]{position:fixed;bottom:110px;right:0;background:#242424d4;padding:2px 8px;border-radius:10px 0 0 10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;color:#fff;min-width:240px;font-size:14px;z-index:122222;-webkit-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.text_min[data-v-d60b794e]{font-size:12px}.simpleButton[data-v-d60b794e]{background:#85858598;color:#fff;padding:5px 8px;border-radius:10px;margin:2px}.floatButton[data-v-d60b794e]{position:absolute;background:#85858598;color:#000;padding:5px 8px;border-radius:0 0 10px}.maxHeight[data-v-7f99f068]{height:100%}.footer[data-v-7f99f068]{position:fixed;bottom:0;left:50%;z-index:20;max-width:650px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:100%;height:60px}.footer__horizontal[data-v-7f99f068]{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around;position:absolute;z-index:20}.footer__line[data-v-7f99f068]{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;-webkit-align-content:center;align-content:center;cursor:pointer}.footer__line>span[data-v-7f99f068]{font-size:11px;font-weight:400;font-family:var(--app_font_family_header);color:var(--app_text_color__tertiary);cursor:pointer}.module[data-v-9bf127e4]{background:var(--app_module_color);width:100%;padding:var(--app_gap_common) 13px}.appComponent{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;padding:10px 5px}.appComponent__content{width:100%;max-width:650px}.clickerBlock{background:transparent;position:fixed;z-index:-10;height:0;width:0}
