.ts--embed .white {
    color: #ffffff !important;
}

.ts--embed .black {
    color: #000000 !important;
}

.ts--embed .black333 {
    color: #333333 !important;
}

.ts--embed .greyccc {
    color: #cccccc !important;
}

.ts--embed .grey {
    color: #999999 !important;
}

.ts--embed .ml5m {
    margin-left: -5px;
}

.ts--embed .mt6m {
    margin-top: -6px;
}

.ts--embed .grey666 {
    color: #666666 !important;
}

.ts--embed .super-grey {
    color: #475669 !important;
}

.ts--embed .light-sgrey {
    color: #76869b !important;
}

.ts--embed .bronze {
    color: #c29b86 !important;
}

.ts--embed .s-grey {
    color: #475669 !important;
}

.ts--embed .orange-lbc {
    color: #ff8e41 !important;
}

.ts--embed .orange-light {
    color: #e7ba06 !important;
}

.ts--embed .lite-grey {
    color: #bbbbbb !important;
}

.ts--embed .bg-light-green {
    background-color: #e5f6ec !important;
}

.ts--embed .bg-light-purple {
    background-color: #e8cdf5 !important;
}

.ts--embed .bg-red-bright {
    background-color: rgb(253, 177, 173) !important;
}

.ts--embed .bg-dark-red {
    background-color: #eeafad !important;
}

.ts--embed .bg-dark-green {
    background-color: #ddede3 !important;
}

.ts--embed .bg-light-grey {
    background-color: #eeeeee !important;
}

.ts--embed .bg-dark-grey {
    background-color: #d2d2d2 !important;
}

.ts--embed .bg-super-grey {
    background-color: #aaaaaa !important;
}

.ts--embed .bg-tranparent {
    background-color: transparent !important;
}

.ts--embed .bg-light-red {
    background-color: #ffe6e4 !important;
}

.ts--embed .bg-light-blue {
    background-color: #d4e4f2 !important;
}

.ts--embed .bg-light-orange {
    background-color: #f9f6e5 !important;
}

.ts--embed .bg-white {
    background-color: #ffffff !important;
}

.ts--embed .bg-grey {
    background-color: #efefef !important;
}

.ts--embed .bg-red {
    background-color: rgba(200, 56, 49, 0.10) !important;
}

.ts--embed .bg-green {
    background-color: #00a551 !important;
}

.ts--embed .bg-red-bright {
    background-color: rgba(255, 25, 14, 0.29) !important;
}

.ts--embed .bg-green--bright {
    background-color: #c8e4d2 !important;
}

.ts--embed .bg-orange--bright {
    background-color: rgba(255, 142, 65, 0.26) !important;
}

.ts--embed .bg-red--bright {
    background-color: rgba(200, 56, 49, 0.24) !important;
}

.ts--embed .bg-blue--bright {
    background-color: rgba(52, 136, 178, 0.24) !important;
}

.ts--embed .red {
    color: #e03a3a !important;
}

.ts--embed .bardo {
    color: #ab2a2a !important;
}

.ts--embed .bright-red {
    color: #ff0000 !important;
}

.ts--embed .orange {
    color: #dfa918 !important;
}

.ts--embed .orange-dark {
    color: #d77432 !important;
}

.ts--embed .bright-orange {
    color: #f8fe41 !important;
}

.ts--embed .yellow {
    color: #f2c94c !important;
}

.ts--embed .turquoise {
    color: #039097 !important;
}

.ts--embed .green {
    color: #00a551 !important;
}

.ts--embed .dark-green {
    color: #13653b !important;
}

.ts--embed .extralite-green {
    color: #75b71f !important;
}

.ts--embed .green-00a698 {
    color: #00a698 !important;
}

.ts--embed .light-green {
    color: #a9ca0a !important;
}

.ts--embed .blue {
    color: #3488b2 !important;
}

.ts--embed .dark-blue {
    color: #215f86 !important;
}

.ts--embed .turquoise {
    color: #039097 !important;
}

.ts--embed .purple {
    color: #ce30e5 !important;
}

