.test header {
    position: relative;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    height: 870.27px;
    width: 100%;
    min-height: 870.27px;
    overflow: hidden;
    padding-top: 170.27px;
}

header {
    position: relative;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    height: 100vh;
    width: 100%;
    min-height: 880px;
    overflow: hidden;
}

.sub header {
    min-height: 700px;
    background: #3f4443;
    height: 700px;
    overflow: hidden;
}

.sub header img {
    right: 0;
    position: absolute;
}

.sub header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(63, 68, 67, 1), rgba(63, 68, 67, 0));
    z-index: 1;
}

.sub header .dark-gray-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;

    background: rgb(63, 68, 67);
    background: linear-gradient(90deg, rgba(63, 68, 67, 1) 40%, rgba(63, 68, 67, 0) 100%);
}

.sub header .green-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(73, 197, 177, 1), rgba(73, 197, 177, 0));
    z-index: 1;
}

.sub header .light-gray-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(244, 244, 244);
    background: linear-gradient(90deg, rgba(244, 244, 244, 1) 10%, rgba(244, 244, 244, 0) 100%);
    z-index: 1;
}

.sub header .blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 76, 151, 1), rgba(0, 76, 151, 0));
    z-index: 1;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.map-overlay {
    position: absolute;
    height: 600px;
    width: 50%;
    background: linear-gradient(to right, rgba(244, 244, 244, 1), rgba(244, 244, 244, 0));
    z-index: 1;
}

@media (min-width: 0px) and (max-width: 767.98px) {
    body {
        padding-top: 97.75px;
    }

    .test header {
        position: relative;
        min-height: 1200px;
        overflow-x: hidden;
        padding-top: 0;
    }

    header {
        position: relative;
        min-height: 1200px;
        overflow-x: hidden;
    }

    header.success-stories {
        position: relative;
        min-height: 900px;
        overflow-x: hidden;
    }

    .navbar {
        background: #fff;
        position: fixed !important;
    }

    .navbar-nav .nav-link.active {
        color: #3f4443 !important;
        border-bottom: none !important;
    }
    .navbar-nav a:hover.nav-link,
    .navbar-nav a:active.nav-link,
    .navbar-nav a:focus.nav-link {
        text-decoration: none !important;
        color: #3f4443 !important;
    }

    .dropdown-menu {
        background-color: #fff !important;
        border: none !important;
        margin-top: 0 !important;
    }
    .dropdown-item {
        color: #49c5b1 !important;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #49c5b1 !important;
        background-color: #fff !important;
        text-decoration: underline !important;
    }
    .dropdown-item.active {
        color: #3f4443;
        background: none;
        text-decoration: underline !important;
    }

    .sub header .light-gray-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(244, 244, 244);
        background: linear-gradient(90deg, rgba(244, 244, 244, 0.8) 0%, rgba(244, 244, 244, 0.8) 100%);
        z-index: 1;
    }

    .light-gray-gradient-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(244, 244, 244);
        background: linear-gradient(90deg, rgba(244, 244, 244, 0.8) 0%, rgba(244, 244, 244, 0.8) 100%);
        pointer-events: none;
    }

    .sub header .dark-gray-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: rgb(63, 68, 67);
        background: linear-gradient(90deg, rgba(63, 68, 67, 0.7) 0%, rgba(63, 68, 67, 0.7) 100%);
    }

    .dark-gray-gradient-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(63, 68, 67);
        background: linear-gradient(90deg, rgba(63, 68, 67, 0.7) 0%, rgba(63, 68, 67, 0.7) 100%);
        pointer-events: none;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .sub h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .display-1 {
        font-size: 2rem !important;
        font-family: "Quicksand", sans-serif;
        color: #49c5b1 !important;
    }

    .footer .border-start {
        border-left: none !important;
    }

    .footer {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .test header {
        position: relative;
        min-height: 900px;
        padding-top: 0;
    }

    header {
        position: relative;
        min-height: 900px;
    }

    .navbar {
        background: #fff;
        position: relative !important;
    }

    .navbar-nav .nav-link.active {
        color: #3f4443 !important;
        border-bottom: none !important;
    }
    .navbar-nav a:hover.nav-link,
    .navbar-nav a:active.nav-link,
    .navbar-nav a:focus.nav-link {
        text-decoration: none !important;
        color: #3f4443 !important;
    }

    .dropdown-menu {
        background-color: #fff !important;
        border: none !important;
        margin-top: 0 !important;
    }
    .dropdown-item {
        color: #49c5b1 !important;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #49c5b1 !important;
        background-color: #fff !important;
        text-decoration: underline !important;
    }
    .dropdown-item.active {
        color: #3f4443;
        background: none;
        text-decoration: underline !important;
    }

    .sub header .light-gray-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(244, 244, 244);
        background: linear-gradient(90deg, rgba(244, 244, 244, 0.7) 50%, rgba(244, 244, 244, 0) 100%);
        z-index: 1;
    }

    .light-gray-gradient-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(244, 244, 244);
        background: linear-gradient(90deg, rgba(244, 244, 244, 0.7) 50%, rgba(244, 244, 244, 0) 100%);
        pointer-events: none;
    }

    .dark-gray-gradient-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(63, 68, 67);
        background: linear-gradient(90deg, rgba(63, 68, 67, 0.7) 50%, rgba(63, 68, 67, 0) 100%);
        pointer-events: none;
    }
    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    .sub h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    .display-1 {
        font-size: 2.4rem !important;
        font-family: "Quicksand", sans-serif;
        color: #49c5b1 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .test header {
        position: relative;
        min-height: 960px;
    }

    header {
        position: relative;
        min-height: 960px;
    }
    h1 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 2rem;
    }

    .sub h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    .display-1 {
        font-size: 2.6rem !important;
        font-family: "Quicksand", sans-serif;
        color: #49c5b1 !important;
    }
}

