/*
 * PRGIRegistration.com - Complete FAQ Page
 * Desktop: 768px and above, minimum explicit font size 14px.
 * Mobile: 767px and below, minimum explicit font size 13px.
 * Only one responsive breakpoint is used.
 */

body.prgireg-faq-page #page,
body.prgireg-faq-page .site.grid-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.prgireg-faq-page #content,
body.prgireg-faq-page .site-content {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.prgireg-faq-page #primary.prgi-faq {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.prgi-faq,
.prgi-faq * {
	box-sizing: border-box;
}

.prgi-faq [hidden] {
	display: none !important;
}

.prgi-faq {
	--pf-navy: #071a33;
	--pf-navy-2: #123b67;
	--pf-red: #c8171e;
	--pf-red-dark: #950e15;
	--pf-yellow: #facc15;
	--pf-green: #25d366;
	--pf-blue: #2563eb;
	--pf-text: #4b6074;
	--pf-muted: #718397;
	--pf-soft: #f3f7fc;
	--pf-line: #dbe6f0;
	position: relative;
	overflow: hidden;
	color: var(--pf-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.7;
}

.prgi-faq svg {
	display: block;
	fill: currentColor;
}

.prgi-faq__container {
	width: min(calc(100% - 48px), 1280px);
	margin-inline: auto;
}

.prgi-faq__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 54px 0 66px;
	background: linear-gradient(122deg, #06162c 0%, var(--pf-navy) 48%, #123f70 100%);
	color: #fff;
}

.prgi-faq__hero::after {
	content: "FAQ";
	position: absolute;
	z-index: -1;
	right: -18px;
	bottom: -82px;
	color: rgba(255, 255, 255, .025);
	font-size: 260px;
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.0em;
}

.prgi-faq__hero-pattern {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .14;
	background-image: radial-gradient(rgba(255, 255, 255, .8) 1px, transparent 1px);
	background-size: 26px 26px;
	mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.prgi-faq__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
	align-items: center;
	gap: 72px;
}

.prgi-faq__breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: #b9cade;
	font-size: 14px;
	font-weight: 750;
}

.prgi-faq__breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.prgi-faq__eyebrow {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 8px 13px;
	border: 1px solid rgba(250, 204, 21, .36);
	border-radius: 999px;
	background: rgba(250, 204, 21, .08);
	color: var(--pf-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .1em;
}

.prgi-faq__hero h1 {
	max-width: 800px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 4.35vw, 66px);
	font-weight: 850;
	line-height: 1.06;
	letter-spacing: -.0em;
}

.prgi-faq__hero h1 strong {
	display: block;
	margin-top: 8px;
	color: var(--pf-yellow);
	font-weight: 850;
}

.prgi-faq__lead {
	max-width: 760px;
	margin: 24px 0 0;
	color: #d4e2ee;
	font-size: 17px;
	line-height: 1.75;
}

.prgi-faq__hero-actions,
.prgi-faq__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 29px;
}

.prgi-faq__button {
	min-height: 53px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.prgi-faq__button:hover {
	transform: translateY(-2px);
}

.prgi-faq__button svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
}

.prgi-faq__button--yellow {
	background: var(--pf-yellow);
	color: var(--pf-navy) !important;
	box-shadow: 0 13px 28px rgba(250, 204, 21, .18);
}

.prgi-faq__button--yellow:hover {
	background: #ffe15c;
}

.prgi-faq__button--outline {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
}

.prgi-faq__button--outline:hover {
	background: rgba(255, 255, 255, .14);
}

.prgi-faq__hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 25px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .13);
}

.prgi-faq__hero-points span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #cbdbea;
	font-size: 14px;
	font-weight: 750;
}

.prgi-faq__hero-points svg {
	width: 18px;
	height: 18px;
	padding: 3px;
	border-radius: 50%;
	background: var(--pf-yellow);
	color: var(--pf-navy);
}

.prgi-faq__hero-card {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 38px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
	box-shadow: 0 30px 60px rgba(0, 0, 0, .28);
	text-align: center;
	backdrop-filter: blur(12px);
}

.prgi-faq__hero-card::before,
.prgi-faq__hero-card::after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.prgi-faq__hero-card::before {
	width: 180px;
	height: 180px;
	right: -90px;
	top: -90px;
	border: 32px solid rgba(250, 204, 21, .08);
}