.ts--embed .blue-lite {
    color: #0070ff;
}

.ts--embed .back-red {
    background-color: #e03a3a !important;
}

.ts--embed .link-blue {
    color: #318cc6 !important;
}

.ts--embed .blue-dark {
    color: #215f86 !important;
}

.ts--embed .gold {
    color: #9e8d47 !important;
}

.ts--embed .light-gold {
    color: #e7bb08 !important;
}

.ts--embed .red-bg {
    background-color: #f4cbcb !important;
}

.ts--embed .green-bg {
    background-color: #d8ead2 !important;
}

.ts--embed .dark-green-bg {
    background-color: rgba(44, 121, 43, 0.6) !important;
}

.ts--embed .yellow-bg {
    background-color: #fff2cd !important;
}

.ts--embed .gray-bg {
    background-color: #eeeeee !important;
}

.ts--embed .bg-orange {
    background-color: #dfa918 !important;
}

.ts--embed .pointer {
    cursor: pointer !important;
}

.ts--embed .cur-help {
    cursor: help !important;
}

.ts--embed .cur-default {
    cursor: default !important;
}

.ts--embed .pull-right, .flr {
    float: right !important;
}

.ts--embed .pull-left, .fll {
    float: left !important;
}

.ts--embed .fln {
    float: none !important;
}

.ts--embed .clear-both {
    clear: both !important;
}

.ts--embed .clear-none {
    clear: none !important;
}

.ts--embed .ov-hidden {
    overflow: hidden !important;
}

.ts--embed .ov-y {
    overflow: scroll !important;
}

.ts--embed .no-visible {
    visibility: hidden !important;
}

.ts--embed .ov-auto {
    overflow: auto !important;
}

.ts--embed .inline {
    display: inline !important;
}

.ts--embed .d-ib {
    display: inline-block !important;
}

.ts--embed .hidden {
    display: none !important;
}

.ts--embed .block {
    display: block !important;
}

.ts--embed .table {
    display: table !important;
}

.ts--embed .w-auto {
    width: auto !important;
}

.ts--embed .h-auto {
    height: auto !important;
}

.ts--embed .t-auto {
    top: auto !important;
}

.ts--embed .relative {
    position: relative !important;
}

.ts--embed .absolute {
    position: absolute !important;
}

.ts--embed .static {
    position: static !important;
}

.ts--embed .fixed {
    position: fixed !important;
}

.ts--embed .bold {
    font-weight: bold !important;
}

.ts--embed .normal {
    font-weight: normal !important;
}

.ts--embed .italic {
    font-style: italic !important;
}

.ts--embed .nowrap {
    white-space: nowrap !important;
}

.ts--embed .ws-normal {
    white-space: normal !important;
}

.ts--embed .no-transform {
    text-transform: none !important;
}

.ts--embed .lowercase {
    text-transform: lowercase !important;
}

.ts--embed .uppercase {
    text-transform: uppercase !important;
}

.ts--embed .center {
    text-align: center !important;
}

.ts--embed .right {
    text-align: right !important;
}

.ts--embed .left {
    text-align: left !important;
}

.ts--embed .middle {
    vertical-align: middle !important;
}

.ts--embed .baseline {
    vertical-align: baseline !important;
}

.ts--embed .va-top {
    vertical-align: top !important;
}

.ts--embed .va-bottom {
    vertical-align: bottom !important;
}

.ts--embed .no-decoration {
    text-decoration: none !important;
}

.ts--embed .underline {
    text-decoration: underline !important;
}

.ts--embed .link-underline {
    text-decoration: underline !important;
}

.ts--embed .line-through {
    text-decoration: line-through !important;
}

.ts--embed .link-underline:hover {
    text-decoration: none !important;
}

.ts--embed .dotted {
    border-bottom: dotted 1px;
}

.ts--embed .line-through {
    text-decoration: line-through !important;
}

.ts--embed .no-border {
    border: none !important;
}

.ts--embed .circle-ava {
    border-radius: 50px;
    margin-right: 5px;
}

.ts--embed .h100p {
    height: 100% !important;
}

