    div.breadcrumb {
        display: flex;
        align-items: center;
        background: #111;
        border-radius:0!important;
    }

    div.breadcrumb ul.breadcrumbLink li {
        color: #757575!important;
    }

    div.breadcrumb ul.breadcrumbLink li a {
        color: #757575;
    }
    
    div.breadcrumb ul.breadcrumbLink {
        padding: 15px 0px 15px 15px!important;
    }

    .productContent > h1:first-of-type {
        display: none;
    }
    
    .pcseg-wrap {
        width:100%;
    }
    
    .pcseg-wrap h2 {
        font-weight: bold;
        font-size: 30px;
        font-family: 'Montserrat';
        text-align: left;
        
    }
    
    .pcseg-wrap li {
        font-family: 'Montserrat';
        text-align: left;
        font-size: 16px;
        line-height: 2;
    }
    
    
    .pcseg-head {
        width:100%;
        padding: 30px 50px;
        background: #000;
    }
    
    .pcseg-head h1 {
        font-family: montserrat,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 36px;
        color: #fff;
        text-align: center;
    }
    
    .pcseg-head p {
        font-family: montserrat,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    
    .pcseg-row {
        display: flex;
        flex-direction: row;
    }
    
    #pcseg-dark {
        background: #222;
    }
    
    #pcseg-dark p {
        color: #fff;
        font-size:16px;
    }
    
    #pcseg-dark h2 {
        color: #fff;
    }
    
    #pcseg-dark h3 {
        color: #fff;
    }
    
    #pcseg-dark li {
        color: #fff;
    }
    
    #pcseg-light {
        background: #fff;
        margin: 60px 0;
    }
    
    #pcseg-light img {
    padding: 75px;
        object-fit: contain;
    }
    
    
    .pcseg-col {
        display: flex;
        align-items: center;
        width: 50%;
    }
    
    #pcseg-col-prod {
        display: flex;
        align-items: flex-start;
        width: 33%;
        justify-content: center;
    }
    
    
    .pcseg-col img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }
    
    .pcseg-col h2 {
        font-family: montserrat,sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 30px;
        color: #222;
    }
    
    #pcseg-col-prod h2 {
        font-size: 24px;
        margin: 0 0 5px 0;
    }
    
    
    #pcseg-col-prod h3 {
        font-size: 20px;
    }
    
    #pcseg-col-prod p {
        font-size: 14px;
    }
    
    .pcseg-col h3 {
        font-family: montserrat,sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        color: #222;
    }
    
    .pcseg-col p {
        font-family: montserrat,sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #222
    }
    
    .pcseg-copy {
        display: flex;
        flex-direction: column;
        width:100%;
        padding: 60px 60px;
        justify-content: center;
    
    }
    
    .pcseg-service {
        display:flex;
        flex-direction: row;
    }
    
    .pcseg-tab-row {
        display: flex;
        flex-direction: row;
        margin: 20px 0 20px 0;
        align-items: flex-start;
        min-width: 330px;
    }
    
    .pcseg-tab-row img {
        object-fit: contain;
        margin: 0px 15px;
    }
    
    .pcseg-tab-copy {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
        height: 100%;
        justify-content: center;
    }
    
    .pcseg-tab-copy p {
        font-weight: 600;
        font-size: 18px;
        font-family: 'Montserrat';
        text-align: left;
        margin: 0;
           line-height: 1.4;
    }
    
    .pcseg-serv {
        display:flex;
        flex-direction:column;
        max-width: 60%;
        width: 60%;
        padding: 40px;
    }
    
    .pcseg-help {
        display:flex;
        flex-direction:column;
        max-width: 40%;
        width: 40%;
        justify-content: flex-end;
        background:url('/content/campaigns/ccl/2022/newtopc/cs_replace.jpg');
        background-repeat: no-repeat;
        background-size:cover;
    }
    
    
    .pcseg-btn {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 15px;
        background: #42a9fa;
        border-radius: 10px;
        width: 200px;
        color: #fff;
        text-align: center;
        margin: 30px 0;
        text-decoration: none;
    }
    
    .pcseg-btn:hover {
        background: #464646;
        color: #fff;
    }
    
    .btn-cont {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .txt-link {
        margin-top:5px;
    }
    
    .help-copy {
    
    padding: 40px;
    background: #00a8ff;
    color: #222;
    display:flex;
    flex-direction: column;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    align-items: flex-end;
    
    }
    
    .help-copy h3 {
        font-family: montserrat,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 24px;
        color: #222
    }
    
    .help-icon-row {
        display:flex;
        flex-direction: row;
        
    }
    
    .icon-item {
        display:flex;
        flex-direction: row;
        padding: 0 10px;
    }
    
    .pcseg-serv-tab-col {
    
        display:flex;
        flex-direction:column;
        width: 100%;
        max-width: 100%;
    }
    
    .pcseg-serv-tab-row {
        display:flex;
        flex-direction: row;
    }
    
    .pcseg-product {
        padding: 30px 60px;
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    .pcseg-product img {
        margin: 30px 0;
    
    }
    
    #pcseg-price {
        color: #43acff;
    
    }
    
    .pcseg-sub-head {
        width:100%;
        padding: 10px 40px;
        display:flex;
        flex-direction:row;
        align-items:center;
        margin-top: 30px;
        justify-content: center;
    }
    
    
    
    
    .pcseg-sub-head h2 {
        color:#222;
        margin-right: 30px;
        
    }
    
    #speak-icon {
        width:30px;
        height:30px;
        margin: 0 5px;
    }
    
    .pcseg-img-cont {
            
    }
    
    .pcseg-spec {
        min-height: 140px;
        display: flex;
        align-items: center;
    }
    
    #articles {
        margin:0;
        padding:0;
        width:100%;
    }
    
    .pcseg-article-col {
        display: flex;
        width: 25%;
        height: 160px;
        flex-direction: column;
        object-fit: contain;	
        border: 1px solid #333;
    }
    
    .pcseg-article-text {
        background: #111;
        width:100%;
        padding: 15px;
        min-height: 60px;
        justify-content:center;
        display:flex;
        align-items:center;
    }
    
    .pcseg-article-text:hover {
        background: #333;
    
    }
    
    .pcseg-article-text p {
        font-size: 14px;
        text-align: center;
        color:#fff;
        font-family: montserrat,sans-serif;
        margin: 0;
    }
    
    .pcseg-article-text p:hover {
        color: #43acff;
    }
    
    .pcseg-article-col img {
        width:100%;
    }
    
    
    #read-more {
        display:flex;
        justify-content:center;
        padding: 15px 0;
        width:100%;
        background: #111;
        }
    
    #read-more h3 {
        font-size: 24px;
        margin:0;
        font-weight: 600;
        font-family: montserrat,sans-serif;
    }
    
    
    @media only screen and (max-width: 1000px) {
    
    .pcseg-row { flex-direction: column; }
    
    .pcseg-col { width: 100%; }
    
    .pcseg-col h2 { text-align: center; }
    
    .pcseg-col p { text-align: center; }
    
    #pcseg-dark { flex-direction: column-reversed; }
    
    .pcseg-service { flex-direction: column; }
    
    .pcseg-serv {
        width: 100%;
        max-width: 100%; }
        
    .pcseg-help {
        width: 100%;
        max-width: 100%;
        min-height: 600px;
        background-size: 100%;}
        
    #prod-row { flex-direction: row; flex-wrap: wrap; }
    #articles { display: inline-flex; flex-direction: row; flex-wrap: wrap;}
    .pcseg-article-col {
    
        width: 100%;
        height: auto;
        
        }
    #pcseg-col-prod { width:100%; }
    .pcseg-serv-tab-col {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        align-items: center;
    }
    .pcseg-serv-tab-row {
        flex-direction: column; }
        
    
    .pcseg-sub-head { display: inline-flex; flex-wrap: wrap; }
    
    .pcseg-copy { align-items: center; }
    
    .pcseg-serv h2 {
    text-align: center;
    }
    
    }
    
    @media only screen and (max-width: 500px) {
    
    .pcseg-help { min-height: 400px; }
    }
  