
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
}

body *:where(:not(svg, svg *)) {
  all: unset;
  display: revert;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --efr2-blue: #005ca9;
  --efr2-blue-deep: #004b8d;
  --efr2-blue-soft: #eaf4fb;
  --efr2-blue-surface: #f6fbff;
  --efr2-white: #ffffff;
  --efr2-text: #4c556c;
  --efr2-title: #005ca9;
  --efr2-border: #d5e1eb;
  --efr2-shadow: 0 20px 50px rgba(0, 62, 117, 0.08);
  --efr2-yellow: #f8b400;
}

body,
a,
button,
input,
textarea,
select {
  font-family: var(--FONT-REGULAR);
  color: var(--efr2-text);
}

._efr2_sp_section {
  width: 100%;
  background: #ffffff;
}

._efr2_sp_section a,
._efr2_sp_section button {
  cursor: pointer;
}

._efr2_sp_section img {
  max-width: 100%;
  display: block;
}

._efr2_container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  ._efr2_container {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  ._efr2_container {
    width: calc(100% - 280px);
    max-width: 1490px;
    padding-left: 0;
    padding-right: 0;
  }

  ._efr2_hero-inner {
    width: calc(100% - 300px);
    max-width: 1620px;
  }
}

._efr2_skip-link {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 10px 16px;
  background: var(--efr2-blue);
  color: #fff;
  z-index: 99;
  transform: translateY(-200%);
}

._efr2_skip-link:focus {
  transform: translateY(0);
}

._efr2_hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  color: #fff;
}

._efr2_hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

._efr2_hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

._efr2_hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 92, 169, 0.92) 0%, rgba(0, 92, 169, 0.78) 34%, rgba(0, 92, 169, 0.08) 70%);
  pointer-events: none;
}

._efr2_hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}

._efr2_hero-title {
  max-width: 620px;
  font-family: var(--FONT-BOLD);
  font-size: 60px;
  line-height: 1.08;
  color: #fff;
}

._efr2_breadcrumb {
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: var(--FONT-REGULAR);
  font-size: 14px;
  line-height: 22px;
}

._efr2_breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

._efr2_breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

._efr2_breadcrumb-item:not(:last-child)::after {
  content: ">";
  color: #ffffff;
}

._efr2_breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

._efr2_breadcrumb a:hover,
._efr2_breadcrumb a:focus-visible {
  color: #ffffff;
  font-family: var(--FONT-SEMIBOLD);
  text-decoration: underline;
  text-underline-offset: 3px;
}

._efr2_breadcrumb a:focus-visible {
  outline: 2px solid #f39200;
  outline-offset: 3px;
}

._efr2_topic-nav {
  background: #fff;
  border-bottom: 1px solid var(--efr2-border);
}

._efr2_topic-nav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  padding: 28px 0;
}

._efr2_topic-nav a {
  color: var(--efr2-text);
  font-size: 18px;
  line-height: 1.55;
  transition: color .2s ease;
}

._efr2_topic-nav a:hover,
._efr2_topic-nav a:focus-visible {
  color: var(--efr2-blue);
}

._efr2_section {
  padding: 64px 0;
}

._efr2_section--alt {
  background: var(--efr2-blue-surface);
}

._efr2_section-title {
  font-family: var(--FONT-BOLD);
  color: var(--efr2-title);
  font-size: 44px;
  line-height: 1.15;
}

._efr2_section-copy,
._efr2_section-copy p,
._efr2_section-copy li,
._efr2_section-copy strong,
._efr2_highlight-copy,
._efr2_footer-copy {
  font-family: var(--FONT-LIGHT);
  color: var(--efr2-text);
  font-size: 24px;
  line-height: 1.45;
}

._efr2_section-copy p + p,
._efr2_section-copy ul,
._efr2_section-copy ul + p,
._efr2_highlight-copy,
._efr2_inline-note {
  margin-top: 18px;
}

._efr2_section-copy ul {
  list-style: disc;
  padding-left: 28px;
}

._efr2_grid-2,
._efr2_grid-3,
._efr2_grid-4,
._efr2_grid-5 {
  display: grid;
  gap: 28px;
}

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

._efr2_grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

._efr2_grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

._efr2_grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

._efr2_card,
._efr2_feature,
._efr2_tile,
._efr2_contact-card,
._efr2_band,
._efr2_rights-card,
._efr2_dual-card {
  background: #fff;
  border: 1px solid var(--efr2-border);
  border-radius: 28px;
  box-shadow: var(--efr2-shadow);
}

._efr2_card {
  padding: 38px 40px;
}

._efr2_card--heroish {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 34px;
}

._efr2_card-title,
._efr2_feature-title,
._efr2_tile-title,
._efr2_rights-title,
._efr2_contact-title {
  font-family: var(--FONT-BOLD);
  color: var(--efr2-title);
  font-size: 30px;
  line-height: 1.15;
}

._efr2_card-kicker {
  font-family: var(--FONT-BOLD);
  color: var(--efr2-blue-deep);
  font-size: 22px;
  line-height: 1.2;
  margin-top: 6px;
}

._efr2_card-copy,
._efr2_feature-copy,
._efr2_tile-copy,
._efr2_rights-copy,
._efr2_contact-copy,
._efr2_band-copy {
  font-family: var(--FONT-LIGHT);
  color: var(--efr2-text);
  font-size: 22px;
  line-height: 1.45;
  margin-top: 18px;
}

._efr2_icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--efr2-blue-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--FONT-BOLD);
  color: var(--efr2-blue);
  font-size: 18px;
  flex-shrink: 0;
}

._efr2_highlight {
  margin-top: 30px;
  padding: 24px 28px;
  border-radius: 24px;
  background: linear-gradient(90deg, #005ca9 0%, #006ab8 100%);
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
}

._efr2_highlight * {
  color: #fff;
}

._efr2_highlight-badge {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255,255,255,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--FONT-BOLD);
}

._efr2_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--efr2-blue);
  border: 1px solid rgba(255,255,255,0.45);
  font-family: var(--FONT-SEMIBOLD);
  font-size: 18px;
  line-height: 1;
}

._efr2_button--blue {
  background: var(--efr2-blue);
  color: #fff;
  border-color: var(--efr2-blue);
}

._efr2_feature {
  padding: 30px;
}

