/* The legacy About template caps section rows at 90% / 1200px. Keep the
   override page-scoped so every About section spans the viewport without
   changing shared rows in the header, footer, or other pages. */
.about-talento-page #thc-i-b826c35e6e4 article .thc-c-ede7c4e69a2 {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.about-talento-page #thc-i-b826c35e6e4 article .thc-c-815be06e833 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Keep the tabbed value proposition compact even though the surrounding About
   sections intentionally span the full viewport. */
.about-talento-page .about-choice-tabs {
  padding: clamp(52px, 6vw, 76px) 0 !important;
}

.about-talento-page #thc-i-b826c35e6e4 article .about-choice-tabs > .thc-c-ede7c4e69a2 {
  width: min(1180px, calc(100% - 80px)) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.about-choice-tabs__heading {
  margin-bottom: clamp(28px, 3vw, 40px) !important;
}

.about-choice-tabs__heading h2 {
  margin: 0 !important;
  font-size: clamp(38px, 3.5vw, 52px) !important;
  line-height: 1.12 !important;
}

.about-choice-tabs__component {
  border: 0 !important;
}

.about-choice-tabs .about-choice-tabs__nav {
  display: flex !important;
  justify-content: center;
  gap: clamp(8px, 2vw, 24px);
  margin: 0 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  background: transparent !important;
}

.about-choice-tabs .about-choice-tabs__nav::after {
  display: none !important;
}

.about-choice-tabs .about-choice-tabs__nav li {
  display: block !important;
  float: none !important;
  border: 0 !important;
}

.about-choice-tabs .about-choice-tabs__nav a {
  display: block !important;
  padding: 12px clamp(14px, 2vw, 26px) 11px !important;
  border-bottom: 3px solid transparent;
  color: #9e9e9e !important;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(16px, 1.45vw, 20px) !important;
  line-height: 1.3 !important;
  text-align: center;
  transition: color 180ms ease, border-color 180ms ease;
}

.about-choice-tabs .about-choice-tabs__nav a:hover,
.about-choice-tabs .about-choice-tabs__nav a:focus-visible {
  color: #ff6955 !important;
}

.about-choice-tabs .about-choice-tabs__nav a.is-active,
.about-choice-tabs .about-choice-tabs__nav a[aria-selected="true"] {
  border-bottom-color: #ff6955;
  color: #ff6955 !important;
}

.about-choice-tabs .about-choice-tabs__nav a[aria-selected="false"] {
  border-bottom-color: transparent;
  color: #9e9e9e !important;
}

.about-choice-tabs__panels {
  border: 0 !important;
  background: transparent !important;
}

.about-choice-tabs__panel {
  padding: clamp(30px, 3.5vw, 44px) 0 0 !important;
}

.about-choice-tabs__panel > .thc-c-29ebee980ca {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.about-choice-tabs__panel p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.55;
}

.about-choice-tabs__panel img.thc-c-d774c53ac83 {
  width: clamp(230px, 26vw, 300px);
  height: auto;
  margin-left: clamp(30px, 4vw, 56px);
}

.about-andrea-profile {
  position: relative;
  width: min(700px, 100%);
  min-height: 470px;
  margin: 0;
  color: #333;
}

.about-andrea-profile__visual {
  position: relative;
  min-height: 410px;
}

.about-andrea-profile__portrait {
  display: block;
  width: min(370px, 57%);
  height: auto;
  aspect-ratio: 1;
  border: 5px solid #333;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.about-andrea-profile__role {
  position: absolute;
  z-index: 2;
  top: 115px;
  left: 48%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: min(270px, 43%);
  height: 50px;
  margin: 0 !important;
  padding: 0 24px !important;
  box-sizing: border-box;
  border-radius: 26px;
  background: #333;
  color: #fff;
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.25 !important;
  text-align: center;
}

.about-andrea-profile__mark {
  position: absolute !important;
  z-index: 3;
  top: 245px;
  left: 42%;
  display: block;
  width: clamp(102px, 20%, 126px);
  height: auto;
  aspect-ratio: 1;
  border: 8px solid #fff;
  border-radius: 50%;
}

.about-andrea-profile__summary {
  position: absolute;
  top: 285px;
  left: 64%;
  width: 34%;
}

.about-andrea-profile__summary h3 {
  margin: 0 0 3px;
  color: #ff6955;
  font-size: clamp(19px, 2vw, 23px) !important;
  line-height: 1.15 !important;
}

.about-choice-tabs__panel .about-andrea-profile__summary p {
  margin: 0;
  color: #333;
  font-size: clamp(13px, 1.1vw, 15px) !important;
  line-height: 1.35 !important;
}

@media (max-width: 980px) {
  .about-talento-page #thc-i-b826c35e6e4 article .about-choice-tabs > .thc-c-ede7c4e69a2 {
    width: min(100% - 56px, 760px) !important;
  }

  .about-choice-tabs__heading h2 {
    font-size: clamp(34px, 5.5vw, 44px) !important;
  }

  .about-choice-tabs__panel > .thc-c-29ebee980ca {
    max-width: 720px;
  }

  .about-andrea-profile {
    margin: 30px auto 0;
  }
}

@media (max-width: 640px) {
  .about-talento-page .about-choice-tabs {
    padding: 42px 0 !important;
  }

  .about-talento-page #thc-i-b826c35e6e4 article .about-choice-tabs > .thc-c-ede7c4e69a2 {
    width: calc(100% - 40px) !important;
  }

  .about-choice-tabs__heading {
    margin-bottom: 22px !important;
  }

  .about-choice-tabs__heading h2 {
    font-size: clamp(30px, 9vw, 36px) !important;
  }

  .about-choice-tabs .about-choice-tabs__nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    white-space: normal;
  }

  .about-choice-tabs .about-choice-tabs__nav a {
    height: 100%;
    padding: 10px 4px 9px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .about-choice-tabs__panel {
    padding-top: 26px !important;
  }

  .about-choice-tabs__panel img.thc-c-d774c53ac83 {
    display: block;
    float: none;
    width: min(220px, 72vw);
    margin: 0 auto 24px;
  }

  .about-choice-tabs__panel h2 > a {
    display: block;
  }

  .about-andrea-profile {
    display: grid;
    min-height: 0;
    gap: 18px;
    justify-items: center;
  }

  .about-andrea-profile__visual {
    width: min(310px, 100%);
    min-height: 350px;
  }

  .about-andrea-profile__portrait {
    width: min(270px, 82vw);
  }

  .about-andrea-profile__role {
    top: 240px;
    left: 94px;
    width: 205px;
    padding: 15px 18px;
  }

  .about-andrea-profile__mark {
    top: 204px;
    left: 18px;
    width: 92px;
    border-width: 6px;
  }

  .about-andrea-profile__summary {
    position: static;
    width: min(310px, 100%);
    text-align: left;
  }

  .about-andrea-profile__summary h3 {
    font-size: 23px !important;
  }

  .about-choice-tabs__panel .about-andrea-profile__summary p {
    font-size: 15px !important;
  }
}
