* {
    max-width: 100vw;
}
.catalog-detail {}
.catalog-detail .breadcrumbs {
    flex: 0 0 100%;
}
.catalog-detail__desc {
    display: flex;
    align-items: flex-start;
    padding-right: 40px;
    margin-bottom: 24px;
}
.catalog-detail__back {
    flex: 0 0 auto;
    margin-right: 25px;
}
.catalog-detail__info {
    flex: 1 1 auto;
}
.catalog-detail__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px;
    margin-top: 0;
}
.catalog-detail__title-helper {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #B59672;
}
.catalog-detail-sum {
    display: flex;
    margin-bottom: 20px;
}
.catalog-detail-sum__item {
    display: flex;
    align-items: baseline;
    margin-right: 57px;
}
.catalog-detail-sum__item:last-child {
    margin-right: 0;
}
.catalog-detail-sum__number {
    color: #B59672;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
    margin-right: 5px;
}
.catalog-detail-sum__text {
    color: #404040;
    font-family: Roboto Condensed;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}
.catalog-detail__intro {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #B59672;
    margin-bottom: 23px;
}
.catalog-detail__text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #404040;
    column-count: 1;
    column-gap: 30px;
}
.catalog-detail__text p {
    margin: 0;
}
.catalog-detail__text p + p {
    margin-top: 10px;
}

.catalog-detail__img-wrapper {
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
}
.catalog-detail__img-wrapper_custom {
    padding-left: 20px;
}
.catalog-detail__img-wrapper_simple {
    padding-left: 130px;
}
.catalog-detail__img {
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto 25px;
}
.catalog-detail__img-wrapper_custom .catalog-detail__img {
    width: 35vw;
    max-height: 570px;
    max-width: 565px;
}
.catalog-detail__img-wrapper_simple .catalog-detail__img {
    border-radius: 4px;
}
.catalog-detail__counts {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 50px 80px 50px 20px;
}
.catalog-detail__counts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    transform: skewY(-6deg);
    z-index: 1;
}
.catalog-detail__counts-item {
    position: relative;
    z-index: 2;
}
.catalog-detail__counts-item + .catalog-detail__counts-item {
    margin-top: 30px;
}
.catalog-detail__counts-number {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    text-transform: uppercase;
    color: #008ABD;
    white-space: nowrap;
}
.catalog-detail__counts-text {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #008ABD;
    margin-top: 5px;
}

