@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 .uclagpa-premium-wrap, .tc-wp-content-root .uclagpa-premium-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .uclagpa-premium-wrap{
  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.55;
}.tc-wp-content-root .uclagpa-premium-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}.tc-wp-content-root .uclagpa-premium-section-white{
  background: #fff;
}.tc-wp-content-root .uclagpa-premium-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .uclagpa-premium-container{
  width: min(100%, 1240px);
  max-width: 100%;
  margin: 0 auto;
  padding: 86px 24px;
}.tc-wp-content-root .uclagpa-premium-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .uclagpa-premium-heading h2{
  margin: 0;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uclagpa-premium-heading h2 span{
  background: linear-gradient(135deg, #2774ae 0%, #00598c 45%, #ffb81c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .uclagpa-premium-heading p{
  margin: 14px auto 0;
  color: #556176;
  font-size: 1.02rem;
  max-width: 680px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uclagpa-premium-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .uclagpa-premium-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-accent: #2774ae;
  --fg-accent-2: #ffb81c;
  --fg-soft: rgba(39, 116, 174, 0.1);
  --fg-border: rgba(39, 116, 174, 0.16);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--fg-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, var(--fg-soft), rgba(255, 184, 28, 0.08));
  box-shadow: 0 14px 36px rgba(20, 40, 70, 0.08);
  overflow: hidden;
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
  transform-style: preserve-3d;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uclagpa-premium-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .uclagpa-premium-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-accent) 18%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .uclagpa-premium-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 44%, transparent);
  box-shadow: 0 22px 54px rgba(20, 40, 70, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .uclagpa-premium-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .uclagpa-premium-card:nth-child(1){ --fg-accent: #2774ae; --fg-accent-2: #ffb81c; --fg-soft: rgba(39, 116, 174, 0.11); }.tc-wp-content-root .uclagpa-premium-card:nth-child(2){ --fg-accent: #00598c; --fg-accent-2: #4fc3f7; --fg-soft: rgba(0, 89, 140, 0.1); }.tc-wp-content-root .uclagpa-premium-card:nth-child(3){ --fg-accent: #2f80ed; --fg-accent-2: #ffd166; --fg-soft: rgba(47, 128, 237, 0.1); }.tc-wp-content-root .uclagpa-premium-card:nth-child(4){ --fg-accent: #0f766e; --fg-accent-2: #9be7c6; --fg-soft: rgba(15, 118, 110, 0.1); }.tc-wp-content-root .uclagpa-premium-card:nth-child(5){ --fg-accent: #7c3aed; --fg-accent-2: #f0abfc; --fg-soft: rgba(124, 58, 237, 0.09); }.tc-wp-content-root .uclagpa-premium-card:nth-child(6){ --fg-accent: #d97706; --fg-accent-2: #fde68a; --fg-soft: rgba(217, 119, 6, 0.1); }.tc-wp-content-root .uclagpa-premium-card:nth-child(7){ --fg-accent: #be123c; --fg-accent-2: #fecdd3; --fg-soft: rgba(190, 18, 60, 0.08); }.tc-wp-content-root .uclagpa-premium-card:nth-child(8){ --fg-accent: #2563eb; --fg-accent-2: #a7f3d0; --fg-soft: rgba(37, 99, 235, 0.1); }.tc-wp-content-root .uclagpa-premium-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 16px;
  color: var(--fg-accent);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 10px 24px rgba(20, 40, 70, 0.09);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.tc-wp-content-root .uclagpa-premium-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .uclagpa-premium-card:hover .uclagpa-premium-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .uclagpa-premium-card h3{
  position: relative;
  z-index: 1;
  margin: 22px 0 10px;
  color: #172033;
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uclagpa-premium-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transition: width 260ms ease;
}.tc-wp-content-root .uclagpa-premium-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .uclagpa-premium-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5e687a;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uclagpa-premium-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .uclagpa-premium-card:hover .uclagpa-premium-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .uclagpa-premium-grid-why .uclagpa-premium-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.88));
}.tc-wp-content-root .uclagpa-premium-process{
  min-height: 280px;
}.tc-wp-content-root .uclagpa-premium-process::after{
  content: attr(data-step);
  position: absolute;
  top: 16px;
  right: 18px;
  color: color-mix(in srgb, var(--fg-accent) 11%, transparent);
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}.tc-wp-content-root .uclagpa-premium-process:hover::after{
  color: color-mix(in srgb, var(--fg-accent) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .uclagpa-premium-step{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--fg-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}@media (min-width: 1200px) {.tc-wp-content-root .uclagpa-premium-container{
    width: min(100%, 1240px);
    padding: 92px 28px;
  }.tc-wp-content-root .uclagpa-premium-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .uclagpa-premium-container{
    width: min(100%, 1040px);
    padding: 78px 24px;
  }.tc-wp-content-root .uclagpa-premium-heading p{
    font-size: 0.99rem;
  }.tc-wp-content-root .uclagpa-premium-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .uclagpa-premium-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .uclagpa-premium-container{
    padding: 64px 22px;
  }.tc-wp-content-root .uclagpa-premium-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .uclagpa-premium-heading p{
    font-size: 0.96rem;
  }.tc-wp-content-root .uclagpa-premium-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .uclagpa-premium-card{
    padding: 22px;
  }.tc-wp-content-root .uclagpa-premium-card h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .uclagpa-premium-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .uclagpa-premium-container{
    padding: 52px 16px;
  }.tc-wp-content-root .uclagpa-premium-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .uclagpa-premium-heading p{
    font-size: 0.94rem;
  }.tc-wp-content-root .uclagpa-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .uclagpa-premium-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 21px;
  }.tc-wp-content-root .uclagpa-premium-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .uclagpa-premium-container{
    padding: 46px 14px;
  }.tc-wp-content-root .uclagpa-premium-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .uclagpa-premium-heading p{
    font-size: 0.9rem;
  }.tc-wp-content-root .uclagpa-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .uclagpa-premium-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .uclagpa-premium-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .uclagpa-premium-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .uclagpa-premium-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .uclagpa-premium-process::after{
    font-size: 3.8rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .uclagpa-premium-container{
    padding: 40px 12px;
  }.tc-wp-content-root .uclagpa-premium-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .uclagpa-premium-heading p{
    font-size: 0.86rem;
  }.tc-wp-content-root .uclagpa-premium-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .uclagpa-premium-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }.tc-wp-content-root .uclagpa-premium-icon{
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }.tc-wp-content-root .uclagpa-premium-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .uclagpa-premium-card h3{
    margin-top: 18px;
    font-size: 0.96rem;
  }.tc-wp-content-root .uclagpa-premium-card p, .tc-wp-content-root .uclagpa-premium-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .uclagpa-premium-process::after{
    top: 12px;
    right: 12px;
    font-size: 3.3rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .uclagpa-premium-container{
    padding: 34px 10px;
  }.tc-wp-content-root .uclagpa-premium-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .uclagpa-premium-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 15px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .uclagpa-premium-card, .tc-wp-content-root .uclagpa-premium-card::before, .tc-wp-content-root .uclagpa-premium-icon, .tc-wp-content-root .uclagpa-premium-card h3::after, .tc-wp-content-root .uclagpa-premium-cta, .tc-wp-content-root .uclagpa-premium-process::after{
    transition: none !important;
  }.tc-wp-content-root .uclagpa-premium-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .uclagpa-premium-grid-how {}
.tc-wp-content-root .uclagpa-premium-grid-what {}
.tc-wp-content-root .uclagpa-premium-tilt {}