@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.0.0/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 .htg-premium-content{
  --htg-bg: #fff;
  --htg-ink: #211827;
  --htg-muted: #685f70;
  --htg-soft: #fff5ed;
  --htg-line: rgba(128, 83, 117, 0.16);
  --htg-shadow: 0 20px 55px rgba(73, 44, 58, 0.11);
  --htg-shadow-hover: 0 28px 78px rgba(75, 41, 65, 0.18);
  --htg-gradient: linear-gradient(135deg, #ff8a4c 0%, #ff5e7e 45%, #9b5cff 100%);
  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: var(--htg-ink);
}.tc-wp-content-root .htg-premium-content *, .tc-wp-content-root .htg-premium-content *::before, .tc-wp-content-root .htg-premium-content *::after{
  box-sizing: border-box;
}.tc-wp-content-root .htg-premium-content .htg-section, .tc-wp-content-root .htg-premium-content .htg-container, .tc-wp-content-root .htg-premium-content .htg-grid, .tc-wp-content-root .htg-premium-content .htg-card{
  max-width: 100%;
}.tc-wp-content-root .htg-premium-content .htg-section{
  position: relative;
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .htg-premium-content .htg-section-white{
  background: #fff;
}.tc-wp-content-root .htg-premium-content .htg-section-gradient{
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 138, 76, 0.17), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(155, 92, 255, 0.15), transparent 32%),
    linear-gradient(135deg, #fff9f3 0%, #fff0ec 48%, #f8efff 100%);
}.tc-wp-content-root .htg-premium-content .htg-container{
  width: min(1320px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .htg-premium-content .htg-heading-wrap{
  width: min(780px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .htg-premium-content h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--htg-ink);
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content h2 span{
  background: var(--htg-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .htg-premium-content .htg-heading-wrap p{
  margin: 16px auto 0;
  color: var(--htg-muted);
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htg-grid{
  display: grid;
  width: 100%;
  gap: 24px;
}.tc-wp-content-root .htg-premium-content .htg-grid-what, .tc-wp-content-root .htg-premium-content .htg-grid-how{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .htg-premium-content .htg-grid-why{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .htg-premium-content .htg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --htg-a: #ff8a4c;
  --htg-b: #ff5e7e;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 248px;
  padding: 28px;
  border: 1px solid var(--htg-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--htg-a) 22%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 244, 0.88));
  box-shadow: var(--htg-shadow);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    transform 420ms ease,
    opacity 520ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--htg-a) 11%, transparent), transparent 48%, color-mix(in srgb, var(--htg-b) 10%, transparent));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}.tc-wp-content-root .htg-premium-content .htg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--htg-a), var(--htg-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
}.tc-wp-content-root .htg-premium-content .htg-card.htg-is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .htg-premium-content .htg-card:hover{
  border-color: color-mix(in srgb, var(--htg-a) 44%, rgba(128, 83, 117, 0.16));
  box-shadow: var(--htg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .htg-premium-content .htg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .htg-premium-content .htg-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .htg-premium-content .htg-card:nth-child(1){ --htg-a: #ff8a4c; --htg-b: #ff5e7e; }.tc-wp-content-root .htg-premium-content .htg-card:nth-child(2){ --htg-a: #f7b731; --htg-b: #ff6b6b; }.tc-wp-content-root .htg-premium-content .htg-card:nth-child(3){ --htg-a: #ff6f91; --htg-b: #9b5cff; }.tc-wp-content-root .htg-premium-content .htg-card:nth-child(4){ --htg-a: #ff9f43; --htg-b: #e84393; }.tc-wp-content-root .htg-premium-content .htg-card:nth-child(5){ --htg-a: #fd79a8; --htg-b: #a66cff; }.tc-wp-content-root .htg-premium-content .htg-card:nth-child(6){ --htg-a: #ff7675; --htg-b: #6c5ce7; }.tc-wp-content-root .htg-premium-content .htg-card:nth-child(7){ --htg-a: #feca57; --htg-b: #ff6b81; }.tc-wp-content-root .htg-premium-content .htg-card:nth-child(8){ --htg-a: #ff7f50; --htg-b: #8e44ad; }.tc-wp-content-root .htg-premium-content .htg-icon{
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--htg-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--htg-a) 14%, #fff), color-mix(in srgb, var(--htg-b) 10%, #fff));
  border: 1px solid color-mix(in srgb, var(--htg-a) 20%, transparent);
  font-size: 1.28rem;
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.tc-wp-content-root .htg-premium-content .htg-card:hover .htg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--htg-a), var(--htg-b));
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .htg-premium-content h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 12px;
  font-size: 1.12rem;
  line-height: 1.28;
  color: var(--htg-ink);
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--htg-a), var(--htg-b));
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 280ms ease;
}.tc-wp-content-root .htg-premium-content .htg-card:hover h3::after{
  transform: scaleX(1.6);
}.tc-wp-content-root .htg-premium-content .htg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--htg-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htg-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--htg-a);
  font-size: 0.91rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .htg-premium-content .htg-card:hover .htg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--htg-b);
}.tc-wp-content-root .htg-premium-content .htg-card-tilt:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-10px);
}.tc-wp-content-root .htg-premium-content .htg-process-card{
  padding-top: 30px;
}.tc-wp-content-root .htg-premium-content .htg-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--htg-a), var(--htg-b));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--htg-a) 28%, transparent);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .htg-premium-content .htg-process-card:hover .htg-step-badge{
  transform: translateY(-4px) rotate(3deg) scale(1.06);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--htg-b) 32%, transparent);
}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .htg-premium-content .htg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .htg-premium-content .htg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .htg-premium-content .htg-grid-what, .tc-wp-content-root .htg-premium-content .htg-grid-why, .tc-wp-content-root .htg-premium-content .htg-grid-how{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .htg-premium-content .htg-grid{
    gap: 22px;
  }.tc-wp-content-root .htg-premium-content .htg-card{
    padding: 25px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .htg-premium-content .htg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap p{
    font-size: 0.98rem;
    line-height: 1.65;
  }.tc-wp-content-root .htg-premium-content .htg-grid-what, .tc-wp-content-root .htg-premium-content .htg-grid-why, .tc-wp-content-root .htg-premium-content .htg-grid-how{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .htg-premium-content .htg-grid{
    gap: 20px;
  }.tc-wp-content-root .htg-premium-content .htg-card{
    min-height: 232px;
    padding: 24px;
  }.tc-wp-content-root .htg-premium-content h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .htg-premium-content .htg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .htg-premium-content .htg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.6;
  }.tc-wp-content-root .htg-premium-content .htg-grid-what, .tc-wp-content-root .htg-premium-content .htg-grid-why, .tc-wp-content-root .htg-premium-content .htg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .htg-premium-content .htg-grid{
    gap: 16px;
  }.tc-wp-content-root .htg-premium-content .htg-card{
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .htg-premium-content .htg-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.14rem;
  }.tc-wp-content-root .htg-premium-content .htg-step-badge{
    width: 40px;
    height: 40px;
    top: 18px;
    right: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .htg-premium-content .htg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.56;
  }.tc-wp-content-root .htg-premium-content .htg-grid-what, .tc-wp-content-root .htg-premium-content .htg-grid-why, .tc-wp-content-root .htg-premium-content .htg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .htg-premium-content .htg-grid{
    gap: 14px;
  }.tc-wp-content-root .htg-premium-content .htg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .htg-premium-content .htg-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 1.05rem;
  }.tc-wp-content-root .htg-premium-content h3{
    margin-top: 18px;
    font-size: 1rem;
  }.tc-wp-content-root .htg-premium-content .htg-card p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .htg-premium-content .htg-step-badge{
    width: 38px;
    height: 38px;
    top: 16px;
    right: 16px;
    border-radius: 12px;
  }}@media (max-width: 374px) {.tc-wp-content-root .htg-premium-content .htg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .htg-premium-content .htg-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.52;
  }.tc-wp-content-root .htg-premium-content .htg-grid-what, .tc-wp-content-root .htg-premium-content .htg-grid-why, .tc-wp-content-root .htg-premium-content .htg-grid-how{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .htg-premium-content .htg-grid{
    gap: 12px;
  }.tc-wp-content-root .htg-premium-content .htg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .htg-premium-content .htg-icon{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 0.98rem;
  }.tc-wp-content-root .htg-premium-content h3{
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 0.96rem;
  }.tc-wp-content-root .htg-premium-content .htg-card p, .tc-wp-content-root .htg-premium-content .htg-cta{
    font-size: 0.86rem;
    line-height: 1.52;
  }.tc-wp-content-root .htg-premium-content .htg-step-badge{
    width: 34px;
    height: 34px;
    top: 15px;
    right: 15px;
    border-radius: 11px;
    font-size: 0.74rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .htg-premium-content .htg-card, .tc-wp-content-root .htg-premium-content .htg-card::before, .tc-wp-content-root .htg-premium-content .htg-card::after, .tc-wp-content-root .htg-premium-content .htg-icon, .tc-wp-content-root .htg-premium-content .htg-cta, .tc-wp-content-root .htg-premium-content .htg-step-badge, .tc-wp-content-root .htg-premium-content h3::after{
    transition: none !important;
  }.tc-wp-content-root .htg-premium-content .htg-card, .tc-wp-content-root .htg-premium-content .htg-card.htg-is-visible, .tc-wp-content-root .htg-premium-content .htg-card:hover{
    transform: none !important;
  }}

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