@font-face {
	font-family: "Abhaya Libre";
	font-weight: 400;
	font-style: normal;
	src: local('Abhaya Libre Regular'), local('AbhayaLibre-Regular'), url(//media.bnn.network/content/uploads/sgf-css/e3tmeuGtX-Co5MNzeAOqinEQfEnXgPRE4g.woff2) format('woff2'), url(//media.bnn.network/content/uploads/sgf-css/e3tmeuGtX-Co5MNzeAOqinEQfEnR.woff) format('woff');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.wpcf7-form-control input[type=checkbox] {
	accent-color: #b60000;
}
.post__image-highlight {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.70);
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-left: 16px;
	color: var(--primary-white, #FFF);
	text-align: center;
	font-family: Abhaya Libre;
	font-size: 100%;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.post__image-highlight-small {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.70);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
	padding-left: 4px;
	color: var(--primary-white, #FFF);
	text-align: center;
	font-family: Abhaya Libre;
	font-size: 35%;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.post__col-img {
	position: relative;
}
#wrapper__section {
	width: 100%;
	height: 700px;
	margin-top:-2px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#wrapper__section .wrapper__img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#wrapper__section .wrapper__bg {
	background: linear-gradient(180deg, rgba(14, 13, 30, 0.1) 0%, #0E0D1E 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#wrapper__section .container {
	position: relative;
	z-index: 2;
	width: calc(var(--main-width) + var(--wrap-padding) * 2);
	margin-right: auto;
	margin-left: auto;
	padding: 80px var(--wrap-padding);
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper__section .wrapper__title {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 110%;
	color: #FFFFFF;
	margin-top: 32px;
	margin-bottom: 32px;
}
#wrapper__section .wrapper__category,
#post__title-section .wrapper__category {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #B5BBCE;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}
#wrapper__section .wrapper__category a,
#post__title-section .wrapper__category a {
	color: #B5BBCE!important;
}
#wrapper__section .wrapper__category-circle,
#post__title-section .wrapper__category-circle {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #D02F44;
	margin-right: 10px;
	display: block;
}
#wrapper__section .wrapper__author-info {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.02em;
	color: #B5BBCE;
	display: flex;
	align-items: center;
}

#wrapper__section .wrapper__author-name a {
	color: #B5BBCE;
}
#wrapper__section .wrapper__author-dot {
	margin-right: 12px;
	margin-left: 12px;
}
/* Post title section */
#post__title-section {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 56px;
}
#post__title-section .wrapper__category {
	margin-bottom: 24px;
}
#post__title-section .post__title {
	color: var(--primary-black, #0E0D1E);
	font-family: Abhaya Libre;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	margin-bottom: 32px;
}

.wrapper__author-image {
	display: flex;
	align-items: center;
}

.wrapper__author-image .wrapper__author-img:not(:first-child) {
	margin-left: -13px;
}
#post__title-section .wrapper__author-img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
	background-color: lightgrey;
}

.wrapper__author-name {
	color: #93929a;
}

.wrapper__author-name a  {
	color: var(--primary-main-red, #D02F44);
}

.wrapper__author-name a:not(:last-child):after {
	content: '•';
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}
#post__title-section .author-item--last {
	margin-right: -18px;
}
#post__title-section .wrapper__author-info {
	color: #93929a;
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.28px;
	display: flex;
	align-items: center;
	gap: 10px 8px;
}
#post__title-section .wrapper__author-dot {
	margin-right: 12px;
	margin-left: 12px;
}
#post__title-section .wrapper__author-info a {
	color: var(--primary-main-red, #D02F44);
}
/* Content section */
#content__section {
	max-width: 900px;
	width: 100%;
	margin-bottom: 0px;
}
#content__section .a-wrap-8,
#content__section .pld-like-dislike-wrap {
	display: none;
}
#content__section h3 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #0E0D1E;
}
#content__section p {
	font-size: 16px;
	color: #0E0D1E;
}
#content__section ul {
	list-style: inherit;
	padding-left: 1rem;
}
#content__section .post__image-highlight {
	bottom: 56px;
}
.pld-template-2 {
	margin-bottom: 0px;
}
.pld-like-dislike-wrap .pld-common-wrap {
	margin-right: 4px;
}
/* Subscribe section */
#subscribe__section {
	max-width: 100%;
	width: 100%;
	margin-bottom: 40px;
}
#subscribe__section .article__subscribe-block {
	padding: 64px 103px 74px 56px;
	border-left: 2px solid #B60000;
	background: #F3F3F5;
	height: 342px;
	position: relative;
}
.wpcf7-list-item label {
	display: flex!important;
	align-items: center!important;
}
.wpcf7-list-item label .wpcf7-list-item-label {
	padding-left: 12px;
}
#subscribe__section .article__subscribe-form > p {
	display: flex;
	align-items: start;
}
#subscribe__section .article__subscribe-form input[type="email"] {
	padding: 12px;
	width: 100%;
	height: 48px;
}
#subscribe__section .wpcf7-spinner {
	display: none;
}
#subscribe__section .article__subscribe-form input[type="submit"] {
	max-width: 185px;
	width: 185px;
	height: 48px;
	font-family: 'Satoshi';
	font-style: normal;
	background-color: #D02F44;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #FFFFFF;
}
#subscribe__section .article__subscribe-form input[type="checkbox"] {
	width: 18px;
	height: 18px;
}
#subscribe__section .article__subscribe-message {
	display: none;
	position: fixed;
	right: 80px;
	bottom: 24px;
	max-width: 538px;
	width: 100%;
	min-height: 132px;
	background: #F3F3F5;
	border-left: 2px solid #B60000;
	padding: 32px;
}

