#wrapper__detailBlog {
	position: relative;
	z-index: 1;
	background: white;
}
/* ------------------------------------------------ */
/* SECTION: BANNER */
#detailBlog__banner {
	position: relative;
	width: 100rem;
	height: 31.25rem;
	display: flex;
	align-items: flex-end;
}
#detailBlog__banner .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}
.detailBlog__banner__overlay {
	background: linear-gradient(
		180deg,
		rgba(1, 15, 21, 0.5) 0%,
		rgba(1, 15, 21, 0.6) 55%,
		rgba(1, 15, 21, 0.8) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.detailBlog__banner__content {
	position: relative;
	z-index: 5;
}
.detailBlog__banner__content .heading {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.45;
	width: 64.9375rem;
}
.wrapper__date__socials {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2.5rem 0;
}
.wrapper__date__socials .date {
	color: #b9b9b9;
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}
.wrapper__date__socials .socials {
	display: flex;
}
.wrapper__date__socials .socials .item__social {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	background: white;
	margin-left: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ------------------------------------------------ */
/* SECTION: CONTENT */

#detailBlog__content .container {
	display: flex;
	padding-top: 6.25rem;
}
#detailBlog__content .detailBlog__content__index {
	width: 25.5rem;
	flex-shrink: 0;
	margin-right: 5rem;
	height: fit-content;
}
#detailBlog__content .detailBlog__content__index .detailBlog__tableContent {
	width: 100%;
	/*     height: 22.375rem; */
	flex-shrink: 0;
	margin-right: 5rem;
	border-radius: 0.75rem;
	border: 2px solid #eee;
	background: var(--text-text-grey-0, #fff);
}
#detailBlog__content .detailBlog__content__index .detailBlog__socials {
	display: flex;
	align-items: center;
	margin-top: 2.25rem;
}
.detailBlog__content__index .detailBlog__socials .socials {
	display: flex;
	align-items: center;
	margin-left: 0.31rem;
}
.detailBlog__socials .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 0.62rem;
}
.detailBlog__socials .socials a img {
	width: 1.5rem;
	height: 1.5rem;
}

