@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 .adptc-premium-editorial, .tc-wp-content-root .adptc-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .adptc-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: #172033;
  background: #fff;
}.tc-wp-content-root .adptc-premium-editorial .adptc-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .adptc-premium-editorial .adptc-section-white{
  background: #fff;
}.tc-wp-content-root .adptc-premium-editorial .adptc-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .adptc-premium-editorial .adptc-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap{
  width: min(760px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap h2{
  margin: 0;
  color: #172033;
  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 .adptc-premium-editorial .adptc-heading-wrap h2 span{
  display: inline-block;
  background: linear-gradient(135deg, #1463ff 0%, #12b8a6 48%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap p{
  margin: 14px auto 0;
  color: #5c6880;
  font-size: clamp(0.95rem, 1.6vw, 1.08rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card{
  --adptc-accent: #1463ff;
  --adptc-accent-soft: rgba(20, 99, 255, 0.12);
  --adptc-accent-glow: rgba(20, 99, 255, 0.22);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 0%, var(--adptc-accent-soft), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 16px 44px rgba(23, 32, 51, 0.08);
  transform: translateY(0);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, var(--adptc-accent-glow), transparent 44%);
  transition: opacity 260ms ease;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:hover{
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--adptc-accent) 36%, transparent);
  box-shadow: 0 24px 62px rgba(23, 32, 51, 0.14);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .adptc-premium-editorial .adptc-benefit-grid .adptc-card:hover{
  transform: translateY(-8px) rotateX(1.4deg) rotateY(-1.4deg);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:nth-child(2){
  --adptc-accent: #12b8a6;
  --adptc-accent-soft: rgba(18, 184, 166, 0.13);
  --adptc-accent-glow: rgba(18, 184, 166, 0.22);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:nth-child(3){
  --adptc-accent: #f59e0b;
  --adptc-accent-soft: rgba(245, 158, 11, 0.14);
  --adptc-accent-glow: rgba(245, 158, 11, 0.22);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:nth-child(4){
  --adptc-accent: #8b5cf6;
  --adptc-accent-soft: rgba(139, 92, 246, 0.12);
  --adptc-accent-glow: rgba(139, 92, 246, 0.2);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:nth-child(5){
  --adptc-accent: #ef476f;
  --adptc-accent-soft: rgba(239, 71, 111, 0.12);
  --adptc-accent-glow: rgba(239, 71, 111, 0.2);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:nth-child(6){
  --adptc-accent: #0ea5e9;
  --adptc-accent-soft: rgba(14, 165, 233, 0.12);
  --adptc-accent-glow: rgba(14, 165, 233, 0.2);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:nth-child(7){
  --adptc-accent: #22c55e;
  --adptc-accent-soft: rgba(34, 197, 94, 0.12);
  --adptc-accent-glow: rgba(34, 197, 94, 0.2);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:nth-child(8){
  --adptc-accent: #fb7185;
  --adptc-accent-soft: rgba(251, 113, 133, 0.12);
  --adptc-accent-glow: rgba(251, 113, 133, 0.2);
}.tc-wp-content-root .adptc-premium-editorial .adptc-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--adptc-accent);
  background: var(--adptc-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  transition:
    transform 260ms ease,
    color 260ms ease,
    background 260ms ease;
}.tc-wp-content-root .adptc-premium-editorial .adptc-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:hover .adptc-icon{
  transform: translateY(-3px) scale(1.04);
  color: #fff;
  background: var(--adptc-accent);
}.tc-wp-content-root .adptc-premium-editorial .adptc-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 11px;
  border-radius: 99px;
  background: var(--adptc-accent);
  transition: width 260ms ease;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:hover h3::after{
  width: 74px;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card p{
  margin: 0;
  color: #627088;
  font-size: 0.94rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--adptc-accent);
  font-size: 0.88rem;
  font-weight: 740;
  line-height: 1.4;
  opacity: 0.42;
  transform: translateY(8px);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .adptc-premium-editorial .adptc-card:hover .adptc-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .adptc-premium-editorial .adptc-process-card{
  padding-top: 24px;
}.tc-wp-content-root .adptc-premium-editorial .adptc-step-text{
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--adptc-accent);
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 260ms ease,
    opacity 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .adptc-premium-editorial .adptc-process-card::after{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: -1;
  color: var(--adptc-accent);
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0.045;
  pointer-events: none;
}.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:hover .adptc-step-text{
  transform: translateX(4px);
  opacity: 0.86;
}.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(1)::after{ content: "01"; }.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(2)::after{ content: "02"; }.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(3)::after{ content: "03"; }.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(4)::after{ content: "04"; }.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(5)::after{ content: "05"; }.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(6)::after{ content: "06"; }.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(7)::after{ content: "07"; }.tc-wp-content-root .adptc-premium-editorial .adptc-process-card:nth-child(8)::after{ content: "08"; }@media (min-width: 1200px) {.tc-wp-content-root .adptc-premium-editorial .adptc-section{
    padding: 104px 28px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .adptc-premium-editorial .adptc-section{
    padding: 88px 22px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-container{
    width: min(1120px, 100%);
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .adptc-premium-editorial .adptc-section{
    padding: 72px 20px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card{
    padding: 24px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .adptc-premium-editorial .adptc-section{
    padding: 58px 16px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card{
    padding: 22px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .adptc-premium-editorial .adptc-section{
    padding: 48px 14px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card{
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card p, .tc-wp-content-root .adptc-premium-editorial .adptc-card-cta{
    font-size: 0.88rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .adptc-premium-editorial .adptc-section{
    padding: 42px 12px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card p, .tc-wp-content-root .adptc-premium-editorial .adptc-card-cta, .tc-wp-content-root .adptc-premium-editorial .adptc-step-text{
    font-size: 0.84rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .adptc-premium-editorial .adptc-section{
    padding: 36px 10px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card{
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .adptc-premium-editorial .adptc-card, .tc-wp-content-root .adptc-premium-editorial .adptc-card::before, .tc-wp-content-root .adptc-premium-editorial .adptc-icon, .tc-wp-content-root .adptc-premium-editorial .adptc-card h3::after, .tc-wp-content-root .adptc-premium-editorial .adptc-card-cta, .tc-wp-content-root .adptc-premium-editorial .adptc-step-text{
    transition: none;
  }.tc-wp-content-root .adptc-premium-editorial .adptc-card:hover, .tc-wp-content-root .adptc-premium-editorial .adptc-benefit-grid .adptc-card:hover{
    transform: none;
  }}

.tc-wp-content-root .adptc-process-grid {}