@media (max-width: 768px) {
	#subscribe__section .article__subscribe-message {
		right: 40px;
		max-width: 80vw;
	}
}

@media (max-width: 450px) {
	#subscribe__section .article__subscribe-message {
		right: 16px;
		max-width: calc(100vw - 32px);
	}
}

#subscribe__section .article__subscribe-message-title {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #0E0D1E;
	margin-bottom: 16px;
}
#subscribe__section .article__subscribe-message-caption {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0E0D1E;
	opacity: 0.8;
	margin-bottom: 0px;
}
#subscribe__section .article__subscribe-close {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	width: 24px;
	height: 24px;
	top: 11px;
	right: 11px;
}
#subscribe__section .article__subscribe-close br {
	display: none;
}
#subscribe__section .sent .article__subscribe-message {
	display: block;
	z-index: 2;
}
#subscribe__section .article__subscribe-form .wpcf7-list-item {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #2A2A2A;
	margin-left: 0px;
}
#subscribe__section .article__subscribe-form .wpcf7-form-control-wrap {
	margin-right: 8px;
	max-width: 484px;
	width: 100%;
}
#subscribe__section .article__subscribe-block-title {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 57px;
	color: #0E0D1E;
	margin-bottom: 16px;
}
#subscribe__section .article__subscribe-block-desc {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0E0D1E;
	opacity: 0.8;
	margin-bottom: 24px;
}
@media (min-width: 450px) {
    #subscribe__section .article__subscribe-block .wpcf7-response-output {
        position: absolute;
        top: 0;
    }
}

/* Info section */
#info__section {
	max-width: 900px;
}
#info__section .post__share-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
#info__section .featured-vid {
	margin-bottom: 48px;
}
#info__section .post__socials {
	display: flex;
	align-items: center;
}
#info__section .post__socials p {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #0E0D1E;
	margin-right: 16px;
	margin-bottom: 0px;
}
#info__section .post__social {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(102, 102, 102, 0.5);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	transition: 0.3s;
}
#info__section .post__social:last-child {
	margin-right: 0px;
}
#info__section .post__social:hover {
	border: 1px solid #D02F44;
	transition: 0.3s;
}
#info__section .post__social:hover svg path {
	fill: #D02F44;
	transition: 0.3s;
}
#info__section .post__actions {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #0E0D1E;
	display: flex;
	align-items: center;
}
#info__section .post__actions .post__like-action {
	margin-right: 24px;
}
#info__section .post__actions .post__like-action,
#info__section .post__actions .post__bookmark-action {
	display: flex;
	align-items: center;
}
#info__section .post__actions .post__like-action img,
#info__section .post__actions .post__bookmark-action img {
	margin-right: 10px;
}
#info__section .post__categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#info__section .post__categories a {
	padding-right: 20px;
	padding-left: 20px;
	height: 42px;
	border: 1px solid #B5BBCE;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #0E0D1E;
	margin-right: 24px;
	margin-bottom: 16px;
	pointer-events: none;
}
#info__section .post__categories a:last-child {
	margin-right: 0px;
}

#info__section .post__author-info {
	border-top: 1px solid #B5BBCE;
	padding-top: 40px;
	display: flex;
}
#info__section .post__author-info + .post__author-info {
	border-top: none;
	border-bottom: 1px solid #B5BBCE;
	padding-top: 48px;
	padding-bottom: 40px;
}

