/* Backlinks Portal orange/navy palette */
html{
    --gray-0:#ffffff;
    --gray-50:#f9f9fb;
    --gray-60:#f4f5f7;
    --gray-80:#e5e7eb;
    --gray-100:#d1d5db;
    --gray-200:#9ca3af;
    --gray-300:#6b7280;
    --gray-400:#4b5563;
    --gray-500:#374151;
    --gray-600:#2a3140;
    --gray-700:#20283a;
    --gray-800:#182136;
    --gray-900:#141c2e;
    --success:#fe631f;
    --danger:#dc2626;
    --warning:#fe850a;
    --mutted:#d1d5db;
    --first-brand:#141c2e;
    --first-brand-hover:#0f172a;
    --second-brand:#ffffff;
    --third-brand:#fff0e9;
    --fourth-brand:#ffe0d2;
    --first-bg:#fff7f2;
    --second-bg:#fff1eb;
    --third-bg:#fff8ef;
    --fourth-bg:#f3f4f6;
    --fifth-bg:#fff5f0;
    --seventh-bg:#fff3e6;
}
body{background:#fff;color:#141c2e}
.green-bar{background:#fe631f!important}
button.bg-first-brand,a.bg-first-brand,input.bg-first-brand{background:#fe631f!important;border-color:#fe631f!important;color:#fff!important}
button[class*="hover:bg-first-brand-hover"]:hover,a[class*="hover:bg-first-brand-hover"]:hover,input[class*="hover:bg-first-brand-hover"]:hover{background:#e65318!important;border-color:#e65318!important}
button[class*="hover:bg-first-brand"]:hover,a[class*="hover:bg-first-brand"]:hover{background:#fe631f!important;border-color:#fe631f!important;color:#fff!important}
.border-first-brand{border-color:#141c2e}.text-success{color:#fe631f!important}.bg-success{background:#fe631f!important}.border-success{border-color:#fe631f!important}
::selection{background:#fe631f;color:#fff}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(254,99,31,.35);outline-offset:2px}

/* Replacement carousel styles */
.owl-carousel.secure-carousel{display:block!important;position:relative;width:100%;overflow:hidden}
.secure-carousel-track{display:flex;align-items:stretch;will-change:transform;transition:transform .45s ease}
.secure-carousel-slide{min-width:0;box-sizing:border-box}
.secure-carousel-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:18px}
.secure-carousel-dot{width:8px;height:8px;border:0;border-radius:999px;background:#d1d5db;padding:0;cursor:pointer;transition:all .2s ease}
.secure-carousel-dot.is-active{width:24px;background:#fe631f}
.secure-carousel-nav{display:flex;justify-content:center;gap:10px;margin-top:16px}
.secure-carousel-prev,.secure-carousel-next{width:40px;height:40px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#141c2e;cursor:pointer}
.secure-carousel-prev:hover,.secure-carousel-next:hover{background:#fe631f;color:#fff;border-color:#fe631f}
