@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 .ahg-premium-content, .tc-wp-content-root .ahg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .ahg-premium-content{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #211824;
  background: #fff;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-section, .tc-wp-content-root .ahg-premium-content .ahg-premium-container, .tc-wp-content-root .ahg-premium-content .ahg-premium-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-section{
  padding: 92px 22px;
  overflow: hidden;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-section-white{
  background: #fff;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-section-warm{
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 190, 111, .28), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(185, 111, 255, .18), transparent 32%),
    linear-gradient(135deg, #fff8f0 0%, #fff1ec 48%, #fbf3ff 100%);
}.tc-wp-content-root .ahg-premium-content .ahg-premium-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-head{
  max-width: 810px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ahg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  color: #241628;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-gradient-keyword{
  background: linear-gradient(90deg, #ff8a3d 0%, #ff5578 42%, #9b5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #695d68;
  font-size: 1.05rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ahg-premium-content .ahg-premium-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card{
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ahg-a: #ff8a3d;
  --ahg-b: #ff5578;
  --ahg-c: #fff3e9;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 28px;
  border: 1px solid rgba(114, 68, 93, .14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 250, 246, .86)),
    radial-gradient(circle at top left, var(--ahg-c), transparent 58%);
  box-shadow: 0 16px 42px rgba(64, 37, 50, .08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), opacity .55s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card:nth-child(2){ --ahg-a: #ff5f7e; --ahg-b: #b866ff; --ahg-c: #fff0f4; }.tc-wp-content-root .ahg-premium-content .ahg-premium-card:nth-child(3){ --ahg-a: #f7b731; --ahg-b: #ff7b54; --ahg-c: #fff7dc; }.tc-wp-content-root .ahg-premium-content .ahg-premium-card:nth-child(4){ --ahg-a: #b866ff; --ahg-b: #ff73a6; --ahg-c: #f7efff; }.tc-wp-content-root .ahg-premium-content .ahg-premium-card:nth-child(5){ --ahg-a: #ff914d; --ahg-b: #ff4f8b; --ahg-c: #fff0e4; }.tc-wp-content-root .ahg-premium-content .ahg-premium-card:nth-child(6){ --ahg-a: #d891ef; --ahg-b: #ff9f68; --ahg-c: #fbf0ff; }.tc-wp-content-root .ahg-premium-content .ahg-premium-card:nth-child(7){ --ahg-a: #ffbf4d; --ahg-b: #e15cff; --ahg-c: #fff8e8; }.tc-wp-content-root .ahg-premium-content .ahg-premium-card:nth-child(8){ --ahg-a: #ff6a88; --ahg-b: #7c5cff; --ahg-c: #fff0f7; }.tc-wp-content-root .ahg-premium-content .ahg-premium-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card:hover{
  border-color: color-mix(in srgb, var(--ahg-a) 42%, transparent);
  box-shadow: 0 24px 64px rgba(64, 37, 50, .14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .ahg-premium-content .ahg-premium-glow{
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ahg-a) 22%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity .35s ease;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card:hover .ahg-premium-glow{
  opacity: 1;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--ahg-a);
  background: linear-gradient(145deg, #fff, var(--ahg-c));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 10px 24px rgba(83, 45, 59, .08);
  transition: transform .35s ease, color .35s ease, background .35s ease;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card:hover .ahg-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ahg-a), var(--ahg-b));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .ahg-premium-content h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #261727;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ahg-a), var(--ahg-b));
  transition: width .35s ease;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card p{
  margin: 0;
  color: #685d68;
  font-size: .96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ahg-a);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: .18;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease, color .35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-card:hover .ahg-premium-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--ahg-b);
}.tc-wp-content-root .ahg-premium-content .ahg-premium-process{
  padding-top: 30px;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: calc(100% - 44px);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ahg-a), var(--ahg-b));
  color: #fff;
  font-size: .88rem;
  font-weight: 850;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--ahg-a) 24%, transparent);
  transition: transform .35s ease, box-shadow .35s ease;
}.tc-wp-content-root .ahg-premium-content .ahg-premium-process:hover .ahg-premium-badge{
  transform: translateY(-3px) rotate(4deg) scale(1.05);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ahg-a) 34%, transparent);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .ahg-premium-content .ahg-premium-section{
    padding: 78px 20px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-container{
    max-width: 1060px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-grid-4, .tc-wp-content-root .ahg-premium-content .ahg-premium-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head p{
    font-size: 1rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card{
    padding: 25px;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .ahg-premium-content .ahg-premium-section{
    padding: 68px 18px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-grid-4, .tc-wp-content-root .ahg-premium-content .ahg-premium-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card{
    min-height: 236px;
    padding: 24px;
  }.tc-wp-content-root .ahg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card p{
    font-size: .94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .ahg-premium-content .ahg-premium-section{
    padding: 56px 16px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head p{
    font-size: .96rem;
    line-height: 1.62;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-grid-4, .tc-wp-content-root .ahg-premium-content .ahg-premium-grid-3{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card{
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .ahg-premium-content .ahg-premium-section{
    padding: 48px 14px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head p{
    font-size: .92rem;
    line-height: 1.58;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-grid-4, .tc-wp-content-root .ahg-premium-content .ahg-premium-grid-3{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-badge{
    width: 40px;
    height: 40px;
    top: 18px;
    right: 18px;
  }}@media (max-width: 374px) {.tc-wp-content-root .ahg-premium-content .ahg-premium-section{
    padding: 42px 12px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-head p{
    font-size: .88rem;
    line-height: 1.55;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-grid-4, .tc-wp-content-root .ahg-premium-content .ahg-premium-grid-3{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .ahg-premium-content h3{
    font-size: .98rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card p, .tc-wp-content-root .ahg-premium-content .ahg-premium-cta{
    font-size: .88rem;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-badge{
    width: 38px;
    height: 38px;
    top: 16px;
    right: 16px;
    border-radius: 13px;
    font-size: .78rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ahg-premium-content .ahg-premium-card, .tc-wp-content-root .ahg-premium-content .ahg-premium-icon, .tc-wp-content-root .ahg-premium-content .ahg-premium-badge, .tc-wp-content-root .ahg-premium-content h3::after, .tc-wp-content-root .ahg-premium-content .ahg-premium-cta, .tc-wp-content-root .ahg-premium-content .ahg-premium-glow{
    transition: none !important;
  }.tc-wp-content-root .ahg-premium-content .ahg-premium-card, .tc-wp-content-root .ahg-premium-content .ahg-premium-card.is-visible, .tc-wp-content-root .ahg-premium-content .ahg-premium-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .ahg-premium-reveal {}
.tc-wp-content-root .ahg-premium-tilt {}