.tp-slider-item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.tp-banner-item-2 img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
:root {
    --primary-font: sans-serif !important;
}
#header-sticky {
    background-color: #fff !important;
    color: #010f1c !important;
}

.promo-box{
    border:2px dashed #2b579a;
    padding:15px 20px;
    background:#f9f9f9;
    width:100%;
    max-width:800px;
    font-family:Arial, sans-serif;
}

.promo-title{
    font-weight:bold;
    color:#1a4d8f;
    margin-bottom:10px;
    border-bottom:1px dashed #ccc;
    padding-bottom:5px;
}

.promo-list{
    margin:0;
    padding-left:18px;
}

.promo-list li{
    margin:8px 0;
    font-size:14px;
}

.copy{
    color:#ff3b30;
    text-decoration:none;
    margin-left:6px;
}

.copy:hover{
    text-decoration:underline;
}