@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Alabama";
	src: url("../../font/Alabama.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: #F3410E;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: #F3410E;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: #F3410E;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: #F3410E;
}

.p-faqs {
	text-align: left;
	color: var(--grey);
	padding-bottom: 2.5rem;
}

html[dir=rtl] .p-faqs {
	text-align: right;
}

.p-faqs .title {
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-family: var(--font-family-title);
	margin: 24px auto;
}

.p-faqs .card {
	padding: 16px 0;
	border-bottom: 1px solid var(--grey);
}

.p-faqs .card .btn {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: var(--grey);
	padding-right: 1.5rem;
	text-decoration: none;
}

html[dir=rtl] .p-faqs .card .btn {
	padding-right: 0;
	padding-left: 1.5rem;
}

.p-faqs .card .btn:after {
	content: ">";
	width: 12px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transition: all 0.6s;
	-ms-transform: rotate(270deg) translateY(-50%);
	transform: rotate(270deg) translateY(-50%);
	color: var(--blue);
	font-family: var(--font-family-title);
	font-size: 1.94rem;
}

html[dir=rtl] .p-faqs .card .btn:after {
	right: auto;
	left: 0;
}

.p-faqs .card .btn.collapsed {
	font-size: 18px;
	font-weight: 400;
}

.p-faqs .card .btn.collapsed:after {
	content: ">";
	-ms-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
}

.p-faqs .card-body {
	padding-right: 1.5rem;
	padding-top: 1rem;
}

.p-faqs .link {
	text-align: center;
	margin-top: 2.88rem;
}

@media (max-width: 1023px) {

.p-faqs .card .btn {
	font-size: 18px;
}

.p-faqs .card-body {
	font-size: 14px;
}

}

