@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; 
}
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(../../../themes/insucom/assets/fonts/fa-brands-400.eot);
src: url(../../../themes/insucom/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-brands-400.woff) format("woff"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(../../../themes/insucom/assets/fonts/fa-regular-400.eot);
src: url(../../../themes/insucom/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-regular-400.woff) format("woff"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(../../../themes/insucom/assets/fonts/fa-solid-900.eot);
src: url(../../../themes/insucom/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-solid-900.woff) format("woff"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }@font-face
{
font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url(../../../themes/insucom/assets/fonts/icofont.woff2) format("woff2"),
url(../../../themes/insucom/assets/fonts/icofont.woff) format("woff");
}
[class^="icofont-"], [class*=" icofont-"]
{
font-family: 'IcoFont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
line-height: 1; -webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
.icofont-angry-monster:before
{
content: "\e800";
}
.icofont-bathtub:before
{
content: "\e801";
}
.icofont-bird-wings:before
{
content: "\e802";
}
.icofont-bow:before
{
content: "\e803";
}
.icofont-castle:before
{
content: "\e804";
}
.icofont-circuit:before
{
content: "\e805";
}
.icofont-crown-king:before
{
content: "\e806";
}
.icofont-crown-queen:before
{
content: "\e807";
}
.icofont-dart:before
{
content: "\e808";
}
.icofont-disability-race:before
{
content: "\e809";
}
.icofont-diving-goggle:before
{
content: "\e80a";
}
.icofont-eye-open:before
{
content: "\e80b";
}
.icofont-flora-flower:before
{
content: "\e80c";
}
.icofont-flora:before
{
content: "\e80d";
}
.icofont-gift-box:before
{
content: "\e80e";
}
.icofont-halloween-pumpkin:before
{
content: "\e80f";
}
.icofont-hand-power:before
{
content: "\e810";
}
.icofont-hand-thunder:before
{
content: "\e811";
}
.icofont-king-monster:before
{
content: "\e812";
}
.icofont-love:before
{
content: "\e813";
}
.icofont-magician-hat:before
{
content: "\e814";
}
.icofont-native-american:before
{
content: "\e815";
}
.icofont-owl-look:before
{
content: "\e816";
}
.icofont-phoenix:before
{
content: "\e817";
}
.icofont-robot-face:before
{
content: "\e818";
}
.icofont-sand-clock:before
{
content: "\e819";
}
.icofont-shield-alt:before
{
content: "\e81a";
}
.icofont-ship-wheel:before
{
content: "\e81b";
}
.icofont-skull-danger:before
{
content: "\e81c";
}
.icofont-skull-face:before
{
content: "\e81d";
}
.icofont-snowmobile:before
{
content: "\e81e";
}
.icofont-space-shuttle:before
{
content: "\e81f";
}
.icofont-star-shape:before
{
content: "\e820";
}
.icofont-swirl:before
{
content: "\e821";
}
.icofont-tattoo-wing:before
{
content: "\e822";
}
.icofont-throne:before
{
content: "\e823";
}
.icofont-tree-alt:before
{
content: "\e824";
}
.icofont-triangle:before
{
content: "\e825";
}
.icofont-unity-hand:before
{
content: "\e826";
}
.icofont-weed:before
{
content: "\e827";
}
.icofont-woman-bird:before
{
content: "\e828";
}
.icofont-bat:before
{
content: "\e829";
}
.icofont-bear-face:before
{
content: "\e82a";
}
.icofont-bear-tracks:before
{
content: "\e82b";
}
.icofont-bear:before
{
content: "\e82c";
}
.icofont-bird-alt:before
{
content: "\e82d";
}
.icofont-bird-flying:before
{
content: "\e82e";
}
.icofont-bird:before
{
content: "\e82f";
}
.icofont-birds:before
{
content: "\e830";
}
.icofont-bone:before
{
content: "\e831";
}
.icofont-bull:before
{
content: "\e832";
}
.icofont-butterfly-alt:before
{
content: "\e833";
}
.icofont-butterfly:before
{
content: "\e834";
}
.icofont-camel-alt:before
{
content: "\e835";
}
.icofont-camel-head:before
{
content: "\e836";
}
.icofont-camel:before
{
content: "\e837";
}
.icofont-cat-alt-1:before
{
content: "\e838";
}
.icofont-cat-alt-2:before
{
content: "\e839";
}
.icofont-cat-alt-3:before
{
content: "\e83a";
}
.icofont-cat-dog:before
{
content: "\e83b";
}
.icofont-cat-face:before
{
content: "\e83c";
}
.icofont-cat:before
{
content: "\e83d";
}
.icofont-cow-head:before
{
content: "\e83e";
}
.icofont-cow:before
{
content: "\e83f";
}
.icofont-crab:before
{
content: "\e840";
}
.icofont-crocodile:before
{
content: "\e841";
}
.icofont-deer-head:before
{
content: "\e842";
}
.icofont-dog-alt:before
{
content: "\e843";
}
.icofont-dog-barking:before
{
content: "\e844";
}
.icofont-dog:before
{
content: "\e845";
}
.icofont-dolphin:before
{
content: "\e846";
}
.icofont-duck-tracks:before
{
content: "\e847";
}
.icofont-eagle-head:before
{
content: "\e848";
}
.icofont-eaten-fish:before
{
content: "\e849";
}
.icofont-elephant-alt:before
{
content: "\e84a";
}
.icofont-elephant-head-alt:before
{
content: "\e84b";
}
.icofont-elephant-head:before
{
content: "\e84c";
}
.icofont-elephant:before
{
content: "\e84d";
}
.icofont-elk:before
{
content: "\e84e";
}
.icofont-fish-1:before
{
content: "\e84f";
}
.icofont-fish-2:before
{
content: "\e850";
}
.icofont-fish-3:before
{
content: "\e851";
}
.icofont-fish-4:before
{
content: "\e852";
}
.icofont-fish-5:before
{
content: "\e853";
}
.icofont-fish:before
{
content: "\e854";
}
.icofont-fox-alt:before
{
content: "\e855";
}
.icofont-fox:before
{
content: "\e856";
}
.icofont-frog-tracks:before
{
content: "\e857";
}
.icofont-frog:before
{
content: "\e858";
}
.icofont-froggy:before
{
content: "\e859";
}
.icofont-giraffe-head-1:before
{
content: "\e85a";
}
.icofont-giraffe-head-2:before
{
content: "\e85b";
}
.icofont-giraffe-head:before
{
content: "\e85c";
}
.icofont-giraffe:before
{
content: "\e85d";
}
.icofont-goat-head:before
{
content: "\e85e";
}
.icofont-gorilla:before
{
content: "\e85f";
}
.icofont-hen-tracks:before
{
content: "\e860";
}
.icofont-horse-head-1:before
{
content: "\e861";
}
.icofont-horse-head-2:before
{
content: "\e862";
}
.icofont-horse-head:before
{
content: "\e863";
}
.icofont-horse-tracks:before
{
content: "\e864";
}
.icofont-jellyfish:before
{
content: "\e865";
}
.icofont-kangaroo:before
{
content: "\e866";
}
.icofont-lemur:before
{
content: "\e867";
}
.icofont-lion-head-1:before
{
content: "\e868";
}
.icofont-lion-head-2:before
{
content: "\e869";
}
.icofont-lion-head:before
{
content: "\e86a";
}
.icofont-lion:before
{
content: "\e86b";
}
.icofont-monkey-2:before
{
content: "\e86c";
}
.icofont-monkey-3:before
{
content: "\e86d";
}
.icofont-monkey-face:before
{
content: "\e86e";
}
.icofont-monkey:before
{
content: "\e86f";
}
.icofont-octopus-alt:before
{
content: "\e870";
}
.icofont-octopus:before
{
content: "\e871";
}
.icofont-owl:before
{
content: "\e872";
}
.icofont-panda-face:before
{
content: "\e873";
}
.icofont-panda:before
{
content: "\e874";
}
.icofont-panther:before
{
content: "\e875";
}
.icofont-parrot-lip:before
{
content: "\e876";
}
.icofont-parrot:before
{
content: "\e877";
}
.icofont-paw:before
{
content: "\e878";
}
.icofont-pelican:before
{
content: "\e879";
}
.icofont-penguin:before
{
content: "\e87a";
}
.icofont-pig-face:before
{
content: "\e87b";
}
.icofont-pig:before
{
content: "\e87c";
}
.icofont-pigeon-1:before
{
content: "\e87d";
}
.icofont-pigeon-2:before
{
content: "\e87e";
}
.icofont-pigeon:before
{
content: "\e87f";
}
.icofont-rabbit:before
{
content: "\e880";
}
.icofont-rat:before
{
content: "\e881";
}
.icofont-rhino-head:before
{
content: "\e882";
}
.icofont-rhino:before
{
content: "\e883";
}
.icofont-rooster:before
{
content: "\e884";
}
.icofont-seahorse:before
{
content: "\e885";
}
.icofont-seal:before
{
content: "\e886";
}
.icofont-shrimp-alt:before
{
content: "\e887";
}
.icofont-shrimp:before
{
content: "\e888";
}
.icofont-snail-1:before
{
content: "\e889";
}
.icofont-snail-2:before
{
content: "\e88a";
}
.icofont-snail-3:before
{
content: "\e88b";
}
.icofont-snail:before
{
content: "\e88c";
}
.icofont-snake:before
{
content: "\e88d";
}
.icofont-squid:before
{
content: "\e88e";
}
.icofont-squirrel:before
{
content: "\e88f";
}
.icofont-tiger-face:before
{
content: "\e890";
}
.icofont-tiger:before
{
content: "\e891";
}
.icofont-turtle:before
{
content: "\e892";
}
.icofont-whale:before
{
content: "\e893";
}
.icofont-woodpecker:before
{
content: "\e894";
}
.icofont-zebra:before
{
content: "\e895";
}
.icofont-brand-acer:before
{
content: "\e896";
}
.icofont-brand-adidas:before
{
content: "\e897";
}
.icofont-brand-adobe:before
{
content: "\e898";
}
.icofont-brand-air-new-zealand:before
{
content: "\e899";
}
.icofont-brand-airbnb:before
{
content: "\e89a";
}
.icofont-brand-aircell:before
{
content: "\e89b";
}
.icofont-brand-airtel:before
{
content: "\e89c";
}
.icofont-brand-alcatel:before
{
content: "\e89d";
}
.icofont-brand-alibaba:before
{
content: "\e89e";
}
.icofont-brand-aliexpress:before
{
content: "\e89f";
}
.icofont-brand-alipay:before
{
content: "\e8a0";
}
.icofont-brand-amazon:before
{
content: "\e8a1";
}
.icofont-brand-amd:before
{
content: "\e8a2";
}
.icofont-brand-american-airlines:before
{
content: "\e8a3";
}
.icofont-brand-android-robot:before
{
content: "\e8a4";
}
.icofont-brand-android:before
{
content: "\e8a5";
}
.icofont-brand-aol:before
{
content: "\e8a6";
}
.icofont-brand-apple:before
{
content: "\e8a7";
}
.icofont-brand-appstore:before
{
content: "\e8a8";
}
.icofont-brand-asus:before
{
content: "\e8a9";
}
.icofont-brand-ati:before
{
content: "\e8aa";
}
.icofont-brand-att:before
{
content: "\e8ab";
}
.icofont-brand-audi:before
{
content: "\e8ac";
}
.icofont-brand-axiata:before
{
content: "\e8ad";
}
.icofont-brand-bada:before
{
content: "\e8ae";
}
.icofont-brand-bbc:before
{
content: "\e8af";
}
.icofont-brand-bing:before
{
content: "\e8b0";
}
.icofont-brand-blackberry:before
{
content: "\e8b1";
}
.icofont-brand-bmw:before
{
content: "\e8b2";
}
.icofont-brand-box:before
{
content: "\e8b3";
}
.icofont-brand-burger-king:before
{
content: "\e8b4";
}
.icofont-brand-business-insider:before
{
content: "\e8b5";
}
.icofont-brand-buzzfeed:before
{
content: "\e8b6";
}
.icofont-brand-cannon:before
{
content: "\e8b7";
}
.icofont-brand-casio:before
{
content: "\e8b8";
}
.icofont-brand-china-mobile:before
{
content: "\e8b9";
}
.icofont-brand-china-telecom:before
{
content: "\e8ba";
}
.icofont-brand-china-unicom:before
{
content: "\e8bb";
}
.icofont-brand-cisco:before
{
content: "\e8bc";
}
.icofont-brand-citibank:before
{
content: "\e8bd";
}
.icofont-brand-cnet:before
{
content: "\e8be";
}
.icofont-brand-cnn:before
{
content: "\e8bf";
}
.icofont-brand-cocal-cola:before
{
content: "\e8c0";
}
.icofont-brand-compaq:before
{
content: "\e8c1";
}
.icofont-brand-debian:before
{
content: "\e8c2";
}
.icofont-brand-delicious:before
{
content: "\e8c3";
}
.icofont-brand-dell:before
{
content: "\e8c4";
}
.icofont-brand-designbump:before
{
content: "\e8c5";
}
.icofont-brand-designfloat:before
{
content: "\e8c6";
}
.icofont-brand-disney:before
{
content: "\e8c7";
}
.icofont-brand-dodge:before
{
content: "\e8c8";
}
.icofont-brand-dove:before
{
content: "\e8c9";
}
.icofont-brand-drupal:before
{
content: "\e8ca";
}
.icofont-brand-ebay:before
{
content: "\e8cb";
}
.icofont-brand-eleven:before
{
content: "\e8cc";
}
.icofont-brand-emirates:before
{
content: "\e8cd";
}
.icofont-brand-espn:before
{
content: "\e8ce";
}
.icofont-brand-etihad-airways:before
{
content: "\e8cf";
}
.icofont-brand-etisalat:before
{
content: "\e8d0";
}
.icofont-brand-etsy:before
{
content: "\e8d1";
}
.icofont-brand-fastrack:before
{
content: "\e8d2";
}
.icofont-brand-fedex:before
{
content: "\e8d3";
}
.icofont-brand-ferrari:before
{
content: "\e8d4";
}
.icofont-brand-fitbit:before
{
content: "\e8d5";
}
.icofont-brand-flikr:before
{
content: "\e8d6";
}
.icofont-brand-forbes:before
{
content: "\e8d7";
}
.icofont-brand-foursquare:before
{
content: "\e8d8";
}
.icofont-brand-foxconn:before
{
content: "\e8d9";
}
.icofont-brand-fujitsu:before
{
content: "\e8da";
}
.icofont-brand-general-electric:before
{
content: "\e8db";
}
.icofont-brand-gillette:before
{
content: "\e8dc";
}
.icofont-brand-gizmodo:before
{
content: "\e8dd";
}
.icofont-brand-gnome:before
{
content: "\e8de";
}
.icofont-brand-google:before
{
content: "\e8df";
}
.icofont-brand-gopro:before
{
content: "\e8e0";
}
.icofont-brand-gucci:before
{
content: "\e8e1";
}
.icofont-brand-hallmark:before
{
content: "\e8e2";
}
.icofont-brand-hi5:before
{
content: "\e8e3";
}
.icofont-brand-honda:before
{
content: "\e8e4";
}
.icofont-brand-hp:before
{
content: "\e8e5";
}
.icofont-brand-hsbc:before
{
content: "\e8e6";
}
.icofont-brand-htc:before
{
content: "\e8e7";
}
.icofont-brand-huawei:before
{
content: "\e8e8";
}
.icofont-brand-hulu:before
{
content: "\e8e9";
}
.icofont-brand-hyundai:before
{
content: "\e8ea";
}
.icofont-brand-ibm:before
{
content: "\e8eb";
}
.icofont-brand-icofont:before
{
content: "\e8ec";
}
.icofont-brand-icq:before
{
content: "\e8ed";
}
.icofont-brand-ikea:before
{
content: "\e8ee";
}
.icofont-brand-imdb:before
{
content: "\e8ef";
}
.icofont-brand-indiegogo:before
{
content: "\e8f0";
}
.icofont-brand-intel:before
{
content: "\e8f1";
}
.icofont-brand-ipair:before
{
content: "\e8f2";
}
.icofont-brand-jaguar:before
{
content: "\e8f3";
}
.icofont-brand-java:before
{
content: "\e8f4";
}
.icofont-brand-joomla:before
{
content: "\e8f5";
}
.icofont-brand-kickstarter:before
{
content: "\e8f6";
}
.icofont-brand-kik:before
{
content: "\e8f7";
}
.icofont-brand-lastfm:before
{
content: "\e8f8";
}
.icofont-brand-lego:before
{
content: "\e8f9";
}
.icofont-brand-lenovo:before
{
content: "\e8fa";
}
.icofont-brand-levis:before
{
content: "\e8fb";
}
.icofont-brand-lexus:before
{
content: "\e8fc";
}
.icofont-brand-lg:before
{
content: "\e8fd";
}
.icofont-brand-life-hacker:before
{
content: "\e8fe";
}
.icofont-brand-linux-mint:before
{
content: "\e8ff";
}
.icofont-brand-linux:before
{
content: "\e900";
}
.icofont-brand-lionix:before
{
content: "\e901";
}
.icofont-brand-loreal:before
{
content: "\e902";
}
.icofont-brand-louis-vuitton:before
{
content: "\e903";
}
.icofont-brand-mac-os:before
{
content: "\e904";
}
.icofont-brand-marvel-app:before
{
content: "\e905";
}
.icofont-brand-mashable:before
{
content: "\e906";
}
.icofont-brand-mazda:before
{
content: "\e907";
}
.icofont-brand-mcdonals:before
{
content: "\e908";
}
.icofont-brand-mercedes:before
{
content: "\e909";
}
.icofont-brand-micromax:before
{
content: "\e90a";
}
.icofont-brand-microsoft:before
{
content: "\e90b";
}
.icofont-brand-mobileme:before
{
content: "\e90c";
}
.icofont-brand-mobily:before
{
content: "\e90d";
}
.icofont-brand-motorola:before
{
content: "\e90e";
}
.icofont-brand-msi:before
{
content: "\e90f";
}
.icofont-brand-mts:before
{
content: "\e910";
}
.icofont-brand-myspace:before
{
content: "\e911";
}
.icofont-brand-mytv:before
{
content: "\e912";
}
.icofont-brand-nasa:before
{
content: "\e913";
}
.icofont-brand-natgeo:before
{
content: "\e914";
}
.icofont-brand-nbc:before
{
content: "\e915";
}
.icofont-brand-nescafe:before
{
content: "\e916";
}
.icofont-brand-nestle:before
{
content: "\e917";
}
.icofont-brand-netflix:before
{
content: "\e918";
}
.icofont-brand-nexus:before
{
content: "\e919";
}
.icofont-brand-nike:before
{
content: "\e91a";
}
.icofont-brand-nokia:before
{
content: "\e91b";
}
.icofont-brand-nvidia:before
{
content: "\e91c";
}
.icofont-brand-omega:before
{
content: "\e91d";
}
.icofont-brand-opensuse:before
{
content: "\e91e";
}
.icofont-brand-oracle:before
{
content: "\e91f";
}
.icofont-brand-panasonic:before
{
content: "\e920";
}
.icofont-brand-paypal:before
{
content: "\e921";
}
.icofont-brand-pepsi:before
{
content: "\e922";
}
.icofont-brand-philips:before
{
content: "\e923";
}
.icofont-brand-pizza-hut:before
{
content: "\e924";
}
.icofont-brand-playstation:before
{
content: "\e925";
}
.icofont-brand-puma:before
{
content: "\e926";
}
.icofont-brand-qatar-air:before
{
content: "\e927";
}
.icofont-brand-qvc:before
{
content: "\e928";
}
.icofont-brand-readernaut:before
{
content: "\e929";
}
.icofont-brand-redbull:before
{
content: "\e92a";
}
.icofont-brand-reebok:before
{
content: "\e92b";
}
.icofont-brand-reuters:before
{
content: "\e92c";
}
.icofont-brand-samsung:before
{
content: "\e92d";
}
.icofont-brand-sap:before
{
content: "\e92e";
}
.icofont-brand-saudia-airlines:before
{
content: "\e92f";
}
.icofont-brand-scribd:before
{
content: "\e930";
}
.icofont-brand-shell:before
{
content: "\e931";
}
.icofont-brand-siemens:before
{
content: "\e932";
}
.icofont-brand-sk-telecom:before
{
content: "\e933";
}
.icofont-brand-slideshare:before
{
content: "\e934";
}
.icofont-brand-smashing-magazine:before
{
content: "\e935";
}
.icofont-brand-snapchat:before
{
content: "\e936";
}
.icofont-brand-sony-ericsson:before
{
content: "\e937";
}
.icofont-brand-sony:before
{
content: "\e938";
}
.icofont-brand-soundcloud:before
{
content: "\e939";
}
.icofont-brand-sprint:before
{
content: "\e93a";
}
.icofont-brand-squidoo:before
{
content: "\e93b";
}
.icofont-brand-starbucks:before
{
content: "\e93c";
}
.icofont-brand-stc:before
{
content: "\e93d";
}
.icofont-brand-steam:before
{
content: "\e93e";
}
.icofont-brand-suzuki:before
{
content: "\e93f";
}
.icofont-brand-symbian:before
{
content: "\e940";
}
.icofont-brand-t-mobile:before
{
content: "\e941";
}
.icofont-brand-tango:before
{
content: "\e942";
}
.icofont-brand-target:before
{
content: "\e943";
}
.icofont-brand-tata-indicom:before
{
content: "\e944";
}
.icofont-brand-techcrunch:before
{
content: "\e945";
}
.icofont-brand-telenor:before
{
content: "\e946";
}
.icofont-brand-teliasonera:before
{
content: "\e947";
}
.icofont-brand-tesla:before
{
content: "\e948";
}
.icofont-brand-the-verge:before
{
content: "\e949";
}
.icofont-brand-thenextweb:before
{
content: "\e94a";
}
.icofont-brand-toshiba:before
{
content: "\e94b";
}
.icofont-brand-toyota:before
{
content: "\e94c";
}
.icofont-brand-tribenet:before
{
content: "\e94d";
}
.icofont-brand-ubuntu:before
{
content: "\e94e";
}
.icofont-brand-unilever:before
{
content: "\e94f";
}
.icofont-brand-vaio:before
{
content: "\e950";
}
.icofont-brand-verizon:before
{
content: "\e951";
}
.icofont-brand-viber:before
{
content: "\e952";
}
.icofont-brand-vodafone:before
{
content: "\e953";
}
.icofont-brand-volkswagen:before
{
content: "\e954";
}
.icofont-brand-walmart:before
{
content: "\e955";
}
.icofont-brand-warnerbros:before
{
content: "\e956";
}
.icofont-brand-whatsapp:before
{
content: "\e957";
}
.icofont-brand-wikipedia:before
{
content: "\e958";
}
.icofont-brand-windows:before
{
content: "\e959";
}
.icofont-brand-wire:before
{
content: "\e95a";
}
.icofont-brand-wordpress:before
{
content: "\e95b";
}
.icofont-brand-xiaomi:before
{
content: "\e95c";
}
.icofont-brand-yahoobuzz:before
{
content: "\e95d";
}
.icofont-brand-yamaha:before
{
content: "\e95e";
}
.icofont-brand-youtube:before
{
content: "\e95f";
}
.icofont-brand-zain:before
{
content: "\e960";
}
.icofont-bank-alt:before
{
content: "\e961";
}
.icofont-bank:before
{
content: "\e962";
}
.icofont-barcode:before
{
content: "\e963";
}
.icofont-bill-alt:before
{
content: "\e964";
}
.icofont-billboard:before
{
content: "\e965";
}
.icofont-briefcase-1:before
{
content: "\e966";
}
.icofont-briefcase-2:before
{
content: "\e967";
}
.icofont-businessman:before
{
content: "\e968";
}
.icofont-businesswoman:before
{
content: "\e969";
}
.icofont-chair:before
{
content: "\e96a";
}
.icofont-coins:before
{
content: "\e96b";
}
.icofont-company:before
{
content: "\e96c";
}
.icofont-contact-add:before
{
content: "\e96d";
}
.icofont-files-stack:before
{
content: "\e96e";
}
.icofont-handshake-deal:before
{
content: "\e96f";
}
.icofont-id-card:before
{
content: "\e970";
}
.icofont-meeting-add:before
{
content: "\e971";
}
.icofont-money-bag:before
{
content: "\e972";
}
.icofont-pie-chart:before
{
content: "\e973";
}
.icofont-presentation-alt:before
{
content: "\e974";
}
.icofont-presentation:before
{
content: "\e975";
}
.icofont-stamp:before
{
content: "\e976";
}
.icofont-stock-mobile:before
{
content: "\e977";
}
.icofont-chart-arrows-axis:before
{
content: "\e978";
}
.icofont-chart-bar-graph:before
{
content: "\e979";
}
.icofont-chart-flow-1:before
{
content: "\e97a";
}
.icofont-chart-flow-2:before
{
content: "\e97b";
}
.icofont-chart-flow:before
{
content: "\e97c";
}
.icofont-chart-growth:before
{
content: "\e97d";
}
.icofont-chart-histogram-alt:before
{
content: "\e97e";
}
.icofont-chart-histogram:before
{
content: "\e97f";
}
.icofont-chart-line-alt:before
{
content: "\e980";
}
.icofont-chart-line:before
{
content: "\e981";
}
.icofont-chart-pie-alt:before
{
content: "\e982";
}
.icofont-chart-pie:before
{
content: "\e983";
}
.icofont-chart-radar-graph:before
{
content: "\e984";
}
.icofont-architecture-alt:before
{
content: "\e985";
}
.icofont-architecture:before
{
content: "\e986";
}
.icofont-barricade:before
{
content: "\e987";
}
.icofont-bolt:before
{
content: "\e988";
}
.icofont-bricks:before
{
content: "\e989";
}
.icofont-building-alt:before
{
content: "\e98a";
}
.icofont-bull-dozer:before
{
content: "\e98b";
}
.icofont-calculations:before
{
content: "\e98c";
}
.icofont-cement-mix:before
{
content: "\e98d";
}
.icofont-cement-mixer:before
{
content: "\e98e";
}
.icofont-concrete-mixer:before
{
content: "\e98f";
}
.icofont-danger-zone:before
{
content: "\e990";
}
.icofont-drill:before
{
content: "\e991";
}
.icofont-eco-energy:before
{
content: "\e992";
}
.icofont-eco-environmen:before
{
content: "\e993";
}
.icofont-energy-air:before
{
content: "\e994";
}
.icofont-energy-oil:before
{
content: "\e995";
}
.icofont-energy-savings:before
{
content: "\e996";
}
.icofont-energy-solar:before
{
content: "\e997";
}
.icofont-energy-water:before
{
content: "\e998";
}
.icofont-engineer:before
{
content: "\e999";
}
.icofont-fire-extinguisher-alt:before
{
content: "\e99a";
}
.icofont-fire-extinguisher:before
{
content: "\e99b";
}
.icofont-fix-tools:before
{
content: "\e99c";
}
.icofont-fork-lift:before
{
content: "\e99d";
}
.icofont-glue-oil:before
{
content: "\e99e";
}
.icofont-hammer-alt:before
{
content: "\e99f";
}
.icofont-hammer:before
{
content: "\e9a0";
}
.icofont-help-robot:before
{
content: "\e9a1";
}
.icofont-industries-1:before
{
content: "\e9a2";
}
.icofont-industries-2:before
{
content: "\e9a3";
}
.icofont-industries-3:before
{
content: "\e9a4";
}
.icofont-industries-4:before
{
content: "\e9a5";
}
.icofont-industries-5:before
{
content: "\e9a6";
}
.icofont-industries:before
{
content: "\e9a7";
}
.icofont-labour:before
{
content: "\e9a8";
}
.icofont-mining:before
{
content: "\e9a9";
}
.icofont-paint-brush:before
{
content: "\e9aa";
}
.icofont-pollution:before
{
content: "\e9ab";
}
.icofont-power-zone:before
{
content: "\e9ac";
}
.icofont-radio-active:before
{
content: "\e9ad";
}
.icofont-recycle-alt:before
{
content: "\e9ae";
}
.icofont-recycling-man:before
{
content: "\e9af";
}
.icofont-safety-hat-light:before
{
content: "\e9b0";
}
.icofont-safety-hat:before
{
content: "\e9b1";
}
.icofont-saw:before
{
content: "\e9b2";
}
.icofont-screw-driver:before
{
content: "\e9b3";
}
.icofont-tools-1:before
{
content: "\e9b4";
}
.icofont-tools-bag:before
{
content: "\e9b5";
}
.icofont-tow-truck:before
{
content: "\e9b6";
}
.icofont-trolley:before
{
content: "\e9b7";
}
.icofont-trowel:before
{
content: "\e9b8";
}
.icofont-under-construction-alt:before
{
content: "\e9b9";
}
.icofont-under-construction:before
{
content: "\e9ba";
}
.icofont-vehicle-cement:before
{
content: "\e9bb";
}
.icofont-vehicle-crane:before
{
content: "\e9bc";
}
.icofont-vehicle-delivery-van:before
{
content: "\e9bd";
}
.icofont-vehicle-dozer:before
{
content: "\e9be";
}
.icofont-vehicle-excavator:before
{
content: "\e9bf";
}
.icofont-vehicle-trucktor:before
{
content: "\e9c0";
}
.icofont-vehicle-wrecking:before
{
content: "\e9c1";
}
.icofont-worker:before
{
content: "\e9c2";
}
.icofont-workers-group:before
{
content: "\e9c3";
}
.icofont-wrench:before
{
content: "\e9c4";
}
.icofont-afghani-false:before
{
content: "\e9c5";
}
.icofont-afghani-minus:before
{
content: "\e9c6";
}
.icofont-afghani-plus:before
{
content: "\e9c7";
}
.icofont-afghani-true:before
{
content: "\e9c8";
}
.icofont-afghani:before
{
content: "\e9c9";
}
.icofont-baht-false:before
{
content: "\e9ca";
}
.icofont-baht-minus:before
{
content: "\e9cb";
}
.icofont-baht-plus:before
{
content: "\e9cc";
}
.icofont-baht-true:before
{
content: "\e9cd";
}
.icofont-baht:before
{
content: "\e9ce";
}
.icofont-bitcoin-false:before
{
content: "\e9cf";
}
.icofont-bitcoin-minus:before
{
content: "\e9d0";
}
.icofont-bitcoin-plus:before
{
content: "\e9d1";
}
.icofont-bitcoin-true:before
{
content: "\e9d2";
}
.icofont-bitcoin:before
{
content: "\e9d3";
}
.icofont-dollar-flase:before
{
content: "\e9d4";
}
.icofont-dollar-minus:before
{
content: "\e9d5";
}
.icofont-dollar-plus:before
{
content: "\e9d6";
}
.icofont-dollar-true:before
{
content: "\e9d7";
}
.icofont-dollar:before
{
content: "\e9d8";
}
.icofont-dong-false:before
{
content: "\e9d9";
}
.icofont-dong-minus:before
{
content: "\e9da";
}
.icofont-dong-plus:before
{
content: "\e9db";
}
.icofont-dong-true:before
{
content: "\e9dc";
}
.icofont-dong:before
{
content: "\e9dd";
}
.icofont-euro-false:before
{
content: "\e9de";
}
.icofont-euro-minus:before
{
content: "\e9df";
}
.icofont-euro-plus:before
{
content: "\e9e0";
}
.icofont-euro-true:before
{
content: "\e9e1";
}
.icofont-euro:before
{
content: "\e9e2";
}
.icofont-frank-false:before
{
content: "\e9e3";
}
.icofont-frank-minus:before
{
content: "\e9e4";
}
.icofont-frank-plus:before
{
content: "\e9e5";
}
.icofont-frank-true:before
{
content: "\e9e6";
}
.icofont-frank:before
{
content: "\e9e7";
}
.icofont-hryvnia-false:before
{
content: "\e9e8";
}
.icofont-hryvnia-minus:before
{
content: "\e9e9";
}
.icofont-hryvnia-plus:before
{
content: "\e9ea";
}
.icofont-hryvnia-true:before
{
content: "\e9eb";
}
.icofont-hryvnia:before
{
content: "\e9ec";
}
.icofont-lira-false:before
{
content: "\e9ed";
}
.icofont-lira-minus:before
{
content: "\e9ee";
}
.icofont-lira-plus:before
{
content: "\e9ef";
}
.icofont-lira-true:before
{
content: "\e9f0";
}
.icofont-lira:before
{
content: "\e9f1";
}
.icofont-peseta-false:before
{
content: "\e9f2";
}
.icofont-peseta-minus:before
{
content: "\e9f3";
}
.icofont-peseta-plus:before
{
content: "\e9f4";
}
.icofont-peseta-true:before
{
content: "\e9f5";
}
.icofont-peseta:before
{
content: "\e9f6";
}
.icofont-peso-false:before
{
content: "\e9f7";
}
.icofont-peso-minus:before
{
content: "\e9f8";
}
.icofont-peso-plus:before
{
content: "\e9f9";
}
.icofont-peso-true:before
{
content: "\e9fa";
}
.icofont-peso:before
{
content: "\e9fb";
}
.icofont-pound-false:before
{
content: "\e9fc";
}
.icofont-pound-minus:before
{
content: "\e9fd";
}
.icofont-pound-plus:before
{
content: "\e9fe";
}
.icofont-pound-true:before
{
content: "\e9ff";
}
.icofont-pound:before
{
content: "\ea00";
}
.icofont-renminbi-false:before
{
content: "\ea01";
}
.icofont-renminbi-minus:before
{
content: "\ea02";
}
.icofont-renminbi-plus:before
{
content: "\ea03";
}
.icofont-renminbi-true:before
{
content: "\ea04";
}
.icofont-renminbi:before
{
content: "\ea05";
}
.icofont-riyal-false:before
{
content: "\ea06";
}
.icofont-riyal-minus:before
{
content: "\ea07";
}
.icofont-riyal-plus:before
{
content: "\ea08";
}
.icofont-riyal-true:before
{
content: "\ea09";
}
.icofont-riyal:before
{
content: "\ea0a";
}
.icofont-rouble-false:before
{
content: "\ea0b";
}
.icofont-rouble-minus:before
{
content: "\ea0c";
}
.icofont-rouble-plus:before
{
content: "\ea0d";
}
.icofont-rouble-true:before
{
content: "\ea0e";
}
.icofont-rouble:before
{
content: "\ea0f";
}
.icofont-rupee-false:before
{
content: "\ea10";
}
.icofont-rupee-minus:before
{
content: "\ea11";
}
.icofont-rupee-plus:before
{
content: "\ea12";
}
.icofont-rupee-true:before
{
content: "\ea13";
}
.icofont-rupee:before
{
content: "\ea14";
}
.icofont-taka-false:before
{
content: "\ea15";
}
.icofont-taka-minus:before
{
content: "\ea16";
}
.icofont-taka-plus:before
{
content: "\ea17";
}
.icofont-taka-true:before
{
content: "\ea18";
}
.icofont-taka:before
{
content: "\ea19";
}
.icofont-turkish-lira-false:before
{
content: "\ea1a";
}
.icofont-turkish-lira-minus:before
{
content: "\ea1b";
}
.icofont-turkish-lira-plus:before
{
content: "\ea1c";
}
.icofont-turkish-lira-true:before
{
content: "\ea1d";
}
.icofont-turkish-lira:before
{
content: "\ea1e";
}
.icofont-won-false:before
{
content: "\ea1f";
}
.icofont-won-minus:before
{
content: "\ea20";
}
.icofont-won-plus:before
{
content: "\ea21";
}
.icofont-won-true:before
{
content: "\ea22";
}
.icofont-won:before
{
content: "\ea23";
}
.icofont-yen-false:before
{
content: "\ea24";
}
.icofont-yen-minus:before
{
content: "\ea25";
}
.icofont-yen-plus:before
{
content: "\ea26";
}
.icofont-yen-true:before
{
content: "\ea27";
}
.icofont-yen:before
{
content: "\ea28";
}
.icofont-android-nexus:before
{
content: "\ea29";
}
.icofont-android-tablet:before
{
content: "\ea2a";
}
.icofont-apple-watch:before
{
content: "\ea2b";
}
.icofont-drawing-tablet:before
{
content: "\ea2c";
}
.icofont-earphone:before
{
content: "\ea2d";
}
.icofont-flash-drive:before
{
content: "\ea2e";
}
.icofont-game-console:before
{
content: "\ea2f";
}
.icofont-game-controller:before
{
content: "\ea30";
}
.icofont-game-pad:before
{
content: "\ea31";
}
.icofont-game:before
{
content: "\ea32";
}
.icofont-headphone-alt-1:before
{
content: "\ea33";
}
.icofont-headphone-alt-2:before
{
content: "\ea34";
}
.icofont-headphone-alt-3:before
{
content: "\ea35";
}
.icofont-headphone-alt:before
{
content: "\ea36";
}
.icofont-headphone:before
{
content: "\ea37";
}
.icofont-htc-one:before
{
content: "\ea38";
}
.icofont-imac:before
{
content: "\ea39";
}
.icofont-ipad:before
{
content: "\ea3a";
}
.icofont-iphone:before
{
content: "\ea3b";
}
.icofont-ipod-nano:before
{
content: "\ea3c";
}
.icofont-ipod-touch:before
{
content: "\ea3d";
}
.icofont-keyboard-alt:before
{
content: "\ea3e";
}
.icofont-keyboard-wireless:before
{
content: "\ea3f";
}
.icofont-keyboard:before
{
content: "\ea40";
}
.icofont-laptop-alt:before
{
content: "\ea41";
}
.icofont-laptop:before
{
content: "\ea42";
}
.icofont-macbook:before
{
content: "\ea43";
}
.icofont-magic-mouse:before
{
content: "\ea44";
}
.icofont-micro-chip:before
{
content: "\ea45";
}
.icofont-microphone-alt:before
{
content: "\ea46";
}
.icofont-microphone:before
{
content: "\ea47";
}
.icofont-monitor:before
{
content: "\ea48";
}
.icofont-mouse:before
{
content: "\ea49";
}
.icofont-mp3-player:before
{
content: "\ea4a";
}
.icofont-nintendo:before
{
content: "\ea4b";
}
.icofont-playstation-alt:before
{
content: "\ea4c";
}
.icofont-psvita:before
{
content: "\ea4d";
}
.icofont-radio-mic:before
{
content: "\ea4e";
}
.icofont-radio:before
{
content: "\ea4f";
}
.icofont-refrigerator:before
{
content: "\ea50";
}
.icofont-samsung-galaxy:before
{
content: "\ea51";
}
.icofont-surface-tablet:before
{
content: "\ea52";
}
.icofont-ui-head-phone:before
{
content: "\ea53";
}
.icofont-ui-keyboard:before
{
content: "\ea54";
}
.icofont-washing-machine:before
{
content: "\ea55";
}
.icofont-wifi-router:before
{
content: "\ea56";
}
.icofont-wii-u:before
{
content: "\ea57";
}
.icofont-windows-lumia:before
{
content: "\ea58";
}
.icofont-wireless-mouse:before
{
content: "\ea59";
}
.icofont-xbox-360:before
{
content: "\ea5a";
}
.icofont-arrow-down:before
{
content: "\ea5b";
}
.icofont-arrow-left:before
{
content: "\ea5c";
}
.icofont-arrow-right:before
{
content: "\ea5d";
}
.icofont-arrow-up:before
{
content: "\ea5e";
}
.icofont-block-down:before
{
content: "\ea5f";
}
.icofont-block-left:before
{
content: "\ea60";
}
.icofont-block-right:before
{
content: "\ea61";
}
.icofont-block-up:before
{
content: "\ea62";
}
.icofont-bubble-down:before
{
content: "\ea63";
}
.icofont-bubble-left:before
{
content: "\ea64";
}
.icofont-bubble-right:before
{
content: "\ea65";
}
.icofont-bubble-up:before
{
content: "\ea66";
}
.icofont-caret-down:before
{
content: "\ea67";
}
.icofont-caret-left:before
{
content: "\ea68";
}
.icofont-caret-right:before
{
content: "\ea69";
}
.icofont-caret-up:before
{
content: "\ea6a";
}
.icofont-circled-down:before
{
content: "\ea6b";
}
.icofont-circled-left:before
{
content: "\ea6c";
}
.icofont-circled-right:before
{
content: "\ea6d";
}
.icofont-circled-up:before
{
content: "\ea6e";
}
.icofont-collapse:before
{
content: "\ea6f";
}
.icofont-cursor-drag:before
{
content: "\ea70";
}
.icofont-curved-double-left:before
{
content: "\ea71";
}
.icofont-curved-double-right:before
{
content: "\ea72";
}
.icofont-curved-down:before
{
content: "\ea73";
}
.icofont-curved-left:before
{
content: "\ea74";
}
.icofont-curved-right:before
{
content: "\ea75";
}
.icofont-curved-up:before
{
content: "\ea76";
}
.icofont-dotted-down:before
{
content: "\ea77";
}
.icofont-dotted-left:before
{
content: "\ea78";
}
.icofont-dotted-right:before
{
content: "\ea79";
}
.icofont-dotted-up:before
{
content: "\ea7a";
}
.icofont-double-left:before
{
content: "\ea7b";
}
.icofont-double-right:before
{
content: "\ea7c";
}
.icofont-expand-alt:before
{
content: "\ea7d";
}
.icofont-hand-down:before
{
content: "\ea7e";
}
.icofont-hand-drag:before
{
content: "\ea7f";
}
.icofont-hand-drag1:before
{
content: "\ea80";
}
.icofont-hand-drag2:before
{
content: "\ea81";
}
.icofont-hand-drawn-alt-down:before
{
content: "\ea82";
}
.icofont-hand-drawn-alt-left:before
{
content: "\ea83";
}
.icofont-hand-drawn-alt-right:before
{
content: "\ea84";
}
.icofont-hand-drawn-alt-up:before
{
content: "\ea85";
}
.icofont-hand-drawn-down:before
{
content: "\ea86";
}
.icofont-hand-drawn-left:before
{
content: "\ea87";
}
.icofont-hand-drawn-right:before
{
content: "\ea88";
}
.icofont-hand-drawn-up:before
{
content: "\ea89";
}
.icofont-hand-grippers:before
{
content: "\ea8a";
}
.icofont-hand-left:before
{
content: "\ea8b";
}
.icofont-hand-right:before
{
content: "\ea8c";
}
.icofont-hand-up:before
{
content: "\ea8d";
}
.icofont-line-block-down:before
{
content: "\ea8e";
}
.icofont-line-block-left:before
{
content: "\ea8f";
}
.icofont-line-block-right:before
{
content: "\ea90";
}
.icofont-line-block-up:before
{
content: "\ea91";
}
.icofont-long-arrow-down:before
{
content: "\ea92";
}
.icofont-long-arrow-left:before
{
content: "\ea93";
}
.icofont-long-arrow-right:before
{
content: "\ea94";
}
.icofont-long-arrow-up:before
{
content: "\ea95";
}
.icofont-rounded-collapse:before
{
content: "\ea96";
}
.icofont-rounded-double-left:before
{
content: "\ea97";
}
.icofont-rounded-double-right:before
{
content: "\ea98";
}
.icofont-rounded-down:before
{
content: "\ea99";
}
.icofont-rounded-expand:before
{
content: "\ea9a";
}
.icofont-rounded-left-down:before
{
content: "\ea9b";
}
.icofont-rounded-left-up:before
{
content: "\ea9c";
}
.icofont-rounded-left:before
{
content: "\ea9d";
}
.icofont-rounded-right-down:before
{
content: "\ea9e";
}
.icofont-rounded-right-up:before
{
content: "\ea9f";
}
.icofont-rounded-right:before
{
content: "\eaa0";
}
.icofont-rounded-up:before
{
content: "\eaa1";
}
.icofont-scroll-bubble-down:before
{
content: "\eaa2";
}
.icofont-scroll-bubble-left:before
{
content: "\eaa3";
}
.icofont-scroll-bubble-right:before
{
content: "\eaa4";
}
.icofont-scroll-bubble-up:before
{
content: "\eaa5";
}
.icofont-scroll-double-down:before
{
content: "\eaa6";
}
.icofont-scroll-double-left:before
{
content: "\eaa7";
}
.icofont-scroll-double-right:before
{
content: "\eaa8";
}
.icofont-scroll-double-up:before
{
content: "\eaa9";
}
.icofont-scroll-down:before
{
content: "\eaaa";
}
.icofont-scroll-left:before
{
content: "\eaab";
}
.icofont-scroll-long-down:before
{
content: "\eaac";
}
.icofont-scroll-long-left:before
{
content: "\eaad";
}
.icofont-scroll-long-right:before
{
content: "\eaae";
}
.icofont-scroll-long-up:before
{
content: "\eaaf";
}
.icofont-scroll-right:before
{
content: "\eab0";
}
.icofont-scroll-up:before
{
content: "\eab1";
}
.icofont-simple-down:before
{
content: "\eab2";
}
.icofont-simple-left-down:before
{
content: "\eab3";
}
.icofont-simple-left-up:before
{
content: "\eab4";
}
.icofont-simple-left:before
{
content: "\eab5";
}
.icofont-simple-right-down:before
{
content: "\eab6";
}
.icofont-simple-right-up:before
{
content: "\eab7";
}
.icofont-simple-right:before
{
content: "\eab8";
}
.icofont-simple-up:before
{
content: "\eab9";
}
.icofont-square-down:before
{
content: "\eaba";
}
.icofont-square-left:before
{
content: "\eabb";
}
.icofont-square-right:before
{
content: "\eabc";
}
.icofont-square-up:before
{
content: "\eabd";
}
.icofont-stylish-down:before
{
content: "\eabe";
}
.icofont-stylish-left:before
{
content: "\eabf";
}
.icofont-stylish-right:before
{
content: "\eac0";
}
.icofont-stylish-up:before
{
content: "\eac1";
}
.icofont-swoosh-down:before
{
content: "\eac2";
}
.icofont-swoosh-left:before
{
content: "\eac3";
}
.icofont-swoosh-right:before
{
content: "\eac4";
}
.icofont-swoosh-up:before
{
content: "\eac5";
}
.icofont-thin-double-left:before
{
content: "\eac6";
}
.icofont-thin-double-right:before
{
content: "\eac7";
}
.icofont-thin-down:before
{
content: "\eac8";
}
.icofont-thin-left:before
{
content: "\eac9";
}
.icofont-thin-right:before
{
content: "\eaca";
}
.icofont-thin-up:before
{
content: "\eacb";
}
.icofont-abc:before
{
content: "\eacc";
}
.icofont-atom:before
{
content: "\eacd";
}
.icofont-award:before
{
content: "\eace";
}
.icofont-bell-alt:before
{
content: "\eacf";
}
.icofont-black-board:before
{
content: "\ead0";
}
.icofont-book-alt:before
{
content: "\ead1";
}
.icofont-book:before
{
content: "\ead2";
}
.icofont-brainstorming:before
{
content: "\ead3";
}
.icofont-certificate-alt-1:before
{
content: "\ead4";
}
.icofont-certificate-alt-2:before
{
content: "\ead5";
}
.icofont-certificate:before
{
content: "\ead6";
}
.icofont-education:before
{
content: "\ead7";
}
.icofont-electron:before
{
content: "\ead8";
}
.icofont-fountain-pen:before
{
content: "\ead9";
}
.icofont-globe-alt:before
{
content: "\eada";
}
.icofont-graduate-alt:before
{
content: "\eadb";
}
.icofont-graduate:before
{
content: "\eadc";
}
.icofont-group-students:before
{
content: "\eadd";
}
.icofont-hat-alt:before
{
content: "\eade";
}
.icofont-hat:before
{
content: "\eadf";
}
.icofont-instrument:before
{
content: "\eae0";
}
.icofont-lamp-light:before
{
content: "\eae1";
}
.icofont-medal:before
{
content: "\eae2";
}
.icofont-microscope-alt:before
{
content: "\eae3";
}
.icofont-microscope:before
{
content: "\eae4";
}
.icofont-paper:before
{
content: "\eae5";
}
.icofont-pen-alt-4:before
{
content: "\eae6";
}
.icofont-pen-nib:before
{
content: "\eae7";
}
.icofont-pencil-alt-5:before
{
content: "\eae8";
}
.icofont-quill-pen:before
{
content: "\eae9";
}
.icofont-read-book-alt:before
{
content: "\eaea";
}
.icofont-read-book:before
{
content: "\eaeb";
}
.icofont-school-bag:before
{
content: "\eaec";
}
.icofont-school-bus:before
{
content: "\eaed";
}
.icofont-student-alt:before
{
content: "\eaee";
}
.icofont-student:before
{
content: "\eaef";
}
.icofont-teacher:before
{
content: "\eaf0";
}
.icofont-test-bulb:before
{
content: "\eaf1";
}
.icofont-test-tube-alt:before
{
content: "\eaf2";
}
.icofont-university:before
{
content: "\eaf3";
}
.icofont-angry:before
{
content: "\eaf4";
}
.icofont-astonished:before
{
content: "\eaf5";
}
.icofont-confounded:before
{
content: "\eaf6";
}
.icofont-confused:before
{
content: "\eaf7";
}
.icofont-crying:before
{
content: "\eaf8";
}
.icofont-dizzy:before
{
content: "\eaf9";
}
.icofont-expressionless:before
{
content: "\eafa";
}
.icofont-heart-eyes:before
{
content: "\eafb";
}
.icofont-laughing:before
{
content: "\eafc";
}
.icofont-nerd-smile:before
{
content: "\eafd";
}
.icofont-open-mouth:before
{
content: "\eafe";
}
.icofont-rage:before
{
content: "\eaff";
}
.icofont-rolling-eyes:before
{
content: "\eb00";
}
.icofont-sad:before
{
content: "\eb01";
}
.icofont-simple-smile:before
{
content: "\eb02";
}
.icofont-slightly-smile:before
{
content: "\eb03";
}
.icofont-smirk:before
{
content: "\eb04";
}
.icofont-stuck-out-tongue:before
{
content: "\eb05";
}
.icofont-wink-smile:before
{
content: "\eb06";
}
.icofont-worried:before
{
content: "\eb07";
}
.icofont-file-alt:before
{
content: "\eb08";
}
.icofont-file-audio:before
{
content: "\eb09";
}
.icofont-file-avi-mp4:before
{
content: "\eb0a";
}
.icofont-file-bmp:before
{
content: "\eb0b";
}
.icofont-file-code:before
{
content: "\eb0c";
}
.icofont-file-css:before
{
content: "\eb0d";
}
.icofont-file-document:before
{
content: "\eb0e";
}
.icofont-file-eps:before
{
content: "\eb0f";
}
.icofont-file-excel:before
{
content: "\eb10";
}
.icofont-file-exe:before
{
content: "\eb11";
}
.icofont-file-file:before
{
content: "\eb12";
}
.icofont-file-flv:before
{
content: "\eb13";
}
.icofont-file-gif:before
{
content: "\eb14";
}
.icofont-file-html5:before
{
content: "\eb15";
}
.icofont-file-image:before
{
content: "\eb16";
}
.icofont-file-iso:before
{
content: "\eb17";
}
.icofont-file-java:before
{
content: "\eb18";
}
.icofont-file-javascript:before
{
content: "\eb19";
}
.icofont-file-jpg:before
{
content: "\eb1a";
}
.icofont-file-midi:before
{
content: "\eb1b";
}
.icofont-file-mov:before
{
content: "\eb1c";
}
.icofont-file-mp3:before
{
content: "\eb1d";
}
.icofont-file-pdf:before
{
content: "\eb1e";
}
.icofont-file-php:before
{
content: "\eb1f";
}
.icofont-file-png:before
{
content: "\eb20";
}
.icofont-file-powerpoint:before
{
content: "\eb21";
}
.icofont-file-presentation:before
{
content: "\eb22";
}
.icofont-file-psb:before
{
content: "\eb23";
}
.icofont-file-psd:before
{
content: "\eb24";
}
.icofont-file-python:before
{
content: "\eb25";
}
.icofont-file-ruby:before
{
content: "\eb26";
}
.icofont-file-spreadsheet:before
{
content: "\eb27";
}
.icofont-file-sql:before
{
content: "\eb28";
}
.icofont-file-svg:before
{
content: "\eb29";
}
.icofont-file-text:before
{
content: "\eb2a";
}
.icofont-file-tiff:before
{
content: "\eb2b";
}
.icofont-file-video:before
{
content: "\eb2c";
}
.icofont-file-wave:before
{
content: "\eb2d";
}
.icofont-file-wmv:before
{
content: "\eb2e";
}
.icofont-file-word:before
{
content: "\eb2f";
}
.icofont-file-zip:before
{
content: "\eb30";
}
.icofont-cycling-alt:before
{
content: "\eb31";
}
.icofont-cycling:before
{
content: "\eb32";
}
.icofont-dumbbell:before
{
content: "\eb33";
}
.icofont-dumbbells:before
{
content: "\eb34";
}
.icofont-gym-alt-1:before
{
content: "\eb35";
}
.icofont-gym-alt-2:before
{
content: "\eb36";
}
.icofont-gym-alt-3:before
{
content: "\eb37";
}
.icofont-gym:before
{
content: "\eb38";
}
.icofont-muscle-weight:before
{
content: "\eb39";
}
.icofont-muscle:before
{
content: "\eb3a";
}
.icofont-apple:before
{
content: "\eb3b";
}
.icofont-arabian-coffee:before
{
content: "\eb3c";
}
.icofont-artichoke:before
{
content: "\eb3d";
}
.icofont-asparagus:before
{
content: "\eb3e";
}
.icofont-avocado:before
{
content: "\eb3f";
}
.icofont-baby-food:before
{
content: "\eb40";
}
.icofont-banana:before
{
content: "\eb41";
}
.icofont-bbq:before
{
content: "\eb42";
}
.icofont-beans:before
{
content: "\eb43";
}
.icofont-beer:before
{
content: "\eb44";
}
.icofont-bell-pepper-capsicum:before
{
content: "\eb45";
}
.icofont-birthday-cake:before
{
content: "\eb46";
}
.icofont-bread:before
{
content: "\eb47";
}
.icofont-broccoli:before
{
content: "\eb48";
}
.icofont-burger:before
{
content: "\eb49";
}
.icofont-cabbage:before
{
content: "\eb4a";
}
.icofont-carrot:before
{
content: "\eb4b";
}
.icofont-cauli-flower:before
{
content: "\eb4c";
}
.icofont-cheese:before
{
content: "\eb4d";
}
.icofont-chef:before
{
content: "\eb4e";
}
.icofont-cherry:before
{
content: "\eb4f";
}
.icofont-chicken-fry:before
{
content: "\eb50";
}
.icofont-chicken:before
{
content: "\eb51";
}
.icofont-cocktail:before
{
content: "\eb52";
}
.icofont-coconut-water:before
{
content: "\eb53";
}
.icofont-coconut:before
{
content: "\eb54";
}
.icofont-coffee-alt:before
{
content: "\eb55";
}
.icofont-coffee-cup:before
{
content: "\eb56";
}
.icofont-coffee-mug:before
{
content: "\eb57";
}
.icofont-coffee-pot:before
{
content: "\eb58";
}
.icofont-cola:before
{
content: "\eb59";
}
.icofont-corn:before
{
content: "\eb5a";
}
.icofont-croissant:before
{
content: "\eb5b";
}
.icofont-crop-plant:before
{
content: "\eb5c";
}
.icofont-cucumber:before
{
content: "\eb5d";
}
.icofont-culinary:before
{
content: "\eb5e";
}
.icofont-cup-cake:before
{
content: "\eb5f";
}
.icofont-dining-table:before
{
content: "\eb60";
}
.icofont-donut:before
{
content: "\eb61";
}
.icofont-egg-plant:before
{
content: "\eb62";
}
.icofont-egg-poached:before
{
content: "\eb63";
}
.icofont-farmer-alt:before
{
content: "\eb64";
}
.icofont-farmer:before
{
content: "\eb65";
}
.icofont-fast-food:before
{
content: "\eb66";
}
.icofont-food-basket:before
{
content: "\eb67";
}
.icofont-food-cart:before
{
content: "\eb68";
}
.icofont-fork-and-knife:before
{
content: "\eb69";
}
.icofont-french-fries:before
{
content: "\eb6a";
}
.icofont-fruits:before
{
content: "\eb6b";
}
.icofont-grapes:before
{
content: "\eb6c";
}
.icofont-honey:before
{
content: "\eb6d";
}
.icofont-hot-dog:before
{
content: "\eb6e";
}
.icofont-ice-cream-alt:before
{
content: "\eb6f";
}
.icofont-ice-cream:before
{
content: "\eb70";
}
.icofont-juice:before
{
content: "\eb71";
}
.icofont-ketchup:before
{
content: "\eb72";
}
.icofont-kiwi:before
{
content: "\eb73";
}
.icofont-layered-cake:before
{
content: "\eb74";
}
.icofont-lemon-alt:before
{
content: "\eb75";
}
.icofont-lemon:before
{
content: "\eb76";
}
.icofont-lobster:before
{
content: "\eb77";
}
.icofont-mango:before
{
content: "\eb78";
}
.icofont-milk:before
{
content: "\eb79";
}
.icofont-mushroom:before
{
content: "\eb7a";
}
.icofont-noodles:before
{
content: "\eb7b";
}
.icofont-onion:before
{
content: "\eb7c";
}
.icofont-orange:before
{
content: "\eb7d";
}
.icofont-pear:before
{
content: "\eb7e";
}
.icofont-peas:before
{
content: "\eb7f";
}
.icofont-pepper:before
{
content: "\eb80";
}
.icofont-pie-alt:before
{
content: "\eb81";
}
.icofont-pie:before
{
content: "\eb82";
}
.icofont-pineapple:before
{
content: "\eb83";
}
.icofont-pizza-slice:before
{
content: "\eb84";
}
.icofont-pizza:before
{
content: "\eb85";
}
.icofont-plant:before
{
content: "\eb86";
}
.icofont-popcorn:before
{
content: "\eb87";
}
.icofont-potato:before
{
content: "\eb88";
}
.icofont-pumpkin:before
{
content: "\eb89";
}
.icofont-raddish:before
{
content: "\eb8a";
}
.icofont-restaurant-menu:before
{
content: "\eb8b";
}
.icofont-restaurant:before
{
content: "\eb8c";
}
.icofont-salt-and-pepper:before
{
content: "\eb8d";
}
.icofont-sandwich:before
{
content: "\eb8e";
}
.icofont-sausage:before
{
content: "\eb8f";
}
.icofont-soft-drinks:before
{
content: "\eb90";
}
.icofont-soup-bowl:before
{
content: "\eb91";
}
.icofont-spoon-and-fork:before
{
content: "\eb92";
}
.icofont-steak:before
{
content: "\eb93";
}
.icofont-strawberry:before
{
content: "\eb94";
}
.icofont-sub-sandwich:before
{
content: "\eb95";
}
.icofont-sushi:before
{
content: "\eb96";
}
.icofont-taco:before
{
content: "\eb97";
}
.icofont-tea-pot:before
{
content: "\eb98";
}
.icofont-tea:before
{
content: "\eb99";
}
.icofont-tomato:before
{
content: "\eb9a";
}
.icofont-watermelon:before
{
content: "\eb9b";
}
.icofont-wheat:before
{
content: "\eb9c";
}
.icofont-baby-backpack:before
{
content: "\eb9d";
}
.icofont-baby-cloth:before
{
content: "\eb9e";
}
.icofont-baby-milk-bottle:before
{
content: "\eb9f";
}
.icofont-baby-trolley:before
{
content: "\eba0";
}
.icofont-baby:before
{
content: "\eba1";
}
.icofont-candy:before
{
content: "\eba2";
}
.icofont-holding-hands:before
{
content: "\eba3";
}
.icofont-infant-nipple:before
{
content: "\eba4";
}
.icofont-kids-scooter:before
{
content: "\eba5";
}
.icofont-safety-pin:before
{
content: "\eba6";
}
.icofont-teddy-bear:before
{
content: "\eba7";
}
.icofont-toy-ball:before
{
content: "\eba8";
}
.icofont-toy-cat:before
{
content: "\eba9";
}
.icofont-toy-duck:before
{
content: "\ebaa";
}
.icofont-toy-elephant:before
{
content: "\ebab";
}
.icofont-toy-hand:before
{
content: "\ebac";
}
.icofont-toy-horse:before
{
content: "\ebad";
}
.icofont-toy-lattu:before
{
content: "\ebae";
}
.icofont-toy-train:before
{
content: "\ebaf";
}
.icofont-burglar:before
{
content: "\ebb0";
}
.icofont-cannon-firing:before
{
content: "\ebb1";
}
.icofont-cc-camera:before
{
content: "\ebb2";
}
.icofont-cop-badge:before
{
content: "\ebb3";
}
.icofont-cop:before
{
content: "\ebb4";
}
.icofont-court-hammer:before
{
content: "\ebb5";
}
.icofont-court:before
{
content: "\ebb6";
}
.icofont-finger-print:before
{
content: "\ebb7";
}
.icofont-gavel:before
{
content: "\ebb8";
}
.icofont-handcuff-alt:before
{
content: "\ebb9";
}
.icofont-handcuff:before
{
content: "\ebba";
}
.icofont-investigation:before
{
content: "\ebbb";
}
.icofont-investigator:before
{
content: "\ebbc";
}
.icofont-jail:before
{
content: "\ebbd";
}
.icofont-judge:before
{
content: "\ebbe";
}
.icofont-law-alt-1:before
{
content: "\ebbf";
}
.icofont-law-alt-2:before
{
content: "\ebc0";
}
.icofont-law-alt-3:before
{
content: "\ebc1";
}
.icofont-law-book:before
{
content: "\ebc2";
}
.icofont-law-document:before
{
content: "\ebc3";
}
.icofont-law-order:before
{
content: "\ebc4";
}
.icofont-law-protect:before
{
content: "\ebc5";
}
.icofont-law-scales:before
{
content: "\ebc6";
}
.icofont-law:before
{
content: "\ebc7";
}
.icofont-lawyer-alt-1:before
{
content: "\ebc8";
}
.icofont-lawyer-alt-2:before
{
content: "\ebc9";
}
.icofont-lawyer:before
{
content: "\ebca";
}
.icofont-legal:before
{
content: "\ebcb";
}
.icofont-pistol:before
{
content: "\ebcc";
}
.icofont-police-badge:before
{
content: "\ebcd";
}
.icofont-police-cap:before
{
content: "\ebce";
}
.icofont-police-car-alt-1:before
{
content: "\ebcf";
}
.icofont-police-car-alt-2:before
{
content: "\ebd0";
}
.icofont-police-car:before
{
content: "\ebd1";
}
.icofont-police-hat:before
{
content: "\ebd2";
}
.icofont-police-van:before
{
content: "\ebd3";
}
.icofont-police:before
{
content: "\ebd4";
}
.icofont-thief-alt:before
{
content: "\ebd5";
}
.icofont-thief:before
{
content: "\ebd6";
}
.icofont-abacus-alt:before
{
content: "\ebd7";
}
.icofont-abacus:before
{
content: "\ebd8";
}
.icofont-angle-180:before
{
content: "\ebd9";
}
.icofont-angle-45:before
{
content: "\ebda";
}
.icofont-angle-90:before
{
content: "\ebdb";
}
.icofont-angle:before
{
content: "\ebdc";
}
.icofont-calculator-alt-1:before
{
content: "\ebdd";
}
.icofont-calculator-alt-2:before
{
content: "\ebde";
}
.icofont-calculator:before
{
content: "\ebdf";
}
.icofont-circle-ruler-alt:before
{
content: "\ebe0";
}
.icofont-circle-ruler:before
{
content: "\ebe1";
}
.icofont-compass-alt-1:before
{
content: "\ebe2";
}
.icofont-compass-alt-2:before
{
content: "\ebe3";
}
.icofont-compass-alt-3:before
{
content: "\ebe4";
}
.icofont-compass-alt-4:before
{
content: "\ebe5";
}
.icofont-golden-ratio:before
{
content: "\ebe6";
}
.icofont-marker-alt-1:before
{
content: "\ebe7";
}
.icofont-marker-alt-2:before
{
content: "\ebe8";
}
.icofont-marker-alt-3:before
{
content: "\ebe9";
}
.icofont-marker:before
{
content: "\ebea";
}
.icofont-math:before
{
content: "\ebeb";
}
.icofont-mathematical-alt-1:before
{
content: "\ebec";
}
.icofont-mathematical-alt-2:before
{
content: "\ebed";
}
.icofont-mathematical:before
{
content: "\ebee";
}
.icofont-pen-alt-1:before
{
content: "\ebef";
}
.icofont-pen-alt-2:before
{
content: "\ebf0";
}
.icofont-pen-alt-3:before
{
content: "\ebf1";
}
.icofont-pen-holder-alt-1:before
{
content: "\ebf2";
}
.icofont-pen-holder:before
{
content: "\ebf3";
}
.icofont-pen:before
{
content: "\ebf4";
}
.icofont-pencil-alt-1:before
{
content: "\ebf5";
}
.icofont-pencil-alt-2:before
{
content: "\ebf6";
}
.icofont-pencil-alt-3:before
{
content: "\ebf7";
}
.icofont-pencil-alt-4:before
{
content: "\ebf8";
}
.icofont-pencil:before
{
content: "\ebf9";
}
.icofont-ruler-alt-1:before
{
content: "\ebfa";
}
.icofont-ruler-alt-2:before
{
content: "\ebfb";
}
.icofont-ruler-compass-alt:before
{
content: "\ebfc";
}
.icofont-ruler-compass:before
{
content: "\ebfd";
}
.icofont-ruler-pencil-alt-1:before
{
content: "\ebfe";
}
.icofont-ruler-pencil-alt-2:before
{
content: "\ebff";
}
.icofont-ruler-pencil:before
{
content: "\ec00";
}
.icofont-ruler:before
{
content: "\ec01";
}
.icofont-rulers-alt:before
{
content: "\ec02";
}
.icofont-rulers:before
{
content: "\ec03";
}
.icofont-square-root:before
{
content: "\ec04";
}
.icofont-ui-calculator:before
{
content: "\ec05";
}
.icofont-aids:before
{
content: "\ec06";
}
.icofont-ambulance-crescent:before
{
content: "\ec07";
}
.icofont-ambulance-cross:before
{
content: "\ec08";
}
.icofont-ambulance:before
{
content: "\ec09";
}
.icofont-autism:before
{
content: "\ec0a";
}
.icofont-bandage:before
{
content: "\ec0b";
}
.icofont-blind:before
{
content: "\ec0c";
}
.icofont-blood-drop:before
{
content: "\ec0d";
}
.icofont-blood-test:before
{
content: "\ec0e";
}
.icofont-blood:before
{
content: "\ec0f";
}
.icofont-brain-alt:before
{
content: "\ec10";
}
.icofont-brain:before
{
content: "\ec11";
}
.icofont-capsule:before
{
content: "\ec12";
}
.icofont-crutch:before
{
content: "\ec13";
}
.icofont-disabled:before
{
content: "\ec14";
}
.icofont-dna-alt-1:before
{
content: "\ec15";
}
.icofont-dna-alt-2:before
{
content: "\ec16";
}
.icofont-dna:before
{
content: "\ec17";
}
.icofont-doctor-alt:before
{
content: "\ec18";
}
.icofont-doctor:before
{
content: "\ec19";
}
.icofont-drug-pack:before
{
content: "\ec1a";
}
.icofont-drug:before
{
content: "\ec1b";
}
.icofont-first-aid-alt:before
{
content: "\ec1c";
}
.icofont-first-aid:before
{
content: "\ec1d";
}
.icofont-heart-beat-alt:before
{
content: "\ec1e";
}
.icofont-heart-beat:before
{
content: "\ec1f";
}
.icofont-heartbeat:before
{
content: "\ec20";
}
.icofont-herbal:before
{
content: "\ec21";
}
.icofont-hospital:before
{
content: "\ec22";
}
.icofont-icu:before
{
content: "\ec23";
}
.icofont-injection-syringe:before
{
content: "\ec24";
}
.icofont-laboratory:before
{
content: "\ec25";
}
.icofont-medical-sign-alt:before
{
content: "\ec26";
}
.icofont-medical-sign:before
{
content: "\ec27";
}
.icofont-nurse-alt:before
{
content: "\ec28";
}
.icofont-nurse:before
{
content: "\ec29";
}
.icofont-nursing-home:before
{
content: "\ec2a";
}
.icofont-operation-theater:before
{
content: "\ec2b";
}
.icofont-paralysis-disability:before
{
content: "\ec2c";
}
.icofont-patient-bed:before
{
content: "\ec2d";
}
.icofont-patient-file:before
{
content: "\ec2e";
}
.icofont-pills:before
{
content: "\ec2f";
}
.icofont-prescription:before
{
content: "\ec30";
}
.icofont-pulse:before
{
content: "\ec31";
}
.icofont-stethoscope-alt:before
{
content: "\ec32";
}
.icofont-stethoscope:before
{
content: "\ec33";
}
.icofont-stretcher:before
{
content: "\ec34";
}
.icofont-surgeon-alt:before
{
content: "\ec35";
}
.icofont-surgeon:before
{
content: "\ec36";
}
.icofont-tablets:before
{
content: "\ec37";
}
.icofont-test-bottle:before
{
content: "\ec38";
}
.icofont-test-tube:before
{
content: "\ec39";
}
.icofont-thermometer-alt:before
{
content: "\ec3a";
}
.icofont-thermometer:before
{
content: "\ec3b";
}
.icofont-tooth:before
{
content: "\ec3c";
}
.icofont-xray:before
{
content: "\ec3d";
}
.icofont-ui-add:before
{
content: "\ec3e";
}
.icofont-ui-alarm:before
{
content: "\ec3f";
}
.icofont-ui-battery:before
{
content: "\ec40";
}
.icofont-ui-block:before
{
content: "\ec41";
}
.icofont-ui-bluetooth:before
{
content: "\ec42";
}
.icofont-ui-brightness:before
{
content: "\ec43";
}
.icofont-ui-browser:before
{
content: "\ec44";
}
.icofont-ui-calendar:before
{
content: "\ec45";
}
.icofont-ui-call:before
{
content: "\ec46";
}
.icofont-ui-camera:before
{
content: "\ec47";
}
.icofont-ui-cart:before
{
content: "\ec48";
}
.icofont-ui-cell-phone:before
{
content: "\ec49";
}
.icofont-ui-chat:before
{
content: "\ec4a";
}
.icofont-ui-check:before
{
content: "\ec4b";
}
.icofont-ui-clip-board:before
{
content: "\ec4c";
}
.icofont-ui-clip:before
{
content: "\ec4d";
}
.icofont-ui-clock:before
{
content: "\ec4e";
}
.icofont-ui-close:before
{
content: "\ec4f";
}
.icofont-ui-contact-list:before
{
content: "\ec50";
}
.icofont-ui-copy:before
{
content: "\ec51";
}
.icofont-ui-cut:before
{
content: "\ec52";
}
.icofont-ui-delete:before
{
content: "\ec53";
}
.icofont-ui-dial-phone:before
{
content: "\ec54";
}
.icofont-ui-edit:before
{
content: "\ec55";
}
.icofont-ui-email:before
{
content: "\ec56";
}
.icofont-ui-file:before
{
content: "\ec57";
}
.icofont-ui-fire-wall:before
{
content: "\ec58";
}
.icofont-ui-flash-light:before
{
content: "\ec59";
}
.icofont-ui-flight:before
{
content: "\ec5a";
}
.icofont-ui-folder:before
{
content: "\ec5b";
}
.icofont-ui-game:before
{
content: "\ec5c";
}
.icofont-ui-handicapped:before
{
content: "\ec5d";
}
.icofont-ui-home:before
{
content: "\ec5e";
}
.icofont-ui-image:before
{
content: "\ec5f";
}
.icofont-ui-laoding:before
{
content: "\ec60";
}
.icofont-ui-lock:before
{
content: "\ec61";
}
.icofont-ui-love-add:before
{
content: "\ec62";
}
.icofont-ui-love-broken:before
{
content: "\ec63";
}
.icofont-ui-love-remove:before
{
content: "\ec64";
}
.icofont-ui-love:before
{
content: "\ec65";
}
.icofont-ui-map:before
{
content: "\ec66";
}
.icofont-ui-message:before
{
content: "\ec67";
}
.icofont-ui-messaging:before
{
content: "\ec68";
}
.icofont-ui-movie:before
{
content: "\ec69";
}
.icofont-ui-music-player:before
{
content: "\ec6a";
}
.icofont-ui-music:before
{
content: "\ec6b";
}
.icofont-ui-mute:before
{
content: "\ec6c";
}
.icofont-ui-network:before
{
content: "\ec6d";
}
.icofont-ui-next:before
{
content: "\ec6e";
}
.icofont-ui-note:before
{
content: "\ec6f";
}
.icofont-ui-office:before
{
content: "\ec70";
}
.icofont-ui-password:before
{
content: "\ec71";
}
.icofont-ui-pause:before
{
content: "\ec72";
}
.icofont-ui-play-stop:before
{
content: "\ec73";
}
.icofont-ui-play:before
{
content: "\ec74";
}
.icofont-ui-pointer:before
{
content: "\ec75";
}
.icofont-ui-power:before
{
content: "\ec76";
}
.icofont-ui-press:before
{
content: "\ec77";
}
.icofont-ui-previous:before
{
content: "\ec78";
}
.icofont-ui-rate-add:before
{
content: "\ec79";
}
.icofont-ui-rate-blank:before
{
content: "\ec7a";
}
.icofont-ui-rate-remove:before
{
content: "\ec7b";
}
.icofont-ui-rating:before
{
content: "\ec7c";
}
.icofont-ui-record:before
{
content: "\ec7d";
}
.icofont-ui-remove:before
{
content: "\ec7e";
}
.icofont-ui-reply:before
{
content: "\ec7f";
}
.icofont-ui-rotation:before
{
content: "\ec80";
}
.icofont-ui-rss:before
{
content: "\ec81";
}
.icofont-ui-search:before
{
content: "\ec82";
}
.icofont-ui-settings:before
{
content: "\ec83";
}
.icofont-ui-social-link:before
{
content: "\ec84";
}
.icofont-ui-tag:before
{
content: "\ec85";
}
.icofont-ui-text-chat:before
{
content: "\ec86";
}
.icofont-ui-text-loading:before
{
content: "\ec87";
}
.icofont-ui-theme:before
{
content: "\ec88";
}
.icofont-ui-timer:before
{
content: "\ec89";
}
.icofont-ui-touch-phone:before
{
content: "\ec8a";
}
.icofont-ui-travel:before
{
content: "\ec8b";
}
.icofont-ui-unlock:before
{
content: "\ec8c";
}
.icofont-ui-user-group:before
{
content: "\ec8d";
}
.icofont-ui-user:before
{
content: "\ec8e";
}
.icofont-ui-v-card:before
{
content: "\ec8f";
}
.icofont-ui-video-chat:before
{
content: "\ec90";
}
.icofont-ui-video-message:before
{
content: "\ec91";
}
.icofont-ui-video-play:before
{
content: "\ec92";
}
.icofont-ui-video:before
{
content: "\ec93";
}
.icofont-ui-volume:before
{
content: "\ec94";
}
.icofont-ui-weather:before
{
content: "\ec95";
}
.icofont-ui-wifi:before
{
content: "\ec96";
}
.icofont-ui-zoom-in:before
{
content: "\ec97";
}
.icofont-ui-zoom-out:before
{
content: "\ec98";
}
.icofont-cassette-player:before
{
content: "\ec99";
}
.icofont-cassette:before
{
content: "\ec9a";
}
.icofont-forward:before
{
content: "\ec9b";
}
.icofont-guiter:before
{
content: "\ec9c";
}
.icofont-movie:before
{
content: "\ec9d";
}
.icofont-multimedia:before
{
content: "\ec9e";
}
.icofont-music-alt:before
{
content: "\ec9f";
}
.icofont-music-disk:before
{
content: "\eca0";
}
.icofont-music-note:before
{
content: "\eca1";
}
.icofont-music-notes:before
{
content: "\eca2";
}
.icofont-music:before
{
content: "\eca3";
}
.icofont-mute-volume:before
{
content: "\eca4";
}
.icofont-pause:before
{
content: "\eca5";
}
.icofont-play-alt-1:before
{
content: "\eca6";
}
.icofont-play-alt-2:before
{
content: "\eca7";
}
.icofont-play-alt-3:before
{
content: "\eca8";
}
.icofont-play-pause:before
{
content: "\eca9";
}
.icofont-play:before
{
content: "\ecaa";
}
.icofont-record:before
{
content: "\ecab";
}
.icofont-retro-music-disk:before
{
content: "\ecac";
}
.icofont-rewind:before
{
content: "\ecad";
}
.icofont-song-notes:before
{
content: "\ecae";
}
.icofont-sound-wave-alt:before
{
content: "\ecaf";
}
.icofont-sound-wave:before
{
content: "\ecb0";
}
.icofont-stop:before
{
content: "\ecb1";
}
.icofont-video-alt:before
{
content: "\ecb2";
}
.icofont-video-cam:before
{
content: "\ecb3";
}
.icofont-video-clapper:before
{
content: "\ecb4";
}
.icofont-video:before
{
content: "\ecb5";
}
.icofont-volume-bar:before
{
content: "\ecb6";
}
.icofont-volume-down:before
{
content: "\ecb7";
}
.icofont-volume-mute:before
{
content: "\ecb8";
}
.icofont-volume-off:before
{
content: "\ecb9";
}
.icofont-volume-up:before
{
content: "\ecba";
}
.icofont-youtube-play:before
{
content: "\ecbb";
}
.icofont-2checkout-alt:before
{
content: "\ecbc";
}
.icofont-2checkout:before
{
content: "\ecbd";
}
.icofont-amazon-alt:before
{
content: "\ecbe";
}
.icofont-amazon:before
{
content: "\ecbf";
}
.icofont-american-express-alt:before
{
content: "\ecc0";
}
.icofont-american-express:before
{
content: "\ecc1";
}
.icofont-apple-pay-alt:before
{
content: "\ecc2";
}
.icofont-apple-pay:before
{
content: "\ecc3";
}
.icofont-bank-transfer-alt:before
{
content: "\ecc4";
}
.icofont-bank-transfer:before
{
content: "\ecc5";
}
.icofont-braintree-alt:before
{
content: "\ecc6";
}
.icofont-braintree:before
{
content: "\ecc7";
}
.icofont-cash-on-delivery-alt:before
{
content: "\ecc8";
}
.icofont-cash-on-delivery:before
{
content: "\ecc9";
}
.icofont-diners-club-alt-1:before
{
content: "\ecca";
}
.icofont-diners-club-alt-2:before
{
content: "\eccb";
}
.icofont-diners-club-alt-3:before
{
content: "\eccc";
}
.icofont-diners-club:before
{
content: "\eccd";
}
.icofont-discover-alt:before
{
content: "\ecce";
}
.icofont-discover:before
{
content: "\eccf";
}
.icofont-eway-alt:before
{
content: "\ecd0";
}
.icofont-eway:before
{
content: "\ecd1";
}
.icofont-google-wallet-alt-1:before
{
content: "\ecd2";
}
.icofont-google-wallet-alt-2:before
{
content: "\ecd3";
}
.icofont-google-wallet-alt-3:before
{
content: "\ecd4";
}
.icofont-google-wallet:before
{
content: "\ecd5";
}
.icofont-jcb-alt:before
{
content: "\ecd6";
}
.icofont-jcb:before
{
content: "\ecd7";
}
.icofont-maestro-alt:before
{
content: "\ecd8";
}
.icofont-maestro:before
{
content: "\ecd9";
}
.icofont-mastercard-alt:before
{
content: "\ecda";
}
.icofont-mastercard:before
{
content: "\ecdb";
}
.icofont-payoneer-alt:before
{
content: "\ecdc";
}
.icofont-payoneer:before
{
content: "\ecdd";
}
.icofont-paypal-alt:before
{
content: "\ecde";
}
.icofont-paypal:before
{
content: "\ecdf";
}
.icofont-sage-alt:before
{
content: "\ece0";
}
.icofont-sage:before
{
content: "\ece1";
}
.icofont-skrill-alt:before
{
content: "\ece2";
}
.icofont-skrill:before
{
content: "\ece3";
}
.icofont-stripe-alt:before
{
content: "\ece4";
}
.icofont-stripe:before
{
content: "\ece5";
}
.icofont-visa-alt:before
{
content: "\ece6";
}
.icofont-visa-electron:before
{
content: "\ece7";
}
.icofont-visa:before
{
content: "\ece8";
}
.icofont-western-union-alt:before
{
content: "\ece9";
}
.icofont-western-union:before
{
content: "\ecea";
}
.icofont-boy:before
{
content: "\eceb";
}
.icofont-business-man-alt-1:before
{
content: "\ecec";
}
.icofont-business-man-alt-2:before
{
content: "\eced";
}
.icofont-business-man-alt-3:before
{
content: "\ecee";
}
.icofont-business-man:before
{
content: "\ecef";
}
.icofont-female:before
{
content: "\ecf0";
}
.icofont-funky-man:before
{
content: "\ecf1";
}
.icofont-girl-alt:before
{
content: "\ecf2";
}
.icofont-girl:before
{
content: "\ecf3";
}
.icofont-group:before
{
content: "\ecf4";
}
.icofont-hotel-boy-alt:before
{
content: "\ecf5";
}
.icofont-hotel-boy:before
{
content: "\ecf6";
}
.icofont-kid:before
{
content: "\ecf7";
}
.icofont-man-in-glasses:before
{
content: "\ecf8";
}
.icofont-people:before
{
content: "\ecf9";
}
.icofont-support:before
{
content: "\ecfa";
}
.icofont-user-alt-1:before
{
content: "\ecfb";
}
.icofont-user-alt-2:before
{
content: "\ecfc";
}
.icofont-user-alt-3:before
{
content: "\ecfd";
}
.icofont-user-alt-4:before
{
content: "\ecfe";
}
.icofont-user-alt-5:before
{
content: "\ecff";
}
.icofont-user-alt-6:before
{
content: "\ed00";
}
.icofont-user-alt-7:before
{
content: "\ed01";
}
.icofont-user-female:before
{
content: "\ed02";
}
.icofont-user-male:before
{
content: "\ed03";
}
.icofont-user-suited:before
{
content: "\ed04";
}
.icofont-user:before
{
content: "\ed05";
}
.icofont-users-alt-1:before
{
content: "\ed06";
}
.icofont-users-alt-2:before
{
content: "\ed07";
}
.icofont-users-alt-3:before
{
content: "\ed08";
}
.icofont-users-alt-4:before
{
content: "\ed09";
}
.icofont-users-alt-5:before
{
content: "\ed0a";
}
.icofont-users-alt-6:before
{
content: "\ed0b";
}
.icofont-users-social:before
{
content: "\ed0c";
}
.icofont-users:before
{
content: "\ed0d";
}
.icofont-waiter-alt:before
{
content: "\ed0e";
}
.icofont-waiter:before
{
content: "\ed0f";
}
.icofont-woman-in-glasses:before
{
content: "\ed10";
}
.icofont-search-1:before
{
content: "\ed11";
}
.icofont-search-2:before
{
content: "\ed12";
}
.icofont-search-document:before
{
content: "\ed13";
}
.icofont-search-folder:before
{
content: "\ed14";
}
.icofont-search-job:before
{
content: "\ed15";
}
.icofont-search-map:before
{
content: "\ed16";
}
.icofont-search-property:before
{
content: "\ed17";
}
.icofont-search-restaurant:before
{
content: "\ed18";
}
.icofont-search-stock:before
{
content: "\ed19";
}
.icofont-search-user:before
{
content: "\ed1a";
}
.icofont-search:before
{
content: "\ed1b";
}
.icofont-500px:before
{
content: "\ed1c";
}
.icofont-aim:before
{
content: "\ed1d";
}
.icofont-badoo:before
{
content: "\ed1e";
}
.icofont-baidu-tieba:before
{
content: "\ed1f";
}
.icofont-bbm-messenger:before
{
content: "\ed20";
}
.icofont-bebo:before
{
content: "\ed21";
}
.icofont-behance:before
{
content: "\ed22";
}
.icofont-blogger:before
{
content: "\ed23";
}
.icofont-bootstrap:before
{
content: "\ed24";
}
.icofont-brightkite:before
{
content: "\ed25";
}
.icofont-cloudapp:before
{
content: "\ed26";
}
.icofont-concrete5:before
{
content: "\ed27";
}
.icofont-delicious:before
{
content: "\ed28";
}
.icofont-designbump:before
{
content: "\ed29";
}
.icofont-designfloat:before
{
content: "\ed2a";
}
.icofont-deviantart:before
{
content: "\ed2b";
}
.icofont-digg:before
{
content: "\ed2c";
}
.icofont-dotcms:before
{
content: "\ed2d";
}
.icofont-dribbble:before
{
content: "\ed2e";
}
.icofont-dribble:before
{
content: "\ed2f";
}
.icofont-dropbox:before
{
content: "\ed30";
}
.icofont-ebuddy:before
{
content: "\ed31";
}
.icofont-ello:before
{
content: "\ed32";
}
.icofont-ember:before
{
content: "\ed33";
}
.icofont-envato:before
{
content: "\ed34";
}
.icofont-evernote:before
{
content: "\ed35";
}
.icofont-facebook-messenger:before
{
content: "\ed36";
}
.icofont-facebook:before
{
content: "\ed37";
}
.icofont-feedburner:before
{
content: "\ed38";
}
.icofont-flikr:before
{
content: "\ed39";
}
.icofont-folkd:before
{
content: "\ed3a";
}
.icofont-foursquare:before
{
content: "\ed3b";
}
.icofont-friendfeed:before
{
content: "\ed3c";
}
.icofont-ghost:before
{
content: "\ed3d";
}
.icofont-github:before
{
content: "\ed3e";
}
.icofont-gnome:before
{
content: "\ed3f";
}
.icofont-google-buzz:before
{
content: "\ed40";
}
.icofont-google-hangouts:before
{
content: "\ed41";
}
.icofont-google-map:before
{
content: "\ed42";
}
.icofont-google-plus:before
{
content: "\ed43";
}
.icofont-google-talk:before
{
content: "\ed44";
}
.icofont-hype-machine:before
{
content: "\ed45";
}
.icofont-instagram:before
{
content: "\ed46";
}
.icofont-kakaotalk:before
{
content: "\ed47";
}
.icofont-kickstarter:before
{
content: "\ed48";
}
.icofont-kik:before
{
content: "\ed49";
}
.icofont-kiwibox:before
{
content: "\ed4a";
}
.icofont-line-messenger:before
{
content: "\ed4b";
}
.icofont-line:before
{
content: "\ed4c";
}
.icofont-linkedin:before
{
content: "\ed4d";
}
.icofont-linux-mint:before
{
content: "\ed4e";
}
.icofont-live-messenger:before
{
content: "\ed4f";
}
.icofont-livejournal:before
{
content: "\ed50";
}
.icofont-magento:before
{
content: "\ed51";
}
.icofont-meetme:before
{
content: "\ed52";
}
.icofont-meetup:before
{
content: "\ed53";
}
.icofont-mixx:before
{
content: "\ed54";
}
.icofont-newsvine:before
{
content: "\ed55";
}
.icofont-nimbuss:before
{
content: "\ed56";
}
.icofont-odnoklassniki:before
{
content: "\ed57";
}
.icofont-opencart:before
{
content: "\ed58";
}
.icofont-oscommerce:before
{
content: "\ed59";
}
.icofont-pandora:before
{
content: "\ed5a";
}
.icofont-photobucket:before
{
content: "\ed5b";
}
.icofont-picasa:before
{
content: "\ed5c";
}
.icofont-pinterest:before
{
content: "\ed5d";
}
.icofont-prestashop:before
{
content: "\ed5e";
}
.icofont-qik:before
{
content: "\ed5f";
}
.icofont-qq:before
{
content: "\ed60";
}
.icofont-readernaut:before
{
content: "\ed61";
}
.icofont-reddit:before
{
content: "\ed62";
}
.icofont-renren:before
{
content: "\ed63";
}
.icofont-rss:before
{
content: "\ed64";
}
.icofont-shopify:before
{
content: "\ed65";
}
.icofont-silverstripe:before
{
content: "\ed66";
}
.icofont-skype:before
{
content: "\ed67";
}
.icofont-slack:before
{
content: "\ed68";
}
.icofont-slashdot:before
{
content: "\ed69";
}
.icofont-slidshare:before
{
content: "\ed6a";
}
.icofont-smugmug:before
{
content: "\ed6b";
}
.icofont-snapchat:before
{
content: "\ed6c";
}
.icofont-soundcloud:before
{
content: "\ed6d";
}
.icofont-spotify:before
{
content: "\ed6e";
}
.icofont-stack-exchange:before
{
content: "\ed6f";
}
.icofont-stack-overflow:before
{
content: "\ed70";
}
.icofont-steam:before
{
content: "\ed71";
}
.icofont-stumbleupon:before
{
content: "\ed72";
}
.icofont-tagged:before
{
content: "\ed73";
}
.icofont-technorati:before
{
content: "\ed74";
}
.icofont-telegram:before
{
content: "\ed75";
}
.icofont-tinder:before
{
content: "\ed76";
}
.icofont-trello:before
{
content: "\ed77";
}
.icofont-tumblr:before
{
content: "\ed78";
}
.icofont-twitch:before
{
content: "\ed79";
}
.icofont-twitter:before
{
content: "\ed7a";
}
.icofont-typo3:before
{
content: "\ed7b";
}
.icofont-ubercart:before
{
content: "\ed7c";
}
.icofont-viber:before
{
content: "\ed7d";
}
.icofont-viddler:before
{
content: "\ed7e";
}
.icofont-vimeo:before
{
content: "\ed7f";
}
.icofont-vine:before
{
content: "\ed80";
}
.icofont-virb:before
{
content: "\ed81";
}
.icofont-virtuemart:before
{
content: "\ed82";
}
.icofont-vk:before
{
content: "\ed83";
}
.icofont-wechat:before
{
content: "\ed84";
}
.icofont-weibo:before
{
content: "\ed85";
}
.icofont-whatsapp:before
{
content: "\ed86";
}
.icofont-xing:before
{
content: "\ed87";
}
.icofont-yahoo:before
{
content: "\ed88";
}
.icofont-yelp:before
{
content: "\ed89";
}
.icofont-youku:before
{
content: "\ed8a";
}
.icofont-youtube:before
{
content: "\ed8b";
}
.icofont-zencart:before
{
content: "\ed8c";
}
.icofont-badminton-birdie:before
{
content: "\ed8d";
}
.icofont-baseball:before
{
content: "\ed8e";
}
.icofont-baseballer:before
{
content: "\ed8f";
}
.icofont-basketball-hoop:before
{
content: "\ed90";
}
.icofont-basketball:before
{
content: "\ed91";
}
.icofont-billiard-ball:before
{
content: "\ed92";
}
.icofont-boot-alt-1:before
{
content: "\ed93";
}
.icofont-boot-alt-2:before
{
content: "\ed94";
}
.icofont-boot:before
{
content: "\ed95";
}
.icofont-bowling-alt:before
{
content: "\ed96";
}
.icofont-bowling:before
{
content: "\ed97";
}
.icofont-canoe:before
{
content: "\ed98";
}
.icofont-cheer-leader:before
{
content: "\ed99";
}
.icofont-climbing:before
{
content: "\ed9a";
}
.icofont-corner:before
{
content: "\ed9b";
}
.icofont-field-alt:before
{
content: "\ed9c";
}
.icofont-field:before
{
content: "\ed9d";
}
.icofont-football-alt:before
{
content: "\ed9e";
}
.icofont-football-american:before
{
content: "\ed9f";
}
.icofont-football:before
{
content: "\eda0";
}
.icofont-foul:before
{
content: "\eda1";
}
.icofont-goal-keeper:before
{
content: "\eda2";
}
.icofont-goal:before
{
content: "\eda3";
}
.icofont-golf-alt:before
{
content: "\eda4";
}
.icofont-golf-bag:before
{
content: "\eda5";
}
.icofont-golf-cart:before
{
content: "\eda6";
}
.icofont-golf-field:before
{
content: "\eda7";
}
.icofont-golf:before
{
content: "\eda8";
}
.icofont-golfer:before
{
content: "\eda9";
}
.icofont-helmet:before
{
content: "\edaa";
}
.icofont-hockey-alt:before
{
content: "\edab";
}
.icofont-hockey:before
{
content: "\edac";
}
.icofont-ice-skate:before
{
content: "\edad";
}
.icofont-jersey-alt:before
{
content: "\edae";
}
.icofont-jersey:before
{
content: "\edaf";
}
.icofont-jumping:before
{
content: "\edb0";
}
.icofont-kick:before
{
content: "\edb1";
}
.icofont-leg:before
{
content: "\edb2";
}
.icofont-match-review:before
{
content: "\edb3";
}
.icofont-medal-sport:before
{
content: "\edb4";
}
.icofont-offside:before
{
content: "\edb5";
}
.icofont-olympic-logo:before
{
content: "\edb6";
}
.icofont-olympic:before
{
content: "\edb7";
}
.icofont-padding:before
{
content: "\edb8";
}
.icofont-penalty-card:before
{
content: "\edb9";
}
.icofont-racer:before
{
content: "\edba";
}
.icofont-racing-car:before
{
content: "\edbb";
}
.icofont-racing-flag-alt:before
{
content: "\edbc";
}
.icofont-racing-flag:before
{
content: "\edbd";
}
.icofont-racings-wheel:before
{
content: "\edbe";
}
.icofont-referee:before
{
content: "\edbf";
}
.icofont-refree-jersey:before
{
content: "\edc0";
}
.icofont-result-sport:before
{
content: "\edc1";
}
.icofont-rugby-ball:before
{
content: "\edc2";
}
.icofont-rugby-player:before
{
content: "\edc3";
}
.icofont-rugby:before
{
content: "\edc4";
}
.icofont-runner-alt-1:before
{
content: "\edc5";
}
.icofont-runner-alt-2:before
{
content: "\edc6";
}
.icofont-runner:before
{
content: "\edc7";
}
.icofont-score-board:before
{
content: "\edc8";
}
.icofont-skiing-man:before
{
content: "\edc9";
}
.icofont-skydiving-goggles:before
{
content: "\edca";
}
.icofont-snow-mobile:before
{
content: "\edcb";
}
.icofont-steering:before
{
content: "\edcc";
}
.icofont-stopwatch:before
{
content: "\edcd";
}
.icofont-substitute:before
{
content: "\edce";
}
.icofont-swimmer:before
{
content: "\edcf";
}
.icofont-table-tennis:before
{
content: "\edd0";
}
.icofont-team-alt:before
{
content: "\edd1";
}
.icofont-team:before
{
content: "\edd2";
}
.icofont-tennis-player:before
{
content: "\edd3";
}
.icofont-tennis:before
{
content: "\edd4";
}
.icofont-tracking:before
{
content: "\edd5";
}
.icofont-trophy-alt:before
{
content: "\edd6";
}
.icofont-trophy:before
{
content: "\edd7";
}
.icofont-volleyball-alt:before
{
content: "\edd8";
}
.icofont-volleyball-fire:before
{
content: "\edd9";
}
.icofont-volleyball:before
{
content: "\edda";
}
.icofont-water-bottle:before
{
content: "\eddb";
}
.icofont-whistle-alt:before
{
content: "\eddc";
}
.icofont-whistle:before
{
content: "\eddd";
}
.icofont-win-trophy:before
{
content: "\edde";
}
.icofont-align-center:before
{
content: "\eddf";
}
.icofont-align-left:before
{
content: "\ede0";
}
.icofont-align-right:before
{
content: "\ede1";
}
.icofont-all-caps:before
{
content: "\ede2";
}
.icofont-bold:before
{
content: "\ede3";
}
.icofont-brush:before
{
content: "\ede4";
}
.icofont-clip-board:before
{
content: "\ede5";
}
.icofont-code-alt:before
{
content: "\ede6";
}
.icofont-color-bucket:before
{
content: "\ede7";
}
.icofont-color-picker:before
{
content: "\ede8";
}
.icofont-copy-invert:before
{
content: "\ede9";
}
.icofont-copy:before
{
content: "\edea";
}
.icofont-cut:before
{
content: "\edeb";
}
.icofont-delete-alt:before
{
content: "\edec";
}
.icofont-edit-alt:before
{
content: "\eded";
}
.icofont-eraser-alt:before
{
content: "\edee";
}
.icofont-font:before
{
content: "\edef";
}
.icofont-heading:before
{
content: "\edf0";
}
.icofont-indent:before
{
content: "\edf1";
}
.icofont-italic-alt:before
{
content: "\edf2";
}
.icofont-italic:before
{
content: "\edf3";
}
.icofont-justify-all:before
{
content: "\edf4";
}
.icofont-justify-center:before
{
content: "\edf5";
}
.icofont-justify-left:before
{
content: "\edf6";
}
.icofont-justify-right:before
{
content: "\edf7";
}
.icofont-link-broken:before
{
content: "\edf8";
}
.icofont-outdent:before
{
content: "\edf9";
}
.icofont-paper-clip:before
{
content: "\edfa";
}
.icofont-paragraph:before
{
content: "\edfb";
}
.icofont-pin:before
{
content: "\edfc";
}
.icofont-printer:before
{
content: "\edfd";
}
.icofont-redo:before
{
content: "\edfe";
}
.icofont-rotation:before
{
content: "\edff";
}
.icofont-save:before
{
content: "\ee00";
}
.icofont-small-cap:before
{
content: "\ee01";
}
.icofont-strike-through:before
{
content: "\ee02";
}
.icofont-sub-listing:before
{
content: "\ee03";
}
.icofont-subscript:before
{
content: "\ee04";
}
.icofont-superscript:before
{
content: "\ee05";
}
.icofont-table:before
{
content: "\ee06";
}
.icofont-text-height:before
{
content: "\ee07";
}
.icofont-text-width:before
{
content: "\ee08";
}
.icofont-trash:before
{
content: "\ee09";
}
.icofont-underline:before
{
content: "\ee0a";
}
.icofont-undo:before
{
content: "\ee0b";
}
.icofont-air-balloon:before
{
content: "\ee0c";
}
.icofont-airplane-alt:before
{
content: "\ee0d";
}
.icofont-airplane:before
{
content: "\ee0e";
}
.icofont-articulated-truck:before
{
content: "\ee0f";
}
.icofont-auto-mobile:before
{
content: "\ee10";
}
.icofont-auto-rickshaw:before
{
content: "\ee11";
}
.icofont-bicycle-alt-1:before
{
content: "\ee12";
}
.icofont-bicycle-alt-2:before
{
content: "\ee13";
}
.icofont-bicycle:before
{
content: "\ee14";
}
.icofont-bus-alt-1:before
{
content: "\ee15";
}
.icofont-bus-alt-2:before
{
content: "\ee16";
}
.icofont-bus-alt-3:before
{
content: "\ee17";
}
.icofont-bus:before
{
content: "\ee18";
}
.icofont-cab:before
{
content: "\ee19";
}
.icofont-cable-car:before
{
content: "\ee1a";
}
.icofont-car-alt-1:before
{
content: "\ee1b";
}
.icofont-car-alt-2:before
{
content: "\ee1c";
}
.icofont-car-alt-3:before
{
content: "\ee1d";
}
.icofont-car-alt-4:before
{
content: "\ee1e";
}
.icofont-car:before
{
content: "\ee1f";
}
.icofont-delivery-time:before
{
content: "\ee20";
}
.icofont-fast-delivery:before
{
content: "\ee21";
}
.icofont-fire-truck-alt:before
{
content: "\ee22";
}
.icofont-fire-truck:before
{
content: "\ee23";
}
.icofont-free-delivery:before
{
content: "\ee24";
}
.icofont-helicopter:before
{
content: "\ee25";
}
.icofont-motor-bike-alt:before
{
content: "\ee26";
}
.icofont-motor-bike:before
{
content: "\ee27";
}
.icofont-motor-biker:before
{
content: "\ee28";
}
.icofont-oil-truck:before
{
content: "\ee29";
}
.icofont-rickshaw:before
{
content: "\ee2a";
}
.icofont-rocket-alt-1:before
{
content: "\ee2b";
}
.icofont-rocket-alt-2:before
{
content: "\ee2c";
}
.icofont-rocket:before
{
content: "\ee2d";
}
.icofont-sail-boat-alt-1:before
{
content: "\ee2e";
}
.icofont-sail-boat-alt-2:before
{
content: "\ee2f";
}
.icofont-sail-boat:before
{
content: "\ee30";
}
.icofont-scooter:before
{
content: "\ee31";
}
.icofont-sea-plane:before
{
content: "\ee32";
}
.icofont-ship-alt:before
{
content: "\ee33";
}
.icofont-ship:before
{
content: "\ee34";
}
.icofont-speed-boat:before
{
content: "\ee35";
}
.icofont-taxi:before
{
content: "\ee36";
}
.icofont-tractor:before
{
content: "\ee37";
}
.icofont-train-line:before
{
content: "\ee38";
}
.icofont-train-steam:before
{
content: "\ee39";
}
.icofont-tram:before
{
content: "\ee3a";
}
.icofont-truck-alt:before
{
content: "\ee3b";
}
.icofont-truck-loaded:before
{
content: "\ee3c";
}
.icofont-truck:before
{
content: "\ee3d";
}
.icofont-van-alt:before
{
content: "\ee3e";
}
.icofont-van:before
{
content: "\ee3f";
}
.icofont-yacht:before
{
content: "\ee40";
}
.icofont-5-star-hotel:before
{
content: "\ee41";
}
.icofont-air-ticket:before
{
content: "\ee42";
}
.icofont-beach-bed:before
{
content: "\ee43";
}
.icofont-beach:before
{
content: "\ee44";
}
.icofont-camping-vest:before
{
content: "\ee45";
}
.icofont-direction-sign:before
{
content: "\ee46";
}
.icofont-hill-side:before
{
content: "\ee47";
}
.icofont-hill:before
{
content: "\ee48";
}
.icofont-hotel:before
{
content: "\ee49";
}
.icofont-island-alt:before
{
content: "\ee4a";
}
.icofont-island:before
{
content: "\ee4b";
}
.icofont-sandals-female:before
{
content: "\ee4c";
}
.icofont-sandals-male:before
{
content: "\ee4d";
}
.icofont-travelling:before
{
content: "\ee4e";
}
.icofont-breakdown:before
{
content: "\ee4f";
}
.icofont-celsius:before
{
content: "\ee50";
}
.icofont-clouds:before
{
content: "\ee51";
}
.icofont-cloudy:before
{
content: "\ee52";
}
.icofont-dust:before
{
content: "\ee53";
}
.icofont-eclipse:before
{
content: "\ee54";
}
.icofont-fahrenheit:before
{
content: "\ee55";
}
.icofont-forest-fire:before
{
content: "\ee56";
}
.icofont-full-night:before
{
content: "\ee57";
}
.icofont-full-sunny:before
{
content: "\ee58";
}
.icofont-hail-night:before
{
content: "\ee59";
}
.icofont-hail-rainy-night:before
{
content: "\ee5a";
}
.icofont-hail-rainy-sunny:before
{
content: "\ee5b";
}
.icofont-hail-rainy:before
{
content: "\ee5c";
}
.icofont-hail-sunny:before
{
content: "\ee5d";
}
.icofont-hail-thunder-night:before
{
content: "\ee5e";
}
.icofont-hail-thunder-sunny:before
{
content: "\ee5f";
}
.icofont-hail-thunder:before
{
content: "\ee60";
}
.icofont-hail:before
{
content: "\ee61";
}
.icofont-hill-night:before
{
content: "\ee62";
}
.icofont-hill-sunny:before
{
content: "\ee63";
}
.icofont-hurricane:before
{
content: "\ee64";
}
.icofont-meteor:before
{
content: "\ee65";
}
.icofont-night:before
{
content: "\ee66";
}
.icofont-rainy-night:before
{
content: "\ee67";
}
.icofont-rainy-sunny:before
{
content: "\ee68";
}
.icofont-rainy-thunder:before
{
content: "\ee69";
}
.icofont-rainy:before
{
content: "\ee6a";
}
.icofont-snow-alt:before
{
content: "\ee6b";
}
.icofont-snow-flake:before
{
content: "\ee6c";
}
.icofont-snow-temp:before
{
content: "\ee6d";
}
.icofont-snow:before
{
content: "\ee6e";
}
.icofont-snowy-hail:before
{
content: "\ee6f";
}
.icofont-snowy-night-hail:before
{
content: "\ee70";
}
.icofont-snowy-night-rainy:before
{
content: "\ee71";
}
.icofont-snowy-night:before
{
content: "\ee72";
}
.icofont-snowy-rainy:before
{
content: "\ee73";
}
.icofont-snowy-sunny-hail:before
{
content: "\ee74";
}
.icofont-snowy-sunny-rainy:before
{
content: "\ee75";
}
.icofont-snowy-sunny:before
{
content: "\ee76";
}
.icofont-snowy-thunder-night:before
{
content: "\ee77";
}
.icofont-snowy-thunder-sunny:before
{
content: "\ee78";
}
.icofont-snowy-thunder:before
{
content: "\ee79";
}
.icofont-snowy-windy-night:before
{
content: "\ee7a";
}
.icofont-snowy-windy-sunny:before
{
content: "\ee7b";
}
.icofont-snowy-windy:before
{
content: "\ee7c";
}
.icofont-snowy:before
{
content: "\ee7d";
}
.icofont-sun-alt:before
{
content: "\ee7e";
}
.icofont-sun-rise:before
{
content: "\ee7f";
}
.icofont-sun-set:before
{
content: "\ee80";
}
.icofont-sun:before
{
content: "\ee81";
}
.icofont-sunny-day-temp:before
{
content: "\ee82";
}
.icofont-sunny:before
{
content: "\ee83";
}
.icofont-thunder-light:before
{
content: "\ee84";
}
.icofont-tornado:before
{
content: "\ee85";
}
.icofont-umbrella-alt:before
{
content: "\ee86";
}
.icofont-umbrella:before
{
content: "\ee87";
}
.icofont-volcano:before
{
content: "\ee88";
}
.icofont-wave:before
{
content: "\ee89";
}
.icofont-wind-scale-0:before
{
content: "\ee8a";
}
.icofont-wind-scale-1:before
{
content: "\ee8b";
}
.icofont-wind-scale-10:before
{
content: "\ee8c";
}
.icofont-wind-scale-11:before
{
content: "\ee8d";
}
.icofont-wind-scale-12:before
{
content: "\ee8e";
}
.icofont-wind-scale-2:before
{
content: "\ee8f";
}
.icofont-wind-scale-3:before
{
content: "\ee90";
}
.icofont-wind-scale-4:before
{
content: "\ee91";
}
.icofont-wind-scale-5:before
{
content: "\ee92";
}
.icofont-wind-scale-6:before
{
content: "\ee93";
}
.icofont-wind-scale-7:before
{
content: "\ee94";
}
.icofont-wind-scale-8:before
{
content: "\ee95";
}
.icofont-wind-scale-9:before
{
content: "\ee96";
}
.icofont-wind-waves:before
{
content: "\ee97";
}
.icofont-wind:before
{
content: "\ee98";
}
.icofont-windy-hail:before
{
content: "\ee99";
}
.icofont-windy-night:before
{
content: "\ee9a";
}
.icofont-windy-raining:before
{
content: "\ee9b";
}
.icofont-windy-sunny:before
{
content: "\ee9c";
}
.icofont-windy-thunder-raining:before
{
content: "\ee9d";
}
.icofont-windy-thunder:before
{
content: "\ee9e";
}
.icofont-windy:before
{
content: "\ee9f";
}
.icofont-addons:before
{
content: "\eea0";
}
.icofont-address-book:before
{
content: "\eea1";
}
.icofont-adjust:before
{
content: "\eea2";
}
.icofont-alarm:before
{
content: "\eea3";
}
.icofont-anchor:before
{
content: "\eea4";
}
.icofont-archive:before
{
content: "\eea5";
}
.icofont-at:before
{
content: "\eea6";
}
.icofont-attachment:before
{
content: "\eea7";
}
.icofont-audio:before
{
content: "\eea8";
}
.icofont-automation:before
{
content: "\eea9";
}
.icofont-badge:before
{
content: "\eeaa";
}
.icofont-bag-alt:before
{
content: "\eeab";
}
.icofont-bag:before
{
content: "\eeac";
}
.icofont-ban:before
{
content: "\eead";
}
.icofont-bar-code:before
{
content: "\eeae";
}
.icofont-bars:before
{
content: "\eeaf";
}
.icofont-basket:before
{
content: "\eeb0";
}
.icofont-battery-empty:before
{
content: "\eeb1";
}
.icofont-battery-full:before
{
content: "\eeb2";
}
.icofont-battery-half:before
{
content: "\eeb3";
}
.icofont-battery-low:before
{
content: "\eeb4";
}
.icofont-beaker:before
{
content: "\eeb5";
}
.icofont-beard:before
{
content: "\eeb6";
}
.icofont-bed:before
{
content: "\eeb7";
}
.icofont-bell:before
{
content: "\eeb8";
}
.icofont-beverage:before
{
content: "\eeb9";
}
.icofont-bill:before
{
content: "\eeba";
}
.icofont-bin:before
{
content: "\eebb";
}
.icofont-binary:before
{
content: "\eebc";
}
.icofont-binoculars:before
{
content: "\eebd";
}
.icofont-bluetooth:before
{
content: "\eebe";
}
.icofont-bomb:before
{
content: "\eebf";
}
.icofont-book-mark:before
{
content: "\eec0";
}
.icofont-box:before
{
content: "\eec1";
}
.icofont-briefcase:before
{
content: "\eec2";
}
.icofont-broken:before
{
content: "\eec3";
}
.icofont-bucket:before
{
content: "\eec4";
}
.icofont-bucket1:before
{
content: "\eec5";
}
.icofont-bucket2:before
{
content: "\eec6";
}
.icofont-bug:before
{
content: "\eec7";
}
.icofont-building:before
{
content: "\eec8";
}
.icofont-bulb-alt:before
{
content: "\eec9";
}
.icofont-bullet:before
{
content: "\eeca";
}
.icofont-bullhorn:before
{
content: "\eecb";
}
.icofont-bullseye:before
{
content: "\eecc";
}
.icofont-calendar:before
{
content: "\eecd";
}
.icofont-camera-alt:before
{
content: "\eece";
}
.icofont-camera:before
{
content: "\eecf";
}
.icofont-card:before
{
content: "\eed0";
}
.icofont-cart-alt:before
{
content: "\eed1";
}
.icofont-cart:before
{
content: "\eed2";
}
.icofont-cc:before
{
content: "\eed3";
}
.icofont-charging:before
{
content: "\eed4";
}
.icofont-chat:before
{
content: "\eed5";
}
.icofont-check-alt:before
{
content: "\eed6";
}
.icofont-check-circled:before
{
content: "\eed7";
}
.icofont-check:before
{
content: "\eed8";
}
.icofont-checked:before
{
content: "\eed9";
}
.icofont-children-care:before
{
content: "\eeda";
}
.icofont-clip:before
{
content: "\eedb";
}
.icofont-clock-time:before
{
content: "\eedc";
}
.icofont-close-circled:before
{
content: "\eedd";
}
.icofont-close-line-circled:before
{
content: "\eede";
}
.icofont-close-line-squared-alt:before
{
content: "\eedf";
}
.icofont-close-line-squared:before
{
content: "\eee0";
}
.icofont-close-line:before
{
content: "\eee1";
}
.icofont-close-squared-alt:before
{
content: "\eee2";
}
.icofont-close-squared:before
{
content: "\eee3";
}
.icofont-close:before
{
content: "\eee4";
}
.icofont-cloud-download:before
{
content: "\eee5";
}
.icofont-cloud-refresh:before
{
content: "\eee6";
}
.icofont-cloud-upload:before
{
content: "\eee7";
}
.icofont-cloud:before
{
content: "\eee8";
}
.icofont-code-not-allowed:before
{
content: "\eee9";
}
.icofont-code:before
{
content: "\eeea";
}
.icofont-comment:before
{
content: "\eeeb";
}
.icofont-compass-alt:before
{
content: "\eeec";
}
.icofont-compass:before
{
content: "\eeed";
}
.icofont-computer:before
{
content: "\eeee";
}
.icofont-connection:before
{
content: "\eeef";
}
.icofont-console:before
{
content: "\eef0";
}
.icofont-contacts:before
{
content: "\eef1";
}
.icofont-contrast:before
{
content: "\eef2";
}
.icofont-copyright:before
{
content: "\eef3";
}
.icofont-credit-card:before
{
content: "\eef4";
}
.icofont-crop:before
{
content: "\eef5";
}
.icofont-crown:before
{
content: "\eef6";
}
.icofont-cube:before
{
content: "\eef7";
}
.icofont-cubes:before
{
content: "\eef8";
}
.icofont-dashboard-web:before
{
content: "\eef9";
}
.icofont-dashboard:before
{
content: "\eefa";
}
.icofont-data:before
{
content: "\eefb";
}
.icofont-database-add:before
{
content: "\eefc";
}
.icofont-database-locked:before
{
content: "\eefd";
}
.icofont-database-remove:before
{
content: "\eefe";
}
.icofont-database:before
{
content: "\eeff";
}
.icofont-delete:before
{
content: "\ef00";
}
.icofont-diamond:before
{
content: "\ef01";
}
.icofont-dice-multiple:before
{
content: "\ef02";
}
.icofont-dice:before
{
content: "\ef03";
}
.icofont-disc:before
{
content: "\ef04";
}
.icofont-diskette:before
{
content: "\ef05";
}
.icofont-document-folder:before
{
content: "\ef06";
}
.icofont-download-alt:before
{
content: "\ef07";
}
.icofont-download:before
{
content: "\ef08";
}
.icofont-downloaded:before
{
content: "\ef09";
}
.icofont-drag:before
{
content: "\ef0a";
}
.icofont-drag1:before
{
content: "\ef0b";
}
.icofont-drag2:before
{
content: "\ef0c";
}
.icofont-drag3:before
{
content: "\ef0d";
}
.icofont-earth:before
{
content: "\ef0e";
}
.icofont-ebook:before
{
content: "\ef0f";
}
.icofont-edit:before
{
content: "\ef10";
}
.icofont-eject:before
{
content: "\ef11";
}
.icofont-email:before
{
content: "\ef12";
}
.icofont-envelope-open:before
{
content: "\ef13";
}
.icofont-envelope:before
{
content: "\ef14";
}
.icofont-eraser:before
{
content: "\ef15";
}
.icofont-error:before
{
content: "\ef16";
}
.icofont-excavator:before
{
content: "\ef17";
}
.icofont-exchange:before
{
content: "\ef18";
}
.icofont-exclamation-circle:before
{
content: "\ef19";
}
.icofont-exclamation-square:before
{
content: "\ef1a";
}
.icofont-exclamation-tringle:before
{
content: "\ef1b";
}
.icofont-exclamation:before
{
content: "\ef1c";
}
.icofont-exit:before
{
content: "\ef1d";
}
.icofont-expand:before
{
content: "\ef1e";
}
.icofont-external-link:before
{
content: "\ef1f";
}
.icofont-external:before
{
content: "\ef20";
}
.icofont-eye-alt:before
{
content: "\ef21";
}
.icofont-eye-blocked:before
{
content: "\ef22";
}
.icofont-eye-dropper:before
{
content: "\ef23";
}
.icofont-eye:before
{
content: "\ef24";
}
.icofont-favourite:before
{
content: "\ef25";
}
.icofont-fax:before
{
content: "\ef26";
}
.icofont-file-fill:before
{
content: "\ef27";
}
.icofont-film:before
{
content: "\ef28";
}
.icofont-filter:before
{
content: "\ef29";
}
.icofont-fire-alt:before
{
content: "\ef2a";
}
.icofont-fire-burn:before
{
content: "\ef2b";
}
.icofont-fire:before
{
content: "\ef2c";
}
.icofont-flag-alt-1:before
{
content: "\ef2d";
}
.icofont-flag-alt-2:before
{
content: "\ef2e";
}
.icofont-flag:before
{
content: "\ef2f";
}
.icofont-flame-torch:before
{
content: "\ef30";
}
.icofont-flash-light:before
{
content: "\ef31";
}
.icofont-flash:before
{
content: "\ef32";
}
.icofont-flask:before
{
content: "\ef33";
}
.icofont-focus:before
{
content: "\ef34";
}
.icofont-folder-open:before
{
content: "\ef35";
}
.icofont-folder:before
{
content: "\ef36";
}
.icofont-foot-print:before
{
content: "\ef37";
}
.icofont-garbage:before
{
content: "\ef38";
}
.icofont-gear-alt:before
{
content: "\ef39";
}
.icofont-gear:before
{
content: "\ef3a";
}
.icofont-gears:before
{
content: "\ef3b";
}
.icofont-gift:before
{
content: "\ef3c";
}
.icofont-glass:before
{
content: "\ef3d";
}
.icofont-globe:before
{
content: "\ef3e";
}
.icofont-graffiti:before
{
content: "\ef3f";
}
.icofont-grocery:before
{
content: "\ef40";
}
.icofont-hand:before
{
content: "\ef41";
}
.icofont-hanger:before
{
content: "\ef42";
}
.icofont-hard-disk:before
{
content: "\ef43";
}
.icofont-heart-alt:before
{
content: "\ef44";
}
.icofont-heart:before
{
content: "\ef45";
}
.icofont-history:before
{
content: "\ef46";
}
.icofont-home:before
{
content: "\ef47";
}
.icofont-horn:before
{
content: "\ef48";
}
.icofont-hour-glass:before
{
content: "\ef49";
}
.icofont-id:before
{
content: "\ef4a";
}
.icofont-image:before
{
content: "\ef4b";
}
.icofont-inbox:before
{
content: "\ef4c";
}
.icofont-infinite:before
{
content: "\ef4d";
}
.icofont-info-circle:before
{
content: "\ef4e";
}
.icofont-info-square:before
{
content: "\ef4f";
}
.icofont-info:before
{
content: "\ef50";
}
.icofont-institution:before
{
content: "\ef51";
}
.icofont-interface:before
{
content: "\ef52";
}
.icofont-invisible:before
{
content: "\ef53";
}
.icofont-jacket:before
{
content: "\ef54";
}
.icofont-jar:before
{
content: "\ef55";
}
.icofont-jewlery:before
{
content: "\ef56";
}
.icofont-karate:before
{
content: "\ef57";
}
.icofont-key-hole:before
{
content: "\ef58";
}
.icofont-key:before
{
content: "\ef59";
}
.icofont-label:before
{
content: "\ef5a";
}
.icofont-lamp:before
{
content: "\ef5b";
}
.icofont-layers:before
{
content: "\ef5c";
}
.icofont-layout:before
{
content: "\ef5d";
}
.icofont-leaf:before
{
content: "\ef5e";
}
.icofont-leaflet:before
{
content: "\ef5f";
}
.icofont-learn:before
{
content: "\ef60";
}
.icofont-lego:before
{
content: "\ef61";
}
.icofont-lens:before
{
content: "\ef62";
}
.icofont-letter:before
{
content: "\ef63";
}
.icofont-letterbox:before
{
content: "\ef64";
}
.icofont-library:before
{
content: "\ef65";
}
.icofont-license:before
{
content: "\ef66";
}
.icofont-life-bouy:before
{
content: "\ef67";
}
.icofont-life-buoy:before
{
content: "\ef68";
}
.icofont-life-jacket:before
{
content: "\ef69";
}
.icofont-life-ring:before
{
content: "\ef6a";
}
.icofont-light-bulb:before
{
content: "\ef6b";
}
.icofont-lighter:before
{
content: "\ef6c";
}
.icofont-lightning-ray:before
{
content: "\ef6d";
}
.icofont-like:before
{
content: "\ef6e";
}
.icofont-line-height:before
{
content: "\ef6f";
}
.icofont-link-alt:before
{
content: "\ef70";
}
.icofont-link:before
{
content: "\ef71";
}
.icofont-list:before
{
content: "\ef72";
}
.icofont-listening:before
{
content: "\ef73";
}
.icofont-listine-dots:before
{
content: "\ef74";
}
.icofont-listing-box:before
{
content: "\ef75";
}
.icofont-listing-number:before
{
content: "\ef76";
}
.icofont-live-support:before
{
content: "\ef77";
}
.icofont-location-arrow:before
{
content: "\ef78";
}
.icofont-location-pin:before
{
content: "\ef79";
}
.icofont-lock:before
{
content: "\ef7a";
}
.icofont-login:before
{
content: "\ef7b";
}
.icofont-logout:before
{
content: "\ef7c";
}
.icofont-lollipop:before
{
content: "\ef7d";
}
.icofont-long-drive:before
{
content: "\ef7e";
}
.icofont-look:before
{
content: "\ef7f";
}
.icofont-loop:before
{
content: "\ef80";
}
.icofont-luggage:before
{
content: "\ef81";
}
.icofont-lunch:before
{
content: "\ef82";
}
.icofont-lungs:before
{
content: "\ef83";
}
.icofont-magic-alt:before
{
content: "\ef84";
}
.icofont-magic:before
{
content: "\ef85";
}
.icofont-magnet:before
{
content: "\ef86";
}
.icofont-mail-box:before
{
content: "\ef87";
}
.icofont-mail:before
{
content: "\ef88";
}
.icofont-male:before
{
content: "\ef89";
}
.icofont-map-pins:before
{
content: "\ef8a";
}
.icofont-map:before
{
content: "\ef8b";
}
.icofont-maximize:before
{
content: "\ef8c";
}
.icofont-measure:before
{
content: "\ef8d";
}
.icofont-medicine:before
{
content: "\ef8e";
}
.icofont-mega-phone:before
{
content: "\ef8f";
}
.icofont-megaphone-alt:before
{
content: "\ef90";
}
.icofont-megaphone:before
{
content: "\ef91";
}
.icofont-memorial:before
{
content: "\ef92";
}
.icofont-memory-card:before
{
content: "\ef93";
}
.icofont-mic-mute:before
{
content: "\ef94";
}
.icofont-mic:before
{
content: "\ef95";
}
.icofont-military:before
{
content: "\ef96";
}
.icofont-mill:before
{
content: "\ef97";
}
.icofont-minus-circle:before
{
content: "\ef98";
}
.icofont-minus-square:before
{
content: "\ef99";
}
.icofont-minus:before
{
content: "\ef9a";
}
.icofont-mobile-phone:before
{
content: "\ef9b";
}
.icofont-molecule:before
{
content: "\ef9c";
}
.icofont-money:before
{
content: "\ef9d";
}
.icofont-moon:before
{
content: "\ef9e";
}
.icofont-mop:before
{
content: "\ef9f";
}
.icofont-muffin:before
{
content: "\efa0";
}
.icofont-mustache:before
{
content: "\efa1";
}
.icofont-navigation-menu:before
{
content: "\efa2";
}
.icofont-navigation:before
{
content: "\efa3";
}
.icofont-network-tower:before
{
content: "\efa4";
}
.icofont-network:before
{
content: "\efa5";
}
.icofont-news:before
{
content: "\efa6";
}
.icofont-newspaper:before
{
content: "\efa7";
}
.icofont-no-smoking:before
{
content: "\efa8";
}
.icofont-not-allowed:before
{
content: "\efa9";
}
.icofont-notebook:before
{
content: "\efaa";
}
.icofont-notepad:before
{
content: "\efab";
}
.icofont-notification:before
{
content: "\efac";
}
.icofont-numbered:before
{
content: "\efad";
}
.icofont-opposite:before
{
content: "\efae";
}
.icofont-optic:before
{
content: "\efaf";
}
.icofont-options:before
{
content: "\efb0";
}
.icofont-package:before
{
content: "\efb1";
}
.icofont-page:before
{
content: "\efb2";
}
.icofont-paint:before
{
content: "\efb3";
}
.icofont-paper-plane:before
{
content: "\efb4";
}
.icofont-paperclip:before
{
content: "\efb5";
}
.icofont-papers:before
{
content: "\efb6";
}
.icofont-pay:before
{
content: "\efb7";
}
.icofont-penguin-linux:before
{
content: "\efb8";
}
.icofont-pestle:before
{
content: "\efb9";
}
.icofont-phone-circle:before
{
content: "\efba";
}
.icofont-phone:before
{
content: "\efbb";
}
.icofont-picture:before
{
content: "\efbc";
}
.icofont-pine:before
{
content: "\efbd";
}
.icofont-pixels:before
{
content: "\efbe";
}
.icofont-plugin:before
{
content: "\efbf";
}
.icofont-plus-circle:before
{
content: "\efc0";
}
.icofont-plus-square:before
{
content: "\efc1";
}
.icofont-plus:before
{
content: "\efc2";
}
.icofont-polygonal:before
{
content: "\efc3";
}
.icofont-power:before
{
content: "\efc4";
}
.icofont-price:before
{
content: "\efc5";
}
.icofont-print:before
{
content: "\efc6";
}
.icofont-puzzle:before
{
content: "\efc7";
}
.icofont-qr-code:before
{
content: "\efc8";
}
.icofont-queen:before
{
content: "\efc9";
}
.icofont-question-circle:before
{
content: "\efca";
}
.icofont-question-square:before
{
content: "\efcb";
}
.icofont-question:before
{
content: "\efcc";
}
.icofont-quote-left:before
{
content: "\efcd";
}
.icofont-quote-right:before
{
content: "\efce";
}
.icofont-random:before
{
content: "\efcf";
}
.icofont-recycle:before
{
content: "\efd0";
}
.icofont-refresh:before
{
content: "\efd1";
}
.icofont-repair:before
{
content: "\efd2";
}
.icofont-reply-all:before
{
content: "\efd3";
}
.icofont-reply:before
{
content: "\efd4";
}
.icofont-resize:before
{
content: "\efd5";
}
.icofont-responsive:before
{
content: "\efd6";
}
.icofont-retweet:before
{
content: "\efd7";
}
.icofont-road:before
{
content: "\efd8";
}
.icofont-robot:before
{
content: "\efd9";
}
.icofont-royal:before
{
content: "\efda";
}
.icofont-rss-feed:before
{
content: "\efdb";
}
.icofont-safety:before
{
content: "\efdc";
}
.icofont-sale-discount:before
{
content: "\efdd";
}
.icofont-satellite:before
{
content: "\efde";
}
.icofont-send-mail:before
{
content: "\efdf";
}
.icofont-server:before
{
content: "\efe0";
}
.icofont-settings-alt:before
{
content: "\efe1";
}
.icofont-settings:before
{
content: "\efe2";
}
.icofont-share-alt:before
{
content: "\efe3";
}
.icofont-share-boxed:before
{
content: "\efe4";
}
.icofont-share:before
{
content: "\efe5";
}
.icofont-shield:before
{
content: "\efe6";
}
.icofont-shopping-cart:before
{
content: "\efe7";
}
.icofont-sign-in:before
{
content: "\efe8";
}
.icofont-sign-out:before
{
content: "\efe9";
}
.icofont-signal:before
{
content: "\efea";
}
.icofont-site-map:before
{
content: "\efeb";
}
.icofont-smart-phone:before
{
content: "\efec";
}
.icofont-soccer:before
{
content: "\efed";
}
.icofont-sort-alt:before
{
content: "\efee";
}
.icofont-sort:before
{
content: "\efef";
}
.icofont-space:before
{
content: "\eff0";
}
.icofont-spanner:before
{
content: "\eff1";
}
.icofont-speech-comments:before
{
content: "\eff2";
}
.icofont-speed-meter:before
{
content: "\eff3";
}
.icofont-spinner-alt-1:before
{
content: "\eff4";
}
.icofont-spinner-alt-2:before
{
content: "\eff5";
}
.icofont-spinner-alt-3:before
{
content: "\eff6";
}
.icofont-spinner-alt-4:before
{
content: "\eff7";
}
.icofont-spinner-alt-5:before
{
content: "\eff8";
}
.icofont-spinner-alt-6:before
{
content: "\eff9";
}
.icofont-spinner:before
{
content: "\effa";
}
.icofont-spreadsheet:before
{
content: "\effb";
}
.icofont-square:before
{
content: "\effc";
}
.icofont-ssl-security:before
{
content: "\effd";
}
.icofont-star-alt-1:before
{
content: "\effe";
}
.icofont-star-alt-2:before
{
content: "\efff";
}
.icofont-star:before
{
content: "\f000";
}
.icofont-street-view:before
{
content: "\f001";
}
.icofont-support-faq:before
{
content: "\f002";
}
.icofont-tack-pin:before
{
content: "\f003";
}
.icofont-tag:before
{
content: "\f004";
}
.icofont-tags:before
{
content: "\f005";
}
.icofont-tasks-alt:before
{
content: "\f006";
}
.icofont-tasks:before
{
content: "\f007";
}
.icofont-telephone:before
{
content: "\f008";
}
.icofont-telescope:before
{
content: "\f009";
}
.icofont-terminal:before
{
content: "\f00a";
}
.icofont-thumbs-down:before
{
content: "\f00b";
}
.icofont-thumbs-up:before
{
content: "\f00c";
}
.icofont-tick-boxed:before
{
content: "\f00d";
}
.icofont-tick-mark:before
{
content: "\f00e";
}
.icofont-ticket:before
{
content: "\f00f";
}
.icofont-tie:before
{
content: "\f010";
}
.icofont-toggle-off:before
{
content: "\f011";
}
.icofont-toggle-on:before
{
content: "\f012";
}
.icofont-tools-alt-2:before
{
content: "\f013";
}
.icofont-tools:before
{
content: "\f014";
}
.icofont-touch:before
{
content: "\f015";
}
.icofont-traffic-light:before
{
content: "\f016";
}
.icofont-transparent:before
{
content: "\f017";
}
.icofont-tree:before
{
content: "\f018";
}
.icofont-unique-idea:before
{
content: "\f019";
}
.icofont-unlock:before
{
content: "\f01a";
}
.icofont-unlocked:before
{
content: "\f01b";
}
.icofont-upload-alt:before
{
content: "\f01c";
}
.icofont-upload:before
{
content: "\f01d";
}
.icofont-usb-drive:before
{
content: "\f01e";
}
.icofont-usb:before
{
content: "\f01f";
}
.icofont-vector-path:before
{
content: "\f020";
}
.icofont-verification-check:before
{
content: "\f021";
}
.icofont-wall-clock:before
{
content: "\f022";
}
.icofont-wall:before
{
content: "\f023";
}
.icofont-wallet:before
{
content: "\f024";
}
.icofont-warning-alt:before
{
content: "\f025";
}
.icofont-warning:before
{
content: "\f026";
}
.icofont-water-drop:before
{
content: "\f027";
}
.icofont-web:before
{
content: "\f028";
}
.icofont-wheelchair:before
{
content: "\f029";
}
.icofont-wifi-alt:before
{
content: "\f02a";
}
.icofont-wifi:before
{
content: "\f02b";
}
.icofont-world:before
{
content: "\f02c";
}
.icofont-zigzag:before
{
content: "\f02d";
}
.icofont-zipped:before
{
content: "\f02e";
}
.icofont-xs
{
font-size: .5em;
}
.icofont-sm
{
font-size: .75em;
}
.icofont-md
{
font-size: 1.25em;
}
.icofont-lg
{
font-size: 1.5em;
}
.icofont-1x
{
font-size: 1em;
}
.icofont-2x
{
font-size: 2em;
}
.icofont-3x
{
font-size: 3em;
}
.icofont-4x
{
font-size: 4em;
}
.icofont-5x
{
font-size: 5em;
}
.icofont-6x
{
font-size: 6em;
}
.icofont-7x
{
font-size: 7em;
}
.icofont-8x
{
font-size: 8em;
}
.icofont-9x
{
font-size: 9em;
}
.icofont-10x
{
font-size: 10em;
}
.icofont-fw
{
text-align: center;
width: 1.25em;
}
.icofont-ul
{
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.icofont-ul > li
{
position: relative;
line-height: 2em;
}
.icofont-ul > li .icofont
{
display: inline-block;
vertical-align: middle;
}
.icofont-border
{
border: solid 0.08em #f1f1f1;
border-radius: .1em;
padding: .2em .25em .15em;
}
.icofont-pull-left
{
float: left;
}
.icofont-pull-right
{
float: right;
}
.icofont.icofont-pull-left
{
margin-right: .3em;
}
.icofont.icofont-pull-right
{
margin-left: .3em;
}
.icofont-spin
{
-webkit-animation: icofont-spin 2s infinite linear;
animation: icofont-spin 2s infinite linear;
display: inline-block;
}
.icofont-pulse
{
-webkit-animation: icofont-spin 1s infinite steps(8);
animation: icofont-spin 1s infinite steps(8);
display: inline-block;
}
@-webkit-keyframes icofont-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes icofont-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.icofont-rotate-90
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.icofont-rotate-180
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.icofont-rotate-270
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.icofont-flip-horizontal
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.icofont-flip-vertical
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical
{
-webkit-filter: none;
filter: none;
display: inline-block;
}
.icofont-inverse
{
color: #fff;
}
.sr-only
{
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus
{
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}@font-face {
font-family: "remixicon";
src: url(../../../themes/insucom/assets/fonts/remixicondf6d.eot?t=1590207869815); src: url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/remixicon.eot?t=1590207869815#iefix) format('embedded-opentype'), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/remixicon.woff2?t=1590207869815) format("woff2"),
url(../../../themes/insucom/assets/fonts/remixicondf6d.woff?t=1590207869815) format("woff"),
url(../../../themes/insucom/assets/fonts/remixicondf6d.ttf?t=1590207869815) format('truetype'), url(//themedox.com/insucom/wp-content/themes/insucom/assets/fonts/remixicon.svg?t=1590207869815#remixicon) format('svg'); font-display: swap;
}
[class^="ri-"], [class*=" ri-"] {
font-family: 'remixicon' !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }
.ri-24-hours-fill:before { content: "\ea01"; }
.ri-24-hours-line:before { content: "\ea02"; }
.ri-4k-fill:before { content: "\ea03"; }
.ri-4k-line:before { content: "\ea04"; }
.ri-a-b:before { content: "\ea05"; }
.ri-account-box-fill:before { content: "\ea06"; }
.ri-account-box-line:before { content: "\ea07"; }
.ri-account-circle-fill:before { content: "\ea08"; }
.ri-account-circle-line:before { content: "\ea09"; }
.ri-account-pin-box-fill:before { content: "\ea0a"; }
.ri-account-pin-box-line:before { content: "\ea0b"; }
.ri-account-pin-circle-fill:before { content: "\ea0c"; }
.ri-account-pin-circle-line:before { content: "\ea0d"; }
.ri-add-box-fill:before { content: "\ea0e"; }
.ri-add-box-line:before { content: "\ea0f"; }
.ri-add-circle-fill:before { content: "\ea10"; }
.ri-add-circle-line:before { content: "\ea11"; }
.ri-add-fill:before { content: "\ea12"; }
.ri-add-line:before { content: "\ea13"; }
.ri-admin-fill:before { content: "\ea14"; }
.ri-admin-line:before { content: "\ea15"; }
.ri-advertisement-fill:before { content: "\ea16"; }
.ri-advertisement-line:before { content: "\ea17"; }
.ri-airplay-fill:before { content: "\ea18"; }
.ri-airplay-line:before { content: "\ea19"; }
.ri-alarm-fill:before { content: "\ea1a"; }
.ri-alarm-line:before { content: "\ea1b"; }
.ri-alarm-warning-fill:before { content: "\ea1c"; }
.ri-alarm-warning-line:before { content: "\ea1d"; }
.ri-album-fill:before { content: "\ea1e"; }
.ri-album-line:before { content: "\ea1f"; }
.ri-alert-fill:before { content: "\ea20"; }
.ri-alert-line:before { content: "\ea21"; }
.ri-aliens-fill:before { content: "\ea22"; }
.ri-aliens-line:before { content: "\ea23"; }
.ri-align-bottom:before { content: "\ea24"; }
.ri-align-center:before { content: "\ea25"; }
.ri-align-justify:before { content: "\ea26"; }
.ri-align-left:before { content: "\ea27"; }
.ri-align-right:before { content: "\ea28"; }
.ri-align-top:before { content: "\ea29"; }
.ri-align-vertically:before { content: "\ea2a"; }
.ri-alipay-fill:before { content: "\ea2b"; }
.ri-alipay-line:before { content: "\ea2c"; }
.ri-amazon-fill:before { content: "\ea2d"; }
.ri-amazon-line:before { content: "\ea2e"; }
.ri-anchor-fill:before { content: "\ea2f"; }
.ri-anchor-line:before { content: "\ea30"; }
.ri-ancient-gate-fill:before { content: "\ea31"; }
.ri-ancient-gate-line:before { content: "\ea32"; }
.ri-ancient-pavilion-fill:before { content: "\ea33"; }
.ri-ancient-pavilion-line:before { content: "\ea34"; }
.ri-android-fill:before { content: "\ea35"; }
.ri-android-line:before { content: "\ea36"; }
.ri-angularjs-fill:before { content: "\ea37"; }
.ri-angularjs-line:before { content: "\ea38"; }
.ri-anticlockwise-2-fill:before { content: "\ea39"; }
.ri-anticlockwise-2-line:before { content: "\ea3a"; }
.ri-anticlockwise-fill:before { content: "\ea3b"; }
.ri-anticlockwise-line:before { content: "\ea3c"; }
.ri-app-store-fill:before { content: "\ea3d"; }
.ri-app-store-line:before { content: "\ea3e"; }
.ri-apple-fill:before { content: "\ea3f"; }
.ri-apple-line:before { content: "\ea40"; }
.ri-apps-2-fill:before { content: "\ea41"; }
.ri-apps-2-line:before { content: "\ea42"; }
.ri-apps-fill:before { content: "\ea43"; }
.ri-apps-line:before { content: "\ea44"; }
.ri-archive-drawer-fill:before { content: "\ea45"; }
.ri-archive-drawer-line:before { content: "\ea46"; }
.ri-archive-fill:before { content: "\ea47"; }
.ri-archive-line:before { content: "\ea48"; }
.ri-arrow-down-circle-fill:before { content: "\ea49"; }
.ri-arrow-down-circle-line:before { content: "\ea4a"; }
.ri-arrow-down-fill:before { content: "\ea4b"; }
.ri-arrow-down-line:before { content: "\ea4c"; }
.ri-arrow-down-s-fill:before { content: "\ea4d"; }
.ri-arrow-down-s-line:before { content: "\ea4e"; }
.ri-arrow-drop-down-fill:before { content: "\ea4f"; }
.ri-arrow-drop-down-line:before { content: "\ea50"; }
.ri-arrow-drop-left-fill:before { content: "\ea51"; }
.ri-arrow-drop-left-line:before { content: "\ea52"; }
.ri-arrow-drop-right-fill:before { content: "\ea53"; }
.ri-arrow-drop-right-line:before { content: "\ea54"; }
.ri-arrow-drop-up-fill:before { content: "\ea55"; }
.ri-arrow-drop-up-line:before { content: "\ea56"; }
.ri-arrow-go-back-fill:before { content: "\ea57"; }
.ri-arrow-go-back-line:before { content: "\ea58"; }
.ri-arrow-go-forward-fill:before { content: "\ea59"; }
.ri-arrow-go-forward-line:before { content: "\ea5a"; }
.ri-arrow-left-circle-fill:before { content: "\ea5b"; }
.ri-arrow-left-circle-line:before { content: "\ea5c"; }
.ri-arrow-left-down-fill:before { content: "\ea5d"; }
.ri-arrow-left-down-line:before { content: "\ea5e"; }
.ri-arrow-left-fill:before { content: "\ea5f"; }
.ri-arrow-left-line:before { content: "\ea60"; }
.ri-arrow-left-right-fill:before { content: "\ea61"; }
.ri-arrow-left-right-line:before { content: "\ea62"; }
.ri-arrow-left-s-fill:before { content: "\ea63"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-arrow-left-up-fill:before { content: "\ea65"; }
.ri-arrow-left-up-line:before { content: "\ea66"; }
.ri-arrow-right-circle-fill:before { content: "\ea67"; }
.ri-arrow-right-circle-line:before { content: "\ea68"; }
.ri-arrow-right-down-fill:before { content: "\ea69"; }
.ri-arrow-right-down-line:before { content: "\ea6a"; }
.ri-arrow-right-fill:before { content: "\ea6b"; }
.ri-arrow-right-line:before { content: "\ea6c"; }
.ri-arrow-right-s-fill:before { content: "\ea6d"; }
.ri-arrow-right-s-line:before { content: "\ea6e"; }
.ri-arrow-right-up-fill:before { content: "\ea6f"; }
.ri-arrow-right-up-line:before { content: "\ea70"; }
.ri-arrow-up-circle-fill:before { content: "\ea71"; }
.ri-arrow-up-circle-line:before { content: "\ea72"; }
.ri-arrow-up-down-fill:before { content: "\ea73"; }
.ri-arrow-up-down-line:before { content: "\ea74"; }
.ri-arrow-up-fill:before { content: "\ea75"; }
.ri-arrow-up-line:before { content: "\ea76"; }
.ri-arrow-up-s-fill:before { content: "\ea77"; }
.ri-arrow-up-s-line:before { content: "\ea78"; }
.ri-artboard-2-fill:before { content: "\ea79"; }
.ri-artboard-2-line:before { content: "\ea7a"; }
.ri-artboard-fill:before { content: "\ea7b"; }
.ri-artboard-line:before { content: "\ea7c"; }
.ri-article-fill:before { content: "\ea7d"; }
.ri-article-line:before { content: "\ea7e"; }
.ri-aspect-ratio-fill:before { content: "\ea7f"; }
.ri-aspect-ratio-line:before { content: "\ea80"; }
.ri-asterisk:before { content: "\ea81"; }
.ri-at-fill:before { content: "\ea82"; }
.ri-at-line:before { content: "\ea83"; }
.ri-attachment-2:before { content: "\ea84"; }
.ri-attachment-fill:before { content: "\ea85"; }
.ri-attachment-line:before { content: "\ea86"; }
.ri-auction-fill:before { content: "\ea87"; }
.ri-auction-line:before { content: "\ea88"; }
.ri-award-fill:before { content: "\ea89"; }
.ri-award-line:before { content: "\ea8a"; }
.ri-baidu-fill:before { content: "\ea8b"; }
.ri-baidu-line:before { content: "\ea8c"; }
.ri-ball-pen-fill:before { content: "\ea8d"; }
.ri-ball-pen-line:before { content: "\ea8e"; }
.ri-bank-card-2-fill:before { content: "\ea8f"; }
.ri-bank-card-2-line:before { content: "\ea90"; }
.ri-bank-card-fill:before { content: "\ea91"; }
.ri-bank-card-line:before { content: "\ea92"; }
.ri-bank-fill:before { content: "\ea93"; }
.ri-bank-line:before { content: "\ea94"; }
.ri-bar-chart-2-fill:before { content: "\ea95"; }
.ri-bar-chart-2-line:before { content: "\ea96"; }
.ri-bar-chart-box-fill:before { content: "\ea97"; }
.ri-bar-chart-box-line:before { content: "\ea98"; }
.ri-bar-chart-fill:before { content: "\ea99"; }
.ri-bar-chart-grouped-fill:before { content: "\ea9a"; }
.ri-bar-chart-grouped-line:before { content: "\ea9b"; }
.ri-bar-chart-horizontal-fill:before { content: "\ea9c"; }
.ri-bar-chart-horizontal-line:before { content: "\ea9d"; }
.ri-bar-chart-line:before { content: "\ea9e"; }
.ri-barcode-box-fill:before { content: "\ea9f"; }
.ri-barcode-box-line:before { content: "\eaa0"; }
.ri-barcode-fill:before { content: "\eaa1"; }
.ri-barcode-line:before { content: "\eaa2"; }
.ri-barricade-fill:before { content: "\eaa3"; }
.ri-barricade-line:before { content: "\eaa4"; }
.ri-base-station-fill:before { content: "\eaa5"; }
.ri-base-station-line:before { content: "\eaa6"; }
.ri-basketball-fill:before { content: "\eaa7"; }
.ri-basketball-line:before { content: "\eaa8"; }
.ri-battery-2-charge-fill:before { content: "\eaa9"; }
.ri-battery-2-charge-line:before { content: "\eaaa"; }
.ri-battery-2-fill:before { content: "\eaab"; }
.ri-battery-2-line:before { content: "\eaac"; }
.ri-battery-charge-fill:before { content: "\eaad"; }
.ri-battery-charge-line:before { content: "\eaae"; }
.ri-battery-fill:before { content: "\eaaf"; }
.ri-battery-line:before { content: "\eab0"; }
.ri-battery-low-fill:before { content: "\eab1"; }
.ri-battery-low-line:before { content: "\eab2"; }
.ri-battery-saver-fill:before { content: "\eab3"; }
.ri-battery-saver-line:before { content: "\eab4"; }
.ri-battery-share-fill:before { content: "\eab5"; }
.ri-battery-share-line:before { content: "\eab6"; }
.ri-bear-smile-fill:before { content: "\eab7"; }
.ri-bear-smile-line:before { content: "\eab8"; }
.ri-behance-fill:before { content: "\eab9"; }
.ri-behance-line:before { content: "\eaba"; }
.ri-bell-fill:before { content: "\eabb"; }
.ri-bell-line:before { content: "\eabc"; }
.ri-bike-fill:before { content: "\eabd"; }
.ri-bike-line:before { content: "\eabe"; }
.ri-bilibili-fill:before { content: "\eabf"; }
.ri-bilibili-line:before { content: "\eac0"; }
.ri-bill-fill:before { content: "\eac1"; }
.ri-bill-line:before { content: "\eac2"; }
.ri-billiards-fill:before { content: "\eac3"; }
.ri-billiards-line:before { content: "\eac4"; }
.ri-bit-coin-fill:before { content: "\eac5"; }
.ri-bit-coin-line:before { content: "\eac6"; }
.ri-blaze-fill:before { content: "\eac7"; }
.ri-blaze-line:before { content: "\eac8"; }
.ri-bluetooth-connect-fill:before { content: "\eac9"; }
.ri-bluetooth-connect-line:before { content: "\eaca"; }
.ri-bluetooth-fill:before { content: "\eacb"; }
.ri-bluetooth-line:before { content: "\eacc"; }
.ri-blur-off-fill:before { content: "\eacd"; }
.ri-blur-off-line:before { content: "\eace"; }
.ri-body-scan-fill:before { content: "\eacf"; }
.ri-body-scan-line:before { content: "\ead0"; }
.ri-bold:before { content: "\ead1"; }
.ri-book-2-fill:before { content: "\ead2"; }
.ri-book-2-line:before { content: "\ead3"; }
.ri-book-3-fill:before { content: "\ead4"; }
.ri-book-3-line:before { content: "\ead5"; }
.ri-book-fill:before { content: "\ead6"; }
.ri-book-line:before { content: "\ead7"; }
.ri-book-mark-fill:before { content: "\ead8"; }
.ri-book-mark-line:before { content: "\ead9"; }
.ri-book-open-fill:before { content: "\eada"; }
.ri-book-open-line:before { content: "\eadb"; }
.ri-book-read-fill:before { content: "\eadc"; }
.ri-book-read-line:before { content: "\eadd"; }
.ri-booklet-fill:before { content: "\eade"; }
.ri-booklet-line:before { content: "\eadf"; }
.ri-bookmark-2-fill:before { content: "\eae0"; }
.ri-bookmark-2-line:before { content: "\eae1"; }
.ri-bookmark-3-fill:before { content: "\eae2"; }
.ri-bookmark-3-line:before { content: "\eae3"; }
.ri-bookmark-fill:before { content: "\eae4"; }
.ri-bookmark-line:before { content: "\eae5"; }
.ri-boxing-fill:before { content: "\eae6"; }
.ri-boxing-line:before { content: "\eae7"; }
.ri-braces-fill:before { content: "\eae8"; }
.ri-braces-line:before { content: "\eae9"; }
.ri-brackets-fill:before { content: "\eaea"; }
.ri-brackets-line:before { content: "\eaeb"; }
.ri-briefcase-2-fill:before { content: "\eaec"; }
.ri-briefcase-2-line:before { content: "\eaed"; }
.ri-briefcase-3-fill:before { content: "\eaee"; }
.ri-briefcase-3-line:before { content: "\eaef"; }
.ri-briefcase-4-fill:before { content: "\eaf0"; }
.ri-briefcase-4-line:before { content: "\eaf1"; }
.ri-briefcase-5-fill:before { content: "\eaf2"; }
.ri-briefcase-5-line:before { content: "\eaf3"; }
.ri-briefcase-fill:before { content: "\eaf4"; }
.ri-briefcase-line:before { content: "\eaf5"; }
.ri-bring-forward:before { content: "\eaf6"; }
.ri-bring-to-front:before { content: "\eaf7"; }
.ri-broadcast-fill:before { content: "\eaf8"; }
.ri-broadcast-line:before { content: "\eaf9"; }
.ri-brush-2-fill:before { content: "\eafa"; }
.ri-brush-2-line:before { content: "\eafb"; }
.ri-brush-3-fill:before { content: "\eafc"; }
.ri-brush-3-line:before { content: "\eafd"; }
.ri-brush-4-fill:before { content: "\eafe"; }
.ri-brush-4-line:before { content: "\eaff"; }
.ri-brush-fill:before { content: "\eb00"; }
.ri-brush-line:before { content: "\eb01"; }
.ri-bubble-chart-fill:before { content: "\eb02"; }
.ri-bubble-chart-line:before { content: "\eb03"; }
.ri-bug-2-fill:before { content: "\eb04"; }
.ri-bug-2-line:before { content: "\eb05"; }
.ri-bug-fill:before { content: "\eb06"; }
.ri-bug-line:before { content: "\eb07"; }
.ri-building-2-fill:before { content: "\eb08"; }
.ri-building-2-line:before { content: "\eb09"; }
.ri-building-3-fill:before { content: "\eb0a"; }
.ri-building-3-line:before { content: "\eb0b"; }
.ri-building-4-fill:before { content: "\eb0c"; }
.ri-building-4-line:before { content: "\eb0d"; }
.ri-building-fill:before { content: "\eb0e"; }
.ri-building-line:before { content: "\eb0f"; }
.ri-bus-2-fill:before { content: "\eb10"; }
.ri-bus-2-line:before { content: "\eb11"; }
.ri-bus-fill:before { content: "\eb12"; }
.ri-bus-line:before { content: "\eb13"; }
.ri-bus-wifi-fill:before { content: "\eb14"; }
.ri-bus-wifi-line:before { content: "\eb15"; }
.ri-cactus-fill:before { content: "\eb16"; }
.ri-cactus-line:before { content: "\eb17"; }
.ri-cake-2-fill:before { content: "\eb18"; }
.ri-cake-2-line:before { content: "\eb19"; }
.ri-cake-3-fill:before { content: "\eb1a"; }
.ri-cake-3-line:before { content: "\eb1b"; }
.ri-cake-fill:before { content: "\eb1c"; }
.ri-cake-line:before { content: "\eb1d"; }
.ri-calculator-fill:before { content: "\eb1e"; }
.ri-calculator-line:before { content: "\eb1f"; }
.ri-calendar-2-fill:before { content: "\eb20"; }
.ri-calendar-2-line:before { content: "\eb21"; }
.ri-calendar-check-fill:before { content: "\eb22"; }
.ri-calendar-check-line:before { content: "\eb23"; }
.ri-calendar-event-fill:before { content: "\eb24"; }
.ri-calendar-event-line:before { content: "\eb25"; }
.ri-calendar-fill:before { content: "\eb26"; }
.ri-calendar-line:before { content: "\eb27"; }
.ri-calendar-todo-fill:before { content: "\eb28"; }
.ri-calendar-todo-line:before { content: "\eb29"; }
.ri-camera-2-fill:before { content: "\eb2a"; }
.ri-camera-2-line:before { content: "\eb2b"; }
.ri-camera-3-fill:before { content: "\eb2c"; }
.ri-camera-3-line:before { content: "\eb2d"; }
.ri-camera-fill:before { content: "\eb2e"; }
.ri-camera-lens-fill:before { content: "\eb2f"; }
.ri-camera-lens-line:before { content: "\eb30"; }
.ri-camera-line:before { content: "\eb31"; }
.ri-camera-off-fill:before { content: "\eb32"; }
.ri-camera-off-line:before { content: "\eb33"; }
.ri-camera-switch-fill:before { content: "\eb34"; }
.ri-camera-switch-line:before { content: "\eb35"; }
.ri-capsule-fill:before { content: "\eb36"; }
.ri-capsule-line:before { content: "\eb37"; }
.ri-car-fill:before { content: "\eb38"; }
.ri-car-line:before { content: "\eb39"; }
.ri-car-washing-fill:before { content: "\eb3a"; }
.ri-car-washing-line:before { content: "\eb3b"; }
.ri-caravan-fill:before { content: "\eb3c"; }
.ri-caravan-line:before { content: "\eb3d"; }
.ri-cast-fill:before { content: "\eb3e"; }
.ri-cast-line:before { content: "\eb3f"; }
.ri-cellphone-fill:before { content: "\eb40"; }
.ri-cellphone-line:before { content: "\eb41"; }
.ri-celsius-fill:before { content: "\eb42"; }
.ri-celsius-line:before { content: "\eb43"; }
.ri-centos-fill:before { content: "\eb44"; }
.ri-centos-line:before { content: "\eb45"; }
.ri-character-recognition-fill:before { content: "\eb46"; }
.ri-character-recognition-line:before { content: "\eb47"; }
.ri-charging-pile-2-fill:before { content: "\eb48"; }
.ri-charging-pile-2-line:before { content: "\eb49"; }
.ri-charging-pile-fill:before { content: "\eb4a"; }
.ri-charging-pile-line:before { content: "\eb4b"; }
.ri-chat-1-fill:before { content: "\eb4c"; }
.ri-chat-1-line:before { content: "\eb4d"; }
.ri-chat-2-fill:before { content: "\eb4e"; }
.ri-chat-2-line:before { content: "\eb4f"; }
.ri-chat-3-fill:before { content: "\eb50"; }
.ri-chat-3-line:before { content: "\eb51"; }
.ri-chat-4-fill:before { content: "\eb52"; }
.ri-chat-4-line:before { content: "\eb53"; }
.ri-chat-check-fill:before { content: "\eb54"; }
.ri-chat-check-line:before { content: "\eb55"; }
.ri-chat-delete-fill:before { content: "\eb56"; }
.ri-chat-delete-line:before { content: "\eb57"; }
.ri-chat-download-fill:before { content: "\eb58"; }
.ri-chat-download-line:before { content: "\eb59"; }
.ri-chat-follow-up-fill:before { content: "\eb5a"; }
.ri-chat-follow-up-line:before { content: "\eb5b"; }
.ri-chat-forward-fill:before { content: "\eb5c"; }
.ri-chat-forward-line:before { content: "\eb5d"; }
.ri-chat-heart-fill:before { content: "\eb5e"; }
.ri-chat-heart-line:before { content: "\eb5f"; }
.ri-chat-history-fill:before { content: "\eb60"; }
.ri-chat-history-line:before { content: "\eb61"; }
.ri-chat-new-fill:before { content: "\eb62"; }
.ri-chat-new-line:before { content: "\eb63"; }
.ri-chat-off-fill:before { content: "\eb64"; }
.ri-chat-off-line:before { content: "\eb65"; }
.ri-chat-poll-fill:before { content: "\eb66"; }
.ri-chat-poll-line:before { content: "\eb67"; }
.ri-chat-private-fill:before { content: "\eb68"; }
.ri-chat-private-line:before { content: "\eb69"; }
.ri-chat-quote-fill:before { content: "\eb6a"; }
.ri-chat-quote-line:before { content: "\eb6b"; }
.ri-chat-settings-fill:before { content: "\eb6c"; }
.ri-chat-settings-line:before { content: "\eb6d"; }
.ri-chat-smile-2-fill:before { content: "\eb6e"; }
.ri-chat-smile-2-line:before { content: "\eb6f"; }
.ri-chat-smile-3-fill:before { content: "\eb70"; }
.ri-chat-smile-3-line:before { content: "\eb71"; }
.ri-chat-smile-fill:before { content: "\eb72"; }
.ri-chat-smile-line:before { content: "\eb73"; }
.ri-chat-upload-fill:before { content: "\eb74"; }
.ri-chat-upload-line:before { content: "\eb75"; }
.ri-chat-voice-fill:before { content: "\eb76"; }
.ri-chat-voice-line:before { content: "\eb77"; }
.ri-check-double-fill:before { content: "\eb78"; }
.ri-check-double-line:before { content: "\eb79"; }
.ri-check-fill:before { content: "\eb7a"; }
.ri-check-line:before { content: "\eb7b"; }
.ri-checkbox-blank-circle-fill:before { content: "\eb7c"; }
.ri-checkbox-blank-circle-line:before { content: "\eb7d"; }
.ri-checkbox-blank-fill:before { content: "\eb7e"; }
.ri-checkbox-blank-line:before { content: "\eb7f"; }
.ri-checkbox-circle-fill:before { content: "\eb80"; }
.ri-checkbox-circle-line:before { content: "\eb81"; }
.ri-checkbox-fill:before { content: "\eb82"; }
.ri-checkbox-indeterminate-fill:before { content: "\eb83"; }
.ri-checkbox-indeterminate-line:before { content: "\eb84"; }
.ri-checkbox-line:before { content: "\eb85"; }
.ri-checkbox-multiple-blank-fill:before { content: "\eb86"; }
.ri-checkbox-multiple-blank-line:before { content: "\eb87"; }
.ri-checkbox-multiple-fill:before { content: "\eb88"; }
.ri-checkbox-multiple-line:before { content: "\eb89"; }
.ri-china-railway-fill:before { content: "\eb8a"; }
.ri-china-railway-line:before { content: "\eb8b"; }
.ri-chrome-fill:before { content: "\eb8c"; }
.ri-chrome-line:before { content: "\eb8d"; }
.ri-clapperboard-fill:before { content: "\eb8e"; }
.ri-clapperboard-line:before { content: "\eb8f"; }
.ri-clipboard-fill:before { content: "\eb90"; }
.ri-clipboard-line:before { content: "\eb91"; }
.ri-clockwise-2-fill:before { content: "\eb92"; }
.ri-clockwise-2-line:before { content: "\eb93"; }
.ri-clockwise-fill:before { content: "\eb94"; }
.ri-clockwise-line:before { content: "\eb95"; }
.ri-close-circle-fill:before { content: "\eb96"; }
.ri-close-circle-line:before { content: "\eb97"; }
.ri-close-fill:before { content: "\eb98"; }
.ri-close-line:before { content: "\eb99"; }
.ri-closed-captioning-fill:before { content: "\eb9a"; }
.ri-closed-captioning-line:before { content: "\eb9b"; }
.ri-cloud-fill:before { content: "\eb9c"; }
.ri-cloud-line:before { content: "\eb9d"; }
.ri-cloud-off-fill:before { content: "\eb9e"; }
.ri-cloud-off-line:before { content: "\eb9f"; }
.ri-cloud-windy-fill:before { content: "\eba0"; }
.ri-cloud-windy-line:before { content: "\eba1"; }
.ri-cloudy-2-fill:before { content: "\eba2"; }
.ri-cloudy-2-line:before { content: "\eba3"; }
.ri-cloudy-fill:before { content: "\eba4"; }
.ri-cloudy-line:before { content: "\eba5"; }
.ri-code-box-fill:before { content: "\eba6"; }
.ri-code-box-line:before { content: "\eba7"; }
.ri-code-fill:before { content: "\eba8"; }
.ri-code-line:before { content: "\eba9"; }
.ri-code-s-fill:before { content: "\ebaa"; }
.ri-code-s-line:before { content: "\ebab"; }
.ri-code-s-slash-fill:before { content: "\ebac"; }
.ri-code-s-slash-line:before { content: "\ebad"; }
.ri-code-view:before { content: "\ebae"; }
.ri-codepen-fill:before { content: "\ebaf"; }
.ri-codepen-line:before { content: "\ebb0"; }
.ri-coin-fill:before { content: "\ebb1"; }
.ri-coin-line:before { content: "\ebb2"; }
.ri-coins-fill:before { content: "\ebb3"; }
.ri-coins-line:before { content: "\ebb4"; }
.ri-collage-fill:before { content: "\ebb5"; }
.ri-collage-line:before { content: "\ebb6"; }
.ri-command-fill:before { content: "\ebb7"; }
.ri-command-line:before { content: "\ebb8"; }
.ri-community-fill:before { content: "\ebb9"; }
.ri-community-line:before { content: "\ebba"; }
.ri-compass-2-fill:before { content: "\ebbb"; }
.ri-compass-2-line:before { content: "\ebbc"; }
.ri-compass-3-fill:before { content: "\ebbd"; }
.ri-compass-3-line:before { content: "\ebbe"; }
.ri-compass-4-fill:before { content: "\ebbf"; }
.ri-compass-4-line:before { content: "\ebc0"; }
.ri-compass-discover-fill:before { content: "\ebc1"; }
.ri-compass-discover-line:before { content: "\ebc2"; }
.ri-compass-fill:before { content: "\ebc3"; }
.ri-compass-line:before { content: "\ebc4"; }
.ri-compasses-2-fill:before { content: "\ebc5"; }
.ri-compasses-2-line:before { content: "\ebc6"; }
.ri-compasses-fill:before { content: "\ebc7"; }
.ri-compasses-line:before { content: "\ebc8"; }
.ri-computer-fill:before { content: "\ebc9"; }
.ri-computer-line:before { content: "\ebca"; }
.ri-contacts-book-2-fill:before { content: "\ebcb"; }
.ri-contacts-book-2-line:before { content: "\ebcc"; }
.ri-contacts-book-fill:before { content: "\ebcd"; }
.ri-contacts-book-line:before { content: "\ebce"; }
.ri-contacts-book-upload-fill:before { content: "\ebcf"; }
.ri-contacts-book-upload-line:before { content: "\ebd0"; }
.ri-contacts-fill:before { content: "\ebd1"; }
.ri-contacts-line:before { content: "\ebd2"; }
.ri-contrast-2-fill:before { content: "\ebd3"; }
.ri-contrast-2-line:before { content: "\ebd4"; }
.ri-contrast-drop-2-fill:before { content: "\ebd5"; }
.ri-contrast-drop-2-line:before { content: "\ebd6"; }
.ri-contrast-drop-fill:before { content: "\ebd7"; }
.ri-contrast-drop-line:before { content: "\ebd8"; }
.ri-contrast-fill:before { content: "\ebd9"; }
.ri-contrast-line:before { content: "\ebda"; }
.ri-copper-coin-fill:before { content: "\ebdb"; }
.ri-copper-coin-line:before { content: "\ebdc"; }
.ri-copper-diamond-fill:before { content: "\ebdd"; }
.ri-copper-diamond-line:before { content: "\ebde"; }
.ri-copyleft-fill:before { content: "\ebdf"; }
.ri-copyleft-line:before { content: "\ebe0"; }
.ri-copyright-fill:before { content: "\ebe1"; }
.ri-copyright-line:before { content: "\ebe2"; }
.ri-coreos-fill:before { content: "\ebe3"; }
.ri-coreos-line:before { content: "\ebe4"; }
.ri-coupon-2-fill:before { content: "\ebe5"; }
.ri-coupon-2-line:before { content: "\ebe6"; }
.ri-coupon-3-fill:before { content: "\ebe7"; }
.ri-coupon-3-line:before { content: "\ebe8"; }
.ri-coupon-4-fill:before { content: "\ebe9"; }
.ri-coupon-4-line:before { content: "\ebea"; }
.ri-coupon-5-fill:before { content: "\ebeb"; }
.ri-coupon-5-line:before { content: "\ebec"; }
.ri-coupon-fill:before { content: "\ebed"; }
.ri-coupon-line:before { content: "\ebee"; }
.ri-cpu-fill:before { content: "\ebef"; }
.ri-cpu-line:before { content: "\ebf0"; }
.ri-creative-commons-by-fill:before { content: "\ebf1"; }
.ri-creative-commons-by-line:before { content: "\ebf2"; }
.ri-creative-commons-fill:before { content: "\ebf3"; }
.ri-creative-commons-line:before { content: "\ebf4"; }
.ri-creative-commons-nc-fill:before { content: "\ebf5"; }
.ri-creative-commons-nc-line:before { content: "\ebf6"; }
.ri-creative-commons-nd-fill:before { content: "\ebf7"; }
.ri-creative-commons-nd-line:before { content: "\ebf8"; }
.ri-creative-commons-sa-fill:before { content: "\ebf9"; }
.ri-creative-commons-sa-line:before { content: "\ebfa"; }
.ri-creative-commons-zero-fill:before { content: "\ebfb"; }
.ri-creative-commons-zero-line:before { content: "\ebfc"; }
.ri-criminal-fill:before { content: "\ebfd"; }
.ri-criminal-line:before { content: "\ebfe"; }
.ri-crop-2-fill:before { content: "\ebff"; }
.ri-crop-2-line:before { content: "\ec00"; }
.ri-crop-fill:before { content: "\ec01"; }
.ri-crop-line:before { content: "\ec02"; }
.ri-css3-fill:before { content: "\ec03"; }
.ri-css3-line:before { content: "\ec04"; }
.ri-cup-fill:before { content: "\ec05"; }
.ri-cup-line:before { content: "\ec06"; }
.ri-currency-fill:before { content: "\ec07"; }
.ri-currency-line:before { content: "\ec08"; }
.ri-cursor-fill:before { content: "\ec09"; }
.ri-cursor-line:before { content: "\ec0a"; }
.ri-customer-service-2-fill:before { content: "\ec0b"; }
.ri-customer-service-2-line:before { content: "\ec0c"; }
.ri-customer-service-fill:before { content: "\ec0d"; }
.ri-customer-service-line:before { content: "\ec0e"; }
.ri-dashboard-2-fill:before { content: "\ec0f"; }
.ri-dashboard-2-line:before { content: "\ec10"; }
.ri-dashboard-3-fill:before { content: "\ec11"; }
.ri-dashboard-3-line:before { content: "\ec12"; }
.ri-dashboard-fill:before { content: "\ec13"; }
.ri-dashboard-line:before { content: "\ec14"; }
.ri-database-2-fill:before { content: "\ec15"; }
.ri-database-2-line:before { content: "\ec16"; }
.ri-database-fill:before { content: "\ec17"; }
.ri-database-line:before { content: "\ec18"; }
.ri-delete-back-2-fill:before { content: "\ec19"; }
.ri-delete-back-2-line:before { content: "\ec1a"; }
.ri-delete-back-fill:before { content: "\ec1b"; }
.ri-delete-back-line:before { content: "\ec1c"; }
.ri-delete-bin-2-fill:before { content: "\ec1d"; }
.ri-delete-bin-2-line:before { content: "\ec1e"; }
.ri-delete-bin-3-fill:before { content: "\ec1f"; }
.ri-delete-bin-3-line:before { content: "\ec20"; }
.ri-delete-bin-4-fill:before { content: "\ec21"; }
.ri-delete-bin-4-line:before { content: "\ec22"; }
.ri-delete-bin-5-fill:before { content: "\ec23"; }
.ri-delete-bin-5-line:before { content: "\ec24"; }
.ri-delete-bin-6-fill:before { content: "\ec25"; }
.ri-delete-bin-6-line:before { content: "\ec26"; }
.ri-delete-bin-7-fill:before { content: "\ec27"; }
.ri-delete-bin-7-line:before { content: "\ec28"; }
.ri-delete-bin-fill:before { content: "\ec29"; }
.ri-delete-bin-line:before { content: "\ec2a"; }
.ri-delete-column:before { content: "\ec2b"; }
.ri-delete-row:before { content: "\ec2c"; }
.ri-device-fill:before { content: "\ec2d"; }
.ri-device-line:before { content: "\ec2e"; }
.ri-device-recover-fill:before { content: "\ec2f"; }
.ri-device-recover-line:before { content: "\ec30"; }
.ri-dingding-fill:before { content: "\ec31"; }
.ri-dingding-line:before { content: "\ec32"; }
.ri-direction-fill:before { content: "\ec33"; }
.ri-direction-line:before { content: "\ec34"; }
.ri-disc-fill:before { content: "\ec35"; }
.ri-disc-line:before { content: "\ec36"; }
.ri-discord-fill:before { content: "\ec37"; }
.ri-discord-line:before { content: "\ec38"; }
.ri-discuss-fill:before { content: "\ec39"; }
.ri-discuss-line:before { content: "\ec3a"; }
.ri-dislike-fill:before { content: "\ec3b"; }
.ri-dislike-line:before { content: "\ec3c"; }
.ri-disqus-fill:before { content: "\ec3d"; }
.ri-disqus-line:before { content: "\ec3e"; }
.ri-divide-fill:before { content: "\ec3f"; }
.ri-divide-line:before { content: "\ec40"; }
.ri-donut-chart-fill:before { content: "\ec41"; }
.ri-donut-chart-line:before { content: "\ec42"; }
.ri-door-closed-fill:before { content: "\ec43"; }
.ri-door-closed-line:before { content: "\ec44"; }
.ri-door-fill:before { content: "\ec45"; }
.ri-door-line:before { content: "\ec46"; }
.ri-door-lock-box-fill:before { content: "\ec47"; }
.ri-door-lock-box-line:before { content: "\ec48"; }
.ri-door-lock-fill:before { content: "\ec49"; }
.ri-door-lock-line:before { content: "\ec4a"; }
.ri-door-open-fill:before { content: "\ec4b"; }
.ri-door-open-line:before { content: "\ec4c"; }
.ri-dossier-fill:before { content: "\ec4d"; }
.ri-dossier-line:before { content: "\ec4e"; }
.ri-douban-fill:before { content: "\ec4f"; }
.ri-douban-line:before { content: "\ec50"; }
.ri-double-quotes-l:before { content: "\ec51"; }
.ri-double-quotes-r:before { content: "\ec52"; }
.ri-download-2-fill:before { content: "\ec53"; }
.ri-download-2-line:before { content: "\ec54"; }
.ri-download-cloud-2-fill:before { content: "\ec55"; }
.ri-download-cloud-2-line:before { content: "\ec56"; }
.ri-download-cloud-fill:before { content: "\ec57"; }
.ri-download-cloud-line:before { content: "\ec58"; }
.ri-download-fill:before { content: "\ec59"; }
.ri-download-line:before { content: "\ec5a"; }
.ri-draft-fill:before { content: "\ec5b"; }
.ri-draft-line:before { content: "\ec5c"; }
.ri-drag-drop-fill:before { content: "\ec5d"; }
.ri-drag-drop-line:before { content: "\ec5e"; }
.ri-drag-move-2-fill:before { content: "\ec5f"; }
.ri-drag-move-2-line:before { content: "\ec60"; }
.ri-drag-move-fill:before { content: "\ec61"; }
.ri-drag-move-line:before { content: "\ec62"; }
.ri-dribbble-fill:before { content: "\ec63"; }
.ri-dribbble-line:before { content: "\ec64"; }
.ri-drive-fill:before { content: "\ec65"; }
.ri-drive-line:before { content: "\ec66"; }
.ri-drizzle-fill:before { content: "\ec67"; }
.ri-drizzle-line:before { content: "\ec68"; }
.ri-drop-fill:before { content: "\ec69"; }
.ri-drop-line:before { content: "\ec6a"; }
.ri-dropbox-fill:before { content: "\ec6b"; }
.ri-dropbox-line:before { content: "\ec6c"; }
.ri-dual-sim-1-fill:before { content: "\ec6d"; }
.ri-dual-sim-1-line:before { content: "\ec6e"; }
.ri-dual-sim-2-fill:before { content: "\ec6f"; }
.ri-dual-sim-2-line:before { content: "\ec70"; }
.ri-dv-fill:before { content: "\ec71"; }
.ri-dv-line:before { content: "\ec72"; }
.ri-dvd-fill:before { content: "\ec73"; }
.ri-dvd-line:before { content: "\ec74"; }
.ri-e-bike-2-fill:before { content: "\ec75"; }
.ri-e-bike-2-line:before { content: "\ec76"; }
.ri-e-bike-fill:before { content: "\ec77"; }
.ri-e-bike-line:before { content: "\ec78"; }
.ri-earth-fill:before { content: "\ec79"; }
.ri-earth-line:before { content: "\ec7a"; }
.ri-earthquake-fill:before { content: "\ec7b"; }
.ri-earthquake-line:before { content: "\ec7c"; }
.ri-edge-fill:before { content: "\ec7d"; }
.ri-edge-line:before { content: "\ec7e"; }
.ri-edit-2-fill:before { content: "\ec7f"; }
.ri-edit-2-line:before { content: "\ec80"; }
.ri-edit-box-fill:before { content: "\ec81"; }
.ri-edit-box-line:before { content: "\ec82"; }
.ri-edit-circle-fill:before { content: "\ec83"; }
.ri-edit-circle-line:before { content: "\ec84"; }
.ri-edit-fill:before { content: "\ec85"; }
.ri-edit-line:before { content: "\ec86"; }
.ri-eject-fill:before { content: "\ec87"; }
.ri-eject-line:before { content: "\ec88"; }
.ri-emotion-2-fill:before { content: "\ec89"; }
.ri-emotion-2-line:before { content: "\ec8a"; }
.ri-emotion-fill:before { content: "\ec8b"; }
.ri-emotion-happy-fill:before { content: "\ec8c"; }
.ri-emotion-happy-line:before { content: "\ec8d"; }
.ri-emotion-laugh-fill:before { content: "\ec8e"; }
.ri-emotion-laugh-line:before { content: "\ec8f"; }
.ri-emotion-line:before { content: "\ec90"; }
.ri-emotion-normal-fill:before { content: "\ec91"; }
.ri-emotion-normal-line:before { content: "\ec92"; }
.ri-emotion-sad-fill:before { content: "\ec93"; }
.ri-emotion-sad-line:before { content: "\ec94"; }
.ri-emotion-unhappy-fill:before { content: "\ec95"; }
.ri-emotion-unhappy-line:before { content: "\ec96"; }
.ri-empathize-fill:before { content: "\ec97"; }
.ri-empathize-line:before { content: "\ec98"; }
.ri-emphasis-cn:before { content: "\ec99"; }
.ri-emphasis:before { content: "\ec9a"; }
.ri-english-input:before { content: "\ec9b"; }
.ri-equalizer-fill:before { content: "\ec9c"; }
.ri-equalizer-line:before { content: "\ec9d"; }
.ri-eraser-fill:before { content: "\ec9e"; }
.ri-eraser-line:before { content: "\ec9f"; }
.ri-error-warning-fill:before { content: "\eca0"; }
.ri-error-warning-line:before { content: "\eca1"; }
.ri-evernote-fill:before { content: "\eca2"; }
.ri-evernote-line:before { content: "\eca3"; }
.ri-exchange-box-fill:before { content: "\eca4"; }
.ri-exchange-box-line:before { content: "\eca5"; }
.ri-exchange-cny-fill:before { content: "\eca6"; }
.ri-exchange-cny-line:before { content: "\eca7"; }
.ri-exchange-dollar-fill:before { content: "\eca8"; }
.ri-exchange-dollar-line:before { content: "\eca9"; }
.ri-exchange-fill:before { content: "\ecaa"; }
.ri-exchange-funds-fill:before { content: "\ecab"; }
.ri-exchange-funds-line:before { content: "\ecac"; }
.ri-exchange-line:before { content: "\ecad"; }
.ri-external-link-fill:before { content: "\ecae"; }
.ri-external-link-line:before { content: "\ecaf"; }
.ri-eye-2-fill:before { content: "\ecb0"; }
.ri-eye-2-line:before { content: "\ecb1"; }
.ri-eye-close-fill:before { content: "\ecb2"; }
.ri-eye-close-line:before { content: "\ecb3"; }
.ri-eye-fill:before { content: "\ecb4"; }
.ri-eye-line:before { content: "\ecb5"; }
.ri-eye-off-fill:before { content: "\ecb6"; }
.ri-eye-off-line:before { content: "\ecb7"; }
.ri-facebook-box-fill:before { content: "\ecb8"; }
.ri-facebook-box-line:before { content: "\ecb9"; }
.ri-facebook-circle-fill:before { content: "\ecba"; }
.ri-facebook-circle-line:before { content: "\ecbb"; }
.ri-facebook-fill:before { content: "\ecbc"; }
.ri-facebook-line:before { content: "\ecbd"; }
.ri-fahrenheit-fill:before { content: "\ecbe"; }
.ri-fahrenheit-line:before { content: "\ecbf"; }
.ri-feedback-fill:before { content: "\ecc0"; }
.ri-feedback-line:before { content: "\ecc1"; }
.ri-file-2-fill:before { content: "\ecc2"; }
.ri-file-2-line:before { content: "\ecc3"; }
.ri-file-3-fill:before { content: "\ecc4"; }
.ri-file-3-line:before { content: "\ecc5"; }
.ri-file-4-fill:before { content: "\ecc6"; }
.ri-file-4-line:before { content: "\ecc7"; }
.ri-file-add-fill:before { content: "\ecc8"; }
.ri-file-add-line:before { content: "\ecc9"; }
.ri-file-chart-2-fill:before { content: "\ecca"; }
.ri-file-chart-2-line:before { content: "\eccb"; }
.ri-file-chart-fill:before { content: "\eccc"; }
.ri-file-chart-line:before { content: "\eccd"; }
.ri-file-cloud-fill:before { content: "\ecce"; }
.ri-file-cloud-line:before { content: "\eccf"; }
.ri-file-code-fill:before { content: "\ecd0"; }
.ri-file-code-line:before { content: "\ecd1"; }
.ri-file-copy-2-fill:before { content: "\ecd2"; }
.ri-file-copy-2-line:before { content: "\ecd3"; }
.ri-file-copy-fill:before { content: "\ecd4"; }
.ri-file-copy-line:before { content: "\ecd5"; }
.ri-file-damage-fill:before { content: "\ecd6"; }
.ri-file-damage-line:before { content: "\ecd7"; }
.ri-file-download-fill:before { content: "\ecd8"; }
.ri-file-download-line:before { content: "\ecd9"; }
.ri-file-edit-fill:before { content: "\ecda"; }
.ri-file-edit-line:before { content: "\ecdb"; }
.ri-file-excel-2-fill:before { content: "\ecdc"; }
.ri-file-excel-2-line:before { content: "\ecdd"; }
.ri-file-excel-fill:before { content: "\ecde"; }
.ri-file-excel-line:before { content: "\ecdf"; }
.ri-file-fill:before { content: "\ece0"; }
.ri-file-forbid-fill:before { content: "\ece1"; }
.ri-file-forbid-line:before { content: "\ece2"; }
.ri-file-gif-fill:before { content: "\ece3"; }
.ri-file-gif-line:before { content: "\ece4"; }
.ri-file-history-fill:before { content: "\ece5"; }
.ri-file-history-line:before { content: "\ece6"; }
.ri-file-hwp-fill:before { content: "\ece7"; }
.ri-file-hwp-line:before { content: "\ece8"; }
.ri-file-info-fill:before { content: "\ece9"; }
.ri-file-info-line:before { content: "\ecea"; }
.ri-file-line:before { content: "\eceb"; }
.ri-file-list-2-fill:before { content: "\ecec"; }
.ri-file-list-2-line:before { content: "\eced"; }
.ri-file-list-3-fill:before { content: "\ecee"; }
.ri-file-list-3-line:before { content: "\ecef"; }
.ri-file-list-fill:before { content: "\ecf0"; }
.ri-file-list-line:before { content: "\ecf1"; }
.ri-file-lock-fill:before { content: "\ecf2"; }
.ri-file-lock-line:before { content: "\ecf3"; }
.ri-file-mark-fill:before { content: "\ecf4"; }
.ri-file-mark-line:before { content: "\ecf5"; }
.ri-file-music-fill:before { content: "\ecf6"; }
.ri-file-music-line:before { content: "\ecf7"; }
.ri-file-paper-2-fill:before { content: "\ecf8"; }
.ri-file-paper-2-line:before { content: "\ecf9"; }
.ri-file-paper-fill:before { content: "\ecfa"; }
.ri-file-paper-line:before { content: "\ecfb"; }
.ri-file-pdf-fill:before { content: "\ecfc"; }
.ri-file-pdf-line:before { content: "\ecfd"; }
.ri-file-ppt-2-fill:before { content: "\ecfe"; }
.ri-file-ppt-2-line:before { content: "\ecff"; }
.ri-file-ppt-fill:before { content: "\ed00"; }
.ri-file-ppt-line:before { content: "\ed01"; }
.ri-file-reduce-fill:before { content: "\ed02"; }
.ri-file-reduce-line:before { content: "\ed03"; }
.ri-file-search-fill:before { content: "\ed04"; }
.ri-file-search-line:before { content: "\ed05"; }
.ri-file-settings-fill:before { content: "\ed06"; }
.ri-file-settings-line:before { content: "\ed07"; }
.ri-file-shield-2-fill:before { content: "\ed08"; }
.ri-file-shield-2-line:before { content: "\ed09"; }
.ri-file-shield-fill:before { content: "\ed0a"; }
.ri-file-shield-line:before { content: "\ed0b"; }
.ri-file-shred-fill:before { content: "\ed0c"; }
.ri-file-shred-line:before { content: "\ed0d"; }
.ri-file-text-fill:before { content: "\ed0e"; }
.ri-file-text-line:before { content: "\ed0f"; }
.ri-file-transfer-fill:before { content: "\ed10"; }
.ri-file-transfer-line:before { content: "\ed11"; }
.ri-file-unknow-fill:before { content: "\ed12"; }
.ri-file-unknow-line:before { content: "\ed13"; }
.ri-file-upload-fill:before { content: "\ed14"; }
.ri-file-upload-line:before { content: "\ed15"; }
.ri-file-user-fill:before { content: "\ed16"; }
.ri-file-user-line:before { content: "\ed17"; }
.ri-file-warning-fill:before { content: "\ed18"; }
.ri-file-warning-line:before { content: "\ed19"; }
.ri-file-word-2-fill:before { content: "\ed1a"; }
.ri-file-word-2-line:before { content: "\ed1b"; }
.ri-file-word-fill:before { content: "\ed1c"; }
.ri-file-word-line:before { content: "\ed1d"; }
.ri-file-zip-fill:before { content: "\ed1e"; }
.ri-file-zip-line:before { content: "\ed1f"; }
.ri-film-fill:before { content: "\ed20"; }
.ri-film-line:before { content: "\ed21"; }
.ri-filter-2-fill:before { content: "\ed22"; }
.ri-filter-2-line:before { content: "\ed23"; }
.ri-filter-3-fill:before { content: "\ed24"; }
.ri-filter-3-line:before { content: "\ed25"; }
.ri-filter-fill:before { content: "\ed26"; }
.ri-filter-line:before { content: "\ed27"; }
.ri-filter-off-fill:before { content: "\ed28"; }
.ri-filter-off-line:before { content: "\ed29"; }
.ri-find-replace-fill:before { content: "\ed2a"; }
.ri-find-replace-line:before { content: "\ed2b"; }
.ri-finder-fill:before { content: "\ed2c"; }
.ri-finder-line:before { content: "\ed2d"; }
.ri-fingerprint-2-fill:before { content: "\ed2e"; }
.ri-fingerprint-2-line:before { content: "\ed2f"; }
.ri-fingerprint-fill:before { content: "\ed30"; }
.ri-fingerprint-line:before { content: "\ed31"; }
.ri-fire-fill:before { content: "\ed32"; }
.ri-fire-line:before { content: "\ed33"; }
.ri-firefox-fill:before { content: "\ed34"; }
.ri-firefox-line:before { content: "\ed35"; }
.ri-first-aid-kit-fill:before { content: "\ed36"; }
.ri-first-aid-kit-line:before { content: "\ed37"; }
.ri-flag-2-fill:before { content: "\ed38"; }
.ri-flag-2-line:before { content: "\ed39"; }
.ri-flag-fill:before { content: "\ed3a"; }
.ri-flag-line:before { content: "\ed3b"; }
.ri-flashlight-fill:before { content: "\ed3c"; }
.ri-flashlight-line:before { content: "\ed3d"; }
.ri-flask-fill:before { content: "\ed3e"; }
.ri-flask-line:before { content: "\ed3f"; }
.ri-flight-land-fill:before { content: "\ed40"; }
.ri-flight-land-line:before { content: "\ed41"; }
.ri-flight-takeoff-fill:before { content: "\ed42"; }
.ri-flight-takeoff-line:before { content: "\ed43"; }
.ri-flood-fill:before { content: "\ed44"; }
.ri-flood-line:before { content: "\ed45"; }
.ri-flow-chart:before { content: "\ed46"; }
.ri-flutter-fill:before { content: "\ed47"; }
.ri-flutter-line:before { content: "\ed48"; }
.ri-focus-2-fill:before { content: "\ed49"; }
.ri-focus-2-line:before { content: "\ed4a"; }
.ri-focus-3-fill:before { content: "\ed4b"; }
.ri-focus-3-line:before { content: "\ed4c"; }
.ri-focus-fill:before { content: "\ed4d"; }
.ri-focus-line:before { content: "\ed4e"; }
.ri-foggy-fill:before { content: "\ed4f"; }
.ri-foggy-line:before { content: "\ed50"; }
.ri-folder-2-fill:before { content: "\ed51"; }
.ri-folder-2-line:before { content: "\ed52"; }
.ri-folder-3-fill:before { content: "\ed53"; }
.ri-folder-3-line:before { content: "\ed54"; }
.ri-folder-4-fill:before { content: "\ed55"; }
.ri-folder-4-line:before { content: "\ed56"; }
.ri-folder-5-fill:before { content: "\ed57"; }
.ri-folder-5-line:before { content: "\ed58"; }
.ri-folder-add-fill:before { content: "\ed59"; }
.ri-folder-add-line:before { content: "\ed5a"; }
.ri-folder-chart-2-fill:before { content: "\ed5b"; }
.ri-folder-chart-2-line:before { content: "\ed5c"; }
.ri-folder-chart-fill:before { content: "\ed5d"; }
.ri-folder-chart-line:before { content: "\ed5e"; }
.ri-folder-download-fill:before { content: "\ed5f"; }
.ri-folder-download-line:before { content: "\ed60"; }
.ri-folder-fill:before { content: "\ed61"; }
.ri-folder-forbid-fill:before { content: "\ed62"; }
.ri-folder-forbid-line:before { content: "\ed63"; }
.ri-folder-history-fill:before { content: "\ed64"; }
.ri-folder-history-line:before { content: "\ed65"; }
.ri-folder-info-fill:before { content: "\ed66"; }
.ri-folder-info-line:before { content: "\ed67"; }
.ri-folder-keyhole-fill:before { content: "\ed68"; }
.ri-folder-keyhole-line:before { content: "\ed69"; }
.ri-folder-line:before { content: "\ed6a"; }
.ri-folder-lock-fill:before { content: "\ed6b"; }
.ri-folder-lock-line:before { content: "\ed6c"; }
.ri-folder-music-fill:before { content: "\ed6d"; }
.ri-folder-music-line:before { content: "\ed6e"; }
.ri-folder-open-fill:before { content: "\ed6f"; }
.ri-folder-open-line:before { content: "\ed70"; }
.ri-folder-received-fill:before { content: "\ed71"; }
.ri-folder-received-line:before { content: "\ed72"; }
.ri-folder-reduce-fill:before { content: "\ed73"; }
.ri-folder-reduce-line:before { content: "\ed74"; }
.ri-folder-settings-fill:before { content: "\ed75"; }
.ri-folder-settings-line:before { content: "\ed76"; }
.ri-folder-shared-fill:before { content: "\ed77"; }
.ri-folder-shared-line:before { content: "\ed78"; }
.ri-folder-shield-2-fill:before { content: "\ed79"; }
.ri-folder-shield-2-line:before { content: "\ed7a"; }
.ri-folder-shield-fill:before { content: "\ed7b"; }
.ri-folder-shield-line:before { content: "\ed7c"; }
.ri-folder-transfer-fill:before { content: "\ed7d"; }
.ri-folder-transfer-line:before { content: "\ed7e"; }
.ri-folder-unknow-fill:before { content: "\ed7f"; }
.ri-folder-unknow-line:before { content: "\ed80"; }
.ri-folder-upload-fill:before { content: "\ed81"; }
.ri-folder-upload-line:before { content: "\ed82"; }
.ri-folder-user-fill:before { content: "\ed83"; }
.ri-folder-user-line:before { content: "\ed84"; }
.ri-folder-warning-fill:before { content: "\ed85"; }
.ri-folder-warning-line:before { content: "\ed86"; }
.ri-folder-zip-fill:before { content: "\ed87"; }
.ri-folder-zip-line:before { content: "\ed88"; }
.ri-folders-fill:before { content: "\ed89"; }
.ri-folders-line:before { content: "\ed8a"; }
.ri-font-color:before { content: "\ed8b"; }
.ri-font-size-2:before { content: "\ed8c"; }
.ri-font-size:before { content: "\ed8d"; }
.ri-football-fill:before { content: "\ed8e"; }
.ri-football-line:before { content: "\ed8f"; }
.ri-footprint-fill:before { content: "\ed90"; }
.ri-footprint-line:before { content: "\ed91"; }
.ri-forbid-2-fill:before { content: "\ed92"; }
.ri-forbid-2-line:before { content: "\ed93"; }
.ri-forbid-fill:before { content: "\ed94"; }
.ri-forbid-line:before { content: "\ed95"; }
.ri-format-clear:before { content: "\ed96"; }
.ri-fridge-fill:before { content: "\ed97"; }
.ri-fridge-line:before { content: "\ed98"; }
.ri-fullscreen-exit-fill:before { content: "\ed99"; }
.ri-fullscreen-exit-line:before { content: "\ed9a"; }
.ri-fullscreen-fill:before { content: "\ed9b"; }
.ri-fullscreen-line:before { content: "\ed9c"; }
.ri-function-fill:before { content: "\ed9d"; }
.ri-function-line:before { content: "\ed9e"; }
.ri-functions:before { content: "\ed9f"; }
.ri-funds-box-fill:before { content: "\eda0"; }
.ri-funds-box-line:before { content: "\eda1"; }
.ri-funds-fill:before { content: "\eda2"; }
.ri-funds-line:before { content: "\eda3"; }
.ri-gallery-fill:before { content: "\eda4"; }
.ri-gallery-line:before { content: "\eda5"; }
.ri-gallery-upload-fill:before { content: "\eda6"; }
.ri-gallery-upload-line:before { content: "\eda7"; }
.ri-game-fill:before { content: "\eda8"; }
.ri-game-line:before { content: "\eda9"; }
.ri-gamepad-fill:before { content: "\edaa"; }
.ri-gamepad-line:before { content: "\edab"; }
.ri-gas-station-fill:before { content: "\edac"; }
.ri-gas-station-line:before { content: "\edad"; }
.ri-gatsby-fill:before { content: "\edae"; }
.ri-gatsby-line:before { content: "\edaf"; }
.ri-genderless-fill:before { content: "\edb0"; }
.ri-genderless-line:before { content: "\edb1"; }
.ri-ghost-2-fill:before { content: "\edb2"; }
.ri-ghost-2-line:before { content: "\edb3"; }
.ri-ghost-fill:before { content: "\edb4"; }
.ri-ghost-line:before { content: "\edb5"; }
.ri-ghost-smile-fill:before { content: "\edb6"; }
.ri-ghost-smile-line:before { content: "\edb7"; }
.ri-gift-2-fill:before { content: "\edb8"; }
.ri-gift-2-line:before { content: "\edb9"; }
.ri-gift-fill:before { content: "\edba"; }
.ri-gift-line:before { content: "\edbb"; }
.ri-git-branch-fill:before { content: "\edbc"; }
.ri-git-branch-line:before { content: "\edbd"; }
.ri-git-commit-fill:before { content: "\edbe"; }
.ri-git-commit-line:before { content: "\edbf"; }
.ri-git-merge-fill:before { content: "\edc0"; }
.ri-git-merge-line:before { content: "\edc1"; }
.ri-git-pull-request-fill:before { content: "\edc2"; }
.ri-git-pull-request-line:before { content: "\edc3"; }
.ri-git-repository-commits-fill:before { content: "\edc4"; }
.ri-git-repository-commits-line:before { content: "\edc5"; }
.ri-git-repository-fill:before { content: "\edc6"; }
.ri-git-repository-line:before { content: "\edc7"; }
.ri-git-repository-private-fill:before { content: "\edc8"; }
.ri-git-repository-private-line:before { content: "\edc9"; }
.ri-github-fill:before { content: "\edca"; }
.ri-github-line:before { content: "\edcb"; }
.ri-gitlab-fill:before { content: "\edcc"; }
.ri-gitlab-line:before { content: "\edcd"; }
.ri-global-fill:before { content: "\edce"; }
.ri-global-line:before { content: "\edcf"; }
.ri-globe-fill:before { content: "\edd0"; }
.ri-globe-line:before { content: "\edd1"; }
.ri-goblet-fill:before { content: "\edd2"; }
.ri-goblet-line:before { content: "\edd3"; }
.ri-google-fill:before { content: "\edd4"; }
.ri-google-line:before { content: "\edd5"; }
.ri-google-play-fill:before { content: "\edd6"; }
.ri-google-play-line:before { content: "\edd7"; }
.ri-government-fill:before { content: "\edd8"; }
.ri-government-line:before { content: "\edd9"; }
.ri-gps-fill:before { content: "\edda"; }
.ri-gps-line:before { content: "\eddb"; }
.ri-gradienter-fill:before { content: "\eddc"; }
.ri-gradienter-line:before { content: "\eddd"; }
.ri-grid-fill:before { content: "\edde"; }
.ri-grid-line:before { content: "\eddf"; }
.ri-group-2-fill:before { content: "\ede0"; }
.ri-group-2-line:before { content: "\ede1"; }
.ri-group-fill:before { content: "\ede2"; }
.ri-group-line:before { content: "\ede3"; }
.ri-guide-fill:before { content: "\ede4"; }
.ri-guide-line:before { content: "\ede5"; }
.ri-h-1:before { content: "\ede6"; }
.ri-h-2:before { content: "\ede7"; }
.ri-h-3:before { content: "\ede8"; }
.ri-h-4:before { content: "\ede9"; }
.ri-h-5:before { content: "\edea"; }
.ri-h-6:before { content: "\edeb"; }
.ri-hail-fill:before { content: "\edec"; }
.ri-hail-line:before { content: "\eded"; }
.ri-hammer-fill:before { content: "\edee"; }
.ri-hammer-line:before { content: "\edef"; }
.ri-hand-coin-fill:before { content: "\edf0"; }
.ri-hand-coin-line:before { content: "\edf1"; }
.ri-hand-heart-fill:before { content: "\edf2"; }
.ri-hand-heart-line:before { content: "\edf3"; }
.ri-hand-sanitizer-fill:before { content: "\edf4"; }
.ri-hand-sanitizer-line:before { content: "\edf5"; }
.ri-handbag-fill:before { content: "\edf6"; }
.ri-handbag-line:before { content: "\edf7"; }
.ri-hard-drive-2-fill:before { content: "\edf8"; }
.ri-hard-drive-2-line:before { content: "\edf9"; }
.ri-hard-drive-fill:before { content: "\edfa"; }
.ri-hard-drive-line:before { content: "\edfb"; }
.ri-hashtag:before { content: "\edfc"; }
.ri-haze-2-fill:before { content: "\edfd"; }
.ri-haze-2-line:before { content: "\edfe"; }
.ri-haze-fill:before { content: "\edff"; }
.ri-haze-line:before { content: "\ee00"; }
.ri-hd-fill:before { content: "\ee01"; }
.ri-hd-line:before { content: "\ee02"; }
.ri-heading:before { content: "\ee03"; }
.ri-headphone-fill:before { content: "\ee04"; }
.ri-headphone-line:before { content: "\ee05"; }
.ri-health-book-fill:before { content: "\ee06"; }
.ri-health-book-line:before { content: "\ee07"; }
.ri-heart-2-fill:before { content: "\ee08"; }
.ri-heart-2-line:before { content: "\ee09"; }
.ri-heart-3-fill:before { content: "\ee0a"; }
.ri-heart-3-line:before { content: "\ee0b"; }
.ri-heart-add-fill:before { content: "\ee0c"; }
.ri-heart-add-line:before { content: "\ee0d"; }
.ri-heart-fill:before { content: "\ee0e"; }
.ri-heart-line:before { content: "\ee0f"; }
.ri-heart-pulse-fill:before { content: "\ee10"; }
.ri-heart-pulse-line:before { content: "\ee11"; }
.ri-hearts-fill:before { content: "\ee12"; }
.ri-hearts-line:before { content: "\ee13"; }
.ri-heavy-showers-fill:before { content: "\ee14"; }
.ri-heavy-showers-line:before { content: "\ee15"; }
.ri-history-fill:before { content: "\ee16"; }
.ri-history-line:before { content: "\ee17"; }
.ri-home-2-fill:before { content: "\ee18"; }
.ri-home-2-line:before { content: "\ee19"; }
.ri-home-3-fill:before { content: "\ee1a"; }
.ri-home-3-line:before { content: "\ee1b"; }
.ri-home-4-fill:before { content: "\ee1c"; }
.ri-home-4-line:before { content: "\ee1d"; }
.ri-home-5-fill:before { content: "\ee1e"; }
.ri-home-5-line:before { content: "\ee1f"; }
.ri-home-6-fill:before { content: "\ee20"; }
.ri-home-6-line:before { content: "\ee21"; }
.ri-home-7-fill:before { content: "\ee22"; }
.ri-home-7-line:before { content: "\ee23"; }
.ri-home-8-fill:before { content: "\ee24"; }
.ri-home-8-line:before { content: "\ee25"; }
.ri-home-fill:before { content: "\ee26"; }
.ri-home-gear-fill:before { content: "\ee27"; }
.ri-home-gear-line:before { content: "\ee28"; }
.ri-home-heart-fill:before { content: "\ee29"; }
.ri-home-heart-line:before { content: "\ee2a"; }
.ri-home-line:before { content: "\ee2b"; }
.ri-home-smile-2-fill:before { content: "\ee2c"; }
.ri-home-smile-2-line:before { content: "\ee2d"; }
.ri-home-smile-fill:before { content: "\ee2e"; }
.ri-home-smile-line:before { content: "\ee2f"; }
.ri-home-wifi-fill:before { content: "\ee30"; }
.ri-home-wifi-line:before { content: "\ee31"; }
.ri-honor-of-kings-fill:before { content: "\ee32"; }
.ri-honor-of-kings-line:before { content: "\ee33"; }
.ri-honour-fill:before { content: "\ee34"; }
.ri-honour-line:before { content: "\ee35"; }
.ri-hospital-fill:before { content: "\ee36"; }
.ri-hospital-line:before { content: "\ee37"; }
.ri-hotel-bed-fill:before { content: "\ee38"; }
.ri-hotel-bed-line:before { content: "\ee39"; }
.ri-hotel-fill:before { content: "\ee3a"; }
.ri-hotel-line:before { content: "\ee3b"; }
.ri-hotspot-fill:before { content: "\ee3c"; }
.ri-hotspot-line:before { content: "\ee3d"; }
.ri-hq-fill:before { content: "\ee3e"; }
.ri-hq-line:before { content: "\ee3f"; }
.ri-html5-fill:before { content: "\ee40"; }
.ri-html5-line:before { content: "\ee41"; }
.ri-ie-fill:before { content: "\ee42"; }
.ri-ie-line:before { content: "\ee43"; }
.ri-image-2-fill:before { content: "\ee44"; }
.ri-image-2-line:before { content: "\ee45"; }
.ri-image-add-fill:before { content: "\ee46"; }
.ri-image-add-line:before { content: "\ee47"; }
.ri-image-edit-fill:before { content: "\ee48"; }
.ri-image-edit-line:before { content: "\ee49"; }
.ri-image-fill:before { content: "\ee4a"; }
.ri-image-line:before { content: "\ee4b"; }
.ri-inbox-archive-fill:before { content: "\ee4c"; }
.ri-inbox-archive-line:before { content: "\ee4d"; }
.ri-inbox-fill:before { content: "\ee4e"; }
.ri-inbox-line:before { content: "\ee4f"; }
.ri-inbox-unarchive-fill:before { content: "\ee50"; }
.ri-inbox-unarchive-line:before { content: "\ee51"; }
.ri-increase-decrease-fill:before { content: "\ee52"; }
.ri-increase-decrease-line:before { content: "\ee53"; }
.ri-indent-decrease:before { content: "\ee54"; }
.ri-indent-increase:before { content: "\ee55"; }
.ri-indeterminate-circle-fill:before { content: "\ee56"; }
.ri-indeterminate-circle-line:before { content: "\ee57"; }
.ri-information-fill:before { content: "\ee58"; }
.ri-information-line:before { content: "\ee59"; }
.ri-infrared-thermometer-fill:before { content: "\ee5a"; }
.ri-infrared-thermometer-line:before { content: "\ee5b"; }
.ri-ink-bottle-fill:before { content: "\ee5c"; }
.ri-ink-bottle-line:before { content: "\ee5d"; }
.ri-input-cursor-move:before { content: "\ee5e"; }
.ri-input-method-fill:before { content: "\ee5f"; }
.ri-input-method-line:before { content: "\ee60"; }
.ri-insert-column-left:before { content: "\ee61"; }
.ri-insert-column-right:before { content: "\ee62"; }
.ri-insert-row-bottom:before { content: "\ee63"; }
.ri-insert-row-top:before { content: "\ee64"; }
.ri-instagram-fill:before { content: "\ee65"; }
.ri-instagram-line:before { content: "\ee66"; }
.ri-install-fill:before { content: "\ee67"; }
.ri-install-line:before { content: "\ee68"; }
.ri-invision-fill:before { content: "\ee69"; }
.ri-invision-line:before { content: "\ee6a"; }
.ri-italic:before { content: "\ee6b"; }
.ri-kakao-talk-fill:before { content: "\ee6c"; }
.ri-kakao-talk-line:before { content: "\ee6d"; }
.ri-key-2-fill:before { content: "\ee6e"; }
.ri-key-2-line:before { content: "\ee6f"; }
.ri-key-fill:before { content: "\ee70"; }
.ri-key-line:before { content: "\ee71"; }
.ri-keyboard-box-fill:before { content: "\ee72"; }
.ri-keyboard-box-line:before { content: "\ee73"; }
.ri-keyboard-fill:before { content: "\ee74"; }
.ri-keyboard-line:before { content: "\ee75"; }
.ri-keynote-fill:before { content: "\ee76"; }
.ri-keynote-line:before { content: "\ee77"; }
.ri-knife-blood-fill:before { content: "\ee78"; }
.ri-knife-blood-line:before { content: "\ee79"; }
.ri-knife-fill:before { content: "\ee7a"; }
.ri-knife-line:before { content: "\ee7b"; }
.ri-landscape-fill:before { content: "\ee7c"; }
.ri-landscape-line:before { content: "\ee7d"; }
.ri-layout-2-fill:before { content: "\ee7e"; }
.ri-layout-2-line:before { content: "\ee7f"; }
.ri-layout-3-fill:before { content: "\ee80"; }
.ri-layout-3-line:before { content: "\ee81"; }
.ri-layout-4-fill:before { content: "\ee82"; }
.ri-layout-4-line:before { content: "\ee83"; }
.ri-layout-5-fill:before { content: "\ee84"; }
.ri-layout-5-line:before { content: "\ee85"; }
.ri-layout-6-fill:before { content: "\ee86"; }
.ri-layout-6-line:before { content: "\ee87"; }
.ri-layout-bottom-2-fill:before { content: "\ee88"; }
.ri-layout-bottom-2-line:before { content: "\ee89"; }
.ri-layout-bottom-fill:before { content: "\ee8a"; }
.ri-layout-bottom-line:before { content: "\ee8b"; }
.ri-layout-column-fill:before { content: "\ee8c"; }
.ri-layout-column-line:before { content: "\ee8d"; }
.ri-layout-fill:before { content: "\ee8e"; }
.ri-layout-grid-fill:before { content: "\ee8f"; }
.ri-layout-grid-line:before { content: "\ee90"; }
.ri-layout-left-2-fill:before { content: "\ee91"; }
.ri-layout-left-2-line:before { content: "\ee92"; }
.ri-layout-left-fill:before { content: "\ee93"; }
.ri-layout-left-line:before { content: "\ee94"; }
.ri-layout-line:before { content: "\ee95"; }
.ri-layout-masonry-fill:before { content: "\ee96"; }
.ri-layout-masonry-line:before { content: "\ee97"; }
.ri-layout-right-2-fill:before { content: "\ee98"; }
.ri-layout-right-2-line:before { content: "\ee99"; }
.ri-layout-right-fill:before { content: "\ee9a"; }
.ri-layout-right-line:before { content: "\ee9b"; }
.ri-layout-row-fill:before { content: "\ee9c"; }
.ri-layout-row-line:before { content: "\ee9d"; }
.ri-layout-top-2-fill:before { content: "\ee9e"; }
.ri-layout-top-2-line:before { content: "\ee9f"; }
.ri-layout-top-fill:before { content: "\eea0"; }
.ri-layout-top-line:before { content: "\eea1"; }
.ri-leaf-fill:before { content: "\eea2"; }
.ri-leaf-line:before { content: "\eea3"; }
.ri-lifebuoy-fill:before { content: "\eea4"; }
.ri-lifebuoy-line:before { content: "\eea5"; }
.ri-lightbulb-fill:before { content: "\eea6"; }
.ri-lightbulb-flash-fill:before { content: "\eea7"; }
.ri-lightbulb-flash-line:before { content: "\eea8"; }
.ri-lightbulb-line:before { content: "\eea9"; }
.ri-line-chart-fill:before { content: "\eeaa"; }
.ri-line-chart-line:before { content: "\eeab"; }
.ri-line-fill:before { content: "\eeac"; }
.ri-line-height:before { content: "\eead"; }
.ri-line-line:before { content: "\eeae"; }
.ri-link-m:before { content: "\eeaf"; }
.ri-link-unlink-m:before { content: "\eeb0"; }
.ri-link-unlink:before { content: "\eeb1"; }
.ri-link:before { content: "\eeb2"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-linkedin-box-line:before { content: "\eeb4"; }
.ri-linkedin-fill:before { content: "\eeb5"; }
.ri-linkedin-line:before { content: "\eeb6"; }
.ri-links-fill:before { content: "\eeb7"; }
.ri-links-line:before { content: "\eeb8"; }
.ri-list-check-2:before { content: "\eeb9"; }
.ri-list-check:before { content: "\eeba"; }
.ri-list-ordered:before { content: "\eebb"; }
.ri-list-settings-fill:before { content: "\eebc"; }
.ri-list-settings-line:before { content: "\eebd"; }
.ri-list-unordered:before { content: "\eebe"; }
.ri-live-fill:before { content: "\eebf"; }
.ri-live-line:before { content: "\eec0"; }
.ri-loader-2-fill:before { content: "\eec1"; }
.ri-loader-2-line:before { content: "\eec2"; }
.ri-loader-3-fill:before { content: "\eec3"; }
.ri-loader-3-line:before { content: "\eec4"; }
.ri-loader-4-fill:before { content: "\eec5"; }
.ri-loader-4-line:before { content: "\eec6"; }
.ri-loader-5-fill:before { content: "\eec7"; }
.ri-loader-5-line:before { content: "\eec8"; }
.ri-loader-fill:before { content: "\eec9"; }
.ri-loader-line:before { content: "\eeca"; }
.ri-lock-2-fill:before { content: "\eecb"; }
.ri-lock-2-line:before { content: "\eecc"; }
.ri-lock-fill:before { content: "\eecd"; }
.ri-lock-line:before { content: "\eece"; }
.ri-lock-password-fill:before { content: "\eecf"; }
.ri-lock-password-line:before { content: "\eed0"; }
.ri-lock-unlock-fill:before { content: "\eed1"; }
.ri-lock-unlock-line:before { content: "\eed2"; }
.ri-login-box-fill:before { content: "\eed3"; }
.ri-login-box-line:before { content: "\eed4"; }
.ri-login-circle-fill:before { content: "\eed5"; }
.ri-login-circle-line:before { content: "\eed6"; }
.ri-logout-box-fill:before { content: "\eed7"; }
.ri-logout-box-line:before { content: "\eed8"; }
.ri-logout-box-r-fill:before { content: "\eed9"; }
.ri-logout-box-r-line:before { content: "\eeda"; }
.ri-logout-circle-fill:before { content: "\eedb"; }
.ri-logout-circle-line:before { content: "\eedc"; }
.ri-logout-circle-r-fill:before { content: "\eedd"; }
.ri-logout-circle-r-line:before { content: "\eede"; }
.ri-luggage-cart-fill:before { content: "\eedf"; }
.ri-luggage-cart-line:before { content: "\eee0"; }
.ri-luggage-deposit-fill:before { content: "\eee1"; }
.ri-luggage-deposit-line:before { content: "\eee2"; }
.ri-lungs-fill:before { content: "\eee3"; }
.ri-lungs-line:before { content: "\eee4"; }
.ri-mac-fill:before { content: "\eee5"; }
.ri-mac-line:before { content: "\eee6"; }
.ri-macbook-fill:before { content: "\eee7"; }
.ri-macbook-line:before { content: "\eee8"; }
.ri-magic-fill:before { content: "\eee9"; }
.ri-magic-line:before { content: "\eeea"; }
.ri-mail-add-fill:before { content: "\eeeb"; }
.ri-mail-add-line:before { content: "\eeec"; }
.ri-mail-check-fill:before { content: "\eeed"; }
.ri-mail-check-line:before { content: "\eeee"; }
.ri-mail-close-fill:before { content: "\eeef"; }
.ri-mail-close-line:before { content: "\eef0"; }
.ri-mail-download-fill:before { content: "\eef1"; }
.ri-mail-download-line:before { content: "\eef2"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-mail-forbid-fill:before { content: "\eef4"; }
.ri-mail-forbid-line:before { content: "\eef5"; }
.ri-mail-line:before { content: "\eef6"; }
.ri-mail-lock-fill:before { content: "\eef7"; }
.ri-mail-lock-line:before { content: "\eef8"; }
.ri-mail-open-fill:before { content: "\eef9"; }
.ri-mail-open-line:before { content: "\eefa"; }
.ri-mail-send-fill:before { content: "\eefb"; }
.ri-mail-send-line:before { content: "\eefc"; }
.ri-mail-settings-fill:before { content: "\eefd"; }
.ri-mail-settings-line:before { content: "\eefe"; }
.ri-mail-star-fill:before { content: "\eeff"; }
.ri-mail-star-line:before { content: "\ef00"; }
.ri-mail-unread-fill:before { content: "\ef01"; }
.ri-mail-unread-line:before { content: "\ef02"; }
.ri-mail-volume-fill:before { content: "\ef03"; }
.ri-mail-volume-line:before { content: "\ef04"; }
.ri-map-2-fill:before { content: "\ef05"; }
.ri-map-2-line:before { content: "\ef06"; }
.ri-map-fill:before { content: "\ef07"; }
.ri-map-line:before { content: "\ef08"; }
.ri-map-pin-2-fill:before { content: "\ef09"; }
.ri-map-pin-2-line:before { content: "\ef0a"; }
.ri-map-pin-3-fill:before { content: "\ef0b"; }
.ri-map-pin-3-line:before { content: "\ef0c"; }
.ri-map-pin-4-fill:before { content: "\ef0d"; }
.ri-map-pin-4-line:before { content: "\ef0e"; }
.ri-map-pin-5-fill:before { content: "\ef0f"; }
.ri-map-pin-5-line:before { content: "\ef10"; }
.ri-map-pin-add-fill:before { content: "\ef11"; }
.ri-map-pin-add-line:before { content: "\ef12"; }
.ri-map-pin-fill:before { content: "\ef13"; }
.ri-map-pin-line:before { content: "\ef14"; }
.ri-map-pin-range-fill:before { content: "\ef15"; }
.ri-map-pin-range-line:before { content: "\ef16"; }
.ri-map-pin-time-fill:before { content: "\ef17"; }
.ri-map-pin-time-line:before { content: "\ef18"; }
.ri-map-pin-user-fill:before { content: "\ef19"; }
.ri-map-pin-user-line:before { content: "\ef1a"; }
.ri-mark-pen-fill:before { content: "\ef1b"; }
.ri-mark-pen-line:before { content: "\ef1c"; }
.ri-markdown-fill:before { content: "\ef1d"; }
.ri-markdown-line:before { content: "\ef1e"; }
.ri-markup-fill:before { content: "\ef1f"; }
.ri-markup-line:before { content: "\ef20"; }
.ri-mastercard-fill:before { content: "\ef21"; }
.ri-mastercard-line:before { content: "\ef22"; }
.ri-mastodon-fill:before { content: "\ef23"; }
.ri-mastodon-line:before { content: "\ef24"; }
.ri-medal-2-fill:before { content: "\ef25"; }
.ri-medal-2-line:before { content: "\ef26"; }
.ri-medal-fill:before { content: "\ef27"; }
.ri-medal-line:before { content: "\ef28"; }
.ri-medicine-bottle-fill:before { content: "\ef29"; }
.ri-medicine-bottle-line:before { content: "\ef2a"; }
.ri-medium-fill:before { content: "\ef2b"; }
.ri-medium-line:before { content: "\ef2c"; }
.ri-men-fill:before { content: "\ef2d"; }
.ri-men-line:before { content: "\ef2e"; }
.ri-mental-health-fill:before { content: "\ef2f"; }
.ri-mental-health-line:before { content: "\ef30"; }
.ri-menu-2-fill:before { content: "\ef31"; }
.ri-menu-2-line:before { content: "\ef32"; }
.ri-menu-3-fill:before { content: "\ef33"; }
.ri-menu-3-line:before { content: "\ef34"; }
.ri-menu-4-fill:before { content: "\ef35"; }
.ri-menu-4-line:before { content: "\ef36"; }
.ri-menu-5-fill:before { content: "\ef37"; }
.ri-menu-5-line:before { content: "\ef38"; }
.ri-menu-add-fill:before { content: "\ef39"; }
.ri-menu-add-line:before { content: "\ef3a"; }
.ri-menu-fill:before { content: "\ef3b"; }
.ri-menu-fold-fill:before { content: "\ef3c"; }
.ri-menu-fold-line:before { content: "\ef3d"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-menu-unfold-fill:before { content: "\ef3f"; }
.ri-menu-unfold-line:before { content: "\ef40"; }
.ri-merge-cells-horizontal:before { content: "\ef41"; }
.ri-merge-cells-vertical:before { content: "\ef42"; }
.ri-message-2-fill:before { content: "\ef43"; }
.ri-message-2-line:before { content: "\ef44"; }
.ri-message-3-fill:before { content: "\ef45"; }
.ri-message-3-line:before { content: "\ef46"; }
.ri-message-fill:before { content: "\ef47"; }
.ri-message-line:before { content: "\ef48"; }
.ri-messenger-fill:before { content: "\ef49"; }
.ri-messenger-line:before { content: "\ef4a"; }
.ri-meteor-fill:before { content: "\ef4b"; }
.ri-meteor-line:before { content: "\ef4c"; }
.ri-mic-2-fill:before { content: "\ef4d"; }
.ri-mic-2-line:before { content: "\ef4e"; }
.ri-mic-fill:before { content: "\ef4f"; }
.ri-mic-line:before { content: "\ef50"; }
.ri-mic-off-fill:before { content: "\ef51"; }
.ri-mic-off-line:before { content: "\ef52"; }
.ri-mickey-fill:before { content: "\ef53"; }
.ri-mickey-line:before { content: "\ef54"; }
.ri-microscope-fill:before { content: "\ef55"; }
.ri-microscope-line:before { content: "\ef56"; }
.ri-microsoft-fill:before { content: "\ef57"; }
.ri-microsoft-line:before { content: "\ef58"; }
.ri-mind-map:before { content: "\ef59"; }
.ri-mini-program-fill:before { content: "\ef5a"; }
.ri-mini-program-line:before { content: "\ef5b"; }
.ri-mist-fill:before { content: "\ef5c"; }
.ri-mist-line:before { content: "\ef5d"; }
.ri-money-cny-box-fill:before { content: "\ef5e"; }
.ri-money-cny-box-line:before { content: "\ef5f"; }
.ri-money-cny-circle-fill:before { content: "\ef60"; }
.ri-money-cny-circle-line:before { content: "\ef61"; }
.ri-money-dollar-box-fill:before { content: "\ef62"; }
.ri-money-dollar-box-line:before { content: "\ef63"; }
.ri-money-dollar-circle-fill:before { content: "\ef64"; }
.ri-money-dollar-circle-line:before { content: "\ef65"; }
.ri-money-euro-box-fill:before { content: "\ef66"; }
.ri-money-euro-box-line:before { content: "\ef67"; }
.ri-money-euro-circle-fill:before { content: "\ef68"; }
.ri-money-euro-circle-line:before { content: "\ef69"; }
.ri-money-pound-box-fill:before { content: "\ef6a"; }
.ri-money-pound-box-line:before { content: "\ef6b"; }
.ri-money-pound-circle-fill:before { content: "\ef6c"; }
.ri-money-pound-circle-line:before { content: "\ef6d"; }
.ri-moon-clear-fill:before { content: "\ef6e"; }
.ri-moon-clear-line:before { content: "\ef6f"; }
.ri-moon-cloudy-fill:before { content: "\ef70"; }
.ri-moon-cloudy-line:before { content: "\ef71"; }
.ri-moon-fill:before { content: "\ef72"; }
.ri-moon-foggy-fill:before { content: "\ef73"; }
.ri-moon-foggy-line:before { content: "\ef74"; }
.ri-moon-line:before { content: "\ef75"; }
.ri-more-2-fill:before { content: "\ef76"; }
.ri-more-2-line:before { content: "\ef77"; }
.ri-more-fill:before { content: "\ef78"; }
.ri-more-line:before { content: "\ef79"; }
.ri-motorbike-fill:before { content: "\ef7a"; }
.ri-motorbike-line:before { content: "\ef7b"; }
.ri-mouse-fill:before { content: "\ef7c"; }
.ri-mouse-line:before { content: "\ef7d"; }
.ri-movie-2-fill:before { content: "\ef7e"; }
.ri-movie-2-line:before { content: "\ef7f"; }
.ri-movie-fill:before { content: "\ef80"; }
.ri-movie-line:before { content: "\ef81"; }
.ri-music-2-fill:before { content: "\ef82"; }
.ri-music-2-line:before { content: "\ef83"; }
.ri-music-fill:before { content: "\ef84"; }
.ri-music-line:before { content: "\ef85"; }
.ri-mv-fill:before { content: "\ef86"; }
.ri-mv-line:before { content: "\ef87"; }
.ri-navigation-fill:before { content: "\ef88"; }
.ri-navigation-line:before { content: "\ef89"; }
.ri-netease-cloud-music-fill:before { content: "\ef8a"; }
.ri-netease-cloud-music-line:before { content: "\ef8b"; }
.ri-netflix-fill:before { content: "\ef8c"; }
.ri-netflix-line:before { content: "\ef8d"; }
.ri-newspaper-fill:before { content: "\ef8e"; }
.ri-newspaper-line:before { content: "\ef8f"; }
.ri-node-tree:before { content: "\ef90"; }
.ri-notification-2-fill:before { content: "\ef91"; }
.ri-notification-2-line:before { content: "\ef92"; }
.ri-notification-3-fill:before { content: "\ef93"; }
.ri-notification-3-line:before { content: "\ef94"; }
.ri-notification-4-fill:before { content: "\ef95"; }
.ri-notification-4-line:before { content: "\ef96"; }
.ri-notification-badge-fill:before { content: "\ef97"; }
.ri-notification-badge-line:before { content: "\ef98"; }
.ri-notification-fill:before { content: "\ef99"; }
.ri-notification-line:before { content: "\ef9a"; }
.ri-notification-off-fill:before { content: "\ef9b"; }
.ri-notification-off-line:before { content: "\ef9c"; }
.ri-npmjs-fill:before { content: "\ef9d"; }
.ri-npmjs-line:before { content: "\ef9e"; }
.ri-number-0:before { content: "\ef9f"; }
.ri-number-1:before { content: "\efa0"; }
.ri-number-2:before { content: "\efa1"; }
.ri-number-3:before { content: "\efa2"; }
.ri-number-4:before { content: "\efa3"; }
.ri-number-5:before { content: "\efa4"; }
.ri-number-6:before { content: "\efa5"; }
.ri-number-7:before { content: "\efa6"; }
.ri-number-8:before { content: "\efa7"; }
.ri-number-9:before { content: "\efa8"; }
.ri-numbers-fill:before { content: "\efa9"; }
.ri-numbers-line:before { content: "\efaa"; }
.ri-nurse-fill:before { content: "\efab"; }
.ri-nurse-line:before { content: "\efac"; }
.ri-oil-fill:before { content: "\efad"; }
.ri-oil-line:before { content: "\efae"; }
.ri-omega:before { content: "\efaf"; }
.ri-open-arm-fill:before { content: "\efb0"; }
.ri-open-arm-line:before { content: "\efb1"; }
.ri-open-source-fill:before { content: "\efb2"; }
.ri-open-source-line:before { content: "\efb3"; }
.ri-opera-fill:before { content: "\efb4"; }
.ri-opera-line:before { content: "\efb5"; }
.ri-order-play-fill:before { content: "\efb6"; }
.ri-order-play-line:before { content: "\efb7"; }
.ri-organization-chart:before { content: "\efb8"; }
.ri-outlet-2-fill:before { content: "\efb9"; }
.ri-outlet-2-line:before { content: "\efba"; }
.ri-outlet-fill:before { content: "\efbb"; }
.ri-outlet-line:before { content: "\efbc"; }
.ri-page-separator:before { content: "\efbd"; }
.ri-pages-fill:before { content: "\efbe"; }
.ri-pages-line:before { content: "\efbf"; }
.ri-paint-brush-fill:before { content: "\efc0"; }
.ri-paint-brush-line:before { content: "\efc1"; }
.ri-paint-fill:before { content: "\efc2"; }
.ri-paint-line:before { content: "\efc3"; }
.ri-palette-fill:before { content: "\efc4"; }
.ri-palette-line:before { content: "\efc5"; }
.ri-pantone-fill:before { content: "\efc6"; }
.ri-pantone-line:before { content: "\efc7"; }
.ri-paragraph:before { content: "\efc8"; }
.ri-parent-fill:before { content: "\efc9"; }
.ri-parent-line:before { content: "\efca"; }
.ri-parentheses-fill:before { content: "\efcb"; }
.ri-parentheses-line:before { content: "\efcc"; }
.ri-parking-box-fill:before { content: "\efcd"; }
.ri-parking-box-line:before { content: "\efce"; }
.ri-parking-fill:before { content: "\efcf"; }
.ri-parking-line:before { content: "\efd0"; }
.ri-passport-fill:before { content: "\efd1"; }
.ri-passport-line:before { content: "\efd2"; }
.ri-patreon-fill:before { content: "\efd3"; }
.ri-patreon-line:before { content: "\efd4"; }
.ri-pause-circle-fill:before { content: "\efd5"; }
.ri-pause-circle-line:before { content: "\efd6"; }
.ri-pause-fill:before { content: "\efd7"; }
.ri-pause-line:before { content: "\efd8"; }
.ri-pause-mini-fill:before { content: "\efd9"; }
.ri-pause-mini-line:before { content: "\efda"; }
.ri-paypal-fill:before { content: "\efdb"; }
.ri-paypal-line:before { content: "\efdc"; }
.ri-pen-nib-fill:before { content: "\efdd"; }
.ri-pen-nib-line:before { content: "\efde"; }
.ri-pencil-fill:before { content: "\efdf"; }
.ri-pencil-line:before { content: "\efe0"; }
.ri-pencil-ruler-2-fill:before { content: "\efe1"; }
.ri-pencil-ruler-2-line:before { content: "\efe2"; }
.ri-pencil-ruler-fill:before { content: "\efe3"; }
.ri-pencil-ruler-line:before { content: "\efe4"; }
.ri-percent-fill:before { content: "\efe5"; }
.ri-percent-line:before { content: "\efe6"; }
.ri-phone-camera-fill:before { content: "\efe7"; }
.ri-phone-camera-line:before { content: "\efe8"; }
.ri-phone-fill:before { content: "\efe9"; }
.ri-phone-find-fill:before { content: "\efea"; }
.ri-phone-find-line:before { content: "\efeb"; }
.ri-phone-line:before { content: "\efec"; }
.ri-phone-lock-fill:before { content: "\efed"; }
.ri-phone-lock-line:before { content: "\efee"; }
.ri-picture-in-picture-2-fill:before { content: "\efef"; }
.ri-picture-in-picture-2-line:before { content: "\eff0"; }
.ri-picture-in-picture-exit-fill:before { content: "\eff1"; }
.ri-picture-in-picture-exit-line:before { content: "\eff2"; }
.ri-picture-in-picture-fill:before { content: "\eff3"; }
.ri-picture-in-picture-line:before { content: "\eff4"; }
.ri-pie-chart-2-fill:before { content: "\eff5"; }
.ri-pie-chart-2-line:before { content: "\eff6"; }
.ri-pie-chart-box-fill:before { content: "\eff7"; }
.ri-pie-chart-box-line:before { content: "\eff8"; }
.ri-pie-chart-fill:before { content: "\eff9"; }
.ri-pie-chart-line:before { content: "\effa"; }
.ri-pin-distance-fill:before { content: "\effb"; }
.ri-pin-distance-line:before { content: "\effc"; }
.ri-ping-pong-fill:before { content: "\effd"; }
.ri-ping-pong-line:before { content: "\effe"; }
.ri-pinterest-fill:before { content: "\efff"; }
.ri-pinterest-line:before { content: "\f000"; }
.ri-pinyin-input:before { content: "\f001"; }
.ri-pixelfed-fill:before { content: "\f002"; }
.ri-pixelfed-line:before { content: "\f003"; }
.ri-plane-fill:before { content: "\f004"; }
.ri-plane-line:before { content: "\f005"; }
.ri-plant-fill:before { content: "\f006"; }
.ri-plant-line:before { content: "\f007"; }
.ri-play-circle-fill:before { content: "\f008"; }
.ri-play-circle-line:before { content: "\f009"; }
.ri-play-fill:before { content: "\f00a"; }
.ri-play-line:before { content: "\f00b"; }
.ri-play-list-2-fill:before { content: "\f00c"; }
.ri-play-list-2-line:before { content: "\f00d"; }
.ri-play-list-add-fill:before { content: "\f00e"; }
.ri-play-list-add-line:before { content: "\f00f"; }
.ri-play-list-fill:before { content: "\f010"; }
.ri-play-list-line:before { content: "\f011"; }
.ri-play-mini-fill:before { content: "\f012"; }
.ri-play-mini-line:before { content: "\f013"; }
.ri-playstation-fill:before { content: "\f014"; }
.ri-playstation-line:before { content: "\f015"; }
.ri-plug-2-fill:before { content: "\f016"; }
.ri-plug-2-line:before { content: "\f017"; }
.ri-plug-fill:before { content: "\f018"; }
.ri-plug-line:before { content: "\f019"; }
.ri-polaroid-2-fill:before { content: "\f01a"; }
.ri-polaroid-2-line:before { content: "\f01b"; }
.ri-polaroid-fill:before { content: "\f01c"; }
.ri-polaroid-line:before { content: "\f01d"; }
.ri-police-car-fill:before { content: "\f01e"; }
.ri-police-car-line:before { content: "\f01f"; }
.ri-price-tag-2-fill:before { content: "\f020"; }
.ri-price-tag-2-line:before { content: "\f021"; }
.ri-price-tag-3-fill:before { content: "\f022"; }
.ri-price-tag-3-line:before { content: "\f023"; }
.ri-price-tag-fill:before { content: "\f024"; }
.ri-price-tag-line:before { content: "\f025"; }
.ri-printer-cloud-fill:before { content: "\f026"; }
.ri-printer-cloud-line:before { content: "\f027"; }
.ri-printer-fill:before { content: "\f028"; }
.ri-printer-line:before { content: "\f029"; }
.ri-product-hunt-fill:before { content: "\f02a"; }
.ri-product-hunt-line:before { content: "\f02b"; }
.ri-profile-fill:before { content: "\f02c"; }
.ri-profile-line:before { content: "\f02d"; }
.ri-projector-2-fill:before { content: "\f02e"; }
.ri-projector-2-line:before { content: "\f02f"; }
.ri-projector-fill:before { content: "\f030"; }
.ri-projector-line:before { content: "\f031"; }
.ri-psychotherapy-fill:before { content: "\f032"; }
.ri-psychotherapy-line:before { content: "\f033"; }
.ri-pulse-fill:before { content: "\f034"; }
.ri-pulse-line:before { content: "\f035"; }
.ri-pushpin-2-fill:before { content: "\f036"; }
.ri-pushpin-2-line:before { content: "\f037"; }
.ri-pushpin-fill:before { content: "\f038"; }
.ri-pushpin-line:before { content: "\f039"; }
.ri-qq-fill:before { content: "\f03a"; }
.ri-qq-line:before { content: "\f03b"; }
.ri-qr-code-fill:before { content: "\f03c"; }
.ri-qr-code-line:before { content: "\f03d"; }
.ri-qr-scan-2-fill:before { content: "\f03e"; }
.ri-qr-scan-2-line:before { content: "\f03f"; }
.ri-qr-scan-fill:before { content: "\f040"; }
.ri-qr-scan-line:before { content: "\f041"; }
.ri-question-answer-fill:before { content: "\f042"; }
.ri-question-answer-line:before { content: "\f043"; }
.ri-question-fill:before { content: "\f044"; }
.ri-question-line:before { content: "\f045"; }
.ri-question-mark:before { content: "\f046"; }
.ri-questionnaire-fill:before { content: "\f047"; }
.ri-questionnaire-line:before { content: "\f048"; }
.ri-quill-pen-fill:before { content: "\f049"; }
.ri-quill-pen-line:before { content: "\f04a"; }
.ri-radar-fill:before { content: "\f04b"; }
.ri-radar-line:before { content: "\f04c"; }
.ri-radio-2-fill:before { content: "\f04d"; }
.ri-radio-2-line:before { content: "\f04e"; }
.ri-radio-button-fill:before { content: "\f04f"; }
.ri-radio-button-line:before { content: "\f050"; }
.ri-radio-fill:before { content: "\f051"; }
.ri-radio-line:before { content: "\f052"; }
.ri-rainbow-fill:before { content: "\f053"; }
.ri-rainbow-line:before { content: "\f054"; }
.ri-rainy-fill:before { content: "\f055"; }
.ri-rainy-line:before { content: "\f056"; }
.ri-reactjs-fill:before { content: "\f057"; }
.ri-reactjs-line:before { content: "\f058"; }
.ri-record-circle-fill:before { content: "\f059"; }
.ri-record-circle-line:before { content: "\f05a"; }
.ri-record-mail-fill:before { content: "\f05b"; }
.ri-record-mail-line:before { content: "\f05c"; }
.ri-recycle-fill:before { content: "\f05d"; }
.ri-recycle-line:before { content: "\f05e"; }
.ri-red-packet-fill:before { content: "\f05f"; }
.ri-red-packet-line:before { content: "\f060"; }
.ri-reddit-fill:before { content: "\f061"; }
.ri-reddit-line:before { content: "\f062"; }
.ri-refresh-fill:before { content: "\f063"; }
.ri-refresh-line:before { content: "\f064"; }
.ri-refund-2-fill:before { content: "\f065"; }
.ri-refund-2-line:before { content: "\f066"; }
.ri-refund-fill:before { content: "\f067"; }
.ri-refund-line:before { content: "\f068"; }
.ri-registered-fill:before { content: "\f069"; }
.ri-registered-line:before { content: "\f06a"; }
.ri-remixicon-fill:before { content: "\f06b"; }
.ri-remixicon-line:before { content: "\f06c"; }
.ri-remote-control-2-fill:before { content: "\f06d"; }
.ri-remote-control-2-line:before { content: "\f06e"; }
.ri-remote-control-fill:before { content: "\f06f"; }
.ri-remote-control-line:before { content: "\f070"; }
.ri-repeat-2-fill:before { content: "\f071"; }
.ri-repeat-2-line:before { content: "\f072"; }
.ri-repeat-fill:before { content: "\f073"; }
.ri-repeat-line:before { content: "\f074"; }
.ri-repeat-one-fill:before { content: "\f075"; }
.ri-repeat-one-line:before { content: "\f076"; }
.ri-reply-all-fill:before { content: "\f077"; }
.ri-reply-all-line:before { content: "\f078"; }
.ri-reply-fill:before { content: "\f079"; }
.ri-reply-line:before { content: "\f07a"; }
.ri-reserved-fill:before { content: "\f07b"; }
.ri-reserved-line:before { content: "\f07c"; }
.ri-rest-time-fill:before { content: "\f07d"; }
.ri-rest-time-line:before { content: "\f07e"; }
.ri-restart-fill:before { content: "\f07f"; }
.ri-restart-line:before { content: "\f080"; }
.ri-restaurant-2-fill:before { content: "\f081"; }
.ri-restaurant-2-line:before { content: "\f082"; }
.ri-restaurant-fill:before { content: "\f083"; }
.ri-restaurant-line:before { content: "\f084"; }
.ri-rewind-fill:before { content: "\f085"; }
.ri-rewind-line:before { content: "\f086"; }
.ri-rewind-mini-fill:before { content: "\f087"; }
.ri-rewind-mini-line:before { content: "\f088"; }
.ri-rhythm-fill:before { content: "\f089"; }
.ri-rhythm-line:before { content: "\f08a"; }
.ri-riding-fill:before { content: "\f08b"; }
.ri-riding-line:before { content: "\f08c"; }
.ri-road-map-fill:before { content: "\f08d"; }
.ri-road-map-line:before { content: "\f08e"; }
.ri-roadster-fill:before { content: "\f08f"; }
.ri-roadster-line:before { content: "\f090"; }
.ri-robot-fill:before { content: "\f091"; }
.ri-robot-line:before { content: "\f092"; }
.ri-rocket-2-fill:before { content: "\f093"; }
.ri-rocket-2-line:before { content: "\f094"; }
.ri-rocket-fill:before { content: "\f095"; }
.ri-rocket-line:before { content: "\f096"; }
.ri-rotate-lock-fill:before { content: "\f097"; }
.ri-rotate-lock-line:before { content: "\f098"; }
.ri-rounded-corner:before { content: "\f099"; }
.ri-route-fill:before { content: "\f09a"; }
.ri-route-line:before { content: "\f09b"; }
.ri-router-fill:before { content: "\f09c"; }
.ri-router-line:before { content: "\f09d"; }
.ri-rss-fill:before { content: "\f09e"; }
.ri-rss-line:before { content: "\f09f"; }
.ri-ruler-2-fill:before { content: "\f0a0"; }
.ri-ruler-2-line:before { content: "\f0a1"; }
.ri-ruler-fill:before { content: "\f0a2"; }
.ri-ruler-line:before { content: "\f0a3"; }
.ri-run-fill:before { content: "\f0a4"; }
.ri-run-line:before { content: "\f0a5"; }
.ri-safari-fill:before { content: "\f0a6"; }
.ri-safari-line:before { content: "\f0a7"; }
.ri-safe-2-fill:before { content: "\f0a8"; }
.ri-safe-2-line:before { content: "\f0a9"; }
.ri-safe-fill:before { content: "\f0aa"; }
.ri-safe-line:before { content: "\f0ab"; }
.ri-sailboat-fill:before { content: "\f0ac"; }
.ri-sailboat-line:before { content: "\f0ad"; }
.ri-save-2-fill:before { content: "\f0ae"; }
.ri-save-2-line:before { content: "\f0af"; }
.ri-save-3-fill:before { content: "\f0b0"; }
.ri-save-3-line:before { content: "\f0b1"; }
.ri-save-fill:before { content: "\f0b2"; }
.ri-save-line:before { content: "\f0b3"; }
.ri-scales-2-fill:before { content: "\f0b4"; }
.ri-scales-2-line:before { content: "\f0b5"; }
.ri-scales-3-fill:before { content: "\f0b6"; }
.ri-scales-3-line:before { content: "\f0b7"; }
.ri-scales-fill:before { content: "\f0b8"; }
.ri-scales-line:before { content: "\f0b9"; }
.ri-scan-2-fill:before { content: "\f0ba"; }
.ri-scan-2-line:before { content: "\f0bb"; }
.ri-scan-fill:before { content: "\f0bc"; }
.ri-scan-line:before { content: "\f0bd"; }
.ri-scissors-2-fill:before { content: "\f0be"; }
.ri-scissors-2-line:before { content: "\f0bf"; }
.ri-scissors-cut-fill:before { content: "\f0c0"; }
.ri-scissors-cut-line:before { content: "\f0c1"; }
.ri-scissors-fill:before { content: "\f0c2"; }
.ri-scissors-line:before { content: "\f0c3"; }
.ri-screenshot-2-fill:before { content: "\f0c4"; }
.ri-screenshot-2-line:before { content: "\f0c5"; }
.ri-screenshot-fill:before { content: "\f0c6"; }
.ri-screenshot-line:before { content: "\f0c7"; }
.ri-sd-card-fill:before { content: "\f0c8"; }
.ri-sd-card-line:before { content: "\f0c9"; }
.ri-sd-card-mini-fill:before { content: "\f0ca"; }
.ri-sd-card-mini-line:before { content: "\f0cb"; }
.ri-search-2-fill:before { content: "\f0cc"; }
.ri-search-2-line:before { content: "\f0cd"; }
.ri-search-eye-fill:before { content: "\f0ce"; }
.ri-search-eye-line:before { content: "\f0cf"; }
.ri-search-fill:before { content: "\f0d0"; }
.ri-search-line:before { content: "\f0d1"; }
.ri-secure-payment-fill:before { content: "\f0d2"; }
.ri-secure-payment-line:before { content: "\f0d3"; }
.ri-seedling-fill:before { content: "\f0d4"; }
.ri-seedling-line:before { content: "\f0d5"; }
.ri-send-backward:before { content: "\f0d6"; }
.ri-send-plane-2-fill:before { content: "\f0d7"; }
.ri-send-plane-2-line:before { content: "\f0d8"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-send-plane-line:before { content: "\f0da"; }
.ri-send-to-back:before { content: "\f0db"; }
.ri-sensor-fill:before { content: "\f0dc"; }
.ri-sensor-line:before { content: "\f0dd"; }
.ri-separator:before { content: "\f0de"; }
.ri-server-fill:before { content: "\f0df"; }
.ri-server-line:before { content: "\f0e0"; }
.ri-service-fill:before { content: "\f0e1"; }
.ri-service-line:before { content: "\f0e2"; }
.ri-settings-2-fill:before { content: "\f0e3"; }
.ri-settings-2-line:before { content: "\f0e4"; }
.ri-settings-3-fill:before { content: "\f0e5"; }
.ri-settings-3-line:before { content: "\f0e6"; }
.ri-settings-4-fill:before { content: "\f0e7"; }
.ri-settings-4-line:before { content: "\f0e8"; }
.ri-settings-5-fill:before { content: "\f0e9"; }
.ri-settings-5-line:before { content: "\f0ea"; }
.ri-settings-6-fill:before { content: "\f0eb"; }
.ri-settings-6-line:before { content: "\f0ec"; }
.ri-settings-fill:before { content: "\f0ed"; }
.ri-settings-line:before { content: "\f0ee"; }
.ri-shape-2-fill:before { content: "\f0ef"; }
.ri-shape-2-line:before { content: "\f0f0"; }
.ri-shape-fill:before { content: "\f0f1"; }
.ri-shape-line:before { content: "\f0f2"; }
.ri-share-box-fill:before { content: "\f0f3"; }
.ri-share-box-line:before { content: "\f0f4"; }
.ri-share-circle-fill:before { content: "\f0f5"; }
.ri-share-circle-line:before { content: "\f0f6"; }
.ri-share-fill:before { content: "\f0f7"; }
.ri-share-forward-2-fill:before { content: "\f0f8"; }
.ri-share-forward-2-line:before { content: "\f0f9"; }
.ri-share-forward-box-fill:before { content: "\f0fa"; }
.ri-share-forward-box-line:before { content: "\f0fb"; }
.ri-share-forward-fill:before { content: "\f0fc"; }
.ri-share-forward-line:before { content: "\f0fd"; }
.ri-share-line:before { content: "\f0fe"; }
.ri-shield-check-fill:before { content: "\f0ff"; }
.ri-shield-check-line:before { content: "\f100"; }
.ri-shield-cross-fill:before { content: "\f101"; }
.ri-shield-cross-line:before { content: "\f102"; }
.ri-shield-fill:before { content: "\f103"; }
.ri-shield-flash-fill:before { content: "\f104"; }
.ri-shield-flash-line:before { content: "\f105"; }
.ri-shield-keyhole-fill:before { content: "\f106"; }
.ri-shield-keyhole-line:before { content: "\f107"; }
.ri-shield-line:before { content: "\f108"; }
.ri-shield-star-fill:before { content: "\f109"; }
.ri-shield-star-line:before { content: "\f10a"; }
.ri-shield-user-fill:before { content: "\f10b"; }
.ri-shield-user-line:before { content: "\f10c"; }
.ri-ship-2-fill:before { content: "\f10d"; }
.ri-ship-2-line:before { content: "\f10e"; }
.ri-ship-fill:before { content: "\f10f"; }
.ri-ship-line:before { content: "\f110"; }
.ri-shirt-fill:before { content: "\f111"; }
.ri-shirt-line:before { content: "\f112"; }
.ri-shopping-bag-2-fill:before { content: "\f113"; }
.ri-shopping-bag-2-line:before { content: "\f114"; }
.ri-shopping-bag-3-fill:before { content: "\f115"; }
.ri-shopping-bag-3-line:before { content: "\f116"; }
.ri-shopping-bag-fill:before { content: "\f117"; }
.ri-shopping-bag-line:before { content: "\f118"; }
.ri-shopping-basket-2-fill:before { content: "\f119"; }
.ri-shopping-basket-2-line:before { content: "\f11a"; }
.ri-shopping-basket-fill:before { content: "\f11b"; }
.ri-shopping-basket-line:before { content: "\f11c"; }
.ri-shopping-cart-2-fill:before { content: "\f11d"; }
.ri-shopping-cart-2-line:before { content: "\f11e"; }
.ri-shopping-cart-fill:before { content: "\f11f"; }
.ri-shopping-cart-line:before { content: "\f120"; }
.ri-showers-fill:before { content: "\f121"; }
.ri-showers-line:before { content: "\f122"; }
.ri-shuffle-fill:before { content: "\f123"; }
.ri-shuffle-line:before { content: "\f124"; }
.ri-shut-down-fill:before { content: "\f125"; }
.ri-shut-down-line:before { content: "\f126"; }
.ri-side-bar-fill:before { content: "\f127"; }
.ri-side-bar-line:before { content: "\f128"; }
.ri-signal-tower-fill:before { content: "\f129"; }
.ri-signal-tower-line:before { content: "\f12a"; }
.ri-signal-wifi-1-fill:before { content: "\f12b"; }
.ri-signal-wifi-1-line:before { content: "\f12c"; }
.ri-signal-wifi-2-fill:before { content: "\f12d"; }
.ri-signal-wifi-2-line:before { content: "\f12e"; }
.ri-signal-wifi-3-fill:before { content: "\f12f"; }
.ri-signal-wifi-3-line:before { content: "\f130"; }
.ri-signal-wifi-error-fill:before { content: "\f131"; }
.ri-signal-wifi-error-line:before { content: "\f132"; }
.ri-signal-wifi-fill:before { content: "\f133"; }
.ri-signal-wifi-line:before { content: "\f134"; }
.ri-signal-wifi-off-fill:before { content: "\f135"; }
.ri-signal-wifi-off-line:before { content: "\f136"; }
.ri-sim-card-2-fill:before { content: "\f137"; }
.ri-sim-card-2-line:before { content: "\f138"; }
.ri-sim-card-fill:before { content: "\f139"; }
.ri-sim-card-line:before { content: "\f13a"; }
.ri-single-quotes-l:before { content: "\f13b"; }
.ri-single-quotes-r:before { content: "\f13c"; }
.ri-sip-fill:before { content: "\f13d"; }
.ri-sip-line:before { content: "\f13e"; }
.ri-skip-back-fill:before { content: "\f13f"; }
.ri-skip-back-line:before { content: "\f140"; }
.ri-skip-back-mini-fill:before { content: "\f141"; }
.ri-skip-back-mini-line:before { content: "\f142"; }
.ri-skip-forward-fill:before { content: "\f143"; }
.ri-skip-forward-line:before { content: "\f144"; }
.ri-skip-forward-mini-fill:before { content: "\f145"; }
.ri-skip-forward-mini-line:before { content: "\f146"; }
.ri-skull-2-fill:before { content: "\f147"; }
.ri-skull-2-line:before { content: "\f148"; }
.ri-skull-fill:before { content: "\f149"; }
.ri-skull-line:before { content: "\f14a"; }
.ri-skype-fill:before { content: "\f14b"; }
.ri-skype-line:before { content: "\f14c"; }
.ri-slack-fill:before { content: "\f14d"; }
.ri-slack-line:before { content: "\f14e"; }
.ri-slice-fill:before { content: "\f14f"; }
.ri-slice-line:before { content: "\f150"; }
.ri-slideshow-2-fill:before { content: "\f151"; }
.ri-slideshow-2-line:before { content: "\f152"; }
.ri-slideshow-3-fill:before { content: "\f153"; }
.ri-slideshow-3-line:before { content: "\f154"; }
.ri-slideshow-4-fill:before { content: "\f155"; }
.ri-slideshow-4-line:before { content: "\f156"; }
.ri-slideshow-fill:before { content: "\f157"; }
.ri-slideshow-line:before { content: "\f158"; }
.ri-smartphone-fill:before { content: "\f159"; }
.ri-smartphone-line:before { content: "\f15a"; }
.ri-snapchat-fill:before { content: "\f15b"; }
.ri-snapchat-line:before { content: "\f15c"; }
.ri-snowy-fill:before { content: "\f15d"; }
.ri-snowy-line:before { content: "\f15e"; }
.ri-sort-asc:before { content: "\f15f"; }
.ri-sort-desc:before { content: "\f160"; }
.ri-sound-module-fill:before { content: "\f161"; }
.ri-sound-module-line:before { content: "\f162"; }
.ri-soundcloud-fill:before { content: "\f163"; }
.ri-soundcloud-line:before { content: "\f164"; }
.ri-space-ship-fill:before { content: "\f165"; }
.ri-space-ship-line:before { content: "\f166"; }
.ri-space:before { content: "\f167"; }
.ri-spam-2-fill:before { content: "\f168"; }
.ri-spam-2-line:before { content: "\f169"; }
.ri-spam-3-fill:before { content: "\f16a"; }
.ri-spam-3-line:before { content: "\f16b"; }
.ri-spam-fill:before { content: "\f16c"; }
.ri-spam-line:before { content: "\f16d"; }
.ri-speaker-2-fill:before { content: "\f16e"; }
.ri-speaker-2-line:before { content: "\f16f"; }
.ri-speaker-3-fill:before { content: "\f170"; }
.ri-speaker-3-line:before { content: "\f171"; }
.ri-speaker-fill:before { content: "\f172"; }
.ri-speaker-line:before { content: "\f173"; }
.ri-spectrum-fill:before { content: "\f174"; }
.ri-spectrum-line:before { content: "\f175"; }
.ri-speed-fill:before { content: "\f176"; }
.ri-speed-line:before { content: "\f177"; }
.ri-speed-mini-fill:before { content: "\f178"; }
.ri-speed-mini-line:before { content: "\f179"; }
.ri-split-cells-horizontal:before { content: "\f17a"; }
.ri-split-cells-vertical:before { content: "\f17b"; }
.ri-spotify-fill:before { content: "\f17c"; }
.ri-spotify-line:before { content: "\f17d"; }
.ri-spy-fill:before { content: "\f17e"; }
.ri-spy-line:before { content: "\f17f"; }
.ri-stack-fill:before { content: "\f180"; }
.ri-stack-line:before { content: "\f181"; }
.ri-stack-overflow-fill:before { content: "\f182"; }
.ri-stack-overflow-line:before { content: "\f183"; }
.ri-stackshare-fill:before { content: "\f184"; }
.ri-stackshare-line:before { content: "\f185"; }
.ri-star-fill:before { content: "\f186"; }
.ri-star-half-fill:before { content: "\f187"; }
.ri-star-half-line:before { content: "\f188"; }
.ri-star-half-s-fill:before { content: "\f189"; }
.ri-star-half-s-line:before { content: "\f18a"; }
.ri-star-line:before { content: "\f18b"; }
.ri-star-s-fill:before { content: "\f18c"; }
.ri-star-s-line:before { content: "\f18d"; }
.ri-star-smile-fill:before { content: "\f18e"; }
.ri-star-smile-line:before { content: "\f18f"; }
.ri-steam-fill:before { content: "\f190"; }
.ri-steam-line:before { content: "\f191"; }
.ri-steering-2-fill:before { content: "\f192"; }
.ri-steering-2-line:before { content: "\f193"; }
.ri-steering-fill:before { content: "\f194"; }
.ri-steering-line:before { content: "\f195"; }
.ri-stethoscope-fill:before { content: "\f196"; }
.ri-stethoscope-line:before { content: "\f197"; }
.ri-sticky-note-2-fill:before { content: "\f198"; }
.ri-sticky-note-2-line:before { content: "\f199"; }
.ri-sticky-note-fill:before { content: "\f19a"; }
.ri-sticky-note-line:before { content: "\f19b"; }
.ri-stock-fill:before { content: "\f19c"; }
.ri-stock-line:before { content: "\f19d"; }
.ri-stop-circle-fill:before { content: "\f19e"; }
.ri-stop-circle-line:before { content: "\f19f"; }
.ri-stop-fill:before { content: "\f1a0"; }
.ri-stop-line:before { content: "\f1a1"; }
.ri-stop-mini-fill:before { content: "\f1a2"; }
.ri-stop-mini-line:before { content: "\f1a3"; }
.ri-store-2-fill:before { content: "\f1a4"; }
.ri-store-2-line:before { content: "\f1a5"; }
.ri-store-3-fill:before { content: "\f1a6"; }
.ri-store-3-line:before { content: "\f1a7"; }
.ri-store-fill:before { content: "\f1a8"; }
.ri-store-line:before { content: "\f1a9"; }
.ri-strikethrough-2:before { content: "\f1aa"; }
.ri-strikethrough:before { content: "\f1ab"; }
.ri-subscript-2:before { content: "\f1ac"; }
.ri-subscript:before { content: "\f1ad"; }
.ri-subtract-fill:before { content: "\f1ae"; }
.ri-subtract-line:before { content: "\f1af"; }
.ri-subway-fill:before { content: "\f1b0"; }
.ri-subway-line:before { content: "\f1b1"; }
.ri-subway-wifi-fill:before { content: "\f1b2"; }
.ri-subway-wifi-line:before { content: "\f1b3"; }
.ri-suitcase-2-fill:before { content: "\f1b4"; }
.ri-suitcase-2-line:before { content: "\f1b5"; }
.ri-suitcase-3-fill:before { content: "\f1b6"; }
.ri-suitcase-3-line:before { content: "\f1b7"; }
.ri-suitcase-fill:before { content: "\f1b8"; }
.ri-suitcase-line:before { content: "\f1b9"; }
.ri-sun-cloudy-fill:before { content: "\f1ba"; }
.ri-sun-cloudy-line:before { content: "\f1bb"; }
.ri-sun-fill:before { content: "\f1bc"; }
.ri-sun-foggy-fill:before { content: "\f1bd"; }
.ri-sun-foggy-line:before { content: "\f1be"; }
.ri-sun-line:before { content: "\f1bf"; }
.ri-superscript-2:before { content: "\f1c0"; }
.ri-superscript:before { content: "\f1c1"; }
.ri-surgical-mask-fill:before { content: "\f1c2"; }
.ri-surgical-mask-line:before { content: "\f1c3"; }
.ri-surround-sound-fill:before { content: "\f1c4"; }
.ri-surround-sound-line:before { content: "\f1c5"; }
.ri-survey-fill:before { content: "\f1c6"; }
.ri-survey-line:before { content: "\f1c7"; }
.ri-swap-box-fill:before { content: "\f1c8"; }
.ri-swap-box-line:before { content: "\f1c9"; }
.ri-swap-fill:before { content: "\f1ca"; }
.ri-swap-line:before { content: "\f1cb"; }
.ri-switch-fill:before { content: "\f1cc"; }
.ri-switch-line:before { content: "\f1cd"; }
.ri-sword-fill:before { content: "\f1ce"; }
.ri-sword-line:before { content: "\f1cf"; }
.ri-syringe-fill:before { content: "\f1d0"; }
.ri-syringe-line:before { content: "\f1d1"; }
.ri-t-box-fill:before { content: "\f1d2"; }
.ri-t-box-line:before { content: "\f1d3"; }
.ri-t-shirt-2-fill:before { content: "\f1d4"; }
.ri-t-shirt-2-line:before { content: "\f1d5"; }
.ri-t-shirt-air-fill:before { content: "\f1d6"; }
.ri-t-shirt-air-line:before { content: "\f1d7"; }
.ri-t-shirt-fill:before { content: "\f1d8"; }
.ri-t-shirt-line:before { content: "\f1d9"; }
.ri-table-2:before { content: "\f1da"; }
.ri-table-alt-fill:before { content: "\f1db"; }
.ri-table-alt-line:before { content: "\f1dc"; }
.ri-table-fill:before { content: "\f1dd"; }
.ri-table-line:before { content: "\f1de"; }
.ri-tablet-fill:before { content: "\f1df"; }
.ri-tablet-line:before { content: "\f1e0"; }
.ri-takeaway-fill:before { content: "\f1e1"; }
.ri-takeaway-line:before { content: "\f1e2"; }
.ri-taobao-fill:before { content: "\f1e3"; }
.ri-taobao-line:before { content: "\f1e4"; }
.ri-tape-fill:before { content: "\f1e5"; }
.ri-tape-line:before { content: "\f1e6"; }
.ri-task-fill:before { content: "\f1e7"; }
.ri-task-line:before { content: "\f1e8"; }
.ri-taxi-fill:before { content: "\f1e9"; }
.ri-taxi-line:before { content: "\f1ea"; }
.ri-taxi-wifi-fill:before { content: "\f1eb"; }
.ri-taxi-wifi-line:before { content: "\f1ec"; }
.ri-team-fill:before { content: "\f1ed"; }
.ri-team-line:before { content: "\f1ee"; }
.ri-telegram-fill:before { content: "\f1ef"; }
.ri-telegram-line:before { content: "\f1f0"; }
.ri-temp-cold-fill:before { content: "\f1f1"; }
.ri-temp-cold-line:before { content: "\f1f2"; }
.ri-temp-hot-fill:before { content: "\f1f3"; }
.ri-temp-hot-line:before { content: "\f1f4"; }
.ri-terminal-box-fill:before { content: "\f1f5"; }
.ri-terminal-box-line:before { content: "\f1f6"; }
.ri-terminal-fill:before { content: "\f1f7"; }
.ri-terminal-line:before { content: "\f1f8"; }
.ri-terminal-window-fill:before { content: "\f1f9"; }
.ri-terminal-window-line:before { content: "\f1fa"; }
.ri-test-tube-fill:before { content: "\f1fb"; }
.ri-test-tube-line:before { content: "\f1fc"; }
.ri-text-direction-l:before { content: "\f1fd"; }
.ri-text-direction-r:before { content: "\f1fe"; }
.ri-text-spacing:before { content: "\f1ff"; }
.ri-text-wrap:before { content: "\f200"; }
.ri-text:before { content: "\f201"; }
.ri-thermometer-fill:before { content: "\f202"; }
.ri-thermometer-line:before { content: "\f203"; }
.ri-thumb-down-fill:before { content: "\f204"; }
.ri-thumb-down-line:before { content: "\f205"; }
.ri-thumb-up-fill:before { content: "\f206"; }
.ri-thumb-up-line:before { content: "\f207"; }
.ri-thunderstorms-fill:before { content: "\f208"; }
.ri-thunderstorms-line:before { content: "\f209"; }
.ri-ticket-2-fill:before { content: "\f20a"; }
.ri-ticket-2-line:before { content: "\f20b"; }
.ri-ticket-fill:before { content: "\f20c"; }
.ri-ticket-line:before { content: "\f20d"; }
.ri-time-fill:before { content: "\f20e"; }
.ri-time-line:before { content: "\f20f"; }
.ri-timer-2-fill:before { content: "\f210"; }
.ri-timer-2-line:before { content: "\f211"; }
.ri-timer-fill:before { content: "\f212"; }
.ri-timer-flash-fill:before { content: "\f213"; }
.ri-timer-flash-line:before { content: "\f214"; }
.ri-timer-line:before { content: "\f215"; }
.ri-todo-fill:before { content: "\f216"; }
.ri-todo-line:before { content: "\f217"; }
.ri-toggle-fill:before { content: "\f218"; }
.ri-toggle-line:before { content: "\f219"; }
.ri-tools-fill:before { content: "\f21a"; }
.ri-tools-line:before { content: "\f21b"; }
.ri-tornado-fill:before { content: "\f21c"; }
.ri-tornado-line:before { content: "\f21d"; }
.ri-trademark-fill:before { content: "\f21e"; }
.ri-trademark-line:before { content: "\f21f"; }
.ri-traffic-light-fill:before { content: "\f220"; }
.ri-traffic-light-line:before { content: "\f221"; }
.ri-train-fill:before { content: "\f222"; }
.ri-train-line:before { content: "\f223"; }
.ri-train-wifi-fill:before { content: "\f224"; }
.ri-train-wifi-line:before { content: "\f225"; }
.ri-translate-2:before { content: "\f226"; }
.ri-translate:before { content: "\f227"; }
.ri-travesti-fill:before { content: "\f228"; }
.ri-travesti-line:before { content: "\f229"; }
.ri-treasure-map-fill:before { content: "\f22a"; }
.ri-treasure-map-line:before { content: "\f22b"; }
.ri-trello-fill:before { content: "\f22c"; }
.ri-trello-line:before { content: "\f22d"; }
.ri-trophy-fill:before { content: "\f22e"; }
.ri-trophy-line:before { content: "\f22f"; }
.ri-truck-fill:before { content: "\f230"; }
.ri-truck-line:before { content: "\f231"; }
.ri-tumblr-fill:before { content: "\f232"; }
.ri-tumblr-line:before { content: "\f233"; }
.ri-tv-2-fill:before { content: "\f234"; }
.ri-tv-2-line:before { content: "\f235"; }
.ri-tv-fill:before { content: "\f236"; }
.ri-tv-line:before { content: "\f237"; }
.ri-twitch-fill:before { content: "\f238"; }
.ri-twitch-line:before { content: "\f239"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-twitter-line:before { content: "\f23b"; }
.ri-typhoon-fill:before { content: "\f23c"; }
.ri-typhoon-line:before { content: "\f23d"; }
.ri-u-disk-fill:before { content: "\f23e"; }
.ri-u-disk-line:before { content: "\f23f"; }
.ri-ubuntu-fill:before { content: "\f240"; }
.ri-ubuntu-line:before { content: "\f241"; }
.ri-umbrella-fill:before { content: "\f242"; }
.ri-umbrella-line:before { content: "\f243"; }
.ri-underline:before { content: "\f244"; }
.ri-uninstall-fill:before { content: "\f245"; }
.ri-uninstall-line:before { content: "\f246"; }
.ri-unsplash-fill:before { content: "\f247"; }
.ri-unsplash-line:before { content: "\f248"; }
.ri-upload-2-fill:before { content: "\f249"; }
.ri-upload-2-line:before { content: "\f24a"; }
.ri-upload-cloud-2-fill:before { content: "\f24b"; }
.ri-upload-cloud-2-line:before { content: "\f24c"; }
.ri-upload-cloud-fill:before { content: "\f24d"; }
.ri-upload-cloud-line:before { content: "\f24e"; }
.ri-upload-fill:before { content: "\f24f"; }
.ri-upload-line:before { content: "\f250"; }
.ri-usb-fill:before { content: "\f251"; }
.ri-usb-line:before { content: "\f252"; }
.ri-user-2-fill:before { content: "\f253"; }
.ri-user-2-line:before { content: "\f254"; }
.ri-user-3-fill:before { content: "\f255"; }
.ri-user-3-line:before { content: "\f256"; }
.ri-user-4-fill:before { content: "\f257"; }
.ri-user-4-line:before { content: "\f258"; }
.ri-user-5-fill:before { content: "\f259"; }
.ri-user-5-line:before { content: "\f25a"; }
.ri-user-6-fill:before { content: "\f25b"; }
.ri-user-6-line:before { content: "\f25c"; }
.ri-user-add-fill:before { content: "\f25d"; }
.ri-user-add-line:before { content: "\f25e"; }
.ri-user-fill:before { content: "\f25f"; }
.ri-user-follow-fill:before { content: "\f260"; }
.ri-user-follow-line:before { content: "\f261"; }
.ri-user-heart-fill:before { content: "\f262"; }
.ri-user-heart-line:before { content: "\f263"; }
.ri-user-line:before { content: "\f264"; }
.ri-user-location-fill:before { content: "\f265"; }
.ri-user-location-line:before { content: "\f266"; }
.ri-user-received-2-fill:before { content: "\f267"; }
.ri-user-received-2-line:before { content: "\f268"; }
.ri-user-received-fill:before { content: "\f269"; }
.ri-user-received-line:before { content: "\f26a"; }
.ri-user-search-fill:before { content: "\f26b"; }
.ri-user-search-line:before { content: "\f26c"; }
.ri-user-settings-fill:before { content: "\f26d"; }
.ri-user-settings-line:before { content: "\f26e"; }
.ri-user-shared-2-fill:before { content: "\f26f"; }
.ri-user-shared-2-line:before { content: "\f270"; }
.ri-user-shared-fill:before { content: "\f271"; }
.ri-user-shared-line:before { content: "\f272"; }
.ri-user-smile-fill:before { content: "\f273"; }
.ri-user-smile-line:before { content: "\f274"; }
.ri-user-star-fill:before { content: "\f275"; }
.ri-user-star-line:before { content: "\f276"; }
.ri-user-unfollow-fill:before { content: "\f277"; }
.ri-user-unfollow-line:before { content: "\f278"; }
.ri-user-voice-fill:before { content: "\f279"; }
.ri-user-voice-line:before { content: "\f27a"; }
.ri-video-add-fill:before { content: "\f27b"; }
.ri-video-add-line:before { content: "\f27c"; }
.ri-video-chat-fill:before { content: "\f27d"; }
.ri-video-chat-line:before { content: "\f27e"; }
.ri-video-download-fill:before { content: "\f27f"; }
.ri-video-download-line:before { content: "\f280"; }
.ri-video-fill:before { content: "\f281"; }
.ri-video-line:before { content: "\f282"; }
.ri-video-upload-fill:before { content: "\f283"; }
.ri-video-upload-line:before { content: "\f284"; }
.ri-vidicon-2-fill:before { content: "\f285"; }
.ri-vidicon-2-line:before { content: "\f286"; }
.ri-vidicon-fill:before { content: "\f287"; }
.ri-vidicon-line:before { content: "\f288"; }
.ri-vimeo-fill:before { content: "\f289"; }
.ri-vimeo-line:before { content: "\f28a"; }
.ri-vip-crown-2-fill:before { content: "\f28b"; }
.ri-vip-crown-2-line:before { content: "\f28c"; }
.ri-vip-crown-fill:before { content: "\f28d"; }
.ri-vip-crown-line:before { content: "\f28e"; }
.ri-vip-diamond-fill:before { content: "\f28f"; }
.ri-vip-diamond-line:before { content: "\f290"; }
.ri-vip-fill:before { content: "\f291"; }
.ri-vip-line:before { content: "\f292"; }
.ri-virus-fill:before { content: "\f293"; }
.ri-virus-line:before { content: "\f294"; }
.ri-visa-fill:before { content: "\f295"; }
.ri-visa-line:before { content: "\f296"; }
.ri-voice-recognition-fill:before { content: "\f297"; }
.ri-voice-recognition-line:before { content: "\f298"; }
.ri-voiceprint-fill:before { content: "\f299"; }
.ri-voiceprint-line:before { content: "\f29a"; }
.ri-volume-down-fill:before { content: "\f29b"; }
.ri-volume-down-line:before { content: "\f29c"; }
.ri-volume-mute-fill:before { content: "\f29d"; }
.ri-volume-mute-line:before { content: "\f29e"; }
.ri-volume-off-vibrate-fill:before { content: "\f29f"; }
.ri-volume-off-vibrate-line:before { content: "\f2a0"; }
.ri-volume-up-fill:before { content: "\f2a1"; }
.ri-volume-up-line:before { content: "\f2a2"; }
.ri-volume-vibrate-fill:before { content: "\f2a3"; }
.ri-volume-vibrate-line:before { content: "\f2a4"; }
.ri-vuejs-fill:before { content: "\f2a5"; }
.ri-vuejs-line:before { content: "\f2a6"; }
.ri-walk-fill:before { content: "\f2a7"; }
.ri-walk-line:before { content: "\f2a8"; }
.ri-wallet-2-fill:before { content: "\f2a9"; }
.ri-wallet-2-line:before { content: "\f2aa"; }
.ri-wallet-3-fill:before { content: "\f2ab"; }
.ri-wallet-3-line:before { content: "\f2ac"; }
.ri-wallet-fill:before { content: "\f2ad"; }
.ri-wallet-line:before { content: "\f2ae"; }
.ri-water-flash-fill:before { content: "\f2af"; }
.ri-water-flash-line:before { content: "\f2b0"; }
.ri-webcam-fill:before { content: "\f2b1"; }
.ri-webcam-line:before { content: "\f2b2"; }
.ri-wechat-2-fill:before { content: "\f2b3"; }
.ri-wechat-2-line:before { content: "\f2b4"; }
.ri-wechat-fill:before { content: "\f2b5"; }
.ri-wechat-line:before { content: "\f2b6"; }
.ri-wechat-pay-fill:before { content: "\f2b7"; }
.ri-wechat-pay-line:before { content: "\f2b8"; }
.ri-weibo-fill:before { content: "\f2b9"; }
.ri-weibo-line:before { content: "\f2ba"; }
.ri-whatsapp-fill:before { content: "\f2bb"; }
.ri-whatsapp-line:before { content: "\f2bc"; }
.ri-wheelchair-fill:before { content: "\f2bd"; }
.ri-wheelchair-line:before { content: "\f2be"; }
.ri-wifi-fill:before { content: "\f2bf"; }
.ri-wifi-line:before { content: "\f2c0"; }
.ri-wifi-off-fill:before { content: "\f2c1"; }
.ri-wifi-off-line:before { content: "\f2c2"; }
.ri-window-2-fill:before { content: "\f2c3"; }
.ri-window-2-line:before { content: "\f2c4"; }
.ri-window-fill:before { content: "\f2c5"; }
.ri-window-line:before { content: "\f2c6"; }
.ri-windows-fill:before { content: "\f2c7"; }
.ri-windows-line:before { content: "\f2c8"; }
.ri-windy-fill:before { content: "\f2c9"; }
.ri-windy-line:before { content: "\f2ca"; }
.ri-wireless-charging-fill:before { content: "\f2cb"; }
.ri-wireless-charging-line:before { content: "\f2cc"; }
.ri-women-fill:before { content: "\f2cd"; }
.ri-women-line:before { content: "\f2ce"; }
.ri-wubi-input:before { content: "\f2cf"; }
.ri-xbox-fill:before { content: "\f2d0"; }
.ri-xbox-line:before { content: "\f2d1"; }
.ri-xing-fill:before { content: "\f2d2"; }
.ri-xing-line:before { content: "\f2d3"; }
.ri-youtube-fill:before { content: "\f2d4"; }
.ri-youtube-line:before { content: "\f2d5"; }
.ri-zcool-fill:before { content: "\f2d6"; }
.ri-zcool-line:before { content: "\f2d7"; }
.ri-zhihu-fill:before { content: "\f2d8"; }
.ri-zhihu-line:before { content: "\f2d9"; }
.ri-zoom-in-fill:before { content: "\f2da"; }
.ri-zoom-in-line:before { content: "\f2db"; }
.ri-zoom-out-fill:before { content: "\f2dc"; }
.ri-zoom-out-line:before { content: "\f2dd"; }
.ri-zzz-fill:before { content: "\f2de"; }
.ri-zzz-line:before { content: "\f2df"; }
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -70px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-70px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(70px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 70px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 50px, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}:focus {
outline: 0;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } } .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-zoom-in {   }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all 0.2s ease-in-out;
transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../../themes/insucom/assets/css/owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:none;transform:none}html:not(.no-js) [data-aos=fade-up]{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{-webkit-transform:translate3d(-100px,100px,0);transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{-webkit-transform:translate3d(100px,100px,0);transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{-webkit-transform:translate3d(-100px,-100px,0);transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{-webkit-transform:translate3d(100px,-100px,0);transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{-webkit-transform:scale(.6);transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{-webkit-transform:translate3d(0,100px,0) scale(.6);transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{-webkit-transform:translate3d(0,-100px,0) scale(.6);transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px,0,0) scale(.6);transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{-webkit-transform:translate3d(100px,0,0) scale(.6);transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{-webkit-transform:translate3d(0,100px,0) scale(1.2);transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{-webkit-transform:translate3d(0,-100px,0) scale(1.2);transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px,0,0) scale(1.2);transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{-webkit-transform:translate3d(100px,0,0) scale(1.2);transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}html:not(.no-js) [data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}}@import url("https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");    *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
::before,
::after {
--tw-content: '';
} html {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; } body {
margin: 0; line-height: inherit; } hr {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} table {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; } button,
select {
text-transform: none;
} button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring {
outline: auto;
} :-moz-ui-invalid {
box-shadow: none;
} progress {
vertical-align: baseline;
} ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
} [type='search'] {
-webkit-appearance: textfield; outline-offset: -2px; } ::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } summary {
display: list-item;
} blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
} textarea {
resize: vertical;
} input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
input::placeholder,
textarea::placeholder {
opacity: 1; color: #9ca3af; } button,
[role="button"] {
cursor: pointer;
} :disabled {
cursor: default;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
} [hidden] {
display: none;
}
*, ::before, ::after{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
::backdrop{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}
.container{
width: 100%;
}
@media (min-width: 640px){
.container{
max-width: 640px;
}
}
@media (min-width: 768px){
.container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.container{
max-width: 1536px;
}
}
.sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.pointer-events-none{
pointer-events: none;
}
.visible{
visibility: visible;
}
.static{
position: static;
}
.fixed{
position: fixed;
}
.absolute{
position: absolute;
}
.relative{
position: relative;
}
.sticky{
position: sticky;
}
.inset-y-0{
top: 0px;
bottom: 0px;
}
.-bottom-\[33px\]{
bottom: -33px;
}
.-bottom-\[34px\]{
bottom: -34px;
}
.-left-20{
left: -5rem;
}
.-left-\[300px\]{
left: -300px;
}
.-right-3{
right: -0.75rem;
}
.-top-2{
top: -0.5rem;
}
.-top-3{
top: -0.75rem;
}
.-top-8{
top: -2rem;
}
.-top-\[125px\]{
top: -125px;
}
.-top-\[30px\]{
top: -30px;
}
.bottom-10{
bottom: 2.5rem;
}
.bottom-2{
bottom: 0.5rem;
}
.bottom-2\.5{
bottom: 0.625rem;
}
.bottom-5{
bottom: 1.25rem;
}
.bottom-\[160px\]{
bottom: 160px;
}
.bottom-\[174px\]{
bottom: 174px;
}
.bottom-\[237px\]{
bottom: 237px;
}
.bottom-\[314px\]{
bottom: 314px;
}
.left-0{
left: 0px;
}
.left-10{
left: 2.5rem;
}
.left-5{
left: 1.25rem;
}
.left-\[140px\]{
left: 140px;
}
.left-\[218px\]{
left: 218px;
}
.left-\[55px\]{
left: 55px;
}
.left-\[80px\]{
left: 80px;
}
.right-0{
right: 0px;
}
.right-2{
right: 0.5rem;
}
.right-2\.5{
right: 0.625rem;
}
.right-5{
right: 1.25rem;
}
.right-8{
right: 2rem;
}
.right-\[80px\]{
right: 80px;
}
.top-0{
top: 0px;
}
.top-20{
top: 5rem;
}
.top-\[200px\]{
top: 200px;
}
.top-\[250px\]{
top: 250px;
}
.top-\[300px\]{
top: 300px;
}
.top-\[315px\]{
top: 315px;
}
.top-\[45px\]{
top: 45px;
}
.top-\[60px\]{
top: 60px;
}
.top-full{
top: 100%;
}
.z-10{
z-index: 10;
}
.z-20{
z-index: 20;
}
.z-30{
z-index: 30;
}
.z-40{
z-index: 40;
}
.col-span-12{
grid-column: span 12 / span 12;
}
.col-span-5{
grid-column: span 5 / span 5;
}
.col-span-7{
grid-column: span 7 / span 7;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.my-\[60px\]{
margin-top: 60px;
margin-bottom: 60px;
}
.-mt-\[30px\]{
margin-top: -30px;
}
.mb-1{
margin-bottom: 0.25rem;
}
.mb-1\.5{
margin-bottom: 0.375rem;
}
.mb-10{
margin-bottom: 2.5rem;
}
.mb-14{
margin-bottom: 3.5rem;
}
.mb-2{
margin-bottom: 0.5rem;
}
.mb-2\.5{
margin-bottom: 0.625rem;
}
.mb-3{
margin-bottom: 0.75rem;
}
.mb-5{
margin-bottom: 1.25rem;
}
.mb-7{
margin-bottom: 1.75rem;
}
.mb-8{
margin-bottom: 2rem;
}
.mb-9{
margin-bottom: 2.25rem;
}
.mb-\[20px\]{
margin-bottom: 20px;
}
.mb-\[30px\]{
margin-bottom: 30px;
}
.mb-\[42px\]{
margin-bottom: 42px;
}
.mb-\[45px\]{
margin-bottom: 45px;
}
.mb-\[55px\]{
margin-bottom: 55px;
}
.mb-\[60px\]{
margin-bottom: 60px;
}
.mb-\[80px\]{
margin-bottom: 80px;
}
.mb-\[90px\]{
margin-bottom: 90px;
}
.ml-5{
margin-left: 1.25rem;
}
.ml-7{
margin-left: 1.75rem;
}
.mt-2{
margin-top: 0.5rem;
}
.mt-2\.5{
margin-top: 0.625rem;
}
.mt-5{
margin-top: 1.25rem;
}
.mt-\[50px\]{
margin-top: 50px;
}
.mt-\[60px\]{
margin-top: 60px;
}
.block{
display: block;
}
.inline-block{
display: inline-block;
}
.inline{
display: inline;
}
.flex{
display: flex;
}
.table{
display: table;
}
.grid{
display: grid;
}
.contents{
display: contents;
}
.hidden{
display: none;
}
.h-10{
height: 2.5rem;
}
.h-16{
height: 4rem;
}
.h-2{
height: 0.5rem;
}
.h-2\.5{
height: 0.625rem;
}
.h-5{
height: 1.25rem;
}
.h-6{
height: 1.5rem;
}
.h-8{
height: 2rem;
}
.h-\[110px\]{
height: 110px;
}
.h-\[150px\]{
height: 150px;
}
.h-\[160px\]{
height: 160px;
}
.h-\[174px\]{
height: 174px;
}
.h-\[175px\]{
height: 175px;
}
.h-\[1px\]{
height: 1px;
}
.h-\[200px\]{
height: 200px;
}
.h-\[250px\]{
height: 250px;
}
.h-\[268px\]{
height: 268px;
}
.h-\[269px\]{
height: 269px;
}
.h-\[275px\]{
height: 275px;
}
.h-\[286px\]{
height: 286px;
}
.h-\[290px\]{
height: 290px;
}
.h-\[2px\]{
height: 2px;
}
.h-\[300px\]{
height: 300px;
}
.h-\[304px\]{
height: 304px;
}
.h-\[30px\]{
height: 30px;
}
.h-\[345px\]{
height: 345px;
}
.h-\[36px\]{
height: 36px;
}
.h-\[372px\]{
height: 372px;
}
.h-\[380px\]{
height: 380px;
}
.h-\[400px\]{
height: 400px;
}
.h-\[438px\]{
height: 438px;
}
.h-\[440px\]{
height: 440px;
}
.h-\[500px\]{
height: 500px;
}
.h-\[50px\]{
height: 50px;
}
.h-\[55px\]{
height: 55px;
}
.h-\[5px\]{
height: 5px;
}
.h-\[60px\]{
height: 60px;
}
.h-\[62px\]{
height: 62px;
}
.h-\[63px\]{
height: 63px;
}
.h-\[64px\]{
height: 64px;
}
.h-\[650px\]{
height: 650px;
}
.h-\[65px\]{
height: 65px;
}
.h-\[67px\]{
height: 67px;
}
.h-\[68px\]{
height: 68px;
}
.h-\[80px\]{
height: 80px;
}
.h-\[87px\]{
height: 87px;
}
.h-\[888px\]{
height: 888px;
}
.h-\[90px\]{
height: 90px;
}
.h-\[94px\]{
height: 94px;
}
.h-full{
height: 100%;
}
.min-h-screen{
min-height: 100vh;
}
.w-1\/2{
width: 50%;
}
.w-10{
width: 2.5rem;
}
.w-16{
width: 4rem;
}
.w-2{
width: 0.5rem;
}
.w-2\.5{
width: 0.625rem;
}
.w-5{
width: 1.25rem;
}
.w-6{
width: 1.5rem;
}
.w-8{
width: 2rem;
}
.w-\[110px\]{
width: 110px;
}
.w-\[155px\]{
width: 155px;
}
.w-\[180px\]{
width: 180px;
}
.w-\[1px\]{
width: 1px;
}
.w-\[250px\]{
width: 250px;
}
.w-\[268px\]{
width: 268px;
}
.w-\[300px\]{
width: 300px;
}
.w-\[30px\]{
width: 30px;
}
.w-\[310px\]{
width: 310px;
}
.w-\[372px\]{
width: 372px;
}
.w-\[400px\]{
width: 400px;
}
.w-\[50px\]{
width: 50px;
}
.w-\[52px\]{
width: 52px;
}
.w-\[55px\]{
width: 55px;
}
.w-\[5px\]{
width: 5px;
}
.w-\[60px\]{
width: 60px;
}
.w-\[62px\]{
width: 62px;
}
.w-\[63px\]{
width: 63px;
}
.w-\[64px\]{
width: 64px;
}
.w-\[65px\]{
width: 65px;
}
.w-\[67px\]{
width: 67px;
}
.w-\[740px\]{
width: 740px;
}
.w-\[77px\]{
width: 77px;
}
.w-\[80px\]{
width: 80px;
}
.w-full{
width: 100%;
}
.max-w-4xl{
max-width: 56rem;
}
.flex-1{
flex: 1 1 0%;
}
.translate-x-0{
--tw-translate-x: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
--tw-translate-y: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90{
--tw-scale-x: .9;
--tw-scale-y: .9;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
cursor: pointer;
}
.resize{
resize: both;
}
.grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
flex-direction: column;
}
.flex-wrap{
flex-wrap: wrap;
}
.items-start{
align-items: flex-start;
}
.items-end{
align-items: flex-end;
}
.items-center{
align-items: center;
}
.justify-start{
justify-content: flex-start;
}
.justify-center{
justify-content: center;
}
.justify-between{
justify-content: space-between;
}
.gap-10{
gap: 2.5rem;
}
.gap-5{
gap: 1.25rem;
}
.gap-\[30px\]{
gap: 30px;
}
.gap-\[60px\]{
gap: 60px;
}
.gap-x-5{
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
.gap-x-\[100px\]{
-moz-column-gap: 100px;
column-gap: 100px;
}
.gap-x-\[30px\]{
-moz-column-gap: 30px;
column-gap: 30px;
}
.gap-y-10{
row-gap: 2.5rem;
}
.gap-y-5{
row-gap: 1.25rem;
}
.gap-y-\[30px\]{
row-gap: 30px;
}
.gap-y-\[60px\]{
row-gap: 60px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.375rem * var(--tw-space-x-reverse));
margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.625rem * var(--tw-space-x-reverse));
margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(5rem * var(--tw-space-x-reverse));
margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.875rem * var(--tw-space-x-reverse));
margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1.75rem * var(--tw-space-x-reverse));
margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-9 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2.25rem * var(--tw-space-x-reverse));
margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[15px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(15px * var(--tw-space-x-reverse));
margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[17px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(17px * var(--tw-space-x-reverse));
margin-left: calc(17px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[30px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(30px * var(--tw-space-x-reverse));
margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[52px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(52px * var(--tw-space-x-reverse));
margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[72px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(72px * var(--tw-space-x-reverse));
margin-left: calc(72px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(30px * var(--tw-space-y-reverse));
}
.space-y-\[75px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(75px * var(--tw-space-y-reverse));
}
.space-y-\[80px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(80px * var(--tw-space-y-reverse));
}
.overflow-hidden{
overflow: hidden;
}
.rounded{
border-radius: 0.25rem;
}
.rounded-\[10px\]{
border-radius: 10px;
}
.rounded-\[16px\]{
border-radius: 16px;
}
.rounded-full{
border-radius: 9999px;
}
.rounded-lg{
border-radius: 0.5rem;
}
.border{
border-width: 1px;
}
.border-4{
border-width: 4px;
}
.border-b{
border-bottom-width: 1px;
}
.border-l{
border-left-width: 1px;
}
.border-r{
border-right-width: 1px;
}
.border-t{
border-top-width: 1px;
}
.border-\[\#E3E3E3\]{
--tw-border-opacity: 1;
border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-gray-300{
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-primary-500{
--tw-border-opacity: 1;
border-color: rgb(2 136 53 / var(--tw-border-opacity));
}
.border-primaryBorder{
--tw-border-opacity: 1;
border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-white{
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#1A5E52\]{
--tw-bg-opacity: 1;
background-color: rgb(26 94 82 / var(--tw-bg-opacity));
}
.bg-black{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100{
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-primary-50{
--tw-bg-opacity: 1;
background-color: rgb(230 243 235 / var(--tw-bg-opacity));
}
.bg-primary-500{
--tw-bg-opacity: 1;
background-color: rgb(2 136 53 / var(--tw-bg-opacity));
}
.bg-primary-900{
--tw-bg-opacity: 1;
background-color: rgb(0 76 63 / var(--tw-bg-opacity));
}
.bg-primaryBorder{
--tw-bg-opacity: 1;
background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-secondary{
--tw-bg-opacity: 1;
background-color: rgb(251 247 237 / var(--tw-bg-opacity));
}
.bg-transparent{
background-color: transparent;
}
.bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-80{
--tw-bg-opacity: 0.8;
}
.bg-opacity-\[0\.2\]{
--tw-bg-opacity: 0.2;
}
.bg-cover{
background-size: cover;
}
.bg-no-repeat{
background-repeat: no-repeat;
}
.fill-current{
fill: currentColor;
}
.object-contain{
-o-object-fit: contain;
object-fit: contain;
}
.object-cover{
-o-object-fit: cover;
object-fit: cover;
}
.p-0{
padding: 0px;
}
.p-1{
padding: 0.25rem;
}
.p-3{
padding: 0.75rem;
}
.p-4{
padding: 1rem;
}
.p-5{
padding: 1.25rem;
}
.p-6{
padding: 1.5rem;
}
.p-\[30px\]{
padding: 30px;
}
.px-10{
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-2{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-2\.5{
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4{
padding-left: 1rem;
padding-right: 1rem;
}
.px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-8{
padding-left: 2rem;
padding-right: 2rem;
}
.px-\[30px\]{
padding-left: 30px;
padding-right: 30px;
}
.px-\[42px\]{
padding-left: 42px;
padding-right: 42px;
}
.px-\[46px\]{
padding-left: 46px;
padding-right: 46px;
}
.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-1\.5{
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-2\.5{
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
.py-20{
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-5{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-\[14px\]{
padding-top: 14px;
padding-bottom: 14px;
}
.py-\[20px\]{
padding-top: 20px;
padding-bottom: 20px;
}
.py-\[23px\]{
padding-top: 23px;
padding-bottom: 23px;
}
.py-\[60px\]{
padding-top: 60px;
padding-bottom: 60px;
}
.pb-12{
padding-bottom: 3rem;
}
.pb-\[100px\]{
padding-bottom: 100px;
}
.pb-\[120px\]{
padding-bottom: 120px;
}
.pb-\[240px\]{
padding-bottom: 240px;
}
.pb-\[50px\]{
padding-bottom: 50px;
}
.pb-\[60px\]{
padding-bottom: 60px;
}
.pb-\[80px\]{
padding-bottom: 80px;
}
.pl-10{
padding-left: 2.5rem;
}
.pl-3{
padding-left: 0.75rem;
}
.pl-\[30px\]{
padding-left: 30px;
}
.pr-5{
padding-right: 1.25rem;
}
.pr-\[18px\]{
padding-right: 18px;
}
.pt-10{
padding-top: 2.5rem;
}
.pt-5{
padding-top: 1.25rem;
}
.pt-\[210px\]{
padding-top: 210px;
}
.pt-\[60px\]{
padding-top: 60px;
}
.pt-\[90px\]{
padding-top: 90px;
}
.text-center{
text-align: center;
}
.text-start{
text-align: start;
}
.text-end{
text-align: end;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.text-5xl{
font-size: 3rem;
line-height: 1;
}
.text-\[30px\]{
font-size: 30px;
}
.text-\[50px\]{
font-size: 50px;
}
.text-\[70px\]{
font-size: 70px;
}
.text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold{
font-weight: 700;
}
.font-medium{
font-weight: 500;
}
.font-semibold{
font-weight: 600;
}
.uppercase{
text-transform: uppercase;
}
.capitalize{
text-transform: capitalize;
}
.leading-4{
line-height: 1rem;
}
.leading-5{
line-height: 1.25rem;
}
.leading-7{
line-height: 1.75rem;
}
.leading-\[26px\]{
line-height: 26px;
}
.leading-\[27px\]{
line-height: 27px;
}
.leading-\[36px\]{
line-height: 36px;
}
.leading-\[60px\]{
line-height: 60px;
}
.leading-\[63px\]{
line-height: 63px;
}
.leading-none{
line-height: 1;
}
.text-\[\#E3E3E3\]{
--tw-text-opacity: 1;
color: rgb(227 227 227 / var(--tw-text-opacity));
}
.text-black{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500{
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary-100{
--tw-text-opacity: 1;
color: rgb(103 116 113 / var(--tw-text-opacity));
}
.text-primary-500{
--tw-text-opacity: 1;
color: rgb(2 136 53 / var(--tw-text-opacity));
}
.text-primary-900{
--tw-text-opacity: 1;
color: rgb(0 76 63 / var(--tw-text-opacity));
}
.text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
opacity: 0;
}
.opacity-\[0\.1\]{
opacity: 0.1;
}
.opacity-\[0\.5\]{
opacity: 0.5;
}
.shadow{
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
--tw-blur: blur(8px);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
--tw-invert: invert(100%);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-300{
transition-duration: 300ms;
}
.ease-in-out{
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
font-family: 'DM Sans', sans-serif !important;
overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6,.spline-sans{
font-family: 'Spline Sans', sans-serif !important;
}
.common-trans{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
transition-timing-function: linear;
}
.nav-wrapper ul li a{
display: flex;
align-items: center;
}
.nav-wrapper ul li a > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.375rem * var(--tw-space-x-reverse));
margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.nav-wrapper ul li a{
font-size: 1rem;
line-height: 1.5rem;
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
font-family: 'Spline Sans', sans-serif;
}
.nav-wrapper.nav-wrapper-2 ul li a{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.safety-section .filter-btn.active{
--tw-bg-opacity: 1;
background-color: rgb(2 136 53 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.safety-section .filter-btn{
--tw-bg-opacity: 1;
background-color: rgb(251 247 237 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(0 76 63 / var(--tw-text-opacity));
}
.testimonial-section-two .testimonial-item{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
transition-timing-function: linear;
}
.testimonial-section-two .testimonial-item .quote{
--tw-text-opacity: 1;
color: rgb(103 116 113 / var(--tw-text-opacity));
}
.testimonial-section-two .testimonial-item .quote-user,.testimonial-section-two .testimonial-item .quote-user-desig{
--tw-text-opacity: 1;
color: rgb(0 76 63 / var(--tw-text-opacity));
}
.testimonial-section-two .testimonial-item:hover{
--tw-bg-opacity: 1;
background-color: rgb(2 136 53 / var(--tw-bg-opacity));
}
.testimonial-section-two .testimonial-item:hover .quote{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.testimonial-section-two .testimonial-item:hover .quote-user,.testimonial-section-two .testimonial-item:hover .quote-user-desig{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.headline-default{
font-size: 1.875rem;
line-height: 2.25rem;
font-weight: 700;
font-family: 'Spline Sans', sans-serif;
}
@media (min-width: 640px){
.headline-default{
font-size: 40px;
line-height: 55px;
}
}
.placeholder\:text-primary-100::-moz-placeholder{
--tw-text-opacity: 1;
color: rgb(103 116 113 / var(--tw-text-opacity));
}
.placeholder\:text-primary-100::placeholder{
--tw-text-opacity: 1;
color: rgb(103 116 113 / var(--tw-text-opacity));
}
.hover\:-translate-y-1:hover{
--tw-translate-y: -0.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-transparent:hover{
border-color: transparent;
}
.hover\:bg-primary-500:hover{
--tw-bg-opacity: 1;
background-color: rgb(2 136 53 / var(--tw-bg-opacity));
}
.hover\:bg-primary-900:hover{
--tw-bg-opacity: 1;
background-color: rgb(0 76 63 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:font-medium:hover{
font-weight: 500;
}
.hover\:text-gray-900:hover{
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-primary-500:hover{
--tw-text-opacity: 1;
color: rgb(2 136 53 / var(--tw-text-opacity));
}
.hover\:text-primary-900:hover{
--tw-text-opacity: 1;
color: rgb(0 76 63 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
text-decoration-line: underline;
}
.focus\:bg-primary-500:focus{
--tw-bg-opacity: 1;
background-color: rgb(2 136 53 / var(--tw-bg-opacity));
}
.focus\:text-primary-500:focus{
--tw-text-opacity: 1;
color: rgb(2 136 53 / var(--tw-text-opacity));
}
.focus\:text-white:focus{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus\:ring-0:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:h-full{
height: 100%;
}
.group:hover .group-hover\:w-full{
width: 100%;
}
.group:hover .group-hover\:translate-x-2{
--tw-translate-x: 0.5rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-primary-500{
--tw-bg-opacity: 1;
background-color: rgb(2 136 53 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline{
text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-100{
opacity: 1;
}
@media (prefers-color-scheme: dark){
.dark\:text-gray-400{
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.dark\:text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
@media (min-width: 640px){
.sm\:-right-6{
right: -1.5rem;
}
.sm\:-top-3{
top: -0.75rem;
}
.sm\:-top-3\.5{
top: -0.875rem;
}
.sm\:right-\[156px\]{
right: 156px;
}
.sm\:top-\[432px\]{
top: 432px;
}
.sm\:col-span-4{
grid-column: span 4 / span 4;
}
.sm\:col-span-8{
grid-column: span 8 / span 8;
}
.sm\:-mt-\[466px\]{
margin-top: -466px;
}
.sm\:mb-0{
margin-bottom: 0px;
}
.sm\:ml-5{
margin-left: 1.25rem;
}
.sm\:block{
display: block;
}
.sm\:inline-block{
display: inline-block;
}
.sm\:flex{
display: flex;
}
.sm\:grid{
display: grid;
}
.sm\:h-\[180px\]{
height: 180px;
}
.sm\:h-\[253px\]{
height: 253px;
}
.sm\:h-\[47px\]{
height: 47px;
}
.sm\:h-\[68px\]{
height: 68px;
}
.sm\:h-\[748px\]{
height: 748px;
}
.sm\:w-1\/3{
width: 33.333333%;
}
.sm\:w-2\/3{
width: 66.666667%;
}
.sm\:w-\[47px\]{
width: 47px;
}
.sm\:w-\[525px\]{
width: 525px;
}
.sm\:w-\[630px\]{
width: 630px;
}
.sm\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sm\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sm\:flex-row{
flex-direction: row;
}
.sm\:items-center{
align-items: center;
}
.sm\:justify-between{
justify-content: space-between;
}
.sm\:gap-\[30px\]{
gap: 30px;
}
.sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1.25rem * var(--tw-space-x-reverse));
margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-x-\[30px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(30px * var(--tw-space-x-reverse));
margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.sm\:p-0{
padding: 0px;
}
.sm\:p-10{
padding: 2.5rem;
}
.sm\:p-\[30px\]{
padding: 30px;
}
.sm\:p-\[60px\]{
padding: 60px;
}
.sm\:px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sm\:px-\[30px\]{
padding-left: 30px;
padding-right: 30px;
}
.sm\:px-\[42px\]{
padding-left: 42px;
padding-right: 42px;
}
.sm\:px-\[60px\]{
padding-left: 60px;
padding-right: 60px;
}
.sm\:py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.sm\:py-2\.5{
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
.sm\:py-5{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.sm\:py-\[80px\]{
padding-top: 80px;
padding-bottom: 80px;
}
.sm\:pb-0{
padding-bottom: 0px;
}
.sm\:text-center{
text-align: center;
}
.sm\:text-6xl{
font-size: 3.75rem;
line-height: 1;
}
.sm\:text-\[30px\]{
font-size: 30px;
}
.sm\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.sm\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.sm\:text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.sm\:leading-7{
line-height: 1.75rem;
}
.sm\:leading-8{
line-height: 2rem;
}
.sm\:leading-9{
line-height: 2.25rem;
}
.sm\:leading-\[27px\]{
line-height: 27px;
}
.sm\:leading-\[36px\]{
line-height: 36px;
}
}
@media (min-width: 768px){
.md\:right-\[47px\]{
right: 47px;
}
.md\:top-\[525px\]{
top: 525px;
}
.md\:h-\[500px\]{
height: 500px;
}
.md\:w-\[500px\]{
width: 500px;
}
.md\:w-\[600px\]{
width: 600px;
}
}
@media (min-width: 1024px){
.lg\:absolute{
position: absolute;
}
.lg\:top-\[120px\]{
top: 120px;
}
.lg\:col-span-4{
grid-column: span 4 / span 4;
}
.lg\:col-span-8{
grid-column: span 8 / span 8;
}
.lg\:-mt-\[120px\]{
margin-top: -120px;
}
.lg\:-mt-\[327px\]{
margin-top: -327px;
}
.lg\:mb-0{
margin-bottom: 0px;
}
.lg\:mb-\[60px\]{
margin-bottom: 60px;
}
.lg\:block{
display: block;
}
.lg\:flex{
display: flex;
}
.lg\:grid{
display: grid;
}
.lg\:hidden{
display: none;
}
.lg\:h-\[324px\]{
height: 324px;
}
.lg\:h-\[550px\]{
height: 550px;
}
.lg\:h-\[758px\]{
height: 758px;
}
.lg\:w-\[583px\]{
width: 583px;
}
.lg\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:flex-nowrap{
flex-wrap: nowrap;
}
.lg\:justify-start{
justify-content: flex-start;
}
.lg\:justify-end{
justify-content: flex-end;
}
.lg\:justify-between{
justify-content: space-between;
}
.lg\:gap-0{
gap: 0px;
}
.lg\:gap-\[30px\]{
gap: 30px;
}
.lg\:gap-\[66px\]{
gap: 66px;
}
.lg\:gap-y-\[80px\]{
row-gap: 80px;
}
.lg\:space-x-\[50px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(50px * var(--tw-space-x-reverse));
margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:bg-contain{
background-size: contain;
}
.lg\:p-10{
padding: 2.5rem;
}
.lg\:px-10{
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.lg\:px-\[60px\]{
padding-left: 60px;
padding-right: 60px;
}
.lg\:py-6{
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.lg\:py-\[120px\]{
padding-top: 120px;
padding-bottom: 120px;
}
.lg\:py-\[150px\]{
padding-top: 150px;
padding-bottom: 150px;
}
.lg\:py-\[30px\]{
padding-top: 30px;
padding-bottom: 30px;
}
.lg\:pb-0{
padding-bottom: 0px;
}
.lg\:pb-\[120px\]{
padding-bottom: 120px;
}
.lg\:pb-\[240px\]{
padding-bottom: 240px;
}
.lg\:pt-\[120px\]{
padding-top: 120px;
}
.lg\:pt-\[240px\]{
padding-top: 240px;
}
.lg\:pt-\[60px\]{
padding-top: 60px;
}
.lg\:text-start{
text-align: start;
}
.lg\:text-\[44px\]{
font-size: 44px;
}
.lg\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.lg\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.lg\:text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.lg\:leading-8{
line-height: 2rem;
}
.lg\:leading-\[55px\]{
line-height: 55px;
}
}
@media (min-width: 1280px){
.xl\:absolute{
position: absolute;
}
.xl\:left-\[35px\]{
left: 35px;
}
.xl\:right-10{
right: 2.5rem;
}
.xl\:mx-auto{
margin-left: auto;
margin-right: auto;
}
.xl\:-mt-\[80px\]{
margin-top: -80px;
}
.xl\:mb-\[100px\]{
margin-bottom: 100px;
}
.xl\:mb-\[60px\]{
margin-bottom: 60px;
}
.xl\:mb-\[90px\]{
margin-bottom: 90px;
}
.xl\:ml-16{
margin-left: 4rem;
}
.xl\:block{
display: block;
}
.xl\:flex{
display: flex;
}
.xl\:h-\[218px\]{
height: 218px;
}
.xl\:h-\[385px\]{
height: 385px;
}
.xl\:h-\[741px\]{
height: 741px;
}
.xl\:h-\[80px\]{
height: 80px;
}
.xl\:h-auto{
height: auto;
}
.xl\:min-h-\[1000px\]{
min-height: 1000px;
}
.xl\:w-\[385px\]{
width: 385px;
}
.xl\:w-\[5000px\]{
width: 5000px;
}
.xl\:w-\[570px\]{
width: 570px;
}
.xl\:w-\[630px\]{
width: 630px;
}
.xl\:w-\[80px\]{
width: 80px;
}
.xl\:w-full{
width: 100%;
}
.xl\:max-w-full{
max-width: 100%;
}
.xl\:scale-100{
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.xl\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.xl\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.xl\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.xl\:flex-row{
flex-direction: row;
}
.xl\:flex-nowrap{
flex-wrap: nowrap;
}
.xl\:items-center{
align-items: center;
}
.xl\:justify-end{
justify-content: flex-end;
}
.xl\:justify-center{
justify-content: center;
}
.xl\:gap-0{
gap: 0px;
}
.xl\:gap-\[30px\]{
gap: 30px;
}
.xl\:gap-y-0{
row-gap: 0px;
}
.xl\:space-x-\[75px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(75px * var(--tw-space-x-reverse));
margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse)));
}
.xl\:space-x-\[85px\] > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(85px * var(--tw-space-x-reverse));
margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse)));
}
.xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.xl\:bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.xl\:p-7{
padding: 1.75rem;
}
.xl\:pb-0{
padding-bottom: 0px;
}
.xl\:pt-\[340px\]{
padding-top: 340px;
}
.xl\:text-\[40px\]{
font-size: 40px;
}
.xl\:text-\[70px\]{
font-size: 70px;
}
.xl\:text-\[96px\]{
font-size: 96px;
}
.xl\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.xl\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.xl\:leading-7{
line-height: 1.75rem;
}
.xl\:leading-\[55px\]{
line-height: 55px;
}
.xl\:leading-\[70px\]{
line-height: 70px;
}
.xl\:leading-\[95px\]{
line-height: 95px;
}
}
@media (min-width: 1536px){
.\32xl\:absolute{
position: absolute;
}
.\32xl\:-left-\[150px\]{
left: -150px;
}
.\32xl\:w-\[721px\]{
width: 721px;
}
}body {
font-family: 'DM Sans', sans-serif;
line-height: 1.4;
font-size: 18px;
background: #fff;
color: #000;
font-weight: 400;
border: 0;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Spline Sans', sans-serif;
color: #000000;
font-weight: 700;
}
h1 {
font-size: 36px;
line-height: 48px;
}
h2 {
font-size: 28px;
line-height: 36px;
}
h3 {
font-size: 24px;
margin-bottom: 20px;
}
h4 {
font-size: 18px;
line-height: 28px;
}
h5 {
font-size: 14px;
line-height: 24px;
}
h6 {
font-size: 14px;
line-height: 28px;
}
p {
font-size: 17px;
margin-bottom: 15px;
line-height: 1.8;
color: #555555;
}
p:last-child {
margin-bottom: 0;
} img {
max-width: 100%;
height: auto;
}
* {
margin: 0;
padding: 0;
} iframe {
border: none;
}
a:link,
a:visited {
text-decoration: none;
}
a {
display: block;
color: #000000;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
}
a:hover {
text-decoration: none;
color: #000;
}
.media>.pull-left {
margin-right: 20px;
}
a:focus {
outline: 0;
}
img.pull-left {
margin-right: 20px;
margin-bottom: 20px;
}
img.pull-right {
margin-left: 20px;
margin-bottom: 20px;
}
.unstyled {
list-style: none;
margin: 0;
padding: 0;
} .dropcap {
font-size: 48px;
line-height: 60px;
padding: 0 7px;
display: inline-block;
float: left;
font-weight: 700;
margin: 5px 15px 5px 0;
position: relative;
text-transform: uppercase;
}
.clearfix:after {
display: block;
width: 100%;
content: '';
}
body {
border: 0;
margin: 0;
padding: 0;
}
@media (min-width: 1600px) {
.container {
max-width: 1750px;
}
} ul.page-pagination.theme-widget-pagination-wrapp {
margin: 0;
padding: 0;
list-style: none;
}
ul.page-pagination.theme-widget-pagination-wrapp li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
min-width: 42px;
}
ul.page-pagination.theme-widget-pagination-wrapp li a,
ul.page-pagination.theme-widget-pagination-wrapp li span {
color: #fff;
font-size: 15px;
background: #0518c5;
text-align: center;
height: auto;
text-align: center;
display: block;
padding-top: 3px;
padding-bottom: 3px;
} .admin-bar .navbar-sticky.sticky {
margin-top: 30px;
}
.theme-page-content {
background: #FFFFFF;
}
.wp-caption img[class*="wp-image-"] {
display: block;
}
.wp-caption .wp-caption-text {
font-size: 15px;
line-height: 20px;
margin: 0;
text-align: center;
padding: 12px 0 0;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
} .gallery {
margin: 30px -1.1666667% 0;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
font-size: 14px;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
font-weight: 600;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .alignnone {
display: block;
margin-bottom: 15px;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 15px auto 15px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%;
}
.wp-caption.alignnone {
margin: 15px auto 10px;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 14px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
.wp-caption .wp-caption-text a {
text-decoration: underline;
display: inline-block;
}
.wp-caption .wp-caption-text a {
color: #000000;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.screen-reader-text {
display: none;
}
.gallery-caption {
z-index: 100000;
}
.bypostauthor {
z-index: 100000;
}
@media screen and (min-width: 30em) { .gallery-item {
max-width: 25%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
} code {
overflow: auto;
max-width: 100%;
padding: 0 1em;
border: 1px solid #ddd;
background-color: #f8f8f8;
display: inline-block;
vertical-align: middle;
word-wrap: break-word;
color: #000000;
}
a code {
color: #000000;
}
p {
margin: 0 0 25px;
}
p img.alignleft {
clear: both;
margin-bottom: 30px;
}
select {
max-width: 100%;
}
.post-password-form input[type="password"] {
padding: 5px 15px;
margin: 0 10px;
height: 45px;
padding: 5px 15px;
}
.post-password-form input[type='submit'] {
background-color: #000000;
border: none;
padding: 5px 20px;
color: #fff;
cursor: pointer;
height: 45px;
font-weight: 600;
}
.post-password-form input[type='submit']:hover {
background-color: rgb(255 53 36 / 10%);
color: #000000;
}
.sidebar .widget.widget_media_image img {
margin-top: 0;
}
.sidebar .widget.widget-tags ul li {
display: inline-block;
margin-bottom: 8px;
margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
display: block;
padding: 5px 20px;
border: 1px solid #eee;
color: #666;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
background: #000000;
color: #fff;
-webkit-transition: all ease 500ms;
-o-transition: all ease 500ms;
transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
margin-bottom: 0;
}
.tagcloud a,
.wp-block-tag-cloud a {
border-color: transparent;
color: #677471;
border: 1px solid #fbf7ed;
display: inline-block;
font-size: 1rem !important;
padding: 6px 18px !important;
margin-bottom: 9px;
margin-right: 5px;
border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 36px;
transition: all ease 500ms;
line-height: 29px;
margin-right: 5px;
background: #fbf7ed;
}
.tagcloud a:last-child,
.wp-block-tag-cloud a:last-child {
margin-right: 0px;
}
.sidebar ul {
border: 0;
padding: 0;
list-style: none;
}
.page-links .page-link {
display: inline-block;
color: #000000;
margin-right: 5px;
} .blog-post-comment .comment-title {
font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
margin-bottom: 15px;
position: inherit;
}
.blog-post-comment .comment-content>h3 {
margin-bottom: .5rem;
}
.blog-post-comment .comment-respond .comment-reply-title {
font-size: 24px;
}
.comment-respond .comment-reply-title {
line-height: 1;
font-weight: bold;
border-bottom: 1px solid #E4E4E4;
padding-bottom: 10px;
margin-bottom: 20px;
position: relative;
}
.blog-post-comment .comment-respond .comment-form .form-control {
border-radius: 0;
height: 72px;
margin-bottom: 25px;
border-color: #000;
color: #000;
}
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
height: 260px;
}
.blog-post-comment .comment-respond .comment-form .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #000;
}
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
margin-top: 40px;
}
.blog-post-comment .comments-list .trackback .comment-body {
margin-left: 0;
}
.loginformuser .form-control {
height: 100%;
resize: none;
}
.loginformuser .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #000000;
}
.blog-post-comment .comments-list .trackback .comment-body {
margin-left: 0;
}
.blog-post-comment .comment-respond .comment-form .btn-comments {
display: inline-block;
background: transparent;
color: #000;
border-radius: 0px;
border: 0px solid;
transition: all .4s ease;
font-size: 22px;
font-weight: 600;
line-height: 1.137em;
position: relative;
padding-right: 27px;
padding-left: 0;
padding-top: 0;
padding-bottom: 0;
margin-top: 30px;
background: url(../../../themes/insucom/assets/images/btn-right-arrow.svg) no-repeat scroll 100% center;
background-size: 15%;
}
.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
border: none;
outline: none;
box-shadow: none;
}
#comments {
clear: both;
padding: 0;
list-style: none;
background: transparent;
overflow: hidden;
border-radius: 0;
}
.comment-num {
margin-bottom: 25px !important;
font-size: 20px !important;
line-height: 1.5;
font-weight: 700;
border-bottom: 1px solid #E4E4E4;
padding-bottom: 10px;
position: relative;
}
#comments .comment-list {
margin: 0;
padding: 0;
list-style-type: none;
}
.comment-content a {
display: inline-block;
}
.comments-area .comment-content p {
margin-bottom: 20px;
line-height: 1.8;
font-size: 14px;
}
p.logged-in-as a {
display: inline-block;
}
#comments .comment-author .says {
display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
display: block;
font-size: 20px;
line-height: 28px;
font-style: normal;
color: #000;
font-weight: 400;
margin-bottom: 50px;
} .pingback p,
.pingback .says {
display: none;
}
.comments-list {
list-style: none;
margin: 0;
}
.comments-list .comment-author {
margin-bottom: 0;
margin-top: 0;
font-weight: 700;
font-size: 15px;
color: #1c1c24;
font-style: normal;
display: block;
margin-bottom: 5px;
}
.comments-list .comment-author a {
color: #1c1c24;
}
.comments-list .comment-author a:hover {
color: #000000;
}
.comments-list .comment-date {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.1818em;
text-transform: uppercase;
}
.comments-list .comment-body {
border-bottom: 1px solid #E4E4E4;
margin-left: 65px;
font-size: 14px;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
}
.comments-list img.comment-avatar {
width: 50px;
height: 50px;
border-radius: 100%;
}
.comments-list .comment-reply-link {
color: #252a37;
background: #fff;
display: inline-flex;
padding: 10px 30px;
line-height: 1;
border-radius: 30px;
text-transform: uppercase;
font-size: 11px;
font-weight: 700;
text-decoration: none;
border: 1px solid #ded9d9;
}
.comments-list .comment-reply-link i {
display: none;
}
.comments-list .comment-reply-link:hover {
background: #000000;
color: #fff;
}
.comments-counter {
font-size: 18px;
}
.comments-counter a {
color: #666;
}
.comments-reply {
list-style: none;
margin: 0 0 0 70px;
}
#cancel-comment-reply-link {
float: none;
color: #000000;
display: inline-block;
font-size: 17px;
font-weight: 600;
margin-left: 8px;
}
#cancel-comment-reply-link:hover {
color: #000;
}
#comments .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
#comments .meta-data {
margin-bottom: 1em;
}
a.comment-edit-link {
display: none;
} .blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content h6 {
line-height: 1.2;
font-weight: 600;
}
.blog-post-comment .comment-content h1 {
font-size: 30px;
margin-bottom: 15px;
}
.blog-post-comment .comment-content h2 {
font-size: 25px;
margin-bottom: 15px;
}
.blog-post-comment .comment-content h3 {
font-size: 20px;
margin-bottom: 15px;
}
.blog-post-comment .comment-content h4 {
font-size: 18px;
margin-bottom: 15px;
}
.blog-post-comment .comment-content h5 {
font-size: 16px;
margin-bottom: 15px;
}
.blog-post-comment .comment-content h6 {
font-size: 14px;
margin-bottom: 15px;
}
.blog-post-comment .comment-content p {
margin-bottom: 20px;
line-height: 1.8;
font-size: 14px;
}
.blog-post-comment .comment-content p:last-child {
margin-bottom: 0;
}
.blog-post-comment .comment-content .entry-content a {
text-decoration: underline;
}
.blog-post-comment .comment-content .entry-content a:hover {
text-decoration: none;
}
.blog-post-comment .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
margin-top: 20px;
margin-bottom: 20px;
}
.blog-post-comment .comment-content dt {
margin-bottom: 5px;
}
.blog-post-comment .comment-content dd {
margin: 0 1rem 1rem;
font-size: 15px;
line-height: 26px;
}
.blog-post-comment .comment-content ul {
list-style: disc;
padding-left: 20px;
}
.blog-post-comment .comment-content ul li {
list-style: disc;
line-height: 1.8;
margin-bottom: 10px;
}
.blog-post-comment .comment-content ul li ul {
margin: 10px 0 0;
list-style-type: circle;
}
.blog-post-comment .comment-content ul li ul li {
list-style-type: circle;
}
.blog-post-comment .comment-content ol {
padding-left: 20px;
}
.blog-post-comment .comment-content ol li {
line-height: 1.8;
margin-bottom: 10px;
list-style-type: decimal;
}
.blog-post-comment .comment-content ol li ol {
margin: 10px 0 0;
}
.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
font-weight: 600;
color: #212529;
}
.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
font-style: italic;
}
.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content var {
font-size: .88889em;
font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.blog-post-comment .comment-content kbd {
background-color: #fafafa;
}
.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
background: #fff9c0;
text-decoration: none;
color: #000;
padding: 0 6px;
}
.blog-post-comment .comment-content pre {
font-size: .88889em;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.8;
overflow: auto;
background: #fafafa;
color: #333333;
}
.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
border-bottom: 1px dotted #484848;
cursor: help;
}
.blog-post-comment .comment-content code {
color: #000000;
border: 0px solid;
background-color: transparent;
padding: 0;
}
.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
background: #fff9c0;
text-decoration: none;
color: #000;
padding: 0 5px;
}
.blog-post-comment .comment-content kbd {
background-color: #eee;
color: #000000;
}
#comments .pull-right.reply {
position: absolute;
float: right;
right: 0;
top: 0;
}
#comments .comment-content a {
color: #000000;
}
#comments .comment-content {
color: #000;
}
.comments-list .comment-author cite {
font-style: normal;
}
#comments.blog-post-comment .children {
margin: 0;
padding: 0;
list-style-type: none;
}
#comments.blog-post-comment .children {
padding-left: 10px !important;
}
#comments.blog-post-comment .comment-content img {
margin: 5px 0;
}
.not-found h1 {
margin-bottom: 20px;
}
.not-found .input-group-btn {
background: #000000;
color: #fff;
padding: 0 20px;
border: none;
cursor: pointer;
}
.not-found .input-group-btn i {
line-height: 48px;
}
.not-found .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #000000;
}
.not-found p {
line-height: 1.1;
margin-bottom: 25px;
}
.not-found p small {
display: block;
}
.blog-sidebar .widget:first-child {
margin-top: 0;
}
.blog-sidebar .widget {
border: 0px solid;
padding: 0px;
background-color: transparent;
border-radius: 0px;
}
.site-navigation.theme_header_design__One .navbar-light {
padding: 0;
background: none;
border-radius: 0px;
}
.blog-sidebar .widget {
margin-top: 45px;
}
.blog-sidebar .widget .widget-title {
padding-bottom: 0px;
position: relative;
font-weight: 700;
font-size: 22px;
color: #272727;
padding-left: 0;
letter-spacing: 0;
border-bottom: 0px solid #E4E4E4;
margin-bottom: 30px;
}
.blog-sidebar .widget ul {
line-height: 1.5;
margin-bottom: 0;
}
.blog-sidebar .widget ul li {
position: relative;
margin-bottom: 12px;
padding-left: 14px;
font-size: 15px;
color: #555555;
font-weight: 500;
}
.blog-sidebar .widget ul li:last-child {
margin-bottom: 0;
}
.blog-sidebar .widget ul li::before {
height: 7px;
width: 7px;
content: '';
left: 0;
top: 7px;
position: absolute;
background-color: #000000;
border-radius: 50%;
}
.blog-sidebar .widget ul li a {
color: #000000;
display: inline-block;
}
.blog-sidebar .widget ul li a:hover {
color: #000;
}
.blog-sidebar .widget ul li span {
display: inline-block;
}
.blog-sidebar span.post-count {
float: right;
font-size: 15px;
}
.nice-select {
height: 45px;
border: 1px solid #eee;
width: 100%;
color: #555;
font-size: 13.5px;
float: none;
white-space: normal;
}
.nice-select span.current {
display: block;
margin-top: 3px;
font-size: 15px;
}
.nice-select ul.list {
padding: 0 !important;
margin: 0 !important;
list-style-type: none !important;
border-radius: 0;
width: 100%;
overflow-y: auto;
}
.nice-select ul.list li {
list-style-type: none !important;
font-size: 14px;
padding: 8px 15px !important;
line-height: 1 !important;
margin: 0 !important;
min-height: auto;
text-transform: capitalize;
}
.nice-select ul.list li::before {
display: none;
}
.blog-sidebar .calendar_wrap caption {
padding-top: 0;
caption-side: top;
font-weight: 500;
color: #565656;
font-size: 17px;
}
table {
margin: 0 0 2rem;
border-collapse: collapse;
width: 100%;
background: #ffffff;
}
table td,
table th {
padding: 10px 13px;
border: 1px solid #d3dbe2;
}
.blog-sidebar .calendar_wrap table {
text-align: center;
margin-bottom: 0;
}
.blog-sidebar .calendar_wrap table #prev a,
.blog-sidebar .calendar_wrap table #next a {
text-decoration: underline;
}
.blog-sidebar .calendar_wrap table #prev a:hover,
.blog-sidebar .calendar_wrap table #next a:hover {
text-decoration: none;
}
.blog-sidebar .calendar_wrap table td,
.blog-sidebar .calendar_wrap table th {
padding: 8px 5px;
}
.blog-sidebar .widget_categories ul li .children {
margin-top: 10px;
}
.blog-sidebar .widget_pages ul li.page_item_has_children>a {
margin-bottom: 10px;
display: inline-block;
}
.blog-sidebar .widget_recent_comments .recentcomments {
color: #484848;
}
.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
font-weight: bold;
font-size: 14px;
}
.blog-sidebar .widget_rss .widget-title .rsswidget {
display: inline-block;
}
.blog-sidebar .widget_rss ul li {
margin-bottom: 20px;
}
.blog-sidebar .widget_rss ul li:last-child {
margin-bottom: 0;
}
.blog-sidebar .widget_rss ul li .rsswidget {
display: block;
color: #222222;
font-weight: bold;
font-size: 15px;
}
.blog-sidebar .widget_rss ul li .rss-date {
font-size: 13px;
margin: 3px 0 10px;
display: block;
}
.blog-sidebar .widget_rss ul li .rssSummary {
color: #555;
line-height: 25px;
font-size: 14px;
}
.blog-sidebar .widget_rss ul li cite {
font-weight: bold;
display: block;
margin-top: 10px;
font-style: normal;
color: #222;
font-size: 13.5px;
}
.blog-sidebar .widget_search form {
position: relative;
}
.blog-sidebar .widget_search form .form-control {
background-color: #ffffff;
height: 50px;
padding: 6px 15px;
border: 1px solid #E4E4E4;
width: 100%;
display: block;
outline: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: inherit;
line-height: inherit;
color: inherit;
border-radius: 0;
font-size: 15px;
}
.blog-sidebar .widget_search form .form-control:focus {
border-color: #000000;
box-shadow: none;
z-index: 1;
}
.blog-sidebar .widget_search form button {
position: absolute;
right: 0;
outline: 0;
bottom: 0;
height: 50px;
width: 50px;
z-index: 1;
border: none;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #000000;
text-transform: capitalize;
font-weight: 600;
font-size: 15px;
padding: 0 20px;
top: 0;
cursor: pointer;
}
.blog-sidebar .widget_search form button:hover {
background: #000;
}
.blog-sidebar .widget_search form button:before {
position: absolute;
right: 50%;
top: 50%;
font-family: fontAwesome;
color: #fff;
content: "\f002 ";
margin-top: -12px;
margin-right: -6.5px;
}
.blog-sidebar p {
font-size: 15px;
margin-bottom: 15px;
color: #565656;
line-height: 1.8;
}
.blog-sidebar .widget_text p img {
margin: 10px 0;
}
.blog-sidebar .widget_text .wp-caption-text {
border: none;
text-align: center;
font-size: 14px;
}
.post-meta.blog_meta_content_Box a {
display: inline-block;
}
.blog-sidebar .widget.widget_tag_cloud .widget-title {
margin-bottom: 12px;
}
.blog-sidebar .tagcloud a {
font-size: 15px !important;
font-weight: 500 !important;
color: #595959 !important;
border-color: #D6D6D6 !important;
border-radius: 8px !important;
margin-right: 5px;
padding: 8px 14px !important;
line-height: inherit;
display: inline-block;
transition: all ease 500ms;
}
.blog-sidebar .tagcloud a:hover {
background-color: #000000;
border-color: #000000 !important;
color: #fff !important;
}
.blog-sidebar .widget_nav_menu .sub-menu {
margin-top: 8px;
}
table th a {
text-decoration: underline !important;
}
table th a:hover {
text-decoration: none !important;
}
address {
margin: 20px 0;
font-style: italic;
line-height: 30px;
}
.post-layout-style2 .single-blog-content .entry-content ul {
margin-top: 20px;
margin-bottom: 20px;
list-style: disc;
padding-left: 20px;
}
.post-layout-style2 .single-blog-content .entry-content ol {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul {
margin: 10px 0 0;
list-style-type: circle;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul li {
list-style-type: circle;
}
.post-layout-style2 .single-blog-content .entry-content ol li ol {
margin: 10px 0 0;
}
.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
padding-left: 0;
margin: 0 0 20px;
padding: 0;
border-bottom: 1px solid #E4E4E4;
}
.post-layout-style2 .single-blog-content .entry-content h1 {
margin-bottom: 15px;
line-height: 1.2;
font-size: 30px;
}
.post-layout-style2 .single-blog-content .entry-content h2 {
font-size: 25px;
margin-bottom: 15px;
line-height: 1.2;
}
.post-layout-style2 .single-blog-content .entry-content h3 {
font-size: 20px;
margin-bottom: 15px;
line-height: 1.2;
color: #272727;
}
.post-layout-style2 .single-blog-content .entry-content h4 {
font-size: 18px;
margin-bottom: 15px;
line-height: 1.2;
color: #272727;
}
.post-layout-style2 .single-blog-content .entry-content h5 {
font-size: 16px;
margin-bottom: 15px;
line-height: 1.2;
}
.post-layout-style2 .single-blog-content .entry-content h6 {
font-size: 14px;
line-height: 1.2;
margin-bottom: 15px;
}
.blog-details-content ul li::marker {
color: #000000;
}
blockquote,
.blockquote {
overflow: hidden;
background-color: #ffffff;
padding: 50px !important;
position: relative;
text-align: center;
z-index: 1;
margin-bottom: 20px !important;
margin-top: 20px !important;
border-left: 0px !important;
border-right: 0px !important;
}
blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
color: #333333;
line-height: 1.6;
margin-bottom: 0;
font-style: italic;
font-weight: 600;
font-size: 20px;
}
.single-blog-content .single-blog-inner .entry-content p a {
text-decoration: underline;
display: inline-block;
color: #000000;
}
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
text-decoration: none;
display: inline-block;
color: #fff;
background: #000000;
}
table th a {
text-decoration: underline !important;
}
table th a:hover {
text-decoration: none !important;
}
.post-layout-style2 .single-blog-content .entry-content dl {
margin-top: 20px;
margin-bottom: 20px;
}
.post-layout-style2 .single-blog-content .entry-content dt {
margin-bottom: 5px;
color: #333333;
}
.post-layout-style2 .single-blog-content .entry-content dd {
margin: 0 1rem 1rem;
font-size: 15px;
line-height: 26px;
}
.post-layout-style2 .single-blog-content .entry-content dd a {
text-decoration: underline;
display: inline-block;
}
.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
font-weight: 600;
color: #212529;
}
address {
margin: 20px 0;
font-style: italic;
line-height: 30px;
}
.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em,
.post-layout-style2 .single-blog-content .entry-content i {
font-style: italic;
}
.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
font-size: .88889em;
font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
.post-layout-style2 .single-blog-content .entry-content code {
color: #000000;
border: 0px solid;
background-color: transparent;
padding: 0;
}
.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
background: #fff9c0;
text-decoration: none;
color: #000;
padding: 0 5px;
}
.post-layout-style2 .single-blog-content .entry-content kbd {
background-color: #eee;
color: #000000;
}
.post-layout-style2 .single-blog-content .entry-content .post-footer {
margin-top: 20px;
clear: both;
border-top: 1px solid #eee;
list-style: none;
padding-top: 30px;
}
.wp-block-columns {
margin-top: 20px;
margin-bottom: 20px;
}
.wp-block-image {
margin-bottom: 20px;
}
.wp-block-image figcaption {
font-size: 14px;
margin-top: 12px;
}
.wp-block-image figcaption a {
text-decoration: underline;
display: inline-block;
color: #000000;
}
.wp-block-image figcaption {
text-align: left;
}
.wp-block-button .wp-block-button__link {
background-color: #000000;
font-size: 16px;
border-radius: 5px;
}
.wp-block-button {
margin-bottom: 1.5em;
}
.wp-block-button .wp-block-button__link:hover {
background-color: #000;
color: #fff;
}
.wp-block-cover .wp-block-cover-text {
color: #fff !important;
}
.is-style-outline .wp-block-button__link {
background-color: transparent !important;
font-size: 16px;
border-radius: 5px;
}
.is-style-outline .wp-block-button__link:hover {
background-color: transparent;
color: #000 !important;
border-color: #000;
}
.is-style-squared .wp-block-button__link {
border-radius: 0 !important;
}
.wp-block-cover {
margin-top: 30px;
margin-bottom: 30px;
}
.wp-block-cover p.wp-block-cover-text {
font-weight: bold;
margin-bottom: 20px !important;
font-size: 31px !important;
line-height: 1.5 !important;
}
.wp-block-cover p.wp-block-cover-text strong {
color: #fff;
}
.wp-block-cover.has-background-dim.alignleft {
margin-top: 0;
}
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
color: #fff;
}
.wp-block-file a {
text-decoration: underline;
font-size: 15px;
color: #000000;
}
.wp-block-file a:hover {
text-decoration: none;
}
.wp-block-file .wp-block-file__button {
border-radius: 4px !important;
font-size: 14px !important;
font-weight: 500;
display: table;
margin: 10px 0 0;
background-color: #000000 !important;
}
.wp-block-file .wp-block-file__button:hover {
background-color: #000 !important;
color: #fff;
}
blockquote cite,
.blockquote cite {
display: none;
}
.wp-block-media-text {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
.wp-block-media-text .has-large-font-size {
font-size: 25px !important;
margin-top: 0 !important;
}
.wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
color: #40464d;
border-color: transparent;
border-width: 2px;
padding: 0;
margin: 0 0 1rem;
}
.wp-block-pullquote blockquote {
color: #111;
border: none;
margin-right: 0;
padding-left: 0;
}
.wp-block-pullquote blockquote p {
font-size: 2.25em !important;
font-style: italic !important;
}
.wp-block-pullquote blockquote cite {
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
line-height: 1.6;
text-transform: none;
color: #767676;
font-size: 15px;
font-style: normal;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
background-color: #000000;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
color: #000000;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
display: none;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
max-width: 80%;
background: transparent;
}
.has-medium-font-size {
font-size: 20px !important;
}
.has-very-light-gray-color.has-very-light-gray-color {
color: #fff !important;
}
.post-layout-style2 .single-blog-content .entry-content dl a,
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
text-decoration: underline;
display: inline-block;
}
.post-layout-style2 .single-blog-content .entry-content ul.post-meta a {
text-decoration: none;
color: inherit;
}
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
color: #000000;
}
.post-layout-style2 .single-blog-content .entry-content ul a .wp-block-cover__inner-container .has-large-font-size {
color: #f8f9f9 !important;
font-size: 36px !important;
}
.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
font-size: 14px;
text-align: left;
}
table td a,
table td a:hover {
color: #000000;
}
.wp-block-table.is-style-stripes td {
border-color: #767676;
}
.wp-block-verse {
font-family: "Poppins", sans-serif !important;
font-size: 16px !important;
}
.post-layout-style2 .single-blog-content .entry-content em {
font-weight: 700;
}
.loginformuser {
margin-top: 20px;
}
.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
margin-bottom: 30px;
}
#comments {
margin-top: 95px;
}
.pingback p,
.pingback .says {
display: block;
}
.blog-sidebar select {
height: 45px;
font-size: 15px;
padding: 8px 15px;
width: 100%;
border: 1px solid #eee;
color: #272727;
font-weight: 500;
cursor: pointer;
}
.blocks-gallery-grid {
margin-top: 0px !important;
}
.wp-block-gallery .blocks-gallery-caption {
text-align: center;
margin: auto;
margin-bottom: 30px;
}
.blog-sidebar .widget_theme_recent_posts .recent_post_Content li {
font-weight: 500;
color: #565656;
font-size: 14px;
padding: 0;
}
.blog-sidebar .widget_theme_recent_posts .recent_post_Content li:before {
display: none;
}
.blog-sidebar .widget_theme_recent_posts .recent_post_Content .recent-post-meta {
display: none;
}
.blog-sidebar .widget_media_image {
background: #fff;
border: 0;
padding: 0;
}
.blog-sidebar .widget_media_image img {
border-radius: 10px;
}
.home-tag-widgett {
background: #FAFAFA;
padding: 30px;
border-radius: 15px;
}
.home-tag-widgett h5 {
font-size: 28px;
line-height: 1;
color: #272727;
font-weight: 700;
margin-bottom: 20px;
}
.home-tag-widgett .tagcloud a {
font-size: 16px !important;
font-weight: 500 !important;
color: #595959 !important;
border-color: #D6D6D6 !important;
border-radius: 8px !important;
margin-right: 5px;
padding: 8px 14px !important;
} .author_bio__Wrapper {
clear: both;
overflow: hidden;
margin-top: 50px;
padding: 0;
border-top: 0px solid #eaeaea;
border-bottom: 0px solid #eaeaea;
background: #fff;
border-radius: 0;
}
.author-thumb {
float: left;
margin-right: 50px;
margin-bottom: 0px;
}
.author-thumb img {
width: 267px;
height: 354px;
border-radius: 0;
object-fit: cover;
}
.theme_author_Info {
padding-right: 20px;
margin-top: 75px;
}
h6.theme_author_Title {
color: #555555;
font-weight: 500;
font-size: 15px;
margin-bottom: 0px;
line-height: 30px;
display: none;
}
h4.theme_author__Name {
color: #000;
margin-top: 0px;
margin-bottom: 10px;
font-size: 22px;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
}
p.theme_author__Description {
font-size: 20px;
line-height: 22px;
color: #000;
margin-bottom: 45px;
font-weight: 400;
max-width: 90%;
}
.theme_author_Socials a {
display: inline-block;
color: #000;
font-size: 21px;
line-height: 1;
margin-right: 15px;
}
.theme_author_Socials a:hover {
color: #ddd;
} .theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.prev_nav_left_Img,
.prev_nav_Right_Img {
height: 100px;
width: 85px;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
border-radius: 10px;
}
.prev_nav_left_Img {
margin-right: 15px;
}
.prev_nav_Right_Img {
margin-left: 15px;
}
.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
padding-right: 15px;
}
.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
text-align: right;
padding-left: 15px;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.prev_nav_left_Img img,
.prev_nav_Right_Img img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.theme_blog_nav_Title {
font-size: 20px;
font-weight: 500;
line-height: 24px;
margin-bottom: 0;
color: #004c3f;
word-break: break-all;
}
.theme_blog_nav_Title a {
margin-bottom: 0;
color: #004c3f;
word-break: break-word;
}
.theme_blog_nav_Label {
font-size: 17px;
margin-bottom: 0px;
font-weight: 500;
letter-spacing: 0;
text-transform: capitalize;
margin-bottom: 10px;
}
.theme_blog_navigation__Wrap {
margin-bottom: 0;
padding: 0;
background: transparent;
margin-top: 0;
border-radius: 0;
padding: 0;
}
.theme_blog_nav_Title a:hover {
color: #000000;
}
h1.theme-breacrumb-title {
font-size: 60px;
font-weight: 700;
color: #000000;
margin: 0;
line-height: 1;
text-transform: uppercase;
}
.main-container .pagination {
margin-bottom: 0px;
margin-top: 80px;
}
.main-container .theme-pagination-style .nav-links {
display: block;
width: 100%;
text-align: left;
}
.main-container .theme-pagination-style ul.page-numbers {
margin-bottom: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.main-container .theme-pagination-style ul.page-numbers li {
line-height: 1;
margin: 0 8px;
}
.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
width: auto;
height: auto;
line-height: 1;
margin-right: 0;
padding: 0;
margin-left: 0px !important;
text-align: left;
display: inline-block;
border: 0px solid;
color: #000;
font-size: 20px;
font-weight: 400;
background-color: transparent;
line-height: 1;
border-radius: 0;
}
.main-container .theme-pagination-style ul.page-numbers li span.current {
background: transparent;
color: #000;
border-color: transparent;
}
.main-container .theme-pagination-style ul.page-numbers li i {
line-height: 1;
color: #000;
}
.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
border: 0px solid #000000;
background-color: transparent;
color: #000;
}
.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover i {
color: #000;
}
.theme-tags__wrapper h4 {
font-size: 20px !important;
margin-bottom: 15px !important;
line-height: 1.2 !important;
color: #272727 !important;
margin-right: 10px;
display: inline-block;
}
.theme-tags__wrapper a {
border-color: #e4e4e4;
color: #A0A0A0;
border: 1px solid;
display: inline-block !important;
font-size: 15px !important;
padding: 5px 18px;
margin-bottom: 10px;
border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 36px;
transition: all ease 500ms;
line-height: 29px;
}
.blog-single .tag-lists a:not(:first-child) {
margin-left: 6px;
}
.theme-tags__wrapper a:hover {
border-color: #000 !important;
background: #000 !important;
color: #fff;
}
h2.related-post-title {
font-size: 22px;
font-weight: 600;
position: relative;
padding-left: 32px;
line-height: 1.137;
margin-bottom: 60px;
text-transform: uppercase;
}
h2.related-post-title:before {
position: absolute;
left: 0px;
top: 2px;
width: 20px;
height: 21px;
background: url(../../../themes/insucom/assets/images/title-shape.svg) no-repeat scroll left center;
background-size: cover;
content: "";
margin-top: 0px;
}
.theme_related_post_Grid .blog-post-grid-wrapper .post-excerpt-box p {
font-size: 14px;
line-height: 18px;
color: #565656;
}
.theme_related_post_Grid .blog-post-grid-wrapper .news-post-grid-thumbnail img {
border-radius: 15px;
}
.theme_related_post_Grid .blog-post-grid-wrapper-four .post-excerpt-box {
padding-bottom: 0px;
margin-bottom: 5px;
} .error-page .error-code {
display: block;
font-size: 150px;
line-height: 1;
color: #272727;
margin-bottom: 25px;
}
.error-page .error-body .btn {
margin-top: 30px;
display: inline-block;
background: #000;
color: #fff;
font-size: 15px;
font-weight: 600;
text-align: center;
letter-spacing: 0.01em;
padding: 16px 30px;
border-radius: 4px;
width: auto;
border: 0px solid;
}
.error-page .error-body .btn:hover,
.error-page .error-body .btn:focus,
.error-page .error-body .btn:active {
border: none;
outline: none;
box-shadow: none !important;
background: none;
}
.error-page .error-body .btn:hover {
background: #000;
}
body.error404 .main-container {
padding-top: 30px;
margin-top: 0;
padding-bottom: 80px;
}
.header-two-right .header-search-box {
position: relative;
right: 30px;
top: 0px;
}
.header-bookmark-btn {
display: inline-block;
position: absolute;
right: 15px;
margin-left: 0;
top: 10px;
} body.admin-bar .body-inner-content {
margin-top: 0px;
}
.widget_calendar,
table,
.wp-block-calendar {
font-size: 16px;
line-height: 28px;
font-weight: 500;
}
.calendar_wrap nav.wp-calendar-nav {
position: relative;
top: 10px;
}
.blog-sidebar .widget_categories .cat-item span.post_count {
width: 30px;
height: 22px;
text-align: center;
color: #fff;
border-radius: 6px;
font-size: 12px;
line-height: 22px;
position: relative;
left: 2px;
}
.main-container.blog-spacing {
padding-top: 80px;
padding-bottom: 80px;
}
.widget_rss h3.widget-title a {
color: #272727;
}
.sticky .post-list-medium-content {
background: #f8f8f8;
border-top: 4px solid #000 !important;
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a {
color: #4F4F4F;
font-weight: 500;
font-size: 14px;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
position: relative;
transition: all .3s ease-in;
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:hover {
color: #000000;
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:after {
position: absolute;
right: -5px;
bottom: 0;
content: ",";
font-size: 15px;
}
.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:last-child:after {
display: none;
}
.cat-layout-main-list .post-list-medium-content .post-meta-items div.author-name {
text-transform: capitalize;
}
.blog-post-comment .comment-respond p.logged-in-as {
line-height: 26px;
font-size: 15px;
margin-top: 5px;
}
.blog-post-comment .comment-respond .comment-reply-title {
font-size: 32px;
line-height: 1.08;
border-bottom: 0px;
margin-bottom: 5px;
padding-bottom: 0px;
text-transform: inherit;
}
.comment-respond p {
margin-bottom: 0;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
margin-top: 10px;
}
.blog-details-content p {
font-size: 1rem;
line-height: 1.695;
color: #677471;
margin: 0 0 20px 0;
font-weight: 400;
}
.single-meta-content h4.post-author-name a {
text-transform: capitalize;
}
.blog-details-content ul li {
font-size: 1rem;
line-height: 1.8;
color: #677471;
}
.post-layout-style2 .single-blog-content .entry-content p:last-child {
margin: 0;
}
.post-body p:last-child {
clear: both;
float: none;
}
.wp-block-button .wp-block-button__link {
color: #fff !important;
}
.is-style-outline .wp-block-button__link {
background-color: transparent !important;
font-size: 16px;
border-radius: 5px;
color: #000000 !important;
border-color: #000000;
}
.wp-block-button .wp-block-button__link:hover {
background-color: #000;
}
.theme-blog-details .post-featured-image {
margin-bottom: 50px;
}
.sidebar-active .alignfull {
left: auto;
right: auto;
margin-left: 0;
margin-right: 0;
width: auto;
}
figure.wp-block-gallery ul.blocks-gallery-grid {
padding-left: 0 !important;
}
.blog-details-content .wp-block-columns {
margin-top: 31px;
margin-bottom: 31px;
}
.blog-details-content .wp-block-columns figure.wp-block-image.size-full.bottom-zero-article-thumb {
margin-bottom: 0;
}
.bottom-zero-article-thumb img {
height: 310px;
object-fit: cover;
object-position: center top;
border-radius: 5px !important;
}
.blog-details-content figure.bottom-zero-article-full {
margin-top: 50px;
margin-bottom: 50px;
}
.bottom-zero-article-full img {
border-radius: 0px !important;
width: 100%;
object-fit: cover;
}
blockquote,
.blockquote {
margin-bottom: 23px !important;
margin-top: 23px !important;
}
.single-blog-content blockquote {
padding-bottom: 45px !important;
}
.single-blog-content blockquote,
.single-blog-content .blockquote {
background: #F8F8F8;
border-radius: 20px;
}
blockquote.has-text-color.has-light-gray-color p {
font-size: 28px !important;
line-height: 1.2 !important;
}
blockquote.has-text-color.has-very-dark-gray-color:before {
color: rgb(255 255 255 / 50%);
}
blockquote p, .single-blog-inner .entry-content blockquote p, .blockquote p {
color: #222;
line-height: 1.3;
font-style: normal;
font-weight: 700;
font-size: 24px;
max-width: 90%;
}
blockquote::before, .blockquote::before {
content: "\efcd";
top: 50%;
font-family: 'IcoFont' !important;
left: 0;
font-size: 48px;
line-height: 1;
margin-top: -24px;
color: #BEBEBE;
opacity: 1;
position: absolute;
}
.single-blog-content blockquote, .single-blog-content .blockquote {
background: transparent;
border-radius: 0px;
}
.post-layout-style2 .single-blog-content .entry-content ol {
font-size: 17px;
}
.post-layout-style2 .single-blog-content .entry-content ol li {
line-height: 1.8;
margin-bottom: 10px;
font-weight: 500;
}
.post-layout-style2 .single-blog-content .entry-content ol li ol {
margin: 10px 0 0;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul {
margin: 10px 0 0;
list-style-type: circle;
}
.post-layout-style2 .single-blog-content .entry-content ul li ul li {
list-style-type: circle;
}
.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
margin-bottom: 28px;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: 100%;
cursor: pointer;
height: 45px;
font-size: 15px;
padding: 8px 15px;
width: 100%;
border: 1px solid #eee;
color: #272727;
font-weight: 500;
}
.wp-block-search .wp-block-search__button {
background: #000;
border: 1px solid #000;
color: #fff!important;
cursor: pointer;
font-size: 16px;
}
.wp-block-calendar span.pad {
display: none;
}
.wp-block-calendar nav.wp-calendar-nav {
margin-bottom: 35px;
}
.page-links {
margin-top: 20px;
margin-bottom: 20px;
clear: both;
}
.page-links .post-page-numbers {
width: 35px;
height: 35px;
border-radius: 25px;
background-color: #ffffff;
border: 1px solid #eee;
font-size: 15px;
line-height: 35px;
color: #0a0c19;
text-align: center;
display: inline-block;
margin-left: 5px;
text-decoration: none !important;
}
.page-links .page-link {
display: inline-block;
background-color: #000000;
color: #fff;
margin-right: 0px;
}
.blog-details-content table th a {
color: #272727;
}
.blog-post-comment blockquote,
.blog-post-comment .blockquote {
background: #eee;
}
.blog-post-comment table td {
font-size: 14px;
font-weight: 500;
}
.blog-post-comment p.no-comments {
font-size: 14px;
clear: both;
margin-top: 0;
line-height: 14px;
}
.post_format-post-format-image .blog-details-content figure img {
border-radius: 10px;
}
.widget_calendar span.pad {
display: none;
}
.widget_calendar span.wp-calendar-nav-next {
display: block;
}
.nav-wrapper .mainmenu li ul li ul.sub-menu {
position: absolute;
right: 102%;
top: 0%;
left: auto;
opacity: 0 !important;
filter: Alpha(opacity=0) !important;
visibility: hidden;
}
.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
}
.theme-breadcrumb__Wrapper.theme-breacrumb-area {
margin-top: 40px;
}
.not-found form {
position: relative;
}
.not-found form .form-control {
background-color: #ffffff;
height: 50px;
padding: 6px 15px;
border: 1px solid #eeeeee;
width: 100%;
display: block;
outline: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: inherit;
line-height: inherit;
color: inherit;
border-radius: 0;
}
.not-found form .form-control:focus {
border-color: #000000;
box-shadow: none;
z-index: 1;
}
.not-found form button {
position: absolute;
right: 0;
outline: 0;
bottom: 0;
height: 50px;
width: 50px;
z-index: 1;
border: none;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
background-color: #000000;
text-transform: capitalize;
font-weight: 500;
font-size: 15px;
padding: 0 20px;
top: 0;
cursor: pointer;
}
.not-found form button:hover {
background: #000;
}
.not-found form button:before {
position: absolute;
right: 50%;
top: 50%;
font-family: fontAwesome;
color: #fff;
content: "\f002 ";
margin-top: -9.5px;
margin-right: -6.5px;
}
.theme_img_cat_Itemlist span.category-btnn {
transition: all .3s ease;
}
ul.footer-nav li a:hover {
color: #000000;
}
.home-tag-widgett .tagcloud a:hover {
background: #000000 !important;
color: #fff !important;
border-color: #000000 !important;
}
.custom-theme-contactt label {
font-size: 15px;
font-weight: 500;
color: #272727;
line-height: 1;
margin-bottom: 8px;
}
body.page .main-container {
padding-top: 90px;
padding-right: 0px;
padding-bottom: 80px;
padding-left: 0px;
}
body.page .theme-page-spacing .entry-content ul {
margin-top: 20px;
margin-bottom: 20px;
list-style: disc;
padding-left: 20px;
}
body.page .theme-page-spacing .entry-content ul li {
font-size: 17px;
line-height: 1.8;
color: #555555;
}
body.page .theme-page-spacing .entry-content ul li::marker {
color: #000000;
}
body.page .theme-page-spacing .entry-content ul li ul {
margin: 10px 0 0;
list-style-type: circle;
}
body.page .theme-page-spacing .entry-content ul li ul li {
list-style-type: circle;
}
body.page .theme-page-spacing .entry-content ol {
margin-top: 20px;
margin-bottom: 20px;
padding-left: 20px;
}
body.page .theme-page-spacing .entry-content ol {
font-size: 17px;
}
body.page .theme-page-spacing .entry-content ol li {
line-height: 1.8;
margin-bottom: 10px;
font-weight: 400;
}
body.page .theme-page-spacing .entry-content ol li ol {
margin: 10px 0 0;
}
body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
background: #F8F8F8;
}
body.page .theme-page-spacing .entry-content blockquote {
padding-bottom: 45px !important;
}
body.page .theme-page-spacing .entry-content dl {
margin-top: 20px;
margin-bottom: 20px;
}
body.page .theme-page-spacing .entry-content dt {
margin-bottom: 5px;
color: #333333;
}
body.page .theme-page-spacing .entry-content dd {
margin: 0 1rem 1rem;
font-size: 15px;
line-height: 26px;
}
body.page .theme-page-spacing .entry-content dd a {
text-decoration: underline;
display: inline-block;
}
body.page .theme-page-spacing .entry-content b,
body.page .theme-page-spacing .entry-content strong {
font-weight: 600;
color: #212529;
}
body.page .theme-page-spacing .entry-content address {
margin: 20px 0;
font-style: italic;
line-height: 30px;
}
body.page .theme-page-spacing .entry-content code,
body.page .theme-page-spacing .entry-content kbd,
body.page .theme-page-spacing .entry-content tt,
body.page .theme-page-spacing .entry-content var {
font-size: .88889em;
font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
body.page .theme-page-spacing .entry-content code {
color: #000000;
border: 0px solid;
background-color: transparent;
padding: 0;
}
body.page .theme-page-spacing .entry-content mark,
body.page .theme-page-spacing .entry-content ins {
background: #fff9c0;
text-decoration: none;
color: #000;
padding: 0 5px;
}
body.page .theme-page-spacing .entry-content kbd {
background-color: #eee;
color: #000000;
}
body.page .theme-page-spacing .entry-content blockquote p {
color: #555;
line-height: 1.3;
font-style: normal;
font-weight: 600;
font-size: 20px;
}
body.page .theme-page-spacing .entry-content p a {
text-decoration: underline;
display: inline-block;
color: #000000;
}
body.page .theme-page-spacing .entry-content table td a {
color: #272727;
text-decoration: underline;
font-weight: 500;
}
body.page .theme-page-spacing .entry-content table td a:hover {
text-decoration: none;
}
body.page .theme-page-spacing .entry-content p:last-child {
margin: 0;
}
body.page .theme-page-spacing .entry-content .page-links .post-page-numbers.current {
background: #000000;
color: #fff;
border-color: #000000;
border-radius: 0px;
}
body.page .theme-page-spacing .entry-content .page-links .post-page-numbers {
border-radius: 0;
}
body.page .theme-page-spacing .entry-content #comments {
margin-top: 80px;
}
.single-one-bwrap {
padding-top: 40px;
padding-right: 0px;
padding-bottom: 80px;
padding-left: 0px;
}
.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
margin-bottom: 0px;
}
.main-container.cat-page-spacing {
padding-top: 80px;
padding-right: 0px;
padding-bottom: 80px;
padding-left: 0px;
}
.post-password-form input[type='submit']:hover {
background-color: #111111;
color: #FFFFFF;
}
p.form-submit {
margin-bottom: 20px;
}
.blog-sidebar .widget.widget_categories ul li::before {
top: 9px;
}
.blog-sidebar .widget_categories .cat-item span.post_count {
color: #000000;
border-radius: 5px;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
color: #000;
position: relative;
margin-bottom: 12px;
padding-left: 0px;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
}
.blog-sidebar .widget_block .wp-block-latest-comments {
border: 0;
padding: 0;
list-style: none;
line-height: 1.5;
margin-bottom: 0;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
height: 7px;
width: 7px;
content: '';
left: 0;
top: 7px;
position: absolute;
background-color: #000000;
border-radius: 50%;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
color: #555555;
display: inline-block;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
font-weight: bold;
font-size: 14px;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
margin-bottom: 0;
}
.widget.widget_block .wp-block-group__inner-container h2 {
padding-bottom: 0px;
position: relative;
font-weight: 700;
font-size: 24px;
color: #000;
padding-left: 0;
letter-spacing: 0;
border-bottom: 0px solid #E4E4E4;
margin-bottom: 25px;
}
.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
display: inline;
}
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
color: #000000;
}
.blog-sidebar .widget ul li::before {
top: 8px;
}
.blog-sidebar .widget.widget_categories ul li::before {
top: 8px;
}
.blog-sidebar .widget_categories ul li .children li::before {
top: 8px;
}
.wp-block-search .wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search__input {
background-color: #fbf7ed;
height: 50px;
padding: 6px 15px;
border: 1px solid #fbf7ed;
width: 100%;
display: block;
outline: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: inherit;
line-height: inherit;
color: inherit;
border-radius: 0;
font-size: 15px;
}
.wp-block-search .wp-block-search__label {
padding-bottom: 0px;
position: relative;
font-weight: 700;
font-size: 22px;
color: #000;
padding-left: 0;
letter-spacing: 0;
border-bottom: 0px solid #E4E4E4;
margin-bottom: 30px;
line-height: 1;
}
.blog-sidebar .widget_block.widget_search .wp-block-search__button {
position: relative;
width: auto;
font-weight: 600;
font-size: 14px;
padding: 0 14px;
border-radius: 4px;
}
.blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
display: none;
}
.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-webkit-input-placeholder {
color: #272727;
}
.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-moz-placeholder {
color: #272727;
}
article.tag-pingbacks-2+.blog-post-comment .comment-body {
margin-left: auto !important;
}
.comments-list .comment-body,
.blog-post-comment .comment-content p,
.blog-post-comment p.no-comments {
font-size: 17px;
}
.widget_block.widget_search .wp-block-search__button:hover {
background-color: #000 !important;
color: #FFFFFF !important;
border: 1px solid #000 !important;
}
.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2, .blog-sidebar .widget h3.wp-block-heading {
font-size: 1.125em;
line-height: 1;
text-transform: inherit!important;
margin-bottom: 35px;
color:  #004c3f;
display: block;
}
body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
color: transparent;
}
.comments-list .comment-author cite,
.comment-author vcard cite {
font-style: normal !important;
text-transform: capitalize;
}
.blog-sidebar select {
background-color: white;
border: thin solid #000000;
border-radius: 4px;
display: inline-block;
font: inherit;
line-height: 1.5em;
padding: 0.5em 3.5em 0.5em 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
font-weight: 500;
}
.blog-sidebar select {
background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
linear-gradient(135deg, #fff 50%, transparent 50%),
linear-gradient(to right, #000000, #000000);
background-position: calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
100% 0;
background-size: 5px 5px,
5px 5px,
2.5em 2.5em;
background-repeat: no-repeat;
} .theme-hero-style-one .theme-container h1 {
max-width: 700px;
}
.theme-hero-style-one .theme-container p.text-base {
max-width: 550px;
}
.home-banner-style-two .theme-container p.text-base {
max-width: 500px;
}
.theme-home-service-one h2.headline-default {
max-width: 470px;
}
.theme-home-service-one p.text-base  {
max-width: 500px;
}
.fname, .fmessage {
font-size: 1rem;
line-height: 1.5rem;
padding: 1.25rem;
width: 100%;
border: 1px solid rgb(227 227 227);
height: 68px;
border-radius: 0.25rem;
margin-bottom: 1.25rem;
}
.fmessage {
height: 160px;
resize: none;
}
.fsubmit {
display: block;
width: 100%;
text-align: center;
font-size: 1.125rem;
font-weight: 600;
line-height: 1.75rem;
background-color: rgb(2 136 53);
color: #fff;
height: 68px;
border-radius: 0.25rem;
}
.getin-touch-wrapper .h-full {
height: 100%!important;
}
.theme-home-form-padding {
padding-bottom: 25px;
}
.home-blog-one .blog-item .w-full.h-full img {
height: 100%;
object-fit: cover;
width: 100%;
}
.home-blog-one .author-link-box a {
color: #fff;
text-transform: capitalize;
}
.home-blog-one h2.blog-home-title-wrap {
max-width: 585px;
margin-left: auto;
margin-right: auto;
}
.theme-about-two-style ul.flex {
margin: 0 0 2rem 0!important;
padding: 0!important;
list-style: none!important;
}
.theme-about-two-style h2.headline-default {
max-width: 575px;
}
.services-three-wrapper h2.headline-default {
max-width: 470px;
margin-left: auto;
margin-right: auto;
}
.safety-section .grid img.w-full, .faq-section-main-wrapper img {
height: 100%!important;
object-fit: cover;
}
.faq-section-main-wrapper h2.faq-two-title-wrap {
max-width: 520px;
}
.theme-custom-about-one h2.headline-default {
max-width: 550px;
}
.testimonial-section-two h2.headline-default {
max-width: 550px;
margin-left: auto;
margin-right: auto;
}
.page-title-wrapper li.breadcrumb-item i {
line-height: 1;
font-size: 24px;
margin-left: 20px!important;
--tw-text-opacity: 1;
color: rgb(2 136 53 / var(--tw-text-opacity));
}
.header-one-top-bar-left i {
color: rgb(2 136 53);
}
.theme-custom-process h2.headline-default {
max-width: 550px;
margin-left: auto;
margin-right: auto;
}
.project-detail-custom-bg {
background-image: url(../../../themes/insucom/assets/images/info-project-details.png);
}
.project-custom-excerpt {
margin-bottom: 70px;
}
.project-para-spacing {
margin: 0!important;
}
.blog-custom-title {
margin-bottom: 0.5rem!important;
}
.custom-form-two-wrapper  h2.headline-default {
max-width: 400px;
}
.custom-form-two-wrapper p.text-base {
max-width: 450px;
}
.call-icon-img {
margin-right: 15px;
}
.quote-btn-one i {
color: #fff;
}
.quote-icon-img {
width: 15px;
}
.footer-widget h3.wp-block-heading, .footer-widget h4.widget-title  {
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 600;
color: rgb(0 76 63);
margin-bottom: 30px;
}
.footer-widget p {
font-size: 1rem;
line-height: 27px;
color: rgb(103 116 113);
max-width: 80%;
}
.footer-widget.widget_nav_menu li {
margin-bottom: 8px;
}
.footer-widget.widget_nav_menu li a {
font-size: 1rem;
line-height: 27px;
color: rgb(103 116 113);
}
.footer-widget.widget_nav_menu li a:hover {
text-decoration: underline;
color: rgb(17 24 39);
}
.footer-nav a, .footer-nav-two a {
font-size: 1rem;
line-height: 27px;
color: rgb(0 76 63);
}
.footer-nav a:hover, .footer-nav-two a:hover {
text-decoration: underline;
color: rgb(17 24 39);
}
.footer-nav-two a {
color: #fff!important;
}
.top-bar-header-two  i {
color: #fff;
}
.navigation-wrapper-two-two .search-bar-wrapper i {
color: #fff;
}
.w-full.blog-single-item-wrapper {
margin-bottom: 80px;
}
.w-full.blog-single-item-wrapper:last-child {
margin-bottom: 0px;
}
.portfolio-container-wrap {
padding-top: 120px!important;
padding-bottom: 200px!important;
}
.post-featured-thumb img {
border-radius: 5px;
}
body{
background: white;
}
html{
overflow-x: hidden;
}
.mouse-cursor{
position:fixed;
left:0;
top:0;
pointer-events:none;
border-radius:50%;
-webkit-transform:translateZ(0);
transform:translateZ(0);
visibility:hidden
}
.cursor-inner{
margin-left:-3px;
margin-top:-3px;
width:6px;
height:6px;
z-index:100;
background-color:#FE5D14;
-webkit-transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out;
transition:width .3s ease-in-out,height .3s ease-in-out,margin .3s ease-in-out,opacity .3s ease-in-out
}
.cursor-inner.cursor-hover{
margin-left:-40px;
margin-top:-40px;
width:80px;
height:80px;
background-color:#FE5D14;
opacity:.3
}
.cursor-outer{
margin-left:-15px;
margin-top:-15px;
width:30px;
height:30px;
border:2px solid #FE5D14;
-webkit-box-sizing:border-box;
box-sizing:border-box;
z-index:100;
opacity:.5;
-webkit-transition:all .08s ease-out;
transition:all .08s ease-out;
}
.cursor-outer.cursor-hover{
opacity:0
}
.about-shape{
border: 2px dashed #004C3F;
border-radius: 50%;
top: 63px;
position: absolute;
left: 185px;
}
.about-shape:before{
content: "";
display: block;
width: 15px;
height: 15px;
background: #028835;
border-radius: 50%;
position: absolute;
left:calc(50% - 7.5px);
top: -7.5px;
}
.theme-container{ width: 1330px;
padding: 0 20px;
}
.hero-area{
height: calc(100vh - 140px);
}
.hero-image-1{
background-position: 100% center;
}
.hero-area-2{
background-image: url(../../../themes/insucom/assets/css/.https_/themedox.com/insucom/wp-content/themes/insucom/assets/css/img/hero-img-thumb.html);
background-repeat: no-repeat;
background-size: cover;
}
.service-area{
background-image: url(../../../themes/insucom/assets/img/service-area.html);
background-size: cover;
background-repeat: no-repeat;
min-height: 828px;
}
.blog-area  .blog-item:hover{
box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
}
.insu-swiper .swiper-pagination{
top: auto;
bottom: -60px!important;
}
.insu-swiper .swiper-pagination .swiper-pagination-bullet{
width: 40px;
height: 3px;
border-radius: 0;
background: #E3E3E3;
}
.insu-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: #028835;
}
.faq-main-wrapper{
box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}
.fun-fact-area .faq-wrapper{
top: calc(100% + 100px);
}
.fun-fact-area .faq-item .faq-body{
height: 0;
padding:0 20px ;
display: flex;
align-items: center;
overflow: hidden;
transition: all 0.5s ease-in-out;
}
.faq-section-main-wrapper .faq-item .faq-body{
height: 0;
display: flex;
align-items: center;
overflow: hidden;
transition: all 0.5s ease-in-out;
}
.fun-fact-area .faq-item:focus-within .faq-body{
height: 130px;
}
.faq-section-main-wrapper .faq-item:focus-within .faq-body{
height: 75px;
}
.faq-item .faq-btn{
color:#004C3F ;
}
.fun-fact-area .faq-item:focus-within .faq-btn{
color: white;
background: #028835;
}
.faq-fun-fact-area-two .faq-item:focus-within .faq-btn{
color:#004C3F !important;
background: transparent !important;
}
.progress-step-wrapper{
background-image: url(../../../themes/insucom/assets/css/.https_/themedox.com/insucom/wp-content/themes/insucom/assets/css/img/progress-bg.html);
background-size: cover;
background-repeat: no-repeat
}
.progress-step-wrapper .item{
box-shadow: 0 16px 52px rgba(0, 0, 0, 0.07);
}
.progress-step-wrapper .item .counter{
font-size: 40px;
color: #004C3F;
-webkit-text-fill-color: white; -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #004C3F;
opacity: 0.3;
}
.financ-section .swiper-button-prev:after,.financ-section .swiper-rtl .swiper-button-next:after {
content: '';
}
.financ-section .swiper-button-next:after,.financ-section .swiper-rtl .swiper-button-prev:after {
content: '';
}
.financ-section .swiper-button-prev,.financ-section .swiper-rtl .swiper-button-next {
position: unset;
}
.financ-section .swiper-button-next,.financ-section .swiper-rtl .swiper-button-prev {
position: unset;
}
.financ-swiper .swiper-pagination{
top: auto;
bottom: -60px!important;
}
.financ-swiper .swiper-pagination .swiper-pagination-bullet{
width: 12px;
height: 12px;
border-radius: 6px;
background: #E3E3E3;
}
.financ-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: #028835;
}
.gear {
animation: rotate 110s infinite linear;
transform-origin: center;
transform-box: fill-box;
}
.gear-2 {
animation: rotate-2 80s infinite linear;
transform-origin: center;
transform-box: fill-box;
}
.footer-shape{
right: -302px;
top: -160px;
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes rotate-2 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(-120deg);
}
}
.hero-area-2 .shape:nth-child(1) img{
transform: translateX(0px);
animation: shape-shake 3s infinite ease;
}
.hero-area-2 .shape:nth-child(2) img{
transform: translateX(0px);
animation: shape-shake 3s infinite ease 1s;
}
.hero-area-2 .shape:nth-child(3) img{
transform: translateX(0px);
animation: shape-shake 3s infinite ease ;
}
.hero-area-2 .shape:nth-child(4) img{
transform: translateX(0px);
animation: shape-shake 3s infinite ease 0.5s;
}
@keyframes shape-shake {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(10px);
}
100%{
transform: translateY(0px);
}
}
@-webkit-keyframes shape-shake {
0% {
-webkit-transform: translateY(0px);
}
50% {
-webkit-transform: translateY(10px);
}
100%{
-webkit-transform: translateY(0px);
}
}
.safety-section .blog-content {
display: none;
animation: tabFade 1s;
}
.safety-section .blog-content.active {
display: block;
}
@keyframes tabFade{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fun-fact-area-two{
background-image: url(../../../themes/insucom/assets/css/.https_/themedox.com/insucom/wp-content/themes/insucom/assets/css/img/fun-fact-bg-2.html);
background-size: cover;
background-repeat: no-repeat
}
.about-us-page-wrapper .process-section-two .item .circle-shape {
background: #FBF7ED;
transition: all 0.5s ease-in-out;
}
.process-section-two .item .circle-shape{
background: #E6EDEC;
transition: all 0.5s ease-in-out;
}
.footer-wrapper-two .discover-area{
background-image: url(../../../themes/insucom/assets/images/discover-bg.png);
background-size: cover;
background-repeat: no-repeat;
}
.page-title-wrapper {
background-image: url(../../../themes/insucom/assets/images/inner-page-banner.png);
background-size: cover;
background-repeat: no-repeat;
}
.mini-contact{
background-image: url(../../../themes/insucom/assets/images/min-contact-bg.png);
background-size: cover;
background-repeat: no-repeat
}
.breadcrumb-wrapper .breadcrumb-item:last-child .ico{
display: none;
}
.testimonial-section-two .swiper-pagination{
top: auto;
bottom: -60px!important;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet{
width: 40px;
height: 3px;
border-radius: 6px;
background: #E3E3E3;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background: #028835;
}
.related-post-slider .swiper-button-prev:after,.related-post-slider .swiper-rtl .swiper-button-next:after {
content: '';
}
.related-post-slider .swiper-button-next:after,.related-post-slider .swiper-rtl .swiper-button-prev:after {
content: '';
}
.related-post-slider .swiper-button-prev,.related-post-slider .swiper-rtl .swiper-button-next {
position: unset;
}
.related-post-slider .swiper-button-next,.related-post-slider .swiper-rtl .swiper-button-prev {
position: unset;
}
.faq-page-wrapper .faq-item .faq-body{
display: none;
}
.faq-page-wrapper .faq-item:nth-child(1) .faq-body{
display: block;
}
.faq-page-wrapper .faq-item:focus-within .faq-body{
display: block;
} .navigation-wrapper.sticky {
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 1010;
background: #fff;
box-shadow: 0 15px 30px 0 rgba(0,0,0,.058823529411764705);
padding-top: 20px;
padding-bottom: 20px;
-webkit-animation: sticky 1.2s;
animation: sticky 1.2s;
}
.navigation-wrapper.navigation-wrapper-two-two.sticky {
background: #004C3F;
}
@keyframes sticky {
0% {
top: -200px;
}
100% {
top: 0;
}
}
.nav-wrapper ul li{
position: relative;
}
.nav-wrapper.mobile-nav-wrapper ul li a{
width: 100%;
display: flex;
justify-content: space-between;
font-size: 18px ;
padding: 10px 0;
border-bottom: 1px solid rgb(231 231 231)
}
.nav-wrapper.mobile-nav-wrapper ul li ul{
margin-left: 16px;
}
.nav-wrapper ul li ul{
position: absolute;
left: -10px;
min-width: 200px;
border-radius: 10px;
background: white;
padding: 10px 0;
box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
display: none;
z-index: 99;
}
.nav-wrapper.mobile-nav-wrapper ul li ul{
position: unset;
left: -10px;
display: none;
z-index: 99;
box-shadow:none;
padding:0;
margin-top: 10px;
}
.nav-wrapper ul li:hover ul{
display: block;
animation: tabFade 0.5s;
}
.nav-wrapper ul li ul li a{
padding: 5px 20px;
color: #004C3F;
transition: all 0.5s ease-in-out;
}
.nav-wrapper ul li ul li:hover a{
padding-left:30px;
color: #004C3F;
}
.nav-wrapper ul li ul li{
position: relative;
}
.nav-wrapper ul li ul li:before{
content: '';
display: block;
width: 0;
height: 3px;
background: #028835;
position: absolute;
left:0;
top: calc(50% - 2px);transition: all 0.5s ease-in-out;
}
.nav-wrapper ul li ul li:hover:before{
width: 20px;
} .nav-wrapper.nav-wrapper-2 ul li{
position: relative;
}
.nav-wrapper.nav-wrapper-2 ul li ul{
position: absolute;
left: -10px;
min-width: 200px;
border-radius: 10px;
background: white;
padding: 10px 0;
box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
display: none;
}
.nav-wrapper.nav-wrapper-2 ul li:hover ul{
display: block;
}
.nav-wrapper.nav-wrapper-2 ul li ul li a{
padding: 5px 20px;
color: #004C3F;
transition: all 0.5s ease-in-out;
}
.nav-wrapper.nav-wrapper-2 ul li ul li:hover a{
padding-left:30px;
color: #004C3F;
}
.nav-wrapper.nav-wrapper-2 ul li ul li{
position: relative;
}
.nav-wrapper.nav-wrapper-2 ul li ul li:before{
content: '';
display: block;
width: 0;
height: 3px;
background: #028835;
position: absolute;
left:0;
top: calc(50% - 2px);transition: all 0.5s ease-in-out;
}
.nav-wrapper.nav-wrapper-2 ul li ul li:hover:before{
width: 20px;
} .nav-wrapper .mobile-drawer .mobile-wid{
left: -350px;
transition: all .5s linear;
}
.nav-wrapper .mobile-drawer.active .mobile-wid{
left: 0;
}
.nav-wrapper .mobile-drawer .drawer-away{
display: none;
animation: tabFade 0.5s;
}
.nav-wrapper .mobile-drawer.active .drawer-away{
display: block;
} .search-bar-wrapper .search-form{
display: none;
animation: tabFade 0.5s;
}
.search-bar-wrapper:focus-within .search-form{
display: block;
}
.faq-section-main-wrapper .faq-two{
box-shadow: 0 4px 24px -6px rgba(19, 16, 34, 0.1),
0 4px 13px -2px rgba(19, 16, 34, 0.06)
} .popv-main-wrapper{
display: none;
}
.popv-main-wrapper.active{
display: block;
}
.popv-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.popv-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.popv-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.popv-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.popv-align-top .popv-container:before {
display: none;
}
.popv-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.popv-inline-holder .popv-content,
.popv-ajax-holder .popv-content {
width: 100%;
cursor: auto;
}
.popv-ajax-cur {
cursor: progress;
}
.popv-zoom-out-cur, .popv-zoom-out-cur .popv-image-holder .popv-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.popv-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.popv-auto-cursor .popv-content {
cursor: auto;
}
.popv-close,
.popv-arrow,
.popv-preloader,
.popv-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.popv-loading.popv-figure {
display: none;
}
.popv-hide {
display: none !important;
}
.popv-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.popv-preloader a {
color: #CCC;
}
.popv-preloader a:hover {
color: #FFF;
}
.popv-s-ready .popv-preloader {
display: none;
}
.popv-s-error .popv-content {
display: none;
}
button.popv-close,
button.popv-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.popv-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
}
.popv-close:hover,
.popv-close:focus {
opacity: 1;
}
.popv-close:active {
top: 1px;
}
.popv-close-btn-in .popv-close {
color: #333;
}
.popv-image-holder .popv-close,
.popv-iframe-holder .popv-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.popv-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.popv-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.popv-arrow:active {
margin-top: -54px;
}
.popv-arrow:hover,
.popv-arrow:focus {
opacity: 1;
}
.popv-arrow:before,
.popv-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.popv-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.popv-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.popv-arrow-left {
left: 0;
}
.popv-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.popv-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.popv-arrow-right {
right: 0;
}
.popv-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.popv-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.popv-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.popv-iframe-holder .popv-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.popv-iframe-holder .popv-close {
top: -40px;
}
.popv-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.popv-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.popv-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .popv-figure {
line-height: 0;
}
.popv-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.popv-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.popv-figure figure {
margin: 0;
}
.popv-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.popv-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.popv-image-holder .popv-content {
max-width: 100%;
}
.popv-gallery .popv-image-holder .popv-figure {
cursor: pointer;
}
@keyframes tabFade{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.shake {
animation: shake 5000ms infinite;
}
@keyframes shake {
0% { transform: rotate(0deg); }
8.0% { transform: rotate(0deg); }
12.0% { transform: rotate(42deg); }
16.0% { transform: rotate(-35deg); }
20.0% { transform: rotate(0deg); }
23.0% { transform: rotate(28deg); }
26.0% { transform: rotate(-20deg); }
29.0% { transform: rotate(0deg); }
31.0% { transform: rotate(16deg); }
33.0% { transform: rotate(-12deg); }
35.0% { transform: rotate(0deg); }
37.0% { transform: rotate(-6deg); }
39.0% { transform: rotate(0deg); }
40.0% { transform: rotate(6deg); }
44.0% { transform: rotate(-3deg); }
49.0% { transform: rotate(2deg);}
55.0% { transform: rotate(0deg); }
62.0% { transform: rotate(1deg); }
70.0% { transform: rotate(0deg); }
}
.button-outer-circle,.button-outer-circle {
background: hsl(133.4deg 73.02% 15.02% / 20%);
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
}
.has-scale-animation,.has-delay-short {
-webkit-animation: smallScale 3s infinite;
animation: smallScale 3s infinite;
}
.has-delay-short {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
@keyframes smallScale {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.5);
opacity: 0;
}
} @media (max-width: 1536px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
.hero-area {
height: 600px;
}
.theme-container{ width: auto;
padding: 0 20px;
}
}
@media (max-width: 768px) {
.hero-image-1{
background-position: 70% center;
}
}
@media (max-width: 640px) {
.hero-image-1{
background-position: 50% center;
}
.faq-section-main-wrapper .faq-two{
box-shadow:none
}
.about-shape{
top: 50px;
left: 100px;
}
}
@media (max-width: 320px) {
html{
overflow-x: hidden;
}
}   .menu-sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.menu-sidebar button {
cursor: pointer;
margin-left: 25px;
margin-right: 25px;
display: flex;
justify-content: center;
background: transparent;
} .hidden-bar {
position: fixed;
right: -350px;
top: 0px;
opacity: 0;
width: 425px;
height: 100%;
z-index: 99999;
overflow-y: auto;
visibility: hidden;
background-color: #fff;
border-left: 1px solid #fff;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
}
@media only screen and (max-width: 375px) {
.hidden-bar {
width: 300px;
}
}
.side-content-visible .hidden-bar {
right: 0px;
opacity: 1;
visibility: visible;
}
.hidden-bar .inner-box {
position: relative;
padding: 50px 50px 50px;
}
@media only screen and (max-width: 375px) {
.hidden-bar .inner-box {
padding-left: 25px;
padding-right: 25px;
}
}
.hidden-bar .inner-box .cross-icon {
position: absolute;
right: 30px;
top: 30px;
cursor: pointer;
color: #000;
font-size: 20px;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.hidden-bar .inner-box h4 {
position: relative;
color: #000;
margin-bottom: 20px;
margin-top: 40px;
text-transform: capitalize;
font-size: 22px;
line-height: 1;
}
.form-back-drop {
position: fixed;
right: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.7);
visibility: hidden;
z-index: 9990;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.side-content-visible .form-back-drop {
opacity: 1;
visibility: visible;
}
.header-panel-nav-box.menu-sidebar button {
color: #fff;
border: none;
width: 28px;
height: 22px;
background: url(../../../themes/insucom/assets/images/burger-nav.svg) no-repeat scroll center center;
background-size: cover;
}
ul.contact-info-list {
margin: 0;
padding: 0;
list-style: inherit;
margin-left: 18px;
}
ul.contact-info-list li {
line-height: 1.6;
font-size: 17px;
}
.panel-nav-social {
margin-top: 45px;
}
.panel-nav-social a {
display: inline-block;
color: #000;
font-size: 20px;
margin-right: 20px;
line-height: 1;
}
h2.wp-block-heading.footer-logo {
font-size: 28px;
line-height: 1;
margin-bottom: 30px;
margin-top: -20px;
border-bottom: 1px solid #ddd;
padding-bottom: 30px;
}
.header-panel-nav-widget.widget_text p {
font-size: 15px;
line-height: 1.6;
font-weight: 400;
}
.blog-two-meta p {
margin: 0;
}
.search-bar-wrapper .search-form {
padding: 14px;
}
.search-bar-wrapper input.hsearch-input {
padding: 15px;
background: rgb(230 243 235);
border: 1px solid #ddd;
border-radius: 4px;
width: 100%;
font-size: 15px;
}
.search-bar-wrapper .hsearch-button {
position: absolute;
top: 30px;
right: 30px;
}
.main-container .theme-pagination-style .nav-links {
display: block;
width: 100%;
text-align: left;
}
.theme-pagination-style ul.page-numbers {
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;
}
.theme-pagination-style ul.page-numbers li span.page-numbers {
color: #004c3f!important;
border-color: #004c3f!important;
}
.theme-pagination-style ul.page-numbers li a.page-numbers, .theme-pagination-style ul.page-numbers li span.page-numbers {
width: 40px;
height: 40px;
line-height: 38px;
margin-right: 6px;
padding: 0;
text-align: center;
display: inline-block;
border: 1px solid #a6a6a6;
margin-left: auto;
color: #677471;
font-size: 16px;
font-weight: 400;
background-color: transparent;
border-radius: 0;
}
.theme-pagination-style ul.page-numbers li a.next.page-numbers:hover i, .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
color: #004c3f!important;
}
.theme-hero-style-one .video-play-btn {
display: flex;
align-items: center;
}
.theme-hero-style-one .video-play-btn span.video-text-one {
margin-left: 15px;
}
.home-banner-style-two .video-play-btn {
display: flex;
align-items: center;
}
.home-banner-style-two .video-play-btn span.video-text-one {
margin-left: 15px;
} div.slicknav_menu {
background: transparent;
text-align: right;
font-size: 15px;
padding: 5px 0px 5px 0px;
}
.slicknav_menu .slicknav_menutxt {
font-weight: 400;
}
.slicknav_btn {
float: none;
display: inline-block;
}
ul.slicknav_nav {
background: #000;
text-align: left;
position: relative;
top: -70px;
}
.slicknav_nav li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.slicknav_nav li:last-child {
border-bottom: 0 solid;
}
a.slicknav_btn {
background: #000;
border-radius: 0;
margin: 3px 1px 15px;
position: relative;
top: -71px;
right: 9px;
border-radius: 0px;
box-shadow: none;
}
.slicknav_nav a {
color: #ffffff;
padding-left: 20px;
}
.slicknav_menu {
display: none;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
padding: 10px 0px;
margin: 0px 0px;
text-transform: inherit;
font-size: 15px;
font-weight: 500;
color: #fff;
padding-left: 20px;
}
.slicknav_nav li a:hover {
background: #000;
border-radius: 0;
color: #fff;
}
.slicknav_nav ul {
margin: 0 0 0 0px;
}
.insucom-responsive-menu {
position: absolute;
right: 0;
top: 0px;
width: 100%;
z-index: 999;
}
.slicknav_menu .slicknav_menutxt {
text-shadow: none;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0;
background: #000;
color: #fff;
}
.slicknav_nav .slicknav_arrow {
font-size: 15px;
margin: 0;
position: absolute;
right: 20px;
}
.slicknav_menu .slicknav_icon {
float: left;
width: 25px;
height: 25px;
margin: 0;
border-radius: 0px;
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 25px;
height: 4px;
box-shadow: none;
top: 3px;
position: relative;
border-radius: 0;
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
margin-top: 3px;
border-radius: 0;
}
.slicknav_menu .slicknav_menutxt {
display: none;
}
ul.slicknav_nav li ul.sub-menu li a {
padding-left: 30px;
}
ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {
padding-left: 15px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
font-size: 15px;
font-weight: 400;
}
ul.slicknav_nav {
background: #000;
}
.slicknav_nav li:hover {
background: #000;
}
.slicknav_nav .slicknav_row:hover {
background: transparent;
}
.slicknav_nav li a:hover {
background: transparent
}
ul.slicknav_nav li ul.sub-menu li a>a {
padding-left: 0;
}
ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
padding-left: 30px;
}
.slicknav_nav li:hover {
background: #000000;
}
ul.slicknav_nav li ul.sub-menu li a {
display: block;
color: #fff !important;
padding: 10px 0;
padding-left: 30px;
text-transform: capitalize;
}
.nav-wrapper-one {
position: relative;
}
.single-blog-content .entry-content h1 {
margin-bottom: 15px;
line-height: 1.2;
font-size: 30px;
}
.single-blog-content .entry-content h2 {
font-size: 25px;
margin-bottom: 15px;
line-height: 1.2;
}
.single-blog-content .entry-content h3 {
font-size: 20px;
margin-bottom: 15px;
line-height: 1.2;
color: #374151;
}
.single-blog-content .entry-content h4 {
font-size: 18px;
margin-bottom: 15px;
line-height: 1.2;
color: #374151;
}
.single-blog-content .entry-content h5 {
font-size: 16px;
margin-bottom: 15px;
line-height: 1.2;
}
.single-blog-content .entry-content h6 {
font-size: 14px;
line-height: 1.2;
margin-bottom: 15px;
}
blockquote, .blockquote {
overflow: hidden;
padding: 30px 50px !important;
padding-left: 70px !important;
position: relative;
text-align: center;
z-index: 1;
margin-bottom: 20px !important;
margin-top: 20px !important;
border-left: 0px !important;
border-right: 0px !important;
}
.post-trending-item-inner.cutsom-widget-wrap-post h2.post-title a {
color: #374151;
}
.post-trending-item-inner.cutsom-widget-wrap-post h2.post-title {
font-size: 1.125rem;
font-family: 'Spline Sans', sans-serif !important;
line-height: 1.75rem;
}
.post-trending-item-inner.cutsom-widget-wrap-post {
margin-bottom: 20px;
}
.post-trending-item-inner.cutsom-widget-wrap-post .post-meta-date-box {
font-size: 1rem;
line-height: 1;
margin-bottom: 10px;
padding-left: 24px;
color: #677471;
position: relative;
}
.post-trending-item-inner.cutsom-widget-wrap-post .post-meta-date-box:before {
position: absolute;
left: 0;
top:  0;
width: 14px;
height: 16px;
background-image: url(../../../themes/insucom/assets/images/calender-pic.svg);
background-size: cover;
background-repeat: no-repeat;
content: '';
}
.sidebar.blog-sidebar {
padding-left: 20px;
}
ul.contact-info-list {
margin: 0;
padding: 0;
list-style: inherit;
margin-left: 18px;
}
ul.contact-info-list li {
line-height: 1.6;
font-size: 17px;
}
.panel-nav-social {
margin-top: 45px;
}
.panel-nav-social a {
display: inline-block;
color: #000;
font-size: 20px;
margin-right: 20px;
line-height: 1;
}
.custom-sepa {
margin-top: 30px;
margin-bottom: 35px;
}
.not-found form button:before {
font-family: 'IcoFont';
color: #fff;
content: "\ed11";
margin-top: -12px;
}
.pn-post-item a {
display: inline-block;
color: #004c3f;
font-size: 20px;
font-weight: 400;
} .backtotop {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 10;
background: #000;
border-radius: 30px;
color: #FFFFFF;
cursor: pointer;
height: 44px;
text-align: center;
width: 44px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
display: none;
box-shadow: none;
}
.backtotop:hover {
background: #000 !important;
color: #FFFFFF;
}
.backtotop:hover a {
color: #FFFFFF;
}
.backtotop a {
color: #fff;
font-size: 24px;
line-height: 1.84;
}
.nav-wrapper ul li a, .nav-wrapper-2 ul li a  {
position: relative;
}
.nav-wrapper ul li.menu-item-has-children>a:after {
content: "\ea4e";
color: rgba(31, 36, 44, 1);
font-family: 'remixicon' !important;
padding-left: 0px;
opacity: 1;
font-weight: normal;
position: relative;
top: 0px;
font-size: 14px;
line-height: 1;
left: 1px;
vertical-align: 0;
margin-left: 0;
border: 0;
}
.nav-wrapper-2 ul li.menu-item-has-children>a:after {
color: #fff;
}@media (max-width: 1023px) {
.nav-wrapper {
display: none;
}
.slicknav_menu {
display: block;
}
a.slicknav_btn {
top: -44px;
right: 1.25rem;
}
ul.slicknav_nav {
top: -33px;
margin: auto;
width: 98%;
right: 11px;
}
.theme-menu-mobile-position {
display: block;
}
.theme-menu-mobile-position .theme-menu-mobile-inner {
display: block;
}
.nav-wrapper-one {
margin: 0!important;
}
.theme-menu-mobile-position a.logo {
display: inline-block;
position: relative;
top: 15px;
}
.header-panel-nav-box.menu-sidebar {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.nav-wrapper {
display: none;
}
.slicknav_menu {
display: block;
}
a.slicknav_btn {
top: -44px;
right: 1.25rem;
}
ul.slicknav_nav {
top: -33px;
margin: auto;
width: 98%;
right: 11px;
}
.theme-menu-mobile-position {
display: block;
}
.theme-menu-mobile-position .theme-menu-mobile-inner {
display: block;
}
.nav-wrapper-one {
margin: 0!important;
}
.theme-menu-mobile-position a.logo {
display: inline-block;
position: relative;
top: 15px;
}
.sidebar.blog-sidebar {
margin-top: 80px;
}
h1.theme-breacrumb-title {
font-size: 36px;
}
.theme_blog_nav_Title {
font-size: 17px;
}
.header-panel-nav-box.menu-sidebar {
display: none;
}
.post-layout-style2 .single-blog-content .entry-content h1 {
font-size: 28px;
}
blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
font-size: 20px;
}
.blog-details-content p {
font-size: 18px;
line-height: 1.4;
}
body.single-post .sidebar.blog-sidebar {
margin-top: 50px;
}
.sidebar.blog-sidebar {
margin-left: 0px;
padding-left: 0;
}
}
@media (max-width: 767px) {
.nav-wrapper {
display: none;
}
.slicknav_menu {
display: block;
}
a.slicknav_btn {
top: -44px;
right: 1.25rem;
}
ul.slicknav_nav {
top: -33px;
margin: auto;
width: 98%;
right: 11px;
}
.theme-menu-mobile-position {
display: block;
}
.theme-menu-mobile-position .theme-menu-mobile-inner {
display: block;
}
.nav-wrapper-one {
margin: 0!important;
}
.theme-menu-mobile-position a.logo {
display: inline-block;
position: relative;
top: 15px;
}
.sidebar.blog-sidebar {
margin-top: 80px;
}
h1.theme-breacrumb-title {
font-size: 36px;
}
h1.post-title.single_blog_inner__Title {
font-size: 36px;
}
.theme_blog_nav_Title {
font-size: 17px;
}
.header-panel-nav-box.menu-sidebar {
display: none;
}
#footer-one .footer_one_Widget {
margin-bottom: 40px;
}
#footer-one .footer_three_Widget {
padding-left: 15px;
}
blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
font-size: 20px;
line-height: 1.2;
}
.blog-details-content p {
font-size: 18px;
line-height: 1.4;
}
body.single-post .sidebar.blog-sidebar {
margin-top: 50px;
}
.sidebar.blog-sidebar {
margin-left: 0px;
padding-left: 0;
}
.custom-post-widget-blog .post-item-title h2.post-title {
font-size: 18px;
}
.blog-post-comment .comment-respond .comment-reply-title {
font-size: 32px;
}
.author-thumb {
float: none;
margin-right: 0;
margin-bottom: 0px;
}
.theme_author_Info {
padding-right: 0px;
margin-top: 40px;
}
}
@media (max-width: 639px) {
ul.slicknav_nav {
top: -33px;
margin: auto;
width: 100%;
right: 0;
}
a.slicknav_btn {
top: -44px;
right: 0px;
}
}