/*
 * icons-svg.css
 * The saved page referenced the Bootstrap Icons webfont, but the font files
 * themselves were never part of the capture, so every <i class="bi bi-*"> rendered
 * as an empty box. This file redraws the 29 icons the site actually uses as
 * inline SVG masks, so they inherit currentColor and need no external font.
 * Loaded after bootstrap-icons.css, so these rules win.
 */

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.bi-arrow-right::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 8h11'/%3E%3Cpath d='m9.5 4 4 4-4 4'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 8h11'/%3E%3Cpath d='m9.5 4 4 4-4 4'/%3E%3C/svg%3E");
}
.bi-arrow-up-right::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.3 11.7 11.7 4.3'/%3E%3Cpath d='M5.6 4.3h6.1v6.1'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.3 11.7 11.7 4.3'/%3E%3Cpath d='M5.6 4.3h6.1v6.1'/%3E%3C/svg%3E");
}
.bi-building::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.6 14.4V1.9h7.8v12.5'/%3E%3Cpath d='M10.4 6.6h3.2v7.8'/%3E%3Cpath d='M1.2 14.4h13.6'/%3E%3Cpath d='M4.5 4.1h1.6v1.6H4.5zM7.7 4.1h1.6v1.6H7.7zM4.5 7.4h1.6V9H4.5zM7.7 7.4h1.6V9H7.7zM4.5 10.7h1.6v1.6H4.5zM7.7 10.7h1.6v1.6H7.7z' fill='black' stroke='none'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.6 14.4V1.9h7.8v12.5'/%3E%3Cpath d='M10.4 6.6h3.2v7.8'/%3E%3Cpath d='M1.2 14.4h13.6'/%3E%3Cpath d='M4.5 4.1h1.6v1.6H4.5zM7.7 4.1h1.6v1.6H7.7zM4.5 7.4h1.6V9H4.5zM7.7 7.4h1.6V9H7.7zM4.5 10.7h1.6v1.6H4.5zM7.7 10.7h1.6v1.6H7.7z' fill='black' stroke='none'/%3E%3C/svg%3E");
}
.bi-check2-circle::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.6 5.4A6.6 6.6 0 1 1 10.9 2.4'/%3E%3Cpath d='m5.2 8.1 2.3 2.3 6.7-6.7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.6 5.4A6.6 6.6 0 1 1 10.9 2.4'/%3E%3Cpath d='m5.2 8.1 2.3 2.3 6.7-6.7'/%3E%3C/svg%3E");
}
.bi-check-circle-fill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M8 .6a7.4 7.4 0 1 0 0 14.8A7.4 7.4 0 0 0 8 .6ZM4 8.2 6.9 11.1 12 6 11 5 6.9 9.1 5 7.2Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M8 .6a7.4 7.4 0 1 0 0 14.8A7.4 7.4 0 0 0 8 .6ZM4 8.2 6.9 11.1 12 6 11 5 6.9 9.1 5 7.2Z'/%3E%3C/svg%3E");
}
.bi-envelope::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.4' y='3.4' width='13.2' height='9.2' rx='1.6'/%3E%3Cpath d='m1.9 4.3 6.1 4.3 6.1-4.3'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.4' y='3.4' width='13.2' height='9.2' rx='1.6'/%3E%3Cpath d='m1.9 4.3 6.1 4.3 6.1-4.3'/%3E%3C/svg%3E");
}
.bi-envelope-fill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M1.8 3h12.4a1.3 1.3 0 0 1 1.3 1.3v.3L8 9.5.5 4.6v-.3A1.3 1.3 0 0 1 1.8 3Z'/%3E%3Cpath d='M.5 6.1 8 11l7.5-4.9v5.6a1.3 1.3 0 0 1-1.3 1.3H1.8a1.3 1.3 0 0 1-1.3-1.3Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M1.8 3h12.4a1.3 1.3 0 0 1 1.3 1.3v.3L8 9.5.5 4.6v-.3A1.3 1.3 0 0 1 1.8 3Z'/%3E%3Cpath d='M.5 6.1 8 11l7.5-4.9v5.6a1.3 1.3 0 0 1-1.3 1.3H1.8a1.3 1.3 0 0 1-1.3-1.3Z'/%3E%3C/svg%3E");
}
.bi-facebook::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M9.6 15.4V9.1h2.1l.4-2.5H9.6V5c0-.7.2-1.2 1.2-1.2h1.3V1.6c-.2 0-1-.1-1.9-.1-1.9 0-3.2 1.2-3.2 3.3v1.8H4.7v2.5H7v6.3h2.6Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M9.6 15.4V9.1h2.1l.4-2.5H9.6V5c0-.7.2-1.2 1.2-1.2h1.3V1.6c-.2 0-1-.1-1.9-.1-1.9 0-3.2 1.2-3.2 3.3v1.8H4.7v2.5H7v6.3h2.6Z'/%3E%3C/svg%3E");
}
.bi-gear::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.4 8 12.34 9.8 12.53 12.53 9.8 12.34 8 14.4 6.2 12.34 3.47 12.53 3.66 9.8 1.6 8 3.66 6.2 3.47 3.47 6.2 3.66 8 1.6 9.8 3.66 12.53 3.47 12.34 6.2Z'/%3E%3Ccircle cx='8' cy='8' r='2.4'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.4 8 12.34 9.8 12.53 12.53 9.8 12.34 8 14.4 6.2 12.34 3.47 12.53 3.66 9.8 1.6 8 3.66 6.2 3.47 3.47 6.2 3.66 8 1.6 9.8 3.66 12.53 3.47 12.34 6.2Z'/%3E%3Ccircle cx='8' cy='8' r='2.4'/%3E%3C/svg%3E");
}
.bi-gear-fill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M14.4 8 12.34 9.8 12.53 12.53 9.8 12.34 8 14.4 6.2 12.34 3.47 12.53 3.66 9.8 1.6 8 3.66 6.2 3.47 3.47 6.2 3.66 8 1.6 9.8 3.66 12.53 3.47 12.34 6.2Zm-6.4-2.4a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M14.4 8 12.34 9.8 12.53 12.53 9.8 12.34 8 14.4 6.2 12.34 3.47 12.53 3.66 9.8 1.6 8 3.66 6.2 3.47 3.47 6.2 3.66 8 1.6 9.8 3.66 12.53 3.47 12.34 6.2Zm-6.4-2.4a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8Z'/%3E%3C/svg%3E");
}
.bi-geo-alt::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14.6s4.8-5 4.8-8.4a4.8 4.8 0 1 0-9.6 0c0 3.4 4.8 8.4 4.8 8.4Z'/%3E%3Ccircle cx='8' cy='6.2' r='1.9'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14.6s4.8-5 4.8-8.4a4.8 4.8 0 1 0-9.6 0c0 3.4 4.8 8.4 4.8 8.4Z'/%3E%3Ccircle cx='8' cy='6.2' r='1.9'/%3E%3C/svg%3E");
}
.bi-geo-alt-fill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M8 15s5-5.4 5-8.9a5 5 0 0 0-10 0C3 9.6 8 15 8 15Zm0-6.7a2.2 2.2 0 1 0 0-4.4 2.2 2.2 0 0 0 0 4.4Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M8 15s5-5.4 5-8.9a5 5 0 0 0-10 0C3 9.6 8 15 8 15Zm0-6.7a2.2 2.2 0 1 0 0-4.4 2.2 2.2 0 0 0 0 4.4Z'/%3E%3C/svg%3E");
}
.bi-graph-up-arrow::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.6 1.6v12.8h12.8'/%3E%3Cpath d='m4.2 11.4 3-3.4 2.4 2.4 4.4-5'/%3E%3Cpath d='M10.6 5.4h3.6V9'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.6 1.6v12.8h12.8'/%3E%3Cpath d='m4.2 11.4 3-3.4 2.4 2.4 4.4-5'/%3E%3Cpath d='M10.6 5.4h3.6V9'/%3E%3C/svg%3E");
}
.bi-grid::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.8' y='1.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='8.8' y='1.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='1.8' y='8.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='8.8' y='8.8' width='5.4' height='5.4' rx='.9'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.8' y='1.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='8.8' y='1.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='1.8' y='8.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='8.8' y='8.8' width='5.4' height='5.4' rx='.9'/%3E%3C/svg%3E");
}
.bi-grid-1x2::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.8' y='1.8' width='5.4' height='12.4' rx='.9'/%3E%3Crect x='8.8' y='1.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='8.8' y='8.8' width='5.4' height='5.4' rx='.9'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1.8' y='1.8' width='5.4' height='12.4' rx='.9'/%3E%3Crect x='8.8' y='1.8' width='5.4' height='5.4' rx='.9'/%3E%3Crect x='8.8' y='8.8' width='5.4' height='5.4' rx='.9'/%3E%3C/svg%3E");
}
.bi-heart::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14.1C5.4 12.4 1.5 9.6 1.5 6.2A3.2 3.2 0 0 1 8 4.4a3.2 3.2 0 0 1 6.5 1.8c0 3.4-3.9 6.2-6.5 7.9Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 14.1C5.4 12.4 1.5 9.6 1.5 6.2A3.2 3.2 0 0 1 8 4.4a3.2 3.2 0 0 1 6.5 1.8c0 3.4-3.9 6.2-6.5 7.9Z'/%3E%3C/svg%3E");
}
.bi-lightbulb-fill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M8 .9a4.7 4.7 0 0 0-2.9 8.4c.4.3.7.8.7 1.3v.5h4.4v-.5c0-.5.3-1 .7-1.3A4.7 4.7 0 0 0 8 .9Z'/%3E%3Cpath d='M5.8 12.3h4.4v.5a1.6 1.6 0 0 1-1.6 1.6H7.4a1.6 1.6 0 0 1-1.6-1.6Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M8 .9a4.7 4.7 0 0 0-2.9 8.4c.4.3.7.8.7 1.3v.5h4.4v-.5c0-.5.3-1 .7-1.3A4.7 4.7 0 0 0 8 .9Z'/%3E%3Cpath d='M5.8 12.3h4.4v.5a1.6 1.6 0 0 1-1.6 1.6H7.4a1.6 1.6 0 0 1-1.6-1.6Z'/%3E%3C/svg%3E");
}
.bi-lightning-charge::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.4 1.4 3.6 8.9h3.5l-.5 5.7 5.8-7.5H9Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.4 1.4 3.6 8.9h3.5l-.5 5.7 5.8-7.5H9Z'/%3E%3C/svg%3E");
}
.bi-palette::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.6a6.4 6.4 0 0 0 0 12.8 1.5 1.5 0 0 0 1.5-1.5c0-.4-.2-.7-.4-1a1.5 1.5 0 0 1 1.1-2.5h1.8a3.6 3.6 0 0 0 3.4-3.6c0-2.8-3.1-4.2-7.4-4.2Z'/%3E%3Ccircle cx='4.7' cy='7.7' r='.95' fill='black' stroke='none'/%3E%3Ccircle cx='6.4' cy='4.8' r='.95' fill='black' stroke='none'/%3E%3Ccircle cx='9.7' cy='4.5' r='.95' fill='black' stroke='none'/%3E%3Ccircle cx='12.1' cy='6.4' r='.95' fill='black' stroke='none'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.6a6.4 6.4 0 0 0 0 12.8 1.5 1.5 0 0 0 1.5-1.5c0-.4-.2-.7-.4-1a1.5 1.5 0 0 1 1.1-2.5h1.8a3.6 3.6 0 0 0 3.4-3.6c0-2.8-3.1-4.2-7.4-4.2Z'/%3E%3Ccircle cx='4.7' cy='7.7' r='.95' fill='black' stroke='none'/%3E%3Ccircle cx='6.4' cy='4.8' r='.95' fill='black' stroke='none'/%3E%3Ccircle cx='9.7' cy='4.5' r='.95' fill='black' stroke='none'/%3E%3Ccircle cx='12.1' cy='6.4' r='.95' fill='black' stroke='none'/%3E%3C/svg%3E");
}
.bi-patch-check::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.4 9.7 2.7l2.1-.3.6 2 1.9 1-.9 1.9.9 1.9-1.9 1-.6 2-2.1-.3L8 14.6l-1.7-1.3-2.1.3-.6-2-1.9-1 .9-1.9-.9-1.9 1.9-1 .6-2 2.1.3Z'/%3E%3Cpath d='m5.6 8.1 1.8 1.8 3.2-3.6'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.4 9.7 2.7l2.1-.3.6 2 1.9 1-.9 1.9.9 1.9-1.9 1-.6 2-2.1-.3L8 14.6l-1.7-1.3-2.1.3-.6-2-1.9-1 .9-1.9-.9-1.9 1.9-1 .6-2 2.1.3Z'/%3E%3Cpath d='m5.6 8.1 1.8 1.8 3.2-3.6'/%3E%3C/svg%3E");
}
.bi-rocket-takeoff::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.3 10.4C4.8 8.9 5 6 6.9 4.1c2-2 5.1-2.8 7.6-2.6.2 2.5-.6 5.6-2.6 7.6-1.9 1.9-4.1 2.8-5.6 1.3Z'/%3E%3Ccircle cx='10.4' cy='5.6' r='1.3'/%3E%3Cpath d='M5.7 10.9 3.1 13.5'/%3E%3Cpath d='M2.3 10.1c-1 1-1.1 3.6-1.1 3.6s2.6-.1 3.6-1.1'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.3 10.4C4.8 8.9 5 6 6.9 4.1c2-2 5.1-2.8 7.6-2.6.2 2.5-.6 5.6-2.6 7.6-1.9 1.9-4.1 2.8-5.6 1.3Z'/%3E%3Ccircle cx='10.4' cy='5.6' r='1.3'/%3E%3Cpath d='M5.7 10.9 3.1 13.5'/%3E%3Cpath d='M2.3 10.1c-1 1-1.1 3.6-1.1 3.6s2.6-.1 3.6-1.1'/%3E%3C/svg%3E");
}
.bi-shield-check::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.4 13.4 3v4.9c0 3.2-2.2 5.6-5.4 6.7-3.2-1.1-5.4-3.5-5.4-6.7V3Z'/%3E%3Cpath d='m5.7 7.9 1.7 1.7 3.1-3.4'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.4 13.4 3v4.9c0 3.2-2.2 5.6-5.4 6.7-3.2-1.1-5.4-3.5-5.4-6.7V3Z'/%3E%3Cpath d='m5.7 7.9 1.7 1.7 3.1-3.4'/%3E%3C/svg%3E");
}
.bi-star::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.6 9.7 6.05 14.47 6.3 10.76 9.3 12 13.9 8 11.3 4 13.9 5.24 9.3 1.53 6.3 6.3 6.05Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 1.6 9.7 6.05 14.47 6.3 10.76 9.3 12 13.9 8 11.3 4 13.9 5.24 9.3 1.53 6.3 6.3 6.05Z'/%3E%3C/svg%3E");
}
.bi-stars::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M6.5 1.8 7.79 5.22 11.45 5.39 8.59 7.68 9.56 11.21 6.5 9.2 3.44 11.21 4.41 7.68 1.55 5.39 5.21 5.22Z'/%3E%3Cpath d='M13 8.9c.25 1.05.55 1.35 1.6 1.6-1.05.25-1.35.55-1.6 1.6-.25-1.05-.55-1.35-1.6-1.6 1.05-.25 1.35-.55 1.6-1.6Z'/%3E%3Cpath d='M11.4 12.5c.18.78.4 1 1.18 1.18-.78.18-1 .4-1.18 1.18-.18-.78-.4-1-1.18-1.18.78-.18 1-.4 1.18-1.18Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M6.5 1.8 7.79 5.22 11.45 5.39 8.59 7.68 9.56 11.21 6.5 9.2 3.44 11.21 4.41 7.68 1.55 5.39 5.21 5.22Z'/%3E%3Cpath d='M13 8.9c.25 1.05.55 1.35 1.6 1.6-1.05.25-1.35.55-1.6 1.6-.25-1.05-.55-1.35-1.6-1.6 1.05-.25 1.35-.55 1.6-1.6Z'/%3E%3Cpath d='M11.4 12.5c.18.78.4 1 1.18 1.18-.78.18-1 .4-1.18 1.18-.18-.78-.4-1-1.18-1.18.78-.18 1-.4 1.18-1.18Z'/%3E%3C/svg%3E");
}
.bi-telegram::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M15.2 2.3 1.2 7.6c-.7.3-.7 1 0 1.2l3.5 1.1 1.3 4.2c.2.5.5.6.9.2l1.9-1.8 3.7 2.7c.5.3.9.1 1-.5l2.3-11.5c.1-.6-.3-.9-.6-.9Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M15.2 2.3 1.2 7.6c-.7.3-.7 1 0 1.2l3.5 1.1 1.3 4.2c.2.5.5.6.9.2l1.9-1.8 3.7 2.7c.5.3.9.1 1-.5l2.3-11.5c.1-.6-.3-.9-.6-.9Z'/%3E%3C/svg%3E");
}
.bi-telephone::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.9 1.7 5.6 1.4 7.2 4.3 5.7 5.7c.7 1.6 1.9 2.9 3.5 3.6l1.4-1.5 2.9 1.6-.3 1.7c-.1.7-.7 1.2-1.4 1.2-4.9-.3-8.8-4.2-9.1-9.1 0-.7.5-1.3 1.2-1.5Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.9 1.7 5.6 1.4 7.2 4.3 5.7 5.7c.7 1.6 1.9 2.9 3.5 3.6l1.4-1.5 2.9 1.6-.3 1.7c-.1.7-.7 1.2-1.4 1.2-4.9-.3-8.8-4.2-9.1-9.1 0-.7.5-1.3 1.2-1.5Z'/%3E%3C/svg%3E");
}
.bi-telephone-fill::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M3.9 1.4 5.8 1a1 1 0 0 1 1.1.6l1.3 2.9a1 1 0 0 1-.2 1.1L6.7 6.8a8.6 8.6 0 0 0 2.5 2.5l1.2-1.3a1 1 0 0 1 1.1-.2l2.9 1.3a1 1 0 0 1 .6 1.1l-.4 1.9a1 1 0 0 1-1 .8C7.4 14.9 1.1 8.6 1.1 2.4a1 1 0 0 1 .8-1Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath d='M3.9 1.4 5.8 1a1 1 0 0 1 1.1.6l1.3 2.9a1 1 0 0 1-.2 1.1L6.7 6.8a8.6 8.6 0 0 0 2.5 2.5l1.2-1.3a1 1 0 0 1 1.1-.2l2.9 1.3a1 1 0 0 1 .6 1.1l-.4 1.9a1 1 0 0 1-1 .8C7.4 14.9 1.1 8.6 1.1 2.4a1 1 0 0 1 .8-1Z'/%3E%3C/svg%3E");
}
.bi-twitter-x::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M12.3 1.5h2.3l-5 5.7 5.9 7.8h-4.6L7.3 10.1l-4.1 4.9H.8l5.4-6.2L.5 1.5h4.7l3.2 4.3ZM11.5 14.1h1.3L4.6 2.8H3.2Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M12.3 1.5h2.3l-5 5.7 5.9 7.8h-4.6L7.3 10.1l-4.1 4.9H.8l5.4-6.2L.5 1.5h4.7l3.2 4.3ZM11.5 14.1h1.3L4.6 2.8H3.2Z'/%3E%3C/svg%3E");
}
.bi-whatsapp::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M8 1.3a6.6 6.6 0 0 0-5.7 10l-1 3.6 3.7-1a6.6 6.6 0 1 0 3-12.6Zm0 1.4a5.2 5.2 0 1 1-2.7 9.6l-.3-.2-1.9.5.5-1.9-.2-.3A5.2 5.2 0 0 1 8 2.7Zm3 7.5c-.1.4-.8.8-1.1.8-.3 0-.7.1-2.2-.5-1.9-.8-3.1-2.8-3.2-3-.1-.1-.8-1-.8-2s.5-1.4.7-1.6c.2-.2.4-.2.5-.2h.4c.1 0 .3 0 .4.3l.6 1.4c0 .1 0 .2-.1.3l-.2.3-.2.2c-.1.1-.2.2 0 .4.1.2.6.9 1.2 1.4.7.7 1.3.9 1.5 1 .2.1.3.1.4 0l.6-.6c.1-.2.3-.2.4-.1l1.3.6c.2.1.3.2.3.3Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black' stroke='none'%3E%3Cpath fill-rule='evenodd' d='M8 1.3a6.6 6.6 0 0 0-5.7 10l-1 3.6 3.7-1a6.6 6.6 0 1 0 3-12.6Zm0 1.4a5.2 5.2 0 1 1-2.7 9.6l-.3-.2-1.9.5.5-1.9-.2-.3A5.2 5.2 0 0 1 8 2.7Zm3 7.5c-.1.4-.8.8-1.1.8-.3 0-.7.1-2.2-.5-1.9-.8-3.1-2.8-3.2-3-.1-.1-.8-1-.8-2s.5-1.4.7-1.6c.2-.2.4-.2.5-.2h.4c.1 0 .3 0 .4.3l.6 1.4c0 .1 0 .2-.1.3l-.2.3-.2.2c-.1.1-.2.2 0 .4.1.2.6.9 1.2 1.4.7.7 1.3.9 1.5 1 .2.1.3.1.4 0l.6-.6c.1-.2.3-.2.4-.1l1.3.6c.2.1.3.2.3.3Z'/%3E%3C/svg%3E");
}
