@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 .fica-tax-content-wrap, .tc-wp-content-root .fica-tax-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .fica-tax-content-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #fff;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-container, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section{
  padding: 92px 24px;
  overflow-x: hidden;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section-white{
  background: #fff;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section-blue{
  background:
    radial-gradient(circle at 15% 20%, rgba(74, 144, 226, 0.16), transparent 30%),
    linear-gradient(180deg, #f0f7ff 0%, #eef8ff 100%);
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-container{
  max-width: 1240px;
  margin: 0 auto;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 820;
  color: #101828;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading h2 span{
  color: transparent;
  background: linear-gradient(135deg, #1f74e8 0%, #19b6a3 52%, #f2a93b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading p{
  margin: 16px auto 0;
  color: #5b667a;
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-hue: #1f74e8;
  --fg-hue-2: #19b6a3;
  --fg-soft: rgba(31, 116, 232, 0.12);
  --fg-border: rgba(31, 116, 232, 0.18);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 246px;
  padding: 28px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-hue) 18%, transparent) 0%, transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86));
  box-shadow: 0 18px 45px rgba(15, 35, 65, 0.08);
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  overflow: hidden;
  isolation: isolate;
  transform-style: preserve-3d;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:nth-child(2){ --fg-hue: #7c4dff; --fg-hue-2: #24c6dc; --fg-soft: rgba(124, 77, 255, 0.12); --fg-border: rgba(124, 77, 255, 0.2); }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:nth-child(3){ --fg-hue: #0aa37f; --fg-hue-2: #2f80ed; --fg-soft: rgba(10, 163, 127, 0.12); --fg-border: rgba(10, 163, 127, 0.2); }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:nth-child(4){ --fg-hue: #f2994a; --fg-hue-2: #eb5757; --fg-soft: rgba(242, 153, 74, 0.13); --fg-border: rgba(242, 153, 74, 0.22); }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:nth-child(5){ --fg-hue: #2d9cdb; --fg-hue-2: #56ccf2; --fg-soft: rgba(45, 156, 219, 0.12); --fg-border: rgba(45, 156, 219, 0.2); }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:nth-child(6){ --fg-hue: #bb6bd9; --fg-hue-2: #f2c94c; --fg-soft: rgba(187, 107, 217, 0.12); --fg-border: rgba(187, 107, 217, 0.2); }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:nth-child(7){ --fg-hue: #27ae60; --fg-hue-2: #6fcf97; --fg-soft: rgba(39, 174, 96, 0.12); --fg-border: rgba(39, 174, 96, 0.2); }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:nth-child(8){ --fg-hue: #f2a93b; --fg-hue-2: #1f74e8; --fg-soft: rgba(242, 169, 59, 0.13); --fg-border: rgba(242, 169, 59, 0.22); }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.72), transparent 28%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:hover{
  border-color: var(--fg-border);
  box-shadow: 0 24px 60px rgba(15, 35, 65, 0.14);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid-tilt .fica-tax-content-card:hover{
  box-shadow: 0 28px 70px rgba(22, 59, 102, 0.16);
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--fg-hue);
  background: linear-gradient(145deg, var(--fg-soft), rgba(255, 255, 255, 0.7));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-icon i{
  font-size: 1.24rem;
  line-height: 1;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:hover .fica-tax-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-hue), var(--fg-hue-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card h3{
  position: relative;
  margin: 0 0 13px;
  color: #121a2b;
  font-size: 1.06rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-hue), var(--fg-hue-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card p{
  margin: 0;
  color: #5b667a;
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fg-hue);
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:hover .fica-tax-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-process-card{
  min-height: 250px;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-process-card::after{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -8px;
  color: color-mix(in srgb, var(--fg-hue) 12%, transparent);
  font-size: clamp(3.8rem, 7vw, 5.4rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 0.28s ease, color 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-process-card:hover::after{
  color: color-mix(in srgb, var(--fg-hue) 18%, transparent);
  transform: translateY(-5px) scale(1.03);
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-step-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  min-width: 0;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-step-line span{
  color: var(--fg-hue);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-step-line i{
  flex: 0 0 auto;
  color: #fff;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--fg-hue), var(--fg-hue-2));
  transition: transform 0.28s ease;
}.tc-wp-content-root .fica-tax-content-wrap .fica-tax-process-card:hover .fica-tax-step-line i{
  transform: translateY(-3px) rotate(4deg);
}@media (min-width: 1200px) {.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section{
    padding: 96px 28px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-container{
    max-width: 1240px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section{
    padding: 82px 22px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-container{
    max-width: 1100px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading{
    margin-bottom: 36px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card{
    padding: 23px;
    border-radius: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section{
    padding: 68px 20px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading p{
    font-size: 0.96rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card{
    min-height: 220px;
    padding: 24px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section{
    padding: 56px 16px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card{
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section{
    padding: 48px 14px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading p{
    font-size: 0.9rem;
    line-height: 1.6;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card{
    min-height: auto;
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-cta{
    opacity: 1;
    transform: none;
  }}@media (max-width: 374px) {.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-section{
    padding: 42px 12px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-heading p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card p{
    font-size: 0.86rem;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-step-line{
    gap: 10px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-step-line i{
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-cta{
    opacity: 1;
    transform: none;
    font-size: 0.82rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card::before, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-icon, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-cta, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card h3::after, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-process-card::after, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-step-line i{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card.is-visible, .tc-wp-content-root .fica-tax-content-wrap .fica-tax-content-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .fica-tax-process-grid {}