@font-face {
    font-family: 'icons';
    font-display: swap;
    src: url('../../fonts/icons/Icons-Line.eot@v=2.4.0');
    src: url('../../fonts/icons/Icons-Line.eot@v=2.4.0') format('embedded-opentype'), url('../../fonts/icons/Icons-Line.woff2@v=2.4.0') format('woff2'), url('../../fonts/icons/Icons-Line.ttf@v=2.4.0') format('truetype'), url('../../fonts/icons/Icons-Line.woff@v=2.4.0') format('woff');
    font-weight: normal;
    font-style: normal;
}


.icon-arrow-down,
.icon-arrow-right,
.icon-close {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e604";
}

.icon-arrow-right:before {
    content: "\e606";
}

.icon-close:before {
    content: "\e082";
}