@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .ahg26-editorial-wrap, .tc-wp-content-root .ahg26-editorial-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .ahg26-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241826;
  background: #fff;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section-white{
  background: #fff;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section-warm{
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 190, 118, 0.28), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(209, 112, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fff8f1 0%, #fff1ec 45%, #f9f0ff 100%);
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.12;
  letter-spacing: 0;
  color: #221626;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-gradient-keyword{
  background: linear-gradient(110deg, #ff8a3d 0%, #ff4f79 42%, #9d5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #675866;
  font-size: 1.05rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card{
  --ahg26-card-a: #ff8a3d;
  --ahg26-card-b: #ff4f79;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(86, 54, 77, 0.11);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ahg26-card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.92));
  box-shadow: 0 18px 50px rgba(72, 38, 62, 0.09);
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ahg26-card-a) 12%, transparent), color-mix(in srgb, var(--ahg26-card-b) 10%, transparent));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ahg26-card-a), var(--ahg26-card-b));
  transform: scaleX(0.34);
  transform-origin: left;
  opacity: 0.75;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:hover{
  border-color: color-mix(in srgb, var(--ahg26-card-a) 42%, rgba(86, 54, 77, 0.14));
  box-shadow: 0 26px 70px rgba(83, 45, 70, 0.15);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-icon-box{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--ahg26-card-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--ahg26-card-a) 14%, #fff), color-mix(in srgb, var(--ahg26-card-b) 10%, #fff));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ahg26-card-a) 14%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-icon-box i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:hover .ahg26-icon-box{
  color: #fff;
  background: linear-gradient(135deg, var(--ahg26-card-a), var(--ahg26-card-b));
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card h3{
  display: inline;
  margin: 0;
  color: #241826;
  font-size: 1.12rem;
  line-height: 1.28;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--ahg26-card-a), var(--ahg26-card-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card p{
  margin: 14px 0 0;
  color: #665762;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ahg26-card-b);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.3;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:hover .ahg26-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-benefit-card{
  min-height: 264px;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-benefit-card:hover{
  transform: translateY(-9px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-process-card{
  min-height: 292px;
  padding-top: 74px;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-step-badge{
  position: absolute;
  top: 22px;
  left: 24px;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 34px;
  max-width: calc(100% - 48px);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--ahg26-card-a), var(--ahg26-card-b));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ahg26-card-a) 24%, transparent);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-process-card:hover .ahg26-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ahg26-card-b) 28%, transparent);
}.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(1){ --ahg26-card-a: #ff8a3d; --ahg26-card-b: #ff4f79; }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(2){ --ahg26-card-a: #ffb347; --ahg26-card-b: #f05a84; }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(3){ --ahg26-card-a: #fb7185; --ahg26-card-b: #a855f7; }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(4){ --ahg26-card-a: #f59e0b; --ahg26-card-b: #ec4899; }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(5){ --ahg26-card-a: #ff6b4a; --ahg26-card-b: #8b5cf6; }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(6){ --ahg26-card-a: #f97316; --ahg26-card-b: #db2777; }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(7){ --ahg26-card-a: #e879f9; --ahg26-card-b: #fb923c; }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:nth-child(8){ --ahg26-card-a: #f43f5e; --ahg26-card-b: #7c3aed; }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section{
    padding: 82px 22px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-four, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block{
    margin-bottom: 40px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block p{
    font-size: 1rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card{
    padding: 25px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-process-card{
    padding-top: 72px;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section{
    padding: 70px 20px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-four, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card{
    min-height: 230px;
    padding: 23px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card p{
    font-size: 0.94rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-process-card{
    min-height: 270px;
    padding-top: 70px;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section{
    padding: 58px 16px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-four, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-three{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-icon-box{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-process-card{
    padding-top: 68px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section{
    padding: 50px 14px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-four, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block{
    margin-bottom: 26px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-icon-box{
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-process-card{
    padding-top: 64px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-step-badge{
    top: 18px;
    left: 20px;
    width: 42px;
    height: 31px;
  }}@media (max-width: 374px) {.tc-wp-content-root .ahg26-editorial-wrap .ahg26-section{
    padding: 44px 12px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-four, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-heading-block p{
    font-size: 0.88rem;
    line-height: 1.56;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card{
    min-height: auto;
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-icon-box{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-icon-box i{
    font-size: 1.05rem;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-step-badge{
    top: 16px;
    left: 18px;
    width: 40px;
    height: 30px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-card::before, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-card::after, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-icon-box, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-card-cta, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-step-badge, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-card h3{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ahg26-editorial-wrap .ahg26-card, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-card:hover, .tc-wp-content-root .ahg26-editorial-wrap .ahg26-benefit-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .ahg26-info-card {}