.tcg-rental-request{--tcg-ink: #121b24;--tcg-muted: #52616d;--tcg-border: #cfdee3;--tcg-panel: #f7fafb;--tcg-dark: #101a20;--tcg-accent: #1696a3;--tcg-accent-strong: #0d7f8c;--tcg-cyan: #67d6e3;background:#eef4f5;color:var(--tcg-ink);font-family:Inter,Arial,sans-serif;padding:clamp(24px,5vw,64px) 16px}.tcg-rental-request *,.tcg-rental-request *:before,.tcg-rental-request *:after{box-sizing:border-box}.tcg-rental-request__shell{max-width:1180px;margin:0 auto;background:#fff;border:1px solid var(--tcg-border)}.tcg-rental-request__hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.65fr);gap:clamp(24px,4vw,56px);background:var(--tcg-dark);color:#fff;padding:clamp(28px,5vw,64px)}.tcg-rental-request__eyebrow,.tcg-rental-request__step-number,.tcg-rental-request__mini-label{color:var(--tcg-cyan);font-size:.78rem;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.tcg-rental-request__hero h2{color:#fff;font-size:clamp(2.6rem,8vw,6.4rem);font-weight:950;letter-spacing:0;line-height:.92;margin:16px 0 22px;text-transform:uppercase}.tcg-rental-request__hero p{color:#ffffffd6;font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.55;margin:0;max-width:760px}.tcg-rental-request__side-note{align-self:start;border:1px solid rgba(103,214,227,.42);padding:24px}.tcg-rental-request__side-note strong{color:#fff;display:block;font-size:1.1rem;line-height:1.3;margin:8px 0 10px}.tcg-rental-request__side-note p{font-size:.95rem;line-height:1.55}.tcg-rental-request__form-wrap{padding:clamp(18px,4vw,40px)}.tcg-rental-request__status{border:1px solid var(--tcg-border);margin-bottom:22px;padding:18px 20px}.tcg-rental-request__status--success{background:#ecfaf6;border-color:#a9ddd4}.tcg-rental-request__status--error{background:#fff2f2;border-color:#f0b4b4}.tcg-rental-request__progress{background:#d9e5e8;height:6px;margin-bottom:24px;overflow:hidden}.tcg-rental-request__progress-bar{background:var(--tcg-accent);display:block;height:100%;transform-origin:left center;transition:width .18s ease;width:25%}.tcg-rental-request__steps{display:grid;gap:1px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:28px}.tcg-rental-request__step-tab{-webkit-appearance:none;appearance:none;background:var(--tcg-panel);border:1px solid var(--tcg-border);color:var(--tcg-muted);cursor:pointer;font:inherit;font-size:.88rem;font-weight:900;min-height:56px;padding:12px 10px;text-align:left;text-transform:uppercase}.tcg-rental-request__step-tab[aria-current=step]{background:var(--tcg-dark);border-color:var(--tcg-dark);color:#fff}.tcg-rental-request__form{margin:0}.tcg-rental-request__step{border:1px solid var(--tcg-border);padding:clamp(18px,3vw,32px)}.tcg-rental-request__step[hidden]{display:none}.tcg-rental-request__step-header{border-bottom:1px solid var(--tcg-border);margin-bottom:24px;padding-bottom:18px}.tcg-rental-request__step-header h3{color:var(--tcg-ink);font-size:clamp(1.65rem,3vw,2.4rem);font-weight:950;letter-spacing:0;line-height:1;margin:8px 0 10px;text-transform:uppercase}.tcg-rental-request__step-header p,.tcg-rental-request__field-help,.tcg-rental-request__fine-print{color:var(--tcg-muted);font-size:.95rem;line-height:1.48;margin:0}.tcg-rental-request__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.tcg-rental-request__field{min-width:0}.tcg-rental-request__field--full{grid-column:1 / -1}.tcg-rental-request__field label,.tcg-rental-request__legend{color:var(--tcg-ink);display:block;font-size:.82rem;font-weight:900;letter-spacing:.04em;line-height:1.3;margin-bottom:8px;text-transform:uppercase}.tcg-rental-request__required{color:var(--tcg-accent-strong)}.tcg-rental-request input,.tcg-rental-request select,.tcg-rental-request textarea{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid var(--tcg-border);border-radius:0;color:var(--tcg-ink);font:inherit;font-size:1rem;line-height:1.4;min-height:48px;padding:12px 13px;width:100%}.tcg-rental-request textarea{min-height:104px;resize:vertical}.tcg-rental-request select+.tcg-rental-request__field-help{margin-top:8px}.tcg-rental-request select{background-image:linear-gradient(45deg,transparent 50%,var(--tcg-accent) 50%),linear-gradient(135deg,var(--tcg-accent) 50%,transparent 50%);background-position:calc(100% - 18px) 21px,calc(100% - 12px) 21px;background-repeat:no-repeat;background-size:6px 6px;padding-right:38px}.tcg-rental-request input:focus,.tcg-rental-request select:focus,.tcg-rental-request textarea:focus,.tcg-rental-request__step-tab:focus-visible,.tcg-rental-request__button:focus-visible{border-color:var(--tcg-accent);outline:3px solid rgba(22,150,163,.22);outline-offset:2px}.tcg-rental-request [aria-invalid=true]{border-color:#b3261e}.tcg-rental-request__error{color:#b3261e;display:none;font-size:.84rem;font-weight:800;line-height:1.35;margin-top:7px}.tcg-rental-request__error.is-visible{display:block}.tcg-rental-request__choice-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.tcg-rental-request__choice{align-items:flex-start;background:#fff;border:1px solid var(--tcg-border);cursor:pointer;display:grid;gap:8px;grid-template-columns:auto minmax(0,1fr);margin:0;min-height:100%;padding:14px}.tcg-rental-request__choice input{align-items:center;-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #8aa0aa;border-radius:999px;display:inline-flex;height:18px;justify-content:center;margin-top:2px;min-height:18px;padding:0;width:18px}.tcg-rental-request__choice input:after{background:var(--tcg-accent);border-radius:999px;content:"";display:block;height:8px;opacity:0;transform:scale(.65);transition:opacity .14s ease,transform .14s ease;width:8px}.tcg-rental-request__choice input:checked{border-color:var(--tcg-accent)}.tcg-rental-request__choice input:checked:after{opacity:1;transform:scale(1)}.tcg-rental-request__choice.is-selected,.tcg-rental-request__choice:has(input:checked){background:#eefbfc;border-color:var(--tcg-accent);box-shadow:inset 0 0 0 1px var(--tcg-accent)}.tcg-rental-request__choice:has(input:focus-visible){border-color:var(--tcg-accent);outline:3px solid rgba(22,150,163,.22);outline-offset:2px}.tcg-rental-request__choice span{color:var(--tcg-ink);display:block;font-size:.95rem;font-weight:900;line-height:1.28}.tcg-rental-request__choice small{color:var(--tcg-muted);display:block;font-size:.82rem;line-height:1.35;margin-top:4px}.tcg-rental-request__choice--inline{align-items:center;min-height:0}.tcg-rental-request__choice--inline input{border-radius:4px}.tcg-rental-request__choice--inline input:after{background:transparent;border:solid var(--tcg-accent);border-width:0 2px 2px 0;border-radius:0;height:10px;opacity:0;transform:rotate(45deg) scale(.75);width:6px}.tcg-rental-request__choice--inline input:checked:after{opacity:1;transform:rotate(45deg) scale(1)}.tcg-rental-request__billing-group{background:#f7fafb;border:1px solid var(--tcg-border);padding:18px}.tcg-rental-request__billing-group[hidden]{display:none}.tcg-rental-request__section-label{border-bottom:1px solid var(--tcg-border);margin-bottom:18px;padding-bottom:14px}.tcg-rental-request__section-label strong{color:var(--tcg-ink);display:block;font-size:.98rem;font-weight:950;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.tcg-rental-request__section-label p{color:var(--tcg-muted);font-size:.92rem;line-height:1.45;margin:6px 0 0}.tcg-rental-request__grid--nested{gap:14px}.tcg-rental-request__notice{background:#f0f7f8;border-left:5px solid var(--tcg-accent);color:var(--tcg-ink);grid-column:1 / -1;padding:14px 16px}.tcg-rental-request__notice strong{display:block;margin-bottom:4px}.tcg-rental-request__routing-preview{background:#101a20;border-left:5px solid var(--tcg-cyan);color:#fff;padding:14px 16px}.tcg-rental-request__routing-preview strong{color:var(--tcg-cyan);display:block;font-size:.78rem;font-weight:950;letter-spacing:.08em;line-height:1.2;margin-bottom:6px;text-transform:uppercase}.tcg-rental-request__routing-preview p{color:#ffffffdb;font-size:.95rem;line-height:1.45;margin:0}.tcg-rental-request__actions{align-items:center;border-top:1px solid var(--tcg-border);display:flex;gap:12px;justify-content:space-between;margin-top:28px;padding-top:22px}.tcg-rental-request__button{-webkit-appearance:none;appearance:none;border:1px solid var(--tcg-accent);cursor:pointer;display:inline-flex;font:inherit;font-size:.92rem;font-weight:950;justify-content:center;letter-spacing:.03em;line-height:1;min-height:48px;min-width:160px;padding:15px 20px;text-align:center;text-transform:uppercase}.tcg-rental-request__button--primary{background:var(--tcg-accent);color:#fff}.tcg-rental-request__button--primary:hover{background:var(--tcg-accent-strong);border-color:var(--tcg-accent-strong)}.tcg-rental-request__button--secondary{background:#fff;color:var(--tcg-accent-strong)}.tcg-rental-request__button[hidden]{display:none}.tcg-rental-request__privacy{border-top:1px solid var(--tcg-border);margin-top:24px;padding-top:18px}.tcg-rental-request__privacy a{color:var(--tcg-accent-strong);font-weight:800}.tcg-rental-request__honeypot{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}@media(max-width:900px){.tcg-rental-request__hero,.tcg-rental-request__grid{grid-template-columns:1fr}.tcg-rental-request__side-note{max-width:none}.tcg-rental-request__choice-grid{grid-template-columns:1fr}}@media(max-width:640px){.tcg-rental-request{padding:0}.tcg-rental-request__shell{border-left:0;border-right:0}.tcg-rental-request__hero,.tcg-rental-request__form-wrap,.tcg-rental-request__step{padding:24px}.tcg-rental-request__steps{grid-template-columns:1fr 1fr}.tcg-rental-request__step-tab{min-height:48px}.tcg-rental-request__actions{align-items:stretch;flex-direction:column-reverse}.tcg-rental-request__button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/tcg-start-rental-request.css.map */