._efr2_feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

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

._efr2_dual-card {
  padding: 34px 40px;
}

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

._efr2_tile {
  padding: 28px 30px;
}

._efr2_pills {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

._efr2_pill {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--efr2-border);
  background: #fff;
  color: var(--efr2-blue);
  font-family: var(--FONT-SEMIBOLD);
  font-size: 17px;
}

._efr2_band {
  margin-top: 32px;
  padding: 24px 28px;
  border-left: 8px solid var(--efr2-yellow);
}

._efr2_band-title {
  font-family: var(--FONT-BOLD);
  color: var(--efr2-blue);
  font-size: 24px;
  line-height: 1.25;
}

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

._efr2_rights-card {
  padding: 32px 34px;
}

._efr2_security {
  padding: 34px;
  border-radius: 32px;
  border: 1px solid var(--efr2-border);
  background: #fff;
  box-shadow: var(--efr2-shadow);
}

._efr2_security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

._efr2_security-item {
  min-height: 326px;
  padding: 34px 28px;
}

._efr2_security-item:not(:nth-child(3n)) {
  border-right: 1px solid var(--efr2-border);
}

._efr2_security-item:nth-child(-n+3) {
  border-bottom: 1px solid var(--efr2-border);
}

._efr2_security-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}

._efr2_security-title {
  font-family: var(--FONT-BOLD);
  color: var(--efr2-blue);
  font-size: 28px;
  line-height: 1.2;
}

._efr2_security-copy {
  font-family: var(--FONT-LIGHT);
  color: var(--efr2-text);
  font-size: 22px;
  line-height: 1.45;
  margin-top: 16px;
}

._efr2_inline-link {
  color: var(--efr2-blue-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

._efr2_inline-link:hover,
._efr2_inline-link:focus-visible {
  color: var(--efr2-blue);
}

._efr2_footer-promo {
  background: #fff;
  border-top: 1px solid var(--efr2-border);
}

._efr2_footer-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 60px 0;
}

._efr2_store-list,
._efr2_contact-list,
._efr2_footer-links,
._efr2_footer-social,
._efr2_footer-meta {
  display: grid;
  gap: 18px;
}

._efr2_contact-card {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: center;
}

._efr2_footer {
  background: var(--efr2-blue);
  color: #fff;
}

._efr2_footer * {
  color: #fff;
}

._efr2_footer-inner {
  padding: 56px 0 0;
}

._efr2_footer-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 32px;
}

._efr2_footer-heading {
  font-family: var(--FONT-BOLD);
  font-size: 22px;
  line-height: 1.25;
}

._efr2_footer-link,
._efr2_footer-copy,
._efr2_footer-phone {
  font-family: var(--FONT-LIGHT);
  font-size: 18px;
  line-height: 1.5;
}

._efr2_footer-link:hover,
._efr2_footer-link:focus-visible {
  text-decoration: underline;
}

._efr2_footer-bar {
  margin-top: 40px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  font-family: var(--FONT-LIGHT);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  ._efr2_accordion,
  ._efr2_section-copy--wide,
  ._efr2_investment-carousel,
  ._efr2_rights-grid,
  ._efr2_security,
  ._efr2_section-stack > ._efr2_inline-alert--wide {
    width: 100%;
    margin-left: 0;
  }

  ._efr2_hero {
    min-height: 560px;
  }

  ._efr2_hero::after {
    background: linear-gradient(180deg, rgba(0, 92, 169, 0.86) 0%, rgba(0, 92, 169, 0.62) 52%, rgba(0, 92, 169, 0.12) 100%);
  }

  ._efr2_hero-inner {
    min-height: 560px;
    align-items: flex-end;
    padding-bottom: 38px;
  }

  ._efr2_hero-title {
    font-size: 42px;
    max-width: 320px;
  }

  ._efr2_section {
    padding: 44px 0;
  }

  ._efr2_section-title {
    font-size: 34px;
  }

  ._efr2_section-copy,
  ._efr2_section-copy p,
  ._efr2_section-copy li,
  ._efr2_highlight-copy,
  ._efr2_footer-copy {
    font-size: 20px;
  }

  ._efr2_grid-2,
  ._efr2_grid-3,
  ._efr2_grid-4,
  ._efr2_grid-5,
  ._efr2_feature-grid,
  ._efr2_dual-grid,
  ._efr2_twin-grid,
  ._efr2_rights-grid,
  ._efr2_footer-columns,
  ._efr2_footer-promo-grid,
  ._efr2_security-grid {
    grid-template-columns: 1fr;
  }

  ._efr2_card,
  ._efr2_feature,
  ._efr2_tile,
  ._efr2_contact-card,
  ._efr2_rights-card,
  ._efr2_dual-card,
  ._efr2_security {
    padding: 24px;
  }

  ._efr2_card--heroish {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  ._efr2_security-item {
    min-height: 0;
    border-right: 0 !important;
    border-bottom: 1px solid var(--efr2-border) !important;
    padding: 24px 0;
  }

  ._efr2_security-item:last-child {
    border-bottom: 0 !important;
  }

  ._efr2_highlight {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }

  ._efr2_topic-nav-inner {
    gap: 10px 18px;
    padding: 22px 0;
  }

  ._efr2_topic-nav a {
    font-size: 17px;
  }
}

._efr2_section-number {
  margin-right: 12px;
}

._efr2_sp_section ._efr2_section-title > ._efr2_section-number {
  color: #0066b3 !important;
  display: inline !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
}

._efr2_section-copy--narrow {
  max-width: 1490px;
  margin-top: 48px;
}

._efr2_section-copy--narrow p {
  max-width: 1490px;
}

._efr2_highlight {
  margin-top: 30px;
  max-width: 1075px;
  min-height: 90px;
  padding: 20px 28px;
  border: 1px solid #d1e0e4;
  border-radius: 8px;
  background: #f9fbfb;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: none;
}

._efr2_highlight * {
  color: inherit;
}

._efr2_highlight-logo {
  width: 40px;
  height: 27px;
  display: block;
}

._efr2_button--accent {
  min-height: 48px;
  padding: 0 24px;
  border: 2px solid #0066b3;
  border-radius: 4px;
  background: #0066b3;
  color: #ffffff;
  font-family: var(--FONT-SEMIBOLD);
  font-size: 16px;
  line-height: 20px;
  box-shadow: 0 2px 0 rgba(31, 42, 71, 0.1);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

._efr2_button--accent:hover,
._efr2_button--accent:focus-visible {
  border-color: #0066b3;
  background: #ffffff;
  color: #0066b3;
}

._efr2_button--accent:focus-visible {
  outline: 3px solid #f39200;
  outline-offset: 3px;
}

._efr2_compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

._efr2_compare-card {
  min-height: 650px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

._efr2_compare-head {
  min-height: 150px;
  padding: 39px 40px 28px;
  background: #f0f2f2;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  align-items: start;
}

._efr2_compare-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

._efr2_compare-title {
  font-family: var(--FONT-SEMIBOLD);
  color: #0066b3;
  font-size: 26px;
  line-height: 32px;
}

._efr2_compare-kicker {
  margin-top: 10px;
  font-family: var(--FONT-REGULAR);
  color: #4c556c;
  font-size: 24px;
  line-height: 30px;
}

._efr2_compare-body {
  padding: 40px;
}

#secao-2 ._efr2_compare-card,
#secao-2 ._efr2_compare-body {
  display: flex;
  flex-direction: column;
}

#secao-2 ._efr2_compare-body {
  flex: 1;
}

#secao-2 ._efr2_compare-cta {
  margin-top: auto;
  padding-top: 20px;
}

