/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 *
 * SUBSET: contains only the 34 icon glyphs actually referenced in this
 * project. Regenerate from the full library in ../bootstrap-icons/ if
 * new bi- classes are ever added to the markup.
 */

@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("./bootstrap-icons.woff2") format("woff2"),
url("./bootstrap-icons.woff") 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-airplane::before { content: "\f7cd"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-award-fill::before { content: "\f153"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-calendar3::before { content: "\f214"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-clock::before { content: "\f293"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-facebook::before { content: "\f344"; }
.bi-gear::before { content: "\f3e5"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-images::before { content: "\f42b"; }
.bi-laptop::before { content: "\f456"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list::before { content: "\f479"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-people::before { content: "\f4d0"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-quote::before { content: "\f6b0"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-translate::before { content: "\f658"; }
.bi-x::before { content: "\f62a"; }
