@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 .kentucky-child-support-calculator-section{
  --kcsc-bg: #fff;
  --kcsc-soft-bg: #f0f7ff;
  --kcsc-card-blue: #f0f7ff;
  --kcsc-card-white: #fff;
  --kcsc-text: #182434;
  --kcsc-muted: #5b6b7d;
  --kcsc-border: rgba(36, 74, 117, 0.12);
  --kcsc-shadow: 0 16px 42px rgba(32, 76, 124, 0.1);
  --kcsc-shadow-hover: 0 22px 58px rgba(32, 76, 124, 0.16);
  --kcsc-radius: 22px;
  --kcsc-brand-a: #2563eb;
  --kcsc-brand-b: #14b8a6;
  --kcsc-accent: #2563eb;
  --kcsc-accent-soft: rgba(37, 99, 235, 0.12);
  width: 100%;
  color: var(--kcsc-text);
  font-family: inherit;
  overflow-x: clip;
}.tc-wp-content-root .kentucky-child-support-calculator-section, .tc-wp-content-root .kentucky-child-support-calculator-section *{
  box-sizing: border-box;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block{
  position: relative;
  padding: 86px 20px;
  overflow: hidden;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block-white{
  background: #fff;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block-blue{
  background: #f0f7ff;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-container{
  width: min(1180px, 100%);
  margin: 0 auto;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-heading{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .kentucky-child-support-calculator-section h2{
  margin: 0;
  color: var(--kcsc-text);
  font-size: clamp(1.4rem, 5vw, 2.2rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .kentucky-child-support-calculator-section h2 span{
  position: relative;
  display: inline-block;
  isolation: isolate;
}.tc-wp-content-root .kentucky-child-support-calculator-section h2 span::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.34em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.28), rgba(20, 184, 166, 0.28));
  z-index: -1;
}.tc-wp-content-root .kentucky-child-support-calculator-section h3{
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--kcsc-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid{
  display: grid;
  width: 100%;
  gap: 22px;
  align-items: stretch;
  min-width: 0;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card{
  --kcsc-accent: #2563eb;
  --kcsc-accent-soft: rgba(37, 99, 235, 0.12);
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--kcsc-border);
  border-radius: var(--kcsc-radius);
  background: var(--kcsc-card-blue);
  box-shadow: 0 10px 28px rgba(32, 76, 124, 0.07);
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block-blue .kcsc-card{
  background: var(--kcsc-card-white);
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card::before{
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(circle at var(--kcsc-glow-x, 50%) var(--kcsc-glow-y, 0%), var(--kcsc-accent-soft), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:nth-child(6n + 1){
  --kcsc-accent: #2563eb;
  --kcsc-accent-soft: rgba(37, 99, 235, 0.14);
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:nth-child(6n + 2){
  --kcsc-accent: #0f766e;
  --kcsc-accent-soft: rgba(15, 118, 110, 0.14);
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:nth-child(6n + 3){
  --kcsc-accent: #7c3aed;
  --kcsc-accent-soft: rgba(124, 58, 237, 0.13);
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:nth-child(6n + 4){
  --kcsc-accent: #db2777;
  --kcsc-accent-soft: rgba(219, 39, 119, 0.12);
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:nth-child(6n + 5){
  --kcsc-accent: #ea580c;
  --kcsc-accent-soft: rgba(234, 88, 12, 0.13);
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:nth-child(6n + 6){
  --kcsc-accent: #0891b2;
  --kcsc-accent-soft: rgba(8, 145, 178, 0.13);
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-icon{
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 16px;
  color: var(--kcsc-accent);
  background: linear-gradient(135deg, #fff, var(--kcsc-accent-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 10px 24px rgba(32, 76, 124, 0.08);
  z-index: 1;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block-blue .kcsc-icon{
  background: linear-gradient(135deg, #f8fbff, var(--kcsc-accent-soft));
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-icon i{
  font-size: 1.32rem;
  line-height: 1;
}.tc-wp-content-root .kentucky-child-support-calculator-section h4{
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 12px;
  color: var(--kcsc-text);
  font-size: 1.05rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  z-index: 1;
}.tc-wp-content-root .kentucky-child-support-calculator-section h4::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--kcsc-accent);
  transform-origin: left center;
  transform: scaleX(0.72);
  transition: transform 260ms ease, width 260ms ease;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card p{
  position: relative;
  margin: 0;
  color: var(--kcsc-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  z-index: 1;
}.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card .kcsc-note{
  margin-top: auto;
  padding-top: 18px;
  color: var(--kcsc-accent);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
}.tc-wp-content-root .kentucky-child-support-calculator-section.kcsc-js .kcsc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms ease;
}.tc-wp-content-root .kentucky-child-support-calculator-section.kcsc-js .kcsc-reveal.kcsc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (hover: hover) and (pointer: fine) {.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:hover{
    border-color: color-mix(in srgb, var(--kcsc-accent) 32%, var(--kcsc-border));
    box-shadow: var(--kcsc-shadow-hover);
    transform: translateY(-7px);
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:hover::before{
    opacity: 1;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card:hover h4::after{
    width: 48px;
    transform: scaleX(1);
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card, .tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card::before, .tc-wp-content-root .kentucky-child-support-calculator-section h4::after, .tc-wp-content-root .kentucky-child-support-calculator-section.kcsc-js .kcsc-reveal{
    transition: none;
  }}@media (max-width: 1023px) {.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block{
    padding: 72px 18px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid-four, .tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card{
    padding: 24px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section h3{
    font-size: 1rem;
  }}@media (max-width: 767px) {.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block{
    padding: 58px 16px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid-four, .tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid-three{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section h3{
    font-size: 0.96rem;
    line-height: 1.62;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-icon{
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-icon i{
    font-size: 1.22rem;
  }.tc-wp-content-root .kentucky-child-support-calculator-section h4{
    font-size: 1rem;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card p{
    font-size: 0.92rem;
    line-height: 1.62;
  }}@media (max-width: 429px) {.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block{
    padding: 52px 14px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section h3{
    font-size: 0.92rem;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card{
    padding: 20px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-grid{
    gap: 14px;
  }}@media (max-width: 374px) {.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-block{
    padding: 46px 12px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-icon i{
    font-size: 1.1rem;
  }.tc-wp-content-root .kentucky-child-support-calculator-section h4{
    font-size: 0.96rem;
  }.tc-wp-content-root .kentucky-child-support-calculator-section .kcsc-card p{
    font-size: 0.9rem;
  }}