.ts--embed .w20 {
    width: 20px !important;
}

.ts--embed .w100 {
    width: 100px !important;
}

.ts--embed .w33p {
    width: 33.3% !important;
}

.ts--embed .w66p {
    width: 66.7% !important;
}

.ts--embed .w0p {
    width: 0% !important;
}

.ts--embed .w5p {
    width: 5% !important;
}

.ts--embed .w10p {
    width: 10% !important;
}

.ts--embed .w15p {
    width: 15% !important;
}

.ts--embed .w20p {
    width: 20% !important;
}

.ts--embed .w25p {
    width: 25% !important;
}

.ts--embed .w30p {
    width: 30% !important;
}

.ts--embed .w35p {
    width: 35% !important;
}

.ts--embed .w40p {
    width: 40% !important;
}

.ts--embed .w45p {
    width: 45% !important;
}

.ts--embed .w50p {
    width: 50% !important;
}

.ts--embed .w55p {
    width: 55% !important;
}

.ts--embed .w60p {
    width: 60% !important;
}

.ts--embed .w65p {
    width: 65% !important;
}

.ts--embed .w70p {
    width: 70% !important;
}

.ts--embed .w75p {
    width: 75% !important;
}

.ts--embed .w80p {
    width: 80% !important;
}

.ts--embed .w60p {
    width: 60% !important;
}

.ts--embed .w85p {
    width: 85% !important;
}

.ts--embed .w90p {
    width: 90% !important;
}

.ts--embed .w95p {
    width: 95% !important;
}

.ts--embed .w100p {
    width: 100% !important;
}

.ts--embed .m-auto {
    margin: auto;
}

.ts--embed .m0 {
    margin: 0px !important;
}

.ts--embed .m5 {
    margin: 5px !important;
}

.ts--embed .m10 {
    margin: 10px !important;
}

.ts--embed .m15 {
    margin: 15px !important;
}

.ts--embed .m20 {
    margin: 20px !important;
}

.ts--embed .m25 {
    margin: 25px !important;
}

.ts--embed .m30 {
    margin: 30px !important;
}

.ts--embed .m35 {
    margin: 35px !important;
}

.ts--embed .m40 {
    margin: 40px !important;
}

.ts--embed .m45 {
    margin: 45px !important;
}

.ts--embed .m50 {
    margin: 50px !important;
}

.ts--embed .m55 {
    margin: 55px !important;
}

.ts--embed .m60 {
    margin: 60px !important;
}

.ts--embed .m65 {
    margin: 65px !important;
}

.ts--embed .m70 {
    margin: 70px !important;
}

.ts--embed .m75 {
    margin: 75px !important;
}

.ts--embed .m80 {
    margin: 80px !important;
}

.ts--embed .m85 {
    margin: 85px !important;
}

.ts--embed .m90 {
    margin: 90px !important;
}

.ts--embed .m95 {
    margin: 95px !important;
}

.ts--embed .m100 {
    margin: 100px !important;
}

.ts--embed .ml0 {
    margin-left: 0px !important;
}

.ts--embed .ml5 {
    margin-left: 5px !important;
}

.ts--embed .ml10 {
    margin-left: 10px !important;
}

.ts--embed .ml7 {
    margin-left: 7px !important;
}

.ts--embed .ml15 {
    margin-left: 15px !important;
}

.ts--embed .ml20 {
    margin-left: 20px !important;
}

.ts--embed .ml25 {
    margin-left: 25px !important;
}

.ts--embed .ml30 {
    margin-left: 30px !important;
}

.ts--embed .ml35 {
    margin-left: 35px !important;
}

.ts--embed .ml37 {
    margin-left: 37px;
}

.ts--embed .ml40 {
    margin-left: 40px !important;
}

.ts--embed .ml45 {
    margin-left: 45px !important;
}

.ts--embed .ml50 {
    margin-left: 50px !important;
}

.ts--embed .ml55 {
    margin-left: 55px !important;
}

.ts--embed .ml60 {
    margin-left: 60px !important;
}

.ts--embed .ml65 {
    margin-left: 65px !important;
}

