@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 .cgtc-editorial-block{
  --cgtc-ink: #132033;
  --cgtc-muted: #5d6b7d;
  --cgtc-line: rgba(40, 91, 145, 0.14);
  --cgtc-blue: #2269e8;
  --cgtc-cyan: #18a9c9;
  --cgtc-gold: #d99a28;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: var(--cgtc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .cgtc-editorial-block *, .tc-wp-content-root .cgtc-editorial-block *::before, .tc-wp-content-root .cgtc-editorial-block *::after{
  box-sizing: border-box;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-section-white{
  background: #fff;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-section-blue{
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 105, 232, 0.13), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(217, 154, 40, 0.12), transparent 28%),
    #f0f7ff;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap{
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .cgtc-editorial-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--cgtc-ink);
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cgtc-editorial-block h2 span{
  background: linear-gradient(135deg, #2269e8 0%, #18a9c9 46%, #d99a28 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap p{
  margin: 14px auto 0;
  color: var(--cgtc-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  max-width: 680px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 22px;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --cgtc-accent: #2269e8;
  --cgtc-accent-2: #18a9c9;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 268px;
  padding: 28px;
  border: 1px solid var(--cgtc-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--cgtc-accent) 18%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 44px rgba(25, 48, 82, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 1){ --cgtc-accent: #2269e8; --cgtc-accent-2: #18a9c9; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 2){ --cgtc-accent: #0f9f87; --cgtc-accent-2: #66c7a8; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 3){ --cgtc-accent: #d99a28; --cgtc-accent-2: #f0bd54; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 4){ --cgtc-accent: #7c5ce8; --cgtc-accent-2: #9d87ff; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 5){ --cgtc-accent: #e45662; --cgtc-accent-2: #ff8f87; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 6){ --cgtc-accent: #1684b7; --cgtc-accent-2: #58c5df; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 7){ --cgtc-accent: #865b2b; --cgtc-accent-2: #d6a15e; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card:nth-child(8n + 8){ --cgtc-accent: #264b73; --cgtc-accent-2: #5c9bd1; }.tc-wp-content-root .cgtc-editorial-block .cgtc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--cgtc-accent) 10%, transparent), transparent 48%),
    linear-gradient(315deg, color-mix(in srgb, var(--cgtc-accent-2) 12%, transparent), transparent 52%);
  opacity: 0.68;
  pointer-events: none;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cgtc-accent), var(--cgtc-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card.cgtc-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card:hover{
  border-color: color-mix(in srgb, var(--cgtc-accent) 38%, transparent);
  box-shadow: 0 28px 70px rgba(25, 48, 82, 0.16);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .cgtc-editorial-block .cgtc-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--cgtc-accent);
  background: color-mix(in srgb, var(--cgtc-accent) 11%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cgtc-accent) 18%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card:hover .cgtc-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--cgtc-accent), var(--cgtc-accent-2));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .cgtc-editorial-block h3{
  position: relative;
  margin: 0 0 12px;
  color: var(--cgtc-ink);
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cgtc-editorial-block h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cgtc-accent), var(--cgtc-accent-2));
  transform: scaleX(0.62);
  transform-origin: left;
  transition: transform 260ms ease;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card:hover h3::after{
  transform: scaleX(1.6);
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card p{
  margin: 0;
  color: var(--cgtc-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--cgtc-accent);
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-card:hover .cgtc-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .cgtc-editorial-block .cgtc-tilt-grid .cgtc-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-process-card{
  min-height: 292px;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-step-text{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--cgtc-accent);
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-step-bg{
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: -1;
  color: color-mix(in srgb, var(--cgtc-accent) 12%, transparent);
  font-size: clamp(3.5rem, 9vw, 5.8rem);
  line-height: 1;
  font-weight: 900;
  transition: transform 260ms ease, color 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .cgtc-editorial-block .cgtc-process-card:hover .cgtc-step-bg{
  color: color-mix(in srgb, var(--cgtc-accent) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}@media (min-width: 1200px) {.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
    padding: 104px 28px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
    padding: 86px 22px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-container{
    width: min(1100px, 100%);
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap{
    margin-bottom: 38px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
    padding: 72px 20px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
    min-height: 244px;
    padding: 24px;
  }.tc-wp-content-root .cgtc-editorial-block h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
    padding: 58px 16px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
    padding: 50px 14px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
    min-height: auto;
    padding: 20px;
    border-radius: 19px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .cgtc-editorial-block h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
    padding: 42px 12px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.54;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
    min-height: auto;
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .cgtc-editorial-block h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card p, .tc-wp-content-root .cgtc-editorial-block .cgtc-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-step-text{
    font-size: 0.7rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .cgtc-editorial-block .cgtc-section{
    padding: 38px 10px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
    padding: 16px;
    min-height: auto;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .cgtc-editorial-block .cgtc-card, .tc-wp-content-root .cgtc-editorial-block .cgtc-card::after, .tc-wp-content-root .cgtc-editorial-block .cgtc-icon, .tc-wp-content-root .cgtc-editorial-block h3::after, .tc-wp-content-root .cgtc-editorial-block .cgtc-card-cta, .tc-wp-content-root .cgtc-editorial-block .cgtc-step-bg{
    transition: none !important;
  }.tc-wp-content-root .cgtc-editorial-block .cgtc-card{
    opacity: 1;
    transform: none !important;
  }}

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