/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  background: 0 0;
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

button {
  background: 0 0;
  border: none;
  outline: 0
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

ol, ul {
  list-style: none;
}
.search__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#232323;border:1px solid rgba(0,0,0,0);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;max-width:300px;min-width:300px;width:100%;z-index:100000000000009}@media(min-width:992px){.search__wrapper--active{border-color:#f60;max-width:550px;min-width:550px}}.search__wrapper input{border-radius:0 8px 8px 0;font-size:15px;height:100%;margin-left:4px;width:100%}.search__placeholder{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:#fff;font-size:12px;font-weight:400;justify-content:center;line-height:150%}.search__list,.search__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex}.search__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#232323;-ms-flex-direction:column;flex-direction:column;gap:12px;max-height:320px;overflow-y:auto;padding:18px;position:absolute;top:46px;width:100%;z-index:100000000000009}@media(min-width:992px){.search__list{border-radius:8px;max-width:550px}}.search__title{grid-gap:12px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:4em}.search__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px;overflow:hidden}.search__info>*{color:#fff;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.search__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;white-space:normal}.search__image{border-radius:4px;display:block;height:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.search__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.search__icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;justify-content:center;width:36px}.search__icon svg{color:hsla(0,0%,100%,.502);font-size:24px;margin:6px}.dropdown{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:0;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#1976d2;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}:where(:not(html,iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*{-webkit-box-sizing:border-box;box-sizing:border-box}.grid-container{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-container{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.625rem;padding-right:.625rem}@media print,screen and (min-width:40em){.grid-container.fluid{padding-left:.9375rem;padding-right:.9375rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}.button{background-color:#1976d2;border:1px solid rgba(0,0,0,0);border-radius:.5625em;color:#fefefe;cursor:pointer;display:inline-block;font-family:inherit;font-size:1rem;line-height:1;padding:.85em 1em;text-align:center;-webkit-transition:background-color .25s ease-out,color .25s ease-out;-o-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle}.button:focus,.button:hover{background-color:#f39b2e;color:#fefefe}.button.warning{background-color:#ffc928;color:#0a0a0a}a.button:focus,a.button:hover{text-decoration:none}.button.warning:focus,.button.warning:hover{background-color:#ecb100;color:#0a0a0a}.button.success{background-color:#3adb76;color:#0a0a0a}.box-shadow{-webkit-box-shadow:0 1px 5px 0 hsla(0,0%,9%,.35);box-shadow:0 1px 5px 0 hsla(0,0%,9%,.35)}ul.list-disc{list-style-type:disc}body{background-color:#eee;font-family:Nunito,sans-serif}a,body{color:#111}a{cursor:pointer}a:focus,a:hover{color:#f60}input[type=number],input[type=password],input[type=text]{height:40px;line-height:40px;padding:0 15px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}.h2,h2{font-size:calc(1.325rem + .9vw)}.h3,h3{font-size:calc(1.3rem + .6vw)}.h4,h4{font-size:calc(1.275rem + .3vw)}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}@media(min-width:1200px){.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}}.t-15{top:-15px}.l-15{left:-15px}.label{border-radius:0;cursor:default;display:inline-block;font-size:.8rem;line-height:1;padding:.33333rem .5rem;white-space:nowrap}.label.warning{background:#ffc928;color:#0a0a0a}.w-box{background-color:#fff;border-radius:3px;-webkit-box-shadow:0 2px 4px hsla(0,0%,9%,.05);box-shadow:0 2px 4px hsla(0,0%,9%,.05);margin-bottom:20px;padding:2em}.ws-nowrap{display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.s-marker{border-radius:50%}.border-none{border:none}.cursor-pointer{cursor:pointer}.position-fixed{position:fixed}.position-relative{position:relative}.position-absolute{position:absolute}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.display-block{display:block}.display-none{display:none}.display-inline-block{display:inline-block}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.t0{top:0}.r0{right:0}.l0{left:0}.w100,.width-100{width:100%}.h100,.height-100{height:100%}.padding-0{padding:0}.padding-1{padding:1rem}.padding-half{padding:.5rem}.padding-top-1{padding-top:1rem}.padding-top-2{padding-top:2rem}.padding-right-1{padding-right:1rem}.padding-left-1{padding-left:1rem}.padding-bottom-1{padding-bottom:1rem}.padding-right-0{padding-right:0}.padding-horizontal-1{padding-left:1rem;padding-right:1rem}.margin-0{margin:0}.margin-right-1{margin-right:1rem}.margin-right-2{margin-right:2rem}.margin-left-1{margin-left:1rem}.margin-vertical-0{margin-bottom:0;margin-top:0}.margin-vertical-1{margin-bottom:1rem;margin-top:1rem}.margin-top-0{margin-top:0}.margin-top-1{margin-top:1rem}.margin-bottom-1{margin-bottom:1rem}.margin-bottom-2{margin-bottom:2rem}.margin-bottom-0{margin-bottom:0}.fit-contain{-o-object-fit:contain;object-fit:contain}.padding-fit-75-bottom{padding-bottom:75%}.padding-fit-50-bottom{padding-bottom:56.25%}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.font-bold{font-weight:600}.font-italic{font-style:italic}.text-center{text-align:center}.text-left{text-align:left}.text-uppercase{text-transform:uppercase}.text-nowrap{white-space:nowrap}.text-justify{text-align:justify}.text-underline{text-decoration:underline}.text-success{color:#28a745!important}.cut-text{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.table-scroll{overflow-x:auto}.break-all{word-break:break-all}svg.c-icon{fill:currentColor;display:inline-block;text-decoration:none}.userContainer{-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;margin-left:20px}.loginButton{background-color:unset;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;font-size:15px;font-weight:500;line-height:18px;outline:none;padding:0 16px}.loginButton:hover{color:#fff}.account-info__wrapper{grid-gap:0 8px;cursor:pointer;display:grid;grid-template:"img id" "img email"/32px 120px;position:relative}.account-info__image{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#1976d2;border-radius:50%;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:img;justify-content:center;margin-top:4px;position:relative;-webkit-transition:border-color .3s ease;-o-transition:border-color .3s ease;transition:border-color .3s ease}.small{font-size:14px;line-height:20px}.account-info__email,.account-info__id{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:100%}.account-info__id{color:#fff;grid-area:id}.account-info__id a{color:#fff}.account-info__email{color:#fff;grid-area:email}.account-info__email a{color:#fff;opacity:.6}.account-info__email a:hover{text-decoration:underline}.header__control-panel svg{margin-right:8px;max-height:16px;width:16px}.account-info__wrapper svg{display:none}.account-info__image:after{border:4px solid hsla(200,9%,87%,0);border-radius:50%;content:"";height:40px;left:-4px;position:absolute;top:-4px;-webkit-transition:border .3s ease;-o-transition:border .3s ease;transition:border .3s ease;width:40px;z-index:1}.img-fit-cover img,.img-fit-cover picture{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.footer{background:#151415;padding:30px;text-align:center}.footer,.footer__menu a{color:#fff}body{--offset-right:0px;--size-avatar:32px;--gap-top:9px;--offset-avatar-top:2px;--offset-avatar-right:10px;--content-offset-top:18px;--content-offset-bottom:3px;--border-radius:0;--gap-details:5px;--gap-footer:16px;--gap-branch:19px;--color-branch:#e6e6e6;--color-inline-action:#4683d9;--gap-branch:21px;--offset-right:85px;--gap-top:0;--content-offset-top:20px;--content-offset-bottom:6px;--button-size:28px;--like-color-text-hover:#f0303d;--like-color-background-hover:#e5545e;--like-color-text-hover:#ff8a00;--like-color-background-hover:#ff8a00;--size:8px;--stroke:1px;--offset:16px;--height:40px;--font-size:16px;--border-radius:8px}@media(min-width:1240px){.app--content-entry.app--left-column-on.app--right-column-off #page_wrapper{margin:0 auto;width:1020px}}.l-relative{position:relative}.layout__content{-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;min-width:0}.layout{-ms-flex-negative:0;display:-webkit-box;display:flex;display:-ms-flexbox;flex-shrink:0;width:100%}.main{-webkit-box-flex:1;-ms-flex:1;flex:1}:root{--mobile-bar-height-raw:50px;--mobile-bar-height:calc(var(--mobile-bar-height-raw) + env(safe-area-inset-bottom))}.l-mt-28{margin-top:28px}.l-pv-32{padding-bottom:32px;padding-top:32px}.l-island-bg{background-color:#fff}@media(min-width:640px){.l-island-round{border-radius:8px}}.comments{position:relative}.comments_updates_rail{height:100%;left:100%;pointer-events:none;position:absolute}textarea{font-family:inherit}[air-settings]{display:none}.comments__body{position:relative}.comments_updates_rail__inner{height:100%;padding-bottom:180px;padding-top:30px}.comments-header{-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex;margin-bottom:2px}@media(min-width:860px){.comments-header{margin-bottom:14px;margin-top:2px}}@media(min-width:1240px){.l-island-a{margin-left:auto;margin-right:auto;width:640px}}.comments__header{margin-bottom:10px;margin-top:28px}.l-clear:after{clear:both;content:"";display:table}.t-no_select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.comments_updates{-ms-flex-align:center;-webkit-box-align:center;-ms-flex-pack:center;-webkit-box-pack:center;align-items:center;background:#fff;border-radius:48px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.25);color:#000;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;height:48px;justify-content:center;left:0;margin-left:-64px;margin-top:-24px;opacity:0;pointer-events:none;position:sticky;top:62%;-webkit-transition:opacity .2s cubic-bezier(.2,0,.2,1);-o-transition:opacity .2s cubic-bezier(.2,0,.2,1);transition:opacity .2s cubic-bezier(.2,0,.2,1);width:48px;will-change:opacity;z-index:9}.comments_updates--shown{opacity:1;pointer-events:auto}.comments_updates--zero{opacity:0;pointer-events:none}.comments_updates:hover{background:#fafafa}.comments-header__title{font-size:20px;font-weight:500;line-height:1.4em;margin-right:auto;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.comments-header__actions{-ms-flex-negative:0;-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:grid;flex-shrink:0;gap:12px;grid-auto-flow:column}@media(min-width:860px){.comments-header__actions{margin-right:18px}}.comments_pseudo_form{-ms-flex-pack:justify;-webkit-box-pack:justify;-ms-flex-align:center;-webkit-box-align:center;align-items:center;background-color:#f7f7f7;border:1px solid rgba(0,0,0,.03);border-radius:10px;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;height:48px;justify-content:space-between;padding:0 17px 0 15px;position:relative;z-index:1}.comments_pseudo_form:not(:only-child){display:none}.comment-writing{display:grid;grid-template-columns:1fr}.comments__content_wrapper__container{max-height:500px;position:relative;z-index:1}.l-pt-30{padding-top:30px}.comments__content_wrapper__button{-ms-flex-pack:center;-webkit-box-pack:center;border-top:1px solid #f7f7f7;display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:center;margin-bottom:-16px;padding-top:15px}.icon{fill:currentColor;pointer-events:none;position:relative}.comments_updates .icon{position:static}span{border:0;-webkit-box-sizing:inherit;box-sizing:inherit;font:inherit;margin:0;padding:0;vertical-align:baseline}.comments_updates__counter{-webkit-font-smoothing:antialiased;background-color:#1693e5;border-radius:10px;color:#fff;font-size:11px;left:-2px;padding:4px 6px 3px;position:absolute;top:-4px}.comments-header__action{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.comments_pseudo_form__text{color:rgba(0,0,0,.65);line-height:1.5em}.comments_pseudo_form__buttons{-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex}.comment-writing__branches{display:-ms-flexbox;display:-webkit-box;display:flex;visibility:hidden}.comment-writing__content{min-width:0}.comments__content{margin-bottom:28px;max-height:500px;overflow-y:auto}.comments__footer{position:relative;z-index:1}.comments-header__action .icon{display:block}.comments-header__action--bell .icon{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition:-webkit-transform .26s cubic-bezier(.175,.885,.32,1.5);transition:-webkit-transform .26s cubic-bezier(.175,.885,.32,1.5);-o-transition:transform .26s cubic-bezier(.175,.885,.32,1.5);transition:transform .26s cubic-bezier(.175,.885,.32,1.5);transition:transform .26s cubic-bezier(.175,.885,.32,1.5),-webkit-transform .26s cubic-bezier(.175,.885,.32,1.5)}.comments_pseudo_form__button:not(:last-child){margin-right:14px}@media(min-width:720px){.comments_pseudo_form__button_gif{display:none}}.comment__branch{-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-flex-negative:0;border-left:1px solid var(--color-branch);cursor:pointer;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:var(--gap-branch,0)}.comment__branch:not(.comment__branch--max-level):last-child:before{border:solid var(--color-branch);border-bottom-left-radius:8px;border-width:0 0 1px 1px;-webkit-box-sizing:content-box;box-sizing:content-box;content:"";display:block;height:var(--content-offset-top);margin-left:-1px;padding-bottom:calc(var(--size-avatar)*.5 + var(--offset-avatar-top));width:12px}.comment-form{background-color:#f7f7f7;border:1px solid rgba(0,0,0,.03);border-radius:10px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:48px;padding:12px 11px 11px;position:relative;-webkit-transition:background-color .1s linear,border-color .1s linear,-webkit-box-shadow .1s linear;transition:background-color .1s linear,border-color .1s linear,-webkit-box-shadow .1s linear;-o-transition:background-color .1s linear,border-color .1s linear,box-shadow .1s linear;transition:background-color .1s linear,border-color .1s linear,box-shadow .1s linear;transition:background-color .1s linear,border-color .1s linear,box-shadow .1s linear,-webkit-box-shadow .1s linear;z-index:2}@media(hover:hover){.comment-form:hover{background-color:#fff;border-color:#bdd6fa;-webkit-box-shadow:0 0 0 3px rgba(70,131,217,.12);box-shadow:0 0 0 3px rgba(70,131,217,.12)}}.comment{--offset-right:0px;--size-avatar:32px;--gap-top:9px;--offset-avatar-top:2px;--offset-avatar-right:10px;--content-offset-top:18px;--content-offset-bottom:3px;--border-radius:0;--gap-details:5px;--gap-footer:16px;--gap-branch:19px;--color-branch:#e6e6e6;--color-inline-action:#4683d9;display:grid;font-size:16px;grid-template-columns:auto 1fr;line-height:1.5em;margin-top:var(--gap-top)}@media(min-width:860px){.comment{--gap-branch:21px;--offset-right:85px}}.comment:first-child:not(.comment--pinned):not(.comment--with-donate){--gap-top:0}.comment--reply{--gap-top:0;--content-offset-top:20px;--content-offset-bottom:6px}.comments__show-all{color:#317df0;cursor:pointer;display:inline-block;font-size:17px;line-height:24px}.comments__show-all:hover{opacity:.8}.comments_pseudo_form__button .icon{display:block}.comments_pseudo_form__button .icon--v_image{fill:#2ea83a}.comments_pseudo_form__button .icon--v_gif{color:#6f77c3}.comments_pseudo_form__button .icon--v_rouble{fill:#447}.comment-form__editor{width:100%}.comment__branches{width:calc(var(--gap-branch)*(var(--level) - 1))}.comment__branches,.comment__content{display:-ms-flexbox;display:-webkit-box;display:flex}.comment__content{-webkit-box-flex:1;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:0;padding-bottom:var(--content-offset-bottom);padding-top:var(--content-offset-top)}.thesis{position:relative}.comment-form .thesis{width:100%}a{border:0;-webkit-box-sizing:inherit;box-sizing:inherit;font:inherit;margin:0;padding:0;vertical-align:baseline}.comment__avatar{-ms-flex-item-align:start;-ms-flex-negative:0;align-self:flex-start;display:-webkit-box;display:flex;display:-ms-flexbox;flex-shrink:0;height:var(--size-avatar);margin-bottom:calc(var(--size-avatar)*-1);margin-right:var(--offset-avatar-right);margin-top:var(--offset-avatar-top);width:var(--size-avatar)}@media(min-width:860px){.comment__avatar{-ms-flex-order:-2;-webkit-box-ordinal-group:-1;order:-2}}.comment__author{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:500;line-height:20px;margin-right:4px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}@media(min-width:860px){.comment__author{-ms-flex-order:-2;-webkit-box-ordinal-group:-1;order:-2}}@media(hover:hover)and (pointer:fine){a.comment__author:hover{color:var(--color-inline-action)}}.comment__icon{color:#595959;margin-right:6px}.comment__icon-action{color:#595959;cursor:pointer}@media(min-width:860px){.comment__icon{-ms-flex-order:-2;-webkit-box-ordinal-group:-1;order:-2}}@media(hover:hover)and (pointer:fine){.comment__icon-action{display:none}.comment__icon-action:hover{color:var(--color-inline-action)}.comment:hover .comment__icon-action{display:-ms-flexbox;display:-webkit-box;display:flex}}.comment__break{-ms-flex-preferred-size:100%;flex-basis:100%}.comment__detail{-webkit-box-flex:1;color:#595959;cursor:pointer;-ms-flex:1;flex:1;font-size:12px;line-height:16px;margin-right:var(--gap-details);max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.comment__break+.comment__detail{margin-left:calc(var(--size-avatar) + var(--offset-avatar-right))}@media(hover:hover)and (pointer:fine){.comment__detail:hover{color:var(--color-inline-action)}}.comment__text{-ms-flex-preferred-size:100%;word-wrap:break-word;flex-basis:100%;margin-bottom:8px;margin-top:8px;max-width:100%;overflow-wrap:break-word;padding-right:var(--offset-right)}button{background:0 0;border:0;font-family:inherit;font-size:inherit;margin:0;padding:0}.like-button{--button-size:28px;-ms-flex-align:center;-webkit-box-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;color:#595959;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;outline:none!important}.like-button--small{font-size:15px}.like-button--action-like{--like-color-text-hover:#f0303d;--like-color-background-hover:#e5545e;margin-left:-2px}.comment .like-button--action-like{margin-right:16px}.comment__action{-webkit-box-flex:1;color:#595959;cursor:pointer;-ms-flex:1;flex:1;font-size:15px;height:20px;line-height:21px;margin-right:var(--gap-footer);max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}@media(hover:hover)and (pointer:fine){.comment__action:hover{color:var(--color-inline-action)}}.like-button--action-dislike{--like-color-text-hover:#ff8a00;--like-color-background-hover:#ff8a00}.comment .like-button--action-dislike{margin-left:auto}.comment__inline-action{-ms-flex-align:center;-webkit-box-align:center;align-items:center;color:var(--color-inline-action);cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;margin-top:11px}.comment__expand-branch{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.comment__expand-branch:not(.comment__expand-branch--visible){display:none}@media(hover:hover)and (pointer:fine){.comment__inline-action:hover{color:#cd192e}}.comment--with-no-replies .comment__load-more{-ms-flex-order:2;-webkit-box-ordinal-group:3;order:2}.comment__avatar--online:after{--size:8px;--stroke:1px;-ms-flex-negative:0;background-color:#07a23b;border-radius:50%;-webkit-box-shadow:0 0 0 var(--stroke) #fff;box-shadow:0 0 0 var(--stroke) #fff;content:"";flex-shrink:0;height:var(--size);margin-left:calc(var(--size)*-1);margin-top:auto;width:var(--size);z-index:1}.comment__branch--no-border{border-color:rgba(0,0,0,0);height:0}.comment__attaches{-ms-flex-preferred-size:100%;-ms-flex-pack:start;-webkit-box-pack:start;display:grid;flex-basis:100%;gap:4px;justify-content:start;margin-bottom:14px;max-width:100%;padding-right:var(--offset-right)}.comment__media{grid-template-columns:minmax(0,400px);margin-top:14px}.comment__text~.comment__media{margin-top:2px}@media(min-width:860px){.comment__edited{-ms-flex-order:0;-webkit-box-ordinal-group:1;order:0}}.thesis__placeholder{color:#595959;display:none;font-size:16px;left:0;line-height:22px;padding:0 4px;pointer-events:none;position:absolute;top:0}.thesis--empty .thesis__placeholder{display:block}.thesis__content{padding:0 4px}.andropov_uploader{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.thesis__uploaded{margin-top:12px}.andropov_uploader:empty{display:none}.thesis__donates{margin-top:12px}.thesis__donates:empty{display:none}.thesis__panel{-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;display:-ms-flexbox;margin-top:12px}.comment__avatar__image{-ms-flex-negative:0;border-radius:50%;display:grid;flex-shrink:0;height:var(--size-avatar);overflow:hidden;width:var(--size-avatar)}.comment__avatar__image:after{border-radius:inherit;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);content:"";display:block;grid-column:1;grid-row:1;height:var(--size-avatar);width:var(--size-avatar)}.comment__icon .icon{display:block}time{border:0;-webkit-box-sizing:inherit;box-sizing:inherit;font:inherit;margin:0;padding:0;vertical-align:baseline}.comment-quote{display:grid;gap:10px;grid-template-columns:auto 1fr;padding-bottom:7px;padding-top:5px}p{border:0;-webkit-box-sizing:inherit;box-sizing:inherit;font:inherit;margin:0;padding:0;vertical-align:baseline}.like-button__icon{-ms-flex-pack:center;-webkit-box-pack:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:center;-webkit-transform:translateZ(0);transform:translateZ(0)}.like-button__icon:before{background-color:var(--like-color-background-hover);border-radius:100%;content:"";height:var(--button-size);opacity:0;position:absolute;width:var(--button-size);z-index:1}@media(min-width:860px){.like-button:hover .like-button__icon{color:var(--like-color-text-hover)}.like-button:hover .like-button__icon:before{opacity:.12}}.like-button__count{font-variant-numeric:tabular-nums;font-weight:500;margin-left:5px;position:relative}.like-button--small .like-button__count{font-weight:400}.like-button__count:before{content:"";height:var(--button-size);margin:-6px 0 0 -6px;padding:1px 6px;position:absolute;width:100%}@media(min-width:860px){.like-button:hover .like-button__count{color:var(--like-color-text-hover)}}.comment__action .icon{display:block}.andropov_image{overflow:hidden}.andropov_video{position:relative;z-index:1}.comment__text p:not(:last-child){margin-bottom:6px}.subsite-badge,[data-badge=plus]{cursor:pointer}.subsite-badge:before{content:"";height:32px;margin:-6px 0 0 -6px;position:absolute;width:32px}.subsite-badge:hover{opacity:.8}.thesis__block--text{font-size:16px;line-height:22px}.thesis__attaches{-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex}.thesis__custom_buttons{margin-left:auto;margin-right:16px}.v-button{-ms-flex-align:center;-webkit-box-align:center;--offset:16px;--height:40px;--font-size:16px;--border-radius:8px;-ms-flex-pack:center;-webkit-box-pack:center;align-items:center;background-color:#fff;border:0;border-radius:var(--border-radius);color:#000;cursor:pointer;display:-webkit-box;display:flex;display:-ms-flexbox;font-size:var(--font-size);font-weight:500;height:var(--height);justify-content:center;margin:0;outline:0;padding:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.v-button--disabled{opacity:.5;pointer-events:none}.v-button--blue{background-color:#4683d9;-webkit-box-shadow:0 1px 2px rgba(70,131,217,.48),inset 0 -1px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px rgba(70,131,217,.48),inset 0 -1px 0 rgba(0,0,0,.12);color:#fff}.v-button--blue:hover{background-color:#437cce}img{border:0;-webkit-box-sizing:inherit;box-sizing:inherit;font:inherit;margin:0;padding:0;vertical-align:baseline;visibility:hidden}img[src]{visibility:visible}.comment__avatar img{-ms-flex-negative:0;flex-shrink:0;grid-column:1;grid-row:1;height:var(--size-avatar);width:var(--size-avatar)}.comment-quote__content{min-width:0}.like-button__icon svg{stroke:currentColor}.subsite-badge .icon{display:block}.comment__text a{border-bottom:1px solid #bed0ea;color:#3766a9;cursor:pointer}.comment__text a:hover{border-bottom:1px solid #f6b4bc;color:#cd192e}.herzen{position:relative;z-index:5}.thesis__attach_something{-ms-flex-align:center;-webkit-box-align:center;-ms-flex-pack:center;-webkit-box-pack:center;align-items:center;border-radius:32px;cursor:pointer;display:-ms-flexbox;display:-webkit-box;display:flex;height:32px;justify-content:center;margin-right:6px;width:32px}@media(hover:hover){.thesis__attach_something:hover{background-color:#f2f2f2}}.ui_preloader{display:block;height:4px;pointer-events:none;position:relative;width:20px}.comment-form .ui_preloader{display:none;margin-right:10px;vertical-align:text-top}.thesis .ui_preloader{-ms-flex-order:1;-webkit-box-ordinal-group:2;display:none;order:1}.attacher[data-v-49d39f91]{position:relative}.v-button__label{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 auto;overflow:hidden;padding:0 var(--offset);-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.andropov_video__dummy{background-position:50%;background-size:cover;cursor:pointer;display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.herzen .content_editable{display:inline-block;outline:0!important;overflow-wrap:break-word;position:relative;width:100%}.thesis__block--text .content_editable{padding:3px 0}.herzen .content_editable:empty{display:block}.thesis__block--text:first-child .content_editable{padding-top:0}.herzen .content_editable:empty:before{content:"﻿"}.herzen__command_list{background-color:#fff;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.14);box-shadow:0 1px 3px rgba(0,0,0,.14);display:none;padding:5px 0;position:absolute;z-index:1}.thesis__attach_something .icon--v_image{fill:#2ea83a}.ui_preloader__dot{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:50%;display:block;float:left;position:relative;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;z-index:2}.ui_preloader .ui_preloader__dot{-webkit-animation-name:ui_preloader_pulse_1;animation-name:ui_preloader_pulse_1;background-color:#000;height:4px;margin-right:4px;opacity:.2;width:4px}.ui_preloader__dot:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.ui_preloader__dot:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s;margin-right:0!important}.attacher__button[data-v-49d39f91]{color:#447}@media(hover:hover){.attacher__button[data-v-49d39f91]:hover{background-color:#f2f2f2}}.andropov_video__dummy .icon{display:block;left:50%;position:absolute;top:50%;z-index:2}.andropov_video--service-default .andropov_video__dummy .icon{fill:rgba(31,31,30,.71);height:48px;margin-left:-24px;margin-top:-24px;-webkit-transition:fill .1s cubic-bezier(0,0,.2,1);-o-transition:fill .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1);width:48px}.ui_preloader--big{height:8px;width:40px}.andropov_video__dummy .ui_preloader{display:none;left:50%;margin-left:-18px;margin-top:-4px;position:absolute;top:50%;z-index:2}.ui_preloader--big:before{background-color:rgba(0,0,0,.5);border-radius:50%;content:"";height:60px;left:50%;margin-left:-30px;margin-top:-30px;position:absolute;top:50%;width:60px;z-index:1}.andropov_video--service-youtube .andropov_video__dummy .icon{fill:rgba(31,31,30,.81);height:48px;margin-left:-34px;margin-top:-24px;-webkit-transition:fill .2s cubic-bezier(0,0,.2,1);-o-transition:fill .2s cubic-bezier(0,0,.2,1);transition:fill .2s cubic-bezier(0,0,.2,1);width:68px}.thesis__attach_something .icon--v_rouble{fill:#447}.ui_preloader--big .ui_preloader__dot{-webkit-animation-name:ui_preloader_pulse_2;animation-name:ui_preloader_pulse_2;background-color:#fff;height:8px;margin-right:8px;opacity:.2;width:8px}@-webkit-keyframes ui_preloader_pulse_1{0%,48%{opacity:.2}24%{opacity:.8}}@keyframes ui_preloader_pulse_1{0%,48%{opacity:.2}24%{opacity:.8}}@-webkit-keyframes ui_preloader_pulse_2{0%,48%{opacity:.2}24%{opacity:.8}}@keyframes ui_preloader_pulse_2{0%,48%{opacity:.2}24%{opacity:.8}}#style-67yMo.style-67yMo{z-index:6}#style-6LzK6.style-6LzK6{height:1018px}#style-UitQT.style-UitQT{--level:1}#style-eBoTC.style-eBoTC{background-color:rgba(0,0,0,0)}#style-8KPgQ.style-8KPgQ{--level:2}#style-U3Yhk.style-U3Yhk{background-color:rgba(0,0,0,0)}#style-PEq6B.style-PEq6B{--level:2}#style-NsGMc.style-NsGMc{background-color:rgba(0,0,0,0)}#style-hIFrc.style-hIFrc{--level:2}#style-pEQ3T.style-pEQ3T{background-color:rgba(0,0,0,0)}#style-mPfRR.style-mPfRR{--level:2}#style-oOqW2.style-oOqW2{background-color:rgba(0,0,0,0)}#style-S3eDx.style-S3eDx{--level:1}#style-94DAO.style-94DAO{background-color:rgba(0,0,0,0)}#style-4okma.style-4okma{--level:2}#style-AfosZ.style-AfosZ{background-color:rgba(0,0,0,0)}#style-Nlzva.style-Nlzva{--level:2}#style-GeKZi.style-GeKZi{background-color:#fadb06}#style-24XZp.style-24XZp{max-height:300px;max-width:544px}#style-yJJ7S.style-yJJ7S{background:-webkit-gradient(linear,left top,right top,from(#ab6952),to(#000));background:-o-linear-gradient(left,#ab6952,#000);background:linear-gradient(90deg,#ab6952,#000);padding-bottom:55.1694%}#style-dVM9J.style-dVM9J{--level:2}#style-G12zt.style-G12zt{background-color:#454247}#style-mrXO1.style-mrXO1{--level:2}#style-LEqqp.style-LEqqp{background-color:#7e6e4e}#style-9zC4q.style-9zC4q{--level:1}#style-YW7JO.style-YW7JO{background-color:#dcd4cc}#style-qfYRB.style-qfYRB{--level:2}#style-z41BA.style-z41BA{background-color:#272221}#style-AO6v3.style-AO6v3{--level:1}#style-ZSP91.style-ZSP91{background-color:#413734}#style-fSvHw.style-fSvHw{max-height:300px;max-width:218px}#style-WLwda.style-WLwda{background:-webkit-gradient(linear,left top,right top,from(#e9e4da),to(#000));background:-o-linear-gradient(left,#e9e4da,#000);background:linear-gradient(90deg,#e9e4da,#000);padding-bottom:137.6652%}#style-4Fik6.style-4Fik6{--level:2}#style-RGZ1w.style-RGZ1w{background-color:#cfaa83}#style-d841q.style-d841q{--level:1}#style-AEWIc.style-AEWIc{background-color:#29282a}#style-eTOMx.style-eTOMx{--level:1}#style-elyig.style-elyig{background-color:#4d6e7a}#style-m3jL9.style-m3jL9{max-width:370px}#style-8nw8l.style-8nw8l{padding-top:64.3252%}#style-dGAx4.style-dGAx4{background-color:#2b2e2d}#style-wSlM2.style-wSlM2{--level:1}#style-k6BPY.style-k6BPY{background-color:#2f1f16}#style-59IbS.style-59IbS{--level:2}#style-9oVCU.style-9oVCU{background-color:#bc9f87}#style-k29Gc.style-k29Gc{--level:1}#style-TGasl.style-TGasl{background-color:#e4eaf9}#style-MrlR2.style-MrlR2{--level:2}#style-CXVck.style-CXVck{background-color:#726157}#style-Jar1b.style-Jar1b{max-height:300px;max-width:493px}#style-MQBLm.style-MQBLm{background:-webkit-gradient(linear,left top,right top,from(#2b2b47),to(#000));background:-o-linear-gradient(left,#2b2b47,#000);background:linear-gradient(90deg,#2b2b47,#000);padding-bottom:60.8051%}#style-qic7G.style-qic7G{--level:1}#style-ar5Ey.style-ar5Ey{background-color:#e0e0e0}#style-LjPZA.style-LjPZA{--level:1}#style-vVxNU.style-vVxNU{background-color:#c8bdb2}#style-aIoap.style-aIoap{--level:1}#style-ryFvo.style-ryFvo{background-color:#e7bd69}#style-CcpOt.style-CcpOt{--level:1}#style-fioPl.style-fioPl{background-color:#050507}#style-Sm27o.style-Sm27o{--level:2}#style-HFA6Q.style-HFA6Q{background-color:#352217}#style-1xOpA.style-1xOpA{--level:1}#style-1dUtl.style-1dUtl{background-color:#48382a}#style-vmSwG.style-vmSwG{--level:1}#style-2FYrR.style-2FYrR{background-color:#281c12}#style-n9wDl.style-n9wDl{--level:1}#style-4EcS6.style-4EcS6{background-color:#6c5a49}#style-LYXgR.style-LYXgR{--level:2}#style-Hxh5L.style-Hxh5L{background-color:#c6c3c0}#style-oZwja.style-oZwja{--level:1}#style-IqrJL.style-IqrJL{background-color:#06234e}#style-MGT7N.style-MGT7N{--level:1}#style-s1Otz.style-s1Otz{background-color:#ebebeb}#style-phUql.style-phUql{--level:1}#style-q4wFW.style-q4wFW{background-color:#437081}#style-PLekK.style-PLekK{--level:1}#style-NbTVV.style-NbTVV{background-color:#161616}#style-s7woD.style-s7woD{--level:1}#style-I7Q5M.style-I7Q5M{background-color:#b5abac}#style-hDrfe.style-hDrfe{--level:1}#style-2WoUU.style-2WoUU{background-color:#e0e0e0}#style-2obNZ.style-2obNZ{--level:1}#style-jSgll.style-jSgll{background-color:#726157}#style-X1gyi.style-X1gyi{padding-top:56.2493%}#style-31V2I.style-31V2I{background-color:#cd8c67}#style-xnSIo.style-xnSIo{--level:1}#style-snN7V.style-snN7V{background-color:#e0e0e0}#style-CWr4a.style-CWr4a{--level:1}#style-DovML.style-DovML{background-color:#060939}#style-V2oZB.style-V2oZB{--level:1}#style-8BeVb.style-8BeVb{background-color:#fc0404}#style-4VSpa.style-4VSpa{--level:1}#style-F5Zea.style-F5Zea{background-color:#352a26}#style-a1xow.style-a1xow{max-height:300px;max-width:473px}#style-FUgOm.style-FUgOm{background:-webkit-gradient(linear,left top,right top,from(#3f4043),to(#000));background:-o-linear-gradient(left,#3f4043,#000);background:linear-gradient(90deg,#3f4043,#000);padding-bottom:63.4518%}#style-lRKC3.style-lRKC3{--level:1}#style-741Nb.style-741Nb{background-color:#c9c9c9}#style-FfopR.style-FfopR{--level:1}#style-RO2m2.style-RO2m2{background-color:#cfc8b8}#style-zC3cD.style-zC3cD{max-height:300px;max-width:220px}#style-mlQxt.style-mlQxt{background:-webkit-gradient(linear,left top,right top,from(#d3a97e),to(#000));background:-o-linear-gradient(left,#d3a97e,#000);background:linear-gradient(90deg,#d3a97e,#000);padding-bottom:136.5934%}#style-AEV43.style-AEV43{--level:1}#style-ZPoiM.style-ZPoiM{background-color:#eaf0e2}#style-XyFw9.style-XyFw9{--level:2}#style-cpOnr.style-cpOnr{background-color:#7e6e4e}#style-ygChe.style-ygChe{--level:1}#style-Uh1ln.style-Uh1ln{background-color:#141414}.Collection_count__4gMJt{color:#1976d2;font-weight:700;margin-right:6px}.Grid_grid__h6E8A{-webkit-box-pack:center;-ms-flex-pack:center;display:grid;grid-template-columns:repeat(6,160px);justify-content:center;padding:0 8px;width:100%}.p-2{padding:.5rem}@media(max-width:1280px){.Grid_grid__h6E8A{grid-template-columns:repeat(6,140px)}}@media(max-width:960px){.Grid_grid__h6E8A{grid-template-columns:repeat(5,140px)}}@media(max-width:768px){.Grid_grid__h6E8A{grid-template-columns:repeat(5,110px)}}@media(max-width:600px){.Grid_grid__h6E8A{grid-template-columns:repeat(3,110px)}}@media(max-width:480px){.Grid_grid__h6E8A{grid-template-columns:repeat(2,140px)}}a{color:inherit}.Vertical_card__Sxft_{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:8px;position:relative;width:100%}.Vertical_wrapper__eThs_{margin:0;padding:0;position:relative}.Typography_caption__yY5RL{font-size:.75rem;font-weight:400;line-height:1.66}h4{margin:0;padding:0}.Typography_h6__crs2H{font-size:.85rem;font-weight:500;line-height:1.2}@media(min-width:600px){.Typography_h6__crs2H{font-size:.925rem}}@media(min-width:960px){.Typography_h6__crs2H{font-size:.875rem}}@media(min-width:1280px){.Typography_h6__crs2H{font-size:.875rem}}@media(min-width:1440px){.Typography_h6__crs2H{font-size:.9rem}}@media(min-width:1600px){.Typography_h6__crs2H{font-size:.95rem}}.rounded-md{border-radius:.375rem}.Image_container__NpLCh{background:hsla(0,0%,47%,.1);overflow:hidden;position:relative}.Image_imagePlaceholder__oa9r1{background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,56%,.15)),to(rgba(99,99,99,.15)));background:-o-linear-gradient(top,hsla(0,0%,56%,.15),rgba(99,99,99,.15));background:linear-gradient(180deg,hsla(0,0%,56%,.15),rgba(99,99,99,.15))}.Vertical_img__vaURH{margin-bottom:8px}.Image_hover__XbAZP:after{background:#fff;border-radius:0;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transition:opacity 125ms ease-in-out;-o-transition:opacity 125ms ease-in-out;transition:opacity 125ms ease-in-out;width:100%;z-index:1}.Image_hover__XbAZP:hover:after{opacity:.1}.blur{-webkit-filter:var(--tw-filter);filter:var(--tw-filter)}.Image_image__HOj0m{-webkit-transition:opacity .15s ease-in;-o-transition:opacity .15s ease-in;transition:opacity .15s ease-in}.Image_imgFluid__Men3E{height:auto;max-width:100%;width:100%}.Image_imgStatic__14_gQ{border-radius:4px;overflow:hidden;padding-top:150%;position:relative}.Image_imgStatic__14_gQ picture{display:block;height:100%;left:0;min-height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.Image_lazyLoaded__VDjoe{opacity:1}:root{--body-bg:#131415;--body-color:#ddd;--header-bg:#1c1e20;--header-link-hover:hsla(0,0%,100%,.1);--header-link-color:#ddd;--link-color-hover:#fff;--readed-active-color:#8bc34a;--readed-active-bg:#014035;--bookmark-active-color:#f90;--bookmark-active-bg:#421700;--img-bg:#000;--reader-item-page-color:#bbb;--nav-bg:#363738;--nav-button-color:#ddd;--nav-button-hover:hsla(0,0%,100%,.2);--footer-bg:#1c1e20;--footer__nav-color:#777;--popup-bg:#1d1d1f;--chapters__item-color-hover:#fff;--chapters__item-bg-hover:hsla(0,0%,100%,.15);--menu__item-bg:transparent;--menu__item-border:#38383a;--menu__item-color:#ccc;--menu__item-color-hover:#fff;--settings__row-bg:hsla(0,0%,100%,.05);--settings__row-item-color:#ddd;--settings__row-item-color-hover:#fff;--settings__row-item-bg-active:#444;--scrollbar-track:#222;--scrollbar-thumb:#444}[data-theme=light]{--body-bg:#e6e6e6;--body-color:#111;--header-bg:#fff;--header-link-hover:hsla(0,0%,100%,.1);--header-link-color:#444;--link-color-hover:#f39b2e;--readed-active-color:#8bc34a;--readed-active-bg:#014035;--bookmark-active-color:#f90;--bookmark-active-bg:#421700;--img-bg:#eee;--reader-item-page-color:#bbb;--nav-bg:hsla(0,0%,100%,.8);--nav-button-color:#000;--nav-button-hover:#fff;--footer-bg:#ddd;--footer__nav-color:#777;--popup-bg:#fafafa;--chapters__item-color-hover:#fff;--chapters__item-bg-hover:#159f84;--menu__item-bg:#e6e6e6;--menu__item-border:#d2d2d2;--menu__item-color:#4c4c4c;--menu__item-color-hover:#222;--settings__row-bg:rgba(0,0,0,.07);--settings__row-item-color:#555;--settings__row-item-color-hover:#000;--settings__row-item-bg-active:#f39b2e;--scrollbar-track:#c2c2c2;--scrollbar-thumb:#f2f2f2}body{background:#131415;color:#ddd;font-family:Roboto,sans-serif;font-size:13px;margin:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}ul{list-style:none}h1,h2,h3,h4,h5,ul{margin:0;padding:0}h1,h2,h3,h4,h5{font-weight:500}a{color:var(--header-link-color);text-decoration:none;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}a:hover{color:var(--link-color-hover)}button,input,select{font-family:inherit;outline:none}body[data-blocked]{cursor:default;overflow:hidden;padding-right:12px}.text-truncate{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.hidden,[hidden],[v-cloak]{display:none}.wrapper{margin:0 auto;max-width:1200px}.header{background:var(--header-bg);display:-webkit-box;display:-ms-flexbox;display:flex;height:50px}.header.fixed{left:0;position:sticky;right:0;top:0}.header__title{font-size:.8rem}.header__item+.header__item{margin-left:20px}.header a:hover{background:var(--header-link-hover)}.header__menu-trigger{color:#fff;cursor:pointer;line-height:50px;text-align:center;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;width:45px}.header__menu-trigger:focus,.header__menu-trigger:hover{background:#f60}.header__post-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;line-height:18px;max-width:330px;padding:7px 10px}.header__post-orig{font-size:.9em}.header__post-title{font-weight:700}.chapter__selector{display:-webkit-box;display:-ms-flexbox;display:flex}.chapter__selector-icon{line-height:50px;text-align:center;width:45px}.chapter__selector-icon.disabled{opacity:.4;pointer-events:none}.chapter__selector-trigger{cursor:pointer;line-height:18px;max-width:230px;padding:8px 10px}.chapter__selector-trigger__title{font-weight:700}.actions{font-size:16px;margin-left:auto}.action__item,.actions{display:-webkit-box;display:-ms-flexbox;display:flex}.action__item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ddd;justify-content:center;line-height:50px;min-width:40px;padding:0 12px}.action__item-label{font-size:13.5px;margin-left:10px}.readed.active{background:var(--readed-active-bg);color:var(--readed-active-color)}.bookmark.active{background:var(--bookmark-active-bg);color:var(--bookmark-active-color)}.bookmark.fixed{background:var(--header-bg);border-radius:0 0 3px 3px;position:fixed;right:5px;top:0}.reader-view{margin:0 auto;max-width:100%}.reader-view h2{font-size:1rem}.reader__item-wrap{display:none;margin:0 auto;max-width:1200px;min-width:auto;padding:1em;width:auto}.reader__item-wrap.active{display:block}.reader__item-wrap img{background:#000 url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2744%27 height=%2744%27 xmlns=%27http://www.w3.org/2000/svg%27 stroke=%27%23fff%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27 stroke-width=%272%27%3E%3Ccircle cx=%2722%27 cy=%2722%27 r=%271%27%3E%3Canimate attributeName=%27r%27 begin=%270s%27 dur=%271.8s%27 values=%271; 20%27 calcMode=%27spline%27 keyTimes=%270; 1%27 keySplines=%270.165,0.84,0.44,1%27 repeatCount=%27indefinite%27/%3E%3Canimate attributeName=%27stroke-opacity%27 begin=%270s%27 dur=%271.8s%27 values=%271; 0%27 calcMode=%27spline%27 keyTimes=%270; 1%27 keySplines=%270.3,0.61,0.355,1%27 repeatCount=%27indefinite%27/%3E%3C/circle%3E%3Ccircle cx=%2722%27 cy=%2722%27 r=%271%27%3E%3Canimate attributeName=%27r%27 begin=%27-0.9s%27 dur=%271.8s%27 values=%271; 20%27 calcMode=%27spline%27 keyTimes=%270; 1%27 keySplines=%270.165,0.84,0.44,1%27 repeatCount=%27indefinite%27/%3E%3Canimate attributeName=%27stroke-opacity%27 begin=%27-0.9s%27 dur=%271.8s%27 values=%271; 0%27 calcMode=%27spline%27 keyTimes=%270; 1%27 keySplines=%270.3,0.61,0.355,1%27 repeatCount=%27indefinite%27/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-box-shadow:0 4px 14px rgba(0,0,0,.1);box-shadow:0 4px 14px rgba(0,0,0,.1);cursor:pointer;display:block;height:auto;margin:0 auto;max-width:100%;min-width:100%;padding-bottom:1em}@media screen and (max-width:800px){.reader__item-wrap img{min-width:auto;width:auto}}.chapter__selector-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 auto;max-width:400px;padding:10px 15px 0}.chapter__selector-footer__item{background:var(--nav-bg);border-radius:20px;color:inherit;line-height:36px;padding:0 25px}.chapter__selector-footer__item:hover{background:var(--nav-button-hover)}.chapter__selector-footer__item i.fa{font-size:.85em}.nav{bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 15px;position:fixed}.nav__pages{background:#363738;border-radius:4px;line-height:35px;margin-right:5px;padding:0 10px;position:relative}.nav__pages select{border:none;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.nav__paginate{background:#363738;border-radius:4px;overflow:hidden}.nav__paginate,.nav__paginate-item{display:-webkit-box;display:-ms-flexbox;display:flex}.nav__paginate-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:0 0;border:none;color:#ddd;cursor:pointer;justify-content:center;min-height:35px;width:40px}.nav__paginate-item:hover{background:hsla(0,0%,100%,.2)}.nav__paginate-item+.nav__paginate-item{margin-left:1px}.nav__paginate-item.disabled{opacity:.4;pointer-events:none}.footer{background:var(--footer-bg);padding:20px 0}.footer__header{font-size:15px;padding:0 20px 20px}.footer__nav{color:var(--footer__nav-color);line-height:30px;text-align:center}.footer__nav a{padding:0 10px}.footer-comments-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-3px}.footer-comment-item{-webkit-box-flex:1;-ms-flex:1 0 25%;flex:1 0 25%;max-width:25%;padding:0 3px 3px 0}.footer-comment{background:#f8f8f9;border-radius:3px;color:#1976d2;display:block;padding:10px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.footer-comment:hover{background:#fff;color:#000;opacity:.8;text-decoration:none}.footer-comment-hd{-webkit-box-pack:justify;-ms-flex-pack:justify;color:#888;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.footer-comment-login{color:#111}.footer-comment-body{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.footer-comment-foto{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px;height:36px;margin-right:10px;overflow:hidden}.footer-comment-foto img{border-radius:2px;display:block;width:100%}.footer-comment-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;line-height:18px;min-width:0}.footer-comment-text{color:#333;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.footer-comment-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.footer-comment-date{color:#888;font-size:11px}.popup,.popup:before{bottom:0;left:0;position:fixed;right:0;top:0}.popup:before{background:rgba(0,0,0,.5);content:"";display:block;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;z-index:1200}.popup__content{background:#1d1d1f;height:100%;left:0;max-height:100%;max-width:320px;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:100%;will-change:transform;z-index:1300}.popup__chapters{max-width:480px}.popup__content-right{left:auto;right:0}.popup__heading{background:#1d1d1f;color:#ddd;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:700;line-height:24px;position:sticky;top:0}.popup__heading span{padding:14px 20px}.popup__heading button:focus,.popup__heading button:hover{background:#f60}.popup__heading button,popup__heading a{color:inherit;font-weight:400;text-align:center;width:40px}.popup__heading a:hover{background:rgba(0,0,0,.15)}.popup__body{padding:0 14px 20px}.popup__chapters .popup__body{padding:0 10px 15px}.chapters__item{border-radius:3px;color:inherit;font-size:14px;line-height:35px;margin-bottom:1px;padding:0 14px;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.chapters__item span{max-width:80%;overflow:hidden}.chapters__item:nth-child(2n){background:hsla(0,0%,47%,.03)}.chapters__item.active,.chapters__item:hover{background:var(--chapters__item-bg-hover);color:var(--chapters__item-color-hover)}.chapters__item.active{pointer-events:none}.popup__menu .popup__body{bottom:53px;left:0;padding:0;position:absolute;right:0;top:52px}.menu__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto}.menu__item,.menu__list{display:-webkit-box;display:-ms-flexbox;display:flex}.menu__item{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--menu__item-bg);border-top:1px solid var(--menu__item-border);color:inherit;font-size:15px;gap:15px;justify-content:flex-start;line-height:50px;padding:0 20px}.menu__item i.fa{margin-right:15px}.menu__item:hover{background:var(--header-link-hover);color:var(--menu__item-color-hover)}.popup__settings{max-width:440px}.settings__title{color:#ddd;font-size:15px;font-weight:700;margin-top:20px}.settings__row{background:hsla(0,0%,100%,.05);border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px;padding:4px}.settings__row-item{-webkit-box-flex:1;border-radius:3px;color:#ddd;-ms-flex:1;flex:1;line-height:34px;text-align:center}.settings__row-item:hover{color:#000}.settings__row-item.active{background:#444;color:#fff;pointer-events:none}.settings__row-item.disabled{opacity:.5;pointer-events:none}.chapter__selector-pad{display:none}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--scrollbar-track,#222);border-radius:3px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#444);border-radius:3px}@media screen and (max-width:1100px){.action__item-label{display:none}.header__item+.header__item{margin-left:10px}.header__post-link{max-width:220px}.footer-comment-item{-ms-flex-preferred-size:33%;flex-basis:33%;max-width:33%}.footer-comments-wrapper{padding:0 5px}.bookmark.fixed{height:40px}}@media screen and (max-width:800px){.header__item+.header__item{margin-left:0}.reader__item{min-width:100%}.header__post-link{display:none}.chapter__selector-pad{display:-webkit-box;display:-ms-flexbox;display:flex}.settings-tablet{display:none}.popup__chapters .popup__body{padding-left:5px;padding-right:5px}.footer-comments-wrapper{margin:0}.footer-comment-item{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:0;max-width:100%}}@media screen and (max-width:590px){.reader-root{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.reader-root>.reader-view{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.header__post-link{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;max-width:100%;min-width:60px}.action__item{min-width:32px;padding:0 10px}}

/*# sourceMappingURL=chapter.bundle.css.map*/