/* Source: plugins/newsy-nsfw/css/style.css */
.ak-nsfw{display:block;overflow:hidden;position:absolute;z-index:1;left:0;right:0;top:0;bottom:0;text-align:center;line-height:1.125;background:var(--ak-dark-bg-color)}.ak-nsfw .ak-icon{font-size:2em;color:var(--ak-accent-color)}.ak-nsfw-inner{position:absolute;left:0;right:0;top:50%;padding:0 20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ak-nsfw-title{font-size:1.225em;letter-spacing:-0.03em;line-height:1.4;margin-top:5px;color:var(--ak-text-color)}.ak-nsfw-desc{color:var(--ak-meta-text-color);font-size:13px}.ak-nsfw-view-button,.ak-nsfw-view-button:hover{background-color:var(--ak-alpha-bg-color);color:var(--ak-text-color);font-size:13px;margin-top:10px}.ak-module-grid .ak-nsfw,.ak-module-3 .ak-nsfw,.ak-module-image .ak-nsfw{background:#131313}.ak-module-grid .ak-nsfw-title,.ak-module-3 .ak-nsfw-title,.ak-module-image .ak-nsfw-title{color:#fff}.ak-module-1-small .ak-nsfw-title,.ak-module-1-small-square .ak-nsfw-title,.ak-module-image .ak-nsfw-title,.ak-module-1-small .ak-nsfw-desc,.ak-module-1-small-square .ak-nsfw-desc,.ak-module-image .ak-nsfw-desc{display:none}.ak-post-featured .ak-nsfw .ak-icon,.ak-module-grid-big .ak-nsfw .ak-icon,.ak-module-grid-tall .ak-nsfw .ak-icon,.ak-module-grid-wide-big .ak-nsfw .ak-icon{font-size:30px}.ak-post-featured .ak-nsfw-title,.ak-module-grid-big .ak-nsfw-title,.ak-module-grid-tall .ak-nsfw-title,.ak-module-grid-wide-big .ak-nsfw-title{font-size:1.75em}@media(max-width:767px){.ak-nsfw-title{font-size:1em !important}.ak-module-1 .ak-nsfw-title,.ak-module-1 .ak-nsfw-desc{display:none}}.ak-user-menu .user-menu-item-nswf{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ak-user-menu .user-menu-item-nswf .ak-toggle-container input:checked+.slider{background-color:var(--ak-accent-color)}.ak-nsfw-mode .ak-toggle-container .slider:before{font-family:FontAwesome;content:"\f023"}.ak-nsfw-mode .ak-toggle-container input:checked+.slider:before{content:"\f09c"}

/* Source: plugins/newsy-reaction/css/style.css */
.br-reactions{margin:3rem 0}.br-reaction{display:block;text-align:center}.br-reaction-track{height:80px;position:relative;margin:0 3px}.br-reaction-bar{position:absolute;top:auto;bottom:0;left:0;right:0;background-color:#8cda9d;-webkit-transition:border-color .375s ease-in-out,background-color .375s ease-in-out,color .375s ease-in-out,opacity .375s ease-in-out,height .375s ease-in-out;transition:border-color .375s ease-in-out,background-color .375s ease-in-out,color .375s ease-in-out,opacity .375s ease-in-out,height .375s ease-in-out}.br-reaction-voted .br-reaction-bar{background-color:#9ceafd}.br-reaction-value{position:absolute;left:0;right:0;z-index:3;margin-top:-25px;font-family:inherit;color:var(--ak-text-color)}.br-reaction-icon-but{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;border-width:2px;margin-top:3px;font-size:14px;line-height:1;cursor:pointer;text-transform:uppercase;-webkit-transition:all .375s ease-in-out;transition:all .375s ease-in-out}.br-reaction-label{display:block;margin-top:5px;font-weight:700;font-size:11px;color:rgba(0,0,0,0.6)}.br-reaction-items{display:block;margin:15px 0 0;padding:0;list-style:none}.br-reaction-item{display:inline-block;vertical-align:top}.br-reaction-item .br-reaction{margin:0 6px}.br-reaction-item:first-child .br-reaction{margin-left:0}.br-reaction-item:last-child .br-reaction{margin-right:0}.br-reaction:hover .br-reaction-bar,.br-reaction-voted .br-reaction-bar{opacity:1}.ak-block-reaction-menu ul{text-align:center}.ak-block-reaction-menu ul>li{float:none;display:inline-block}.ak-archive-reaction-header{text-align:center;margin-bottom:30px}.br-reaction-style-1 .br-reaction-icon-but{border-style:solid;background-color:#f1f1f1;border-color:#f1f1f1;color:#000}.br-reaction-style-1 .br-reaction:hover .br-reaction-icon-but,.br-reaction-style-1 .br-reaction-voted .br-reaction-icon-but{cursor:pointer;border-color:#e1e1e1;background-color:#e1e1e1;border-bottom:2px solid #333;color:#fff}.dark .br-reaction-style-1 .br-reaction-icon-but,.dark .br-reaction-style-1 .br-reaction:hover .br-reaction-icon-but,.dark .br-reaction-style-1 .br-reaction-icon-but:hover{border-color:rgba(255,255,255,0.1);background-color:rgba(255,255,255,0.1);color:#fff}.dark .br-reaction-style-1 .br-reaction-label{color:#fff}.br-reaction-style-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.br-reaction-style-2 .br-reaction-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.br-reaction-style-2 .br-reaction-icon-but{padding:15px 10px}.br-reaction-style-2 .br-reaction-track{background-color:rgba(0,0,0,0.03)}.br-reaction-style-2 .br-reaction-label{cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #f12f51;color:#f12f51;border-radius:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-transform:uppercase;font-weight:700 !important;-webkit-box-shadow:3px 3px 0 0 rgba(0,0,0,0.09);box-shadow:3px 3px 0 0 rgba(0,0,0,0.09);-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.br-reaction-style-2 .br-reaction:hover .br-reaction-label,.br-reaction-style-2 .br-reaction-voted .br-reaction-label{background-color:#f12f51;color:#fff}.br-reaction-style-2 .br-reaction-track{height:100px;border-radius:5px}.br-reaction-style-2 .br-reaction-bar{background-color:#f12f51;border-radius:5px}.br-reaction-style-2.br-reaction-voted .br-reaction-bar{background-color:#f12f51}.br-reaction-style-3 .br-reaction-item .br-reaction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin:0 2px}.br-reaction-style-3 .br-reaction-icon-but{padding:5px;-webkit-transition:all .3s ease;transition:all .3s ease}.br-reaction-style-3 .br-reaction-icon-but:hover{-webkit-transform:scaleX(1.1) scaleY(1.1) translateZ(0) !important;transform:scaleX(1.1) scaleY(1.1) translateZ(0) !important}.br-reaction-style-3 .br-reaction-bar{height:0 !important}.br-reaction-style-3 .br-reaction-label{display:none}.br-reaction-style-3 .br-reaction-track{height:28px;margin:0 3px}@media only screen and (max-width:768px){.br-reaction-track{height:50px}.br-reaction-icon-but{padding:5px}.br-reaction-label{font-weight:400;font-size:10px}.br-reaction-item .br-reaction{margin:10px 1px}.br-reaction-style-2 .br-reaction-track{height:70px}}

/* Source: plugins/newsy-social-counter/css/style.css */
.ak-social-counter{margin:0;padding:0;list-style:none !important}.ak-social-counter .social-item{border:0;font-family:inherit;font-weight:normal;border-radius:3px}.ak-social-counter .social-item .item-icon{text-align:center;font-size:22px;line-height:inherit;color:inherit}.ak-social-counter .social-item .item-name,.ak-social-counter .social-item .item-title,.ak-social-counter .social-item .item-count,.ak-social-counter .social-item .item-join,.ak-social-counter .social-item .item-button{font-weight:500;font-size:13px;color:var(--ak-text-color)}.ak-social-counter .social-item .item-join,.ak-social-counter .social-item .item-button,.ak-social-counter .social-item .item-count{font-weight:700}.ak-social-counter.social-counter-colored .item-icon,.ak-social-counter.social-counter-dark .item-icon,.ak-social-counter.social-counter-colored .item-title,.ak-social-counter.social-counter-dark .item-title,.ak-social-counter.social-counter-colored .item-name,.ak-social-counter.social-counter-dark .item-name,.ak-social-counter.social-counter-colored .item-count,.ak-social-counter.social-counter-dark .item-count,.ak-social-counter.social-counter-colored .item-join,.ak-social-counter.social-counter-dark .item-join,.ak-social-counter.social-counter-colored .item-button,.ak-social-counter.social-counter-dark .item-button{color:#fff}.ak-social-counter.social-counter-dark .social-item a{background-color:#000}.ak-social-counter.social-counter-light .social-item a,.ak-social-counter.social-counter-light-box .social-item a{background-color:transparent}.ak-social-counter.social-counter-light-box .social-item a{border:1px solid #ececec}.ak-social-counter.social-counter-light-square .social-item a,.ak-social-counter.social-counter-light-circle .social-item a{background-color:transparent}.ak-social-counter.social-counter-light-square .item-icon,.ak-social-counter.social-counter-light-circle .item-icon{color:#fff}.ak-social-counter.social-counter-light-square .item-title,.ak-social-counter.social-counter-light-circle .item-title,.ak-social-counter.social-counter-light-square .item-name,.ak-social-counter.social-counter-light-circle .item-name,.ak-social-counter.social-counter-light-square .item-count,.ak-social-counter.social-counter-light-circle .item-count,.ak-social-counter.social-counter-light-square .item-join,.ak-social-counter.social-counter-light-circle .item-join,.ak-social-counter.social-counter-light-square .item-button,.ak-social-counter.social-counter-light-circle .item-button{color:var(--ak-text-color)}.ak-social-counter.social-counter-light-circle .item-icon{border-radius:100%}.ak-social-counter.social-counter-colored .social-item .facebook,.ak-social-counter.social-counter-light-square .social-item .facebook .item-icon,.ak-social-counter.social-counter-light-circle .social-item .facebook .item-icon{background-color:#4a639f}.ak-social-counter.social-counter-colored .social-item .facebook:hover,.ak-social-counter.social-counter-light-circle .social-item .facebook:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .facebook:hover .item-icon{background-color:#5271b3}.ak-social-counter.social-counter-colored .social-item .twitter,.ak-social-counter.social-counter-light-square .social-item .twitter .item-icon,.ak-social-counter.social-counter-light-circle .social-item .twitter .item-icon{background-color:#00aced}.ak-social-counter.social-counter-colored .social-item .twitter:hover,.ak-social-counter.social-counter-light-circle .social-item .twitter:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .twitter:hover .item-icon{background-color:#58d1ff}.ak-social-counter.social-counter-colored .social-item .twitterx,.ak-social-counter.social-counter-light-square .social-item .twitterx .item-icon,.ak-social-counter.social-counter-light-circle .social-item .twitterx .item-icon{background-color:#010101}.ak-social-counter.social-counter-colored .social-item .twitterx:hover,.ak-social-counter.social-counter-light-circle .social-item .twitterx:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .twitterx:hover .item-icon{background-color:#111}.ak-social-counter.social-counter-colored .social-item .google,.ak-social-counter.social-counter-light-square .social-item .google .item-icon,.ak-social-counter.social-counter-light-circle .social-item .google .item-icon{background-color:#dd4b39}.ak-social-counter.social-counter-colored .social-item .google:hover,.ak-social-counter.social-counter-light-circle .social-item .google:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .google:hover .item-icon{background-color:#e63943}.ak-social-counter.social-counter-colored .social-item .pinterest,.ak-social-counter.social-counter-light-square .social-item .pinterest .item-icon,.ak-social-counter.social-counter-light-circle .social-item .pinterest .item-icon{background-color:#cb2027}.ak-social-counter.social-counter-colored .social-item .pinterest:hover,.ak-social-counter.social-counter-light-circle .social-item .pinterest:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .pinterest:hover .item-icon{background-color:#e32229}.ak-social-counter.social-counter-colored .social-item .youtube,.ak-social-counter.social-counter-light-square .social-item .youtube .item-icon,.ak-social-counter.social-counter-light-circle .social-item .youtube .item-icon{background-color:#eb1a21}.ak-social-counter.social-counter-colored .social-item .youtube:hover,.ak-social-counter.social-counter-light-circle .social-item .youtube:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .youtube:hover .item-icon{background-color:#b00}.ak-social-counter.social-counter-colored .social-item .tiktok,.ak-social-counter.social-counter-light-square .social-item .tiktok .item-icon,.ak-social-counter.social-counter-light-circle .social-item .tiktok .item-icon{background-color:#333}.ak-social-counter.social-counter-colored .social-item .tiktok:hover,.ak-social-counter.social-counter-light-circle .social-item .tiktok:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .tiktok:hover .item-icon{background-color:#000}.ak-social-counter.social-counter-colored .social-item .instagram,.ak-social-counter.social-counter-light-square .social-item .instagram .item-icon,.ak-social-counter.social-counter-light-circle .social-item .instagram .item-icon,.ak-social-counter.social-counter-colored .social-item .instagram:hover,.ak-social-counter.social-counter-light-circle .social-item .instagram:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .instagram:hover .item-icon{background-color:#f77638;background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(0,0,0,0)),-webkit-gradient(linear,left top,left bottom,from(#6559ca),color-stop(30%,#bc318f),color-stop(50%,#e33f5f),color-stop(70%,#f77638),to(#fec66d));background:radial-gradient(circle farthest-corner at 35% 90%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,rgba(0,0,0,0) 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,rgba(0,0,0,0)),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)}.ak-social-counter.social-counter-colored .social-item .soundcloud,.ak-social-counter.social-counter-light-square .social-item .soundcloud .item-icon,.ak-social-counter.social-counter-light-circle .social-item .soundcloud .item-icon{background-color:#f50}.ak-social-counter.social-counter-colored .social-item .soundcloud:hover,.ak-social-counter.social-counter-light-circle .social-item .soundcloud:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .soundcloud:hover .item-icon{background-color:#ff7e1c}.ak-social-counter.social-counter-colored .social-item .vk,.ak-social-counter.social-counter-light-square .social-item .vk .item-icon,.ak-social-counter.social-counter-light-circle .social-item .vk .item-icon{background-color:#45668e}.ak-social-counter.social-counter-colored .social-item .vk:hover,.ak-social-counter.social-counter-light-circle .social-item .vk:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .vk:hover .item-icon{background-color:#5982af}.ak-social-counter.social-counter-colored .social-item .steam,.ak-social-counter.social-counter-light-square .social-item .steam .item-icon,.ak-social-counter.social-counter-light-circle .social-item .steam .item-icon{background-color:#303030}.ak-social-counter.social-counter-colored .social-item .steam:hover,.ak-social-counter.social-counter-light-circle .social-item .steam:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .steam:hover .item-icon{background-color:#2c2c2c}.ak-social-counter.social-counter-colored .social-item .twitch,.ak-social-counter.social-counter-light-square .social-item .twitch .item-icon,.ak-social-counter.social-counter-light-circle .social-item .twitch .item-icon{background-color:#6441a5}.ak-social-counter.social-counter-colored .social-item .twitch:hover,.ak-social-counter.social-counter-light-circle .social-item .twitch:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .twitch:hover .item-icon{background-color:#563592}.ak-social-counter.social-counter-colored .social-item .flickr,.ak-social-counter.social-counter-light-square .social-item .flickr .item-icon,.ak-social-counter.social-counter-light-circle .social-item .flickr .item-icon{background-color:#ff0084}.ak-social-counter.social-counter-colored .social-item .flickr:hover,.ak-social-counter.social-counter-light-circle .social-item .flickr:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .flickr:hover .item-icon{background-color:#eb047b}.ak-social-counter.social-counter-colored .social-item .foursquare,.ak-social-counter.social-counter-light-square .social-item .foursquare .item-icon,.ak-social-counter.social-counter-light-circle .social-item .foursquare .item-icon{background-color:#0072b1}.ak-social-counter.social-counter-colored .social-item .foursquare:hover,.ak-social-counter.social-counter-light-circle .social-item .foursquare:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .foursquare:hover .item-icon{background-color:#06689c}.ak-social-counter.social-counter-colored .social-item .rss,.ak-social-counter.social-counter-light-square .social-item .rss .item-icon,.ak-social-counter.social-counter-light-circle .social-item .rss .item-icon{background-color:#f97410}.ak-social-counter.social-counter-colored .social-item .rss:hover,.ak-social-counter.social-counter-light-circle .social-item .rss:hover .item-icon,.ak-social-counter.social-counter-light-circle .social-item .rss:hover .item-icon{background-color:#fe8913}.dark .ak-social-counter.social-counter-light-box .social-item a{border-color:rgba(255,255,255,0.19)}.dark .ak-social-counter.social-counter-light-box .social-item a .item-title,.dark .ak-social-counter.social-counter-light-box .social-item a .item-name,.dark .ak-social-counter.social-counter-light-box .social-item a .item-count,.dark .ak-social-counter.social-counter-light-box .social-item a .item-join,.dark .ak-social-counter.social-counter-light-box .social-item a .item-button{color:#fff}.dark .ak-social-counter.social-counter-light-box .social-item a:hover{background-color:rgba(255,255,255,0.1)}.ak-social-counter.social-counter-style-1 .social-item{margin:0 0 10px 0}.ak-social-counter.social-counter-style-1 .social-item:last-child{margin:0}.ak-social-counter.social-counter-style-1 .social-item a{display:block;height:40px;line-height:40px;border-radius:3px}.ak-social-counter.social-counter-style-1 .social-item a .item-icon{float:left;border-right:1px solid rgba(255,255,255,0.2);width:40px;margin-right:15px}.ak-social-counter.social-counter-style-1 .social-item a .item-title,.ak-social-counter.social-counter-style-1 .social-item a .item-count{float:left;margin-right:10px}.ak-social-counter.social-counter-style-1 .social-item a .item-button{float:right;border-left:1px solid rgba(255,255,255,0.2);padding:0 15px}.ak-social-counter.social-counter-style-1 .social-item a .item-join,.ak-social-counter.social-counter-style-1 .social-item a .item-name{display:none}.ak-social-counter.social-counter-style-1.social-counter-light .social-item a .item-button,.ak-social-counter.social-counter-style-1.social-counter-light-square .social-item a .item-button,.ak-social-counter.social-counter-style-1.social-counter-light-circle .social-item a .item-button{padding-right:0}.ak-social-counter.social-counter-style-2{margin:-5px}.ak-social-counter.social-counter-style-2 .ul{float:left}.ak-social-counter.social-counter-style-2 .social-item{float:left;width:25%;margin:5px 0}.ak-social-counter.social-counter-style-2 .social-item a{padding:10px 0;display:block;margin:0 5px 0 5px;border-radius:3px;text-align:center}.ak-social-counter.social-counter-style-2 .social-item a .item-icon{display:block;font-size:30px;line-height:40px;margin-bottom:5px}.ak-social-counter.social-counter-style-2 .social-item a .item-icon svg{width:24px;height:24px}.ak-social-counter.social-counter-style-2 .social-item a .item-count{display:block;font-size:22px;line-height:26px;font-weight:700}.ak-social-counter.social-counter-style-2 .social-item a .item-title{display:block;font-size:10px;line-height:22px}.ak-social-counter.social-counter-style-2 .social-item a .item-button,.ak-social-counter.social-counter-style-2 .social-item a .item-name,.ak-social-counter.social-counter-style-2 .social-item a .item-join{display:none}.ak-social-counter.social-counter-style-2.social-counter-light-square .social-item a .item-icon,.ak-social-counter.social-counter-style-2.social-counter-light-circle .social-item a .item-icon{width:50px;height:50px;line-height:50px;margin-left:auto;margin-right:auto}.ak-social-counter.social-counter-style-3 .social-item{margin:0 0 10px 0}.ak-social-counter.social-counter-style-3 .social-item:last-child{margin:0}.ak-social-counter.social-counter-style-3 .social-item a{display:block;height:45px;line-height:45px;border-radius:3px}.ak-social-counter.social-counter-style-3 .social-item a .item-icon{float:left;border-right:1px solid rgba(255,255,255,0.2);width:45px;margin-right:15px}.ak-social-counter.social-counter-style-3 .social-item a .item-join{float:left;display:block}.ak-social-counter.social-counter-style-3 .social-item a .item-title,.ak-social-counter.social-counter-style-3 .social-item a .item-name,.ak-social-counter.social-counter-style-3 .social-item a .item-count,.ak-social-counter.social-counter-style-3 .social-item a .item-button{display:none}.ak-social-counter.social-counter-style-4{margin:0 -5px;text-align:center}.ak-social-counter.social-counter-style-4 .social-item{float:left;margin:5px 0}.ak-social-counter.social-counter-style-4 .social-item a{margin:0 5px;float:left;height:45px;line-height:45px}.ak-social-counter.social-counter-style-4 .social-item a .item-icon{float:left;width:45px}.ak-social-counter.social-counter-style-4 .social-item a .item-title,.ak-social-counter.social-counter-style-4 .social-item a .item-join,.ak-social-counter.social-counter-style-4 .social-item a .item-name,.ak-social-counter.social-counter-style-4 .social-item a .item-count,.ak-social-counter.social-counter-style-4 .social-item a .item-button{display:none}

/* Source: themes/newsy-child/ikonok/style.css */
@font-face {
  font-family: 'likedicons';
  src: url('/wp-content/themes/newsy-child/ikonok/fonts/likedicons.woff2') format('woff2'),
       url('/wp-content/themes/newsy-child/ikonok/fonts/likedicons.woff') format('woff'),
       url('/wp-content/themes/newsy-child/ikonok/fonts/likedicons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'likedicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

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

.icon-logo-tiktok-ikon:before {
  content: "\ed7d";
}
.icon-moon-svgrepo-com-2:before {
  content: "\ed7e";
}
.icon-moon-svgrepo-com-1:before {
  content: "\ed80";
}
.icon-moon-alt-1-svgrepo-com:before {
  content: "\ed81";
}
.icon-moon-svgrepo-com:before {
  content: "\ed82";
}
.icon-clock-latest-time-ikon-vastagabb:before {
  content: "\ed84";
}
.icon-screen-hirfolyam-rss-ikon-vekonyabb:before {
  content: "\ed7c";
}
.icon-screen-hirfolyam-rss-ikon:before {
  content: "\ed7b";
}
.icon-notification_bell_ring_waves_full:before {
  content: "\ed7a";
}
.icon-notification_full_bell:before {
  content: "\ed79";
}
.icon-flash-bolt-lightning-villam-icon:before {
  content: "\ed76";
}
.icon-hot-flame-popular-icon:before {
  content: "\ed77";
}
.icon-compass-iranytu-ikon:before {
  content: "\ed78";
}
.icon-lenyil-teli-ikon-arrow:before {
  content: "\ed74";
}
.icon-felnyilteliikonarrow:before {
  content: "\ed75";
}
.icon-share-megosztas-outline-icon:before {
  content: "\ed73";
}
.icon-hozzaszolas-alma-comment-icon:before {
  content: "\ed6d";
}
.icon-szem-alma-eye-view-icon:before {
  content: "\ed6e";
}
.icon-hozzaszolas-alma-comment-icon-ducibb:before {
  content: "\ed71";
}
.icon-szem-alma-eye-view-icon-ducibb:before {
  content: "\ed72";
}
.icon-fglz5jzi31m0pf528s-converted:before {
  content: "\ed6f";
}
.icon-t5tqpsgpteom0pf49f4-converted:before {
  content: "\ed70";
}
.icon-eye-view-icon-ducibb:before {
  content: "\ed6c";
}
.icon-comment-hozzaszolas-icon-circle-outline:before {
  content: "\ed6b";
}
.icon-share-icon-arrow-ducibb:before {
  content: "\ed65";
}
.icon-share-icon-arrow-vekony:before {
  content: "\ed66";
}
.icon-comment-hozzaszolas-circle-icon-vekony:before {
  content: "\ed67";
}
.icon-comment-hozzaszolas-circle-icon-ducibb:before {
  content: "\ed68";
}
.icon-hozzaszolas-comment-ikon-ducibb:before {
  content: "\ed69";
}
.icon-hozzaszolas-comment-ikon:before {
  content: "\ed6a";
}
.icon-felnyil-ducibb-liked:before {
  content: "\ed61";
}
.icon-felnyil-kover-liked:before {
  content: "\ed62";
}
.icon-lenyil-ducibb-liked:before {
  content: "\ed63";
}
.icon-lenyil-kover-liked:before {
  content: "\ed64";
}
.icon-arrow-up-outline-liked:before {
  content: "\ed60";
}
.icon-achievement_circle_fill_blue_16 .path1:before {
  content: "\ebd9";
  color: rgb(0, 0, 0);
}
.icon-achievement_circle_fill_blue_16 .path2:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-add_16:before {
  content: "\ebdb";
}
.icon-add_circle_16 .path1:before {
  content: "\ebdc";
  color: rgb(68, 68, 68);
  opacity: 0.12;
}
.icon-add_circle_16 .path2:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.icon-add_circle_fill_blue_16 .path1:before {
  content: "\ebde";
  color: rgb(0, 0, 0);
}
.icon-add_circle_fill_blue_16 .path2:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-add_circle_fill_red_16 .path1:before {
  content: "\ebe0";
  color: rgb(0, 0, 0);
}
.icon-add_circle_fill_red_16 .path2:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-add_circle_fill_white_16 .path1:before {
  content: "\ebe2";
  color: rgb(255, 255, 255);
}
.icon-add_circle_fill_white_16 .path2:before {
  content: "\ebe3";
  margin-left: -1em;
  color: rgb(44, 45, 46);
}
.icon-add_circle_outline_16:before {
  content: "\ebe4";
}
.icon-add_rectangle_line_16:before {
  content: "\ebe5";
}
.icon-add_square_outline_16:before {
  content: "\ebe6";
}
.icon-advertising_16:before {
  content: "\ebe7";
}
.icon-alarm_outline_16:before {
  content: "\ebe8";
}
.icon-archive_outline_16:before {
  content: "\ebe9";
}
.icon-arrow_down_circle_16:before {
  content: "\ebea";
}
.icon-arrow_down_outline_16:before {
  content: "\ebeb";
}
.icon-arrow_left_outline_16:before {
  content: "\ebec";
}
.icon-arrow_right_circle_16:before {
  content: "\ebed";
}
.icon-arrow_right_outline_16:before {
  content: "\ebee";
}
.icon-arrow_triangle_down_16:before {
  content: "\ebef";
}
.icon-arrow_triangle_up_16:before {
  content: "\ebf0";
}
.icon-arrow_up_outline_16:before {
  content: "\ebf1";
}
.icon-arrow_up_rectangle_16:before {
  content: "\ebf2";
}
.icon-arrow_uturn_left_outline_16:before {
  content: "\ebf3";
}
.icon-arrows_4_outward_16:before {
  content: "\ebf4";
}
.icon-arrows_up_down_16:before {
  content: "\ebf5";
}
.icon-arrowshape_left_right_16:before {
  content: "\ebf6";
}
.icon-arrowshape_right_outline_16:before {
  content: "\ebf7";
}
.icon-article_box_outline_16:before {
  content: "\ebf8";
}
.icon-article_outline_16:before {
  content: "\ebf9";
}
.icon-articles_outline_16:before {
  content: "\ebfa";
}
.icon-attach_16:before {
  content: "\ebfb";
}
.icon-backpack_16:before {
  content: "\ebfc";
}
.icon-block_16:before {
  content: "\ebfd";
}
.icon-bomb_16:before {
  content: "\ebfe";
}
.icon-bomb_circle_fill_purple_16 .path1:before {
  content: "\ebff";
  color: rgb(0, 0, 0);
}
.icon-bomb_circle_fill_purple_16 .path2:before {
  content: "\ec00";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-bomb_circle_fill_purple_16 .path3:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-bomb_circle_fill_purple_16 .path4:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-book_spread_16:before {
  content: "\ec03";
}
.icon-book_spread_outline_16:before {
  content: "\ec04";
}
.icon-bookmark_16:before {
  content: "\ec05";
}
.icon-bookmark_outline_16:before {
  content: "\ec06";
}
.icon-brush_outline_16:before {
  content: "\ec07";
}
.icon-bug_outline_16:before {
  content: "\ec08";
}
.icon-building_outline_16:before {
  content: "\ec09";
}
.icon-cake_circle_fill_purple_16 .path1:before {
  content: "\ec0a";
  color: rgb(0, 0, 0);
}
.icon-cake_circle_fill_purple_16 .path2:before {
  content: "\ec0b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-calendar_outline_16:before {
  content: "\ec0c";
}
.icon-cam_slash_16:before {
  content: "\ec0d";
}
.icon-camera_16:before {
  content: "\ec0e";
}
.icon-cancel_16:before {
  content: "\ec0f";
}
.icon-cancel_circle_16:before {
  content: "\ec10";
}
.icon-cancel_circle_outline_16:before {
  content: "\ec11";
}
.icon-cards_2_16:before {
  content: "\ec12";
}
.icon-carousel_outline_16:before {
  content: "\ec13";
}
.icon-chain_outline_16:before {
  content: "\ec14";
}
.icon-check_circle_16:before {
  content: "\ec15";
}
.icon-check_circle_large_16:before {
  content: "\ec16";
}
.icon-check_circle_outline_16:before {
  content: "\ec17";
}
.icon-check_double_outline_16:before {
  content: "\ec18";
}
.icon-check_outline_16:before {
  content: "\ec19";
}
.icon-check_square_outline_16:before {
  content: "\ec1a";
}
.icon-chevron_16:before {
  content: "\ec1b";
}
.icon-chevron_down_circle_16:before {
  content: "\ec1c";
}
.icon-chevron_left_16:before {
  content: "\ec1d";
}
.icon-chevron_outline_16:before {
  content: "\ec1e";
}
.icon-chevron_right_circle_outline_16:before {
  content: "\ec1f";
}
.icon-chevron_up_circle_16:before {
  content: "\ec20";
}
.icon-circle_dot_slash_outline_16:before {
  content: "\ec21";
}
.icon-circle_small_outline_16:before {
  content: "\ec22";
}
.icon-clear_16:before {
  content: "\ec23";
}
.icon-clock_16:before {
  content: "\ec24";
}
.icon-clock_circle_fill_16:before {
  content: "\ec25";
  color: #99a2ad;
}
.icon-clock_outline_16:before {
  content: "\ec26";
}
.icon-cloud_16:before {
  content: "\ec27";
}
.icon-cloud_lighting_16:before {
  content: "\ec28";
}
.icon-cloud_moon_16:before {
  content: "\ec29";
}
.icon-cloud_moon_lighting_16:before {
  content: "\ec2a";
}
.icon-cloud_moon_rain_16:before {
  content: "\ec2b";
}
.icon-cloud_moon_snow_16:before {
  content: "\ec2c";
}
.icon-cloud_rain_16:before {
  content: "\ec2d";
}
.icon-cloud_rain_snow_16:before {
  content: "\ec2e";
}
.icon-cloud_sun_16:before {
  content: "\ec2f";
}
.icon-cloud_sun_lighting_16:before {
  content: "\ec30";
}
.icon-cloud_sun_rain_16:before {
  content: "\ec31";
}
.icon-cloud_sun_snow_16:before {
  content: "\ec32";
}
.icon-color_picker_outline_16:before {
  content: "\ec33";
}
.icon-comment_16:before {
  content: "\ec34";
}
.icon-comment_outline_16:before {
  content: "\ec35";
}
.icon-compass_16:before {
  content: "\ec36";
}
.icon-connection_16:before {
  content: "\ec37";
}
.icon-copy_outline_16:before {
  content: "\ec38";
}
.icon-corner_bottom_left_inset_outline_16:before {
  content: "\ec39";
}
.icon-crop_16:before {
  content: "\ec3a";
}
.icon-crop_outline_16:before {
  content: "\ec3b";
}
.icon-cross_circle_small_16:before {
  content: "\ec3c";
}
.icon-crown_16:before {
  content: "\ec3d";
}
.icon-crown_circle_fill_neon_pink_16 .path1:before {
  content: "\ec3e";
  color: rgb(244, 95, 255);
}
.icon-crown_circle_fill_neon_pink_16 .path2:before {
  content: "\ec3f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-crown_circle_fill_vk_dating_16 .path1:before {
  content: "\ec40";
  color: rgb(0, 0, 0);
}
.icon-crown_circle_fill_vk_dating_16 .path2:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cube_box_outline_16:before {
  content: "\ec42";
}
.icon-dash_16:before {
  content: "\ec43";
}
.icon-delete_16:before {
  content: "\ec44";
}
.icon-delete_outline_16:before {
  content: "\ec45";
}
.icon-diamond_outline_16:before {
  content: "\ec46";
}
.icon-document_outline_16:before {
  content: "\ec47";
}
.icon-dollar_outline_16:before {
  content: "\ec48";
}
.icon-donate_oultine_16:before {
  content: "\ec49";
}
.icon-done_16:before {
  content: "\ec4a";
}
.icon-done_circle_16:before {
  content: "\ec4b";
}
.icon-door_enter_arrow_right_outline_16:before {
  content: "\ec4c";
}
.icon-dot_viewfinder_16:before {
  content: "\ec4d";
}
.icon-dots_vertical_6_16:before {
  content: "\ec4e";
}
.icon-down_16:before {
  content: "\ec4f";
}
.icon-download_outline_16:before {
  content: "\ec50";
}
.icon-drop_16:before {
  content: "\ec51";
}
.icon-drop_outline_16:before {
  content: "\ec52";
}
.icon-dropdown_16:before {
  content: "\ec53";
}
.icon-dropdown_flipped_16:before {
  content: "\ec54";
}
.icon-dropdown_flipped_outline_16:before {
  content: "\ec55";
}
.icon-dropdown_outline_16:before {
  content: "\ec56";
}
.icon-education_16:before {
  content: "\ec57";
}
.icon-education_outline_16:before {
  content: "\ec58";
}
.icon-equalizer_16:before {
  content: "\ec59";
}
.icon-eraser_outline_16:before {
  content: "\ec5a";
}
.icon-error_circle_16:before {
  content: "\ec5b";
}
.icon-error_circle_fill_16 .path1:before {
  content: "\ec5c";
  color: rgb(230, 70, 70);
}
.icon-error_circle_fill_16 .path2:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-error_circle_fill_yellow_16 .path1:before {
  content: "\ec5e";
  color: rgb(0, 0, 0);
}
.icon-error_circle_fill_yellow_16 .path2:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-error_circle_outline_16:before {
  content: "\ec60";
}
.icon-euro_outline_16:before {
  content: "\ec61";
}
.icon-exclamation_mark_outline_16:before {
  content: "\ec62";
}
.icon-explicit_16:before {
  content: "\ec63";
}
.icon-favorite_16:before {
  content: "\ec64";
}
.icon-favorite_outline_16:before {
  content: "\ec65";
}
.icon-film_strip_outline_16:before {
  content: "\ec66";
}
.icon-fire_16:before {
  content: "\ec67";
}
.icon-fire_alt_16:before {
  content: "\ec68";
}
.icon-fire_small_16:before {
  content: "\ec69";
}
.icon-fire_verified_16:before {
  content: "\ec6a";
}
.icon-flag_16:before {
  content: "\ec6b";
}
.icon-flag_finish_16:before {
  content: "\ec6c";
}
.icon-flag_start_16:before {
  content: "\ec6d";
}
.icon-flash_16:before {
  content: "\ec6e";
}
.icon-fog_16:before {
  content: "\ec6f";
}
.icon-fog_moon_16:before {
  content: "\ec70";
}
.icon-fog_sun_16:before {
  content: "\ec71";
}
.icon-folder_outline_16:before {
  content: "\ec72";
}
.icon-forward_10_16:before {
  content: "\ec73";
}
.icon-fullscreen_16:before {
  content: "\ec74";
}
.icon-game_16:before {
  content: "\ec75";
}
.icon-gear_outline_16:before {
  content: "\ec76";
}
.icon-ghost_16:before {
  content: "\ec77";
}
.icon-gift_16:before {
  content: "\ec78";
}
.icon-gift_outline_16:before {
  content: "\ec79";
}
.icon-globe_16:before {
  content: "\ec7a";
}
.icon-globe_outline_16:before {
  content: "\ec7b";
}
.icon-government_outline_16:before {
  content: "\ec7c";
}
.icon-grid_of_four_16:before {
  content: "\ec7d";
}
.icon-grid_of_three_16:before {
  content: "\ec7e";
}
.icon-grid_outline_16:before {
  content: "\ec7f";
}
.icon-hand_16:before {
  content: "\ec80";
}
.icon-hand_heart_filled_16:before {
  content: "\ec81";
}
.icon-hand_outline_16:before {
  content: "\ec82";
}
.icon-hand_point_up_outline_16:before {
  content: "\ec83";
}
.icon-hashtag_16:before {
  content: "\ec84";
}
.icon-headphones_16:before {
  content: "\ec85";
}
.icon-headphones_outline_16:before {
  content: "\ec86";
}
.icon-help_16:before {
  content: "\ec87";
}
.icon-help_outline_16:before {
  content: "\ec88";
}
.icon-hide_outline_16:before {
  content: "\ec89";
}
.icon-hieroglyph_character_outline_16:before {
  content: "\ec8a";
}
.icon-history_backward_outline_16:before {
  content: "\ec8b";
}
.icon-home_arrow_down_outline_16:before {
  content: "\ec8c";
}
.icon-horse_toy_outline_16:before {
  content: "\ec8d";
}
.icon-image_filter_16:before {
  content: "\ec8e";
}
.icon-incognito_filled_16:before {
  content: "\ec8f";
}
.icon-indent_decrease_outline_16:before {
  content: "\ec90";
}
.icon-indent_increase_outline_16:before {
  content: "\ec91";
}
.icon-info_circle_16:before {
  content: "\ec92";
}
.icon-info_cirle_16:before {
  content: "\ec93";
}
.icon-info_outline_16:before {
  content: "\ec94";
}
.icon-installment_outline_16:before {
  content: "\ec95";
}
.icon-key_outline_16:before {
  content: "\ec96";
}
.icon-like_16:before {
  content: "\ec97";
}
.icon-like_outline_16:before {
  content: "\ec98";
}
.icon-line_16:before {
  content: "\ec99";
}
.icon-link_16:before {
  content: "\ec9a";
}
.icon-link_outline_16:before {
  content: "\ec9b";
}
.icon-linked_16:before {
  content: "\ec9c";
}
.icon-list_bullet_outline_16:before {
  content: "\ec9d";
}
.icon-list_letter_eng_outline_16:before {
  content: "\ec9e";
}
.icon-list_letter_outline_16:before {
  content: "\ec9f";
}
.icon-list_number_outline_16:before {
  content: "\eca0";
}
.icon-list_play_outline_16:before {
  content: "\eca1";
}
.icon-list_plus_outline_16:before {
  content: "\eca2";
}
.icon-location_16:before {
  content: "\eca3";
}
.icon-lock_16:before {
  content: "\eca4";
}
.icon-lock_circle_fill_blue_16 .path1:before {
  content: "\eca5";
  color: rgb(0, 0, 0);
}
.icon-lock_circle_fill_blue_16 .path2:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-lock_open_16:before {
  content: "\eca7";
}
.icon-lock_outline_16:before {
  content: "\eca8";
}
.icon-logo_android_16:before {
  content: "\eca9";
}
.icon-logo_apple_16:before {
  content: "\ecaa";
}
.icon-logo_clips_16:before {
  content: "\ecab";
}
.icon-logo_vk_16:before {
  content: "\ecac";
}
.icon-logo_vk_ads_16:before {
  content: "\ecad";
}
.icon-logo_vk_video_16:before {
  content: "\ecae";
}
.icon-mail_outline_16:before {
  content: "\ecaf";
}
.icon-mail_stack_outline_16:before {
  content: "\ecb0";
}
.icon-markdown_16:before {
  content: "\ecb1";
}
.icon-market_16:before {
  content: "\ecb2";
}
.icon-market_outline_16:before {
  content: "\ecb3";
}
.icon-mask_16:before {
  content: "\ecb4";
}
.icon-mention_16:before {
  content: "\ecb5";
}
.icon-menu_outline_16:before {
  content: "\ecb6";
}
.icon-message_16:before {
  content: "\ecb7";
}
.icon-message_cross_16:before {
  content: "\ecb8";
}
.icon-message_heart_16:before {
  content: "\ecb9";
}
.icon-message_outline_16:before {
  content: "\ecba";
}
.icon-messages_circle_fill_green_16 .path1:before {
  content: "\ecbb";
  color: rgb(0, 0, 0);
}
.icon-messages_circle_fill_green_16 .path2:before {
  content: "\ecbc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-microphone_16:before {
  content: "\ecbd";
}
.icon-microphone_slash_16:before {
  content: "\ecbe";
}
.icon-minus_16:before {
  content: "\ecbf";
}
.icon-minus_circle_16:before {
  content: "\ecc0";
}
.icon-minus_circle_outline_16:before {
  content: "\ecc1";
}
.icon-money_circle_16:before {
  content: "\ecc2";
}
.icon-money_circle_outline_16:before {
  content: "\ecc3";
}
.icon-moon_16:before {
  content: "\ecc4";
}
.icon-more_horizontal_16:before {
  content: "\ecc5";
}
.icon-more_vertical_16:before {
  content: "\ecc6";
}
.icon-music_16:before {
  content: "\ecc7";
}
.icon-music_mic_16:before {
  content: "\ecc8";
}
.icon-music_mic_outline_16:before {
  content: "\ecc9";
}
.icon-music_outline_16:before {
  content: "\ecca";
}
.icon-muted_16:before {
  content: "\eccb";
}
.icon-neutral_face_outline_16:before {
  content: "\eccc";
}
.icon-new_16:before {
  content: "\eccd";
}
.icon-newsfeed_outline_16:before {
  content: "\ecce";
}
.icon-nft_heptagon_16:before {
  content: "\eccf";
}
.icon-nft_heptagon_outline_16:before {
  content: "\ecd0";
}
.icon-notebook_16:before {
  content: "\ecd1";
}
.icon-notification_161:before {
  content: "\ecd2";
}
.icon-notification_slash_16:before {
  content: "\ecd3";
}
.icon-online_mobile_16:before {
  content: "\ecd4";
}
.icon-palette_outline_16:before {
  content: "\ecd5";
}
.icon-pause_16:before {
  content: "\ecd6";
}
.icon-pause_circle_16:before {
  content: "\ecd7";
}
.icon-payment_card_outline_16:before {
  content: "\ecd8";
}
.icon-pen_16:before {
  content: "\ecd9";
}
.icon-pen_outline_16:before {
  content: "\ecda";
}
.icon-phone_16:before {
  content: "\ecdb";
}
.icon-phone_circle_16:before {
  content: "\ecdc";
}
.icon-phone_outgoing_16:before {
  content: "\ecdd";
}
.icon-phone_outline_16:before {
  content: "\ecde";
}
.icon-picture_16:before {
  content: "\ecdf";
}
.icon-picture_outline_16:before {
  content: "\ece0";
}
.icon-pin_16:before {
  content: "\ece1";
}
.icon-pin_dot_16:before {
  content: "\ece2";
}
.icon-place_16:before {
  content: "\ece3";
}
.icon-place_outline_16:before {
  content: "\ece4";
}
.icon-plane_outline_16:before {
  content: "\ece5";
}
.icon-play_16:before {
  content: "\ece6";
}
.icon-play_circle_16:before {
  content: "\ece7";
}
.icon-play_circle_fill_azure_16 .path1:before {
  content: "\ece8";
  color: rgb(0, 119, 255);
}
.icon-play_circle_fill_azure_16 .path2:before {
  content: "\ece9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-play_circle_fill_gray_16 .path1:before {
  content: "\ecea";
  color: rgb(163, 173, 184);
}
.icon-play_circle_fill_gray_16 .path2:before {
  content: "\eceb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-play_circle_fill_pink_16 .path1:before {
  content: "\ecec";
  color: rgb(0, 0, 0);
}
.icon-play_circle_fill_pink_16 .path2:before {
  content: "\eced";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-podcast_outline_16:before {
  content: "\ecee";
}
.icon-poll_16:before {
  content: "\ecef";
}
.icon-pop_up_sticker_circle_fill_raspberry_pink_16 .path1:before {
  content: "\ecf0";
  color: rgb(0, 0, 0);
}
.icon-pop_up_sticker_circle_fill_raspberry_pink_16 .path2:before {
  content: "\ecf1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-popup_stickers_circle_fill_raspberry_pink_product_16 .path1:before {
  content: "\ecf2";
  color: rgb(224, 63, 171);
}
.icon-popup_stickers_circle_fill_raspberry_pink_product_16 .path2:before {
  content: "\ecf3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-popup_stickers_circle_fill_raspberry_pink_product_16 .path3:before {
  content: "\ecf4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-qr_code_16:before {
  content: "\ecf5";
}
.icon-recent_16:before {
  content: "\ecf6";
}
.icon-recording_circle_fill_16:before {
  content: "\ecf7";
}
.icon-rectangle_line_16:before {
  content: "\ecf8";
}
.icon-replay_10_16:before {
  content: "\ecf9";
}
.icon-replay_16:before {
  content: "\ecfa";
}
.icon-reply_16:before {
  content: "\ecfb";
}
.icon-reply_outline_16:before {
  content: "\ecfc";
}
.icon-report_outline_16:before {
  content: "\ecfd";
}
.icon-repost_16:before {
  content: "\ecfe";
}
.icon-repost_circle_fill_red_16 .path1:before {
  content: "\ecff";
  color: rgb(0, 0, 0);
}
.icon-repost_circle_fill_red_16 .path2:before {
  content: "\ed00";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-repost_outline_16:before {
  content: "\ed01";
}
.icon-rouble_arrow_backward_outline_16:before {
  content: "\ed02";
}
.icon-rouble_outline_16:before {
  content: "\ed03";
}
.icon-sad_face_outline_16:before {
  content: "\ed04";
}
.icon-scribble_pencil_rectangle_16:before {
  content: "\ed05";
}
.icon-scribble_pencil_rectangle_outline_16:before {
  content: "\ed06";
}
.icon-search_16:before {
  content: "\ed07";
}
.icon-search_outline_16:before {
  content: "\ed08";
}
.icon-search_stars_outline_16:before {
  content: "\ed09";
}
.icon-services_16:before {
  content: "\ed0a";
}
.icon-services_outline_16:before {
  content: "\ed0b";
}
.icon-share_16:before {
  content: "\ed0c";
}
.icon-share_outline_16:before {
  content: "\ed0d";
}
.icon-shopping_cart_outline_16:before {
  content: "\ed0e";
}
.icon-shuffle_outline_16:before {
  content: "\ed0f";
}
.icon-skip_forward_16:before {
  content: "\ed10";
}
.icon-sliders_outline_16:before {
  content: "\ed11";
}
.icon-smile_16:before {
  content: "\ed12";
}
.icon-smile_filled_16:before {
  content: "\ed13";
}
.icon-snowflake_16:before {
  content: "\ed14";
}
.icon-sort_horizontal_outline_16:before {
  content: "\ed15";
}
.icon-sort_outline_16:before {
  content: "\ed16";
}
.icon-sound_wave_slash_outline_16:before {
  content: "\ed17";
}
.icon-sparkle_16:before {
  content: "\ed18";
}
.icon-spinner_16:before {
  content: "\ed19";
}
.icon-square_4_outline_16:before {
  content: "\ed1a";
}
.icon-square_16:before {
  content: "\ed1b";
}
.icon-star_circle_16:before {
  content: "\ed1c";
}
.icon-star_circle_fill_blue_16 .path1:before {
  content: "\ed1d";
  color: rgb(0, 0, 0);
}
.icon-star_circle_fill_blue_16 .path2:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-star_circle_fill_gray_16 .path1:before {
  content: "\ed1f";
  color: rgb(0, 0, 0);
}
.icon-star_circle_fill_gray_16 .path2:before {
  content: "\ed20";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-star_circle_fill_yellow_16 .path1:before {
  content: "\ed21";
  color: rgb(0, 0, 0);
}
.icon-star_circle_fill_yellow_16 .path2:before {
  content: "\ed22";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-stars_16:before {
  content: "\ed23";
}
.icon-storefront_outline_16:before {
  content: "\ed24";
}
.icon-story_16:before {
  content: "\ed25";
}
.icon-story_outline_16:before {
  content: "\ed26";
}
.icon-subscriptions_outline_16:before {
  content: "\ed27";
}
.icon-sun_16:before {
  content: "\ed28";
}
.icon-sync_16:before {
  content: "\ed29";
}
.icon-sync_circle_fill_black_16 .path1:before {
  content: "\ed2a";
  color: rgb(0, 0, 0);
}
.icon-sync_circle_fill_black_16 .path2:before {
  content: "\ed2b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-table_outline_16:before {
  content: "\ed2c";
}
.icon-tag_16:before {
  content: "\ed2d";
}
.icon-tear_off_flyer_16:before {
  content: "\ed2e";
}
.icon-tear_off_flyer_outline_16:before {
  content: "\ed2f";
}
.icon-text_16:before {
  content: "\ed30";
}
.icon-text_bold_eng_outline_16:before {
  content: "\ed31";
}
.icon-text_bold_outline_16:before {
  content: "\ed32";
}
.icon-text_center_outline_16:before {
  content: "\ed33";
}
.icon-text_italic_eng_outline_16:before {
  content: "\ed34";
}
.icon-text_italic_outline_16:before {
  content: "\ed35";
}
.icon-text_outline_16:before {
  content: "\ed36";
}
.icon-text_right_outline_16:before {
  content: "\ed37";
}
.icon-text_strikethrough_outline_16:before {
  content: "\ed38";
}
.icon-text_underline_eng_outline_16:before {
  content: "\ed39";
}
.icon-text_underline_outline_16:before {
  content: "\ed3a";
}
.icon-text_viewfinder_outline_16:before {
  content: "\ed3b";
}
.icon-thumbs_down_outline_16:before {
  content: "\ed3c";
}
.icon-thumbs_up_outline_16:before {
  content: "\ed3d";
}
.icon-ticket_outline_16:before {
  content: "\ed3e";
}
.icon-truck_outline_16:before {
  content: "\ed3f";
}
.icon-unfavorite_16:before {
  content: "\ed40";
}
.icon-unfavorite_outline_16:before {
  content: "\ed41";
}
.icon-unlock_outline_16:before {
  content: "\ed42";
}
.icon-up_16:before {
  content: "\ed43";
}
.icon-upload_outline_16:before {
  content: "\ed44";
}
.icon-user_16:before {
  content: "\ed45";
}
.icon-user_add_16:before {
  content: "\ed46";
}
.icon-user_check_16:before {
  content: "\ed47";
}
.icon-user_circle_alt_outline_16:before {
  content: "\ed48";
}
.icon-user_outline_16:before {
  content: "\ed49";
}
.icon-user_square_outline_16:before {
  content: "\ed4a";
}
.icon-users_2_outline_16:before {
  content: "\ed4b";
}
.icon-users_16:before {
  content: "\ed4c";
}
.icon-verified_16:before {
  content: "\ed4d";
}
.icon-video_16:before {
  content: "\ed4e";
}
.icon-video_advertisement_16:before {
  content: "\ed4f";
}
.icon-video_square_outline_16:before {
  content: "\ed50";
}
.icon-videocam_16:before {
  content: "\ed51";
}
.icon-videocam_outline_16:before {
  content: "\ed52";
}
.icon-view_16:before {
  content: "\ed53";
}
.icon-view_outline_16:before {
  content: "\ed54";
}
.icon-vmoji_outline_16:before {
  content: "\ed55";
}
.icon-wallet_outline_16:before {
  content: "\ed56";
}
.icon-warning_triangle_16:before {
  content: "\ed57";
}
.icon-warning_triangle_outline_16:before {
  content: "\ed58";
}
.icon-wind_16:before {
  content: "\ed59";
}
.icon-wind_rain_16:before {
  content: "\ed5a";
}
.icon-wind_rain_snow_16:before {
  content: "\ed5b";
}
.icon-wind_snow_16:before {
  content: "\ed5c";
}
.icon-work_outline_16:before {
  content: "\ed5d";
}
.icon-wrench_outline_16:before {
  content: "\ed5e";
}
.icon-circle_outline_24:before {
  content: "\e900";
}
.icon-square_outline_24:before {
  content: "\e901";
}
.icon-circle_outline_241:before {
  content: "\e902";
}
.icon-circle_outline_242:before {
  content: "\e903";
}
.icon-accessibility_outline_24:before {
  content: "\e904";
}
.icon-achievement_circle_fill_blue_24 .path1:before {
  content: "\e905";
  color: rgb(0, 0, 0);
}
.icon-achievement_circle_fill_blue_24 .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-add_24:before {
  content: "\e907";
}
.icon-add_awards_outline_24:before {
  content: "\e908";
}
.icon-add_braces_outline_24:before {
  content: "\e909";
}
.icon-add_circle_24:before {
  content: "\e90a";
}
.icon-add_circle_dotted_outline_24:before {
  content: "\e90b";
}
.icon-add_circle_outline_24:before {
  content: "\e90c";
}
.icon-add_outline_24:before {
  content: "\e90d";
}
.icon-add_rectangle_line_24:before {
  content: "\e90e";
}
.icon-add_square_outline_24:before {
  content: "\e90f";
}
.icon-advertising_24:before {
  content: "\e910";
}
.icon-advertising_check_outline_24:before {
  content: "\e911";
}
.icon-advertising_outline_24:before {
  content: "\e912";
}
.icon-airplay_24:before {
  content: "\e913";
}
.icon-airplay_video_outline_24:before {
  content: "\e914";
}
.icon-app_badge_outline_24:before {
  content: "\e915";
}
.icon-apple_outline_24:before {
  content: "\e916";
}
.icon-archive_outline_24:before {
  content: "\e917";
}
.icon-armchair_outline_24:before {
  content: "\e918";
}
.icon-arrow_2_squarepath_outline_24:before {
  content: "\e919";
}
.icon-arrow_down_outline_24:before {
  content: "\e91a";
}
.icon-arrow_down_to_square_outline_24:before {
  content: "\e91b";
}
.icon-arrow_enter_square_outline_24:before {
  content: "\e91c";
}
.icon-arrow_left_outline_24:before {
  content: "\e91d";
}
.icon-arrow_left_right_corners_outline_24:before {
  content: "\e91e";
}
.icon-arrow_left_right_lines_vertical_outline_24:before {
  content: "\e91f";
}
.icon-arrow_left_square_outline_24:before {
  content: "\e920";
}
.icon-arrow_right_circle_outline_24:before {
  content: "\e921";
}
.icon-arrow_right_left_corners_outline_24:before {
  content: "\e922";
}
.icon-arrow_right_outline_24:before {
  content: "\e923";
}
.icon-arrow_right_square_outline_24:before {
  content: "\e924";
}
.icon-arrow_turn_left_outline_24:before {
  content: "\e925";
}
.icon-arrow_up_24:before {
  content: "\e926";
}
.icon-arrow_up_outline_24:before {
  content: "\e927";
}
.icon-arrow_up_rectangle_24:before {
  content: "\e928";
}
.icon-arrow_up_rectangle_outline_24:before {
  content: "\e929";
}
.icon-arrow_up_right_corner_outline_24:before {
  content: "\e92a";
}
.icon-arrow_up_right_outline_24:before {
  content: "\e92b";
}
.icon-arrow_uturn_left_outline_24:before {
  content: "\e92c";
}
.icon-arrow_uturn_right_outline_24:before {
  content: "\e92d";
}
.icon-arrowshape_left_2_outline_24:before {
  content: "\e92e";
}
.icon-article_24:before {
  content: "\e92f";
}
.icon-article_box_outline_24:before {
  content: "\e930";
}
.icon-article_outline_24:before {
  content: "\e931";
}
.icon-articles_outline_24:before {
  content: "\e932";
}
.icon-artist_24:before {
  content: "\e933";
}
.icon-attach_24:before {
  content: "\e934";
}
.icon-attachments_24:before {
  content: "\e935";
}
.icon-audiobook_outline_24:before {
  content: "\e936";
}
.icon-back_24:before {
  content: "\e937";
}
.icon-ball_outline_24:before {
  content: "\e938";
}
.icon-bank_outline_24:before {
  content: "\e939";
}
.icon-beauty_outline_24:before {
  content: "\e93a";
}
.icon-bidy_outline_24:before {
  content: "\e93b";
}
.icon-billhead_outline_24:before {
  content: "\e93c";
}
.icon-block_24:before {
  content: "\e93d";
}
.icon-block_outline_24:before {
  content: "\e93e";
}
.icon-bluetooth_outline_24:before {
  content: "\e93f";
}
.icon-blur_outline_24:before {
  content: "\e940";
}
.icon-bomb_outline_24:before {
  content: "\e941";
}
.icon-book_spread_outline_24:before {
  content: "\e942";
}
.icon-bookmark_24:before {
  content: "\e943";
}
.icon-bookmark_add_badge_outline_24:before {
  content: "\e944";
}
.icon-bookmark_check_badge_24:before {
  content: "\e945";
}
.icon-bookmark_check_outline_24:before {
  content: "\e946";
}
.icon-bookmark_outline_24:before {
  content: "\e947";
}
.icon-bookmark_slash_outline_24:before {
  content: "\e948";
}
.icon-books_outline_24:before {
  content: "\e949";
}
.icon-bowl_sticks_outline_24:before {
  content: "\e94a";
}
.icon-boxing_glove_outline_24:before {
  content: "\e94b";
}
.icon-brackets_slash_outline_24:before {
  content: "\e94c";
}
.icon-brain_outline_24:before {
  content: "\e94d";
}
.icon-briefcase_outline_24:before {
  content: "\e94e";
}
.icon-broadcast_24:before {
  content: "\e94f";
}
.icon-broadcast_outline_24:before {
  content: "\e950";
}
.icon-broom_24:before {
  content: "\e951";
}
.icon-browser_back_24:before {
  content: "\e952";
}
.icon-browser_forward_24:before {
  content: "\e953";
}
.icon-brush_outline_24:before {
  content: "\e954";
}
.icon-bug_24:before {
  content: "\e955";
}
.icon-bug_outline_24:before {
  content: "\e956";
}
.icon-building_outline_24:before {
  content: "\e957";
}
.icon-cactus_outline_24:before {
  content: "\e958";
}
.icon-cake_outline_24:before {
  content: "\e959";
}
.icon-calendar_add_outline_24:before {
  content: "\e95a";
}
.icon-calendar_outline_24:before {
  content: "\e95b";
}
.icon-camera_24:before {
  content: "\e95c";
}
.icon-camera_outline_24:before {
  content: "\e95d";
}
.icon-cancel_24:before {
  content: "\e95e";
}
.icon-cancel_circle_fill_red_24 .path1:before {
  content: "\e95f";
  color: rgb(255, 51, 71);
}
.icon-cancel_circle_fill_red_24 .path2:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-cancel_circle_outline_24:before {
  content: "\e961";
}
.icon-cancel_outline_24:before {
  content: "\e962";
}
.icon-car_outline_24:before {
  content: "\e963";
}
.icon-cards_2_24:before {
  content: "\e964";
}
.icon-cards_2_outline_24:before {
  content: "\e965";
}
.icon-cash_out_outline_24:before {
  content: "\e966";
}
.icon-chain_outline_24:before {
  content: "\e967";
}
.icon-chat_vawe_outline_gray_24 .path1:before {
  content: "\e968";
  color: rgb(68, 68, 68);
}
.icon-chat_vawe_outline_gray_24 .path2:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(163, 173, 184);
}
.icon-chats_24:before {
  content: "\e96a";
}
.icon-check_box_indeterminate_24:before {
  content: "\e96b";
}
.icon-check_box_off_24:before {
  content: "\e96c";
}
.icon-check_box_on_24:before {
  content: "\e96d";
}
.icon-check_circle_fill_green_24 .path1:before {
  content: "\e96e";
  color: rgb(75, 179, 75);
}
.icon-check_circle_fill_green_24 .path2:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-check_circle_filled_blue_24:before {
  content: "\e970";
  color: #3f8ae0;
}
.icon-check_circle_off_24:before {
  content: "\e971";
}
.icon-check_circle_on_24:before {
  content: "\e972";
}
.icon-check_circle_outline_24:before {
  content: "\e973";
}
.icon-check_shield_outline_24:before {
  content: "\e974";
}
.icon-check_square_outline_24:before {
  content: "\e975";
}
.icon-checks_outline_24:before {
  content: "\e976";
}
.icon-chef_hat_outline_24:before {
  content: "\e977";
}
.icon-chevron_24:before {
  content: "\e978";
}
.icon-chevron_compact_left_24:before {
  content: "\e979";
}
.icon-chevron_compact_right_24:before {
  content: "\e97a";
}
.icon-chevron_down_24:before {
  content: "\e97b";
}
.icon-chevron_down_small_24:before {
  content: "\e97c";
}
.icon-chevron_left_24:before {
  content: "\e97d";
}
.icon-chevron_left_outline_24:before {
  content: "\e97e";
}
.icon-chevron_left_small_outline_24:before {
  content: "\e97f";
}
.icon-chevron_left_square_outline_24:before {
  content: "\e980";
}
.icon-chevron_right_24:before {
  content: "\e981";
}
.icon-chevron_right_circle_24 .path1:before {
  content: "\e982";
  color: rgb(68, 68, 68);
  opacity: 0.12;
}
.icon-chevron_right_circle_24 .path2:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.icon-chevron_right_outline_24:before {
  content: "\e984";
}
.icon-chevron_right_small_outline_24:before {
  content: "\e985";
}
.icon-chevron_right_square_outline_24:before {
  content: "\e986";
}
.icon-chevron_up_24:before {
  content: "\e987";
}
.icon-chevron_up_small_24:before {
  content: "\e988";
}
.icon-circle_dashed_outline_24:before {
  content: "\e989";
}
.icon-circle_small_24:before {
  content: "\e98a";
}
.icon-circle_small_outline_24:before {
  content: "\e98b";
}
.icon-clip_outline_24:before {
  content: "\e98c";
}
.icon-clock_24:before {
  content: "\e98d";
}
.icon-clock_circle_dashed_outline_24:before {
  content: "\e98e";
}
.icon-clock_circle_fill_gray_24 .path1:before {
  content: "\e98f";
  color: rgb(163, 173, 184);
}
.icon-clock_circle_fill_gray_24 .path2:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-clock_outline_24:before {
  content: "\e991";
}
.icon-cloud_arrow_up_outline_24:before {
  content: "\e992";
}
.icon-cloud_outline_24:before {
  content: "\e993";
}
.icon-cloud_plus_outline_24:before {
  content: "\e994";
}
.icon-cloud_slash_outline_24:before {
  content: "\e995";
}
.icon-coins_24:before {
  content: "\e996";
}
.icon-color_correction_24:before {
  content: "\e997";
}
.icon-color_picker_outline_24:before {
  content: "\e998";
}
.icon-comment_24:before {
  content: "\e999";
}
.icon-comment_add_badge_outline_24:before {
  content: "\e99a";
}
.icon-comment_outline_24:before {
  content: "\e99b";
}
.icon-comment_slash_outline_24:before {
  content: "\e99c";
}
.icon-compass_24:before {
  content: "\e99d";
}
.icon-compass_outline_24:before {
  content: "\e99e";
}
.icon-computer_outline_24:before {
  content: "\e99f";
}
.icon-computer_smartphone_outline_24:before {
  content: "\e9a0";
}
.icon-connection_24:before {
  content: "\e9a1";
}
.icon-contrast_outline_24:before {
  content: "\e9a2";
}
.icon-copy_24:before {
  content: "\e9a3";
}
.icon-copy_outline_24:before {
  content: "\e9a4";
}
.icon-crop_24:before {
  content: "\e9a5";
}
.icon-cross_shield_outline_24:before {
  content: "\e9a6";
}
.icon-crown_24:before {
  content: "\e9a7";
}
.icon-crown_circle_fill_vk_dating_24 .path1:before {
  content: "\e9a8";
  color: rgb(0, 0, 0);
}
.icon-crown_circle_fill_vk_dating_24 .path2:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-crown_outline_24:before {
  content: "\e9aa";
}
.icon-cube_box_outline_24:before {
  content: "\e9ab";
}
.icon-cup_outline_24:before {
  content: "\e9ac";
}
.icon-data_saver_circle_fill_green_24 .path1:before {
  content: "\e9ad";
  color: rgb(0, 0, 0);
}
.icon-data_saver_circle_fill_green_24 .path2:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-deepfake_outline_24:before {
  content: "\e9af";
}
.icon-delete_24:before {
  content: "\e9b0";
}
.icon-delete_arrow_up_outline_24:before {
  content: "\e9b1";
}
.icon-delete_clock_outline_24:before {
  content: "\e9b2";
}
.icon-delete_outline_24:before {
  content: "\e9b3";
}
.icon-delete_outline_android_24:before {
  content: "\e9b4";
}
.icon-dice_5_outline_24:before {
  content: "\e9b5";
}
.icon-discount_outline_24:before {
  content: "\e9b6";
}
.icon-discussions_24:before {
  content: "\e9b7";
}
.icon-dismiss_24 .path1:before {
  content: "\e9b8";
  color: rgb(68, 68, 68);
  opacity: 0.12;
}
.icon-dismiss_24 .path2:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.icon-dismiss_dark_24 .path1:before {
  content: "\e9ba";
  color: rgb(0, 0, 0);
  opacity: 0.24;
}
.icon-dismiss_dark_24 .path2:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-dismiss_overlay_24 .path1:before {
  content: "\e9bc";
  color: rgb(153, 162, 173);
}
.icon-dismiss_overlay_24 .path2:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-dismiss_substract_24:before {
  content: "\e9be";
}
.icon-do_not_disturb_24:before {
  content: "\e9bf";
}
.icon-document_24:before {
  content: "\e9c0";
}
.icon-document_arrow_up_outline_24:before {
  content: "\e9c1";
}
.icon-document_list_outline_24:before {
  content: "\e9c2";
}
.icon-document_outline_24:before {
  content: "\e9c3";
}
.icon-document_plus_outline_24:before {
  content: "\e9c4";
}
.icon-document_stats_outline_24:before {
  content: "\e9c5";
}
.icon-document_text_outline_24:before {
  content: "\e9c6";
}
.icon-dollar_circle_outline_24:before {
  content: "\e9c7";
}
.icon-dollar_outline_24:before {
  content: "\e9c8";
}
.icon-donate_outline_24:before {
  content: "\e9c9";
}
.icon-done_24:before {
  content: "\e9ca";
}
.icon-done_outline_24:before {
  content: "\e9cb";
}
.icon-door_arrow_left_outline_24:before {
  content: "\e9cc";
}
.icon-door_arrow_right_outline_24:before {
  content: "\e9cd";
}
.icon-dots_vertical_24:before {
  content: "\e9ce";
}
.icon-download_24:before {
  content: "\e9cf";
}
.icon-download_check_outline_24:before {
  content: "\e9d0";
}
.icon-download_cloud_outline_24:before {
  content: "\e9d1";
}
.icon-download_cross_badge_outline_24:before {
  content: "\e9d2";
}
.icon-download_outline_24:before {
  content: "\e9d3";
}
.icon-drag_reorder_outline_24:before {
  content: "\e9d4";
}
.icon-drill_outline_24:before {
  content: "\e9d5";
}
.icon-dropdown_24:before {
  content: "\e9d6";
}
.icon-drops_outline_24:before {
  content: "\e9d7";
}
.icon-editor_cut_outline_24:before {
  content: "\e9d8";
}
.icon-education_24:before {
  content: "\e9d9";
}
.icon-education_outline_24:before {
  content: "\e9da";
}
.icon-employee_outline_24:before {
  content: "\e9db";
}
.icon-eraser_outline_24:before {
  content: "\e9dc";
}
.icon-error_24:before {
  content: "\e9dd";
}
.icon-error_circle_24:before {
  content: "\e9de";
}
.icon-error_circle_fill_gray_24 .path1:before {
  content: "\e9df";
  color: rgb(163, 173, 184);
}
.icon-error_circle_fill_gray_24 .path2:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-error_circle_fill_red_24 .path1:before {
  content: "\e9e1";
  color: rgb(230, 70, 70);
}
.icon-error_circle_fill_red_24 .path2:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-error_circle_outline_24:before {
  content: "\e9e3";
}
.icon-eternal_flame_outline_24:before {
  content: "\e9e4";
}
.icon-euro_outline_24:before {
  content: "\e9e5";
}
.icon-explicit_24:before {
  content: "\e9e6";
}
.icon-exposition_outline_24:before {
  content: "\e9e7";
}
.icon-external_link_outline_24:before {
  content: "\e9e8";
}
.icon-favorite_24:before {
  content: "\e9e9";
}
.icon-favorite_outline_24:before {
  content: "\e9ea";
}
.icon-film_strip_add_outline_24:before {
  content: "\e9eb";
}
.icon-filter_24:before {
  content: "\e9ec";
}
.icon-fire_24:before {
  content: "\e9ed";
}
.icon-fire_alt_outline_24:before {
  content: "\e9ee";
}
.icon-flag_finish_24:before {
  content: "\e9ef";
}
.icon-flag_start_24:before {
  content: "\e9f0";
}
.icon-flash_24:before {
  content: "\e9f1";
}
.icon-flash_outline_24:before {
  content: "\e9f2";
}
.icon-folder_24:before {
  content: "\e9f3";
}
.icon-folder_add_24:before {
  content: "\e9f4";
}
.icon-folder_outline_24:before {
  content: "\e9f5";
}
.icon-folder_simple_arrow_right_24:before {
  content: "\e9f6";
}
.icon-folder_simple_arrow_up_outline_24:before {
  content: "\e9f7";
}
.icon-folder_simple_lock_outline_24:before {
  content: "\e9f8";
}
.icon-folder_simple_outline_24:before {
  content: "\e9f9";
}
.icon-folder_simple_plus_outline_24:before {
  content: "\e9fa";
}
.icon-folder_simple_user_outline_24:before {
  content: "\e9fb";
}
.icon-followers_24:before {
  content: "\e9fc";
}
.icon-football_ball_outline_24:before {
  content: "\e9fd";
}
.icon-forward_10_24:before {
  content: "\e9fe";
}
.icon-forward_15_24:before {
  content: "\e9ff";
}
.icon-forward_24:before {
  content: "\ea00";
}
.icon-fullscreen_24:before {
  content: "\ea01";
}
.icon-fullscreen_exit_24:before {
  content: "\ea02";
}
.icon-gallery_24:before {
  content: "\ea03";
}
.icon-game_24:before {
  content: "\ea04";
}
.icon-game_outline_24:before {
  content: "\ea05";
}
.icon-gavel_outline_24:before {
  content: "\ea06";
}
.icon-gear_outline_24:before {
  content: "\ea07";
}
.icon-ghost_24:before {
  content: "\ea08";
}
.icon-ghost_outline_24:before {
  content: "\ea09";
}
.icon-gif_outline_24:before {
  content: "\ea0a";
}
.icon-gift_24:before {
  content: "\ea0b";
}
.icon-gift_outline_24:before {
  content: "\ea0c";
}
.icon-globe_24:before {
  content: "\ea0d";
}
.icon-globe_outline_24:before {
  content: "\ea0e";
}
.icon-goods_collection_24:before {
  content: "\ea0f";
}
.icon-government_outline_24:before {
  content: "\ea10";
}
.icon-gradient_outline_24:before {
  content: "\ea11";
}
.icon-grain_outline_24:before {
  content: "\ea12";
}
.icon-graph_outline_24:before {
  content: "\ea13";
}
.icon-grid_4_uneven_vertical_outline_24:before {
  content: "\ea14";
}
.icon-gun_outline_24:before {
  content: "\ea15";
}
.icon-hammer_outline_24:before {
  content: "\ea16";
}
.icon-hand_2_slash_outline_24:before {
  content: "\ea17";
}
.icon-hand_heart_filled_24:before {
  content: "\ea18";
}
.icon-hand_outline_24:before {
  content: "\ea19";
}
.icon-hand_point_up_24:before {
  content: "\ea1a";
}
.icon-hand_point_up_outline_24:before {
  content: "\ea1b";
}
.icon-hanger_outline_24 .path1:before {
  content: "\ea1c";
  color: none;
}
.icon-hanger_outline_24 .path2:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(63, 138, 224);
}
.icon-hanger_outline_24 .path3:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.icon-hashtag_outline_24:before {
  content: "\ea1f";
}
.icon-headphones_24:before {
  content: "\ea20";
}
.icon-headphones_wave_outline_24:before {
  content: "\ea21";
}
.icon-health_outline_24:before {
  content: "\ea22";
}
.icon-heart_gear_outline_24:before {
  content: "\ea23";
}
.icon-help_24:before {
  content: "\ea24";
}
.icon-help_outline_24:before {
  content: "\ea25";
}
.icon-hide_24:before {
  content: "\ea26";
}
.icon-hide_outline_24:before {
  content: "\ea27";
}
.icon-hieroglyph_character_outline_24:before {
  content: "\ea28";
}
.icon-highlights_outline_24:before {
  content: "\ea29";
}
.icon-history_backward_outline_24:before {
  content: "\ea2a";
}
.icon-home_24:before {
  content: "\ea2b";
}
.icon-home_arrow_down_outline_24:before {
  content: "\ea2c";
}
.icon-home_heart_outline_24:before {
  content: "\ea2d";
}
.icon-home_outline_24:before {
  content: "\ea2e";
}
.icon-horizontal_rectangle_16x9_outline_24:before {
  content: "\ea2f";
}
.icon-horizontal_rectangle_outline_24:before {
  content: "\ea30";
}
.icon-horse_toy_outline_24:before {
  content: "\ea31";
}
.icon-hsl_outline_24:before {
  content: "\ea32";
}
.icon-ice_skates_outline_24:before {
  content: "\ea33";
}
.icon-image_filter_outline_24:before {
  content: "\ea34";
}
.icon-incognito_24:before {
  content: "\ea35";
}
.icon-indent_decrease_outline_24:before {
  content: "\ea36";
}
.icon-indent_increase_outline_24:before {
  content: "\ea37";
}
.icon-info_24:before {
  content: "\ea38";
}
.icon-info_circle_outline_24:before {
  content: "\ea39";
}
.icon-key_outline_24:before {
  content: "\ea3a";
}
.icon-keyboard_bots_outline_24:before {
  content: "\ea3b";
}
.icon-keyboard_outline_24:before {
  content: "\ea3c";
}
.icon-knife_outline_24:before {
  content: "\ea3d";
}
.icon-laptop_outline_24:before {
  content: "\ea3e";
}
.icon-lifebuoy_outline_24:before {
  content: "\ea3f";
}
.icon-lightbulb_outline_24:before {
  content: "\ea40";
}
.icon-lightbulb_star_outline_24:before {
  content: "\ea41";
}
.icon-like_24:before {
  content: "\ea42";
}
.icon-like_outline_24:before {
  content: "\ea43";
}
.icon-link_24:before {
  content: "\ea44";
}
.icon-link_circle_24:before {
  content: "\ea45";
}
.icon-link_circle_filled_24:before {
  content: "\ea46";
}
.icon-linked_24:before {
  content: "\ea47";
}
.icon-linked_outline_24:before {
  content: "\ea48";
}
.icon-list_24:before {
  content: "\ea49";
}
.icon-list_add_24:before {
  content: "\ea4a";
}
.icon-list_add_outline_24:before {
  content: "\ea4b";
}
.icon-list_arrow_left_down_outline_24:before {
  content: "\ea4c";
}
.icon-list_bullet_outline_24:before {
  content: "\ea4d";
}
.icon-list_check_outline_24:before {
  content: "\ea4e";
}
.icon-list_delete_outline_24:before {
  content: "\ea4f";
}
.icon-list_letter_outline_24:before {
  content: "\ea50";
}
.icon-list_like_fill_24:before {
  content: "\ea51";
}
.icon-list_like_outline_24:before {
  content: "\ea52";
}
.icon-list_like_slash_outline_24:before {
  content: "\ea53";
}
.icon-list_number_outline_24:before {
  content: "\ea54";
}
.icon-list_pin_outline_24:before {
  content: "\ea55";
}
.icon-live_24:before {
  content: "\ea56";
}
.icon-live_add_outline_24:before {
  content: "\ea57";
}
.icon-live_clock_badge_outline_24:before {
  content: "\ea58";
}
.icon-live_disable_outline_24:before {
  content: "\ea59";
}
.icon-live_outline_24:before {
  content: "\ea5a";
}
.icon-locate_24:before {
  content: "\ea5b";
}
.icon-location_24:before {
  content: "\ea5c";
}
.icon-location_map_outline_24:before {
  content: "\ea5d";
}
.icon-location_outline_24:before {
  content: "\ea5e";
}
.icon-location_slash_24:before {
  content: "\ea5f";
}
.icon-lock_24:before {
  content: "\ea60";
}
.icon-lock_open_outline_24:before {
  content: "\ea61";
}
.icon-lock_outline_24:before {
  content: "\ea62";
}
.icon-logo_clips_outline_24:before {
  content: "\ea63";
}
.icon-logo_facebook_24:before {
  content: "\ea64";
}
.icon-logo_google_24:before {
  content: "\ea65";
}
.icon-logo_icq_outline_24:before {
  content: "\ea66";
}
.icon-logo_instagram_24:before {
  content: "\ea67";
}
.icon-logo_livejournal_24:before {
  content: "\ea68";
}
.icon-logo_ok_24:before {
  content: "\ea69";
}
.icon-logo_skype_24:before {
  content: "\ea6a";
}
.icon-logo_twitter_24:before {
  content: "\ea6b";
}
.icon-logo_vk_24:before {
  content: "\ea6c";
}
.icon-logo_vk_color_24 .path1:before {
  content: "\ea6d";
  color: rgb(0, 119, 255);
}
.icon-logo_vk_color_24 .path2:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-logo_vk_music_outline_24:before {
  content: "\ea6f";
}
.icon-logo_vk_outline_24:before {
  content: "\ea70";
}
.icon-logo_vk_video_24:before {
  content: "\ea71";
}
.icon-logo_vk_video_outline_24:before {
  content: "\ea72";
}
.icon-lotus_outline_24:before {
  content: "\ea73";
}
.icon-magic_wand_outline_24:before {
  content: "\ea74";
}
.icon-mail_circle_fill_green_24 .path1:before {
  content: "\ea75";
  color: rgb(0, 0, 0);
}
.icon-mail_circle_fill_green_24 .path2:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-mail_circle_fill_green_24 .path3:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-mail_outline_24:before {
  content: "\ea78";
}
.icon-mail_stack_outline_24:before {
  content: "\ea79";
}
.icon-mappin_viewfinder_outline_24:before {
  content: "\ea7a";
}
.icon-marker_outline_24:before {
  content: "\ea7b";
}
.icon-market_24:before {
  content: "\ea7c";
}
.icon-market_outline_24:before {
  content: "\ea7d";
}
.icon-masks_outline_24:before {
  content: "\ea7e";
}
.icon-memory_card_24:before {
  content: "\ea7f";
}
.icon-mention_24:before {
  content: "\ea80";
}
.icon-mention_outline_24:before {
  content: "\ea81";
}
.icon-menu_outline_24:before {
  content: "\ea82";
}
.icon-message_24:before {
  content: "\ea83";
}
.icon-message_add_badge_outline_24:before {
  content: "\ea84";
}
.icon-message_arrow_right_outline_24:before {
  content: "\ea85";
}
.icon-message_badge_24:before {
  content: "\ea86";
}
.icon-message_forward_outline_24:before {
  content: "\ea87";
}
.icon-message_outline_24:before {
  content: "\ea88";
}
.icon-message_pin_outline_24:before {
  content: "\ea89";
}
.icon-message_reply_outline_24:before {
  content: "\ea8a";
}
.icon-message_unread_outline_24:before {
  content: "\ea8b";
}
.icon-message_unread_top_outline_24:before {
  content: "\ea8c";
}
.icon-messages_outline_24:before {
  content: "\ea8d";
}
.icon-microphone_2_slash_outline_24:before {
  content: "\ea8e";
}
.icon-microphone_slash_24:before {
  content: "\ea8f";
}
.icon-microphone_slash_color_24 .path1:before {
  content: "\ea90";
  color: rgb(68, 68, 68);
}
.icon-microphone_slash_color_24 .path2:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(255, 51, 71);
}
.icon-microphone_slash_outline_24:before {
  content: "\ea92";
}
.icon-minus_outline_24:before {
  content: "\ea93";
}
.icon-minus_square_outline_24:before {
  content: "\ea94";
}
.icon-money_circle_24:before {
  content: "\ea95";
}
.icon-money_circle_outline_24:before {
  content: "\ea96";
}
.icon-money_request_outline_24:before {
  content: "\ea97";
}
.icon-money_send_outline_24:before {
  content: "\ea98";
}
.icon-money_transfer_24:before {
  content: "\ea99";
}
.icon-money_transfer_outline_24:before {
  content: "\ea9a";
}
.icon-moon_24:before {
  content: "\ea9b";
}
.icon-more_horizontal_24:before {
  content: "\ea9c";
}
.icon-more_horizontal_overlay_24 .path1:before {
  content: "\ea9d";
  color: rgb(68, 68, 68);
}
.icon-more_horizontal_overlay_24 .path2:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-more_horizontal_overlay_24 .path3:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-more_vertical_24:before {
  content: "\eaa0";
}
.icon-mortar_outline_24:before {
  content: "\eaa1";
}
.icon-motorcycle_outline_24:before {
  content: "\eaa2";
}
.icon-music_24:before {
  content: "\eaa3";
}
.icon-music_mic_24:before {
  content: "\eaa4";
}
.icon-music_mic_outline_24:before {
  content: "\eaa5";
}
.icon-music_note_24:before {
  content: "\eaa6";
}
.icon-music_note_wave_outline_24:before {
  content: "\eaa7";
}
.icon-music_outline_24:before {
  content: "\eaa8";
}
.icon-mute_24:before {
  content: "\eaa9";
}
.icon-mute_outline_24:before {
  content: "\eaaa";
}
.icon-narrative_active_outline_24:before {
  content: "\eaab";
}
.icon-narrative_filled_24:before {
  content: "\eaac";
}
.icon-narrative_outline_24:before {
  content: "\eaad";
}
.icon-newsfeed_24:before {
  content: "\eaae";
}
.icon-newsfeed_music_note_outline_24:before {
  content: "\eaaf";
}
.icon-newsfeed_outline_24:before {
  content: "\eab0";
}
.icon-nft_heptagon_outline_24:before {
  content: "\eab1";
}
.icon-note_24:before {
  content: "\eab2";
}
.icon-notebook_check_outline_24:before {
  content: "\eab3";
}
.icon-notification_24:before {
  content: "\eab4";
}
.icon-notification_check_outline_24:before {
  content: "\eab5";
}
.icon-notification_disable_24:before {
  content: "\eab6";
}
.icon-notification_outline_24:before {
  content: "\eab7";
}
.icon-notification_slash_outline_24:before {
  content: "\eab8";
}
.icon-notification_subtract_outline_24:before {
  content: "\eab9";
}
.icon-notification_waves_241:before {
  content: "\eaba";
}
.icon-on_off_outline_24:before {
  content: "\eabb";
}
.icon-open_in_24:before {
  content: "\eabc";
}
.icon-pacman_outline_24:before {
  content: "\eabd";
}
.icon-paint_roller_outline_24:before {
  content: "\eabe";
}
.icon-palette_24:before {
  content: "\eabf";
}
.icon-palette_outline_24:before {
  content: "\eac0";
}
.icon-pause_24:before {
  content: "\eac1";
}
.icon-pause_circle_24:before {
  content: "\eac2";
}
.icon-pause_circle_fill_gray_24 .path1:before {
  content: "\eac3";
  color: rgb(163, 173, 184);
}
.icon-pause_circle_fill_gray_24 .path2:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-pause_circle_fill_white_24 .path1:before {
  content: "\eac5";
  color: rgb(255, 255, 255);
}
.icon-pause_circle_fill_white_24 .path2:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.icon-pause_circle_fill_white_24 .path3:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.icon-paw_outline_24:before {
  content: "\eac8";
}
.icon-payment_card_clock_outline_24:before {
  content: "\eac9";
}
.icon-payment_card_outline_24:before {
  content: "\eaca";
}
.icon-payment_card_vertical_outline_24:before {
  content: "\eacb";
}
.icon-pen_outline_24:before {
  content: "\eacc";
}
.icon-percent_circle_24:before {
  content: "\eacd";
}
.icon-phone_24:before {
  content: "\eace";
}
.icon-phone_add_outline_24:before {
  content: "\eacf";
}
.icon-phone_arrow_down_left_24:before {
  content: "\ead0";
}
.icon-phone_cross_outline_24:before {
  content: "\ead1";
}
.icon-phone_down_24:before {
  content: "\ead2";
}
.icon-phone_outline_24:before {
  content: "\ead3";
}
.icon-phone_vawe_outline_gray_24 .path1:before {
  content: "\ead4";
  color: rgb(68, 68, 68);
}
.icon-phone_vawe_outline_gray_24 .path2:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(163, 173, 184);
}
.icon-photos_stack_outline_24:before {
  content: "\ead6";
}
.icon-picture_24:before {
  content: "\ead7";
}
.icon-picture_in_picture_16x9_outline_24:before {
  content: "\ead8";
}
.icon-picture_in_picture_out_16x9_outline_24:before {
  content: "\ead9";
}
.icon-picture_in_picture_square_filled_24:before {
  content: "\eada";
}
.icon-picture_outline_24:before {
  content: "\eadb";
}
.icon-picture_plus_outline_24:before {
  content: "\eadc";
}
.icon-pin_24:before {
  content: "\eadd";
}
.icon-pin_dot_outline_24:before {
  content: "\eade";
}
.icon-pin_outline_24:before {
  content: "\eadf";
}
.icon-pin_slash_outline_24:before {
  content: "\eae0";
}
.icon-place_24:before {
  content: "\eae1";
}
.icon-place_outline_24:before {
  content: "\eae2";
}
.icon-plane_outline_24:before {
  content: "\eae3";
}
.icon-play_24:before {
  content: "\eae4";
}
.icon-play_cards_2_outline_24:before {
  content: "\eae5";
}
.icon-play_circle_24:before {
  content: "\eae6";
}
.icon-play_circle_fill_white_24 .path1:before {
  content: "\eae7";
  color: rgb(255, 255, 255);
}
.icon-play_circle_fill_white_24 .path2:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(68, 68, 68);
}
.icon-play_next_24:before {
  content: "\eae9";
}
.icon-play_next_outline_24:before {
  content: "\eaea";
}
.icon-play_speed_24:before {
  content: "\eaeb";
}
.icon-playlist_24:before {
  content: "\eaec";
}
.icon-playlist_outline_24:before {
  content: "\eaed";
}
.icon-podcast_24:before {
  content: "\eaee";
}
.icon-poll_24:before {
  content: "\eaef";
}
.icon-poll_outline_24:before {
  content: "\eaf0";
}
.icon-pop_up_sticker_circle_fill_raspberry_pink_24 .path1:before {
  content: "\eaf1";
  color: rgb(0, 0, 0);
}
.icon-pop_up_sticker_circle_fill_raspberry_pink_24 .path2:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-printer_24:before {
  content: "\eaf3";
}
.icon-printer_outline_24:before {
  content: "\eaf4";
}
.icon-privacy_24:before {
  content: "\eaf5";
}
.icon-qr_24:before {
  content: "\eaf6";
}
.icon-question_24:before {
  content: "\eaf7";
}
.icon-question_outline_24:before {
  content: "\eaf8";
}
.icon-quote_closing_24:before {
  content: "\eaf9";
}
.icon-radio_off_24:before {
  content: "\eafa";
}
.icon-radio_on_24:before {
  content: "\eafb";
}
.icon-receipt_outline_24:before {
  content: "\eafc";
}
.icon-recent_24:before {
  content: "\eafd";
}
.icon-recent_outline_24:before {
  content: "\eafe";
}
.icon-rectangle_line_24:before {
  content: "\eaff";
}
.icon-rectangle_outline_24:before {
  content: "\eb00";
}
.icon-rectangle_split_4_uneven_outline_24:before {
  content: "\eb01";
}
.icon-rectangles_2_outline_24:before {
  content: "\eb02";
}
.icon-rectrangle_hand_point_up_24:before {
  content: "\eb03";
}
.icon-refresh_24:before {
  content: "\eb04";
}
.icon-refresh_outline_24:before {
  content: "\eb05";
}
.icon-remove_circle_24:before {
  content: "\eb06";
}
.icon-reorder_24:before {
  content: "\eb07";
}
.icon-reorder_ios_24:before {
  content: "\eb08";
}
.icon-repeat_1_outline_24:before {
  content: "\eb09";
}
.icon-repeat_1_outline_dot_24:before {
  content: "\eb0a";
}
.icon-repeat_24:before {
  content: "\eb0b";
}
.icon-repeat_one_24:before {
  content: "\eb0c";
}
.icon-repeat_outline_24:before {
  content: "\eb0d";
}
.icon-repeat_outline_dot_24:before {
  content: "\eb0e";
}
.icon-replay_10_24:before {
  content: "\eb0f";
}
.icon-replay_15_24:before {
  content: "\eb10";
}
.icon-replay_24:before {
  content: "\eb11";
}
.icon-replay_outline_24:before {
  content: "\eb12";
}
.icon-reply_24:before {
  content: "\eb13";
}
.icon-reply_outline_24:before {
  content: "\eb14";
}
.icon-report_24:before {
  content: "\eb15";
}
.icon-report_outline_24:before {
  content: "\eb16";
}
.icon-repost_24:before {
  content: "\eb17";
}
.icon-robot_outline_24:before {
  content: "\eb18";
}
.icon-rouble_badge_outline_24:before {
  content: "\eb19";
}
.icon-sad_face_outline_24:before {
  content: "\eb1a";
}
.icon-sart_outline_24:before {
  content: "\eb1b";
}
.icon-scan_viewfinder_outline_24:before {
  content: "\eb1c";
}
.icon-screencast_24:before {
  content: "\eb1d";
}
.icon-screencast_outline_24:before {
  content: "\eb1e";
}
.icon-scribble_pencil_rectangle_24:before {
  content: "\eb1f";
}
.icon-scribble_pencil_rectangle_outline_24:before {
  content: "\eb20";
}
.icon-search_24:before {
  content: "\eb21";
}
.icon-search_like_filled_outline_24:before {
  content: "\eb22";
}
.icon-search_like_outline_24:before {
  content: "\eb23";
}
.icon-search_outline_24:before {
  content: "\eb24";
}
.icon-search_slash_outline_24:before {
  content: "\eb25";
}
.icon-search_stars_outline_24:before {
  content: "\eb26";
}
.icon-send_24:before {
  content: "\eb27";
}
.icon-send_outline_24:before {
  content: "\eb28";
}
.icon-services_24:before {
  content: "\eb29";
}
.icon-services_outline_24:before {
  content: "\eb2a";
}
.icon-settings_24:before {
  content: "\eb2b";
}
.icon-shadows_outline_24:before {
  content: "\eb2c";
}
.icon-share_24:before {
  content: "\eb2d";
}
.icon-share_external_24:before {
  content: "\eb2e";
}
.icon-share_external_outline_24:before {
  content: "\eb2f";
}
.icon-share_outline_24:before {
  content: "\eb30";
}
.icon-shopping_cart_outline_24:before {
  content: "\eb31";
}
.icon-shuffle_24:before {
  content: "\eb32";
}
.icon-shuffle_outline_24:before {
  content: "\eb33";
}
.icon-shuffle_outline_dot_24:before {
  content: "\eb34";
}
.icon-signature_outline_24:before {
  content: "\eb35";
}
.icon-similar_24:before {
  content: "\eb36";
}
.icon-skip_back_24:before {
  content: "\eb37";
}
.icon-skip_forward_24:before {
  content: "\eb38";
}
.icon-skip_next_24:before {
  content: "\eb39";
}
.icon-skip_previous_24:before {
  content: "\eb3a";
}
.icon-skip_to_action_24:before {
  content: "\eb3b";
}
.icon-skirt_outline_24:before {
  content: "\eb3c";
}
.icon-skull_outline_24:before {
  content: "\eb3d";
}
.icon-sliders_vertical_outline_24:before {
  content: "\eb3e";
}
.icon-smartphone_outline_24:before {
  content: "\eb3f";
}
.icon-smile_24:before {
  content: "\eb40";
}
.icon-smile_add_outline_24:before {
  content: "\eb41";
}
.icon-smile_outline_24:before {
  content: "\eb42";
}
.icon-sneaker_outline_24:before {
  content: "\eb43";
}
.icon-snowflake_outline_24:before {
  content: "\eb44";
}
.icon-song_24:before {
  content: "\eb45";
}
.icon-song_outline_24:before {
  content: "\eb46";
}
.icon-sort_24:before {
  content: "\eb47";
}
.icon-sort_horizontal_outline_24:before {
  content: "\eb48";
}
.icon-sort_outline_24:before {
  content: "\eb49";
}
.icon-sound_effect_24:before {
  content: "\eb4a";
}
.icon-sparkle_24:before {
  content: "\eb4b";
}
.icon-speedometer_middle_outline_24:before {
  content: "\eb4c";
}
.icon-spinner_24:before {
  content: "\eb4d";
}
.icon-spoiler_outline_24:before {
  content: "\eb4e";
}
.icon-square_4_24:before {
  content: "\eb4f";
}
.icon-square_4_outline_24:before {
  content: "\eb50";
}
.icon-square_4_plus_outline_24:before {
  content: "\eb51";
}
.icon-square_4_slash_outline_24:before {
  content: "\eb52";
}
.icon-square_filled_24:before {
  content: "\eb53";
}
.icon-square_grid_3x3_24:before {
  content: "\eb54";
}
.icon-square_outline_241:before {
  content: "\eb55";
}
.icon-square_split_3_horizontal_outline_24:before {
  content: "\eb56";
}
.icon-square_split_4_outline_24:before {
  content: "\eb57";
}
.icon-square_stack_up_outline_24:before {
  content: "\eb58";
}
.icon-squareshape_2_horizontal_bottom_outline_24:before {
  content: "\eb59";
}
.icon-squareshape_2_vertical_outline_24:before {
  content: "\eb5a";
}
.icon-squareshape_3_vertical_left_outline_24:before {
  content: "\eb5b";
}
.icon-squareshape_3_vertical_outline_24:before {
  content: "\eb5c";
}
.icon-squareshape_4_grid_outline_24:before {
  content: "\eb5d";
}
.icon-squareshape_4_horizontal_outline_24:before {
  content: "\eb5e";
}
.icon-squareshape_4_vertical_left_outline_24:before {
  content: "\eb5f";
}
.icon-squareshape_4_vertical_topleft_bottomright_outline_24:before {
  content: "\eb60";
}
.icon-squareshape_5_horizontal_center_outline_24:before {
  content: "\eb61";
}
.icon-squareshape_5_topright_outline_24:before {
  content: "\eb62";
}
.icon-squareshape_5_vertical_center_split_outline_24:before {
  content: "\eb63";
}
.icon-squareshape_5_vertical_left_outline_24:before {
  content: "\eb64";
}
.icon-squareshape_5_vertical_left_split_outline_24:before {
  content: "\eb65";
}
.icon-star_circle_fill_green_24 .path1:before {
  content: "\eb66";
  color: rgb(75, 179, 75);
}
.icon-star_circle_fill_green_24 .path2:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-star_shield_outline_24:before {
  content: "\eb68";
}
.icon-stars_outline_24:before {
  content: "\eb69";
}
.icon-statistics_outline_24:before {
  content: "\eb6a";
}
.icon-sticker_outline_24:before {
  content: "\eb6b";
}
.icon-sticker_smile_outline_24:before {
  content: "\eb6c";
}
.icon-stop_24:before {
  content: "\eb6d";
}
.icon-storefront_outline_24:before {
  content: "\eb6e";
}
.icon-story_24:before {
  content: "\eb6f";
}
.icon-story_outline_24:before {
  content: "\eb70";
}
.icon-story_reply_outline_24:before {
  content: "\eb71";
}
.icon-stud_outline_24:before {
  content: "\eb72";
}
.icon-subscriptions_outline_24:before {
  content: "\eb73";
}
.icon-subtitles_24:before {
  content: "\eb74";
}
.icon-subtitles_outline_24:before {
  content: "\eb75";
}
.icon-subtitles_slash_24:before {
  content: "\eb76";
}
.icon-sun_outline_24:before {
  content: "\eb77";
}
.icon-switch_24:before {
  content: "\eb78";
}
.icon-tag_24:before {
  content: "\eb79";
}
.icon-tag_outline_24:before {
  content: "\eb7a";
}
.icon-target_outline_24:before {
  content: "\eb7b";
}
.icon-tear_off_flyer_outline_24:before {
  content: "\eb7c";
}
.icon-tennis_ball_outline_24:before {
  content: "\eb7d";
}
.icon-text_bold_outline_24:before {
  content: "\eb7e";
}
.icon-text_heading_1_outline_24:before {
  content: "\eb7f";
}
.icon-text_heading_2_outline_24:before {
  content: "\eb80";
}
.icon-text_italic_outline_24:before {
  content: "\eb81";
}
.icon-text_live_outline_24:before {
  content: "\eb82";
}
.icon-text_outline_24:before {
  content: "\eb83";
}
.icon-text_strikethrough_outline_24:before {
  content: "\eb84";
}
.icon-text_tt_outline_24:before {
  content: "\eb85";
}
.icon-text_underline_outline_24:before {
  content: "\eb86";
}
.icon-text_viewfinder_outline_24:before {
  content: "\eb87";
}
.icon-thermometer_outline_24:before {
  content: "\eb88";
}
.icon-thumb_down_24:before {
  content: "\eb89";
}
.icon-thumb_up_24:before {
  content: "\eb8a";
}
.icon-thumbs_down_24:before {
  content: "\eb8b";
}
.icon-thumbs_down_outline_24:before {
  content: "\eb8c";
}
.icon-thumbs_up_24:before {
  content: "\eb8d";
}
.icon-thumbs_up_outline_24:before {
  content: "\eb8e";
}
.icon-ticket_outline_24:before {
  content: "\eb8f";
}
.icon-trash_simple_outline_24:before {
  content: "\eb90";
}
.icon-trash_smile_outline_24:before {
  content: "\eb91";
}
.icon-tree_nodes_24:before {
  content: "\eb92";
}
.icon-tree_nodes_outline_24:before {
  content: "\eb93";
}
.icon-triangle_outline_24:before {
  content: "\eb94";
}
.icon-tshirt_outline_24:before {
  content: "\eb95";
}
.icon-tv_outline_24:before {
  content: "\eb96";
}
.icon-ugc_sticker_outline_24:before {
  content: "\eb97";
}
.icon-unarchive_outline_24:before {
  content: "\eb98";
}
.icon-unblock_outline_24:before {
  content: "\eb99";
}
.icon-unfavorite_outline_24:before {
  content: "\eb9a";
}
.icon-unpin_24:before {
  content: "\eb9b";
}
.icon-up_24:before {
  content: "\eb9c";
}
.icon-upload_24:before {
  content: "\eb9d";
}
.icon-upload_outline_24:before {
  content: "\eb9e";
}
.icon-user_24:before {
  content: "\eb9f";
}
.icon-user_add_24:before {
  content: "\eba0";
}
.icon-user_add_outline_24:before {
  content: "\eba1";
}
.icon-user_added_24:before {
  content: "\eba2";
}
.icon-user_added_outline_24:before {
  content: "\eba3";
}
.icon-user_background_outline_24:before {
  content: "\eba4";
}
.icon-user_circle_outline_24:before {
  content: "\eba5";
}
.icon-user_incoming_24:before {
  content: "\eba6";
}
.icon-user_microphone_badge_outline_24:before {
  content: "\eba7";
}
.icon-user_outgoing_24:before {
  content: "\eba8";
}
.icon-user_outline_24:before {
  content: "\eba9";
}
.icon-user_square_24:before {
  content: "\ebaa";
}
.icon-user_square_on_square_24:before {
  content: "\ebab";
}
.icon-user_square_on_square_outline_24:before {
  content: "\ebac";
}
.icon-user_square_outline_24:before {
  content: "\ebad";
}
.icon-user_tag_outline_24:before {
  content: "\ebae";
}
.icon-users_3_outline_24:before {
  content: "\ebaf";
}
.icon-users_24:before {
  content: "\ebb0";
}
.icon-users_outline_24:before {
  content: "\ebb1";
}
.icon-vertical_rectangle_9x16_outline_24:before {
  content: "\ebb2";
}
.icon-vertical_rectangle_outline_24:before {
  content: "\ebb3";
}
.icon-video_24:before {
  content: "\ebb4";
}
.icon-video_add_square_outline_24:before {
  content: "\ebb5";
}
.icon-video_advertisement_24:before {
  content: "\ebb6";
}
.icon-video_arrow_square_outline_24:before {
  content: "\ebb7";
}
.icon-video_circle_outline_24:before {
  content: "\ebb8";
}
.icon-video_fill_24:before {
  content: "\ebb9";
}
.icon-video_fill_none_24:before {
  content: "\ebba";
}
.icon-video_help_square_outline_24:before {
  content: "\ebbb";
}
.icon-video_outline_24:before {
  content: "\ebbc";
}
.icon-video_square_outline_24:before {
  content: "\ebbd";
}
.icon-videocam_2_slash_outline_24:before {
  content: "\ebbe";
}
.icon-videocam_24:before {
  content: "\ebbf";
}
.icon-videocam_add_outline_24:before {
  content: "\ebc0";
}
.icon-videocam_outline_24:before {
  content: "\ebc1";
}
.icon-videocam_slash_24:before {
  content: "\ebc2";
}
.icon-videocam_slash_color_24 .path1:before {
  content: "\ebc3";
  color: rgb(68, 68, 68);
}
.icon-videocam_slash_color_24 .path2:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(255, 51, 71);
}
.icon-view_24:before {
  content: "\ebc5";
}
.icon-view_outline_24:before {
  content: "\ebc6";
}
.icon-vignette_outline_24:before {
  content: "\ebc7";
}
.icon-vinyl_outline_24:before {
  content: "\ebc8";
}
.icon-voice_24:before {
  content: "\ebc9";
}
.icon-voice_help_outline_24:before {
  content: "\ebca";
}
.icon-voice_outline_24:before {
  content: "\ebcb";
}
.icon-volleyball_outline_24:before {
  content: "\ebcc";
}
.icon-volume_24:before {
  content: "\ebcd";
}
.icon-volume_outline_24:before {
  content: "\ebce";
}
.icon-wallet_outline_24:before {
  content: "\ebcf";
}
.icon-warning_triangle_outline_24:before {
  content: "\ebd0";
}
.icon-washer_outline_24:before {
  content: "\ebd1";
}
.icon-water_drop_outline_24:before {
  content: "\ebd2";
}
.icon-wheel_outline_24:before {
  content: "\ebd3";
}
.icon-work_24:before {
  content: "\ebd4";
}
.icon-work_outline_24:before {
  content: "\ebd5";
}
.icon-write_24:before {
  content: "\ebd6";
}
.icon-write_outline_24:before {
  content: "\ebd7";
}
.icon-zip_24:before {
  content: "\ebd8";
}
.icon-arrow-down-outline-liked:before {
  content: "\ed5f";
}
