/*!
 * Bootstrap Icons subset for this landing page.
 * Original project: https://icons.getbootstrap.com/
 */

@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-left::before { content: "\f12f"; }
.bi-braces::before { content: "\f1c9"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-chat-left::before { content: "\f253"; }
.bi-check-lg::before { content: "\f633"; }
.bi-easel::before { content: "\f310"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-github::before { content: "\f3ed"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-linkedin::before { content: "\f472"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-star-fill::before { content: "\f586"; }
.bi-whatsapp::before { content: "\f618"; }
