

#tp-wrapper #tp-description {width: 100%;margin: 0 auto;box-sizing: border-box;overflow: hidden;}
#tp-wrapper #tp-description {font-family: MyriadProLight, Helvetica,Arial,sans-serif;line-height: 1.5;font-size: 16px;}
#tp-wrapper #tp-description * {box-sizing: border-box !important;overflow: hidden;padding: 0;margin: 0;}
#tp-wrapper #tp-description *::before, #tp-wrapper #tp-description *::after {box-sizing: border-box;}

#tp-wrapper #tp-description * {box-sizing: border-box !important;overflow: hidden;padding: 0;margin: 0;}

#tp-wrapper #tp-description section[id^="tp-slide"] figure{position: relative;}
#tp-wrapper #tp-description section[id^="tp-slide"] figcaption{text-align: center;}

#tp-wrapper #tp-description section[id^="tp-slide"]{
    
    --tp-gutter-x: 24px;
    --tp-gutter-y: 10px;
    --tp-offset-x: calc(-0.5 * var(--tp-gutter-x));
    --tp-offset-y: calc(-1 * var(--tp-gutter-y));
    --tp-padding-x: calc(-1 * var(--tp-offset-x));
    --tp-padding-y: var(--tp-gutter-y);
    
  width: 100%;
  padding-right: var(--tp-padding-x);
  padding-left: var(--tp-padding-x);

  margin-right: auto;
  margin-left: auto;

}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row {

    display: flex;
    flex-wrap: wrap;
    
    margin-right: var(--tp-offset-x);
    margin-left: var(--tp-offset-x);
    

}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row > *{
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--tp-gutter-x) * 0.5);
    padding-left: calc(var(--tp-gutter-x) * 0.5);
    margin-top: var(--tp-padding-y);
    

}

#tp-wrapper #tp-description section[id^="tp-slide"] h3{font-size: 26px !important;line-height: 1.2em;margin-bottom: .83em;margin-top: .83em;text-align: center;}
#tp-wrapper #tp-description section#tp-slide1 .lead h3{font-size: 28px !important;}
#tp-wrapper #tp-description section#tp-slide1 .lead p{font-size: 17px !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] h4{font-size: 16px;margin: .5em 0 0;}
#tp-wrapper #tp-description section[id^="tp-slide"] h4 + p{font-size: 14px;margin: 0;}
#tp-wrapper #tp-description section[id^="tp-slide"] p{font-size: 15px;margin: 1em 0;text-align: center;margin-bottom: .83em;margin-top: .83em;}
#tp-wrapper #tp-description section[id^="tp-slide"] .lead {overflow: hidden;padding-left: 1.5em;padding-right: 1.5em;padding-bottom: 1em;}
#tp-wrapper #tp-description section[id^="tp-slide"] .lead p {font-size: 20px;margin: 0.5em 0 .5em;line-height: 1.4em;}

