@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?pl0v5y');
    src:  url('../fonts/icomoon.eot?pl0v5y#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?pl0v5y') format('truetype'),
      url('../fonts/icomoon.woff?pl0v5y') format('woff'),
      url('../fonts/icomoon.svg?pl0v5y#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-line:before {
    content: "\e902";
}
.icon-twitter:before {
    content: "\e903";
}
.icon-youtube:before {
    content: "\e904";
}
.icon-check-fill:before {
    content: "\e908";
}
.icon-check-out:before {
    content: "\e909";
}
.icon-play:before {
    content: "\e905";
}
.icon-circle-play-fill:before {
    content: "\e906";
}
.icon-circle-play-out:before {
    content: "\e907";
}
.icon-circle-down:before {
    content: "\e90a";
}
.icon-circle-left:before {
    content: "\e90b";
}
.icon-circle-right:before {
    content: "\e90c";
}
.icon-circle-up:before {
    content: "\e90d";
}
.icon-keyboard_arrow_down:before {
    content: "\e90e";
}
.icon-keyboard_arrow_left:before {
    content: "\e90f";
}
.icon-keyboard_arrow_right:before {
    content: "\e910";
}
.icon-keyboard_arrow_up:before {
    content: "\e911";
}
.icon-first_page:before {
    content: "\e912";
}
.icon-last_page:before {
    content: "\e913";
}
.icon-mail-fill:before {
    content: "\f0e0";
}
.icon-mail-out:before {
    content: "\f003";
}
.icon-mail-square:before {
    content: "\f199";
}
.icon-phone:before {
    content: "\f095";
}
.icon-phone-square:before {
    content: "\f098";
}
.icon-fax:before {
    content: "\f1ac";
}