.prgi-faq__hero-card::after {
	width: 90px;
	height: 90px;
	left: -45px;
	bottom: -45px;
	background: rgba(200, 23, 30, .16);
}

.prgi-faq__hero-symbol {
	position: relative;
	width: 134px;
	height: 134px;
	display: grid;
	place-items: center;
	border: 1px dashed rgba(250, 204, 21, .6);
	border-radius: 50%;
}

.prgi-faq__hero-symbol::before {
	content: "";
	position: absolute;
	inset: 16px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
}

.prgi-faq__hero-symbol span {
	position: relative;
	width: 70px;
	height: 70px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--pf-yellow);
	color: var(--pf-navy);
	font-size: 42px;
	font-weight: 950;
	line-height: 1;
	box-shadow: 0 0 0 10px rgba(250, 204, 21, .09);
}

.prgi-faq__hero-card > p {
	margin: 24px 0 7px;
	color: var(--pf-yellow);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
}

.prgi-faq__hero-card h2 {
	max-width: 400px;
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 850;
	line-height: 1.28;
}

.prgi-faq__hero-topics {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 22px;
}

.prgi-faq__hero-topics span {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 99px;
	background: rgba(255, 255, 255, .07);
	color: #d2dfeb;
	font-size: 14px;
	font-weight: 750;
}

.prgi-faq__finder {
	position: relative;
	z-index: 5;
	padding: 30px 0 23px;
	border-bottom: 1px solid var(--pf-line);
	background: #fff;
	box-shadow: 0 10px 30px rgba(7, 26, 51, .06);
}

.prgi-faq__search-wrap {
	position: relative;
	max-width: 920px;
	margin: -58px auto 22px;
	box-shadow: 0 18px 45px rgba(7, 26, 51, .16);
}

.prgi-faq__search-wrap label {
	position: absolute;
	z-index: 2;
	left: 22px;
	top: 50%;
	color: var(--pf-red);
	transform: translateY(-50%);
}

.prgi-faq__search-wrap label svg {
	width: 27px;
	height: 27px;
}

.prgi-faq__search-wrap input {
	width: 100%;
	height: 74px;
	padding: 0 100px 0 64px;
	border: 1px solid #d5e2ed;
	border-radius: 15px;
	outline: 0;
	background: #fff;
	color: var(--pf-navy);
	font-family: inherit;
	font-size: 16px;
	font-weight: 650;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.prgi-faq__search-wrap input:focus {
	border-color: var(--pf-blue);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .1);
}

.prgi-faq__search-wrap input::placeholder {
	color: #8393a3;
	opacity: 1;
}

.prgi-faq__search-wrap button {
	position: absolute;
	right: 15px;
	top: 50%;
	display: none;
	padding: 8px 12px;
	border: 0;
	border-radius: 7px;
	background: #eef3f8;
	color: var(--pf-navy);
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transform: translateY(-50%);
}

.prgi-faq__search-wrap button.is-visible {
	display: block;
}

.prgi-faq__filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px;
}

.prgi-faq__filter button {
	min-height: 43px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 13px;
	border: 1px solid var(--pf-line);
	border-radius: 9px;
	background: #fff;
	color: #52687b;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.prgi-faq__filter button span {
	min-width: 24px;
	padding: 2px 6px;
	border-radius: 99px;
	background: #eef3f8;
	color: #6a7c8d;
	font-size: 14px;
	line-height: 1.35;
}

.prgi-faq__filter button:hover,
.prgi-faq__filter button.is-active {
	border-color: var(--pf-red);
	background: var(--pf-red);
	color: #fff;
}

.prgi-faq__filter button.is-active span {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}

.prgi-faq__result {
	margin: 16px 0 0;
	color: var(--pf-muted);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.prgi-faq__result strong {
	color: var(--pf-red);
}

.prgi-faq__content {
	padding: 72px 0 90px;
	background: var(--pf-soft);
}

.prgi-faq__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: start;
	gap: 36px;
}

.prgi-faq__groups {
	min-width: 0;
}

.prgi-faq__group {
	margin-bottom: 45px;
	scroll-margin-top: 25px;
}

.prgi-faq__group:last-of-type {
	margin-bottom: 0;
}

.prgi-faq__group-head {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr) auto;
	align-items: center;
	gap: 17px;
	margin-bottom: 17px;
	padding: 22px 23px;
	border-radius: 16px;
	background: linear-gradient(120deg, var(--pf-navy), var(--pf-navy-2));
	color: #cbdbea;
	box-shadow: 0 15px 35px rgba(7, 26, 51, .12);
}

