@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 .ppmcc-editorial-block, .tc-wp-content-root .ppmcc-editorial-block *{
  box-sizing: border-box;
}.tc-wp-content-root .ppmcc-editorial-block{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-section-white{
  background: #fff;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
  width: min(1240px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 88px 28px;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap{
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap h2{
  margin: 0;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap h2 span{
  background: linear-gradient(135deg, #0f8fd8 0%, #2f6fe4 46%, #16b8a6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap p{
  margin: 14px auto 0;
  color: #5f6f85;
  font-size: 1.02rem;
  max-width: 720px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card{
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ppmcc-a: #0f8fd8;
  --ppmcc-b: #16b8a6;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(42, 111, 165, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ppmcc-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.9));
  box-shadow: 0 14px 34px rgba(27, 55, 92, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ppmcc-a) 8%, transparent), transparent 42%, color-mix(in srgb, var(--ppmcc-b) 8%, transparent));
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--ppmcc-a), var(--ppmcc-b));
  transform: scaleX(0.22);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card.ppmcc-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:hover{
  border-color: color-mix(in srgb, var(--ppmcc-a) 42%, rgba(255, 255, 255, 0.4));
  box-shadow: 0 24px 52px rgba(27, 55, 92, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--ppmcc-a) 12%, #fff);
  color: var(--ppmcc-a);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ppmcc-a) 14%, transparent);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:hover .ppmcc-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  background: linear-gradient(135deg, var(--ppmcc-a), var(--ppmcc-b));
  color: #fff;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #162236;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--ppmcc-a), var(--ppmcc-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card p{
  margin: 13px 0 0;
  color: #5d6a7c;
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ppmcc-a);
  font-size: 0.88rem;
  font-weight: 720;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:hover .ppmcc-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-tilt-grid .ppmcc-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-process-card{
  min-height: 270px;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-process-card::before{
  content: attr(data-step);
  position: absolute;
  top: 8px;
  right: 18px;
  color: color-mix(in srgb, var(--ppmcc-a) 16%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-step{
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ppmcc-a);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  transition: transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-process-card:hover::before{
  color: color-mix(in srgb, var(--ppmcc-b) 22%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-process-card:hover .ppmcc-step{
  color: var(--ppmcc-b);
  transform: translateX(4px);
}.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(1){ --ppmcc-a: #0f8fd8; --ppmcc-b: #16b8a6; }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(2){ --ppmcc-a: #2f6fe4; --ppmcc-b: #31c2f2; }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(3){ --ppmcc-a: #0c9f8a; --ppmcc-b: #7ccf5b; }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(4){ --ppmcc-a: #7567e8; --ppmcc-b: #22b8cf; }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(5){ --ppmcc-a: #e0822d; --ppmcc-b: #2f9ddf; }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(6){ --ppmcc-a: #1c7c7a; --ppmcc-b: #69b4ff; }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(7){ --ppmcc-a: #cc4f8a; --ppmcc-b: #30a5db; }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:nth-child(8){ --ppmcc-a: #4a7c2f; --ppmcc-b: #1fa7a1; }@media (min-width: 1200px) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
    width: min(1240px, 100%);
    padding: 88px 28px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
    width: min(1080px, 100%);
    padding: 76px 24px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
    padding: 66px 22px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card{
    padding: 22px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
    padding: 52px 16px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
    padding: 46px 14px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap p{
    font-size: 0.9rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card{
    padding: 20px;
    min-height: auto;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
    padding: 40px 12px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-heading-wrap p{
    font-size: 0.86rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card{
    padding: 18px;
    min-height: auto;
    border-radius: 16px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 16px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card p{
    font-size: 0.86rem;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-process-card::before{
    right: 12px;
    font-size: 3.4rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-container{
    padding: 36px 10px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card{
    padding: 16px;
    min-height: auto;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card, .tc-wp-content-root .ppmcc-editorial-block .ppmcc-card::after, .tc-wp-content-root .ppmcc-editorial-block .ppmcc-icon, .tc-wp-content-root .ppmcc-editorial-block .ppmcc-cta, .tc-wp-content-root .ppmcc-editorial-block .ppmcc-process-card::before, .tc-wp-content-root .ppmcc-editorial-block .ppmcc-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ppmcc-editorial-block .ppmcc-card, .tc-wp-content-root .ppmcc-editorial-block .ppmcc-card.ppmcc-visible, .tc-wp-content-root .ppmcc-editorial-block .ppmcc-card:hover{
    transform: none !important;
  }}

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