@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 .gtg-premium-block, .tc-wp-content-root .gtg-premium-block *{
  box-sizing: border-box;
}.tc-wp-content-root .gtg-premium-block{
  --gtg-ink: #221827;
  --gtg-muted: #6d6173;
  --gtg-line: rgba(109, 82, 121, 0.16);
  --gtg-soft: #fff7f1;
  --gtg-grad: linear-gradient(135deg, #ff8a4c 0%, #ff5f8f 45%, #8f5cff 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--gtg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .gtg-premium-block .gtg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow: hidden;
}.tc-wp-content-root .gtg-premium-block .gtg-section-white{
  background: #fff;
}.tc-wp-content-root .gtg-premium-block .gtg-section-warm{
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 138, 76, 0.16), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(143, 92, 255, 0.14), transparent 32%),
    linear-gradient(135deg, #fff7f1 0%, #fff1f6 48%, #f8f3ff 100%);
}.tc-wp-content-root .gtg-premium-block .gtg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .gtg-premium-block .gtg-section-head{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .gtg-premium-block h2{
  margin: 0;
  color: var(--gtg-ink);
  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 .gtg-premium-block h2 span{
  background: var(--gtg-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .gtg-premium-block .gtg-section-head p{
  margin: 15px auto 0;
  color: var(--gtg-muted);
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-block .gtg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .gtg-premium-block .gtg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .gtg-premium-block .gtg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .gtg-premium-block .gtg-card{
  --gtg-a: #ff8a4c;
  --gtg-b: #ff5f8f;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 254px;
  padding: 28px;
  border: 1px solid var(--gtg-line);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82)),
    linear-gradient(135deg, color-mix(in srgb, var(--gtg-a) 12%, transparent), color-mix(in srgb, var(--gtg-b) 10%, transparent));
  box-shadow: 0 18px 48px rgba(64, 38, 74, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  isolation: isolate;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease;
}.tc-wp-content-root .gtg-premium-block .gtg-card:nth-child(2n){ --gtg-a: #ff6f61; --gtg-b: #f7b733; }.tc-wp-content-root .gtg-premium-block .gtg-card:nth-child(3n){ --gtg-a: #c471f5; --gtg-b: #fa71cd; }.tc-wp-content-root .gtg-premium-block .gtg-card:nth-child(4n){ --gtg-a: #ff9a44; --gtg-b: #fc6076; }.tc-wp-content-root .gtg-premium-block .gtg-card:nth-child(5n){ --gtg-a: #f5576c; --gtg-b: #f093fb; }.tc-wp-content-root .gtg-premium-block .gtg-card:nth-child(6n){ --gtg-a: #f6d365; --gtg-b: #fda085; }.tc-wp-content-root .gtg-premium-block .gtg-card:nth-child(7n){ --gtg-a: #a18cd1; --gtg-b: #fbc2eb; }.tc-wp-content-root .gtg-premium-block .gtg-card:nth-child(8n){ --gtg-a: #ff8177; --gtg-b: #b12aef; }.tc-wp-content-root .gtg-premium-block .gtg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .gtg-premium-block .gtg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--gtg-a) 26%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 280ms ease;
  z-index: -1;
}.tc-wp-content-root .gtg-premium-block .gtg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--gtg-a), var(--gtg-b));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.75;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .gtg-premium-block .gtg-card:hover{
  border-color: color-mix(in srgb, var(--gtg-a) 46%, rgba(255,255,255,0.3));
  box-shadow: 0 26px 70px rgba(64, 38, 74, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .gtg-premium-block .gtg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .gtg-premium-block .gtg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .gtg-premium-block .gtg-card-shine{
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.72), transparent 48%);
  opacity: 0.55;
  z-index: -1;
}.tc-wp-content-root .gtg-premium-block .gtg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--gtg-a);
  background: color-mix(in srgb, var(--gtg-a) 12%, white);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--gtg-a) 20%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .gtg-premium-block .gtg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .gtg-premium-block .gtg-card:hover .gtg-icon{
  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-block h3{
  position: relative;
  margin: 0 0 12px;
  color: var(--gtg-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-block h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--gtg-a), var(--gtg-b));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 300ms ease;
}.tc-wp-content-root .gtg-premium-block .gtg-card:hover h3::after{
  transform: scaleX(1);
}.tc-wp-content-root .gtg-premium-block .gtg-card p{
  margin: 0;
  color: var(--gtg-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-block .gtg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--gtg-a) 76%, #3b2545);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .gtg-premium-block .gtg-card:hover .gtg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .gtg-premium-block .gtg-process{
  padding-top: 68px;
}.tc-wp-content-root .gtg-premium-block .gtg-step{
  position: absolute;
  top: 22px;
  left: 22px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 32px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--gtg-a), var(--gtg-b));
  box-shadow: 0 10px 26px color-mix(in srgb, var(--gtg-a) 28%, transparent);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .gtg-premium-block .gtg-process:hover .gtg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--gtg-a) 36%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .gtg-premium-block .gtg-section{
    padding: 78px 20px;
  }.tc-wp-content-root .gtg-premium-block .gtg-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .gtg-premium-block .gtg-grid-four, .tc-wp-content-root .gtg-premium-block .gtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head{
    margin-bottom: 36px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .gtg-premium-block .gtg-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .gtg-premium-block .gtg-section{
    padding: 64px 18px;
  }.tc-wp-content-root .gtg-premium-block .gtg-grid-four, .tc-wp-content-root .gtg-premium-block .gtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .gtg-premium-block .gtg-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .gtg-premium-block h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .gtg-premium-block .gtg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .gtg-premium-block .gtg-section{
    padding: 52px 16px;
  }.tc-wp-content-root .gtg-premium-block .gtg-grid-four, .tc-wp-content-root .gtg-premium-block .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .gtg-premium-block .gtg-card{
    min-height: auto;
    padding: 22px;
    border-radius: 19px;
  }.tc-wp-content-root .gtg-premium-block .gtg-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }.tc-wp-content-root .gtg-premium-block .gtg-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .gtg-premium-block .gtg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .gtg-premium-block .gtg-grid-four, .tc-wp-content-root .gtg-premium-block .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head p{
    font-size: 0.91rem;
    line-height: 1.58;
  }.tc-wp-content-root .gtg-premium-block .gtg-card{
    min-height: auto;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .gtg-premium-block .gtg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .gtg-premium-block .gtg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .gtg-premium-block h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .gtg-premium-block .gtg-card p, .tc-wp-content-root .gtg-premium-block .gtg-cta{
    font-size: 0.9rem;
  }.tc-wp-content-root .gtg-premium-block .gtg-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 374px) {.tc-wp-content-root .gtg-premium-block .gtg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .gtg-premium-block .gtg-grid-four, .tc-wp-content-root .gtg-premium-block .gtg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .gtg-premium-block .gtg-section-head p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .gtg-premium-block .gtg-card{
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .gtg-premium-block .gtg-icon{
    width: 40px;
    height: 40px;
    border-radius: 13px;
    margin-bottom: 14px;
  }.tc-wp-content-root .gtg-premium-block .gtg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .gtg-premium-block h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .gtg-premium-block .gtg-card p, .tc-wp-content-root .gtg-premium-block .gtg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .gtg-premium-block .gtg-process{
    padding-top: 58px;
  }.tc-wp-content-root .gtg-premium-block .gtg-step{
    top: 17px;
    left: 17px;
    width: 38px;
    height: 29px;
    font-size: 0.72rem;
  }.tc-wp-content-root .gtg-premium-block .gtg-cta{
    opacity: 1;
    transform: none;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .gtg-premium-block .gtg-card, .tc-wp-content-root .gtg-premium-block .gtg-card::before, .tc-wp-content-root .gtg-premium-block .gtg-card::after, .tc-wp-content-root .gtg-premium-block .gtg-icon, .tc-wp-content-root .gtg-premium-block .gtg-cta, .tc-wp-content-root .gtg-premium-block .gtg-step, .tc-wp-content-root .gtg-premium-block h3::after{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .gtg-premium-block .gtg-card, .tc-wp-content-root .gtg-premium-block .gtg-card.is-visible, .tc-wp-content-root .gtg-premium-block .gtg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

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