h1.heading {
    font-size: 30px;
    
}
.cta {
    padding: 40px 0 !important;
    text-align: center !important;
    width: 100%;
    background: #fff;
    max-width: 1100px;
    margin: auto;
  }
  .cta__link {
    background: #1b69bf !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border: 1px solid #1b69bf !important;
    transition: 0.2s !important;
    padding: 20px 40px !important;
    display: inline-block !important;
    text-decoration: none !important;
  }
  .cta__link:hover {
    background: #fff !important;
    color: #1b69bf !important;
    border: 1px solid #1b69bf !important;
  }
.d7 {
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.d7>span {
    text-transform: uppercase;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #2e6d9d;
    font-weight: bold;
}

.d7 h3 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-top: 0;
    font-family: 'PT Serif', serif;
    position: relative;
    margin-top: 0;
  }
  .d7 h3:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 2px;
    background: #207742;
  }
  .d7 h3:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15%;
    width: 30%;
    height: 2px;
    background: #207742;
  }

@media (min-width: 769px) {
    .w-container {
        margin-top: 130px;
    }
}
.heading-slog {
    text-align: center;
    margin-bottom: 20px;
}

.heading-slog b {
    display: block;
}


#content-body {
    /* font-family: 'PT Serif', serif; */
    font-size: 18px;
}
#content-body .cnimg, .superior {
    -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    width: 100%;
    border: 2px solid #207742;
    display: block;
    margin-bottom: 20px;
}

#content-body > p {
    line-height: 1.5;
    margin: 0 0 20px;
}
#content-body p i {
    font-size: 14px;
    font-style: italic;
}
.gbl {
    margin-bottom: 20px;
}
.gbl p {
    background: #97edb8;
    padding: 3px;
    display: inline;
    margin-bottom: 20px;
}

.rbl {
    margin-bottom: 20px;
}
.rbl p {
    background: #f4cccc;
    padding: 3px;
    display: inline;
    margin-bottom: 20px;
}

.bbl {
    font-weight: bold !important;
    background: #d5e8f7;
    padding: 10px;
    margin-bottom: 20px;
}
.bbl p {
    margin: 0;
}

.ybl {
    margin-bottom: 20px;
}
.ybl p {

    background: #e4ee89;
    padding: 3px;
    display: inline;
    margin-bottom: 20px;
    
}

#content-body .title-red {
    font-weight: bold !important;
    text-align: center;
    background: #feecee !important;
    color: red !important;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 20px;
}
#content-body .title-red:before {    
    content: "• ";
}

.prod-img {
   
   -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    width: 100%;
    border: 2px solid #207742;
    margin-bottom: 20px;
    display: flex;
    padding: 30px;
    align-items: center;
    justify-content: space-around;
}


.prod-img .left-part {
    width: 30%;
   
}

.prod-img .right-part .txt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}

.prod-img .right-part {
    width: 60%;
    padding-left: 5%;
}

.prod-img .price {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 20px;
    text-align: center;
}

.prod-img .price .tit {
    margin-bottom: 10px;
    
}

.prod-img .old {
    margin-right: 20px;
    color: #807c7c;
    position: relative;

}

.prod-img .old span {
    margin-right: 20px;
    display: inline-block;
    color: #807c7c;
    position: relative;

}

.prod-img .old span:after {
    content: '';
    position: absolute;
    height: 2px;
    background: red;
    top: 10px;
    left: -10px;
    transform: rotate(11deg);
    right: -10px;
}


.prod-img .new {
    
}

.prod-img .new span {
    font-size: 30px;
    color: #53b32b;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.6);
}
.prod-img .cta {
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 600px) {
    .prod-img {
        flex-direction: column;
    }
    .prod-img .right-part {
        width: 100%;
        padding: 20px 0 0;
    }
}
@media (max-width: 481px) {
    .prod-img .left-part {
        width: 50%;
        margin-bottom: 20px;
    }
    .prod-img .right-part .txt {
        font-weight: normal;
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .prod-img .right-part{
        padding-top: 0;
    }
    .prod-img .price {
        font-size: 14px;
    }
    .prod-img .old span {
        font-size: 20px;
    }
    .cta__link {
        padding: 10px 40px !important;
    }
}

.prod-img.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f740;
    margin-bottom: 0;
    flex-direction: row;
    padding: 5px;
    font-family: 'PT Serif', serif;
    overflow: hidden;
    border: none;

    position: fixed;
    bottom: -80px; /* Начальное положение за пределами экрана */
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.5s ease; /* Плавное изменение положения */
    z-index: 1000; /* Поднять над остальными элементами */
}
.prod-img.footer .new span {
    font-size: 28px;
    color: #53a5ff;
}
.prod-img.footer .price .tit {
    margin-bottom: 0;
    font-size: 13px;
}
.prod-img.footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background: url(../img/image23.png) 0 center no-repeat;*/
    background-size: 100px;
    z-index: -1;
}

.prod-img.footer .left-part {
    background: #fff;
    border: 1px solid #207742;
    padding: 4px;
    margin-bottom: 0;
    width: 54px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    -moz-box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);
    box-shadow: 0px 0px 8px 2px rgba(34, 60, 80, 0.28);

}