@media screen and (max-width: 1299px) {
    .catalog-detail__counts-number {
        font-size: 52px;
    }
    .catalog-detail__counts-text {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .catalog-detail__img-wrapper {
        justify-content: center;
    }
    .catalog-detail__counts {
        padding: 30px 80px 30px 15px;
        left: 8%;
    }
    .catalog-detail__counts-number {
        font-size: 42px;
    }
    .catalog-detail__counts-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .catalog-detail__text {
        column-count: 1;
    }
}
@media screen and (max-width: 767px) {
    .catalog-detail__back {
        display: none !important;
    }
    .catalog-detail__back-card {
        display: inline-flex !important;
    }
    .catalog-detail__desc {
        flex-wrap: wrap;
    }
    .catalog-detail__info {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .catalog-detail__img-wrapper_simple {
        padding-left: 80px;
    }
    .catalog-detail__counts {
       /* top: 0;*/
        padding: 15px 80px 15px 8px;
    }
    .catalog-detail__counts-item + .catalog-detail__counts-item {
        margin-top: 12px;
    }
    .catalog-detail__counts-number {
        font-size: 28px;
    }
    .catalog-detail__counts-text {
        font-size: 12px;
    }
    .catalog-detail__img-wrapper_custom .catalog-detail__img {
        width: 50vw;
    }
}

.tabs-viewer {}
.tabs-viewer__content-wrapper {
    padding-right: 0;
}
.tabs-viewer__content {
    margin-bottom: 24px;
}
.tabs-viewer__content-item {
    display: none;
}

.tabs-viewer__content-img-wrapper {
    display: block;
    width: 100%;
    height: 370px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-color: #F6F6F6;
}
.tabs-viewer__content-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.tabs-viewer__content-img_centered {
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 40%;
    max-height: 50%;
}
.tabs-viewer__content-cover-wrapper {
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: 33%;
    height: 0;
    padding-bottom: 33%;
    border: 1px solid #fff;
    border-radius: 12px;
    overflow: hidden;
}
.tabs-viewer__content-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.tabs-viewer__content-cover-text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
}
.tabs-viewer__content-desc {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 30px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
}

.tabs-viewer__content-desc p {
    color: grey;
}
.tabs-viewer__content-inner {
    position: relative;
    padding: 32px 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.tabs-viewer__content-title {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.tabs-viewer__content-text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 23;
    line-height: 1.2;
    color: #FFFFFF;
}
.tabs-viewer__nav-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tabs-viewer__nav-wrapper_min_height {
    background: #F5F5F5;
    min-height: 370px;
    padding: 40px;
}
.tabs-viewer__nav {
    margin-left: -10px;
    margin-right: -10px;
}
.tabs-viewer__nav-item-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.tabs-viewer__nav-item {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 4px;
    transition: background 0.3s ease;
    text-decoration: none !important;
}
.tabs-viewer__nav-item_active,
.tabs-viewer__nav-item:hover {
    background: #F2F2F2;
}
.tabs-viewer__nav-item-wrapper-hidden {
    display: none;
}
.tabs-viewer__nav-img-wrapper {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
.tabs-viewer__nav-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.tabs-viewer__nav-img-wrapper_contain_rect {
    border-radius: 0;
}
.tabs-viewer__nav-img-wrapper_contain_rect .tabs-viewer__nav-img {
    object-fit: contain;
}
.tabs-viewer__nav-img-wrapper_contain .tabs-viewer__nav-img {
    object-fit: contain;
}
.tabs-viewer__nav-name {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}
.tabs-viewer__nav-more {
    display: flex;
    align-items: center;
    padding: 7px 12px;
}
.tabs-viewer__nav-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #D9D9D9;
    position: relative;
}
.tabs-viewer__nav-icon:before {
    content: "";
    position: absolute;
    margin-top: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS43NyAwLjMzTC00LjMyNzQzZS0wNyAyLjFMOS45IDEyTDE5LjggMi4xTDE4LjAzIDAuMzI5OTk5TDkuOSA4LjQ2TDEuNzcgMC4zM1oiIGZpbGw9IiNDNUM1QzUiLz48L3N2Zz4=");
}
@media screen and (max-width: 767px) {
    .tabs-viewer__content-cover-text {
        font-size: 12px;
        padding: 10px;
    }
}

.section_catalog_properties {
    background: #F5F5F5;
    padding: 50px;
    border-radius: 4px;
    margin-top: 50px;
}
.section_catalog_properties .section__content {
    padding: 0;
}
@media screen and (max-width: 767px) {
    .section_catalog_properties {
        padding: 15px;
    }
}
@media screen and (min-width: 992px) {
    .section_catalog_properties:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: -200px;
        bottom: 0;
        background: #F5F5F5;
        border-radius: 4px;
    }
}

.catalog-dl {
    display: flex;
    margin: 0 -8px 16px;
}
.catalog-dl__dt {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    padding: 0 8px;
    flex: 0 0 40%;
    max-width: 40%;
}
.catalog-dl__dd {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    padding: 0 8px;
    flex: 0 0 60%;
    max-width: 60%;
}
@media screen and (max-width: 767px) {
    .catalog-dl {
        flex-wrap: wrap;
    }
    .catalog-dl__dt,
    .catalog-dl__dd {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.section_form_catalog {
    margin-top: 50px;
}
.section_form_catalog .section__content {
    padding: 50px;
}
.section_form_catalog .section__bg {
    border-radius: 4px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .section_form_catalog .section__content {
        padding: 15px;
    }
}

.form-section {
    background: linear-gradient(244.7deg, #9FDEF8 9.79%, #79C4E1 100.31%);
    border-radius: 4px;
}
.form-section__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.53;
    color: #000000;
    margin-bottom: 8px;
}
.form-section__text {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}

.form-block__label {
    display: inline-block;
}


.tile-links {
    margin-top: 47px;
}
.tile-links__list {}
.tile-links__item-wrapper {
    margin-bottom: 20px;
}
.tile-links__item {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 150px;
    padding: 47px 40px;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(220,220,220,1) 81%);
    transition: background 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.tile-links__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: linear-gradient(90deg, rgba(144,216,237,1) 20%, rgba(241,250,253,1) 47%, rgba(144,216,237,1) 100%);
    transition: opacity 0.5s;
}
.tile-links__item:hover:after {
    opacity: 1;
    background: linear-gradient(90deg, rgba(248,248,248,1) 0%, rgba(78, 192, 227,1) 81%);
}
.tile-links__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.tile-links__bg-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.tile-links__item:hover .tile-links__bg-img {
    transform: scale(1.02);
}

.tile-links__desc {
    position: absolute;
    left: 36px;
    right: 0;
    bottom: -6px;
    color: #fff;
    padding: 0 0 15px;
    z-index: 3;
}


.tile-links__descr-name {
    position: absolute;
    left: 0;
    right: 0;
   bottom: 51px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #008ABD;
    max-width: 255px;
    width: 100%;
}
.tile-links__item:hover .tile-links__descr-name {
    bottom: 70px;
    transition: bottom 0.3s;
}
.tile-links__item:not(:hover) .tile-links__descr-name {
    transition: bottom 0.3s;
}

.tile-links__name-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s
}
.tile-links__item:hover .tile-links__name-btn {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s 0s;
}
.tile-links__item:not(:hover) .tile-links__name-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}
.tile-links__btn-catalog {
    position: relative;
    display: inline-block;
    background-color: #008ABD;
    color: white;
    border-radius: 4px;
    padding: 11px 30px;
    font-size: 16px;
    line-height: 21px;
    font-family: Roboto Condensed;
    font-weight: 300;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.tile-links__btn-catalog:hover {
    color: white;
    background-color: #4EC0E3;
}
.tile-links__btn-catalog span {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: initial;
    line-height: 21px;
}
.tile-links__item_right .tile-links__btn-catalog:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 28px;
    left: 5px;
    top: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../svg/download-button.svg");
}