#detailBlog__content .detailBlog__content__main {
	width: 51.8rem;
	flex-shrink: 0;
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}
#detailBlog__content .detailBlog__content__main p {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
}
#detailBlog__content .detailBlog__content__main p:first-child {
	font-weight: 700;
	color: var(--Text-Text-Grey-100---Body, #001224);
	font-family: Lexend;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75rem;
	letter-spacing: -0.02231rem;
}
#detailBlog__content .detailBlog__content__main p + img,
#detailBlog__content .detailBlog__content__main img + p {
	margin-top: 1.5rem;
}
#detailBlog__content .detailBlog__content__main img {
	min-width: 100%;
	height: auto;
	object-fit: contain;
}
#detailBlog__content .detailBlog__content__main .wrapper__author__socials {
	width: 100%;
	padding-top: 1rem;
	border-top: 1px solid #cfcfcf;
	margin-top: 1.5rem;
}
#detailBlog__content .detailBlog__content__main .author {
	width: 100%;
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.01rem;
	display: flex;
	align-items: center;
}
#detailBlog__content .detailBlog__content__main .socials {
	display: none;
}
#detailBlog__content .detailBlog__content__main .author .name {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	display: inline-block;
	margin-left: 0.32rem;
}
@media (max-width: 767px) {
	#detailBlog__content .detailBlog__content__main .author {
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.03125rem;
		margin-bottom: 0;
	}
}
/* ------------------------------------------------ */
/* SECTION: BLOGS RELATED */
#blogs__related {
	margin-top: 3.75rem;
}
#blogs__related .blogs__related__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#blogs__related .blogs__related__wrapper .navigation {
	display: flex;
}
#blogs__related .blogs__related__wrapper .navigation button {
	border-radius: 50%;
	border: 0.8px solid #ebebeb;
	background: rgba(220, 220, 220, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
}
#blogs__related .blogs__related__wrapper .navigation button img {
	width: 1.5rem;
	height: 1.5rem;
}
#blogs__related
.blogs__related__wrapper
.navigation
button.blogs__related__next {
	margin-left: 0.5rem;
	transform: rotate(180deg);
}
#blogs__related .line {
	border-bottom: 1px solid #eee;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	width: 100%;
	height: 1px;
}
#blogs__related .blogs__related__title {
	color: var(--Shinnec-Color-Primary-Primary, #006b1d);
	font-family: Lexend;
	font-size: 3rem;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
}
#blogs__related .blogs__related__slide {
	display: grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 1.5rem;
	height: 23.2rem;
}
#blogs__related .blogs__related__slide .blogs__related__grid {
	display: none;
}
.blogs__related__swiper {
	grid-area: 1 / 1 / 2 / 4;
	width: 100%;
	height: 100%;
}
.card__the__future {
	grid-area: 1 / 4 / 2 / 5;
	position: relative;
	border-radius: 0.64rem;
	overflow: hidden;
}
.card__the__future .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.card__the__future .content {
	border: 1.024px solid rgba(255, 255, 255, 0.3);
	border-radius: 0.64rem;
	z-index: 3;
	padding: 1.13rem;
	width: 100%;
	height: 100%;
	position: relative;
}
.card__the__future .content .title {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.06144rem;
	margin-bottom: 5.72rem;
}
.form__the__future {
	width: 100%;
	position: relative;
	border-radius: 2.55988rem;
	background: var(--text-text-grey-0, #fff);
	display: flex;
	align-items: center;
}
.form__the__future input {
	font-family: Lexend;
	font-size: 0.89594rem;
	font-weight: 500;
	line-height: 1.15194rem;
	letter-spacing: -0.01794rem;
	/* 	padding: 0 2.5rem 0 0rem; */
	background: transparent;
	outline: none;
	width:100%;
	height:100%;
}

.form__the__future .wpcf7-form-control-wrap {
	height:100%;
	padding-left: 2rem;
	padding-right: 3.5rem;
}

.form__the__future .submit {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	overflow: hidden;
	background: #1a5ed4;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0.33rem;
}

.form__the__future .submit .wrapper__arrow {
	display: flex;
	width: fit-content;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.5s;
}
.form__the__future .submit .wrapper__arrow .item__arrow {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form__the__future .submit .wrapper__arrow .item__arrow img {
	width: 1.5rem;
	height: 1.5rem;
}
.card__the__future .content .description {
	display: block;
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: var(--font-size-14, 0.875rem);
	font-weight: 400;
	line-height: 150%;
	margin-top: 2.64rem;
}
.card__the__future .content .description a {
	color: var(--text-text-grey-0, #fff);
	font-family: Lexend;
	font-size: var(--font-size-14, 0.875rem);
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;
	display: inline-block;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.form__the__future .cf7sg-container {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}
.form__the__future .wpcf7 ,
.form__the__future .cf7sg-container>div {
	width: 100%;
	height: 100%;
}
.form__the__future form {
	width: 100%;
	height: 3.07188rem;
}
.blogs__future__form form>p {
	width: 100%;
	height: 100%;
}

.wpcf7-form.invalid .wpcf7-response-output {
	display:none;
}
.wpcf7 form .wpcf7-response-output {
	position: absolute;
	top: -1.75rem;
	text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
	font-size:0.875rem;
	border:none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.form__the__future input:focus {
	outline: none !important;
}
.form__the__future .wpcf7-not-valid-tip {
	position: absolute;
	top: -1.75rem;
	font-size: 0.875rem;
}
.blogs__future__label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.blogs__future__submit_warrper {
	overflow: hidden;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	position: absolute;
	right: 0.82rem;
	top: 50%;
	transform: translate(0, -50%);
	background: var(--Shinnec-Color-Secondary-Blue-800, #0078d4);
}
.form__the__future form p,
.form__the__future form p label,
.form__the__future form p label input {
	width: 100%;
	height: 100%;
}
.submit__wrapper {
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0rem;
	transition: all 0.7s cubic-bezier(0.8, -0.02, 0.28, 0.98);
}
.submit__wrapper > div {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.submit__wrapper img {
	width: 2.1rem;
	height: 2.1rem;
}
.form__the__future form .submit__wrapper p {
	display: contents;
}
@media screen and (min-width: 1025px) {
	.blogs__future__submit_warrper:hover .submit__wrapper {
		transform: translateX(50%);
	}

}
@media screen and (min-width: 1025px) {
	.form__the__future .submit:hover .wrapper__arrow {
		transform: translateX(2.5rem);
	}
	#blogs__related .blogs__related__wrapper .navigation button:hover {
		background: #e2eefa;
		border: 0.8px solid #e2eefa;
	}
}

@media screen and (max-width: 767px) {
	/* ------------------------------------------------ */
	/* SECTION: BANNER */
	#detailBlog__banner {
		height: 24.4rem;
		width: 100%;
	}
	.detailBlog__banner__content {
		width: 100%;
		padding: 0 0.75rem;
	}
	.detailBlog__banner__content .heading {
		width: 100%;
		font-family: Lexend;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.025rem;
	}
	.wrapper__date__socials {
		margin: 0.62rem 0 1.06rem;
	}
	.wrapper__date__socials .socials {
		display: none;
	}
	/* ------------------------------------------------ */
	/* SECTION: CONTENT */
	#detailBlog__content .container {
		width: 100%;
		padding: 2rem 0.75rem 0;
		flex-direction: column;
	}
	#detailBlog__content .detailBlog__content__index {
		width: 100%;
		margin-right: 0;
	}
	#detailBlog__content .detailBlog__content__index .detailBlog__tableContent {
		width: 100%;
		margin-right: 0;
	}
	#detailBlog__content .detailBlog__content__index .detailBlog__socials {
		display: none;
	}
	#detailBlog__content .detailBlog__socials {
		display: none;
	}
	#detailBlog__content .detailBlog__content__main {
		width: 100%;
		margin-top: 2rem;
	}
	#detailBlog__content .detailBlog__content__main .socials {
		display: flex;
		align-items:center;
	}
	#detailBlog__content .detailBlog__content__main .wrapper__author__socials {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#detailBlog__content .detailBlog__content__main .socials a,
	#detailBlog__content .detailBlog__content__main .socials button{
		width: 2.25rem;
		height: 2.25rem;
		background: #70737c2e;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 0.56rem;
	}
	#detailBlog__content .detailBlog__content__main .socials a img,
	#detailBlog__content .detailBlog__content__main .socials button img{
		width: 1.35rem;
		height: auto;
		min-width: 1.35rem;
	}
	#detailBlog__content .detailBlog__content__main .socials button img,
	#detailBlog__content .detailBlog__content__main .socials button,
	#detailBlog__content .detailBlog__content__main .socials a img {
		margin: 0;
	}
	.wrapper__author__socials .author span {
		margin: 0;
	}
	/* ------------------------------------------------ */
	/* SECTION: BLOGS RELATED */
	#blogs__related {
		margin-top: 2rem;
		padding: 0 0.75rem;
	}
	#blogs__related .container {
		width: 100%;
	}
	#blogs__related .blogs__related__title {
		color: var(--Shinnec-Color-Primary-Primary, #006b1d);
		font-family: Lexend;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 1.44rem;
	}
	#blogs__related .blogs__related__wrapper .navigation {
		display: none;
	}
	.blogs__related__swiper {
		display: none;
	}
	#blogs__related .blogs__related__slide {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
		height: fit-content;
	}
	.card__the__future {
		grid-area: auto;
	}
	#blogs__related .line {
		display: none;
	}
	#blogs__related .blogs__related__slide .blogs__related__grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		row-gap: 1.5rem;
		margin-bottom: 1.5rem;
	}
}
.ez-toc-title-container {
	margin-bottom: 1.6875rem;
}
#ez-toc-container {
	background: #fff;
	border: 0px solid #aaa;
	border-radius: 0.75rem;
	padding: 1.625rem 1.625rem 0rem 1.625rem;
	width: 100%;
}
#ez-toc-container nav .ez-toc-list > li > a {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 1.4rem */
	letter-spacing: -0.039rem;
}
#ez-toc-container nav .ez-toc-list > li > ul > li > a {
	margin: 0.5rem 0;
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: var(--font-size-14, 0.875rem);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

