.elementor-7408 .elementor-element.elementor-element-0cbc98a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7408 .elementor-element.elementor-element-0cbc98a{width:100%;max-width:100%;}/* Start custom CSS for text-editor, class: .elementor-element-0cbc98a */.ae-apo {
  --blu:       #3571B7;
  --blu-cielo: #72ABDD;
  --avorio:    #E8E4DC;
  --sabbia:    #DBCEB6;
  --antracite: #424852;
  --oro:       #CCA259;
  --ff: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--ff);
  color: #424852;
  overflow-x: hidden;
}

.ae-apo-eyebrow {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #3571B7;
  margin-bottom: 1rem;
}
.ae-apo-eyebrow--light { color: #E8E4DC; }

.ae-apo-h2 {
  font-family: var(--ff);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  color: #3571B7;
  margin: 0;
}
.ae-apo-h2--light { color: #E8E4DC; }

.ae-apo-h3 {
  font-family: var(--ff);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  color: #424852;
  margin: 0 0 0.5rem 0;
}
.ae-apo-h3--light { color: #E8E4DC; }

.ae-apo-p {
  font-size: 1rem;
  line-height: 1.75;
  color: #424852;
  margin: 0 0 1rem 0;
}
.ae-apo-p--light { color: #E8E4DC; opacity: 0.9; }
.ae-apo-p--center { max-width: 640px; margin-left: auto; margin-right: auto; }
.ae-apo-p:last-child { margin-bottom: 0; }

.ae-apo-hero {
  background: #3571B7;
  padding: clamp(5rem, 12vw, 9rem) clamp(1.5rem, 5vw, 4rem);
}
.ae-apo-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.ae-apo-kicker {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #E8E4DC;
  opacity: 0.8;
  margin-bottom: 1.75rem;
}
.ae-apo-hero__title {
  font-family: var(--ff);
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  font-weight: 600;
  line-height: 1.12;
  color: #E8E4DC;
  margin: 0 0 1.5rem 0;
}
.ae-apo-hero__lead {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  color: #E8E4DC;
  opacity: 0.9;
  max-width: 660px;
  margin: 0 auto 2.5rem auto;
  font-weight: 300;
}
.ae-apo-hero__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.ae-apo-hero__cta {
  display: inline-block;
  background: #E8E4DC;
  color: #3571B7;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 1.05rem 2.6rem;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #E8E4DC;
  transition: background 0.25s ease, color 0.25s ease;
}
.ae-apo-hero__cta:hover { background: #DBCEB6; border-color: #DBCEB6; }
.ae-apo-hero__cta--ghost {
  background: transparent;
  color: #E8E4DC;
}
.ae-apo-hero__cta--ghost:hover { background: #E8E4DC; color: #3571B7; }
.ae-apo-hero__proof {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.75rem;
  margin-top: 2.75rem;
}
.ae-apo-hero__proof span {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #E8E4DC;
  opacity: 0.85;
  position: relative;
  padding-left: 1.1rem;
}
.ae-apo-hero__proof span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #72ABDD;
}

.ae-apo-feature {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.ae-apo-feature__media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.ae-apo-alert {
  background: #424852;
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
}
.ae-apo-alert__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.ae-apo-alert__label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #CCA259;
  border: 1px solid #CCA259;
  padding: 4px 14px;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.ae-apo-alert__big {
  font-family: var(--ff);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 600;
  line-height: 1.3;
  color: #CCA259;
  margin: 0 0 1.25rem 0;
}
.ae-apo-alert__text {
  font-size: 1rem;
  line-height: 1.75;
  color: #E8E4DC;
  opacity: 0.9;
  margin: 0;
}

.ae-apo-statement {
  background: #E8E4DC;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.ae-apo-statement .ae-apo-block__head { margin-bottom: clamp(2rem, 4vw, 3rem); }

.ae-apo-block {
  background: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.ae-apo-block--narrow { max-width: 900px; }
.ae-apo-block__head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.ae-apo-block__head .ae-apo-h2 { margin: 0 auto; max-width: 740px; }
.ae-apo-block__head .ae-apo-p { margin-top: 1rem; }

.ae-apo-rows {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}
.ae-apo-row {
  display: flex;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: 2.25rem 0;
  border-top: 1px solid #E8E4DC;
}
.ae-apo-statement .ae-apo-row { border-top-color: #DBCEB6; }
.ae-apo-row:last-child { border-bottom: 1px solid #E8E4DC; }
.ae-apo-statement .ae-apo-row:last-child { border-bottom-color: #DBCEB6; }
.ae-apo-row__num {
  font-family: var(--ff);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  color: #72ABDD;
  line-height: 1;
  flex-shrink: 0;
  min-width: 3rem;
}
.ae-apo-row__body { flex: 1; }
.ae-apo-row__body a {
  color: #3571B7;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ae-apo-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
}
.ae-apo-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.6rem;
  font-size: 0.97rem;
  line-height: 1.6;
  color: #424852;
}
.ae-apo-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3571B7;
}

.ae-apo-steps {
  background: #3571B7;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.ae-apo-steps__head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem) auto;
}
.ae-apo-steps__list {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.ae-apo-steps__list li {
  display: flex;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(232, 228, 220, 0.25);
}
.ae-apo-steps__list li:last-child {
  border-bottom: 1px solid rgba(232, 228, 220, 0.25);
}
.ae-apo-steps__n {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #E8E4DC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: #E8E4DC;
}

.ae-apo-track {
  background: #E8E4DC;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 4rem);
}
.ae-apo-track .ae-apo-block__head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.ae-apo-twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  max-width: 1000px;
  margin: 0 auto;
}
.ae-apo-twocol__col {
  background: #ffffff;
  border-radius: 8px;
  padding: 2.5rem 2rem;
}
.ae-apo-twocol__tag {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3571B7;
  margin-bottom: 0.6rem;
}
.ae-apo-track__note {
  max-width: 760px;
  margin: 2.5rem auto 0 auto;
  text-align: center;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #424852;
}
.ae-apo-track__note strong { color: #3571B7; }

.ae-apo-who {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem) clamp(2rem, 4vw, 3.5rem);
  max-width: 900px;
  margin: 0 auto;
}
.ae-apo-who__item {
  padding-top: 1.5rem;
  border-top: 2px solid #3571B7;
}

.ae-apo-final {
  background: #3571B7;
  padding: clamp(5rem, 11vw, 8rem) clamp(1.5rem, 5vw, 4rem);
}
.ae-apo-final__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.ae-apo-final__title {
  font-family: var(--ff);
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
  font-weight: 600;
  line-height: 1.2;
  color: #E8E4DC;
  margin: 0 0 1.25rem 0;
}
.ae-apo-final__lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #E8E4DC;
  opacity: 0.9;
  margin: 0 0 2.25rem 0;
  font-weight: 300;
}
.ae-apo-final__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.ae-apo-final__cta {
  display: inline-block;
  background: #E8E4DC;
  color: #3571B7;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 1.05rem 2.6rem;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #E8E4DC;
  transition: background 0.25s ease, color 0.25s ease;
}
.ae-apo-final__cta:hover { background: #DBCEB6; border-color: #DBCEB6; }
.ae-apo-final__cta--ghost {
  background: transparent;
  color: #E8E4DC;
}
.ae-apo-final__cta--ghost:hover { background: #E8E4DC; color: #3571B7; }

.ae-apo-faqs { max-width: 760px; margin: 0 auto; }
.ae-apo-faq {
  border-bottom: 1px solid #E8E4DC;
  cursor: pointer;
}
.ae-apo-faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 0;
  font-weight: 600;
  font-size: 1rem;
  color: #424852;
}
.ae-apo-faq summary::-webkit-details-marker { display: none; }
.ae-apo-faq summary::after {
  content: '+';
  color: #3571B7;
  font-size: 1.5rem;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.ae-apo-faq[open] summary::after { transform: rotate(45deg); }
.ae-apo-faq summary:hover { color: #3571B7; }
.ae-apo-faq__body {
  padding: 0 0 1.5rem 0;
}
.ae-apo-faq__body, .ae-apo-faq__body p {
  font-size: 0.97rem;
  line-height: 1.75;
  color: #424852;
  opacity: 0.85;
  margin: 0;
}
.ae-apo-faq__body strong { color: #3571B7; opacity: 1; }
.ae-apo-faq-footer {
  max-width: 760px;
  margin: 2.5rem auto 0 auto;
  text-align: center;
  font-size: 0.95rem;
  color: #424852;
  opacity: 0.85;
}
.ae-apo-faq-footer a {
  color: #3571B7;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .ae-apo-feature { grid-template-columns: 1fr; }
  .ae-apo-twocol { grid-template-columns: 1fr; }
  .ae-apo-who { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .ae-apo-row { gap: 1rem; }
  .ae-apo-row__num { min-width: 2.2rem; }
  .ae-apo-hero__proof { gap: 1rem; }
}/* End custom CSS */