.prod-img.footer .right-part {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.prod-img.footer .cta {
    width: auto;
}

.prod-img.footer .cta__link {
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.prod-img .cta {
    background: none !important;
}

.prod-img .time {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.prod-img .time div {
    margin: 0px 5px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    height: 30px;
    border: 1px solid #000;
    font-weight: bold;
    background: #fff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

/*! CSS Used from: https://hzycso.com/wbzxy/static/main.css */
*{box-sizing:border-box;}
.ue-l-article--basic.elmundo-theme-v8 :before{--ue-c-section-title-font-weight:700;--ue-c-section-title-font-size:1rem;--ue-c-section-title-line-height:1rem;--ue-c-section-title-letter-spacing:0;--ue-c-section-title-text-transform:uppercase;--ue-c-section-title-before:Noticias de;--ue-c-section-title-eng:News;--ue-c-section-title-padding:0.625rem 0;}
@media (min-width:46.25em){
.ue-l-article--basic.elmundo-theme-v8 :before{--ue-c-section-title-font-size:1.1875rem;--ue-c-section-title-line-height:1.1875rem;}
}
.ue-l-article--basic.elmundo-theme-v8 .ue-c-article ::selection{background:#ff0;}
/*! CSS Used from: https://hzycso.com/wbzxy/static/oferta.css */
.content-prokl img{max-width:100%;width:100%;height:auto;display:block;margin-bottom:20px;}
.regaly__item{display:grid;grid-template-columns:1fr 5fr;gap:1em;margin-bottom:20px;}
.regaly__right{font-family:Mundo, Times New Roman, Times, serif;color:#202020;font-weight:400;font-size:16px;line-height:1.4em;}
/*! CSS Used fontfaces */













.apogered-gselected{
color: #53b32b;
margin-bottom: 20px;
text-align: center;
}



  /*! CSS Used from: https://hzycso.com/wbzxy/static/main.css */
*{box-sizing:border-box;}
.ue-l-article--basic.elmundo-theme-v8 :before{--ue-c-section-title-font-weight:700;--ue-c-section-title-font-size:1rem;--ue-c-section-title-line-height:1rem;--ue-c-section-title-letter-spacing:0;--ue-c-section-title-text-transform:uppercase;--ue-c-section-title-before:Noticias de;--ue-c-section-title-eng:News;--ue-c-section-title-padding:0.625rem 0;}
@media (min-width:46.25em){
.ue-l-article--basic.elmundo-theme-v8 :before{--ue-c-section-title-font-size:1.1875rem;--ue-c-section-title-line-height:1.1875rem;}
}
.ue-l-article--basic.elmundo-theme-v8 .ue-c-article ::selection{background:#ff0;}
/*! CSS Used from: https://hzycso.com/wbzxy/static/oferta.css */
.content-prokl img{max-width:100%;width:100%;height:auto;display:block;margin-bottom:20px;}
.superior{font-size:18px;font-family:Mundo, Times New Roman, Times, serif;color:#202020;font-weight:400;line-height:1.6875rem;padding-bottom:15px;margin-bottom:20px;}
.superior h3{text-align:center;font-weight:700;font-size:20px;}
.superior p{padding:0 10px 15px;font-size:16px;line-height:1.5em;}
.superior__footer{text-align:center;}
.superior__footer img{width:100px;display:block;margin:0 auto 10px;}
.superior__footer p{font-size:16px;}
.superior__footer b{font-size:16px;}


.ad-sticky-base__container {
    display: block;
    position: sticky;
    position: -webkit-sticky;
    text-align: center;
    top: 60px
}

.nd-related-news-detail-list {
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 0;
    position: relative
}

.nd-related-news-detail-list__ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nd-related-news-detail-list .nd-rows-detail-text-only {
    color: #b10b1f
}

.nd-title-headline-title-headline-live + .nd-related-news-detail-list {
    background-color: #fde636;
    border: 0;
    margin: 0;
    padding: 12px
}

.nd-title-headline-title-headline-live + .nd-related-news-detail-list .nd-related-news-detail-list__ul {
    border-top: 1px solid #000;
    list-style: disc;
    margin: 0 auto;
    max-width: 876px;
    padding: 26px 15px 0 13px
}

.nd-title-headline-title-headline-live + .nd-related-news-detail-list .nd-rows-detail-text-only {
    color: #282828;
    margin-bottom: 12px
}

.nd-title-headline-title-headline-live + .nd-related-news-detail-list .nd-rows-detail-text-only__icon {
    display: none
}

.nd-title-headline-title-headline-live + .nd-related-news-detail-list .nd-rows-detail-text-only__title {
    color: "inherit";
    font-family: var(--font-source-sans-pro);
    font-size: 20px;
    font-weight: 400;
    line-height: 22px
}

.nd-title-headline-title-headline-inf {
    background-color: #333;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

@media (min-width: 968px) {
    .nd-title-headline-title-headline-inf {
        width: 936px
    }
}

.nd-title-headline-title-headline-inf__container {
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    min-height: 154px;
    padding: 18px 10px 0;
    text-align: center
}

.nd-title-headline-title-headline-inf__title {
    order: 2
}

.nd-title-headline-title-headline-inf__title h1 {
    color: #333;
    font-family: var(--font-source-serif-pro);
    font-size: 25px;
    font-weight: 900;
    line-height: 27px
}

.nd-title-headline-title-headline-inf__abstract, .nd-title-headline-title-headline-inf__heading, .nd-title-headline-title-headline-inf__title {
    margin: 0 auto;
    max-width: 375px;
    text-align: center
}

.nd-title-headline-title-headline-inf__heading {
    color: var(--color-primary, var(--color-milenio, #000));
    font-family: var(--font-source-sans-pro);
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    order: 1;
    padding-bottom: 10px;
    text-transform: uppercase
}

.nd-title-headline-title-headline-inf__abstract {
    color: #888;
    display: block;
    font-family: var(--font-source-sans-pro);
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    order: 3;
    padding-bottom: 10px;
    padding-top: 15px
}

.nd-title-headline-title-headline-inf__picture {
    height: auto;
    margin: 0 auto;
    max-height: 777px;
    max-width: 1400px;
    width: 100%
}

@media (min-width: 968px) {
    .nd-title-headline-title-headline-inf {
        grid-template-rows:30% 70%;
        width: 100%
    }

    .nd-title-headline-title-headline-inf__container {
        min-height: auto
    }

    .nd-title-headline-title-headline-inf__title h1 {
        font-size: 42px;
        line-height: 44px
    }

    .nd-title-headline-title-headline-inf__abstract, .nd-title-headline-title-headline-inf__heading, .nd-title-headline-title-headline-inf__title {
        max-width: 942px;
        text-align: center
    }
}

.nd-title-headline-title-headline-inf + .nd-related-news-detail-list {
    max-width: 375px
}

@media (min-width: 968px) {
    .nd-title-headline-title-headline-inf + .nd-related-news-detail-list {
        max-width: 942px;
        width: 942px
    }
}

.sn-frame {
    width: 100%
}

@media (min-width: 968px) {
    .sn-frame {
        width: 300px
    }
}

.sn-frame .media-container {
    height: 300px
}

.sn-frame .media-container > .envelope iframe {
    border: 0;
    width: 100%
}

.lr-list-row-row-numbered-red {
    border-top: 1px solid #e1e1e1;
    counter-increment: rowNumberedRed;
    padding: 10px 0;
    position: relative
}

.lr-list-row-row-numbered-red__figure {
    display: flex
}

.lr-list-row-row-numbered-red__picture {
    height: 95px;
    margin-right: 10px;
    width: 82px
}

.lr-list-row-row-numbered-red__caption {
    overflow: hidden;
    padding-right: 5px;
    width: calc(100% - 92px)
}

.lr-list-row-row-numbered-red:before {
    background-color: var(--color-primary, var(--color-milenio, #000));
    border-radius: 50%;
    color: #fff;
    content: counter(rowNumberedRed);
    font-family: var(--font-source-serif-pro);
    font-weight: 700;
    height: 25px;
    left: -12px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 25px
}

.lr-list-row-row-numbered-red__title {
    color: #333;
    font-family: var(--font-source-serif-pro);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px
}
.tp-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #121214;
    z-index: 300000;
    opacity: 0;
    transition: opacity .25s linear
}

.tp-backdrop.tp-active {
    opacity: .9
}

.tp-modal .tp-close.tp-square {
    background: #ccc;
    border-radius: 0;
    border: 0;
    top: 0;
    right: -40px
}

.tp-modal .tp-close {
    display: none;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.51 7.208l-.706-.708-2.798 2.798L7.207 6.5l-.707.707 2.798 2.799L6.503 12.8l.707.707 2.796-2.795 2.792 2.792.707-.707-2.792-2.792 2.798-2.798z' fill='%23000' fill-opacity='.4'/%3E%3C/svg%3E") center center no-repeat;
    border: none;
    box-shadow: 0 0 10px rgba(28, 37, 68, .15);
    outline: none;
    z-index: 300100;
    border-radius: 40px;
    opacity: 0;
    cursor: pointer;
    transform: scale(.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tp-modal .tp-close:hover, .tp-modal .tp-close:focus {
    box-shadow: 0 0 10px 2px rgba(28, 37, 68, .15)
}

.tp-modal .tp-close:focus {
    border: 1px solid
}

.tp-modal .tp-close.tp-active {
    display: block;
    opacity: 1;
    transform: scale(1)
}

.tp-modal .tp-iframe-wrapper[dir=rtl] .tp-close {
    right: initial;
    left: -20px
}

.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close {
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border-left: 1px solid rgba(15, 15, 21, .2);
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg %3E%3Cpath d='M3 3L13 13M13 3L3 13' stroke='%230F0F15' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
    opacity: .3
}

.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close.tp-active {
    opacity: .3
}

.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close:hover, .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2 .tp-close:focus {
    box-shadow: none;
    border: none;
    border-left: 1px solid rgba(15, 15, 21, .06);
    opacity: 1
}

.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir=rtl] .tp-close {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid rgba(15, 15, 21, .2)
}

.tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir=rtl] .tp-close:hover, .tp-modal .tp-iframe-wrapper.piano-id-modal-ver-2[dir=rtl] .tp-close:focus {
    border-left: none;
    border-right: 1px solid rgba(15, 15, 21, .06)
}

.tp-modal {
    z-index: 300050
}

@media screen and (max-width: 650px) {
    .tp-modal .tp-close {
        right: 0
    }

    .tp-modal .tp-iframe-wrapper[dir=rtl] .tp-close {
        right: initial;
        left: 0
    }
}

.tp-modal .tp-iframe-wrapper.tp-curtain {
    width: 600px;
    height: 480px
}

.tp-modal-open {
    overflow: hidden !important;
    height: 100vh;
    -webkit-overflow-scrolling: touch
}

.tp-modal-open.tp-modal-resizing {
    -webkit-overflow-scrolling: auto
}

.tp-modal-close {
    overflow: auto
}

.tp-iframe-wrapper {
    position: relative;
    margin: 50px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .21)
}

.tp-iframe-wrapper.no-shadow {
    box-shadow: unset
}

.tp-modal {
    overflow-x: hidden;
    overflow-y: scroll !important;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateZ(0)
}

.tp-modal .tp-message {
    font-family: Graphik Web Regular, Helvetica, Arial, sans-serif;
    padding: 10px
}

.tp-modal .tp-btn-container {
    padding-left: 10px;
    padding-bottom: 10px
}

.tp-cxense-placeholder-modal {
    width: 100%;
    background-color: #fff;
    max-width: 912px;
    display: block;
    overflow: hidden;
    height: auto;
    opacity: 1
}

.tp-widget-placeholder > div:after {
    display: block;
    content: "";
    clear: both
}

.tp-btn {
    text-decoration: none;
    cursor: pointer;
    padding: 0 18px;
    line-height: 40px;
    border-collapse: separate;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    border: none;
    box-shadow: inset 0 -1px rgba(216, 218, 221, 0);
    background: #3878D8;
    background-position: bottom;
    text-shadow: none;
    font-family: Graphik Web Regular, Helvetica, Arial, sans-serif;
    white-space: nowrap;
    outline: 0
}

.tp-please-wait.tp-active {
    display: block;
    opacity: .9;
    transition: opacity .25s linear
}

.tp-please-wait {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #999;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    font-family: Open Sans, sans-serif;
    font-size: 15px
}

.tp-please-wait.tp-overlap {
    position: fixed;
    z-index: 300150
}

.tp-please-wait.tp-local-overlap {
    position: absolute
}

.tp-please-wait > .tp-icon {
    width: 80px;
    height: 80px;
    margin: 100px auto 20px
}

.pn-spinner {
    color: gray;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.pn-spinner div {
    transform-origin: 40px 40px;
    animation: pn-spinner 1.2s linear infinite
}

.pn-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff
}

.pn-spinner div:nth-child(1) {
    transform: rotate(0);
    animation-delay: -1.1s
}

.pn-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.pn-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -.9s
}

.pn-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -.8s
}

.pn-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -.7s
}

.pn-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -.6s
}

.pn-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -.5s
}

.pn-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -.4s
}

.pn-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -.3s
}

.pn-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -.2s
}

.pn-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -.1s
}

.pn-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes pn-spinner {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.tp-please-wait > .tp-icon.tp-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.tp-iframe-wrapper.no-width .tp-close, .tp-iframe-wrapper.no-height .tp-close, .tp-modal.no-width .tp-close, .tp-modal.no-height .tp-close {
    display: none
}

.tp-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.tp-banner > .tp-container-inner, .tp-banner > .tp-container-inner > iframe {
    width: inherit !important
}

.tp-modal-overscroll-prevented {
    overscroll-behavior: contain;
    width: 100%;
    overflow-x: unset;
    overflow-y: scroll
}

.tp-scroll-prevented {
    height: 100vh;
    overflow: hidden;
    touch-action: none
}

.tp-body-scroll-prevented {
    touch-action: none
}
.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

.fb_reset > div {
    overflow: hidden
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

.fb_reset > div {
    overflow: hidden
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_dialog {
    background: rgba(82, 82, 82, .7);
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px
}

.fb_dialog_content {
    background: #fff;
    color: #373737
}

.fb_dialog_close_icon {
    background: url(img/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1
}

.fb_dialog_close_icon:hover {
    background: url(img/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}

.fb_dialog_close_icon:active {
    background: url(img/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}

.fb_dialog_iframe {
    line-height: 0
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0
}

.fb_dialog_content .dialog_title > span {
    background: url(img/Cou7n-nqK52.gif) no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px
}

body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading {
    background: url(img/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001
}

.fb_dialog.fb_dialog_mobile.loading.centered {
    background: none;
    height: auto;
    min-height: initial;
    min-width: initial;
    width: auto
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
    background: none
}

.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none
}

.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap
}

.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%
}

.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267B2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

.fb_dialog_content .dialog_content {
    background: url(img/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px
}

#fb_dialog_loader_close {
    float: left
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden
}

#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(img/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify
}

.fb_iframe_widget iframe {
    position: absolute
}

.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative
}

.fb_iframe_widget_lift {
    z-index: 1
}

.fb_iframe_widget_fluid {
    display: inline
}

.fb_iframe_widget_fluid span {
    width: 100%
}

.fb_mpn_mobile_landing_page_slide_out {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_out_from_left {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out_from_left;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_up {
    animation-duration: 500ms;
    animation-name: fb_mpn_landing_page_slide_up;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_in {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_in;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_mpn_fade_out;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_from_left;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_from_left;
    transition-timing-function: ease-in
}

.fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0
}

@keyframes fb_mpn_landing_page_slide_out {
    0% {
        margin: 0 12px;
        width: 100% -24px
    }
    60% {
        border-radius: 18px
    }
    100% {
        border-radius: 50%;
        margin: 0 24px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_out_from_left {
    0% {
        left: 12px;
        width: 100% -24px
    }
    60% {
        border-radius: 18px
    }
    100% {
        border-radius: 50%;
        left: 12px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_up {
    0% {
        bottom: 0;
        opacity: 0
    }
    100% {
        bottom: 24px;
        opacity: 1
    }
}

@keyframes fb_mpn_bounce_in {
    0% {
        opacity: .5;
        top: 100%
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fb_mpn_fade_out {
    0% {
        bottom: 30px;
        opacity: 1
    }
    100% {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fb_mpn_bounce_out {
    0% {
        opacity: 1;
        top: 0
    }
    100% {
        opacity: .5;
        top: 100%
    }
}

@keyframes fb_bounce_in_v2 {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom right
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_in_from_left {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }
    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom left
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }
}

@keyframes fb_bounce_out_v2 {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_out_from_left {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: .1;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInFromBottomDelay {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    97% {
        opacity: 0;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.piano-list-middle-base .piano-eo-large-image-base-centered {
    float: left;
    display: grid;
    grid-template: "content content" "pic pic";
    max-width: 942px;
    position: relative;
    width: calc(50% - 5px);
    margin: 10px 0;
    padding-right: 5px;
}

.piano-list-middle-base .piano-eo-large-image-base-centered__container {
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    grid-area: content;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 3px;
    text-align: center;
}

.piano-list-middle-base .piano-eo-large-image-base-centered__title {
    order: 2;
}

.piano-list-middle-base .piano-eo-large-image-base-centered__title p {
    color: #333;
    font-family: var(--font-source-serif-pro);
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
}

.piano-list-middle-base .piano-board-module__a::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.piano-list-middle-base .piano-eo-large-image-base-centered__sec {
    color: #c00;
    font-family: var(--font-source-sans-pro);
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    order: 1;
    position: relative;
}

.piano-list-middle-base .piano-eo-large-image-base-centered__picture {
    grid-area: pic;
    width: 100%;
}

.piano-list-middle-base .piano-list-base {
    min-height: 900px;
    width: 100%;
}

.piano-list-middle-base .piano-list-base__ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin: 10px;
    display: table;
}

.piano-list-middle-base .piano-lr-list-row-row-medium {
    display: flex;
    width: calc(50% - 5px);
    position: relative;
    margin: 10px 0;
    padding-left: 5px;
    float: left;
}

.piano-list-middle-base .piano-lr-list-row-row-medium__container {
    display: flex;
    flex: 1;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 5px;
}

.piano-list-middle-base .piano-lr-list-row-row-medium__title {
    order: 2;
}

.piano-list-middle-base .piano-lr-list-row-row-medium__title p {
    color: #333;
    font-family: var(--font-source-serif-pro);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    max-height: 84px;
    overflow: hidden;
    margin: 0;
}

.piano-list-middle-base .piano-board-module__a::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.piano-list-middle-base .piano-lr-list-row-row-medium__sec {
    font-family: var(--font-source-sans-pro);
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    order: 1;
    position: relative;
    color: #c00;
}

.piano-list-middle-base .piano-lr-list-row-row-medium__author {
    color: #666;
    font-family: var(--font-source-sans-pro);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin: 2.5px 0 0;
    order: 3;
    position: relative;
}

.piano-list-middle-base .piano-lr-list-row-row-medium__picture {
    flex: none;
    overflow: hidden;
    width: 120px;
    height: 75px;
    object-fit: cover;
}

.piano-list-middle-base .piano-img-container img {
    height: auto !important;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.piano-list-middle-base .piano-img-container {
    overflow: hidden;
}

.piano-list-middle-base .piano-list-base-piano__title svg {
    fill: #b10124;
    margin-right: 5px;
}

.piano-list-middle-base .piano-list-base-piano__title {
    color: #b10b1f;
    font-family: var(--font-source-sans-pro);
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 17px;
}

.piano-list-middle-base .piano-board-module__a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1024px) {
    .piano-list-middle-base .piano-eo-large-image-base-centered {
        width: 100%;
        padding: 0;
    }

    .piano-list-middle-base .piano-lr-list-row-row-medium {
        width: 100%;
    }
}
.trc_user_exclude_btn {
    background: url("img/f539211219b796ffbb49949997c764f0.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 12px;
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9000;
    cursor: pointer;
    visibility: hidden
}

.trc_exclude_undo_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #36c;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0 1px;
    z-index: 11000;
    visibility: hidden
}

.videoCube:hover .trc_user_exclude_btn, .videoCube_hover .trc_user_exclude_btn, .trc_user_excluded.videoCube:hover .trc_exclude_undo_btn, .trc_user_excluded.videoCube_hover .trc_exclude_undo_btn, .trc_exclude_undo_btn.trc_exclude_undo_btn_visible {
    visibility: visible
}

.videoCube.trc_user_excluded .trc_user_exclude_btn {
    visibility: hidden
}

.trc_fade {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity 500ms 0s, visibility 0s 500ms;
    -webkit-transition: opacity 500ms 0s, visibility 0s 500ms
}

.trc_fade.trc_in, .trc_user_excluded .trc_exclude_overlay {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0s, 0s;
    -webkit-transition-delay: 0s, 0s
}

.trc_excludable .trc_exclude_overlay {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: default;
    background-color: #fff
}

.videoCube.trc_user_excluded .trc_exclude_overlay {
    visibility: visible;
    opacity: .8;
    filter: alpha(opacity=80)
}

.videoCube.trc_user_excluded .thumbBlock {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.videoCube.trc_user_excluded:hover a .video-label-box .video-title, .videoCube_hover.trc_user_excluded a .video-label-box .video-title {
    text-decoration: none
}

.videoCube.trc_user_excluded a .video-label-box *, .videoCube.trc_user_excluded:hover a .video-label-box *, .videoCube_hover.trc_user_excluded a .video-label-box * {
    color: #000;
    overflow: hidden;
    transition: color 500ms 0s;
    -webkit-transition: color 500ms 0s
}
.trc_popover {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    cursor: default;
    top: 0;
    right: 0;
    z-index: 12000;
    width: 180px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    -webkit-background-clip: padding;
    box-sizing: content-box
}

.trc_popover.trc_bottom {
    margin-top: 10px
}

.trc_popover.trc_bottom .trc_popover_arrow {
    top: -11px;
    right: 11px;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.trc_popover.trc_bottom .trc_popover_arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.trc_popover iframe {
    width: 100%
}

.trc_popover .trc_popover_arrow, .trc_popover .trc_popover_arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: solid rgba(0, 0, 0, 0)
}

.trc_popover .trc_popover_arrow {
    border-width: 11px
}

.trc_popover .trc_popover_arrow:after {
    border-width: 10px;
    content: ""
}

.trc_popover_fade {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 500ms 0s, visibility 0s 500ms;
    -webkit-transition: opacity 500ms 0s, visibility 0s 500ms
}

.trc_popover_fade.trc_popover_show {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0s, 0s;
    -webkit-transition-delay: 0s, 0s
}
.popupContentWrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000
}

.popupContentWrapper .trc_popover_title_wrapper {
    padding: 8px 14px;
    margin: 0;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popupContentWrapper .trc_popover_title {
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.popupContentWrapper .trc_popover_content_wrapper {
    display: inline-block;
    float: left;
    padding: 9px 14px
}

.popupContentWrapper .trc_popover_content_wrapper .trc_questionnaire_container label {
    float: left;
    clear: left;
    width: 100%;
    cursor: pointer;
    line-height: 20px;
    text-align: left
}

.popupContentWrapper .trc_popover_content {
    width: 100%
}

.popupContentWrapper .trc_questionnaire_container .trc_questionnaire_title {
    margin: 0 0 3px
}

.popupContentWrapper .trc_questionnaire_container input[type=radio] {
    float: left;
    cursor: pointer;
    margin: 3px 4px 0 5px
}

.popupContentWrapper .trc_questionnaire_container_ie.trc_questionnaire_container input[type=radio] {
    margin: 0 2px 0 0
}
.trc_rbox_container {
    direction: ltr;
    text-align: left;
}

/*override bootstrap default css */
.trc_rbox_container [class*=span] {
    float: none;
    margin-left: 0;
}

/*------------- Multi-widget -------------*/
.trc_multi_widget_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trc_multi_widget_container .trc_rbox_div {
    margin: 0;
}

/*----------------------------------------*/
.trc_rbox_header {
    border: 0 solid;
    overflow: hidden;
    vertical-align: middle;
}

.trc_rbox_container .trc_img {
    display: inline-block !important;
}

.trc_rbox_header_icon_div {
    display: table-cell;
    vertical-align: baseline;
}

.trc_rbox_header .trc_rbox_header_icon_div .trc_rbox_header_icon_img {
    vertical-align: middle;
    width: auto;
}

.trc_rbox_header_icon_span {
    display: inline-table;
}

.in_trc_header {
    position: relative !important;
    float: right;
    margin: 0;
}

#trc_rbox_css_loaded {
    overflow: hidden;
    width: 0;
    height: 0;
}

.trc_rbox {
    margin-top: 0;
}

.trc_rbox_div {
    margin: 0 0 3px;
    direction: ltr;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto;
    position: relative;
    width: auto;
    border: solid #CCC 1px;
}

.loading-animation span {
    display: block;
}

.videoCube {
    zoom: 1;
    cursor: pointer;
    float: none;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.videoCube:hover, .videoCube_hover {
    cursor: pointer;
}

.videoCube span.video-title:hover, .videoCube_hover span.video-title {
    text-decoration: underline;
}

.videoCube a {
    text-decoration: none;
    border: 0;
    color: black;
    cursor: pointer;
}

.videoCube a:hover, .videoCube_hover a, .videoCube a:link, .videoCube a {
    text-decoration: none !important;
    outline: none;
}

.videoCube a .thumbBlock {
    float: left;
    display: block;
    overflow: hidden !important;
}

.videoCube a img, .videoCube img {
    border: 0;
    display: block;
    margin: 0;
    height: auto;
    width: auto;
}

.videoCube .video-label {
    display: block;
    overflow: hidden;
}

.videoCube .video-label {
    width: auto !important;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.videoCube .video-label-box.label-box-with-title-icon {
    display: table;
}

.video-icon-container {
    float: left;
    display: table-cell;
    vertical-align: baseline;
}

.video-icon-img {
    vertical-align: middle;
}

.videoCube .video-duration {
    height: 0;
    float: left;
    position: relative;
    color: white;
    font-size: 11px;
}

.videoCube .video-duration dt {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* browser native line-clamp */
.videoCube span.video-label.trc_ellipsis {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.videoCube span.video-label.trc-smart-ellipsis {
    position: relative;
    overflow: hidden;
}

.videoCube span.video-label.trc-smart-ellipsis ins {
    display: inline-block;
    text-decoration: inherit;
}

.videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label {
    direction: ltr;
}

.videoCube span.video-label.trc-smart-ellipsis.tbl-ltr-label ins {
    float: left;
    margin-right: 5px;
    direction: ltr;
}

.videoCube span.video-label.trc_ellipsis.tbl-rtl-label {
    direction: rtl;
    text-align: right;
    width: auto !important;
}

.videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label {
    float: right;
    direction: rtl;
    width: auto !important;
}

.videoCube span.video-label.trc-smart-ellipsis.tbl-rtl-label ins {
    float: right;
    margin-left: 5px;
    direction: rtl;
}

.videoCube span.video-label.trc-smart-ellipsis ins.lastLineEllipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
}

.video-duration.video-duration-detail div {
    color: white;
}

.trc_rbox .sponsored {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    width: auto;
    padding-right: 0;
    text-align: right;
    font-size: 9px;
}

/* Configuration defaults */
.trc_rbox_div {
    height: 410px;
}

.videoCube {
    direction: ltr;
    font-size: 11px;
    margin: 0;
    color: black;
    border-width: 0;
}

.videoCube.vertical:first-child {
    border-top: 0;
    margin-top: 0;
}

.videoCube.horizontal:first-child {
    border-left: 0;
    margin-left: 0;
}

div.videoCube:hover, .videoCube_hover {
    background-color: #EBF0FF;
    color: black;
}

.videoCube .thumbBlock {
    margin: 0;
    border-style: solid;
}

.videoCube a img, .videoCube img {
    border-color: #ececec;
}

.videoCube .video-label-box {
    margin-left: 81px;
}

.videoCube .video-label dt {
    font-weight: bold;
}

.videoCube .video-title {
    height: auto;
    margin-bottom: 3px;
    white-space: normal;
}

.videoCube .trc_inline_detail_spacer {
    display: inline-block;
    white-space: pre;
}

.loading-animation {
    font-family: sans;
    font-size: 1.5em;
    text-align: center;
    color: gray;
    height: 100%;
}

.trc_rbox_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.trc_header_right_part {
    position: absolute;
    left: 50%;
    top: 0;
}

.branding_div {
    overflow: visible;
    float: right;
}

.branding_div img {
    height: 20px;
}

.videoCube .branding .logoDiv {
    font-size: inherit;
    line-height: inherit;
    background: none;
    margin: 0;
    padding: 0;
}

.videoCube .branding .logoDiv a {
    vertical-align: inherit;
    color: inherit;
    line-height: inherit;
}

.videoCube .branding .logoDiv a span {
    vertical-align: inherit;
}

.trc_related_container .videoCube .branding .attribution-disclosure-link-sponsored {
    display: inline-block;
    float: none;
}

.trc_related_container .videoCube .branding .attribution-disclosure-link-sponsored.align-disclosure-right {
    float: right;
    margin-left: auto;
    padding-left: 2px;
}

.videoCube .video-label-box .branding.composite-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.branding.composite-branding > * {
    display: inline-block;
    vertical-align: bottom;
}

.branding .branding-separator {
    margin: 0 2px;
    font-weight: normal;
}

.branding .branding-inner {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.video-label-box span.branding.inline-branding {
    display: inline-block;
}

/* Support for Horizontal mode */
.trc_related_container div.horizontal {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Support for thumbnail position */
.trc_related_container DIV.videoCube.thumbnail_top .thumbBlock, .trc_related_container DIV.videoCube.thumbnail_bottom .thumbBlock {
    float: none;
}

/* SEO blocks should be hidden once R-Box loads */
.vidiscovery-note {
    display: none;
}

.videoCube .thumbBlock .trc_sponsored_overlay_base {
    display: block;
    width: auto;
    margin-left: 0;
    position: absolute;
    color: white !important;
}

.videoCube .thumbBlock .trc_sponsored_overlay {
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: block;
    position: absolute;
}

.videoCube .thumbBlock .trc_sponsored_overlay_base .sponsored {
    position: relative;
    display: block;
    overflow: visible;
    width: auto;
    text-align: center;
    padding: 0 5px;
    margin-top: 0;
}

.videoCube .thumbBlock .trc_sponsored_overlay_base.round .trc_sponsored_overlay {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.videoCube .thumbBlock .trc_sponsored_overlay_base.round {
    margin-left: 4px;
}

.thumbnail-emblem, .videoCube .thumbnail-overlay, .videoCube:hover .thumbnail-overlay, .videoCube_hover .thumbnail-overlay {
    position: absolute;
    background: transparent no-repeat;
    background-size: contain;
    z-index: 50;
}

.thumbnail_bottom {
    padding-bottom: 8px;
}

.trc_related_container .logoDiv {
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    font-size: 9px;
}

.trc_related_container .logoDiv a {
    font-size: 9px;
    text-decoration: none !important;
    color: black;
    margin-right: 1px; /* don't allow focus line to cause overflow */
    vertical-align: text-bottom;
}

.logoDiv a span:hover {
    text-decoration: underline;
}

.trc_rbox_header .logoDiv {
    font-size: 1em;
}

/* text-link widgets*/
.trc_tl .trc_rbox_header .logoDiv {
    position: relative;
    z-index: 1;
}

.trc_tl .trc_rbox_header_span .trc_header_right_column {
    position: absolute;
    width: 48%;
    left: 52%;
    top: 0;
}

.trc_tl .trc_rbox_div .videoCube.horizontal {
    clear: left;
}

.trc_tl .trc_rbox_div .videoCube.trc_tl_right_col {
    float: none;
    clear: right;
    margin-left: auto;
}

.trc_tl .videoCube .video-title .branding {
    line-height: 1.3em;
}

.trc_tl .videoCube:hover span.branding, .trc_tl .videoCube_hover span.branding {
    text-decoration: none;
}

.trc_tl .trc_rbox_div .videoCube.thumbnail_none a {
    vertical-align: top;
    overflow: visible;
}

.trc_tl .videoCube .video-label-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/* text-link widgets - end*/
.trc_rbox_container.trc_expandable {
    overflow: hidden;
    max-height: 0;
    transition-property: max-height;
    -webkit-transition-property: max-height;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.trc_related_container .videoCube .thumbBlock .branding {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.syndicatedItem .branding {
    margin: 0;
}

.trc-inplayer-rbox {
    background: #333;
    background: rgba(30, 30, 30, 0.9);
    bottom: 0;
    position: absolute;
    height: 300px;
    text-align: center;
}

.trc-inplayer-rbox .trc_rbox_container {
    margin: 50px auto 0;
    width: 640px
}

.trc_rbox.trc-auto-size {
    width: 100%;
    height: 100%;
}

.videoCube.thumbnail_under .video-title {
    min-height: 2.58em;
}

.videoCube.thumbnail_under .tbl-text-over-container {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    min-height: 66%;
    max-height: 66%;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.25em;
}

.videoCube.thumbnail_under .tbl-text-over-container .tbl-text-over {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#CC000000, GradientType=0);
}

.videoCube.thumbnail_under .tbl-text-over-container span.video-title, .videoCube.thumbnail_under .tbl-text-over-container span.video-description, .videoCube.thumbnail_under .tbl-text-over-container span.branding {
    position: relative;
    z-index: 1;
    padding: 0 8px;
    margin: 0;
}

.videoCube.thumbnail_under .tbl-text-over-container span.video-title {
    margin-bottom: 6px;
    min-height: auto;
}

.videoCube.thumbnail_under .tbl-text-over-container .video-label-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 8px 6px 8px;
    min-height: auto;
    box-sizing: border-box;
}

.trc-auto-size .trc_rbox_outer .trc_rbox_div {
    height: auto;
    width: auto;
}

.trc-auto-size .trc_rbox_div .videoCube {
    height: auto;
}

.trc-auto-size .trc_rbox_div .videoCube.trc-first-recommendation {
    margin-top: 0;
}

.trc_rbox .trc_rbox_outer .trc_rbox_div .videoCube.trc-first-in-row {
    margin-left: 0;
}

.trc_elastic .trc_rbox {
    width: auto;
}

.trc_elastic .videoCube {
    overflow: hidden;
}

.trc_elastic .videoCube .thumbBlock {
    background: transparent no-repeat center center;
    background-size: cover;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
}

.trc_elastic .thumbBlock_holder {
    position: relative;
    width: 100%;
}

.trc_elastic .thumbnail_start .thumbBlock_holder {
    float: left;
    margin-right: 10px;
}

.trc_elastic .thumbnail_start.item-has-pre-label .thumbBlock_holder {
    margin-right: 0;
}

.trc_elastic .videoCube_aspect {
    width: 1px;
}

.trc_elastic .trc_rbox .trc_rbox_div {
    height: auto;
}

.trc_elastic .thumbnail_start .trc-pre-label {
    float: left;
    padding-right: 10px;
}

.trc_elastic .thumbnail_start.trc-split-label .trc-main-label {
    float: left;
    padding-left: 10px;
}

.trc_elastic .video-label-box {
    display: block;
}

.trc_elastic .thumbnail_start .video-label-box {
    box-sizing: border-box;
}

/** USER Ad-Choice **/
.trc_user_adChoice_btn {
    background: url("img/c5ef96bc-30ab-456a-b3d5-a84f367c6a46.svg") no-repeat scroll 0 0 rgba(255, 255, 255, 1);
    border-radius: 0 0 0 5px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000;
    cursor: pointer;
    border-width: 2px 0 2px 4px;
    border-style: solid;
    border-color: #fff;
    opacity: 0.7;
    background-size: contain;
    visibility: hidden;
}

.videoCube:hover .trc_user_adChoice_btn, .videoCube_hover .trc_user_adChoice_btn {
    visibility: visible;
}

.videoCube .trc_user_adChoice_btn_static {
    visibility: visible;
}

.p-video-overlay-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}

.p-video-overlay.p-video-overlay-show {
    display: flex;
}

.p-video-overlay {
    display: none;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.p-video-overlay-action {
    color: #fff;
    width: 100%;
    direction: ltr;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.p-video-overlay-action.p-video-back-action {
    height: 34%;
}

.p-video-back-action-label {
    font-family: Helvetica Neue, serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px
}

.p-video-overlay-action.p-video-goto-action {
    height: 66%;
}

.p-video-goto-action-url {
    font-family: Helvetica Neue, serif;
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    margin-top: 5px;
}

.p-video-goto-action-label {
    font-family: Helvetica Neue, serif;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}

.trc_related_container .trc_clearer {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

/* Ad Choices */
.link-adc {
    float: right !important;
}

.trc-widget-footer .logoDiv {
    line-height: normal;
    padding-bottom: 5px;
}

.trc-widget-footer .link-adc a .trc_adc_wrapper, .trc_header_ext .link-adc a .trc_adc_wrapper {
    height: 12px;
    width: 18px;
    display: inline-block;
    padding-left: 1px;
    margin-bottom: 2px;
}

.trc-widget-footer .link-adc a .trc_adc_s_logo, .trc_header_ext .link-adc a .trc_adc_s_logo, .trc-widget-footer .link-adc a .trc_adc_b_logo, .trc_header_ext .link-adc a .trc_adc_b_logo {
    vertical-align: middle;
    height: 15px;
    display: inline-block;
    margin-top: -1px; /**fix v align of adc logo - compensate for link underline */
}

.trc-widget-footer .link-adc a .trc_adc_s_logo, .trc_header_ext .link-adc a .trc_adc_s_logo {
    width: 12px;
    height: 14px;
    background: url("img/c5ef96bc-30ab-456a-b3d5-a84f367c6a46.svg") no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.trc-widget-footer .link-adc a .trc_adc_b_logo, .trc_header_ext .link-adc a .trc_adc_b_logo {
    width: 77px;
    background: #ffffff url("img/0781f9c5a8637d1e162874f157460048.png") no-repeat !important;
    right: -1px;
    display: none;
    position: absolute;
}

/* Attribution och Disclosure */
.logoDiv .trc_mobile_disclosure_link, .logoDiv .trc_mobile_attribution_link, .logoDiv .trc_mobile_adc_link {
    display: none;
}

.logoDiv .trc_desktop_disclosure_link, .logoDiv .trc_desktop_attribution_link, .logoDiv .trc_desktop_adc_link {
    display: inline;
}

@media screen and (max-width: 767px) {
    .logoDiv .trc_mobile_disclosure_link {
        display: inline;
    }

    .logoDiv .trc_mobile_attribution_link {
        display: inline;
    }

    .logoDiv .trc_mobile_adc_link {
        display: inline;
    }

    .logoDiv .trc_desktop_disclosure_link {
        display: none;
    }

    .logoDiv .trc_desktop_attribution_link {
        display: none;
    }

    .logoDiv .trc_desktop_adc_link {
        display: none;
    }
}

.trc_in_iframe .logoDiv .trc_mobile_attribution_link, .trc_in_iframe .logoDiv .trc_mobile_disclosure_link {
    display: inline;
}

.trc_in_iframe .logoDiv .trc_desktop_attribution_link, .trc_in_iframe .logoDiv .trc_desktop_disclosure_link {
    display: none;
}

.trc_related_container .logoDiv, .trc_related_container .trc_header_ext .logoDiv {
    float: right;
}

.trc_related_container .logoDiv + .logoDiv {
    margin-right: 2px;
}

.trc_related_container .attribution-disclosure-link-sponsored, .trc_related_container .attribution-disclosure-link-hybrid {
    display: none;
}

.trc_related_container .trc-content-sponsored .attribution-disclosure-link-sponsored, .trc-w2f.trc-content-sponsored .attribution-disclosure-link-sponsored {
    display: block;
}

.trc_related_container .trc-content-hybrid .attribution-disclosure-link-hybrid, .trc-w2f.trc-content-hybrid .attribution-disclosure-link-hybrid {
    display: block;
}

.trc_related_container .trc-widget-footer:hover a span, .trc_related_container .trc_header_ext:hover a span {
    text-decoration: underline !important;
}

/* this span makes sure that all logos (attribution + adc + disclosure) are vertically aligned - especially when the attribution font-size is smaller than the adc logo height (15px) */
.logoDiv a span.trc_logos_v_align {
    display: inline-block !important;
    font-size: 15px !important;
    line-height: 1em !important;
    width: 0 !important;
}

.trc_related_container .trc_header_ext:hover a span.trc_logos_v_align, .trc_related_container .trc_header_ext:hover a span.trc_adc_wrapper, .trc_related_container .trc-widget-footer:hover a span.trc_logos_v_align, .trc_related_container .trc-widget-footer:hover a span.trc_adc_wrapper {
    text-decoration: none !important;
}

.trc_related_container .trc_rbox_header_span .trc_header_right_column {
    display: none;
}

.trc_related_container img {
    max-width: none;
}

.trc_related_container * {
    pointer-events: auto;
}

.trc_related_container {
    clear: both;
}

.tbl-loading-spinner {
    width: 100%;
    height: 40px;
    background: url(img/91a25024-792d-4b52-84e6-ad1478c3f552.gif) center center no-repeat;
    background-size: 40px;
}

.tbl-hidden {
    display: none !important;
}

.tbl-invisible {
    opacity: 0;
    pointer-events: none;
}

.tbl-batch-anchor {
    width: 100%;
    height: 1px;
}

.videoCube .video-logo + .branding.composite-branding {
    display: inline-block;
    vertical-align: middle;
}

.videoCube .video-logo {
    margin-right: 4px;
}

.videoCube .video-logo .branding {
    margin: auto auto auto 25px;
}

.videoCube .video-logo img {
    padding: 0;
    max-height: 14px;
    width: auto;
    max-width: 100px;
    display: inline-block;
}

/* Support for integrated widget frame */
.iw_video_frame .trc_rbox_div {
    overflow: hidden;
}

.trc-w2f .trc_rbox .trc_rbox_header, .trc-w2f .trc_rbox .trc-widget-footer {
    display: none !important;
}

.videoCube .tbl-organic-video-wrapper {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-size: auto;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 3;
    opacity: 0;
}

.videoCube .tbl-o-video-loaded .tbl-organic-video-wrapper {
    opacity: 1;
}

.videoCube .tbl-o-video-loaded .thumbBlock {
    display: none;
}

.videoCube .tbl-organic-video-wrapper .tbl-o-vertical-video {
    height: 100%;
}

.videoCube .tbl-organic-video {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
    -o-object-fit: contain;
    -o-object-position: 50% 50%;
    background-color: black;
    pointer-events: none;
}

.videoCube .tbl-accessibility-title {
    font: -apple-system-headline !important;
}

.videoCube .tbl-accessibility-description {
    font: -apple-system-subheadline !important;
}

.videoCube .tbl-accessibility-branding {
    font: -apple-system-caption1 !important;
}

/*********************************************START OF ITEM RENDER LATE TEST**********************************************/
.tbl-loading-spinner.tbl-loading-placeholder-wrapper {
    background: transparent;
    background-size: 100%;
    height: auto;
    margin-top: 40px;
}

.tbl-placeholder-card {
    background: #f6f7f9;
    height: 125px;
    overflow: hidden;
    position: relative;
    margin-bottom: 48px;
}

.tbl-placeholder-card::before {
    background-color: #f6f7f8;
    background-image: url(img/9117a6d9-cbf1-4ea6-8caa-7461ce6554bc.gif);
    background-repeat: repeat-y;
    background-size: 100% 1px;
    content: ' ';
    display: block;
    height: 100%;
}

.tbl-img-placeholder.tbl-masker:before {
    position: absolute;
    content: '';
    display: block;
    width: 540px;
    height: 252px;
    background: #fff;
    top: -251px;
    right: 0;
    opacity: 0;
}

.tbl-masker {
    position: absolute;
    background-color: #fff;
    box-sizing: border-box;
}

.tbl-img-text-margin {
    top: 0px;
    left: 125px;
    width: 25px;
    height: 100%;
}

.tbl-first-row-top-margin {
    top: 0;
    left: 150px;
    width: 100%;
    height: 20px;
}

.tbl-first-row-bottom-margin {
    top: 41px;
    left: 150px;
    width: 100%;
    height: 18px;
}

.tbl-second-row-bottom-margin {
    top: 70px;
    left: 150px;
    width: 100%;
    height: 18px;
}

.tbl-third-row-bottom-margin {
    top: 99px;
    left: 150px;
    width: 100%;
    height: 26px;
}

.tbl-first-row-right-padding {
    top: 20px;
    left: calc(30% + 130px);
    width: 100%;
    height: 21px;
}

.tbl-first-row-pl {
    width: 30%;
    height: 41px;
    border-radius: 20px;
    background-color: transparent;
    top: 10px;
    left: 140px;
    border: 10px solid #fff;
    z-index: 1; /* border-color: yellow; */ /* background-color: red; */
}

.tbl-second-row-pl {
    width: calc(100% - 130px);
    height: 30px;
    border-radius: 20px;
    background-color: transparent;
    top: 49px;
    left: 140px;
    border: 10px solid #fff;
    z-index: 1; /* border-color: yellow; */ /* background-color: red; */
}

.tbl-third-row-pl {
    width: calc(100% - 130px);
    height: 30px;
    border-radius: 20px;
    background-color: transparent;
    top: 78px;
    left: 140px;
    border: 10px solid #fff;
    z-index: 1; /* border-color: yellow; */ /* background-color: red; */
}

.render-late.tbl-feed-container .thumbBlock {
    opacity: 0;
    transition: opacity 0.75s;
}

.render-late.tbl-feed-container .thumbBlock[style*="background-image"] {
    opacity: 1;
}

.tbl-read-more-box .tbl-read-more-btn {
    color: #ffffff !important;
    border-color: #b10b1f !important;
    background: #b10b1f !important;
}

/*.tbl-read-more-box .tbl-read-more-btn .tbl-read-more-button-arrow{    color: #b10b1f !important;}*/
svg.tbl-read-more-button-arrow path {
    fill: #ffffff !important;
}

/*********************************************END OF ITEM RENDER LATE TEST**********************************************/
.ab_thumbnails-d_abp-mode {
    width: 300px;
    _width: 300px;
    border-width: 0px 0px 0px 0px;
    border-style: solid solid solid solid;
    border-color: #DFDFDF;
    padding: 0px 0px 0px 0px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

.ab_thumbnails-d_abp-mode vignette {
    xButtonColor: #fff;
    backgroundColor: #fff;
    backgroundOpacity: 0.8;
    xButtonBGColor: #000;
}

.ab_thumbnails-d_abp-mode .playerCube .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .tbl-reco-reel-slider {
    z-index: 99999;
    margin: initial;
    top: 50%;
}

.ab_thumbnails-d_abp-mode .trc_lightbox_overlay {
    background-color: #000000;
    opacity: 0.70;
    filter: alpha(opacity=70);
}

.ab_thumbnails-d_abp-mode .tbl-recommendation-reel .tbl-text-under-branding-background {
    background-color: #EBEBEB;
}

.ab_thumbnails-d_abp-mode div.syndicatedItem:hover, .ab_thumbnails-d_abp-mode div.syndicatedItem.videoCube_hover {
    background-color: transparent;
}

.ab_thumbnails-d_abp-mode .playerCube div.videoCube:hover, .ab_thumbnails-d_abp-mode div.videoCube_hover {
    background-color: transparent;
}

.ab_thumbnails-d_abp-mode .trc_pager_prev:hover, .ab_thumbnails-d_abp-mode .trc_pager_next:hover {
    color: #6497ED;
}

.ab_thumbnails-d_abp-mode .trc_rbox_border_elm {
    border-color: darkgray;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-views {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-category {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .tbl-vignette-close-btn-wrp {
    height: 15;
    background: #000;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .sponsored {
    color: #9C9A9C;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .pager_disabled {
    color: #7d898f;
}

.ab_thumbnails-d_abp-mode .playerCube .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-uploader {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start .thumbBlock_holder {
    width: 40%;
    _width: 40%;
}

.ab_thumbnails-d_abp-mode .playerCube .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .video-uploader {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .trc_sponsored_overlay {
    background-color: black;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-external-data {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .trc_rbox_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16.0px;
    font-weight: bold;
    text-decoration: none;
    color: #b10b1f;
    border-width: 0;
    background: transparent;
    border-style: none;
    border-color: #D6D5D3;
    padding: 0px 0px 6px 0px;
    line-height: 1.2em;
    display: block;
    margin: 5px 0px 0px 0px;
    position: relative;
    background-color: transparent;
    box-sizing: initial;
    width: auto;
    _width: auto;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-rating {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .videoCube.vertical {
    border-style: solid none none none;
}

.ab_thumbnails-d_abp-mode .trc_pager_unselected {
    color: #7d898f;
}

.ab_thumbnails-d_abp-mode .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    display: inherit;
}

.ab_thumbnails-d_abp-mode .syndicatedItem {
    background-color: transparent;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-duration-detail {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .playerCube .videoCube.horizontal {
    border-style: none none none none;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem.vertical {
    border-style: solid none none none;
}

.ab_thumbnails-d_abp-mode .sponsored {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #9C9A9C;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock {
    border-color: darkgray;
    border-width: 0px;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock .static-text {
    text-align: left;
    background-color: black;
    display: none;
    color: white;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-pre-label {
    width: 30%;
    _width: 30%;
}

.ab_thumbnails-d_abp-mode .video-category {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .thumbnail-emblem {
    background-position: 5% 5%;
    width: 35;
    _width: 35;
    height: 35;
}

.ab_thumbnails-d_abp-mode .tbl-vignette-background-screen {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-description {
    max-height: 38.0px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.0px;
    font-weight: normal;
    line-height: 19.0px;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .tbl-cta-style .cta-button:hover {
    color: inherit;
    border-color: #999990;
}

.ab_thumbnails-d_abp-mode .playerCube .video-published-date {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .videoCube:hover .thumbnail-overlay, .ab_thumbnails-d_abp-mode .videoCube_hover .thumbnail-overlay {
    background-image: null;
}

.ab_thumbnails-d_abp-mode .video-label-box.trc-pre-label {
    height: 0px;
}

.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start .trc-pre-label {
    width: 60%;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-title {
    max-height: 66.0px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16.0px;
    line-height: 22.0px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}

.ab_thumbnails-d_abp-mode .playerCube:hover .thumbnail-overlay, .ab_thumbnails-d_abp-mode .playerCube_hover .thumbnail-overlay {
    background-image: null;
}

.ab_thumbnails-d_abp-mode .videoCube.thumbnail_start.trc-split-label .trc-main-label {
    width: 30%;
}

.ab_thumbnails-d_abp-mode .videoCube {
    width: auto;
    background-color: transparent;
    border-width: 0px 0px 0px 0px;
    border-color: #E4E4E4;
    padding: 0px 0px 0px 0px;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-style: SOLID;
}

.ab_thumbnails-d_abp-mode .sponsored-default .video-description {
    max-height: 2.2em;
}

.ab_thumbnails-d_abp-mode .tbl-vignette-attribution {
    color: #6B6666;
    font-size: 15px;
}

.ab_thumbnails-d_abp-mode .playerCube .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    font-weight: normal;
    text-decoration: none;
    max-height: 2.2em;
    color: black;
}

.ab_thumbnails-d_abp-mode .playerCube .videoCube .video-label-box {
    margin-left: 81px;
    margin-right: 0px;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .thumbBlock .branding {
    text-align: left;
    background-color: transparent;
    display: none;
    left: 0px;
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
}

.ab_thumbnails-d_abp-mode div.videoCube:hover, .ab_thumbnails-d_abp-mode div.videoCube_hover {
    background-color: transparent;
}

.ab_thumbnails-d_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-ui-line {
    background-color: #333333;
}

.ab_thumbnails-d_abp-mode .videoCube .sponsored {
    margin-top: -7px;
}

.ab_thumbnails-d_abp-mode .trc_pager_pages div {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .sponsored-url {
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
    color: green;
}

.ab_thumbnails-d_abp-mode .playerCube .video-title {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: bold;
    max-height: 2.58em;
    color: black;
}

.ab_thumbnails-d_abp-mode .trc_rbox_header_icon_img {
    margin: 0px;
    height: 18px;
}

.ab_thumbnails-d_abp-mode .tbl-recommendation-reel .tbl-text-under-title-background {
    background-color: #EBEBEB;
}

.ab_thumbnails-d_abp-mode .tbl-recommendation-reel .tbl-ui-line {
    background-color: #333333;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem.horizontal {
    border-style: none;
}

.ab_thumbnails-d_abp-mode .videoCube .thumbBlock .static-text {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 11px;
    background-color: #a30202;
    display: block;
    color: #ffffff;
    text-align: left;
}

.ab_thumbnails-d_abp-mode .video-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16.0px;
    line-height: 22.0px;
    font-weight: bold;
    max-height: 88.0px;
    color: #000000;
    text-decoration: none;
    margin: 0 0 0 0;
}

.ab_thumbnails-d_abp-mode .video-label, .ab_thumbnails-d_abp-mode .sponsored, .ab_thumbnails-d_abp-mode .sponsored-url {
    font-family: Arial, Helvetica, sans-serif;
}

.ab_thumbnails-d_abp-mode .playerCube .video-rating {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
    text-align: left;
    line-height: 22.0px;
}

.ab_thumbnails-d_abp-mode .trc_pager_selected {
    color: #0056b3;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem {
    background-color: transparent;
    border-color: #E4E4E4;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-width: 0px 0px 0px 0px;
    border-style: SOLID;
}

.ab_thumbnails-d_abp-mode .branding div.logoDiv {
    font-family: inherit;
}

.ab_thumbnails-d_abp-mode .trc_rbox_div {
    width: auto;
    _width: 99%;
    height: 410px;
    border-width: 0;
    padding: 0;
}

.ab_thumbnails-d_abp-mode .playerCube .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .trc_pager div {
    font-family: serif;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-label-box.trc-pre-label {
    height: 0px;
}

.ab_thumbnails-d_abp-mode recommendationReel {
    min-adx-line-color: #2abfd5;
    min-adx-progress-color: #FFF;
}

.ab_thumbnails-d_abp-mode .videoCube.horizontal {
    border-style: none;
}

.ab_thumbnails-d_abp-mode div.trc_pager_pages div:hover {
    color: #6497ED;
}

.ab_thumbnails-d_abp-mode .pager_enabled {
    color: #0056b3;
}

.ab_thumbnails-d_abp-mode .playerCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}

.ab_thumbnails-d_abp-mode .videoCube .thumbnail-overlay {
    background-image: null;
    background-position: 5% 5%;
}

.ab_thumbnails-d_abp-mode .playerCube .videoCube .video-duration {
    display: block;
    left: 36px;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-published-date {
    color: black;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    display: inherit;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .sponsored-url {
    color: green;
    font-size: 9px;
    font-weight: bold;
    text-decoration: underline;
}

.ab_thumbnails-d_abp-mode .playerCube .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}

.ab_thumbnails-d_abp-mode .playerCube .video-label-box {
    text-align: left;
}

.ab_thumbnails-d_abp-mode div.sponsored-default:hover, .ab_thumbnails-d_abp-mode div.sponsored-default.videoCube_hover {
    background-color: inherit;
}

.ab_thumbnails-d_abp-mode .videoCube .story-widget.story-widget-text-under .tbl-text-under-title-background {
    background-color: #EBEBEB;
}

.ab_thumbnails-d_abp-mode .video-external-data {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .trc_pager_prev, .ab_thumbnails-d_abp-mode .trc_pager_next {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .videoCube .thumbBlock {
    border-width: 0px;
    border-color: darkgray;
}

.ab_thumbnails-d_abp-mode .videoCube.syndicatedItem .video-duration {
    display: none;
    left: 36px;
}

.ab_thumbnails-d_abp-mode .sponsored-default .video-title {
    max-height: 2.58em;
}

.ab_thumbnails-d_abp-mode .branding {
    color: #999999;
    font-size: 11.0px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: null;
    text-align: left;
    line-height: 22.0px;
}

.ab_thumbnails-d_abp-mode .sponsored-default {
    background-color: #F7F6C6;
}

.ab_thumbnails-d_abp-mode .playerCube .videoCube {
    background-color: transparent;
    border-color: #D6D5D3;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 3px;
}

.ab_thumbnails-d_abp-mode .branding .logoDiv a span {
    color: inherit;
    font-size: inherit;
}

.ab_thumbnails-d_abp-mode .video-label-box {
    text-align: left;
    height: 126px;
    margin: 5px 0px 0px 0px;
}

.ab_thumbnails-d_abp-mode .video-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.0px;
    line-height: 19.0px;
    font-weight: normal;
    max-height: 38.0px;
    color: black;
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .videoCube .video-duration {
    left: 36px;
    display: none;
}

.ab_thumbnails-d_abp-mode div.syndicatedItem:hover .thumbBlock {
    border-color: inherit;
}

.ab_thumbnails-d_abp-mode .trc_pager_counter {
    color: #000000;
}

.ab_thumbnails-d_abp-mode .whatsThisSyndicated {
    font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    padding: 0;
}

.ab_thumbnails-d_abp-mode .playerCube .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .video-duration-detail {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode div.videoCube:hover .thumbBlock {
    border-color: inherit;
}

.ab_thumbnails-d_abp-mode .video-icon-img {
    margin: 0px;
    height: 18px;
}

.ab_thumbnails-d_abp-mode .video-views {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.ab_thumbnails-d_abp-mode .tbl-cta-style .cta-button {
    font-family: Helvetica, Arial, sans-serif;
    background-color: transparent;
    border-color: #999990;
    color: #333333;
}

.ab_thumbnails-d_abp-mode .videoCube .video-label-box {
    margin-left: 0;
    margin-right: 0px;
}

.ab_thumbnails-d_abp-mode .videoCube .video-label-box.trc-pre-label {
    margin: 0px 0px 5px 0px;
}

.ab_thumbnails-d_abp-mode .syndicatedItem .video-label-box {
    height: 126px;
    margin: 5px 0px 0px 0px;
}

.ab_thumbnails-d_abp-mode .logoDiv a span {
    font-size: 11.0px;
    color: #000000;
    display: inline;
    font-weight: normal;
}

.ab_thumbnails-d_abp-mode .videoCube .video-label-box .video-title {
    text-decoration: none;
}

.ab_thumbnails-d_abp-mode .videoCube:hover .video-label-box .video-title {
    text-decoration: underline;
}

.ab_thumbnails-d_abp-mode .videoCube:hover .video-label-box .video-description {
    text-decoration: underline;
}

.ab_thumbnails-d_abp-mode .video-label-box .branding {
    display: block;
}

.ab_thumbnails-d_abp-mode .trc_header_left_column {
    width: 48%;
    _width: 48%;
    display: inline-block;
    height: auto;
    background-color: transparent;
}

.ab_thumbnails-d_abp-mode .trc_rbox_header .trc_header_ext {
    position: relative;
    top: auto;
    right: auto;
}

.ab_thumbnails-d_abp-mode .logoDiv a {
    font-size: 100%;
}

.ab_thumbnails-d_abp-mode .videoCube a {
    padding: 0;
}

.ab_thumbnails-d_abp-mode .trc_rbox_header .logoDiv {
    line-height: normal;
}

.ab_thumbnails-d_abp-mode .trc_header_right_part {
    margin: 0px 0px 0px 0px;
}

/* s-split-ab_thumbnails-d_abp-mode */
.ab_thumbnails-d_abp-mode .trc_header_right_column {
    background: transparent;
    height: auto;
}

/* e-split-ab_thumbnails-d_abp-mode */
@media screen and (min-width: 0px) {
    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer .videoCube .trc-main-label {
        height: auto;
    }

    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer .videoCube {
        margin-bottom: 10px;
    }

    .trc_elastic_ab_thumbnails-d_abp-mode .trc_rbox_outer {
        margin-left: -2%;
    }

    .trc_elastic_ab_thumbnails-d_abp-mode .videoCube_aspect {
        padding-bottom: 83.33333333333334%;
        width: 100%;
    }

    .trc_elastic_ab_thumbnails-d_abp-mode .videoCube {
        width: 31.33%;
        position: relative;
        float: left;
        margin: 0 0 2% 0;
        margin-left: 2%;
    }

    .trc_elastic_ab_thumbnails-d_abp-mode div.videoCube:nth-of-type(-n+3) {
        display: block;
        visibility: visible;
    }

    .trc_elastic_ab_thumbnails-d_abp-mode div.videoCube:nth-of-type(n+4) {
        display: none;
        visibility: hidden;
    }
}
.piano-list-base {
    margin-top: 10px;
    min-height: auto;
    width: 100%;
}

.piano-list-base .piano-list-base-piano__title svg {
    fill: #b10b1f;
    margin-right: 5px;
}

.piano-list-base .piano-list-base__ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin: 10px;
    display: table;
}

.piano-list-base .piano-lr-list-row-row-medium {
    display: flex;
    width: 100%;
    position: relative;
    margin: 10px 0;
    padding-left: 5px;
}

.piano-list-base .piano-lr-list-row-row-medium__container {
    display: flex;
    flex: 1;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 5px;
}

.piano-list-base .piano-lr-list-row-row-medium__title {
    order: 2;
}

.piano-list-base .piano-lr-list-row-row-medium__title p {
    color: #333;
    font-family: var(--font-source-serif-pro);
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
    margin: 0;
}

.piano-list-base .piano-board-module__a::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.piano-list-base .piano-lr-list-row-row-medium__sec {
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    order: 1;
    position: relative;
    color: #b10b1f;
}

.piano-list-base .piano-lr-list-row-row-medium__author {
    color: #666;
    font-family: var(--font-source-sans-pro);
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    margin: 2.5px 0 0;
    order: 3;
    position: relative;
}

.piano-list-base .piano-lr-list-row-row-medium__picture {
    flex: none;
    overflow: hidden;
    width: 120px;
    height: 75px;
    object-fit: cover;
}

.piano-list-base .piano-img-container img {
    height: auto !important;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.piano-list-base .piano-img-container {
    overflow: hidden;
}

.piano-list-base .piano-list-base-piano__title {
    color: #b10b1f;
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}
.piano-player-grup {
    display: flex;
    flex-wrap: nowrap;
}

.piano-player-grup > * {
    box-sizing: content-box;
}

.piano-player-grup * {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-overflow: inherit;
    text-transform: inherit;
    white-space: inherit;
}

.piano-player-grup .piano_sn-player-base__player {
    grid-area: upper;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.piano-player-grup .piano_sn-player-base {
    display: grid;
    grid-template-areas:
 "upper"
 "lower";
    grid-template-columns: 100%;
    grid-template-rows: omit;
    grid-template-rows: 210px auto;
    height: 300px;
    max-height: 100%;
    max-width: 375px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.piano-player-grup .piano_sn-player-base__container {
    background-color: #222;
    grid-area: lower;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
}

.piano-player-grup .piano_sn-player-base__title {
    color: #fff;
    display: block;
    font-family: var(--font-source-serif-pro);
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0 5px;
}

.piano-player-grup .piano-sn-player-base__a:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.piano-player-grup .piano-sn-player-base__a:hover::after {
    filter: grayscale(100%);
}

.piano-player-grup .piano-sn-player-base__a:after {
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8, <svg xmlns= "http://www.w3.org/2000/svg" version= "1.1" viewBox= "0 0 68 48" > <path fill= "%23f00" fill-opacity= "0.8" d= "M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z" ></path> <path d= "M 45,24 27,14 27,34" fill= "%23fff" ></path> </svg> ');
    border: none;
    content: "";
    cursor: pointer;
    filter: none;
    height: 48px;
    left: 50%;
    position: absolute;
    top: calc(((170 / 300) * 100%) / 2);
    transform: translate3d(-50%, -50%, 0);
    transition: filter .1s cubic-bezier(0, 0, .2, 1);
    width: 68px;
    z-index: 1;
}

.piano-player-grup .piano_sn-player-base__picture {
    display: block;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 968px) {
    .piano-player-grup .piano_sn-player-base {
        grid-template-rows: 169px auto;
        width: 300px;
    }

    .piano-player-grup .piano_sn-player-base__container {
        max-height: unset;
    }

    .piano-player-grup > :not(:only-child):not(.eo-free):not(:last-child) {
        border-right: 2px solid var(--color-secondary, #000);
        margin-right: 9px;
        padding-right: 9px;
    }
}

@media only screen and (max-width: 968px) {
    .piano-player-grup .piano_sn-player-base {
        grid-template-rows: 200px auto;
    }

    .piano-player-grup {
        flex-direction: column;
    }

    .piano-player-grup > :not(:only-child):not(.eo-free) {
        border-top: 2px solid var(--color-secondary, #000);
        margin-top: 9px;
        padding-top: 9px;
    }

    .piano-player-grup .piano_sn-player-base__title {
        max-height: 76px;
        overflow: hidden;
    }
}

.prize-wheel {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.wheel__title {
    text-align: center;
}@media all {
    div,
    span,
    h2,
    img,
    b,
    center,
    form,
    label {
        margin: 0px;
        padding: 0px;
        border: 0px none;
        outline: 0px none;
        vertical-align: top;
        background: transparent none repeat scroll 0% 0%;
    }

    img {
        max-width: 100%;
    }

    .text h2 {
        text-align: center;
        font-size: 1.8em;
    }

    * {
        margin: 0px;
        padding: 0px;
    }

    .new_price_val,
    .new_price_cur {
        vertical-align: unset;
    }
}

/*! CSS Used from: https://erexol24.pro/fr/39/prelp/v2/src/orderForm.css ; media=all */
@media all {
    #order_form {
        margin: 0 auto;
    }

    #order_form {
        margin-bottom: 20px;
        margin-top: 20px;
        background: #fff;
        padding: 40px;
        max-width: 500px;
        background-image: url(img/formbg.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    #order_form_place,
    .order_form_pole label {
        text-align: center;
    }

    #order_form div {
        background: 0 0 !important;
    }

    #order_form label {
        padding: 5px 0;
        font-weight: 700;
        display: block;
        font-size: 16px;
    }

    #order_form input,
    #order_form select {
        font-size: 21px;
        padding: 15px;
        border-radius: 3px;
        border: 2px solid #e9d7dc;
        max-width: 300px;
        width: 86%;
        box-sizing: border-box;
    }

    .order_form_pole {
        margin-top: 30px;
    }

    #order_form button {
        display: inline-block;
        padding: 20px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
        border-radius: 5px;
        background-color: #0299ff;
        background-position: 1.35em 0.94em;
        background-size: 1em;
        background-repeat: no-repeat;
        transition: all 0.15s ease-in-out;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        margin-top: 20px;
    }

    #order_form span {
        font-size: 12px;
        color: #000;
    }

    @media only screen and (max-width: 600px) {
        #order_form {
            padding: 22px;
        }
    }
}.HEPz0 {
    max-width: 700px
}

.alWgA {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    margin-bottom: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
}

.b5nZr {
    color: var(--call-primary-color, #434343);
    font-weight: var(--font-weight-bold, 700)
}

.xgpv6, .ljiog {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between !important;
    padding-top: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
}

.ljiog {
    background-color: var(--background-color-primary, #fff);
    border: var(--box-border, 1px solid rgba(7, 42, 68, .1));
    border-radius: var(--box-border-radius, 6px);
    box-shadow: var(--button-box-shadow, 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, .07));
    flex-wrap: nowrap;
    padding: 8px 15px
}

@media (max-width: 575.98px) {
    .ljiog {
        align-items: flex-start !important;
        flex-direction: column !important
    }
}

.NRsTS {
    background-color: var(--background-color-primary, #fff);
    border: var(--box-border, 1px solid rgba(7, 42, 68, .1));
    border-radius: var(--box-border-radius, 6px);
    margin-bottom: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important;
    padding: 4px 8px
}

.NsLmR {
    padding: 10px;
    text-align: left !important
}

.OGjHU {
    color: var(--text-primary, #222) !important;
    margin-bottom: var(--space-unit, 1em) !important;
    margin-right: 0 !important;
    text-decoration: none !important
}

@media (min-width: 576px) {
    .OGjHU {
        margin-bottom: 0 !important;
        margin-right: var(--space-unit, 1em) !important
    }
}

.OGjHU:hover {
    opacity: .9
}

.xBllW {
    align-items: center !important;
    color: var(--call-primary-color, #434343);
    display: flex !important;
    font-size: var(--font-size-small, 16px);
    justify-content: flex-end !important;
    margin-left: auto !important;
    margin-left: 30px;
    margin-right: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
}

.xBllW span {
    margin-bottom: 0 !important;
    margin-left: 10px
}

.KgC64 {
    height: 8px;
    min-width: 8px;
    position: relative;
    width: 8px
}

.KgC64, .KgC64:before {
    background-color: var(--call-primary-color, #434343);
    border-radius: 50%
}

.KgC64:before {
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-name: pQHX1;
    content: "";
    height: 100%;
    opacity: .4;
    position: absolute;
    width: 100%
}

.FojOG {
    display: none !important
}

@media (min-width: 576px) {
    .FojOG {
        display: block !important
    }
}

.zVdJT {
    display: block !important
}

@media (min-width: 576px) {
    .zVdJT {
        display: none !important
    }
}

@keyframes pQHX1 {
    0% {
        transform: scale(2.3)
    }
    50% {
        transform: scale(0)
    }
    to {
        transform: scale(2.3)
    }
}

.S7MQ8 {
    font-weight: var(--font-weight-bold, 700)
}

.ak6vh {
    display: block !important
}

@media (min-width: 576px) {
    .ak6vh {
        display: none !important
    }
}

.i3zNG {
    display: flex !important;
    flex-direction: column !important;
    gap: var(--space-unit, 1em)
}

.GJ1Ij {
    align-items: flex-start !important;
    font-size: var(--font-size-normal, 16px)
}

.GJ1Ij, .BY71y {
    display: flex !important;
    flex-direction: row !important
}

.BY71y {
    align-items: center !important;
    flex: 1;
    overflow: hidden;
    padding: 0 !important
}

.WESFb {
    color: var(--text-secondary, #777);
    font-size: var(--font-size-small, 16px);
    font-weight: var(--font-weight-normal, 400);
    padding-top: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important;
    text-align: right
}

._bU_J {
    align-items: flex-end !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin-left: auto;
    padding: 0 !important;
    width: -moz-max-content;
    width: max-content
}

.VDzrj {
    align-items: center !important;
    background-color: var(--call-primary-color, #434343);
    border-radius: var(--box-border-radius, 6px);
    display: flex !important;
    font-weight: var(--font-weight-bold, 700);
    justify-content: flex-end !important
}

.m6X3E {
    color: var(--text-light, #fff);
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.4em;
    overflow: hidden;
    padding: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) var(--spacer-md, calc(var(--space-unit, 1em) * .75)) !important;
    text-overflow: ellipsis
}

.m6X3E, .iNQ3v {
    font-size: var(--font-size-small, 16px)
}

.iNQ3v {
    align-items: flex-start;
    color: var(--text-primary, #222);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--spacer-xs, calc(var(--space-unit, 1em) * .325))
}

@media (max-width: 575.98px) {
    .iNQ3v {
        font-size: var(--font-size-small, 16px)
    }
}

.B0Wm7 {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important
}

.eCpQ4 {
    padding-left: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important;
    padding-right: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
}

.eCpQ4 a {
    color: var(--text-primary, #222) !important;
    font-size: var(--font-size-normal, 16px);
    font-weight: var(--font-weight-bold, 700);
    text-decoration: none
}

.eCpQ4:hover {
    text-decoration: underline
}

.nrV_U {
    display: flex !important
}

.VtvJI {
    position: relative
}

.XFHeu {
    background: var(--connected-green, #80d764);
    border: 2px solid var(--background-color-primary, #fff);
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 30%;
    position: absolute;
    right: 0;
    width: 30%
}

.eUTUK {
    border-radius: 50%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.qWjNS {
    position: relative
}

.WvpBy {
    background-color: var(--text-secondary, #777);
    border-radius: var(--box-border-radius, 6px);
    color: var(--background-color-primary, #fff);
    font-size: var(--font-size-small, 16px) !important;
    font-weight: var(--font-weight-normal, 400) !important;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 150%;
    transition: opacity .3s;
    visibility: hidden;
    width: 120px;
    z-index: 3
}

.qWjNS .WvpBy:after {
    border-color: var(--text-secondary, #777) transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: -10px;
    transform: rotate(180deg)
}

.qWjNS:hover .WvpBy {
    opacity: 1;
    visibility: visible
}

.qWjNS .ekYqi {
    left: -45%;
    top: -160%;
    width: 180px
}

.qWjNS .ekYqi:after {
    left: 50%;
    top: 100%;
    transform: none
}

.qWjNS .Us_iP {
    left: -95px;
    top: 0;
    width: 148px
}

.qWjNS .Us_iP:after {
    left: 153px;
    top: 10px;
    transform: rotate(270deg)
}

.qWjNS .u4Ssa {
    left: 93px;
    top: 0;
    width: 148px
}

.qWjNS .u4Ssa:after {
    left: -5px;
    top: 10px;
    transform: rotate(90deg)
}

.UzU13 {
    display: flex !important;
    flex-direction: row !important;
    gap: var(--space-unit, 1em);
    padding: 0 !important;
    padding-right: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important;
    width: 100%
}

.xoH8b {
    display: flex !important;
    flex: 1;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hM07w {
    color: var(--text-primary, #222);
    cursor: pointer;
    font-size: var(--font-size-normal, 16px);
    font-weight: var(--font-weight-bold, 700);
    line-height: var(--line-height-loose, 1.38em);
    padding-bottom: var(--spacer-xxs, calc(var(--space-unit, 1em) * .25)) !important
}

.ZKS33 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hM07w a {
    color: inherit !important;
    text-decoration: none !important
}

.hM07w a:hover {
    color: var(--text-primary, #222) !important;
    text-decoration: underline !important
}

.WYlFJ {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacer-sm, calc(var(--space-unit, 1em) * .5))
}

.WYlFJ .GqFzl, .WYlFJ .uQ_YP {
    color: var(--text-secondary, #777);
    cursor: default
}

.WYlFJ .bzmL7 {
    color: var(--text-primary, #222);
    cursor: default
}

.WYlFJ .uQ_YP {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--spacer-xs, calc(var(--space-unit, 1em) * .325))
}

.WYlFJ .mDdcV {
    font-size: var(--font-size-extra-small, 14px);
    font-weight: var(--font-weight-normal, 400);
    overflow: hidden
}

.S6qAy, .E0bdY {
    align-items: center !important;
    color: var(--text-primary, #222);
    display: flex !important;
    flex-direction: row !important;
    font-size: var(--font-size-small, 16px);
    font-weight: var(--font-weight-normal, 400);
    gap: var(--spacer-xs, calc(var(--space-unit, 1em) * .325))
}

.E0bdY {
    align-items: flex-start !important;
    padding-top: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
}

@media (max-width: 768px) {
    .xoH8b {
        font-size: var(--font-size-small, 16px)
    }
}

.rZaGz, .KsSsJ {
    color: var(--text-secondary, #777)
}

.rZaGz {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ngyo3 {
    background-color: var(--text-secondary, #777);
    border-radius: 50%;
    height: 3px;
    min-width: 3px;
    width: 3px
}

.zHyT4 a.aQnmn {
    color: var(--text-primary, #222) !important;
    cursor: pointer;
    font-weight: var(--font-weight-bold, 700);
    text-decoration: none
}

.CxEwW {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.CBofB {
    display: block;
    width: 100%
}

@keyframes react-loading-skeleton {
    to {
        transform: translateX(100%)
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    border-radius: .25rem;
    display: inline-flex;
    line-height: 1;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.react-loading-skeleton:after {
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-iteration-count: infinite;
    animation-name: react-loading-skeleton;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(90deg, var(--base-color), var(--highlight-color), var(--base-color));
    background-repeat: no-repeat;
    content: " ";
    display: var(--pseudo-element-display);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none
    }
}

.wsMYh {
    position: relative
}

.cHfoR {
    flex-direction: row !important
}

.cHfoR, .KEZKW {
    display: flex !important;
    justify-content: flex-start !important
}

.KEZKW {
    flex: 1;
    flex-direction: column !important;
    margin: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important;
    min-width: 80px;
    text-align: left
}

.UJTz9 {
    flex-direction: column !important;
    margin-top: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
}

._sH59, .UJTz9 {
    display: flex !important;
    justify-content: center !important
}

._sH59 {
    align-items: center !important;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    z-index: 2
}

.JrDIM {
    border: var(--box-border, 1px solid rgba(7, 42, 68, .1));
    border-radius: var(--box-border-radius, 6px);
    box-shadow: var(--box-shadow, 0 2px 5px rgba(7, 42, 68, .1));
    padding: var(--space-unit, 1em) !important
}

.owTLY {
    align-items: flex-end !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    margin-left: auto;
    margin-top: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important;
    padding: 0 !important;
    width: -moz-max-content;
    width: max-content
}

.nQ5Vi, .owTLY {
    display: flex !important
}

.nQ5Vi {
    align-items: center !important;
    background-color: var(--call-primary-color, #434343);
    border-radius: var(--box-border-radius, 6px);
    font-weight: var(--font-weight-bold, 700);
    justify-content: flex-end !important
}

.HKwHC {
    color: var(--text-light, #fff);
    display: -webkit-box;
    font-size: var(--font-size-extra-small, 14px);
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.4em;
    overflow: hidden;
    padding: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) var(--spacer-md, calc(var(--space-unit, 1em) * .75)) !important;
    text-overflow: ellipsis
}

a.AOMj9, button.AOMj9 {
    align-items: center;
    -webkit-appearance: initial !important;
    background-color: var(--call-primary-color, #434343) !important;
    border: 1px solid;
    border-color: var(--call-primary-color, #434343) !important;
    border-radius: var(--box-border-radius, 6px) !important;
    color: var(--text-light, #fff) !important;
    cursor: pointer;
    display: flex;
    font-size: var(--font-size-normal, 16px);
    font-weight: var(--font-weight-bold, 700);
    gap: var(--spacer-sm, calc(var(--space-unit, 1em) * .5));
    justify-content: center;
    padding: var(--spacer-md, calc(var(--space-unit, 1em) * .75)) var(--space-unit, 1em) !important;
    text-decoration: none !important;
    transition: background-color .3s ease-in-out
}

a.AOMj9.hPLj8, button.AOMj9.hPLj8 {
    padding: .6em .8em
}

a.AOMj9.hPLj8 > svg, button.AOMj9.hPLj8 > svg {
    margin: 0 !important
}

a.AOMj9 > svg, button.AOMj9 > svg {
    fill: var(--text-light, #fff);
    fill-rule: evenodd;
    color: inherit
}

a.AOMj9.mhaJE, button.AOMj9.mhaJE {
    background-color: var(--cancel-primary, #c73c49) !important;
    border-color: var(--cancel-primary, #c73c49) !important
}

a.AOMj9.Y8Ntx, button.AOMj9.Y8Ntx {
    background-color: var(--success-primary, #4d9e33) !important;
    border-color: var(--success-primary, #4d9e33) !important
}

a.AOMj9.Xv1mP, button.AOMj9.Xv1mP {
    background-color: var(--background-color-primary, #fff) !important;
    color: var(--call-primary-color, #434343) !important
}

a.AOMj9.Xv1mP.Xv1mP > svg, button.AOMj9.Xv1mP.Xv1mP > svg {
    fill: var(--call-primary-color, #434343);
    fill-rule: evenodd
}

a.AOMj9.Xv1mP.mhaJE, button.AOMj9.Xv1mP.mhaJE {
    border-color: var(--cancel-primary, #c73c49) !important;
    color: var(--cancel-primary, #c73c49) !important
}

a.AOMj9.Xv1mP.Y8Ntx, button.AOMj9.Xv1mP.Y8Ntx {
    border-color: var(--success-primary, #4d9e33) !important;
    color: var(--success-primary, #4d9e33) !important
}

a.AOMj9:hover:not(:disabled), button.AOMj9:hover:not(:disabled) {
    background-color: var(--call-primary-color, #434343) !important;
    color: var(--text-light, #fff) !important;
    cursor: pointer;
    opacity: .9;
    text-decoration: none !important
}

a.AOMj9:hover:not(:disabled).mhaJE, button.AOMj9:hover:not(:disabled).mhaJE {
    background-color: var(--cancel-primary, #c73c49) !important
}

a.AOMj9:hover:not(:disabled).Y8Ntx, button.AOMj9:hover:not(:disabled).Y8Ntx {
    background-color: var(--success-primary, #4d9e33) !important
}

a.AOMj9:hover:not(:disabled).Xv1mP, button.AOMj9:hover:not(:disabled).Xv1mP {
    background-color: var(--background-color-primary, #fff) !important;
    color: var(--call-primary-color, #434343) !important
}

a.AOMj9:hover:not(:disabled).Xv1mP.mhaJE, button.AOMj9:hover:not(:disabled).Xv1mP.mhaJE {
    color: var(--cancel-primary, #c73c49) !important
}

a.AOMj9:hover:not(:disabled).Xv1mP.Y8Ntx, button.AOMj9:hover:not(:disabled).Xv1mP.Y8Ntx {
    color: var(--success-primary, #4d9e33) !important
}

a.AOMj9:disabled, button.AOMj9:disabled {
    background-color: var(--background-color-secondary, #e8e8e8);
    color: var(--text-secondary, #777);
    cursor: not-allowed;
    opacity: .5
}

a.AOMj9:focus, button.AOMj9:focus {
    box-shadow: 0 0 0 .125em var(--bit-accent-bg, var(--darken-text-tertiary, #f1efed));
    outline: none
}

a.AOMj9.GvMQA, button.AOMj9.GvMQA {
    border: 1px solid transparent !important;
    box-shadow: none !important
}

a.AOMj9::-moz-focus-inner, button.AOMj9::-moz-focus-inner {
    border: 0
}

.Tn92B {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    margin-bottom: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important;
    margin-top: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
}

.logoraContainer {
    color: var(--text-primary, #222);
    font-display: swap;
    font-family: var(--font-family, "Montserrat");
    font-size: var(--font-size-normal, 16px);
    font-weight: var(--font-weight-normal, 400) !important;
    line-height: var(--line-height-normal, 1.26em);
    word-break: normal
}

.logoraContainer *, .logoraContainer :after, .logoraContainer :before {
    box-sizing: border-box
}

.logoraContainer article, .logoraContainer aside, .logoraContainer figcaption, .logoraContainer figure, .logoraContainer footer, .logoraContainer header, .logoraContainer hgroup, .logoraContainer main, .logoraContainer nav, .logoraContainer section {
    display: block
}

.logoraContainer [tabindex="-1"]:focus {
    outline: 0 !important
}

.logoraContainer hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.logoraContainer h1, .logoraContainer h2, .logoraContainer h3, .logoraContainer h4, .logoraContainer h5, .logoraContainer h6 {
    margin: 0 0 .5em
}

.logoraContainer p {
    margin: 0
}

.logoraContainer abbr[data-original-title], .logoraContainer abbr[title] {
    border-bottom: 0;
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.logoraContainer dl, .logoraContainer ol, .logoraContainer ul {
    margin-bottom: 1rem;
    margin-top: 0
}

.logoraContainer ol ol, .logoraContainer ol ul, .logoraContainer ul ol, .logoraContainer ul ul {
    margin-bottom: 0
}

.logoraContainer blockquote {
    border-left: 4px solid var(--text-secondary, #777);
    color: var(--text-secondary, #777);
    margin: 1em 0;
    padding-left: 1em
}

.logoraContainer b, .logoraContainer strong {
    font-weight: var(--font-weight-bold, 700)
}

.logoraContainer small {
    font-size: 80%
}

.logoraContainer sub, .logoraContainer sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.logoraContainer sub {
    bottom: -.25em
}

.logoraContainer sup {
    top: -.5em
}

.logoraContainer a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

.logoraContainer a:not([href]):not([tabindex]):focus, .logoraContainer a:not([href]):not([tabindex]):hover {
    color: inherit;
    outline: 0;
    text-decoration: none
}

.logoraContainer pre {
    margin: 0 0 1rem;
    overflow: auto
}

.logoraContainer figure {
    margin: 0 0 1rem
}

.logoraContainer img {
    border-style: none;
    vertical-align: middle
}

.logoraContainer svg {
    overflow: hidden;
    vertical-align: middle
}

.logoraContainer table {
    border-collapse: collapse
}

.logoraContainer th {
    text-align: inherit
}

.logoraContainer label {
    display: inline-block;
    margin-bottom: .5em
}

.logoraContainer button {
    border-radius: 0
}

.logoraContainer button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.logoraContainer button, .logoraContainer input, .logoraContainer optgroup, .logoraContainer select, .logoraContainer textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.logoraContainer button, .logoraContainer input {
    overflow: visible
}

.logoraContainer button, .logoraContainer select {
    text-transform: none
}

.logoraContainer select {
    word-wrap: normal
}

.logoraContainer [type=button], .logoraContainer [type=reset], .logoraContainer [type=submit], .logoraContainer button {
    -webkit-appearance: button
}

.logoraContainer [type=button]::-moz-focus-inner, .logoraContainer [type=reset]::-moz-focus-inner, .logoraContainer [type=submit]::-moz-focus-inner, .logoraContainer button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.logoraContainer input[type=checkbox], .logoraContainer input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.logoraContainer textarea {
    overflow: auto;
    resize: vertical
}

.logoraContainer progress {
    vertical-align: baseline
}

.logoraContainer [type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

.logoraContainer [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.logoraContainer a, .logoraContainer button {
    background: inherit;
    color: inherit;
    cursor: pointer
}

.logoraContainer a {
    border: none;
    text-decoration: none !important
}

.logoraContainer a:hover, .logoraContainer button:hover {
    background: inherit;
    color: inherit
}

.logoraContainer a:focus, .logoraContainer a:visited {
    color: inherit
}

.logoraContainer ul {
    margin-bottom: 0
}

.logoraContainer img {
    max-width: none !important
}

.logoraContainer input:focus, .logoraContainer input:focus-visible, .logoraContainer input:focus-within {
    outline: none
}

.logoraContainer button::-moz-focus-inner {
    border: 0
}

.logoraContainer svg {
    display: block;
    fill: var(--text-primary, #222)
}

.logoraContainer form {
    margin: 0 !important
}

.logoraContainer label {
    font-weight: var(--font-weight-normal, 400) !important;
    overflow: visible !important
}

@media (prefers-color-scheme: dark) {
    .logoraDarkMode {
        --background-color-container: #000 !important;
        --background-color-primary: #1f1e1c !important;
        --background-color-secondary: #727272 !important;
        --text-primary: #f1eded !important;
        --text-secondary: #d9d9d9 !important;
        --text-tertiary: #3d3d3d !important;
        --box-border: 1px solid #807e7c !important;
        --darken-text-tertiary: #535353 !important;
        --darkest-text-tertiary: #807e7c !important;
        --tag-text-color: #f1eded !important;
        --box-border-main-container: 0 !important
    }
}

.qPEQV {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: var(--spacer-lg, calc(var(--space-unit, 1em) * 1.5)) !important;
    text-align: center;
    width: 100%
}

.EOW29 {
    font-family: var(--font-family, "Montserrat")
}

@media (max-width: 767.98px) {
    .EOW29 {
        margin: var(--spacer-sm, calc(var(--space-unit, 1em) * .5)) !important
    }
}

@media (min-width: 576px) {
    .EOW29 {
        min-width: 400px
    }
}

.vL12Y {
    border: var(--box-border, 1px solid rgba(7, 42, 68, .1));
    border-radius: var(--box-border-radius, 6px);
    box-shadow: var(--box-shadow, 0 2px 5px rgba(7, 42, 68, .1));
    display: flex !important;
    flex-direction: row !important;
    padding: var(--space-unit, 1em) !important;
    transition: visibility 0s 2s;
    visibility: visible
}

.vL12Y.zxTv6 {
    background-color: var(--call-primary-color, #434343)
}

.vL12Y.xe2dT {
    background-color: var(--success-primary, #4d9e33)
}

.vL12Y.PTorF {
    background-color: var(--cancel-primary, #c73c49)
}

.gMnmU {
    margin-right: var(--spacer-xl, calc(var(--space-unit, 1em) * 3)) !important
}

.QT9AU {
    margin-left: auto !important
}

.WkqM8 {
    background-color: none !important;
    border: none !important;
    color: var(--text-light, #fff) !important;
    cursor: pointer;
    font-size: var(--font-size-extra-small, 14px);
    outline: none
}

.xxdlP {
    color: var(--text-light, #fff);
    font-size: var(--font-size-normal, 16px);
    font-weight: var(--font-weight-bold, 700)
}

.z_WYM {
    align-items: center;
    color: var(--text-light, #fff);
    display: flex !important;
    font-size: var(--font-size-small, 16px);
    gap: var(--spacer-xxs, calc(var(--space-unit, 1em) * .25));
    margin-top: var(--space-unit, 1em) !important
}

.z_WYM, .z_WYM .VJDI0 {
    width: -moz-fit-content;
    width: fit-content
}

#logoraRoot {
    --call-primary-color: #888888;
    --for-primary-color: #252525;
    --against-primary-color: #818181;
    --font-family: Source Sans Pro;
    --title-font-family: Source Sans Pro;
    --first-position-color-primary: #417EC7;
    --second-position-color-primary: #C24D50;
    --third-position-color-primary: #9b9b9b;
    --text-primary: #222222;
    --text-secondary: #777777;
    --text-tertiary: #fafafa;
    --success-primary: #4d9e33;
    --cancel-primary: #c73c49;
    --box-border-radius: 10px;
    --box-border-main-container: var(--box-border);
    --box-shadow: 0px 2px 5px rgba(7, 42, 68, 0.1);
    --box-border: 1px solid rgba(7, 42, 68, 0.1);
    --background-color-primary: white;
    --background-color-secondary: #E8E8E8;
    --background-color-container: white;
    --tag-text-color: var(--call-primary-color);
    --tag-border-color: var(--call-primary-color);
    --font-size-extra-large: 18px;
    --font-size-medium: 18px;
    --font-size-large: 16px;
    --font-size-normal: 14px;
    --font-size-small: 12px;
    --font-size-extra-small: 10px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --line-height-none: 1em;
    --line-height-tight: 1.08em;
    --line-height-normal: 1.26em;
    --line-height-loose: 1.38em;
    --use-google-fonts: true;
    --font-size-title: 18px
}
.scroll100 {
    height: 1px; /* или 10px — не важно */
}
.order_pre_form {
    margin-top: 20px;
}
.product-link {
    display: inline-block;
    font-weight: 600;
    color: #b10b1f !important;
}