#info__section .post__author-image {
	width: 10%;
}
#info__section .post__author-image img {
	border-radius: 100%;
}
#info__section .post__author-content {
	width: 90%;
}
#info__section .post__author-name,
#info__section .post__author-name a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	color: #0E0D1E;
	margin-bottom: 16px;
	text-transform: uppercase;
}
#info__section .post__author-desc {
	margin-bottom: 0px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #0E0D1E;
}
#info__section .post__comments {
	padding-top: 40px;
}
#info__section .post__comments-title {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	color: #0E0D1E;
	margin-bottom: 27px;
}
#info__section .post__comment-block {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
}
#info__section .post__comment-block:first-child {
	padding-top: 0px;
}
#info__section .post__comment-author {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #0E0D1E;
	margin-top: 0px;
}
.post__comment-names {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.comment__form-error {
	position: absolute;
    top: 85px;
    font-size: 11px;
    color: red;
	display: none;
}
#info__section .post__comment-content {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0E0D1E;
	margin-bottom: 11px;
	position: relative;
}
#info__section .post__comment-date,
#info__section .post__comment-dot {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #B5BBCE;
}
#info__section .post__comment-dot {
	transform: scale(1.1);
	margin-right: 8px;
	margin-left: 8px;
}
#info__section .post__comment-img {
	margin-right: 16px;
}
#info__section .post__comment-img img {
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
}
#info__section .post__comment-actions {
	display: flex;
	align-items: center;
}
#info__section .post__comment-actions .cld-like-dislike-wrap {
	margin-bottom: 0px;
}
#info__section .post__comment-actions .cld-like-dislike-wrap i {
	color: #B5BBCE;
}
#info__section .post__comment-actions .cld-like-dislike-wrap i:hover {
	color: #D02F44;
}
#info__section .post__comment-actions .cld-undo-trigger i {
	color: #D02F44;
}
#info__section .post__comment-actions .cld-count-wrap {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #0E0D1E;
}
#info__section .post__like-btn,
#info__section .post__unlike-btn {
	display: flex;
	align-items: center;
}
#info__section .post__like-btn span,
#info__section .post__unlike-btn span {
	margin-left: 5px;
}
#info__section .post__like-btn {
	margin-right: 16px;
}
#info__section .post__comment-form {
	border-top: 1px solid #B5BBCE;
	padding-top: 24px;
}
#info__section .post__comment-form form {
	display: flex;
}
#info__section .post__comment-not-logged {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0E0D1E;
	opacity: 0.3;
}
#info__section .comment__form-avatar {
	margin-right: 16px;
}
#info__section .comment__form-avatar img {
	border-radius: 100%;
}
#info__section .comment__form-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#info__section .comment__form-content textarea {
	width: 90%;
	border: none;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0E0D1E;
	resize: none;
	box-shadow: none;
}
#info__section .comment__form-content textarea::placeholder {
	opacity: 0.3;
}
#info__section .comment__form-content button {
	width: 85px;
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #D02F44;
	height: 45px;
	padding-right: 24px;
	padding-left: 24px;
}
/* Related articles */
#related__section .container {
	width: calc(var(--main-width) + var(--wrap-padding) * 2);
	margin-right: auto;
	margin-left: auto;
	padding: 80px var(--wrap-padding);
	padding-left: 0px;
	padding-right: 0px;
}
#related__section .related__section-content {
	display: flex;
}
#related__section .posts__col {
	width: 26%;
}
#related__section .main__post-col {
	width: 48%;
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid #E2E1E6;
}
#related__section .related__section-header {
	margin-bottom: 34px;
	padding-bottom: 12px;
	border-bottom: 1px solid #0E0D1E;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#related__section .related__section-title {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	text-transform: uppercase;
	color: #0E0D1E;
}
#related__section .related__section-btn {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #0E0D1E;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#related__section .related__section-btn span {
	margin-right: 8px;
}
#related__section .posts__col-left {
	border-right: 1px solid #E2E1E6;
	padding-right: 24px;
}
#related__section .post__col-block {
	padding-top: 24px;
	border-bottom: 1px solid #E2E1E6;
}
#related__section .post__col-title {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #0E0D1E;
	margin-bottom: 8px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
