@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 .ighg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241720;
  background: #fff;
}.tc-wp-content-root .ighg-premium-editorial *, .tc-wp-content-root .ighg-premium-editorial *::before, .tc-wp-content-root .ighg-premium-editorial *::after{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .ighg-premium-editorial .ighg-section{
  width: 100%;
  max-width: 100%;
  padding: 94px 24px;
  overflow: hidden;
}.tc-wp-content-root .ighg-premium-editorial .ighg-section-white{
  background: #fff;
}.tc-wp-content-root .ighg-premium-editorial .ighg-section-warm{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 180, 92, 0.22), transparent 28%),
    radial-gradient(circle at 86% 10%, rgba(194, 99, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #fff8ef 0%, #fff0e8 46%, #fbf0ff 100%);
}.tc-wp-content-root .ighg-premium-editorial .ighg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap{
  width: min(780px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-content-root .ighg-premium-editorial h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #241720;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ighg-premium-editorial .ighg-gradient-keyword{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f8b 42%, #8f5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #695d66;
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ighg-premium-editorial .ighg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ighg-premium-editorial .ighg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ighg-premium-editorial .ighg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .ighg-premium-editorial .ighg-card{
  --ighg-a: #ff8a3d;
  --ighg-b: #ff4f8b;
  --fg-mx: 50%;
  --fg-my: 18%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(119, 78, 105, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ighg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,249,245,0.9));
  box-shadow: 0 18px 44px rgba(84, 47, 35, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .ighg-premium-editorial .ighg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ighg-a) 11%, transparent), color-mix(in srgb, var(--ighg-b) 8%, transparent));
  opacity: 0;
  transition: opacity 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(1){ --ighg-a: #ff8a3d; --ighg-b: #ff4f8b; }.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(2){ --ighg-a: #ffb347; --ighg-b: #db5cff; }.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(3){ --ighg-a: #ff6b6b; --ighg-b: #8f5cff; }.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(4){ --ighg-a: #f6a21a; --ighg-b: #ff5e9f; }.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(5){ --ighg-a: #ff7a59; --ighg-b: #b65cff; }.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(6){ --ighg-a: #f7b733; --ighg-b: #fc4a8a; }.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(7){ --ighg-a: #ff9f68; --ighg-b: #7f62ff; }.tc-wp-content-root .ighg-premium-editorial .ighg-card:nth-child(8){ --ighg-a: #ff5f7e; --ighg-b: #a15cff; }.tc-wp-content-root .ighg-premium-editorial .ighg-card.ighg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ighg-premium-editorial .ighg-card:hover{
  border-color: color-mix(in srgb, var(--ighg-a) 42%, rgba(119, 78, 105, 0.16));
  box-shadow: 0 24px 62px rgba(83, 45, 41, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .ighg-premium-editorial .ighg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ighg-premium-editorial .ighg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ighg-a) 15%, #fff), color-mix(in srgb, var(--ighg-b) 13%, #fff));
  color: var(--ighg-b);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72), 0 12px 30px color-mix(in srgb, var(--ighg-a) 18%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .ighg-premium-editorial .ighg-icon i{
  font-size: 1.22rem;
  line-height: 1;
}.tc-wp-content-root .ighg-premium-editorial .ighg-card:hover .ighg-icon{
  transform: translateY(-3px) scale(1.04);
  color: #fff;
  background: linear-gradient(135deg, var(--ighg-a), var(--ighg-b));
}.tc-wp-content-root .ighg-premium-editorial h3{
  position: relative;
  margin: 22px 0 0;
  padding-bottom: 12px;
  color: #2a1721;
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 790;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ighg-premium-editorial h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ighg-a), var(--ighg-b));
  transition: width 0.28s ease;
}.tc-wp-content-root .ighg-premium-editorial .ighg-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .ighg-premium-editorial .ighg-card p{
  margin: 14px 0 0;
  color: #685b65;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ighg-premium-editorial .ighg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--ighg-b);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 760;
  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 .ighg-premium-editorial .ighg-card:hover .ighg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ighg-premium-editorial .ighg-benefit-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .ighg-premium-editorial .ighg-benefit-card .ighg-icon, .tc-wp-content-root .ighg-premium-editorial .ighg-benefit-card h3, .tc-wp-content-root .ighg-premium-editorial .ighg-benefit-card p{
  transform: translateZ(18px);
}.tc-wp-content-root .ighg-premium-editorial .ighg-process-card{
  padding-top: 26px;
}.tc-wp-content-root .ighg-premium-editorial .ighg-step-badge{
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 34px;
  max-width: 100%;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ighg-a), var(--ighg-b));
  color: #fff;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 850;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--ighg-a) 28%, transparent);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-content-root .ighg-premium-editorial .ighg-process-card:hover .ighg-step-badge{
  transform: translateY(-3px) scale(1.07);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ighg-b) 30%, transparent);
}@media (min-width: 1200px) {.tc-wp-content-root .ighg-premium-editorial .ighg-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .ighg-premium-editorial .ighg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ighg-premium-editorial .ighg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-grid, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-four, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card{
    padding: 25px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ighg-premium-editorial .ighg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap p{
    font-size: 0.98rem;
    line-height: 1.62;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-grid, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-four, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ighg-premium-editorial h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ighg-premium-editorial .ighg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.58;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-grid, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-four, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ighg-premium-editorial .ighg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap p{
    font-size: 0.91rem;
    line-height: 1.55;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-grid, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-four, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-icon{
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .ighg-premium-editorial h3{
    margin-top: 18px;
    font-size: 0.99rem;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-step-badge{
    width: 42px;
    height: 31px;
    font-size: 0.78rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .ighg-premium-editorial .ighg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.52;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-grid, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-four, .tc-wp-content-root .ighg-premium-editorial .ighg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card{
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-icon{
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-icon i{
    font-size: 0.98rem;
  }.tc-wp-content-root .ighg-premium-editorial h3{
    margin-top: 16px;
    padding-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.3;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card p{
    font-size: 0.87rem;
    line-height: 1.54;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-step-badge{
    width: 40px;
    height: 30px;
    margin-bottom: 14px;
    font-size: 0.75rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ighg-premium-editorial .ighg-card, .tc-wp-content-root .ighg-premium-editorial .ighg-card::before, .tc-wp-content-root .ighg-premium-editorial .ighg-icon, .tc-wp-content-root .ighg-premium-editorial h3::after, .tc-wp-content-root .ighg-premium-editorial .ighg-cta, .tc-wp-content-root .ighg-premium-editorial .ighg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ighg-premium-editorial .ighg-card, .tc-wp-content-root .ighg-premium-editorial .ighg-card.ighg-visible, .tc-wp-content-root .ighg-premium-editorial .ighg-card:hover{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .ighg-reveal {}