/*!
 * # Semantic UI 2.4.1 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
@font-face {
    font-family: SearchevIcons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.svg#icons) format("svg");
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}
i.searchevicon {
    display: inline-block;
    opacity: 1;
    margin: 0 0.25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: SearchevIcons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
i.searchevicon:before {
    background: 0 0 !important;
}
i.searchevicon.loading {
    height: 1em;
    line-height: 1;
    -webkit-animation: icon-loading 2s linear infinite;
    animation: icon-loading 2s linear infinite;
}
@-webkit-keyframes icon-loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes icon-loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
i.searchevicon.hover {
    opacity: 1 !important;
}
i.searchevicon.active {
    opacity: 1 !important;
}
i.emphasized.searchevicon {
    opacity: 1 !important;
}
i.disabled.searchevicon {
    opacity: 0.45 !important;
}
i.fitted.searchevicon {
    width: auto;
    margin: 0 !important;
}
i.link.searchevicon,
i.link.icons {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
i.link.searchevicon:hover,
i.link.icons:hover {
    opacity: 1 !important;
}
i.circular.searchevicon {
    border-radius: 500em !important;
    line-height: 1 !important;
    padding: 0.5em 0 !important;
    -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
    width: 2em !important;
    height: 2em !important;
}
i.circular.inverted.searchevicon {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
i.flipped.searchevicon,
i.horizontally.flipped.searchevicon {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
i.vertically.flipped.searchevicon {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
i.clockwise.rotated.searchevicon,
i.right.rotated.searchevicon,
i.rotated.searchevicon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
i.counterclockwise.rotated.searchevicon,
i.left.rotated.searchevicon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
i.bordered.searchevicon {
    line-height: 1;
    vertical-align: baseline;
    width: 2em;
    height: 2em;
    padding: 0.5em 0 !important;
    -webkit-box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
}
i.bordered.inverted.searchevicon {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
i.inverted.bordered.searchevicon,
i.inverted.circular.searchevicon {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
i.inverted.searchevicon {
    color: #fff;
}
i.red.searchevicon {
    color: #db2828 !important;
}
i.inverted.red.searchevicon {
    color: #ff695e !important;
}
i.inverted.bordered.red.searchevicon,
i.inverted.circular.red.searchevicon {
    background-color: #db2828 !important;
    color: #fff !important;
}
i.orange.searchevicon {
    color: #f2711c !important;
}
i.inverted.orange.searchevicon {
    color: #ff851b !important;
}
i.inverted.bordered.orange.searchevicon,
i.inverted.circular.orange.searchevicon {
    background-color: #f2711c !important;
    color: #fff !important;
}
i.yellow.searchevicon {
    color: #fbbd08 !important;
}
i.inverted.yellow.searchevicon {
    color: #ffe21f !important;
}
i.inverted.bordered.yellow.searchevicon,
i.inverted.circular.yellow.searchevicon {
    background-color: #fbbd08 !important;
    color: #fff !important;
}
i.olive.searchevicon {
    color: #b5cc18 !important;
}
i.inverted.olive.searchevicon {
    color: #d9e778 !important;
}
i.inverted.bordered.olive.searchevicon,
i.inverted.circular.olive.searchevicon {
    background-color: #b5cc18 !important;
    color: #fff !important;
}
i.green.searchevicon {
    color: #21ba45 !important;
}
i.inverted.green.searchevicon {
    color: #2ecc40 !important;
}
i.inverted.bordered.green.searchevicon,
i.inverted.circular.green.searchevicon {
    background-color: #21ba45 !important;
    color: #fff !important;
}
i.teal.searchevicon {
    color: #00b5ad !important;
}
i.inverted.teal.searchevicon {
    color: #6dffff !important;
}
i.inverted.bordered.teal.searchevicon,
i.inverted.circular.teal.searchevicon {
    background-color: #00b5ad !important;
    color: #fff !important;
}
i.blue.searchevicon {
    color: #2185d0 !important;
}
i.inverted.blue.searchevicon {
    color: #54c8ff !important;
}
i.inverted.bordered.blue.searchevicon,
i.inverted.circular.blue.searchevicon {
    background-color: #2185d0 !important;
    color: #fff !important;
}
i.violet.searchevicon {
    color: #6435c9 !important;
}
i.inverted.violet.searchevicon {
    color: #a291fb !important;
}
i.inverted.bordered.violet.searchevicon,
i.inverted.circular.violet.searchevicon {
    background-color: #6435c9 !important;
    color: #fff !important;
}
i.purple.searchevicon {
    color: #a333c8 !important;
}
i.inverted.purple.searchevicon {
    color: #dc73ff !important;
}
i.inverted.bordered.purple.searchevicon,
i.inverted.circular.purple.searchevicon {
    background-color: #a333c8 !important;
    color: #fff !important;
}
i.pink.searchevicon {
    color: #e03997 !important;
}
i.inverted.pink.searchevicon {
    color: #ff8edf !important;
}
i.inverted.bordered.pink.searchevicon,
i.inverted.circular.pink.searchevicon {
    background-color: #e03997 !important;
    color: #fff !important;
}
i.brown.searchevicon {
    color: #a5673f !important;
}
i.inverted.brown.searchevicon {
    color: #d67c1c !important;
}
i.inverted.bordered.brown.searchevicon,
i.inverted.circular.brown.searchevicon {
    background-color: #a5673f !important;
    color: #fff !important;
}
i.grey.searchevicon {
    color: #767676 !important;
}
i.inverted.grey.searchevicon {
    color: #dcddde !important;
}
i.inverted.bordered.grey.searchevicon,
i.inverted.circular.grey.searchevicon {
    background-color: #767676 !important;
    color: #fff !important;
}
i.black.searchevicon {
    color: #1b1c1d !important;
}
i.inverted.black.searchevicon {
    color: #545454 !important;
}
i.inverted.bordered.black.searchevicon,
i.inverted.circular.black.searchevicon {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
i.mini.searchevicon,
i.mini.icons {
    line-height: 1;
    font-size: 0.4em;
}
i.tiny.searchevicon,
i.tiny.icons {
    line-height: 1;
    font-size: 0.5em;
}
i.small.searchevicon,
i.small.icons {
    line-height: 1;
    font-size: 0.75em;
}
i.searchevicon,
i.icons {
    font-size: 1em;
}
i.large.searchevicon,
i.large.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5em;
}
i.big.searchevicon,
i.big.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 2em;
}
i.huge.searchevicon,
i.huge.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 4em;
}
i.massive.searchevicon,
i.massive.icons {
    line-height: 1;
    vertical-align: middle;
    font-size: 8em;
}
i.icons {
    display: inline-block;
    position: relative;
    line-height: 1;
}
i.icons .searchevicon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    margin: 0;
}
i.icons .searchevicon:first-child {
    position: static;
    width: auto;
    height: auto;
    vertical-align: top;
    -webkit-transform: none;
    transform: none;
    margin-right: 0.25rem;
}
i.icons .corner.searchevicon {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    font-size: 0.45em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
i.icons .top.right.corner.searchevicon {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
}
i.icons .top.left.corner.searchevicon {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}
i.icons .bottom.left.corner.searchevicon {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
}
i.icons .bottom.right.corner.searchevicon {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
i.icons .inverted.corner.searchevicon {
    text-shadow: -1px -1px 0 #1b1c1d, 1px -1px 0 #1b1c1d, -1px 1px 0 #1b1c1d, 1px 1px 0 #1b1c1d;
}
i.searchevicon.linkedin.in:before {
    content: "\f0e1";
}
i.searchevicon.zoom.in:before {
    content: "\f00e";
}
i.searchevicon.zoom.out:before {
    content: "\f010";
}
i.searchevicon.sign.in:before {
    content: "\f2f6";
}
i.searchevicon.in.cart:before {
    content: "\f218";
}
i.searchevicon.log.out:before {
    content: "\f2f5";
}
i.searchevicon.sign.out:before {
    content: "\f2f5";
}
i.searchevicon.\35 00px:before {
                 content: "\f26e";
             }
i.searchevicon.accessible.searchevicon:before {
    content: "\f368";
}
i.searchevicon.accusoft:before {
    content: "\f369";
}
i.searchevicon.address.book:before {
    content: "\f2b9";
}
i.searchevicon.address.card:before {
    content: "\f2bb";
}
i.searchevicon.adjust:before {
    content: "\f042";
}
i.searchevicon.adn:before {
    content: "\f170";
}
i.searchevicon.adversal:before {
    content: "\f36a";
}
i.searchevicon.affiliatetheme:before {
    content: "\f36b";
}
i.searchevicon.algolia:before {
    content: "\f36c";
}
i.searchevicon.align.center:before {
    content: "\f037";
}
i.searchevicon.align.justify:before {
    content: "\f039";
}
i.searchevicon.align.left:before {
    content: "\f036";
}
i.searchevicon.align.right:before {
    content: "\f038";
}
i.searchevicon.amazon:before {
    content: "\f270";
}
i.searchevicon.amazon.pay:before {
    content: "\f42c";
}
i.searchevicon.ambulance:before {
    content: "\f0f9";
}
i.searchevicon.american.sign.language.interpreting:before {
    content: "\f2a3";
}
i.searchevicon.amilia:before {
    content: "\f36d";
}
i.searchevicon.anchor:before {
    content: "\f13d";
}
i.searchevicon.android:before {
    content: "\f17b";
}
i.searchevicon.angellist:before {
    content: "\f209";
}
i.searchevicon.angle.double.down:before {
    content: "\f103";
}
i.searchevicon.angle.double.left:before {
    content: "\f100";
}
i.searchevicon.angle.double.right:before {
    content: "\f101";
}
i.searchevicon.angle.double.up:before {
    content: "\f102";
}
i.searchevicon.angle.down:before {
    content: "\f107";
}
i.searchevicon.angle.left:before {
    content: "\f104";
}
i.searchevicon.angle.right:before {
    content: "\f105";
}
i.searchevicon.angle.up:before {
    content: "\f106";
}
i.searchevicon.angrycreative:before {
    content: "\f36e";
}
i.searchevicon.angular:before {
    content: "\f420";
}
i.searchevicon.app.store:before {
    content: "\f36f";
}
i.searchevicon.app.store.ios:before {
    content: "\f370";
}
i.searchevicon.apper:before {
    content: "\f371";
}
i.searchevicon.apple:before {
    content: "\f179";
}
i.searchevicon.apple.pay:before {
    content: "\f415";
}
i.searchevicon.archive:before {
    content: "\f187";
}
i.searchevicon.arrow.alternate.circle.down:before {
    content: "\f358";
}
i.searchevicon.arrow.alternate.circle.left:before {
    content: "\f359";
}
i.searchevicon.arrow.alternate.circle.right:before {
    content: "\f35a";
}
i.searchevicon.arrow.alternate.circle.up:before {
    content: "\f35b";
}
i.searchevicon.arrow.circle.down:before {
    content: "\f0ab";
}
i.searchevicon.arrow.circle.left:before {
    content: "\f0a8";
}
i.searchevicon.arrow.circle.right:before {
    content: "\f0a9";
}
i.searchevicon.arrow.circle.up:before {
    content: "\f0aa";
}
i.searchevicon.arrow.down:before {
    content: "\f063";
}
i.searchevicon.arrow.left:before {
    content: "\f060";
}
i.searchevicon.arrow.right:before {
    content: "\f061";
}
i.searchevicon.arrow.up:before {
    content: "\f062";
}
i.searchevicon.arrows.alternate:before {
    content: "\f0b2";
}
i.searchevicon.arrows.alternate.horizontal:before {
    content: "\f337";
}
i.searchevicon.arrows.alternate.vertical:before {
    content: "\f338";
}
i.searchevicon.assistive.listening.systems:before {
    content: "\f2a2";
}
i.searchevicon.asterisk:before {
    content: "\f069";
}
i.searchevicon.asymmetrik:before {
    content: "\f372";
}
i.searchevicon.at:before {
    content: "\f1fa";
}
i.searchevicon.audible:before {
    content: "\f373";
}
i.searchevicon.audio.description:before {
    content: "\f29e";
}
i.searchevicon.autoprefixer:before {
    content: "\f41c";
}
i.searchevicon.avianex:before {
    content: "\f374";
}
i.searchevicon.aviato:before {
    content: "\f421";
}
i.searchevicon.aws:before {
    content: "\f375";
}
i.searchevicon.backward:before {
    content: "\f04a";
}
i.searchevicon.balance.scale:before {
    content: "\f24e";
}
i.searchevicon.ban:before {
    content: "\f05e";
}
i.searchevicon.band.aid:before {
    content: "\f462";
}
i.searchevicon.bandcamp:before {
    content: "\f2d5";
}
i.searchevicon.barcode:before {
    content: "\f02a";
}
i.searchevicon.bars:before {
    content: "\f0c9";
}
i.searchevicon.baseball.ball:before {
    content: "\f433";
}
i.searchevicon.basketball.ball:before {
    content: "\f434";
}
i.searchevicon.bath:before {
    content: "\f2cd";
}
i.searchevicon.battery.empty:before {
    content: "\f244";
}
i.searchevicon.battery.full:before {
    content: "\f240";
}
i.searchevicon.battery.half:before {
    content: "\f242";
}
i.searchevicon.battery.quarter:before {
    content: "\f243";
}
i.searchevicon.battery.three.quarters:before {
    content: "\f241";
}
i.searchevicon.bed:before {
    content: "\f236";
}
i.searchevicon.beer:before {
    content: "\f0fc";
}
i.searchevicon.behance:before {
    content: "\f1b4";
}
i.searchevicon.behance.square:before {
    content: "\f1b5";
}
i.searchevicon.bell:before {
    content: "\f0f3";
}
i.searchevicon.bell.slash:before {
    content: "\f1f6";
}
i.searchevicon.bicycle:before {
    content: "\f206";
}
i.searchevicon.bimobject:before {
    content: "\f378";
}
i.searchevicon.binoculars:before {
    content: "\f1e5";
}
i.searchevicon.birthday.cake:before {
    content: "\f1fd";
}
i.searchevicon.bitbucket:before {
    content: "\f171";
}
i.searchevicon.bitcoin:before {
    content: "\f379";
}
i.searchevicon.bity:before {
    content: "\f37a";
}
i.searchevicon.black.tie:before {
    content: "\f27e";
}
i.searchevicon.blackberry:before {
    content: "\f37b";
}
i.searchevicon.blind:before {
    content: "\f29d";
}
i.searchevicon.blogger:before {
    content: "\f37c";
}
i.searchevicon.blogger.b:before {
    content: "\f37d";
}
i.searchevicon.bluetooth:before {
    content: "\f293";
}
i.searchevicon.bluetooth.b:before {
    content: "\f294";
}
i.searchevicon.bold:before {
    content: "\f032";
}
i.searchevicon.bolt:before {
    content: "\f0e7";
}
i.searchevicon.bomb:before {
    content: "\f1e2";
}
i.searchevicon.book:before {
    content: "\f02d";
}
i.searchevicon.bookmark:before {
    content: "\f02e";
}
i.searchevicon.bowling.ball:before {
    content: "\f436";
}
i.searchevicon.box:before {
    content: "\f466";
}
i.searchevicon.boxes:before {
    content: "\f468";
}
i.searchevicon.braille:before {
    content: "\f2a1";
}
i.searchevicon.briefcase:before {
    content: "\f0b1";
}
i.searchevicon.btc:before {
    content: "\f15a";
}
i.searchevicon.bug:before {
    content: "\f188";
}
i.searchevicon.building:before {
    content: "\f1ad";
}
i.searchevicon.bullhorn:before {
    content: "\f0a1";
}
i.searchevicon.bullseye:before {
    content: "\f140";
}
i.searchevicon.buromobelexperte:before {
    content: "\f37f";
}
i.searchevicon.bus:before {
    content: "\f207";
}
i.searchevicon.buysellads:before {
    content: "\f20d";
}
i.searchevicon.calculator:before {
    content: "\f1ec";
}
i.searchevicon.calendar:before {
    content: "\f133";
}
i.searchevicon.calendar.alternate:before {
    content: "\f073";
}
i.searchevicon.calendar.check:before {
    content: "\f274";
}
i.searchevicon.calendar.minus:before {
    content: "\f272";
}
i.searchevicon.calendar.plus:before {
    content: "\f271";
}
i.searchevicon.calendar.times:before {
    content: "\f273";
}
i.searchevicon.camera:before {
    content: "\f030";
}
i.searchevicon.camera.retro:before {
    content: "\f083";
}
i.searchevicon.car:before {
    content: "\f1b9";
}
i.searchevicon.caret.down:before {
    content: "\f0d7";
}
i.searchevicon.caret.left:before {
    content: "\f0d9";
}
i.searchevicon.caret.right:before {
    content: "\f0da";
}
i.searchevicon.caret.square.down:before {
    content: "\f150";
}
i.searchevicon.caret.square.left:before {
    content: "\f191";
}
i.searchevicon.caret.square.right:before {
    content: "\f152";
}
i.searchevicon.caret.square.up:before {
    content: "\f151";
}
i.searchevicon.caret.up:before {
    content: "\f0d8";
}
i.searchevicon.cart.arrow.down:before {
    content: "\f218";
}
i.searchevicon.cart.plus:before {
    content: "\f217";
}
i.searchevicon.cc.amazon.pay:before {
    content: "\f42d";
}
i.searchevicon.cc.amex:before {
    content: "\f1f3";
}
i.searchevicon.cc.apple.pay:before {
    content: "\f416";
}
i.searchevicon.cc.diners.club:before {
    content: "\f24c";
}
i.searchevicon.cc.discover:before {
    content: "\f1f2";
}
i.searchevicon.cc.jcb:before {
    content: "\f24b";
}
i.searchevicon.cc.mastercard:before {
    content: "\f1f1";
}
i.searchevicon.cc.paypal:before {
    content: "\f1f4";
}
i.searchevicon.cc.stripe:before {
    content: "\f1f5";
}
i.searchevicon.cc.visa:before {
    content: "\f1f0";
}
i.searchevicon.centercode:before {
    content: "\f380";
}
i.searchevicon.certificate:before {
    content: "\f0a3";
}
i.searchevicon.chart.area:before {
    content: "\f1fe";
}
i.searchevicon.chart.bar:before {
    content: "\f080";
}
i.searchevicon.chart.line:before {
    content: "\f201";
}
i.searchevicon.chart.pie:before {
    content: "\f200";
}
i.searchevicon.check:before {
    content: "\f00c";
}
i.searchevicon.check.circle:before {
    content: "\f058";
}
i.searchevicon.check.square:before {
    content: "\f14a";
}
i.searchevicon.chess:before {
    content: "\f439";
}
i.searchevicon.chess.bishop:before {
    content: "\f43a";
}
i.searchevicon.chess.board:before {
    content: "\f43c";
}
i.searchevicon.chess.king:before {
    content: "\f43f";
}
i.searchevicon.chess.knight:before {
    content: "\f441";
}
i.searchevicon.chess.pawn:before {
    content: "\f443";
}
i.searchevicon.chess.queen:before {
    content: "\f445";
}
i.searchevicon.chess.rook:before {
    content: "\f447";
}
i.searchevicon.chevron.circle.down:before {
    content: "\f13a";
}
i.searchevicon.chevron.circle.left:before {
    content: "\f137";
}
i.searchevicon.chevron.circle.right:before {
    content: "\f138";
}
i.searchevicon.chevron.circle.up:before {
    content: "\f139";
}
i.searchevicon.chevron.down:before {
    content: "\f078";
}
i.searchevicon.chevron.left:before {
    content: "\f053";
}
i.searchevicon.chevron.right:before {
    content: "\f054";
}
i.searchevicon.chevron.up:before {
    content: "\f077";
}
i.searchevicon.child:before {
    content: "\f1ae";
}
i.searchevicon.chrome:before {
    content: "\f268";
}
i.searchevicon.circle:before {
    content: "\f111";
}
i.searchevicon.circle.notch:before {
    content: "\f1ce";
}
i.searchevicon.clipboard:before {
    content: "\f328";
}
i.searchevicon.clipboard.check:before {
    content: "\f46c";
}
i.searchevicon.clipboard.list:before {
    content: "\f46d";
}
i.searchevicon.clock:before {
    content: "\f017";
}
i.searchevicon.clone:before {
    content: "\f24d";
}
i.searchevicon.closed.captioning:before {
    content: "\f20a";
}
i.searchevicon.cloud:before {
    content: "\f0c2";
}
i.searchevicon.cloudscale:before {
    content: "\f383";
}
i.searchevicon.cloudsmith:before {
    content: "\f384";
}
i.searchevicon.cloudversify:before {
    content: "\f385";
}
i.searchevicon.code:before {
    content: "\f121";
}
i.searchevicon.code.branch:before {
    content: "\f126";
}
i.searchevicon.codepen:before {
    content: "\f1cb";
}
i.searchevicon.codiepie:before {
    content: "\f284";
}
i.searchevicon.coffee:before {
    content: "\f0f4";
}
i.searchevicon.cog:before {
    content: "\f013";
}
i.searchevicon.cogs:before {
    content: "\f085";
}
i.searchevicon.columns:before {
    content: "\f0db";
}
i.searchevicon.comment:before {
    content: "\f075";
}
i.searchevicon.comment.alternate:before {
    content: "\f27a";
}
i.searchevicon.comments:before {
    content: "\f086";
}
i.searchevicon.compass:before {
    content: "\f14e";
}
i.searchevicon.compress:before {
    content: "\f066";
}
i.searchevicon.connectdevelop:before {
    content: "\f20e";
}
i.searchevicon.contao:before {
    content: "\f26d";
}
i.searchevicon.copy:before {
    content: "\f0c5";
}
i.searchevicon.copyright:before {
    content: "\f1f9";
}
i.searchevicon.cpanel:before {
    content: "\f388";
}
i.searchevicon.creative.commons:before {
    content: "\f25e";
}
i.searchevicon.credit.card:before {
    content: "\f09d";
}
i.searchevicon.crop:before {
    content: "\f125";
}
i.searchevicon.crosshairs:before {
    content: "\f05b";
}
i.searchevicon.css3:before {
    content: "\f13c";
}
i.searchevicon.css3.alternate:before {
    content: "\f38b";
}
i.searchevicon.cube:before {
    content: "\f1b2";
}
i.searchevicon.cubes:before {
    content: "\f1b3";
}
i.searchevicon.cut:before {
    content: "\f0c4";
}
i.searchevicon.cuttlefish:before {
    content: "\f38c";
}
i.searchevicon.d.and.d:before {
    content: "\f38d";
}
i.searchevicon.dashcube:before {
    content: "\f210";
}
i.searchevicon.database:before {
    content: "\f1c0";
}
i.searchevicon.deaf:before {
    content: "\f2a4";
}
i.searchevicon.delicious:before {
    content: "\f1a5";
}
i.searchevicon.deploydog:before {
    content: "\f38e";
}
i.searchevicon.deskpro:before {
    content: "\f38f";
}
i.searchevicon.desktop:before {
    content: "\f108";
}
i.searchevicon.deviantart:before {
    content: "\f1bd";
}
i.searchevicon.digg:before {
    content: "\f1a6";
}
i.searchevicon.digital.ocean:before {
    content: "\f391";
}
i.searchevicon.discord:before {
    content: "\f392";
}
i.searchevicon.discourse:before {
    content: "\f393";
}
i.searchevicon.dna:before {
    content: "\f471";
}
i.searchevicon.dochub:before {
    content: "\f394";
}
i.searchevicon.docker:before {
    content: "\f395";
}
i.searchevicon.dollar.sign:before {
    content: "\f155";
}
i.searchevicon.dolly:before {
    content: "\f472";
}
i.searchevicon.dolly.flatbed:before {
    content: "\f474";
}
i.searchevicon.dot.circle:before {
    content: "\f192";
}
i.searchevicon.download:before {
    content: "\f019";
}
i.searchevicon.draft2digital:before {
    content: "\f396";
}
i.searchevicon.dribbble:before {
    content: "\f17d";
}
i.searchevicon.dribbble.square:before {
    content: "\f397";
}
i.searchevicon.dropbox:before {
    content: "\f16b";
}
i.searchevicon.drupal:before {
    content: "\f1a9";
}
i.searchevicon.dyalog:before {
    content: "\f399";
}
i.searchevicon.earlybirds:before {
    content: "\f39a";
}
i.searchevicon.edge:before {
    content: "\f282";
}
i.searchevicon.edit:before {
    content: "\f044";
}
i.searchevicon.eject:before {
    content: "\f052";
}
i.searchevicon.elementor:before {
    content: "\f430";
}
i.searchevicon.ellipsis.horizontal:before {
    content: "\f141";
}
i.searchevicon.ellipsis.vertical:before {
    content: "\f142";
}
i.searchevicon.ember:before {
    content: "\f423";
}
i.searchevicon.empire:before {
    content: "\f1d1";
}
i.searchevicon.envelope:before {
    content: "\f0e0";
}
i.searchevicon.envelope.open:before {
    content: "\f2b6";
}
i.searchevicon.envelope.square:before {
    content: "\f199";
}
i.searchevicon.envira:before {
    content: "\f299";
}
i.searchevicon.eraser:before {
    content: "\f12d";
}
i.searchevicon.erlang:before {
    content: "\f39d";
}
i.searchevicon.ethereum:before {
    content: "\f42e";
}
i.searchevicon.etsy:before {
    content: "\f2d7";
}
i.searchevicon.euro.sign:before {
    content: "\f153";
}
i.searchevicon.exchange.alternate:before {
    content: "\f362";
}
i.searchevicon.exclamation:before {
    content: "\f12a";
}
i.searchevicon.exclamation.circle:before {
    content: "\f06a";
}
i.searchevicon.exclamation.triangle:before {
    content: "\f071";
}
i.searchevicon.expand:before {
    content: "\f065";
}
i.searchevicon.expand.arrows.alternate:before {
    content: "\f31e";
}
i.searchevicon.expeditedssl:before {
    content: "\f23e";
}
i.searchevicon.external.alternate:before {
    content: "\f35d";
}
i.searchevicon.external.square.alternate:before {
    content: "\f360";
}
i.searchevicon.eye:before {
    content: "\f06e";
}
i.searchevicon.eye.dropper:before {
    content: "\f1fb";
}
i.searchevicon.eye.slash:before {
    content: "\f070";
}
i.searchevicon.facebook:before {
    content: "\f09a";
}
i.searchevicon.facebook.f:before {
    content: "\f39e";
}
i.searchevicon.facebook.messenger:before {
    content: "\f39f";
}
i.searchevicon.facebook.square:before {
    content: "\f082";
}
i.searchevicon.fast.backward:before {
    content: "\f049";
}
i.searchevicon.fast.forward:before {
    content: "\f050";
}
i.searchevicon.fax:before {
    content: "\f1ac";
}
i.searchevicon.female:before {
    content: "\f182";
}
i.searchevicon.fighter.jet:before {
    content: "\f0fb";
}
i.searchevicon.file:before {
    content: "\f15b";
}
i.searchevicon.file.alternate:before {
    content: "\f15c";
}
i.searchevicon.file.archive:before {
    content: "\f1c6";
}
i.searchevicon.file.audio:before {
    content: "\f1c7";
}
i.searchevicon.file.code:before {
    content: "\f1c9";
}
i.searchevicon.file.excel:before {
    content: "\f1c3";
}
i.searchevicon.file.image:before {
    content: "\f1c5";
}
i.searchevicon.file.pdf:before {
    content: "\f1c1";
}
i.searchevicon.file.powerpoint:before {
    content: "\f1c4";
}
i.searchevicon.file.video:before {
    content: "\f1c8";
}
i.searchevicon.file.word:before {
    content: "\f1c2";
}
i.searchevicon.film:before {
    content: "\f008";
}
i.searchevicon.filter:before {
    content: "\f0b0";
}
i.searchevicon.fire:before {
    content: "\f06d";
}
i.searchevicon.fire.extinguisher:before {
    content: "\f134";
}
i.searchevicon.firefox:before {
    content: "\f269";
}
i.searchevicon.first.aid:before {
    content: "\f479";
}
i.searchevicon.first.order:before {
    content: "\f2b0";
}
i.searchevicon.firstdraft:before {
    content: "\f3a1";
}
i.searchevicon.flag:before {
    content: "\f024";
}
i.searchevicon.flag.checkered:before {
    content: "\f11e";
}
i.searchevicon.flask:before {
    content: "\f0c3";
}
i.searchevicon.flickr:before {
    content: "\f16e";
}
i.searchevicon.flipboard:before {
    content: "\f44d";
}
i.searchevicon.fly:before {
    content: "\f417";
}
i.searchevicon.folder:before {
    content: "\f07b";
}
i.searchevicon.folder.open:before {
    content: "\f07c";
}
i.searchevicon.font:before {
    content: "\f031";
}
i.searchevicon.font.awesome:before {
    content: "\f2b4";
}
i.searchevicon.font.awesome.alternate:before {
    content: "\f35c";
}
i.searchevicon.font.awesome.flag:before {
    content: "\f425";
}
i.searchevicon.fonticons:before {
    content: "\f280";
}
i.searchevicon.fonticons.fi:before {
    content: "\f3a2";
}
i.searchevicon.football.ball:before {
    content: "\f44e";
}
i.searchevicon.fort.awesome:before {
    content: "\f286";
}
i.searchevicon.fort.awesome.alternate:before {
    content: "\f3a3";
}
i.searchevicon.forumbee:before {
    content: "\f211";
}
i.searchevicon.forward:before {
    content: "\f04e";
}
i.searchevicon.foursquare:before {
    content: "\f180";
}
i.searchevicon.free.code.camp:before {
    content: "\f2c5";
}
i.searchevicon.freebsd:before {
    content: "\f3a4";
}
i.searchevicon.frown:before {
    content: "\f119";
}
i.searchevicon.futbol:before {
    content: "\f1e3";
}
i.searchevicon.gamepad:before {
    content: "\f11b";
}
i.searchevicon.gavel:before {
    content: "\f0e3";
}
i.searchevicon.gem:before {
    content: "\f3a5";
}
i.searchevicon.genderless:before {
    content: "\f22d";
}
i.searchevicon.get.pocket:before {
    content: "\f265";
}
i.searchevicon.gg:before {
    content: "\f260";
}
i.searchevicon.gg.circle:before {
    content: "\f261";
}
i.searchevicon.gift:before {
    content: "\f06b";
}
i.searchevicon.git:before {
    content: "\f1d3";
}
i.searchevicon.git.square:before {
    content: "\f1d2";
}
i.searchevicon.github:before {
    content: "\f09b";
}
i.searchevicon.github.alternate:before {
    content: "\f113";
}
i.searchevicon.github.square:before {
    content: "\f092";
}
i.searchevicon.gitkraken:before {
    content: "\f3a6";
}
i.searchevicon.gitlab:before {
    content: "\f296";
}
i.searchevicon.gitter:before {
    content: "\f426";
}
i.searchevicon.glass.martini:before {
    content: "\f000";
}
i.searchevicon.glide:before {
    content: "\f2a5";
}
i.searchevicon.glide.g:before {
    content: "\f2a6";
}
i.searchevicon.globe:before {
    content: "\f0ac";
}
i.searchevicon.gofore:before {
    content: "\f3a7";
}
i.searchevicon.golf.ball:before {
    content: "\f450";
}
i.searchevicon.goodreads:before {
    content: "\f3a8";
}
i.searchevicon.goodreads.g:before {
    content: "\f3a9";
}
i.searchevicon.google:before {
    content: "\f1a0";
}
i.searchevicon.google.drive:before {
    content: "\f3aa";
}
i.searchevicon.google.play:before {
    content: "\f3ab";
}
i.searchevicon.google.plus:before {
    content: "\f2b3";
}
i.searchevicon.google.plus.g:before {
    content: "\f0d5";
}
i.searchevicon.google.plus.square:before {
    content: "\f0d4";
}
i.searchevicon.google.wallet:before {
    content: "\f1ee";
}
i.searchevicon.graduation.cap:before {
    content: "\f19d";
}
i.searchevicon.gratipay:before {
    content: "\f184";
}
i.searchevicon.grav:before {
    content: "\f2d6";
}
i.searchevicon.gripfire:before {
    content: "\f3ac";
}
i.searchevicon.grunt:before {
    content: "\f3ad";
}
i.searchevicon.gulp:before {
    content: "\f3ae";
}
i.searchevicon.h.square:before {
    content: "\f0fd";
}
i.searchevicon.hacker.news:before {
    content: "\f1d4";
}
i.searchevicon.hacker.news.square:before {
    content: "\f3af";
}
i.searchevicon.hand.lizard:before {
    content: "\f258";
}
i.searchevicon.hand.paper:before {
    content: "\f256";
}
i.searchevicon.hand.peace:before {
    content: "\f25b";
}
i.searchevicon.hand.point.down:before {
    content: "\f0a7";
}
i.searchevicon.hand.point.left:before {
    content: "\f0a5";
}
i.searchevicon.hand.point.right:before {
    content: "\f0a4";
}
i.searchevicon.hand.point.up:before {
    content: "\f0a6";
}
i.searchevicon.hand.pointer:before {
    content: "\f25a";
}
i.searchevicon.hand.rock:before {
    content: "\f255";
}
i.searchevicon.hand.scissors:before {
    content: "\f257";
}
i.searchevicon.hand.spock:before {
    content: "\f259";
}
i.searchevicon.handshake:before {
    content: "\f2b5";
}
i.searchevicon.hashtag:before {
    content: "\f292";
}
i.searchevicon.hdd:before {
    content: "\f0a0";
}
i.searchevicon.heading:before {
    content: "\f1dc";
}
i.searchevicon.headphones:before {
    content: "\f025";
}
i.searchevicon.heart:before {
    content: "\f004";
}
i.searchevicon.heartbeat:before {
    content: "\f21e";
}
i.searchevicon.hips:before {
    content: "\f452";
}
i.searchevicon.hire.a.helper:before {
    content: "\f3b0";
}
i.searchevicon.history:before {
    content: "\f1da";
}
i.searchevicon.hockey.puck:before {
    content: "\f453";
}
i.searchevicon.home:before {
    content: "\f015";
}
i.searchevicon.hooli:before {
    content: "\f427";
}
i.searchevicon.hospital:before {
    content: "\f0f8";
}
i.searchevicon.hospital.symbol:before {
    content: "\f47e";
}
i.searchevicon.hotjar:before {
    content: "\f3b1";
}
i.searchevicon.hourglass:before {
    content: "\f254";
}
i.searchevicon.hourglass.end:before {
    content: "\f253";
}
i.searchevicon.hourglass.half:before {
    content: "\f252";
}
i.searchevicon.hourglass.start:before {
    content: "\f251";
}
i.searchevicon.houzz:before {
    content: "\f27c";
}
i.searchevicon.html5:before {
    content: "\f13b";
}
i.searchevicon.hubspot:before {
    content: "\f3b2";
}
i.searchevicon.i.cursor:before {
    content: "\f246";
}
i.searchevicon.id.badge:before {
    content: "\f2c1";
}
i.searchevicon.id.card:before {
    content: "\f2c2";
}
i.searchevicon.image:before {
    content: "\f03e";
}
i.searchevicon.images:before {
    content: "\f302";
}
i.searchevicon.imdb:before {
    content: "\f2d8";
}
i.searchevicon.inbox:before {
    content: "\f01c";
}
i.searchevicon.indent:before {
    content: "\f03c";
}
i.searchevicon.industry:before {
    content: "\f275";
}
i.searchevicon.info:before {
    content: "\f129";
}
i.searchevicon.info.circle:before {
    content: "\f05a";
}
i.searchevicon.instagram:before {
    content: "\f16d";
}
i.searchevicon.internet.explorer:before {
    content: "\f26b";
}
i.searchevicon.ioxhost:before {
    content: "\f208";
}
i.searchevicon.italic:before {
    content: "\f033";
}
i.searchevicon.itunes:before {
    content: "\f3b4";
}
i.searchevicon.itunes.note:before {
    content: "\f3b5";
}
i.searchevicon.jenkins:before {
    content: "\f3b6";
}
i.searchevicon.joget:before {
    content: "\f3b7";
}
i.searchevicon.joomla:before {
    content: "\f1aa";
}
i.searchevicon.js:before {
    content: "\f3b8";
}
i.searchevicon.js.square:before {
    content: "\f3b9";
}
i.searchevicon.jsfiddle:before {
    content: "\f1cc";
}
i.searchevicon.key:before {
    content: "\f084";
}
i.searchevicon.keyboard:before {
    content: "\f11c";
}
i.searchevicon.keycdn:before {
    content: "\f3ba";
}
i.searchevicon.kickstarter:before {
    content: "\f3bb";
}
i.searchevicon.kickstarter.k:before {
    content: "\f3bc";
}
i.searchevicon.korvue:before {
    content: "\f42f";
}
i.searchevicon.language:before {
    content: "\f1ab";
}
i.searchevicon.laptop:before {
    content: "\f109";
}
i.searchevicon.laravel:before {
    content: "\f3bd";
}
i.searchevicon.lastfm:before {
    content: "\f202";
}
i.searchevicon.lastfm.square:before {
    content: "\f203";
}
i.searchevicon.leaf:before {
    content: "\f06c";
}
i.searchevicon.leanpub:before {
    content: "\f212";
}
i.searchevicon.lemon:before {
    content: "\f094";
}
i.searchevicon.less:before {
    content: "\f41d";
}
i.searchevicon.level.down.alternate:before {
    content: "\f3be";
}
i.searchevicon.level.up.alternate:before {
    content: "\f3bf";
}
i.searchevicon.life.ring:before {
    content: "\f1cd";
}
i.searchevicon.lightbulb:before {
    content: "\f0eb";
}
i.searchevicon.linechat:before {
    content: "\f3c0";
}
i.searchevicon.linkify:before {
    content: "\f0c1";
}
i.searchevicon.linkedin:before {
    content: "\f08c";
}
i.searchevicon.linkedin.alt:before {
    content: "\f0e1";
}
i.searchevicon.linode:before {
    content: "\f2b8";
}
i.searchevicon.linux:before {
    content: "\f17c";
}
i.searchevicon.lira.sign:before {
    content: "\f195";
}
i.searchevicon.list:before {
    content: "\f03a";
}
i.searchevicon.list.alternate:before {
    content: "\f022";
}
i.searchevicon.list.ol:before {
    content: "\f0cb";
}
i.searchevicon.list.ul:before {
    content: "\f0ca";
}
i.searchevicon.location.arrow:before {
    content: "\f124";
}
i.searchevicon.lock:before {
    content: "\f023";
}
i.searchevicon.lock.open:before {
    content: "\f3c1";
}
i.searchevicon.long.arrow.alternate.down:before {
    content: "\f309";
}
i.searchevicon.long.arrow.alternate.left:before {
    content: "\f30a";
}
i.searchevicon.long.arrow.alternate.right:before {
    content: "\f30b";
}
i.searchevicon.long.arrow.alternate.up:before {
    content: "\f30c";
}
i.searchevicon.low.vision:before {
    content: "\f2a8";
}
i.searchevicon.lyft:before {
    content: "\f3c3";
}
i.searchevicon.magento:before {
    content: "\f3c4";
}
i.searchevicon.magic:before {
    content: "\f0d0";
}
i.searchevicon.magnet:before {
    content: "\f076";
}
i.searchevicon.male:before {
    content: "\f183";
}
i.searchevicon.map:before {
    content: "\f279";
}
i.searchevicon.map.marker:before {
    content: "\f041";
}
i.searchevicon.map.marker.alternate:before {
    content: "\f3c5";
}
i.searchevicon.map.pin:before {
    content: "\f276";
}
i.searchevicon.map.signs:before {
    content: "\f277";
}
i.searchevicon.mars:before {
    content: "\f222";
}
i.searchevicon.mars.double:before {
    content: "\f227";
}
i.searchevicon.mars.stroke:before {
    content: "\f229";
}
i.searchevicon.mars.stroke.horizontal:before {
    content: "\f22b";
}
i.searchevicon.mars.stroke.vertical:before {
    content: "\f22a";
}
i.searchevicon.maxcdn:before {
    content: "\f136";
}
i.searchevicon.medapps:before {
    content: "\f3c6";
}
i.searchevicon.medium:before {
    content: "\f23a";
}
i.searchevicon.medium.m:before {
    content: "\f3c7";
}
i.searchevicon.medkit:before {
    content: "\f0fa";
}
i.searchevicon.medrt:before {
    content: "\f3c8";
}
i.searchevicon.meetup:before {
    content: "\f2e0";
}
i.searchevicon.meh:before {
    content: "\f11a";
}
i.searchevicon.mercury:before {
    content: "\f223";
}
i.searchevicon.microchip:before {
    content: "\f2db";
}
i.searchevicon.microphone:before {
    content: "\f130";
}
i.searchevicon.microphone.slash:before {
    content: "\f131";
}
i.searchevicon.microsoft:before {
    content: "\f3ca";
}
i.searchevicon.minus:before {
    content: "\f068";
}
i.searchevicon.minus.circle:before {
    content: "\f056";
}
i.searchevicon.minus.square:before {
    content: "\f146";
}
i.searchevicon.mix:before {
    content: "\f3cb";
}
i.searchevicon.mixcloud:before {
    content: "\f289";
}
i.searchevicon.mizuni:before {
    content: "\f3cc";
}
i.searchevicon.mobile:before {
    content: "\f10b";
}
i.searchevicon.mobile.alternate:before {
    content: "\f3cd";
}
i.searchevicon.modx:before {
    content: "\f285";
}
i.searchevicon.monero:before {
    content: "\f3d0";
}
i.searchevicon.money.bill.alternate:before {
    content: "\f3d1";
}
i.searchevicon.moon:before {
    content: "\f186";
}
i.searchevicon.motorcycle:before {
    content: "\f21c";
}
i.searchevicon.mouse.pointer:before {
    content: "\f245";
}
i.searchevicon.music:before {
    content: "\f001";
}
i.searchevicon.napster:before {
    content: "\f3d2";
}
i.searchevicon.neuter:before {
    content: "\f22c";
}
i.searchevicon.newspaper:before {
    content: "\f1ea";
}
i.searchevicon.nintendo.switch:before {
    content: "\f418";
}
i.searchevicon.node:before {
    content: "\f419";
}
i.searchevicon.node.js:before {
    content: "\f3d3";
}
i.searchevicon.npm:before {
    content: "\f3d4";
}
i.searchevicon.ns8:before {
    content: "\f3d5";
}
i.searchevicon.nutritionix:before {
    content: "\f3d6";
}
i.searchevicon.object.group:before {
    content: "\f247";
}
i.searchevicon.object.ungroup:before {
    content: "\f248";
}
i.searchevicon.odnoklassniki:before {
    content: "\f263";
}
i.searchevicon.odnoklassniki.square:before {
    content: "\f264";
}
i.searchevicon.opencart:before {
    content: "\f23d";
}
i.searchevicon.openid:before {
    content: "\f19b";
}
i.searchevicon.opera:before {
    content: "\f26a";
}
i.searchevicon.optin.monster:before {
    content: "\f23c";
}
i.searchevicon.osi:before {
    content: "\f41a";
}
i.searchevicon.outdent:before {
    content: "\f03b";
}
i.searchevicon.page4:before {
    content: "\f3d7";
}
i.searchevicon.pagelines:before {
    content: "\f18c";
}
i.searchevicon.paint.brush:before {
    content: "\f1fc";
}
i.searchevicon.palfed:before {
    content: "\f3d8";
}
i.searchevicon.pallet:before {
    content: "\f482";
}
i.searchevicon.paper.plane:before {
    content: "\f1d8";
}
i.searchevicon.paperclip:before {
    content: "\f0c6";
}
i.searchevicon.paragraph:before {
    content: "\f1dd";
}
i.searchevicon.paste:before {
    content: "\f0ea";
}
i.searchevicon.patreon:before {
    content: "\f3d9";
}
i.searchevicon.pause:before {
    content: "\f04c";
}
i.searchevicon.pause.circle:before {
    content: "\f28b";
}
i.searchevicon.paw:before {
    content: "\f1b0";
}
i.searchevicon.paypal:before {
    content: "\f1ed";
}
i.searchevicon.pen.square:before {
    content: "\f14b";
}
i.searchevicon.pencil.alternate:before {
    content: "\f303";
}
i.searchevicon.percent:before {
    content: "\f295";
}
i.searchevicon.periscope:before {
    content: "\f3da";
}
i.searchevicon.phabricator:before {
    content: "\f3db";
}
i.searchevicon.phoenix.framework:before {
    content: "\f3dc";
}
i.searchevicon.phone:before {
    content: "\f095";
}
i.searchevicon.phone.square:before {
    content: "\f098";
}
i.searchevicon.phone.volume:before {
    content: "\f2a0";
}
i.searchevicon.php:before {
    content: "\f457";
}
i.searchevicon.pied.piper:before {
    content: "\f2ae";
}
i.searchevicon.pied.piper.alternate:before {
    content: "\f1a8";
}
i.searchevicon.pied.piper.pp:before {
    content: "\f1a7";
}
i.searchevicon.pills:before {
    content: "\f484";
}
i.searchevicon.pinterest:before {
    content: "\f0d2";
}
i.searchevicon.pinterest.p:before {
    content: "\f231";
}
i.searchevicon.pinterest.square:before {
    content: "\f0d3";
}
i.searchevicon.plane:before {
    content: "\f072";
}
i.searchevicon.play:before {
    content: "\f04b";
}
i.searchevicon.play.circle:before {
    content: "\f144";
}
i.searchevicon.playstation:before {
    content: "\f3df";
}
i.searchevicon.plug:before {
    content: "\f1e6";
}
i.searchevicon.plus:before {
    content: "\f067";
}
i.searchevicon.plus.circle:before {
    content: "\f055";
}
i.searchevicon.plus.square:before {
    content: "\f0fe";
}
i.searchevicon.podcast:before {
    content: "\f2ce";
}
i.searchevicon.pound.sign:before {
    content: "\f154";
}
i.searchevicon.power.off:before {
    content: "\f011";
}
i.searchevicon.print:before {
    content: "\f02f";
}
i.searchevicon.product.hunt:before {
    content: "\f288";
}
i.searchevicon.pushed:before {
    content: "\f3e1";
}
i.searchevicon.puzzle.piece:before {
    content: "\f12e";
}
i.searchevicon.python:before {
    content: "\f3e2";
}
i.searchevicon.qq:before {
    content: "\f1d6";
}
i.searchevicon.qrcode:before {
    content: "\f029";
}
i.searchevicon.question:before {
    content: "\f128";
}
i.searchevicon.question.circle:before {
    content: "\f059";
}
i.searchevicon.quidditch:before {
    content: "\f458";
}
i.searchevicon.quinscape:before {
    content: "\f459";
}
i.searchevicon.quora:before {
    content: "\f2c4";
}
i.searchevicon.quote.left:before {
    content: "\f10d";
}
i.searchevicon.quote.right:before {
    content: "\f10e";
}
i.searchevicon.random:before {
    content: "\f074";
}
i.searchevicon.ravelry:before {
    content: "\f2d9";
}
i.searchevicon.react:before {
    content: "\f41b";
}
i.searchevicon.rebel:before {
    content: "\f1d0";
}
i.searchevicon.recycle:before {
    content: "\f1b8";
}
i.searchevicon.redriver:before {
    content: "\f3e3";
}
i.searchevicon.reddit:before {
    content: "\f1a1";
}
i.searchevicon.reddit.alien:before {
    content: "\f281";
}
i.searchevicon.reddit.square:before {
    content: "\f1a2";
}
i.searchevicon.redo:before {
    content: "\f01e";
}
i.searchevicon.redo.alternate:before {
    content: "\f2f9";
}
i.searchevicon.registered:before {
    content: "\f25d";
}
i.searchevicon.rendact:before {
    content: "\f3e4";
}
i.searchevicon.renren:before {
    content: "\f18b";
}
i.searchevicon.reply:before {
    content: "\f3e5";
}
i.searchevicon.reply.all:before {
    content: "\f122";
}
i.searchevicon.replyd:before {
    content: "\f3e6";
}
i.searchevicon.resolving:before {
    content: "\f3e7";
}
i.searchevicon.retweet:before {
    content: "\f079";
}
i.searchevicon.road:before {
    content: "\f018";
}
i.searchevicon.rocket:before {
    content: "\f135";
}
i.searchevicon.rocketchat:before {
    content: "\f3e8";
}
i.searchevicon.rockrms:before {
    content: "\f3e9";
}
i.searchevicon.rss:before {
    content: "\f09e";
}
i.searchevicon.rss.square:before {
    content: "\f143";
}
i.searchevicon.ruble.sign:before {
    content: "\f158";
}
i.searchevicon.rupee.sign:before {
    content: "\f156";
}
i.searchevicon.safari:before {
    content: "\f267";
}
i.searchevicon.sass:before {
    content: "\f41e";
}
i.searchevicon.save:before {
    content: "\f0c7";
}
i.searchevicon.schlix:before {
    content: "\f3ea";
}
i.searchevicon.scribd:before {
    content: "\f28a";
}
i.searchevicon.search:before {
    content: "\f002";
}
i.searchevicon.search.minus:before {
    content: "\f010";
}
i.searchevicon.search.plus:before {
    content: "\f00e";
}
i.searchevicon.searchengin:before {
    content: "\f3eb";
}
i.searchevicon.sellcast:before {
    content: "\f2da";
}
i.searchevicon.sellsy:before {
    content: "\f213";
}
i.searchevicon.server:before {
    content: "\f233";
}
i.searchevicon.servicestack:before {
    content: "\f3ec";
}
i.searchevicon.share:before {
    content: "\f064";
}
i.searchevicon.share.alternate:before {
    content: "\f1e0";
}
i.searchevicon.share.alternate.square:before {
    content: "\f1e1";
}
i.searchevicon.share.square:before {
    content: "\f14d";
}
i.searchevicon.shekel.sign:before {
    content: "\f20b";
}
i.searchevicon.shield.alternate:before {
    content: "\f3ed";
}
i.searchevicon.ship:before {
    content: "\f21a";
}
i.searchevicon.shipping.fast:before {
    content: "\f48b";
}
i.searchevicon.shirtsinbulk:before {
    content: "\f214";
}
i.searchevicon.shopping.bag:before {
    content: "\f290";
}
i.searchevicon.shopping.basket:before {
    content: "\f291";
}
i.searchevicon.shopping.cart:before {
    content: "\f07a";
}
i.searchevicon.shower:before {
    content: "\f2cc";
}
i.searchevicon.sign.language:before {
    content: "\f2a7";
}
i.searchevicon.signal:before {
    content: "\f012";
}
i.searchevicon.simplybuilt:before {
    content: "\f215";
}
i.searchevicon.sistrix:before {
    content: "\f3ee";
}
i.searchevicon.sitemap:before {
    content: "\f0e8";
}
i.searchevicon.skyatlas:before {
    content: "\f216";
}
i.searchevicon.skype:before {
    content: "\f17e";
}
i.searchevicon.slack:before {
    content: "\f198";
}
i.searchevicon.slack.hash:before {
    content: "\f3ef";
}
i.searchevicon.sliders.horizontal:before {
    content: "\f1de";
}
i.searchevicon.slideshare:before {
    content: "\f1e7";
}
i.searchevicon.smile:before {
    content: "\f118";
}
i.searchevicon.snapchat:before {
    content: "\f2ab";
}
i.searchevicon.snapchat.ghost:before {
    content: "\f2ac";
}
i.searchevicon.snapchat.square:before {
    content: "\f2ad";
}
i.searchevicon.snowflake:before {
    content: "\f2dc";
}
i.searchevicon.sort:before {
    content: "\f0dc";
}
i.searchevicon.sort.alphabet.down:before {
    content: "\f15d";
}
i.searchevicon.sort.alphabet.up:before {
    content: "\f15e";
}
i.searchevicon.sort.amount.down:before {
    content: "\f160";
}
i.searchevicon.sort.amount.up:before {
    content: "\f161";
}
i.searchevicon.sort.down:before {
    content: "\f0dd";
}
i.searchevicon.sort.numeric.down:before {
    content: "\f162";
}
i.searchevicon.sort.numeric.up:before {
    content: "\f163";
}
i.searchevicon.sort.up:before {
    content: "\f0de";
}
i.searchevicon.soundcloud:before {
    content: "\f1be";
}
i.searchevicon.space.shuttle:before {
    content: "\f197";
}
i.searchevicon.speakap:before {
    content: "\f3f3";
}
i.searchevicon.spinner:before {
    content: "\f110";
}
i.searchevicon.spotify:before {
    content: "\f1bc";
}
i.searchevicon.square:before {
    content: "\f0c8";
}
i.searchevicon.square.full:before {
    content: "\f45c";
}
i.searchevicon.stack.exchange:before {
    content: "\f18d";
}
i.searchevicon.stack.overflow:before {
    content: "\f16c";
}
i.searchevicon.star:before {
    content: "\f005";
}
i.searchevicon.star.half:before {
    content: "\f089";
}
i.searchevicon.staylinked:before {
    content: "\f3f5";
}
i.searchevicon.steam:before {
    content: "\f1b6";
}
i.searchevicon.steam.square:before {
    content: "\f1b7";
}
i.searchevicon.steam.symbol:before {
    content: "\f3f6";
}
i.searchevicon.step.backward:before {
    content: "\f048";
}
i.searchevicon.step.forward:before {
    content: "\f051";
}
i.searchevicon.stethoscope:before {
    content: "\f0f1";
}
i.searchevicon.sticker.mule:before {
    content: "\f3f7";
}
i.searchevicon.sticky.note:before {
    content: "\f249";
}
i.searchevicon.stop:before {
    content: "\f04d";
}
i.searchevicon.stop.circle:before {
    content: "\f28d";
}
i.searchevicon.stopwatch:before {
    content: "\f2f2";
}
i.searchevicon.strava:before {
    content: "\f428";
}
i.searchevicon.street.view:before {
    content: "\f21d";
}
i.searchevicon.strikethrough:before {
    content: "\f0cc";
}
i.searchevicon.stripe:before {
    content: "\f429";
}
i.searchevicon.stripe.s:before {
    content: "\f42a";
}
i.searchevicon.studiovinari:before {
    content: "\f3f8";
}
i.searchevicon.stumbleupon:before {
    content: "\f1a4";
}
i.searchevicon.stumbleupon.circle:before {
    content: "\f1a3";
}
i.searchevicon.subscript:before {
    content: "\f12c";
}
i.searchevicon.subway:before {
    content: "\f239";
}
i.searchevicon.suitcase:before {
    content: "\f0f2";
}
i.searchevicon.sun:before {
    content: "\f185";
}
i.searchevicon.superpowers:before {
    content: "\f2dd";
}
i.searchevicon.superscript:before {
    content: "\f12b";
}
i.searchevicon.supple:before {
    content: "\f3f9";
}
i.searchevicon.sync:before {
    content: "\f021";
}
i.searchevicon.sync.alternate:before {
    content: "\f2f1";
}
i.searchevicon.syringe:before {
    content: "\f48e";
}
i.searchevicon.table:before {
    content: "\f0ce";
}
i.searchevicon.table.tennis:before {
    content: "\f45d";
}
i.searchevicon.tablet:before {
    content: "\f10a";
}
i.searchevicon.tablet.alternate:before {
    content: "\f3fa";
}
i.searchevicon.tachometer.alternate:before {
    content: "\f3fd";
}
i.searchevicon.tag:before {
    content: "\f02b";
}
i.searchevicon.tags:before {
    content: "\f02c";
}
i.searchevicon.tasks:before {
    content: "\f0ae";
}
i.searchevicon.taxi:before {
    content: "\f1ba";
}
i.searchevicon.telegram:before {
    content: "\f2c6";
}
i.searchevicon.telegram.plane:before {
    content: "\f3fe";
}
i.searchevicon.tencent.weibo:before {
    content: "\f1d5";
}
i.searchevicon.terminal:before {
    content: "\f120";
}
i.searchevicon.text.height:before {
    content: "\f034";
}
i.searchevicon.text.width:before {
    content: "\f035";
}
i.searchevicon.th:before {
    content: "\f00a";
}
i.searchevicon.th.large:before {
    content: "\f009";
}
i.searchevicon.th.list:before {
    content: "\f00b";
}
i.searchevicon.themeisle:before {
    content: "\f2b2";
}
i.searchevicon.thermometer:before {
    content: "\f491";
}
i.searchevicon.thermometer.empty:before {
    content: "\f2cb";
}
i.searchevicon.thermometer.full:before {
    content: "\f2c7";
}
i.searchevicon.thermometer.half:before {
    content: "\f2c9";
}
i.searchevicon.thermometer.quarter:before {
    content: "\f2ca";
}
i.searchevicon.thermometer.three.quarters:before {
    content: "\f2c8";
}
i.searchevicon.thumbs.down:before {
    content: "\f165";
}
i.searchevicon.thumbs.up:before {
    content: "\f164";
}
i.searchevicon.thumbtack:before {
    content: "\f08d";
}
i.searchevicon.ticket.alternate:before {
    content: "\f3ff";
}
i.searchevicon.times:before {
    content: "\f00d";
}
i.searchevicon.times.circle:before {
    content: "\f057";
}
i.searchevicon.tint:before {
    content: "\f043";
}
i.searchevicon.toggle.off:before {
    content: "\f204";
}
i.searchevicon.toggle.on:before {
    content: "\f205";
}
i.searchevicon.trademark:before {
    content: "\f25c";
}
i.searchevicon.train:before {
    content: "\f238";
}
i.searchevicon.transgender:before {
    content: "\f224";
}
i.searchevicon.transgender.alternate:before {
    content: "\f225";
}
i.searchevicon.trash:before {
    content: "\f1f8";
}
i.searchevicon.trash.alternate:before {
    content: "\f2ed";
}
i.searchevicon.tree:before {
    content: "\f1bb";
}
i.searchevicon.trello:before {
    content: "\f181";
}
i.searchevicon.tripadvisor:before {
    content: "\f262";
}
i.searchevicon.trophy:before {
    content: "\f091";
}
i.searchevicon.truck:before {
    content: "\f0d1";
}
i.searchevicon.tty:before {
    content: "\f1e4";
}
i.searchevicon.tumblr:before {
    content: "\f173";
}
i.searchevicon.tumblr.square:before {
    content: "\f174";
}
i.searchevicon.tv:before {
    content: "\f26c";
}
i.searchevicon.twitch:before {
    content: "\f1e8";
}
i.searchevicon.twitter:before {
    content: "\f099";
}
i.searchevicon.twitter.square:before {
    content: "\f081";
}
i.searchevicon.typo3:before {
    content: "\f42b";
}
i.searchevicon.uber:before {
    content: "\f402";
}
i.searchevicon.uikit:before {
    content: "\f403";
}
i.searchevicon.umbrella:before {
    content: "\f0e9";
}
i.searchevicon.underline:before {
    content: "\f0cd";
}
i.searchevicon.undo:before {
    content: "\f0e2";
}
i.searchevicon.undo.alternate:before {
    content: "\f2ea";
}
i.searchevicon.uniregistry:before {
    content: "\f404";
}
i.searchevicon.universal.access:before {
    content: "\f29a";
}
i.searchevicon.university:before {
    content: "\f19c";
}
i.searchevicon.unlink:before {
    content: "\f127";
}
i.searchevicon.unlock:before {
    content: "\f09c";
}
i.searchevicon.unlock.alternate:before {
    content: "\f13e";
}
i.searchevicon.untappd:before {
    content: "\f405";
}
i.searchevicon.upload:before {
    content: "\f093";
}
i.searchevicon.usb:before {
    content: "\f287";
}
i.searchevicon.user:before {
    content: "\f007";
}
i.searchevicon.user.circle:before {
    content: "\f2bd";
}
i.searchevicon.user.md:before {
    content: "\f0f0";
}
i.searchevicon.user.plus:before {
    content: "\f234";
}
i.searchevicon.user.secret:before {
    content: "\f21b";
}
i.searchevicon.user.times:before {
    content: "\f235";
}
i.searchevicon.users:before {
    content: "\f0c0";
}
i.searchevicon.ussunnah:before {
    content: "\f407";
}
i.searchevicon.utensil.spoon:before {
    content: "\f2e5";
}
i.searchevicon.utensils:before {
    content: "\f2e7";
}
i.searchevicon.vaadin:before {
    content: "\f408";
}
i.searchevicon.venus:before {
    content: "\f221";
}
i.searchevicon.venus.double:before {
    content: "\f226";
}
i.searchevicon.venus.mars:before {
    content: "\f228";
}
i.searchevicon.viacoin:before {
    content: "\f237";
}
i.searchevicon.viadeo:before {
    content: "\f2a9";
}
i.searchevicon.viadeo.square:before {
    content: "\f2aa";
}
i.searchevicon.viber:before {
    content: "\f409";
}
i.searchevicon.video:before {
    content: "\f03d";
}
i.searchevicon.vimeo:before {
    content: "\f40a";
}
i.searchevicon.vimeo.square:before {
    content: "\f194";
}
i.searchevicon.vimeo.v:before {
    content: "\f27d";
}
i.searchevicon.vine:before {
    content: "\f1ca";
}
i.searchevicon.vk:before {
    content: "\f189";
}
i.searchevicon.vnv:before {
    content: "\f40b";
}
i.searchevicon.volleyball.ball:before {
    content: "\f45f";
}
i.searchevicon.volume.down:before {
    content: "\f027";
}
i.searchevicon.volume.off:before {
    content: "\f026";
}
i.searchevicon.volume.up:before {
    content: "\f028";
}
i.searchevicon.vuejs:before {
    content: "\f41f";
}
i.searchevicon.warehouse:before {
    content: "\f494";
}
i.searchevicon.weibo:before {
    content: "\f18a";
}
i.searchevicon.weight:before {
    content: "\f496";
}
i.searchevicon.weixin:before {
    content: "\f1d7";
}
i.searchevicon.whatsapp:before {
    content: "\f232";
}
i.searchevicon.whatsapp.square:before {
    content: "\f40c";
}
i.searchevicon.wheelchair:before {
    content: "\f193";
}
i.searchevicon.whmcs:before {
    content: "\f40d";
}
i.searchevicon.wifi:before {
    content: "\f1eb";
}
i.searchevicon.wikipedia.w:before {
    content: "\f266";
}
i.searchevicon.window.close:before {
    content: "\f410";
}
i.searchevicon.window.maximize:before {
    content: "\f2d0";
}
i.searchevicon.window.minimize:before {
    content: "\f2d1";
}
i.searchevicon.window.restore:before {
    content: "\f2d2";
}
i.searchevicon.windows:before {
    content: "\f17a";
}
i.searchevicon.won.sign:before {
    content: "\f159";
}
i.searchevicon.wordpress:before {
    content: "\f19a";
}
i.searchevicon.wordpress.simple:before {
    content: "\f411";
}
i.searchevicon.wpbeginner:before {
    content: "\f297";
}
i.searchevicon.wpexplorer:before {
    content: "\f2de";
}
i.searchevicon.wpforms:before {
    content: "\f298";
}
i.searchevicon.wrench:before {
    content: "\f0ad";
}
i.searchevicon.xbox:before {
    content: "\f412";
}
i.searchevicon.xing:before {
    content: "\f168";
}
i.searchevicon.xing.square:before {
    content: "\f169";
}
i.searchevicon.y.combinator:before {
    content: "\f23b";
}
i.searchevicon.yahoo:before {
    content: "\f19e";
}
i.searchevicon.yandex:before {
    content: "\f413";
}
i.searchevicon.yandex.international:before {
    content: "\f414";
}
i.searchevicon.yelp:before {
    content: "\f1e9";
}
i.searchevicon.yen.sign:before {
    content: "\f157";
}
i.searchevicon.yoast:before {
    content: "\f2b1";
}
i.searchevicon.youtube:before {
    content: "\f167";
}
i.searchevicon.youtube.square:before {
    content: "\f431";
}
i.searchevicon.chess.rock:before {
    content: "\f447";
}
i.searchevicon.ordered.list:before {
    content: "\f0cb";
}
i.searchevicon.unordered.list:before {
    content: "\f0ca";
}
i.searchevicon.user.doctor:before {
    content: "\f0f0";
}
i.searchevicon.shield:before {
    content: "\f3ed";
}
i.searchevicon.puzzle:before {
    content: "\f12e";
}
i.searchevicon.credit.card.amazon.pay:before {
    content: "\f42d";
}
i.searchevicon.credit.card.american.express:before {
    content: "\f1f3";
}
i.searchevicon.credit.card.diners.club:before {
    content: "\f24c";
}
i.searchevicon.credit.card.discover:before {
    content: "\f1f2";
}
i.searchevicon.credit.card.jcb:before {
    content: "\f24b";
}
i.searchevicon.credit.card.mastercard:before {
    content: "\f1f1";
}
i.searchevicon.credit.card.paypal:before {
    content: "\f1f4";
}
i.searchevicon.credit.card.stripe:before {
    content: "\f1f5";
}
i.searchevicon.credit.card.visa:before {
    content: "\f1f0";
}
i.searchevicon.add.circle:before {
    content: "\f055";
}
i.searchevicon.add.square:before {
    content: "\f0fe";
}
i.searchevicon.add.to.calendar:before {
    content: "\f271";
}
i.searchevicon.add.to.cart:before {
    content: "\f217";
}
i.searchevicon.add.user:before {
    content: "\f234";
}
i.searchevicon.add:before {
    content: "\f067";
}
i.searchevicon.alarm.mute:before {
    content: "\f1f6";
}
i.searchevicon.alarm:before {
    content: "\f0f3";
}
i.searchevicon.ald:before {
    content: "\f2a2";
}
i.searchevicon.als:before {
    content: "\f2a2";
}
i.searchevicon.american.express.card:before {
    content: "\f1f3";
}
i.searchevicon.american.express:before {
    content: "\f1f3";
}
i.searchevicon.amex:before {
    content: "\f1f3";
}
i.searchevicon.announcement:before {
    content: "\f0a1";
}
i.searchevicon.area.chart:before {
    content: "\f1fe";
}
i.searchevicon.area.graph:before {
    content: "\f1fe";
}
i.searchevicon.arrow.down.cart:before {
    content: "\f218";
}
i.searchevicon.asexual:before {
    content: "\f22d";
}
i.searchevicon.asl.interpreting:before {
    content: "\f2a3";
}
i.searchevicon.asl:before {
    content: "\f2a3";
}
i.searchevicon.assistive.listening.devices:before {
    content: "\f2a2";
}
i.searchevicon.attach:before {
    content: "\f0c6";
}
i.searchevicon.attention:before {
    content: "\f06a";
}
i.searchevicon.balance:before {
    content: "\f24e";
}
i.searchevicon.bar:before {
    content: "\f0fc";
}
i.searchevicon.bathtub:before {
    content: "\f2cd";
}
i.searchevicon.battery.four:before {
    content: "\f240";
}
i.searchevicon.battery.high:before {
    content: "\f241";
}
i.searchevicon.battery.low:before {
    content: "\f243";
}
i.searchevicon.battery.medium:before {
    content: "\f242";
}
i.searchevicon.battery.one:before {
    content: "\f243";
}
i.searchevicon.battery.three:before {
    content: "\f241";
}
i.searchevicon.battery.two:before {
    content: "\f242";
}
i.searchevicon.battery.zero:before {
    content: "\f244";
}
i.searchevicon.birthday:before {
    content: "\f1fd";
}
i.searchevicon.block.layout:before {
    content: "\f009";
}
i.searchevicon.bluetooth.alternative:before {
    content: "\f294";
}
i.searchevicon.broken.chain:before {
    content: "\f127";
}
i.searchevicon.browser:before {
    content: "\f022";
}
i.searchevicon.call.square:before {
    content: "\f098";
}
i.searchevicon.call:before {
    content: "\f095";
}
i.searchevicon.cancel:before {
    content: "\f00d";
}
i.searchevicon.cart:before {
    content: "\f07a";
}
i.searchevicon.cc:before {
    content: "\f20a";
}
i.searchevicon.chain:before {
    content: "\f0c1";
}
i.searchevicon.chat:before {
    content: "\f075";
}
i.searchevicon.checked.calendar:before {
    content: "\f274";
}
i.searchevicon.checkmark:before {
    content: "\f00c";
}
i.searchevicon.circle.notched:before {
    content: "\f1ce";
}
i.searchevicon.close:before {
    content: "\f00d";
}
i.searchevicon.cny:before {
    content: "\f157";
}
i.searchevicon.cocktail:before {
    content: "\f000";
}
i.searchevicon.commenting:before {
    content: "\f27a";
}
i.searchevicon.computer:before {
    content: "\f108";
}
i.searchevicon.configure:before {
    content: "\f0ad";
}
i.searchevicon.content:before {
    content: "\f0c9";
}
i.searchevicon.deafness:before {
    content: "\f2a4";
}
i.searchevicon.delete.calendar:before {
    content: "\f273";
}
i.searchevicon.delete:before {
    content: "\f00d";
}
i.searchevicon.detective:before {
    content: "\f21b";
}
i.searchevicon.diners.club.card:before {
    content: "\f24c";
}
i.searchevicon.diners.club:before {
    content: "\f24c";
}
i.searchevicon.discover.card:before {
    content: "\f1f2";
}
i.searchevicon.discover:before {
    content: "\f1f2";
}
i.searchevicon.discussions:before {
    content: "\f086";
}
i.searchevicon.doctor:before {
    content: "\f0f0";
}
i.searchevicon.dollar:before {
    content: "\f155";
}
i.searchevicon.dont:before {
    content: "\f05e";
}
i.searchevicon.dribble:before {
    content: "\f17d";
}
i.searchevicon.drivers.license:before {
    content: "\f2c2";
}
i.searchevicon.dropdown:before {
    content: "\f0d7";
}
i.searchevicon.eercast:before {
    content: "\f2da";
}
i.searchevicon.emergency:before {
    content: "\f0f9";
}
i.searchevicon.envira.gallery:before {
    content: "\f299";
}
i.searchevicon.erase:before {
    content: "\f12d";
}
i.searchevicon.eur:before {
    content: "\f153";
}
i.searchevicon.euro:before {
    content: "\f153";
}
i.searchevicon.eyedropper:before {
    content: "\f1fb";
}
i.searchevicon.fa:before {
    content: "\f2b4";
}
i.searchevicon.factory:before {
    content: "\f275";
}
i.searchevicon.favorite:before {
    content: "\f005";
}
i.searchevicon.feed:before {
    content: "\f09e";
}
i.searchevicon.female.homosexual:before {
    content: "\f226";
}
i.searchevicon.file.text:before {
    content: "\f15c";
}
i.searchevicon.find:before {
    content: "\f1e5";
}
i.searchevicon.first.aid:before {
    content: "\f0fa";
}
i.searchevicon.five.hundred.pixels:before {
    content: "\f26e";
}
i.searchevicon.fork:before {
    content: "\f126";
}
i.searchevicon.game:before {
    content: "\f11b";
}
i.searchevicon.gay:before {
    content: "\f227";
}
i.searchevicon.gbp:before {
    content: "\f154";
}
i.searchevicon.gittip:before {
    content: "\f184";
}
i.searchevicon.google.plus.circle:before {
    content: "\f2b3";
}
i.searchevicon.google.plus.official:before {
    content: "\f2b3";
}
i.searchevicon.grab:before {
    content: "\f255";
}
i.searchevicon.graduation:before {
    content: "\f19d";
}
i.searchevicon.grid.layout:before {
    content: "\f00a";
}
i.searchevicon.group:before {
    content: "\f0c0";
}
i.searchevicon.h:before {
    content: "\f0fd";
}
i.searchevicon.hand.victory:before {
    content: "\f25b";
}
i.searchevicon.handicap:before {
    content: "\f193";
}
i.searchevicon.hard.of.hearing:before {
    content: "\f2a4";
}
i.searchevicon.header:before {
    content: "\f1dc";
}
i.searchevicon.help.circle:before {
    content: "\f059";
}
i.searchevicon.help:before {
    content: "\f128";
}
i.searchevicon.heterosexual:before {
    content: "\f228";
}
i.searchevicon.hide:before {
    content: "\f070";
}
i.searchevicon.hotel:before {
    content: "\f236";
}
i.searchevicon.hourglass.four:before {
    content: "\f254";
}
i.searchevicon.hourglass.full:before {
    content: "\f254";
}
i.searchevicon.hourglass.one:before {
    content: "\f251";
}
i.searchevicon.hourglass.three:before {
    content: "\f253";
}
i.searchevicon.hourglass.two:before {
    content: "\f252";
}
i.searchevicon.idea:before {
    content: "\f0eb";
}
i.searchevicon.ils:before {
    content: "\f20b";
}
i.searchevicon.in-cart:before {
    content: "\f218";
}
i.searchevicon.inr:before {
    content: "\f156";
}
i.searchevicon.intergender:before {
    content: "\f224";
}
i.searchevicon.intersex:before {
    content: "\f224";
}
i.searchevicon.japan.credit.bureau.card:before {
    content: "\f24b";
}
i.searchevicon.japan.credit.bureau:before {
    content: "\f24b";
}
i.searchevicon.jcb:before {
    content: "\f24b";
}
i.searchevicon.jpy:before {
    content: "\f157";
}
i.searchevicon.krw:before {
    content: "\f159";
}
i.searchevicon.lab:before {
    content: "\f0c3";
}
i.searchevicon.law:before {
    content: "\f24e";
}
i.searchevicon.legal:before {
    content: "\f0e3";
}
i.searchevicon.lesbian:before {
    content: "\f226";
}
i.searchevicon.lightning:before {
    content: "\f0e7";
}
i.searchevicon.like:before {
    content: "\f004";
}
i.searchevicon.line.graph:before {
    content: "\f201";
}
i.searchevicon.linkedin.square:before {
    content: "\f08c";
}
i.searchevicon.linkify:before {
    content: "\f0c1";
}
i.searchevicon.lira:before {
    content: "\f195";
}
i.searchevicon.list.layout:before {
    content: "\f00b";
}
i.searchevicon.magnify:before {
    content: "\f00e";
}
i.searchevicon.mail.forward:before {
    content: "\f064";
}
i.searchevicon.mail.square:before {
    content: "\f199";
}
i.searchevicon.mail:before {
    content: "\f0e0";
}
i.searchevicon.male.homosexual:before {
    content: "\f227";
}
i.searchevicon.man:before {
    content: "\f222";
}
i.searchevicon.marker:before {
    content: "\f041";
}
i.searchevicon.mars.alternate:before {
    content: "\f229";
}
i.searchevicon.mars.horizontal:before {
    content: "\f22b";
}
i.searchevicon.mars.vertical:before {
    content: "\f22a";
}
i.searchevicon.mastercard.card:before {
    content: "\f1f1";
}
i.searchevicon.mastercard:before {
    content: "\f1f1";
}
i.searchevicon.microsoft.edge:before {
    content: "\f282";
}
i.searchevicon.military:before {
    content: "\f0fb";
}
i.searchevicon.ms.edge:before {
    content: "\f282";
}
i.searchevicon.mute:before {
    content: "\f131";
}
i.searchevicon.new.pied.piper:before {
    content: "\f2ae";
}
i.searchevicon.non.binary.transgender:before {
    content: "\f223";
}
i.searchevicon.numbered.list:before {
    content: "\f0cb";
}
i.searchevicon.optinmonster:before {
    content: "\f23c";
}
i.searchevicon.options:before {
    content: "\f1de";
}
i.searchevicon.other.gender.horizontal:before {
    content: "\f22b";
}
i.searchevicon.other.gender.vertical:before {
    content: "\f22a";
}
i.searchevicon.other.gender:before {
    content: "\f229";
}
i.searchevicon.payment:before {
    content: "\f09d";
}
i.searchevicon.paypal.card:before {
    content: "\f1f4";
}
i.searchevicon.pencil.square:before {
    content: "\f14b";
}
i.searchevicon.photo:before {
    content: "\f030";
}
i.searchevicon.picture:before {
    content: "\f03e";
}
i.searchevicon.pie.chart:before {
    content: "\f200";
}
i.searchevicon.pie.graph:before {
    content: "\f200";
}
i.searchevicon.pied.piper.hat:before {
    content: "\f2ae";
}
i.searchevicon.pin:before {
    content: "\f08d";
}
i.searchevicon.plus.cart:before {
    content: "\f217";
}
i.searchevicon.pocket:before {
    content: "\f265";
}
i.searchevicon.point:before {
    content: "\f041";
}
i.searchevicon.pointing.down:before {
    content: "\f0a7";
}
i.searchevicon.pointing.left:before {
    content: "\f0a5";
}
i.searchevicon.pointing.right:before {
    content: "\f0a4";
}
i.searchevicon.pointing.up:before {
    content: "\f0a6";
}
i.searchevicon.pound:before {
    content: "\f154";
}
i.searchevicon.power.cord:before {
    content: "\f1e6";
}
i.searchevicon.power:before {
    content: "\f011";
}
i.searchevicon.privacy:before {
    content: "\f084";
}
i.searchevicon.r.circle:before {
    content: "\f25d";
}
i.searchevicon.rain:before {
    content: "\f0e9";
}
i.searchevicon.record:before {
    content: "\f03d";
}
i.searchevicon.refresh:before {
    content: "\f021";
}
i.searchevicon.remove.circle:before {
    content: "\f057";
}
i.searchevicon.remove.from.calendar:before {
    content: "\f272";
}
i.searchevicon.remove.user:before {
    content: "\f235";
}
i.searchevicon.remove:before {
    content: "\f00d";
}
i.searchevicon.repeat:before {
    content: "\f01e";
}
i.searchevicon.rmb:before {
    content: "\f157";
}
i.searchevicon.rouble:before {
    content: "\f158";
}
i.searchevicon.rub:before {
    content: "\f158";
}
i.searchevicon.ruble:before {
    content: "\f158";
}
i.searchevicon.rupee:before {
    content: "\f156";
}
i.searchevicon.s15:before {
    content: "\f2cd";
}
i.searchevicon.selected.radio:before {
    content: "\f192";
}
i.searchevicon.send:before {
    content: "\f1d8";
}
i.searchevicon.setting:before {
    content: "\f013";
}
i.searchevicon.settings:before {
    content: "\f085";
}
i.searchevicon.shekel:before {
    content: "\f20b";
}
i.searchevicon.sheqel:before {
    content: "\f20b";
}
i.searchevicon.shipping:before {
    content: "\f0d1";
}
i.searchevicon.shop:before {
    content: "\f07a";
}
i.searchevicon.shuffle:before {
    content: "\f074";
}
i.searchevicon.shutdown:before {
    content: "\f011";
}
i.searchevicon.sidebar:before {
    content: "\f0c9";
}
i.searchevicon.signing:before {
    content: "\f2a7";
}
i.searchevicon.signup:before {
    content: "\f044";
}
i.searchevicon.sliders:before {
    content: "\f1de";
}
i.searchevicon.soccer:before {
    content: "\f1e3";
}
i.searchevicon.sort.alphabet.ascending:before {
    content: "\f15d";
}
i.searchevicon.sort.alphabet.descending:before {
    content: "\f15e";
}
i.searchevicon.sort.ascending:before {
    content: "\f0de";
}
i.searchevicon.sort.content.ascending:before {
    content: "\f160";
}
i.searchevicon.sort.content.descending:before {
    content: "\f161";
}
i.searchevicon.sort.descending:before {
    content: "\f0dd";
}
i.searchevicon.sort.numeric.ascending:before {
    content: "\f162";
}
i.searchevicon.sort.numeric.descending:before {
    content: "\f163";
}
i.searchevicon.sound:before {
    content: "\f025";
}
i.searchevicon.spy:before {
    content: "\f21b";
}
i.searchevicon.stripe.card:before {
    content: "\f1f5";
}
i.searchevicon.student:before {
    content: "\f19d";
}
i.searchevicon.talk:before {
    content: "\f27a";
}
i.searchevicon.target:before {
    content: "\f140";
}
i.searchevicon.teletype:before {
    content: "\f1e4";
}
i.searchevicon.television:before {
    content: "\f26c";
}
i.searchevicon.text.cursor:before {
    content: "\f246";
}
i.searchevicon.text.telephone:before {
    content: "\f1e4";
}
i.searchevicon.theme.isle:before {
    content: "\f2b2";
}
i.searchevicon.theme:before {
    content: "\f043";
}
i.searchevicon.thermometer:before {
    content: "\f2c7";
}
i.searchevicon.thumb.tack:before {
    content: "\f08d";
}
i.searchevicon.time:before {
    content: "\f017";
}
i.searchevicon.tm:before {
    content: "\f25c";
}
i.searchevicon.toggle.down:before {
    content: "\f150";
}
i.searchevicon.toggle.left:before {
    content: "\f191";
}
i.searchevicon.toggle.right:before {
    content: "\f152";
}
i.searchevicon.toggle.up:before {
    content: "\f151";
}
i.searchevicon.translate:before {
    content: "\f1ab";
}
i.searchevicon.travel:before {
    content: "\f0b1";
}
i.searchevicon.treatment:before {
    content: "\f0f1";
}
i.searchevicon.triangle.down:before {
    content: "\f0d7";
}
i.searchevicon.triangle.left:before {
    content: "\f0d9";
}
i.searchevicon.triangle.right:before {
    content: "\f0da";
}
i.searchevicon.triangle.up:before {
    content: "\f0d8";
}
i.searchevicon.try:before {
    content: "\f195";
}
i.searchevicon.unhide:before {
    content: "\f06e";
}
i.searchevicon.unlinkify:before {
    content: "\f127";
}
i.searchevicon.unmute:before {
    content: "\f130";
}
i.searchevicon.usd:before {
    content: "\f155";
}
i.searchevicon.user.cancel:before {
    content: "\f235";
}
i.searchevicon.user.close:before {
    content: "\f235";
}
i.searchevicon.user.delete:before {
    content: "\f235";
}
i.searchevicon.user.x:before {
    content: "\f235";
}
i.searchevicon.vcard:before {
    content: "\f2bb";
}
i.searchevicon.video.camera:before {
    content: "\f03d";
}
i.searchevicon.video.play:before {
    content: "\f144";
}
i.searchevicon.visa.card:before {
    content: "\f1f0";
}
i.searchevicon.visa:before {
    content: "\f1f0";
}
i.searchevicon.volume.control.phone:before {
    content: "\f2a0";
}
i.searchevicon.wait:before {
    content: "\f017";
}
i.searchevicon.warning.circle:before {
    content: "\f06a";
}
i.searchevicon.warning.sign:before {
    content: "\f071";
}
i.searchevicon.warning:before {
    content: "\f12a";
}
i.searchevicon.wechat:before {
    content: "\f1d7";
}
i.searchevicon.wi-fi:before {
    content: "\f1eb";
}
i.searchevicon.wikipedia:before {
    content: "\f266";
}
i.searchevicon.winner:before {
    content: "\f091";
}
i.searchevicon.wizard:before {
    content: "\f0d0";
}
i.searchevicon.woman:before {
    content: "\f221";
}
i.searchevicon.won:before {
    content: "\f159";
}
i.searchevicon.wordpress.beginner:before {
    content: "\f297";
}
i.searchevicon.wordpress.forms:before {
    content: "\f298";
}
i.searchevicon.world:before {
    content: "\f0ac";
}
i.searchevicon.write.square:before {
    content: "\f14b";
}
i.searchevicon.x:before {
    content: "\f00d";
}
i.searchevicon.yc:before {
    content: "\f23b";
}
i.searchevicon.ycombinator:before {
    content: "\f23b";
}
i.searchevicon.yen:before {
    content: "\f157";
}
i.searchevicon.zip:before {
    content: "\f187";
}
i.searchevicon.zoom-in:before {
    content: "\f00e";
}
i.searchevicon.zoom-out:before {
    content: "\f010";
}
i.searchevicon.zoom:before {
    content: "\f00e";
}
i.searchevicon.bitbucket.square:before {
    content: "\f171";
}
i.searchevicon.checkmark.box:before {
    content: "\f14a";
}
i.searchevicon.circle.thin:before {
    content: "\f111";
}
i.searchevicon.cloud.download:before {
    content: "\f381";
}
i.searchevicon.cloud.upload:before {
    content: "\f382";
}
i.searchevicon.compose:before {
    content: "\f303";
}
i.searchevicon.conversation:before {
    content: "\f086";
}
i.searchevicon.credit.card.alternative:before {
    content: "\f09d";
}
i.searchevicon.currency:before {
    content: "\f3d1";
}
i.searchevicon.dashboard:before {
    content: "\f3fd";
}
i.searchevicon.diamond:before {
    content: "\f3a5";
}
i.searchevicon.disk:before {
    content: "\f0a0";
}
i.searchevicon.exchange:before {
    content: "\f362";
}
i.searchevicon.external.share:before {
    content: "\f14d";
}
i.searchevicon.external.square:before {
    content: "\f360";
}
i.searchevicon.external:before {
    content: "\f35d";
}
i.searchevicon.facebook.official:before {
    content: "\f082";
}
i.searchevicon.food:before {
    content: "\f2e7";
}
i.searchevicon.hourglass.zero:before {
    content: "\f253";
}
i.searchevicon.level.down:before {
    content: "\f3be";
}
i.searchevicon.level.up:before {
    content: "\f3bf";
}
i.searchevicon.logout:before {
    content: "\f2f5";
}
i.searchevicon.meanpath:before {
    content: "\f0c8";
}
i.searchevicon.money:before {
    content: "\f3d1";
}
i.searchevicon.move:before {
    content: "\f0b2";
}
i.searchevicon.pencil:before {
    content: "\f303";
}
i.searchevicon.protect:before {
    content: "\f023";
}
i.searchevicon.radio:before {
    content: "\f192";
}
i.searchevicon.remove.bookmark:before {
    content: "\f02e";
}
i.searchevicon.resize.horizontal:before {
    content: "\f337";
}
i.searchevicon.resize.vertical:before {
    content: "\f338";
}
i.searchevicon.sign-in:before {
    content: "\f2f6";
}
i.searchevicon.sign-out:before {
    content: "\f2f5";
}
i.searchevicon.spoon:before {
    content: "\f2e5";
}
i.searchevicon.star.half.empty:before {
    content: "\f089";
}
i.searchevicon.star.half.full:before {
    content: "\f089";
}
i.searchevicon.ticket:before {
    content: "\f3ff";
}
i.searchevicon.times.rectangle:before {
    content: "\f410";
}
i.searchevicon.write:before {
    content: "\f303";
}
i.searchevicon.youtube.play:before {
    content: "\f167";
}
@font-face {
    font-family: SearchevOutlineIcons;
    src: url(../fonts/outline-icons.eot);
    src: url(../fonts/outline-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/outline-icons.woff2) format("woff2"), url(../fonts/outline-icons.woff) format("woff"), url(../fonts/outline-icons.ttf) format("truetype"),
    url(../fonts/outline-icons.svg#icons) format("svg");
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
}
i.searchevicon.outline {
    font-family: SearchevOutlineIcons;
}
i.searchevicon.address.book.outline:before {
    content: "\f2b9";
}
i.searchevicon.address.card.outline:before {
    content: "\f2bb";
}
i.searchevicon.arrow.alternate.circle.down.outline:before {
    content: "\f358";
}
i.searchevicon.arrow.alternate.circle.left.outline:before {
    content: "\f359";
}
i.searchevicon.arrow.alternate.circle.right.outline:before {
    content: "\f35a";
}
i.searchevicon.arrow.alternate.circle.up.outline:before {
    content: "\f35b";
}
i.searchevicon.bell.outline:before {
    content: "\f0f3";
}
i.searchevicon.bell.slash.outline:before {
    content: "\f1f6";
}
i.searchevicon.bookmark.outline:before {
    content: "\f02e";
}
i.searchevicon.building.outline:before {
    content: "\f1ad";
}
i.searchevicon.calendar.outline:before {
    content: "\f133";
}
i.searchevicon.calendar.alternate.outline:before {
    content: "\f073";
}
i.searchevicon.calendar.check.outline:before {
    content: "\f274";
}
i.searchevicon.calendar.minus.outline:before {
    content: "\f272";
}
i.searchevicon.calendar.plus.outline:before {
    content: "\f271";
}
i.searchevicon.calendar.times.outline:before {
    content: "\f273";
}
i.searchevicon.caret.square.down.outline:before {
    content: "\f150";
}
i.searchevicon.caret.square.left.outline:before {
    content: "\f191";
}
i.searchevicon.caret.square.right.outline:before {
    content: "\f152";
}
i.searchevicon.caret.square.up.outline:before {
    content: "\f151";
}
i.searchevicon.chart.bar.outline:before {
    content: "\f080";
}
i.searchevicon.check.circle.outline:before {
    content: "\f058";
}
i.searchevicon.check.square.outline:before {
    content: "\f14a";
}
i.searchevicon.circle.outline:before {
    content: "\f111";
}
i.searchevicon.clipboard.outline:before {
    content: "\f328";
}
i.searchevicon.clock.outline:before {
    content: "\f017";
}
i.searchevicon.clone.outline:before {
    content: "\f24d";
}
i.searchevicon.closed.captioning.outline:before {
    content: "\f20a";
}
i.searchevicon.comment.outline:before {
    content: "\f075";
}
i.searchevicon.comment.alternate.outline:before {
    content: "\f27a";
}
i.searchevicon.comments.outline:before {
    content: "\f086";
}
i.searchevicon.compass.outline:before {
    content: "\f14e";
}
i.searchevicon.copy.outline:before {
    content: "\f0c5";
}
i.searchevicon.copyright.outline:before {
    content: "\f1f9";
}
i.searchevicon.credit.card.outline:before {
    content: "\f09d";
}
i.searchevicon.dot.circle.outline:before {
    content: "\f192";
}
i.searchevicon.edit.outline:before {
    content: "\f044";
}
i.searchevicon.envelope.outline:before {
    content: "\f0e0";
}
i.searchevicon.envelope.open.outline:before {
    content: "\f2b6";
}
i.searchevicon.eye.slash.outline:before {
    content: "\f070";
}
i.searchevicon.file.outline:before {
    content: "\f15b";
}
i.searchevicon.file.alternate.outline:before {
    content: "\f15c";
}
i.searchevicon.file.archive.outline:before {
    content: "\f1c6";
}
i.searchevicon.file.audio.outline:before {
    content: "\f1c7";
}
i.searchevicon.file.code.outline:before {
    content: "\f1c9";
}
i.searchevicon.file.excel.outline:before {
    content: "\f1c3";
}
i.searchevicon.file.image.outline:before {
    content: "\f1c5";
}
i.searchevicon.file.pdf.outline:before {
    content: "\f1c1";
}
i.searchevicon.file.powerpoint.outline:before {
    content: "\f1c4";
}
i.searchevicon.file.video.outline:before {
    content: "\f1c8";
}
i.searchevicon.file.word.outline:before {
    content: "\f1c2";
}
i.searchevicon.flag.outline:before {
    content: "\f024";
}
i.searchevicon.folder.outline:before {
    content: "\f07b";
}
i.searchevicon.folder.open.outline:before {
    content: "\f07c";
}
i.searchevicon.frown.outline:before {
    content: "\f119";
}
i.searchevicon.futbol.outline:before {
    content: "\f1e3";
}
i.searchevicon.gem.outline:before {
    content: "\f3a5";
}
i.searchevicon.hand.lizard.outline:before {
    content: "\f258";
}
i.searchevicon.hand.paper.outline:before {
    content: "\f256";
}
i.searchevicon.hand.peace.outline:before {
    content: "\f25b";
}
i.searchevicon.hand.point.down.outline:before {
    content: "\f0a7";
}
i.searchevicon.hand.point.left.outline:before {
    content: "\f0a5";
}
i.searchevicon.hand.point.right.outline:before {
    content: "\f0a4";
}
i.searchevicon.hand.point.up.outline:before {
    content: "\f0a6";
}
i.searchevicon.hand.pointer.outline:before {
    content: "\f25a";
}
i.searchevicon.hand.rock.outline:before {
    content: "\f255";
}
i.searchevicon.hand.scissors.outline:before {
    content: "\f257";
}
i.searchevicon.hand.spock.outline:before {
    content: "\f259";
}
i.searchevicon.handshake.outline:before {
    content: "\f2b5";
}
i.searchevicon.hdd.outline:before {
    content: "\f0a0";
}
i.searchevicon.heart.outline:before {
    content: "\f004";
}
i.searchevicon.hospital.outline:before {
    content: "\f0f8";
}
i.searchevicon.hourglass.outline:before {
    content: "\f254";
}
i.searchevicon.id.badge.outline:before {
    content: "\f2c1";
}
i.searchevicon.id.card.outline:before {
    content: "\f2c2";
}
i.searchevicon.image.outline:before {
    content: "\f03e";
}
i.searchevicon.images.outline:before {
    content: "\f302";
}
i.searchevicon.keyboard.outline:before {
    content: "\f11c";
}
i.searchevicon.lemon.outline:before {
    content: "\f094";
}
i.searchevicon.life.ring.outline:before {
    content: "\f1cd";
}
i.searchevicon.lightbulb.outline:before {
    content: "\f0eb";
}
i.searchevicon.list.alternate.outline:before {
    content: "\f022";
}
i.searchevicon.map.outline:before {
    content: "\f279";
}
i.searchevicon.meh.outline:before {
    content: "\f11a";
}
i.searchevicon.minus.square.outline:before {
    content: "\f146";
}
i.searchevicon.money.bill.alternate.outline:before {
    content: "\f3d1";
}
i.searchevicon.moon.outline:before {
    content: "\f186";
}
i.searchevicon.newspaper.outline:before {
    content: "\f1ea";
}
i.searchevicon.object.group.outline:before {
    content: "\f247";
}
i.searchevicon.object.ungroup.outline:before {
    content: "\f248";
}
i.searchevicon.paper.plane.outline:before {
    content: "\f1d8";
}
i.searchevicon.pause.circle.outline:before {
    content: "\f28b";
}
i.searchevicon.play.circle.outline:before {
    content: "\f144";
}
i.searchevicon.plus.square.outline:before {
    content: "\f0fe";
}
i.searchevicon.question.circle.outline:before {
    content: "\f059";
}
i.searchevicon.registered.outline:before {
    content: "\f25d";
}
i.searchevicon.save.outline:before {
    content: "\f0c7";
}
i.searchevicon.share.square.outline:before {
    content: "\f14d";
}
i.searchevicon.smile.outline:before {
    content: "\f118";
}
i.searchevicon.snowflake.outline:before {
    content: "\f2dc";
}
i.searchevicon.square.outline:before {
    content: "\f0c8";
}
i.searchevicon.star.outline:before {
    content: "\f005";
}
i.searchevicon.star.half.outline:before {
    content: "\f089";
}
i.searchevicon.sticky.note.outline:before {
    content: "\f249";
}
i.searchevicon.stop.circle.outline:before {
    content: "\f28d";
}
i.searchevicon.sun.outline:before {
    content: "\f185";
}
i.searchevicon.thumbs.down.outline:before {
    content: "\f165";
}
i.searchevicon.thumbs.up.outline:before {
    content: "\f164";
}
i.searchevicon.times.circle.outline:before {
    content: "\f057";
}
i.searchevicon.trash.alternate.outline:before {
    content: "\f2ed";
}
i.searchevicon.user.outline:before {
    content: "\f007";
}
i.searchevicon.user.circle.outline:before {
    content: "\f2bd";
}
i.searchevicon.window.close.outline:before {
    content: "\f410";
}
i.searchevicon.window.maximize.outline:before {
    content: "\f2d0";
}
i.searchevicon.window.minimize.outline:before {
    content: "\f2d1";
}
i.searchevicon.window.restore.outline:before {
    content: "\f2d2";
}
i.searchevicon.disk.outline:before {
    content: "\f0a0";
}
