@font-face {
    font-family: 'spg';
    src: url('fonts/spg.eot?ca6tb7');
    src: url('fonts/spg.eot?ca6tb7#iefix') format('embedded-opentype'),
    url('fonts/spg.ttf?ca6tb7') format('truetype'),
    url('fonts/spg.woff?ca6tb7') format('woff'),
    url('fonts/spg.svg?ca6tb7#spg') 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: 'spg' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
    content: "\e918";
    color: #fff;
}

.icon-plus:before {
    content: "\e919";
    color: #fff;
}

.icon-burger:before {
    content: "\e917";
    color: #2845e8;
}

.icon-facebook:before {
    content: "\e916";
    color: #2845e8;
}

.icon-image:before {
    content: "\e912";
    color: #2845e8;
}

.icon-archive:before {
    content: "\e913";
    color: #2845e8;
}

.icon-warning:before {
    content: "\e914";
    color: #2845e8;
}

.icon-trophy:before {
    content: "\e915";
    color: #2845e8;
}

.icon-interrogation:before {
    content: "\e911";
    color: #2845e8;
}

.icon-file:before {
    content: "\e910";
    color: #fff;
}

.icon-chevron-pag:before {
    content: "\e90f";
    color: #fff;
}

.icon-chevron-plus:before {
    content: "\e90e";
    color: #fff;
}

.icon-clock:before {
    content: "\e90c";
    color: #2845e8;
}

.icon-phone:before {
    content: "\e90d";
    color: #2845e8;
}

.icon-arrow-italic:before {
    content: "\e904";
    color: #2845e8;
}

.icon-chevron:before {
    content: "\e902";
    color: #2845e8;
}

.icon-email:before {
    content: "\e90b";
    color: #2845e8;
}

.icon-arrow:before {
    content: "\e901";
}

.icon-add_user:before {
    content: "\e900";
    color: #fff;
}

.icon-calendar:before {
    content: "\e903";
    color: #fff;
}

.icon-linkedin:before {
    content: "\e905";
    color: #2845e8;
}

.icon-location:before {
    content: "\e906";
    color: #2845e8;
}

.icon-news:before {
    content: "\e907";
    color: #2845e8;
}

.icon-search:before {
    content: "\e908";
    color: #2845e8;
}

.icon-twitter:before {
    content: "\e909";
    color: #2845e8;
}

.icon-user:before {
    content: "\e90a";
    color: #2845e8;
}


.icon-white:before {
    color: var(--light);
}

.icon-blue:before {
    color: var(--primary);
}

.icon-dark:before {
    color: var(--dark-primary);
}

.icon-sr:before {
    margin-right: 0.5rem;
}

.icon-sl:before {
    margin-left: 0.5rem;
}

.icon-rotate:before {
    display: inline-block;
    transform: rotate(180deg);
}

.icon-chevron-left:before {
    display: inline-block;
    content: "\e90f";
    color: var(--light);
    transform: rotate(180deg);
    font-size: 0.7rem;
    line-height: 1;
}

.icon-chevron-right:before {
    display: inline-block;
    content: "\e90f";
    color: var(--light);
    font-size: 0.7rem;
    line-height: 1;
}

.icon-chevron-plus:before {
    content: "\e90e";
    display: inline-block;
    color: var(--light);
    font-size: 0.7rem;
    line-height: 1;
}

.icon-chevron-plus-right:before {
    font-size: 0.7rem;
    content: "\e90e";
    display: inline-block;
    color: var(--light);
    transform: rotate(180deg);
    line-height: 1;
}

.icon-success:before {
    color: var(--accent-success);
}

.icon-arrow-down:before {
    content: "\e901";
    display: inline-block;
    color: var(--light);
    transform: rotate(90deg);
    line-height: 1;
}