#related__section .post__col-author,
#related__section .post__col-author a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
#related__section .posts__col-left .post__col-author,
#related__section .posts__col-left .post__col-author a {
	font-size: 16px;
}
#related__section .post__col-likes {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#related__section .post__col-likes a {
	margin-right: 24px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #0E0D1E;
}
#related__section .post__col-likes a img {
	margin-right: 8px;
}
#related__section .post__col-likes a:last-child {
	margin-right: 0px;
}
#related__section .main__post-content {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background-size: cover;
	position: relative;
	height: 564px;
}
#related__section .main__post-content .post__image-highlight {
	z-index: 10;
}
#related__section .main__post-info {
	position: relative;
	z-index: 1;
	padding: 32px 40px;
	max-width: 545px;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: -75px;
}
#related__section .main__post-category {
	margin-bottom: 16px;
}
#related__section .main__post-title {
	padding-bottom: 80px;
}
#related__section .main__post-title a {
	font-family: 'Abhaya Libre';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #0E0D1E;
}
#related__section .main__post-category span {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #B60000;
}
#related__section .main__post-category-dot {
	margin-right: 8px;
	margin-left: 8px;
	color: #B5BBCE!important;
}
#related__section .main__post-date {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #666666!important;
	text-transform: lowercase!important;
}
#related__section .main__post-actions {
	display: flex;
	align-items: center;
}
#related__section .main__post-actions a {
	display: flex;
	align-items: center;
}
#related__section .main__post-likes,
#related__section .main__post-comments {
	margin-right: 40px;
}
#related__section .likes__val,
#related__section .comments__val {
	margin-left: 10px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #0E0D1E;
}
#related__section .posts__col-right {
	border-left: 1px solid #E2E1E6;
	padding-left: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#related__section .post__col-block-images {
	display: flex;
	padding-top: 20px;
}
#related__section .post__col-block-images .post__col-author {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
#related__section .post__col-content {
	width: 70%;
	padding-right: 20px;
}
#related__section .post__col-img {
	width: 36%;
	position: relative;
}
#related__section .post__col-img .post__image-highlight-small {
	bottom: 40px;
}
#related__section .post__col-img img {
	width: 96px;
	height: 96px;
	object-fit: cover;
}
@media screen and ( min-width: 1728px ) {
	#post__title-section .post__title {
		font-size: 48px;
	}
	#post__title-section,
	.post__container {
		max-width: 1280px!important;
	}
	.post__image-content img {
		height: 597px;
	}
	.post__container .col-md-8 {

		width: 100%!important;
	}
	#content__section {
		max-width: 100%;
	}
	.main__post-content img {
		height: 549px!important;
	}
	.main__post-info {
		height: 370px;
	}
	#related__section .main__post-info {
		height: 260px;
		margin-bottom: -56px;
	}
	#related__section .posts__col-left .post__col-block:last-child {
		padding-bottom: 5px;
	}
	#related__section .main__post-actions {
		height: 2px;
	}
	body .elementor-429593 .elementor-container.elementor-column-gap-no,
	body .elementor-429593 .elementor-element.elementor-element-6e77a77>.elementor-container {
		max-width: 1280px!important;
	}
}
@media screen and ( min-width: 1500px ) {
	#subscribe__section {
		background: #F3F3F5;
	}
	#subscribe__section .article__subscribe-block {
		max-width: 667px;
		padding-right: 0px;
	}
}
@media screen and ( min-width: 1400px ) {
	.single-post .content-tabs strong .post__col-block:last-child,
	.single-post .content-tabs .post__col-block:last-child {
		display: none;
	}
	.col-md-4 a.post__col-title {
		overflow: hidden;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	text-overflow: ellipsis;
	}
	#content__section {
		min-height: 400px;
	}
	#content__section .post__image-highlight {
		font-size: 130%;
	}
	.post__mobile-popup {
		padding-left: 32px;
		padding-right: 32px;
	}
	.post__mobile-popup-img,
	.post__mobile-popup-img img {
		width: 132px;
	}
	.post__mobile-popup-caption {
		color: #FFF;
		font-family: Abhaya Libre;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		max-width: 100%;
	}
	.post__mobile-popup-btns .post__mobile-appstore,
	.post__mobile-popup-btns .post__mobile-googleplay {
		width: 98px;
		height: 28px;
	}
}
@media screen and ( max-width: 1450px ) {
	#wrapper__section .wrapper__title {
		font-size: 32px;
	}
	#subscribe__section .article__subscribe-block-title {
		font-size: 32px;
	}
	#subscribe__section .article__subscribe-block-desc {
		font-size: 16px;
	}
	#subscribe__section .wpcf7-list-item-label {
		font-size: 14px;
	}
	#info__section .post__author-name,
	#info__section .post__author-name a {
		font-size: 24px;
	}
	#related__section .main__post-title a {
		font-size: 24px;
	}
	#related__section .main__post-info {
		margin-bottom: -15px;
	}
	.post__container {
		max-width: 1116px!important;
		width: 100%;
		margin: 60px 80px!important;
	}
	#content__section,
	#subscribe__section,
	#info__section {
		max-width: 100%;
	}
}
@media screen and ( max-width: 1280px ) {
	body .elementor-429593 .elementor-container.elementor-column-gap-no {
		max-width: 1195px!important;
		width: 100%!important;
	}
	#post__title-section {
		max-width: 1265px;
	}
	.post__container .col-md-8 {
		max-width: 750px!important;
		width: 100%!important;
	}
	.post__container .col-md-4 {
		max-width: 300px!important;
		width: 100%!important;
	}
	#subscribe__section .article__subscribe-block {
		position: relative;
		height: 370px;
	}
}
@media screen and ( max-width: 1400px ) {
	.col-md-4 .homes-tabs a.post__col-title {
		overflow: hidden;
    	display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
    	text-overflow: ellipsis;
	}
	.post__container {
		max-width: 100%!important;
		width: 100%;
		margin: 60px auto!important;
	}
	#smart-head-mobile .is-smart {
		display: none!important;
		height: 0px!important;
		border: none!important;
	}
	#wrapper__section {
		height: 631px;
	}
	#wrapper__section .container {
		padding-left: 40px;
		padding-right: 40px;
		width: 100%;
		max-width: 100%!important;
	}
	#wrapper__section .wrapper__title {
		font-size: 32px;
		line-height: 110%;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.post__container {
		padding-left: 40px;
		padding-right: 40px;
		flex-wrap: wrap;
	}
	.post__container .col-md-4 {
		max-width: 100%;
	}
	#post__title-section {
		padding-left: 40px;
		padding-right: 40px;
	}
	#post__title-section .wrapper__category {
		font-size: 14px;
	}
	#post__title-section .post__title {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
	}
	#post__title-section .wrapper__author-info {
		font-size: 14px;
	}
	/* Content section */
	#content__section {
		margin-bottom: 20px;
	}
	#content__section h3 {
		font-size: 24px;
		line-height: 120%;
	}
	#content__section p {
		font-size: 16px;
		line-height: 150%;
	}
	#content__section iframe {
		width: 100%;
	}
	/* Subscribe section */
	#subscribe__section .article__subscribe-block {
		padding: 48px;
	}
	#subscribe__section .article__subscribe-block-title {
		font-size: 24px;
	}
	#subscribe__section .article__subscribe-block-desc {
		font-size: 16px;
	}
	#subscribe__section .article__subscribe-form input[type="submit"] {
		font-size: 16px;
	}
	/* Info section */
	#info__section .post__categories a {
		font-size: 14px;
		margin-right: 8px;
	}
	#info__section .post__author-info {
		padding-top: 32px;
		padding-bottom: 32px;
		border-top: 1px solid #B5BBCE;
		border-bottom: 1px solid #B5BBCE;
	}
	#info__section .post__author-image {
		margin-right: 24px;
		width: 15%;
	}
	#info__section .post__author-name,
	#info__section .post__author-name a {
		font-size: 18px;
		font-family: Open Sans;
	}
	#info__section .post__author-desc {
		font-size: 16px;
	}
	#info__section .post__actions,
	#info__section .post__socials p{
		font-size: 18px;
	}
	#info__section .post__author-name,
	#info__section .post__author-name a {
		font-size: 18px;
	}
	#info__section .post__comments-title {
		font-size: 24px;
	}
	/* Related section */
	#related__section .container {