#detailBlog__content .heading-table {
	border-radius: 0.75rem;
	border: 2px solid #eee;
	padding: 1.5rem;
}

#detailBlog__content .heading-table .heading-container {
	display: flex;
	align-items: center;
}

#detailBlog__content .heading-table .heading-container h4 {
	color: var(--Text-Text-Grey-100---Body, #001224);
	text-align: center;
	font-family: Lexend;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 133.3%;
}

#detailBlog__content .heading-table .heading-container button {
	width: 1.75rem;
	height: 1.75rem;
	margin-left: auto;
}

#detailBlog__content .heading-table .accordion-content {
	overflow: hidden;
	transition: all 0.4s ease-out;
}

#detailBlog__content .heading-table .content-container {
	border-left: 0.25rem solid rgba(0, 107, 29, 0.11);
	padding-left: 1.25rem;
	display: flex;
	flex-direction: column;
}

#detailBlog__content .heading-table .spacing {
	height: 1.5rem;
}

#detailBlog__content .heading-table .content-container button {
	text-align: start;
	display: flex;
	align-items: flex-start;
}

#detailBlog__content .heading-table .content-container .heading-2 {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.039rem;
}

#detailBlog__content .heading-table .content-container .dot {
	margin: 0 0.5rem;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	background: #000;
	flex: none;
	margin-top: 0.55rem;
}

