/*
* Remix Icon v2.2.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-01-10
*/
@font-face {
  font-family: "remixicon";
  src: url('remixicon.eot?t=1578671877458'); /* IE9*/
  src: url('remixicon.eot?t=1578671877458#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("/sa/maf/remixicon.woff2") format("woff2"),
  url("remixicon.woff?t=1578671877458") format("woff"),
  url('remixicon.ttf?t=1578671877458') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('remixicon.svg?t=1578671877458#remixicon') format('svg'); /* iOS 4.1- */
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ri-arrow-down-s-line:before { content: "\ea4b"; }
.ri-community-fill:before { content: "\eb92"; }
.ri-copyright-line:before { content: "\ebb9"; }
.ri-secure-payment-fill:before { content: "\eff8"; }

