
:root {
      --bt-blue:#0B5CAB;
      --bt-blue-2:#074985;
      --bt-cyan:#13A8E0;
      --bt-yellow:#F2C200;
      --text:#101828;
      --muted:#667085;
      --soft:#F6F8FB;
      --white:#FFFFFF;
      --line:#E6EAF0;
      --line-2:#D8E0EA;
      --danger:#D92D20;
      --success:#079455;
      --shadow:0 18px 50px rgba(16,24,40,.08);
      --shadow-soft:0 8px 22px rgba(16,24,40,.05);
      --radius-xxl:28px;
      --radius-xl:22px;
      --radius-lg:16px;
      --radius-md:12px;
      --transition:180ms ease;
    }


input[type="checkbox"], input[type="radio"] {   
	width: 22px !important;
    height: 22px !important;
    border: 1.8px solid #B8C7D8  !important;
    border-radius: 8px  !important;
    display: grid;
    place-items: center;
    transition: var(--transition);
	padding: 0 !important;
	min-height: 0 !important;
    margin-top: 3px !important;
}

input:checked { 
  background: var(--bt-blue)  url(/cicons/white/png/checkmark_icon&16.png) center no-repeat !important; 
  background-size: 12px 12px !important;  
    box-shadow: 0 0 0 4px rgba(11, 92, 171, .10) !important;
}