/* 		padding-left: 40px;
		padding-right: 40px; */
		max-width: 100%;
	}
	#related__section .related__section-content {
		flex-direction: column;
	}
	#related__section .post__col-title {
		font-size: 16px;
	}
	#related__section .post__col-author,
	#related__section .post__col-likes a,
	#related__section .post__col-author a {
		font-size: 12px;
	}
	#related__section .post__col-block-images .post__col-author {
		font-size: 12px;
	}
	#related__section .post__col-block:first-child {
		padding-top: 0px;
	}
	#related__section .posts__col {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		border-left: none;
		border-right: none;
	}
	#related__section .posts__col-left {
		justify-content: space-between;
		margin-bottom: 48px;
	}
	#related__section .posts__col-left .post__col-block {
		width: 47.5%;
	}
	#related__section .main__post-col {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		border-bottom: none;
	}
	#related__section .main__post-content {
		height: 506px;
		margin-bottom: 50px;
	}
	#related__section .main__post-info {
		padding-bottom: 30px;
	}
	#related__section .post__col-img img {
		width: 100%!important;
		max-width: 100%!important;
		height: 115px;
		object-fit: cover;
		object-position: center;
	}
	#related__section .posts__col-right {
		padding-left: 0px;
		padding-top: 20px;
	}
	#related__section .posts__col-right .post__col-block:first-child {
		padding-top: 0px;
	}
	#related__section .posts__col-right .post__col-block {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#related__section .main__post-title a {
		font-size: 26px;
	}
	#related__section .main__post-category,
	#related__section .main__post-actions a,
	#related__section .main__post-category span,
	#related__section .main__post-category span {
		font-size: 12px;
	}
	#related__section .posts__col-right .post__col-title {
		font-size: 24px!important;
	}
	#related__section .posts__col-right .post__col-likes {
		font-size: 12px;
	}
	.button-tabs {
		font-size: 16px!important;
	}
}
@media screen and ( max-width: 820px ) {
	.post__container .col-md-4 {
		max-width: 100%!important;
		width: 100%!important;
	}
}
@media screen and ( max-width: 768px ) {
	#related__section .related__section-header {
		margin-bottom: 20px;
	}
	#related__section .posts__col-left .post__col-block:nth-child(2) {
		padding-top: 0px;
	}
}
@media screen and ( max-width: 450px ) {
	.post__mobile-popup {
		position: relative;
	}
	#info__section .post__categories a {
		border: 1px solid #E9E9E9!important;
	}
	#post__title-section {
		padding-top: 36px!important;
	}
	.post__container {
		max-width: 100%!important;
		width: 100%;
		margin: 24px auto!important;
	}
	#subscribe__section .article__subscribe-form input[type="submit"] {
		max-width: 185px;
		width: 100%;
	}
	#subscribe__section .article__subscribe-form .wpcf7-list-item {
		margin-top: 12px;
	}
	.single #related__section .container {
		padding: 40px 0px;
	}
	#content__section img {
		margin-bottom: 0px!important;
	}
	.col-md-4 .post__col-block.post__col-block-images {
    	margin-top: 22px;
	}
	.col-md-4 .post__col-content {
    	height: 74px!important;
	}
	div#smart-head-mobile .h-date:last-child {
    	font-size: 12px;
	}
	#footer-new-designe h4.elementor-heading-title {
    	color: var(--primary-black, #0E0D1E)!important;
		font-size: 20px!important;
		font-style: normal;
		font-weight: 700!important;
	}
	#content__section p {
    	color: #3E3D4B;
	}
	#content__section h3 {
		margin-top:40px;
		margin-bottom: 16px;
	}
	#subscribe__section .article__subscribe-block {
		margin-top: 8px!important;
	}
	#subscribe__section .article__subscribe-block-desc {
		margin-bottom: 0px;
	}
	input .wpcf7-email {
		border: 1px solid var(--primary-gray, #B5BBCE);
	}
	input .wpcf7-email {
		font-size: 16px!important;
		color:#0E0D1E!important;
	}
	input .wpcf7-email::placeholder {
		font-size: 16px!important;
		color:#0E0D1E!important;
		opacity: 0.4;
	}
	.comment__form-content button {
		margin-bottom: 60px;
	}
	.post__col-author {
		margin-bottom: 16px;
	}
	#related__section {
		padding-top: 100px;
	}
	#related__section .main__post-category span:last-child {
    	font-family: 'Open Sans';
    	font-style: normal;
    	font-weight: 400;
	}
	.wpcf7-form-control input[type=checkbox] {
		accent-color: #b60000;
  	}
	#related__section .posts__col-left {
    	justify-content: space-between;
    	margin-bottom: 55px;
	}
	#related__section .post__col-likes {
    	margin-bottom: 32px;
	}
	#related__section .posts__col-right {
    	padding-left: 0;
    	padding-top: 14px;
	}
	#wrapper__section {
		height: 637px;
	}
	#wrapper__section .container {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#wrapper__section .wrapper__title {
		font-size: 28px;
		line-height: 110%;
	}
	#post__title-section {
		padding-left: 16px;
		padding-right: 16px;
	}
	#post__title-section .wrapper__category {
		font-size: 14px;
	}
	#post__title-section .post__title {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
	}
	.post__container {
		padding-left: 16px;
		padding-right: 16px;
		flex-wrap: wrap;
	}
	#content__section h3,
	#content__section h2 {
		font-size: 22px;
	}
	#content__section p {
		font-size: 14px;
	}
	#subscribe__section .article__subscribe-block {
		padding: 24px;
		height: 100%;
		padding-bottom: 4px;
	}
	#subscribe__section .article__subscribe-form > p {
		flex-direction: column;
	}
	#subscribe__section .article__subscribe-block-desc {
		font-size: 14px;
	}
	#subscribe__section .article__subscribe-block-title {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 8px;
		font-weight: 700!important;
	}
	#subscribe__section .article__subscribe-form > p {
		margin-bottom: 0px;
	}
	#subscribe__section .wpcf7-form-control-wrap {
		margin-top: 15px;
	}
	#subscribe__section .wpcf7-form-control-wrap .wpcf7-list-item-label {
		position: relative;
		top: -5px;
	}
	#subscribe__section .article__subscribe-form .wpcf7-form-control-wrap {
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
	}
	#subscribe__section .wpcf7-list-item label {
		align-items: flex-start!important;
	}
	#subscribe__section .article__subscribe-form input[type=checkbox] {
		width: 20px;
		height: 20px;
	}
	#subscribe__section .article__subscribe-form input[type=email] {
		height: 48px!important;
	}
	#subscribe__section .article__subscribe-form input[type=submit] {
		max-width: 89%;
		margin-top: 8px;
		height: 48px!important;
		margin-bottom: 17px;
	}
	#subscribe__section .article__subscribe-form br {
		display: none;
	}
	#subscribe__section .wpcf7-list-item-label {
		font-size: 12px;
	}
	#info__section .post__share-block {
		flex-direction: column;
	}
	#info__section .post__actions {
		width: 100%;
		margin-bottom: 24px;
	}
	.col-md-4 .post__col-block .post__col-block-images {
		margin-top: 22px!important;
	}
	#related__section .main__post-content {
		margin-bottom: 72px!important;
	}
	.col-md-4 .post__col-block.post__col-block-images {
		margin-top: 22px!important;
	}
	#info__section .post__author-image img {
		margin-bottom: 18px!important;
	}
	#info__section .post__categories {
		margin-bottom: 28px;
	}
	.article__subscribe-message .wpcf7-form-control-wrap input {
		border: 1px solid#B5BBCE!important;
	}
	input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder {
		font-size: 12px!important;
		color: #C4C4C4!important;
	}
	#info__section .post__actions .post__like-action,
	#info__section .post__actions .post__bookmark-action {
		font-size: 16px;
	}
	#info__section .post__socials {
		width: 100%;
		justify-content: space-between;
	}
	#info__section .post__socials p {
		font-size: 16px;
	}
	#info__section .post__social {
		width: 32px;
		height: 32px;
	}
	#info__section .post__social svg {
		width: 16px;
		height: 16px;
	}
	#info__section .post__categories a {
		font-size: 14px;
		height: 42px;
		margin-bottom: 12px;
		padding-right: 15px;
		padding-left: 15px;
	}
	#info__section .post__author-info {
		flex-direction: column;
		border-top: 1px solid #B5BBCE;
		border-bottom: 1px solid #B5BBCE;
	}
	#info__section .post__author-image {
		width: 100%;
	}
	#info__section .post__author-image img {
		width: 96px;
		height: 96px;
		margin-bottom: 10px;
	}
	#info__section .post__author-content {
		width: 100%;
	}
	#info__section .post__share-block {
		margin-bottom: 60px;
	}
	#info__section .post__author-name,
	#info__section .post__author-name a {
		font-size: 18px;
		font-family: Open Sans;
	}
	#info__section .post__author-desc {
		font-size: 16px;
		max-width: 328px;
	}
	#info__section .post__comment-form {
		position: relative;
	}
	#info__section .comment__form-content button {
		position: absolute;
		width: calc( 100vw - 80px);
		max-width: calc( 100vw - 80px);
		right: 0;
		top: 95px;
	}
	#info__section .post__comments-title {
		font-size: 22px;
	}
	#info__section .comment__form-content {
		flex-direction: column;
	}
	#info__section .comment__form-content textarea {
		width: 100%;
		font-size: 14px;
	}
	#info__section .comment__form-content textarea::placeholder {
		opacity: 0.30000001192092896;
	}
	#related__section .related__section-title {
		font-size: 20px;
	}
	#related__section .related__section-header {
		margin-bottom: 40px;
	}
	#related__section .related__section-content {
		flex-direction: column;
	}
	#related__section .posts__col-left .post__col-block {
		width: 100%;
	}
	#related__section .post__col-title {
		font-size: 16px;
	}
	#related__section .post__col-author {
		font-size: 12px;
	}
	#related__section .main__post-title a {
		font-size: 20px;
	}
	#related__section .main__post-col {
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	#related__section .posts__col-left,
	#related__section .posts__col-right {
		border-left: none;
		border-right: none;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	#related__section .main__post-category span,
	#related__section .post__col-likes a {
		font-size: 12px;
	}
	#related__section .main__post-title {
		padding-bottom: 40px;
	}
	#related__section .main__post-content {
		height: 401px;
	}
	#related__section .posts__col-right .post__col-title {
		font-size: 16px!important;
	}
	#related__section .posts__col-right {
		margin-top: 0px;
	}
	#related__section .main__post-col {
		padding-bottom: 0px;
	}
	#related__section .post__col-img .post__image-highlight-small {
		bottom: 73px;
	}
	#related__section .main__post-info {
		padding: 24px 16px;
		margin-left: 16px;
		margin-right: 16px;
	}
	#related__section .post__col-img img {
		width: 71px;
		height: 64px;
	}
	.col-md-4 .posts__col {
		margin-top: 24px;
	}
	.button-tabs {
		font-size: 12px!important;
	}
	.button-tabs {
		font-size: 12px;
	}
	.posts__col.posts__col-right .homes-tabs a.post__col-title {
		font-size: 16px;
		margin-top: 8px;
	}
}

