@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@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");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");

/* 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-tos-page{
  position: relative;
  overflow: hidden;
  background: #F7F8FA;
  color: #1F2937;
  font-family: "Inter", sans-serif;
}.tc-wp-tool-root .lx-tos-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-tos-page a{
/*   color: inherit; */
  text-decoration: none;
}.tc-wp-tool-root .lx-tos-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-tool-root .lx-tos-hero{
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 120px 0 96px;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%), url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
}.tc-wp-tool-root .lx-tos-hero-overlay, .tc-wp-tool-root .lx-tos-cta-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 15, 24, 0.9), rgba(11, 31, 58, 0.84));
}.tc-wp-tool-root .lx-tos-hero-content, .tc-wp-tool-root .lx-tos-cta-content{
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-tool-root .lx-tos-badge, .tc-wp-tool-root .lx-tos-kicker{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  border-radius: 999px;
  padding: 10px 16px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-tos-kicker{
  color: #C9A227;
  background: rgba(201, 162, 39, 0.10);
  border: 1px solid rgba(201, 162, 39, 0.18);
}.tc-wp-tool-root .lx-tos-hero h1, .tc-wp-tool-root .lx-tos-cta h2{
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 24px;
  letter-spacing: 0;
}.tc-wp-tool-root .lx-tos-hero p, .tc-wp-tool-root .lx-tos-cta p{
  max-width: 860px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}.tc-wp-tool-root .lx-tos-updated{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}.tc-wp-tool-root .lx-tos-trust-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}.tc-wp-tool-root .lx-tos-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  padding: 11px 15px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root .lx-tos-trust-row i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-tos-hero-actions{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}.tc-wp-tool-root .lx-tos-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}.tc-wp-tool-root .lx-tos-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .lx-tos-btn-gold{
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 16px 36px rgba(201, 162, 39, 0.22);
}.tc-wp-tool-root .lx-tos-btn-outline{
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .lx-tos-overview, .tc-wp-tool-root .lx-tos-main, .tc-wp-tool-root .lx-tos-faq-section{
  padding: 96px 0;
}.tc-wp-tool-root .lx-tos-section-head{
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}.tc-wp-tool-root .lx-tos-section-head h2, .tc-wp-tool-root .lx-tos-responsibilities-copy h2{
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  font-weight: 800;
  color: #0B1F3A;
  margin: 0 0 16px;
}.tc-wp-tool-root .lx-tos-section-head p, .tc-wp-tool-root .lx-tos-responsibilities-copy p{
  color: #6B7280;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}.tc-wp-tool-root .lx-tos-overview-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-tos-overview-card{
  background: #FFFFFF;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  padding: 32px 26px;
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}.tc-wp-tool-root .lx-tos-overview-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(11, 31, 58, 0.12);
}.tc-wp-tool-root .lx-tos-icon{
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.10);
  color: #C9A227;
  font-size: 22px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-tos-overview-card h3, .tc-wp-tool-root .lx-tos-notice-block h3{
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.2;
  color: #0B1F3A;
  margin: 0 0 12px;
}.tc-wp-tool-root .lx-tos-overview-card p, .tc-wp-tool-root .lx-tos-section p, .tc-wp-tool-root .lx-tos-section li{
  color: #6B7280;
  font-size: 16px;
  line-height: 1.78;
}.tc-wp-tool-root .lx-tos-content-wrap{
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}.tc-wp-tool-root .lx-tos-sidebar{
  position: sticky;
  top: 28px;
}.tc-wp-tool-root .lx-tos-sidebar-card{
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 22px 54px rgba(10, 15, 24, 0.18);
}.tc-wp-tool-root .lx-tos-sidebar-card h3{
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  margin: 0 0 18px;
}.tc-wp-tool-root .lx-tos-nav{
  display: grid;
  gap: 8px;
  max-height: calc(100vh - 180px);
  overflow: auto;
  padding-right: 4px;
}.tc-wp-tool-root .lx-tos-nav a{
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 6px;
  border-left: 3px solid transparent;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}.tc-wp-tool-root .lx-tos-nav a:hover, .tc-wp-tool-root .lx-tos-nav a.lx-tos-active{
  color: #FFFFFF;
  background: rgba(201, 162, 39, 0.12);
  border-left-color: #C9A227;
}.tc-wp-tool-root .lx-tos-terms-list{
  display: grid;
  gap: 20px;
}.tc-wp-tool-root .lx-tos-note-card{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #FAF7EF;
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 8px;
}.tc-wp-tool-root .lx-tos-note-card i{
  color: #C9A227;
  font-size: 22px;
  margin-top: 3px;
}.tc-wp-tool-root .lx-tos-note-card p{
  margin: 0;
  color: #1F2937;
  line-height: 1.65;
}.tc-wp-tool-root .lx-tos-section{
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 16px 42px rgba(11, 31, 58, 0.06);
}.tc-wp-tool-root .lx-tos-section::before{
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 3px;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
}.tc-wp-tool-root .lx-tos-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.10);
  color: #C9A227;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}.tc-wp-tool-root .lx-tos-section h2{
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3vw, 36px);
  color: #0B1F3A;
  margin: 0 0 14px;
}.tc-wp-tool-root .lx-tos-section p{
  margin: 0 0 14px;
}.tc-wp-tool-root .lx-tos-section p:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .lx-tos-section a{
  color: #0B1F3A;
  font-weight: 800;
  border-bottom: 1px solid rgba(201, 162, 39, 0.55);
}.tc-wp-tool-root .lx-tos-list{
  margin: 12px 0 18px;
  padding-left: 20px;
}.tc-wp-tool-root .lx-tos-list li::marker{
  color: #C9A227;
}.tc-wp-tool-root .lx-tos-contact-box{
  background: #F7F8FA;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  padding: 20px;
  margin-top: 12px;
}.tc-wp-tool-root .lx-tos-notice{
  padding: 96px 0;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
}.tc-wp-tool-root .lx-tos-section-head-light h2, .tc-wp-tool-root .lx-tos-section-head-light p{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-tos-section-head-light p{
  color: rgba(255, 255, 255, 0.72);
}.tc-wp-tool-root .lx-tos-notice-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-tos-notice-block{
  padding: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}.tc-wp-tool-root .lx-tos-notice-block i{
  color: #D4AF37;
  font-size: 30px;
  margin-bottom: 18px;
}.tc-wp-tool-root .lx-tos-notice-block h3{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-tos-notice-block p{
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 0;
}.tc-wp-tool-root .lx-tos-responsibilities{
  padding: 96px 0;
  background: #FAF7EF;
}.tc-wp-tool-root .lx-tos-responsibilities-layout{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
}.tc-wp-tool-root .lx-tos-check-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}.tc-wp-tool-root .lx-tos-check{
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  color: #1F2937;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.45;
}.tc-wp-tool-root .lx-tos-check i{
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.10);
  color: #C9A227;
}.tc-wp-tool-root .lx-tos-faq{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-tos-faq-item{
  background: #FFFFFF;
  border: 1px solid rgba(15, 26, 46, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.06);
}.tc-wp-tool-root .lx-tos-faq-question{
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: #0B1F3A;
  color: #FFFFFF;
  padding: 20px 24px;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}.tc-wp-tool-root .lx-tos-faq-question i{
  color: #D4AF37;
  transition: transform 0.25s ease;
}.tc-wp-tool-root .lx-tos-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}.tc-wp-tool-root .lx-tos-faq-answer p{
  margin: 0;
  padding: 22px 24px;
  color: #6B7280;
  line-height: 1.75;
}.tc-wp-tool-root .lx-tos-faq-active .lx-tos-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-tos-cta{
  position: relative;
  padding: 108px 0;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%), url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
}@media (max-width: 1200px) {.tc-wp-tool-root .lx-tos-overview-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-tos-content-wrap{
    grid-template-columns: 290px minmax(0, 1fr);
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-tos-content-wrap, .tc-wp-tool-root .lx-tos-responsibilities-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-tos-sidebar{
    position: static;
  }.tc-wp-tool-root .lx-tos-nav{
    max-height: none;
    grid-template-columns: repeat(2, 1fr);
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-tos-hero{
    min-height: auto;
    padding: 98px 0 82px;
  }.tc-wp-tool-root .lx-tos-overview, .tc-wp-tool-root .lx-tos-main, .tc-wp-tool-root .lx-tos-notice, .tc-wp-tool-root .lx-tos-responsibilities, .tc-wp-tool-root .lx-tos-faq-section{
    padding: 76px 0;
  }.tc-wp-tool-root .lx-tos-notice-grid{
    grid-template-columns: 1fr;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-tos-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-tool-root .lx-tos-overview-grid, .tc-wp-tool-root .lx-tos-check-grid, .tc-wp-tool-root .lx-tos-nav{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-tos-hero p, .tc-wp-tool-root .lx-tos-cta p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-tos-section{
    padding: 28px 22px;
  }.tc-wp-tool-root .lx-tos-section::before{
    left: 22px;
    right: 22px;
  }.tc-wp-tool-root .lx-tos-faq-question{
    align-items: flex-start;
    font-size: 15px;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-tos-hero-actions, .tc-wp-tool-root .lx-tos-trust-row{
    flex-direction: column;
  }.tc-wp-tool-root .lx-tos-btn, .tc-wp-tool-root .lx-tos-trust-row span{
    width: 100%;
  }.tc-wp-tool-root .lx-tos-overview-card, .tc-wp-tool-root .lx-tos-notice-block, .tc-wp-tool-root .lx-tos-sidebar-card{
    padding: 24px 20px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-tos-hero{
    padding: 82px 0 66px;
  }.tc-wp-tool-root .lx-tos-overview, .tc-wp-tool-root .lx-tos-main, .tc-wp-tool-root .lx-tos-notice, .tc-wp-tool-root .lx-tos-responsibilities, .tc-wp-tool-root .lx-tos-faq-section{
    padding: 62px 0;
  }.tc-wp-tool-root .lx-tos-updated{
    width: 100%;
    justify-content: center;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-tos-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-tool-root .lx-tos-hero h1{
    font-size: 38px;
  }.tc-wp-tool-root .lx-tos-section-head h2, .tc-wp-tool-root .lx-tos-responsibilities-copy h2{
    font-size: 32px;
  }}.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;
}