@charset 'utf-8';

/* == */

@font-face {

  font-family  : 'icons';
  font-display : block;

  src : url('icons.woff2') format('woff2'),
        url('icons.woff')  format('woff');

}

/* == */

.bi::before,
[class^='bi-']::before,
[class*=' bi-']::before {
 font-family : icons !important;
 font-style : normal !important;
 font-weight : normal !important;
 font-variant : normal;
 text-transform : none;
 line-height : 1px !important;
 -webkit-font-smoothing : antialiased;
 -moz-osx-font-smoothing : grayscale;
 padding : 0 !important;
 margin : 0 !important;
}

/* ==  */

.bi-whatsapp::before { content : '\f618'; }
.bi-house::before { content : '\f425'; }
.bi-geo-alt::before { content : '\f3e8'; }
.bi-calendar-check::before { content : '\f1e2'; }
.bi-people::before { content : '\f4d0'; }
.bi-arrow-down-circle::before { content : '\f119'; }
.bi-clipboard-check::before { content : '\f28b'; }
.bi-phone::before { content : '\f4e7'; }
.bi-exclamation-circle::before { content : '\f333'; }
.bi-check-square::before { content : '\f26d'; }
.bi-check2-circle::before { content : '\f270'; }
.bi-9-circle::before { content : '\f7c7'; }
.bi-trophy::before { content : '\f5e7'; }
.bi-person-workspace::before { content : '\f67a'; }
.bi-clock-history::before { content : '\f292'; }
.bi-clipboard-plus::before { content : '\f28e'; }
.bi-filetype-pdf::before { content : '\f756'; }
.bi-person::before { content : '\f4e1'; }
.bi-9-circle::before { content : '\f7c7'; }
.bi-sign-stop::before { content : '\f82e'; }
.bi-check-circle::before { content : '\f26b'; }
.bi-megaphone::before { content : '\f484'; }
.bi-hand-thumbs-up::before { content : '\f407'; }

/* ==  */