@charset "UTF-8";/*! 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.
 */

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;
}

/**
 * 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;
}
._icon_1d1wi_1 {
  display: inline-block;
  width: 100%;
  height: 100%;
}
._icon_1d1wi_1 svg {
  width: 100%;
  height: 100%;
}._group_1p4v8_1 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  gap: 16px;
  margin-bottom: 16px;
}
._group_1p4v8_1._top_1p4v8_8 {
  align-items: flex-start;
}
._group_1p4v8_1._bottom_1p4v8_11 {
  align-items: flex-end;
}
._group_1p4v8_1 ._field_1p4v8_14 {
  margin-bottom: 0;
}

._field_1p4v8_14 {
  display: block;
  position: relative;
  flex: 1;
}
._field_1p4v8_14._initial_1p4v8_23 ._input_1p4v8_23,
._field_1p4v8_14._initial_1p4v8_23 ._textarea_1p4v8_24 {
  width: auto;
}
._field_1p4v8_14._hasError_1p4v8_27 ._content_1p4v8_27 {
  border-color: #ff3748;
}
._field_1p4v8_14._focus_1p4v8_30 ._content_1p4v8_27 {
  border-color: #B7E3FF;
}
._field_1p4v8_14._disabled_1p4v8_33 {
  opacity: 0.5;
}

._title_1p4v8_37 {
  font-weight: 400;
  font-size: 12px;
  color: #545454;
  margin-bottom: 4px;
}

._wrapper_1p4v8_44 {
  position: relative;
}

._content_1p4v8_27 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D9E3F7;
  border-radius: 4px;
  overflow: hidden;
}

._icon_1p4v8_59 {
  width: 20px;
  height: 20px;
  padding: 0 5px;
}

._input_1p4v8_23 {
  flex: 1;
  background: #FFFFFF;
  border: none;
  box-sizing: border-box;
  color: #000;
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  padding: 0 12px;
  transition: border-color ease 0.1s;
}
._input_1p4v8_23._focus_1p4v8_30 {
  border-color: #B7E3FF;
}
._input_1p4v8_23::-webkit-input-placeholder {
  color: #999999;
}
._input_1p4v8_23:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
._input_1p4v8_23::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
._input_1p4v8_23:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
._input_1p4v8_23::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
._input_1p4v8_23::placeholder { /* Most modern browsers support this now. */
  color: #999999;
}

._textarea_1p4v8_24 {
  background: #FFFFFF;
  border: none;
  color: #000;
  display: block;
  width: 100%;
  min-height: 110px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  padding: 5px 12px;
  transition: border-color ease 0.1s;
  resize: none;
}
._textarea_1p4v8_24._focus_1p4v8_30 {
  border-color: #B7E3FF;
}
._textarea_1p4v8_24::-webkit-input-placeholder {
  color: #999999;
}
._textarea_1p4v8_24:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
._textarea_1p4v8_24::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
._textarea_1p4v8_24:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
._textarea_1p4v8_24::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
._textarea_1p4v8_24::placeholder { /* Most modern browsers support this now. */
  color: #999999;
}

._tooltip_1p4v8_144 {
  position: absolute;
  left: 100%;
  top: -6px;
  margin-left: 19px;
  padding: 10px 12px;
  border-radius: 4px;
  width: max-content;
  max-width: 250px;
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 90, 0.16);
  font-size: 14px;
  line-height: 20px;
  color: #545454;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.1s;
}
._tooltip_1p4v8_144._isActive_1p4v8_161 {
  opacity: 1;
  visibility: visible;
}
._tooltip_1p4v8_144:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 13px;
  width: 6px;
  height: 15px;
  background-image: url("/static/arrowLeft.f17d2c88.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

._error_1p4v8_177 {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 11px;
  color: #ff3748;
}

._datepickericon_1p4v8_185 {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 1;
  cursor: pointer;
}

._dropdown_1p4v8_195 {
  position: fixed;
  margin-top: 3px;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1px solid #D9E3F7;
  box-shadow: 2px 4px 12px rgba(118, 152, 204, 0.12);
  border-radius: 0 0 4px 4px;
  z-index: 10000;
  transition: 0.3s ease transform, 0.3s ease opacity;
  will-change: transform;
}
._dropdown_1p4v8_195._active_1p4v8_209 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

._clean_1p4v8_215 {
  position: absolute;
  right: -32px;
  top: 4px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
._clean_1p4v8_215 svg {
  fill: #4272D8;
}
._clean_1p4v8_215:hover svg {
  fill: #000F5A;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.react-datepicker {
  font-size: 12px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  padding: 0;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__header-date {
  padding: 14px 0 10px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #4272D8;
  cursor: pointer;
}

.react-datepicker__header-date--icon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  margin: -3px 0 0 0;
}
.react-datepicker__header-date--icon svg {
  fill: #4272D8;
}

.react-datepicker__header-select {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 38px;
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-direction: row;
}

.react-datepicker__header-select--row {
  width: 50%;
  overflow: auto;
}

.react-datepicker__header-select--item {
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  line-height: 32px;
  color: #545454;
  cursor: pointer;
  transition: color ease 0.1s;
}
.react-datepicker__header-select--item--active, .react-datepicker__header-select--item:hover {
  color: #000;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 14.16px;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 4px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 9px;
}
.react-datepicker__navigation--next {
  right: 9px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}
.react-datepicker__navigation svg {
  width: 100%;
  height: 100%;
  fill: #545454;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0 8.5px 12px;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0 8.5px 12px;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D9E3F7;
  box-sizing: border-box;
  border-radius: 4px;
  transition: border-color ease 0.1s;
}
.react-datepicker__input input {
  position: relative;
  z-index: 2;
  border: none;
  background: none;
  color: #000;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  padding: 0 12px;
}
.react-datepicker__input.focus {
  border-color: #B7E3FF;
}

.react-datepicker__input--icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 4px;
  pointer-events: none;
  z-index: 1;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 32px / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #4272D8;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #4272D8;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
.react-datepicker__day-name--weekend,
.react-datepicker__day--weekend,
.react-datepicker__time-name--weekend {
  color: #545454;
}
.react-datepicker__day-name--outside-month,
.react-datepicker__day--outside-month,
.react-datepicker__time-name--outside-month {
  opacity: 0;
  visibility: hidden;
}
.react-datepicker__day-name-name,
.react-datepicker__day-name,
.react-datepicker__time-name-name {
  font-weight: 600;
  color: #999999;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #4272D8;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: rgb(44.8618421053, 98.2302631579, 211.6381578947);
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #4272D8;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: rgb(44.8618421053, 98.2302631579, 211.6381578947);
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(66, 114, 216, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #4272D8;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #4272D8;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 21.6px;
}

.react-datepicker__aria-live {
  display: none;
}._dropwdown_10rho_1 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
._dropwdown_10rho_1._disabled_10rho_6 ._header_10rho_6 {
  opacity: 0.5;
  cursor: default;
}
._header_10rho_6 {
  cursor: pointer;
}
._content_10rho_15 {
  position: fixed;
  margin-top: 3px;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1px solid #D9E3F7;
  box-shadow: 2px 4px 12px rgba(118, 152, 204, 0.12);
  border-radius: 0 0 4px 4px;
  z-index: 10000;
  transition: 0.3s ease transform, 0.3s ease opacity;
  will-change: transform;
  padding: 4px 0;
  max-width: 100%;
  max-height: 250px;
  overflow: auto;
}
._content_10rho_15._fade_10rho_33 {
  margin-top: 0;
  transform: translateY(0);
  padding: 6px 0;
  border: none;
  box-shadow: 0px 4px 8px rgba(0, 15, 90, 0.16);
  border-radius: 3px;
  transition: 0.3s ease opacity;
}
._content_10rho_15._shadow_10rho_42 {
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 90, 0.1607843137);
  border: none;
  border-radius: 4px;
}
._content_10rho_15._active_10rho_47 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
._item_10rho_53 {
  display: flex;
  position: relative;
  padding: 4px 8px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  transition: color ease 0.1s;
  overflow: hidden;
  user-select: none;
}
._item_10rho_53:not(._hasClickIcon_10rho_66):hover, ._item_10rho_53:not(._hasClickIcon_10rho_66)._active_10rho_47 {
  color: #4272D8;
}
._item_10rho_53:not(._hasClickIcon_10rho_66):hover svg, ._item_10rho_53:not(._hasClickIcon_10rho_66)._active_10rho_47 svg {
  fill: #4272D8;
}
._item_10rho_53._hasClickIcon_10rho_66 ._itemContent_10rho_72:hover {
  color: #4272D8;
}
._item_10rho_53._hasClickIcon_10rho_66 ._itemIcon_10rho_75:hover svg {
  fill: #4272D8;
}
._item_10rho_53._list_10rho_78 {
  padding: 4px 10px;
}
._item_10rho_53._list_10rho_78:hover, ._item_10rho_53._list_10rho_78._active_10rho_47 {
  color: #000;
}
._item_10rho_53._list_10rho_78._active_10rho_47 {
  font-weight: 600;
}
._item_10rho_53._time_10rho_87 {
  font-size: 16px;
  text-align: center;
}
._item_10rho_53._icon_10rho_91 {
  width: 32px;
  height: 32px;
  padding: 0;
}
._itemContent_10rho_72 {
  flex: 1;
}
._itemIcon_10rho_75 {
  width: 22px;
  position: relative;
}
._itemIcon_10rho_75 svg {
  position: absolute;
  width: 22px;
  height: 22px;
  fill: #545454;
}
._checkbox_10rho_112 {
  padding: 0 8px;
}
._input_10rho_116 {
  margin-top: -4px;
  padding: 4px 8px 4px;
  background: #fff;
  position: sticky;
  top: -4px;
  z-index: 12;
}
._input_10rho_116 > div, ._input_10rho_116 label {
  margin: 0;
}
._headerContainer_10rho_128._w70_10rho_128 ._headerLabel_10rho_128 {
  width: 70px;
}
._headerContainer_10rho_128._w100_10rho_131 ._headerLabel_10rho_128 {
  width: 100px;
}
._headerContainer_10rho_128._tags_10rho_134._hasValue_10rho_134 ._headerText_10rho_134 {
  height: auto;
}
._headerContainer_10rho_128._tags_10rho_134._hasValue_10rho_134 ._headerLabel_10rho_128 {
  min-height: 30px;
  height: auto;
  padding: 3px 30px 3px 12px;
}
._headerContainer_10rho_128._tags_10rho_134 ._headerText_10rho_134 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
._headerTitle_10rho_148 {
  font-weight: 400;
  font-size: 12px;
  color: #545454;
  margin-bottom: 4px;
}
._headerLabel_10rho_128 {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D9E3F7;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  padding: 0 30px 0 12px;
  transition: border-color ease 0.1s;
}
._headerLabel_10rho_128._active_10rho_47 {
  border-color: #B7E3FF;
}
._headerLabel_10rho_128._hasError_10rho_175 {
  border-color: #ff3748;
}
._headerContent_10rho_179 {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 8px;
}
._headerText_10rho_134 {
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
}
._headerText_10rho_134._headerPlaceholder_10rho_194 {
  color: #999999;
  height: 28px;
  line-height: 28px;
}
._headerInput_10rho_200 {
  background: none;
  height: 100%;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin-left: -12px;
  padding-left: 12px;
  height: 28px;
  line-height: 28px;
}
._headerCount_10rho_213 {
  display: inline-block;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 6px;
  background: #F1F6FB;
  border-radius: 100px;
}
._headerIcon_10rho_223 {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
._headerIcon_10rho_223._headerLoading_10rho_230 svg {
  stroke: #545454;
}
._error_10rho_234 {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 11px;
  color: #ff3748;
}
._tag_10rho_134 {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  padding: 4px 24px 4px 8px;
  line-height: 1;
  background: #B7E3FF;
  border-radius: 20px;
  font-size: 14px;
  color: #545454;
  cursor: auto;
}
._tagDelete_10rho_255 {
  position: absolute;
  top: 3px;
  right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
._tagDelete_10rho_255 svg {
  fill: #545454;
  transition: fill ease 0.1s;
}
._tagDelete_10rho_255:hover svg {
  fill: #000;
}
._button_10rho_272 {
  position: sticky;
  bottom: -4px;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  color: #4272D8;
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 0;
}
._button_10rho_272:hover {
  color: #000F5A;
}
._empty_10rho_292 {
  height: 28px;
  position: relative;
  color: #545454;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
}
._loading_10rho_301 {
  height: 28px;
  position: relative;
}
._loading_10rho_301 i {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #4272D8;
  animation: _loading_10rho_301 1.5s linear infinite;
  transform: scale(0);
}
._loading_10rho_301 i:nth-child(1) {
  left: 50%;
  margin-left: -10px;
}
._loading_10rho_301 i:nth-child(2) {
  left: 50%;
  animation-delay: 0.37s;
}
._loading_10rho_301 i:nth-child(3) {
  left: 50%;
  margin-left: 10px;
  animation-delay: 0.75s;
}
._devide_10rho_330 {
  padding: 4px 8px;
}
._devideLine_10rho_334 {
  border-bottom: 1px solid #D9E3F7;
}
@keyframes _loading_10rho_301 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}._label_slkij_1 {
  position: relative;
  display: block;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 8px;
  line-height: 1;
}
._label_slkij_1:hover ._title_slkij_9 {
  color: #000;
}
._label_slkij_1 input {
  display: none;
  opacity: 0;
  position: absolute;
}
._label_slkij_1._active_slkij_17 ._icon_slkij_17 span svg,
._label_slkij_1._active_slkij_17 ._icon_slkij_17 div svg {
  fill: #4272D8;
}
._label_slkij_1._white_slkij_21._active_slkij_17 ._icon_slkij_17 span svg,
._label_slkij_1._white_slkij_21._active_slkij_17 ._icon_slkij_17 div svg {
  fill: #fff;
}

._icon_slkij_17 div,
._icon_slkij_17 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
._icon_slkij_17 div svg,
._icon_slkij_17 span svg {
  fill: #CDD0D2;
  transition: fill ease 0.1s;
}

._title_slkij_9 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  transition: color ease 0.1s;
}._counter_16ndh_1 {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 8px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
  min-height: 48px;
}
._counter_16ndh_1._active_16ndh_12 ._title_16ndh_12 {
  color: #000;
}
._counter_16ndh_1._disabled_16ndh_15 {
  opacity: 0.4;
}
._counter_16ndh_1._disabled_16ndh_15 ._checkbox_16ndh_18 label {
  cursor: auto !important;
}
._counter_16ndh_1._disabled_16ndh_15 ._title_16ndh_12 {
  color: #545454;
}
._counter_16ndh_1._disabled_16ndh_15 ._btn_16ndh_24 {
  cursor: auto;
}

._head_16ndh_28 {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
}

._title_16ndh_12 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #545454;
}

._info_16ndh_41 {
  display: flex;
  flex-wrap: nowrap;
  user-select: none;
}

._indicator_16ndh_47 {
  padding-right: 55px;
}
._indicator_16ndh_47 span {
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

._controls_16ndh_57 {
  display: flex;
  flex-wrap: nowrap;
  outline: none;
}

._count_16ndh_1 {
  min-width: 70px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  user-select: none;
}

._btn_16ndh_24 {
  width: 20px;
  height: 20px;
  background: #E8F1F6;
  box-shadow: 2px 2px 3px rgba(144, 154, 160, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: box-shadow ease 0.1s;
}
._btn_16ndh_24:hover {
  box-shadow: 2px 2px 3px rgba(144, 154, 160, 0.2);
}._toggle_qy9ut_1 {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  gap: 10px;
  padding: 2px 0;
}

._label_qy9ut_10 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #CDD0D2;
  cursor: pointer;
  transition: color ease 0.1s;
}
._label_qy9ut_10:hover, ._label_qy9ut_10._active_qy9ut_18 {
  color: #000F5A;
}
@media only screen and (min-width: 320px) {
  ._label_qy9ut_10 {
    font-size: 24px;
  }
}

._control_qy9ut_27 {
  position: relative;
  width: 30px;
  height: 16px;
  border-radius: 18px;
  border: 1.5px solid #CDD0D2;
  cursor: pointer;
}
._control_qy9ut_27._active_qy9ut_18 ._circle_qy9ut_35 {
  left: 15px;
}

._circle_qy9ut_35 {
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #4272D8;
  transition: left ease 0.1s;
}._field_p5ba5_1 {
  height: 20px;
  line-height: 20px;
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0 15px 0 0;
}
._field_p5ba5_1 input[type=file] {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  font-size: 0;
}
._field_p5ba5_1:hover ._title_p5ba5_17 {
  color: #000;
}
._field_p5ba5_1._hasValue_p5ba5_20 {
  cursor: initial;
}

._title_p5ba5_17 {
  flex: 1;
  font-weight: 400;
  font-size: 12px;
  color: #545454;
  transition: color ease 0.1s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

._icon_p5ba5_35 {
  height: 20px;
  width: 20px;
  margin-right: 2px;
}
._icon_p5ba5_35 svg {
  fill: #4272D8;
}

._value_p5ba5_44 {
  flex: 1;
  font-weight: 400;
  font-size: 12px;
  color: #545454;
  display: flex;
  align-items: center;
  overflow: hidden;
}

._text_p5ba5_54 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 22px);
}

._delete_p5ba5_61 {
  height: 20px;
  width: 20px;
  margin-left: 2px;
  flex: 1;
  cursor: pointer;
}
._delete_p5ba5_61 svg {
  fill: #4272D8;
}
._delete_p5ba5_61:hover svg {
  fill: #000F5A;
}._group_yafrn_1._horizontal_yafrn_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
._group_yafrn_1._horizontal_yafrn_1 ._field_yafrn_6 {
  flex: 1 1 30px;
}

._field_yafrn_6 {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 28px;
  line-height: 1;
  margin-bottom: 8px;
}
._field_yafrn_6._checked_yafrn_18 ._icon_yafrn_18 {
  border-color: #4272D8;
}
._field_yafrn_6._checked_yafrn_18 ._icon_yafrn_18:after {
  display: block;
}
._field_yafrn_6._disabled_yafrn_24 {
  pointer-events: none;
  opacity: 0.5;
}
._field_yafrn_6:hover ._title_yafrn_28 {
  color: #000;
}

._title_yafrn_28 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  flex: 1;
  overflow: hidden;
  transition: color ease 0.1s;
}

._input_yafrn_42 {
  display: none;
  position: absolute;
}

._icon_yafrn_18 {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  border: 1px solid #CDD0D2;
  border-radius: 50%;
  box-sizing: border-box;
  transition: background-color ease 0.1s;
}
._icon_yafrn_18:after {
  content: "";
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #4272D8;
}._tag_1os57_1 {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  padding: 4px 24px 4px 8px;
  line-height: 1;
  background: #B7E3FF;
  border-radius: 20px;
  font-size: 14px;
  color: #545454;
  cursor: auto;
}

._delete_1os57_14 {
  position: absolute;
  top: 3px;
  right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
._delete_1os57_14 svg {
  fill: #545454;
  transition: fill ease 0.1s;
}
._delete_1os57_14:hover svg {
  fill: #000;
}._digit_1ptu1_1 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 1px 0 0 1px;
}

._item_1ptu1_7 {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #D9E3F7;
  margin: -1px 0 0 -1px;
  cursor: pointer;
  color: #545454;
  transition: color ease 0.1s, background ease 0.1s;
}
._item_1ptu1_7:nth-child(7n+6), ._item_1ptu1_7:nth-child(7n+7) {
  background: rgba(84, 84, 84, 0.1);
}
._item_1ptu1_7:hover, ._item_1ptu1_7._isActive_1ptu1_21 {
  color: #fff;
  background: #4272D8;
}
._item_1ptu1_7._disabled_1ptu1_25 {
  color: #545454;
  background: none;
  opacity: 0.4;
  cursor: auto;
}._button_13sld_1._text_13sld_1 {
  color: #545454;
  background: none;
}
._button_13sld_1._text_13sld_1 ._content_13sld_5 {
  padding: 0;
}
._button_13sld_1._text_13sld_1._active_13sld_8, ._button_13sld_1._text_13sld_1:hover {
  color: #000;
  background: none;
}
._button_13sld_1._text_13sld_1._active_13sld_8 ._icon_13sld_12, ._button_13sld_1._text_13sld_1:hover ._icon_13sld_12 {
  fill: #000;
}
._button_13sld_1._text_13sld_1 ._icon_13sld_12 {
  fill: #545454;
}
._button_13sld_1._text_13sld_1 ._spinner_13sld_18 svg {
  stroke: #545454;
}
._button_13sld_1._link_13sld_21 {
  color: #4272D8;
  background: none;
}
._button_13sld_1._link_13sld_21 ._content_13sld_5 {
  padding: 0;
}
._button_13sld_1._link_13sld_21._active_13sld_8, ._button_13sld_1._link_13sld_21:hover {
  color: #000F5A;
  background: none;
}
._button_13sld_1._link_13sld_21._active_13sld_8 ._icon_13sld_12, ._button_13sld_1._link_13sld_21:hover ._icon_13sld_12 {
  fill: #000F5A;
}
._button_13sld_1._link_13sld_21 ._icon_13sld_12 {
  fill: #4272D8;
}
._button_13sld_1._link_13sld_21 ._spinner_13sld_18 svg {
  stroke: #4272D8;
}
._button_13sld_1._w100_13sld_41 {
  display: block;
  width: 100%;
}
._button_13sld_1._disabled_13sld_45 {
  cursor: initial;
  opacity: 0.7;
}
._button_13sld_1._disabled_13sld_45:hover {
  background-color: #4272D8;
}
._button_13sld_1._border_13sld_52 {
  color: #4272D8;
  background: transparent;
  border: 1px solid #4272D8;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
._button_13sld_1._border_13sld_52._active_13sld_8, ._button_13sld_1._border_13sld_52:hover {
  background: transparent;
  border-color: #000F5A;
  color: #000F5A;
}
._button_13sld_1._border_13sld_52._active_13sld_8 ._icon_13sld_12, ._button_13sld_1._border_13sld_52:hover ._icon_13sld_12 {
  fill: #000F5A;
}
._button_13sld_1._border_13sld_52._active_13sld_8 ._count_13sld_68, ._button_13sld_1._border_13sld_52:hover ._count_13sld_68 {
  background: #000F5A;
}
._button_13sld_1._border_13sld_52 ._icon_13sld_12 {
  fill: #4272D8;
}
._button_13sld_1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  background: #4272D8;
  border-radius: 4px;
  padding: 0;
  font-size: 14px;
  transition: background-color ease 0.1s, color ease 0.1s, opacity ease 0.1s, color ease 0.1s;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}
._button_13sld_1 + button {
  margin-left: 8px;
}
._button_13sld_1._active_13sld_8, ._button_13sld_1:hover {
  background-color: #205CD8;
}
._button_13sld_1._endIcon_13sld_98 ._content_13sld_5 {
  padding-right: 0;
}
._button_13sld_1._startIcon_13sld_101 ._content_13sld_5 {
  padding-left: 0;
}
._button_13sld_1._isLoading_13sld_104 ._content_13sld_5 {
  opacity: 0;
  visibility: hidden;
}
._content_13sld_5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  padding: 0 16px;
  box-sizing: border-box;
}
._spinner_13sld_18 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
._spinner_13sld_18 svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
}
._count_13sld_68 {
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  border-radius: 18px;
  background: #4272D8;
  color: #fff;
  margin: 0 0 0 4px;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
  transition: color ease 0.1s, background-color ease 0.1s;
}
._icon_13sld_12 {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  fill: #fff;
}._group_hzanq_1 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 16px;
}
._group_hzanq_1._left_hzanq_8 {
  justify-content: flex-start;
}
._group_hzanq_1._left_hzanq_8 button {
  margin: 0;
}
._group_hzanq_1._right_hzanq_14 {
  justify-content: flex-end;
}
._group_hzanq_1._center_hzanq_17 {
  justify-content: center;
}
._group_hzanq_1._vertical_hzanq_20 {
  display: block;
}
._group_hzanq_1._vertical_hzanq_20 button {
  display: block;
  margin: 0 0 16px 0;
}
._group_hzanq_1._mb30_hzanq_27 {
  margin-bottom: 30px;
}._page_ug2xq_1 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

._form_ug2xq_9 {
  background: #fff;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 14px;
  box-shadow: 0px -3px 5px rgba(206, 219, 226, 0.4);
}

._title_ug2xq_18 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1.3;
  padding: 0;
  color: #262626;
  font-family: "Roboto", sans-serif;
}

._error_ug2xq_29 {
  display: block;
  margin: 0 0 16px 0;
  font-size: 12px;
  color: #ff3333;
}

._btn_ug2xq_36 {
  margin-top: 15px;
}._content_1y6vt_1 {
  position: relative;
}

._close_1y6vt_5 {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
._close_1y6vt_5 svg {
  fill: #545454;
}
._close_1y6vt_5:hover svg {
  fill: #000;
}

._title_1y6vt_20 {
  padding: 16px 60px 16px 20px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.17;
  color: #000F5A;
  border-bottom: 1px solid #E6E6E6;
}

._description_1y6vt_30 {
  font-size: 16px;
  color: #545454;
  padding: 16px 20px;
  box-sizing: border-box;
}
._description_1y6vt_30 p {
  margin: 0 0 15px 0;
}

._buttons_1y6vt_40 {
  display: flex;
  width: 100%;
  padding: 16px 20px;
  justify-content: flex-end;
  box-sizing: border-box;
}.ReactModal__Body--open {
  overflow: hidden;
}

.ReactModal__Body--open,
.ReactModal__Html--open {
  overflow: hidden;
}

.ReactModal__Overlay {
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

.ReactModal__Overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ReactModal__Content {
  inset: 0 !important;
}

._white_1r3uz_36 ._header_1r3uz_36 {
  background: #fff;
}

._header_1r3uz_36 {
  padding: 24px 50px 16px 20px;
  border-bottom: 1px solid #D9E3F7;
  font-size: 24px;
  line-height: 1.3;
  color: #000F5A;
  background: #F1F6FB;
}

._close_1r3uz_49 {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  top: 10px;
  right: 10px;
  box-sizing: border-box;
}

._close_1r3uz_49 svg {
  width: 20px;
  height: 20px;
}

._content_1r3uz_64 {
  padding: 24px 20px 20px;
}

._content_1r3uz_64 > *:first-child {
  margin-top: 0;
}

._row_1r3uz_71 {
  margin-bottom: 8px;
}

._maxWidth_1r3uz_75 {
  max-width: 600px;
}

._title_1r3uz_79 {
  display: block;
  padding: 0;
  margin: 32px 0 16px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #000F5A;
}

._text_1r3uz_89 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  margin: 0 0 16px 0;
}

._text_1r3uz_89 p {
  padding: 0;
  margin: 0 0 16px 0;
}

._text_1r3uz_89 a {
  color: #4272D8;
  transition: color ease 0.1s;
}

._text_1r3uz_89 a:hover {
  color: #000F5A;
}

._bold_1r3uz_108 {
  color: #000;
  font-weight: 600;
}

._list_1r3uz_113 {
  margin: 0 0 24px 0;
  padding: 0;
}

._listItem_1r3uz_118 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  margin-bottom: 4px;
  padding-left: 24px;
}

._listItem_1r3uz_118:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
  background: #4272D8;
}

._alert_1r3uz_139 {
  position: relative;
  background: #F1F6FB;
  border-radius: 4px;
  padding: 12px 27px 12px 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
}

._alert_1r3uz_139 p {
  padding: 0;
  margin: 0 0 16px 0;
}

._alert_1r3uz_139 p:last-child {
  margin: 0;
}

._alert_1r3uz_139 a {
  color: #4272D8;
  transition: color ease 0.1s;
}

._alert_1r3uz_139 a:hover {
  color: #000F5A;
}

._alert_1r3uz_139:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url("/static/info.7d85d841.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

._group_1r3uz_176 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 0 32px 0;
  gap: 24px;
}

._groupTitle_1r3uz_183 {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #000000;
}

._groupDescription_1r3uz_191 {
  display: block;
  margin: 8px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
}

._groupIcon_1r3uz_200 {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}

._groupIcon_1r3uz_200 svg {
  fill: #545454;
}

._location_1r3uz_211 ._title_1r3uz_79 {
  margin-top: 0;
  font-size: 24px;
}

._location_1r3uz_211 > *:first-child {
  margin-top: 0;
}

._image_1r3uz_219 {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 16px;
  overflow: hidden;
}

._image_1r3uz_219 img {
  display: block;
  width: 100%;
  height: auto;
}

._image_1r3uz_219 iframe {
  border: none;
  width: 100%;
  height: 500px;
}

._social_1r3uz_236 {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

._socialLink_1r3uz_242 {
  display: block;
  width: 20px;
  height: 20px;
}

._socialLink_1r3uz_242 svg {
  fill: #999;
  transition: fill ease 0.1s;
}

._socialLink_1r3uz_242:hover svg {
  fill: #000;
}

._footer_1r3uz_255 {
  padding-top: 24px;
}

._footer_1r3uz_255._between_1r3uz_258 {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

._annotate_1r3uz_265 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #545454;
}._container_169fa_1 {
  position: relative;
  padding-bottom: 56.25%;
}

._iframe_169fa_6 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}._questionIcon_qyngz_1 {
  display: inline-block;
  margin: 0 4px;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  vertical-align: middle;
  line-height: 1;
}

._container_qyngz_15 {
  position: relative;
}

._header_qyngz_19 {
  cursor: pointer;
}

._tooltip_qyngz_23 {
  display: none;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 15, 90, 0.16);
  border-radius: 4px;
  bottom: 100%;
  margin-bottom: 10px;
  right: 0;
  z-index: 100000;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  height: max-content;
  width: max-content;
  color: #545454;
  transition: opacity 0.3s, transform 0.2s;
  transform: translateY(3px);
  opacity: 0;
  visibility: hidden;
  will-change: transform;
}

._tooltip_qyngz_23:last-child {
  display: block;
}

._tooltip_qyngz_23._active_qyngz_49 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

._tooltip_qyngz_23._left-top_qyngz_54:after {
  left: 23px;
  right: initial;
}

._tooltip_qyngz_23._overlay_qyngz_58:after {
  left: 15px;
  right: initial;
}

._tooltip_qyngz_23._blue_qyngz_62 {
  background-color: #4272D8;
  color: #fff;
}

._tooltip_qyngz_23._blue_qyngz_62 a {
  color: #fff;
}

._tooltip_qyngz_23._blue_qyngz_62 a:hover {
  color: #000F5A;
}

._tooltip_qyngz_23._red_qyngz_72 {
  background-color: #FC5849;
  color: #fff;
}

._tooltip_qyngz_23._red_qyngz_72 a {
  color: #fff;
}

._tooltip_qyngz_23._red_qyngz_72 a:hover {
  color: #000F5A;
}

._tooltip_qyngz_23 a {
  color: #4272D8;
  transition: color ease 0.1s;
}

._tooltip_qyngz_23 a:hover {
  color: #000F5A;
}

._tooltip_qyngz_23 p {
  padding: 0;
  margin: 0 0 5px 0;
}

._tooltip_qyngz_23 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

._tooltip_qyngz_23 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
}

._tooltip_qyngz_23 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4272D8;
}._header_1daf9_1 {
  background: #F1F6FB;
  overflow: hidden;
  padding: 24px 12px 24px;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  ._header_1daf9_1 {
    padding: 24px 30px;
  }
}
@media only screen and (min-width: 320px) {
  ._header_1daf9_1 {
    padding: 30px;
  }
}
@media only screen and (min-width: 320px) {
  ._head_1daf9_1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
}
._topline_1daf9_27 {
  display: flex;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
._back_1daf9_34 {
  display: none;
  width: 46px;
  height: 46px;
  margin-top: 1px;
  margin-left: -18px;
  cursor: pointer;
}
@media only screen and (min-width: 320px) {
  ._back_1daf9_34 {
    display: block;
  }
}
._back_1daf9_34 svg {
  fill: #000F5A;
}
._back_1daf9_34:hover svg {
  fill: #000F5A;
}
._title_1daf9_54 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  color: #000F5A;
  margin: 0;
  padding: 0;
  flex: 1;
}
@media only screen and (min-width: 320px) {
  ._title_1daf9_54 {
    font-size: 40px;
    line-height: 1.2;
  }
}
._menu_1daf9_70 {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 320px) {
  ._menu_1daf9_70 {
    margin: 0;
  }
}
._tooltip_1daf9_79 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 320px) {
  ._tooltip_1daf9_79 {
    margin: 0;
  }
}
._tooltipIcon_1daf9_92 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin-left: 4px;
  margin-top: -3px;
}
._announce_1daf9_103 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 320px) {
  ._announce_1daf9_103 {
    margin: 32px 0 0 0;
  }
}
@media only screen and (min-width: 320px) {
  ._announce_1daf9_103 {
    font-size: 24px;
    line-height: 1.5;
  }
}._rubric_k9a8m_1 {
  position: relative;
  background-color: #fff;
  padding: 24px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  ._rubric_k9a8m_1 {
    padding: 32px 0 0;
  }
}
@media only screen and (min-width: 320px) {
  ._rubric_k9a8m_1 {
    padding: 32px 0 0;
  }
}
._rubric_k9a8m_1._blue_k9a8m_17 {
  background-color: #F1F6FB;
  padding: 0 12px 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  ._rubric_k9a8m_1._blue_k9a8m_17 {
    padding: 0 30px 0;
  }
}
@media only screen and (min-width: 320px) {
  ._rubric_k9a8m_1._blue_k9a8m_17 {
    padding: 0 30px 0;
  }
}
._rubric_k9a8m_1._article_k9a8m_32 {
  padding-bottom: 0;
}
._rubric_k9a8m_1 > div:first-child {
  margin-top: 0;
}._header_1weox_1 {
  margin: 40px 0 18px;
  width: 100%;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 60px 0 24px;
  }
}
._header_1weox_1._h2_1weox_13 {
  margin: 24px 0 18px;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._h2_1weox_13 {
    margin: 32px 0 24px;
  }
}
._header_1weox_1._h2_1weox_13 ._title_1weox_21 {
  font-size: 20px;
  line-height: 1.17;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._h2_1weox_13 ._title_1weox_21 {
    font-size: 24px;
  }
}
._header_1weox_1._h3_1weox_30 {
  margin: 16px 0 18px;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._h3_1weox_30 {
    margin: 20px 0 24px;
  }
}
._header_1weox_1._h3_1weox_30 ._title_1weox_21 {
  color: #000;
  font-size: 16px;
  line-height: 1.17;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._h3_1weox_30 ._title_1weox_21 {
    font-size: 16px;
  }
}
._header_1weox_1._h4_1weox_48 {
  margin: 16px 0 18px;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._h4_1weox_48 {
    margin: 20px 0 24px;
  }
}
._header_1weox_1._h4_1weox_48 ._title_1weox_21 {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._h4_1weox_48 ._title_1weox_21 {
    font-size: 20px;
  }
}
._header_1weox_1._modal_1weox_66 {
  margin: 16px 0 16px 0;
}
._header_1weox_1._modal_1weox_66 ._title_1weox_21 {
  font-size: 16px;
  line-height: 1.17;
}
._header_1weox_1._t24_1weox_73 {
  margin: 18px 0 18px;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._t24_1weox_73 {
    margin: 24px 0 24px;
  }
}
._header_1weox_1._article_1weox_81 {
  margin: 18px 0 0;
}
@media only screen and (min-width: 320px) {
  ._header_1weox_1._article_1weox_81 {
    margin: 24px 0 0;
  }
}
._title_1weox_21 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  color: #000F5A;
  max-width: 600px;
  flex: 1;
}
@media only screen and (min-width: 320px) {
  ._title_1weox_21 {
    font-size: 32px;
    line-height: 1.25;
  }
}
._subTitle_1weox_105 {
  color: #999;
  font-size: 12px;
  margin-left: 10px;
}
@media only screen and (min-width: 320px) {
  ._subTitle_1weox_105 {
    font-size: 16px;
  }
}
._menu_1weox_116 {
  margin-top: 15px;
}
@media only screen and (min-width: 320px) {
  ._menu_1weox_116 {
    margin-top: 0;
  }
}._cards_1sb2i_1 {
  margin: 24px 0 20px 0;
}
@media only screen and (min-width: 320px) {
  ._cards_1sb2i_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0 30px 0;
  }
}
._cards_1sb2i_1._bottom_1sb2i_12 ._item_1sb2i_12 {
  flex-direction: column-reverse;
}
._cards_1sb2i_1._bottom_1sb2i_12 ._image_1sb2i_15 {
  justify-content: flex-start;
  margin: 0 0 8px 0;
}
._cards_1sb2i_1._bottom_1sb2i_12 ._image_1sb2i_15 img {
  width: 64px;
  height: 46px;
}
._cards_1sb2i_1._bottom_1sb2i_12 ._title_1sb2i_23 {
  font-size: 14px;
  -webkit-line-clamp: 4;
  max-height: 70px;
}
._item_1sb2i_12 {
  padding: 16px 16px 20px;
  border: 2px solid #D9E3F7;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 0 8px 0;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: border ease 0.1s;
}
@media only screen and (min-width: 320px) {
  ._item_1sb2i_12 {
    height: 200px;
    margin: 0;
  }
}
._item_1sb2i_12:hover {
  border-color: #4272D8;
}
._item_1sb2i_12:hover ._title_1sb2i_23 {
  color: #4272D8;
}
._title_1sb2i_23 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #000F5A;
  transition: color ease 0.1s;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 125px;
  overflow: hidden;
}
._image_1sb2i_15 {
  display: flex;
  justify-content: flex-end;
}
._image_1sb2i_15 img {
  display: block;
  width: 48px;
  height: 48px;
}._link_1oidv_1 {
  cursor: pointer;
}._list_15wxg_1 {
  margin: 24px 0 20px 0;
}
@media only screen and (min-width: 320px) {
  ._list_15wxg_1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin: 30px 0 30px 0;
  }
}
@media only screen and (min-width: 320px) {
  ._list_15wxg_1._supertag_15wxg_14 ._article_15wxg_14:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
  ._list_15wxg_1._supertag_15wxg_14 ._article_15wxg_14:first-child ._title_15wxg_18 {
    font-size: 24px;
    line-height: 1.17;
    display: block;
    -webkit-line-clamp: initial;
    max-height: initial;
  }
}
._list_15wxg_1._supertag_15wxg_14 ._article_15wxg_14 ._title_15wxg_18 {
  color: #000F5A;
  font-weight: 500;
}
._list_15wxg_1._supertag_15wxg_14 ._article_15wxg_14 ._title_15wxg_18:hover {
  color: #4272D8;
}
._article_15wxg_14 {
  display: block;
  margin: 0 0 32px 0;
}
@media only screen and (min-width: 320px) {
  ._article_15wxg_14 {
    margin: 0;
  }
}
._article_15wxg_14:hover ._mediaBG_15wxg_42 {
  z-index: 1;
  opacity: 1;
}
._article_15wxg_14:hover ._title_15wxg_18 {
  color: #4272D8;
}
._article_15wxg_14._supertag_15wxg_14 ._media_15wxg_42 {
  margin: 0 0 8px 0;
}
._article_15wxg_14._supertag_15wxg_14 ._title_15wxg_18 {
  line-height: 1.14;
  color: #000;
  font-size: 14px;
  max-height: 48px;
}
._article_15wxg_14._supertag_15wxg_14 ._announce_15wxg_58 {
  font-size: 14px;
}
._article_15wxg_14._supertag_15wxg_14._noPhoto_15wxg_61 ._title_15wxg_18 {
  font-size: 20px;
}
._article_15wxg_14._supertag_15wxg_14:hover ._title_15wxg_18 {
  color: #4272D8;
}
._media_15wxg_42 {
  position: relative;
  display: block;
  margin: 0 0 8px 0;
  overflow: hidden;
}
._media_15wxg_42 img,
._media_15wxg_42 video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
}
._media_15wxg_42._supertag_15wxg_14, ._media_15wxg_42._lecture_15wxg_85, ._media_15wxg_42._default_15wxg_85 {
  padding-bottom: 56.25%;
}
._media_15wxg_42._face_15wxg_88 {
  padding-bottom: 150%;
}
._media_15wxg_42 *[data-video=true] {
  max-width: 1000px;
}
._img_15wxg_95 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
._img_15wxg_95 img {
  min-height: 100%;
  object-fit: cover;
}
._time_15wxg_108 {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 13px;
  padding: 0 4px;
  height: 15px;
  line-height: 14px;
  font-size: 10px;
  color: #fff;
}
._imgIcon_15wxg_121 {
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  box-shadow: -5px 5px 9px 2px rgba(68, 71, 77, 0.1);
}
._imgIcon_15wxg_121 svg {
  fill: #000;
}
._spigel_15wxg_136 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
._spigel_15wxg_136 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
._mediaBG_15wxg_42 {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.1s;
}
._author_15wxg_168 {
  display: block;
  padding-bottom: 4px;
  border-bottom: 1px solid #D9E3F7;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #4272D8;
  margin-bottom: 8px;
}
._info_15wxg_179 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 8px 0;
}
._date_15wxg_186 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
._title_15wxg_18 {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.14;
  color: #000F5A;
  margin: 0 0 8px 0;
  transition: color ease 0.1s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 70px;
  overflow: hidden;
}
._announce_15wxg_58 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  overflow: hidden;
}
._hits_15wxg_221 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #999;
  transition: color ease 0.1s;
}
._hits_15wxg_221 ._icon_15wxg_228 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: -2px;
}
._hits_15wxg_221 ._icon_15wxg_228 svg {
  fill: #999;
}._controls_d2oa4_1 {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  height: 68px;
  transition: opacity 0.2s ease;
  opacity: 0;
  user-select: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 90%, rgba(0, 0, 0, 0) 100%);
}
._controls_d2oa4_1:hover {
  opacity: 1;
}
._controls_d2oa4_1._show_d2oa4_16 {
  opacity: 1;
}
._controls_d2oa4_1._show_d2oa4_16 ._progressMouse_d2oa4_19 {
  opacity: 1;
}
._controls_d2oa4_1._move_d2oa4_22 {
  opacity: 1;
}
._controls_d2oa4_1._over_d2oa4_25 {
  opacity: 1;
}

._play_d2oa4_29 {
  position: absolute;
  left: 7px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
._play_d2oa4_29 svg {
  fill: #fff;
}

._live_d2oa4_54 {
  position: absolute;
  bottom: 24px;
  left: 55px;
  padding: 0 8px;
  background-color: #da2128;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
}

._time_d2oa4_67 {
  position: absolute;
  bottom: 24px;
  left: 55px;
}

._duration_d2oa4_73 {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: 0;
  display: inline-block;
  min-width: 20px;
  width: auto;
  font-weight: 600;
  color: #fff;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

._devide_d2oa4_89 {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}

._soundBar_d2oa4_97 {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 105px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  bottom: 100%;
}

._sound_d2oa4_97 {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  outline: 0;
  position: absolute;
  bottom: 15px;
  right: 60px;
  z-index: 2;
  display: block;
}
._sound_d2oa4_97:hover ._soundBar_d2oa4_97, ._sound_d2oa4_97._move_d2oa4_22 ._soundBar_d2oa4_97 {
  opacity: 1;
  visibility: visible;
}

._soundIcon_d2oa4_133 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
._soundIcon_d2oa4_133 svg {
  fill: #fff;
}

._soundSlider_d2oa4_155 {
  margin: 10px;
  width: 10px;
  height: 85px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0;
  user-select: none;
  position: relative;
}

._soundVolume_d2oa4_169 {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

._fullscreen_d2oa4_177 {
  position: absolute;
  right: 13px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
._fullscreen_d2oa4_177 svg {
  fill: #fff;
}

._progress_d2oa4_19 {
  display: inline-block;
  text-align: center;
  margin: 0;
  outline: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  width: auto;
  min-width: 40px;
  height: 12px;
  -ms-touch-action: none;
  touch-action: none;
  padding: 4px 0;
  cursor: pointer;
  box-sizing: border-box;
}

._progressPadding_d2oa4_221 {
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

._progressLoad_d2oa4_228 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgba(84, 84, 84, 0.5);
  pointer-events: none;
}

._progressMouse_d2oa4_19 {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  pointer-events: none;
}
._progressMouse_d2oa4_19._active_d2oa4_253 {
  display: block;
  visibility: visible;
  opacity: 1;
}

._progressTooltip_d2oa4_259 {
  border-radius: 2px;
  float: right;
  font-size: 8px;
  line-height: 18px;
  padding: 0 8px;
  pointer-events: none;
  position: absolute;
  top: -29px;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  left: 50%;
  transform: translateX(-50%);
}

._progressCurrent_d2oa4_275 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}._background_1huv2_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._background_1huv2_1._playing_1huv2_13 {
  background: none;
  opacity: 0;
}

._play_1huv2_13 {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  box-shadow: -13px 15px 20px 2px rgba(68, 71, 77, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}
._play_1huv2_13 svg {
  fill: #000 !important;
}._container_fkxpk_1 {
  max-width: 600px;
}
._container_fkxpk_1._fullscreen_fkxpk_4 {
  max-width: 100% !important;
  height: 100%;
}

._video_fkxpk_9 {
  position: relative;
  padding-top: 56.25%;
  background: rgba(0, 0, 0, 0.3);
}
._video_fkxpk_9._fullscreen_fkxpk_4 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
._video_fkxpk_9._show_fkxpk_20 ._controls_fkxpk_20 {
  opacity: 1;
}

._controls_fkxpk_20 {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  height: 68px;
  transition: opacity 0.2s ease;
  opacity: 0;
}
._controls_fkxpk_20:hover {
  opacity: 1;
}

._progress_fkxpk_38 {
  display: inline-block;
  text-align: center;
  margin: 0;
  outline: 0;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  width: auto;
  min-width: 40px;
  height: 12px;
  -ms-touch-action: none;
  touch-action: none;
  padding: 4px 0;
  cursor: pointer;
  box-sizing: border-box;
}

._progressPadding_fkxpk_57 {
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

._progressLoad_fkxpk_64 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: rgba(84, 84, 84, 0.5);
  pointer-events: none;
}

._progressMouse_fkxpk_77 {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
  pointer-events: none;
}
._progressMouse_fkxpk_77._active_fkxpk_89 {
  display: block;
  visibility: visible;
  opacity: 1;
}

._progressTooltip_fkxpk_95 {
  border-radius: 2px;
  float: right;
  font-size: 8px;
  line-height: 18px;
  padding: 0 8px;
  pointer-events: none;
  position: absolute;
  top: -29px;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  left: 50%;
  transform: translateX(-50%);
}

._progressCurrent_fkxpk_111 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}

._progressButton_fkxpk_124 {
  position: absolute;
  left: 7px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
._progressButton_fkxpk_124 svg {
  fill: #fff;
}

._time_fkxpk_149 {
  position: absolute;
  bottom: 25px;
  left: 55px;
}

._duration_fkxpk_155 {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: 0;
  display: inline-block;
  min-width: 20px;
  width: auto;
  font-weight: 600;
  color: #fff;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

._devide_fkxpk_171 {
  display: inline-block;
  padding: 0 5px;
  height: 16px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

._full_fkxpk_4 {
  position: absolute;
  right: 13px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
._full_fkxpk_4 svg {
  fill: #fff;
}

._soundBar_fkxpk_205 {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 105px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
  bottom: 100%;
}

._sound_fkxpk_205 {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  outline: 0;
  position: absolute;
  bottom: 15px;
  right: 60px;
  z-index: 2;
  display: block;
}
._sound_fkxpk_205:hover ._soundBar_fkxpk_205, ._sound_fkxpk_205._move_fkxpk_236 ._soundBar_fkxpk_205 {
  opacity: 1;
  visibility: visible;
}

._soundIcon_fkxpk_241 {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  appearance: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
._soundIcon_fkxpk_241 svg {
  fill: #fff;
}

._soundSlider_fkxpk_263 {
  margin: 10px;
  width: 10px;
  height: 85px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0;
  user-select: none;
  position: relative;
}

._soundVolume_fkxpk_277 {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}._tab_1871t_1 {
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
._tab_1871t_1:first-child {
  margin-top: 0;
}
._tab_1871t_1._transparent_1871t_9 {
  background: transparent;
}
._tab_1871t_1._transparent_1871t_9 ._item_1871t_12 {
  color: #999999;
}
._tab_1871t_1._transparent_1871t_9 ._item_1871t_12:hover, ._tab_1871t_1._transparent_1871t_9 ._item_1871t_12._active_1871t_15 {
  color: #000F5A;
  background: transparent;
}
._item_1871t_12 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #545454;
  transition: color ease 0.1s, border-bottom ease 0.1s;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
._item_1871t_12._active_1871t_15 {
  background-color: #fff;
  color: #000F5A;
  border-bottom: 1px solid #000F5A;
}
._item_1871t_12._active_1871t_15:hover {
  color: #000;
}
._item_1871t_12:hover {
  color: #4272D8;
}._tab_174iy_1 {
  display: grid;
  overflow: hidden;
  margin-bottom: 12px;
}

._inner_174iy_7 {
  max-width: 100%;
  overflow: auto;
  display: flex;
  gap: 10px;
}

@media only screen and (min-width: 320px) {
  ._inner_174iy_7 {
    flex-direction: column;
  }
}

._item_174iy_19 {
  display: inline-block;
  border: 1px solid #B7E3FF;
  border-radius: 4px;
  padding: 7px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
  cursor: pointer;
  transition: background-color ease 0.1s;
  min-width: 200px;
}

._item_174iy_19._active_174iy_32 {
  color: #000;
  background-color: #CBEBFF;
}

@media only screen and (min-width: 320px) {
  ._item_174iy_19 {
    min-width: min-content;
  }
}._logo_gnnjj_1 {
  margin: 24px 0;
}
@media only screen and (min-width: 320px) {
  ._logo_gnnjj_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 24px 0 40px 0;
  }
}
._item_gnnjj_13 {
  background: #FFFFFF;
  border: 1px solid #D9E3F7;
  border-radius: 4px;
  display: flex;
  width: 100%;
  margin: 0 0 12px 0;
  transition: border ease 0.1s;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100px;
  box-sizing: border-box;
}
._item_gnnjj_13._active_gnnjj_28, ._item_gnnjj_13:hover {
  border-color: #4272D8;
}
._item_gnnjj_13 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 160px;
  height: 34px;
}
@media only screen and (min-width: 320px) {
  ._item_gnnjj_13 {
    margin: 0;
  }
}._block_1a11i_1 {
  margin: 24px 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  ._block_1a11i_1 {
    margin: 32px 0 24px;
  }
}
._block_1a11i_1._modal_1a11i_11 {
  margin: 0 0 16px 0;
}
._block_1a11i_1._modal_1a11i_11 ._text_1a11i_14 {
  font-size: 14px;
}
._text_1a11i_14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
}
._text_1a11i_14 p {
  margin: 0 0 8px 0;
  padding: 0;
}
._text_1a11i_14 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._text_1a11i_14 a:hover {
  color: #000F5A;
}._list_jfwk2_1 {
  width: 100%;
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 320px) {
  ._list_jfwk2_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 0 32px 0;
  }
}
._list_jfwk2_1._w600_jfwk2_13 {
  max-width: 600px;
}
._list_jfwk2_1._w620_jfwk2_16 {
  max-width: 620px;
}
@media only screen and (min-width: 320px) {
  ._list_jfwk2_1._w620_jfwk2_16 {
    grid-template-columns: repeat(2, 1fr);
  }
}
._card_jfwk2_25 {
  padding: 16px 20px 20px;
  background: #F1F6FB;
  border-radius: 4px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 320px) {
  ._card_jfwk2_25 {
    margin: 0;
  }
}
._card_jfwk2_25._blue_jfwk2_36 {
  background: #D8E5F2;
}
._header_jfwk2_40 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
._title_jfwk2_46 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #545454;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._icon_jfwk2_57 {
  margin: 24px 0 20px;
  height: 58px;
}
._icon_jfwk2_57 img,
._icon_jfwk2_57 svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
}
._download_jfwk2_69 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
._downloadItem_jfwk2_75 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #4272D8;
  transition: colo ease 0.1s;
  cursor: pointer;
}
._downloadItem_jfwk2_75:hover {
  color: #000F5A;
}
._downloadItem_jfwk2_75:hover ._downloadIcon_jfwk2_86 svg {
  fill: #000F5A;
}
._downloadIcon_jfwk2_86 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  width: 20px;
  height: 20px;
}
._downloadIcon_jfwk2_86 svg {
  fill: #4272D8;
  transition: fill ease 0.1s;
}._back_1sges_1 {
  margin: 0 0 24px 0;
}

._title_1sges_5 {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  color: #4272D8;
  transition: color ease 0.1s;
}

._title_1sges_5:hover {
  color: #000F5A;
}

._title_1sges_5:hover svg {
  fill: #000F5A;
}

._icon_1sges_20 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 20px;
  margin: 0 5px 0 0;
}

._icon_1sges_20 svg {
  position: absolute;
  top: -11px;
  left: -10px;
  width: 46px;
  height: 40px;
  fill: #4272D8;
  transition: fill ease 0.1s;
}._toggle_1asq5_1 {
  display: flex;
  flex-wrap: nowrap;
}

._icon_1asq5_6 {
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 2px;
  cursor: pointer;
}

._icon_1asq5_6 svg {
  fill: #CDD0D2;
  transition: fill ease 0.1s;
}

._icon_1asq5_6:hover svg, ._icon_1asq5_6._active_1asq5_17 svg {
  fill: #4272D8;
}._alert_o4h9i_1 {
  position: relative;
  max-width: 600px;
  box-sizing: border-box;
  background: #EDF8FF;
  border-radius: 4px;
  padding: 12px 12px 12px 50px;
  margin-bottom: 24px;
}

._icon_o4h9i_11 {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
}

._content_o4h9i_19 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
}

._content_o4h9i_19 p {
  margin: 0 0 4px 0;
  padding: 0;
}

._content_o4h9i_19 p:last-child {
  margin: 0;
}

._content_o4h9i_19 a {
  color: #4272D8;
  transition: color ease 0.1s;
}

._content_o4h9i_19 a:hover {
  color: #000F5A;
}._container_rph9k_1 {
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 24px;
}

._step_rph9k_7 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #CDD0D2;
  padding: 0 26px 6px 0;
  transition: color ease 0.1s, background-color ease 0.1s;
}

._step_rph9k_7._active_rph9k_18 {
  color: #4272D8;
}

._step_rph9k_7._active_rph9k_18 ._progress_rph9k_21 {
  transform: translateX(0);
}

._line_rph9k_25 {
  position: absolute;
  height: 2px;
  background: #CDD0D2;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

._progress_rph9k_21 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #4272D8;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s;
}._file_1mn55_1 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1mn55_1:hover {
  color: #000F5A;
}
._file_1mn55_1:hover svg {
  fill: #000F5A;
}
._icon_1mn55_17 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._icon_1mn55_17 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}._list_dyeaj_1 {
  margin: 24px 0 20px 0;
}
@media only screen and (min-width: 320px) {
  ._list_dyeaj_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    margin: 30px 0 30px 0;
  }
}
._item_dyeaj_13 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) {
  ._item_dyeaj_13 {
    width: 300px;
    margin: 0;
  }
}
._image_dyeaj_23 {
  background: #F1F6FB;
  border-radius: 4px;
  height: 230px;
  margin: 0 0 12px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
._image_dyeaj_23 img {
  max-width: 70%;
  max-height: 70%;
}
._imageTitle_dyeaj_38 {
  color: #545454;
  font-size: 20px;
  padding: 25px;
  text-align: center;
}
._info_dyeaj_45 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 6px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0 6px 0;
}
._title_dyeaj_54 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #000F5A;
}
._social_dyeaj_61 {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}
._socialLink_dyeaj_67 {
  display: block;
  width: 20px;
  height: 20px;
}
._socialLink_dyeaj_67 svg {
  fill: #999;
  transition: fill ease 0.1s;
}
._socialLink_dyeaj_67:hover svg {
  fill: #000;
}
._description_dyeaj_80 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  margin: 0 0 4px 0;
  overflow: hidden;
}
._description_dyeaj_80._hide_dyeaj_88 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 61px;
}
._description_dyeaj_80 p {
  margin: 0 0 18px 0;
}
._description_dyeaj_80 a {
  color: #4272D8;
}
._description_dyeaj_80 a:hover {
  color: #000F5A;
}
._more_dyeaj_104 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #999999;
  cursor: pointer;
  transition: color ease 0.1s;
}
._more_dyeaj_104:hover {
  color: #000;
}
._more_dyeaj_104:hover ._moreIcon_dyeaj_115 svg {
  fill: #000;
}
._more_dyeaj_104._hide_dyeaj_88 ._moreIcon_dyeaj_115 {
  transform: rotate(0);
}
._moreIcon_dyeaj_115 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  transition: fill ease 0.1s;
  transform: rotate(180deg);
}
._moreIcon_dyeaj_115 svg {
  fill: #999;
}
._location_dyeaj_134 {
  margin-top: 12px;
}
._locationItem_dyeaj_138 {
  margin-bottom: 8px;
}
._locationAddress_dyeaj_142 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
  margin-bottom: 4px;
}
._locationMap_dyeaj_150 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  color: #4272D8;
  transition: color ease 0.1s;
  cursor: pointer;
}
._locationMap_dyeaj_150:hover {
  color: #000F5A;
}._block_p8o3z_1 {
  margin: 24px 0 24px;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  ._block_p8o3z_1 {
    margin: 32px 0 24px;
  }
}
._text_p8o3z_11 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.62;
  color: #545454;
  height: 300px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
._text_p8o3z_11 p {
  margin: 0 0 8px 0;
  padding: 0;
}
._text_p8o3z_11 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._text_p8o3z_11 a:hover {
  color: #000F5A;
}._block_1eini_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0 10px 0;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
._block_1eini_1._light_1eini_10 {
  padding: 0;
  justify-content: flex-start;
}
._block_1eini_1._light_1eini_10 ._button_1eini_14 {
  background: #CBEBFF;
  color: #000;
  height: 40px;
  line-height: 40px;
}
._block_1eini_1._light_1eini_10 ._button_1eini_14:hover {
  background: #4272D8;
  color: #fff;
}
._block_1eini_1._start_1eini_24 {
  justify-content: flex-start;
  margin-bottom: 0;
}
._button_1eini_14 {
  position: relative;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #4272D8;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color ease 0.1s, color ease 0.1s;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}
._button_1eini_14:hover {
  background-color: #205CD8;
}
._button_1eini_14._isLoading_1eini_48 ._text_1eini_48 {
  opacity: 0;
}
._spinner_1eini_52 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
._spinner_1eini_52 svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
}._list_s0r4o_1 {
  margin: 30px 0 16px 0;
  padding: 0 12px;
}

._item_s0r4o_6 {
  display: block;
  max-width: 600px;
  margin-bottom: 25px;
}
._item_s0r4o_6:hover ._title_s0r4o_11 {
  color: #000F5A;
}

._info_s0r4o_15 {
  display: flex;
  gap: 8px;
  margin-bottom: 4px;
}

._date_s0r4o_21 {
  font-size: 12px;
  color: #545454;
}

._size_s0r4o_26 {
  font-size: 12px;
  color: #545454;
}

._header_s0r4o_31 {
  display: flex;
  width: 100%;
  gap: 8px;
}

._icon_s0r4o_37 {
  display: block;
  width: 20px;
  height: 20px;
}
._icon_s0r4o_37 svg {
  fill: #545454;
  transition: fill ease 0.1s;
}

._title_s0r4o_11 {
  display: block;
  padding: 2px 0 0;
  flex: 1;
  font-size: 14px;
  line-height: 16px;
  color: #4272D8;
}._annotate_17hit_1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #545454;
}._ul_1mq4b_1 {
  margin: 0;
  padding: 0;
}

._li_1mq4b_6 {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  margin-bottom: 4px;
  padding-left: 24px;
}

._li_1mq4b_6:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 6px;
  background: #4272D8;
}@media only screen and (min-width: 320px) {
  ._grid_1p55d_2 {
    display: grid;
    gap: 55px;
    grid-template-columns: 170px 1fr;
  }
}

._menu_1p55d_9 > div:first-child {
  margin-top: 0;
}

._content_1p55d_13 > div:first-child {
  margin-top: 0;
}._form_8n9or_1._w450_8n9or_1 {
  max-width: 450px;
}
._form_8n9or_1._w600_8n9or_4 {
  max-width: 600px;
}
._form_8n9or_1._modal_8n9or_7 {
  padding: 20px 20px 0;
}
._row_8n9or_11 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
  ._row_8n9or_11 {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
}
._row_8n9or_11._end_8n9or_22 {
  align-items: flex-end;
}
._row_8n9or_11._center_8n9or_25 {
  align-items: center;
}
._row_8n9or_11._mb0_8n9or_28 {
  margin-bottom: 0;
}
._row_8n9or_11._mb5_8n9or_31 {
  margin-bottom: 5px;
}
._row_8n9or_11._mb10_8n9or_34 {
  margin-bottom: 10px;
}
._row_8n9or_11._mb12_8n9or_37 {
  margin-bottom: 12px;
}
._row_8n9or_11._mb16_8n9or_40 {
  margin-bottom: 16px;
}
._cell_8n9or_44 {
  margin: 0 0 12px 0;
}
._cell_8n9or_44._end_8n9or_22 {
  display: flex;
  justify-content: flex-end;
}
._cell_8n9or_44._center_8n9or_25 {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 320px) {
  ._cell_8n9or_44 {
    margin: 0;
    flex: 1;
  }
}
@media only screen and (min-width: 320px) {
  ._cell_8n9or_44._w25_8n9or_62 {
    max-width: 25%;
  }
}
@media only screen and (min-width: 320px) {
  ._cell_8n9or_44._w33_8n9or_67 {
    max-width: 33.3333%;
  }
}
@media only screen and (min-width: 320px) {
  ._cell_8n9or_44._w50_8n9or_72 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 320px) {
  ._cell_8n9or_44._w66_8n9or_77 {
    max-width: 66.6666%;
  }
}
@media only screen and (min-width: 320px) {
  ._cell_8n9or_44._w75_8n9or_82 {
    max-width: 75%;
  }
}
@media only screen and (min-width: 320px) {
  ._cell_8n9or_44._w100_8n9or_87 {
    max-width: 100%;
  }
}
._sub_8n9or_92 {
  padding-left: 20px;
}
._title_8n9or_96 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #000000;
  padding: 2px 0;
}
._title_8n9or_96._h1_8n9or_103 {
  font-size: 26px;
  line-height: 1.3;
  color: #000F5A;
  max-width: 600px;
  margin: 40px 0 18px;
}
@media only screen and (min-width: 320px) {
  ._title_8n9or_96._h1_8n9or_103 {
    font-size: 32px;
    line-height: 1.25;
    margin: 40px 0 24px;
  }
}
._title_8n9or_96._h3_8n9or_117 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 8px;
}
._title_8n9or_96._h6_8n9or_124 {
  font-weight: 400;
  font-size: 12px;
  color: #545454;
}
._text_8n9or_130 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-bottom: 12px;
}
._text_8n9or_130 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._text_8n9or_130 a:hover {
  color: #000F5A;
}
._text_8n9or_130 p {
  margin: 0 0 12px 0;
}
._text_8n9or_130._fz14_8n9or_147 {
  font-size: 14px;
}
._annotate_8n9or_151 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #545454;
  margin-bottom: 12px;
}
._annotate_8n9or_151 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._annotate_8n9or_151 a:hover {
  color: #000F5A;
}
._annotate_8n9or_151 p {
  margin: 0 0 12px 0;
}
._devide_8n9or_169 {
  border-bottom: 1px solid #D9E3F7;
  margin-bottom: 20px;
}
._deleteContainer_8n9or_174 {
  position: relative;
}
._delete_8n9or_174 {
  position: absolute;
  right: -32px;
  top: 4px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: none;
  padding: 0;
  outline: none;
  border: none;
  margin: 0;
}
._delete_8n9or_174 svg {
  fill: #4272D8;
}
._delete_8n9or_174:hover svg {
  fill: #000F5A;
}._text_343h2_1 {
  background: #F1F6FB;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #545454;
  padding: 10px 20px;
}

._tabs_343h2_10 {
  background: #F1F6FB;
}

._tabHead_343h2_14 {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #545454;
  transition: color ease 0.1s;
}

._tabHead_343h2_14:hover {
  color: #000;
}

._tabHead_343h2_14._active_343h2_28 {
  background-color: #fff;
  color: #000;
}@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
._caption_reop4_1 {
  text-align: center;
  max-width: 1245px;
  margin: 0 auto;
}

.ril__captionContent {
  width: 100%;
}._menu_1ywm0_1 {
  position: relative;
  width: 230px;
  padding: 20px 0 0;
  box-sizing: border-box;
}

._sticky_1ywm0_8 {
  position: sticky;
  top: 91px;
  overflow: hidden;
  width: calc(100% + 10px);
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  height: calc(100vh - 130px);
}

._scroll_1ywm0_19 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  margin-right: -30px;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  height: 100%;
}

._innerScroll_1ywm0_31 {
  width: 230px;
}

._accordionPanel_1ywm0_35 {
  width: 100%;
  border-radius: 4px;
  background: #E1EDF8;
  margin-bottom: 12px;
  transition: background-color ease 0.1s, box-shadow ease 0.1s;
}

._accordionPanel_1ywm0_35:hover {
  box-shadow: 0px 3px 8px 0px rgba(139, 156, 172, 0.3);
}

.rc-collapse-item-active {
  background: #F1F6FB;
}

._panel_1ywm0_50 {
  position: relative;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
  cursor: pointer;
  z-index: 10;
}

._panel_1ywm0_50:hover ._panelTitle_1ywm0_61 {
  color: #4272D8;
}

._panelIcon_1ywm0_64 {
  width: 24px;
  height: 24px;
}

._panelIcon_1ywm0_64 svg {
  fill: #4272D8;
}

._panelTitle_1ywm0_61 {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000F5A;
  transition: color ease 0.1s;
}

._panelArrow_1ywm0_81 {
  width: 20px;
  height: 20px;
  transition: transform ease 0.1s;
}

._panelArrow_1ywm0_81 svg {
  fill: #000;
}

[aria-expanded=true] ._panelArrow_1ywm0_81 {
  transform: rotate(180deg);
}

._panelLink_1ywm0_93 {
  display: block;
  padding: 10px 12px;
  margin: 0;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: left;
  cursor: pointer;
  background: none;
  transition: color ease 0.1s;
}

._panelLink_1ywm0_93:hover, ._panelLink_1ywm0_93._panelActive_1ywm0_107 {
  color: #4272D8;
}

._accordionChild_1ywm0_111 ._panel_1ywm0_50 {
  padding: 10px 12px;
}

._accordionChild_1ywm0_111 ._panelTitle_1ywm0_61 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

._accordionChild_1ywm0_111 ._panelLink_1ywm0_93 {
  padding-left: 24px;
  color: #545454;
}

._accordionChild_1ywm0_111 ._panelLink_1ywm0_93:hover, ._accordionChild_1ywm0_111 ._panelLink_1ywm0_93._panelActive_1ywm0_107 {
  color: #4272D8;
}

._info_1ywm0_128 {
  position: fixed;
  bottom: 0;
  height: 38px;
  line-height: 38px;
  width: 230px;
  box-sizing: border-box;
  padding: 0 40px 0 15px;
  color: #545454;
  font-size: 14px;
  transition: color ease 0.1s;
  background: #E8F1F6;
  cursor: pointer;
  overflow: hidden;
  z-index: 12;
}

._info_1ywm0_128._active_1ywm0_144 {
  display: block;
}

._info_1ywm0_128:hover {
  color: #000;
}

._infoIcon_1ywm0_151 {
  top: 50%;
  margin-top: -14px;
  right: 15px;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
}

._infoIcon_1ywm0_151 svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rc-collapse-content {
  overflow: hidden;
}

.rc-collapse-motion {
  transition: height 0.2s ease;
}

.rc-collapse-content-hidden {
  display: none;
}._header_1u9lp_1 {
  background: #F1F6FB;
  border-bottom: 1px solid #E8E8E8;
  position: sticky;
  top: 0;
  z-index: 123;
}
._header_1u9lp_1._fullscreen_1u9lp_8 ._container_1u9lp_8 {
  max-width: 100%;
}
._container_1u9lp_8 {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._logo_1u9lp_21 {
  width: 272px;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  box-sizing: content-box;
  padding: 20px 0;
}
._logo_1u9lp_21 svg {
  width: 100%;
  height: 100%;
}
._search_1u9lp_35 {
  position: relative;
  max-width: 480px;
  width: 100%;
}
._search_1u9lp_35._focus_1u9lp_40 ._searchInput_1u9lp_40 {
  border-color: #B7E3FF;
}
._searchInput_1u9lp_40 {
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  padding: 0 60px 0 12px;
  border: 1px solid #D9E3F7;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border ease 0.1s;
}
._searchIcon_1u9lp_56 {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  box-sizing: border-box;
}
._searchIcon_1u9lp_56 svg {
  width: 100%;
  height: 100%;
  fill: #000;
}
._profile_1u9lp_75 {
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
._profile_1u9lp_75:hover ._profileTitle_1u9lp_82 {
  color: #4272D8;
}
._profileMedia_1u9lp_86 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: #c6c7cd;
}
._profileMedia_1u9lp_86 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 17% 0 17%);
}
._profileTitle_1u9lp_82 {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  transition: color ease 0.1s;
}
._profileTitle_1u9lp_82 span {
  display: block;
}@font-face {
  font-family: "Golos";
  src: url("/static/Golos-Text_Regular.7a3b6c8c.woff2") format("woff2"), url("/static/Golos-Text_Regular.1aef58e4.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Golos";
  src: url("/static/Golos-Text_Bold.be924d15.woff2") format("woff2"), url("/static/Golos-Text_Bold.723e5fb4.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  outline: none;
}
body {
  font-family: "Golos";
  background: #fff;
  color: #000;
  font-size: 14px;
  overflow-y: scroll;
  min-width: 1200px;
}
a {
  text-decoration: none;
}
img {
  image-rendering: auto;
}
.disabled-scroll {
  height: 100vh;
  overflow: hidden;
}
.alert {
  position: relative;
  max-width: 500px;
  background: #EDF8FF;
  border-radius: 4px;
  padding: 12px 12px 12px 50px;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
}
.alert p {
  margin: 0 0 4px 0;
  padding: 0;
}
.alert p:last-child {
  margin: 0;
}
.alert a {
  color: #4272D8;
  transition: color ease 0.1s;
}
.alert a:hover {
  color: #000F5A;
}
.alert:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url("/static/info.7d85d841.svg");
}
._layout_eopzc_73._fullscreen_eopzc_73 ._container_eopzc_73 {
  max-width: 100%;
}
._layout_eopzc_73._fullscreen_eopzc_73 ._grid_eopzc_76 {
  display: block;
}
._container_eopzc_73 {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}
._grid_eopzc_76 {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 30px;
}
._content_eopzc_94 {
  padding: 20px 0;
}._tooltip_lsfi5_1 {
  background-color: #fff;
  padding: 10px 12px;
  width: 330px;
  border-radius: 4px;
}

._topline_lsfi5_8 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

._navigation_lsfi5_16 {
  display: flex;
  gap: 10px;
  align-items: center;
}

._nav_lsfi5_16 {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: none;
  border: none;
  overflow: hidden;
  line-height: 1;
  transition: opacity ease 0.1s;
}

._nav_lsfi5_16._disabled_lsfi5_34 {
  opacity: 0.5;
  pointer-events: none;
}

._nav_lsfi5_16._next_lsfi5_38 svg {
  margin-top: -6px;
}

._nav_lsfi5_16 svg {
  margin: -5px;
  width: auto;
  height: auto;
  fill: #4272D8;
  transition: fill ease 0.1s;
}

._nav_lsfi5_16:hover svg {
  fill: #000F5A;
}

._step_lsfi5_52 {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

._content_lsfi5_59 {
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 10px;
}

._footer_lsfi5_68 {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

._btn_lsfi5_74 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #4272D8;
  transition: color ease 0.1s;
}

._btn_lsfi5_74:hover {
  color: #000F5A;
}

.react-joyride__beacon {
  display: none !important;
}

[x-placement=top-start] .__floater__arrow span, [x-placement=bottom-start] .__floater__arrow span {
  left: 8px !important;
}

[x-placement=left-start] .__floater__arrow span, [x-placement=right-start] .__floater__arrow span {
  top: 8px !important;
}

.__floater__arrow span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/static/arrow.7a995603.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

[x-placement*=bottom] .__floater__arrow span:after {
  background-image: url("/static/arrow.7a995603.svg");
  transform: rotate(180deg);
}

[x-placement*=right] .__floater__arrow span:after {
  background-image: url("/static/arrowLeft.f17d2c88.svg");
}

[x-placement*=left] .__floater__arrow span:after {
  background-image: url("/static/arrowLeft.f17d2c88.svg");
  transform: rotate(180deg);
}

.__floater__arrow svg {
  opacity: 0;
  visibility: hidden;
}._banner_fkzz0_1 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
  ._banner_fkzz0_1 {
    min-height: 140px;
  }
}._spinner_14ixt_1 {
  position: relative;
  width: 100%;
  height: 400px;
  max-height: 100%;
  box-sizing: border-box;
}
._spinner_14ixt_1 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  stroke: #4272D8;
  transform: translate(-50%, -50%);
}._container_12298_1 {
  overflow: hidden;
  background: #F1F6FB;
  margin-bottom: 20px;
  border-radius: 4px;
  padding-bottom: 16px;
}

._list_12298_9 {
  padding: 8px 20px 0;
  box-sizing: border-box;
  gap: 16px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

._column_12298_17 {
  flex: 1;
  gap: 20px;
}

._item_12298_22 {
  padding-bottom: 16px;
  border-bottom: 1px solid transparent;
  min-height: 115px;
  box-sizing: border-box;
}

._item_12298_22._border_12298_28 {
  border-bottom: 1px solid #E6E6E6;
}

._item_12298_22:nth-child(1) {
  order: 1;
}

._item_12298_22:nth-child(2) {
  order: 3;
}

._item_12298_22:nth-child(3) {
  order: 2;
}

._item_12298_22:nth-child(4) {
  order: 4;
}

._date_12298_44 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #545454;
  margin-bottom: 8px;
}

._body_12298_52 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 52px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 12px;
  transition: color ease 0.1s;
}

._body_12298_52:hover {
  color: #4272D8;
}

._avatar_12298_69 {
  display: flex;
  gap: 10px;
}

._avatar_12298_69:hover ._title_12298_73 {
  color: #4272D8;
}

._media_12298_77 {
  width: 24px;
  min-height: 36px;
  overflow: hidden;
  border-radius: 4px;
}

._media_12298_77 img {
  display: block;
  width: 151%;
  height: auto;
  transform: translateX(-17%);
}

._info_12298_90 {
  flex: 1;
}

._title_12298_73 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #545454;
  transition: color ease 0.1s;
  max-width: 150px;
}._header_1ceur_1 {
  margin-bottom: 16px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  gap: 20px;
}
._header_1ceur_1._bg_1ceur_8 {
  padding: 20px 20px 16px;
  margin-bottom: 0;
}
._information_1ceur_13 {
  flex: 1;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  line-height: 1;
}
._title_1ceur_21 {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
._link_1ceur_28 {
  display: block;
  margin-bottom: 2px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4272D8;
  transition: color ease 0.1s;
}
._link_1ceur_28:hover {
  color: #000F5A;
}._container_148su_1 {
  overflow: hidden;
  background: #F1F6FB;
  margin-bottom: 20px;
  border-radius: 4px;
  padding-bottom: 16px;
  overflow: hidden;
}

._list_148su_10 {
  padding: 8px 20px 0;
  height: 420px;
  overflow: auto;
  box-sizing: border-box;
}

._item_148su_17 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  box-sizing: border-box;
  gap: 10px;
  margin-bottom: 20px;
}

._item_148su_17:hover ._title_148su_25 {
  color: #4272D8;
}

._item_148su_17:last-child {
  margin-bottom: 0;
}

._media_148su_32 {
  width: 42px;
  overflow: hidden;
  border-radius: 4px;
}

._media_148su_32 img {
  display: block;
  width: 151%;
  height: auto;
  transform: translateX(-17%);
}

._content_148su_44 {
  flex: 1;
}

._title_148su_25 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
  color: #000;
  transition: color ease 0.1s;
}

._position_148su_57 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #545454;
}/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}._admission_1ljzq_1 {
  position: sticky;
  overflow: hidden;
  margin: 0 -5px;
  padding: 0 5px;
}

._innerScroll_1ljzq_8 {
  width: 235px;
}

._info_1ljzq_12 {
  border-radius: 4px;
  background: #F1F6FB;
  padding: 16px 16px 16px;
  overflow: hidden;
  margin-bottom: 12px;
}

._infoItem_1ljzq_20 {
  margin-bottom: 24px;
}

._infoItem_1ljzq_20:last-child {
  margin-bottom: 0;
}

._infoHeader_1ljzq_27 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4272D8;
  margin-bottom: 8px;
}

._infoHeader_1ljzq_27._isIcon_1ljzq_35 {
  padding-right: 40px;
}

._infoIcon_1ljzq_39 {
  position: absolute;
  top: -6px;
  right: 0;
  width: 32px;
  height: 32px;
}

._infoIcon_1ljzq_39 svg {
  fill: #4272D8;
}

._infoTitle_1ljzq_50 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 10px;
}

._infoTitle_1ljzq_50._big_1ljzq_57 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 2px;
}

._infoSubtitle_1ljzq_64 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #545454;
  margin-bottom: 4px;
}

._card_1ljzq_72 {
  border-radius: 4px;
  gap: 10px;
  padding: 16px;
  background: #E1EDF8;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
  box-sizing: border-box;
}

._card_1ljzq_72:hover ._cardTitle_1ljzq_83 {
  color: #4272D8;
}

[aria-expanded] ._card_1ljzq_72 {
  margin-bottom: 0;
}

[aria-expanded=true] ._card_1ljzq_72 {
  background: #F1F6FB;
}

[aria-expanded=true] ._card_1ljzq_72 ._cardArrow_1ljzq_92 {
  transform: rotate(180deg);
}

._hover_1ljzq_96 {
  cursor: pointer;
  transition: box-shadow ease 0.1s;
}

._hover_1ljzq_96:hover {
  box-shadow: 0px 3px 8px 0px rgba(92, 120, 146, 0.2);
}

._cardIcon_1ljzq_104 {
  width: 24px;
  height: 40px;
}

._cardIcon_1ljzq_104 svg {
  fill: #4272D8;
}

._cardIcon_1ljzq_104._stroke_1ljzq_111 svg {
  fill: none;
  stroke: #4272D8;
}

._cardTitle_1ljzq_83 {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000F5A;
  transition: color ease 0.1s;
}

._cardArrow_1ljzq_92 {
  width: 25px;
  height: 25px;
}

._accordion_1ljzq_130 {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 4px;
  background: #E1EDF8;
}

._accordionLink_1ljzq_137 {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  transition: color ease 0.1s;
}

._accordionLink_1ljzq_137:hover {
  color: #4272D8;
}._dining_beai9_1 {
  margin-bottom: 10px;
}

._link_beai9_5 {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: box-shadow ease 0.1s;
}

._link_beai9_5:hover {
  box-shadow: 0px 3px 8px 0px rgba(92, 120, 146, 0.2);
}

._image_beai9_16 {
  display: block;
  height: 100%;
  width: 100%;
}

._info_beai9_22 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 56.25%, #000000 100%);
  padding: 20px;
}

._title_beai9_35 {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

._subTitle_beai9_42 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #E3E8EC;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 6px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}._container_tiljk_1 {
  grid-area: 1/1/3/7;
  padding: 0;
  margin: 0;
  background: #F1F6FB;
  border-radius: 4px;
}

._header_tiljk_9 {
  padding: 20px 20px 16px;
}

._headerTitle_tiljk_13 {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-right: 10px;
}

._headerLink_tiljk_21 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4272D8;
  transition: color ease 0.1s;
}

._headerLink_tiljk_21:hover {
  color: #000F5A;
}

._list_tiljk_32 {
  transition: all 0.25s ease-in-out;
}

._list_tiljk_32._hidden_tiljk_35 {
  opacity: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

._news_tiljk_42 {
  padding: 0 20px 20px;
}

._mediaBG_tiljk_46 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.1s;
}

._main_tiljk_57 {
  margin-bottom: 20px;
}

._main_tiljk_57 ._item_tiljk_60 {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}

._main_tiljk_57 ._item_tiljk_60:hover ._title_tiljk_67 {
  color: #4272D8;
}

._main_tiljk_57 ._item_tiljk_60:hover ._mediaBG_tiljk_46 {
  opacity: 1;
}

._main_tiljk_57 ._media_tiljk_46 {
  position: relative;
  width: 420px;
  overflow: hidden;
}

._main_tiljk_57 ._media_tiljk_46 img {
  display: block;
  width: 100%;
  height: auto;
}

._main_tiljk_57 ._title_tiljk_67 {
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000F5A;
  transition: color ease 0.1s;
}

._slider_tiljk_92 {
  overflow: hidden;
  min-height: 195px;
}

._slider_tiljk_92 ._slide_tiljk_92 {
  width: 200px;
  min-height: 215px;
  padding-bottom: 10px;
  overflow: hidden;
}

._slider_tiljk_92 ._item_tiljk_60 {
  padding-bottom: 16px;
}

._slider_tiljk_92 ._item_tiljk_60:hover ._title_tiljk_67 {
  color: #4272D8;
}

._slider_tiljk_92 ._item_tiljk_60:hover ._mediaBG_tiljk_46 {
  opacity: 1;
}

._slider_tiljk_92 ._media_tiljk_46 {
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

._slider_tiljk_92 ._media_tiljk_46 img {
  display: block;
  width: 100%;
  height: auto;
}

._slider_tiljk_92 ._title_tiljk_67 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000F5A;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 81px;
  overflow: hidden;
}

._collapse_tiljk_133 {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(66, 114, 216, 0.3);
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0 0 1px 0;
  transition: border ease 0.1s;
}

._collapse_tiljk_133 svg {
  transform: rotate(180deg);
  fill: #000;
}

._collapse_tiljk_133._isActive_tiljk_149 svg {
  transform: rotate(0);
}._material_1f4vh_1 {
  margin: 0 12px 16px;
  padding: 12px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 320px) {
  ._material_1f4vh_1 {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 320px) {
  ._material_1f4vh_1[data-block="3x1"] ._title_1f4vh_16, ._material_1f4vh_1[data-block="3x2"] ._title_1f4vh_16 {
    font-size: 20px;
    line-height: 1.17;
  }
  ._material_1f4vh_1[data-block="3x1"] ._announce_1f4vh_20, ._material_1f4vh_1[data-block="3x2"] ._announce_1f4vh_20 {
    display: block;
  }
}
@media only screen and (min-width: 320px) {
  ._material_1f4vh_1[data-block="4x1"] ._title_1f4vh_16, ._material_1f4vh_1[data-block="5x1"] ._title_1f4vh_16, ._material_1f4vh_1[data-block="6x1"] ._title_1f4vh_16, ._material_1f4vh_1[data-block="4x2"] ._title_1f4vh_16, ._material_1f4vh_1[data-block="5x2"] ._title_1f4vh_16, ._material_1f4vh_1[data-block="6x2"] ._title_1f4vh_16 {
    font-size: 24px;
    line-height: 1.17;
  }
  ._material_1f4vh_1[data-block="4x1"] ._announce_1f4vh_20, ._material_1f4vh_1[data-block="5x1"] ._announce_1f4vh_20, ._material_1f4vh_1[data-block="6x1"] ._announce_1f4vh_20, ._material_1f4vh_1[data-block="4x2"] ._announce_1f4vh_20, ._material_1f4vh_1[data-block="5x2"] ._announce_1f4vh_20, ._material_1f4vh_1[data-block="6x2"] ._announce_1f4vh_20 {
    display: block;
  }
}
@media only screen and (min-width: 320px) {
  ._material_1f4vh_1:hover ._preview_1f4vh_34 + ._announce_1f4vh_20 {
    opacity: 0;
  }
}

a._material_1f4vh_1:hover ._title_1f4vh_16 {
  color: #4272D8;
}

._media_1f4vh_43 {
  position: relative;
  display: block;
}
._media_1f4vh_43:after {
  display: none;
  content: "";
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  transition: opacity ease 0.1s;
}
._media_1f4vh_43 img {
  display: block;
  width: 100%;
  height: auto;
}
._media_1f4vh_43._focus_1f4vh_65 ._announce_1f4vh_20 {
  opacity: 0;
}

._announce_1f4vh_20 {
  position: relative;
  z-index: 10;
  transition: opacity 0.4s;
}

._preview_1f4vh_34 {
  position: absolute;
  z-index: 9;
}

._content_1f4vh_80 {
  position: relative;
  padding: 8px 0 10px;
}

._title_1f4vh_16 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000F5A;
  transition: color ease 0.1s;
}

._lead_1f4vh_93 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #545454;
}._material_ssb4l_1 {
  margin: 0 12px 16px;
  padding: 12px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
._material_ssb4l_1:hover ._title_ssb4l_10 {
  color: #4272D8;
}
._material_ssb4l_1:hover ._media_ssb4l_13 ._mediaBG_ssb4l_13 {
  display: block;
  opacity: 1;
}
@media only screen and (min-width: 320px) {
  ._material_ssb4l_1 {
    margin: 0;
    padding: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 320px) {
  ._material_ssb4l_1[data-block="3x1"] ._title_ssb4l_10, ._material_ssb4l_1[data-block="3x2"] ._title_ssb4l_10 {
    font-size: 20px;
    line-height: 1.17;
  }
  ._material_ssb4l_1[data-block="3x1"] ._announce_ssb4l_29, ._material_ssb4l_1[data-block="3x2"] ._announce_ssb4l_29 {
    display: block;
  }
}
@media only screen and (min-width: 320px) {
  ._material_ssb4l_1[data-block="4x1"] ._title_ssb4l_10, ._material_ssb4l_1[data-block="5x1"] ._title_ssb4l_10, ._material_ssb4l_1[data-block="6x1"] ._title_ssb4l_10, ._material_ssb4l_1[data-block="4x2"] ._title_ssb4l_10, ._material_ssb4l_1[data-block="5x2"] ._title_ssb4l_10, ._material_ssb4l_1[data-block="6x2"] ._title_ssb4l_10 {
    font-size: 24px;
    line-height: 1.17;
  }
  ._material_ssb4l_1[data-block="4x1"] ._announce_ssb4l_29, ._material_ssb4l_1[data-block="5x1"] ._announce_ssb4l_29, ._material_ssb4l_1[data-block="6x1"] ._announce_ssb4l_29, ._material_ssb4l_1[data-block="4x2"] ._announce_ssb4l_29, ._material_ssb4l_1[data-block="5x2"] ._announce_ssb4l_29, ._material_ssb4l_1[data-block="6x2"] ._announce_ssb4l_29 {
    display: block;
  }
}
._material_ssb4l_1._noPhoto_ssb4l_42 ._title_ssb4l_10 {
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="3x1"] ._title_ssb4l_10, ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="3x2"] ._title_ssb4l_10 {
    font-size: 24px;
    line-height: 1.17;
  }
}
@media only screen and (min-width: 320px) {
  ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="4x1"] ._title_ssb4l_10, ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="5x1"] ._title_ssb4l_10, ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="6x1"] ._title_ssb4l_10, ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="4x2"] ._title_ssb4l_10, ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="5x2"] ._title_ssb4l_10, ._material_ssb4l_1._noPhoto_ssb4l_42[data-block="6x2"] ._title_ssb4l_10 {
    font-size: 30px;
    line-height: 1.17;
  }
}

._media_ssb4l_13 {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
._media_ssb4l_13 img {
  display: block;
  width: 100%;
  height: auto;
}

._mediaBG_ssb4l_13 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.1s;
}

._info_ssb4l_80 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 8px 0;
}

._date_ssb4l_87 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}

._content_ssb4l_95 {
  display: block;
}

._title_ssb4l_10 {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
  color: #000000;
  margin-bottom: 8px;
  transition: color #4272D8;
}

._announce_ssb4l_29 {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #545454;
}._container_puqvp_1 {
  grid-area: 1/1/3/7;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 16px 12px;
  background: #fff;
}
@media only screen and (min-width: 320px) {
  ._container_puqvp_1 {
    padding: 0;
    margin: 0;
  }
}

._header_puqvp_15 {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}

._head_puqvp_15 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #000F5A;
}

._sub_puqvp_29 {
  font-size: 12px;
  line-height: 1;
  color: #4272D8;
  text-decoration: none;
  padding: 0 10px 2px 10px;
}
._sub_puqvp_29:hover {
  text-decoration: underline;
}

._slider_puqvp_40 {
  position: relative;
}
._slider_puqvp_40 ._item_puqvp_43 {
  width: 222px;
}

._link_puqvp_47 {
  display: block;
  text-decoration: none;
}
._link_puqvp_47:hover ._title_puqvp_51 {
  color: #4272D8;
}
._link_puqvp_47:hover ._mediaBG_puqvp_54 {
  opacity: 1;
}

._media_puqvp_54 {
  position: relative;
  margin-bottom: 10px;
}
._media_puqvp_54 img {
  width: 100%;
  height: auto;
  display: block;
}

._mediaBG_puqvp_54 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.1s;
}

._title_puqvp_51 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
  transition: ease 0.1s color;
}

._navigation_puqvp_88 {
  display: none;
  position: absolute;
  top: -35px;
  right: 0;
}
@media only screen and (min-width: 320px) {
  ._navigation_puqvp_88 {
    display: block;
  }
}

._prev_puqvp_100,
._next_puqvp_101 {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(66, 114, 216, 0.6);
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: 3px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: border ease 0.1s;
}
._prev_puqvp_100[aria-disabled=true],
._next_puqvp_101[aria-disabled=true] {
  border: 1px solid rgba(66, 114, 216, 0.3);
}
._prev_puqvp_100 svg,
._next_puqvp_101 svg {
  width: 100%;
  height: 100%;
}._tagBand_1qb0m_1 {
  position: relative;
  overflow: hidden;
  grid-area: 1/1/3/7;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 320px) {
  ._tagBand_1qb0m_1 {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
  }
}

._item_1qb0m_17 {
  position: relative;
  display: flex;
  align-items: center;
  height: 104px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: #000F5A;
  transition: color ease 0.1s;
  padding: 16px 96px 16px 20px;
  box-sizing: border-box;
}
._item_1qb0m_17:hover {
  color: #4272D8;
}
@media only screen and (min-width: 320px) {
  ._item_1qb0m_17 {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    height: 112px;
    padding: 16px 70px 16px 20px;
    flex: 1;
    margin: 0;
    min-width: 230px;
  }
}

._icon_1qb0m_50 {
  width: 50px;
  height: 65px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 50%;
  margin-bottom: -32.5px;
}
@media only screen and (min-width: 320px) {
  ._icon_1qb0m_50 {
    bottom: 8px;
    margin-bottom: 0;
  }
}
._icon_1qb0m_50 svg,
._icon_1qb0m_50 img {
  display: block;
  width: 100%;
  height: auto;
}@media only screen and (min-width: 320px) {
  ._floor_480x3_2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 320px) {
  ._floor_480x3_2._rubric_480x3_11 {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) {
  ._floor_480x3_2._information_480x3_16 {
    padding: 0;
  }
}._column_1p6da_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media only screen and (min-width: 320px) {
  ._grid_1p6da_8 {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 235px;
    column-gap: 20px;
  }
}

._grid_1p6da_8._index_1p6da_15 {
  display: grid;
  gap: 30px;
}

._content_1p6da_20 {
  overflow: hidden;
}

._content_1p6da_20 > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 320px) {
  ._rubric_1p6da_28 {
    display: grid;
    grid-template-columns: 165px 1fr;
    column-gap: 55px;
  }
}

._title_1p6da_35 {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #000F5A;
  margin-bottom: 24px;
}

._subTitle_1p6da_44 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 8px;
}

._formWidth_1p6da_53 {
  max-width: 450px;
}

._listSection_1p6da_57 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #4272D8;
}

._list_1p6da_57 {
  display: block;
  margin-bottom: 16px;
}

._list_1p6da_57._grey_1p6da_68 ._listSubtitle_1p6da_68 {
  color: #DADAED;
}

._list_1p6da_57._grey_1p6da_68 ._listSubtitle_1p6da_68:hover {
  color: #4272D8;
}

._accordion_1p6da_75 {
  display: block;
  margin-bottom: 14px;
}

._accordionHeader_1p6da_80 {
  position: relative;
  display: block;
  font-size: 14px;
  color: #DADAED;
  font-weight: 500;
  cursor: pointer;
  transition: color ease 0.1s;
}

._accordionHeader_1p6da_80:hover {
  color: #4272D8;
}

._accordionIcon_1p6da_93 {
  display: block;
  position: absolute;
  top: -3px;
  right: -2px;
  width: 23px;
  height: 22px;
}

._accordionIcon_1p6da_93 svg {
  width: 100%;
  height: 100%;
  fill: #DADAED;
}

[aria-expanded=true] ._accordionIcon_1p6da_93 svg {
  transform: rotate(180deg);
}

._accordionLink_1p6da_110 {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  color: #DADAED;
  font-weight: 500;
  transition: color ease 0.1s;
  cursor: pointer;
  padding-left: 15px;
}

._accordionLink_1p6da_110:hover {
  color: #4272D8;
}

._listTitle_1p6da_124 {
  font-size: 12px;
  line-height: 1.43;
  color: #545454;
}

._listTitle_1p6da_124 + ._listSubtitle_1p6da_68 {
  color: #000;
}

._listSubtitle_1p6da_68 {
  font-size: 14px;
  color: #545454;
  font-weight: 500;
  transition: color ease 0.1s;
}

._listSubtitle_1p6da_68._listSubtitleCopy_1p6da_139 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding-right: 20px;
}

._listLink_1p6da_146 {
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 0;
  color: #545454;
  line-height: 1.3;
  transition: color ease 0.1s;
}

._listLink_1p6da_146:hover {
  color: #000;
}

._listLink_1p6da_146._grey_1p6da_68 {
  color: #DADAED;
}

._listLink_1p6da_146._grey_1p6da_68:hover {
  color: #4272D8;
}

a._listSubtitle_1p6da_68:hover {
  color: #4272D8;
}

._listCopy_1p6da_169 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

._listCopyIcon_1p6da_176 {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
}

._listCopyIcon_1p6da_176 svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

._listCopyIcon_1p6da_176:before {
  content: "";
  position: absolute;
  display: block;
  width: 67px;
  top: 0;
  bottom: 0;
  right: 17px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.526042) 76.04%, rgba(255, 255, 255, 0) 100%);
}

._profile_1p6da_200 {
  padding: 0 12px 2px;
}

@media only screen and (min-width: 320px) {
  ._profile_1p6da_200 {
    padding: 0 32px 6px;
    display: grid;
    grid-template-columns: 215px 1fr;
    column-gap: 20px;
  }
}

@media only screen and (min-width: 320px) {
  ._profile_1p6da_200 {
    padding: 0 20px 9px;
  }
}

._profileMedia_1p6da_217 {
  width: 215px;
  height: 280px;
  overflow: hidden;
  margin: 0 auto 8px;
  background: #f4f4f4;
}

._profileMedia_1p6da_217 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 320px) {
  ._profileMedia_1p6da_217 {
    margin-bottom: 0;
  }
}

._profileTitle_1p6da_235 {
  font-size: 20px;
  color: #000F5A;
  line-height: 1.3;
  margin-bottom: 8px;
}

._profileTitle_1p6da_235 span {
  display: block;
}

._profileDescription_1p6da_245 {
  max-width: 500px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 320px) {
  ._profileDescription_1p6da_245 {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 320px) {
  ._profileDescription_1p6da_245 {
    margin-bottom: 38px;
  }
}

._profileDepartment_1p6da_260 {
  color: #545454;
  font-size: 14px;
  line-height: 1.43;
  transition: color ease 0.1s;
}

._profileDepartment_1p6da_260._active_1p6da_266 {
  color: #000;
  font-weight: 600;
}

a._profileDepartment_1p6da_260:hover {
  color: #4272D8;
}

._profileDevide_1p6da_275 {
  display: inline-block;
  margin: 0 8px;
  height: 1px;
  width: 20px;
  position: relative;
  vertical-align: middle;
}

._profileDevide_1p6da_275 svg {
  position: absolute;
  left: 0;
  top: -10px;
  width: 20px;
  height: 20px;
  display: block;
}

@media only screen and (min-width: 320px) {
  ._profileDates_1p6da_293 {
    display: grid;
    grid-template-columns: 190px 1fr;
  }
}

._contact_1p6da_299 {
  padding: 0 12px 2px;
}

@media only screen and (min-width: 320px) {
  ._contact_1p6da_299 {
    padding: 0 32px 6px;
  }
}

@media only screen and (min-width: 320px) {
  ._contact_1p6da_299 {
    padding: 0 20px 9px;
  }
}

._profileDirector_1p6da_313 {
  position: relative;
  padding: 0 12px 40px;
}

@media only screen and (min-width: 320px) {
  ._profileDirector_1p6da_313 {
    padding: 0 32px 40px;
  }
}

@media only screen and (min-width: 320px) {
  ._profileDirector_1p6da_313 {
    padding: 0 20px 20px;
  }
}

._collapse_1p6da_328 {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}._community_1ppai_1 {
  margin-bottom: 20px;
}

._list_1ppai_5 {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

._listItem_1ppai_12 {
  padding: 5px 20px;
  min-height: 40px;
  gap: 5px;
  border-radius: 30px;
  background: #E1EDF8;
  display: flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow ease 0.1s;
}

._listItem_1ppai_12._pink_1ppai_25 {
  background: #F7D4F6;
}

._listItem_1ppai_12._green_1ppai_28 {
  background: #D8F7C2;
}

._listItem_1ppai_12._yellow_1ppai_31 {
  background: #FFE3C4;
}

._listItem_1ppai_12:hover {
  box-shadow: 0px 3px 8px 0px rgba(92, 120, 146, 0.2);
}

._listItem_1ppai_12:hover ._listTitle_1ppai_37 {
  color: #4272D8;
}

._listIcon_1ppai_41 {
  width: 24px;
  height: 24px;
}

._listIcon_1ppai_41 img {
  width: 100%;
  height: 100%;
}

._listTitle_1ppai_37 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000F5A;
  transition: color ease 0.1s;
}._list_1r52n_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

._item_1r52n_8 {
  display: block;
  position: relative;
  padding: 16px 18px 80px 20px;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 200px;
  background: linear-gradient(135.96deg, #DFF2FF 8.78%, #7997D7 108.45%);
  overflow: hidden;
  transition: box-shadow ease 0.1s;
}

._item_1r52n_8:hover {
  box-shadow: 0 3px 8px rgba(92, 120, 146, 0.2);
}

._item_1r52n_8:hover ._title_1r52n_22 {
  color: #4272D8;
}

._item_1r52n_8:hover ._btn_1r52n_25 svg {
  fill: #4272D8;
}

._title_1r52n_22 {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000F5A;
  margin-bottom: 10px;
  transition: color ease 0.1s;
}

._description_1r52n_39 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #545454;
  width: 180px;
  white-space: pre-wrap;
}

._btn_1r52n_25 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
}

._btn_1r52n_25 svg {
  fill: #000F5A;
}

._icon_1r52n_65 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

._icon_1r52n_65 img {
  width: 100%;
  height: 100%;
  display: block;
}._tips_d3xd8_1 {
  margin-bottom: 20px;
}

._headerNavigation_d3xd8_5 {
  display: block;
}

._headerNavigation_d3xd8_5 ._prev_d3xd8_8,
._headerNavigation_d3xd8_5 ._next_d3xd8_9 {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(66, 114, 216, 0.6);
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: 3px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: border ease 0.1s;
}

._headerNavigation_d3xd8_5 ._prev_d3xd8_8[aria-disabled=true],
._headerNavigation_d3xd8_5 ._next_d3xd8_9[aria-disabled=true] {
  border: 1px solid rgba(66, 114, 216, 0.3);
}

._headerNavigation_d3xd8_5 ._prev_d3xd8_8 svg,
._headerNavigation_d3xd8_5 ._next_d3xd8_9 svg {
  width: 100%;
  height: 100%;
}

._card_d3xd8_32 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  min-height: 290px;
  box-sizing: border-box;
  background: linear-gradient(135.96deg, #DFF2FF 14.11%, #7997D7 108.45%);
  padding: 16px 20px 200px;
}

._card_d3xd8_32:hover ._title_d3xd8_42 {
  color: #4272D8;
}

._title_d3xd8_42 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000F5A;
  transition: color ease 0.1s;
}

._image_d3xd8_54 {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}._container_eq2iv_1 {
  overflow: hidden;
  background: #F1F6FB;
  margin-bottom: 20px;
  border-radius: 4px;
  padding-bottom: 16px;
}

._list_eq2iv_9 {
  padding: 8px 20px 0;
  height: 420px;
  overflow: auto;
  box-sizing: border-box;
}

._group_eq2iv_16 {
  padding: 0 0 12px 0;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 16px;
}

._group_eq2iv_16:last-child {
  margin-bottom: 0;
}

._date_eq2iv_25 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
  color: #545454;
}

._item_eq2iv_33 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
  margin-bottom: 12px;
}

._icon_eq2iv_42 {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
}

._title_eq2iv_49 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  flex: 1;
}._name_1hbut_1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: #000F5A;
  margin-bottom: 24px;
}

._grid_1hbut_10 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px;
  margin-bottom: 60px;
}

._profile_1hbut_18 {
  width: 100%;
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 20px;
}

._media_1hbut_25 {
  position: relative;
  width: 205px;
  overflow: hidden;
  border-radius: 4px;
}
._media_1hbut_25 img {
  display: block;
  width: 151%;
  height: auto;
  transform: translateX(-17%);
}

._location_1hbut_38 {
  margin-top: 12px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #4272D8;
  transition: color ease 0.1s;
}
._location_1hbut_38:hover {
  color: #000F5A;
}

._locationIcon_1hbut_54 {
  width: 20px;
  height: 20px;
}

._locationTitle_1hbut_59 {
  flex: 1;
}

._title_1hbut_63 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 16px;
}

._text_1hbut_71 {
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: color ease 0.1s;
}
._text_1hbut_71._bold_1hbut_79 {
  color: #000;
  font-weight: 600;
}

a._text_1hbut_71:hover,
a._text_1hbut_71._bold_1hbut_79:hover {
  color: #4272D8;
}

._type_1hbut_89 {
  display: inline-block;
  width: max-content;
}

._typeIcon_1hbut_94 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
._typeIcon_1hbut_94 svg {
  fill: #000;
}

._devide_1hbut_104 {
  margin: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}

._flex_1hbut_109 {
  display: flex;
  width: 100%;
}

._flex1_1hbut_114 {
  flex: 1;
}

._checkbox_1hbut_118 label {
  margin: 0;
}

._mb4_1hbut_122 {
  margin-bottom: 4px;
}

._mb8_1hbut_126 {
  margin-bottom: 4px;
}

._list_1hbut_130 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  width: max-content;
}

._copy_1hbut_137 {
  display: flex;
  gap: 8px;
}

._copyEmail_1hbut_142 {
  flex: 1;
  color: #000;
  transition: color ease 0.1s;
}
._copyEmail_1hbut_142:hover {
  color: #4272D8;
}

._copyIcon_1hbut_151 {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
}
._copyIcon_1hbut_151 svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  fill: #4272D8;
  transition: fill ease 0.1s;
}

._card_1hbut_165 ._media_1hbut_25 {
  width: 150px;
  margin-bottom: 7px;
}
._card_1hbut_165._member_1hbut_169 ._media_1hbut_25 {
  width: auto;
  min-height: 223px;
}
._card_1hbut_165:hover ._cardTitle_1hbut_173 {
  color: #4272D8;
}

._cardLocation_1hbut_177 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  border-radius: 3px;
  background: rgba(243, 247, 255, 0.7);
}
._cardLocation_1hbut_177 a {
  width: 24px;
  height: 24px;
  display: block;
}

._cardTitle_1hbut_173 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #000F5A;
  transition: color ease 0.1s;
  margin-bottom: 4px;
}

._cardDepartment_1hbut_200 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
}

._birthday_1hbut_208 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  z-index: 1;
}

._thanks_1hbut_217 {
  margin-top: 10px;
}

._thanksBtn_1hbut_221 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  color: #545454;
  transition: color ease 0.1s, background-color ease 0.1s;
}
._thanksBtn_1hbut_221:hover {
  color: #4272D8;
}
._thanksBtn_1hbut_221._green_1hbut_235 {
  border-radius: 4px;
  background: #D7F4EF;
  height: 36px;
  display: flex;
  gap: 4px;
  color: #007D66;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0 8px 0;
}

._thanksIcon_1hbut_248 {
  width: 20px;
  height: 20px;
}

._hierarchy_1hbut_253 {
  position: relative;
  padding-right: 30px;
}

._hierarchyToggle_1hbut_258 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 0;
  cursor: pointer;
}
._hierarchyToggle_1hbut_258 svg {
  fill: #545454;
  transition: fill ease 0.1s;
}
._hierarchyToggle_1hbut_258:hover svg {
  fill: #000;
}
._hierarchyToggle_1hbut_258._isHierarchy_1hbut_273 {
  transform: rotate(180deg);
}

._hierarchyItem_1hbut_277 {
  display: inline-block;
  margin-top: 8px;
}
._hierarchyItem_1hbut_277:nth-child(2) {
  padding-left: 25px;
}
._hierarchyItem_1hbut_277:nth-child(3) {
  padding-left: 50px;
}
._hierarchyItem_1hbut_277:nth-child(4) {
  padding-left: 75px;
}
._hierarchyItem_1hbut_277:nth-child(5) {
  padding-left: 100px;
}
._hierarchyItem_1hbut_277:nth-child(6) {
  padding-left: 125px;
}
._hierarchyItem_1hbut_277:nth-child(7) {
  padding-left: 150px;
}
._hierarchyItem_1hbut_277:nth-child(8) {
  padding-left: 175px;
}
._hierarchyItem_1hbut_277:nth-child(9) {
  padding-left: 200px;
}
._hierarchyItem_1hbut_277:nth-child(10) {
  padding-left: 225px;
}

._hierarchyLink_1hbut_309:hover ._hierarchyTitle_1hbut_309 {
  color: #4272D8;
}

._hierarchyIcon_1hbut_313 {
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-right: 6px;
}

._hierarchyTitle_1hbut_309 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #545454;
  transition: color ease 0.1s;
}

._slider_1hbut_329 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px 20px;
  margin: 36px 0 20px;
}._block_1v0u0_1 {
  display: flex;
  font-size: 100px;
  color: #545454;
  min-height: 300px;
  align-items: center;
  justify-content: center;
}._name_13ap3_1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  color: #000F5A;
  margin-bottom: 24px;
}

._grid_13ap3_10 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px;
  margin-bottom: 60px;
}

._profile_13ap3_18 {
  width: 100%;
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 20px;
}

._media_13ap3_25 {
  position: relative;
  width: 205px;
  overflow: hidden;
  border-radius: 4px;
}
._media_13ap3_25 img {
  display: block;
  width: 151%;
  height: auto;
  transform: translateX(-17%);
}

._location_13ap3_38 {
  margin-top: 12px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #4272D8;
  transition: color ease 0.1s;
}
._location_13ap3_38:hover {
  color: #000F5A;
}

._locationIcon_13ap3_54 {
  width: 20px;
  height: 20px;
}

._locationTitle_13ap3_59 {
  flex: 1;
}

._title_13ap3_63 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 16px;
}

._text_13ap3_71 {
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: color ease 0.1s;
}
._text_13ap3_71._bold_13ap3_79 {
  color: #000;
  font-weight: 600;
}

a._text_13ap3_71:hover,
a._text_13ap3_71._bold_13ap3_79:hover {
  color: #4272D8;
}

._type_13ap3_89 {
  display: inline-block;
  width: max-content;
}

._typeIcon_13ap3_94 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
._typeIcon_13ap3_94 svg {
  fill: #000;
}

._devide_13ap3_104 {
  margin: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}

._flex_13ap3_109 {
  display: flex;
  width: 100%;
}

._flex1_13ap3_114 {
  flex: 1;
}

._checkbox_13ap3_118 label {
  margin: 0;
}

._mb4_13ap3_122 {
  margin-bottom: 4px;
}

._mb8_13ap3_126 {
  margin-bottom: 4px;
}

._list_13ap3_130 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  width: max-content;
}

._copy_13ap3_137 {
  display: flex;
  gap: 8px;
}

._copyEmail_13ap3_142 {
  flex: 1;
  color: #000;
  transition: color ease 0.1s;
}
._copyEmail_13ap3_142:hover {
  color: #4272D8;
}

._copyIcon_13ap3_151 {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
}
._copyIcon_13ap3_151 svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  fill: #4272D8;
  transition: fill ease 0.1s;
}

._card_13ap3_165 ._media_13ap3_25 {
  width: 150px;
  margin-bottom: 7px;
}
._card_13ap3_165._member_13ap3_169 ._media_13ap3_25 {
  width: auto;
  min-height: 223px;
}
._card_13ap3_165:hover ._cardTitle_13ap3_173 {
  color: #4272D8;
}

._cardLocation_13ap3_177 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  border-radius: 3px;
  background: rgba(243, 247, 255, 0.7);
}
._cardLocation_13ap3_177 a {
  width: 24px;
  height: 24px;
  display: block;
}

._cardTitle_13ap3_173 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #000F5A;
  transition: color ease 0.1s;
  margin-bottom: 4px;
}

._cardDepartment_13ap3_200 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #545454;
}

._birthday_13ap3_208 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  z-index: 1;
}

._thanks_13ap3_217 {
  margin-top: 10px;
}

._thanksBtn_13ap3_221 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  color: #545454;
  transition: color ease 0.1s, background-color ease 0.1s;
}
._thanksBtn_13ap3_221:hover {
  color: #4272D8;
}
._thanksBtn_13ap3_221._green_13ap3_235 {
  border-radius: 4px;
  background: #D7F4EF;
  height: 36px;
  display: flex;
  gap: 4px;
  color: #007D66;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0 8px 0;
}

._thanksIcon_13ap3_248 {
  width: 20px;
  height: 20px;
}

._hierarchy_13ap3_253 {
  position: relative;
  padding-right: 30px;
}

._hierarchyToggle_13ap3_258 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 0;
  cursor: pointer;
}
._hierarchyToggle_13ap3_258 svg {
  fill: #545454;
  transition: fill ease 0.1s;
}
._hierarchyToggle_13ap3_258:hover svg {
  fill: #000;
}
._hierarchyToggle_13ap3_258._isHierarchy_13ap3_273 {
  transform: rotate(180deg);
}

._hierarchyItem_13ap3_277 {
  display: inline-block;
  margin-top: 8px;
}
._hierarchyItem_13ap3_277:nth-child(2) {
  padding-left: 25px;
}
._hierarchyItem_13ap3_277:nth-child(3) {
  padding-left: 50px;
}
._hierarchyItem_13ap3_277:nth-child(4) {
  padding-left: 75px;
}
._hierarchyItem_13ap3_277:nth-child(5) {
  padding-left: 100px;
}
._hierarchyItem_13ap3_277:nth-child(6) {
  padding-left: 125px;
}
._hierarchyItem_13ap3_277:nth-child(7) {
  padding-left: 150px;
}
._hierarchyItem_13ap3_277:nth-child(8) {
  padding-left: 175px;
}
._hierarchyItem_13ap3_277:nth-child(9) {
  padding-left: 200px;
}
._hierarchyItem_13ap3_277:nth-child(10) {
  padding-left: 225px;
}

._hierarchyLink_13ap3_309:hover ._hierarchyTitle_13ap3_309 {
  color: #4272D8;
}

._hierarchyIcon_13ap3_313 {
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-right: 6px;
}

._hierarchyTitle_13ap3_309 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #545454;
  transition: color ease 0.1s;
}._count_8n4ca_1 {
  background: #E1F0FA;
  min-width: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: 12px;
  padding: 0 6px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

._icon_8n4ca_13 {
  width: 28px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-top: -8px;
}

._item_8n4ca_22 {
  border-bottom: 1px solid #D9E3F7;
  padding: 16px 20px;
}
._item_8n4ca_22:last-child {
  border-bottom: none;
}

._content_8n4ca_30 {
  display: flex;
  gap: 8px;
}

._avatar_8n4ca_35 {
  margin-top: 3px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
._avatar_8n4ca_35 img {
  width: 100%;
  height: auto;
}

._name_8n4ca_46 {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

._position_8n4ca_53 {
  color: #545454;
  font-size: 12px;
  line-height: 14px;
}

._answer_8n4ca_59 {
  margin-top: 4px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

._answerEmoji_8n4ca_66 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 20px;
  height: 20px;
}

._more_8n4ca_74 {
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

._empty_8n4ca_82 {
  padding: 25px 20px 35px;
}

._emptyIcon_8n4ca_86 {
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
}

._emptyText_8n4ca_92 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

._emoji_8n4ca_98 {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
}

._emojiVariant_8n4ca_104 {
  width: 32px;
  height: 32px;
}
._emojiVariant_8n4ca_104 img {
  display: block;
}

._emojiSmile_8n4ca_112 {
  box-sizing: border-box;
  height: 32px;
  width: 32px;
  padding: 6px;
}
._emojiSmile_8n4ca_112 svg {
  transition: fill ease 0.1s;
}
._emojiSmile_8n4ca_112:hover svg {
  fill: #4272D8;
}

._emojiList_8n4ca_125 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 12px;
}
._emojiList_8n4ca_125 img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform ease 0.1s;
}
._emojiList_8n4ca_125 img:hover {
  transform: scale(1.1);
}div[data-theme=black] ._header_1izox_1 {
  background: #ff595e;
}
div[data-theme=black] ._title_1izox_4 {
  color: #fff;
}
._header_1izox_1 {
  padding: 24px 12px;
  background: #F1F6FB;
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  ._header_1izox_1 {
    padding: 24px 32px;
  }
}
@media only screen and (min-width: 320px) {
  ._header_1izox_1 {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 320px) {
  ._head_1izox_1 {
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
}
._head_1izox_1 + ._info_1izox_31, ._head_1izox_1 + ._media_1izox_31, ._head_1izox_1 + ._announce_1izox_31 {
  margin-top: 24px;
}
._topline_1izox_35 {
  display: flex;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
._back_1izox_42 {
  display: none;
  width: 46px;
  height: 46px;
  margin-top: 1px;
  margin-left: -18px;
  cursor: pointer;
}
@media only screen and (min-width: 320px) {
  ._back_1izox_42 {
    display: block;
  }
}
._back_1izox_42 svg {
  fill: #000F5A;
}
._back_1izox_42:hover svg {
  fill: #000F5A;
}
._title_1izox_4 {
  flex: 1;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  color: #000F5A;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) {
  ._title_1izox_4 {
    font-size: 40px;
    line-height: 1.2;
  }
}
._menu_1izox_78 {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 320px) {
  ._menu_1izox_78 {
    margin: 0;
  }
}
._info_1izox_31 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 24px 0 0 0;
}
._date_1izox_94 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #999999;
  margin-right: 12px;
}
._icon_1izox_102 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
._icon_1izox_102 svg {
  fill: #999;
}
._btn_1izox_113 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #999;
  transition: color ease 0.1s;
}
._btn_1izox_113 + ._btn_1izox_113 {
  margin-left: 8px;
}
._btn_1izox_113._print_1izox_123 {
  color: #4272D8;
  cursor: pointer;
}
._btn_1izox_113._print_1izox_123 ._icon_1izox_102 svg {
  fill: #4272D8;
}
._btn_1izox_113._print_1izox_123:hover {
  color: #000F5A;
}
._btn_1izox_113._print_1izox_123:hover ._icon_1izox_102 svg {
  fill: #000F5A;
}
._btn_1izox_113._pointer_1izox_136 {
  cursor: pointer;
}
._btn_1izox_113._pointer_1izox_136:hover {
  color: #4272D8;
}
._btn_1izox_113._pointer_1izox_136:hover ._icon_1izox_102 svg {
  fill: #4272D8;
}
._media_1izox_31 {
  margin: 16px 0 0 0;
}
._media_1izox_31 img,
._media_1izox_31 video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
._media_1izox_31 + ._announce_1izox_31 {
  margin-top: 32px;
}
._announce_1izox_31 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  margin: 16px 0 0 0;
}
@media only screen and (min-width: 320px) {
  ._announce_1izox_31 {
    font-size: 24px;
    line-height: 1.5;
  }
}._list_17y8k_1 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
@media only screen and (min-width: 320px) {
  ._list_17y8k_1 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
  }
}

._item_17y8k_14 {
  display: block;
  background: #DDF2FF;
  border-radius: 4px;
  padding: 16px 20px 22px;
}
@media only screen and (min-width: 320px) {
  ._item_17y8k_14 {
    min-height: 230px;
  }
}
._item_17y8k_14:hover ._title_17y8k_25 {
  color: #4272D8;
}

._title_17y8k_25 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000F5A;
  transition: color ease 0.1s;
}
@media only screen and (min-width: 320px) {
  ._title_17y8k_25 {
    min-height: 104px;
  }
}

._author_17y8k_42 {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  color: #4272D8;
}

._announce_17y8k_51 {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  color: #545454;
}

._header_17y8k_60 {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

._modalContent_17y8k_66 {
  background-color: #fff;
  padding: 20px 20px 16px;
}

._modalRow_17y8k_71 {
  margin-bottom: 8px;
}

._modalButtons_17y8k_75 {
  margin-top: 16px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}div[data-theme=black] ._body_1iba1_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1iba1_6 b,
div[data-theme=black] ._block_1iba1_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1iba1_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1iba1_16 {
  max-width: 1000px;
}
._body_1iba1_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1iba1_1 {
    padding: 24px 0 12px;
  }
}
._block_1iba1_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1iba1_6._noMargin_1iba1_39 {
  margin: 0;
}
._block_1iba1_6._noMargin_1iba1_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1iba1_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1iba1_6 {
    margin: 0 0 24px;
  }
}
._block_1iba1_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1iba1_6 a:hover {
  color: #000F5A;
}
._block_1iba1_6 p {
  margin: 0;
}
._block_1iba1_6 b,
._block_1iba1_6 strong {
  color: #000;
}
._block_1iba1_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1iba1_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1iba1_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1iba1_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1iba1_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1iba1_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1iba1_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1iba1_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1iba1_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1iba1_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1iba1_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1iba1_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1iba1_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1iba1_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1iba1_6[data-block=html] {
  max-width: 100%;
}
._block_1iba1_6[data-block=expert] {
  max-width: 100%;
}
._block_1iba1_6[data-block]:first-child {
  margin-top: 0;
}
._file_1iba1_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1iba1_139:hover {
  color: #000F5A;
}
._file_1iba1_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1iba1_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1iba1_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
div[data-theme=black] ._text_1iba1_168 {
  color: #fff;
}
._text_1iba1_168 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
}
._text_1iba1_168 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._text_1iba1_168 a:hover {
  color: #000F5A;
}
._text_1iba1_168 p {
  margin: 0 0 24px 0;
}div[data-theme=black] ._body_1m6s2_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1m6s2_6 b,
div[data-theme=black] ._block_1m6s2_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1m6s2_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1m6s2_16 {
  max-width: 1000px;
}
._body_1m6s2_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1m6s2_1 {
    padding: 24px 0 12px;
  }
}
._block_1m6s2_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1m6s2_6._noMargin_1m6s2_39 {
  margin: 0;
}
._block_1m6s2_6._noMargin_1m6s2_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1m6s2_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1m6s2_6 {
    margin: 0 0 24px;
  }
}
._block_1m6s2_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1m6s2_6 a:hover {
  color: #000F5A;
}
._block_1m6s2_6 p {
  margin: 0;
}
._block_1m6s2_6 b,
._block_1m6s2_6 strong {
  color: #000;
}
._block_1m6s2_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1m6s2_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1m6s2_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1m6s2_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1m6s2_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1m6s2_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1m6s2_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1m6s2_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1m6s2_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1m6s2_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1m6s2_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1m6s2_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1m6s2_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1m6s2_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1m6s2_6[data-block=html] {
  max-width: 100%;
}
._block_1m6s2_6[data-block=expert] {
  max-width: 100%;
}
._block_1m6s2_6[data-block]:first-child {
  margin-top: 0;
}
._file_1m6s2_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1m6s2_139:hover {
  color: #000F5A;
}
._file_1m6s2_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1m6s2_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1m6s2_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._blockquote_1m6s2_168 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
._blockquoteBody_1m6s2_174 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #000000;
  max-width: 700px;
  flex: 1;
}
._blockquoteAuthor_1m6s2_183 {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 16px;
}
._blockquoteIcon_1m6s2_188 {
  width: 38px;
  height: 24px;
  margin-top: 4px;
}
._blockquoteIcon_1m6s2_188 svg {
  width: 100%;
  height: 100%;
}
._blockquoteInfo_1m6s2_198 {
  max-width: 250px;
  padding-left: 12px;
  flex: 1;
}
._blockquotePosition_1m6s2_204 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  margin-bottom: 4px;
  color: #545454;
}
._blockquoteTitle_1m6s2_212 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}div[data-theme=black] ._body_nmg2k_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_nmg2k_6 b,
div[data-theme=black] ._block_nmg2k_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_nmg2k_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_nmg2k_16 {
  max-width: 1000px;
}
._body_nmg2k_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_nmg2k_1 {
    padding: 24px 0 12px;
  }
}
._block_nmg2k_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_nmg2k_6._noMargin_nmg2k_39 {
  margin: 0;
}
._block_nmg2k_6._noMargin_nmg2k_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_nmg2k_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_nmg2k_6 {
    margin: 0 0 24px;
  }
}
._block_nmg2k_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_nmg2k_6 a:hover {
  color: #000F5A;
}
._block_nmg2k_6 p {
  margin: 0;
}
._block_nmg2k_6 b,
._block_nmg2k_6 strong {
  color: #000;
}
._block_nmg2k_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_nmg2k_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_nmg2k_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_nmg2k_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_nmg2k_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_nmg2k_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_nmg2k_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_nmg2k_6[data-block=photodownload] {
  max-width: 100%;
}
._block_nmg2k_6[data-block=photopreview] {
  max-width: 100%;
}
._block_nmg2k_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_nmg2k_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_nmg2k_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_nmg2k_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_nmg2k_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_nmg2k_6[data-block=html] {
  max-width: 100%;
}
._block_nmg2k_6[data-block=expert] {
  max-width: 100%;
}
._block_nmg2k_6[data-block]:first-child {
  margin-top: 0;
}
._file_nmg2k_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_nmg2k_139:hover {
  color: #000F5A;
}
._file_nmg2k_139:hover svg {
  fill: #000F5A;
}
._fileIcon_nmg2k_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_nmg2k_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
div[data-theme=black] ._h2_nmg2k_168 {
  color: #fff;
}
._h2_nmg2k_168 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000F5A;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) {
  ._h2_nmg2k_168 {
    font-size: 32px;
    line-height: 1.25;
  }
}div[data-theme=black] ._body_w8cpp_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_w8cpp_6 b,
div[data-theme=black] ._block_w8cpp_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_w8cpp_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_w8cpp_16 {
  max-width: 1000px;
}
._body_w8cpp_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_w8cpp_1 {
    padding: 24px 0 12px;
  }
}
._block_w8cpp_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_w8cpp_6._noMargin_w8cpp_39 {
  margin: 0;
}
._block_w8cpp_6._noMargin_w8cpp_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_w8cpp_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_w8cpp_6 {
    margin: 0 0 24px;
  }
}
._block_w8cpp_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_w8cpp_6 a:hover {
  color: #000F5A;
}
._block_w8cpp_6 p {
  margin: 0;
}
._block_w8cpp_6 b,
._block_w8cpp_6 strong {
  color: #000;
}
._block_w8cpp_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_w8cpp_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_w8cpp_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_w8cpp_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_w8cpp_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_w8cpp_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_w8cpp_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_w8cpp_6[data-block=photodownload] {
  max-width: 100%;
}
._block_w8cpp_6[data-block=photopreview] {
  max-width: 100%;
}
._block_w8cpp_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_w8cpp_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_w8cpp_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_w8cpp_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_w8cpp_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_w8cpp_6[data-block=html] {
  max-width: 100%;
}
._block_w8cpp_6[data-block=expert] {
  max-width: 100%;
}
._block_w8cpp_6[data-block]:first-child {
  margin-top: 0;
}
._file_w8cpp_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_w8cpp_139:hover {
  color: #000F5A;
}
._file_w8cpp_139:hover svg {
  fill: #000F5A;
}
._fileIcon_w8cpp_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_w8cpp_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
div[data-theme=black] ._h3_w8cpp_168 {
  color: #fff;
}
._h3_w8cpp_168 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) {
  ._h3_w8cpp_168 {
    font-size: 24px;
    line-height: 1.5;
  }
}div[data-theme=black] ._body_17u2e_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_17u2e_6 b,
div[data-theme=black] ._block_17u2e_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_17u2e_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_17u2e_16 {
  max-width: 1000px;
}
._body_17u2e_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_17u2e_1 {
    padding: 24px 0 12px;
  }
}
._block_17u2e_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_17u2e_6._noMargin_17u2e_39 {
  margin: 0;
}
._block_17u2e_6._noMargin_17u2e_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_17u2e_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_17u2e_6 {
    margin: 0 0 24px;
  }
}
._block_17u2e_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_17u2e_6 a:hover {
  color: #000F5A;
}
._block_17u2e_6 p {
  margin: 0;
}
._block_17u2e_6 b,
._block_17u2e_6 strong {
  color: #000;
}
._block_17u2e_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_17u2e_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_17u2e_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_17u2e_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_17u2e_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_17u2e_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_17u2e_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_17u2e_6[data-block=photodownload] {
  max-width: 100%;
}
._block_17u2e_6[data-block=photopreview] {
  max-width: 100%;
}
._block_17u2e_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_17u2e_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_17u2e_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_17u2e_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_17u2e_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_17u2e_6[data-block=html] {
  max-width: 100%;
}
._block_17u2e_6[data-block=expert] {
  max-width: 100%;
}
._block_17u2e_6[data-block]:first-child {
  margin-top: 0;
}
._file_17u2e_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_17u2e_139:hover {
  color: #000F5A;
}
._file_17u2e_139:hover svg {
  fill: #000F5A;
}
._fileIcon_17u2e_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_17u2e_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._media_17u2e_168 {
  cursor: pointer;
}
._media_17u2e_168 img,
._media_17u2e_168 video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-sizing: border-box;
}
._media_17u2e_168._logo_17u2e_179 {
  width: 210px;
}
._mediaTitle_17u2e_183 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #545454;
}div[data-theme=black] ._body_1v56w_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1v56w_6 b,
div[data-theme=black] ._block_1v56w_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1v56w_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1v56w_16 {
  max-width: 1000px;
}
._body_1v56w_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1v56w_1 {
    padding: 24px 0 12px;
  }
}
._block_1v56w_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1v56w_6._noMargin_1v56w_39 {
  margin: 0;
}
._block_1v56w_6._noMargin_1v56w_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1v56w_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1v56w_6 {
    margin: 0 0 24px;
  }
}
._block_1v56w_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1v56w_6 a:hover {
  color: #000F5A;
}
._block_1v56w_6 p {
  margin: 0;
}
._block_1v56w_6 b,
._block_1v56w_6 strong {
  color: #000;
}
._block_1v56w_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1v56w_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1v56w_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1v56w_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1v56w_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1v56w_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1v56w_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1v56w_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1v56w_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1v56w_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1v56w_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1v56w_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1v56w_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1v56w_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1v56w_6[data-block=html] {
  max-width: 100%;
}
._block_1v56w_6[data-block=expert] {
  max-width: 100%;
}
._block_1v56w_6[data-block]:first-child {
  margin-top: 0;
}
._file_1v56w_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1v56w_139:hover {
  color: #000F5A;
}
._file_1v56w_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1v56w_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1v56w_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._group_1v56w_168 {
  margin: 0 -10px;
}
._media_1v56w_172 {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0 10px 24px;
  width: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
._media_1v56w_172 img {
  width: 100%;
  height: auto;
}
._mediaTitle_1v56w_186 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #000000;
  margin-top: 12px;
}div[data-theme=black] ._body_xc13k_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_xc13k_6 b,
div[data-theme=black] ._block_xc13k_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_xc13k_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_xc13k_16 {
  max-width: 1000px;
}
._body_xc13k_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_xc13k_1 {
    padding: 24px 0 12px;
  }
}
._block_xc13k_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_xc13k_6._noMargin_xc13k_39 {
  margin: 0;
}
._block_xc13k_6._noMargin_xc13k_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6 {
    margin: 0 0 24px;
  }
}
._block_xc13k_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_xc13k_6 a:hover {
  color: #000F5A;
}
._block_xc13k_6 p {
  margin: 0;
}
._block_xc13k_6 b,
._block_xc13k_6 strong {
  color: #000;
}
._block_xc13k_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_xc13k_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_xc13k_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_xc13k_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_xc13k_6[data-block=photodownload] {
  max-width: 100%;
}
._block_xc13k_6[data-block=photopreview] {
  max-width: 100%;
}
._block_xc13k_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_xc13k_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_xc13k_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_xc13k_6[data-block=html] {
  max-width: 100%;
}
._block_xc13k_6[data-block=expert] {
  max-width: 100%;
}
._block_xc13k_6[data-block]:first-child {
  margin-top: 0;
}
._file_xc13k_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_xc13k_139:hover {
  color: #000F5A;
}
._file_xc13k_139:hover svg {
  fill: #000F5A;
}
._fileIcon_xc13k_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_xc13k_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}div[data-theme=black] ._body_ex6s8_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_ex6s8_6 b,
div[data-theme=black] ._block_ex6s8_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_ex6s8_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_ex6s8_16 {
  max-width: 1000px;
}
._body_ex6s8_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_ex6s8_1 {
    padding: 24px 0 12px;
  }
}
._block_ex6s8_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_ex6s8_6._noMargin_ex6s8_39 {
  margin: 0;
}
._block_ex6s8_6._noMargin_ex6s8_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_ex6s8_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_ex6s8_6 {
    margin: 0 0 24px;
  }
}
._block_ex6s8_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_ex6s8_6 a:hover {
  color: #000F5A;
}
._block_ex6s8_6 p {
  margin: 0;
}
._block_ex6s8_6 b,
._block_ex6s8_6 strong {
  color: #000;
}
._block_ex6s8_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_ex6s8_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_ex6s8_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_ex6s8_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_ex6s8_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_ex6s8_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_ex6s8_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_ex6s8_6[data-block=photodownload] {
  max-width: 100%;
}
._block_ex6s8_6[data-block=photopreview] {
  max-width: 100%;
}
._block_ex6s8_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_ex6s8_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_ex6s8_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_ex6s8_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_ex6s8_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_ex6s8_6[data-block=html] {
  max-width: 100%;
}
._block_ex6s8_6[data-block=expert] {
  max-width: 100%;
}
._block_ex6s8_6[data-block]:first-child {
  margin-top: 0;
}
._file_ex6s8_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_ex6s8_139:hover {
  color: #000F5A;
}
._file_ex6s8_139:hover svg {
  fill: #000F5A;
}
._fileIcon_ex6s8_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_ex6s8_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._list_ex6s8_168._ordered_ex6s8_168 ._listMarker_ex6s8_168 {
  top: 0;
  font-size: 16px;
  line-height: 1.62;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
._listItem_ex6s8_178 {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-bottom: 8px;
  padding-left: 25px;
}
._listMarker_ex6s8_168 {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 0;
  line-height: 1;
  width: 8px;
  height: 8px;
  font-weight: 600;
  border-radius: 50%;
  background: #4272D8;
  color: #4272D8;
}div[data-theme=black] ._body_1xbov_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1xbov_6 b,
div[data-theme=black] ._block_1xbov_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1xbov_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1xbov_16 {
  max-width: 1000px;
}
._body_1xbov_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1xbov_1 {
    padding: 24px 0 12px;
  }
}
._block_1xbov_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1xbov_6._noMargin_1xbov_39 {
  margin: 0;
}
._block_1xbov_6._noMargin_1xbov_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1xbov_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1xbov_6 {
    margin: 0 0 24px;
  }
}
._block_1xbov_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1xbov_6 a:hover {
  color: #000F5A;
}
._block_1xbov_6 p {
  margin: 0;
}
._block_1xbov_6 b,
._block_1xbov_6 strong {
  color: #000;
}
._block_1xbov_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1xbov_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1xbov_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1xbov_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1xbov_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1xbov_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1xbov_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1xbov_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1xbov_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1xbov_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1xbov_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1xbov_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1xbov_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1xbov_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1xbov_6[data-block=html] {
  max-width: 100%;
}
._block_1xbov_6[data-block=expert] {
  max-width: 100%;
}
._block_1xbov_6[data-block]:first-child {
  margin-top: 0;
}
._file_1xbov_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1xbov_139:hover {
  color: #000F5A;
}
._file_1xbov_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1xbov_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1xbov_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._navigation_1xbov_168 {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  padding: 0 30px;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  div:not([data-width="100"]) + div[data-block=photo] ._navigation_1xbov_168 {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 123;
  }
}
._prev_1xbov_186,
._next_1xbov_187 {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(66, 114, 216, 0.3);
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: 3px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: border ease 0.1s;
}
._prev_1xbov_186[aria-disabled=true] svg,
._next_1xbov_187[aria-disabled=true] svg {
  opacity: 0.5;
}
._prev_1xbov_186 svg,
._next_1xbov_187 svg {
  width: 100%;
  height: 100%;
  transition: opacity ease 0.1s;
}
._photo_1xbov_211 {
  position: relative;
}
._photoItem_1xbov_215 {
  max-width: 640px;
  box-sizing: border-box;
  cursor: pointer;
}
._photoItem_1xbov_215._mini_1xbov_220 {
  cursor: initial;
  width: 184px;
}
._photoItem_1xbov_215._mini_1xbov_220 ._title_1xbov_224 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.33;
  margin-top: 6px;
  color: #000;
}
._photoItem_1xbov_215._mini_1xbov_220 ._media_1xbov_231 {
  border: 1px solid #D9E3F7;
  border-radius: 6px;
}
._photoItem_1xbov_215._infografika_1xbov_235 {
  max-width: 489px;
}
._media_1xbov_231 {
  overflow: hidden;
}
._media_1xbov_231 img {
  display: block;
  width: 100%;
  height: auto;
}
._title_1xbov_224 {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #545454;
}div[data-theme=black] ._body_3kiyx_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_3kiyx_6 b,
div[data-theme=black] ._block_3kiyx_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_3kiyx_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_3kiyx_16 {
  max-width: 1000px;
}
._body_3kiyx_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_3kiyx_1 {
    padding: 24px 0 12px;
  }
}
._block_3kiyx_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_3kiyx_6._noMargin_3kiyx_39 {
  margin: 0;
}
._block_3kiyx_6._noMargin_3kiyx_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_3kiyx_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_3kiyx_6 {
    margin: 0 0 24px;
  }
}
._block_3kiyx_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_3kiyx_6 a:hover {
  color: #000F5A;
}
._block_3kiyx_6 p {
  margin: 0;
}
._block_3kiyx_6 b,
._block_3kiyx_6 strong {
  color: #000;
}
._block_3kiyx_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_3kiyx_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_3kiyx_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_3kiyx_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_3kiyx_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_3kiyx_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_3kiyx_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_3kiyx_6[data-block=photodownload] {
  max-width: 100%;
}
._block_3kiyx_6[data-block=photopreview] {
  max-width: 100%;
}
._block_3kiyx_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_3kiyx_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_3kiyx_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_3kiyx_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_3kiyx_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_3kiyx_6[data-block=html] {
  max-width: 100%;
}
._block_3kiyx_6[data-block=expert] {
  max-width: 100%;
}
._block_3kiyx_6[data-block]:first-child {
  margin-top: 0;
}
._file_3kiyx_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_3kiyx_139:hover {
  color: #000F5A;
}
._file_3kiyx_139:hover svg {
  fill: #000F5A;
}
._fileIcon_3kiyx_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_3kiyx_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._photolenta_3kiyx_168 {
  display: block;
}
@media only screen and (min-width: 320px) {
  ._photolenta_3kiyx_168 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
._item_3kiyx_179 {
  box-sizing: border-box;
  margin-bottom: 12px;
  max-width: 500px;
}
._item_3kiyx_179._active_3kiyx_184 ._tools_3kiyx_184 {
  opacity: 1;
}
._item_3kiyx_179._active_3kiyx_184 ._checkbox_3kiyx_187 {
  opacity: 1;
}
@media only screen and (min-width: 320px) {
  ._item_3kiyx_179 {
    width: 16.66%;
    padding: 0 10px 20px;
    margin-bottom: 0;
  }
}
._media_3kiyx_198 {
  position: relative;
  margin-bottom: 5px;
}
._media_3kiyx_198 img {
  display: block;
  width: 100%;
  height: auto;
}
._media_3kiyx_198:hover ._tools_3kiyx_184 {
  opacity: 1;
}
._media_3kiyx_198:hover ._checkbox_3kiyx_187 {
  opacity: 1;
}
._tools_3kiyx_184 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: opacity ease 0.1s;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}
._fullscreen_3kiyx_226 {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  z-index: 15;
  cursor: pointer;
}
._fullscreen_3kiyx_226 svg {
  fill: #4272D8;
}
._checkbox_3kiyx_187 {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
._link_3kiyx_249 {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4272D8;
  transition: color ease 0.1s;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
._link_3kiyx_249:hover {
  color: #000F5A;
}
._link_3kiyx_249:hover ._linkIcon_3kiyx_264 svg {
  fill: #000F5A;
}
._linkIcon_3kiyx_264 {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
._linkIcon_3kiyx_264 svg {
  fill: #4272D8;
  transition: fill ease 0.1s;
}div[data-theme=black] ._body_15xym_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_15xym_6 b,
div[data-theme=black] ._block_15xym_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_15xym_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_15xym_16 {
  max-width: 1000px;
}
._body_15xym_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_15xym_1 {
    padding: 24px 0 12px;
  }
}
._block_15xym_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_15xym_6._noMargin_15xym_39 {
  margin: 0;
}
._block_15xym_6._noMargin_15xym_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_15xym_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_15xym_6 {
    margin: 0 0 24px;
  }
}
._block_15xym_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_15xym_6 a:hover {
  color: #000F5A;
}
._block_15xym_6 p {
  margin: 0;
}
._block_15xym_6 b,
._block_15xym_6 strong {
  color: #000;
}
._block_15xym_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_15xym_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_15xym_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_15xym_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_15xym_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_15xym_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_15xym_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_15xym_6[data-block=photodownload] {
  max-width: 100%;
}
._block_15xym_6[data-block=photopreview] {
  max-width: 100%;
}
._block_15xym_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_15xym_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_15xym_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_15xym_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_15xym_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_15xym_6[data-block=html] {
  max-width: 100%;
}
._block_15xym_6[data-block=expert] {
  max-width: 100%;
}
._block_15xym_6[data-block]:first-child {
  margin-top: 0;
}
._file_15xym_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_15xym_139:hover {
  color: #000F5A;
}
._file_15xym_139:hover svg {
  fill: #000F5A;
}
._fileIcon_15xym_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_15xym_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._photolenta_15xym_168 {
  display: block;
}
@media only screen and (min-width: 320px) {
  ._photolenta_15xym_168 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
._item_15xym_179 {
  box-sizing: border-box;
  margin-bottom: 12px;
  max-width: 500px;
}
@media only screen and (min-width: 320px) {
  ._item_15xym_179 {
    width: 16.66%;
    padding: 0 10px 20px;
    margin-bottom: 0;
  }
}
._wrapper_15xym_192 {
  position: relative;
}
._media_15xym_196 {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
._media_15xym_196 img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
._bg_15xym_211 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6980392157);
  overflow: hidden;
}
._bg_15xym_211 img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(15px);
}
._tools_15xym_228 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transition: opacity ease 0.1s;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
._fullscreen_15xym_240 {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  z-index: 15;
  cursor: pointer;
}
._fullscreen_15xym_240 svg {
  fill: #4272D8;
}
._checkbox_15xym_255 {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
._link_15xym_263 {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4272D8;
  transition: color ease 0.1s;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
._link_15xym_263:hover {
  color: #000F5A;
}
._link_15xym_263:hover ._linkIcon_15xym_278 svg {
  fill: #000F5A;
}
._linkIcon_15xym_278 {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
._linkIcon_15xym_278 svg {
  fill: #4272D8;
  transition: fill ease 0.1s;
}div[data-theme=black] ._body_1cpi7_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1cpi7_6 b,
div[data-theme=black] ._block_1cpi7_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1cpi7_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1cpi7_16 {
  max-width: 1000px;
}
._body_1cpi7_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1cpi7_1 {
    padding: 24px 0 12px;
  }
}
._block_1cpi7_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1cpi7_6._noMargin_1cpi7_39 {
  margin: 0;
}
._block_1cpi7_6._noMargin_1cpi7_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1cpi7_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1cpi7_6 {
    margin: 0 0 24px;
  }
}
._block_1cpi7_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1cpi7_6 a:hover {
  color: #000F5A;
}
._block_1cpi7_6 p {
  margin: 0;
}
._block_1cpi7_6 b,
._block_1cpi7_6 strong {
  color: #000;
}
._block_1cpi7_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1cpi7_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1cpi7_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1cpi7_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1cpi7_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1cpi7_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1cpi7_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1cpi7_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1cpi7_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1cpi7_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1cpi7_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1cpi7_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1cpi7_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1cpi7_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1cpi7_6[data-block=html] {
  max-width: 100%;
}
._block_1cpi7_6[data-block=expert] {
  max-width: 100%;
}
._block_1cpi7_6[data-block]:first-child {
  margin-top: 0;
}
._file_1cpi7_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1cpi7_139:hover {
  color: #000F5A;
}
._file_1cpi7_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1cpi7_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1cpi7_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._file_1cpi7_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-right: 20px;
  transition: color ease 0.1s;
}
._file_1cpi7_139:hover {
  color: #000F5A;
}
._file_1cpi7_139:hover svg {
  fill: #000F5A;
}
._icon_1cpi7_185 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._icon_1cpi7_185 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}div[data-theme=black] ._body_19f3i_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_19f3i_6 b,
div[data-theme=black] ._block_19f3i_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_19f3i_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_19f3i_16 {
  max-width: 1000px;
}
._body_19f3i_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_19f3i_1 {
    padding: 24px 0 12px;
  }
}
._block_19f3i_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_19f3i_6._noMargin_19f3i_39 {
  margin: 0;
}
._block_19f3i_6._noMargin_19f3i_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_19f3i_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_19f3i_6 {
    margin: 0 0 24px;
  }
}
._block_19f3i_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_19f3i_6 a:hover {
  color: #000F5A;
}
._block_19f3i_6 p {
  margin: 0;
}
._block_19f3i_6 b,
._block_19f3i_6 strong {
  color: #000;
}
._block_19f3i_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_19f3i_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_19f3i_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_19f3i_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_19f3i_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_19f3i_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_19f3i_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_19f3i_6[data-block=photodownload] {
  max-width: 100%;
}
._block_19f3i_6[data-block=photopreview] {
  max-width: 100%;
}
._block_19f3i_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_19f3i_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_19f3i_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_19f3i_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_19f3i_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_19f3i_6[data-block=html] {
  max-width: 100%;
}
._block_19f3i_6[data-block=expert] {
  max-width: 100%;
}
._block_19f3i_6[data-block]:first-child {
  margin-top: 0;
}
._file_19f3i_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_19f3i_139:hover {
  color: #000F5A;
}
._file_19f3i_139:hover svg {
  fill: #000F5A;
}
._fileIcon_19f3i_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_19f3i_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._incision_19f3i_168 {
  position: relative;
}
@media only screen and (min-width: 320px) {
  ._incision_19f3i_168 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 20px 0;
  }
}
._incision_19f3i_168[data-size="1"] ._incisionItem_19f3i_179, ._incision_19f3i_168[data-size="2"] ._incisionItem_19f3i_179 {
  width: auto;
  min-width: calc(33.333% - 15px);
}
._incisionItem_19f3i_179 {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  padding: 12px 20px 20px;
  box-sizing: border-box;
  background: #EDF8FF;
  border-radius: 4px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 320px) {
  ._incisionItem_19f3i_179 {
    width: calc(33.333% - 15px);
    margin: 0;
  }
}
._incisionTitle_19f3i_201 {
  font-weight: 400;
  font-size: 32px;
  color: #000F5A;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.1;
}
._incisionBody_19f3i_212 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #545454;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 42px;
  overflow: hidden;
}
._incisionBody_19f3i_212 p {
  margin: 0;
}div[data-theme=black] ._body_1193s_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1193s_6 b,
div[data-theme=black] ._block_1193s_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1193s_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1193s_16 {
  max-width: 1000px;
}
._body_1193s_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1193s_1 {
    padding: 24px 0 12px;
  }
}
._block_1193s_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1193s_6._noMargin_1193s_39 {
  margin: 0;
}
._block_1193s_6._noMargin_1193s_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1193s_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1193s_6 {
    margin: 0 0 24px;
  }
}
._block_1193s_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1193s_6 a:hover {
  color: #000F5A;
}
._block_1193s_6 p {
  margin: 0;
}
._block_1193s_6 b,
._block_1193s_6 strong {
  color: #000;
}
._block_1193s_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1193s_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1193s_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1193s_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1193s_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1193s_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1193s_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1193s_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1193s_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1193s_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1193s_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1193s_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1193s_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1193s_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1193s_6[data-block=html] {
  max-width: 100%;
}
._block_1193s_6[data-block=expert] {
  max-width: 100%;
}
._block_1193s_6[data-block]:first-child {
  margin-top: 0;
}
._file_1193s_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1193s_139:hover {
  color: #000F5A;
}
._file_1193s_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1193s_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1193s_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
div[data-theme=black] ._table_1193s_168 b,
div[data-theme=black] ._table_1193s_168 strong {
  color: #EDF8FF;
}
div[data-theme=black] ._cell_1193s_172 {
  color: #EDF8FF;
  border-right: 1px solid #BEBEBE;
}
div[data-theme=black] ._cell_1193s_172:last-child {
  border-right: none;
}
div[data-theme=black] ._row_1193s_179 {
  border-bottom: 1px solid #BEBEBE;
}
div[data-theme=black] ._row_1193s_179:first-child {
  border-bottom: 1px solid #BEBEBE;
}
._container_1193s_186 {
  overflow: auto;
}
._table_1193s_168 {
  width: 100%;
}
@media only screen and (min-width: 320px) {
  ._table_1193s_168 {
    display: table;
  }
}
._table_1193s_168 p {
  margin: 0;
}
._row_1193s_179 {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 16px;
}
._row_1193s_179:first-child {
  border-bottom: none;
}
@media only screen and (min-width: 320px) {
  ._row_1193s_179 {
    margin: 0;
    display: table-row;
  }
}
._cell_1193s_172 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 8px;
}
@media only screen and (min-width: 320px) {
  ._cell_1193s_172 {
    display: table-cell;
    padding: 16px 15px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
  }
  ._cell_1193s_172:first-child {
    padding-left: 0;
  }
  ._cell_1193s_172:last-child {
    padding-right: 0;
  }
}div[data-theme=black] ._body_7tgc3_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_7tgc3_6 b,
div[data-theme=black] ._block_7tgc3_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_7tgc3_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_7tgc3_16 {
  max-width: 1000px;
}
._body_7tgc3_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_7tgc3_1 {
    padding: 24px 0 12px;
  }
}
._block_7tgc3_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_7tgc3_6._noMargin_7tgc3_39 {
  margin: 0;
}
._block_7tgc3_6._noMargin_7tgc3_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_7tgc3_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_7tgc3_6 {
    margin: 0 0 24px;
  }
}
._block_7tgc3_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_7tgc3_6 a:hover {
  color: #000F5A;
}
._block_7tgc3_6 p {
  margin: 0;
}
._block_7tgc3_6 b,
._block_7tgc3_6 strong {
  color: #000;
}
._block_7tgc3_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_7tgc3_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_7tgc3_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_7tgc3_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_7tgc3_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_7tgc3_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_7tgc3_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_7tgc3_6[data-block=photodownload] {
  max-width: 100%;
}
._block_7tgc3_6[data-block=photopreview] {
  max-width: 100%;
}
._block_7tgc3_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_7tgc3_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_7tgc3_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_7tgc3_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_7tgc3_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_7tgc3_6[data-block=html] {
  max-width: 100%;
}
._block_7tgc3_6[data-block=expert] {
  max-width: 100%;
}
._block_7tgc3_6[data-block]:first-child {
  margin-top: 0;
}
._file_7tgc3_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_7tgc3_139:hover {
  color: #000F5A;
}
._file_7tgc3_139:hover svg {
  fill: #000F5A;
}
._fileIcon_7tgc3_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_7tgc3_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._group_7tgc3_168 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
._group_7tgc3_168._tile_7tgc3_173 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
._group_7tgc3_168._tile_7tgc3_173 ._item_7tgc3_177 {
  padding: 16px 20px 10px;
  border: 2px solid #D9E3F7;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 140px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin: 0;
}
._group_7tgc3_168._tile_7tgc3_173 ._item_7tgc3_177:hover {
  border-color: #4272D8;
}
._group_7tgc3_168._tile_7tgc3_173 ._item_7tgc3_177 ._media_7tgc3_191 ._mediaBG_7tgc3_191 {
  opacity: 0;
}
._group_7tgc3_168._tile_7tgc3_173 ._title_7tgc3_194 {
  font-weight: 400;
  line-height: 1.25;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 125px;
  padding-right: 0;
  margin-bottom: 0;
}
._group_7tgc3_168._tile_7tgc3_173 ._media_7tgc3_191 {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
._group_7tgc3_168._tile_7tgc3_173 ._media_7tgc3_191 img {
  width: 70px;
  height: 70px;
}
._item_7tgc3_177 {
  position: relative;
  box-sizing: border-box;
}
._item_7tgc3_177:hover ._title_7tgc3_194 {
  color: #4272D8;
}
._item_7tgc3_177:hover ._external_7tgc3_220 svg {
  fill: #4272D8;
}
._item_7tgc3_177:hover ._media_7tgc3_191 ._mediaBG_7tgc3_191 {
  opacity: 1;
}
._media_7tgc3_191 {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
._media_7tgc3_191 img {
  width: 100%;
  height: auto;
  display: block;
}
._mediaBG_7tgc3_191 {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.1s;
}
._subtitle_7tgc3_250 {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  margin-bottom: 7px;
}
._title_7tgc3_194 {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000F5A;
  margin-bottom: 8px;
  transition: color ease 0.1s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 78px;
  overflow: hidden;
  padding-right: 27px;
}
._announce_7tgc3_273 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #545454;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
  overflow: hidden;
}
._external_7tgc3_220 {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 0;
  right: 0;
}
._external_7tgc3_220 svg {
  fill: #000F5A;
  transition: fill ease 0.1s;
}
div[data-theme=black] ._body_47q0e_2 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_47q0e_7 b,
div[data-theme=black] ._block_47q0e_7 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_47q0e_7 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_47q0e_17 {
  max-width: 1000px;
}
._body_47q0e_2 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_47q0e_2 {
    padding: 24px 0 12px;
  }
}
._block_47q0e_7 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_47q0e_7._noMargin_47q0e_40 {
  margin: 0;
}
._block_47q0e_7._noMargin_47q0e_40 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_47q0e_7 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_47q0e_7 {
    margin: 0 0 24px;
  }
}
._block_47q0e_7 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_47q0e_7 a:hover {
  color: #000F5A;
}
._block_47q0e_7 p {
  margin: 0;
}
._block_47q0e_7 b,
._block_47q0e_7 strong {
  color: #000;
}
._block_47q0e_7[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_47q0e_7[data-block=h1] {
    margin-top: 60px;
  }
}
._block_47q0e_7[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_47q0e_7[data-block=h2] {
    margin-top: 24px;
  }
}
._block_47q0e_7[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_47q0e_7[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_47q0e_7[data-block=mediaGroup] {
  max-width: 100%;
}
._block_47q0e_7[data-block=photodownload] {
  max-width: 100%;
}
._block_47q0e_7[data-block=photopreview] {
  max-width: 100%;
}
._block_47q0e_7[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_47q0e_7[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_47q0e_7[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_47q0e_7[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_47q0e_7[data-block=articleGroup] {
  max-width: 100%;
}
._block_47q0e_7[data-block=html] {
  max-width: 100%;
}
._block_47q0e_7[data-block=expert] {
  max-width: 100%;
}
._block_47q0e_7[data-block]:first-child {
  margin-top: 0;
}
._file_47q0e_140 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_47q0e_140:hover {
  color: #000F5A;
}
._file_47q0e_140:hover svg {
  fill: #000F5A;
}
._fileIcon_47q0e_156 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_47q0e_156 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
#article[data-theme=black] .h2 {
  color: #fff;
}
#article[data-theme=black] .h3 {
  color: #fff;
}
#article[data-theme=black] .h4 {
  color: #fff;
}
#article[data-theme=black] .text {
  color: rgba(237, 248, 255, 0.85);
}
#article[data-theme=black] .alert {
  background: #33333d;
  color: rgba(237, 248, 255, 0.85);
  font-size: 16px;
}
#article[data-theme=black] .alert:before {
  background-image: url("/static/warning.92b60c18.svg");
}
#article[data-theme=black] .list-circle > li {
  color: rgba(237, 248, 255, 0.85);
}
#article[data-theme=black] .list-circle > li:before {
  background: #FF595E;
}
#article[data-theme=black] .list-flag > li {
  color: rgba(237, 248, 255, 0.85);
}
#article[data-theme=black] .list-checkbox > li {
  color: rgba(237, 248, 255, 0.85);
}
#article[data-theme=black] .list-decimal > li {
  color: rgba(237, 248, 255, 0.85);
}
#article[data-theme=black] .list-decimal > li:before {
  color: #FF595E;
}
#article[data-theme=black] .list-title {
  color: #EDF8FF;
}
#article[data-theme=black] .media-annotate {
  color: rgba(190, 190, 190, 0.8);
}
#article[data-theme=black] .info {
  background: #33333D;
}
#article[data-theme=black] .info__title {
  color: #fff;
}
#article[data-theme=black] .info__link {
  color: rgba(237, 248, 255, 0.85);
}
#article[data-theme=black] .anchor:after {
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.2) 59.5%, rgba(0, 0, 0, 0) 100%);
}
#article[data-theme=black] .anchor__title {
  color: #fff;
}
#article[data-theme=black] .anchor__subtitle {
  color: #fff;
}
.cards {
  margin: 24px 0 20px 0;
}
@media only screen and (min-width: 320px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0 30px 0;
  }
}
.cards.m-end .card {
  flex-direction: column-reverse;
}
.cards.m-end .card__title {
  margin: 0;
  font-size: 14px;
  height: 66px;
  -webkit-line-clamp: 3;
}
.cards.m-end .card__img {
  margin: 0 0 8px 0;
  justify-content: flex-start;
}
.cards.m-end .card__img img {
  width: auto;
  max-width: 64px;
}
.card {
  padding: 16px 20px 20px;
  background: #F1F6FB;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 0 8px 0;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 320px) {
  .card {
    margin: 0;
  }
}
.card:hover .card__title {
  color: #4272D8;
}
.card__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  transition: color ease 0.1s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 60px;
  overflow: hidden;
}
.card__img {
  display: flex;
  justify-content: flex-end;
}
.card__img img {
  display: block;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 320px) {
  .slider {
    margin-top: -40px;
    padding-top: 40px;
  }
}
.slider__item {
  display: block;
  width: 305px;
}
.slider__item:hover .slider__text {
  opacity: 0;
}
.slider__item:hover .slider__img {
  height: 150px;
}
.slider__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  color: #000000;
  padding-bottom: 14px;
  border-bottom: 3px solid #4272D8;
}
.slider__content {
  position: relative;
  padding-top: 20px;
}
.slider__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #fff;
  overflow: hidden;
  transition: height 0.3s;
  z-index: 2;
}
.slider__img img {
  width: 100%;
  height: auto;
}
.slider__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  transition: opacity ease 0.1s;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(66, 114, 216, 0.6);
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: 3px;
  cursor: pointer;
  outline: none;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-button-next[aria-disabled=true], .swiper-button-prev[aria-disabled=true] {
  border: 1px solid rgba(66, 114, 216, 0.3);
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.swiper-button-next {
  right: 0;
  background-image: url(/static/arrowRight.5403b34c.svg);
}
.swiper-button-prev {
  right: 28px;
  background-image: url(/static/arrowLeft.6c878098.svg);
}
.anchor {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 0;
}
.anchor:after {
  content: "";
  position: absolute;
  width: 310px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.5) 59.5%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 320px) {
  .anchor {
    display: block;
  }
}
.anchor__container {
  position: sticky;
  top: 71px;
  width: max-content;
  max-width: 250px;
  transform: translateX(-100%);
  padding: 24px 30px;
  z-index: 2;
}
.anchor__link {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
  color: #000F5A;
  opacity: 0.5;
  margin-bottom: 24px;
  transition: opacity ease 0.1s;
  cursor: pointer;
}
.anchor__link:hover, .anchor__link.active {
  opacity: 1;
}
.anchor__title {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  text-align: right;
  color: #000F5A;
}
.anchor__subtitle {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #020F40;
}
.relative a[data-name=anchor] {
  position: absolute;
  top: 80vh;
}
.anchor-container {
  top: -80px;
}
.logo-list {
  margin-bottom: 30px;
}
@media only screen and (min-width: 320px) {
  .logo-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
  }
}
.logo-list__cell {
  margin-bottom: 15px;
  display: block;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #CDD0D2;
  padding: 13px;
}
@media only screen and (min-width: 320px) {
  .logo-list__cell {
    display: flex;
    margin: 0;
  }
}
.logo-list__cell.width-2 {
  grid-column: span 2;
}
.logo-list__cell.height-2 {
  grid-row: span 2;
}
.logo-list__cell img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 40px;
}
a.logo-list__cell:hover {
  border: 1px solid #4272D8;
}
.icon-info {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 3px 4px 0;
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  .info__list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.info {
  background: #F1F6FB;
  border-radius: 4px;
  width: 300px;
  min-height: 116px;
  box-sizing: border-box;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media only screen and (min-width: 320px) {
  .info {
    margin: 0;
  }
}
.mw600 .info {
  width: 290px;
}
.info__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 10px;
}
.info__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
}
a.info__link {
  color: #4272D8;
}
.info__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  cursor: pointer;
  display: none;
}
.tooltip {
  position: relative;
}
.tooltip:before {
  content: attr(data-tooltip-title);
  white-space: nowrap;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 15, 90, 0.16);
  border-radius: 4px;
  bottom: 100%;
  margin-bottom: 10px;
  left: 50%;
  z-index: 10;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
  transition: opacity 0.3s, transform 0.2s;
  transform: translate(-50%, 3px);
  opacity: 0;
  visibility: hidden;
}
.tooltip.active:before {
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}
.information {
  background: #F1F6FB;
  padding: 24px 12px;
}
@media only screen and (min-width: 320px) {
  .information {
    padding: 32px 30px;
  }
}
@media only screen and (min-width: 320px) {
  .information .swiper-wrapper {
    height: 395px;
  }
}
.information.pause .information__btn svg:first-child {
  display: block;
}
.information.pause .information__btn svg:last-child {
  display: none;
}
.information__header {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  color: #000F5A;
  margin-bottom: 32px;
}
@media only screen and (min-width: 320px) {
  .information__header {
    font-size: 32px;
  }
}
.information__nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media only screen and (min-width: 320px) {
  .information__nav {
    margin-bottom: 60px;
    padding: 0;
  }
}
.information__navigation {
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 320px) {
  .information__navigation {
    display: none;
  }
}
.information__navigation-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  cursor: pointer;
}
.information__navigation-btn svg {
  fill: #4272D8;
}
.information__navigation-btn.swiper-infomation-prev {
  left: -15px;
}
.information__navigation-btn.swiper-infomation-next {
  right: -15px;
}
.information__tab {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: nowrap;
  justify-content: center;
}
@media only screen and (min-width: 320px) {
  .information__tab {
    justify-content: initial;
  }
}
.information__tab-item {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.29;
  color: #545454;
  padding-bottom: 4px;
  border-bottom: 2px solid #CDD0D2;
  cursor: pointer;
  display: none;
}
.information__tab-item.active {
  display: block;
  color: #000;
}
@media only screen and (min-width: 320px) {
  .information__tab-item {
    display: block;
    font-size: 14px;
  }
}
.information__btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 320px) {
  .information__btn {
    display: block;
  }
}
.information__btn svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
.information__btn svg:first-child {
  display: none;
}
.information__tab-progress {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #4272D8;
}
.information__slide {
  width: 100%;
  background: #F1F6FB;
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
}
.information__slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.information__slide-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.17;
  color: rgba(0, 15, 90, 0.4);
  margin-bottom: 8px;
}
.information__slide-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  color: #000F5A;
}
.information__slide-list {
  margin: 40px 0;
  display: grid;
  gap: 32px 64px;
}
@media only screen and (min-width: 320px) {
  .information__slide-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.information__slide-list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}
.information__slide-list-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  margin-top: 8px;
}
.download-list {
  width: 100%;
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 320px) {
  .download-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 32px 0;
  }
}
.download-card {
  padding: 16px 20px 20px;
  background: #F1F6FB;
  border-radius: 4px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 320px) {
  .download-card {
    margin: 0;
    width: calc(33.333% - 55px);
  }
}
.download-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #545454;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-image {
  margin: 24px 0 20px;
  height: 58px;
}
.download-image img, .download-image svg {
  display: block;
  width: 100%;
  height: 100%;
}
.download-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.download-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #4272D8;
  transition: colo ease 0.1s;
  cursor: pointer;
}
.download-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
  width: 20px;
  height: 20px;
}
.download-icon svg {
  fill: #4272D8;
  transition: fill ease 0.1s;
}
.list-decimal {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  counter-reset: num;
  max-width: 600px;
}
.list-decimal > li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #545454;
  margin-bottom: 16px;
}
.list-decimal > li::before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 16px;
  color: #4272D8;
}
.list-dash {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
  max-width: 600px;
}
li .list-dash {
  margin: 9px 0 0 0;
}
.list-dash > li {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #545454;
  margin-bottom: 9px;
}
.list-dash > li::before {
  content: "—";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  color: #545454;
}
.list-dash {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
  max-width: 600px;
}
li .list-dash {
  margin: 9px 0 0 0;
}
.list-dash > li {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #545454;
  margin-bottom: 9px;
}
.list-dash > li::before {
  content: "—";
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  color: #545454;
}
.list-circle {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
  max-width: 600px;
}
.list-circle > li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #545454;
  margin-bottom: 12px;
}
.list-circle > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000F5A;
}
.list-flag {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
  max-width: 600px;
  margin-bottom: 60px;
}
.list-flag > li {
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #545454;
  margin-bottom: 24px;
}
.list-flag > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 19px;
  background-image: url("/static/flag.ac1d523b.svg");
  background-repeat: no-repeat;
}
.list-flag p {
  margin: 0 0 8px 0;
}
.list-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
  color: #333;
}
.list-checkbox {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
  max-width: 600px;
}
.list-checkbox > li {
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #545454;
  margin-bottom: 12px;
}
.list-checkbox > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 20px;
  background-image: url("/static/listCheckbox.0a4a13d0.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 320px) {
  .right-layout {
    display: flex;
    justify-content: end;
  }
}
.location {
  position: relative;
  padding-left: 22px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
  width: 250px;
}
.location.auto {
  width: auto;
}
.location.mtop {
  margin-top: 8px;
}
.location:before {
  content: "";
  position: absolute;
  display: block;
  top: -3px;
  left: 0;
  background: url("/static/location.5848fa0d.svg");
  width: 20px;
  height: 20px;
}
.location a {
  color: #4272D8;
  transition: color ease 0.1s;
}
.location a:hover {
  color: #000F5A;
}
.none {
  display: none;
}
.pl35 {
  padding-left: 35px;
}
#article .column {
  display: flex;
  width: 100%;
  margin: 16px 0;
  gap: 13px;
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  background: #4272D8;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color ease 0.1s, color ease 0.1s, opacity ease 0.1s, color ease 0.1s;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #fff !important;
  cursor: pointer;
  padding: 0 20px;
}
.button:hover {
  background-color: #205CD8;
}
.dl {
  margin: 0;
  padding: 0;
}
.dl dt {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
  padding: 0;
  margin: 0 0 2px 0;
}
.dl dd {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #000000;
  margin: 0;
  padding: 0;
}
.annotate {
  margin: 8px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
}
.annotate b {
  color: #000;
  font-weight: 400;
}
.relative {
  position: relative;
}
.relativeUp {
  position: relative;
  z-index: 10;
}
.step1 {
  display: none;
  margin-top: -100px;
  margin-bottom: -80px;
  height: 429px;
  background-image: url("/static/step1.08c634ee.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .step1 {
    display: block;
  }
}
.step2 {
  display: none;
  height: 751px;
  width: 485px;
  position: absolute;
  right: -30px;
  bottom: 85px;
  background-image: url("/static/step2.01e35ef8.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .step2 {
    display: block;
  }
}
.step3 {
  display: none;
  position: absolute;
  right: -56px;
  bottom: 100px;
  height: 452px;
  width: 842px;
  background-image: url("/static/step3.289fd959.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .step3 {
    display: block;
  }
}
.step4 {
  display: none;
  height: 481px;
  width: 520px;
  position: absolute;
  right: 0;
  bottom: 250px;
  background-image: url("/static/step4.a2e88381.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .step4 {
    display: block;
  }
}
.location1 {
  display: none;
  height: 1220px;
  width: 678px;
  position: absolute;
  right: -39px;
  bottom: -95px;
  background-image: url("/static/location-1.b452868b.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .location1 {
    display: block;
  }
}
.location2 {
  display: none;
  height: 384px;
  width: 478px;
  position: absolute;
  right: 0;
  bottom: 150px;
  background-image: url("/static/location-2.0132ffa0.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .location2 {
    display: block;
  }
}
.location3 {
  display: none;
  height: 762px;
  width: 577px;
  position: absolute;
  right: -39px;
  bottom: -60px;
  background-image: url("/static/location-3.d9c20526.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .location3 {
    display: block;
  }
}
.location4 {
  display: none;
  height: 544px;
  width: 579px;
  position: absolute;
  right: -39px;
  bottom: 35px;
  background-image: url("/static/location-4.7d84de81.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 1;
}
@media only screen and (min-width: 320px) {
  .location4 {
    display: block;
  }
}
#article .image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
#article .h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000F5A;
  padding: 0;
  margin: 40px 0 24px;
  max-width: 600px;
}
@media only screen and (min-width: 320px) {
  #article .h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 60px 0 24px;
  }
}
#article .h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 320px) {
  #article .h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
#article .h3.mb12 {
  margin-bottom: 12px;
}
#article .h3.weight {
  font-weight: 600;
}
#article .h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  margin: 24px 0 0 0;
  padding: 0;
}
#article .text {
  max-width: 600px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-bottom: 8px;
}
#article .text.fz14 {
  font-size: 14px;
}
#article .mw600 {
  max-width: 600px;
}
#article .mb12 {
  margin-bottom: 12px;
}
#article .mb24 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 320px) {
  #article .mb110 {
    margin-bottom: 130px;
  }
}
#article .mb-20, #article .mb20 {
  margin-bottom: 20px;
}
#article .w100 {
  width: 100%;
}
#article .grid {
  margin-bottom: 32px;
}
@media only screen and (min-width: 320px) {
  #article .grid {
    display: flex;
    gap: 20px;
  }
}
#article .grid-column {
  flex: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
  #article .grid-column {
    margin: 0;
  }
}
@media only screen and (min-width: 320px) {
  .media-center {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 24px;
  }
}
@media only screen and (min-width: 320px) {
  .media-padding {
    display: flex;
    padding: 0 80px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 320px) {
  .media-list {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 24px;
  }
}
.media-img {
  margin-bottom: 12px;
}
@media only screen and (min-width: 320px) {
  .media-img {
    margin: 0 0 10px 0;
  }
}
.media-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.media-annotate {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 320px) {
  .media-annotate {
    margin: 0;
  }
}
.social_security_1 {
  display: none;
  height: 518px;
  width: 1000px;
  position: absolute;
  top: -75px;
  right: -30px;
  background-image: url("/static/social_security_1.9272cac8.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .social_security_1 {
    display: block;
  }
}
.social_security_2 {
  display: none;
  height: 319px;
  width: 564px;
  right: -30px;
  top: -50px;
  position: absolute;
  background-image: url("/static/social_security_2.dbce18b6.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .social_security_2 {
    display: block;
  }
}
.social_security_3 {
  display: none;
  height: 816px;
  width: 406px;
  left: -30px;
  top: -10px;
  position: absolute;
  background-image: url("/static/social_security_3.c98b6dc7.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .social_security_3 {
    display: block;
  }
}
.social_security_4 {
  display: none;
  height: 359px;
  width: 561px;
  right: -30px;
  top: 230px;
  position: absolute;
  background-image: url("/static/social_security_4.85a6bee5.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .social_security_4 {
    display: block;
  }
}
.social_security_5 {
  display: none;
  height: 280px;
  width: 377px;
  left: -30px;
  top: 115px;
  position: absolute;
  background-image: url("/static/social_security_5.ea78c3ef.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .social_security_5 {
    display: block;
  }
}
.social_security_6 {
  display: none;
  height: 585px;
  width: 448px;
  bottom: -12px;
  left: -30px;
  position: absolute;
  background-image: url("/static/social_security_6.928bc7b3.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .social_security_6 {
    display: block;
  }
}
.message_security_1 {
  display: none;
  height: 416px;
  width: 482px;
  position: absolute;
  top: -5px;
  right: -30px;
  background-image: url("/static/message_security_1.1af98264.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_1 {
    display: block;
  }
}
.message_security_2 {
  display: none;
  height: 816px;
  width: 374px;
  position: absolute;
  top: 250px;
  left: -30px;
  background-image: url("/static/message_security_2.0c159803.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_2 {
    display: block;
  }
}
.message_security_3 {
  display: none;
  height: 359px;
  width: 367px;
  position: absolute;
  top: 625px;
  right: -30px;
  background-image: url("/static/message_security_3.ee83a429.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_3 {
    display: block;
  }
}
.message_security_4 {
  display: none;
  height: 816px;
  width: 374px;
  position: absolute;
  top: 30px;
  left: -30px;
  background-image: url("/static/message_security_2.0c159803.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_4 {
    display: block;
  }
}
.message_security_5 {
  display: none;
  height: 359px;
  width: 367px;
  position: absolute;
  top: 300px;
  right: -30px;
  background-image: url("/static/message_security_3.ee83a429.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_5 {
    display: block;
  }
}
.message_security_6 {
  display: none;
  height: 816px;
  width: 374px;
  position: absolute;
  top: 113px;
  left: -30px;
  background-image: url("/static/message_security_2.0c159803.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_6 {
    display: block;
  }
}
.message_security_7 {
  display: none;
  height: 359px;
  width: 367px;
  position: absolute;
  top: -56px;
  right: -30px;
  background-image: url("/static/message_security_3.ee83a429.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_7 {
    display: block;
  }
}
.message_security_8 {
  display: none;
  height: 443px;
  width: 370px;
  position: absolute;
  top: 208px;
  left: -30px;
  background-image: url("/static/message_security_4.0b50f090.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 0;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .message_security_8 {
    display: block;
  }
}div[data-theme=black] ._body_1j459_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1j459_6 b,
div[data-theme=black] ._block_1j459_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1j459_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1j459_16 {
  max-width: 1000px;
}
._body_1j459_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1j459_1 {
    padding: 24px 0 12px;
  }
}
._block_1j459_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1j459_6._noMargin_1j459_39 {
  margin: 0;
}
._block_1j459_6._noMargin_1j459_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1j459_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1j459_6 {
    margin: 0 0 24px;
  }
}
._block_1j459_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1j459_6 a:hover {
  color: #000F5A;
}
._block_1j459_6 p {
  margin: 0;
}
._block_1j459_6 b,
._block_1j459_6 strong {
  color: #000;
}
._block_1j459_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1j459_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1j459_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1j459_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1j459_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1j459_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1j459_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1j459_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1j459_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1j459_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1j459_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1j459_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1j459_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1j459_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1j459_6[data-block=html] {
  max-width: 100%;
}
._block_1j459_6[data-block=expert] {
  max-width: 100%;
}
._block_1j459_6[data-block]:first-child {
  margin-top: 0;
}
._file_1j459_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1j459_139:hover {
  color: #000F5A;
}
._file_1j459_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1j459_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1j459_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
@media only screen and (min-width: 320px) {
  ._expert_1j459_169 {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
  }
}
._media_1j459_176 {
  width: 200px;
  margin-bottom: 15px;
}
._media_1j459_176 img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 320px) {
  ._media_1j459_176 {
    margin: 0;
  }
}
._content_1j459_191 {
  flex: 1;
}
@media only screen and (min-width: 320px) {
  ._content_1j459_191 {
    padding-left: 20px;
  }
}
._title_1j459_200 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  color: #000000;
  margin-bottom: 8px;
}
._position_1j459_208 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-bottom: 24px;
}
._description_1j459_216 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-bottom: 4px;
}
._description_1j459_216 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._description_1j459_216 a:hover {
  color: #000F5A;
}
._description_1j459_216 p {
  margin: 0 0 4px 0;
}div[data-theme=black] ._body_1upzy_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1upzy_6 b,
div[data-theme=black] ._block_1upzy_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1upzy_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1upzy_16 {
  max-width: 1000px;
}
._body_1upzy_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1upzy_1 {
    padding: 24px 0 12px;
  }
}
._block_1upzy_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1upzy_6._noMargin_1upzy_39 {
  margin: 0;
}
._block_1upzy_6._noMargin_1upzy_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1upzy_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1upzy_6 {
    margin: 0 0 24px;
  }
}
._block_1upzy_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1upzy_6 a:hover {
  color: #000F5A;
}
._block_1upzy_6 p {
  margin: 0;
}
._block_1upzy_6 b,
._block_1upzy_6 strong {
  color: #000;
}
._block_1upzy_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1upzy_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1upzy_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1upzy_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1upzy_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1upzy_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1upzy_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1upzy_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1upzy_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1upzy_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1upzy_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1upzy_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1upzy_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1upzy_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1upzy_6[data-block=html] {
  max-width: 100%;
}
._block_1upzy_6[data-block=expert] {
  max-width: 100%;
}
._block_1upzy_6[data-block]:first-child {
  margin-top: 0;
}
._file_1upzy_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1upzy_139:hover {
  color: #000F5A;
}
._file_1upzy_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1upzy_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1upzy_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._media_1upzy_168 img,
._media_1upzy_168 video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  box-sizing: border-box;
}
._media_1upzy_168._logo_1upzy_176 {
  width: 210px;
}div[data-theme=black] ._body_68o4r_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_68o4r_6 b,
div[data-theme=black] ._block_68o4r_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_68o4r_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_68o4r_16 {
  max-width: 1000px;
}
._body_68o4r_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_68o4r_1 {
    padding: 24px 0 12px;
  }
}
._block_68o4r_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_68o4r_6._noMargin_68o4r_39 {
  margin: 0;
}
._block_68o4r_6._noMargin_68o4r_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_68o4r_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_68o4r_6 {
    margin: 0 0 24px;
  }
}
._block_68o4r_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_68o4r_6 a:hover {
  color: #000F5A;
}
._block_68o4r_6 p {
  margin: 0;
}
._block_68o4r_6 b,
._block_68o4r_6 strong {
  color: #000;
}
._block_68o4r_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_68o4r_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_68o4r_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_68o4r_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_68o4r_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_68o4r_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_68o4r_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_68o4r_6[data-block=photodownload] {
  max-width: 100%;
}
._block_68o4r_6[data-block=photopreview] {
  max-width: 100%;
}
._block_68o4r_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_68o4r_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_68o4r_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_68o4r_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_68o4r_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_68o4r_6[data-block=html] {
  max-width: 100%;
}
._block_68o4r_6[data-block=expert] {
  max-width: 100%;
}
._block_68o4r_6[data-block]:first-child {
  margin-top: 0;
}
._file_68o4r_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_68o4r_139:hover {
  color: #000F5A;
}
._file_68o4r_139:hover svg {
  fill: #000F5A;
}
._fileIcon_68o4r_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_68o4r_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._title_68o4r_168 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000F5A;
  margin: 0 0 12px 0;
  padding: 0;
}
@media only screen and (min-width: 320px) {
  ._title_68o4r_168 {
    font-size: 24px;
    line-height: 1.5;
  }
}
._announce_68o4r_183 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-bottom: 20px;
}
._announce_68o4r_183 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._announce_68o4r_183 a:hover {
  color: #000F5A;
}
._announce_68o4r_183 p {
  margin: 0 0 24px 0;
}
._votes_68o4r_201 {
  margin-bottom: 24px;
}
._answers_68o4r_205 {
  margin-bottom: 24px;
}
._answer_68o4r_205 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
._answer_68o4r_205 label {
  margin: 0;
  padding-left: 44px;
}
._answerCount_68o4r_223 {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 44px;
}
._answerText_68o4r_230 {
  padding-left: 44px;
}
._answerLine_68o4r_234 {
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 0;
  background: #4272D8;
  border-radius: 3px;
  transition: width 2s;
}
._count_68o4r_245 {
  min-height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #999999;
}div[data-theme=black] ._body_1d4ww_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_1d4ww_6 b,
div[data-theme=black] ._block_1d4ww_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_1d4ww_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_1d4ww_16 {
  max-width: 1000px;
}
._body_1d4ww_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_1d4ww_1 {
    padding: 24px 0 12px;
  }
}
._block_1d4ww_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_1d4ww_6._noMargin_1d4ww_39 {
  margin: 0;
}
._block_1d4ww_6._noMargin_1d4ww_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_1d4ww_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_1d4ww_6 {
    margin: 0 0 24px;
  }
}
._block_1d4ww_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_1d4ww_6 a:hover {
  color: #000F5A;
}
._block_1d4ww_6 p {
  margin: 0;
}
._block_1d4ww_6 b,
._block_1d4ww_6 strong {
  color: #000;
}
._block_1d4ww_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_1d4ww_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_1d4ww_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_1d4ww_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_1d4ww_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_1d4ww_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_1d4ww_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_1d4ww_6[data-block=photodownload] {
  max-width: 100%;
}
._block_1d4ww_6[data-block=photopreview] {
  max-width: 100%;
}
._block_1d4ww_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_1d4ww_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_1d4ww_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_1d4ww_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_1d4ww_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_1d4ww_6[data-block=html] {
  max-width: 100%;
}
._block_1d4ww_6[data-block=expert] {
  max-width: 100%;
}
._block_1d4ww_6[data-block]:first-child {
  margin-top: 0;
}
._file_1d4ww_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_1d4ww_139:hover {
  color: #000F5A;
}
._file_1d4ww_139:hover svg {
  fill: #000F5A;
}
._fileIcon_1d4ww_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_1d4ww_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}
._container_1d4ww_168 {
  position: relative;
}
._title_1d4ww_172 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000F5A;
  margin: 0 0 12px 0;
  padding: 0 70px 0 0;
}
@media only screen and (min-width: 320px) {
  ._title_1d4ww_172 {
    font-size: 24px;
    line-height: 1.5;
  }
}
._step_1d4ww_187 {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 20px;
  color: rgba(0, 15, 90, 0.3);
}
._step_1d4ww_187 span {
  color: #000F5A;
}
._wrapper_1d4ww_198 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s;
}
._wrapper_1d4ww_198._active_1d4ww_203 {
  visibility: visible;
  opacity: 1;
  display: block;
}
._wrapper_1d4ww_198._hidden_1d4ww_208 {
  position: absolute;
}
._announce_1d4ww_212 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-bottom: 20px;
}
._announce_1d4ww_212 a {
  color: #4272D8;
  transition: color ease 0.1s;
}
._announce_1d4ww_212 a:hover {
  color: #000F5A;
}
._announce_1d4ww_212 p {
  margin: 0 0 24px 0;
}
._votes_1d4ww_230 {
  margin-bottom: 24px;
}
._answers_1d4ww_234 {
  margin-bottom: 24px;
}
._answer_1d4ww_234 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
._answer_1d4ww_234 label {
  margin: 0;
  padding-left: 44px;
}
._answerCount_1d4ww_252 {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 44px;
}
._answerText_1d4ww_259 {
  padding-left: 44px;
}
._answerLine_1d4ww_263 {
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 0;
  background: #4272D8;
  border-radius: 3px;
  transition: width 2s;
}
._count_1d4ww_274 {
  min-height: 32px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #999999;
}
._result_1d4ww_282 {
  text-align: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F6FB;
  min-height: 200px;
  border-radius: 4px;
  transition: opacity 0.75s;
}
._result_1d4ww_282._active_1d4ww_203 {
  position: relative;
  visibility: visible;
  opacity: 1;
}
._resultSubtitle_1d4ww_301 {
  font-size: 18px;
  color: #545454;
  margin-bottom: 15px;
}
._resultTitle_1d4ww_307 {
  font-size: 20px;
  color: #000F5A;
}._forum_124ut_1 {
  margin: 40px 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  ._forum_124ut_1 {
    margin: 40px 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._forum_124ut_1 {
    margin: 40px 0 24px;
  }
}

._field_124ut_17 {
  position: relative;
}

._fieldButton_124ut_21 {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}

._posts_124ut_28 {
  margin-bottom: 10px;
}

._post_124ut_28 {
  position: relative;
  margin-bottom: 25px;
}
._post_124ut_28._hidden_124ut_36 ._postWrapper_124ut_36 {
  opacity: 0;
}

._postLoader_124ut_40 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

._postWrapper_124ut_36 {
  text-decoration: none;
}
._postWrapper_124ut_36:hover ._controls_124ut_51 {
  opacity: 1;
  visibility: visible;
}

._postAvatar_124ut_56 {
  position: relative;
}

._postLine_124ut_60 {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E6E6E6;
}

._avatar_124ut_69 {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  gap: 8px;
}
._avatar_124ut_69:hover ._title_124ut_75 {
  color: #4272D8;
}

._media_124ut_79 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
._media_124ut_79 img {
  width: 100%;
  height: auto;
}

._info_124ut_90 {
  flex: 1;
}

._title_124ut_75 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 2px;
  transition: color ease 0.1s;
}

._date_124ut_103 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
}

._postContent_124ut_110 {
  position: relative;
  width: 100%;
}
._postContent_124ut_110 p {
  padding: 0;
  margin: 0;
}
._postContent_124ut_110 blockquote {
  padding: 4px 0 4px 15px;
  border-left: 3px solid #E6E6E6;
  color: #a4a0a0;
  margin: 10px 0;
}
._postContent_124ut_110 a {
  color: #4272D8;
}
._postContent_124ut_110 a:hover {
  color: #000F5A;
}

._postTime_124ut_131 {
  color: #545454;
  font-size: 10px;
  margin-bottom: 14px;
}

._postAuthor_124ut_137 {
  color: #4272D8;
  margin-bottom: 5px;
}

._controls_124ut_51 {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.1s;
}

._controlsBtn_124ut_151 {
  padding: 0 10px;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #545454;
  font-size: 12px;
  transition: color ease 0.1s;
}
._controlsBtn_124ut_151:hover {
  color: #4272D8;
}

._button_124ut_165 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  background: #4272D8;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  transition: background-color ease 0.1s, color ease 0.1s, opacity ease 0.1s;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
}
._button_124ut_165:hover {
  background-color: #205CD8;
}

._more_124ut_186 {
  margin-bottom: 20px;
}div[data-theme=black] ._body_xc13k_1 {
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
}
div[data-theme=black] ._block_xc13k_6 b,
div[data-theme=black] ._block_xc13k_6 strong {
  color: #fff;
}
div[data-layout=rubric] ._block_xc13k_6 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
._article_xc13k_16 {
  max-width: 1000px;
}
._body_xc13k_1 {
  position: relative;
  background-color: #fff;
  padding: 16px 0 12px;
}
@media only screen and (min-width: 320px) {
  ._body_xc13k_1 {
    padding: 24px 0 12px;
  }
}
._block_xc13k_6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  margin: 0 0 24px;
  max-width: 600px;
  box-sizing: border-box;
}
._block_xc13k_6._noMargin_xc13k_39 {
  margin: 0;
}
._block_xc13k_6._noMargin_xc13k_39 + * {
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6 {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6 {
    margin: 0 0 24px;
  }
}
._block_xc13k_6 a {
  color: #4272D8;
  cursor: pointer;
  transition: color ease 0.1s;
}
._block_xc13k_6 a:hover {
  color: #000F5A;
}
._block_xc13k_6 p {
  margin: 0;
}
._block_xc13k_6 b,
._block_xc13k_6 strong {
  color: #000;
}
._block_xc13k_6[data-block=h1] {
  max-width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=h1] {
    margin-top: 60px;
  }
}
._block_xc13k_6[data-block=h2] {
  margin-top: 18px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=h2] {
    margin-top: 24px;
  }
}
._block_xc13k_6[data-block=media] {
  max-width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=media] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
._block_xc13k_6[data-block=mediaGroup] {
  max-width: 100%;
}
._block_xc13k_6[data-block=photodownload] {
  max-width: 100%;
}
._block_xc13k_6[data-block=photopreview] {
  max-width: 100%;
}
._block_xc13k_6[data-block=list] {
  margin-top: 24px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=list] {
    margin-bottom: 60px;
  }
}
._block_xc13k_6[data-block=photo] {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  ._block_xc13k_6[data-block=photo] {
    margin-bottom: 60px;
  }
}
._block_xc13k_6[data-block=articleGroup] {
  max-width: 100%;
}
._block_xc13k_6[data-block=html] {
  max-width: 100%;
}
._block_xc13k_6[data-block=expert] {
  max-width: 100%;
}
._block_xc13k_6[data-block]:first-child {
  margin-top: 0;
}
._file_xc13k_139 {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #4272D8;
  transition: color ease 0.1s;
}
._file_xc13k_139:hover {
  color: #000F5A;
}
._file_xc13k_139:hover svg {
  fill: #000F5A;
}
._fileIcon_xc13k_155 {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
._fileIcon_xc13k_155 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
}.rc-documents {
  overflow: auto;
  min-width: 940px;
}
.rc-documents .rc-tree-treenode {
  position: relative;
  display: flex;
  padding: 0;
  line-height: 24px;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  outline: 0;
  margin: 0 0 16px 0;
}
.rc-documents .rc-tree-node-content-wrapper {
  flex: 1;
}
.rc-documents .rc-tree-indent {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.rc-documents .rc-tree-indent-unit {
  position: relative;
  display: inline-block;
  width: 36px;
}
.rc-documents .rc-tree-node-content-wrapper-open .rc-grid-content .rc-grid-title {
  color: #4272D8;
}
.rc-documents .rc-tree-node-content-wrapper-open .rc-grid-content .rc-grid-icon div svg,
.rc-documents .rc-tree-node-content-wrapper-open .rc-grid-content .rc-grid-icon span svg {
  fill: #4272D8;
}
.rc-documents .rc-caption {
  margin: 0 0 16px 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.rc-documents .rc-caption-content {
  flex: 1;
}
.rc-documents .rc-caption-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #999999;
}
.rc-documents .rc-caption-info {
  width: 550px;
  display: flex;
  flex-wrap: nowrap;
}
.rc-documents .rc-caption-update {
  width: 155px;
}
.rc-documents .rc-caption-author {
  flex: 1;
}
.rc-documents .rc-caption-size {
  width: 100px;
}
.rc-documents .rc-caption-update, .rc-documents .rc-caption-author, .rc-documents .rc-caption-size {
  padding: 0 10px;
}
.rc-documents .rc-grid {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.rc-documents .rc-grid-content {
  display: flex;
  flex: 1;
  cursor: pointer;
}
.rc-documents .rc-grid-content:hover .rc-grid-title {
  color: #4272D8;
}
.rc-documents .rc-grid-content:hover .rc-grid-icon div svg,
.rc-documents .rc-grid-content:hover .rc-grid-icon span svg {
  fill: #4272D8;
}
.rc-documents .rc-grid-icon {
  padding: 3px 8px 0 3px;
}
.rc-documents .rc-grid-icon div,
.rc-documents .rc-grid-icon span {
  width: 20px;
  height: 20px;
}
.rc-documents .rc-grid-icon div svg,
.rc-documents .rc-grid-icon span svg {
  fill: #545454;
  transition: fill ease 0.1s;
}
.rc-documents .rc-grid-icon.isLoading div svg,
.rc-documents .rc-grid-icon.isLoading span svg {
  stroke: #545454;
}
.rc-documents .rc-grid-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.63;
  color: #545454;
  flex: 1;
  overflow: hidden;
  white-space: normal;
  transition: color ease 0.1s;
}
.rc-documents .rc-grid-info {
  width: 550px;
  display: flex;
  flex-wrap: nowrap;
}
.rc-documents .rc-grid-update, .rc-documents .rc-grid-author, .rc-documents .rc-grid-size {
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
}
.rc-documents .rc-grid-update {
  width: 155px;
}
.rc-documents .rc-grid-author {
  flex: 1;
  white-space: normal;
}
.rc-documents .rc-grid-size {
  width: 100px;
}

.rc-documents2 {
  margin: 26px 0;
}
.rc-documents2 .rc-tree {
  margin: 0;
  padding: 20px 15px;
}
.rc-documents2 .rc-tree-head {
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #000F5A;
}
.rc-documents2 .rc-tree-treenode {
  position: relative;
  display: flex;
  padding: 0;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  outline: 0;
  margin: 0 0 20px 0;
}
.rc-documents2 .rc-tree-treenode:nth-child(1) {
  z-index: 99;
}
.rc-documents2 .rc-tree-treenode:nth-child(2) {
  z-index: 98;
}
.rc-documents2 .rc-tree-treenode:nth-child(3) {
  z-index: 97;
}
.rc-documents2 .rc-tree-treenode:nth-child(4) {
  z-index: 96;
}
.rc-documents2 .rc-tree-treenode:nth-child(5) {
  z-index: 95;
}
.rc-documents2 .rc-tree-treenode:nth-child(6) {
  z-index: 94;
}
.rc-documents2 .rc-tree-treenode:nth-child(7) {
  z-index: 93;
}
.rc-documents2 .rc-tree-treenode:nth-child(8) {
  z-index: 92;
}
.rc-documents2 .rc-tree-treenode:nth-child(9) {
  z-index: 91;
}
.rc-documents2 .rc-tree-treenode:nth-child(10) {
  z-index: 90;
}
.rc-documents2 .rc-tree-treenode:nth-child(11) {
  z-index: 89;
}
.rc-documents2 .rc-tree-treenode:nth-child(12) {
  z-index: 88;
}
.rc-documents2 .rc-tree-treenode:nth-child(13) {
  z-index: 87;
}
.rc-documents2 .rc-tree-treenode:nth-child(14) {
  z-index: 86;
}
.rc-documents2 .rc-tree-treenode:nth-child(15) {
  z-index: 85;
}
.rc-documents2 .rc-tree-treenode:nth-child(16) {
  z-index: 84;
}
.rc-documents2 .rc-tree-treenode:nth-child(17) {
  z-index: 83;
}
.rc-documents2 .rc-tree-treenode:nth-child(18) {
  z-index: 82;
}
.rc-documents2 .rc-tree-treenode:nth-child(19) {
  z-index: 81;
}
.rc-documents2 .rc-tree-treenode:nth-child(20) {
  z-index: 80;
}
.rc-documents2 .rc-tree-treenode:nth-child(21) {
  z-index: 79;
}
.rc-documents2 .rc-tree-treenode:nth-child(22) {
  z-index: 78;
}
.rc-documents2 .rc-tree-treenode:nth-child(23) {
  z-index: 77;
}
.rc-documents2 .rc-tree-treenode:nth-child(24) {
  z-index: 76;
}
.rc-documents2 .rc-tree-treenode:nth-child(25) {
  z-index: 75;
}
.rc-documents2 .rc-tree-treenode:nth-child(26) {
  z-index: 74;
}
.rc-documents2 .rc-tree-treenode:nth-child(27) {
  z-index: 73;
}
.rc-documents2 .rc-tree-treenode:nth-child(28) {
  z-index: 72;
}
.rc-documents2 .rc-tree-treenode:nth-child(29) {
  z-index: 71;
}
.rc-documents2 .rc-tree-treenode:nth-child(30) {
  z-index: 70;
}
.rc-documents2 .rc-tree-treenode:nth-child(31) {
  z-index: 69;
}
.rc-documents2 .rc-tree-treenode:nth-child(32) {
  z-index: 68;
}
.rc-documents2 .rc-tree-treenode:nth-child(33) {
  z-index: 67;
}
.rc-documents2 .rc-tree-treenode:nth-child(34) {
  z-index: 66;
}
.rc-documents2 .rc-tree-treenode:nth-child(35) {
  z-index: 65;
}
.rc-documents2 .rc-tree-treenode:nth-child(36) {
  z-index: 64;
}
.rc-documents2 .rc-tree-treenode:nth-child(37) {
  z-index: 63;
}
.rc-documents2 .rc-tree-treenode:nth-child(38) {
  z-index: 62;
}
.rc-documents2 .rc-tree-treenode:nth-child(39) {
  z-index: 61;
}
.rc-documents2 .rc-tree-treenode:nth-child(40) {
  z-index: 60;
}
.rc-documents2 .rc-tree-treenode:nth-child(41) {
  z-index: 59;
}
.rc-documents2 .rc-tree-treenode:nth-child(42) {
  z-index: 58;
}
.rc-documents2 .rc-tree-treenode:nth-child(43) {
  z-index: 57;
}
.rc-documents2 .rc-tree-treenode:nth-child(44) {
  z-index: 56;
}
.rc-documents2 .rc-tree-treenode:nth-child(45) {
  z-index: 55;
}
.rc-documents2 .rc-tree-treenode:nth-child(46) {
  z-index: 54;
}
.rc-documents2 .rc-tree-treenode:nth-child(47) {
  z-index: 53;
}
.rc-documents2 .rc-tree-treenode:nth-child(48) {
  z-index: 52;
}
.rc-documents2 .rc-tree-treenode:nth-child(49) {
  z-index: 51;
}
.rc-documents2 .rc-tree-treenode:nth-child(50) {
  z-index: 50;
}
.rc-documents2 .rc-tree-treenode:nth-child(51) {
  z-index: 49;
}
.rc-documents2 .rc-tree-treenode:nth-child(52) {
  z-index: 48;
}
.rc-documents2 .rc-tree-treenode:nth-child(53) {
  z-index: 47;
}
.rc-documents2 .rc-tree-treenode:nth-child(54) {
  z-index: 46;
}
.rc-documents2 .rc-tree-treenode:nth-child(55) {
  z-index: 45;
}
.rc-documents2 .rc-tree-treenode:nth-child(56) {
  z-index: 44;
}
.rc-documents2 .rc-tree-treenode:nth-child(57) {
  z-index: 43;
}
.rc-documents2 .rc-tree-treenode:nth-child(58) {
  z-index: 42;
}
.rc-documents2 .rc-tree-treenode:nth-child(59) {
  z-index: 41;
}
.rc-documents2 .rc-tree-treenode:nth-child(60) {
  z-index: 40;
}
.rc-documents2 .rc-tree-treenode:nth-child(61) {
  z-index: 39;
}
.rc-documents2 .rc-tree-treenode:nth-child(62) {
  z-index: 38;
}
.rc-documents2 .rc-tree-treenode:nth-child(63) {
  z-index: 37;
}
.rc-documents2 .rc-tree-treenode:nth-child(64) {
  z-index: 36;
}
.rc-documents2 .rc-tree-treenode:nth-child(65) {
  z-index: 35;
}
.rc-documents2 .rc-tree-treenode:nth-child(66) {
  z-index: 34;
}
.rc-documents2 .rc-tree-treenode:nth-child(67) {
  z-index: 33;
}
.rc-documents2 .rc-tree-treenode:nth-child(68) {
  z-index: 32;
}
.rc-documents2 .rc-tree-treenode:nth-child(69) {
  z-index: 31;
}
.rc-documents2 .rc-tree-treenode:nth-child(70) {
  z-index: 30;
}
.rc-documents2 .rc-tree-treenode:nth-child(71) {
  z-index: 29;
}
.rc-documents2 .rc-tree-treenode:nth-child(72) {
  z-index: 28;
}
.rc-documents2 .rc-tree-treenode:nth-child(73) {
  z-index: 27;
}
.rc-documents2 .rc-tree-treenode:nth-child(74) {
  z-index: 26;
}
.rc-documents2 .rc-tree-treenode:nth-child(75) {
  z-index: 25;
}
.rc-documents2 .rc-tree-treenode:nth-child(76) {
  z-index: 24;
}
.rc-documents2 .rc-tree-treenode:nth-child(77) {
  z-index: 23;
}
.rc-documents2 .rc-tree-treenode:nth-child(78) {
  z-index: 22;
}
.rc-documents2 .rc-tree-treenode:nth-child(79) {
  z-index: 21;
}
.rc-documents2 .rc-tree-treenode:nth-child(80) {
  z-index: 20;
}
.rc-documents2 .rc-tree-treenode:nth-child(81) {
  z-index: 19;
}
.rc-documents2 .rc-tree-treenode:nth-child(82) {
  z-index: 18;
}
.rc-documents2 .rc-tree-treenode:nth-child(83) {
  z-index: 17;
}
.rc-documents2 .rc-tree-treenode:nth-child(84) {
  z-index: 16;
}
.rc-documents2 .rc-tree-treenode:nth-child(85) {
  z-index: 15;
}
.rc-documents2 .rc-tree-treenode:nth-child(86) {
  z-index: 14;
}
.rc-documents2 .rc-tree-treenode:nth-child(87) {
  z-index: 13;
}
.rc-documents2 .rc-tree-treenode:nth-child(88) {
  z-index: 12;
}
.rc-documents2 .rc-tree-treenode:nth-child(89) {
  z-index: 11;
}
.rc-documents2 .rc-tree-treenode:nth-child(90) {
  z-index: 10;
}
.rc-documents2 .rc-tree-treenode:nth-child(91) {
  z-index: 9;
}
.rc-documents2 .rc-tree-treenode:nth-child(92) {
  z-index: 8;
}
.rc-documents2 .rc-tree-treenode:nth-child(93) {
  z-index: 7;
}
.rc-documents2 .rc-tree-treenode:nth-child(94) {
  z-index: 6;
}
.rc-documents2 .rc-tree-treenode:nth-child(95) {
  z-index: 5;
}
.rc-documents2 .rc-tree-treenode:nth-child(96) {
  z-index: 4;
}
.rc-documents2 .rc-tree-treenode:nth-child(97) {
  z-index: 3;
}
.rc-documents2 .rc-tree-treenode:nth-child(98) {
  z-index: 2;
}
.rc-documents2 .rc-tree-treenode:nth-child(99) {
  z-index: 1;
}
.rc-documents2 .rc-tree-treenode:nth-child(100) {
  z-index: 0;
}
.rc-documents2 .rc-tree-treenode:first-child .rc-tree-switcher_close:after,
.rc-documents2 .rc-tree-treenode:first-child .rc-tree-switcher_open:after {
  top: -20px;
}
.rc-documents2 .rc-tree-switcher-noop, .rc-documents2 .rc-tree-switcher_open, .rc-documents2 .rc-tree-switcher_close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.rc-documents2 .rc-tree-switcher-noop:after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 15px;
  left: 9px;
  width: 1px;
  background: #B8C9F4;
  z-index: -1;
}
.rc-documents2 .rc-tree-switcher-noop:before {
  content: "";
  position: absolute;
  top: 12.5px;
  bottom: -32px;
  left: 9px;
  width: 1px;
  background: #fff;
  z-index: -1;
}
.rc-documents2 .rc-tree-switcher_open, .rc-documents2 .rc-tree-switcher_close {
  background: #E8F1F6;
  box-shadow: 2px 2px 3px rgba(144, 154, 160, 0.3);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin: 1px 0 0 0;
}
.rc-documents2 .rc-tree-switcher_open:before, .rc-documents2 .rc-tree-switcher_close:before {
  content: "";
  position: absolute;
  background-size: 100%;
  background-position: center center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.rc-documents2 .rc-tree-switcher_open:after, .rc-documents2 .rc-tree-switcher_close:after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 20px;
  left: 9px;
  width: 1px;
  background: #B8C9F4;
  z-index: -1;
}
.rc-documents2 .rc-tree-indent {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.rc-documents2 .rc-tree-indent:not(:empty) + .rc-tree-switcher-noop:after {
  content: none;
}
.rc-documents2 .rc-tree-indent:empty + .rc-tree-switcher-noop:before {
  content: none;
}
.rc-documents2 .rc-tree-indent-unit {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 24px;
}
.rc-documents2 .rc-tree-indent-unit.rc-tree-indent-unit-start:before, .rc-documents2 .rc-tree-indent-unit:last-child:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 11.5px;
  left: 9px;
  width: 1px;
  background: #B8C9F4;
}
.rc-documents2 .rc-tree-indent-unit:last-child:after {
  content: "";
  position: absolute;
  top: 11.5px;
  left: 9px;
  width: 36px;
  height: 1px;
  background: #B8C9F4;
}
.rc-documents2 .rc-tree-title {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #000F5A;
  padding: 0 0 0 22px;
  background: #fff;
}
.rc-documents2 .rc-tree-title:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -11px;
  width: 30px;
  height: 1px;
  background: #B8C9F4;
}.rc-documents .rc-tree-treenode {
  position: relative;
  display: flex;
  padding: 0;
  line-height: 24px;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  outline: 0;
  margin: 0 0 16px 0;
}
.rc-documents .rc-tree-node-content-wrapper {
  flex: 1;
}
.rc-documents .rc-tree-indent {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.rc-documents .rc-tree-indent-unit {
  position: relative;
  display: inline-block;
  width: 36px;
}
.rc-documents .rc-tree-node-content-wrapper-open .rc-grid-content .rc-grid-title {
  color: #4272D8;
}
.rc-documents .rc-tree-node-content-wrapper-open .rc-grid-content .rc-grid-icon div svg,
.rc-documents .rc-tree-node-content-wrapper-open .rc-grid-content .rc-grid-icon span svg {
  fill: #4272D8;
}
.rc-documents .rc-caption {
  margin: 0 0 16px 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.rc-documents .rc-caption-content {
  flex: 1;
}
.rc-documents .rc-caption-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #999999;
}
.rc-documents .rc-caption-info {
  width: 550px;
  display: flex;
  flex-wrap: nowrap;
}
.rc-documents .rc-caption-update {
  width: 155px;
}
.rc-documents .rc-caption-author {
  flex: 1;
}
.rc-documents .rc-caption-size {
  width: 100px;
}
.rc-documents .rc-caption-update, .rc-documents .rc-caption-author, .rc-documents .rc-caption-size {
  padding: 0 10px;
}
.rc-documents .rc-grid {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.rc-documents .rc-grid-content {
  display: flex;
  flex: 1;
  cursor: pointer;
}
.rc-documents .rc-grid-content:hover .rc-grid-title {
  color: #4272D8;
}
.rc-documents .rc-grid-content:hover .rc-grid-icon div svg,
.rc-documents .rc-grid-content:hover .rc-grid-icon span svg {
  fill: #4272D8;
}
.rc-documents .rc-grid-icon {
  padding: 3px 8px 0 3px;
}
.rc-documents .rc-grid-icon div,
.rc-documents .rc-grid-icon span {
  width: 20px;
  height: 20px;
}
.rc-documents .rc-grid-icon div svg,
.rc-documents .rc-grid-icon span svg {
  fill: #545454;
  transition: fill ease 0.1s;
}
.rc-documents .rc-grid-icon.isLoading div svg,
.rc-documents .rc-grid-icon.isLoading span svg {
  stroke: #545454;
}
.rc-documents .rc-grid-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.63;
  color: #545454;
  flex: 1;
  overflow: hidden;
  white-space: normal;
  transition: color ease 0.1s;
}
.rc-documents .rc-grid-title-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.rc-documents .rc-grid-title-icon svg {
  fill: #4272D8;
}
.rc-documents .rc-grid-title-icon:hover svg {
  fill: #000F5A;
}
.rc-documents .rc-grid-info {
  width: 550px;
  display: flex;
  flex-wrap: nowrap;
}
.rc-documents .rc-grid-update, .rc-documents .rc-grid-author, .rc-documents .rc-grid-size {
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
}
.rc-documents .rc-grid-update {
  width: 155px;
}
.rc-documents .rc-grid-author {
  flex: 1;
  white-space: normal;
}
.rc-documents .rc-grid-size {
  width: 100px;
}

.rc-documents2 {
  margin: 26px 0;
}
.rc-documents2 .rc-tree {
  margin: 0;
  padding: 20px 15px;
}
.rc-documents2 .rc-tree-head {
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #000F5A;
}
.rc-documents2 .rc-tree-treenode {
  position: relative;
  display: flex;
  padding: 0;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  outline: 0;
  margin: 0 0 20px 0;
}
.rc-documents2 .rc-tree-treenode:nth-child(1) {
  z-index: 99;
}
.rc-documents2 .rc-tree-treenode:nth-child(2) {
  z-index: 98;
}
.rc-documents2 .rc-tree-treenode:nth-child(3) {
  z-index: 97;
}
.rc-documents2 .rc-tree-treenode:nth-child(4) {
  z-index: 96;
}
.rc-documents2 .rc-tree-treenode:nth-child(5) {
  z-index: 95;
}
.rc-documents2 .rc-tree-treenode:nth-child(6) {
  z-index: 94;
}
.rc-documents2 .rc-tree-treenode:nth-child(7) {
  z-index: 93;
}
.rc-documents2 .rc-tree-treenode:nth-child(8) {
  z-index: 92;
}
.rc-documents2 .rc-tree-treenode:nth-child(9) {
  z-index: 91;
}
.rc-documents2 .rc-tree-treenode:nth-child(10) {
  z-index: 90;
}
.rc-documents2 .rc-tree-treenode:nth-child(11) {
  z-index: 89;
}
.rc-documents2 .rc-tree-treenode:nth-child(12) {
  z-index: 88;
}
.rc-documents2 .rc-tree-treenode:nth-child(13) {
  z-index: 87;
}
.rc-documents2 .rc-tree-treenode:nth-child(14) {
  z-index: 86;
}
.rc-documents2 .rc-tree-treenode:nth-child(15) {
  z-index: 85;
}
.rc-documents2 .rc-tree-treenode:nth-child(16) {
  z-index: 84;
}
.rc-documents2 .rc-tree-treenode:nth-child(17) {
  z-index: 83;
}
.rc-documents2 .rc-tree-treenode:nth-child(18) {
  z-index: 82;
}
.rc-documents2 .rc-tree-treenode:nth-child(19) {
  z-index: 81;
}
.rc-documents2 .rc-tree-treenode:nth-child(20) {
  z-index: 80;
}
.rc-documents2 .rc-tree-treenode:nth-child(21) {
  z-index: 79;
}
.rc-documents2 .rc-tree-treenode:nth-child(22) {
  z-index: 78;
}
.rc-documents2 .rc-tree-treenode:nth-child(23) {
  z-index: 77;
}
.rc-documents2 .rc-tree-treenode:nth-child(24) {
  z-index: 76;
}
.rc-documents2 .rc-tree-treenode:nth-child(25) {
  z-index: 75;
}
.rc-documents2 .rc-tree-treenode:nth-child(26) {
  z-index: 74;
}
.rc-documents2 .rc-tree-treenode:nth-child(27) {
  z-index: 73;
}
.rc-documents2 .rc-tree-treenode:nth-child(28) {
  z-index: 72;
}
.rc-documents2 .rc-tree-treenode:nth-child(29) {
  z-index: 71;
}
.rc-documents2 .rc-tree-treenode:nth-child(30) {
  z-index: 70;
}
.rc-documents2 .rc-tree-treenode:nth-child(31) {
  z-index: 69;
}
.rc-documents2 .rc-tree-treenode:nth-child(32) {
  z-index: 68;
}
.rc-documents2 .rc-tree-treenode:nth-child(33) {
  z-index: 67;
}
.rc-documents2 .rc-tree-treenode:nth-child(34) {
  z-index: 66;
}
.rc-documents2 .rc-tree-treenode:nth-child(35) {
  z-index: 65;
}
.rc-documents2 .rc-tree-treenode:nth-child(36) {
  z-index: 64;
}
.rc-documents2 .rc-tree-treenode:nth-child(37) {
  z-index: 63;
}
.rc-documents2 .rc-tree-treenode:nth-child(38) {
  z-index: 62;
}
.rc-documents2 .rc-tree-treenode:nth-child(39) {
  z-index: 61;
}
.rc-documents2 .rc-tree-treenode:nth-child(40) {
  z-index: 60;
}
.rc-documents2 .rc-tree-treenode:nth-child(41) {
  z-index: 59;
}
.rc-documents2 .rc-tree-treenode:nth-child(42) {
  z-index: 58;
}
.rc-documents2 .rc-tree-treenode:nth-child(43) {
  z-index: 57;
}
.rc-documents2 .rc-tree-treenode:nth-child(44) {
  z-index: 56;
}
.rc-documents2 .rc-tree-treenode:nth-child(45) {
  z-index: 55;
}
.rc-documents2 .rc-tree-treenode:nth-child(46) {
  z-index: 54;
}
.rc-documents2 .rc-tree-treenode:nth-child(47) {
  z-index: 53;
}
.rc-documents2 .rc-tree-treenode:nth-child(48) {
  z-index: 52;
}
.rc-documents2 .rc-tree-treenode:nth-child(49) {
  z-index: 51;
}
.rc-documents2 .rc-tree-treenode:nth-child(50) {
  z-index: 50;
}
.rc-documents2 .rc-tree-treenode:nth-child(51) {
  z-index: 49;
}
.rc-documents2 .rc-tree-treenode:nth-child(52) {
  z-index: 48;
}
.rc-documents2 .rc-tree-treenode:nth-child(53) {
  z-index: 47;
}
.rc-documents2 .rc-tree-treenode:nth-child(54) {
  z-index: 46;
}
.rc-documents2 .rc-tree-treenode:nth-child(55) {
  z-index: 45;
}
.rc-documents2 .rc-tree-treenode:nth-child(56) {
  z-index: 44;
}
.rc-documents2 .rc-tree-treenode:nth-child(57) {
  z-index: 43;
}
.rc-documents2 .rc-tree-treenode:nth-child(58) {
  z-index: 42;
}
.rc-documents2 .rc-tree-treenode:nth-child(59) {
  z-index: 41;
}
.rc-documents2 .rc-tree-treenode:nth-child(60) {
  z-index: 40;
}
.rc-documents2 .rc-tree-treenode:nth-child(61) {
  z-index: 39;
}
.rc-documents2 .rc-tree-treenode:nth-child(62) {
  z-index: 38;
}
.rc-documents2 .rc-tree-treenode:nth-child(63) {
  z-index: 37;
}
.rc-documents2 .rc-tree-treenode:nth-child(64) {
  z-index: 36;
}
.rc-documents2 .rc-tree-treenode:nth-child(65) {
  z-index: 35;
}
.rc-documents2 .rc-tree-treenode:nth-child(66) {
  z-index: 34;
}
.rc-documents2 .rc-tree-treenode:nth-child(67) {
  z-index: 33;
}
.rc-documents2 .rc-tree-treenode:nth-child(68) {
  z-index: 32;
}
.rc-documents2 .rc-tree-treenode:nth-child(69) {
  z-index: 31;
}
.rc-documents2 .rc-tree-treenode:nth-child(70) {
  z-index: 30;
}
.rc-documents2 .rc-tree-treenode:nth-child(71) {
  z-index: 29;
}
.rc-documents2 .rc-tree-treenode:nth-child(72) {
  z-index: 28;
}
.rc-documents2 .rc-tree-treenode:nth-child(73) {
  z-index: 27;
}
.rc-documents2 .rc-tree-treenode:nth-child(74) {
  z-index: 26;
}
.rc-documents2 .rc-tree-treenode:nth-child(75) {
  z-index: 25;
}
.rc-documents2 .rc-tree-treenode:nth-child(76) {
  z-index: 24;
}
.rc-documents2 .rc-tree-treenode:nth-child(77) {
  z-index: 23;
}
.rc-documents2 .rc-tree-treenode:nth-child(78) {
  z-index: 22;
}
.rc-documents2 .rc-tree-treenode:nth-child(79) {
  z-index: 21;
}
.rc-documents2 .rc-tree-treenode:nth-child(80) {
  z-index: 20;
}
.rc-documents2 .rc-tree-treenode:nth-child(81) {
  z-index: 19;
}
.rc-documents2 .rc-tree-treenode:nth-child(82) {
  z-index: 18;
}
.rc-documents2 .rc-tree-treenode:nth-child(83) {
  z-index: 17;
}
.rc-documents2 .rc-tree-treenode:nth-child(84) {
  z-index: 16;
}
.rc-documents2 .rc-tree-treenode:nth-child(85) {
  z-index: 15;
}
.rc-documents2 .rc-tree-treenode:nth-child(86) {
  z-index: 14;
}
.rc-documents2 .rc-tree-treenode:nth-child(87) {
  z-index: 13;
}
.rc-documents2 .rc-tree-treenode:nth-child(88) {
  z-index: 12;
}
.rc-documents2 .rc-tree-treenode:nth-child(89) {
  z-index: 11;
}
.rc-documents2 .rc-tree-treenode:nth-child(90) {
  z-index: 10;
}
.rc-documents2 .rc-tree-treenode:nth-child(91) {
  z-index: 9;
}
.rc-documents2 .rc-tree-treenode:nth-child(92) {
  z-index: 8;
}
.rc-documents2 .rc-tree-treenode:nth-child(93) {
  z-index: 7;
}
.rc-documents2 .rc-tree-treenode:nth-child(94) {
  z-index: 6;
}
.rc-documents2 .rc-tree-treenode:nth-child(95) {
  z-index: 5;
}
.rc-documents2 .rc-tree-treenode:nth-child(96) {
  z-index: 4;
}
.rc-documents2 .rc-tree-treenode:nth-child(97) {
  z-index: 3;
}
.rc-documents2 .rc-tree-treenode:nth-child(98) {
  z-index: 2;
}
.rc-documents2 .rc-tree-treenode:nth-child(99) {
  z-index: 1;
}
.rc-documents2 .rc-tree-treenode:nth-child(100) {
  z-index: 0;
}
.rc-documents2 .rc-tree-treenode:first-child .rc-tree-switcher_close:after,
.rc-documents2 .rc-tree-treenode:first-child .rc-tree-switcher_open:after {
  top: -20px;
}
.rc-documents2 .rc-tree-switcher-noop, .rc-documents2 .rc-tree-switcher_open, .rc-documents2 .rc-tree-switcher_close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.rc-documents2 .rc-tree-switcher-noop:after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 15px;
  left: 9px;
  width: 1px;
  background: #B8C9F4;
  z-index: -1;
}
.rc-documents2 .rc-tree-switcher-noop:before {
  content: "";
  position: absolute;
  top: 12.5px;
  bottom: -32px;
  left: 9px;
  width: 1px;
  background: #fff;
  z-index: -1;
}
.rc-documents2 .rc-tree-switcher_open, .rc-documents2 .rc-tree-switcher_close {
  background: #E8F1F6;
  box-shadow: 2px 2px 3px rgba(144, 154, 160, 0.3);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin: 1px 0 0 0;
}
.rc-documents2 .rc-tree-switcher_open:before, .rc-documents2 .rc-tree-switcher_close:before {
  content: "";
  position: absolute;
  background-size: 100%;
  background-position: center center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.rc-documents2 .rc-tree-switcher_open:after, .rc-documents2 .rc-tree-switcher_close:after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 20px;
  left: 9px;
  width: 1px;
  background: #B8C9F4;
  z-index: -1;
}
.rc-documents2 .rc-tree-indent {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.rc-documents2 .rc-tree-indent:not(:empty) + .rc-tree-switcher-noop:after {
  content: none;
}
.rc-documents2 .rc-tree-indent:empty + .rc-tree-switcher-noop:before {
  content: none;
}
.rc-documents2 .rc-tree-indent-unit {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 24px;
}
.rc-documents2 .rc-tree-indent-unit.rc-tree-indent-unit-start:before, .rc-documents2 .rc-tree-indent-unit:last-child:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: 11.5px;
  left: 9px;
  width: 1px;
  background: #B8C9F4;
}
.rc-documents2 .rc-tree-indent-unit:last-child:after {
  content: "";
  position: absolute;
  top: 11.5px;
  left: 9px;
  width: 36px;
  height: 1px;
  background: #B8C9F4;
}
.rc-documents2 .rc-tree-title {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #000F5A;
  padding: 0 0 0 22px;
  background: #fff;
}
.rc-documents2 .rc-tree-title:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -11px;
  width: 30px;
  height: 1px;
  background: #B8C9F4;
}._staff_hq1oi_1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 20px;
  margin-bottom: 30px;
}
._staff_hq1oi_1._main_hq1oi_7 {
  gap: 40px 40px;
  grid-template-columns: repeat(2, 1fr);
  width: 560px;
}
._staff_hq1oi_1._main_hq1oi_7 ._image_hq1oi_12 {
  height: 390px;
  margin: 0 0 9px 0;
}
._staff_hq1oi_1._main_hq1oi_7 ._title_hq1oi_16 {
  font-size: 20px;
  margin: 0 0 4px 0;
}
._staff_hq1oi_1._main_hq1oi_7 ._description_hq1oi_20 {
  font-size: 16px;
}

a._item_hq1oi_24:hover ._title_hq1oi_16 {
  color: #4272D8;
}
a._item_hq1oi_24:hover ._mediaBG_hq1oi_27 {
  opacity: 1;
}

._image_hq1oi_12 {
  position: relative;
  margin: 0 0 8px 0;
  background-color: #bababa;
}
._image_hq1oi_12 img {
  width: 100%;
  display: block;
}

._mediaBG_hq1oi_27 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity ease 0.1s;
}

._title_hq1oi_16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #000F5A;
  margin: 0 0 4px 0;
  transition: color ease 0.1s;
}

._description_hq1oi_20 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  color: #545454;
}._contacts_1r8k9_1 {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 320px) {
  ._contacts_1r8k9_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 0 30px 0;
  }
}
._item_1r8k9_13 {
  display: block;
  padding: 24px;
  background: #F1F6FB;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}
@media only screen and (min-width: 320px) {
  ._item_1r8k9_13 {
    margin: 0;
  }
}
._item_1r8k9_13:hover ._phone_1r8k9_26 {
  color: #4272D8;
}
._phone_1r8k9_26 {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  margin: 0 0 8px 0;
  transition: color ease 0.1s;
}
._description_1r8k9_40 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
}._group_f2suy_1 {
  margin: 0 0 16px 0;
}
._group_f2suy_1 ._profile_f2suy_4 {
  margin: 0 0 12px 0;
}
@media only screen and (min-width: 320px) {
  ._group_f2suy_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 0 16px 0;
  }
  ._group_f2suy_1 ._profile_f2suy_4 {
    margin: 0;
  }
}
._group_f2suy_1._list_f2suy_18 {
  display: block;
}
._group_f2suy_1._list_f2suy_18 ._profile_f2suy_4 {
  width: 100%;
}
@media only screen and (min-width: 320px) {
  ._group_f2suy_1._list_f2suy_18 ._profile_f2suy_4 {
    margin: 0 0 8px 0;
  }
}
._profile_f2suy_4 {
  background: #F1F6FB;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
  max-width: 100%;
}
._profile_f2suy_4._list_f2suy_18 {
  width: 100%;
  margin: 0 0 8px 0;
}
@media only screen and (min-width: 320px) {
  ._profile_f2suy_4._list_f2suy_18 {
    display: flex;
  }
  ._profile_f2suy_4._list_f2suy_18 ._header_f2suy_45 {
    width: 35%;
    padding-right: 15px;
    margin: 0;
  }
  ._profile_f2suy_4._list_f2suy_18 ._description_f2suy_50 {
    width: 65%;
    margin: 0;
  }
  ._profile_f2suy_4._list_f2suy_18 ._dl_f2suy_54 {
    flex: initial;
    width: 25%;
  }
}
._header_f2suy_45 {
  display: flex;
}
._media_f2suy_64 {
  position: relative;
  display: block;
  width: 74px;
  background: #f4f4f4;
}
._media_f2suy_64 a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}
._media_f2suy_64 img {
  display: block;
  width: 151%;
  height: auto;
  transform: translateX(-17%);
}
._location_f2suy_83 {
  position: absolute;
  left: -14px;
  bottom: -7px;
  width: 28px;
  height: 28px;
  line-height: 1;
}
._avatar_f2suy_92 {
  display: block;
  padding: 15px;
}
._info_f2suy_97 {
  position: relative;
  flex: 1;
  padding-left: 10px;
  overflow: hidden;
}
._birthday_f2suy_104 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
._title_f2suy_112 {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #000F5A;
  margin: 0 0 4px 0;
  transition: color ease 0.1s;
}
._title_f2suy_112:hover {
  color: #4272D8;
}
._title_f2suy_112 span {
  display: block;
}
._nameType_f2suy_128 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
  margin-bottom: 4px;
}
._position_f2suy_137 {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.17;
  color: #000000;
  margin: 0 0 2px 0;
}
._department_f2suy_146 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
}
._description_f2suy_50 {
  margin: 20px 0 0 0;
}
._subtitle_f2suy_158 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #000000;
  margin: 0 0 4px 0;
}
._contact_f2suy_166 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
._dl_f2suy_54 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 0 8px 0;
}
._dt_f2suy_179 {
  display: block;
  margin: 0 0 2px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
}
._dd_f2suy_188 {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #000;
}
._dd_f2suy_188._copy_f2suy_195 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding-right: 20px;
}
a._dd_f2suy_188 {
  transition: color ease 0.1s;
}
a._dd_f2suy_188:hover {
  color: #000F5A;
}
a._dd_f2suy_188:hover ._copyIcon_f2suy_208 svg {
  fill: #000F5A;
}
._overflow_f2suy_212 {
  display: block;
  overflow: hidden;
}
._block_f2suy_217 {
  display: block;
}
._copyIcon_f2suy_208 {
  position: absolute;
  right: 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  background: #F1F6FB;
}
._copyIcon_f2suy_208 svg {
  width: 17px;
  height: 17px;
  cursor: pointer;
  fill: #4272D8;
  transition: fill ease 0.1s;
}
._copyIcon_f2suy_208:before {
  content: "";
  position: absolute;
  display: block;
  width: 67px;
  top: 0;
  bottom: 0;
  right: 17px;
  background: linear-gradient(270deg, #F1F6FB 0%, rgba(241, 246, 251, 0.8) 76.04%, rgba(221, 241, 255, 0) 100%);
}
._copyIcon_f2suy_208:hover svg {
  fill: #000F5A;
}._promo_1cvz6_1 {
  margin: 24px 0;
}
@media only screen and (min-width: 320px) {
  ._promo_1cvz6_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    margin: 24px 0 40px 0;
  }
}

._item_1cvz6_13 {
  margin: 0 0 30px 0;
  display: block;
}
@media only screen and (min-width: 320px) {
  ._item_1cvz6_13 {
    margin: 0 0 30px 0;
  }
}

._media_1cvz6_23 {
  position: relative;
  overflow: hidden;
  margin: 0 0 4px 0;
}
._media_1cvz6_23._isIframe_1cvz6_28 {
  padding-top: 56.25%;
  cursor: pointer;
}
._media_1cvz6_23 img,
._media_1cvz6_23 ._iframe_1cvz6_33 {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._iframe_1cvz6_33 {
  border: none;
  outline: none;
}

._play_1cvz6_48 {
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: 2;
  height: 32px;
  width: 32px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
._play_1cvz6_48 svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

._duration_1cvz6_66 {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 13px;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
}

._title_1cvz6_81 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #000F5A;
  margin: 0 0 8px 0;
}

._download_1cvz6_89 {
  display: inline-block;
}

._downloadLink_1cvz6_93 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #4272D8;
  transition: color ease 0.1s;
  margin-bottom: 5px;
}
._downloadLink_1cvz6_93:hover {
  color: #000F5A;
}
._downloadLink_1cvz6_93:hover ._downloadIcon_1cvz6_104 svg {
  fill: #000F5A;
}

._downloadIcon_1cvz6_104 {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 4px;
}
._downloadIcon_1cvz6_104 svg {
  width: 100%;
  height: 100%;
  fill: #4272D8;
  transition: fill ease 0.1s;
}._container_roo1j_1 {
  position: relative;
  z-index: 123;
  padding-top: 16px;
}

._back_roo1j_7 {
  left: 20px;
  position: absolute;
  top: -15px;
  z-index: 3333;
}

._icon_roo1j_14 {
  position: relative;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
._icon_roo1j_14 svg {
  position: absolute;
  width: 32px;
  height: 32px;
  left: -7px;
  top: 0;
  fill: #fff;
}

._wrapper_roo1j_29 {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  min-height: 765px;
  height: calc(100vh - 72px);
}

._map_roo1j_37 {
  position: relative;
  height: 100%;
}._complex_1xjd5_1 {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 320px) {
  ._complex_1xjd5_1 {
    display: flex;
    width: 100%;
    gap: 20px;
    margin: 0 0 60px 0;
  }
}
._complexItem_1xjd5_13 {
  background-color: #EDF8FF;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 320px) {
  ._complexItem_1xjd5_13 {
    padding: 16px;
    width: calc(50% - 10px);
    margin: 0;
  }
}
._complexHeader_1xjd5_27 {
  display: flex;
  line-height: 1.17;
  margin: 0 0 24px 0;
}
@media only screen and (min-width: 320px) {
  ._complexHeader_1xjd5_27 {
    margin: 0 0 32px 0;
  }
}
._complexTitle_1xjd5_38 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  flex: 1;
}
@media only screen and (min-width: 320px) {
  ._complexTitle_1xjd5_38 {
    font-size: 24px;
  }
}
._complexPrice_1xjd5_50 {
  font-weight: 400;
  font-size: 20px;
  color: #4272D8;
  padding-left: 18px;
}
@media only screen and (min-width: 320px) {
  ._complexPrice_1xjd5_50 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 320px) {
  ._complexCategory_1xjd5_63 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
._complexCategoryItem_1xjd5_72 {
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  ._complexCategoryItem_1xjd5_72 {
    margin: 0;
    width: calc(50% - 10px);
  }
}
._complexCategoryTitle_1xjd5_83 {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #000000;
  margin: 0 0 6px 0;
}
._complexCategoryDescription_1xjd5_92 {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
  white-space: pre-line;
}
._complexCategoryDescription_1xjd5_92 p {
  margin: 0;
}
._menu_1xjd5_104 {
  width: 100%;
  flex-direction: row;
  margin: 0 0 35px 0;
}
@media only screen and (min-width: 320px) {
  ._menu_1xjd5_104 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 40px 0;
  }
}
._menuItem_1xjd5_118 {
  background: #F1F6FB;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 12px;
}
@media only screen and (min-width: 320px) {
  ._menuItem_1xjd5_118 {
    padding: 16px 20px;
    min-height: 160px;
    width: calc(33.333% - 15px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
  }
}
._menuHeader_1xjd5_139 {
  margin: 0 0 30px 0;
  width: 100%;
}
._menuTitle_1xjd5_144 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  margin: 0 0 4px 0;
}
._menuPrice_1xjd5_152 {
  font-weight: 400;
  font-size: 16px;
  color: #4272D8;
}
._menuCategory_1xjd5_158 {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  ._menuCategory_1xjd5_158 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
._menuCategoryItem_1xjd5_170 {
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) {
  ._menuCategoryItem_1xjd5_170 {
    margin: 0;
    width: calc(50% - 10px);
  }
}
._menuCategoryTitle_1xjd5_181 {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #545454;
}
._menuCategoryDescription_1xjd5_189 {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  color: #000000;
}
._menuIcon_1xjd5_197 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E8F1F6;
  cursor: pointer;
  margin: -1px 0 0 4px;
}
._menuIcon_1xjd5_197 svg {
  margin: -1px 0 0 0;
  width: 100%;
  height: 100%;
  display: block;
  fill: #545454;
  transition: fill ease 0.1s;
}
._menuIcon_1xjd5_197:hover svg {
  fill: #000;
}
._menuIcon_1xjd5_197:hover ._menuDropdown_1xjd5_219 {
  opacity: 1;
  visibility: visible;
}
._menuDropdown_1xjd5_219 {
  position: absolute;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 15, 90, 0.16);
  border-radius: 4px;
  right: -20px;
  bottom: 100%;
  margin-bottom: 10px;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.1s;
}
._menuDropdown_1xjd5_219:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 19px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
._menuDropdownTitle_1xjd5_248 {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #000000;
  margin: 0 0 8px 0;
}
._menuDropdownList_1xjd5_257 {
  display: block;
}
._menuDropdownListItem_1xjd5_261 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #545454;
  margin: 0 0 6px 0;
}
._menuDropdownListTitle_1xjd5_270 {
  display: inline-block;
  min-width: 60px;
  padding-right: 6px;
  color: #000;
}.rc-structure {
  margin: 24px 0;
}
.rc-structure .rc-tree {
  margin: 0;
  padding: 20px 0;
}
.rc-structure .rc-tree-pointer {
  cursor: pointer;
  transition: color ease 0.1s;
}
.rc-structure .rc-tree-pointer:hover {
  color: #4272D8;
}
.rc-structure .rc-tree-head {
  background: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.14;
  color: #000;
}
.rc-structure .rc-tree-treenode {
  position: relative;
  display: flex;
  padding: 0;
  line-height: 24px;
  white-space: nowrap;
  list-style: none;
  outline: 0;
  margin: 0 0 20px 0;
}
.rc-structure .rc-tree-treenode:nth-child(1) {
  z-index: 999;
}
.rc-structure .rc-tree-treenode:nth-child(2) {
  z-index: 998;
}
.rc-structure .rc-tree-treenode:nth-child(3) {
  z-index: 997;
}
.rc-structure .rc-tree-treenode:nth-child(4) {
  z-index: 996;
}
.rc-structure .rc-tree-treenode:nth-child(5) {
  z-index: 995;
}
.rc-structure .rc-tree-treenode:nth-child(6) {
  z-index: 994;
}
.rc-structure .rc-tree-treenode:nth-child(7) {
  z-index: 993;
}
.rc-structure .rc-tree-treenode:nth-child(8) {
  z-index: 992;
}
.rc-structure .rc-tree-treenode:nth-child(9) {
  z-index: 991;
}
.rc-structure .rc-tree-treenode:nth-child(10) {
  z-index: 990;
}
.rc-structure .rc-tree-treenode:nth-child(11) {
  z-index: 989;
}
.rc-structure .rc-tree-treenode:nth-child(12) {
  z-index: 988;
}
.rc-structure .rc-tree-treenode:nth-child(13) {
  z-index: 987;
}
.rc-structure .rc-tree-treenode:nth-child(14) {
  z-index: 986;
}
.rc-structure .rc-tree-treenode:nth-child(15) {
  z-index: 985;
}
.rc-structure .rc-tree-treenode:nth-child(16) {
  z-index: 984;
}
.rc-structure .rc-tree-treenode:nth-child(17) {
  z-index: 983;
}
.rc-structure .rc-tree-treenode:nth-child(18) {
  z-index: 982;
}
.rc-structure .rc-tree-treenode:nth-child(19) {
  z-index: 981;
}
.rc-structure .rc-tree-treenode:nth-child(20) {
  z-index: 980;
}
.rc-structure .rc-tree-treenode:nth-child(21) {
  z-index: 979;
}
.rc-structure .rc-tree-treenode:nth-child(22) {
  z-index: 978;
}
.rc-structure .rc-tree-treenode:nth-child(23) {
  z-index: 977;
}
.rc-structure .rc-tree-treenode:nth-child(24) {
  z-index: 976;
}
.rc-structure .rc-tree-treenode:nth-child(25) {
  z-index: 975;
}
.rc-structure .rc-tree-treenode:nth-child(26) {
  z-index: 974;
}
.rc-structure .rc-tree-treenode:nth-child(27) {
  z-index: 973;
}
.rc-structure .rc-tree-treenode:nth-child(28) {
  z-index: 972;
}
.rc-structure .rc-tree-treenode:nth-child(29) {
  z-index: 971;
}
.rc-structure .rc-tree-treenode:nth-child(30) {
  z-index: 970;
}
.rc-structure .rc-tree-treenode:nth-child(31) {
  z-index: 969;
}
.rc-structure .rc-tree-treenode:nth-child(32) {
  z-index: 968;
}
.rc-structure .rc-tree-treenode:nth-child(33) {
  z-index: 967;
}
.rc-structure .rc-tree-treenode:nth-child(34) {
  z-index: 966;
}
.rc-structure .rc-tree-treenode:nth-child(35) {
  z-index: 965;
}
.rc-structure .rc-tree-treenode:nth-child(36) {
  z-index: 964;
}
.rc-structure .rc-tree-treenode:nth-child(37) {
  z-index: 963;
}
.rc-structure .rc-tree-treenode:nth-child(38) {
  z-index: 962;
}
.rc-structure .rc-tree-treenode:nth-child(39) {
  z-index: 961;
}
.rc-structure .rc-tree-treenode:nth-child(40) {
  z-index: 960;
}
.rc-structure .rc-tree-treenode:nth-child(41) {
  z-index: 959;
}
.rc-structure .rc-tree-treenode:nth-child(42) {
  z-index: 958;
}
.rc-structure .rc-tree-treenode:nth-child(43) {
  z-index: 957;
}
.rc-structure .rc-tree-treenode:nth-child(44) {
  z-index: 956;
}
.rc-structure .rc-tree-treenode:nth-child(45) {
  z-index: 955;
}
.rc-structure .rc-tree-treenode:nth-child(46) {
  z-index: 954;
}
.rc-structure .rc-tree-treenode:nth-child(47) {
  z-index: 953;
}
.rc-structure .rc-tree-treenode:nth-child(48) {
  z-index: 952;
}
.rc-structure .rc-tree-treenode:nth-child(49) {
  z-index: 951;
}
.rc-structure .rc-tree-treenode:nth-child(50) {
  z-index: 950;
}
.rc-structure .rc-tree-treenode:nth-child(51) {
  z-index: 949;
}
.rc-structure .rc-tree-treenode:nth-child(52) {
  z-index: 948;
}
.rc-structure .rc-tree-treenode:nth-child(53) {
  z-index: 947;
}
.rc-structure .rc-tree-treenode:nth-child(54) {
  z-index: 946;
}
.rc-structure .rc-tree-treenode:nth-child(55) {
  z-index: 945;
}
.rc-structure .rc-tree-treenode:nth-child(56) {
  z-index: 944;
}
.rc-structure .rc-tree-treenode:nth-child(57) {
  z-index: 943;
}
.rc-structure .rc-tree-treenode:nth-child(58) {
  z-index: 942;
}
.rc-structure .rc-tree-treenode:nth-child(59) {
  z-index: 941;
}
.rc-structure .rc-tree-treenode:nth-child(60) {
  z-index: 940;
}
.rc-structure .rc-tree-treenode:nth-child(61) {
  z-index: 939;
}
.rc-structure .rc-tree-treenode:nth-child(62) {
  z-index: 938;
}
.rc-structure .rc-tree-treenode:nth-child(63) {
  z-index: 937;
}
.rc-structure .rc-tree-treenode:nth-child(64) {
  z-index: 936;
}
.rc-structure .rc-tree-treenode:nth-child(65) {
  z-index: 935;
}
.rc-structure .rc-tree-treenode:nth-child(66) {
  z-index: 934;
}
.rc-structure .rc-tree-treenode:nth-child(67) {
  z-index: 933;
}
.rc-structure .rc-tree-treenode:nth-child(68) {
  z-index: 932;
}
.rc-structure .rc-tree-treenode:nth-child(69) {
  z-index: 931;
}
.rc-structure .rc-tree-treenode:nth-child(70) {
  z-index: 930;
}
.rc-structure .rc-tree-treenode:nth-child(71) {
  z-index: 929;
}
.rc-structure .rc-tree-treenode:nth-child(72) {
  z-index: 928;
}
.rc-structure .rc-tree-treenode:nth-child(73) {
  z-index: 927;
}
.rc-structure .rc-tree-treenode:nth-child(74) {
  z-index: 926;
}
.rc-structure .rc-tree-treenode:nth-child(75) {
  z-index: 925;
}
.rc-structure .rc-tree-treenode:nth-child(76) {
  z-index: 924;
}
.rc-structure .rc-tree-treenode:nth-child(77) {
  z-index: 923;
}
.rc-structure .rc-tree-treenode:nth-child(78) {
  z-index: 922;
}
.rc-structure .rc-tree-treenode:nth-child(79) {
  z-index: 921;
}
.rc-structure .rc-tree-treenode:nth-child(80) {
  z-index: 920;
}
.rc-structure .rc-tree-treenode:nth-child(81) {
  z-index: 919;
}
.rc-structure .rc-tree-treenode:nth-child(82) {
  z-index: 918;
}
.rc-structure .rc-tree-treenode:nth-child(83) {
  z-index: 917;
}
.rc-structure .rc-tree-treenode:nth-child(84) {
  z-index: 916;
}
.rc-structure .rc-tree-treenode:nth-child(85) {
  z-index: 915;
}
.rc-structure .rc-tree-treenode:nth-child(86) {
  z-index: 914;
}
.rc-structure .rc-tree-treenode:nth-child(87) {
  z-index: 913;
}
.rc-structure .rc-tree-treenode:nth-child(88) {
  z-index: 912;
}
.rc-structure .rc-tree-treenode:nth-child(89) {
  z-index: 911;
}
.rc-structure .rc-tree-treenode:nth-child(90) {
  z-index: 910;
}
.rc-structure .rc-tree-treenode:nth-child(91) {
  z-index: 909;
}
.rc-structure .rc-tree-treenode:nth-child(92) {
  z-index: 908;
}
.rc-structure .rc-tree-treenode:nth-child(93) {
  z-index: 907;
}
.rc-structure .rc-tree-treenode:nth-child(94) {
  z-index: 906;
}
.rc-structure .rc-tree-treenode:nth-child(95) {
  z-index: 905;
}
.rc-structure .rc-tree-treenode:nth-child(96) {
  z-index: 904;
}
.rc-structure .rc-tree-treenode:nth-child(97) {
  z-index: 903;
}
.rc-structure .rc-tree-treenode:nth-child(98) {
  z-index: 902;
}
.rc-structure .rc-tree-treenode:nth-child(99) {
  z-index: 901;
}
.rc-structure .rc-tree-treenode:nth-child(100) {
  z-index: 900;
}
.rc-structure .rc-tree-treenode:nth-child(101) {
  z-index: 899;
}
.rc-structure .rc-tree-treenode:nth-child(102) {
  z-index: 898;
}
.rc-structure .rc-tree-treenode:nth-child(103) {
  z-index: 897;
}
.rc-structure .rc-tree-treenode:nth-child(104) {
  z-index: 896;
}
.rc-structure .rc-tree-treenode:nth-child(105) {
  z-index: 895;
}
.rc-structure .rc-tree-treenode:nth-child(106) {
  z-index: 894;
}
.rc-structure .rc-tree-treenode:nth-child(107) {
  z-index: 893;
}
.rc-structure .rc-tree-treenode:nth-child(108) {
  z-index: 892;
}
.rc-structure .rc-tree-treenode:nth-child(109) {
  z-index: 891;
}
.rc-structure .rc-tree-treenode:nth-child(110) {
  z-index: 890;
}
.rc-structure .rc-tree-treenode:nth-child(111) {
  z-index: 889;
}
.rc-structure .rc-tree-treenode:nth-child(112) {
  z-index: 888;
}
.rc-structure .rc-tree-treenode:nth-child(113) {
  z-index: 887;
}
.rc-structure .rc-tree-treenode:nth-child(114) {
  z-index: 886;
}
.rc-structure .rc-tree-treenode:nth-child(115) {
  z-index: 885;
}
.rc-structure .rc-tree-treenode:nth-child(116) {
  z-index: 884;
}
.rc-structure .rc-tree-treenode:nth-child(117) {
  z-index: 883;
}
.rc-structure .rc-tree-treenode:nth-child(118) {
  z-index: 882;
}
.rc-structure .rc-tree-treenode:nth-child(119) {
  z-index: 881;
}
.rc-structure .rc-tree-treenode:nth-child(120) {
  z-index: 880;
}
.rc-structure .rc-tree-treenode:nth-child(121) {
  z-index: 879;
}
.rc-structure .rc-tree-treenode:nth-child(122) {
  z-index: 878;
}
.rc-structure .rc-tree-treenode:nth-child(123) {
  z-index: 877;
}
.rc-structure .rc-tree-treenode:nth-child(124) {
  z-index: 876;
}
.rc-structure .rc-tree-treenode:nth-child(125) {
  z-index: 875;
}
.rc-structure .rc-tree-treenode:nth-child(126) {
  z-index: 874;
}
.rc-structure .rc-tree-treenode:nth-child(127) {
  z-index: 873;
}
.rc-structure .rc-tree-treenode:nth-child(128) {
  z-index: 872;
}
.rc-structure .rc-tree-treenode:nth-child(129) {
  z-index: 871;
}
.rc-structure .rc-tree-treenode:nth-child(130) {
  z-index: 870;
}
.rc-structure .rc-tree-treenode:nth-child(131) {
  z-index: 869;
}
.rc-structure .rc-tree-treenode:nth-child(132) {
  z-index: 868;
}
.rc-structure .rc-tree-treenode:nth-child(133) {
  z-index: 867;
}
.rc-structure .rc-tree-treenode:nth-child(134) {
  z-index: 866;
}
.rc-structure .rc-tree-treenode:nth-child(135) {
  z-index: 865;
}
.rc-structure .rc-tree-treenode:nth-child(136) {
  z-index: 864;
}
.rc-structure .rc-tree-treenode:nth-child(137) {
  z-index: 863;
}
.rc-structure .rc-tree-treenode:nth-child(138) {
  z-index: 862;
}
.rc-structure .rc-tree-treenode:nth-child(139) {
  z-index: 861;
}
.rc-structure .rc-tree-treenode:nth-child(140) {
  z-index: 860;
}
.rc-structure .rc-tree-treenode:nth-child(141) {
  z-index: 859;
}
.rc-structure .rc-tree-treenode:nth-child(142) {
  z-index: 858;
}
.rc-structure .rc-tree-treenode:nth-child(143) {
  z-index: 857;
}
.rc-structure .rc-tree-treenode:nth-child(144) {
  z-index: 856;
}
.rc-structure .rc-tree-treenode:nth-child(145) {
  z-index: 855;
}
.rc-structure .rc-tree-treenode:nth-child(146) {
  z-index: 854;
}
.rc-structure .rc-tree-treenode:nth-child(147) {
  z-index: 853;
}
.rc-structure .rc-tree-treenode:nth-child(148) {
  z-index: 852;
}
.rc-structure .rc-tree-treenode:nth-child(149) {
  z-index: 851;
}
.rc-structure .rc-tree-treenode:nth-child(150) {
  z-index: 850;
}
.rc-structure .rc-tree-treenode:nth-child(151) {
  z-index: 849;
}
.rc-structure .rc-tree-treenode:nth-child(152) {
  z-index: 848;
}
.rc-structure .rc-tree-treenode:nth-child(153) {
  z-index: 847;
}
.rc-structure .rc-tree-treenode:nth-child(154) {
  z-index: 846;
}
.rc-structure .rc-tree-treenode:nth-child(155) {
  z-index: 845;
}
.rc-structure .rc-tree-treenode:nth-child(156) {
  z-index: 844;
}
.rc-structure .rc-tree-treenode:nth-child(157) {
  z-index: 843;
}
.rc-structure .rc-tree-treenode:nth-child(158) {
  z-index: 842;
}
.rc-structure .rc-tree-treenode:nth-child(159) {
  z-index: 841;
}
.rc-structure .rc-tree-treenode:nth-child(160) {
  z-index: 840;
}
.rc-structure .rc-tree-treenode:nth-child(161) {
  z-index: 839;
}
.rc-structure .rc-tree-treenode:nth-child(162) {
  z-index: 838;
}
.rc-structure .rc-tree-treenode:nth-child(163) {
  z-index: 837;
}
.rc-structure .rc-tree-treenode:nth-child(164) {
  z-index: 836;
}
.rc-structure .rc-tree-treenode:nth-child(165) {
  z-index: 835;
}
.rc-structure .rc-tree-treenode:nth-child(166) {
  z-index: 834;
}
.rc-structure .rc-tree-treenode:nth-child(167) {
  z-index: 833;
}
.rc-structure .rc-tree-treenode:nth-child(168) {
  z-index: 832;
}
.rc-structure .rc-tree-treenode:nth-child(169) {
  z-index: 831;
}
.rc-structure .rc-tree-treenode:nth-child(170) {
  z-index: 830;
}
.rc-structure .rc-tree-treenode:nth-child(171) {
  z-index: 829;
}
.rc-structure .rc-tree-treenode:nth-child(172) {
  z-index: 828;
}
.rc-structure .rc-tree-treenode:nth-child(173) {
  z-index: 827;
}
.rc-structure .rc-tree-treenode:nth-child(174) {
  z-index: 826;
}
.rc-structure .rc-tree-treenode:nth-child(175) {
  z-index: 825;
}
.rc-structure .rc-tree-treenode:nth-child(176) {
  z-index: 824;
}
.rc-structure .rc-tree-treenode:nth-child(177) {
  z-index: 823;
}
.rc-structure .rc-tree-treenode:nth-child(178) {
  z-index: 822;
}
.rc-structure .rc-tree-treenode:nth-child(179) {
  z-index: 821;
}
.rc-structure .rc-tree-treenode:nth-child(180) {
  z-index: 820;
}
.rc-structure .rc-tree-treenode:nth-child(181) {
  z-index: 819;
}
.rc-structure .rc-tree-treenode:nth-child(182) {
  z-index: 818;
}
.rc-structure .rc-tree-treenode:nth-child(183) {
  z-index: 817;
}
.rc-structure .rc-tree-treenode:nth-child(184) {
  z-index: 816;
}
.rc-structure .rc-tree-treenode:nth-child(185) {
  z-index: 815;
}
.rc-structure .rc-tree-treenode:nth-child(186) {
  z-index: 814;
}
.rc-structure .rc-tree-treenode:nth-child(187) {
  z-index: 813;
}
.rc-structure .rc-tree-treenode:nth-child(188) {
  z-index: 812;
}
.rc-structure .rc-tree-treenode:nth-child(189) {
  z-index: 811;
}
.rc-structure .rc-tree-treenode:nth-child(190) {
  z-index: 810;
}
.rc-structure .rc-tree-treenode:nth-child(191) {
  z-index: 809;
}
.rc-structure .rc-tree-treenode:nth-child(192) {
  z-index: 808;
}
.rc-structure .rc-tree-treenode:nth-child(193) {
  z-index: 807;
}
.rc-structure .rc-tree-treenode:nth-child(194) {
  z-index: 806;
}
.rc-structure .rc-tree-treenode:nth-child(195) {
  z-index: 805;
}
.rc-structure .rc-tree-treenode:nth-child(196) {
  z-index: 804;
}
.rc-structure .rc-tree-treenode:nth-child(197) {
  z-index: 803;
}
.rc-structure .rc-tree-treenode:nth-child(198) {
  z-index: 802;
}
.rc-structure .rc-tree-treenode:nth-child(199) {
  z-index: 801;
}
.rc-structure .rc-tree-treenode:nth-child(200) {
  z-index: 800;
}
.rc-structure .rc-tree-treenode:nth-child(201) {
  z-index: 799;
}
.rc-structure .rc-tree-treenode:nth-child(202) {
  z-index: 798;
}
.rc-structure .rc-tree-treenode:nth-child(203) {
  z-index: 797;
}
.rc-structure .rc-tree-treenode:nth-child(204) {
  z-index: 796;
}
.rc-structure .rc-tree-treenode:nth-child(205) {
  z-index: 795;
}
.rc-structure .rc-tree-treenode:nth-child(206) {
  z-index: 794;
}
.rc-structure .rc-tree-treenode:nth-child(207) {
  z-index: 793;
}
.rc-structure .rc-tree-treenode:nth-child(208) {
  z-index: 792;
}
.rc-structure .rc-tree-treenode:nth-child(209) {
  z-index: 791;
}
.rc-structure .rc-tree-treenode:nth-child(210) {
  z-index: 790;
}
.rc-structure .rc-tree-treenode:nth-child(211) {
  z-index: 789;
}
.rc-structure .rc-tree-treenode:nth-child(212) {
  z-index: 788;
}
.rc-structure .rc-tree-treenode:nth-child(213) {
  z-index: 787;
}
.rc-structure .rc-tree-treenode:nth-child(214) {
  z-index: 786;
}
.rc-structure .rc-tree-treenode:nth-child(215) {
  z-index: 785;
}
.rc-structure .rc-tree-treenode:nth-child(216) {
  z-index: 784;
}
.rc-structure .rc-tree-treenode:nth-child(217) {
  z-index: 783;
}
.rc-structure .rc-tree-treenode:nth-child(218) {
  z-index: 782;
}
.rc-structure .rc-tree-treenode:nth-child(219) {
  z-index: 781;
}
.rc-structure .rc-tree-treenode:nth-child(220) {
  z-index: 780;
}
.rc-structure .rc-tree-treenode:nth-child(221) {
  z-index: 779;
}
.rc-structure .rc-tree-treenode:nth-child(222) {
  z-index: 778;
}
.rc-structure .rc-tree-treenode:nth-child(223) {
  z-index: 777;
}
.rc-structure .rc-tree-treenode:nth-child(224) {
  z-index: 776;
}
.rc-structure .rc-tree-treenode:nth-child(225) {
  z-index: 775;
}
.rc-structure .rc-tree-treenode:nth-child(226) {
  z-index: 774;
}
.rc-structure .rc-tree-treenode:nth-child(227) {
  z-index: 773;
}
.rc-structure .rc-tree-treenode:nth-child(228) {
  z-index: 772;
}
.rc-structure .rc-tree-treenode:nth-child(229) {
  z-index: 771;
}
.rc-structure .rc-tree-treenode:nth-child(230) {
  z-index: 770;
}
.rc-structure .rc-tree-treenode:nth-child(231) {
  z-index: 769;
}
.rc-structure .rc-tree-treenode:nth-child(232) {
  z-index: 768;
}
.rc-structure .rc-tree-treenode:nth-child(233) {
  z-index: 767;
}
.rc-structure .rc-tree-treenode:nth-child(234) {
  z-index: 766;
}
.rc-structure .rc-tree-treenode:nth-child(235) {
  z-index: 765;
}
.rc-structure .rc-tree-treenode:nth-child(236) {
  z-index: 764;
}
.rc-structure .rc-tree-treenode:nth-child(237) {
  z-index: 763;
}
.rc-structure .rc-tree-treenode:nth-child(238) {
  z-index: 762;
}
.rc-structure .rc-tree-treenode:nth-child(239) {
  z-index: 761;
}
.rc-structure .rc-tree-treenode:nth-child(240) {
  z-index: 760;
}
.rc-structure .rc-tree-treenode:nth-child(241) {
  z-index: 759;
}
.rc-structure .rc-tree-treenode:nth-child(242) {
  z-index: 758;
}
.rc-structure .rc-tree-treenode:nth-child(243) {
  z-index: 757;
}
.rc-structure .rc-tree-treenode:nth-child(244) {
  z-index: 756;
}
.rc-structure .rc-tree-treenode:nth-child(245) {
  z-index: 755;
}
.rc-structure .rc-tree-treenode:nth-child(246) {
  z-index: 754;
}
.rc-structure .rc-tree-treenode:nth-child(247) {
  z-index: 753;
}
.rc-structure .rc-tree-treenode:nth-child(248) {
  z-index: 752;
}
.rc-structure .rc-tree-treenode:nth-child(249) {
  z-index: 751;
}
.rc-structure .rc-tree-treenode:nth-child(250) {
  z-index: 750;
}
.rc-structure .rc-tree-treenode:nth-child(251) {
  z-index: 749;
}
.rc-structure .rc-tree-treenode:nth-child(252) {
  z-index: 748;
}
.rc-structure .rc-tree-treenode:nth-child(253) {
  z-index: 747;
}
.rc-structure .rc-tree-treenode:nth-child(254) {
  z-index: 746;
}
.rc-structure .rc-tree-treenode:nth-child(255) {
  z-index: 745;
}
.rc-structure .rc-tree-treenode:nth-child(256) {
  z-index: 744;
}
.rc-structure .rc-tree-treenode:nth-child(257) {
  z-index: 743;
}
.rc-structure .rc-tree-treenode:nth-child(258) {
  z-index: 742;
}
.rc-structure .rc-tree-treenode:nth-child(259) {
  z-index: 741;
}
.rc-structure .rc-tree-treenode:nth-child(260) {
  z-index: 740;
}
.rc-structure .rc-tree-treenode:nth-child(261) {
  z-index: 739;
}
.rc-structure .rc-tree-treenode:nth-child(262) {
  z-index: 738;
}
.rc-structure .rc-tree-treenode:nth-child(263) {
  z-index: 737;
}
.rc-structure .rc-tree-treenode:nth-child(264) {
  z-index: 736;
}
.rc-structure .rc-tree-treenode:nth-child(265) {
  z-index: 735;
}
.rc-structure .rc-tree-treenode:nth-child(266) {
  z-index: 734;
}
.rc-structure .rc-tree-treenode:nth-child(267) {
  z-index: 733;
}
.rc-structure .rc-tree-treenode:nth-child(268) {
  z-index: 732;
}
.rc-structure .rc-tree-treenode:nth-child(269) {
  z-index: 731;
}
.rc-structure .rc-tree-treenode:nth-child(270) {
  z-index: 730;
}
.rc-structure .rc-tree-treenode:nth-child(271) {
  z-index: 729;
}
.rc-structure .rc-tree-treenode:nth-child(272) {
  z-index: 728;
}
.rc-structure .rc-tree-treenode:nth-child(273) {
  z-index: 727;
}
.rc-structure .rc-tree-treenode:nth-child(274) {
  z-index: 726;
}
.rc-structure .rc-tree-treenode:nth-child(275) {
  z-index: 725;
}
.rc-structure .rc-tree-treenode:nth-child(276) {
  z-index: 724;
}
.rc-structure .rc-tree-treenode:nth-child(277) {
  z-index: 723;
}
.rc-structure .rc-tree-treenode:nth-child(278) {
  z-index: 722;
}
.rc-structure .rc-tree-treenode:nth-child(279) {
  z-index: 721;
}
.rc-structure .rc-tree-treenode:nth-child(280) {
  z-index: 720;
}
.rc-structure .rc-tree-treenode:nth-child(281) {
  z-index: 719;
}
.rc-structure .rc-tree-treenode:nth-child(282) {
  z-index: 718;
}
.rc-structure .rc-tree-treenode:nth-child(283) {
  z-index: 717;
}
.rc-structure .rc-tree-treenode:nth-child(284) {
  z-index: 716;
}
.rc-structure .rc-tree-treenode:nth-child(285) {
  z-index: 715;
}
.rc-structure .rc-tree-treenode:nth-child(286) {
  z-index: 714;
}
.rc-structure .rc-tree-treenode:nth-child(287) {
  z-index: 713;
}
.rc-structure .rc-tree-treenode:nth-child(288) {
  z-index: 712;
}
.rc-structure .rc-tree-treenode:nth-child(289) {
  z-index: 711;
}
.rc-structure .rc-tree-treenode:nth-child(290) {
  z-index: 710;
}
.rc-structure .rc-tree-treenode:nth-child(291) {
  z-index: 709;
}
.rc-structure .rc-tree-treenode:nth-child(292) {
  z-index: 708;
}
.rc-structure .rc-tree-treenode:nth-child(293) {
  z-index: 707;
}
.rc-structure .rc-tree-treenode:nth-child(294) {
  z-index: 706;
}
.rc-structure .rc-tree-treenode:nth-child(295) {
  z-index: 705;
}
.rc-structure .rc-tree-treenode:nth-child(296) {
  z-index: 704;
}
.rc-structure .rc-tree-treenode:nth-child(297) {
  z-index: 703;
}
.rc-structure .rc-tree-treenode:nth-child(298) {
  z-index: 702;
}
.rc-structure .rc-tree-treenode:nth-child(299) {
  z-index: 701;
}
.rc-structure .rc-tree-treenode:nth-child(300) {
  z-index: 700;
}
.rc-structure .rc-tree-treenode:nth-child(301) {
  z-index: 699;
}
.rc-structure .rc-tree-treenode:nth-child(302) {
  z-index: 698;
}
.rc-structure .rc-tree-treenode:nth-child(303) {
  z-index: 697;
}
.rc-structure .rc-tree-treenode:nth-child(304) {
  z-index: 696;
}
.rc-structure .rc-tree-treenode:nth-child(305) {
  z-index: 695;
}
.rc-structure .rc-tree-treenode:nth-child(306) {
  z-index: 694;
}
.rc-structure .rc-tree-treenode:nth-child(307) {
  z-index: 693;
}
.rc-structure .rc-tree-treenode:nth-child(308) {
  z-index: 692;
}
.rc-structure .rc-tree-treenode:nth-child(309) {
  z-index: 691;
}
.rc-structure .rc-tree-treenode:nth-child(310) {
  z-index: 690;
}
.rc-structure .rc-tree-treenode:nth-child(311) {
  z-index: 689;
}
.rc-structure .rc-tree-treenode:nth-child(312) {
  z-index: 688;
}
.rc-structure .rc-tree-treenode:nth-child(313) {
  z-index: 687;
}
.rc-structure .rc-tree-treenode:nth-child(314) {
  z-index: 686;
}
.rc-structure .rc-tree-treenode:nth-child(315) {
  z-index: 685;
}
.rc-structure .rc-tree-treenode:nth-child(316) {
  z-index: 684;
}
.rc-structure .rc-tree-treenode:nth-child(317) {
  z-index: 683;
}
.rc-structure .rc-tree-treenode:nth-child(318) {
  z-index: 682;
}
.rc-structure .rc-tree-treenode:nth-child(319) {
  z-index: 681;
}
.rc-structure .rc-tree-treenode:nth-child(320) {
  z-index: 680;
}
.rc-structure .rc-tree-treenode:nth-child(321) {
  z-index: 679;
}
.rc-structure .rc-tree-treenode:nth-child(322) {
  z-index: 678;
}
.rc-structure .rc-tree-treenode:nth-child(323) {
  z-index: 677;
}
.rc-structure .rc-tree-treenode:nth-child(324) {
  z-index: 676;
}
.rc-structure .rc-tree-treenode:nth-child(325) {
  z-index: 675;
}
.rc-structure .rc-tree-treenode:nth-child(326) {
  z-index: 674;
}
.rc-structure .rc-tree-treenode:nth-child(327) {
  z-index: 673;
}
.rc-structure .rc-tree-treenode:nth-child(328) {
  z-index: 672;
}
.rc-structure .rc-tree-treenode:nth-child(329) {
  z-index: 671;
}
.rc-structure .rc-tree-treenode:nth-child(330) {
  z-index: 670;
}
.rc-structure .rc-tree-treenode:nth-child(331) {
  z-index: 669;
}
.rc-structure .rc-tree-treenode:nth-child(332) {
  z-index: 668;
}
.rc-structure .rc-tree-treenode:nth-child(333) {
  z-index: 667;
}
.rc-structure .rc-tree-treenode:nth-child(334) {
  z-index: 666;
}
.rc-structure .rc-tree-treenode:nth-child(335) {
  z-index: 665;
}
.rc-structure .rc-tree-treenode:nth-child(336) {
  z-index: 664;
}
.rc-structure .rc-tree-treenode:nth-child(337) {
  z-index: 663;
}
.rc-structure .rc-tree-treenode:nth-child(338) {
  z-index: 662;
}
.rc-structure .rc-tree-treenode:nth-child(339) {
  z-index: 661;
}
.rc-structure .rc-tree-treenode:nth-child(340) {
  z-index: 660;
}
.rc-structure .rc-tree-treenode:nth-child(341) {
  z-index: 659;
}
.rc-structure .rc-tree-treenode:nth-child(342) {
  z-index: 658;
}
.rc-structure .rc-tree-treenode:nth-child(343) {
  z-index: 657;
}
.rc-structure .rc-tree-treenode:nth-child(344) {
  z-index: 656;
}
.rc-structure .rc-tree-treenode:nth-child(345) {
  z-index: 655;
}
.rc-structure .rc-tree-treenode:nth-child(346) {
  z-index: 654;
}
.rc-structure .rc-tree-treenode:nth-child(347) {
  z-index: 653;
}
.rc-structure .rc-tree-treenode:nth-child(348) {
  z-index: 652;
}
.rc-structure .rc-tree-treenode:nth-child(349) {
  z-index: 651;
}
.rc-structure .rc-tree-treenode:nth-child(350) {
  z-index: 650;
}
.rc-structure .rc-tree-treenode:nth-child(351) {
  z-index: 649;
}
.rc-structure .rc-tree-treenode:nth-child(352) {
  z-index: 648;
}
.rc-structure .rc-tree-treenode:nth-child(353) {
  z-index: 647;
}
.rc-structure .rc-tree-treenode:nth-child(354) {
  z-index: 646;
}
.rc-structure .rc-tree-treenode:nth-child(355) {
  z-index: 645;
}
.rc-structure .rc-tree-treenode:nth-child(356) {
  z-index: 644;
}
.rc-structure .rc-tree-treenode:nth-child(357) {
  z-index: 643;
}
.rc-structure .rc-tree-treenode:nth-child(358) {
  z-index: 642;
}
.rc-structure .rc-tree-treenode:nth-child(359) {
  z-index: 641;
}
.rc-structure .rc-tree-treenode:nth-child(360) {
  z-index: 640;
}
.rc-structure .rc-tree-treenode:nth-child(361) {
  z-index: 639;
}
.rc-structure .rc-tree-treenode:nth-child(362) {
  z-index: 638;
}
.rc-structure .rc-tree-treenode:nth-child(363) {
  z-index: 637;
}
.rc-structure .rc-tree-treenode:nth-child(364) {
  z-index: 636;
}
.rc-structure .rc-tree-treenode:nth-child(365) {
  z-index: 635;
}
.rc-structure .rc-tree-treenode:nth-child(366) {
  z-index: 634;
}
.rc-structure .rc-tree-treenode:nth-child(367) {
  z-index: 633;
}
.rc-structure .rc-tree-treenode:nth-child(368) {
  z-index: 632;
}
.rc-structure .rc-tree-treenode:nth-child(369) {
  z-index: 631;
}
.rc-structure .rc-tree-treenode:nth-child(370) {
  z-index: 630;
}
.rc-structure .rc-tree-treenode:nth-child(371) {
  z-index: 629;
}
.rc-structure .rc-tree-treenode:nth-child(372) {
  z-index: 628;
}
.rc-structure .rc-tree-treenode:nth-child(373) {
  z-index: 627;
}
.rc-structure .rc-tree-treenode:nth-child(374) {
  z-index: 626;
}
.rc-structure .rc-tree-treenode:nth-child(375) {
  z-index: 625;
}
.rc-structure .rc-tree-treenode:nth-child(376) {
  z-index: 624;
}
.rc-structure .rc-tree-treenode:nth-child(377) {
  z-index: 623;
}
.rc-structure .rc-tree-treenode:nth-child(378) {
  z-index: 622;
}
.rc-structure .rc-tree-treenode:nth-child(379) {
  z-index: 621;
}
.rc-structure .rc-tree-treenode:nth-child(380) {
  z-index: 620;
}
.rc-structure .rc-tree-treenode:nth-child(381) {
  z-index: 619;
}
.rc-structure .rc-tree-treenode:nth-child(382) {
  z-index: 618;
}
.rc-structure .rc-tree-treenode:nth-child(383) {
  z-index: 617;
}
.rc-structure .rc-tree-treenode:nth-child(384) {
  z-index: 616;
}
.rc-structure .rc-tree-treenode:nth-child(385) {
  z-index: 615;
}
.rc-structure .rc-tree-treenode:nth-child(386) {
  z-index: 614;
}
.rc-structure .rc-tree-treenode:nth-child(387) {
  z-index: 613;
}
.rc-structure .rc-tree-treenode:nth-child(388) {
  z-index: 612;
}
.rc-structure .rc-tree-treenode:nth-child(389) {
  z-index: 611;
}
.rc-structure .rc-tree-treenode:nth-child(390) {
  z-index: 610;
}
.rc-structure .rc-tree-treenode:nth-child(391) {
  z-index: 609;
}
.rc-structure .rc-tree-treenode:nth-child(392) {
  z-index: 608;
}
.rc-structure .rc-tree-treenode:nth-child(393) {
  z-index: 607;
}
.rc-structure .rc-tree-treenode:nth-child(394) {
  z-index: 606;
}
.rc-structure .rc-tree-treenode:nth-child(395) {
  z-index: 605;
}
.rc-structure .rc-tree-treenode:nth-child(396) {
  z-index: 604;
}
.rc-structure .rc-tree-treenode:nth-child(397) {
  z-index: 603;
}
.rc-structure .rc-tree-treenode:nth-child(398) {
  z-index: 602;
}
.rc-structure .rc-tree-treenode:nth-child(399) {
  z-index: 601;
}
.rc-structure .rc-tree-treenode:nth-child(400) {
  z-index: 600;
}
.rc-structure .rc-tree-treenode:nth-child(401) {
  z-index: 599;
}
.rc-structure .rc-tree-treenode:nth-child(402) {
  z-index: 598;
}
.rc-structure .rc-tree-treenode:nth-child(403) {
  z-index: 597;
}
.rc-structure .rc-tree-treenode:nth-child(404) {
  z-index: 596;
}
.rc-structure .rc-tree-treenode:nth-child(405) {
  z-index: 595;
}
.rc-structure .rc-tree-treenode:nth-child(406) {
  z-index: 594;
}
.rc-structure .rc-tree-treenode:nth-child(407) {
  z-index: 593;
}
.rc-structure .rc-tree-treenode:nth-child(408) {
  z-index: 592;
}
.rc-structure .rc-tree-treenode:nth-child(409) {
  z-index: 591;
}
.rc-structure .rc-tree-treenode:nth-child(410) {
  z-index: 590;
}
.rc-structure .rc-tree-treenode:nth-child(411) {
  z-index: 589;
}
.rc-structure .rc-tree-treenode:nth-child(412) {
  z-index: 588;
}
.rc-structure .rc-tree-treenode:nth-child(413) {
  z-index: 587;
}
.rc-structure .rc-tree-treenode:nth-child(414) {
  z-index: 586;
}
.rc-structure .rc-tree-treenode:nth-child(415) {
  z-index: 585;
}
.rc-structure .rc-tree-treenode:nth-child(416) {
  z-index: 584;
}
.rc-structure .rc-tree-treenode:nth-child(417) {
  z-index: 583;
}
.rc-structure .rc-tree-treenode:nth-child(418) {
  z-index: 582;
}
.rc-structure .rc-tree-treenode:nth-child(419) {
  z-index: 581;
}
.rc-structure .rc-tree-treenode:nth-child(420) {
  z-index: 580;
}
.rc-structure .rc-tree-treenode:nth-child(421) {
  z-index: 579;
}
.rc-structure .rc-tree-treenode:nth-child(422) {
  z-index: 578;
}
.rc-structure .rc-tree-treenode:nth-child(423) {
  z-index: 577;
}
.rc-structure .rc-tree-treenode:nth-child(424) {
  z-index: 576;
}
.rc-structure .rc-tree-treenode:nth-child(425) {
  z-index: 575;
}
.rc-structure .rc-tree-treenode:nth-child(426) {
  z-index: 574;
}
.rc-structure .rc-tree-treenode:nth-child(427) {
  z-index: 573;
}
.rc-structure .rc-tree-treenode:nth-child(428) {
  z-index: 572;
}
.rc-structure .rc-tree-treenode:nth-child(429) {
  z-index: 571;
}
.rc-structure .rc-tree-treenode:nth-child(430) {
  z-index: 570;
}
.rc-structure .rc-tree-treenode:nth-child(431) {
  z-index: 569;
}
.rc-structure .rc-tree-treenode:nth-child(432) {
  z-index: 568;
}
.rc-structure .rc-tree-treenode:nth-child(433) {
  z-index: 567;
}
.rc-structure .rc-tree-treenode:nth-child(434) {
  z-index: 566;
}
.rc-structure .rc-tree-treenode:nth-child(435) {
  z-index: 565;
}
.rc-structure .rc-tree-treenode:nth-child(436) {
  z-index: 564;
}
.rc-structure .rc-tree-treenode:nth-child(437) {
  z-index: 563;
}
.rc-structure .rc-tree-treenode:nth-child(438) {
  z-index: 562;
}
.rc-structure .rc-tree-treenode:nth-child(439) {
  z-index: 561;
}
.rc-structure .rc-tree-treenode:nth-child(440) {
  z-index: 560;
}
.rc-structure .rc-tree-treenode:nth-child(441) {
  z-index: 559;
}
.rc-structure .rc-tree-treenode:nth-child(442) {
  z-index: 558;
}
.rc-structure .rc-tree-treenode:nth-child(443) {
  z-index: 557;
}
.rc-structure .rc-tree-treenode:nth-child(444) {
  z-index: 556;
}
.rc-structure .rc-tree-treenode:nth-child(445) {
  z-index: 555;
}
.rc-structure .rc-tree-treenode:nth-child(446) {
  z-index: 554;
}
.rc-structure .rc-tree-treenode:nth-child(447) {
  z-index: 553;
}
.rc-structure .rc-tree-treenode:nth-child(448) {
  z-index: 552;
}
.rc-structure .rc-tree-treenode:nth-child(449) {
  z-index: 551;
}
.rc-structure .rc-tree-treenode:nth-child(450) {
  z-index: 550;
}
.rc-structure .rc-tree-treenode:nth-child(451) {
  z-index: 549;
}
.rc-structure .rc-tree-treenode:nth-child(452) {
  z-index: 548;
}
.rc-structure .rc-tree-treenode:nth-child(453) {
  z-index: 547;
}
.rc-structure .rc-tree-treenode:nth-child(454) {
  z-index: 546;
}
.rc-structure .rc-tree-treenode:nth-child(455) {
  z-index: 545;
}
.rc-structure .rc-tree-treenode:nth-child(456) {
  z-index: 544;
}
.rc-structure .rc-tree-treenode:nth-child(457) {
  z-index: 543;
}
.rc-structure .rc-tree-treenode:nth-child(458) {
  z-index: 542;
}
.rc-structure .rc-tree-treenode:nth-child(459) {
  z-index: 541;
}
.rc-structure .rc-tree-treenode:nth-child(460) {
  z-index: 540;
}
.rc-structure .rc-tree-treenode:nth-child(461) {
  z-index: 539;
}
.rc-structure .rc-tree-treenode:nth-child(462) {
  z-index: 538;
}
.rc-structure .rc-tree-treenode:nth-child(463) {
  z-index: 537;
}
.rc-structure .rc-tree-treenode:nth-child(464) {
  z-index: 536;
}
.rc-structure .rc-tree-treenode:nth-child(465) {
  z-index: 535;
}
.rc-structure .rc-tree-treenode:nth-child(466) {
  z-index: 534;
}
.rc-structure .rc-tree-treenode:nth-child(467) {
  z-index: 533;
}
.rc-structure .rc-tree-treenode:nth-child(468) {
  z-index: 532;
}
.rc-structure .rc-tree-treenode:nth-child(469) {
  z-index: 531;
}
.rc-structure .rc-tree-treenode:nth-child(470) {
  z-index: 530;
}
.rc-structure .rc-tree-treenode:nth-child(471) {
  z-index: 529;
}
.rc-structure .rc-tree-treenode:nth-child(472) {
  z-index: 528;
}
.rc-structure .rc-tree-treenode:nth-child(473) {
  z-index: 527;
}
.rc-structure .rc-tree-treenode:nth-child(474) {
  z-index: 526;
}
.rc-structure .rc-tree-treenode:nth-child(475) {
  z-index: 525;
}
.rc-structure .rc-tree-treenode:nth-child(476) {
  z-index: 524;
}
.rc-structure .rc-tree-treenode:nth-child(477) {
  z-index: 523;
}
.rc-structure .rc-tree-treenode:nth-child(478) {
  z-index: 522;
}
.rc-structure .rc-tree-treenode:nth-child(479) {
  z-index: 521;
}
.rc-structure .rc-tree-treenode:nth-child(480) {
  z-index: 520;
}
.rc-structure .rc-tree-treenode:nth-child(481) {
  z-index: 519;
}
.rc-structure .rc-tree-treenode:nth-child(482) {
  z-index: 518;
}
.rc-structure .rc-tree-treenode:nth-child(483) {
  z-index: 517;
}
.rc-structure .rc-tree-treenode:nth-child(484) {
  z-index: 516;
}
.rc-structure .rc-tree-treenode:nth-child(485) {
  z-index: 515;
}
.rc-structure .rc-tree-treenode:nth-child(486) {
  z-index: 514;
}
.rc-structure .rc-tree-treenode:nth-child(487) {
  z-index: 513;
}
.rc-structure .rc-tree-treenode:nth-child(488) {
  z-index: 512;
}
.rc-structure .rc-tree-treenode:nth-child(489) {
  z-index: 511;
}
.rc-structure .rc-tree-treenode:nth-child(490) {
  z-index: 510;
}
.rc-structure .rc-tree-treenode:nth-child(491) {
  z-index: 509;
}
.rc-structure .rc-tree-treenode:nth-child(492) {
  z-index: 508;
}
.rc-structure .rc-tree-treenode:nth-child(493) {
  z-index: 507;
}
.rc-structure .rc-tree-treenode:nth-child(494) {
  z-index: 506;
}
.rc-structure .rc-tree-treenode:nth-child(495) {
  z-index: 505;
}
.rc-structure .rc-tree-treenode:nth-child(496) {
  z-index: 504;
}
.rc-structure .rc-tree-treenode:nth-child(497) {
  z-index: 503;
}
.rc-structure .rc-tree-treenode:nth-child(498) {
  z-index: 502;
}
.rc-structure .rc-tree-treenode:nth-child(499) {
  z-index: 501;
}
.rc-structure .rc-tree-treenode:nth-child(500) {
  z-index: 500;
}
.rc-structure .rc-tree-treenode:nth-child(501) {
  z-index: 499;
}
.rc-structure .rc-tree-treenode:nth-child(502) {
  z-index: 498;
}
.rc-structure .rc-tree-treenode:nth-child(503) {
  z-index: 497;
}
.rc-structure .rc-tree-treenode:nth-child(504) {
  z-index: 496;
}
.rc-structure .rc-tree-treenode:nth-child(505) {
  z-index: 495;
}
.rc-structure .rc-tree-treenode:nth-child(506) {
  z-index: 494;
}
.rc-structure .rc-tree-treenode:nth-child(507) {
  z-index: 493;
}
.rc-structure .rc-tree-treenode:nth-child(508) {
  z-index: 492;
}
.rc-structure .rc-tree-treenode:nth-child(509) {
  z-index: 491;
}
.rc-structure .rc-tree-treenode:nth-child(510) {
  z-index: 490;
}
.rc-structure .rc-tree-treenode:nth-child(511) {
  z-index: 489;
}
.rc-structure .rc-tree-treenode:nth-child(512) {
  z-index: 488;
}
.rc-structure .rc-tree-treenode:nth-child(513) {
  z-index: 487;
}
.rc-structure .rc-tree-treenode:nth-child(514) {
  z-index: 486;
}
.rc-structure .rc-tree-treenode:nth-child(515) {
  z-index: 485;
}
.rc-structure .rc-tree-treenode:nth-child(516) {
  z-index: 484;
}
.rc-structure .rc-tree-treenode:nth-child(517) {
  z-index: 483;
}
.rc-structure .rc-tree-treenode:nth-child(518) {
  z-index: 482;
}
.rc-structure .rc-tree-treenode:nth-child(519) {
  z-index: 481;
}
.rc-structure .rc-tree-treenode:nth-child(520) {
  z-index: 480;
}
.rc-structure .rc-tree-treenode:nth-child(521) {
  z-index: 479;
}
.rc-structure .rc-tree-treenode:nth-child(522) {
  z-index: 478;
}
.rc-structure .rc-tree-treenode:nth-child(523) {
  z-index: 477;
}
.rc-structure .rc-tree-treenode:nth-child(524) {
  z-index: 476;
}
.rc-structure .rc-tree-treenode:nth-child(525) {
  z-index: 475;
}
.rc-structure .rc-tree-treenode:nth-child(526) {
  z-index: 474;
}
.rc-structure .rc-tree-treenode:nth-child(527) {
  z-index: 473;
}
.rc-structure .rc-tree-treenode:nth-child(528) {
  z-index: 472;
}
.rc-structure .rc-tree-treenode:nth-child(529) {
  z-index: 471;
}
.rc-structure .rc-tree-treenode:nth-child(530) {
  z-index: 470;
}
.rc-structure .rc-tree-treenode:nth-child(531) {
  z-index: 469;
}
.rc-structure .rc-tree-treenode:nth-child(532) {
  z-index: 468;
}
.rc-structure .rc-tree-treenode:nth-child(533) {
  z-index: 467;
}
.rc-structure .rc-tree-treenode:nth-child(534) {
  z-index: 466;
}
.rc-structure .rc-tree-treenode:nth-child(535) {
  z-index: 465;
}
.rc-structure .rc-tree-treenode:nth-child(536) {
  z-index: 464;
}
.rc-structure .rc-tree-treenode:nth-child(537) {
  z-index: 463;
}
.rc-structure .rc-tree-treenode:nth-child(538) {
  z-index: 462;
}
.rc-structure .rc-tree-treenode:nth-child(539) {
  z-index: 461;
}
.rc-structure .rc-tree-treenode:nth-child(540) {
  z-index: 460;
}
.rc-structure .rc-tree-treenode:nth-child(541) {
  z-index: 459;
}
.rc-structure .rc-tree-treenode:nth-child(542) {
  z-index: 458;
}
.rc-structure .rc-tree-treenode:nth-child(543) {
  z-index: 457;
}
.rc-structure .rc-tree-treenode:nth-child(544) {
  z-index: 456;
}
.rc-structure .rc-tree-treenode:nth-child(545) {
  z-index: 455;
}
.rc-structure .rc-tree-treenode:nth-child(546) {
  z-index: 454;
}
.rc-structure .rc-tree-treenode:nth-child(547) {
  z-index: 453;
}
.rc-structure .rc-tree-treenode:nth-child(548) {
  z-index: 452;
}
.rc-structure .rc-tree-treenode:nth-child(549) {
  z-index: 451;
}
.rc-structure .rc-tree-treenode:nth-child(550) {
  z-index: 450;
}
.rc-structure .rc-tree-treenode:nth-child(551) {
  z-index: 449;
}
.rc-structure .rc-tree-treenode:nth-child(552) {
  z-index: 448;
}
.rc-structure .rc-tree-treenode:nth-child(553) {
  z-index: 447;
}
.rc-structure .rc-tree-treenode:nth-child(554) {
  z-index: 446;
}
.rc-structure .rc-tree-treenode:nth-child(555) {
  z-index: 445;
}
.rc-structure .rc-tree-treenode:nth-child(556) {
  z-index: 444;
}
.rc-structure .rc-tree-treenode:nth-child(557) {
  z-index: 443;
}
.rc-structure .rc-tree-treenode:nth-child(558) {
  z-index: 442;
}
.rc-structure .rc-tree-treenode:nth-child(559) {
  z-index: 441;
}
.rc-structure .rc-tree-treenode:nth-child(560) {
  z-index: 440;
}
.rc-structure .rc-tree-treenode:nth-child(561) {
  z-index: 439;
}
.rc-structure .rc-tree-treenode:nth-child(562) {
  z-index: 438;
}
.rc-structure .rc-tree-treenode:nth-child(563) {
  z-index: 437;
}
.rc-structure .rc-tree-treenode:nth-child(564) {
  z-index: 436;
}
.rc-structure .rc-tree-treenode:nth-child(565) {
  z-index: 435;
}
.rc-structure .rc-tree-treenode:nth-child(566) {
  z-index: 434;
}
.rc-structure .rc-tree-treenode:nth-child(567) {
  z-index: 433;
}
.rc-structure .rc-tree-treenode:nth-child(568) {
  z-index: 432;
}
.rc-structure .rc-tree-treenode:nth-child(569) {
  z-index: 431;
}
.rc-structure .rc-tree-treenode:nth-child(570) {
  z-index: 430;
}
.rc-structure .rc-tree-treenode:nth-child(571) {
  z-index: 429;
}
.rc-structure .rc-tree-treenode:nth-child(572) {
  z-index: 428;
}
.rc-structure .rc-tree-treenode:nth-child(573) {
  z-index: 427;
}
.rc-structure .rc-tree-treenode:nth-child(574) {
  z-index: 426;
}
.rc-structure .rc-tree-treenode:nth-child(575) {
  z-index: 425;
}
.rc-structure .rc-tree-treenode:nth-child(576) {
  z-index: 424;
}
.rc-structure .rc-tree-treenode:nth-child(577) {
  z-index: 423;
}
.rc-structure .rc-tree-treenode:nth-child(578) {
  z-index: 422;
}
.rc-structure .rc-tree-treenode:nth-child(579) {
  z-index: 421;
}
.rc-structure .rc-tree-treenode:nth-child(580) {
  z-index: 420;
}
.rc-structure .rc-tree-treenode:nth-child(581) {
  z-index: 419;
}
.rc-structure .rc-tree-treenode:nth-child(582) {
  z-index: 418;
}
.rc-structure .rc-tree-treenode:nth-child(583) {
  z-index: 417;
}
.rc-structure .rc-tree-treenode:nth-child(584) {
  z-index: 416;
}
.rc-structure .rc-tree-treenode:nth-child(585) {
  z-index: 415;
}
.rc-structure .rc-tree-treenode:nth-child(586) {
  z-index: 414;
}
.rc-structure .rc-tree-treenode:nth-child(587) {
  z-index: 413;
}
.rc-structure .rc-tree-treenode:nth-child(588) {
  z-index: 412;
}
.rc-structure .rc-tree-treenode:nth-child(589) {
  z-index: 411;
}
.rc-structure .rc-tree-treenode:nth-child(590) {
  z-index: 410;
}
.rc-structure .rc-tree-treenode:nth-child(591) {
  z-index: 409;
}
.rc-structure .rc-tree-treenode:nth-child(592) {
  z-index: 408;
}
.rc-structure .rc-tree-treenode:nth-child(593) {
  z-index: 407;
}
.rc-structure .rc-tree-treenode:nth-child(594) {
  z-index: 406;
}
.rc-structure .rc-tree-treenode:nth-child(595) {
  z-index: 405;
}
.rc-structure .rc-tree-treenode:nth-child(596) {
  z-index: 404;
}
.rc-structure .rc-tree-treenode:nth-child(597) {
  z-index: 403;
}
.rc-structure .rc-tree-treenode:nth-child(598) {
  z-index: 402;
}
.rc-structure .rc-tree-treenode:nth-child(599) {
  z-index: 401;
}
.rc-structure .rc-tree-treenode:nth-child(600) {
  z-index: 400;
}
.rc-structure .rc-tree-treenode:nth-child(601) {
  z-index: 399;
}
.rc-structure .rc-tree-treenode:nth-child(602) {
  z-index: 398;
}
.rc-structure .rc-tree-treenode:nth-child(603) {
  z-index: 397;
}
.rc-structure .rc-tree-treenode:nth-child(604) {
  z-index: 396;
}
.rc-structure .rc-tree-treenode:nth-child(605) {
  z-index: 395;
}
.rc-structure .rc-tree-treenode:nth-child(606) {
  z-index: 394;
}
.rc-structure .rc-tree-treenode:nth-child(607) {
  z-index: 393;
}
.rc-structure .rc-tree-treenode:nth-child(608) {
  z-index: 392;
}
.rc-structure .rc-tree-treenode:nth-child(609) {
  z-index: 391;
}
.rc-structure .rc-tree-treenode:nth-child(610) {
  z-index: 390;
}
.rc-structure .rc-tree-treenode:nth-child(611) {
  z-index: 389;
}
.rc-structure .rc-tree-treenode:nth-child(612) {
  z-index: 388;
}
.rc-structure .rc-tree-treenode:nth-child(613) {
  z-index: 387;
}
.rc-structure .rc-tree-treenode:nth-child(614) {
  z-index: 386;
}
.rc-structure .rc-tree-treenode:nth-child(615) {
  z-index: 385;
}
.rc-structure .rc-tree-treenode:nth-child(616) {
  z-index: 384;
}
.rc-structure .rc-tree-treenode:nth-child(617) {
  z-index: 383;
}
.rc-structure .rc-tree-treenode:nth-child(618) {
  z-index: 382;
}
.rc-structure .rc-tree-treenode:nth-child(619) {
  z-index: 381;
}
.rc-structure .rc-tree-treenode:nth-child(620) {
  z-index: 380;
}
.rc-structure .rc-tree-treenode:nth-child(621) {
  z-index: 379;
}
.rc-structure .rc-tree-treenode:nth-child(622) {
  z-index: 378;
}
.rc-structure .rc-tree-treenode:nth-child(623) {
  z-index: 377;
}
.rc-structure .rc-tree-treenode:nth-child(624) {
  z-index: 376;
}
.rc-structure .rc-tree-treenode:nth-child(625) {
  z-index: 375;
}
.rc-structure .rc-tree-treenode:nth-child(626) {
  z-index: 374;
}
.rc-structure .rc-tree-treenode:nth-child(627) {
  z-index: 373;
}
.rc-structure .rc-tree-treenode:nth-child(628) {
  z-index: 372;
}
.rc-structure .rc-tree-treenode:nth-child(629) {
  z-index: 371;
}
.rc-structure .rc-tree-treenode:nth-child(630) {
  z-index: 370;
}
.rc-structure .rc-tree-treenode:nth-child(631) {
  z-index: 369;
}
.rc-structure .rc-tree-treenode:nth-child(632) {
  z-index: 368;
}
.rc-structure .rc-tree-treenode:nth-child(633) {
  z-index: 367;
}
.rc-structure .rc-tree-treenode:nth-child(634) {
  z-index: 366;
}
.rc-structure .rc-tree-treenode:nth-child(635) {
  z-index: 365;
}
.rc-structure .rc-tree-treenode:nth-child(636) {
  z-index: 364;
}
.rc-structure .rc-tree-treenode:nth-child(637) {
  z-index: 363;
}
.rc-structure .rc-tree-treenode:nth-child(638) {
  z-index: 362;
}
.rc-structure .rc-tree-treenode:nth-child(639) {
  z-index: 361;
}
.rc-structure .rc-tree-treenode:nth-child(640) {
  z-index: 360;
}
.rc-structure .rc-tree-treenode:nth-child(641) {
  z-index: 359;
}
.rc-structure .rc-tree-treenode:nth-child(642) {
  z-index: 358;
}
.rc-structure .rc-tree-treenode:nth-child(643) {
  z-index: 357;
}
.rc-structure .rc-tree-treenode:nth-child(644) {
  z-index: 356;
}
.rc-structure .rc-tree-treenode:nth-child(645) {
  z-index: 355;
}
.rc-structure .rc-tree-treenode:nth-child(646) {
  z-index: 354;
}
.rc-structure .rc-tree-treenode:nth-child(647) {
  z-index: 353;
}
.rc-structure .rc-tree-treenode:nth-child(648) {
  z-index: 352;
}
.rc-structure .rc-tree-treenode:nth-child(649) {
  z-index: 351;
}
.rc-structure .rc-tree-treenode:nth-child(650) {
  z-index: 350;
}
.rc-structure .rc-tree-treenode:nth-child(651) {
  z-index: 349;
}
.rc-structure .rc-tree-treenode:nth-child(652) {
  z-index: 348;
}
.rc-structure .rc-tree-treenode:nth-child(653) {
  z-index: 347;
}
.rc-structure .rc-tree-treenode:nth-child(654) {
  z-index: 346;
}
.rc-structure .rc-tree-treenode:nth-child(655) {
  z-index: 345;
}
.rc-structure .rc-tree-treenode:nth-child(656) {
  z-index: 344;
}
.rc-structure .rc-tree-treenode:nth-child(657) {
  z-index: 343;
}
.rc-structure .rc-tree-treenode:nth-child(658) {
  z-index: 342;
}
.rc-structure .rc-tree-treenode:nth-child(659) {
  z-index: 341;
}
.rc-structure .rc-tree-treenode:nth-child(660) {
  z-index: 340;
}
.rc-structure .rc-tree-treenode:nth-child(661) {
  z-index: 339;
}
.rc-structure .rc-tree-treenode:nth-child(662) {
  z-index: 338;
}
.rc-structure .rc-tree-treenode:nth-child(663) {
  z-index: 337;
}
.rc-structure .rc-tree-treenode:nth-child(664) {
  z-index: 336;
}
.rc-structure .rc-tree-treenode:nth-child(665) {
  z-index: 335;
}
.rc-structure .rc-tree-treenode:nth-child(666) {
  z-index: 334;
}
.rc-structure .rc-tree-treenode:nth-child(667) {
  z-index: 333;
}
.rc-structure .rc-tree-treenode:nth-child(668) {
  z-index: 332;
}
.rc-structure .rc-tree-treenode:nth-child(669) {
  z-index: 331;
}
.rc-structure .rc-tree-treenode:nth-child(670) {
  z-index: 330;
}
.rc-structure .rc-tree-treenode:nth-child(671) {
  z-index: 329;
}
.rc-structure .rc-tree-treenode:nth-child(672) {
  z-index: 328;
}
.rc-structure .rc-tree-treenode:nth-child(673) {
  z-index: 327;
}
.rc-structure .rc-tree-treenode:nth-child(674) {
  z-index: 326;
}
.rc-structure .rc-tree-treenode:nth-child(675) {
  z-index: 325;
}
.rc-structure .rc-tree-treenode:nth-child(676) {
  z-index: 324;
}
.rc-structure .rc-tree-treenode:nth-child(677) {
  z-index: 323;
}
.rc-structure .rc-tree-treenode:nth-child(678) {
  z-index: 322;
}
.rc-structure .rc-tree-treenode:nth-child(679) {
  z-index: 321;
}
.rc-structure .rc-tree-treenode:nth-child(680) {
  z-index: 320;
}
.rc-structure .rc-tree-treenode:nth-child(681) {
  z-index: 319;
}
.rc-structure .rc-tree-treenode:nth-child(682) {
  z-index: 318;
}
.rc-structure .rc-tree-treenode:nth-child(683) {
  z-index: 317;
}
.rc-structure .rc-tree-treenode:nth-child(684) {
  z-index: 316;
}
.rc-structure .rc-tree-treenode:nth-child(685) {
  z-index: 315;
}
.rc-structure .rc-tree-treenode:nth-child(686) {
  z-index: 314;
}
.rc-structure .rc-tree-treenode:nth-child(687) {
  z-index: 313;
}
.rc-structure .rc-tree-treenode:nth-child(688) {
  z-index: 312;
}
.rc-structure .rc-tree-treenode:nth-child(689) {
  z-index: 311;
}
.rc-structure .rc-tree-treenode:nth-child(690) {
  z-index: 310;
}
.rc-structure .rc-tree-treenode:nth-child(691) {
  z-index: 309;
}
.rc-structure .rc-tree-treenode:nth-child(692) {
  z-index: 308;
}
.rc-structure .rc-tree-treenode:nth-child(693) {
  z-index: 307;
}
.rc-structure .rc-tree-treenode:nth-child(694) {
  z-index: 306;
}
.rc-structure .rc-tree-treenode:nth-child(695) {
  z-index: 305;
}
.rc-structure .rc-tree-treenode:nth-child(696) {
  z-index: 304;
}
.rc-structure .rc-tree-treenode:nth-child(697) {
  z-index: 303;
}
.rc-structure .rc-tree-treenode:nth-child(698) {
  z-index: 302;
}
.rc-structure .rc-tree-treenode:nth-child(699) {
  z-index: 301;
}
.rc-structure .rc-tree-treenode:nth-child(700) {
  z-index: 300;
}
.rc-structure .rc-tree-treenode:nth-child(701) {
  z-index: 299;
}
.rc-structure .rc-tree-treenode:nth-child(702) {
  z-index: 298;
}
.rc-structure .rc-tree-treenode:nth-child(703) {
  z-index: 297;
}
.rc-structure .rc-tree-treenode:nth-child(704) {
  z-index: 296;
}
.rc-structure .rc-tree-treenode:nth-child(705) {
  z-index: 295;
}
.rc-structure .rc-tree-treenode:nth-child(706) {
  z-index: 294;
}
.rc-structure .rc-tree-treenode:nth-child(707) {
  z-index: 293;
}
.rc-structure .rc-tree-treenode:nth-child(708) {
  z-index: 292;
}
.rc-structure .rc-tree-treenode:nth-child(709) {
  z-index: 291;
}
.rc-structure .rc-tree-treenode:nth-child(710) {
  z-index: 290;
}
.rc-structure .rc-tree-treenode:nth-child(711) {
  z-index: 289;
}
.rc-structure .rc-tree-treenode:nth-child(712) {
  z-index: 288;
}
.rc-structure .rc-tree-treenode:nth-child(713) {
  z-index: 287;
}
.rc-structure .rc-tree-treenode:nth-child(714) {
  z-index: 286;
}
.rc-structure .rc-tree-treenode:nth-child(715) {
  z-index: 285;
}
.rc-structure .rc-tree-treenode:nth-child(716) {
  z-index: 284;
}
.rc-structure .rc-tree-treenode:nth-child(717) {
  z-index: 283;
}
.rc-structure .rc-tree-treenode:nth-child(718) {
  z-index: 282;
}
.rc-structure .rc-tree-treenode:nth-child(719) {
  z-index: 281;
}
.rc-structure .rc-tree-treenode:nth-child(720) {
  z-index: 280;
}
.rc-structure .rc-tree-treenode:nth-child(721) {
  z-index: 279;
}
.rc-structure .rc-tree-treenode:nth-child(722) {
  z-index: 278;
}
.rc-structure .rc-tree-treenode:nth-child(723) {
  z-index: 277;
}
.rc-structure .rc-tree-treenode:nth-child(724) {
  z-index: 276;
}
.rc-structure .rc-tree-treenode:nth-child(725) {
  z-index: 275;
}
.rc-structure .rc-tree-treenode:nth-child(726) {
  z-index: 274;
}
.rc-structure .rc-tree-treenode:nth-child(727) {
  z-index: 273;
}
.rc-structure .rc-tree-treenode:nth-child(728) {
  z-index: 272;
}
.rc-structure .rc-tree-treenode:nth-child(729) {
  z-index: 271;
}
.rc-structure .rc-tree-treenode:nth-child(730) {
  z-index: 270;
}
.rc-structure .rc-tree-treenode:nth-child(731) {
  z-index: 269;
}
.rc-structure .rc-tree-treenode:nth-child(732) {
  z-index: 268;
}
.rc-structure .rc-tree-treenode:nth-child(733) {
  z-index: 267;
}
.rc-structure .rc-tree-treenode:nth-child(734) {
  z-index: 266;
}
.rc-structure .rc-tree-treenode:nth-child(735) {
  z-index: 265;
}
.rc-structure .rc-tree-treenode:nth-child(736) {
  z-index: 264;
}
.rc-structure .rc-tree-treenode:nth-child(737) {
  z-index: 263;
}
.rc-structure .rc-tree-treenode:nth-child(738) {
  z-index: 262;
}
.rc-structure .rc-tree-treenode:nth-child(739) {
  z-index: 261;
}
.rc-structure .rc-tree-treenode:nth-child(740) {
  z-index: 260;
}
.rc-structure .rc-tree-treenode:nth-child(741) {
  z-index: 259;
}
.rc-structure .rc-tree-treenode:nth-child(742) {
  z-index: 258;
}
.rc-structure .rc-tree-treenode:nth-child(743) {
  z-index: 257;
}
.rc-structure .rc-tree-treenode:nth-child(744) {
  z-index: 256;
}
.rc-structure .rc-tree-treenode:nth-child(745) {
  z-index: 255;
}
.rc-structure .rc-tree-treenode:nth-child(746) {
  z-index: 254;
}
.rc-structure .rc-tree-treenode:nth-child(747) {
  z-index: 253;
}
.rc-structure .rc-tree-treenode:nth-child(748) {
  z-index: 252;
}
.rc-structure .rc-tree-treenode:nth-child(749) {
  z-index: 251;
}
.rc-structure .rc-tree-treenode:nth-child(750) {
  z-index: 250;
}
.rc-structure .rc-tree-treenode:nth-child(751) {
  z-index: 249;
}
.rc-structure .rc-tree-treenode:nth-child(752) {
  z-index: 248;
}
.rc-structure .rc-tree-treenode:nth-child(753) {
  z-index: 247;
}
.rc-structure .rc-tree-treenode:nth-child(754) {
  z-index: 246;
}
.rc-structure .rc-tree-treenode:nth-child(755) {
  z-index: 245;
}
.rc-structure .rc-tree-treenode:nth-child(756) {
  z-index: 244;
}
.rc-structure .rc-tree-treenode:nth-child(757) {
  z-index: 243;
}
.rc-structure .rc-tree-treenode:nth-child(758) {
  z-index: 242;
}
.rc-structure .rc-tree-treenode:nth-child(759) {
  z-index: 241;
}
.rc-structure .rc-tree-treenode:nth-child(760) {
  z-index: 240;
}
.rc-structure .rc-tree-treenode:nth-child(761) {
  z-index: 239;
}
.rc-structure .rc-tree-treenode:nth-child(762) {
  z-index: 238;
}
.rc-structure .rc-tree-treenode:nth-child(763) {
  z-index: 237;
}
.rc-structure .rc-tree-treenode:nth-child(764) {
  z-index: 236;
}
.rc-structure .rc-tree-treenode:nth-child(765) {
  z-index: 235;
}
.rc-structure .rc-tree-treenode:nth-child(766) {
  z-index: 234;
}
.rc-structure .rc-tree-treenode:nth-child(767) {
  z-index: 233;
}
.rc-structure .rc-tree-treenode:nth-child(768) {
  z-index: 232;
}
.rc-structure .rc-tree-treenode:nth-child(769) {
  z-index: 231;
}
.rc-structure .rc-tree-treenode:nth-child(770) {
  z-index: 230;
}
.rc-structure .rc-tree-treenode:nth-child(771) {
  z-index: 229;
}
.rc-structure .rc-tree-treenode:nth-child(772) {
  z-index: 228;
}
.rc-structure .rc-tree-treenode:nth-child(773) {
  z-index: 227;
}
.rc-structure .rc-tree-treenode:nth-child(774) {
  z-index: 226;
}
.rc-structure .rc-tree-treenode:nth-child(775) {
  z-index: 225;
}
.rc-structure .rc-tree-treenode:nth-child(776) {
  z-index: 224;
}
.rc-structure .rc-tree-treenode:nth-child(777) {
  z-index: 223;
}
.rc-structure .rc-tree-treenode:nth-child(778) {
  z-index: 222;
}
.rc-structure .rc-tree-treenode:nth-child(779) {
  z-index: 221;
}
.rc-structure .rc-tree-treenode:nth-child(780) {
  z-index: 220;
}
.rc-structure .rc-tree-treenode:nth-child(781) {
  z-index: 219;
}
.rc-structure .rc-tree-treenode:nth-child(782) {
  z-index: 218;
}
.rc-structure .rc-tree-treenode:nth-child(783) {
  z-index: 217;
}
.rc-structure .rc-tree-treenode:nth-child(784) {
  z-index: 216;
}
.rc-structure .rc-tree-treenode:nth-child(785) {
  z-index: 215;
}
.rc-structure .rc-tree-treenode:nth-child(786) {
  z-index: 214;
}
.rc-structure .rc-tree-treenode:nth-child(787) {
  z-index: 213;
}
.rc-structure .rc-tree-treenode:nth-child(788) {
  z-index: 212;
}
.rc-structure .rc-tree-treenode:nth-child(789) {
  z-index: 211;
}
.rc-structure .rc-tree-treenode:nth-child(790) {
  z-index: 210;
}
.rc-structure .rc-tree-treenode:nth-child(791) {
  z-index: 209;
}
.rc-structure .rc-tree-treenode:nth-child(792) {
  z-index: 208;
}
.rc-structure .rc-tree-treenode:nth-child(793) {
  z-index: 207;
}
.rc-structure .rc-tree-treenode:nth-child(794) {
  z-index: 206;
}
.rc-structure .rc-tree-treenode:nth-child(795) {
  z-index: 205;
}
.rc-structure .rc-tree-treenode:nth-child(796) {
  z-index: 204;
}
.rc-structure .rc-tree-treenode:nth-child(797) {
  z-index: 203;
}
.rc-structure .rc-tree-treenode:nth-child(798) {
  z-index: 202;
}
.rc-structure .rc-tree-treenode:nth-child(799) {
  z-index: 201;
}
.rc-structure .rc-tree-treenode:nth-child(800) {
  z-index: 200;
}
.rc-structure .rc-tree-treenode:nth-child(801) {
  z-index: 199;
}
.rc-structure .rc-tree-treenode:nth-child(802) {
  z-index: 198;
}
.rc-structure .rc-tree-treenode:nth-child(803) {
  z-index: 197;
}
.rc-structure .rc-tree-treenode:nth-child(804) {
  z-index: 196;
}
.rc-structure .rc-tree-treenode:nth-child(805) {
  z-index: 195;
}
.rc-structure .rc-tree-treenode:nth-child(806) {
  z-index: 194;
}
.rc-structure .rc-tree-treenode:nth-child(807) {
  z-index: 193;
}
.rc-structure .rc-tree-treenode:nth-child(808) {
  z-index: 192;
}
.rc-structure .rc-tree-treenode:nth-child(809) {
  z-index: 191;
}
.rc-structure .rc-tree-treenode:nth-child(810) {
  z-index: 190;
}
.rc-structure .rc-tree-treenode:nth-child(811) {
  z-index: 189;
}
.rc-structure .rc-tree-treenode:nth-child(812) {
  z-index: 188;
}
.rc-structure .rc-tree-treenode:nth-child(813) {
  z-index: 187;
}
.rc-structure .rc-tree-treenode:nth-child(814) {
  z-index: 186;
}
.rc-structure .rc-tree-treenode:nth-child(815) {
  z-index: 185;
}
.rc-structure .rc-tree-treenode:nth-child(816) {
  z-index: 184;
}
.rc-structure .rc-tree-treenode:nth-child(817) {
  z-index: 183;
}
.rc-structure .rc-tree-treenode:nth-child(818) {
  z-index: 182;
}
.rc-structure .rc-tree-treenode:nth-child(819) {
  z-index: 181;
}
.rc-structure .rc-tree-treenode:nth-child(820) {
  z-index: 180;
}
.rc-structure .rc-tree-treenode:nth-child(821) {
  z-index: 179;
}
.rc-structure .rc-tree-treenode:nth-child(822) {
  z-index: 178;
}
.rc-structure .rc-tree-treenode:nth-child(823) {
  z-index: 177;
}
.rc-structure .rc-tree-treenode:nth-child(824) {
  z-index: 176;
}
.rc-structure .rc-tree-treenode:nth-child(825) {
  z-index: 175;
}
.rc-structure .rc-tree-treenode:nth-child(826) {
  z-index: 174;
}
.rc-structure .rc-tree-treenode:nth-child(827) {
  z-index: 173;
}
.rc-structure .rc-tree-treenode:nth-child(828) {
  z-index: 172;
}
.rc-structure .rc-tree-treenode:nth-child(829) {
  z-index: 171;
}
.rc-structure .rc-tree-treenode:nth-child(830) {
  z-index: 170;
}
.rc-structure .rc-tree-treenode:nth-child(831) {
  z-index: 169;
}
.rc-structure .rc-tree-treenode:nth-child(832) {
  z-index: 168;
}
.rc-structure .rc-tree-treenode:nth-child(833) {
  z-index: 167;
}
.rc-structure .rc-tree-treenode:nth-child(834) {
  z-index: 166;
}
.rc-structure .rc-tree-treenode:nth-child(835) {
  z-index: 165;
}
.rc-structure .rc-tree-treenode:nth-child(836) {
  z-index: 164;
}
.rc-structure .rc-tree-treenode:nth-child(837) {
  z-index: 163;
}
.rc-structure .rc-tree-treenode:nth-child(838) {
  z-index: 162;
}
.rc-structure .rc-tree-treenode:nth-child(839) {
  z-index: 161;
}
.rc-structure .rc-tree-treenode:nth-child(840) {
  z-index: 160;
}
.rc-structure .rc-tree-treenode:nth-child(841) {
  z-index: 159;
}
.rc-structure .rc-tree-treenode:nth-child(842) {
  z-index: 158;
}
.rc-structure .rc-tree-treenode:nth-child(843) {
  z-index: 157;
}
.rc-structure .rc-tree-treenode:nth-child(844) {
  z-index: 156;
}
.rc-structure .rc-tree-treenode:nth-child(845) {
  z-index: 155;
}
.rc-structure .rc-tree-treenode:nth-child(846) {
  z-index: 154;
}
.rc-structure .rc-tree-treenode:nth-child(847) {
  z-index: 153;
}
.rc-structure .rc-tree-treenode:nth-child(848) {
  z-index: 152;
}
.rc-structure .rc-tree-treenode:nth-child(849) {
  z-index: 151;
}
.rc-structure .rc-tree-treenode:nth-child(850) {
  z-index: 150;
}
.rc-structure .rc-tree-treenode:nth-child(851) {
  z-index: 149;
}
.rc-structure .rc-tree-treenode:nth-child(852) {
  z-index: 148;
}
.rc-structure .rc-tree-treenode:nth-child(853) {
  z-index: 147;
}
.rc-structure .rc-tree-treenode:nth-child(854) {
  z-index: 146;
}
.rc-structure .rc-tree-treenode:nth-child(855) {
  z-index: 145;
}
.rc-structure .rc-tree-treenode:nth-child(856) {
  z-index: 144;
}
.rc-structure .rc-tree-treenode:nth-child(857) {
  z-index: 143;
}
.rc-structure .rc-tree-treenode:nth-child(858) {
  z-index: 142;
}
.rc-structure .rc-tree-treenode:nth-child(859) {
  z-index: 141;
}
.rc-structure .rc-tree-treenode:nth-child(860) {
  z-index: 140;
}
.rc-structure .rc-tree-treenode:nth-child(861) {
  z-index: 139;
}
.rc-structure .rc-tree-treenode:nth-child(862) {
  z-index: 138;
}
.rc-structure .rc-tree-treenode:nth-child(863) {
  z-index: 137;
}
.rc-structure .rc-tree-treenode:nth-child(864) {
  z-index: 136;
}
.rc-structure .rc-tree-treenode:nth-child(865) {
  z-index: 135;
}
.rc-structure .rc-tree-treenode:nth-child(866) {
  z-index: 134;
}
.rc-structure .rc-tree-treenode:nth-child(867) {
  z-index: 133;
}
.rc-structure .rc-tree-treenode:nth-child(868) {
  z-index: 132;
}
.rc-structure .rc-tree-treenode:nth-child(869) {
  z-index: 131;
}
.rc-structure .rc-tree-treenode:nth-child(870) {
  z-index: 130;
}
.rc-structure .rc-tree-treenode:nth-child(871) {
  z-index: 129;
}
.rc-structure .rc-tree-treenode:nth-child(872) {
  z-index: 128;
}
.rc-structure .rc-tree-treenode:nth-child(873) {
  z-index: 127;
}
.rc-structure .rc-tree-treenode:nth-child(874) {
  z-index: 126;
}
.rc-structure .rc-tree-treenode:nth-child(875) {
  z-index: 125;
}
.rc-structure .rc-tree-treenode:nth-child(876) {
  z-index: 124;
}
.rc-structure .rc-tree-treenode:nth-child(877) {
  z-index: 123;
}
.rc-structure .rc-tree-treenode:nth-child(878) {
  z-index: 122;
}
.rc-structure .rc-tree-treenode:nth-child(879) {
  z-index: 121;
}
.rc-structure .rc-tree-treenode:nth-child(880) {
  z-index: 120;
}
.rc-structure .rc-tree-treenode:nth-child(881) {
  z-index: 119;
}
.rc-structure .rc-tree-treenode:nth-child(882) {
  z-index: 118;
}
.rc-structure .rc-tree-treenode:nth-child(883) {
  z-index: 117;
}
.rc-structure .rc-tree-treenode:nth-child(884) {
  z-index: 116;
}
.rc-structure .rc-tree-treenode:nth-child(885) {
  z-index: 115;
}
.rc-structure .rc-tree-treenode:nth-child(886) {
  z-index: 114;
}
.rc-structure .rc-tree-treenode:nth-child(887) {
  z-index: 113;
}
.rc-structure .rc-tree-treenode:nth-child(888) {
  z-index: 112;
}
.rc-structure .rc-tree-treenode:nth-child(889) {
  z-index: 111;
}
.rc-structure .rc-tree-treenode:nth-child(890) {
  z-index: 110;
}
.rc-structure .rc-tree-treenode:nth-child(891) {
  z-index: 109;
}
.rc-structure .rc-tree-treenode:nth-child(892) {
  z-index: 108;
}
.rc-structure .rc-tree-treenode:nth-child(893) {
  z-index: 107;
}
.rc-structure .rc-tree-treenode:nth-child(894) {
  z-index: 106;
}
.rc-structure .rc-tree-treenode:nth-child(895) {
  z-index: 105;
}
.rc-structure .rc-tree-treenode:nth-child(896) {
  z-index: 104;
}
.rc-structure .rc-tree-treenode:nth-child(897) {
  z-index: 103;
}
.rc-structure .rc-tree-treenode:nth-child(898) {
  z-index: 102;
}
.rc-structure .rc-tree-treenode:nth-child(899) {
  z-index: 101;
}
.rc-structure .rc-tree-treenode:nth-child(900) {
  z-index: 100;
}
.rc-structure .rc-tree-treenode:nth-child(901) {
  z-index: 99;
}
.rc-structure .rc-tree-treenode:nth-child(902) {
  z-index: 98;
}
.rc-structure .rc-tree-treenode:nth-child(903) {
  z-index: 97;
}
.rc-structure .rc-tree-treenode:nth-child(904) {
  z-index: 96;
}
.rc-structure .rc-tree-treenode:nth-child(905) {
  z-index: 95;
}
.rc-structure .rc-tree-treenode:nth-child(906) {
  z-index: 94;
}
.rc-structure .rc-tree-treenode:nth-child(907) {
  z-index: 93;
}
.rc-structure .rc-tree-treenode:nth-child(908) {
  z-index: 92;
}
.rc-structure .rc-tree-treenode:nth-child(909) {
  z-index: 91;
}
.rc-structure .rc-tree-treenode:nth-child(910) {
  z-index: 90;
}
.rc-structure .rc-tree-treenode:nth-child(911) {
  z-index: 89;
}
.rc-structure .rc-tree-treenode:nth-child(912) {
  z-index: 88;
}
.rc-structure .rc-tree-treenode:nth-child(913) {
  z-index: 87;
}
.rc-structure .rc-tree-treenode:nth-child(914) {
  z-index: 86;
}
.rc-structure .rc-tree-treenode:nth-child(915) {
  z-index: 85;
}
.rc-structure .rc-tree-treenode:nth-child(916) {
  z-index: 84;
}
.rc-structure .rc-tree-treenode:nth-child(917) {
  z-index: 83;
}
.rc-structure .rc-tree-treenode:nth-child(918) {
  z-index: 82;
}
.rc-structure .rc-tree-treenode:nth-child(919) {
  z-index: 81;
}
.rc-structure .rc-tree-treenode:nth-child(920) {
  z-index: 80;
}
.rc-structure .rc-tree-treenode:nth-child(921) {
  z-index: 79;
}
.rc-structure .rc-tree-treenode:nth-child(922) {
  z-index: 78;
}
.rc-structure .rc-tree-treenode:nth-child(923) {
  z-index: 77;
}
.rc-structure .rc-tree-treenode:nth-child(924) {
  z-index: 76;
}
.rc-structure .rc-tree-treenode:nth-child(925) {
  z-index: 75;
}
.rc-structure .rc-tree-treenode:nth-child(926) {
  z-index: 74;
}
.rc-structure .rc-tree-treenode:nth-child(927) {
  z-index: 73;
}
.rc-structure .rc-tree-treenode:nth-child(928) {
  z-index: 72;
}
.rc-structure .rc-tree-treenode:nth-child(929) {
  z-index: 71;
}
.rc-structure .rc-tree-treenode:nth-child(930) {
  z-index: 70;
}
.rc-structure .rc-tree-treenode:nth-child(931) {
  z-index: 69;
}
.rc-structure .rc-tree-treenode:nth-child(932) {
  z-index: 68;
}
.rc-structure .rc-tree-treenode:nth-child(933) {
  z-index: 67;
}
.rc-structure .rc-tree-treenode:nth-child(934) {
  z-index: 66;
}
.rc-structure .rc-tree-treenode:nth-child(935) {
  z-index: 65;
}
.rc-structure .rc-tree-treenode:nth-child(936) {
  z-index: 64;
}
.rc-structure .rc-tree-treenode:nth-child(937) {
  z-index: 63;
}
.rc-structure .rc-tree-treenode:nth-child(938) {
  z-index: 62;
}
.rc-structure .rc-tree-treenode:nth-child(939) {
  z-index: 61;
}
.rc-structure .rc-tree-treenode:nth-child(940) {
  z-index: 60;
}
.rc-structure .rc-tree-treenode:nth-child(941) {
  z-index: 59;
}
.rc-structure .rc-tree-treenode:nth-child(942) {
  z-index: 58;
}
.rc-structure .rc-tree-treenode:nth-child(943) {
  z-index: 57;
}
.rc-structure .rc-tree-treenode:nth-child(944) {
  z-index: 56;
}
.rc-structure .rc-tree-treenode:nth-child(945) {
  z-index: 55;
}
.rc-structure .rc-tree-treenode:nth-child(946) {
  z-index: 54;
}
.rc-structure .rc-tree-treenode:nth-child(947) {
  z-index: 53;
}
.rc-structure .rc-tree-treenode:nth-child(948) {
  z-index: 52;
}
.rc-structure .rc-tree-treenode:nth-child(949) {
  z-index: 51;
}
.rc-structure .rc-tree-treenode:nth-child(950) {
  z-index: 50;
}
.rc-structure .rc-tree-treenode:nth-child(951) {
  z-index: 49;
}
.rc-structure .rc-tree-treenode:nth-child(952) {
  z-index: 48;
}
.rc-structure .rc-tree-treenode:nth-child(953) {
  z-index: 47;
}
.rc-structure .rc-tree-treenode:nth-child(954) {
  z-index: 46;
}
.rc-structure .rc-tree-treenode:nth-child(955) {
  z-index: 45;
}
.rc-structure .rc-tree-treenode:nth-child(956) {
  z-index: 44;
}
.rc-structure .rc-tree-treenode:nth-child(957) {
  z-index: 43;
}
.rc-structure .rc-tree-treenode:nth-child(958) {
  z-index: 42;
}
.rc-structure .rc-tree-treenode:nth-child(959) {
  z-index: 41;
}
.rc-structure .rc-tree-treenode:nth-child(960) {
  z-index: 40;
}
.rc-structure .rc-tree-treenode:nth-child(961) {
  z-index: 39;
}
.rc-structure .rc-tree-treenode:nth-child(962) {
  z-index: 38;
}
.rc-structure .rc-tree-treenode:nth-child(963) {
  z-index: 37;
}
.rc-structure .rc-tree-treenode:nth-child(964) {
  z-index: 36;
}
.rc-structure .rc-tree-treenode:nth-child(965) {
  z-index: 35;
}
.rc-structure .rc-tree-treenode:nth-child(966) {
  z-index: 34;
}
.rc-structure .rc-tree-treenode:nth-child(967) {
  z-index: 33;
}
.rc-structure .rc-tree-treenode:nth-child(968) {
  z-index: 32;
}
.rc-structure .rc-tree-treenode:nth-child(969) {
  z-index: 31;
}
.rc-structure .rc-tree-treenode:nth-child(970) {
  z-index: 30;
}
.rc-structure .rc-tree-treenode:nth-child(971) {
  z-index: 29;
}
.rc-structure .rc-tree-treenode:nth-child(972) {
  z-index: 28;
}
.rc-structure .rc-tree-treenode:nth-child(973) {
  z-index: 27;
}
.rc-structure .rc-tree-treenode:nth-child(974) {
  z-index: 26;
}
.rc-structure .rc-tree-treenode:nth-child(975) {
  z-index: 25;
}
.rc-structure .rc-tree-treenode:nth-child(976) {
  z-index: 24;
}
.rc-structure .rc-tree-treenode:nth-child(977) {
  z-index: 23;
}
.rc-structure .rc-tree-treenode:nth-child(978) {
  z-index: 22;
}
.rc-structure .rc-tree-treenode:nth-child(979) {
  z-index: 21;
}
.rc-structure .rc-tree-treenode:nth-child(980) {
  z-index: 20;
}
.rc-structure .rc-tree-treenode:nth-child(981) {
  z-index: 19;
}
.rc-structure .rc-tree-treenode:nth-child(982) {
  z-index: 18;
}
.rc-structure .rc-tree-treenode:nth-child(983) {
  z-index: 17;
}
.rc-structure .rc-tree-treenode:nth-child(984) {
  z-index: 16;
}
.rc-structure .rc-tree-treenode:nth-child(985) {
  z-index: 15;
}
.rc-structure .rc-tree-treenode:nth-child(986) {
  z-index: 14;
}
.rc-structure .rc-tree-treenode:nth-child(987) {
  z-index: 13;
}
.rc-structure .rc-tree-treenode:nth-child(988) {
  z-index: 12;
}
.rc-structure .rc-tree-treenode:nth-child(989) {
  z-index: 11;
}
.rc-structure .rc-tree-treenode:nth-child(990) {
  z-index: 10;
}
.rc-structure .rc-tree-treenode:nth-child(991) {
  z-index: 9;
}
.rc-structure .rc-tree-treenode:nth-child(992) {
  z-index: 8;
}
.rc-structure .rc-tree-treenode:nth-child(993) {
  z-index: 7;
}
.rc-structure .rc-tree-treenode:nth-child(994) {
  z-index: 6;
}
.rc-structure .rc-tree-treenode:nth-child(995) {
  z-index: 5;
}
.rc-structure .rc-tree-treenode:nth-child(996) {
  z-index: 4;
}
.rc-structure .rc-tree-treenode:nth-child(997) {
  z-index: 3;
}
.rc-structure .rc-tree-treenode:nth-child(998) {
  z-index: 2;
}
.rc-structure .rc-tree-treenode:nth-child(999) {
  z-index: 1;
}
.rc-structure .rc-tree-treenode:nth-child(1000) {
  z-index: 0;
}
.rc-structure .rc-tree-treenode:first-child .rc-tree-switcher_open:before,
.rc-structure .rc-tree-treenode:first-child .rc-tree-switcher_close:before {
  top: -20px !important;
}
.rc-structure .rc-tree-node-content-wrapper {
  overflow: hidden;
  flex: 1;
}
.rc-structure .rc-tree-switcher-noop, .rc-structure .rc-tree-switcher_open, .rc-structure .rc-tree-switcher_close {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.rc-structure .rc-tree-switcher-noop div, .rc-structure .rc-tree-switcher-noop span, .rc-structure .rc-tree-switcher_open div, .rc-structure .rc-tree-switcher_open span, .rc-structure .rc-tree-switcher_close div, .rc-structure .rc-tree-switcher_close span {
  margin: 3px 0 0;
}
.rc-structure .rc-tree-switcher-noop div svg, .rc-structure .rc-tree-switcher-noop span svg, .rc-structure .rc-tree-switcher_open div svg, .rc-structure .rc-tree-switcher_open span svg, .rc-structure .rc-tree-switcher_close div svg, .rc-structure .rc-tree-switcher_close span svg {
  fill: #4272D8;
}
.rc-structure .rc-tree-indent {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.rc-structure .rc-tree-indent-unit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
}
.rc-structure .rc-tree-title {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #000F5A;
  padding: 0 0 0 4px;
  background: #fff;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.rc-structure .rc-tree-division .rc-tree-title {
  font-weight: 500;
}._image_1o05b_1 {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
  max-height: 100%;
}
._image_1o05b_1 img {
  width: 100%;
  height: auto;
}

._tools_1o05b_13 {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 100;
}

._btn_1o05b_20 {
  display: block;
  height: 24px;
  width: 24px;
  background: #B7E3FF;
  cursor: pointer;
  border: none;
  margin-bottom: 4px;
  border-radius: 4px;
  padding: 0;
}
._btn_1o05b_20._zoomIn_1o05b_31 {
  border-radius: 4px 4px 0 0;
}
._btn_1o05b_20._zoomOut_1o05b_34 {
  border-radius: 0 0 4px 4px;
}
._btn_1o05b_20._fullscreen_1o05b_37 {
  margin-top: 40px;
}
._btn_1o05b_20._disabled_1o05b_40 {
  display: none;
}
._btn_1o05b_20._close_1o05b_43 {
  background: none;
  margin-bottom: 140px;
}
._btn_1o05b_20._close_1o05b_43 svg {
  fill: #fff;
}
._btn_1o05b_20._close_1o05b_43:hover svg {
  fill: #4272D8;
}

._menu_1o05b_54 {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}

._menuBtn_1o05b_60 {
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
._menuBtn_1o05b_60 svg {
  fill: #4272D8;
  transition: fill ease 0.1s;
}
._menuBtn_1o05b_60:hover svg {
  fill: #000F5A;
}._header_8mdll_1 {
  margin-bottom: 11px;
}

._form_8mdll_5 {
  background: #fff;
  padding: 12px;
  max-width: 500px;
  box-shadow: 2px 4px 16px rgba(118, 152, 204, 0.16);
  border-radius: 4px;
}

._more_8mdll_13 {
  display: block;
  background: none;
  border: none;
  color: #4272D8;
  cursor: pointer;
  font-size: 14px;
  padding: 0 12px;
  transition: color ease 0.1s;
  margin-bottom: 30px;
}
._more_8mdll_13:hover {
  color: #000F5A;
}

._list_8mdll_28 {
  max-width: 700px;
}

._article_8mdll_32 {
  display: block;
  margin-bottom: 24px;
}
._article_8mdll_32:hover ._articleTitle_8mdll_36 {
  color: #4272D8;
}

._articleTitle_8mdll_36 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  color: #000F5A;
  transition: color ease 0.1s;
}

._articleLead_8mdll_48 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  color: #545454;
  margin-top: 4px;
}

._notFound_8mdll_56 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  height: 300px;
  color: #545454;
  width: 100%;
}._list_1s2cn_1 {
  margin: 30px 0;
  display: grid;
  gap: 30px 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 320px) {
  ._list_1s2cn_1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
._item_1s2cn_13 {
  display: block;
}
._item_1s2cn_13:hover ._title_1s2cn_16 {
  color: #4272D8;
}
._media_1s2cn_20 {
  background: #F1F6FB;
  border-radius: 4px;
  height: 230px;
  margin: 0 0 12px 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
._media_1s2cn_20 img {
  max-width: 70%;
  max-height: 70%;
}
._mediaTitle_1s2cn_35 {
  color: #545454;
  font-size: 20px;
  padding: 25px;
  text-align: center;
}
._title_1s2cn_16 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #000F5A;
  transition: color ease 0.1s;
}._toggle_1vh04_1 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 320px) {
  ._toggle_1vh04_1 {
    margin: 0;
    padding-top: 8px;
  }
}

._media_1vh04_11 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
  ._media_1vh04_11 {
    margin-top: 32px;
  }
}
._media_1vh04_11 img {
  width: 100%;
  height: auto;
  display: block;
}.rbc-event-calendar {
  height: 100%;
  width: 100%;
}
.rbc-event-calendar > *, .rbc-event-calendar > * > * {
  height: 100%;
  width: 100%;
}
.rbc-event-calendar.active .rbc-event-wrapper {
  box-shadow: 0px 4px 8px 0px rgba(0, 15, 90, 0.1607843137);
}
.rbc-event-wrapper {
  height: 100%;
  width: 100%;
  padding: 4px 8px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: ease 0.1s box-shadow, ease 0.1s background-color;
}
.rbc-event-wrapper:hover {
  background-color: #4272D8 !important;
}
.rbc-event-wrapper:hover .rbc-event-event, .rbc-event-wrapper:hover .rbc-event-event-hall {
  color: #fff;
}
.rbc-event-wrapper[data-id="1"] {
  background: #C6DAFA;
}
.rbc-event-wrapper[data-id="2"] {
  background: #CDD6BB;
}
.rbc-event-wrapper[data-id="3"] {
  background: #8BC2F8;
}
.rbc-event-wrapper[data-id="4"] {
  background: #FFC5AD;
}
.rbc-event-wrapper[data-id="5"] {
  background: #F4A39F;
}
.rbc-event-wrapper[data-id="6"] {
  background: #AAC5BE;
}
.rbc-event-wrapper[data-id="7"] {
  background: #C8F9F1;
}
.rbc-event-wrapper[data-id="8"] {
  background: #D0B3CC;
}
.rbc-event-wrapper[data-id="9"] {
  background: #FFEDAD;
}
.rbc-event-wrapper[data-id="10"] {
  background: #FFD6EB;
}
.rbc-event-wrapper[data-id="11"] {
  background: #FFAEB7;
}
.rbc-event-wrapper[data-id="12"] {
  background: #C7A9AB;
}
.rbc-event-wrapper[data-id="13"] {
  background: #C9E3D5;
}
.rbc-event-wrapper[data-id="14"] {
  background: #E5FFAD;
}
.rbc-event-wrapper[data-id="15"] {
  background: #D8C5FC;
}
.rbc-event-wrapper[data-id="16"] {
  background: #A9E7EF;
}
.rbc-event-wrapper[data-id="17"] {
  background: #FFF799;
}
.rbc-event-wrapper[data-id="18"] {
  background: #C9C7D1;
}
.rbc-event-wrapper[data-id="19"] {
  background: #FFA2E0;
}
.rbc-event-wrapper[data-id="20"] {
  background: #B9FFBC;
}
.rbc-event-wrapper[data-id="21"] {
  background: #C4D6E4;
}
.rbc-event-event {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color ease 0.1s;
}
.rbc-event-event-hall {
  margin-top: 6px;
  color: #545454;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color ease 0.1s;
}
.rbc-event-title {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000F5A;
}
.rbc-event-overlay {
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid #D9E3F7;
}
.rbc-event-overlay:last-child {
  border-bottom: none;
}
.rbc-event-tooltip {
  width: 250px;
}
.rbc-event-time {
  margin-top: 3px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.rbc-event-hall {
  font-size: 12px;
  line-height: 1.2;
  color: #545454;
  margin-top: 6px;
}
.rbc-event-description {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
.rbc-event-participants {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
.rbc-overlay .rbc-event-calendar {
  display: none;
}
.rbc-overlay .rbc-event-overlay {
  display: block;
}._toolbar_3xvgz_1 {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}

._info_3xvgz_7 {
  display: flex;
  flex: 1;
  width: 100%;
  align-items: center;
  gap: 12px;
}

._label_3xvgz_15 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #000F5A;
}

._nav_3xvgz_22 {
  display: flex;
  gap: 4px;
}

._btn_3xvgz_27 {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(66, 114, 216, 0.3);
  cursor: pointer;
  background: none;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}

._calendar_3xvgz_41 {
  width: 160px;
  padding-left: 12px;
  box-sizing: border-box;
}

._type_3xvgz_47 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._typeTitle_3xvgz_53 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

._typeMenu_3xvgz_59 {
  width: 180px;
}._filter_6ozb3_1 {
  display: flex;
  width: 100%;
  gap: 12px;
  margin-bottom: 32px;
}

._title_6ozb3_8 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

._list_6ozb3_15 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}

._item_6ozb3_22 {
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  color: #fff;
  background: #000F5A;
  border: none;
  font-size: 12px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
  transition: opacity ease 0.1s;
}
._item_6ozb3_22._disabled_6ozb3_36 {
  opacity: 0.4;
}
._item_6ozb3_22._disabled_6ozb3_36:hover {
  opacity: 1;
}
._item_6ozb3_22[data-id="1"] {
  color: #000;
  background: #C6DAFA;
}
._item_6ozb3_22[data-id="2"] {
  color: #000;
  background: #CDD6BB;
}
._item_6ozb3_22[data-id="3"] {
  color: #000;
  background: #8BC2F8;
}
._item_6ozb3_22[data-id="4"] {
  color: #000;
  background: #FFC5AD;
}
._item_6ozb3_22[data-id="5"] {
  color: #000;
  background: #F4A39F;
}
._item_6ozb3_22[data-id="6"] {
  color: #000;
  background: #AAC5BE;
}
._item_6ozb3_22[data-id="7"] {
  color: #000;
  background: #C8F9F1;
}
._item_6ozb3_22[data-id="8"] {
  color: #000;
  background: #D0B3CC;
}
._item_6ozb3_22[data-id="9"] {
  color: #000;
  background: #FFEDAD;
}
._item_6ozb3_22[data-id="10"] {
  color: #000;
  background: #FFD6EB;
}
._item_6ozb3_22[data-id="11"] {
  color: #000;
  background: #FFAEB7;
}
._item_6ozb3_22[data-id="12"] {
  color: #000;
  background: #C7A9AB;
}
._item_6ozb3_22[data-id="13"] {
  color: #000;
  background: #C9E3D5;
}
._item_6ozb3_22[data-id="14"] {
  color: #000;
  background: #E5FFAD;
}
._item_6ozb3_22[data-id="15"] {
  color: #000;
  background: #D8C5FC;
}
._item_6ozb3_22[data-id="16"] {
  color: #000;
  background: #A9E7EF;
}
._item_6ozb3_22[data-id="17"] {
  color: #000;
  background: #FFF799;
}
._item_6ozb3_22[data-id="18"] {
  color: #000;
  background: #C9C7D1;
}
._item_6ozb3_22[data-id="18"] {
  color: #000;
  background: #C9C7D1;
}
._item_6ozb3_22[data-id="19"] {
  color: #000;
  background: #FFA2E0;
}
._item_6ozb3_22[data-id="20"] {
  color: #000;
  background: #B9FFBC;
}
._item_6ozb3_22[data-id="21"] {
  color: #000;
  background: #C4D6E4;
}
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rbc-abs-full {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-header {
  overflow: hidden;
  flex: 1 0 0;
  padding: 0;
  text-align: center;
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  background: #F1F6FB;
}
.rbc-header.rbc-today .rbc-button-link {
  color: #4272D8;
}
.rbc-time-header-cell-single-day .rbc-header.rbc-today .rbc-button-link {
  color: #545454;
}
.rbc-time-header-cell-single-day .rbc-header {
  text-align: left;
}
.rbc-header .rbc-button-link {
  padding: 10px;
}
.rbc-header span[role=columnheader] {
  display: block;
  padding: 10px;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  user-select: text;
}
.rbc-month-row .rbc-button-link {
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px auto;
  font-size: 12px;
  color: #545454;
  text-align: center;
}
.rbc-month-row .rbc-button-link.rbc-show-more {
  width: auto;
  color: #4272D8;
  font-weight: 500;
  transition: color ease 0.1s;
  margin: auto;
}
.rbc-month-row .rbc-button-link.rbc-show-more:hover {
  color: #000F5A;
}
.rbc-off-range .rbc-button-link {
  color: #999;
}
.rbc-now .rbc-button-link {
  background: #4272D8;
  border-radius: 50%;
  color: #fff;
}

.rbc-button-bold {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}

.rbc-button-day {
  display: inline;
  font-weight: 600;
  color: #000;
}

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
  box-sizing: border-box;
  max-height: 100%;
}

.rbc-row-content-scrollable {
  display: flex;
  flex-direction: column;
  height: 80%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-time-content {
  position: relative;
}
.rbc-time-content:after {
  content: "";
  position: absolute;
  z-index: 10;
  display: none;
  left: 50%;
  margin-left: -15px;
  top: 270px;
  background: url(/static/spinner2.223f6dd2.svg);
  width: 80px;
  height: 80px;
}

.rbc-month-view {
  position: relative;
}
.rbc-month-view:after {
  content: "";
  position: absolute;
  z-index: 10;
  display: none;
  left: 50%;
  margin-left: -40px;
  top: 270px;
  background: url(/static/spinner2.223f6dd2.svg);
  width: 80px;
  height: 80px;
}

.rbc-time-gutter,
.rbc-month-row {
  transition: opacity ease 0.1s;
}

.rbc-calendar-loading .rbc-time-gutter,
.rbc-calendar-loading .rbc-month-row {
  opacity: 0.6;
}
.rbc-calendar-loading .rbc-time-content:after,
.rbc-calendar-loading .rbc-month-view:after {
  display: block;
}

.rbc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.rbc-toolbar-date {
  display: flex;
  gap: 0 12px;
  align-items: center;
}

.rbc-toolbar-btn {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(66, 114, 216, 0.3);
  cursor: pointer;
  padding: 0;
  background: none;
  margin: 0;
}

.rbc-toolbar-btn:hover {
  border: 1px solid rgba(66, 114, 216, 0.5);
}

.rbc-toolbar-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000000;
  text-align: center;
  width: 145px;
}

.rbc-toolbar-today {
  height: 30px;
  line-height: 30px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  background: rgba(66, 114, 216, 0.9);
  border: none;
  cursor: pointer;
  margin: 0;
}

.rbc-toolbar-today:hover {
  background: #4272d8;
}

.rbc-toolbar-controls {
  display: flex;
  gap: 0 24px;
}

.rbc-toolbar-month {
  width: 110px;
}

.rbc-toolbar-year {
  width: 80px;
}

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}

.rbc-event-wrap {
  color: #000;
  border-radius: 4px;
  font-size: 12px;
  background: #E8FCFF;
  padding: 6px;
  white-space: normal;
}

.rbc-event-wrap.rbc-event-wrap-b {
  background: #FFF6EA;
}

.rbc-event-wrap.rbc-event-wrap-c {
  background: #E7FFE1;
}

.rbc-event-time {
  color: #545454;
  margin-bottom: 2px;
}

.rbc-event-label {
  position: absolute;
  font-size: 0;
  color: transparent;
  z-index: -10;
}

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-workWeek .rbc-header:nth-child(6),
.rbc-workWeek .rbc-header:nth-child(7),
.rbc-workWeek .rbc-day-bg:nth-child(6),
.rbc-workWeek .rbc-day-bg:nth-child(7),
.rbc-workWeek .rbc-date-cell:nth-child(6),
.rbc-workWeek .rbc-date-cell:nth-child(7) {
  display: none;
}

.rbc-row {
  display: flex;
  flex-direction: row;
}

.rbc-row-segment {
  padding: 0 8px 4px 8px;
  box-sizing: border-box;
  min-height: 26px;
}

.rbc-row-segment .rbc-event-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}

.rbc-show-more:hover, .rbc-show-more:focus {
  color: rgb(37.7432432432, 89.3513513514, 133.2567567568);
}

.rbc-month-view {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 14px;
}

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
  border-right: 1px solid #E6E6E6;
}

.rbc-month-row:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: center;
}

.rbc-date-cell.rbc-now {
  font-weight: bold;
}

.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}

.rbc-day-bg {
  flex: 1 0 0%;
  border-left: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}

.rbc-overlay {
  position: absolute;
  z-index: 6666;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0px rgba(0, 15, 90, 0.1607843137);
  padding: 0 12px;
  width: 270px;
}

.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  display: none;
}

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto;
}

.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-spacing: 0;
  border-collapse: collapse;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}

.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #E6E6E6;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #E6E6E6;
}

.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #E6E6E6;
}

.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}

.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}

.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}

.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}

.rbc-time-column:last-child {
  border-right: 1px solid #E6E6E6;
}

.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}

.rbc-timeslot-group {
  min-height: 56px;
  display: flex;
  flex-flow: column nowrap;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}

.rbc-time-gutter .rbc-timeslot-group {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}

.columnheader {
  display: block;
  padding: 10px;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-label.rbc-time-header-gutter {
  padding: 0;
}

.rbc-day-slot {
  position: relative;
}

.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 5px;
  margin-left: 5px;
  top: 0;
}

.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}

.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  display: flex;
  max-height: 100%;
  min-height: 30px;
  flex-flow: column wrap;
  align-items: flex-start;
  position: absolute;
  box-sizing: border-box;
}

.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}

.rbc-day-slot .rbc-event-label {
  flex: none;
  padding-right: 5px;
  width: auto;
}

.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}

.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid hsl(0, 0%, 100.1960784314%);
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 10;
}

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}

.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
  flex-direction: column-reverse;
}

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}

.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  flex: 1 0 0;
}

.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-time-slot .rbc-label {
  position: relative;
  top: -4px;
  font-size: 14px;
  font-weight: 400;
  color: #545454;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
}

.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}

.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}

.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  margin-bottom: 12px;
}

.rbc-time-header-content + .rbc-time-header-content .rbc-time-header-cell-single-day .rbc-header {
  color: transparent;
}

.rbc-time-header-content + .rbc-time-header-content .rbc-time-header-cell-single-day .rbc-button-day {
  color: transparent;
}

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource {
  flex-shrink: 0;
}

.rbc-time-header-content > .rbc-row.rbc-row-resource .rbc-header {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 5px;
}

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  overflow-y: auto;
  position: relative;
}

.rbc-time-content > .rbc-time-gutter {
  flex: none;
}

.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FF595E;
  pointer-events: none;
}

.rbc-current-time-indicator:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #FF595E;
}._info_199xj_1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: #4272D8;
  margin: 15px 0 30px;
}