@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-content, .tc-wp-content-root .gtg-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .gtg-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: #221722;
  background: #fff;
}.tc-wp-content-root .gtg-premium-content .gtg-section, .tc-wp-content-root .gtg-premium-content .gtg-container, .tc-wp-content-root .gtg-premium-content .gtg-grid{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-content-root .gtg-premium-content .gtg-section{
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .gtg-premium-content .gtg-section-white{
  background: #fff;
}.tc-wp-content-root .gtg-premium-content .gtg-section-warm{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 180, 103, .28), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(199, 111, 255, .22), transparent 34%),
    linear-gradient(135deg, #fff8f1 0%, #fff2ec 46%, #f8efff 100%);
}.tc-wp-content-root .gtg-premium-content .gtg-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap{
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .gtg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 820;
  letter-spacing: 0;
  color: #211422;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-content h2 span{
  background: linear-gradient(105deg, #ff8a3d 0%, #ff4f7b 42%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #695d68;
  font-size: 1.05rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-content .gtg-grid{
  display: grid;
  gap: 24px;
}.tc-wp-content-root .gtg-premium-content .gtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .gtg-premium-content .gtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .gtg-premium-content .gtg-card{
  --gtg-accent: #ff8a3d;
  --gtg-accent-2: #ff4f7b;
  --gtg-soft: rgba(255, 138, 61, .12);
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  position: relative;
  padding: 30px;
  border: 1px solid rgba(70, 45, 65, .1);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--gtg-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,250,246,.9));
  box-shadow: 0 18px 46px rgba(64, 38, 54, .08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity .7s ease,
    transform .7s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    background .35s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .gtg-premium-content .gtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--gtg-accent) 12%, transparent), transparent 44%);
  opacity: .65;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .gtg-premium-content .gtg-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gtg-accent), var(--gtg-accent-2));
  opacity: .65;
}.tc-wp-content-root .gtg-premium-content .gtg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0);
}.tc-wp-content-root .gtg-premium-content .gtg-card:hover{
  border-color: color-mix(in srgb, var(--gtg-accent) 42%, rgba(70, 45, 65, .12));
  box-shadow: 0 28px 70px rgba(64, 38, 54, .15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .gtg-premium-content .gtg-icon{
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--gtg-soft);
  color: var(--gtg-accent);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform .35s ease, background .35s ease, color .35s ease;
}.tc-wp-content-root .gtg-premium-content .gtg-card:hover .gtg-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.06);
  background: linear-gradient(135deg, var(--gtg-accent), var(--gtg-accent-2));
  color: #fff;
}.tc-wp-content-root .gtg-premium-content h3{
  margin: 0 0 12px;
  color: #261825;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: 0;
  position: relative;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gtg-accent), var(--gtg-accent-2));
  transition: width .35s ease;
}.tc-wp-content-root .gtg-premium-content .gtg-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .gtg-premium-content .gtg-card p{
  margin: 0;
  color: #6d606b;
  font-size: .96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-content .gtg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--gtg-accent-2);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: .2;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-content .gtg-card:hover .gtg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .gtg-premium-content .gtg-step{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gtg-accent), var(--gtg-accent-2));
  color: #fff;
  font-size: .92rem;
  font-weight: 840;
  letter-spacing: 0;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--gtg-accent) 24%, transparent);
  transition: transform .35s ease, box-shadow .35s ease;
}.tc-wp-content-root .gtg-premium-content .gtg-process:hover .gtg-step{
  transform: translateY(-4px) scale(1.07) rotate(3deg);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--gtg-accent) 32%, transparent);
}.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(1){ --gtg-accent: #ff8a3d; --gtg-accent-2: #ff4f7b; --gtg-soft: rgba(255, 138, 61, .13); }.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(2){ --gtg-accent: #f59e0b; --gtg-accent-2: #ec4899; --gtg-soft: rgba(245, 158, 11, .13); }.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(3){ --gtg-accent: #fb7185; --gtg-accent-2: #8b5cf6; --gtg-soft: rgba(251, 113, 133, .13); }.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(4){ --gtg-accent: #a855f7; --gtg-accent-2: #f97316; --gtg-soft: rgba(168, 85, 247, .12); }.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(5){ --gtg-accent: #ef4444; --gtg-accent-2: #f59e0b; --gtg-soft: rgba(239, 68, 68, .11); }.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(6){ --gtg-accent: #d946ef; --gtg-accent-2: #fb7185; --gtg-soft: rgba(217, 70, 239, .11); }.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(7){ --gtg-accent: #f97316; --gtg-accent-2: #7c3aed; --gtg-soft: rgba(249, 115, 22, .12); }.tc-wp-content-root .gtg-premium-content .gtg-card:nth-child(8){ --gtg-accent: #e879f9; --gtg-accent-2: #fb923c; --gtg-soft: rgba(232, 121, 249, .12); }@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .gtg-premium-content .gtg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .gtg-premium-content .gtg-container{
    max-width: 1060px;
  }.tc-wp-content-root .gtg-premium-content .gtg-grid-four, .tc-wp-content-root .gtg-premium-content .gtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap{
    margin-bottom: 38px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .gtg-premium-content .gtg-card{
    padding: 26px;
    min-height: 238px;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .gtg-premium-content .gtg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .gtg-premium-content .gtg-grid-four, .tc-wp-content-root .gtg-premium-content .gtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .gtg-premium-content .gtg-card{
    padding: 24px;
    min-height: 224px;
    border-radius: 22px;
  }.tc-wp-content-root .gtg-premium-content h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .gtg-premium-content .gtg-card p{
    font-size: .94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .gtg-premium-content .gtg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .gtg-premium-content .gtg-grid-four, .tc-wp-content-root .gtg-premium-content .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap p{
    font-size: .95rem;
    line-height: 1.65;
  }.tc-wp-content-root .gtg-premium-content .gtg-card{
    padding: 22px;
    min-height: auto;
    border-radius: 20px;
  }.tc-wp-content-root .gtg-premium-content .gtg-icon, .tc-wp-content-root .gtg-premium-content .gtg-step{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .gtg-premium-content .gtg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .gtg-premium-content .gtg-grid-four, .tc-wp-content-root .gtg-premium-content .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap p{
    font-size: .9rem;
    line-height: 1.6;
  }.tc-wp-content-root .gtg-premium-content .gtg-card{
    padding: 20px;
    min-height: auto;
    border-radius: 18px;
  }.tc-wp-content-root .gtg-premium-content .gtg-icon, .tc-wp-content-root .gtg-premium-content .gtg-step{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 15px;
    font-size: 1.05rem;
  }.tc-wp-content-root .gtg-premium-content h3{
    font-size: .98rem;
  }.tc-wp-content-root .gtg-premium-content .gtg-card p{
    font-size: .9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .gtg-premium-content .gtg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .gtg-premium-content .gtg-grid-four, .tc-wp-content-root .gtg-premium-content .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .gtg-premium-content .gtg-heading-wrap p{
    font-size: .86rem;
    line-height: 1.58;
  }.tc-wp-content-root .gtg-premium-content .gtg-card{
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .gtg-premium-content .gtg-card::after{
    left: 18px;
    right: 18px;
  }.tc-wp-content-root .gtg-premium-content .gtg-icon, .tc-wp-content-root .gtg-premium-content .gtg-step{
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: .96rem;
  }.tc-wp-content-root .gtg-premium-content h3{
    font-size: .94rem;
  }.tc-wp-content-root .gtg-premium-content .gtg-card p, .tc-wp-content-root .gtg-premium-content .gtg-cta{
    font-size: .86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .gtg-premium-content .gtg-card, .tc-wp-content-root .gtg-premium-content .gtg-icon, .tc-wp-content-root .gtg-premium-content .gtg-step, .tc-wp-content-root .gtg-premium-content h3::after, .tc-wp-content-root .gtg-premium-content .gtg-cta{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .gtg-premium-content .gtg-card, .tc-wp-content-root .gtg-premium-content .gtg-card.is-visible, .tc-wp-content-root .gtg-premium-content .gtg-card:hover{
    transform: none !important;
  }}

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