.avsys-wam-widget,.avsys-wam-widget *{box-sizing:border-box}.avsys-wam-widget{position:relative!important;z-index:2147483000!important;font-family:inherit}.avsys-wam-button{position:fixed!important;bottom:var(--avsys-wam-bottom-desktop);width:54px;height:54px;display:flex!important;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--avsys-wam-primary)!important;box-shadow:0 8px 20px rgb(0 0 0 / .24);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;z-index:2147483000}.avsys-wam-right .avsys-wam-button{right:20px}.avsys-wam-left .avsys-wam-button{left:20px}.avsys-wam-button:hover{transform:scale(1.04);box-shadow:0 10px 24px rgb(0 0 0 / .28)}.avsys-wam-button img{width:54px;height:54px;display:block;border-radius:999px;object-fit:cover}.avsys-wam-button span{color:#fff;font-weight:900;font-size:15px}.avsys-wam-label{position:fixed!important;bottom:calc(var(--avsys-wam-bottom-desktop) + 10px);z-index:2147483000;padding:7px 13px;border:0;border-radius:999px;background:var(--avsys-wam-primary);color:#fff;font-size:12.8px;font-weight:800;line-height:1.2;white-space:nowrap;cursor:pointer;box-shadow:0 8px 18px rgb(0 0 0 / .16)}.avsys-wam-right .avsys-wam-label{right:84px}.avsys-wam-left .avsys-wam-label{left:84px}.avsys-wam-panel{position:fixed!important;bottom:calc(var(--avsys-wam-bottom-desktop) + 66px);width:var(--avsys-wam-panel-width);max-width:calc(100vw - 48px);min-height:var(--avsys-wam-panel-height);overflow:hidden;z-index:2147483000;border-radius:12px;background:#fff;box-shadow:0 12px 30px rgb(0 0 0 / .22);animation:avsysWamIn .18s ease-out}.avsys-wam-right .avsys-wam-panel{right:20px}.avsys-wam-left .avsys-wam-panel{left:20px}@keyframes avsysWamIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.avsys-wam-panel-header,.avsys-wam-form-header{position:relative;background:var(--avsys-wam-dark);color:#fff}.avsys-wam-panel-header:after,.avsys-wam-form-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,var(--avsys-wam-medium),var(--avsys-wam-primary))}.avsys-wam-panel-header{text-align:center;padding:22px 18px 20px}.avsys-wam-panel-header h3,.avsys-wam-panel-header p,.avsys-wam-panel-header small,.avsys-wam-form-header h3,.avsys-wam-form-header p{color:#fff!important}.avsys-wam-panel-header h3{margin:0 0 12px;font-size:19px;line-height:1.18;font-weight:700}.avsys-wam-panel-header p{margin:0 0 4px;font-size:13.5px;line-height:1.35;font-weight:300}.avsys-wam-panel-header small{display:block;font-size:12.5px;line-height:1.35;font-weight:300}.avsys-wam-panel-body{padding:14px;background:#fff}.avsys-wam-branch-list{min-height:calc(var(--avsys-wam-panel-height) - 116px);display:flex;flex-direction:column}.avsys-wam-branch-option{width:100%;min-height:78px;display:grid;grid-template-columns:42px 1fr;align-items:center;column-gap:11px;padding:14px;margin:0 0 12px;border:0;border-radius:8px;background:var(--avsys-wam-light);text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.avsys-wam-branch-option:not(:has(img)){grid-template-columns:1fr}.avsys-wam-branch-option:hover,.avsys-wam-branch-option:focus{transform:translateY(-1px);box-shadow:0 7px 16px rgb(8 12 50 / .10);outline:none}.avsys-wam-branch-option img{width:40px;height:40px;display:block;border-radius:999px;object-fit:cover}.avsys-wam-branch-option strong{display:block;margin-bottom:6px;color:var(--avsys-wam-primary);font-size:15px;line-height:1.18;font-weight:900}.avsys-wam-branch-option small{display:block;color:#111;font-size:12.8px;line-height:1.35;font-weight:400}.avsys-wam-form-header{display:grid;grid-template-columns:34px 1fr;align-items:start;gap:12px;padding:18px 16px 17px;text-align:left}.avsys-wam-form-header:not(:has(.avsys-wam-back)){grid-template-columns:1fr}.avsys-wam-back{width:30px;height:30px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:6px;background:#111;color:#fff;cursor:pointer;font-size:18px;line-height:1}.avsys-wam-form-title{margin:0 0 5px;font-size:18px;line-height:1.15;font-weight:900}.avsys-wam-form-subtitle{margin:0;font-size:12.5px;line-height:1.35;font-weight:400}.avsys-wam-selected-branch{margin:0 0 11px;color:#4b5563;font-size:12.5px;line-height:1.35}.avsys-wam-error{margin:0 0 9px;padding:8px 9px;border:1px solid #ffd4d1;border-radius:7px;background:#fff3f2;color:#b42318;font-size:12.5px;line-height:1.35}.avsys-wam-form input,.avsys-wam-form textarea{width:100%;margin-bottom:9px;padding:9px 10px;border:1px solid #d6dbe1;border-radius:7px;background:#fff;color:var(--avsys-wam-text);font-size:13.5px;line-height:1.35;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.avsys-wam-form input:focus,.avsys-wam-form textarea:focus{border-color:var(--avsys-wam-primary);box-shadow:0 0 0 3px rgb(11 87 146 / .14)}.avsys-wam-form textarea{min-height:78px;resize:vertical}.avsys-wam-hp{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important}.avsys-wam-consent{margin:0 0 10px;color:#4b5563;font-size:11.8px;line-height:1.35}.avsys-wam-submit,.avsys-wam-secondary-button{width:100%;padding:10px;border:0;border-radius:7px;cursor:pointer;font-size:13.5px;font-weight:800;line-height:1.2;transition:background .2s ease,transform .1s ease}.avsys-wam-submit{margin-bottom:7px;background:var(--avsys-wam-primary);color:#fff}.avsys-wam-submit:hover{filter:brightness(.92)}.avsys-wam-submit:active{transform:translateY(1px)}.avsys-wam-submit[disabled]{opacity:.7;cursor:wait}.avsys-wam-secondary-button{margin-top:auto;background:#e5e7eb;color:#374151}.avsys-wam-secondary-button:hover{background:#d1d5db}@media(max-width:480px){.avsys-wam-panel{bottom:calc(var(--avsys-wam-bottom-mobile) + 64px + env(safe-area-inset-bottom,0px));width:min(var(--avsys-wam-panel-width),296px);max-width:calc(100vw - 56px)}.avsys-wam-button{bottom:calc(var(--avsys-wam-bottom-mobile) + env(safe-area-inset-bottom,0px))}.avsys-wam-right .avsys-wam-button{right:16px}.avsys-wam-left .avsys-wam-button{left:16px}.avsys-wam-right .avsys-wam-label{right:80px}.avsys-wam-left .avsys-wam-label{left:80px}.avsys-wam-label{bottom:calc(var(--avsys-wam-bottom-mobile) + 11px + env(safe-area-inset-bottom,0px));padding:7px 12px;font-size:12.5px}.avsys-wam-panel-header{padding:21px 18px 19px}.avsys-wam-panel-header h3{font-size:20px}}@media(max-width:360px){.avsys-wam-label{display:none}}body .avsys-wam-widget,body .avsys-wam-button,body .avsys-wam-label,body .avsys-wam-panel{z-index:2147483000!important}body .avsys-wam-button{visibility:visible!important;opacity:1!important}body .avsys-wam-widget .avsys-wam-button{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;max-width:54px!important;max-height:54px!important;padding:0!important;margin:0!important;overflow:hidden!important;border-radius:50%!important;line-height:0!important;font-size:0!important;background:var(--avsys-wam-primary)!important;-webkit-appearance:none!important;appearance:none!important}body .avsys-wam-widget .avsys-wam-button img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:100%!important;max-height:100%!important;display:block!important;object-fit:contain!important;object-position:center center!important;border-radius:50%!important;padding:0!important;margin:0!important;transform:none!important}body .avsys-wam-widget .avsys-wam-branch-option img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;object-position:center center!important;border-radius:50%!important}body .avsys-wam-widget .avsys-wam-button{bottom:var(--avsys-wam-bottom-desktop)!important}body .avsys-wam-widget .avsys-wam-label{bottom:calc(var(--avsys-wam-bottom-desktop) + 10px)!important}body .avsys-wam-widget .avsys-wam-panel{bottom:calc(var(--avsys-wam-bottom-desktop) + 66px)!important}@media(max-width:480px){body .avsys-wam-widget .avsys-wam-button{bottom:calc(var(--avsys-wam-bottom-mobile) + env(safe-area-inset-bottom,0px))!important}body .avsys-wam-widget .avsys-wam-label{bottom:calc(var(--avsys-wam-bottom-mobile) + 11px + env(safe-area-inset-bottom,0px))!important}body .avsys-wam-widget .avsys-wam-panel{bottom:calc(var(--avsys-wam-bottom-mobile) + 64px + env(safe-area-inset-bottom,0px))!important}}body .avsys-wam-widget.avsys-wam-hidden-by-overlay .avsys-wam-button,body .avsys-wam-widget.avsys-wam-hidden-by-overlay .avsys-wam-label,body .avsys-wam-widget.avsys-wam-hidden-by-overlay .avsys-wam-panel{opacity:0!important;visibility:hidden!important;pointer-events:none!important}body .avsys-wam-widget .avsys-wam-label{border-radius:var(--avsys-wam-label-radius)!important}body .avsys-wam-widget .avsys-wam-form-panel{min-height:auto!important}body .avsys-wam-widget .avsys-wam-form textarea{height:var(--avsys-wam-message-height-desktop)!important;min-height:var(--avsys-wam-message-height-desktop)!important;max-height:var(--avsys-wam-message-height-desktop)!important;resize:vertical!important}@media(max-width:480px){body .avsys-wam-widget .avsys-wam-form textarea{height:var(--avsys-wam-message-height-mobile)!important;min-height:var(--avsys-wam-message-height-mobile)!important;max-height:var(--avsys-wam-message-height-mobile)!important}}html body #avsys-wam-widget,html body #avsys-wam-widget *{box-sizing:border-box!important}html body #avsys-wam-widget.avsys-wam-widget{font-family:inherit!important;font-size:14px!important;line-height:1.35!important}html body #avsys-wam-widget .avsys-wam-panel{width:var(--avsys-wam-panel-width)!important;max-width:calc(100vw - 48px)!important;border:0!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;color:var(--avsys-wam-text)!important;box-shadow:0 12px 30px rgb(0 0 0 / .22)!important}html body #avsys-wam-widget .avsys-wam-form-panel{min-height:auto!important}html body #avsys-wam-widget .avsys-wam-panel-header,html body #avsys-wam-widget .avsys-wam-form-header{position:relative!important;margin:0!important;border:0!important;background:var(--avsys-wam-dark)!important;color:#fff!important}html body #avsys-wam-widget .avsys-wam-panel-header{padding:22px 18px 20px!important;text-align:center!important}html body #avsys-wam-widget .avsys-wam-form-header{display:grid!important;grid-template-columns:34px 1fr!important;gap:12px!important;align-items:start!important;padding:18px 16px 17px!important;text-align:left!important}html body #avsys-wam-widget .avsys-wam-form-header:not(:has(.avsys-wam-back)){grid-template-columns:1fr!important}html body #avsys-wam-widget .avsys-wam-panel-header h3,html body #avsys-wam-widget .avsys-wam-form-header h3,html body #avsys-wam-widget .avsys-wam-panel-header p,html body #avsys-wam-widget .avsys-wam-form-header p,html body #avsys-wam-widget .avsys-wam-panel-header small{color:#fff!important;text-shadow:none!important}html body #avsys-wam-widget .avsys-wam-form-title{margin:0 0 5px!important;padding:0!important;font-size:18px!important;line-height:1.15!important;font-weight:900!important}html body #avsys-wam-widget .avsys-wam-form-subtitle{margin:0!important;padding:0!important;font-size:12.5px!important;line-height:1.35!important;font-weight:400!important}html body #avsys-wam-widget .avsys-wam-panel-body{display:block!important;padding:14px!important;margin:0!important;background:#fff!important}html body #avsys-wam-widget .avsys-wam-selected-branch{display:block!important;margin:0 0 11px!important;padding:0!important;color:#4b5563!important;font-size:12.5px!important;line-height:1.35!important;font-weight:400!important}html body #avsys-wam-widget .avsys-wam-form{display:block!important;width:100%!important;margin:0!important;padding:0!important}html body #avsys-wam-widget .avsys-wam-form input:not(.avsys-wam-hp),html body #avsys-wam-widget .avsys-wam-form textarea{-webkit-appearance:none!important;appearance:none!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0 0 10px!important;background:#fff!important;background-image:none!important;color:var(--avsys-wam-text)!important;border:2px solid #e2e2e2!important;outline:0!important;box-shadow:none!important;font-family:inherit!important;font-size:14px!important;font-weight:400!important;line-height:1.35!important;letter-spacing:normal!important;text-transform:none!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important}html body #avsys-wam-widget .avsys-wam-form input:not(.avsys-wam-hp){height:42px!important;min-height:42px!important;max-height:42px!important;padding:0 16px!important;border-radius:999px!important}html body #avsys-wam-widget .avsys-wam-form textarea{height:var(--avsys-wam-message-height-desktop)!important;min-height:var(--avsys-wam-message-height-desktop)!important;max-height:var(--avsys-wam-message-height-desktop)!important;padding:12px 16px!important;border-radius:20px!important;resize:vertical!important}html body #avsys-wam-widget .avsys-wam-form input:not(.avsys-wam-hp):focus,html body #avsys-wam-widget .avsys-wam-form textarea:focus{border-color:var(--avsys-wam-primary)!important;box-shadow:0 0 0 3px rgb(11 87 146 / .14)!important}html body #avsys-wam-widget .avsys-wam-form input::placeholder,html body #avsys-wam-widget .avsys-wam-form textarea::placeholder{color:#737373!important;opacity:1!important}html body #avsys-wam-widget .avsys-wam-submit,html body #avsys-wam-widget .avsys-wam-secondary-button,html body #avsys-wam-widget button.avsys-wam-submit,html body #avsys-wam-widget button.avsys-wam-secondary-button{-webkit-appearance:none!important;appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0 14px!important;border:0!important;border-radius:7px!important;box-shadow:none!important;cursor:pointer!important;font-family:inherit!important;font-size:13.5px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:normal!important;text-align:center!important;text-decoration:none!important;text-shadow:none!important}html body #avsys-wam-widget .avsys-wam-submit{margin-bottom:7px!important;background:var(--avsys-wam-primary)!important;color:#fff!important}html body #avsys-wam-widget .avsys-wam-secondary-button{background:#efefef!important;color:#111827!important}html body #avsys-wam-widget .avsys-wam-error{margin:0 0 9px!important;padding:8px 9px!important;border:1px solid #ffd4d1!important;border-radius:7px!important;background:#fff3f2!important;color:#b42318!important;font-size:12.5px!important;line-height:1.35!important}html body #avsys-wam-widget .avsys-wam-button,html body #avsys-wam-widget .avsys-wam-label{font-family:inherit!important}@media(max-width:480px){html body #avsys-wam-widget .avsys-wam-panel{max-width:calc(100vw - 56px)!important}html body #avsys-wam-widget .avsys-wam-form input:not(.avsys-wam-hp){height:42px!important;min-height:42px!important;max-height:42px!important}html body #avsys-wam-widget .avsys-wam-form textarea{height:var(--avsys-wam-message-height-mobile)!important;min-height:var(--avsys-wam-message-height-mobile)!important;max-height:var(--avsys-wam-message-height-mobile)!important}}