.fullwidthbanner-container {
    min-height: 500px;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f3f1;
}

.fullwidthbanner-container .fullwidthabnner {
    max-height: 500px !important;
    min-height: 500px;
    border-bottom: 0;
    background: #f5f3f1;
}

.fullwidthbanner-container .tp-bgimg:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(248,247,245,.98) 0%, rgba(248,247,245,.94) 31%, rgba(248,247,245,.48) 47%, rgba(248,247,245,0) 64%);
    content: '';
    pointer-events: none;
}

@media (min-width: 1600px) {
    #fullwidthabnner li:nth-child(1) .tp-bgimg {
        background-image: url('../images/sliders/home-privacy-laptop-ultrawide-v1.png') !important;
    }

    #fullwidthabnner li:nth-child(2) .tp-bgimg {
        background-image: url('../images/sliders/home-privacy-monitor-ultrawide-v1.png') !important;
    }

    #fullwidthabnner li:nth-child(3) .tp-bgimg {
        background-image: url('../images/sliders/home-privacy-mobile-ultrawide-v1.png') !important;
    }

    .fullwidthbanner-container .tp-bgimg {
        background-color: transparent !important;
        background-position: right center !important;
        background-repeat: no-repeat !important;
        background-size: auto 100% !important;
    }

    .fullwidthbanner-container .tp-bgimg:after {
        background: linear-gradient(90deg,
            rgba(248,247,245,1) 0%,
            rgba(248,247,245,.99) 27%,
            rgba(248,247,245,.92) 36%,
            rgba(248,247,245,.68) 45%,
            rgba(248,247,245,.24) 56%,
            rgba(248,247,245,0) 68%);
    }
}

@media (min-width: 2200px) {
    .fullwidthbanner-container .tp-bgimg {
        background-position: right center !important;
        background-size: auto 100% !important;
    }

    #fullwidthabnner li:nth-child(2) .tp-bgimg {
        background-position: right center !important;
        background-size: auto 100% !important;
    }

    .fullwidthbanner-container .tp-bgimg:after {
        background: linear-gradient(90deg,
            rgba(248,247,245,1) 0%,
            rgba(248,247,245,.99) 25%,
            rgba(248,247,245,.94) 34%,
            rgba(248,247,245,.72) 42%,
            rgba(248,247,245,.3) 54%,
            rgba(248,247,245,0) 66%);
    }
}

.hp-hero-copy,
.hp-hero-copy * {
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, sans-serif !important;
}

.hp-hero-copy {
    color: #171820;
    white-space: normal !important;
}

.hp-hero-eyebrow {
    display: block;
    margin-bottom: 17px;
    color: var(--theme-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    line-height: 1.2;
    text-transform: uppercase;
}

.hp-hero-title {
    max-width: 555px;
    margin: 0 0 18px;
    color: #171820;
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1.4px;
    line-height: 1.08;
    text-transform: none;
}

.hp-hero-copy p {
    max-width: 460px;
    margin: 0 0 25px;
    color: #555a64;
    font-size: 15px;
    line-height: 1.65;
}

.hp-hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}

.hp-hero-btn,
.hp-hero-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .25px;
    text-decoration: none !important;
}

.hp-hero-btn {
    gap: 12px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 3px;
    background: var(--theme-primary);
    color: #fff !important;
}

.hp-hero-btn:hover,
.hp-hero-btn:focus {
    background: #b32208;
}

.hp-hero-link {
    padding: 10px 0 7px;
    border-bottom: 2px solid var(--theme-primary);
    color: #272a31 !important;
}

.hp-hero-progress {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 32px;
    font-size: 12px;
}

.hp-hero-progress strong {
    color: var(--theme-primary);
    font-size: 15px;
}

.hp-hero-progress span { color: #92959b; }

.hp-hero-progress > i {
    position: relative;
    display: block;
    width: 180px;
    height: 2px;
    margin-left: 13px;
    overflow: hidden;
    background: #d5d4d2;
}

.hp-hero-progress > i > b {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    background: var(--theme-primary);
}

.fullwidthbanner-container .tparrows {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(25,25,30,.14);
    border-radius: 3px;
    background: rgba(255,255,255,.88);
}

.fullwidthbanner-container .tparrows:before {
    color: #24262c;
    font-size: 14px;
    line-height: 38px;
}

.fullwidthbanner-container .tp-bullets { opacity: 0; pointer-events: none; }

@media (max-width: 1199px) {
    .hp-hero-title { font-size: 42px; }
}

@media (max-width: 767px) {
    .fullwidthbanner-container,
    .fullwidthbanner-container .fullwidthabnner {
        min-height: 520px;
        max-height: 520px !important;
    }
    .fullwidthbanner-container .tp-bgimg:after {
        background: linear-gradient(90deg, rgba(248,247,245,.99) 0%, rgba(248,247,245,.96) 65%, rgba(248,247,245,.55) 100%);
    }
    .hp-hero-copy { width: 88% !important; }
    .hp-hero-title {
        max-width: 330px;
        font-size: 34px;
        letter-spacing: -.7px;
    }
    .hp-hero-copy p { max-width: 315px; font-size: 13px; }
    .hp-hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
    .hp-hero-progress { margin-top: 22px; }
    .hp-hero-progress > i { width: 100px; }
}
