@keyframes zuckSlideTime {
    0% {
        max-width: 0
    }

    100% {
        max-width: 100%
    }
}

@keyframes zuckLoading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#zuck-modal {
    outline: 0!important;
    overflow: hidden;
    position: fixed;
    background: rgba(0,0,0,.75);
    z-index: 100000;
    font-size: 14px;
    font-family: inherit
}

#zuck-modal-content,#zuck-modal-content .story-viewer,#zuck-modal-content .story-viewer>.slides,#zuck-modal-content .story-viewer>.slides>* {
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden
}

#zuck-modal * {
    user-select: none;
    outline: 0
}

#zuck-modal.with-effects {
    transform: scale(.01);
    transform-origin: top left;
    transition: .25s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0
}

#zuck-modal.with-effects.animated {
    transform: scale(1);
    border-radius: 0;
    margin-top: 0!important;
    margin-left: 0!important
}

#zuck-modal.with-effects.closed {
    transform: translateY(100%)
}

#zuck-modal .slider {
    width: 300vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -100vw;
    position: absolute
}

#zuck-modal .slider>* {
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute
}

#zuck-modal .slider>.previous {
    left: 0
}

#zuck-modal .slider>.viewing {
    left: 100vw
}

#zuck-modal .slider>.next {
    left: 200vw
}

#zuck-modal .slider.animated {
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear
}

#zuck-modal.with-cube #zuck-modal-content {
    perspective: 1000vw;
    transform: scale(.95);
    perspective-origin: 50% 50%;
    overflow: visible;
    transition: .3s
}

#zuck-modal.with-cube .slider {
    transform-style: preserve-3d;
    transform: rotateY(0)
}

#zuck-modal.with-cube .slider>.previous {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left
}

#zuck-modal.with-cube .slider>.viewing {
    backface-visibility: hidden;
    left: 100vw;
    transform: translateZ(50vw)
}

#zuck-modal.with-cube .slider>.next {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right
}

#zuck-modal-content .story-viewer.paused.longPress .head,#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,#zuck-modal-content .story-viewer.paused.longPress .tip {
    opacity: 0
}

#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers>*>.active>b {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

#zuck-modal-content .story-viewer.next {
    z-index: 10
}

#zuck-modal-content .story-viewer.viewing {
    z-index: 5
}

#zuck-modal-content .story-viewer.previous {
    z-index: 0
}

#zuck-modal-content .story-viewer.loading .head .loading,#zuck-modal-content .story-viewer.muted .tip.muted {
    display: block
}

#zuck-modal-content .story-viewer.loading .head .right .close,#zuck-modal-content .story-viewer.loading .head .right .time {
    display: none
}

#zuck-modal-content .story-viewer .slides-pagination span {
    position: absolute;
    top: 50vh;
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    width: 48px;
    margin: 6px;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
    left: 0
}

#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 0
}

#zuck-modal-content .story-viewer .slides-pointers {
    display: table;
    table-layout: fixed;
    border-spacing: 6px;
    border-collapse: separate;
    position: absolute;
    width: 100vh;
    top: 0;
    bottom: 0;
    top: 0;
    left: calc(50vw - 50vh);
    right: calc(50vw - 50vh);
    z-index: 100020
}

#zuck-modal-content .story-viewer .slides-pointers>* {
    display: table-row
}

#zuck-modal-content .story-viewer .slides-pointers>*>* {
    display: table-cell;
    background: rgba(255,255,255,.5);
    border-radius: 2px
}

#zuck-modal-content .story-viewer .slides-pointers>*>.seen {
    background: #fff
}

#zuck-modal-content .story-viewer .slides-pointers>*>*>b {
    background: #fff;
    width: auto;
    max-width: 0;
    height: 2px;
    display: block;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 2px
}

#zuck-modal-content .story-viewer .slides-pointers>*>.active>b {
    -webkit-animation-name: zuckSlideTime;
    animation-name: zuckSlideTime;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

#zuck-modal-content .story-viewer .head {
    position: absolute;
    height: 56px;
    left: 0;
    right: 0;
    line-height: 56px;
    z-index: 100010;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.35),1px 0 1px rgba(0,0,0,.35);
    padding: 6px 12px
}

#zuck-modal-content .story-viewer .head .item-preview {
    overflow: hidden;
    vertical-align: top;
    background-size: cover;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center
}

#zuck-modal-content .story-viewer .head .item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover
}

#zuck-modal-content .story-viewer .head .time {
    opacity: .75;
    font-weight: 500;
    font-size: 13px
}

#zuck-modal-content .story-viewer .head .left {
    line-height: 1!important;
    display: inline-block;
    margin: 6px 0
}

#zuck-modal-content .story-viewer .head .left .info {
    display: inline-block;
    max-width: 30vw;
    vertical-align: middle
}

#zuck-modal-content .story-viewer .head .left .info>* {
    width: 100%;
    display: inline-block;
    line-height: 21px
}

#zuck-modal-content .story-viewer .head .left .info .name {
    font-weight: 500
}

#zuck-modal-content .story-viewer .head .right {
    float: right
}

#zuck-modal-content .story-viewer .head .back,#zuck-modal-content .story-viewer .head .right .close {
    font-size: 42px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center
}

#zuck-modal-content .story-viewer .head .left .back {
    display: none;
    width: 24px;
    margin: -6px -6px 0 -6px
}

#zuck-modal-content .story-viewer .head .right .time {
    display: none
}

#zuck-modal-content .story-viewer .head .loading {
    display: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 9px 0;
    border: 4px solid rgba(255,255,255,.2);
    box-sizing: border-box;
    border-top-color: #fff;
    -webkit-animation: zuckLoading 1s infinite linear;
    animation: zuckLoading 1s infinite linear
}

#zuck-modal-content .story-viewer .head,#zuck-modal-content .story-viewer .slides-pointers,#zuck-modal-content .story-viewer .tip {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

#zuck-modal-content .story-viewer .slides .item {
    display: none;
    overflow: hidden;
    background: #000
}

#zuck-modal-content .story-viewer .slides .item:before {
    z-index: 4;
    background: 0 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

#zuck-modal-content .story-viewer .slides .item>.media {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
	object-fit:contain;
}

#zuck-modal-content .story-viewer .slides .item.active,#zuck-modal-content .story-viewer .slides .item.active .tip.link {
    display: block
}

#zuck-modal-content .story-viewer .tip {
    z-index: 5;
    text-decoration: none;
    display: none;
    border-radius: 24px;
    background: rgba(0,0,0,.5);
    font-size: 16px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 24px
}

@media (max-width: 1024px) {
    #zuck-modal-content .story-viewer .head {
        top:3px
    }

    #zuck-modal-content .story-viewer .head .loading {
        width: 24px;
        height: 24px;
        margin: 6px 0
    }

    #zuck-modal-content .story-viewer .head .item-preview {
        width: 30px;
        height: 30px;
        margin-right: 12px
    }

    #zuck-modal-content .story-viewer .head .left {
        font-size: 15px;
        margin: 15px 0
    }

    #zuck-modal-content .story-viewer .head .left>div {
        line-height: 30px
    }

    #zuck-modal-content .story-viewer .head .right .time {
        display: block;
        white-space: nowrap;
        font-size: 15px;
        margin: 15px 0;
        line-height: 30px
    }

    #zuck-modal-content .story-viewer .head .left>.back {
        display: none;
        background: 0 0;
        z-index: 20;
        visibility: visible;
        margin: -6px 0;
        position: absolute;
        height: 42px;
        width: 72px;
        line-height: 36px;
        text-align: left;
        vertical-align: top;
        text-shadow: none
    }

    #zuck-modal-content .story-viewer.with-back-button .head .left>.back {
        display: block
    }

    #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
        margin-left: 18px
    }

    #zuck-modal-content .story-viewer .slides-pointers {
        width: 100vw;
        left: 0;
        right: 0
    }

    #zuck-modal-content .story-viewer .tip {
        font-size: 14px;
        padding: 6px 12px
    }

    #zuck-modal-content .story-viewer .head .left .time,#zuck-modal-content .story-viewer .head .right .close {
        display: none
    }
}