._efr2_compare-body p,
._efr2_compare-body li,
._efr2_compare-note {
  font-family: var(--FONT-REGULAR);
  color: #4c556c;
  font-size: 24px;
  line-height: 34px;
}

._efr2_compare-body p + p,
._efr2_compare-body ul,
._efr2_compare-note {
  margin-top: 10px;
}

._efr2_compare-body ul {
  list-style: disc;
  padding-left: 36px;
}

._efr2_compare-divider {
  margin: 32px 0 28px;
  border-top: 1px solid #d1e0e4;
}

._efr2_compare-note strong {
  font-family: var(--FONT-SEMIBOLD);
  color: #4c556c;
}

@media (min-width: 1024px) {
  ._efr2_hero {
    min-height: 760px;
  }

  ._efr2_hero-media img {
    object-position: center calc(50% + 96px);
  }

  ._efr2_hero::after {
    background: linear-gradient(103deg, rgba(0, 84, 161, 0.95) 5%, rgba(0, 84, 161, 0) 56.5%);
  }

  ._efr2_hero-inner {
    min-height: 760px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._efr2_hero-title {
    max-width: 656px;
    font-family: var(--FONT-SEMIBOLD);
    font-size: 65px;
    line-height: 90px;
    letter-spacing: 0;
  }

  ._efr2_topic-nav-inner {
    gap: 10px 28px;
    padding: 34px 140px 24px;
  }

  ._efr2_topic-nav a {
    font-size: 20px;
    line-height: 32px;
  }

  ._efr2_section {
    padding: 72px 0;
  }

  ._efr2_section--alt {
    background: #f9fbfb;
  }

  ._efr2_section-title {
    font-family: var(--FONT-BOLD);
    color: #0066b3;
    font-size: 46px;
    line-height: 56px;
  }

  ._efr2_section-copy,
  ._efr2_section-copy p,
  ._efr2_section-copy li,
  ._efr2_section-copy strong,
  ._efr2_highlight-copy,
  ._efr2_footer-copy,
  ._efr2_band-copy,
  ._efr2_card-copy,
  ._efr2_feature-copy,
  ._efr2_tile-copy,
  ._efr2_rights-copy,
  ._efr2_contact-copy,
  ._efr2_security-copy {
    font-size: 24px;
    line-height: 34px;
  }

  ._efr2_highlight-copy {
    margin-top: 0;
    font-family: var(--FONT-SEMIBOLD);
    color: #0066b3;
  }

  ._efr2_feature-grid {
    gap: 18px;
  }

  ._efr2_feature,
  ._efr2_tile,
  ._efr2_card,
  ._efr2_rights-card,
  ._efr2_contact-card,
  ._efr2_band,
  ._efr2_security {
    border-radius: 8px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  }

  ._efr2_feature-title,
  ._efr2_tile-title,
  ._efr2_card-title,
  ._efr2_rights-title,
  ._efr2_contact-title,
  ._efr2_security-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 1023px) {
  ._efr2_section-copy--wide,
  ._efr2_section-stack > ._efr2_inline-alert--wide {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  ._efr2_highlight {
    grid-template-columns: 1fr;
    text-align: left;
  }

  ._efr2_compare-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  ._efr2_compare-card {
    min-height: 0;
  }

  ._efr2_compare-head {
    grid-template-columns: 56px 1fr;
    min-height: 0;
    padding: 24px;
    gap: 18px;
  }

  ._efr2_compare-icon {
    width: 56px;
    height: 56px;
  }

  ._efr2_compare-title,
  ._efr2_compare-kicker {
    font-size: 22px;
    line-height: 28px;
  }

  ._efr2_compare-body {
    padding: 24px;
  }

  ._efr2_compare-body p,
  ._efr2_compare-body li,
  ._efr2_compare-note {
    font-size: 20px;
    line-height: 30px;
  }
}

._efr2_section-grid {
  display: grid;
  gap: 40px;
}

._efr2_section-grid--with-aside {
  align-items: start;
}

._efr2_info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  border: 1px solid #d1e0e4;
}

._efr2_info-table th,
._efr2_info-table td {
  width: 50%;
  border: 1px solid #d1e0e4;
  padding: 26px 20px;
  text-align: center;
  vertical-align: middle;
}

._efr2_info-table th {
  font-family: var(--FONT-SEMIBOLD);
  color: #0066b3;
  font-size: 18px;
  line-height: 1.4;
}

._efr2_info-table td {
  font-family: var(--FONT-LIGHT);
  color: #4c556c;
  font-size: 18px;
  line-height: 1.4;
}

._efr2_accordion {
  width: calc(100% - 150px);
  margin-left: 75px;
  background: transparent;
}

._efr2_accordion .acc-row + .acc-row {
  margin-top: 18px;
}

._efr2_accordion .acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  background: #0066b3;
  color: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  font-family: var(--FONT-SEMIBOLD);
  font-size: 28px;
  line-height: 30px;
  transition: background .22s ease;
}

