.afcc-section,
.afcc-section * {
	box-sizing: border-box;
}

.elementor-widget-academia_fenix_confianza_cta {
	width: 100%;
	max-width: 100%;
}

.afcc-section {
	--afcc-navy: #00264b;
	--afcc-gold: #b9862f;
	--afcc-divider-width: 1px;
	--afcc-animation-duration: 650ms;
	--afcc-animation-stagger: 140ms;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 42px 18px;
	background-color: #fff;
	overflow: hidden;
	font-family: inherit;
	isolation: isolate;
}

/* Full-bleed is enabled by default in the widget controls. It escapes boxed
 * Elementor containers while remaining opt-out for nested or special layouts. */
.afcc-section.afcc-full-width {
	width: 100vw;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

@supports (width: 100dvw) {
	.afcc-section.afcc-full-width {
		width: 100dvw;
		max-width: 100dvw !important;
		margin-right: calc(50% - 50dvw);
		margin-left: calc(50% - 50dvw);
	}
}

.afcc-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1.55fr);
	column-gap: 28px;
	align-items: stretch;
}

.afcc-layout--equal .afcc-section__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.afcc-layout--wide_faq .afcc-section__grid {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.45fr) minmax(0, 1.25fr);
}

.afcc-layout--wide_cta .afcc-section__grid {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.05fr) minmax(0, 1.65fr);
}

.afcc-visible--2 .afcc-section__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.afcc-visible--1 .afcc-section__grid {
	grid-template-columns: minmax(0, 1fr);
}

.afcc-block {
	position: relative;
	min-width: 0;
	padding: 0 24px;
}

.afcc-block:first-child {
	padding-left: 0;
}

.afcc-block:last-child {
	padding-right: 0;
}

.afcc-block + .afcc-block {
	border-left: var(--afcc-divider-width) solid #e4e8ec;
}

.afcc-eyebrow {
	margin: 0 0 13px;
	color: var(--afcc-gold);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.afcc-testimonials__title,
.afcc-faq__title,
.afcc-cta__title {
	margin: 0;
	color: var(--afcc-navy);
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 750;
	line-height: 1.16;
	letter-spacing: -.025em;
}

.afcc-empty {
	margin: 28px 0 0;
	color: #667085;
	font-size: 14px;
}

/* Testimonials */
.afcc-testimonial__viewport {
	display: grid;
	margin-top: 24px;
	overflow: hidden;
}

.afcc-testimonial__slide {
	grid-area: 1 / 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(16px);
	pointer-events: none;
	transition: opacity 380ms ease, transform 380ms ease, visibility 0s linear 380ms;
}

.afcc-testimonial__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
	transition-delay: 0s;
}

.afcc-testimonial__mark {
	height: 47px;
	margin: 0 0 5px;
	color: #d4a23a;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 76px;
	font-weight: 700;
	line-height: .95;
}

.afcc-testimonial__quote {
	margin: 0;
	color: #4b5563;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
}

.afcc-testimonial__person {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 24px;
}

.afcc-testimonial__avatar {
	position: relative;
	display: grid;
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: linear-gradient(145deg, #e8edf2, #cbd5df);
	color: var(--afcc-navy);
	font-size: 14px;
	font-weight: 800;
}

.afcc-testimonial__avatar img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.afcc-testimonial__avatar img.afcc-image-failed {
	display: none;
}

.afcc-testimonial__initials {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
}

.afcc-testimonial__person-copy {
	min-width: 0;
}

.afcc-testimonial__author {
	color: var(--afcc-navy);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
}

.afcc-testimonial__role {
	margin-top: 3px;
	color: #667085;
	font-size: 13px;
	line-height: 1.4;
}

.afcc-testimonial__navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 23px;
}

.afcc-testimonial__dots {
	display: flex;
	align-items: center;
	gap: 10px;
}

.afcc-testimonial__dot,
.afcc-testimonial__next {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

.afcc-testimonial__dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #d9dde2;
	transition: width 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.afcc-testimonial__dot:hover,
.afcc-testimonial__dot:focus-visible {
	transform: scale(1.18);
}

.afcc-testimonial__dot.is-active {
	width: 11px;
	height: 11px;
	background-color: var(--afcc-navy);
}

.afcc-testimonial__next {
	display: inline-grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	color: var(--afcc-navy);
	transition: transform 220ms ease, background-color 220ms ease;
}

.afcc-testimonial__next svg {
	display: block;
	width: 25px;
	height: 18px;
}

.afcc-testimonial__next:hover,
.afcc-testimonial__next:focus-visible {
	background-color: rgba(0, 38, 75, .06);
	transform: translateX(3px);
}

/* FAQ */
.afcc-faq__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 27px;
}

.afcc-faq__item {
	overflow: hidden;
	border: 1px solid #d8dee5;
	border-radius: 7px;
	background-color: #fff;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.afcc-faq__item.is-open {
	border-color: rgba(185, 134, 47, .7);
	box-shadow: 0 7px 20px rgba(0, 38, 75, .07);
}