.ts--embed .ml70 {
    margin-left: 70px !important;
}

.ts--embed .ml75 {
    margin-left: 75px !important;
}

.ts--embed .ml80 {
    margin-left: 80px !important;
}

.ts--embed .ml85 {
    margin-left: 85px !important;
}

.ts--embed .ml90 {
    margin-left: 90px !important;
}

.ts--embed .ml95 {
    margin-left: 95px !important;
}

.ts--embed .ml100 {
    margin-left: 100px !important;
}

.ts--embed .mr0 {
    margin-right: 0 !important;
}

.ts--embed .ml-auto {
    margin-left: auto !important;
}

.ts--embed .mr5 {
    margin-right: 5px !important;
}

.ts--embed .mr10 {
    margin-right: 10px !important;
}

.ts--embed .mr15 {
    margin-right: 15px !important;
}

.ts--embed .mr20 {
    margin-right: 20px !important;
}

.ts--embed .mr25 {
    margin-right: 25px !important;
}

.ts--embed .mr30 {
    margin-right: 30px !important;
}

.ts--embed .mr35 {
    margin-right: 35px !important;
}

.ts--embed .mr40 {
    margin-right: 40px !important;
}

.ts--embed .mr45 {
    margin-right: 45px !important;
}

.ts--embed .mr50 {
    margin-right: 50px !important;
}

.ts--embed .mr55 {
    margin-right: 55px !important;
}

.ts--embed .mr60 {
    margin-right: 60px !important;
}

.ts--embed .mr65 {
    margin-right: 65px !important;
}

.ts--embed .mr70 {
    margin-right: 70px !important;
}

.ts--embed .mr75 {
    margin-right: 75px !important;
}

.ts--embed .mr80 {
    margin-right: 80px !important;
}

.ts--embed .mr85 {
    margin-right: 85px !important;
}

.ts--embed .mr90 {
    margin-right: 90px !important;
}

.ts--embed .mr95 {
    margin-right: 95px !important;
}

.ts--embed .mr100 {
    margin-right: 100px !important;
}

.ts--embed .mt0 {
    margin-top: 0px !important;
}

.ts--embed .mt5 {
    margin-top: 5px !important;
}

.ts--embed .mt10 {
    margin-top: 10px !important;
}

.ts--embed .mt15 {
    margin-top: 15px !important;
}

.ts--embed .mt20 {
    margin-top: 20px !important;
}

.ts--embed .mt2 {
    margin-top: 2px !important;
}

.ts--embed .mt25 {
    margin-top: 25px !important;
}

.ts--embed .mt30 {
    margin-top: 30px !important;
}

.ts--embed .mt35 {
    margin-top: 35px !important;
}

.ts--embed .mt40 {
    margin-top: 40px !important;
}

.ts--embed .mt45 {
    margin-top: 45px !important;
}

.ts--embed .mt50 {
    margin-top: 50px !important;
}

.ts--embed .mt55 {
    margin-top: 55px !important;
}

.ts--embed .mt60 {
    margin-top: 60px !important;
}

.ts--embed .mt65 {
    margin-top: 65px !important;
}

.ts--embed .mt70 {
    margin-top: 70px !important;
}

.ts--embed .mt75 {
    margin-top: 75px !important;
}

.ts--embed .mt80 {
    margin-top: 80px !important;
}

.ts--embed .mt85 {
    margin-top: 85px !important;
}

.ts--embed .mt90 {
    margin-top: 90px !important;
}

.ts--embed .mt95 {
    margin-top: 95px !important;
}

.ts--embed .mt100 {
    margin-top: 100px !important;
}

.ts--embed .mt210 {
    margin-top: 210px !important;
}

.ts--embed .mb0 {
    margin-bottom: 0px !important;
}

.ts--embed .mb5 {
    margin-bottom: 5px !important;
}

.ts--embed .mb10 {
    margin-bottom: 10px !important;
}

.ts--embed .mb15 {
    margin-bottom: 15px !important;
}

.ts--embed .mb20 {
    margin-bottom: 20px !important;
}

