@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 .thg-premium-editorial, .tc-wp-content-root .thg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .thg-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #261b26;
  background: #fff;
}.tc-wp-content-root .thg-premium-editorial .thg-section, .tc-wp-content-root .thg-premium-editorial .thg-container, .tc-wp-content-root .thg-premium-editorial .thg-grid, .tc-wp-content-root .thg-premium-editorial .thg-card{
  max-width: 100%;
}.tc-wp-content-root .thg-premium-editorial .thg-section{
  padding: 88px 20px;
}.tc-wp-content-root .thg-premium-editorial .thg-section-white{
  background: #fff;
}.tc-wp-content-root .thg-premium-editorial .thg-section-gradient{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 191, 112, 0.24), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255, 92, 138, 0.18), transparent 32%),
    linear-gradient(135deg, #fff8ef 0%, #fff3f6 48%, #f8f0ff 100%);
}.tc-wp-content-root .thg-premium-editorial .thg-container{
  width: min(1320px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .thg-premium-editorial h2{
  margin: 0;
  color: #201320;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-editorial .thg-gradient-keyword{
  background: linear-gradient(115deg, #ff8a3d 0%, #ff4f87 44%, #8c5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap p{
  margin: 14px auto 0;
  color: #68566b;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-editorial .thg-grid{
  width: 100%;
  display: grid;
  gap: 24px;
}.tc-wp-content-root .thg-premium-editorial .thg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .thg-premium-editorial .thg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .thg-premium-editorial .thg-card{
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --thg-a: #ff8a3d;
  --thg-b: #ff4f87;
  --thg-soft: rgba(255, 138, 61, 0.12);
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(70, 42, 79, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.82), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.9));
  box-shadow: 0 18px 42px rgba(72, 38, 65, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .thg-premium-editorial .thg-card:nth-child(2n){
  --thg-a: #ff5f7e;
  --thg-b: #b45cff;
  --thg-soft: rgba(255, 95, 126, 0.13);
}.tc-wp-content-root .thg-premium-editorial .thg-card:nth-child(3n){
  --thg-a: #f7a928;
  --thg-b: #ff5d5d;
  --thg-soft: rgba(247, 169, 40, 0.14);
}.tc-wp-content-root .thg-premium-editorial .thg-card:nth-child(4n){
  --thg-a: #a86dff;
  --thg-b: #ff7a59;
  --thg-soft: rgba(168, 109, 255, 0.13);
}.tc-wp-content-root .thg-premium-editorial .thg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .thg-premium-editorial .thg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--thg-a) 22%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 280ms ease;
  z-index: -1;
}.tc-wp-content-root .thg-premium-editorial .thg-card:hover{
  border-color: color-mix(in srgb, var(--thg-a) 38%, rgba(70, 42, 79, 0.12));
  box-shadow: 0 26px 64px rgba(72, 38, 65, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .thg-premium-editorial .thg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .thg-premium-editorial .thg-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--thg-soft), rgba(255, 255, 255, 0.82));
  color: var(--thg-a);
  font-size: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transition: transform 300ms ease, color 300ms ease, background 300ms ease;
}.tc-wp-content-root .thg-premium-editorial .thg-card:hover .thg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--thg-a), var(--thg-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .thg-premium-editorial h3{
  position: relative;
  margin: 0 0 12px;
  color: #241526;
  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 .thg-premium-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--thg-a), var(--thg-b));
  transform-origin: left;
  transform: scaleX(0.45);
  transition: transform 280ms ease;
}.tc-wp-content-root .thg-premium-editorial .thg-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .thg-premium-editorial .thg-card p{
  margin: 0;
  color: #6d5c70;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-editorial .thg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--thg-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .thg-premium-editorial .thg-card:hover .thg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .thg-premium-editorial .thg-process-card{
  padding-top: 30px;
}.tc-wp-content-root .thg-premium-editorial .thg-step-badge{
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--thg-a), var(--thg-b));
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 26px color-mix(in srgb, var(--thg-a) 28%, transparent);
  transition: transform 300ms ease, box-shadow 300ms ease;
}.tc-wp-content-root .thg-premium-editorial .thg-process-card:hover .thg-step-badge{
  transform: translateY(-3px) rotate(4deg) scale(1.04);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--thg-a) 36%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .thg-premium-editorial .thg-section{
    padding: 76px 18px;
  }.tc-wp-content-root .thg-premium-editorial .thg-grid-four, .tc-wp-content-root .thg-premium-editorial .thg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .thg-premium-editorial .thg-grid{
    gap: 22px;
  }.tc-wp-content-root .thg-premium-editorial .thg-card{
    padding: 25px;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .thg-premium-editorial .thg-section{
    padding: 64px 18px;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .thg-premium-editorial .thg-grid-four, .tc-wp-content-root .thg-premium-editorial .thg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .thg-premium-editorial .thg-grid{
    gap: 18px;
  }.tc-wp-content-root .thg-premium-editorial .thg-card{
    padding: 24px;
  }.tc-wp-content-root .thg-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .thg-premium-editorial .thg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .thg-premium-editorial .thg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .thg-premium-editorial .thg-grid-four, .tc-wp-content-root .thg-premium-editorial .thg-grid-three{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap p{
    font-size: 0.96rem;
    line-height: 1.62;
  }.tc-wp-content-root .thg-premium-editorial .thg-grid{
    gap: 16px;
  }.tc-wp-content-root .thg-premium-editorial .thg-card{
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .thg-premium-editorial .thg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .thg-premium-editorial .thg-grid-four, .tc-wp-content-root .thg-premium-editorial .thg-grid-three{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap p{
    font-size: 0.92rem;
  }.tc-wp-content-root .thg-premium-editorial .thg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .thg-premium-editorial .thg-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.08rem;
  }.tc-wp-content-root .thg-premium-editorial .thg-step-badge{
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .thg-premium-editorial .thg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .thg-premium-editorial .thg-grid-four, .tc-wp-content-root .thg-premium-editorial .thg-grid-three{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .thg-premium-editorial .thg-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.56;
  }.tc-wp-content-root .thg-premium-editorial .thg-grid{
    gap: 14px;
  }.tc-wp-content-root .thg-premium-editorial .thg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .thg-premium-editorial .thg-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 13px;
    font-size: 1rem;
  }.tc-wp-content-root .thg-premium-editorial h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .thg-premium-editorial .thg-card p, .tc-wp-content-root .thg-premium-editorial .thg-card-cta{
    font-size: 0.88rem;
  }.tc-wp-content-root .thg-premium-editorial .thg-step-badge{
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .thg-premium-editorial .thg-card, .tc-wp-content-root .thg-premium-editorial .thg-card::before, .tc-wp-content-root .thg-premium-editorial .thg-icon, .tc-wp-content-root .thg-premium-editorial h3::after, .tc-wp-content-root .thg-premium-editorial .thg-card-cta, .tc-wp-content-root .thg-premium-editorial .thg-step-badge{
    transition: none !important;
  }.tc-wp-content-root .thg-premium-editorial .thg-card, .tc-wp-content-root .thg-premium-editorial .thg-card.is-visible, .tc-wp-content-root .thg-premium-editorial .thg-card:hover{
    transform: none !important;
    opacity: 1 !important;
  }}

.tc-wp-content-root .thg-tilt-card {}