/* Custom styles for posts col (copied from finance page) */
.button-tabs1 {
    border-bottom: 1px solid #E2E1E6;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #B5BBCE;
    padding-bottom: 20px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
	margin-bottom: -1px;
}
.button-tabs1.active {
    border-bottom: 1px solid #D02F44;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #0E0D1E;
    padding-left: 20px;
    padding-right: 20px;
}
.content-tabs1 {
    display: none;
}
.content-tabs1.active {
    display: block;
}
#stock_list .head-tabs {
    border-bottom: 1px solid #E2E1E6;
    margin-bottom: 40px;
}
.col-md-4 .post__col-block.post__col-block-images {
    display: flex;
    align-items: center;
    margin-top: 34px;
}
.col-md-4 .posts__col .post__col-img img {
    height: 89px;
    width: 89px !important;
    max-width: 89px;
	object-fit: cover;
    margin: 0 auto !important;
    padding: 0 !important;
}
.post__col-img {
    margin-right: 16px;
}
div#stock_list .header-wrapper {
    display: none;
}
.skol-button .toggle {
    --width: 105px;
    --height: 35px;
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}
.skol-button .toggle input {
	display: none;
}
.skol-button .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #C63C3C;
    transition: all 0.4s ease-in-out;
}
.skol-button .toggle .slider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(var(--height));
	height: calc(var(--height));
	border-radius: calc(var(--height) / 2);
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease-in-out;
}
.skol-button .toggle input:checked+.slider {
    background-color: #5CA869;
}
.skol-button .toggle input:checked+.slider::before {
	transform: translateX(calc(var(--width) - var(--height)));
}
.skol-button .toggle .labels {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: sans-serif;
	transition: all 0.4s ease-in-out;
}
.skol-button .toggle .labels::after {
	content: attr(data-off);
	position: absolute;
	right: 10px;
	color: #4d4d4d;
	opacity: 1;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	transition: all 0.4s ease-in-out;
}
.skol-button .toggle .labels::before {
	content: attr(data-on);
	position: absolute;
	left: 10px;
	color: #ffffff;
	opacity: 0;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
	transition: all 0.4s ease-in-out;
}
.skol-button .toggle input:checked~.labels::after {
    opacity: 0;
}
.skol-button .toggle input:checked~.labels::before {
   	opacity: 1;
}
.labels::after, .skol-button .toggle input:checked~.labels::before {
    color: var(--primary-white, #FFF) !important;
    text-transform: uppercase;
}
.skol-button .toggle .slider::before {
    width: 28px;
    height: 28px;
    top: 4px;
    left: 4px;
}
.skol-button {
    width: 20%;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    top: -10px;
}
.content-tabs1 header {
    display: none;
}
.finance-title h1 {
    color: #0E0D1E;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
}
.finance-title {
    max-width: 1300px;
    margin: 60px auto;
}
.elementor-section.elementor-section-boxed > div.elementor-container {
    max-width: 1300px;
}
.elementor-section.elementor-section-boxed > div.elementor-container .elementor-column.elementor-col-70 {
    padding: 0;
}
.elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-20455132 {
    padding: 0;
}
button.slick-prev.slick-arrow:before,button.slick-next.slick-arrow:before {
    display: none;
}
button.slick-prev.slick-arrow {
    background: url(/wp-content/themes/smart-mag-child/image/finance-sl.svg) !important;
    width: 28px;
    height: 28px;
    transform: rotate(-180deg);
    top: 17px;
}
button.slick-next.slick-arrow {
    background: url(/wp-content/themes/smart-mag-child/image/finance-sl.svg) !important;
    width: 28px;
    height: 28px;
}
.slick-slide {
    display: none !important;
}
.slick-slide.slick-active {
    display: block !important;
    width: 16.6666% !important;
}
.slick-list.draggable {
    width: 100%;
}
.slick-track {
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
    min-width: 100% !important;
    overflow: hidden !important;
}
.slick-arrow.slick-disabled {
    opacity: 1;
    filter: grayscale(1);
}
div#ticker {
    max-width: 1250px !important;
    margin: 0 auto;
}
div#ticker {
    border: 0;
}
.slick-slide {
    border-right: 1px solid #E9E9E9;
    position: relative;
    right: -1px;
}
.has-el-gap .elementor-container {
    margin: 0;
}
.content-tabs {
    display: none;
}
.content-tabs.active {
    display: flex;
}
.head-tabs {
    display: flex;
}
.button-tabs {
    border-bottom: 1px solid #E2E1E6;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #B5BBCE;
    width: 50%;
    padding-bottom: 20px;
    cursor: pointer;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}