@media (min-width: 1200px) {
    body.sub {
        padding-top: 169.6px;
    }
    .navbar .border-top {
        border: none !important;
    }
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .sub h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    .display-1 {
        font-size: 2.8rem !important;
        font-family: "Quicksand", sans-serif;
        color: #49c5b1 !important;
    }
}

.bg-primary {
    background-color: #49c5b1 !important;
}

.bg-secondary {
    background-color: #3f4443 !important;
}

.bg-gray {
    background-color: #f4f4f4 !important;
}

.bg-black {
    background-color: #000000 !important;
}

.bg-blue {
    background-color: #004c97 !important;
}

.container-fluid,
.test header {
    max-width: 2600px;
}

.container-fluid,
header {
    max-width: 2600px;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
}

h1,
h2,
h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4;
}

.lh-base {
    line-height: 1.4 !important;
}

.lead {
    font-size: 1.2rem;
    line-height: 1.4 !important;
}

.border-primary {
    border-color: rgba(221, 221, 221, 1) !important;
}

.border-secondary {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.text-dark {
    color: #000 !important;
}

a {
    color: #49c5b1;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
}

a:hover,
a:active,
a:focus {
    color: #49c5b1;
    text-decoration: underline !important;
}

.no-underline a:hover,
.no-underline a:active,
.no-underline a:focus {
    text-decoration: none !important;
}

.no-underline .link-underline a:hover,
.no-underline .link-underline a:active,
.no-underline .link-underline a:focus {
    text-decoration: underline !important;
}

.list-group a {
    color: #49c5b1 !important;
    text-decoration: none !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
}

.list-group a:hover,
.list-group a:active,
.list-group a:focus {
    color: #49c5b1 !important;
    text-decoration: underline !important;
}

a .card,
a .bg-gray,
a .bg-light {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.card a:hover,
.card a:active,
.card a:focus {
    color: #49c5b1;
    text-decoration: underline !important;
}

.card .no-underline a:hover,
.card .no-underline a:active,
.card .no-underline a:focus {
    text-decoration: none !important;
}

a h3 {
    color: #49c5b1;
}

a:hover h3,
a:active h3,
a:focus h3 {
    color: #49c5b1;
    text-decoration: underline !important;
}

a h4 {
    color: #49c5b1;
}

a:hover h4,
a:active h4,
a:focus h4 {
    color: #49c5b1;
    text-decoration: underline !important;
}

a:hover .card,
a:hover .bg-gray,
a:hover .bg-light {
    text-decoration: none !important;
    background: #fafafa !important;
}

.InsightsSummary a p {
    color: #000 !important;
    text-decoration: none !important;
}

.InsightsSummary a:hover p,
.InsightsSummary a:active p,
.InsightsSummary a:focus p {
    color: #000 !important;
    text-decoration: underline !important;
}

.text-light a {
    color: #fff;
    text-decoration: none !important;
}

.text-light a:hover,
.text-light a:active,
.text-light a:focus {
    color: #fff;
    text-decoration: underline !important;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 1rem;
    font-weight: 400;
    color: #49c5b1;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.navbar-nav a.nav-link {
    text-decoration: none !important;
}

.navbar-nav a:hover.nav-link,
.navbar-nav a:active.nav-link,
.navbar-nav a:focus.nav-link {
    text-decoration: none !important;
    color: #fff;
}

.sub .navbar-nav a:hover.nav-link,
.sub .navbar-nav a:active.nav-link,
.sub .navbar-nav a:focus.nav-link {
    text-decoration: none !important;
    color: #3f4443;
}

.navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.sub .navbar-nav .nav-link.active {
    color: #3f4443;
    border-bottom: 1px solid #3f4443;
}

.navbar-nav .nav-link.show {
    color: #fff;
}

@media (min-width: 1200px) {
    .navbar-nav {
        border-bottom: none;
    }

    .dropdown-menu {
        background-color: #49c5b1;
        border-radius: 0;
        border: none !important;
        margin-top: 57px !important;
    }
}

.dropdown-menu {
    background-color: #49c5b1;
    border-radius: 0;
    border: none !important;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #49c5b1;
    text-decoration: underline !important;
}

.dropdown-item.active {
    color: #ffffff;
    background: none;
    text-decoration: underline !important;
}

.btn-primary {
    --bs-btn-color: #49c5b1;
    --bs-btn-bg: none;
    --bs-btn-border-color: #49c5b1;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: none;
    --bs-btn-border-color: #fff;
}

.bg-light {
    background-color: #fff !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #fff;
    background-color: #49c5b1;
    border-color: #49c5b1;
    text-decoration: none !important;
}

.btn:hover {
    color: #fff !important;
    background-color: #49c5b1;
    border-color: #49c5b1;
    text-decoration: none !important;
}

.btn-secondary:hover {
    color: #49c5b1 !important;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none !important;
}

.btn-check:checked + .btn,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:first-child:active,
:not(.btn-check) + .btn:active {
    color: #49c5b1 !important;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none !important;
}

.card {
    background-color: #f4f4f4 !important;
    border: none !important;
}

.bg-gray .card {
    background-color: #ffffff !important;
    border: none !important;
}

.owl-theme .owl-dots {
    text-align: right;
    margin-top: -36px !important;
    margin: 0 auto;
}

.owl-theme .owl-nav {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 auto !important;
    margin-top: 1.5rem !important;
    margin-bottom: 4.5rem !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    color: #49c5b1 !important;
    background: none !important;
    border: 1px solid #49c5b1 !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    float: left !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #49c5b1 !important;
    color: #fff !important;
}

@media (min-width: 0px) and (max-width: 575.98px) {
    .owl-theme .owl-nav,
    .owl-theme .owl-dots {
        width: 100% !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .owl-theme .owl-nav,
    .owl-theme .owl-dots {
        max-width: 540px !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .owl-theme .owl-nav,
    .owl-theme .owl-dots {
        max-width: 720px !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (min-width: 992px) {
    .owl-theme .owl-nav,
    .owl-theme .owl-dots {
        max-width: 960px !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (min-width: 1200px) {
    .owl-theme .owl-nav,
    .owl-theme .owl-dots {
        max-width: 1140px !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (min-width: 1400px) {
    .owl-theme .owl-nav,
    .owl-theme .owl-dots {
        max-width: 1320px !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

.form-select {
    font-weight: 400 !important;
    color: #000;
    background-color: #f4f4f4 !important;
    border: none !important;
    border-bottom: 1px solid #3f4443 !important;
    border-radius: 0 !important;
}

.form-control {
    font-weight: 400 !important;
    color: #000;
    background-color: #f4f4f4 !important;
    border: none !important;
    border-bottom: 1px solid #3f4443 !important;
}

.input-group-text {
    background-color: #f4f4f4 !important;
    border: none !important;
    border-bottom: 1px solid #3f4443 !important;
    border-radius: 0 !important;
}

.pagination {
    --bs-pagination-color: #000;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-color: #dddddd;
    --bs-pagination-hover-color: #49c5b1;
    --bs-pagination-hover-bg: #f4f4f4;
    --bs-pagination-hover-border-color: #dddddd;
    --bs-pagination-focus-color: #49c5b1;
    --bs-pagination-focus-bg: #f4f4f4;
    --bs-pagination-focus-box-shadow: none;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #dddddd;
    --bs-pagination-disabled-bg: #f4f4f4;
    --bs-pagination-disabled-border-color: #dddddd;
}

.active > .page-link,
.page-link.active {
    color: #fff;
    background-color: #3f4443;
    border-color: #3f4443;
}

.page-link {
    color: #49c5b1;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}

.green-gradient-overlay {
    display: inline-block;
    position: absolute;
    right: 0;
}

.green-gradient-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(73, 197, 177, 1), rgba(73, 197, 177, 0));
    pointer-events: none;
}

.green-gradient-overlay img {
    position: unset !important;
}

.dark-gray-gradient-overlay {
    display: inline-block;
    position: absolute;
    right: 0;
}

.dark-gray-gradient-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(63, 68, 67);
    background: linear-gradient(90deg, rgba(63, 68, 67, 1) 10%, rgba(63, 68, 67, 0) 100%);
    pointer-events: none;
}

.dark-gray-gradient-overlay img {
    position: unset !important;
}

.light-gray-gradient-overlay {
    display: inline-block;
    position: absolute;
    right: 0;
}

.light-gray-gradient-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(244, 244, 244);
    background: linear-gradient(90deg, rgba(244, 244, 244, 1) 10%, rgba(244, 244, 244, 0) 100%);
    pointer-events: none;
}

.light-gray-gradient-overlay img {
    position: unset !important;
}

.blue-gradient-overlay {
    display: inline-block;
    position: absolute;
    right: 0;
}

.blue-gradient-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 76, 151, 1), rgba(0, 76, 151, 0));
    pointer-events: none;
}

.blue-gradient-overlay img {
    position: unset !important;
}

header.item a:hover,
header.item a:active,
header.item a:focus {
    text-decoration: none !important;
}

header.item a:hover h2,
header.item a:active h2,
header.item a:focus h2 {
    text-decoration: underline !important;
}

header.item .link-underline a:hover,
header.item .link-underline a:active,
header.item .link-underline a:focus {
    text-decoration: underline !important;
}

small {
    font-size: 0.875rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin-bottom: 1.5rem;
}

.featured .owl-nav {
    position: absolute !important;
    z-index: 5000 !important;
    left: 0;
    right: 0;
    margin-top: -50px !important;
}

.featured .owl-nav button.owl-next {
    right: 0 !important;
}

.featured .owl-nav button.owl-prev {
    right: 51px !important;
}

.featured .owl-nav button.owl-next,
.featured .owl-nav button.owl-prev {
    position: absolute !important;
    float: none !important;
    background: #49c5b1 !important;
    color: #fff !important;
    border-radius: 0 !important;
    margin: 0 !important;
    width: 50px !important;
    height: 50px !important;
}

.navbar-toggler {
    border: none;
}

b,
strong {
    font-weight: 700 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #49c5b1;
    border-color: #49c5b1;
}

.cc-btn {
    font-weight: 400 !important;
    border-width: 1px !important;
    border-radius: 0.375rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-family: "Roboto", sans-serif !important;
}

.cc-color-override--2024459626 .cc-btn {
    color: #49c5b1 !important;
    border-color: #49c5b1 !important;
    background: none !important;
}

.cc-color-override--2024459626 .cc-btn:hover {
    color: #fff !important;
    border-color: #49c5b1 !important;
    background: #49c5b1 !important;
    text-decoration: none !important;
}

.cc-color-override--2024459626 .cc-link {
    color: #49c5b1 !important;
    opacity: 1 !important;
}

.cc-color-override--2024459626 .cc-link:hover,
.cc-color-override--2024459626 .cc-link:active,
.cc-color-override--2024459626 .cc-link:visited {
    color: #49c5b1 !important;
    text-decoration: underline !important;
}

.cc-window.cc-floating {
    max-width: 26em !important;
}

.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

blockquote {
    color: #000;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 1.5rem !important;
}

/*blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
}
blockquote:after {
    content: "\F6B0";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: #49c5b1;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
}
blockquote.format:before,
blockquote.format:after {
    display: none;
}*/

blockquote cite {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    margin-top: 1em;
}

.numbers {
    font-family: "Roboto", sans-serif;
}

/* Show hand cursor when hovering over the carousel */
.owl-carousel {
    cursor: grab; /* Indicates draggable content */
}

/* When actively dragging */
.owl-carousel:active {
    cursor: grabbing; /* Indicates an active drag action */
}

.footer .accordion {
    --bs-accordion-color: #fff !important;
    --bs-accordion-bg: #3f4443 !important;
    --bs-accordion-btn-padding-x: 0rem !important;
    --bs-accordion-btn-padding-y: 1rem !important;
    --bs-accordion-btn-focus-border-color: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    --bs-accordion-body-padding-x: 0rem !important;
    --bs-accordion-body-padding-y: 0rem !important;
}

.accordion-button {
    color: #fff !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    background-color: #3f4443 !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    z-index: 2 !important;
}