.prgi-faq__group-icon {
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: var(--pf-yellow);
	color: var(--pf-navy);
}

.prgi-faq__group-icon svg {
	width: 31px;
	height: 31px;
}

.prgi-faq__group-head p {
	margin: 0 0 3px;
	color: var(--pf-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: .08em;
}

.prgi-faq__group-head h2 {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 850;
	line-height: 1.25;
}

.prgi-faq__group-head > div:nth-child(2) > span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.55;
}

.prgi-faq__group-head > b {
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 99px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
}

.prgi-faq__items {
	display: grid;
	gap: 11px;
}

.prgi-faq__item {
	overflow: hidden;
	border: 1px solid var(--pf-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(7, 26, 51, .045);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.prgi-faq__item:hover,
.prgi-faq__item[open] {
	border-color: #c8d8e7;
	box-shadow: 0 13px 30px rgba(7, 26, 51, .08);
}

.prgi-faq__item summary {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 20px;
	align-items: center;
	gap: 13px;
	padding: 19px 21px;
	color: var(--pf-navy);
	cursor: pointer;
	list-style: none;
}

.prgi-faq__item summary::-webkit-details-marker {
	display: none;
}

.prgi-faq__item summary > span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: #fff0f0;
	color: var(--pf-red);
	font-size: 14px;
	font-weight: 900;
}

.prgi-faq__item summary h3 {
	margin: 0;
	color: inherit;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.48;
}

.prgi-faq__item summary i,
.prgi-faq__item summary i::after {
	position: absolute;
	width: 16px;
	height: 2px;
	border-radius: 99px;
	background: var(--pf-red);
}

.prgi-faq__item summary i {
	position: relative;
}

.prgi-faq__item summary i::after {
	content: "";
	transform: rotate(90deg);
	transition: transform .2s ease;
}

.prgi-faq__item[open] summary {
	background: #fffaf0;
}

.prgi-faq__item[open] summary i::after {
	transform: rotate(0);
}

.prgi-faq__answer {
	padding: 0 24px 23px 74px;
}

.prgi-faq__answer p {
	margin: 0;
	color: #52687b;
	font-size: 15px;
	line-height: 1.82;
}

.prgi-faq__empty {
	padding: 50px 30px;
	border: 1px dashed #bdcddd;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.prgi-faq__empty > div {
	width: 65px;
	height: 65px;
	display: grid;
	place-items: center;
	margin: 0 auto;
	border-radius: 16px;
	background: #fff0f0;
	color: var(--pf-red);
}

.prgi-faq__empty > div svg {
	width: 30px;
	height: 30px;
}

.prgi-faq__empty h2 {
	margin: 18px 0 0;
	color: var(--pf-navy);
	font-size: 26px;
	font-weight: 850;
}

.prgi-faq__empty p {
	max-width: 600px;
	margin: 10px auto 0;
	font-size: 15px;
}

.prgi-faq__empty a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 17px;
	color: var(--pf-red);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.prgi-faq__empty a svg {
	width: 18px;
	height: 18px;
}

.prgi-faq__sidebar {
	position: sticky;
	top: 28px;
	display: grid;
	gap: 17px;
}

.prgi-faq__help-card {
	position: relative;
	overflow: hidden;
	padding: 28px;
	border-radius: 18px;
	background: linear-gradient(145deg, var(--pf-navy), var(--pf-navy-2));
	color: #cbdbea;
	box-shadow: 0 20px 45px rgba(7, 26, 51, .18);
}

.prgi-faq__help-card::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	right: -75px;
	top: -75px;
	border: 30px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-faq__help-icon {
	width: 55px;
	height: 55px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: var(--pf-yellow);
	color: var(--pf-navy);
}

.prgi-faq__help-icon svg {
	width: 28px;
	height: 28px;
}

.prgi-faq__help-card > p {
	margin: 21px 0 7px;
	color: var(--pf-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .07em;
}

.prgi-faq__help-card h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 850;
	line-height: 1.3;
}

.prgi-faq__help-card > span {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.65;
}

.prgi-faq__whatsapp {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 21px;
	padding: 13px 14px;
	border-radius: 11px;
	background: var(--pf-green);
	color: #073d24 !important;
	text-decoration: none;
}

.prgi-faq__whatsapp > svg {
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
}

.prgi-faq__whatsapp span {
	display: grid;
	gap: 2px;
}

.prgi-faq__whatsapp small {
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
}

.prgi-faq__whatsapp strong {
	font-size: 18px;
	line-height: 1.2;
}

.prgi-faq__links-card {
	padding: 24px;
	border: 1px solid var(--pf-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(7, 26, 51, .06);
}

.prgi-faq__links-card h2 {
	margin: 0 0 12px;
	color: var(--pf-navy);
	font-size: 20px;
	font-weight: 850;
}

.prgi-faq__links-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid var(--pf-line);
	color: #52687b;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	text-decoration: none;
}

.prgi-faq__links-card a:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.prgi-faq__links-card a:hover {
	color: var(--pf-red);
}

.prgi-faq__links-card a svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.prgi-faq__private-note {
	padding: 17px 18px;
	border: 1px solid #ebd587;
	border-radius: 12px;
	background: #fff9df;
	color: #67591f;
	font-size: 14px;
	line-height: 1.6;
}

.prgi-faq__private-note strong {
	color: var(--pf-navy);
}

.prgi-faq__cta {
	padding: 64px 0;
	background: #fff;
}

.prgi-faq__cta-box {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 50px;
	padding: 44px 48px;
	border-radius: 22px;
	background: linear-gradient(120deg, var(--pf-navy), #103b6b);
	color: #cbdbea;
	box-shadow: 0 25px 60px rgba(7, 26, 51, .2);
}

.prgi-faq__cta-box::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	right: -120px;
	top: -130px;
	border: 50px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-faq__cta-box > div {
	position: relative;
	z-index: 1;
}

.prgi-faq__cta-box > div > p {
	margin: 0 0 9px;
	color: var(--pf-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .08em;
}

.prgi-faq__cta h2 {
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-size: clamp(28px, 2.7vw, 40px);
	font-weight: 850;
	line-height: 1.18;
	letter-spacing: -.03em;
}

.prgi-faq__cta-box > div > span {
	display: block;
	max-width: 780px;
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.7;
}

.prgi-faq__cta-actions {
	min-width: 280px;
	flex-direction: column;
	margin-top: 0;
}

.prgi-faq__cta-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 11px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	text-decoration: none;
}

.prgi-faq__cta-phone > svg {
	width: 31px;
	height: 31px;
	color: var(--pf-green);
}

.prgi-faq__cta-phone span {
	display: grid;
	gap: 2px;
}

.prgi-faq__cta-phone small {
	color: #bdd0e1;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
}

.prgi-faq__cta-phone strong {
	font-size: 18px;
	line-height: 1.2;
}

.prgi-faq__disclaimer {
	padding: 20px 0;
	border-top: 1px solid var(--pf-line);
	background: #f8fafc;
	color: #65788a;
	font-size: 14px;
	line-height: 1.65;
}

.prgi-faq__disclaimer strong {
	color: var(--pf-navy);
}

@media (max-width: 767px) {
	body.prgireg-faq-page #page,
	body.prgireg-faq-page #content,
	body.prgireg-faq-page .site-content,
	body.prgireg-faq-page #primary.prgi-faq {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.prgi-faq {
		font-size: 14px;
	}

	.prgi-faq__container {
		width: min(calc(100% - 28px), 1280px);
	}

	.prgi-faq__hero {
		padding: 31px 0 76px;
	}

	.prgi-faq__hero::after {
		display: none;
	}

	.prgi-faq__hero-grid,
	.prgi-faq__layout,
	.prgi-faq__cta-box {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.prgi-faq__breadcrumb {
		margin-bottom: 18px;
		font-size: 15px;
	}

	.prgi-faq__eyebrow {
		margin-bottom: 11px;
		font-size: 15px;
	}

	.prgi-faq__hero h1 {
		font-size: clamp(34px, 10vw, 30px);
		line-height: 1.08;
	}

	.prgi-faq__lead {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.7;
	}

	.prgi-faq__hero-actions,
	.prgi-faq__cta-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 22px;
	}

	.prgi-faq__button {
		width: 100%;
		min-height: 50px;
		padding: 12px 15px;
		font-size: 15px;
	}

	.prgi-faq__hero-points {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 20px;
		padding-top: 18px;
	}

	.prgi-faq__hero-points span {
		font-size: 15px;
	}

	.prgi-faq__hero-card {
		min-height: 330px;
		padding: 27px 21px;
		border-radius: 18px;
	}

	.prgi-faq__hero-symbol {
		width: 114px;
		height: 114px;
	}

	.prgi-faq__hero-symbol span {
		width: 61px;
		height: 61px;
		font-size: 36px;
	}

	.prgi-faq__hero-card > p {
		font-size: 15px;
	}

	.prgi-faq__hero-card h2 {
		font-size: 25px;
	}

	.prgi-faq__hero-topics span {
		font-size: 15px;
	}

	.prgi-faq__finder {
		padding: 0 0 21px;
	}

	.prgi-faq__search-wrap {
		margin: -39px auto 18px;
	}

	.prgi-faq__search-wrap label {
		left: 15px;
	}

	.prgi-faq__search-wrap label svg {
		width: 23px;
		height: 23px;
	}

	.prgi-faq__search-wrap input {
		height: 64px;
		padding: 0 74px 0 48px;
		border-radius: 12px;
		font-size: 15px;
	}

	.prgi-faq__search-wrap button {
		right: 9px;
		padding: 7px 9px;
		font-size: 15px;
	}

	.prgi-faq__filter {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.prgi-faq__filter button {
		min-height: 45px;
		justify-content: space-between;
		padding: 8px 9px;
		font-size: 15px;
		text-align: left;
	}

	.prgi-faq__filter button span {
		font-size: 15px;
	}

	.prgi-faq__result {
		font-size: 15px;
	}

	.prgi-faq__content {
		padding: 52px 0 60px;
	}

	.prgi-faq__group {
		margin-bottom: 34px;
	}

	.prgi-faq__group-head {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 13px;
		padding: 18px 16px;
		border-radius: 13px;
	}

	.prgi-faq__group-icon {
		width: 50px;
		height: 50px;
		border-radius: 12px;
	}

	.prgi-faq__group-icon svg {
		width: 25px;
		height: 25px;
	}

	.prgi-faq__group-head p {
		font-size: 15px;
	}

	.prgi-faq__group-head h2 {
		font-size: 21px;
	}

	.prgi-faq__group-head > div:nth-child(2) > span {
		font-size: 15px;
	}

	.prgi-faq__group-head > b {
		grid-column: 1 / -1;
		justify-self: start;
		font-size: 15px;
	}

	.prgi-faq__item summary {
		grid-template-columns: 34px minmax(0, 1fr) 17px;
		gap: 10px;
		padding: 16px 13px;
	}

	.prgi-faq__item summary > span {
		width: 33px;
		height: 33px;
		font-size: 15px;
	}

	.prgi-faq__item summary h3 {
		font-size: 14px;
		line-height: 1.45;
	}

	.prgi-faq__item summary i,
	.prgi-faq__item summary i::after {
		width: 14px;
	}

	.prgi-faq__answer {
		padding: 0 14px 18px 57px;
	}

	.prgi-faq__answer p {
		font-size: 15px;
		line-height: 1.75;
	}

	.prgi-faq__empty {
		padding: 38px 19px;
	}

	.prgi-faq__empty h2 {
		font-size: 23px;
	}

	.prgi-faq__empty p,
	.prgi-faq__empty a {
		font-size: 15px;
	}

	.prgi-faq__sidebar {
		position: static;
	}

	.prgi-faq__help-card {
		padding: 25px 21px;
	}

	.prgi-faq__help-card > p,
	.prgi-faq__help-card > span,
	.prgi-faq__whatsapp small,
	.prgi-faq__links-card a,
	.prgi-faq__private-note {
		font-size: 15px;
	}

	.prgi-faq__help-card h2 {
		font-size: 22px;
	}

	.prgi-faq__whatsapp strong {
		font-size: 17px;
	}

	.prgi-faq__links-card h2 {
		font-size: 19px;
	}

	.prgi-faq__cta {
		padding: 45px 0;
	}

	.prgi-faq__cta-box {
		padding: 29px 21px;
		border-radius: 17px;
	}

	.prgi-faq__cta-box > div > p,
	.prgi-faq__cta-box > div > span {
		font-size: 15px;
	}

	.prgi-faq__cta h2 {
		font-size: clamp(27px, 8vw, 35px);
	}

	.prgi-faq__cta-actions {
		min-width: 0;
		margin-top: 0;
	}

	.prgi-faq__cta-phone small {
		font-size: 15px;
	}

	.prgi-faq__cta-phone strong {
		font-size: 17px;
	}

	.prgi-faq__disclaimer {
		font-size: 15px;
	}
}
