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