@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://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-ct-page{
  position: relative;
  font-family: "Inter", sans-serif;
  color: #1F2937;
  background: #FFFFFF;
  overflow: hidden;
}.tc-wp-tool-root .lx-ct-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-ct-page a{
  color: inherit;
  text-decoration: none;
}.tc-wp-tool-root .lx-ct-page .lx-ct-container{
  width: min(1350px, calc(100% - 40px));
  margin: 0 auto;
}.tc-wp-tool-root .lx-ct-page .lx-ct-hero{
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(145deg, rgba(10,15,24,.9), rgba(11,31,58,.82), rgba(10,15,24,.94)),
    url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
  color: #FFFFFF;
  padding: 130px 0 110px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-hero-overlay, .tc-wp-tool-root .lx-ct-page .lx-ct-final-overlay{
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 35%, rgba(201,162,39,.14), transparent 36%), rgba(7,23,44,.52);
}.tc-wp-tool-root .lx-ct-page .lx-ct-hero-inner, .tc-wp-tool-root .lx-ct-page .lx-ct-final-inner{
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
}.tc-wp-tool-root .lx-ct-page .lx-ct-badge, .tc-wp-tool-root .lx-ct-page .lx-ct-kicker{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
/*   color: #EFE3B8; */
  background: rgba(201,162,39,.12);
  border: 1px solid rgba(201,162,39,.32);
  border-radius: 999px;
  padding: 10px 15px;
}.tc-wp-tool-root .lx-ct-page h1, .tc-wp-tool-root .lx-ct-page h2, .tc-wp-tool-root .lx-ct-page h3{
  margin: 0;
  color: inherit;
}.tc-wp-tool-root .lx-ct-page h1, .tc-wp-tool-root .lx-ct-page h2{
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-tool-root .lx-ct-page h1{
  margin-top: 22px;
  font-size: clamp(44px, 6vw, 78px);
}.tc-wp-tool-root .lx-ct-page h2{
  font-size: clamp(34px, 4vw, 52px);
  color: #0B1F3A;
}.tc-wp-tool-root .lx-ct-page h3{
  font-family: "Playfair Display", serif;
  font-size: 23px;
  font-weight: 700;
  color: #0B1F3A;
}.tc-wp-tool-root .lx-ct-page p{
  margin: 0;
  line-height: 1.75;
}.tc-wp-tool-root .lx-ct-page .lx-ct-hero-text{
  max-width: 820px;
  margin: 24px auto 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-hero-seo{
  max-width: 820px;
  margin: 18px auto 0;
  color: #EFE3B8;
  font-weight: 600;
}.tc-wp-tool-root .lx-ct-page .lx-ct-hero-actions{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 16px 25px;
  border-radius: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}.tc-wp-tool-root .lx-ct-page .lx-ct-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-ct-page .lx-ct-btn-gold{
  color: #07172C;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 18px 34px rgba(201,162,39,.28);
}.tc-wp-tool-root .lx-ct-page .lx-ct-btn-light{
  color: #FFFFFF;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
}.tc-wp-tool-root .lx-ct-page .lx-ct-trust-row{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 14px;
  font-weight: 600;
}.tc-wp-tool-root .lx-ct-page .lx-ct-trust-row i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-ct-page .lx-ct-section{
  padding: 105px 0;
}.tc-wp-tool-root .lx-ct-page .lx-ct-section-head{
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}.tc-wp-tool-root .lx-ct-page .lx-ct-section-head-left{
  margin-left: 0;
  text-align: left;
}.tc-wp-tool-root .lx-ct-page .lx-ct-section-head h2{
  margin-top: 14px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-section-head p{
  margin-top: 16px;
  color: #6B7280;
  font-size: 17px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-info-grid, .tc-wp-tool-root .lx-ct-page .lx-ct-help-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-contact-card, .tc-wp-tool-root .lx-ct-page .lx-ct-help-card, .tc-wp-tool-root .lx-ct-page .lx-ct-check-card, .tc-wp-tool-root .lx-ct-page .lx-ct-process-card{
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,.08);
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(10,15,24,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-ct-page .lx-ct-contact-card{
  min-height: 280px;
  padding: 30px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-contact-card:hover, .tc-wp-tool-root .lx-ct-page .lx-ct-help-card:hover, .tc-wp-tool-root .lx-ct-page .lx-ct-check-card:hover, .tc-wp-tool-root .lx-ct-page .lx-ct-process-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(10,15,24,.12);
  border-color: rgba(201,162,39,.28);
}.tc-wp-tool-root .lx-ct-page .lx-ct-card-icon, .tc-wp-tool-root .lx-ct-page .lx-ct-guidance-icon{
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #07172C;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(201,162,39,.22);
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-contact-card strong{
  display: block;
  margin: 12px 0 10px;
  color: #0B1F3A;
  font-size: 17px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-contact-card p, .tc-wp-tool-root .lx-ct-page .lx-ct-help-card p, .tc-wp-tool-root .lx-ct-page .lx-ct-process-card p{
  color: #6B7280;
  font-size: 15px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-form-section, .tc-wp-tool-root .lx-ct-page .lx-ct-help-section, .tc-wp-tool-root .lx-ct-page .lx-ct-faq-section{
  background: #F7F8FA;
}.tc-wp-tool-root .lx-ct-page .lx-ct-form-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 30px;
  align-items: start;
}.tc-wp-tool-root .lx-ct-page .lx-ct-form-wrap{
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid rgba(15,26,46,.08);
  box-shadow: 0 24px 65px rgba(10,15,24,.1);
  padding: 34px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-guidance-card{
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 34px;
  box-shadow: 0 24px 65px rgba(10,15,24,.17);
}.tc-wp-tool-root .lx-ct-page .lx-ct-guidance-card h3{
  color: #FFFFFF;
  margin-bottom: 12px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-guidance-card p{
  color: rgba(255,255,255,.76);
}.tc-wp-tool-root .lx-ct-page .lx-ct-check-list{
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  gap: 13px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-check-list li{
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: rgba(255,255,255,.9);
  font-weight: 600;
}.tc-wp-tool-root .lx-ct-page .lx-ct-check-list i{
  color: #D4AF37;
  margin-top: 4px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-small-notice{
  padding: 15px;
  border-radius: 14px;
  background: rgba(201,162,39,.10);
  border: 1px solid rgba(201,162,39,.24);
  font-size: 14px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-cream{
  background: #FAF7EF;
}.tc-wp-tool-root .lx-ct-page .lx-ct-check-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-check-card{
  min-height: 92px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  color: #0B1F3A;
}.tc-wp-tool-root .lx-ct-page .lx-ct-check-card i{
  color: #C9A227;
  font-size: 22px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-process-grid{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-process-grid::before{
  content: "";
  position: absolute;
  top: 39px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,162,39,.45), transparent);
}.tc-wp-tool-root .lx-ct-page .lx-ct-process-card{
  position: relative;
  z-index: 1;
  padding: 28px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-process-card span{
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #07172C;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  border-radius: 50%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(201,162,39,.24);
}.tc-wp-tool-root .lx-ct-page .lx-ct-process-card h3{
  margin-bottom: 12px;
  font-size: 21px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-help-grid{
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .lx-ct-page .lx-ct-help-card{
  padding: 30px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-help-card i{
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #07172C;
  background: rgba(201,162,39,.16);
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 20px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-help-card h3{
  margin-bottom: 12px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-notice-section{
  background: #FFFFFF;
  padding-top: 88px;
  padding-bottom: 88px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-notice-card{
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 26px;
  align-items: start;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  color: #FFFFFF;
  border-radius: 22px;
  padding: 42px;
  box-shadow: 0 24px 65px rgba(10,15,24,.18);
}.tc-wp-tool-root .lx-ct-page .lx-ct-notice-card > i{
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #07172C;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  border-radius: 18px;
  font-size: 27px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-notice-card h2{
  color: #FFFFFF;
  margin-bottom: 14px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-notice-card p{
  color: rgba(255,255,255,.78);
  margin-top: 10px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-faq{
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-faq-item{
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,.08);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(10,15,24,.06);
  overflow: hidden;
}.tc-wp-tool-root .lx-ct-page .lx-ct-faq-question{
  width: 100%;
  min-height: 72px;
  border: 0;
  background: transparent;
  color: #0B1F3A;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}.tc-wp-tool-root .lx-ct-page .lx-ct-faq-question i{
  color: #C9A227;
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-ct-page .lx-ct-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}.tc-wp-tool-root .lx-ct-page .lx-ct-faq-answer p{
  padding: 0 24px 22px;
  color: #6B7280;
}.tc-wp-tool-root .lx-ct-page .lx-ct-faq-item.lx-ct-active .lx-ct-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-ct-page .lx-ct-final-cta{
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(145deg, rgba(10,15,24,.9), rgba(11,31,58,.78), rgba(10,15,24,.94)),
    url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
  color: #FFFFFF;
}.tc-wp-tool-root .lx-ct-page .lx-ct-final-inner h2{
  color: #FFFFFF;
  margin-top: 18px;
}.tc-wp-tool-root .lx-ct-page .lx-ct-final-inner p{
  max-width: 780px;
  margin: 18px auto 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
}.tc-wp-tool-root .lx-ct-page .wpcf7, .tc-wp-tool-root .lx-ct-page .wpcf7 form{
  width: 100% !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7 p{
  margin: 0 0 16px !important;
  color: #1F2937;
}.tc-wp-tool-root .lx-ct-page .wpcf7 label{
  display: block;
  color: #0B1F3A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}.tc-wp-tool-root .lx-ct-page .wpcf7 input[type="text"], .tc-wp-tool-root .lx-ct-page .wpcf7 input[type="email"], .tc-wp-tool-root .lx-ct-page .wpcf7 input[type="tel"], .tc-wp-tool-root .lx-ct-page .wpcf7 input[type="url"], .tc-wp-tool-root .lx-ct-page .wpcf7 input[type="number"], .tc-wp-tool-root .lx-ct-page .wpcf7 input[type="date"], .tc-wp-tool-root .lx-ct-page .wpcf7 textarea, .tc-wp-tool-root .lx-ct-page .wpcf7 select{
  width: 100% !important;
  height: 54px !important;
  border: 1px solid rgba(15,26,46,.10) !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  color: #1F2937 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  transition: border-color .22s ease, box-shadow .22s ease !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7 textarea{
  min-height: 150px !important;
  height: auto !important;
  resize: vertical !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7 input:focus, .tc-wp-tool-root .lx-ct-page .wpcf7 textarea:focus, .tc-wp-tool-root .lx-ct-page .wpcf7 select:focus{
  border-color: #C9A227 !important;
  box-shadow: 0 0 0 4px rgba(201,162,39,.14) !important;
  outline: none !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7-submit{
  width: 100% !important;
  min-height: 56px !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 16px 24px !important;
  color: #07172C !important;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  cursor: pointer !important;
  box-shadow: 0 18px 34px rgba(201,162,39,.28) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7-submit:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 22px 42px rgba(201,162,39,.34) !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7-not-valid-tip{
  margin-top: 7px !important;
  color: #B42318 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7-response-output{
  margin: 18px 0 0 !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  color: #1F2937 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}.tc-wp-tool-root .lx-ct-page .wpcf7-spinner{
  display: block !important;
  margin: 12px auto 0 !important;
}@media (max-width: 1200px) {.tc-wp-tool-root .lx-ct-page .lx-ct-info-grid, .tc-wp-tool-root .lx-ct-page .lx-ct-check-grid{
    grid-template-columns: repeat(2, 1fr);
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-ct-page .lx-ct-form-layout, .tc-wp-tool-root .lx-ct-page .lx-ct-help-grid{
    grid-template-columns: 1fr 1fr;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-process-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-ct-page .lx-ct-process-grid::before{
    display: none;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-ct-page .lx-ct-hero{
    min-height: auto;
    padding: 110px 0 90px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-form-layout, .tc-wp-tool-root .lx-ct-page .lx-ct-help-grid{
    grid-template-columns: 1fr;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-ct-page .lx-ct-container{
    width: min(100% - 28px, 1180px);
  }.tc-wp-tool-root .lx-ct-page .lx-ct-section{
    padding: 76px 0;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-section-head, .tc-wp-tool-root .lx-ct-page .lx-ct-section-head-left{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-info-grid, .tc-wp-tool-root .lx-ct-page .lx-ct-check-grid, .tc-wp-tool-root .lx-ct-page .lx-ct-process-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-notice-card{
    grid-template-columns: 1fr;
    padding: 30px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-hero-actions{
    flex-direction: column;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-btn{
    width: 100%;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-ct-page h1{
    font-size: 42px;
  }.tc-wp-tool-root .lx-ct-page h2{
    font-size: 34px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-hero-text, .tc-wp-tool-root .lx-ct-page .lx-ct-hero-seo, .tc-wp-tool-root .lx-ct-page .lx-ct-section-head p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-form-wrap, .tc-wp-tool-root .lx-ct-page .lx-ct-guidance-card, .tc-wp-tool-root .lx-ct-page .lx-ct-contact-card, .tc-wp-tool-root .lx-ct-page .lx-ct-help-card, .tc-wp-tool-root .lx-ct-page .lx-ct-process-card{
    padding: 24px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-faq-question{
    font-size: 18px;
    padding: 18px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-faq-answer p{
    padding: 0 18px 20px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-ct-page .lx-ct-hero{
    padding: 92px 0 76px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-final-cta{
    padding: 86px 0;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-trust-row span, .tc-wp-tool-root .lx-ct-page .lx-ct-check-card{
    width: 100%;
    justify-content: center;
    text-align: center;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-ct-page h1{
    font-size: 36px;
  }.tc-wp-tool-root .lx-ct-page h2{
    font-size: 30px;
  }.tc-wp-tool-root .lx-ct-page .lx-ct-badge, .tc-wp-tool-root .lx-ct-page .lx-ct-kicker{
    font-size: 11px;
    padding: 9px 12px;
  }}.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-ct-contact-info {}
.tc-wp-tool-root .lx-ct-process-section {}