@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 .tcvc-premium-editorial, .tc-wp-content-root .tcvc-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .tcvc-premium-editorial{
  --tcvc-text: #172033;
  --tcvc-muted: #5d6a7f;
  --tcvc-soft: #f7fbff;
  --tcvc-line: rgba(36, 84, 130, 0.14);
  --tcvc-gradient: linear-gradient(135deg, #0f7ccf 0%, #22b8a8 52%, #f3a23a 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tcvc-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-section-white{
  background: #fff;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap{
  max-width: 790px;
  margin: 0 auto 34px;
  text-align: center;
}.tc-wp-content-root .tcvc-premium-editorial h2{
  margin: 0;
  color: #132036;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tcvc-premium-editorial h2 span{
  background: var(--tcvc-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap p{
  margin: 12px auto 0;
  color: var(--tcvc-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tcvc-accent: #0f7ccf;
  --tcvc-accent-2: #22b8a8;
  --tcvc-tint: rgba(15, 124, 207, 0.09);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(36, 84, 130, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.85), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.86));
  box-shadow: 0 16px 42px rgba(21, 55, 89, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background 0.26s ease;
  will-change: transform;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:nth-child(2){
  --tcvc-accent: #22b8a8;
  --tcvc-accent-2: #0f7ccf;
  --tcvc-tint: rgba(34, 184, 168, 0.1);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:nth-child(3){
  --tcvc-accent: #f3a23a;
  --tcvc-accent-2: #e66b50;
  --tcvc-tint: rgba(243, 162, 58, 0.12);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:nth-child(4){
  --tcvc-accent: #6c63ff;
  --tcvc-accent-2: #0f7ccf;
  --tcvc-tint: rgba(108, 99, 255, 0.1);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:nth-child(5){
  --tcvc-accent: #e65f7c;
  --tcvc-accent-2: #f3a23a;
  --tcvc-tint: rgba(230, 95, 124, 0.1);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:nth-child(6){
  --tcvc-accent: #1c9a68;
  --tcvc-accent-2: #22b8a8;
  --tcvc-tint: rgba(28, 154, 104, 0.1);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card.tcvc-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tcvc-accent) 24%, transparent), transparent 36%);
  opacity: 0;
  transition: opacity 0.26s ease;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--tcvc-accent), var(--tcvc-accent-2));
  opacity: 0.72;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:hover{
  border-color: color-mix(in srgb, var(--tcvc-accent) 44%, rgba(36, 84, 130, 0.18));
  box-shadow: 0 24px 62px rgba(21, 55, 89, 0.15);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-icon{
  width: 58px;
  height: 58px;
  max-width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--tcvc-accent);
  background: linear-gradient(145deg, #ffffff, var(--tcvc-tint));
  box-shadow: inset 0 0 0 1px rgba(36, 84, 130, 0.1), 0 12px 28px rgba(21, 55, 89, 0.09);
  transition: transform 0.26s ease, color 0.26s ease, background 0.26s ease;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:hover .tcvc-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--tcvc-accent), var(--tcvc-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .tcvc-premium-editorial h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #142238;
  font-size: 1.13rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tcvc-premium-editorial h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--tcvc-accent), var(--tcvc-accent-2));
  transition: width 0.26s ease;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5d6a7f;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--tcvc-accent);
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 750;
  opacity: 0.35;
  transform: translateY(8px);
  transition: opacity 0.26s ease, transform 0.26s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-card:hover .tcvc-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid-tilt .tcvc-card.tcvc-visible{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-process-card{
  padding-top: 34px;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--tcvc-accent) 12%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.26s ease, color 0.26s ease;
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-process-card:hover::before{
  color: color-mix(in srgb, var(--tcvc-accent) 20%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .tcvc-premium-editorial .tcvc-step-line{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  color: var(--tcvc-accent);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-section{
    padding: 86px 0;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
    width: min(1180px, calc(100% - 56px));
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
    width: min(1080px, calc(100% - 44px));
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap p{
    font-size: 0.99rem;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-section{
    padding: 62px 0;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
    width: min(900px, calc(100% - 36px));
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
    padding: 24px;
  }.tc-wp-content-root .tcvc-premium-editorial h3{
    font-size: 1.06rem;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-section{
    padding: 48px 0;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
    width: min(100%, calc(100% - 28px));
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap p{
    font-size: 0.94rem;
    line-height: 1.62;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-icon{
    width: 52px;
    height: 52px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-section{
    padding: 42px 0;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
    width: min(100%, calc(100% - 24px));
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap p{
    font-size: 0.91rem;
    line-height: 1.58;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .tcvc-premium-editorial h3{
    font-size: 1rem;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card p, .tc-wp-content-root .tcvc-premium-editorial .tcvc-cta{
    font-size: 0.9rem;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-section{
    padding: 36px 0;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
    width: min(100%, calc(100% - 18px));
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.55;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .tcvc-premium-editorial h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card p, .tc-wp-content-root .tcvc-premium-editorial .tcvc-cta{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-process-card::before{
    right: 12px;
    font-size: 3.55rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-container{
    width: min(100%, calc(100% - 16px));
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tcvc-premium-editorial .tcvc-card, .tc-wp-content-root .tcvc-premium-editorial .tcvc-card::before, .tc-wp-content-root .tcvc-premium-editorial .tcvc-icon, .tc-wp-content-root .tcvc-premium-editorial h3::after, .tc-wp-content-root .tcvc-premium-editorial .tcvc-cta, .tc-wp-content-root .tcvc-premium-editorial .tcvc-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .tcvc-premium-editorial .tcvc-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .tcvc-process-grid {}
.tc-wp-content-root .tcvc-reveal {}