.ts--embed .mb25 {
    margin-bottom: 25px !important;
}

.ts--embed .mb30 {
    margin-bottom: 30px !important;
}

.ts--embed .mb35 {
    margin-bottom: 35px !important;
}

.ts--embed .mb40 {
    margin-bottom: 40px !important;
}

.ts--embed .mb45 {
    margin-bottom: 45px !important;
}

.ts--embed .mb50 {
    margin-bottom: 50px !important;
}

.ts--embed .mb55 {
    margin-bottom: 55px !important;
}

.ts--embed .mb60 {
    margin-bottom: 60px !important;
}

.ts--embed .mb65 {
    margin-bottom: 65px !important;
}

.ts--embed .mb70 {
    margin-bottom: 70px !important;
}

.ts--embed .mb75 {
    margin-bottom: 75px !important;
}

.ts--embed .mb80 {
    margin-bottom: 80px !important;
}

.ts--embed .mb85 {
    margin-bottom: 85px !important;
}

.ts--embed .mb90 {
    margin-bottom: 90px !important;
}

.ts--embed .mb95 {
    margin-bottom: 95px !important;
}

.ts--embed .mb100 {
    margin-bottom: 100px !important;
}

.ts--embed .p0 {
    padding: 0px !important;
}

.ts--embed .p5 {
    padding: 5px !important;
}

.ts--embed .p10 {
    padding: 10px !important;
}

.ts--embed .p15 {
    padding: 15px !important;
}

.ts--embed .p20 {
    padding: 20px !important;
}

.ts--embed .p25 {
    padding: 25px !important;
}

.ts--embed .p30 {
    padding: 30px !important;
}

.ts--embed .p35 {
    padding: 35px !important;
}

.ts--embed .p40 {
    padding: 40px !important;
}

.ts--embed .p45 {
    padding: 45px !important;
}

.ts--embed .p50 {
    padding: 50px !important;
}

.ts--embed .p55 {
    padding: 55px !important;
}

.ts--embed .p60 {
    padding: 60px !important;
}

.ts--embed .p65 {
    padding: 65px !important;
}

.ts--embed .p70 {
    padding: 70px !important;
}

.ts--embed .p75 {
    padding: 75px !important;
}

.ts--embed .p80 {
    padding: 80px !important;
}

.ts--embed .p85 {
    padding: 85px !important;
}

.ts--embed .p90 {
    padding: 90px !important;
}

.ts--embed .p95 {
    padding: 95px !important;
}

.ts--embed .p100 {
    padding: 100px !important;
}

.ts--embed .pl0 {
    padding-left: 0px !important;
}

.ts--embed .pl2 {
    padding-left: 2px !important;
}

.ts--embed .pl5 {
    padding-left: 5px !important;
}

.ts--embed .pl7 {
    padding-left: 7px !important;
}

.ts--embed .pl10 {
    padding-left: 10px !important;
}

.ts--embed .pl15 {
    padding-left: 15px !important;
}

.ts--embed .pl20 {
    padding-left: 20px !important;
}

.ts--embed .pl25 {
    padding-left: 25px !important;
}

.ts--embed .pl30 {
    padding-left: 30px !important;
}

.ts--embed .pl35 {
    padding-left: 35px !important;
}

.ts--embed .pl40 {
    padding-left: 40px !important;
}

.ts--embed .pl45 {
    padding-left: 45px !important;
}

.ts--embed .pl50 {
    padding-left: 50px !important;
}

.ts--embed .pl55 {
    padding-left: 55px !important;
}

.ts--embed .pl60 {
    padding-left: 60px !important;
}

.ts--embed .pl65 {
    padding-left: 65px !important;
}

.ts--embed .pl70 {
    padding-left: 70px !important;
}

.ts--embed .pl75 {
    padding-left: 75px !important;
}

.ts--embed .pl80 {
    padding-left: 80px !important;
}

.ts--embed .pl85 {
    padding-left: 85px !important;
}

.ts--embed .pl90 {
    padding-left: 90px !important;
}

.ts--embed .pl95 {
    padding-left: 95px !important;
}

