@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@500;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://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/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-el-page{
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  color: #1F2937;
  background: #FFFFFF;
}.tc-wp-tool-root .lx-el-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-el-page a{
  text-decoration: none;
}.tc-wp-tool-root .lx-el-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-tool-root .lx-el-section{
  padding: 108px 0;
}.tc-wp-tool-root .lx-el-hero{
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 110px 0;
  overflow: hidden;
  background: #0A0F18;
}.tc-wp-tool-root .lx-el-hero-bg, .tc-wp-tool-root .lx-el-final-bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, rgba(10, 15, 24, .94), rgba(11, 31, 58, .86), rgba(10, 15, 24, .96)),
    url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-cottonbro-8369208.jpg") center/cover no-repeat;
}.tc-wp-tool-root .lx-el-hero::after, .tc-wp-tool-root .lx-el-final-cta::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 20%, rgba(201, 162, 39, .18), transparent 35%);
  pointer-events: none;
}.tc-wp-tool-root .lx-el-hero-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .82fr;
  gap: 70px;
  align-items: center;
}.tc-wp-tool-root .lx-el-badge, .tc-wp-tool-root .lx-el-kicker{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9A227;
}.tc-wp-tool-root .lx-el-badge{
  padding: 11px 16px;
  border: 1px solid rgba(201, 162, 39, .32);
  border-radius: 999px;
  background: rgba(201, 162, 39, .10);
}.tc-wp-tool-root .lx-el-hero h1, .tc-wp-tool-root .lx-el-section h2, .tc-wp-tool-root .lx-el-final-cta h2{
  margin: 18px 0 20px;
  font-family: "Playfair Display", serif;
  color: #0B1F3A;
  letter-spacing: 0;
}.tc-wp-tool-root .lx-el-hero h1{
  max-width: 820px;
  color: #FFFFFF;
  font-size: clamp(42px, 5.1vw, 76px);
  line-height: .98;
}.tc-wp-tool-root .lx-el-hero p{
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.8;
}.tc-wp-tool-root .lx-el-hero-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}.tc-wp-tool-root .lx-el-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-el-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-el-btn-primary{
  color: #07172C;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 18px 45px rgba(201, 162, 39, .24);
}.tc-wp-tool-root .lx-el-btn-outline{
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.08);
}.tc-wp-tool-root .lx-el-btn-outline:hover{
  border-color: rgba(201,162,39,.65);
  background: rgba(255,255,255,.12);
}.tc-wp-tool-root .lx-el-trust-row{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}.tc-wp-tool-root .lx-el-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root .lx-el-trust-row i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-el-hero-panel{
  position: relative;
}.tc-wp-tool-root .lx-el-floating-badge{
  position: absolute;
  right: -10px;
  top: -28px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #FFFFFF;
  color: #0B1F3A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  box-shadow: 0 22px 50px rgba(0,0,0,.26);
}.tc-wp-tool-root .lx-el-dashboard{
  position: relative;
  padding: 30px;
  border: 1px solid rgba(201,162,39,.30);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  transition: transform .3s ease;
}.tc-wp-tool-root .lx-el-dashboard:hover{
  transform: translateY(-6px);
}.tc-wp-tool-root .lx-el-dashboard-top h2{
  margin: 0 0 8px;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 32px;
}.tc-wp-tool-root .lx-el-dashboard-top p{
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}.tc-wp-tool-root .lx-el-dashboard-top span{
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(201,162,39,.12);
  color: #EFE3B8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root .lx-el-dashboard-rows{
  display: grid;
  gap: 12px;
  margin-top: 24px;
}.tc-wp-tool-root .lx-el-dashboard-rows div{
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(7,23,44,.56);
}.tc-wp-tool-root .lx-el-dashboard-rows i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-el-dashboard-rows span{
  color: rgba(255,255,255,.84);
  font-weight: 700;
}.tc-wp-tool-root .lx-el-dashboard-rows strong{
  color: #EFE3B8;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}.tc-wp-tool-root .lx-el-snapshot{
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #FFFFFF;
}.tc-wp-tool-root .lx-el-snapshot h3{
  margin: 0 0 12px;
  color: #0B1F3A;
  font-family: "Playfair Display", serif;
  font-size: 23px;
}.tc-wp-tool-root .lx-el-snapshot ul{
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-tool-root .lx-el-snapshot li{
  display: flex;
  gap: 9px;
  color: #1F2937;
  font-weight: 700;
}.tc-wp-tool-root .lx-el-snapshot i{
  color: #C9A227;
}.tc-wp-tool-root .lx-el-two-col{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}.tc-wp-tool-root .lx-el-two-col-reverse{
  grid-template-columns: 1fr .95fr;
}.tc-wp-tool-root .lx-el-image-card{
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11,31,58,.14);
}.tc-wp-tool-root .lx-el-image-card img{
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  transition: transform .5s ease;
}.tc-wp-tool-root .lx-el-image-card:hover img{
  transform: scale(1.035);
}.tc-wp-tool-root .lx-el-copy h2, .tc-wp-tool-root .lx-el-section-head h2{
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.08;
}.tc-wp-tool-root .lx-el-copy p, .tc-wp-tool-root .lx-el-section-head p{
  color: #6B7280;
  font-size: 17px;
  line-height: 1.82;
}.tc-wp-tool-root .lx-el-feature-stack{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}.tc-wp-tool-root .lx-el-feature-stack div{
  padding: 20px;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 15px 40px rgba(11,31,58,.07);
}.tc-wp-tool-root .lx-el-feature-stack i, .tc-wp-tool-root .lx-el-warning-card i, .tc-wp-tool-root .lx-el-matter-card i{
  color: #C9A227;
  font-size: 25px;
}.tc-wp-tool-root .lx-el-feature-stack h3, .tc-wp-tool-root .lx-el-warning-card h3, .tc-wp-tool-root .lx-el-matter-card h3, .tc-wp-tool-root .lx-el-rights-card h3, .tc-wp-tool-root .lx-el-why-block h3, .tc-wp-tool-root .lx-el-step h3, .tc-wp-tool-root .lx-el-challenge-card h3{
  margin: 14px 0 0;
  color: #0B1F3A;
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 1.22;
}.tc-wp-tool-root .lx-el-section-head{
  max-width: 850px;
  margin: 0 auto 46px;
  text-align: center;
}.tc-wp-tool-root .lx-el-warning-section, .tc-wp-tool-root .lx-el-matters, .tc-wp-tool-root .lx-el-faq-section{
  background: #F7F8FA;
}.tc-wp-tool-root .lx-el-warning-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-el-warning-card{
  min-height: 185px;
  padding: 28px;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 45px rgba(11,31,58,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-el-warning-card:hover, .tc-wp-tool-root .lx-el-matter-card:hover, .tc-wp-tool-root .lx-el-rights-card:hover, .tc-wp-tool-root .lx-el-challenge-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(11,31,58,.12);
}.tc-wp-tool-root .lx-el-matter-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-el-matter-card{
  position: relative;
  min-height: 315px;
  padding: 30px;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 45px rgba(11,31,58,.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-el-matter-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: #0B1F3A;
  border-radius: 8px 8px 0 0;
}.tc-wp-tool-root .lx-el-matter-card:hover{
  border-color: rgba(201,162,39,.45);
}.tc-wp-tool-root .lx-el-matter-card i{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(201,162,39,.10);
}.tc-wp-tool-root .lx-el-matter-card p, .tc-wp-tool-root .lx-el-rights-card p, .tc-wp-tool-root .lx-el-why-block p, .tc-wp-tool-root .lx-el-step p{
  color: #6B7280;
  line-height: 1.72;
}.tc-wp-tool-root .lx-el-check-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}.tc-wp-tool-root .lx-el-check-grid span, .tc-wp-tool-root .lx-el-info-grid span{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #F7F8FA;
  color: #1F2937;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}.tc-wp-tool-root .lx-el-check-grid i, .tc-wp-tool-root .lx-el-info-grid i{
  color: #C9A227;
}.tc-wp-tool-root .lx-el-overlay-image .lx-el-image-overlay{
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(10,15,24,.88);
  border: 1px solid rgba(255,255,255,.08);
}.tc-wp-tool-root .lx-el-image-overlay h3{
  margin: 0 0 8px;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 28px;
}.tc-wp-tool-root .lx-el-image-overlay p{
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.7;
}.tc-wp-tool-root .lx-el-rights{
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
}.tc-wp-tool-root .lx-el-section-head-light h2, .tc-wp-tool-root .lx-el-section-head-light p{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-el-section-head-light p{
  color: rgba(255,255,255,.72);
}.tc-wp-tool-root .lx-el-rights-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-el-rights-card{
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-el-rights-card:hover{
  border-color: rgba(201,162,39,.42);
}.tc-wp-tool-root .lx-el-rights-card i{
  color: #D4AF37;
  font-size: 30px;
}.tc-wp-tool-root .lx-el-rights-card h3{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-el-rights-card p{
  color: rgba(255,255,255,.70);
}.tc-wp-tool-root .lx-el-why-list{
  display: grid;
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-el-why-block{
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  padding: 26px;
  border-left: 4px solid #C9A227;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 50px rgba(11,31,58,.07);
}.tc-wp-tool-root .lx-el-why-block span{
  color: #C9A227;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 34px;
  font-weight: 800;
}.tc-wp-tool-root .lx-el-why-block h3{
  margin-top: 0;
}.tc-wp-tool-root .lx-el-process{
  background: #F7F8FA;
}.tc-wp-tool-root .lx-el-timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}.tc-wp-tool-root .lx-el-timeline::before{
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 34px;
  height: 2px;
  background: #C9A227;
}.tc-wp-tool-root .lx-el-step{
  position: relative;
  padding: 78px 24px 26px;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 45px rgba(11,31,58,.06);
}.tc-wp-tool-root .lx-el-step span{
  position: absolute;
  top: 16px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0B1F3A;
  color: #D4AF37;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}.tc-wp-tool-root .lx-el-info{
  background: #FAF7EF;
}.tc-wp-tool-root .lx-el-info-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}.tc-wp-tool-root .lx-el-info-grid span{
  background: #FFFFFF;
}.tc-wp-tool-root .lx-el-challenge-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-el-challenge-card{
  overflow: hidden;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 45px rgba(11,31,58,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-el-challenge-card div{
  display: grid;
  place-items: center;
  height: 118px;
  background: #0B1F3A;
  color: #D4AF37;
  font-size: 34px;
  transition: background .25s ease;
}.tc-wp-tool-root .lx-el-challenge-card:hover div{
  background: #07172C;
}.tc-wp-tool-root .lx-el-challenge-card h3{
  min-height: 116px;
  margin: 0;
  padding: 24px;
}.tc-wp-tool-root .lx-el-faq{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-el-faq-item{
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 16px 42px rgba(11,31,58,.07);
}.tc-wp-tool-root .lx-el-faq-question{
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  padding: 20px 24px;
  cursor: pointer;
  background: #0B1F3A;
  color: #FFFFFF;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
}.tc-wp-tool-root .lx-el-faq-question i{
  color: #D4AF37;
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-el-faq-item.lx-el-active .lx-el-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-el-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}.tc-wp-tool-root .lx-el-faq-answer p{
  margin: 0;
  padding: 22px 24px 26px;
  color: #6B7280;
  line-height: 1.78;
}.tc-wp-tool-root .lx-el-final-cta{
  position: relative;
  padding: 118px 0;
  overflow: hidden;
  background: #0A0F18;
}.tc-wp-tool-root .lx-el-final-bg{
  background:
    linear-gradient(145deg, rgba(10, 15, 24, .93), rgba(11, 31, 58, .85), rgba(10, 15, 24, .96)),
    url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-cottonbro-8369253.jpg") center/cover no-repeat;
}.tc-wp-tool-root .lx-el-final-content{
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-tool-root .lx-el-final-content .lx-el-badge, .tc-wp-tool-root .lx-el-final-content .lx-el-hero-actions{
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}.tc-wp-tool-root .lx-el-final-cta h2{
  color: #FFFFFF;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.05;
}.tc-wp-tool-root .lx-el-final-cta p{
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.82;
}@media (max-width: 1350px) {.tc-wp-tool-root .lx-el-container{
    max-width: 1200px;
  }}@media (max-width: 1200px) {.tc-wp-tool-root .lx-el-matter-grid, .tc-wp-tool-root .lx-el-rights-grid, .tc-wp-tool-root .lx-el-challenge-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-el-hero-grid{
    gap: 44px;
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-el-hero-grid, .tc-wp-tool-root .lx-el-two-col, .tc-wp-tool-root .lx-el-two-col-reverse{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-el-hero{
    min-height: auto;
  }.tc-wp-tool-root .lx-el-image-card img{
    height: 480px;
  }.tc-wp-tool-root .lx-el-timeline{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-el-timeline::before{
    display: none;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-el-section{
    padding: 82px 0;
  }.tc-wp-tool-root .lx-el-warning-grid, .tc-wp-tool-root .lx-el-info-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-el-feature-stack{
    grid-template-columns: 1fr;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-el-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-tool-root .lx-el-hero{
    padding: 82px 0;
    text-align: center;
  }.tc-wp-tool-root .lx-el-hero-content .lx-el-badge, .tc-wp-tool-root .lx-el-hero-actions, .tc-wp-tool-root .lx-el-trust-row{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }.tc-wp-tool-root .lx-el-floating-badge{
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto 14px;
    width: fit-content;
  }.tc-wp-tool-root .lx-el-dashboard{
    text-align: left;
  }.tc-wp-tool-root .lx-el-warning-grid, .tc-wp-tool-root .lx-el-matter-grid, .tc-wp-tool-root .lx-el-rights-grid, .tc-wp-tool-root .lx-el-timeline, .tc-wp-tool-root .lx-el-info-grid, .tc-wp-tool-root .lx-el-challenge-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-el-check-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-el-why-block{
    grid-template-columns: 1fr;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-el-section{
    padding: 68px 0;
  }.tc-wp-tool-root .lx-el-hero-actions{
    flex-direction: column;
  }.tc-wp-tool-root .lx-el-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-el-image-card img{
    height: 380px;
  }.tc-wp-tool-root .lx-el-overlay-image .lx-el-image-overlay{
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 18px;
  }.tc-wp-tool-root .lx-el-dashboard{
    padding: 20px;
  }.tc-wp-tool-root .lx-el-dashboard-rows div{
    grid-template-columns: 28px 1fr;
  }.tc-wp-tool-root .lx-el-dashboard-rows strong{
    grid-column: 2;
  }.tc-wp-tool-root .lx-el-faq-question{
    font-size: 19px;
    padding: 18px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-el-hero h1{
    font-size: 39px;
  }.tc-wp-tool-root .lx-el-copy h2, .tc-wp-tool-root .lx-el-section-head h2{
    font-size: 33px;
  }.tc-wp-tool-root .lx-el-warning-card, .tc-wp-tool-root .lx-el-matter-card, .tc-wp-tool-root .lx-el-rights-card, .tc-wp-tool-root .lx-el-step{
    padding-left: 22px;
    padding-right: 22px;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-el-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-tool-root .lx-el-hero h1{
    font-size: 35px;
  }.tc-wp-tool-root .lx-el-final-cta h2{
    font-size: 34px;
  }}.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-el-challenges {}
.tc-wp-tool-root .lx-el-docs {}
.tc-wp-tool-root .lx-el-intro {}
.tc-wp-tool-root .lx-el-why {}