._efr2_accordion .acc-btn:hover,
._efr2_accordion .acc-btn:focus-visible,
._efr2_accordion .acc-row:focus-within .acc-btn {
  background: #00539a;
  outline: none;
}

._efr2_accordion .acc-caret {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  transition: transform .22s ease;
}

._efr2_accordion .acc-btn[aria-expanded="true"] .acc-caret {
  transform: rotate(90deg);
}

._efr2_accordion .acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .28s ease;
  background: transparent;
}

._efr2_accordion .acc-panel-inner {
  padding: 24px 0 4px;
}

._efr2_accordion .acc-panel-inner--wide {
  padding-top: 40px;
}

._efr2_accordion .acc-panel p,
._efr2_accordion .acc-panel li {
  font-family: var(--FONT-LIGHT);
  color: #4c556c;
  font-size: 24px;
  line-height: 34px;
}

._efr2_accordion .acc-panel ul {
  list-style: disc;
  padding-left: 36px;
  margin-top: 10px;
}

._efr2_accordion-copy-spaced {
  margin-top: 40px;
}

._efr2_feature-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

._efr2_compare-grid--saldo {
  margin-top: 40px;
}

._efr2_compare-card--tall {
  min-height: 794px;
}

._efr2_inline-alert {
  margin-top: 30px;
  padding: 20px 30px;
  border: 1px solid #d1e0e4;
  border-radius: 8px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
}

._efr2_inline-alert img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

._efr2_inline-alert p {
  margin: 0;
  font-family: var(--FONT-REGULAR);
  color: #0066b3;
  font-size: 18px;
  line-height: 28px;
}

._efr2_inline-alert--inside-card {
  margin-top: 28px;
}

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

._efr2_withdraw-title {
  font-family: var(--FONT-BOLD);
  color: #0066b3;
  font-size: 38px;
  line-height: 45px;
}

._efr2_withdraw-list {
  margin-top: 15px;
  list-style: disc;
  padding-left: 36px;
}

._efr2_withdraw-list li,
._efr2_withdraw-free-grid p,
._efr2_withdraw-note,
._efr2_withdraw-free-grid h4 {
  font-family: var(--FONT-LIGHT);
  color: #4c556c;
  font-size: 24px;
  line-height: 34px;
}

._efr2_withdraw-free-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 15px;
}

._efr2_withdraw-free-grid h4 {
  font-family: var(--FONT-SEMIBOLD);
  color: #0066b3;
}

._efr2_withdraw-note {
  margin-top: 15px;
}

._efr2_pix-key-block {
  margin-top: 24px;
}

._efr2_pix-key-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

._efr2_pix-key-head h3 {
  font-family: var(--FONT-SEMIBOLD);
  color: #0066b3;
  font-size: 26px;
  line-height: 34px;
}

._efr2_pix-key-icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: #f0f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}

._efr2_pix-key-icon-wrap img {
  width: 24px;
  height: 24px;
}

._efr2_pix-key-copy {
  margin-top: 20px;
}

._efr2_pix-key-copy ul {
  list-style: disc;
  padding-left: 36px;
  margin-top: 10px;
}

._efr2_pix-carousel {
  margin-top: 40px;
}

._efr2_carousel-stage {
  position: relative;
  margin-top: 24px;
}

._efr2_carousel-arrow {
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 219px;
  z-index: 2;
}

._efr2_carousel-arrow img {
  width: 56px;
  height: 56px;
}

._efr2_carousel-arrow--prev img {
  transform: rotate(180deg);
}

._efr2_accordion .acc-row.is-open .acc-panel {
  overflow: visible;
}

._efr2_carousel-arrow--prev {
  left: -70px;
}

._efr2_carousel-arrow--next {
  right: -70px;
}

._efr2_pix-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

._efr2_pix-carousel-track {
  display: flex;
  gap: 40px;
  transition: transform .35s ease;
  will-change: transform;
}

._efr2_pix-slide {
  flex: 0 0 calc((100% - 40px) / 2);
  min-width: calc((100% - 40px) / 2);
  height: 494px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

._efr2_pix-slide-head {
  height: 150px;
  padding: 59px 40px 0;
  background: #f0f2f2;
}

._efr2_pix-slide-head h4 {
  font-family: var(--FONT-SEMIBOLD);
  color: #0066b3;
  font-size: 26px;
  line-height: 32px;
}

._efr2_pix-slide-body {
  height: 344px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._efr2_pix-slide-body > p {
  min-height: 130px;
}

._efr2_pix-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

._efr2_pix-carousel-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #d1e0e4;
}

._efr2_pix-carousel-dots button.is-active {
  background: #0066b3;
}

._efr2_text-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

._efr2_transfer-card {
  margin-top: 24px;
  padding: 30px 0;
}

._efr2_transfer-card + ._efr2_transfer-card {
  border-top: 1px solid #d1e0e4;
}

._efr2_transfer-card h3 {
  font-family: var(--FONT-SEMIBOLD);
  color: #0066b3;
  font-size: 24px;
  line-height: 34px;
}

._efr2_transfer-card p {
  margin-top: 14px;
}

._efr2_transfer-card ul {
  margin-top: 14px;
}

._efr2_pix-limit {
  min-height: 80px;
  margin-top: 40px;
  margin-bottom: 42px;
}

._efr2_payments-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

._efr2_openfinance-intro p + p {
  margin-top: 10px;
}

._efr2_openfinance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 20px;
}

._efr2_openfinance-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

._efr2_openfinance-list > div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

._efr2_openfinance-list img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

._efr2_openfinance-list span {
  font-family: var(--FONT-REGULAR);
  color: #4c556c;
  font-size: 24px;
  line-height: 34px;
}

._efr2_investment-carousel {
  width: calc(100% - 150px);
  margin: 50px 0 0 75px;
}

._efr2_investment-viewport {
  width: 100%;
  overflow: hidden;
}

._efr2_investment-track {
  display: flex;
  gap: 40px;
  transition: transform .35s ease;
  will-change: transform;
}

._efr2_investment-slide {
  flex: 0 0 calc((100% - 40px) / 2);
  min-width: calc((100% - 40px) / 2);
  height: 630px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

._efr2_investment-head {
  height: 150px;
  padding: 40px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  background: #f0f2f2;
}

._efr2_investment-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f39200;
  color: #ffffff;
  font-family: var(--FONT-SEMIBOLD);
  font-size: 40px;
  line-height: 32px;
}

