@charset "UTF-8";
/* Font Awesome 6.5.0 subset - only the glyphs this site uses.
   Codepoints and base rules taken verbatim from all.min.css on 2026-08-22.
   instagram f16d | facebook-f f39e | whatsapp f232 | x-twitter e61b
   linkedin-in f0e1 | spinner f110 */
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(fa-brands-sub.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(fa-solid-sub.woff2) format("woff2")}
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}
.fa,.fa-classic,.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}
.fa-instagram:before{content:""}
.fa-facebook-f:before{content:""}
.fa-whatsapp:before{content:""}
.fa-x-twitter:before{content:""}
.fa-linkedin-in:before{content:""}
.fa-spinner:before{content:""}
.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
