@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.icon-car::before { content: '\f1b9'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-shield::before { content: '\f3ed'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-clock::before { content: '\f017'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-file::before { content: '\f15b'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-arrow-right::before { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-credit-card::before { content: '\f09d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-users::before { content: '\f0c0'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-map-pin::before { content: '\f3c5'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-check::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-award::before { content: '\f559'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-phone::before { content: '\f095'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-mail::before { content: '\f0e0'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-cookie::before { content: '\f563'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-x::before { content: '\f00d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-target::before { content: '\f140'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.icon-heart::before { content: '\f004'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