._efr2_investment-head h3 {
  color: #0066b3;
  font-family: var(--FONT-SEMIBOLD);
  font-size: 26px;
  line-height: 32px;
}

._efr2_investment-body {
  height: 480px;
  padding: 40px;
}

._efr2_investment-body p,
._efr2_investment-body li {
  color: #4c556c;
  font-family: var(--FONT-REGULAR);
  font-size: 24px;
  line-height: 34px;
}

._efr2_investment-body p + p,
._efr2_investment-body ul {
  margin-top: 10px;
}

._efr2_investment-body ul {
  padding-left: 36px;
  list-style: disc;
}

._efr2_investment-carousel ._efr2_carousel-arrow {
  top: 287px;
}

@media (min-width: 1024px) {
  ._efr2_section-grid--with-aside {
    grid-template-columns: minmax(0, 600px) minmax(0, 790px);
    gap: 155px;
  }
}

@media (max-width: 1023px) {
  ._efr2_info-table th,
  ._efr2_info-table td {
    font-size: 16px;
    padding: 18px 12px;
  }

  ._efr2_accordion .acc-btn,
  ._efr2_accordion .acc-panel p,
  ._efr2_accordion .acc-panel li {
    font-size: 17px;
    line-height: 1.45;
  }

  ._efr2_accordion .acc-btn {
    padding: 18px 20px;
  }

  ._efr2_accordion .acc-caret {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  ._efr2_feature-grid--five,
  ._efr2_withdraw-grid,
  ._efr2_payments-grid,
  ._efr2_withdraw-free-grid,
  ._efr2_openfinance-grid {
    grid-template-columns: 1fr;
  }

  ._efr2_withdraw-title {
    font-size: 28px;
    line-height: 34px;
  }

  ._efr2_pix-slide-head {
    min-height: 0;
    padding: 28px 24px;
  }

  ._efr2_pix-slide,
  ._efr2_investment-slide {
    flex-basis: 100%;
    min-width: 100%;
    height: auto;
  }

  ._efr2_pix-slide-body,
  ._efr2_investment-body {
    height: auto;
    min-height: 320px;
  }

  ._efr2_investment-head {
    height: auto;
    min-height: 132px;
    padding: 24px;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
  }

  ._efr2_investment-number {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  ._efr2_investment-head h3 {
    font-size: 20px;
    line-height: 28px;
  }

  ._efr2_investment-body p,
  ._efr2_investment-body li,
  ._efr2_openfinance-list span {
    font-size: 17px;
    line-height: 1.45;
  }

  ._efr2_carousel-arrow,
  ._efr2_investment-carousel ._efr2_carousel-arrow {
    top: calc(50% - 28px);
  }

  ._efr2_carousel-arrow--prev {
    left: -8px;
  }

  ._efr2_carousel-arrow--next {
    right: -8px;
  }

  ._efr2_pix-carousel-viewport,
  ._efr2_investment-viewport {
    margin: 0 18px;
    width: calc(100% - 36px);
  }

  ._efr2_pix-carousel-track,
  ._efr2_investment-track {
    gap: 20px;
  }

  ._efr2_pix-slide-body,
  ._efr2_compare-body {
    padding: 24px;
  }

  ._efr2_compare-card--tall {
    min-height: 0;
  }

  ._efr2_security-grid {
    grid-template-columns: 1fr;
  }

  ._efr2_security-item,
  ._efr2_security-item:not(:nth-child(3n)),
  ._efr2_security-item:nth-child(-n+3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--efr2-border);
  }

  ._efr2_security-item:last-child {
    border-bottom: 0;
  }

  ._efr2_inline-alert {
    grid-template-columns: 24px 1fr;
    padding: 16px 18px;
  }

  ._efr2_inline-alert img {
    width: 24px;
    height: 24px;
  }

  ._efr2_inline-alert p {
    font-size: 16px;
    line-height: 24px;
  }
}


._efr2_section-stack {
  display: block;
}

._efr2_section-copy--wide {
  width: calc(100% - 150px);
  max-width: 1490px;
  margin-left: 75px;
  margin-top: 24px;
}

._efr2_info-table--tarifas th,
._efr2_info-table--tarifas td {
  width: 33.333%;
  text-align: left;
}

._efr2_info-table--tarifas th:first-child,
._efr2_info-table--tarifas td:first-child {
  width: 34%;
}

._efr2_info-table--tarifas td:nth-child(2),
._efr2_info-table--tarifas td:nth-child(3),
._efr2_info-table--tarifas th:nth-child(2),
._efr2_info-table--tarifas th:nth-child(3) {
  width: 33%;
}

._efr2_info-table--tarifas {
  width: calc(100% - 150px);
  margin-left: 75px;
  background: #f9fbfb;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

._efr2_info-table--tarifas th,
._efr2_info-table--tarifas td {
  height: 94px;
  padding: 24px 52px;
  font-size: 24px;
  line-height: 34px;
}

._efr2_info-table--tarifas th {
  height: 113px;
}

._efr2_info-table--tarifas th:first-child,
._efr2_info-table--tarifas td:first-child {
  color: #0066b3;
}

@media (max-width: 1023px) {
  ._efr2_info-table--tarifas {
    width: 100%;
    margin-left: 0;
  }

  ._efr2_info-table--tarifas th,
  ._efr2_info-table--tarifas td {
    height: auto;
    padding: 16px 10px;
    font-size: 15px;
    line-height: 1.35;
  }
}

._efr2_withdraw-lead {
  font-family: var(--FONT-BOLD);
  color: #0066b3;
  font-size: 24px;
  line-height: 34px;
}

._efr2_inline-alert--wide {
  width: 100%;
}

._efr2_section-stack > ._efr2_inline-alert--wide {
  width: calc(100% - 150px);
  margin-left: 75px;
}

._efr2_section-stack > ._efr2_inline-alert--wide + ._efr2_accordion {
  margin-top: 40px;
}

#secao-5 ._efr2_section-copy--wide + ._efr2_accordion {
  margin-top: 40px;
}

._efr2_compare-grid--saldo ._efr2_compare-card {
  display: flex;
  flex-direction: column;
}

._efr2_compare-grid--saldo ._efr2_compare-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

._efr2_compare-grid--saldo ._efr2_inline-alert--inside-card {
  margin-top: 28px;
}

._efr2_compare-grid--saldo ._efr2_inline-alert--inside-card + p {
  margin-top: 28px;
}

@media (min-width: 1024px) {
  ._efr2_compare-title {
    font-size: 26px;
    line-height: 32px;
  }

  ._efr2_compare-kicker {
    font-size: 24px;
    line-height: 32px;
  }

  ._efr2_compare-body p,
  ._efr2_compare-body li,
  ._efr2_compare-note,
  ._efr2_feature-copy,
  ._efr2_tile-copy,
  ._efr2_rights-copy,
  ._efr2_security-copy,
  ._efr2_withdraw-list li,
  ._efr2_withdraw-free-grid p,
  ._efr2_withdraw-note {
    font-size: 24px;
    line-height: 34px;
  }

  ._efr2_feature-title,
  ._efr2_tile-title,
  ._efr2_rights-title,
  ._efr2_contact-title,
  ._efr2_security-title,
  ._efr2_transfer-card h3 {
    font-size: 24px;
    line-height: 34px;
  }

  ._efr2_rights-grid {
    width: calc(100% - 150px);
    margin-left: 75px;
    gap: 40px;
  }

  ._efr2_rights-card {
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
  }

  ._efr2_rights-copy {
    padding-left: 36px;
    list-style: disc;
  }

  ._efr2_security {
    width: calc(100% - 150px);
    margin-left: 75px;
    padding: 0;
    border: 1px solid #0066b3;
    border-radius: 8px;
    box-shadow: none;
  }

  ._efr2_security-item {
    min-height: 326px;
    padding: 50px 45px 30px;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  ._efr2_section-copy--wide,
  ._efr2_section-stack > ._efr2_inline-alert--wide {
    width: 100%;
    margin-left: 0;
  }
}

/* Escala tipografica CAIXA: mesma referencia desktop da v1 e do CAIXA-asset. */
@media (min-width: 1024px) {
  /* No desktop, o titulo inicia 30px antes do eixo dos textos e cards. */
  ._efr2_section-title {
    margin-left: -30px;
  }

  /* Blocos internos das secoes 4 a 8 seguem o eixo comum do desktop. */
  #secao-4 ._efr2_section-copy--wide,
  #secao-5 ._efr2_section-copy--wide,
  #secao-6 ._efr2_section-copy--wide,
  #secao-4 ._efr2_accordion,
  #secao-5 ._efr2_accordion,
  #secao-5 ._efr2_info-table--tarifas,
  #secao-6 ._efr2_investment-carousel,
  #secao-7 ._efr2_rights-grid,
  #secao-8 ._efr2_security,
  #secao-4 ._efr2_section-stack > ._efr2_inline-alert--wide {
    width: 100%;
    margin-left: 0;
  }

  ._efr2_hero-title {
    font-family: var(--FONT-SEMIBOLD);
    font-size: 44px;
    line-height: 1.18;
  }

  ._efr2_breadcrumb {
    top: 136px;
    font-size: 14px;
    line-height: 20px;
  }

  ._efr2_section-title {
    font-family: var(--FONT-BOLD);
    font-size: 34px;
    line-height: 1.18;
  }

  ._efr2_section-copy,
  ._efr2_section-copy p,
  ._efr2_section-copy li,
  ._efr2_section-copy strong,
  ._efr2_highlight-copy,
  ._efr2_band-copy,
  ._efr2_card-copy,
  ._efr2_feature-copy,
  ._efr2_tile-copy,
  ._efr2_rights-copy,
  ._efr2_contact-copy,
  ._efr2_security-copy,
  ._efr2_compare-body p,
  ._efr2_compare-body li,
  ._efr2_compare-note,
  ._efr2_withdraw-list li,
  ._efr2_withdraw-free-grid p,
  ._efr2_withdraw-note,
  ._efr2_openfinance-list span,
  ._efr2_investment-body p,
  ._efr2_investment-body li {
    font-size: 20px;
    line-height: 1.42;
  }

  ._efr2_compare-title,
  ._efr2_tile-title,
  ._efr2_rights-title,
  ._efr2_contact-title,
  ._efr2_security-title,
  ._efr2_feature-title,
  ._efr2_withdraw-title,
  ._efr2_pix-key-head h3,
  ._efr2_pix-slide-head h4,
  ._efr2_transfer-card h3,
  ._efr2_investment-head h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  ._efr2_compare-kicker,
  ._efr2_card-kicker,
  ._efr2_band-title,
  ._efr2_withdraw-lead {
    font-size: 18px;
    line-height: 1.4;
  }

  ._efr2_accordion .acc-btn {
    padding: 20px;
    font-size: 18px;
    line-height: 1.37;
  }

  ._efr2_accordion .acc-caret {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  ._efr2_accordion .acc-panel p,
  ._efr2_accordion .acc-panel li {
    font-size: 18px;
    line-height: 1.42;
  }

  ._efr2_info-table--tarifas th,
  ._efr2_info-table--tarifas td {
    font-size: 18px;
    line-height: 1.4;
  }

  ._efr2_inline-alert p {
    font-size: 16px;
    line-height: 1.4;
  }

  ._efr2_openfinance-list span {
    font-size: 18px;
    line-height: 1.42;
  }
}


/* Mobile Figma 10524:1999: escala e composição específicas para 375 px. */
._efr2_mobile-carousel-controls {
  display: none;
}

@media (max-width: 1023px) {
  ._efr2_container {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._efr2_hero,
  ._efr2_hero-inner {
    min-height: 712px;
  }

  ._efr2_hero {
    background: none;
  }

  ._efr2_hero-media img {
    object-position: center center;
  }

  ._efr2_hero::after {
    background: linear-gradient(4deg, rgba(0, 84, 161, .96) 2.95%, rgba(0, 84, 161, 0) 29.8%);
  }

  ._efr2_hero-inner {
    align-items: flex-end;
    padding-bottom: 25px;
  }

  ._efr2_hero-title {
    max-width: 335px;
    font-family: var(--FONT-SEMIBOLD);
    font-size: 33px;
    line-height: 42px;
  }

  ._efr2_section {
    padding: 42px 0;
  }

  ._efr2_section-title {
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-family: var(--FONT-BOLD);
    font-size: 24px;
    line-height: 34px;
  }

  ._efr2_sp_section ._efr2_section-title ._efr2_section-number {
    display: block !important;
    flex: 0 0 auto;
    margin-right: 0;
    color: #0066b3 !important;
  }

  ._efr2_section-copy,
  ._efr2_section-copy p,
  ._efr2_section-copy li,
  ._efr2_section-copy strong,
  ._efr2_highlight-copy,
  ._efr2_compare-body p,
  ._efr2_compare-body li,
  ._efr2_compare-note,
  ._efr2_feature-copy,
  ._efr2_tile-copy,
  ._efr2_rights-copy,
  ._efr2_security-copy,
  ._efr2_withdraw-list li,
  ._efr2_withdraw-free-grid p,
  ._efr2_withdraw-note,
  ._efr2_openfinance-list span,
  ._efr2_investment-body p,
  ._efr2_investment-body li,
  ._efr2_pix-limit {
    font-size: 16px;
    line-height: 22px;
  }

  ._efr2_section-copy--narrow,
  ._efr2_section-copy--wide {
    width: 100%;
    max-width: none;
    margin: 28px 0 0;
  }

  ._efr2_section-copy p + p,
  ._efr2_section-copy ul,
  ._efr2_section-copy ul + p {
    margin-top: 10px;
  }

  ._efr2_section-copy ul,
  ._efr2_accordion .acc-panel ul {
    padding-left: 24px;
  }

  ._efr2_highlight {
    min-height: 0;
    margin-top: 24px;
    padding: 16px;
    grid-template-columns: 27px 1fr;
    gap: 10px 12px;
  }

  ._efr2_highlight-logo {
    width: 27px;
    height: 18px;
  }

  ._efr2_highlight-copy {
    margin-top: 0;
    color: #0066b3;
    font-family: var(--FONT-SEMIBOLD);
    font-size: 15px;
    line-height: 24px;
  }

  ._efr2_highlight ._efr2_button {
    grid-column: 1 / -1;
    min-height: 38px;
    width: 120px;
    padding: 0 14px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  ._efr2_mobile-carousel {
    width: 100%;
    margin-top: 28px;
  }

  ._efr2_mobile-carousel-viewport {
    width: 100%;
    overflow: hidden;
  }

  ._efr2_mobile-carousel ._efr2_compare-grid,
  ._efr2_mobile-carousel ._efr2_feature-grid,
  ._efr2_mobile-carousel ._efr2_payments-grid {
    display: flex;
    width: 100%;
    margin-top: 0;
    gap: 20px;
    transition: transform .35s ease;
    will-change: transform;
  }

  ._efr2_mobile-carousel ._efr2_compare-card,
  ._efr2_mobile-carousel ._efr2_feature,
  ._efr2_mobile-carousel ._efr2_tile {
    flex: 0 0 100%;
    min-width: 100%;
  }

  ._efr2_compare-card {
    min-height: 0;
    border-radius: 8px;
  }

  ._efr2_payments-carousel ._efr2_tile {
    min-height: 190px;
    border-radius: 8px;
  }

  ._efr2_compare-head {
    min-height: 90px;
    padding: 20px;
    grid-template-columns: 44px 1fr;
    gap: 16px;
    align-items: center;
  }

  ._efr2_compare-icon {
    width: 44px;
    height: 44px;
  }

  ._efr2_compare-title,
  ._efr2_compare-kicker,
  ._efr2_feature-title,
  ._efr2_tile-title,
  ._efr2_rights-title,
  ._efr2_security-title,
  ._efr2_transfer-card h3,
  ._efr2_pix-key-head h3,
  ._efr2_pix-slide-head h4,
  ._efr2_investment-head h3 {
    font-size: 16px;
    line-height: 22px;
  }

  ._efr2_compare-kicker {
    margin-top: 2px;
  }

  ._efr2_compare-body {
    padding: 20px;
  }

  ._efr2_compare-divider {
    margin: 26px 0 22px;
  }

  ._efr2_mobile-carousel-controls {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
  }

  ._efr2_mobile-carousel-arrow {
    width: 44px;
    height: 44px;
  }

  ._efr2_mobile-carousel-arrow img {
    width: 44px;
    height: 44px;
  }

  ._efr2_mobile-carousel-arrow--prev img {
    transform: rotate(180deg);
  }

  ._efr2_mobile-carousel-dots,
  ._efr2_pix-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  ._efr2_mobile-carousel-dots button,
  ._efr2_pix-carousel-dots button {
    width: 8px;
    height: 8px;
    border: 1px solid #0066b3;
    border-radius: 50%;
    background: #fff;
  }

  ._efr2_mobile-carousel-dots button.is-active,
  ._efr2_pix-carousel-dots button.is-active {
    background: #0066b3;
  }

  ._efr2_accordion,
  ._efr2_investment-carousel,
  ._efr2_rights-grid,
  ._efr2_security,
  ._efr2_section-stack > ._efr2_inline-alert--wide {
    width: 100%;
    margin-left: 0;
  }

  ._efr2_section-stack > ._efr2_inline-alert--wide {
    margin-top: 24px;
  }

  ._efr2_section-stack > ._efr2_inline-alert--wide + ._efr2_accordion {
    margin-top: 24px;
  }

  ._efr2_accordion .acc-row + .acc-row {
    margin-top: 16px;
  }

  ._efr2_accordion .acc-btn {
    min-height: 50px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
  }

  ._efr2_accordion .acc-caret {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  ._efr2_accordion .acc-panel-inner,
  ._efr2_accordion .acc-panel-inner--wide {
    padding-top: 20px;
  }

  ._efr2_accordion .acc-panel p,
  ._efr2_accordion .acc-panel li {
    font-size: 16px;
    line-height: 22px;
  }

  ._efr2_inline-alert {
    grid-template-columns: 18px 1fr;
    gap: 8px;
    margin-top: 20px;
    padding: 16px;
    border-radius: 8px;
  }

  ._efr2_inline-alert img {
    width: 18px;
    height: 18px;
  }

  ._efr2_inline-alert p {
    font-size: 16px;
    line-height: 22px;
  }

  ._efr2_feature-carousel {
    margin-top: 20px;
  }

  ._efr2_feature {
    min-height: 162px;
    padding: 20px;
    border-radius: 8px;
  }

  ._efr2_accordion-copy-spaced {
    margin-top: 24px;
  }

  ._efr2_saldo-carousel ._efr2_compare-card--tall {
    min-height: 0;
  }

  ._efr2_withdraw-grid,
  ._efr2_payments-grid,
  ._efr2_openfinance-grid,
  ._efr2_rights-grid,
  ._efr2_security-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  ._efr2_withdraw-lead {
    font-size: 16px;
    line-height: 22px;
  }

  ._efr2_withdraw-free-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  ._efr2_withdraw-free-grid h4 {
    font-size: 16px;
    line-height: 22px;
  }

  ._efr2_pix-key-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  ._efr2_pix-key-head {
    gap: 14px;
  }

  ._efr2_pix-carousel,
  ._efr2_investment-carousel {
    margin-top: 28px;
  }

  ._efr2_pix-carousel-viewport,
  ._efr2_investment-viewport {
    width: 100%;
    margin: 0;
  }

  ._efr2_pix-carousel-track,
  ._efr2_investment-track {
    gap: 20px;
  }

  ._efr2_pix-slide,
  ._efr2_investment-slide {
    flex-basis: 100%;
    min-width: 100%;
    height: auto;
  }

  ._efr2_pix-slide-head,
  ._efr2_investment-head {
    min-height: 90px;
    height: auto;
    padding: 20px;
  }

  ._efr2_pix-slide-body,
  ._efr2_investment-body {
    min-height: 250px;
    height: auto;
    padding: 20px;
  }

  ._efr2_investment-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
  }

  ._efr2_investment-number {
    width: 44px;
    height: 44px;
    font-size: 22px;
    line-height: 22px;
  }

  ._efr2_carousel-stage {
    margin-bottom: 54px;
  }

  ._efr2_carousel-arrow,
  ._efr2_investment-carousel ._efr2_carousel-arrow {
    top: auto;
    bottom: -54px;
    width: 44px;
    height: 44px;
  }

  ._efr2_carousel-arrow img {
    width: 44px;
    height: 44px;
  }

  ._efr2_carousel-arrow--prev {
    left: 0;
  }

  ._efr2_carousel-arrow--next {
    right: 0;
  }

  ._efr2_pix-carousel-dots {
    margin-top: -42px;
    margin-bottom: 34px;
  }

  ._efr2_investment-carousel + ._efr2_inline-alert {
    margin-top: 60px;
  }

  ._efr2_info-table--tarifas {
    width: 100%;
    margin-left: 0;
    table-layout: fixed;
  }

  ._efr2_info-table--tarifas th,
  ._efr2_info-table--tarifas td {
    padding: 14px 8px;
    font-size: 14px;
    line-height: 19px;
  }

  ._efr2_rights-card {
    padding: 20px;
    border-radius: 8px;
  }

  ._efr2_rights-card ._efr2_rights-copy {
    padding-left: 22px;
    list-style: disc outside;
  }

  ._efr2_security {
    padding: 0 20px;
    border-radius: 8px;
  }

  ._efr2_security-item,
  ._efr2_security-item:not(:nth-child(3n)),
  ._efr2_security-item:nth-child(-n+3) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--efr2-border);
  }

  ._efr2_security-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }
}


/* Ajustes editoriais dos documentos de pendencias da v2. */
._efr2_compare-link,
._efr2_text-link {
  color: #0066b3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

._efr2_compare-link:hover,
._efr2_compare-link:focus-visible,
._efr2_text-link:hover,
._efr2_text-link:focus-visible {
  color: #004b8d;
  font-weight: 700;
  outline: 2px solid transparent;
}

._efr2_compare-cta {
  margin-top: 20px;
}

._efr2_compare-summary {
  margin-top: 36px;
  color: #4c556c;
  font-family: var(--FONT-SEMIBOLD);
  font-size: 20px;
  line-height: 1.42;
  text-align: center;
}

._efr2_alert-label {
  color: inherit;
  font-family: var(--FONT-SEMIBOLD);
}

/* Ajustes de acessibilidade e estados interativos de 17/08. */
._efr2_text-link:hover,
._efr2_compare-link:hover,
._efr2_text-link:focus-visible,
._efr2_compare-link:focus-visible {
  color: #004b8d;
  font-weight: 700;
}

._efr2_text-link:focus-visible,
._efr2_compare-link:focus-visible {
  outline: 2px solid #f39200;
  outline-offset: 3px;
  border-radius: 2px;
}

._efr2_withdraw-free-grid h3 {
  color: #0066b3;
  font-family: var(--FONT-SEMIBOLD);
  font-size: inherit;
  line-height: inherit;
}

._efr2_withdraw-cta {
  margin-top: 14px;
}

._efr2_info-table--tarifas tbody td:first-child {
  color: #4c556c;
}

._efr2_inline-alert,
._efr2_inline-alert--security,
._efr2_inline-alert--warning {
  border-color: #f39200;
}

._efr2_carousel-arrow,
._efr2_mobile-carousel-arrow {
  border: 2px solid #f08400;
  border-radius: 50%;
  background: #f08400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

._efr2_carousel-arrow img,
._efr2_mobile-carousel-arrow img {
  display: none;
}

._efr2_carousel-arrow::before,
._efr2_mobile-carousel-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  transition: border-color .2s ease;
}

._efr2_carousel-arrow--prev::before,
._efr2_mobile-carousel-arrow--prev::before {
  transform: rotate(-135deg);
}

._efr2_carousel-arrow:hover,
._efr2_mobile-carousel-arrow:hover,
._efr2_carousel-arrow:focus-visible,
._efr2_mobile-carousel-arrow:focus-visible {
  background: #ffffff;
  border-color: #f08400;
  box-shadow: 0 0 0 3px rgba(240, 132, 0, .2);
  outline: 0;
}

._efr2_carousel-arrow:hover::before,
._efr2_mobile-carousel-arrow:hover::before,
._efr2_carousel-arrow:focus-visible::before,
._efr2_mobile-carousel-arrow:focus-visible::before {
  border-color: #f08400;
}

._efr2_inline-alert--warning {
  border-color: #f39200;
}

@media (max-width: 1023px) {
  ._efr2_compare-summary {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }
}
