.gateway-shell{--gw-purple-main:#5b34ca;--gw-purple-dark:#4a2ba2;--gw-purple-darker:#3a1f8a;--gw-purple-light:#f0ebfa;--gw-green-main:#b8ff8d;--gw-green-dark:#99d575;--gw-yellow:#f5c542;--gw-grey-light:#e5e0e2;--gw-grey-lighter:#f8f7f7;--gw-neutral-dark:#131b2d;--gw-destructive:#e5484d;--gw-radius:8px;--gw-font:"Poppins", ui-sans-serif, system-ui, sans-serif;font-family:var(--gw-font);background:var(--grey-lighter,#f8f8f8);flex-direction:column;min-height:100vh;display:flex}.gw-header{background:var(--purple-base,#5b34c9);z-index:50;padding:0;position:sticky;top:0}.gw-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:864px;margin:0 auto;padding:.875rem 1.5rem;display:flex}.gw-header-brand{align-items:center;gap:.625rem;display:flex}.gw-header-logo{flex-shrink:0;width:37px;height:23px}.gw-header-brand-text{color:#ffffffd9;white-space:nowrap;font-size:1.25rem;font-weight:300;line-height:1.2}.gw-header-brand-bold{color:#fff;font-weight:700}.gw-header-contact{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.125rem;display:flex}.gw-header-phone{color:#fff;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.gw-header-phone:hover{color:#ffffffe6}.gw-header-phone svg{color:#ffffffb3}.gw-header-status{align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;display:flex}.gw-header-status--open{color:#fffc}.gw-header-status--closed{color:#ffffff80}.gw-header-status-dot{border-radius:50%;width:7px;height:7px;display:inline-block}.gw-header-status--open .gw-header-status-dot{background:#4ade80}.gw-header-status--closed .gw-header-status-dot{background:#fff6}.gw-progress-bar{background:#4321a3}.gw-progress-bar-inner{max-width:864px;margin:0 auto;padding:.625rem 1.5rem .75rem}.gw-progress-text{color:#ffffffd9;margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.gw-progress-track{background:#ffffff26;border-radius:3px;width:100%;height:6px;overflow:hidden}.gw-progress-fill{background:var(--yellow-base,#ffe08f);border-radius:3px;height:100%;transition:width .4s}.gw-main{flex:1;width:100%;max-width:864px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.gw-content{max-width:560px}.gw-form-fields{flex-direction:column;gap:1.25rem;display:flex}.gw-field{flex-direction:column;display:flex}.question-label{font-family:var(--gw-font);color:var(--gw-neutral-dark);margin-bottom:.375rem;font-size:1.5rem;font-weight:700;line-height:1.3}.question-description{font-family:var(--gw-font);color:#6b7280;margin-bottom:.8rem;font-size:.9375rem;font-weight:400;line-height:1.5}.gw-input{font-family:var(--gw-font);border-radius:var(--gw-radius);color:#000;-webkit-appearance:none;-webkit-font-smoothing:antialiased;background:#fff;border:1px solid #d8d0e8;border-bottom-width:6px;outline:none;width:100%;height:63px;padding:12px;font-size:16px;font-weight:500;line-height:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.gw-input:focus{border-color:var(--gw-purple-main);box-shadow:none;border-bottom-width:6px}.gw-input::placeholder{color:#6b7280}.gw-input--error{border-color:var(--gw-destructive)!important}.gw-input--valid{background:#f0fdf4;border-color:#22c55e}.gw-input--select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.5rem}.gw-label{font-family:var(--gw-font);color:var(--gw-neutral-dark);margin-bottom:.375rem;font-size:.8125rem;font-weight:600;display:block}.gw-info-cards{gap:.75rem;display:grid}.gw-info-cards--cols-1{grid-template-columns:1fr}.gw-info-cards--cols-2{grid-template-columns:1fr 1fr}@media (width<=480px){.gw-info-cards--cols-2{grid-template-columns:1fr}}.gw-info-card{font-family:var(--gw-font);color:var(--gw-neutral-dark);cursor:pointer;text-align:left;background:#fff;border:1px solid #d8d0e8;border-bottom-width:6px;border-radius:10px;flex-direction:column;gap:.25rem;padding:1.125rem 1.25rem;font-size:1rem;font-weight:700;transition:all .2s cubic-bezier(.77,0,.175,1);display:flex}.gw-info-card:hover{border-color:var(--gw-purple-main);background:var(--gw-purple-light);transform:translateY(-1px)}.gw-info-card--selected{background:#f0fdf4;border-color:#22c55e}.gw-info-card-subtext{color:#6b7280;font-size:.8125rem;font-weight:400;line-height:1.4}.gw-form-nav{border-top:1px solid var(--gw-grey-light);align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.gw-nav-back-btn{border-radius:var(--gw-radius);cursor:pointer;background:#d9d9d9;border:none;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:background .15s;display:flex}.gw-nav-back-btn:hover{background:#c8c8c8}.gw-nav-back-btn svg{color:#333;width:20px;height:20px}.gw-btn-primary{background:var(--gw-purple-main);color:#fff;height:56px;font-family:var(--gw-font);border-radius:var(--gw-radius);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:0 2rem;font-size:1.0625rem;font-weight:600;transition:all .15s;display:flex}.gw-btn-primary:after{content:"→";font-size:1.125rem}.gw-btn-primary:hover{background:var(--gw-purple-dark)}.gw-btn-primary:disabled{opacity:.5;cursor:not-allowed}.gw-btn-loading{justify-content:center;align-items:center;gap:.5rem;display:flex}.gw-spinner{border:3px solid var(--gw-grey-light);border-top-color:var(--gw-purple-main);border-radius:50%;width:32px;height:32px;margin:0 auto;animation:.6s linear infinite gw-spin}.gw-spinner-sm{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite gw-spin;display:inline-block}@keyframes gw-spin{to{transform:rotate(360deg)}}.gw-secured-badge{color:#6b7280;justify-content:center;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.75rem;font-weight:500;display:flex}.gw-secured-badge svg{width:14px;height:14px;color:var(--gw-purple-main)}.gw-submit-section{text-align:center}.gw-submit-description{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.gw-dob-row{grid-template-columns:1fr 1fr 1.5fr;gap:.75rem;display:grid}.gw-dob-row input{text-align:center}.gw-currency-wrap{position:relative}.gw-currency-wrap .gw-currency-symbol{color:#6b7280;pointer-events:none;z-index:1;font-size:1rem;font-weight:600;position:absolute;top:calc(50% - 3px);left:1rem;transform:translateY(-50%)}.gw-currency-wrap input{padding-left:2rem}.gw-terms{font-family:var(--gw-font);color:var(--gw-neutral-dark);cursor:pointer;background:#fff;border:2px solid #d8d0e8;border-radius:12px;align-items:flex-start;gap:.875rem;padding:1.25rem 1.5rem;font-size:.9375rem;font-weight:500;line-height:1.6;display:flex}.gw-terms input[type=checkbox]{width:22px;height:22px;accent-color:var(--gw-purple-main);border-radius:4px;flex-shrink:0;margin-top:3px}.gw-terms a{color:var(--gw-purple-main);text-decoration:underline}.gw-phone-wrap{border-radius:var(--gw-radius);background:#fff;border:1px solid #d8d0e8;border-bottom-width:6px;align-items:center;height:63px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.gw-phone-wrap:focus-within{border-color:var(--gw-purple-main);box-shadow:none;border-bottom-width:6px}.gw-phone-wrap.gw-input--error{border-color:var(--gw-destructive)!important}.gw-phone-wrap.gw-input--valid{background:#f0fdf4;border-color:#22c55e}.gw-phone-prefix{border:none;border-right:1px solid var(--gw-grey-light);cursor:pointer;user-select:none;font-family:var(--gw-font);background:0 0;flex-shrink:0;align-items:center;gap:.375rem;padding:12px .625rem 12px 12px;display:flex}.gw-phone-prefix:hover{background:#00000005}.gw-phone-flag{font-size:1.25rem;line-height:1}.gw-phone-code{font-family:var(--gw-font);color:var(--gw-neutral-dark);white-space:nowrap;font-size:.9375rem;font-weight:600}.gw-phone-chevron{color:#9ca3af;flex-shrink:0}.gw-phone-input{font-family:var(--gw-font);color:#000;-webkit-appearance:none;-webkit-font-smoothing:antialiased;background:0 0;border:none;outline:none;width:100%;min-width:0;padding:12px;font-size:16px;font-weight:500;line-height:20px}.gw-phone-input::placeholder{color:#6b7280}.gw-phone-float-wrap{flex:1;min-width:0;position:relative}.gw-phone-float-input::placeholder{color:#0000}.gw-phone-float-label{font-family:var(--gw-font);color:#6b7280;pointer-events:none;transform-origin:0 0;font-size:16px;font-weight:500;line-height:20px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:12px;left:12px}.gw-phone-float-wrap--active .gw-phone-float-label{color:var(--gw-neutral-dark);font-size:12px;font-weight:600;line-height:14px;top:2px}.gw-phone-float-wrap--active .gw-phone-float-input{padding-top:20px;padding-bottom:2px}.gw-phone-spinner{position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.gw-phone-dropdown{border:2px solid var(--gw-grey-light);border-radius:var(--gw-radius);z-index:100;background:#fff;flex-direction:column;width:320px;max-height:320px;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.gw-phone-dropdown-search{border-bottom:1px solid var(--gw-grey-light);padding:.5rem}.gw-phone-dropdown-input{border:1px solid var(--gw-grey-light);width:100%;font-family:var(--gw-font);background:#fafafa;border-radius:6px;outline:none;padding:.5rem .75rem;font-size:.875rem}.gw-phone-dropdown-input:focus{border-color:var(--gw-purple-main)}.gw-phone-dropdown-list{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.gw-phone-dropdown-item{cursor:pointer;width:100%;font-family:var(--gw-font);text-align:left;background:0 0;border:none;align-items:center;gap:.625rem;padding:.625rem .75rem;font-size:.875rem;transition:background .1s;display:flex}.gw-phone-dropdown-item:hover{background:var(--gw-purple-light)}.gw-phone-dropdown-item--active{background:#f0fdf4}.gw-phone-dropdown-name{color:var(--gw-neutral-dark);flex:1;font-weight:500}.gw-phone-dropdown-dial{color:#6b7280;flex-shrink:0;font-size:.8125rem}.gw-phone-dropdown-empty{color:#6b7280;text-align:center;padding:1rem .75rem;font-size:.875rem}@media (width<=480px){.gw-phone-dropdown{width:calc(100vw - 2rem);left:-1rem}}.gw-name-row{flex-direction:column;gap:.75rem;display:flex}.gw-address-lookup{gap:.5rem;display:flex}.gw-address-lookup input{flex:1}.gw-address-lookup button{background:var(--gw-purple-main);color:#fff;font-family:var(--gw-font);border-radius:var(--gw-radius);cursor:pointer;white-space:nowrap;border:none;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s}.gw-address-lookup button:hover{background:var(--gw-purple-dark)}.gw-address-manual-link{color:var(--gw-purple-main);font-family:var(--gw-font);cursor:pointer;background:0 0;border:none;padding:.5rem 0 0;font-size:.875rem;font-weight:500;text-decoration:underline}.gw-address-manual-link:hover{color:var(--gw-purple-dark)}.gw-address-results{margin-top:.75rem}.gw-address-manual{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.gw-company-search{position:relative}.gw-company-search-row{align-items:stretch;gap:.75rem;display:flex}.gw-company-input-wrap{flex:1;position:relative}.gw-company-search-icon{color:#9ca3af;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.gw-input--search{padding-left:2.75rem!important}.gw-company-find-btn{background:var(--gw-purple-main);color:#fff;border-radius:var(--gw-radius);font-family:var(--gw-font);cursor:pointer;white-space:nowrap;border:none;padding:0 1.75rem;font-size:1rem;font-weight:600;transition:background .15s}.gw-company-find-btn:hover{background:var(--gw-purple-dark)}.gw-company-toggle-link{color:var(--gw-purple-main);font-family:var(--gw-font);cursor:pointer;background:0 0;border:none;margin-top:.75rem;padding:0;font-size:.9375rem;font-weight:500;text-decoration:underline;display:inline-block}.gw-company-toggle-link:hover{color:var(--gw-purple-dark)}.gw-company-manual{flex-direction:column;gap:.625rem;display:flex}.gw-company-spinner{position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.gw-company-results{border:2px solid var(--gw-grey-light);border-radius:var(--gw-radius);background:#fff;max-height:280px;margin:.25rem 0 0;padding:0;list-style:none;overflow-y:auto}.gw-company-result-btn{text-align:left;cursor:pointer;width:100%;font-family:var(--gw-font);background:0 0;border:none;border-bottom:1px solid #f0f0f0;padding:.75rem 1rem;transition:background .1s}.gw-company-result-btn:hover{background:var(--gw-purple-light)}.gw-company-result-btn:last-child{border-bottom:none}.gw-company-result-name{color:var(--gw-neutral-dark);font-size:.9375rem;font-weight:600}.gw-company-result-meta{color:#6b7280;margin-top:.125rem;font-size:.8125rem}.gw-company-no-results{color:#6b7280;border:2px solid var(--gw-grey-light);border-radius:var(--gw-radius);background:#fff;margin-top:.25rem;padding:.75rem 1rem;font-size:.875rem}.gw-company-loading-profile{color:#6b7280;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.875rem;display:flex}.gw-company-selected{border-radius:var(--gw-radius);background:#f0fdf4;border:2px solid #22c55e;padding:1rem 1.25rem}.gw-company-selected-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.gw-company-selected-name{color:var(--gw-neutral-dark);font-size:1.0625rem;font-weight:700}.gw-company-selected-meta{color:#6b7280;margin-top:.125rem;font-size:.8125rem}.gw-company-clear-btn{color:var(--gw-purple-main);font-family:var(--gw-font);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;font-size:.875rem;font-weight:500;text-decoration:underline}.gw-company-clear-btn:hover{color:var(--gw-purple-dark)}.gw-company-detail{color:var(--gw-neutral-dark);border-top:1px solid #22c55e33;flex-direction:column;gap:.125rem;padding:.375rem 0;font-size:.8125rem;display:flex}.gw-company-detail-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.gw-field-header{margin-bottom:.5rem}.gw-field-header h3{color:var(--gw-neutral-dark);font-size:1.5rem;font-weight:700}.gw-field-header p{color:#6b7280;margin-top:.25rem;font-size:.9375rem}.gw-field-error input,.gw-field-error select,.gw-field-error textarea{border-color:var(--gw-destructive)}.gw-error-message{color:var(--gw-destructive);margin-top:.25rem;font-size:.8125rem;font-weight:500}.gw-footer{background:var(--gw-neutral-dark);color:#ffffffb3;text-align:center;margin-top:auto;padding:2rem 1.5rem;font-size:.75rem;line-height:1.6}.gw-footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.gw-footer-links a{color:#ffffffb3;font-size:.8125rem;text-decoration:none}.gw-footer-links a:hover{color:#fff}.gw-footer-disclaimer{max-width:640px;margin:0 auto}.gw-footer-warning{color:#ffffffe6;margin-bottom:.5rem;font-weight:700}.gw-image-field{padding:.5rem 0;display:flex}.gw-image-field--left{justify-content:flex-start}.gw-image-field--center{justify-content:center}.gw-image-field--right{justify-content:flex-end}.gw-image-field img{max-width:100%;height:auto}.gw-float-wrap{position:relative}.gw-float-input::placeholder{color:#0000}.gw-float-label{font-family:var(--gw-font);color:#6b7280;pointer-events:none;transform-origin:0 0;font-size:16px;font-weight:500;line-height:20px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:19px;left:13px}.gw-float-wrap--active .gw-float-label{color:var(--gw-neutral-dark);font-size:12px;font-weight:600;line-height:14px;top:10px}.gw-float-wrap--active .gw-float-input{padding-top:18px;padding-bottom:2px}.gw-float-label--currency{left:2rem}textarea.gw-float-wrap--active .gw-float-label{top:4px}.gw-form-fields--compact .question-label{font-size:1.125rem}@media (width<=640px){.gw-header-inner{padding:.75rem 1rem}.gw-header-brand-text{font-size:1rem}.gw-header-phone-number{display:none}.gw-main{padding:1.5rem 1rem 2rem}.question-label{font-size:1.25rem}}.gw-field-paragraph{margin-bottom:.5rem}.gw-field-paragraph p{font-family:var(--gw-font);color:#6b7280;margin:0;font-size:.9375rem;line-height:1.6}.gw-divider{border:none;border-top:1px solid #e5e7eb;margin:.75rem 0}.gw-progress-bar-field{margin:.5rem 0}.gw-progress-bar-label{font-family:var(--gw-font);color:var(--gw-neutral-dark);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.gw-progress-bar-track{background:#e5e7eb;border-radius:4px;height:8px;overflow:hidden}.gw-progress-bar-fill{background:var(--gw-purple-main);border-radius:4px;height:100%;transition:width .3s}.gw-radio-group{flex-wrap:wrap;gap:.5rem;display:flex}.gw-radio-pill{font-family:var(--gw-font);color:var(--gw-neutral-dark);cursor:pointer;background:#fff;border:1px solid #d8d0e8;border-bottom-width:6px;border-radius:10px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.gw-radio-pill:hover{border-color:var(--gw-purple-main)}.gw-radio-pill--selected{background:var(--gw-purple-main);border-color:var(--gw-purple-main);color:#fff}.gw-radio-pill--error{border-color:var(--gw-destructive)}.gw-checkbox-single{cursor:pointer;background:#fff;border:1px solid #d8d0e8;border-bottom-width:6px;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s;display:flex}.gw-checkbox-single:hover{border-color:var(--gw-purple-main)}.gw-checkbox-group{flex-direction:column;gap:.5rem;display:flex}.gw-checkbox-item{cursor:pointer;background:#fff;border:1px solid #d8d0e8;border-bottom-width:6px;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.gw-checkbox-item:hover{border-color:var(--gw-purple-main)}.gw-checkbox-item--checked{border-color:var(--gw-purple-main);background:#6c5ce70a}.gw-checkbox-item--error{border-color:var(--gw-destructive)}.gw-checkbox-input{width:1.25rem;height:1.25rem;accent-color:var(--gw-purple-main);flex-shrink:0}.gw-checkbox-label{font-family:var(--gw-font);color:var(--gw-neutral-dark);font-size:.9375rem;font-weight:500}.gw-input--time{height:63px;font-size:16px}.gw-datetime-wrap{flex-direction:column;gap:.75rem;display:flex}.gw-slider-wrap{padding:.5rem 0}.gw-slider-value{font-family:var(--gw-font);color:var(--gw-purple-main);text-align:center;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.gw-slider{appearance:none;cursor:pointer;border-radius:4px;outline:none;width:100%;height:8px}.gw-slider::-webkit-slider-thumb{appearance:none;background:var(--gw-purple-main);cursor:pointer;border:3px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 2px 6px #00000026}.gw-slider::-moz-range-thumb{background:var(--gw-purple-main);cursor:pointer;border:3px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 2px 6px #00000026}.gw-slider-range{font-family:var(--gw-font);color:#6b7280;justify-content:space-between;margin-top:.375rem;font-size:.8125rem;display:flex}.gw-slider-wrap--error .gw-slider::-webkit-slider-thumb{background:var(--gw-destructive)}.gw-rating{gap:.25rem;display:flex}.gw-rating-star{cursor:pointer;color:#d8d0e8;background:0 0;border:none;padding:0;font-size:2rem;line-height:1;transition:color .15s,transform .15s}.gw-rating-star:hover{transform:scale(1.15)}.gw-rating-star--filled{color:#f59e0b}.gw-rating--error .gw-rating-star{color:#fecaca}.gw-rating--error .gw-rating-star--filled{color:var(--gw-destructive)}.gw-file-wrap{width:100%}.gw-file-dropzone{border-radius:var(--gw-radius);cursor:pointer;border:2px dashed #d8d0e8;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;padding:2rem;transition:border-color .2s;display:flex}.gw-file-dropzone:hover{border-color:var(--gw-purple-main)}.gw-file-input{display:none}.gw-file-prompt{font-family:var(--gw-font);color:var(--gw-purple-main);font-size:.9375rem;font-weight:500}.gw-file-hint{font-family:var(--gw-font);color:#6b7280;font-size:.8125rem}.gw-file-selected{border-radius:var(--gw-radius);background:#f0fdf4;border:1px solid #22c55e;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.gw-file-name{font-family:var(--gw-font);color:var(--gw-neutral-dark);font-size:.875rem;font-weight:500}.gw-file-size{font-family:var(--gw-font);color:#6b7280;font-size:.8125rem}.gw-file-remove{color:#6b7280;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:1rem}.gw-file-remove:hover{color:var(--gw-destructive)}.gw-file-wrap--error .gw-file-dropzone{border-color:var(--gw-destructive)}.gw-time-slots{flex-direction:column;gap:1.5rem;display:flex}.gw-time-slots--error .gw-time-slot{border-color:var(--gw-destructive)}.gw-time-slots-day-label{font-family:var(--gw-font);margin-bottom:.75rem;font-size:.9375rem}.gw-time-slots-day-name{color:var(--gw-neutral-dark);font-weight:700}.gw-time-slots-day-date{color:#6b7280;font-weight:400}.gw-time-slots-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.gw-time-slot{font-family:var(--gw-font);color:var(--gw-neutral-dark);cursor:pointer;text-align:center;background:#fff;border:1px solid #d8d0e8;border-bottom-width:6px;border-radius:10px;padding:.75rem .5rem;font-size:.9375rem;font-weight:500;transition:all .2s}.gw-time-slot:hover{border-color:var(--gw-purple-main)}.gw-time-slot--selected{background:var(--gw-purple-main);border-color:var(--gw-purple-main);color:#fff}