#detailBlog__content .heading-table .content-container .heading-2:not(:first-of-type) {
	margin-top: 1rem;
}

#detailBlog__content .heading-table .content-container button:not(.heading-2) {
	margin-top: 0.5rem;
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: var(--font-size-14, 0.875rem);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

@media (max-width: 767px) {
	#detailBlog__content .heading-table {
		border-radius: 0.75rem;
		border: 1px solid #eee;
		padding: 1rem;
	}

	#detailBlog__content .heading-table .heading-container h4 {
		color: var(--Text-Text-Grey-100---Body, #001224);
		text-align: center;
		font-family: Lexend;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 600;
		line-height: 133.3%;
	}

	#detailBlog__content .heading-table .heading-container button {
		display: none;
	}

	#detailBlog__content .heading-table .content-container {
		border-left: none;
		padding-left: 0;
	}

	#detailBlog__content .heading-table .spacing {
		height: 0.75rem;
	}

	#detailBlog__content .heading-table .content-container .heading-2 {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		letter-spacing: -0.00875rem;
	}

	#detailBlog__content .heading-table .content-container .heading-2:not(:first-of-type) {
		margin-top: 0.75rem;
	}

	#detailBlog__content .heading-table .content-container button:not(.heading-2) {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 0.75rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
		margin-top: 0.375rem;
	}
}

.detailBlog__content__main * {
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.detailBlog__content__main *:first-child {
	margin-top: 0;
}

.detailBlog__content__main figcaption {
	margin-top: -0.75rem;
}

.detailBlog__content__main h2 {
	color: var(--Shinnec-Color-Tertiary-Green-600, #40A160);
	font-family: Lexend;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.03rem;
}

.detailBlog__content__main h3 {
	color: var(--Text-Text-Grey-100---Body, #001224);
	font-family: Lexend;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.025rem;
}

.detailBlog__content__main h4 {
	color: var(--Text-Text-Grey-100---Body, #001224);
	font-family: Lexend;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.025rem;
}

.detailBlog__content__main h5 {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.025rem;
}
.detailBlog__content__main p {
	color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.detailBlog__content__main strong,
.detailBlog__content__main b {
	color: var(--Text-Text-Grey-100---Body, #001224);
	font-family: Lexend;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.nav-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.5rem;
}
.nav-container > * + * {
	margin-left: 0.5rem;
}
.nav-container a,
.nav-container span {
	color: var(--white, #fff);
	font-family: Lexend;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.00219rem;
	text-transform: uppercase;
}
.nav-container a:first-of-type {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.nav-container {
		margin-bottom: 0.62rem;
	}
	.nav-container > * + * {
		margin-left: 0.38rem;
	}
	.nav-container a,
	.nav-container span {
		color: var(--text-text-grey-0, #fff);
		font-family: Lexend;
		font-size: 0.625rem;
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		letter-spacing: -0.03125rem;
	}
	.nav-container a:last-child {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;  
		overflow: hidden;
		flex: 1;
	}

	.detailBlog__content__main h2 {
		color: var(--Shinnec-Color-Tertiary-Green-600, #40A160);
		font-family: Lexend;
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%;
		letter-spacing: -0.025rem;
	}

	.detailBlog__content__main h3 {
		color: var(--Text-Text-Grey-100---Body, #001224);
		font-family: Lexend;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.05606rem;
	}

	.detailBlog__content__main h4 {
		color: var(--Text-Text-Grey-100---Body, #001224);
		font-family: Lexend;
		font-size: 1rem;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.05606rem;
	}

	.detailBlog__content__main h5 {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 140%;
		letter-spacing: -0.05606rem;
	}
	.detailBlog__content__main p {
		color: var(--Text-Text-Grey-87-body-text-1, rgba(0, 18, 36, 0.87));
		font-family: Lexend;
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	.detailBlog__content__main strong,
	.detailBlog__content__main b {
		color: var(--Text-Text-Grey-100---Body, #001224);
		font-family: Lexend;
		font-size: 1rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
	}
}
