gateway-onboarding-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;align-items:center;justify-content:center;padding:20px;background:#0003218c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}gateway-onboarding-modal[open]{display:flex;animation:gwFade .18s ease}@keyframes gwFade{0%{opacity:0}to{opacity:1}}@keyframes gwStep{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes gwSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.gw-ob button{font-family:var(--tti-font-body);cursor:pointer;transition:background-color .12s,color .12s,border-color .12s}.gw-ob__card{position:relative;display:flex;flex-direction:column;width:560px;max-width:100%;height:640px;max-height:92vh;background:#fff;border-radius:20px;box-shadow:var(--tti-bs-xl);overflow:hidden;font-family:var(--tti-font-body);color:var(--grey-900)}.gw-ob__card:focus{outline:none}.gw-ob__header{display:flex;align-items:center;gap:12px;padding:20px 22px 0}.gw-ob__brand-icon{flex-shrink:0;width:38px;height:38px;border-radius:10px;background:var(--tti-050);display:flex;align-items:center;justify-content:center}.gw-ob__brand-icon svg{width:20px;height:20px;display:block}.gw-ob__brand-text{display:flex;flex-direction:column;line-height:1.2;margin-right:auto;min-width:0}.gw-ob__eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-500)}.gw-ob__brand-title{font-size:15px;font-weight:600;color:var(--grey-900)}.gw-ob__close{flex-shrink:0;background:none;border:none;color:var(--grey-500);width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center}.gw-ob__close:hover{background:var(--grey-050);color:var(--grey-900)}.gw-ob__close .svg-wrapper{width:16px;height:16px}.gw-ob__progress{display:flex;align-items:center;gap:7px;padding:18px 22px 4px}.gw-ob__seg{height:6px;width:6px;border-radius:999px;background:var(--grey-200);transition:width .25s,background-color .25s}.gw-ob__seg.is-complete{background:var(--tti-500)}.gw-ob__seg.is-active{width:26px;background:var(--tti-500)}.gw-ob__steplabel{margin-left:8px;font-size:12px;font-weight:600;color:var(--grey-500);white-space:nowrap}.gw-ob__body{flex:1;min-height:0;overflow:hidden;padding:0 22px;display:flex;flex-direction:column}.gw-ob__step{flex:1;display:flex;flex-direction:column;animation:gwStep .28s var(--tti-ease-out);min-height:0}.gw-ob__step--center{justify-content:center}.gw-ob__step[hidden]{display:none}.gw-ob__h2{font-family:var(--tti-font-display);font-weight:700;letter-spacing:-.02em;line-height:1.18;font-size:23px;margin:0 0 12px;color:var(--grey-900)}.gw-ob__h2--sm{font-size:21px;margin:0 0 4px}.gw-ob__lede{font-size:15px;line-height:1.6;color:var(--grey-700);margin:0}.gw-ob__sub{font-size:13px;color:var(--grey-600);margin:0 0 18px}.gw-ob__hero{background:var(--grey-025);border:1px solid var(--grey-100);border-radius:14px;height:176px;display:flex;align-items:center;justify-content:center;padding:18px;margin-bottom:22px}.gw-ob__hero img{max-width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.gw-ob__usps{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gw-ob__usp{border:1px solid var(--grey-100);border-radius:12px;padding:15px;background:#fff;box-shadow:var(--tti-bs-s)}.gw-ob__usp-ico{display:flex;width:34px;height:34px;border-radius:9px;background:var(--tti-050);color:var(--tti-500);align-items:center;justify-content:center;margin-bottom:11px}.gw-ob__usp-ico .ti{font-size:19px}.gw-ob__usp-title{font-size:13.5px;font-weight:600;color:var(--grey-900);line-height:1.3;margin-bottom:5px}.gw-ob__usp-desc{font-size:12px;color:var(--grey-600);line-height:1.45}.gw-ob__sub-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.gw-ob__price-card{border:1px solid var(--grey-100);border-radius:14px;background:#fff;box-shadow:var(--tti-bs-s);overflow:hidden}.gw-ob__price-top{display:flex;align-items:baseline;gap:6px;padding:20px 20px 16px}.gw-ob__price-amount{font-family:var(--tti-font-display);font-weight:700;font-size:38px;letter-spacing:-.02em;color:var(--grey-900)}.gw-ob__price-per{font-size:15px;color:var(--grey-600)}.gw-ob__price-highlight{display:flex;align-items:flex-start;gap:10px;padding:0 20px 18px}.gw-ob__price-highlight .ti{flex-shrink:0;margin-top:1px;font-size:18px;color:var(--tti-500)}.gw-ob__price-highlight-text{font-size:13px;line-height:1.45;color:var(--grey-700)}.gw-ob__price-highlight-text strong{color:var(--grey-900);font-weight:600}.gw-ob__price-bonus{display:flex;align-items:center;gap:12px;background:var(--tti-050);border-top:1px solid var(--tti-100);padding:14px 20px}.gw-ob__bonus-ico{flex-shrink:0;width:36px;height:36px;border-radius:9px;background:#fff;color:var(--tti-500);display:flex;align-items:center;justify-content:center}.gw-ob__bonus-ico .ti{font-size:20px}.gw-ob__bonus-text{flex:1;font-size:13px;color:var(--grey-800);line-height:1.4}.gw-ob__bonus-text>*{margin:0}.gw-ob__bonus-text strong{color:var(--grey-900)}.gw-ob__bonus-amount{flex-shrink:0;font-family:var(--tti-font-display);font-weight:700;font-size:18px;color:var(--tti-700)}.gw-ob__checks{display:flex;flex-wrap:wrap;margin-top:16px;gap:9px 20px}.gw-ob__checks span{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--grey-700)}.gw-ob__checks .ti{color:var(--success-500);font-size:17px}.gw-ob__step--confirm{justify-content:flex-start;padding:2px 0 6px;overflow-y:auto}.gw-ob__step--confirm .gw-ob__sub,.gw-ob__field{margin-bottom:16px}.gw-ob__field-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--grey-500);margin-bottom:8px}.gw-ob__bands{display:flex;gap:8px;flex-wrap:wrap}.gw-ob__band{flex:1 1 0;min-width:64px;padding:11px 12px;border:1px solid var(--grey-200);border-radius:var(--tti-br-m);background:#fff;color:var(--grey-800);font-family:var(--tti-font-body);font-weight:600;font-size:14px;line-height:1}.gw-ob__band:hover{border-color:var(--grey-300);background:var(--grey-025)}.gw-ob__band.is-active{border-color:var(--tti-500);background:var(--tti-050);color:var(--tti-700);box-shadow:inset 0 0 0 1px var(--tti-500)}.gw-ob__qty{display:inline-flex;align-items:center;border:1px solid var(--grey-200);border-radius:var(--tti-br-m);overflow:hidden}.gw-ob__qty-btn{width:42px;height:42px;border:none;background:#fff;color:var(--grey-700);display:flex;align-items:center;justify-content:center}.gw-ob__qty-btn:hover{background:var(--grey-050);color:var(--grey-900)}.gw-ob__qty-btn .ti{font-size:17px}.gw-ob__qty-input{width:54px;height:42px;border:none;border-left:1px solid var(--grey-100);border-right:1px solid var(--grey-100);text-align:center;font-family:var(--tti-font-body);font-weight:600;font-size:15px;color:var(--grey-900);background:#fff;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.gw-ob__qty-input::-webkit-outer-spin-button,.gw-ob__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gw-ob__qty-input:focus{outline:none}.gw-ob__summary{border:1px solid var(--grey-100);border-radius:12px;overflow:hidden}.gw-ob__summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;font-size:14px;color:var(--grey-800)}.gw-ob__summary-row[hidden]{display:none}.gw-ob__summary-row+.gw-ob__summary-row{border-top:1px solid var(--grey-075)}.gw-ob__summary-price{font-weight:600;color:var(--grey-900);white-space:nowrap}.gw-ob__error{margin-top:14px;padding:12px;border-radius:8px;background:var(--error-050);color:var(--error-600);font-size:13px}.gw-ob__footer{display:flex;align-items:center;gap:10px;padding:16px 22px 20px;border-top:1px solid var(--grey-075);margin-top:auto}.gw-ob__back{background:none;border:none;color:var(--grey-700);font-weight:600;font-size:14px;padding:11px 14px;border-radius:999px;display:flex;align-items:center;gap:6px}.gw-ob__back .ti{font-size:17px}.gw-ob__back:hover{background:var(--grey-050)}.gw-ob__back[hidden]{display:none}.gw-ob__footer-right{margin-left:auto;display:flex;align-items:center;gap:6px}.gw-ob__skip{background:none;border:none;color:var(--grey-500);font-weight:500;font-size:14px;padding:11px 16px;border-radius:999px}.gw-ob__skip:hover{color:var(--grey-800)}.gw-ob__skip[hidden]{display:none}.gw-ob__next,.gw-ob__confirm{background:var(--tti-500);border:none;color:#fff;font-weight:600;font-size:15px;border-radius:999px;display:flex;align-items:center;gap:7px}.gw-ob__next{padding:12px 26px}.gw-ob__confirm{padding:12px 24px;gap:8px}.gw-ob__next:hover,.gw-ob__confirm:hover{background:var(--tti-600)}.gw-ob__next .ti{font-size:17px}.gw-ob__confirm .ti{font-size:18px}.gw-ob__next[hidden],.gw-ob__confirm[hidden]{display:none}.gw-ob__confirm:not(.loading) .loading__spinner{display:none}@media screen and (max-width:749px){gateway-onboarding-modal{padding:0;align-items:flex-end;backdrop-filter:none;-webkit-backdrop-filter:none}.gw-ob__card{width:100%;max-width:100%;height:600px;max-height:92vh;border-radius:22px 22px 0 0;animation:gwSheet .3s var(--tti-ease-out)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/gateway-onboarding.css.map */