.stories.carousel {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.stories.carousel::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.stories.carousel .story {
    display: inline-block;
    width: 18vw;
    max-width: 80px;
    margin: 0 6px;
    vertical-align: top
}

.stories.carousel .story:first-child {
    margin-left: 0
}

.stories.carousel .story:last-child {
    margin-right: 0
}

.stories.carousel .story>.item-link {
    text-align: center;
    display: block
}

.stories.carousel .story>.item-link:active>.item-preview {
    transform: scale(.9)
}

.stories.carousel .story>.item-link>.item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 90px;
    height: 18vw;
    overflow: hidden;
    transition: transform .2s
}

.stories.carousel .story>.item-link>.item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.stories.carousel .story>.item-link>.info {
    display: inline-block;
    margin-top: .5em;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.stories.carousel .story>.item-link>.info .name {
    font-weight: 300
}

.stories.carousel .story>.item-link>.info .time {
    display: none
}

.stories.carousel .story>.items {
    display: none
}

.stories.list {
    white-space: nowrap;
    overflow: auto
}

.stories.list .story {
    display: block;
    width: auto;
    margin: 6px;
    padding-bottom: 6px
}

.stories.list .story>.item-link {
    text-align: left;
    display: block
}

.stories.list .story>.item-link>.item-preview {
    height: 42px;
    width: 42px;
    max-width: 42px;
    margin-right: 12px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden
}

.stories.list .story>.item-link>.item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

.stories.list .story>.item-link>.info {
    display: inline-block;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.stories.list .story>.item-link>.info .name {
    font-weight: 500;
    display: block
}

.stories.list .story>.item-link>.info .time {
    display: inline-block
}

.stories.list .story>.items {
    display: none
}


.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #333;
}
.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
  padding: 2px;
  background: var(--kan-theme-color);
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
  border: 3px solid #fff;
}

.stories.snapgram .story.seen {
  opacity: 0.75;
}
.stories.snapgram .story.seen > a > .item-preview {
  background: #999;
}
.stories.snapgram .story.seen > a {
  color: #999 !important;
}


.stories.snapgram .story[theme-color] {
	--kan-theme-color: attr(theme-color);
}
.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #333;
}
.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
	position: relative;
	background: var(--kan-theme-color);
  padding: 2px;
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
}

.stories.snapgram .story.seen {
  opacity: 0.75;
}
.stories.snapgram .story.seen > a > .item-preview {
  background: #999;
}
.stories.snapgram .story.seen > a {
  color: #999 !important;
}
.stories.carousel .story>.item-link>.info {
	font-size: 13px;
}

.stories.carousel .story>.item-link>.item-preview {
	max-height: 80px;
  height: 80px;
}

#zuck-modal-content .story-viewer .tip {
	background: #fff;
	color: #000;
	border-radius: 25px;
	text-transform: none
}

#stories {
	margin: 20px 0;
	min-height: 86px;
	overflow: overlay;
	text-align: center
}
#stories.kanews_story_hide_title {
	min-height:60px
}
#zuck-modal-content .story-viewer .head .back, #zuck-modal-content .story-viewer .head .right .close {
	color: #fff;
	margin-right: 1em
}

.stories.carousel .seen svg {
	display: none
}
.stories.carousel svg{
	fill:none;
	display: none;
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
	width: 92px;
	height: 92px;
	stroke:var(--kan-theme-color);
	stroke-linecap: round;
	stroke-width:3;
	stroke-dasharray: 1;
	stroke-dashoffset: 0;
	animation: stroke-draw 6s ease-out infinite alternate; 
	/* animation: stroke-draw 6s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate;  */
}

@media (max-width: 768px) {
	.stories.carousel .story>.item-link>.info {
		display: none
	}
	.stories.carousel .story {
		width: 48px;
	}
	.stories.carousel .story>.item-link>.item-preview {
		height: 48px;
	}
	#stories { 
	height: 48px !important;
	margin: 15px 0;
	min-height: 48px !important;
	}
	.stories.carousel svg{ 
	left: -4px;
	top: -4px;
	right: -4px;
	bottom: -4px;
	width: 56px;
  height: 56px;
	}
}


@media (min-width: 768px) {
	
	#stories.kanews_stories_2 {
		height: 86px
	}
	#stories.kanews_stories_2.kanews_story_hide_title {
		height: 60px
	}
	.kanews_stories_2.stories.carousel .story>.item-link>.item-preview{
		height: 60px
	}
	.kanews_stories_2.stories.carousel .story{
		width: 60px
	}
	
	#stories.kanews_stories_2 svg	{
			width: 72px;
			height: 72px;
	}
	.kanews_story_hide_title.stories.carousel .story>.item-link>.info  {
	display: none !important
	}
}


@keyframes stroke-draw {
  from{
    stroke:var(--kan-theme-color);
    stroke-dasharray: 1;
  }
  to{
    transform:rotate(180deg);
    stroke-dasharray: 10;
  }
}


@keyframes zuckSlideTime {
    0% {
        max-width: 0
    }

    100% {
        max-width: 100%
    }
}

@keyframes zuckLoading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#zuck-modal {
    outline: 0!important;
    overflow: hidden;
    position: fixed;
    background: rgba(0,0,0,.75);
    z-index: 100000;
    font-size: 14px;
    font-family: inherit
}

#zuck-modal-content,#zuck-modal-content .story-viewer,#zuck-modal-content .story-viewer>.slides,#zuck-modal-content .story-viewer>.slides>* {
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden
}

#zuck-modal * {
    user-select: none;
    outline: 0
}

#zuck-modal.with-effects {
    transform: scale(.01);
    transform-origin: top left;
    transition: .25s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0
}

#zuck-modal.with-effects.animated {
    transform: scale(1);
    border-radius: 0;
    margin-top: 0!important;
    margin-left: 0!important
}

#zuck-modal.with-effects.closed {
    transform: translateY(100%)
}

#zuck-modal .slider {
    width: 300vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -100vw;
    position: absolute
}

#zuck-modal .slider>* {
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute
}

#zuck-modal .slider>.previous {
    left: 0
}

#zuck-modal .slider>.viewing {
    left: 100vw
}

#zuck-modal .slider>.next {
    left: 200vw
}

#zuck-modal .slider.animated {
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear
}

#zuck-modal.with-cube #zuck-modal-content {
    perspective: 1000vw;
    transform: scale(.95);
    perspective-origin: 50% 50%;
    overflow: visible;
    transition: .3s
}

#zuck-modal.with-cube .slider {
    transform-style: preserve-3d;
    transform: rotateY(0)
}

#zuck-modal.with-cube .slider>.previous {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(270deg) translateX(-50%);
    transform-origin: center left
}

#zuck-modal.with-cube .slider>.viewing {
    backface-visibility: hidden;
    left: 100vw;
    transform: translateZ(50vw)
}

