












.title_hydrated {
    visibility: inherit;
}
.ux-h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ts__h3.-bold {
    color: #12641c;
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0 8px;
}
.ts__h3.-bold:first-child {
    margin-top: 0;
}
.ts__p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 11px;
}

.ts__list {
    margin: 8px 0;
    padding-left: 0;
}
.ts__list:last-child {
    margin-bottom: 0;
}
.ts__list:first-child {
    margin-top: 0;
}
.ts__list.-number {
    list-style: decimal;
    padding-left: 20px;
}
.ts__item {
    font-size: 11px;
    line-height: 1.58;
    color: #555;
    font-weight: 400;
}
.ts__item + .ts__item {
    margin-top: 3px;
}