.product-section-header{
      grid-column:1/-1;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      padding:18px 20px;
      margin:4px 0 2px;
      border:1px solid var(--line);
      border-radius:18px;
      background:linear-gradient(180deg,#FFFFFF 0%,#F8FBFF 100%);
      box-shadow:var(--shadow-soft);
    }
    .product-section-title{
      display:flex;
      align-items:flex-start;
      gap:14px;
    }
    .product-section-icon{
      width:42px;
      height:42px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:linear-gradient(180deg,rgba(11,92,171,.12),rgba(11,92,171,.04));
      color:var(--bt-blue);
      font-size:19px;
      flex-shrink:0;
    }
    .product-section-title strong{
      display:block;
      font-size:18px;
      line-height:1.25;
      letter-spacing:-.02em;
      color:#101828;
    }
    .product-section-title span{
      display:block;
      margin-top:4px;
      font-size:13px;
      line-height:1.45;
      color:var(--muted);
    }
    .product-section-count{
      min-height:34px;
      padding:0 12px;
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      background:rgba(11,92,171,.08);
      color:var(--bt-blue);
      font-size:12px;
      font-weight:900;
      white-space:nowrap;
    }

.content_lb_content
{
	position: relative;
}
.content_lb_content iframe
{
   border: 0;
   background: #ffffff;
    height:100%;
    width:100%;
	
}

    .hero{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:stretch;
      margin-bottom:24px;
		text-align: left;
    }
    .hero-card{
      border:1px solid var(--line);
      border-radius:var(--radius-xxl);
      padding:30px;
      background:linear-gradient(180deg,#fff 0%,#FAFCFF 100%);
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .hero-card:after{
      content:'';
      position:absolute;
      right:-90px;top:-90px;
      width:260px;height:260px;border-radius:50%;
      background:radial-gradient(circle,rgba(11,92,171,.10),transparent 68%);
    }
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:8px 12px;border-radius:999px;
      background:rgba(11,92,171,.08);
      color:var(--bt-blue);
      font-size:12px;font-weight:900;
      text-transform:uppercase;letter-spacing:.04em;
    }
    h1{
      margin:18px 0 12px;
      font-size:42px;line-height:1.04;
      letter-spacing:-.045em;
      max-width:780px;
    }
    .hero-card p{
      margin:0;
      color:var(--muted);
      font-size:16px;
      line-height:1.7;
      max-width:760px;
    }
    .hero-metrics{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:24px;
    }
    .metric{
      border:1px solid var(--line);
      border-radius:18px;
      padding:16px;
      background:#fff;
    }
    .metric strong{display:block;font-size:24px;letter-spacing:-.03em}
    .metric span{display:block;color:var(--muted);font-size:13px;margin-top:4px;line-height:1.45}
    .assist-card{
      border:1px solid var(--line);
      border-radius:var(--radius-xxl);
      padding:26px;
      background:#fff;
      box-shadow:var(--shadow-soft);
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:20px;
    }
    .assist-card h2{margin:0;font-size:24px;letter-spacing:-.03em}
    .assist-card p{margin:8px 0 0;color:var(--muted);line-height:1.65;font-size:14px}
    .assist-list{display:grid;gap:12px;margin-top:18px}
    .assist-item{display:flex;gap:12px;align-items:flex-start}
    .assist-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:rgba(11,92,171,.08);color:var(--bt-blue);font-weight:900;flex-shrink:0}
    .assist-item strong{font-size:14px;display:block}.assist-item span{color:var(--muted);font-size:13px;line-height:1.45}
	  






    .page{
      max-width:1440px;
      margin:0 auto;
      min-height:100vh;
      padding:24px 32px 110px;
      background:#fff;
      position: relative;
    }




    .layout{
      display:grid;
      grid-template-columns:minmax(0,1fr) 340px;
      gap:24px;
      align-items:start;
    }
    .main-flow{display:grid;gap:20px;min-width:0}
    .panel{
      border:1px solid var(--line);
      border-radius:var(--radius-xxl);
      background:#fff;
      box-shadow:var(--shadow-soft);
      overflow:hidden;
		text-align: left; position: relative;
    transition: var(--transition);
    }

.panel:hover { 
    box-shadow: var(--shadow-soft); 
}


    .panel-head{
      padding:22px 24px;
      border-bottom:1px solid var(--line);
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
    background: linear-gradient(180deg, #fff 0%, #FAFCFF 100%);
    }
.panel-head:after {
    content: '';
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11, 92, 171, .10), transparent 68%);
}


    .panel-title{display:flex;align-items:flex-start;gap:14px;}
    .panel-icon{width:80px;height:46px;border-radius:15px;display:grid;place-items:center; color:var(--bt-blue);font-size:21px;flex-shrink:0;
position: absolute; right: 20px; 
		 top: 15px; opacity: .3; }


    .panel-icon1{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(11,92,171,.12),rgba(11,92,171,.04));color:var(--bt-blue);font-size:21px;flex-shrink:0}


    .panel h3, .panel h3 label{font-family: "Inter", sans-serif !important; margin:0;font-size:24px !important;;letter-spacing:-.025em !important; font-weight: 600 !important; color: #000000;}.panel p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.6; font-weight: normal !important; }
    .compact-select-grid{
      padding:20px;
      display:grid;
      gap:14px;
      grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .option-card{
      position:relative;
      border:1px solid var(--line);
      border-radius:18px;
      padding:16px;
      min-height:70px;
      background:#fff;
      cursor:pointer;
      transition:var(--transition);
      display:grid;
      grid-template-columns:auto 1fr auto;
      gap:12px;
      align-items:start;
      font-family: 'Segoe UI',Arial,sans-serif !important;
    }
    .option-card:hover{border-color:rgba(11,92,171,.28);box-shadow:var(--shadow-soft);transform:translateY(-1px)}
    .option-card input{position:absolute;opacity:0;pointer-events:none}
    .check{width:18px;height:18px;border:1.8px solid #B8C7D8;border-radius:8px;display:grid;place-items:center;transition:var(--transition)}
    .check:after{content:" ";color:#fff;font-weight:900;font-size:13px;opacity:0;transform:scale(.8);transition:var(--transition);
width: 100%; height: 100%;
  background: var(--bt-blue)  url(/cicons/white/png/checkmark_icon&16.png) center no-repeat;
  background-size: 12px 12px; border-radius:8px;  }
    .option-card:has(input:checked){background:linear-gradient(180deg,rgba(11,92,171,.055),rgba(11,92,171,.02)); box-shadow:0 0 0 4px rgba(11,92,171,.05)}
    .option-card input:checked + .check{background:var(--bt-blue);border-color:var(--bt-blue);box-shadow:0 0 0 4px rgba(11,92,171,.10)}
    .option-card input:checked + .check:after{opacity:1;transform:scale(1)}
    .option-copy strong{display:block;font-size:15px;line-height:1.35;letter-spacing:-.01em}.option-copy span{display:block;margin-top:6px;color:var(--muted);font-size:13px;line-height:1.5}
    .details-link{border:1px solid var(--line);background:#fff;color:var(--bt-blue);border-radius:10px;min-height:34px;padding:0 10px;display:inline-flex;align-items:center;text-decoration:none;font-size:12px;font-weight:900;white-space:nowrap}
    .form-body{padding:22px 24px 24px;display:grid;gap:22px}
    .form-section{
      border:1px solid var(--line);
      border-radius:22px;
      padding:20px;
      background:#fff;
    }
    .section-line{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}
    .section-line h4{margin:0;font-size:19px;letter-spacing:-.02em}.section-line span{color:var(--muted);font-size:13px;font-weight:700}
    .field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
    .field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
    .field{display:grid;gap:7px;min-width:0; position:relative; }
    .field.full{grid-column:1/-1}
    label{font-size:13px;font-weight:850;color:#344054;line-height:1.35 
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}
    .req{color:var(--danger)}
    .page input, .page select,.page textarea{
      width: 100%;
		max-width: 100% !important;
      border:1px solid var(--line-2);
      background:#fff;
      border-radius:13px;
      min-height:46px;
      padding:0 14px;
      font:inherit;
      color:var(--text);
      outline:none !important;
      transition:var(--transition);
		font-size: 14px;
		box-sizing: border-box;
    }

.page textarea
{
	padding: 14px;
}

    textarea{min-height:92px;padding:13px 14px;resize:vertical;line-height:1.5}
    input:focus,select:focus,textarea:focus{border-color:var(--bt-blue);box-shadow:0 0 0 4px rgba(11,92,171,.10)}
    .hint{font-size:12px;color:var(--muted);line-height:1.4}
    .radio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
    .radio-card{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff;display:flex;gap:12px;align-items:flex-start;cursor:pointer;transition:var(--transition)}
    .radio-card:hover{border-color:rgba(11,92,171,.25);box-shadow:var(--shadow-soft)}
.radio-card input{ 
width:22px !important;height:22px !important;min-height:0;margin:1px 0 0;accent-color:var(--bt-blue);flex-shrink:0; border-radius: 50%  !important; 
border: #999999 1px solid;
}

.radio-card:has(input:checked) {
    background: linear-gradient(180deg, rgba(11, 92, 171, .055), rgba(11, 92, 171, .02)); 
    box-shadow: 0 0 0 4px rgba(11, 92, 171, .05);
}


    .radio-card strong{display:block;font-size:15px}.radio-card span{display:block;margin-top:5px;color:var(--muted);font-size:13px;line-height:1.5}
    .location-card{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fff,#FBFCFE);padding:18px;display:grid;gap:16px}
    .location-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.location-top strong{font-size:15px}.location-pill{background:rgba(11,92,171,.08);color:var(--bt-blue);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}
    .add-location{ border:1px dashed rgba(11,92,171,.35)
		;background:#F8FBFF;color:var(--bt-blue);border-radius:16px;min-height:52px;font-weight:900;cursor:pointer;
display: block; text-align: center; margin: 18px; margin-top: 0;  line-height: 52px; font-size: 14px; }
    .consent-box{border:1px solid var(--line);border-radius:20px;background:#FBFCFE;padding:18px;display:grid;gap:14px}
    .consent-row{display:flex;align-items:flex-start;gap:12px;color:#344054;font-size:14px;line-height:1.55} .consent-row a{color:var(--bt-blue);font-weight:800;text-decoration:none}
    .sidebar-summary{position:sticky;top:92px;display:grid;gap:16px; text-align: left;}
    .summary-panel{border:1px solid var(--line);border-radius:var(--radius-xxl);background:#fff;box-shadow:var(--shadow);padding:22px}
    .summary-panel h3{margin:0 0 12px;font-size:20px;letter-spacing:-.025em}.summary-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
    .summary-list{display:grid;gap:10px;margin:18px 0}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#FAFCFF;font-size:13px}.summary-row strong{color:#344054}.summary-row span{color:var(--bt-blue);font-weight:900}
    .progress{height:8px;border-radius:999px;background:#EEF2F6;overflow:hidden;margin:16px 0}
.progress span{ 
    transition: 1000ms ease;
	display:block;width:0%;height:100%;background:linear-gradient(90deg,var(--bt-blue),var(--bt-cyan));border-radius:999px}
    .trust-box{border:1px solid var(--line);border-radius:20px;background:linear-gradient(180deg,#fff,#FBFCFE);padding:16px}.trust-box strong{font-size:14px}.trust-box ul{margin:10px 0 0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.8}
    .sticky-submit{
		position:sticky; left: 0; right: 0; bottom:10px;z-index:40;  padding:14px 32px; text-align: left;
background: url(/push/site_bottom.png) top repeat-x;
    background-size: 100% 100%;
border-radius: 20px; 
}

.panel-icon img
{
	width: 80px;
}
 

    .submit-inner{color: #ffffff;
		max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.submit-copy strong{display:block;font-size:15px}.submit-copy span{display:block;color: #ffffff;;font-size:13px;margin-top:2px}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:0;border-radius:14px;min-height:46px;padding:0 18px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-secondary{background:#fff;color:var(--bt-blue);border:1px solid var(--line-2)}.btn-primary{background:linear-gradient(180deg,#FFD84D,var(--bt-yellow));color:#101828;border:1px solid #D8AE00;box-shadow:0 10px 22px rgba(242,194,0,.22);min-width:170px}
    @media(max-width:1180px){.layout,.hero{grid-template-columns:1fr}.sidebar-summary{position:relative;top:0}.nav-inner{grid-template-columns:1fr}.stepper{justify-content:flex-start;overflow-x:auto}.nav-help{display:none}}
    @media(max-width:820px){.page{padding:18px 16px 120px}.top-nav{margin:0 -16px 18px;padding:12px 16px}.hero-card{padding:22px}h1{font-size:32px}.hero-metrics,.compact-select-grid,.field-grid,.field-grid.three,.radio-grid{grid-template-columns:1fr}.option-card{grid-template-columns:auto 1fr}.details-link{grid-column:2;width:max-content}.submit-inner{align-items:flex-start;flex-direction:column}.actions,.btn{width:100%}

.submit-copy
		{
			display: none;
		}
		
	 .panel-icon {
    width: 60px;
    height: 23px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: var(--bt-blue);
    font-size: 21px;
    flex-shrink: 0;
    position: absolute;
    right: 10px;
		 top: 10px;
    opacity: .4;
}
		.panel-icon img
{
	width: 60px;
}
		
}


.consent-row input {
    width: 22px !important;
    height: 22px !important;
    min-height: 0;
    margin-top: 1px;
    accent-color: var(--bt-blue);
    flex-shrink: 0;
}

  
 ._req ,  ._req:hover { 
	background: #FEF0F0 !important;
    position: relative;
}