.ts--embed .pl100 {
    padding-left: 100px !important;
}

.ts--embed .pl215 {
    padding-left: 215px !important;
}

.ts--embed .pr0 {
    padding-right: 0px !important;
}

.ts--embed .pr5 {
    padding-right: 5px !important;
}

.ts--embed .pr10 {
    padding-right: 10px !important;
}

.ts--embed .pr12 {
    padding-right: 12px !important;
}

.ts--embed .pr15 {
    padding-right: 15px !important;
}

.ts--embed .pr20 {
    padding-right: 20px !important;
}

.ts--embed .pr25 {
    padding-right: 25px !important;
}

.ts--embed .pr30 {
    padding-right: 30px !important;
}

.ts--embed .pr35 {
    padding-right: 35px !important;
}

.ts--embed .pr40 {
    padding-right: 40px !important;
}

.ts--embed .pr45 {
    padding-right: 45px !important;
}

.ts--embed .pr50 {
    padding-right: 50px !important;
}

.ts--embed .pr55 {
    padding-right: 55px !important;
}

.ts--embed .pr60 {
    padding-right: 60px !important;
}

.ts--embed .pr65 {
    padding-right: 65px !important;
}

.ts--embed .pr70 {
    padding-right: 70px !important;
}

.ts--embed .pr75 {
    padding-right: 75px !important;
}

.ts--embed .pr80 {
    padding-right: 80px !important;
}

.ts--embed .pr85 {
    padding-right: 85px !important;
}

.ts--embed .pr90 {
    padding-right: 90px !important;
}

.ts--embed .pr95 {
    padding-right: 95px !important;
}

.ts--embed .pr100 {
    padding-right: 100px !important;
}

.ts--embed .pt0 {
    padding-top: 0px !important;
}

.ts--embed .pt5 {
    padding-top: 5px !important;
}

.ts--embed .pt10 {
    padding-top: 10px !important;
}

.ts--embed .pt15 {
    padding-top: 15px !important;
}

.ts--embed .pt20 {
    padding-top: 20px !important;
}

.ts--embed .pt25 {
    padding-top: 25px !important;
}

.ts--embed .pt30 {
    padding-top: 30px !important;
}

.ts--embed .pt35 {
    padding-top: 35px !important;
}

.ts--embed .pt40 {
    padding-top: 40px !important;
}

.ts--embed .pt45 {
    padding-top: 45px !important;
}

.ts--embed .pt50 {
    padding-top: 50px !important;
}

.ts--embed .pt55 {
    padding-top: 55px !important;
}

.ts--embed .pt60 {
    padding-top: 60px !important;
}

.ts--embed .pt65 {
    padding-top: 65px !important;
}

.ts--embed .pt70 {
    padding-top: 70px !important;
}

.ts--embed .pt75 {
    padding-top: 75px !important;
}

.ts--embed .pt80 {
    padding-top: 80px !important;
}

.ts--embed .pt85 {
    padding-top: 85px !important;
}

.ts--embed .pt90 {
    padding-top: 90px !important;
}

.ts--embed .pt95 {
    padding-top: 95px !important;
}

.ts--embed .pt100 {
    padding-top: 100px !important;
}

.ts--embed .pb0 {
    padding-bottom: 0px !important;
}

.ts--embed .pb5 {
    padding-bottom: 5px !important;
}

.ts--embed .pb10 {
    padding-bottom: 10px !important;
}

.ts--embed .pb15 {
    padding-bottom: 15px !important;
}

.ts--embed .pb20 {
    padding-bottom: 20px !important;
}

.ts--embed .pb25 {
    padding-bottom: 25px !important;
}

.ts--embed .pb30 {
    padding-bottom: 30px !important;
}

.ts--embed .pb35 {
    padding-bottom: 35px !important;
}

.ts--embed .pb40 {
    padding-bottom: 40px !important;
}

.ts--embed .pb45 {
    padding-bottom: 45px !important;
}

.ts--embed .pb50 {
    padding-bottom: 50px !important;
}

.ts--embed .pb55 {
    padding-bottom: 55px !important;
}

