@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 .uhgpa-content-pro, .tc-wp-content-root .uhgpa-content-pro *{
  box-sizing: border-box;
}.tc-wp-content-root .uhgpa-content-pro{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #152033;
  background: #fff;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-section, .tc-wp-content-root .uhgpa-content-pro .uhgpa-container, .tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
  position: relative;
  padding: 92px 22px;
  overflow: hidden;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-section-white{
  background: #fff;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-section-blue{
  background:
    radial-gradient(circle at 18% 12%, rgba(23, 105, 209, 0.12), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(255, 169, 77, 0.13), transparent 30%),
    #f0f7ff;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-container{
  max-width: 1280px;
  margin: 0 auto;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap{
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  letter-spacing: 0;
  color: #142034;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap h2 span{
  background: linear-gradient(135deg, #0f67d7 0%, #22a6d5 48%, #ff9f45 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #526174;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --card-a: #1769d1;
  --card-b: #21a7d6;
  --card-c: #fff8ef;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  padding: 26px 24px;
  border: 1px solid rgba(31, 87, 146, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, color-mix(in srgb, var(--card-c) 88%, #fff), #fff);
  box-shadow: 0 16px 42px rgba(20, 42, 72, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  isolation: isolate;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-a) 13%, transparent), transparent 42%);
  opacity: 0.62;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card::after{
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  transform: scaleX(0.38);
  transform-origin: left;
  opacity: 0.52;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:hover{
  border-color: color-mix(in srgb, var(--card-a) 35%, rgba(31, 87, 146, 0.2));
  box-shadow: 0 24px 60px rgba(18, 52, 88, 0.16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:hover::after{
  transform: scaleX(1);
  opacity: 0.9;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-icon{
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  color: var(--card-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-a) 12%, #fff), color-mix(in srgb, var(--card-b) 10%, #fff));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8), 0 12px 26px rgba(20, 76, 136, 0.1);
  transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-icon i{
  font-size: 1.2rem;
  line-height: 1;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:hover .uhgpa-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--card-a), var(--card-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #142034;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:hover h3::after{
  transform: scaleX(1.75);
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card p{
  margin: 0;
  color: #5b6878;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--card-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:hover .uhgpa-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid-tilt .uhgpa-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-process-card{
  padding-top: 30px;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 12px;
  color: color-mix(in srgb, var(--card-a) 12%, transparent);
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-process-card:hover::before{
  color: color-mix(in srgb, var(--card-a) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-step-text{
  display: inline-block;
  margin-bottom: 14px;
  color: var(--card-a);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(1){ --card-a: #1769d1; --card-b: #22a6d5; --card-c: #eef7ff; }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(2){ --card-a: #6b5ce7; --card-b: #20bfd6; --card-c: #f4f2ff; }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(3){ --card-a: #0f8f7d; --card-b: #7ccf72; --card-c: #effbf6; }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(4){ --card-a: #d97706; --card-b: #ffb547; --card-c: #fff6e9; }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(5){ --card-a: #c2417b; --card-b: #ff7aa8; --card-c: #fff1f7; }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(6){ --card-a: #2563eb; --card-b: #67c7ff; --card-c: #eef6ff; }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(7){ --card-a: #7c3aed; --card-b: #f59e0b; --card-c: #fbf3ff; }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card:nth-child(8){ --card-a: #0e7490; --card-b: #38bdf8; --card-c: #ecfeff; }@media (min-width: 1200px) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
    padding: 96px 28px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-container{
    max-width: 1280px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
    padding: 82px 24px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-container{
    max-width: 1040px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card{
    padding: 24px 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
    padding: 70px 20px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card{
    padding: 23px 21px;
    min-height: 232px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
    padding: 58px 16px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap p{
    font-size: 0.93rem;
    line-height: 1.65;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px 20px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
    padding: 50px 14px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap p{
    font-size: 0.9rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card{
    min-width: 0;
    min-height: auto;
    padding: 20px 18px;
    border-radius: 18px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
    padding: 44px 12px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.6;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card{
    min-width: 0;
    min-height: auto;
    padding: 18px 16px;
    border-radius: 16px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 14px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card p, .tc-wp-content-root .uhgpa-content-pro .uhgpa-cta{
    font-size: 0.87rem;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-process-card::before{
    right: 12px;
    top: 10px;
    font-size: 3.55rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-section{
    padding: 40px 10px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card{
    min-width: 0;
    padding: 16px 14px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .uhgpa-content-pro .uhgpa-card, .tc-wp-content-root .uhgpa-content-pro .uhgpa-card::after, .tc-wp-content-root .uhgpa-content-pro .uhgpa-icon, .tc-wp-content-root .uhgpa-content-pro .uhgpa-cta, .tc-wp-content-root .uhgpa-content-pro .uhgpa-process-card::before{
    transition: none !important;
  }.tc-wp-content-root .uhgpa-content-pro .uhgpa-card, .tc-wp-content-root .uhgpa-content-pro .uhgpa-card.is-visible, .tc-wp-content-root .uhgpa-content-pro .uhgpa-card:hover{
    transform: none !important;
    opacity: 1;
  }}

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