@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* 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 .gtg-premium-editorial, .tc-wp-content-root .gtg-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .gtg-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: #241722;
  line-height: 1.6;
}.tc-wp-content-root .gtg-premium-editorial .gtg-section{
  width: 100%;
  max-width: 100%;
  padding: 88px 24px;
  overflow: hidden;
}.tc-wp-content-root .gtg-premium-editorial .gtg-section-white{
  background: #fff;
}.tc-wp-content-root .gtg-premium-editorial .gtg-section-warm{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 169, 103, 0.22), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(190, 117, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #fff8f1 0%, #fff1ec 46%, #f8efff 100%);
}.tc-wp-content-root .gtg-premium-editorial .gtg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .gtg-premium-editorial .gtg-section-header{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .gtg-premium-editorial h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  color: #211621;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-editorial h2 span{
  background: linear-gradient(110deg, #ff8a3d 0%, #ff4f8b 45%, #8f5bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .gtg-premium-editorial .gtg-section-header p{
  margin: 14px auto 0;
  max-width: 760px;
  font-size: 1.04rem;
  color: #6b5a67;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-editorial .gtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .gtg-premium-editorial .gtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .gtg-premium-editorial .gtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .gtg-premium-editorial .gtg-card{
  --gtg-a: #ff8a3d;
  --gtg-b: #ff4f8b;
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(120, 71, 105, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--gtg-a) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,247,241,0.84));
  box-shadow: 0 18px 45px rgba(71, 38, 58, 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, border-color 320ms ease, box-shadow 320ms ease, background 320ms ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gtg-a) 13%, transparent), color-mix(in srgb, var(--gtg-b) 10%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  z-index: -1;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 54px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gtg-a), var(--gtg-b));
  transform: scaleX(0.38);
  transform-origin: left;
  transition: transform 320ms ease;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card.gtg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
}.tc-wp-content-root .gtg-premium-editorial .gtg-card:hover{
  border-color: color-mix(in srgb, var(--gtg-a) 38%, rgba(120, 71, 105, 0.16));
  box-shadow: 0 26px 68px rgba(91, 44, 71, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .gtg-premium-editorial .gtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .gtg-premium-editorial .gtg-icon, .tc-wp-content-root .gtg-premium-editorial .gtg-step{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 17px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gtg-a) 16%, #fff), color-mix(in srgb, var(--gtg-b) 14%, #fff));
  color: var(--gtg-a);
  font-size: 1.35rem;
  font-weight: 850;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 12px 24px rgba(120, 71, 105, 0.1);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card:hover .gtg-icon, .tc-wp-content-root .gtg-premium-editorial .gtg-card:hover .gtg-step{
  color: #fff;
  background: linear-gradient(135deg, var(--gtg-a), var(--gtg-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .gtg-premium-editorial h3{
  margin: 0 0 10px;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  color: #241722;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card p{
  margin: 0;
  font-size: 0.96rem;
  color: #675765;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--gtg-b);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.16;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card:hover .gtg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .gtg-premium-editorial .gtg-process-card .gtg-step{
  font-size: 0.92rem;
  letter-spacing: 0;
}.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(1){ --gtg-a: #ff8a3d; --gtg-b: #ff4f8b; }.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(2){ --gtg-a: #ffb12f; --gtg-b: #ef5da8; }.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(3){ --gtg-a: #ff6f61; --gtg-b: #9d63ff; }.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(4){ --gtg-a: #f59e0b; --gtg-b: #ec4899; }.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(5){ --gtg-a: #fb7185; --gtg-b: #8b5cf6; }.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(6){ --gtg-a: #f97316; --gtg-b: #d946ef; }.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(7){ --gtg-a: #f43f5e; --gtg-b: #a855f7; }.tc-wp-content-root .gtg-premium-editorial .gtg-card:nth-child(8){ --gtg-a: #eab308; --gtg-b: #f43f5e; }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .gtg-premium-editorial .gtg-section{
    padding: 76px 22px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-grid, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-four, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card{
    padding: 25px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .gtg-premium-editorial .gtg-section{
    padding: 64px 20px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-grid, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-four, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card{
    min-height: 220px;
    padding: 24px;
  }.tc-wp-content-root .gtg-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .gtg-premium-editorial .gtg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header p{
    font-size: 0.95rem;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-grid, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-four, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card{
    min-height: auto;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .gtg-premium-editorial .gtg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header{
    margin-bottom: 24px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header p{
    font-size: 0.92rem;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-grid, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-four, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-icon, .tc-wp-content-root .gtg-premium-editorial .gtg-step{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 1.12rem;
  }.tc-wp-content-root .gtg-premium-editorial h3{
    font-size: 1rem;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card p{
    font-size: 0.9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .gtg-premium-editorial .gtg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header{
    margin-bottom: 22px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-section-header p{
    font-size: 0.88rem;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-grid, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-four, .tc-wp-content-root .gtg-premium-editorial .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-icon, .tc-wp-content-root .gtg-premium-editorial .gtg-step{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: 1rem;
  }.tc-wp-content-root .gtg-premium-editorial h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card p, .tc-wp-content-root .gtg-premium-editorial .gtg-card-cta{
    font-size: 0.86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .gtg-premium-editorial .gtg-card, .tc-wp-content-root .gtg-premium-editorial .gtg-card::before, .tc-wp-content-root .gtg-premium-editorial .gtg-card::after, .tc-wp-content-root .gtg-premium-editorial .gtg-icon, .tc-wp-content-root .gtg-premium-editorial .gtg-step, .tc-wp-content-root .gtg-premium-editorial .gtg-card-cta{
    transition: none !important;
  }.tc-wp-content-root .gtg-premium-editorial .gtg-card, .tc-wp-content-root .gtg-premium-editorial .gtg-card.gtg-visible, .tc-wp-content-root .gtg-premium-editorial .gtg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .gtg-card-tilt {}
.tc-wp-content-root .gtg-reveal {}