:root {
    --bg-main: #F7F8FA;
    --bg-dark: #2e4049;
    --bg-sub: #567787;
    --bg-feature: #474D5D;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
    --bs-border-radius: 0;
}

body { background: var(--bg-main); color: rgba(0,0,0,.7); }

a { text-decoration: none; color: rgba(0,0,0,.9); }

h2 { margin-bottom: 1.4rem; }
h3 { margin-bottom: 1.3rem; font-size: 1.6rem; }
h4 { margin-bottom: 1.2rem; }
.container-xxl > h3 { border-bottom: solid var(--bg-feature) 1px; padding-bottom: 1.1rem; }

.btn { border-radius: 4px; }
.btn-secondary { background: rgba(0,0,0,0.3); color: white; border: none; }
.btn-secondary:hover { background: rgba(0,0,0,0.6) }

header { background: var(--bg-sub); color: #fff; background-image: none; margin-bottom: 40px; }
header .img-container { max-width: 140px; }
header .tagline { font-size: 1.2rem; }

nav .bi-linkedin { color: white; font-size: 28px; }
nav .bi-list { color: white; font-size: 34px; }
nav .navbar-toggler:focus { box-shadow: none; }
nav { background: var(--bg-dark); }
nav .navbar-toggler { border: none; color: white; }
nav .navbar-toggler span { color: white; }
#nav-main > ul > li > a { color: rgba(255,255,255,0.7); text-transform: uppercase; }
#nav-main > ul > li > a.active, #nav-main > ul > li > a:hover { color: white; }
#nav-main a { font-size: .94rem; }

.card { border: 0; box-shadow: var(--bs-box-shadow); }
.card:has(.card-icon) { margin: 60px 0 20px 0; }
.card:has(.card-icon) .card-body { padding-top: 64px; }
.card-icon { position: absolute; top: -40px; text-align: center; min-width: 100%; }
.card-icon .bi { background: #E76A3C; color: white; width: 80px; height: 80px; line-height: 80px; font-size: 40px; text-align: center; border-radius: 50%; display: inline-block; }

ul.ul-tick { list-style: none; padding-left: 0; }
ul.ul-tick li { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23474D5D' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left center; background-size: 28px 28px; padding-left: 30px; }

#logos { background: white; padding: 40px 0 20px 0; margin-top: 40px; text-align: center; }
#logos img { filter: grayscale(100%); max-height: 50px; max-width: 100%; }
#logos .col-4 { min-height: 70px;}

footer { background: var(--bg-sub); text-align: center; color: white;}
footer .container-xxl { padding-top: 46px; padding-bottom: 46px; }
footer .bi { font-size: 5rem; }
footer h4 { font-size: 1.75rem; font-weight: 700; }
footer h5 { background: var(--bg-feature); font-size: .95rem; margin: 0; padding: 10px 0; color: rgba(255,255,255,0.8); }

@media (min-width: 576px) { }

@media (max-width: 767px) {
    #nav-main a { font-size: 1.2rem; }
    header .img-container { margin: 0 auto 40px auto; }
    .dropdown-menu { background: var(--bg-sub); border: none; }
    .dropdown-menu a { color: white; }
}

@media (min-width: 768px) {
    header .img-container { margin: 0 40px 0 0; float: left; }
    #nav-main > ul > li { padding-left: 6px; padding-right: 6px; }
    #nav-main > ul > li:last-child { padding-right: 0; }
}

@media (min-width: 992px) { }

@media (min-width: 1200px) { }