/*!
 * 
 * date: Tue Jun 17 2025 16:07:04 GMT+0000 (Coordinated Universal Time)
 * brand: cadillac
 *
 * Copyright (c) 2025 General Motors Corp. All Rights Reserved.
 * This material is solely and exclusively owned by General Motors and may not
 * be reproduced elsewhere without prior written approval.
 */.gb-expander{display:block}
.gb-expander>.gb-expander-btn{align-items:center;background-color:#fff;color:#252f32;cursor:pointer;display:flex;font-family:CadillacSans,Helvetica,Arial,sans-serif;font-size:1.125rem;font-weight:300;justify-content:space-between;letter-spacing:3px;line-height:1.5;padding:1rem 2rem;position:relative;user-select:none;border-bottom:1px solid #d3d5d6}
.gb-expander>.gb-expander-btn::before{color:#9e8d6a;content:"＋";display:inline-block;font-size:28px;font-weight:300;line-height:0;order:2}
.gb-expander>.gb-expander-btn:hover::before{color:#bead76}
.gb-expander>.gb-expander-content{height:0;overflow:hidden;transition:height .3s ease}
.gb-expander.active>.gb-expander-btn{border-color:#fff}
.gb-expander.active>.gb-expander-btn::before{color:#bead76;content:"－"}
.gb-expander.active>.gb-expander-content{height:auto}
.gb-expander[data-disabled]>.gb-expander-btn{background:0;border:0;cursor:default;padding:0 0 1.25rem}
.gb-expander[data-disabled]>.gb-expander-btn::before{content:""}
.gb-expander[data-disabled]>.gb-expander-content{height:auto}
.gb-checkbox{position:relative}
.gb-checkbox label,.gb-checkbox input[type=checkbox]+label{color:#252f32;cursor:pointer;display:inline;font-family:CadillacSans,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:300;letter-spacing:1.5;line-height:2px;margin:0;user-select:none}
.gb-checkbox label+input[type=checkbox]{margin:0 0 .625rem .625rem}
.gb-checkbox input[type=checkbox]{appearance:none;cursor:pointer;font-size:initial;height:1.5rem;padding:0;vertical-align:middle;width:1.5rem;background:#ddd;border:0;margin:0 .625rem .625rem 0;position:relative;top:3px}
.gb-checkbox input[type=checkbox]:checked::after{content:url("data:image/svg+xml,%3Csvg%20width=%2723px%27%20height=%2723px%27%20viewBox=%274%20-1%2023%2023%27%20version=%271.1%27%20xmlns=%27http://www.w3.org/2000/svg%27%20xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cpolyline%20id=%27Path%27%20stroke=%27%234B4B4B%27%20stroke-width=%272%27%20fill=%27none%27%20transform=%27translate%2815.562199,%2010.181532%29%20rotate%28-270.000000%29%20translate%28-15.562199,%20-10.181532%29%27%20points=%275.88066751%200.243730635%2025.2437306%2014.6831909%2017.7490288%2020.1193325%27%3E%3C/polyline%3E%3C/svg%3E");left:.3rem;position:absolute;top:-0.2rem}