#zuck-modal.with-cube .slider>.next {
    backface-visibility: hidden;
    left: 100vw;
    transform: rotateY(-270deg) translateX(50%);
    transform-origin: top right
}

#zuck-modal-content .story-viewer.paused.longPress .head,#zuck-modal-content .story-viewer.paused.longPress .slides-pointers,#zuck-modal-content .story-viewer.paused.longPress .tip {
    opacity: 0
}

#zuck-modal-content .story-viewer.viewing:not(.paused):not(.stopped) .slides-pointers>*>.active>b {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

#zuck-modal-content .story-viewer.next {
    z-index: 10
}

#zuck-modal-content .story-viewer.viewing {
    z-index: 5
}

#zuck-modal-content .story-viewer.previous {
    z-index: 0
}

#zuck-modal-content .story-viewer.loading .head .loading,#zuck-modal-content .story-viewer.muted .tip.muted {
    display: block
}

#zuck-modal-content .story-viewer.loading .head .right .close,#zuck-modal-content .story-viewer.loading .head .right .time {
    display: none
}

#zuck-modal-content .story-viewer .slides-pagination span {
    position: absolute;
    top: 50vh;
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    width: 48px;
    margin: 6px;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center
}

#zuck-modal-content .story-viewer .slides-pagination .previous {
    left: 0
}

#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 0
}

#zuck-modal-content .story-viewer .slides-pointers {
    display: table;
    table-layout: fixed;
    border-spacing: 6px;
    border-collapse: separate;
    position: absolute;
    width: 100vh;
    top: 0;
    bottom: 0;
    top: 0;
    left: calc(50vw - 50vh);
    right: calc(50vw - 50vh);
    z-index: 100020
}

#zuck-modal-content .story-viewer .slides-pointers>* {
    display: table-row
}

#zuck-modal-content .story-viewer .slides-pointers>*>* {
    display: table-cell;
    background: rgba(255,255,255,.5);
    border-radius: 2px
}

#zuck-modal-content .story-viewer .slides-pointers>*>.seen {
    background: #fff
}

#zuck-modal-content .story-viewer .slides-pointers>*>*>b {
    background: #fff;
    width: auto;
    max-width: 0;
    height: 2px;
    display: block;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border-radius: 2px
}

#zuck-modal-content .story-viewer .slides-pointers>*>.active>b {
    -webkit-animation-name: zuckSlideTime;
    animation-name: zuckSlideTime;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

#zuck-modal-content .story-viewer .head {
    position: absolute;
    height: 56px;
    left: 0;
    right: 0;
    line-height: 56px;
    z-index: 100010;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.35),1px 0 1px rgba(0,0,0,.35);
    padding: 6px 12px
}

#zuck-modal-content .story-viewer .head .item-preview {
    overflow: hidden;
    vertical-align: top;
    background-size: cover;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center
}

#zuck-modal-content .story-viewer .head .item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover
}

#zuck-modal-content .story-viewer .head .time {
    opacity: .75;
    font-weight: 500;
    font-size: 13px
}

#zuck-modal-content .story-viewer .head .left {
    line-height: 1!important;
    display: inline-block;
    margin: 6px 0
}

#zuck-modal-content .story-viewer .head .left .info {
    display: inline-block;
    max-width: 30vw;
    vertical-align: middle
}

#zuck-modal-content .story-viewer .head .left .info>* {
    width: 100%;
    display: inline-block;
    line-height: 21px
}

#zuck-modal-content .story-viewer .head .left .info .name {
    font-weight: 500
}

#zuck-modal-content .story-viewer .head .right {
    float: right
}

#zuck-modal-content .story-viewer .head .back,#zuck-modal-content .story-viewer .head .right .close {
    font-size: 42px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    text-align: center
}

#zuck-modal-content .story-viewer .head .left .back {
    display: none;
    width: 24px;
    margin: -6px -6px 0 -6px
}

#zuck-modal-content .story-viewer .head .right .time {
    display: none
}

#zuck-modal-content .story-viewer .head .loading {
    display: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 9px 0;
    border: 4px solid rgba(255,255,255,.2);
    box-sizing: border-box;
    border-top-color: #fff;
    -webkit-animation: zuckLoading 1s infinite linear;
    animation: zuckLoading 1s infinite linear
}

#zuck-modal-content .story-viewer .head,#zuck-modal-content .story-viewer .slides-pointers,#zuck-modal-content .story-viewer .tip {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

#zuck-modal-content .story-viewer .slides .item {
    display: none;
    overflow: hidden;
    background: #000
}

#zuck-modal-content .story-viewer .slides .item:before {
    z-index: 4;
    background: 0 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

#zuck-modal-content .story-viewer .slides .item>.media {
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
	object-fit:contain;
}

#zuck-modal-content .story-viewer .slides .item.active,#zuck-modal-content .story-viewer .slides .item.active .tip.link {
    display: block
}

#zuck-modal-content .story-viewer .tip {
    z-index: 5;
    text-decoration: none;
    display: none;
    border-radius: 24px;
    background: rgba(0,0,0,.5);
    font-size: 16px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 24px
}

@media (max-width: 1024px) {
    #zuck-modal-content .story-viewer .head {
        top:3px
    }

    #zuck-modal-content .story-viewer .head .loading {
        width: 24px;
        height: 24px;
        margin: 6px 0
    }

    #zuck-modal-content .story-viewer .head .item-preview {
        width: 30px;
        height: 30px;
        margin-right: 12px
    }

    #zuck-modal-content .story-viewer .head .left {
        font-size: 15px;
        margin: 15px 0
    }

    #zuck-modal-content .story-viewer .head .left>div {
        line-height: 30px
    }

    #zuck-modal-content .story-viewer .head .right .time {
        display: block;
        white-space: nowrap;
        font-size: 15px;
        margin: 15px 0;
        line-height: 30px
    }

    #zuck-modal-content .story-viewer .head .left>.back {
        display: none;
        background: 0 0;
        z-index: 20;
        visibility: visible;
        margin: -6px 0;
        position: absolute;
        height: 42px;
        width: 72px;
        line-height: 36px;
        text-align: left;
        vertical-align: top;
        text-shadow: none
    }

    #zuck-modal-content .story-viewer.with-back-button .head .left>.back {
        display: block
    }

    #zuck-modal-content .story-viewer.with-back-button .head .left .item-preview {
        margin-left: 18px
    }

    #zuck-modal-content .story-viewer .slides-pointers {
        width: 100vw;
        left: 0;
        right: 0
    }

    #zuck-modal-content .story-viewer .tip {
        font-size: 14px;
        padding: 6px 12px
    }

    #zuck-modal-content .story-viewer .head .left .time,#zuck-modal-content .story-viewer .head .right .close {
        display: none
    }
}

.stories.carousel {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

.stories.carousel::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.stories.carousel .story {
    display: inline-block;
    width: 18vw;
    max-width: 80px;
    margin: 0 6px;
    vertical-align: top
}

.stories.carousel .story:first-child {
    margin-left: 0
}

.stories.carousel .story:last-child {
    margin-right: 0
}

.stories.carousel .story>.item-link {
    text-align: center;
    display: block
}

.stories.carousel .story>.item-link:active>.item-preview {
    transform: scale(.9)
}

.stories.carousel .story>.item-link>.item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 90px;
    height: 18vw;
    overflow: hidden;
    transition: transform .2s
}

