@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .lx-cd-page{
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: #1F2937;
  background: #FFFFFF;
}.tc-wp-tool-root .lx-cd-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-cd-page a{
  text-decoration: none;
}.tc-wp-tool-root .lx-cd-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-tool-root .lx-cd-section{
  padding: 110px 0;
}.tc-wp-tool-root .lx-cd-section h2, .tc-wp-tool-root .lx-cd-hero h1, .tc-wp-tool-root .lx-cd-final-cta h2{
  font-family: "Playfair Display", serif;
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}.tc-wp-tool-root .lx-cd-section h2{
  font-size: clamp(34px, 4vw, 58px);
  color: #0B1F3A;
}.tc-wp-tool-root .lx-cd-section h3{
  font-family: "Playfair Display", serif;
  color: #0B1F3A;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}.tc-wp-tool-root .lx-cd-section p, .tc-wp-tool-root .lx-cd-hero p, .tc-wp-tool-root .lx-cd-final-cta p{
  font-size: 17px;
  line-height: 1.75;
  color: #6B7280;
  margin: 0;
}.tc-wp-tool-root .lx-cd-section-kicker, .tc-wp-tool-root .lx-cd-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}.tc-wp-tool-root .lx-cd-section-kicker{
  color: #C9A227;
  margin-bottom: 18px;
}.tc-wp-tool-root .lx-cd-badge{
  color: #0A0F18;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  padding: 11px 16px;
}.tc-wp-tool-root .lx-cd-section-head{
  max-width: 890px;
  margin: 0 auto 52px;
  text-align: center;
}.tc-wp-tool-root .lx-cd-section-head p{
  margin-top: 18px;
}.tc-wp-tool-root .lx-cd-hero{
  position: relative;
  min-height: 860px;
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  overflow: hidden;
  padding: 120px 0;
}.tc-wp-tool-root .lx-cd-hero-bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,15,24,.96), rgba(11,31,58,.9), rgba(10,15,24,.78)),
    url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-rdne-6065251.jpg") center/cover no-repeat;
}.tc-wp-tool-root .lx-cd-hero::before, .tc-wp-tool-root .lx-cd-hero::after{
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(201,162,39,.25);
  transform: rotate(22deg);
  pointer-events: none;
}.tc-wp-tool-root .lx-cd-hero::before{
  right: -180px;
  top: 80px;
}.tc-wp-tool-root .lx-cd-hero::after{
  left: -220px;
  bottom: -240px;
}.tc-wp-tool-root .lx-cd-hero-grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .75fr);
  gap: 70px;
  align-items: center;
}.tc-wp-tool-root .lx-cd-hero-copy h1{
  color: #FFFFFF;
  font-size: clamp(44px, 5.8vw, 78px);
  max-width: 830px;
  margin-top: 22px;
}.tc-wp-tool-root .lx-cd-hero-copy p{
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,.78);
}.tc-wp-tool-root .lx-cd-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}.tc-wp-tool-root .lx-cd-btn{
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}.tc-wp-tool-root .lx-cd-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .lx-cd-btn-gold{
  color: #0A0F18;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 18px 38px rgba(201,162,39,.24);
}.tc-wp-tool-root .lx-cd-btn-outline{
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}.tc-wp-tool-root .lx-cd-trust-row{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}.tc-wp-tool-root .lx-cd-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.82);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root .lx-cd-trust-row i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-cd-dashboard{
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 4px solid #C9A227;
  border-radius: 10px;
  background: rgba(10,15,24,.68);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-cd-dashboard:hover{
  transform: translateY(-6px);
}.tc-wp-tool-root .lx-cd-float-badge{
  position: absolute;
  right: 22px;
  top: -21px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #C9A227;
  color: #07172C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
}.tc-wp-tool-root .lx-cd-dashboard-head span{
  display: inline-flex;
  padding: 8px 12px;
  color: #EFE3B8;
  background: rgba(201,162,39,0.10);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}.tc-wp-tool-root .lx-cd-dashboard-head h2{
  color: #FFFFFF;
  font-size: 34px;
  margin-top: 18px;
}.tc-wp-tool-root .lx-cd-dashboard-head p{
  color: rgba(255,255,255,.68);
  margin-top: 12px;
  font-size: 15px;
}.tc-wp-tool-root .lx-cd-dashboard-rows{
  display: grid;
  gap: 12px;
  margin-top: 26px;
}.tc-wp-tool-root .lx-cd-dashboard-row{
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
}.tc-wp-tool-root .lx-cd-dashboard-row i{
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #D4AF37;
  background: rgba(201,162,39,0.10);
  border-radius: 50%;
}.tc-wp-tool-root .lx-cd-dashboard-row span{
  color: #FFFFFF;
  font-weight: 800;
}.tc-wp-tool-root .lx-cd-dashboard-row b{
  color: rgba(255,255,255,.35);
  font-family: "Plus Jakarta Sans", sans-serif;
}.tc-wp-tool-root .lx-cd-snapshot{
  margin-top: 18px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
}.tc-wp-tool-root .lx-cd-snapshot h3{
  font-size: 20px;
}.tc-wp-tool-root .lx-cd-snapshot ul{
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
}.tc-wp-tool-root .lx-cd-snapshot li{
  color: #1F2937;
  font-weight: 700;
}.tc-wp-tool-root .lx-cd-snapshot li::before{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: #C9A227;
  border-radius: 50%;
}.tc-wp-tool-root .lx-cd-two-col, .tc-wp-tool-root .lx-cd-evidence-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}.tc-wp-tool-root .lx-cd-two-col p + p, .tc-wp-tool-root .lx-cd-evidence-content p + p{
  margin-top: 18px;
}.tc-wp-tool-root .lx-cd-image-card{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 24px 70px rgba(11,31,58,.16);
}.tc-wp-tool-root .lx-cd-image-card img, .tc-wp-tool-root .lx-cd-evidence-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.tc-wp-tool-root .lx-cd-image-note{
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  background: rgba(10,15,24,.88);
  border-left: 4px solid #C9A227;
  color: #FFFFFF;
}.tc-wp-tool-root .lx-cd-image-note strong, .tc-wp-tool-root .lx-cd-image-note span{
  display: block;
}.tc-wp-tool-root .lx-cd-image-note span{
  margin-top: 7px;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
}.tc-wp-tool-root .lx-cd-rights, .tc-wp-tool-root .lx-cd-matters, .tc-wp-tool-root .lx-cd-process, .tc-wp-tool-root .lx-cd-faq-section{
  background: #F7F8FA;
}.tc-wp-tool-root .lx-cd-rights-grid, .tc-wp-tool-root .lx-cd-charge-grid, .tc-wp-tool-root .lx-cd-info-grid, .tc-wp-tool-root .lx-cd-challenge-grid{
  display: grid;
  gap: 22px;
}.tc-wp-tool-root .lx-cd-rights-grid{
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .lx-cd-right-card{
  position: relative;
  padding: 54px 26px 28px;
  min-height: 160px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  border-top: 24px solid #0B1F3A;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-cd-right-card:hover{
  border-color: rgba(201,162,39,.48);
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(11,31,58,.1);
}.tc-wp-tool-root .lx-cd-right-card i{
  position: absolute;
  top: -24px;
  left: 26px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #07172C;
  background: #D4AF37;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
}.tc-wp-tool-root .lx-cd-right-card h3{
  font-size: 21px;
}.tc-wp-tool-root .lx-cd-charge-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-cd-charge-card{
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  transition: transform .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-cd-charge-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(11,31,58,.1);
}.tc-wp-tool-root .lx-cd-charge-card i{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #D4AF37;
  background: #0B1F3A;
  border-radius: 8px;
}.tc-wp-tool-root .lx-cd-charge-card p{
  font-size: 15px;
  line-height: 1.65;
  margin-top: 14px;
}.tc-wp-tool-root .lx-cd-evidence{
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  color: #FFFFFF;
}.tc-wp-tool-root .lx-cd-evidence h2, .tc-wp-tool-root .lx-cd-evidence h3{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-cd-evidence p{
  color: rgba(255,255,255,.72);
}.tc-wp-tool-root .lx-cd-evidence-img{
  height: 640px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}.tc-wp-tool-root .lx-cd-check-panel{
  margin-top: 30px;
  padding: 28px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
}.tc-wp-tool-root .lx-cd-check-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 20px;
}.tc-wp-tool-root .lx-cd-check-list span{
  color: rgba(255,255,255,.9);
  font-weight: 700;
}.tc-wp-tool-root .lx-cd-check-list i{
  color: #D4AF37;
  margin-right: 8px;
}.tc-wp-tool-root .lx-cd-why-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
}.tc-wp-tool-root .lx-cd-why-item{
  padding: 30px;
  border-left: 4px solid #C9A227;
  border-right: 1px solid rgba(15,26,46,0.08);
}.tc-wp-tool-root .lx-cd-why-item:last-child{
  border-right: 0;
}.tc-wp-tool-root .lx-cd-why-item b{
  display: block;
  color: #C9A227;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  margin-bottom: 18px;
}.tc-wp-tool-root .lx-cd-why-item p{
  font-size: 15px;
  line-height: 1.65;
  margin-top: 13px;
}.tc-wp-tool-root .lx-cd-timeline{
  position: relative;
  display: grid;
  gap: 38px;
  max-width: 1050px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-cd-timeline::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #C9A227;
  transform: translateX(-50%);
}.tc-wp-tool-root .lx-cd-time-item{
  position: relative;
  width: 50%;
}.tc-wp-tool-root .lx-cd-time-item:nth-child(odd){
  padding-right: 54px;
}.tc-wp-tool-root .lx-cd-time-item:nth-child(even){
  margin-left: 50%;
  padding-left: 54px;
}.tc-wp-tool-root .lx-cd-time-item::before{
  content: "";
  position: absolute;
  top: 28px;
  width: 22px;
  height: 22px;
  background: #0B1F3A;
  border: 5px solid #C9A227;
  border-radius: 50%;
  z-index: 2;
}.tc-wp-tool-root .lx-cd-time-item:nth-child(odd)::before{
  right: -11px;
}.tc-wp-tool-root .lx-cd-time-item:nth-child(even)::before{
  left: -11px;
}.tc-wp-tool-root .lx-cd-time-card{
  padding: 28px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(11,31,58,.08);
}.tc-wp-tool-root .lx-cd-time-card span{
  color: #C9A227;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}.tc-wp-tool-root .lx-cd-time-card h3{
  margin-top: 10px;
}.tc-wp-tool-root .lx-cd-time-card p{
  margin-top: 12px;
  font-size: 15px;
}.tc-wp-tool-root .lx-cd-helpful{
  background: #FAF7EF;
}.tc-wp-tool-root .lx-cd-info-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-cd-info-grid span{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  font-weight: 800;
  color: #0B1F3A;
}.tc-wp-tool-root .lx-cd-info-grid i{
  color: #C9A227;
}.tc-wp-tool-root .lx-cd-challenge-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-cd-challenge-card{
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  min-height: 140px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  overflow: hidden;
}.tc-wp-tool-root .lx-cd-challenge-card::after{
  content: "";
  position: absolute;
  left: 82px;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #C9A227;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-cd-challenge-card:hover::after{
  transform: scaleX(1);
}.tc-wp-tool-root .lx-cd-challenge-card i{
  display: grid;
  place-items: center;
  height: 100%;
  color: #D4AF37;
  background: #0B1F3A;
  font-size: 24px;
}.tc-wp-tool-root .lx-cd-challenge-card h3{
  align-self: center;
  padding: 22px;
  font-size: 20px;
}.tc-wp-tool-root .lx-cd-faq{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-cd-faq-item{
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  overflow: hidden;
}.tc-wp-tool-root .lx-cd-faq-question{
  width: 100%;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  text-align: left;
  background: #0B1F3A;
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
}.tc-wp-tool-root .lx-cd-faq-question i{
  color: #C9A227;
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-cd-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}.tc-wp-tool-root .lx-cd-faq-answer p{
  padding: 22px 24px;
  font-size: 16px;
}.tc-wp-tool-root .lx-cd-faq-item.lx-cd-active .lx-cd-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-cd-final-cta{
  position: relative;
  padding: 120px 0;
  text-align: center;
  background:
    linear-gradient(rgba(10,15,24,.9), rgba(11,31,58,.9)),
    url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-kindelmedia-7714795-1.jpg") center/cover no-repeat;
}.tc-wp-tool-root .lx-cd-final-inner{
  max-width: 880px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-cd-final-cta h2{
  color: #FFFFFF;
  font-size: clamp(36px, 5vw, 66px);
  margin-top: 22px;
}.tc-wp-tool-root .lx-cd-final-cta p{
  color: rgba(255,255,255,.76);
  margin-top: 20px;
}.tc-wp-tool-root .lx-cd-center-actions{
  justify-content: center;
}@media (max-width: 1200px) {.tc-wp-tool-root .lx-cd-hero-grid, .tc-wp-tool-root .lx-cd-two-col, .tc-wp-tool-root .lx-cd-evidence-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-cd-dashboard{
    max-width: 720px;
  }.tc-wp-tool-root .lx-cd-charge-grid, .tc-wp-tool-root .lx-cd-challenge-grid, .tc-wp-tool-root .lx-cd-why-list{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-cd-why-list{
    border: 0;
    gap: 20px;
    background: transparent;
  }.tc-wp-tool-root .lx-cd-why-item{
    background: #FFFFFF;
    border: 1px solid rgba(15,26,46,0.08);
    border-left: 4px solid #C9A227;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-cd-section{
    padding: 82px 0;
  }.tc-wp-tool-root .lx-cd-hero{
    min-height: auto;
    padding: 96px 0;
  }.tc-wp-tool-root .lx-cd-hero-copy{
    text-align: center;
  }.tc-wp-tool-root .lx-cd-hero-copy p, .tc-wp-tool-root .lx-cd-hero-copy h1{
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root .lx-cd-hero-actions, .tc-wp-tool-root .lx-cd-trust-row{
    justify-content: center;
  }.tc-wp-tool-root .lx-cd-rights-grid, .tc-wp-tool-root .lx-cd-info-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-cd-timeline::before{
    left: 12px;
  }.tc-wp-tool-root .lx-cd-time-item, .tc-wp-tool-root .lx-cd-time-item:nth-child(even){
    width: 100%;
    margin-left: 0;
    padding-left: 48px;
    padding-right: 0;
  }.tc-wp-tool-root .lx-cd-time-item:nth-child(odd)::before, .tc-wp-tool-root .lx-cd-time-item:nth-child(even)::before{
    left: 1px;
    right: auto;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-cd-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-tool-root .lx-cd-section{
    padding: 68px 0;
  }.tc-wp-tool-root .lx-cd-hero{
    padding: 78px 0;
  }.tc-wp-tool-root .lx-cd-hero-grid{
    gap: 44px;
  }.tc-wp-tool-root .lx-cd-hero-actions{
    flex-direction: column;
  }.tc-wp-tool-root .lx-cd-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-cd-dashboard{
    padding: 24px;
  }.tc-wp-tool-root .lx-cd-image-card, .tc-wp-tool-root .lx-cd-evidence-img{
    min-height: 380px;
    height: 420px;
  }.tc-wp-tool-root .lx-cd-charge-grid, .tc-wp-tool-root .lx-cd-rights-grid, .tc-wp-tool-root .lx-cd-info-grid, .tc-wp-tool-root .lx-cd-challenge-grid, .tc-wp-tool-root .lx-cd-why-list, .tc-wp-tool-root .lx-cd-check-list{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-cd-section-head{
    margin-bottom: 36px;
  }.tc-wp-tool-root .lx-cd-faq-question{
    padding: 19px;
    font-size: 16px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-cd-hero-copy h1{
    font-size: 40px;
  }.tc-wp-tool-root .lx-cd-section h2, .tc-wp-tool-root .lx-cd-final-cta h2{
    font-size: 34px;
  }.tc-wp-tool-root .lx-cd-dashboard-row{
    grid-template-columns: 38px 1fr;
  }.tc-wp-tool-root .lx-cd-dashboard-row b{
    display: none;
  }.tc-wp-tool-root .lx-cd-float-badge{
    position: static;
    margin-bottom: 18px;
  }.tc-wp-tool-root .lx-cd-image-note{
    left: 14px;
    right: 14px;
    bottom: 14px;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-cd-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-tool-root .lx-cd-hero-copy h1{
    font-size: 36px;
  }.tc-wp-tool-root .lx-cd-dashboard{
    padding: 20px;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .lx-cd-challenges {}
.tc-wp-tool-root .lx-cd-guidance {}
.tc-wp-tool-root .lx-cd-why {}