.afcc-faq__question {
	display: flex;
	width: 100%;
	min-height: 55px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0;
	padding: 14px 19px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--afcc-navy);
	font-family: inherit;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.42;
	text-align: left;
	cursor: pointer;
}

.afcc-faq__question:hover,
.afcc-faq__question:focus-visible {
	background-color: rgba(0, 38, 75, .025);
}

.afcc-faq__plus {
	position: relative;
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	transition: transform 320ms ease;
}

.afcc-faq__plus::before,
.afcc-faq__plus::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background-color: #c79232;
	content: '';
	transform: translate(-50%, -50%);
}

.afcc-faq__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.afcc-faq__item.is-open .afcc-faq__plus {
	transform: rotate(45deg);
}

.afcc-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 360ms ease;
}

.afcc-faq__item.is-open .afcc-faq__answer {
	grid-template-rows: 1fr;
}

.afcc-faq__answer-overflow {
	min-height: 0;
	overflow: hidden;
}

.afcc-faq__answer-inner {
	padding: 0 19px 17px;
	color: #5a6472;
	font-size: 14px;
	line-height: 1.65;
}

.afcc-faq__answer-inner > :first-child {
	margin-top: 0;
}

.afcc-faq__answer-inner > :last-child {
	margin-bottom: 0;
}

/* CTA */
.afcc-cta {
	display: flex;
	min-height: 368px;
	align-items: flex-start;
	overflow: hidden;
}

.afcc-cta__copy {
	position: relative;
	z-index: 4;
	width: 61%;
}

.afcc-cta__description {
	max-width: 430px;
	margin-top: 21px;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.66;
}

.afcc-cta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin-top: 36px;
	padding: 15px 22px;
	border: 0;
	border-radius: 6px;
	background-color: var(--afcc-navy);
	box-shadow: 0 8px 22px rgba(0, 38, 75, .16);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease, color 240ms ease;
}

.afcc-cta__button svg {
	width: 18px;
	height: 18px;
	color: #d4a23a;
	transition: transform 240ms ease;
}

.afcc-cta__button:hover,
.afcc-cta__button:focus-visible {
	background-color: var(--afcc-gold);
	box-shadow: 0 12px 28px rgba(0, 38, 75, .22);
	color: #fff;
	text-decoration: none;
	transform: translateY(-3px);
}

.afcc-cta__button:hover svg,
.afcc-cta__button:focus-visible svg {
	color: currentColor;
	transform: translateX(3px);
}

.afcc-cta__shape {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.afcc-cta__shape--main {
	right: -7%;
	bottom: 0;
	width: 54%;
	height: 76%;
	border-radius: 50% 47% 12% 43% / 44% 48% 14% 52%;
	background-color: #f0f1f3;
}

.afcc-cta__shape--gold {
	right: 27%;
	bottom: 7%;
	width: 25%;
	height: 25%;
	border-radius: 56% 28% 60% 35% / 45% 55% 32% 63%;
	background-color: #d4a23a;
	transform: rotate(-17deg);
}

.afcc-cta__image-wrap {
	position: absolute;
	z-index: 3;
	right: -1%;
	bottom: -14px;
	width: 48%;
	max-height: 100%;
	pointer-events: none;
}

.afcc-cta__image-wrap img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 385px;
	object-fit: contain;
	object-position: right bottom;
	filter: drop-shadow(0 12px 14px rgba(0, 38, 75, .10));
}

.afcc-cta__image-wrap img.afcc-image-failed {
	display: none;
}

/* One-time entrance and interaction motion */
.afcc-section[data-animate="yes"] .afcc-block {
	opacity: 0;
	transition: opacity var(--afcc-animation-duration) ease, transform var(--afcc-animation-duration) cubic-bezier(.2, .75, .25, 1);
}

.afcc-section[data-animate="yes"][data-entrance="stagger"] .afcc-block {
	transform: translateX(-24px);
}

.afcc-section[data-animate="yes"][data-entrance="fade_up"] .afcc-block {
	transform: translateY(24px);
}

.afcc-section[data-animate="yes"][data-entrance="fade"] .afcc-block {
	transform: none;
}

.afcc-section[data-animate="yes"] .afcc-block:nth-child(2) {
	transition-delay: var(--afcc-animation-stagger);
}

.afcc-section[data-animate="yes"] .afcc-block:nth-child(3) {
	transition-delay: calc(var(--afcc-animation-stagger) * 2);
}

.afcc-section[data-animate="yes"].is-in-view .afcc-block {
	opacity: 1;
	transform: none;
}

.afcc-section.afcc-animate-image .afcc-cta__image-wrap {
	opacity: 0;
	transform: translateX(28px) scale(.96);
	transition: opacity 760ms ease 260ms, transform 850ms cubic-bezier(.2, .8, .25, 1) 260ms;
}