.stories.carousel .story>.item-link>.item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.stories.carousel .story>.item-link>.info {
    display: inline-block;
    margin-top: .5em;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.stories.carousel .story>.item-link>.info .name {
    font-weight: 300
}

.stories.carousel .story>.item-link>.info .time {
    display: none
}

.stories.carousel .story>.items {
    display: none
}

.stories.list {
    white-space: nowrap;
    overflow: auto
}

.stories.list .story {
    display: block;
    width: auto;
    margin: 6px;
    padding-bottom: 6px
}

.stories.list .story>.item-link {
    text-align: left;
    display: block
}

.stories.list .story>.item-link>.item-preview {
    height: 42px;
    width: 42px;
    max-width: 42px;
    margin-right: 12px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden
}

.stories.list .story>.item-link>.item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

.stories.list .story>.item-link>.info {
    display: inline-block;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.stories.list .story>.item-link>.info .name {
    font-weight: 500;
    display: block
}

.stories.list .story>.item-link>.info .time {
    display: inline-block
}

.stories.list .story>.items {
    display: none
}


.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #333;
}
.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
  padding: 2px;
  background: var(--kan-theme-color);
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
  border: 3px solid #fff;
}

.stories.snapgram .story.seen {
  opacity: 0.75;
}
.stories.snapgram .story.seen > a > .item-preview {
  background: #999;
}
.stories.snapgram .story.seen > a {
  color: #999 !important;
}


.stories.snapgram .story[theme-color] {
	--kan-theme-color: attr(theme-color);
}
.stories.snapgram .story > .item-link {
  text-decoration: none;
  color: #333;
}
.stories.snapgram .story > .item-link > .item-preview {
  border-radius: 50%;
	position: relative;
	background: var(--kan-theme-color);
  padding: 2px;
}
.stories.snapgram .story > .item-link > .item-preview img {
  border-radius: 50%;
}

.stories.snapgram .story.seen {
  opacity: 0.75;
}
.stories.snapgram .story.seen > a > .item-preview {
  background: #999;
}
.stories.snapgram .story.seen > a {
  color: #999 !important;
}
.stories.carousel .story>.item-link>.info {
	font-size: 13px;
}

.stories.carousel .story>.item-link>.item-preview {
	max-height: 80px;
  height: 80px;
}

#zuck-modal-content .story-viewer .tip {
	background: #fff;
	color: #000;
	border-radius: 25px;
	text-transform: none
}

#stories {
	margin: 20px 0;
	min-height: 86px;
	overflow: overlay;
	text-align: center
}
#stories.kanews_story_hide_title {
	min-height:60px
}
#zuck-modal-content .story-viewer .head .back, #zuck-modal-content .story-viewer .head .right .close {
	color: #fff;
	margin-right: 1em
}

.stories.carousel .seen svg {
	display: none
}
.stories.carousel svg{
	fill:none;
	display: none;
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
	width: 92px;
	height: 92px;
	stroke:var(--kan-theme-color);
	stroke-linecap: round;
	stroke-width:3;
	stroke-dasharray: 1;
	stroke-dashoffset: 0;
	animation: stroke-draw 6s ease-out infinite alternate; 
	/* animation: stroke-draw 6s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate;  */
}

@media (max-width: 768px) {
	.stories.carousel .story>.item-link>.info {
		display: none
	}
	.stories.carousel .story {
		width: 48px;
	}
	.stories.carousel .story>.item-link>.item-preview {
		height: 48px;
	}
	#stories { 
	height: 48px !important;
	margin: 15px 0;
	min-height: 48px !important;
	}
	.stories.carousel svg{ 
	left: -4px;
	top: -4px;
	right: -4px;
	bottom: -4px;
	width: 56px;
  height: 56px;
	}
}


@media (min-width: 768px) {
	
	#stories.kanews_stories_2 {
		height: 86px
	}
	#stories.kanews_stories_2.kanews_story_hide_title {
		height: 60px
	}
	.kanews_stories_2.stories.carousel .story>.item-link>.item-preview{
		height: 60px
	}
	.kanews_stories_2.stories.carousel .story{
		width: 60px
	}
	
	#stories.kanews_stories_2 svg	{
			width: 72px;
			height: 72px;
	}
	.kanews_story_hide_title.stories.carousel .story>.item-link>.info  {
	display: none !important
	}
}


@keyframes stroke-draw {
  from{
    stroke:var(--kan-theme-color);
    stroke-dasharray: 1;
  }
  to{
    transform:rotate(180deg);
    stroke-dasharray: 10;
  }
}


