.dt-customer-profile-v2{display:grid;gap:22px}
.dt-profile-summary{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:24px 0 8px;border-bottom:1px solid rgba(59,58,54,.13)}
.dt-profile-kicker{font-size:10px;letter-spacing:.18em;font-weight:800;color:#c86f57}
.dt-profile-summary h2{font-family:Georgia,serif;font-weight:400;font-size:34px;margin:5px 0 6px}
.dt-profile-summary p{margin:0;max-width:560px;color:#6f6d66}
.dt-profile-meter{width:128px;flex:0 0 128px;text-align:right}
.dt-profile-meter strong{font-family:Georgia,serif;font-size:34px;font-weight:400}
.dt-profile-meter span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#777}
.dt-profile-meter i{display:block;height:5px;background:rgba(59,58,54,.12);margin-top:10px;overflow:hidden;border-radius:99px}
.dt-profile-meter b{display:block;height:100%;background:#c86f57}
.dt-profile-missing,.dt-profile-ready{padding:14px 16px;border-radius:6px;display:flex;gap:10px;flex-wrap:wrap;align-items:baseline}
.dt-profile-missing{background:#fff6df}.dt-profile-ready{background:#eef7ef}
.dt-profile-missing strong,.dt-profile-ready strong{font-size:12px}.dt-profile-missing span,.dt-profile-ready span{font-size:12px;color:#666}
.dt-customer-profile-form{display:grid;gap:22px}
.dt-customer-profile-form section{padding:22px;border:1px solid rgba(59,58,54,.13);border-radius:10px;background:rgba(255,255,255,.28)}
.dt-customer-section-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}
.dt-customer-section-head>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#c86f57;color:#fff;font-size:10px;font-weight:800}
.dt-customer-section-head h3{font-family:Georgia,serif;font-size:24px;font-weight:400;margin:0}
.dt-customer-section-head p{margin:3px 0 0;color:#777;font-size:12px}
.dt-customer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.dt-customer-grid label{display:grid;gap:6px}
.dt-customer-grid label>span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.dt-customer-grid input,.dt-customer-grid select{width:100%;min-height:44px;border:1px solid rgba(59,58,54,.2);border-radius:5px;background:#fff;padding:9px 11px}
.dt-customer-grid small{font-size:10px;color:#777}
.dt-customer-document{margin-top:18px;padding-top:18px;border-top:1px solid rgba(59,58,54,.12);display:flex;justify-content:space-between;align-items:center;gap:20px}
.dt-customer-document>div{display:grid;gap:4px}.dt-customer-document span{font-size:11px;color:#777}
.dt-customer-document>div:last-child{display:flex;gap:8px;align-items:center}
.dt-upload-button{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:4px;background:#3b3a36;color:#fff;font-size:11px;font-weight:700;cursor:pointer}
.dt-upload-button input{display:none}
.dt-profile-preferences{font-size:13px}.dt-profile-preferences small{display:block;margin:7px 0 0 24px;color:#777}
.dt-save-profile{justify-self:start}
@media(max-width:700px){
  .dt-profile-summary{align-items:flex-start}.dt-profile-meter{width:92px;flex-basis:92px}
  .dt-customer-grid{grid-template-columns:1fr}
  .dt-customer-document{display:grid}.dt-customer-document>div:last-child{flex-wrap:wrap}
}
