<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h2 {
    font-weight: 700;
    font-size: 1.8em;
    text-align: center;
}
a h2.kvL1 {
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

a:hover h2.kvL1 {
	transition: all 0.2s linear;
	color: rgba(255, 255, 255, .5);
}

h2.kvL1 span {
	display: block;
	font-size: 24px;
	margin-top: 1.4rem;
}

h2.kvL1 span::after {
	content: "\f101";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 10px;
	/* font-weight:300; */
}


a h2.kvL1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}
a h2.kvL1::after {
	content: "\f101";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 10px;
	/* font-weight:300; */
}


.kvL1 .kvP {
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	display: block;
	font-size: 52px;
	margin-bottom: 1.4rem;
}




h3.luL1 {
	font-size: 34px;
	font-weight: 500;
}

h4.luL1 {
	font-size: 20px !important;
    font-weight: 700 !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
    border-bottom: unset !important;
    padding-bottom: unset !important;
    width: unset !important;
    color: unset !important;
}

.hpost{
}
.hH2{
	text-align:center;
	font-size: 2rem ;
}


.latest-posts a {
	display: flex;
	align-items: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	border-left: 3px solid #43B962;
	padding: 5px 10px;
	margin: 0 0 10px;
	flex-wrap: wrap;
	gap: 0 20px;
}

.post-meta {
	text-align: center;
	line-height: 1;
}

.post-date {
	font-size: 1.3rem;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 5px 0;
}

	.post-category {
		background-color: #c5c5c5;
		color: #fff;
		padding: 4px 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 10px;
		display: block;
		width: 90px;
		/* position: absolute; */
		/* margin: 20px 0 0; */
		transition: .3s;
	}


	.latest-posts a:hover {
		opacity: 0.3;
	}

	.hpost a:hover {
	color:#606060;
	}

	.post-title{
		margin: 0 !important;
		border: unset !important;
		width: 80% !important;
		padding: 0 !important;
		text-align:left;
		font-weight: normal !important;
		font-size: 1.4rem !important;
	}


@media only screen and (max-width:728px) {
	a h2.kvL1 {
		font-size: 6vw;
	}

	h2.kvL1 span {
		font-size: 3vw;
	}

	h3.luL1 {
		font-size: 5.5vw;
	}

	h4.luL1 {
		font-size: 3.5vw !important;
	}


a h2.kvL1 {
		font-size: 3vw;
}
.kvL1 .kvP {
		font-size: 6vw;
		margin-bottom: 0.5rem;
}
}

@media only screen and (max-width:480px) {
	h2.kvL1 {
		font-size: 8vw;
	}

	h2.kvL1 span {
		font-size: 4vw;
	}

a h2.kvL1 {
		font-size: 4vw;
}
.kvL1 .kvP {
		font-size: 8vw;
}


.latest-posts{
	overflow-y: scroll;
	height: 150px;
}

.post-meta {
	display: flex;
	gap: 0.5em;
	align-items: center;
}
	.post-title{
		width: 100% !important;
	}


.simplebar-track.simplebar-horizontal {
  height: 10px;
  background: #3c4043;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 10px;
  background: #41485B;
  border-radius: 5px;
  top: 0;
}
.simplebar-track.simplebar-vertical{
	width: 5px !important;
	background:#CCC;
}
}
</pre></body></html>