.afcc-section.afcc-animate-image.is-in-view .afcc-cta__image-wrap,
.afcc-section.afcc-animate-image[data-animate="no"] .afcc-cta__image-wrap {
	opacity: 1;
	transform: none;
}

@media (hover: hover) and (pointer: fine) {
	.afcc-section.afcc-hover-lift .afcc-block:hover {
		transform: translateY(-4px);
	}

	.afcc-section.afcc-hover-lift[data-animate="yes"]:not(.is-in-view) .afcc-block:hover {
		transform: inherit;
	}
}

@media (max-width: 1024px) {
	.afcc-section {
		padding: 36px 18px;
	}

	.afcc-section__grid,
	.afcc-layout--equal .afcc-section__grid,
	.afcc-layout--wide_faq .afcc-section__grid,
	.afcc-layout--wide_cta .afcc-section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 32px;
	}

	.afcc-visible--1 .afcc-section__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.afcc-block {
		padding: 0 20px;
	}

	.afcc-block:first-child {
		padding-left: 0;
	}

	.afcc-block:nth-child(2) {
		padding-right: 0;
	}

	.afcc-cta,
	.afcc-block:nth-child(3) {
		grid-column: 1 / -1;
		padding: 32px 0 0;
		border-top: var(--afcc-divider-width) solid #e4e8ec;
		border-left: 0;
	}

	.afcc-visible--2 .afcc-block:nth-child(2) {
		grid-column: auto;
		padding-top: 0;
		border-top: 0;
		border-left: var(--afcc-divider-width) solid #e4e8ec;
	}

	.afcc-cta__copy {
		width: 58%;
	}

	.afcc-cta__image-wrap {
		width: 42%;
	}
}

@media (max-width: 767px) {
	.afcc-section {
		padding: 30px 0;
	}

	.afcc-section__grid,
	.afcc-layout--equal .afcc-section__grid,
	.afcc-layout--wide_faq .afcc-section__grid,
	.afcc-layout--wide_cta .afcc-section__grid,
	.afcc-visible--2 .afcc-section__grid {
		display: block;
	}

	.afcc-block,
	.afcc-block:first-child,
	.afcc-block:nth-child(2),
	.afcc-block:last-child,
	.afcc-visible--2 .afcc-block:nth-child(2) {
		width: 100%;
		padding: 0 18px;
		border-left: 0;
	}

	.afcc-block + .afcc-block,
	.afcc-cta,
	.afcc-block:nth-child(3),
	.afcc-visible--2 .afcc-block:nth-child(2) {
		margin-top: 30px;
		padding-top: 30px;
		border-top: var(--afcc-divider-width) solid #e4e8ec;
		border-left: 0;
	}

	.afcc-testimonials__title,
	.afcc-faq__title,
	.afcc-cta__title {
		font-size: clamp(25px, 8vw, 32px);
	}

	.afcc-testimonial__viewport {
		margin-top: 21px;
	}

	.afcc-testimonial__quote {
		font-size: 15px;
		line-height: 1.65;
	}

	.afcc-faq__list {
		margin-top: 22px;
	}

	.afcc-faq__question {
		min-height: 54px;
		padding: 13px 15px;
		font-size: 14px;
	}

	.afcc-faq__answer-inner {
		padding: 0 15px 15px;
	}

	.afcc-cta {
		display: flex;
		min-height: 0;
		flex-direction: column;
		overflow: hidden;
	}

	.afcc-cta__copy {
		width: 100%;
	}

	.afcc-cta__description {
		max-width: none;
		margin-top: 16px;
		font-size: 15px;
	}

	.afcc-cta__button {
		margin-top: 24px;
	}

	.afcc-cta__image-wrap {
		position: relative;
		right: auto;
		bottom: auto;
		width: 72%;
		max-height: none;
		align-self: flex-end;
		margin-top: 24px;
		margin-bottom: -30px;
	}

	.afcc-cta__image-wrap img {
		max-height: 350px;
	}

	.afcc-cta__shape--main {
		right: -12%;
		bottom: 0;
		width: 78%;
		height: 48%;
	}

	.afcc-cta__shape--gold {
		right: 49%;
		bottom: 5%;
		width: 34%;
		height: 16%;
	}
}

@media (max-width: 380px) {
	.afcc-block,
	.afcc-block:first-child,
	.afcc-block:nth-child(2),
	.afcc-block:last-child {
		padding-right: 15px;
		padding-left: 15px;
	}

	.afcc-cta {
		min-height: 0;
	}

	.afcc-cta__button {
		width: 100%;
	}

	.afcc-cta__image-wrap {
		width: 76%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.afcc-section *,
	.afcc-section *::before,
	.afcc-section *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		transition-delay: 0ms !important;
	}

	.afcc-section[data-animate="yes"] .afcc-block,
	.afcc-section.afcc-animate-image .afcc-cta__image-wrap {
		opacity: 1;
		transform: none;
	}
}
