.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    vertical-align: middle;
    line-height: 1;
}
.fa::before,
.fa-brands::before,
.fa-duotone::before,
.fa-light::before,
.fa-regular::before,
.fa-solid::before,
.fa-thin::before,
.fab::before,
.fad::before,
.fal::before,
.far::before,
.fas::before,
.fat::before{
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: currentColor;
    line-height: 1;
}


.companies_arrow::before{
-webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20d%3D%22M10%2C0C4.5%2C0%2C0%2C4.5%2C0%2C10s4.5%2C10%2C10%2C10%2C10-4.5%2C10-10S15.5%2C0%2C10%2C0ZM11.1%2C12.2l-.7-.7.5-.5.4-.3h0s-.7%2C0-.7%2C0h-3.7v-1.1h4.4s0%2C0%2C0%2C0l-.4-.3-.5-.5.7-.7%2C2.2%2C2.2-2.2%2C2.2Z%22%2F%3E%3C%2Fsvg%3E');
}
.fa-solid.fa-play::before{
    -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M187.2%20100.9C174.8%2094.1%20159.8%2094.4%20147.6%20101.6C135.4%20108.8%20128%20121.9%20128%20136L128%20504C128%20518.1%20135.5%20531.2%20147.6%20538.4C159.7%20545.6%20174.8%20545.9%20187.2%20539.1L523.2%20355.1C536%20348.1%20544%20334.6%20544%20320C544%20305.4%20536%20291.9%20523.2%20284.9L187.2%20100.9z%22%2F%3E%3C%2Fsvg%3E');
}
.fa-solid.fa-pause::before{
    -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20d%3D%22M176%2096C149.5%2096%20128%20117.5%20128%20144L128%20496C128%20522.5%20149.5%20544%20176%20544L240%20544C266.5%20544%20288%20522.5%20288%20496L288%20144C288%20117.5%20266.5%2096%20240%2096L176%2096zM400%2096C373.5%2096%20352%20117.5%20352%20144L352%20496C352%20522.5%20373.5%20544%20400%20544L464%20544C490.5%20544%20512%20522.5%20512%20496L512%20144C512%20117.5%20490.5%2096%20464%2096L400%2096z%22%2F%3E%3C%2Fsvg%3E');
}
/*
.::before{
-webkit-mask-image: url('data:image/svg+xml;charset=utf8,');
}
*/