/*!
 * 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)
 */
@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src:
    url("./fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a")
      format("woff2"),
    url("./fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a")
      format("woff");
}
.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-person::before {
  content: "\f4e1";
}

.bi-heart::before {
  content: "\f417";
}

.bi-cart::before {
  content: "\f242";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-envelope::before {
  content: "\f699";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-printer::before {
  content: "\f501";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-linkedin::before {
  content: "\f472";
}