#tp-wrapper #tp-description section[id^="tp-slide"] img{display: block;margin: 0 auto;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.img-fluid{max-width: 100%;width: 100%;margin: 0 auto;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-img-fluid{max-width: 100%;width: 100%;margin: 0 auto;padding: 0}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-img-ico{width: auto;max-width: 100%;margin: 0 auto;display: inline-block;vertical-align: middle;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-h60{width: auto;height: 60px;}
#tp-wrapper #tp-description section[id^="tp-slide"] img.tp-w100{width: 100px;height: auto;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-center{text-align: center !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-center *{text-align: center !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-start{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-start *{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-left{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-left *{text-align: left !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-right{text-align: right !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-right *{text-align: right !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-auto > * {flex: 0 0 auto;width: auto;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-1 > * {flex: 0 0 auto;width: 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-2 > * {flex: 0 0 auto;width: 50%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-3 > * {flex: 0 0 auto; width: 33.3333333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-4 > * {flex: 0 0 auto; width: 25%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-5 > * {flex: 0 0 auto; width: 20%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-6 > * {flex: 0 0 auto; width: 16.6666666666%;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col {flex-basis: 0;flex-grow: 1;max-width: 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-1 {flex: 0 0 8.333333%;max-width: 8.333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-2 {flex: 0 0 16.666667%;max-width: 16.666667%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-3 {flex: 0 0 25%;max-width: 25%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-4 {flex: 0 0 33.333333%;max-width: 33.333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-5 {flex: 0 0 41.666667%;max-width: 41.666667%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-6 {flex: 0 0 50%;max-width: 50%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-7 {flex: 0 0 58.333333%;max-width: 58.333333%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-8 {flex: 0 0 66.666667%;max-width: 66.666667%;}    
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-9 {flex: 0 0 75%;max-width: 75%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-10 {flex: 0 0 83.333333%;max-width: 83.333333%;}


#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-items-start {align-items: flex-start !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-items-end {align-items: flex-end !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-items-center {align-items: center !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-self-start {align-self: flex-start !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-self-center {align-self: center !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-content-center {align-content: center !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-start {justify-content: flex-start !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-end {justify-content: flex-end !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-center {justify-content: center !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-between {justify-content: space-between !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-around {justify-content: space-around !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-evenly {justify-content: space-evenly !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-start {justify-content: flex-start !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-none {display: none !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-block {display: block !important;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-inline-block {display: inline-block !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-first {order: -1;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-last {order: 13;}

@media (min-width: 576px) {
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-hide-md{display: none;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-6 {flex: 0 0 auto;width: 50%;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-auto > * {flex: 0 0 auto;width: auto;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-1 > * {flex: 0 0 auto;width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-2 > * {flex: 0 0 auto;width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-3 > * {flex: 0 0 auto;width: 33.3333333333%;  }
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-sm-4 > * {flex: 0 0 auto;width: 25%;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm {flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-auto {flex: 0 0 auto;width: auto;max-width: none;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-1 {flex: 0 0 8.333333%;max-width: 8.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-2 {flex: 0 0 16.666667%;max-width: 16.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-3 {flex: 0 0 25%;max-width: 25%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-4 {flex: 0 0 33.333333%;max-width: 33.333333%;}    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-5 {flex: 0 0 41.666667%;max-width: 41.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-6 {flex: 0 0 50%;max-width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-7 {flex: 0 0 58.333333%;max-width: 58.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-8 {flex: 0 0 66.666667%;max-width: 66.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-sm-9 {flex: 0 0 75%;max-width: 75%;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-center{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-center *{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-start{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-start *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-left{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-left *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-right{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-sm-right *{text-align: right !important;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-sm-inline-block {display: inline-block !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-sm-first {order: -1;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-sm-last {order: 13;}

}

@media (max-width: 575.98px) {
    #tp-wrapper #tp-description section[id^="tp-slide"] h3{font-size: 24px !important;text-align: left;margin-bottom: .3em;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .lead p{font-size: 18px;text-align: left;margin-bottom: 1em;}
    #tp-wrapper #tp-description section[id^="tp-slide"] h4{font-size: 14px;margin: .8em 0 .4em;}
    #tp-wrapper #tp-description section[id^="tp-slide"] p{font-size: 11px;}
}

@media (min-width: 768px) {
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-auto > * {flex: 0 0 auto;width: auto;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-1 > * {flex: 0 0 auto;width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-2 > * {flex: 0 0 auto;width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-3 > * {flex: 0 0 auto;width: 33.3333333333%;  }
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-4 > * {flex: 0 0 auto;width: 25%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-5 > * {flex: 0 0 auto;width: 20%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-6 > * {flex: 0 0 auto;width: 16.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-row-cols-md-7 > * {flex: 0 0 auto;width: 14.285714%;}

    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md {flex-basis: 0;flex-grow: 1;max-width: 100%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-auto {flex: 0 0 auto;width: auto;max-width: none;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-1 {flex: 0 0 8.333333%;max-width: 8.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-2 {flex: 0 0 16.666667%;max-width: 16.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-3 {flex: 0 0 25%;max-width: 25%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-4 {flex: 0 0 33.333333%;max-width: 33.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-5 {flex: 0 0 41.666667%;max-width: 41.666667%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-6 {flex: 0 0 50%;max-width: 50%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-7 {flex: 0 0 58.333333%;max-width: 58.333333%;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-8 {flex: 0 0 66.666667%;max-width: 66.666667%;}    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-col-md-9 {flex: 0 0 75%;max-width: 75%;}    
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-md-start {align-content: flex-start !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-align-self-md-center {align-self: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-md-end {justify-content: flex-end !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-md-around {justify-content: space-around !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-justify-content-md-evenly {justify-content: space-evenly !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-center{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-center *{text-align: center !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-start{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-start *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-end{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-end *{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-left{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-left *{text-align: left !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-right{text-align: right !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-text-md-right *{text-align: right !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-md-none {display: none !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-md-block {display: block !important;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-d-md-inline-block {display: inline-block !important;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-md-first {order: -1;}
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-order-md-last {order: 13;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] tp-offset-md-1{margin-left: 8.333333%;}
    
    #tp-wrapper #tp-description section[id^="tp-slide"] .tp-w-md-50{width: 50vw;}
}                



#tp-wrapper #tp-description {background-color: white;}
#tp-wrapper #tp-description * {color: #32343a;}

#tp-wrapper #tp-description section[id^="tp-slide"] .num-oval {border: 1px solid #000;display: inline-block;width: 2em;line-height: 2em;border-radius: 50%;}
#tp-wrapper #tp-description section[id^="tp-slide"] .bg-color{padding-left: 1em !important;padding-right: 1em !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-ul{padding-left: 4.5em; padding-right: 2em;}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li{margin: 0 0 1em;overflow: visible;list-style: none;text-align: left;}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:before{
    display: inline-block;width: 1.5625em;height: 1.5625em;margin-top: 0;margin-right: .625em;margin-left: -2.5em;
    vertical-align: top;line-height: 1.6em;border-radius: 50%;color: #fff;text-align: center;font-weight: 700;
    background-image: linear-gradient(-25deg,#22cbfd,#4096ff);background-color: #22cbfd;}

#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li h4 {font-weight: bold;font-size: inherit;display: inline;}

#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(1)::before {content: '1';}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(2)::before {content: '2';}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(3)::before {content: '3';}
#tp-wrapper #tp-description section[id^="tp-slide"] div.tp-li:nth-child(4)::before {content: '4';}

#tp-wrapper #tp-description .tp-p-0{padding: 0 !important;}
#tp-wrapper #tp-description .tp-p-1{padding: 1em !important;}
#tp-wrapper #tp-description .tp-p-2{padding: 2em !important;}
#tp-wrapper #tp-description .tp-ph-0{padding-left: 0em !important;padding-right: 0em !important;}
#tp-wrapper #tp-description .tp-ph-1{padding-left: 1em !important;padding-right: 1em !important;}
#tp-wrapper #tp-description .tp-ph-2{padding-left: 2em !important;padding-right: 2em !important;}
#tp-wrapper #tp-description .tp-pv-1{padding-top: 1em !important;padding-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-pv-2{padding-top: 2em !important;padding-bottom: 2em !important;}
#tp-wrapper #tp-description .tp-pb-0{padding-bottom: 0em !important;}
#tp-wrapper #tp-description .tp-pb-1{padding-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-pb-2{padding-bottom: 2em !important;}
#tp-wrapper #tp-description .tp-pt-1{padding-top: 1em !important;}
#tp-wrapper #tp-description .tp-pt-2{padding-top: 2em !important;}
#tp-wrapper #tp-description .tp-m-0{margin: 0 !important;}
#tp-wrapper #tp-description .tp-m-1{margin: 1em !important;}
#tp-wrapper #tp-description .tp-mb-0{margin-bottom: 0 !important;}
#tp-wrapper #tp-description .tp-mb-1{margin-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-mb-2{margin-bottom: 2em !important;}
#tp-wrapper #tp-description .tp-mt-1{margin-top: 1em !important;}
#tp-wrapper #tp-description .tp-mt-2{margin-top: 2em !important;}
#tp-wrapper #tp-description .tp-mv-1{margin-top: 1em !important;margin-bottom: 1em !important;}
#tp-wrapper #tp-description .tp-mv-2{margin-top: 2em !important;margin-bottom: 2em !important;}

#tp-wrapper #tp-description .tp-nb{text-wrap: nowrap;}
#tp-wrapper #tp-description .tp-pos-rel{position: relative;}

#tp-wrapper #tp-description section[id^="tp-slide"] [class*="tp-i"] > *{margin-bottom: 1em;}
#tp-wrapper #tp-description section[id^="tp-slide"] [class*="tp-i"] h4{margin-bottom: 0;}
#tp-wrapper #tp-description section[id^="tp-slide"] [class*="tp-i"] p{margin-top: 0;}

#tp-wrapper #tp-description .tp-video{margin-bottom: 30px;}
#tp-wrapper #tp-description .tp-video video {border: 2px solid lightgray;width: 100%;}
#tp-wrapper #tp-description span.tp-name, #tp-wrapper #tp-description span.tp-nwrap{white-space: nowrap;}

#tp-wrapper #tp-description .tp-larger{font-size: larger !important; font-weight: bold;}
#tp-wrapper #tp-description .tp-smaller{font-size: smaller !important;}

#tp-wrapper #tp-description section[id^="tp-slide"] .tp-list{line-height: 2em;margin-bottom: 2em;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-list img{margin-right: .3em;display: inline-block;vertical-align: middle;}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-app{filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));}
#tp-wrapper #tp-description section[id^="tp-slide"] .tp-app > img:last-child{margin-left: 5px;}



#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg, 
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg > .tp-row > div{background-repeat: no-repeat;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg > .tp-row > * {margin-top:-1px}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-bottom .tp-bg-img{background-position-y: top;background-size: 100% auto;margin-bottom: 0 !important;}

#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-top > div.tp-row:first-child > div:first-child,
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-top .tp-bg-img{background-position: center bottom;background-size: 100% auto;}


#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-left {background-position-x: 0;background-size: auto 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-slide {background-position: 0;background-size: 100% auto;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-right {background-position-x: right;background-size: auto 100%;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-left{background-image: none;}
#tp-wrapper #tp-description section[id^="tp-slide"].tp-bg-md-right{background-image: none;}



#tp-wrapper #tp-description [id^="tp-slide"] * {color: #605f5a;}


#tp-wrapper #tp-description section#tp-slide1 > .tp-row:first-child > div:first-child {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decom52pack_v1/img/01-bg-sm.jpg);}
#tp-wrapper #tp-description section#tp-slide1  .lead {padding-right: 0;padding-bottom: 1em;}
#tp-wrapper #tp-description section#tp-slide1  .tp-alexa {width: 150px;}
#tp-wrapper #tp-description section#tp-slide1  span.tp-name {
    background: #4acbd6;
    border-radius: 0.8333333333333333em;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.6;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    padding: 0 0.6em;
}


#tp-wrapper #tp-description #tp-slide2{padding-bottom: 1.6rem;}
#tp-wrapper #tp-description #tp-slide3{background: #eaeaea;}
#tp-wrapper #tp-description #tp-slide3 .tp-bg-img{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decom52pack_v1/img/03-bg-sm.jpg);}

#tp-wrapper #tp-description #tp-slide4 .tp-bg-img{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decom52pack_v1/img/04-bg-sm.jpg);}
#tp-wrapper #tp-description #tp-slide4 *{color: #ffffff !important;}

#tp-wrapper #tp-description #tp-slide5{background: #ffffff;padding-top: 1.6rem;}


#tp-wrapper #tp-description #tp-slide6{background-color: #e5e4ea;}
#tp-wrapper #tp-description #tp-slide6 *{color: black;}
#tp-wrapper #tp-description #tp-slide6 .tp-items p{margin-top: 1em;}

#tp-wrapper #tp-description #tp-slide7{padding-top: 2rem; padding-bottom: 1.6rem;}
#tp-wrapper #tp-description #tp-slide7 sup{font-size:.5em;}
#tp-wrapper #tp-description #tp-slide7 h4{display: none;}
#tp-wrapper #tp-description #tp-slide7 .tp-items p{margin-top: 1em;}
#tp-wrapper #tp-description #tp-slide8{background: #ededed;padding-top: 1.6rem;padding-bottom: 2rem;}
#tp-wrapper #tp-description #tp-slide9{background: #ffffff;padding-top: 1.6rem;;padding-bottom: 2rem;}




@media (min-width: 576px) {
    #tp-wrapper #tp-description [id^="tp-slide"] h2{font-size: 20px;padding: 2rem 2rem 0;}
    #tp-wrapper #tp-description [id^="tp-slide"] .lead{font-size: 14px;padding: 1rem 2rem 2rem;}
}


@media (min-width: 768px) {
    
    
    
    #tp-wrapper #tp-description {
        section[id^="tp-slide"].tp-bg:not(.tp-bg-top):not(.tp-bg-md-top):not(.tp-bg-md-bottom),
            section[id^="tp-slide"].tp-bg-md-right, section[id^="tp-slide"].tp-bg-md-left{
                > div.tp-row > div:first-child{background-image: none !important;}
        }
        
        section[id^="tp-slide"].tp-bg-md-left > .tp-row{background-position: 0;background-size: auto calc(100% + 1px);}
        section[id^="tp-slide"].tp-bg-slide,
        section[id^="tp-slide"].tp-bg-md-slide {background-position: 0;background-size: auto;}
        section[id^="tp-slide"].tp-bg-md-slide-right {background-position: right;background-size: auto;}
        section[id^="tp-slide"].tp-bg-md-right {background-position: calc(100% - 1px) 0;background-size: auto 100%;}
        
    }
    

    
    
    #tp-wrapper #tp-description section#tp-slide1 > .tp-row{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decom52pack_v1/img/01-bg.jpg);}
    
    
    #tp-wrapper #tp-description #tp-slide3 .tp-bg-img{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decom52pack_v1/img/03-bg.jpg);}
    #tp-wrapper #tp-description #tp-slide4 .tp-bg-img{background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decom52pack_v1/img/04-bg.jpg);}
    #tp-wrapper #tp-description #tp-slide6 {background-image: url(//f00.esfr.pl/si_upload/OPR/TP-LINK/tplink_decom52pack_v1/img/06-bg.jpg);}
    #tp-wrapper #tp-description #tp-slide6 .lead p{font-size: 15px;}
    #tp-wrapper #tp-description #tp-slide6 .tp-items p{font-size: 14px;}
    
    #tp-wrapper #tp-description #tp-slide7{background: #ffffff;}
    #tp-wrapper #tp-description #tp-slide7 h4{display: none;}
    
    
    





    
}

#tp-wrapper #tp-description span.name{white-space: nowrap;}