.tile-links__item_right .tile-links__btn-catalog {
    padding: 11px 11px 11px 42px;
}
.tile-links__item_left .tile-links__bg-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    border-radius: 4px;
}
.tile-links__item_right .tile-links__bg-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    .tile-links__item {
        min-height: 130px;
        padding: 10px 20px;
    }
    .tile-links__desc {
        position: static;
        font-size: 16px;
        display: flex;
        max-width: 100%;
        width: 100%;
    }
    .tile-links__item_right {
    }
    .tile-links__item_left .tile-links__bg-img {
        right: -200px;
    }
    .tile-links__item_right .tile-links__bg-img {
        right: -200px;
    }
    .tile-links__descr-name {
        position: static;
    }
    .tile-links__name-btn {
        opacity: 1;
        visibility: initial;
        max-width: 240px;
        width: 100%;
    }
    .tile-links__item:not(:hover) .tile-links__name-btn {
        opacity: 1;
        visibility: initial;
    }
    .tile-links__btn-catalog {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .tile-links__desc {
        flex-direction: column;
        padding: 0;
    }
    .tile-links__descr-name {
        max-width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 768px) {
    .text-columns-md-3 {
        column-count: 3;
        column-gap: 30px;
    }
}
@media screen and (min-width: 992px) {
    .text-columns-lg-2 {
        column-count: 2;
        column-gap: 30px;
    }
    .text-columns-lg-4 {
        column-count: 4;
        column-gap: 30px;
    }
}

.text-uppercase {
    text-transform: uppercase;
}
.section_mt_md {
    margin-top: 60px;
}

.catalog-detail__back {
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.25;
    color: #008ABD;
    flex: 0 0 98px;
    max-width: 98px;
    margin-right: 20px;
}
.catalog-detail__back:before {
    content: "";
    width: 52px;
    height: 24px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCA1MiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuMzg5NiAyNEwxNi43MzQ5IDIyLjA1MzhMNi4zMzM1NCAxMy4zNzg0TDUyIDEzLjM3ODRMNTIgMTAuNjIxNkw2LjMzMzU0IDEwLjYyMTZMMTYuNzM0OSAxLjk0NjI1TDE0LjM4OTYgMy4yODgwMWUtMDZMLTEuMDQ5MDdlLTA2IDEyTDE0LjM4OTYgMjRaIiBmaWxsPSIjMDA4QUJEIi8+PC9zdmc+");
}


.scheme-list {}
.scheme-list__item-wrapper {
    margin-bottom: 20px;
}
.scheme-list__item {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 81.68%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.scheme-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.h4 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px;
}

.content-img-wrapper {}
.content-img-wrapper__name {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 16px;
}
.content-img-wrapper__img {}

.btns-tile {
    margin-top: 50px;
}
.btns-tile__list {}
.btns-tile__item-wrapper {
    margin-bottom: 20px;
}
.btns-tile__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #008ABD;
    border-radius: 12px;
    height: 72px;
    padding: 0 16px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    text-decoration: none !important;
    
}
.btns-tile__item_icon_download:before {
    content: "";
    width: 25px;
    height: 21px;
    margin-right: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyNSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4xNjg5NyAxMy40NDZDMS4zNjkzMSAxMy40NDYgMS41NjE0NSAxMy41MjU2IDEuNzAzMTIgMTMuNjY3M0MxLjg0NDc4IDEzLjgwOSAxLjkyNDM3IDE0LjAwMTEgMS45MjQzNyAxNC4yMDE0VjE3Ljk3ODRDMS45MjQzNyAxOC4zNzkxIDIuMDgzNTQgMTguNzYzNCAyLjM2Njg3IDE5LjA0NjdDMi42NTAxOSAxOS4zMyAzLjAzNDQ3IDE5LjQ4OTIgMy40MzUxNiAxOS40ODkySDIxLjU2NDdDMjEuOTY1MyAxOS40ODkyIDIyLjM0OTYgMTkuMzMgMjIuNjMyOSAxOS4wNDY3QzIyLjkxNjMgMTguNzYzNCAyMy4wNzU0IDE4LjM3OTEgMjMuMDc1NCAxNy45Nzg0VjE0LjIwMTRDMjMuMDc1NCAxNC4wMDExIDIzLjE1NSAxMy44MDkgMjMuMjk2NyAxMy42NjczQzIzLjQzODQgMTMuNTI1NiAyMy42MzA1IDEzLjQ0NiAyMy44MzA4IDEzLjQ0NkMyNC4wMzEyIDEzLjQ0NiAyNC4yMjMzIDEzLjUyNTYgMjQuMzY1IDEzLjY2NzNDMjQuNTA2NyAxMy44MDkgMjQuNTg2MiAxNC4wMDExIDI0LjU4NjIgMTQuMjAxNFYxNy45Nzg0QzI0LjU4NjIgMTguNzc5OCAyNC4yNjc5IDE5LjU0ODMgMjMuNzAxMiAyMC4xMTVDMjMuMTM0NiAyMC42ODE3IDIyLjM2NiAyMSAyMS41NjQ3IDIxSDMuNDM1MTZDMi42MzM3OCAyMSAxLjg2NTIzIDIwLjY4MTcgMS4yOTg1OCAyMC4xMTVDMC43MzE5MTkgMTkuNTQ4MyAwLjQxMzU3NCAxOC43Nzk4IDAuNDEzNTc0IDE3Ljk3ODRWMTQuMjAxNEMwLjQxMzU3NCAxNC4wMDExIDAuNDkzMTYgMTMuODA5IDAuNjM0ODI1IDEzLjY2NzNDMC43NzY0ODkgMTMuNTI1NiAwLjk2ODYyNiAxMy40NDYgMS4xNjg5NyAxMy40NDZaIiBmaWxsPSIjMDA4QUJEIi8+PHBhdGggZD0iTTExLjk2NTEgMTYuMzk4MUMxMi4wMzUzIDE2LjQ2ODUgMTIuMTE4NiAxNi41MjQzIDEyLjIxMDQgMTYuNTYyNEMxMi4zMDIyIDE2LjYwMDUgMTIuNDAwNSAxNi42MjAxIDEyLjQ5OTkgMTYuNjIwMUMxMi41OTkzIDE2LjYyMDEgMTIuNjk3NyAxNi42MDA1IDEyLjc4OTQgMTYuNTYyNEMxMi44ODEyIDE2LjUyNDMgMTIuOTY0NiAxNi40Njg1IDEzLjAzNDcgMTYuMzk4MUwxNy41NjcxIDExLjg2NThDMTcuNzA4OSAxMS43MjM5IDE3Ljc4ODYgMTEuNTMxNSAxNy43ODg2IDExLjMzMDlDMTcuNzg4NiAxMS4xMzAzIDE3LjcwODkgMTAuOTM4IDE3LjU2NzEgMTAuNzk2MUMxNy40MjUzIDEwLjY1NDMgMTcuMjMyOSAxMC41NzQ2IDE3LjAzMjMgMTAuNTc0NkMxNi44MzE3IDEwLjU3NDYgMTYuNjM5MyAxMC42NTQzIDE2LjQ5NzUgMTAuNzk2MUwxMy4yNTUzIDE0LjAzOThWMC43NTUzOTZDMTMuMjU1MyAwLjU1NTA1MiAxMy4xNzU3IDAuMzYyOTE0IDEzLjAzNDEgMC4yMjEyNUMxMi44OTI0IDAuMDc5NTg2MSAxMi43MDAyIDAgMTIuNDk5OSAwQzEyLjI5OTYgMCAxMi4xMDc0IDAuMDc5NTg2MSAxMS45NjU4IDAuMjIxMjVDMTEuODI0MSAwLjM2MjkxNCAxMS43NDQ1IDAuNTU1MDUyIDExLjc0NDUgMC43NTUzOTZWMTQuMDM5OEw4LjUwMjM1IDEwLjc5NjFDOC4zNjA1MSAxMC42NTQzIDguMTY4MTMgMTAuNTc0NiA3Ljk2NzUzIDEwLjU3NDZDNy43NjY5NCAxMC41NzQ2IDcuNTc0NTUgMTAuNjU0MyA3LjQzMjcxIDEwLjc5NjFDNy4yOTA4NyAxMC45MzggNy4yMTExOCAxMS4xMzAzIDcuMjExMTggMTEuMzMwOUM3LjIxMTE4IDExLjUzMTUgNy4yOTA4NyAxMS43MjM5IDcuNDMyNzEgMTEuODY1OEwxMS45NjUxIDE2LjM5ODFaIiBmaWxsPSIjMDA4QUJEIi8+PC9zdmc+");
}