.ts--embed .pb60 {
    padding-bottom: 60px !important;
}

.ts--embed .pb65 {
    padding-bottom: 65px !important;
}

.ts--embed .pb70 {
    padding-bottom: 70px !important;
}

.ts--embed .pb75 {
    padding-bottom: 75px !important;
}

.ts--embed .pb80 {
    padding-bottom: 80px !important;
}

.ts--embed .pb85 {
    padding-bottom: 85px !important;
}

.ts--embed .pb90 {
    padding-bottom: 90px !important;
}

.ts--embed .pb95 {
    padding-bottom: 95px !important;
}

.ts--embed .pb100 {
    padding-bottom: 100px !important;
}

.ts--embed .fz0 {
    font-size: 0 !important;
}

.ts--embed .fz5 {
    font-size: 5px !important;
}

.ts--embed .fz9 {
    font-size: 9px !important;
}

.ts--embed .fz10 {
    font-size: 10px !important;
}

.ts--embed .fz11 {
    font-size: 11px !important;
}

.ts--embed .fz12 {
    font-size: 12px !important;
}

.ts--embed .fz13 {
    font-size: 13px !important;
}

.ts--embed .fz14 {
    font-size: 14px !important;
}

.ts--embed .fz15 {
    font-size: 15px !important;
}

.ts--embed .fz16 {
    font-size: 16px !important;
}

.ts--embed .fz17 {
    font-size: 17px !important;
}

.ts--embed .fz18 {
    font-size: 18px !important;
}

.ts--embed .fz20 {
    font-size: 20px !important;
}

.ts--embed .fz22 {
    font-size: 22px !important;
}

.ts--embed .fz23 {
    font-size: 23px !important;
}

.ts--embed .fz24 {
    font-size: 24px !important;
}

.ts--embed .fz25 {
    font-size: 25px !important;
}

.ts--embed .fz28 {
    font-size: 28px !important;
}

.ts--embed .fz26 {
    font-size: 26px !important;
}

.ts--embed .fz30 {
    font-size: 30px !important;
}

.ts--embed .fz35 {
    font-size: 35px !important;
}

.ts--embed .lh13 {
    line-height: 13px !important;
}

.ts--embed .lh14 {
    line-height: 14px !important;
}

.ts--embed .lh15 {
    line-height: 15px !important;
}

.ts--embed .lh17 {
    line-height: 17px !important;
}

.ts--embed .lh20 {
    line-height: 20px !important;
}

.ts--embed .lh22 {
    line-height: 22px !important;
}

.ts--embed .lh28 {
    line-height: 28px !important;
}

.ts--embed .lh30 {
    line-height: 30px !important;
}

.ts--embed .lh50 {
    line-height: 50px !important;
}

.ts--embed .l0 {
    left: 0 !important;
}

.ts--embed .hide {
    display: none;
}

.ts--embed .show {
    display: block;
}

.ts--embed .no-select-text {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.ts--embed .show-767, .ts--embed .show-768, .ts--embed .show-374, .ts--embed .show-639, .ts--embed .show-479 {
    display: none !important;
}

.ts--embed .no-scrollbar::-webkit-scrollbar {
    height: 0;
    width: 0;
}

@media screen and (min-width: 1023px) {
    .ts--embed .show1023 {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .ts--embed .hide1023 {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .ts--embed .hide-768 {
        display: none !important;
    }

    .ts--embed .show-768 {
        display: inline-block !important;
    }
}

@media screen and (max-width: 767px) {
    .ts--embed .hide-767 {
        display: none !important;
    }

    .ts--embed .show-767 {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .ts--embed .hide-639 {
        display: none !important;
    }

    .ts--embed .show-639 {
        display: inline-block !important;
    }

}

@media screen and (max-width: 479px) {
    .ts--embed .hide-479 {
        display: none !important;
    }

    .ts--embed .show-479 {
        display: inline-block !important;
    }

}

@media screen and (max-width: 374px) {
    .ts--embed .hide-374 {
        display: none !important;
    }

    .ts--embed .show-374 {
        display: inline-block !important;
    }

}