:root{--kan-block-shadow:0 0px 5px 0 rgba(50, 53, 61, 0.1);--kan-block-radius:5px;--kan-theme-color:#d7050f;--kan-border-color:rgba(91, 97, 110, 0.2);--kan-border-color2:#b9b9b9;--kan-border-color3:#b9b9b9;--kan-font-family:"Inter",sans-serif;--kan-placeholder-bg:#e1e9ed;--kan-bg-white-color:#fff}.container-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:30px 0;margin-bottom:15px;background:linear-gradient(180deg,#0c1628 0,#00000e 100%);color:#fff}.container-full .kanews-section{margin-bottom:0}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1200px}}@media (min-width:1440px){.container-xl{max-width:1410px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0;padding:0!important}.no-gutter{padding:0!important}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0!important;padding-left:0!important}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-2-1{-ms-flex:0 0 14.2857142857%;flex:0 0 14.2857142857%;max-width:14.2857142857%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.column_x_gutter .row,.column_x_gutter .traditional-row{padding-right:15px}.column_x_gutter [class*=" col-"],.column_x_gutter [class^=col-]{padding-right:0}.traditional-row{margin-left:-15px;margin-right:-15px;display:block}.traditional-row [class*=" col-"],.traditional-row>[class^=col-]{float:left}.traditional-row:after{content:"";clear:both;display:block}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}@media (min-width:992px){.align-items-center-lg{-ms-flex-align:center!important;align-items:center!important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-display:swap;font-family:icomoon;src:url(/wp-content/themes/kanews/assets/fonts/icomoon.eot?v=1);src:url(/wp-content/themes/kanews/assets/css/..fonts/icomoon.eot#iefix?v=1) format("embedded-opentype"),url(/wp-content/themes/kanews/assets/fonts/icomoon.ttf?v=1) format("truetype"),url(/wp-content/themes/kanews/assets/fonts/icomoon.woff?v=1) format("woff"),url(/wp-content/themes/kanews/assets/fonts/icomoon.svg#icomoon?v=1) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-2x{font-size:1.25rem}.icon-3x{font-size:1.7rem}.icon-4x{font-size:2rem}.icon-90deg{transform:rotate(90deg);display:inline-block}.icon-90degg{transform:rotate(-90deg);display:inline-block}.icon-180deg{transform:rotate(180deg);display:inline-block}.icon-135deg{transform:rotate(135deg);display:inline-block}.icon-trending{vertical-align:baseline}.icon-add:before{content:"\e900"}.icon-gallery:before{content:"\e901"}.icon-tumblr:before{content:"\e92e"}.icon-close:before{content:"\e924"}.icon-forward:before{content:"\e904"}.icon-like:before{content:"\e931"}.icon-like-o:before{content:"\e932"}.icon-vpn_key:before{content:"\e911"}.icon-pin:before{content:"\e903"}.icon-play:before{content:"\e921"}.icon-standings:before{content:"\e92d"}.icon-local_pharmacy:before{content:"\e937"}.icon-traffic:before{content:"\e90d"}.icon-menu:before{content:"\e905"}.icon-notifications:before{content:"\e936"}.icon-local:before{content:"\e90a"}.icon-done:before{content:"\e907"}.icon-edit:before{content:"\e908"}.icon-article:before{content:"\e92c"}.icon-grid:before{content:"\e90f"}.icon-home:before{content:"\e90c"}.icon-subscriptions:before{content:"\e91c"}.icon-location:before{content:"\e910"}.icon-moon-fill:before{content:"\e91a"}.icon-menu2:before{content:"\e915"}.icon-call:before{content:"\e914"}.icon-rss:before{content:"\e935"}.icon-search:before{content:"\e917"}.icon-settings:before{content:"\e918"}.icon-share:before{content:"\e933"}.icon-exchange:before{content:"\e920"}.icon-type:before{content:"\e906"}.icon-unlock:before{content:"\e922"}.icon-user:before{content:"\e928"}.icon-bolt:before{content:"\e934"}.icon-envelope:before{content:"\e930"}.icon-live:before{content:"\e90b"}.icon-star:before{content:"\e925"}.icon-star-half:before{content:"\e926"}.icon-star-o:before{content:"\e92a"}.icon-bookmark:before{content:"\e912"}.icon-bookmark-o:before{content:"\e913"}.icon-logout:before{content:"\e923"}.icon-covid:before{content:"\e909"}.icon-caret:before{content:"\e91d"}.icon-arrow-long:before{content:"\e91e"}.icon-arrow:before{content:"\e91f"}.icon-video:before{content:"\f16a"}.icon-bitcoin:before{content:"\f15a"}.icon-money:before{content:"\f195"}.icon-newspaper:before{content:"\f1ea"}.icon-telegram:before{content:"\f2c6"}.icon-comment:before{content:"\e92b"}.icon-mic:before{content:"\e929"}.icon-view:before{content:"\e902"}.icon-mail-forward:before{content:"\e92f"}.icon-twitter:before{content:"\e90e"}.icon-gold .path1:before{content:"\e916";color:#e3e3e3}.icon-gold .path2:before{content:"\e919";margin-left:-1em;color:#d69a00}.icon-gold .path3:before{content:"\e91b";margin-left:-1em;color:#fff}.icon-weather:before{content:"\e927"}.icon-quotes-left:before{content:"\e977"}.icon-sun:before{content:"\e9d4"}.icon-facebook:before{content:"\ea90"}.icon-instagram:before{content:"\ea92"}.icon-whatsapp:before{content:"\ea93"}.icon-youtube:before{content:"\ea9d"}.icon-linkedin:before{content:"\eaca"}.icon-pinterest:before{content:"\ead1"}.icon-tiktok:before{content:"\e90c"}@-webkit-keyframes animateIn{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes animateIn{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}#cis-load{width:100%;margin:1em 0;text-align:center;height:70px;position:relative}#cis-load .kanews-loader-2{position:absolute;left:50%;top:50%;font-size:4px;transform:translate(-50%,-50%)}.kanews-like-loader,.kanews-like-loader:after,.kanews-like-loader:before{background:rgba(0,0,0,.2);-webkit-animation:1s ease-in-out infinite load1;animation:1s ease-in-out infinite load1;width:.2em;height:.6em}.kanews-like-loader:after,.kanews-like-loader:before{position:absolute;top:0;content:""}.kanews-like-loader:before{left:-.375em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.kanews-like-loader{text-indent:-9999em;display:inline-block;position:relative;vertical-align:middle;font-size:1em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.kanews-like-loader:after{left:.375em}@-webkit-keyframes load1{0%,100%,80%{box-shadow:0 0 rgba(0,0,0,.2);height:.6em}40%{box-shadow:0 -.3em rgba(0,0,0,.2);height:1em}}@keyframes load1{0%,100%,80%{box-shadow:0 0 rgba(0,0,0,.2);height:.6em}40%{box-shadow:0 -.3em rgba(0,0,0,.2);height:1em}}.kanews-loader-2,.kanews-loader-2:after{border-radius:50%;width:10em;height:10em}.kanews-loader-2{font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(0,0,0,.2);border-right:1.1em solid rgba(0,0,0,.2);border-bottom:1.1em solid rgba(0,0,0,.2);border-left:1.1em solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:1.1s linear infinite load8;animation:1.1s linear infinite load8}.kanews-loader-2.kanews-loader-sm{font-size:2px}.kanews-loader,.kanews-loader:after{border-radius:50%;width:10em;height:10em}.kanews-loader{font-size:10px;position:relative;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,.2);border-right:1.1em solid rgba(255,255,255,.2);border-bottom:1.1em solid rgba(255,255,255,.2);border-left:1.1em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:1.1s linear infinite load8;animation:1.1s linear infinite load8}.kanews-loader.kanews-loader-sm{font-size:2px}.kanews-loader.kanews-loader-md{font-size:5px}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes blinker{100%{background:0 0}}#kanews-weather-loader.is-active{position:absolute;left:0;z-index:2;right:0;bottom:0;top:0;display:flex;justify-content:center;align-items:center}#kanews-weather-loader.is-active~.col-12{opacity:.5}@-webkit-keyframes lazyloadeffect{from{background-position:-400px 0}to{background-position:200px 0}}@keyframes lazyloadeffect{from{background-position:-400px 0}to{background-position:200px 0}}@-webkit-keyframes passing{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.circle-animation{position:relative}.circle-animation svg{fill:none;position:absolute;left:-6px;top:-6px;right:-6px;bottom:-6px;stroke:var(--kan-theme-color);stroke-linecap:round;stroke-width:3;stroke-dasharray:1;stroke-dashoffset:0}@keyframes stroke-draw{from{stroke:var(--kan-theme-color);stroke-dasharray:1}to{transform:rotate(180deg);stroke-dasharray:10}}@keyframes animate4{0%{bottom:-100%}100%,50%{bottom:100%}}@keyframes animate3{0%{right:-100%}100%,50%{right:100%}}@keyframes animate2{0%{top:-100%}100%,50%{top:100%}}@keyframes animate1{0%{left:-100%}100%,50%{left:100%}}@keyframes animate5{0%{background-color:var(--kan-theme-color);opacity:1}100%{background-color:#000}}.kanews-form{margin:0 0 15px;position:relative}.kanews-form2 input,.kanews-form2 select,.kanews-form2 textarea{width:100%;border:1px solid var(--kan-border-color2);border-radius:var(--kan-block-radius);font-size:1rem;padding:15px;margin:0 0 15px;transition:.3s}.kanews-form2 input:focus,.kanews-form2 select:focus,.kanews-form2 textarea:focus{border-color:var(--kan-theme-color)}.kanews-form2 select{-webkit-appearance:none;-moz-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='currentColor' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat;background-repeat:no-repeat;background-position-x:99%;background-position-y:50%;background-size:1rem}.kanews-form input[type=checkbox]{width:22px;position:relative;height:22px;padding:0!important;cursor:pointer;margin:0 10px 0 0;border:0;vertical-align:-6px;border-radius:var(--kan-block-radius);display:inline-block}.kanews-form input[type=checkbox]:after{content:"";display:block;width:22px;height:22px;position:absolute;left:0;top:0;background:var(--kan-bg-white-color);border-radius:var(--kan-block-radius);-webkit-transition:.24s;transition:.24s;border:1px solid var(--kan-border-color2)}.kanews-form input[type=checkbox]:checked:before{content:"";position:absolute;top:3px;z-index:2;left:8px;display:table;width:6px;height:12px;border:1px solid #fff;border-top-width:0;border-left-width:0;transform:rotate(45deg)}.kanews-form input,.kanews-form select,.kanews-form textarea{padding:20px;display:block;width:100%;border:none;text-indent:0;appearance:none;border:2px solid var(--kan-border-color2);font-size:15px;border-radius:var(--kan-block-radius)}.kanews-form input:-webkit-autofill,.kanews-form input:-webkit-autofill:focus,.kanews-form input:-webkit-autofill:hover,.kanews-form select:-webkit-autofill,.kanews-form select:-webkit-autofill:focus,.kanews-form select:-webkit-autofill:hover,.kanews-form textarea:-webkit-autofill,.kanews-form textarea:-webkit-autofill:focus,.kanews-form textarea:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px transparent inset;transition:background-color 5000s ease-in-out}.kanews-form input[disabled],.kanews-form select[disabled],.kanews-form textarea[disabled]{cursor:no-drop;opacity:.5}.kanews-form label{font-size:15px;transform-origin:left top;line-height:1.15rem;will-change:transform;text-overflow:ellipsis;white-space:nowrap;font-weight:400;position:absolute;pointer-events:none;margin:0;top:22px;left:20px;transition:.2s}.kanews-form label i{margin-right:8px}.kanews-form select{-webkit-appearance:none;-moz-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat;background-repeat:no-repeat;background-position-x:95%;background-position-y:50%;background-size:16px}.kanews-form select.txyh2{padding-top:15px!important;padding-bottom:15px!important}.kanews-form :focus{border-color:var(--kan-theme-color);box-shadow:0 0 0 1px var(--kan-theme-color)}.kanews-form :focus~label{color:var(--kan-theme-color)}.kanews-form input[disabled]{background:var(--kan-placeholder-bg);opacity:.7;cursor:not-allowed}.kanews-form input[disabled]::placeholder{color:#999;opacity:1}.kanews-form input[disabled]::-webkit-input-placeholder{color:#999;opacity:1}.kanews-form input[disabled]::-moz-placeholder{color:#999;opacity:1}.kanews-form input[disabled]:-ms-input-placeholder{color:#999;opacity:1}.kanews-form input.used,.kanews-form input:-webkit-autofill,.kanews-form input:focus,.kanews-form input:not([value=""]),.kanews-form input[disabled],.kanews-form select,.kanews-form textarea{padding-top:30px;padding-bottom:10px}.kanews-form input.used~label,.kanews-form input:-webkit-autofill~label,.kanews-form input:focus~label,.kanews-form input:not([value=""])~label,.kanews-form input[disabled]~label,.kanews-form select~label,.kanews-form textarea~label{top:10px;text-overflow:clip;font-size:14px}.kanews-form input.used~label i,.kanews-form input:-webkit-autofill~label i,.kanews-form input:focus~label i,.kanews-form input:not([value=""])~label i,.kanews-form input[disabled]~label i,.kanews-form select~label i,.kanews-form textarea~label i{margin-right:3px}.kanews-input-file{color:transparent;overflow:hidden;width:100%}.kanews-input-file+label{position:absolute;left:50%;cursor:pointer;top:50%;margin:0;transform:translate(-50%,-50%)}.kanews-input-file::-webkit-file-upload-button{visibility:hidden}.kanews-input-file::before{content:"";display:inline-block;color:var(--kan-theme-color-contrast,#161616);width:100%;background:var(--kan-bg-white-color);text-align:center;border:1px solid var(--kan-border-color3);border-radius:var(--kan-block-radius);padding:45px;outline:0;white-space:nowrap;-webkit-user-select:none;cursor:pointer}.kanews-input-file:hover::before{background:var(--kan-bg-white-color)}.kanews-input-file:active{outline:0}.kanews-input-file:active::before{background:-webkit-linear-gradient(top,#e3e3e3,#f9f9f9)}.select2-container--default .select2-selection{border-color:var(--kan-border-color2)!important;background:0 0!important;padding:16px 20px 18px!important;font-size:1rem;height:auto!important;border-radius:var(--kan-block-radius)}.kanews-form-filter .kanews-form2{margin-bottom:10px}.kanews-form-filter label{position:relative;top:3px;font-size:13px}.kanews-page-header .kanews-form select{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat;background-position-x:95%;background-position-y:50%;background-size:16px;border-color:rgba(255,255,255,.1);color:#fff}.kanews-page-header .kanews-form select option{color:#000}.ilan-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--kan-bg-white-color);border:1px solid var(--kan-border-color2);border-top:none;border-radius:0 0 var(--kan-block-radius) var(--kan-block-radius);max-height:250px;overflow-y:auto;z-index:1000;box-shadow:0 4px 6px var(--kan-border-color);margin-top:-1px}.ilan-dropdown .ilan-dropdown-item{padding:12px 15px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid var(--kan-border-color2)}.ilan-dropdown .ilan-dropdown-item:last-child{border-bottom:none}.ilan-dropdown .ilan-dropdown-item:hover{background-color:var(--kan-placeholder-bg)}.ilan-dropdown .ilan-dropdown-item:active{background-color:var(--kan-border-color2)}.kanews-form2.position-relative input[type=text]{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E") no-repeat;background-position-x:calc(100% - 10px);background-position-y:50%;background-size:18px;padding-right:70px}.kanews-form2.position-relative input[type=text][disabled]{opacity:.7;cursor:not-allowed;background-color:var(--kan-placeholder-bg)}.kanews-form2.position-relative input[type=text][disabled]::placeholder{color:var(--kan-text-color-muted,#525659);opacity:1}.kanews-form2.position-relative input[type=text][disabled]::-webkit-input-placeholder{color:var(--kan-text-color-muted,#525659);opacity:1}.kanews-form2.position-relative input[type=text][disabled]::-moz-placeholder{color:var(--kan-text-color-muted,#525659);opacity:1}.kanews-form2.position-relative input[type=text][disabled]:-ms-input-placeholder{color:var(--kan-text-color-muted,#525659);opacity:1}.ilan-clear-btn{position:absolute;right:35px;top:20px;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;opacity:.6;transition:opacity .2s}.ilan-clear-btn:hover{opacity:1}.ilan-clear-btn i{font-size:14px;color:var(--kan-text-color-muted,#525659)}[aria-label][role~=tooltip]{position:relative}[aria-label][role~=tooltip]::after,[aria-label][role~=tooltip]::before{transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;opacity:0;pointer-events:none;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);position:absolute;box-sizing:border-box;z-index:10;transform-origin:top}[aria-label][role~=tooltip]::before{background-size:100% auto!important;content:""}[aria-label][role~=tooltip]::after{background:#111;border-radius:4px;color:#fff;line-height:initial;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);text-transform:var(--microtip-text-transform,none);padding:.5em 1em;white-space:nowrap;box-sizing:content-box}[aria-label][role~=tooltip]:focus::after,[aria-label][role~=tooltip]:focus::before,[aria-label][role~=tooltip]:hover::after,[aria-label][role~=tooltip]:hover::before,[aria-label][role~=tooltip][data-microtip-visible]::after,[aria-label][role~=tooltip][data-microtip-visible]::before{opacity:1;pointer-events:auto}[role~=tooltip][data-microtip-position|=top]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-bottom:5px;transform:translate3d(-50%,0,0);bottom:100%;left:50%}[role~=tooltip][data-microtip-position|=top]::after{margin-bottom:11px;transform:translate3d(-50%,0,0);bottom:100%;left:50%}[role~=tooltip][data-microtip-position|=top]:hover::before{transform:translate3d(-50%,-5px,0)}[role~=tooltip][data-microtip-position=top]:hover::after{transform:translate3d(-50%,-5px,0)}[role~=tooltip][data-microtip-position|=bottom]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:6px;width:18px;margin-top:5px;margin-bottom:0;transform:translate3d(-50%,-10px,0);bottom:auto;left:50%;top:100%}[role~=tooltip][data-microtip-position|=bottom]::after{margin-top:11px;transform:translate3d(-50%,-10px,0);top:100%;left:50%}[data-microtip-visible]::before,[role~=tooltip][data-microtip-position|=bottom]:hover::before{transform:translate3d(-50%,0,0)}[data-microtip-visible]::after,[role~=tooltip][data-microtip-position=bottom]:hover::after{transform:translate3d(-50%,0,0)}[role~=tooltip][data-microtip-position=right]::after,[role~=tooltip][data-microtip-position=right]::before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}[role~=tooltip][data-microtip-position=right]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-bottom:0;margin-left:5px}[role~=tooltip][data-microtip-position=right]::after{margin-left:11px}[role~=tooltip][data-microtip-position=right]:hover::after,[role~=tooltip][data-microtip-position=right]:hover::before{transform:translate3d(0,-50%,0)}[role~=tooltip][data-microtip-position=left]::after,[role~=tooltip][data-microtip-position=left]::before{bottom:auto;right:100%;top:50%;transform:translate3d(-10px,-50%,0)}[role~=tooltip][data-microtip-position=left]::before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;height:18px;width:6px;margin-bottom:0;margin-right:5px;transform:translateY(50%) rotate(180deg)!important}[role~=tooltip][data-microtip-position=left]::after{margin-right:11px}[role~=tooltip][data-microtip-position=left]:hover::after,[role~=tooltip][data-microtip-position=left]:hover::before{transform:translate3d(0,-50%,0)}.kanews-table{width:100%;background:var(--kan-bg-white-color);border-spacing:0;margin:0}.kanews-table.table-auto{table-layout:auto}.kanews-table a{transition:.3s}.kanews-table a:hover,.kanews-table tr:hover a{color:var(--kan-theme-color)}.kanews-table td,.kanews-table th{padding:14px 16px;text-align:left;vertical-align:middle}.kanews-table td{border-bottom:1px solid var(--kan-border-color)}.kanews-table td img{border-radius:var(--kan-block-radius);margin-right:8px}.kanews-table tr:last-child td{border-bottom:0}.kanews-table thead th{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:rgba(0,0,0,.5);border-bottom:2px solid rgba(0,0,0,.08);white-space:nowrap}.kanews-table.table-currencies{border-radius:12px;background:var(--kan-bg-white-color);overflow:hidden}.kanews-table.table-currencies tr{transition:background .2s}.kanews-table.table-currencies tr:hover{background:rgba(0,0,0,.015)}.kanews-table.table-currencies h3{font-size:16px;font-weight:500;margin:0;display:inline-block}.kanews-table.table-currencies .color-muted{font-weight:400!important}.kanews-table.table-currencies td:first-child{padding-left:20px;width:240px;font-weight:600}.kanews-table.table-currencies td:first-child .d-flex{display:flex;align-items:center;gap:12px}.kanews-table.table-currencies td:first-child .d-flex .hbfdg12{display:flex;flex-shrink:0;align-items:center}.kanews-table.table-currencies td:first-child .d-flex .hbfdg12 img{width:28px;height:28px;border-radius:6px;object-fit:contain}.kanews-table.table-currencies td:first-child .d-flex span:last-child{font-weight:500}.kanews-table.table-currencies td:not(:first-child){text-align:right}.kanews-table.table-currencies thead th{background:rgba(0,0,0,.02);padding-top:16px;padding-bottom:16px}.kanews-table.table-currencies thead th:first-child{padding-left:20px}.kanews-table.table-currencies thead th:not(:first-child){text-align:right}.kanews-table.table-currencies .color-danger,.kanews-table.table-currencies .color-danger i,.kanews-table.table-currencies .color-danger svg{color:#ef4444}.kanews-table.table-currencies .color-success,.kanews-table.table-currencies .color-success i,.kanews-table.table-currencies .color-success svg{color:#22c55e}@media (max-width:768px){.kanews-table.table-currencies{border-radius:0;box-shadow:none}.kanews-table.table-currencies td,.kanews-table.table-currencies th{padding:12px}.kanews-table.table-currencies td:first-child,.kanews-table.table-currencies th:first-child{padding-left:12px;width:auto}.kanews-table.table-currencies td:first-child .d-flex,.kanews-table.table-currencies th:first-child .d-flex{gap:8px}.kanews-table.table-currencies td:first-child .d-flex .hbfdg12 img,.kanews-table.table-currencies th:first-child .d-flex .hbfdg12 img{width:24px;height:24px}.kanews-table.table-currencies td:last-child,.kanews-table.table-currencies th:last-child{padding-right:12px}.kanews-table-item img{display:none}}@media (max-width:576px){.kanews-table.table-currencies{font-size:13px}.kanews-table.table-currencies td:first-child .d-flex .hbfdg12 img{width:20px;height:20px}}.kanews-table.table-prayer td{padding:10px;overflow:hidden;text-overflow:ellipsis}.kanews-table.table-earthquake td{padding:5px 15px}.kanews-table.table-covid{max-height:459px;margin:0}.kanews-table.table-covid td{padding:8px 15px}.kanews-table.table-covid td div{font-size:12px;opacity:.9;margin-top:5px}.kanews-scroll::-webkit-scrollbar-track{background:0 0}.kanews-scroll::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}.kanews-custom-table .d-flex{border-bottom:1px solid var(--kan-border-color);counter-increment:step-counter;padding:12.5px 15px}.kanews-custom-table .d-flex div:last-child{font-size:12px}.kanews-custom-table .d-flex img{margin-right:8px}.kanews-custom-table .d-flex div:first-child:before{content:counter(step-counter);width:35px;height:35px;line-height:35px;text-align:center;font-size:11px;box-shadow:0 0 0 1px #eee;background:#fdfdfd;top:0;position:relative;margin-right:15px;display:inline-block}.kanews-custom-table .d-flex:last-child{border:0}.kanews-table-item{padding:8px 15px}.kanews-table-item.col-auto{flex:0 0 200px;width:200px;max-width:200px;font-size:12px}.kanews-table-item.w-40{flex:0 0 40px;width:40px;text-align:center;max-width:40px}.kanews-table-item.w-30{flex:0 0 30px;width:30px;text-align:left;max-width:30px}.kanews-table-item img{margin-right:5px;border-radius:50%}.kanews-table-heading{border-bottom:1px solid var(--kan-border-color);font-weight:500}.kanews-table-content .kanews-table-wrap{border-bottom:1px solid var(--kan-border-color)}.kanews-table-content .kanews-table-wrap:hover{background:#f8f8f8}.kanews-table-content .kanews-table-wrap:last-child{border:0}.kanews-table-standing .kanews-table-content .kanews-table-item i{font-style:normal}.kanews-table-standing .kanews-table-content .kanews-table-item:nth-child(1){line-height:21px;padding:5px}.kanews-table-standing .kanews-table-content .kanews-table-item:nth-child(2){font-weight:600}.kanews-table-standing .kanews-table-wrap:nth-child(1) .kanews-table-item:first-child{background:#009688;color:#fff}.kanews-table-standing .kanews-table-wrap:nth-child(2) .kanews-table-item:first-child{background:rgba(0,150,136,.7);color:#fff}.kanews-table-standing .kanews-table-wrap:nth-child(3) .kanews-table-item:first-child{background:rgba(0,150,136,.5);color:#fff}.kanews-table-standing .kanews-table-wrap:nth-child(4) .kanews-table-item:first-child{background:#fffc01}.kanews-table-standing .kanews-table-wrap:nth-child(5) .kanews-table-item:first-child{background:rgba(255,252,1,.25)}.kanews-table-standing .kanews-table-item[aria-label="Alt Lig"]{background:red;color:#fff}.kanews-table-standing .kanews-table-heading{background:var(--kan-placeholder-bg);border-bottom:1px solid var(--kan-border-color2);padding:8px 0;font-weight:600;font-size:13px}.kanews-table-standing .kanews-table-heading .kanews-table-item{text-transform:uppercase;letter-spacing:.5px}.kanews-table-standing .kanews-table-content .kanews-table-wrap{transition:.2s;border-bottom:1px solid var(--kan-border-color2);padding:8px 0}.kanews-table-standing .kanews-table-content .kanews-table-wrap:hover{background:rgba(0,0,0,.02);transform:translateX(4px)}.kanews-table-standing .kanews-table-content .kanews-table-wrap:last-child{border-bottom:none}.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item:first-child{font-weight:600;border-radius:4px;text-align:center;margin:0 8px}.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item:first-child.position-1,.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item:first-child.position-2,.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item:first-child.position-3,.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item:first-child.position-4{background:linear-gradient(45deg,#2196f3,#1976d2);color:#fff}.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item:first-child.position-5{background:linear-gradient(45deg,#4caf50,#388e3c);color:#fff}.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item:first-child.relegation{background:linear-gradient(45deg,#f44336,#d32f2f);color:#fff}.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item.col{display:flex;align-items:center;gap:12px;font-weight:500}.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item.col img{width:24px;height:24px;border-radius:6px;object-fit:contain;margin:0}.kanews-table-standing .kanews-table-content .kanews-table-wrap .kanews-table-item.w-40{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500;padding-left:5px;padding-right:5px}.kanews-table-date{position:absolute;right:1rem;top:1rem;font-size:14px;opacity:.75}*,::after,::before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-touch-action:manipulation;touch-action:manipulation;margin:0}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{font-family:var(--kan-font-family);font-size:16px;color:var(--kan-surface-2,#191c20);text-align:left;margin:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus{outline:0!important}hr{box-sizing:content-box;height:1px;border:0;background-color:var(--kan-border-color2);margin:15px 0;overflow:visible}.hr-widget{background-color:var(--kan-border-color);margin-top:0}p{margin-top:0;color:var(--kan-theme-color-contrast,#161616);line-height:1.35;margin-bottom:15px}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:15px;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:15px;margin-left:0}blockquote,figure{margin:0 0 15px}b,strong{font-weight:bolder}em{font-style:italic}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{cursor:pointer;color:var(--kan-theme-color-contrast,#161616);text-decoration:none;background-color:transparent}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:15px;overflow:auto}img{vertical-align:middle;border-style:none;max-width:100%;height:auto}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse;border-spacing:0}caption{padding-top:15px;padding-bottom:15px;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:15px}button{border-radius:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;background:0 0;border:0;color:var(--kan-theme-color-contrast,#161616)}button,input,textarea{overflow:visible;font-family:var(--kan-font-family)}textarea{vertical-align:top;overflow:auto;resize:vertical}button,select{text-transform:none;cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:15px;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}ol,ul{padding:0}ol li,ul li{list-style:none}h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--kan-surface-2,#191c20);--source-margin-bottom:15px;margin-bottom:15px;font-weight:700}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}h4{font-size:16px}h5{font-size:14px}h6{font-size:12px}iframe{appearance:none;border:0;padding:0}.d-flex{display:flex}.d-none,.is-hidden{display:none!important}.text-center .d-flex{justify-content:center}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.m-auto{margin-left:auto;margin-right:auto}.br-0{border-radius:0!important}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1em!important}.mb-2{margin-bottom:2em!important}.mb-3{margin-bottom:3em!important}.mbb-1{margin-bottom:-15px!important}.mt-0{margin-top:0!important}.mt-1{margin-top:1em!important}.mt-2{margin-top:2em!important}.mt-3{margin-top:3em!important}.pr-0{padding-right:0!important}.pl-0{padding-left:0!important}.p-0{padding:0!important}.p-1{padding:1em!important}.py-1{padding-top:1em!important;padding-bottom:1em!important}.px-1{padding-left:1em!important;padding-right:1em!important}.mr-1{margin-right:1em}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.bcontent-none:before{content:none!important}.clear,.kanews-post-small-item{content:"";display:block;clear:both}.screen-reader-text{display:none}@media (min-width:992px){.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.hidden-desktop{display:none!important}}@media (max-width:992px){.hidden-mobile{display:none!important}.mobile-row{margin:0}.mobile-col{padding:0}}.truncate{white-space:normal;display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.truncate-1{-webkit-line-clamp:1}.truncate-2{-webkit-line-clamp:2}.truncate-3{-webkit-line-clamp:3}.truncate-4{-webkit-line-clamp:4}.truncate-5{-webkit-line-clamp:5}.sharect{z-index:2}.site-currencies-item.site-currencies-down-item i,.site-currencies-item.site-currencies-down-item svg{transform:rotate(180deg);display:inline-block}.pull-right{float:right}.pull-left{float:left}.truncate-2x{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.truncate-3x{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.embed-container{position:relative;padding-bottom:56.25%;overflow:hidden;max-width:100%;height:auto}.embed-container embed,.embed-container iframe,.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.embed-containers video{width:100%;max-height:100%}.kanews-video{position:relative;height:425px}@media (max-width:992px){.kanews-video{height:175px}}.i-2x{font-size:24px}.image-fit{object-fit:cover}.kanews-scroll::-webkit-scrollbar{background-color:#fff;width:12px}.kanews-scroll::-webkit-scrollbar-track{background-color:#fff}.kanews-scroll::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:25px;border:4px solid #fff}.w-100{width:100%}.kanews-scroll::-webkit-scrollbar-button{display:none}.kanews-scroll{max-height:860px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;overflow-y:scroll!important}.kanews-btn-group{display:flex;flex-wrap:wrap}.kanews-btn-group>*{margin-right:15px!important}.kanews-btn{padding:0 25px;height:54px;text-decoration:none!important;line-height:54px;cursor:pointer;margin:15px 0;border-radius:var(--kan-block-radius);display:inline-block;transition:.3s;color:#fff;text-align:center;border:1px solid transparent}.kanews-btn-block{display:block;width:100%}.kanews-btn-sm{height:40px;line-height:40px;padding:0 16px;font-weight:600;font-size:12px;text-transform:uppercase}.kanews-btn.kanews-btn-o:not(:hover){background:0 0!important;border:1px solid;border-color:var(--kan-theme-color);color:var(--kan-theme-color)}.kanews-btn.kanews-btn-o.active{background:var(--kan-theme-color)!important;color:#fff!important;border-color:var(--kan-theme-color)!important}.kanews-btn.kanews-btn-light{background:var(--kan-placeholder-bg)!important;color:var(--kan-theme-color-contrast,#161616)}.kanews-btn.active,.kanews-btn:hover{background:var(--kan-bg-white-color)!important;color:var(--kan-theme-color-contrast,#161616)!important;border-color:var(--kan-border-color)!important}.kanews-btn:hover{opacity:.75}.kanews-btn #kanews-loader{top:5px}.kanews-label-group .kanews-label{margin-right:15px;margin-bottom:15px}.kanews-label{font-size:14px!important;display:inline-flex;align-items:center;gap:8px;heig