.button-tabs.active {
    border-bottom: 1px solid #D02F44;
	font-family: Satoshi;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #0E0D1E;
    width: 50%;
}
.content-tabs.active {
    display: flex;
    flex-direction: column;
}
i.fa-solid.fa-circle-arrow-up.up {
    font-size: 0 !important;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/smart-mag-child/image/icons/up-fin.svg);
    position: absolute;
    margin-left: -1px;
}
i.fa-solid.fa-circle-arrow-down.down {
    font-size: 0 !important;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/smart-mag-child/image/icons/down-fin.svg);
    position: absolute;
    margin-left: -1px;
}
div#ticker .content {
    position: relative;
}
div#stock_list table * {
    font-family: Satoshi !important;
}
div#ticker .ticker-title.indices span.up, div#ticker .ticker-title.indices span.down, div#ticker .ticker-content.indices * {
    font-size: 14px !important;
    font-weight: 500 !important;
}
div#ticker h4 a {
    color: #0E0D1E;
    font-family: Abhaya Libre;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.stock table tr td a, div#stock_list table fin-streamer, div#stock_list table span.red, div#stock_list table span.green {
	font-size: 16px !important;
}
div#stock_list table p.dk_m, div#stock_list table thead span {
    font-size: 14px !important;
}
.col-md-4 .post__col-content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85px;
}
.col-md-4 .homes-tabs a.post__col-title {
    overflow: hidden;
    color: #0E0D1E;
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: Abhaya Libre;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.finance-title h1 {
    color: #0E0D1E;
    font-family: Abhaya Libre;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.posts__col.posts__col-right .homes-tabs time.post-date {
    color: #FA3C55;
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.posts__col.posts__col-right .homes-tabs a.category-time {
    color: rgba(14, 13, 30, 0.40);
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
}
.button-tabs1 {
    font-family: Satoshi;
}
.skol-button .toggle .labels, .skol-button .toggle .labels::before, .skol-button .toggle .labels::after {
	font-family: Satoshi;
	font-weight: 700;
}
.skol-button .toggle {
	--width: 120px;
	--height: 40px;
	position: relative;
	display: inline-block;
	width: var(--width);
	height: var(--height);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: var(--height);
	cursor: pointer;
}
.skol-button .toggle .slider::before {
	width: 28px;
	height: 28px;
	top: 6px;
	left: 7px;
}
.skol-button .toggle .labels::before, .skol-button .toggle .labels::after {
	font-family: Satoshi;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.skol-button .toggle .labels::after {
	right: 21px;
}
.skol-button .toggle input:checked~.labels::before {
	left: 18px;
}


.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}
.flex-row  {
	flex-direction: row;
}

.align-items-center {
	align-items: center;
}
