@layer reset,base,tokens,utilities,overrides;@font-face{font-family:DM Sans;src:url(/dbcrm/assets/DMSans-VariableFont_opsz_wght-d9KJDlpM.ttf) format("truetype-variations");font-style:normal}@font-face{font-family:DM Sans;src:url(/dbcrm/assets/DMSans-Italic-VariableFont_opsz_wght-QlAps-ZO.ttf) format("truetype-variations");font-style:italic}@layer reset{*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}}@layer base{:root{font-size:20px;--popup-backdrop: rgba(15, 23, 42, .56);--popup-backdrop-blur: 6px;--popup-panel-bg: #ffffff;--popup-panel-radius: 18px;--popup-panel-border: 1px solid rgba(148, 163, 184, .26);--popup-panel-shadow: 0 30px 70px rgba(15, 23, 42, .3), 0 10px 28px rgba(15, 23, 42, .22);--popup-header-bg: linear-gradient(135deg, #eef2ff 0%, #e2e9fb 100%);--popup-header-border: 1px solid rgba(148, 163, 184, .24);--popup-body-bg: #f8fbff;--popup-footer-bg: #ffffff;--popup-footer-border: 1px solid rgba(148, 163, 184, .24)}[x-cloak]{display:none!important}form{--gap: var(--spacing-half);display:flex;flex-flow:column nowrap;align-items:stretch;gap:var(--gap)}form>small{margin-top:calc(-1 * var(--gap) * .5)}.action-dialog__form{display:flex;flex-direction:column;height:100%;min-height:0}.action-dialog__form>:is(.action-dialog__body,.action-dialog__footer){padding:1.15rem 1.35rem}.action-dialog__form>.action-dialog__body{flex:1 1 auto;min-height:0}.action-dialog__form>.action-dialog__footer{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-end;gap:.65rem;border-top:var(--popup-footer-border);background:var(--popup-footer-bg)}form label,.input-control{--emphasis-color: var(--color-gray-500);border-radius:.3rem;padding:var(--spacing-quarter);cursor:text}:is(form label,.input-control).valid,:is(form label,.input-control):focus-within:not(:has(:user-invalid)){--emphasis-color: var(--color-primary-400)}:is(form label,.input-control).invalid,:is(form label,.input-control):focus-within:has(:user-invalid){--emphasis-color: var(--color-red-500)}:is(form label,.input-control) input,:is(form label,.input-control) select{background-color:transparent;border:none;flex:1}:is(:is(form label,.input-control) input,:is(form label,.input-control) select):focus-visible{outline:none}:is(form label,.input-control):has(span):has(input[placeholder=""]){position:relative;padding:var(--spacing-half) var(--spacing-quarter)}:is(form label,.input-control):has(span):has(input[placeholder=""]) span{position:absolute;top:calc(var(--spacing) * 2 / 3);left:var(--spacing-quarter);color:var(--emphasis-color);font-size:var(--size-sm);font-weight:var(--weight-semibold);transition:var(--transition)}:is(form label,.input-control):has(span):has(input[placeholder=""]):before{--size: 1.2rem;width:var(--size);height:var(--size);color:var(--emphasis-color);font-weight:var(--weight-semibold);align-self:baseline}:is(form label,.input-control):has(span):has(input[placeholder=""])[style~="--icon:"]:before{color:var(--color-cool-500);content:var(--icon);display:inline-block;--size: var(--spacing-half);width:var(--size);height:var(--size);padding:.2rem}:is(form label,.input-control):has(span):has(input[placeholder=""])[style~="--icon:"] span{left:2rem}:is(:is(form label,.input-control):has(span):has(input[placeholder=""]).focused,:is(form label,.input-control):has(span):has(input[placeholder=""]):focus-within,:is(form label,.input-control):has(span):has(input[placeholder=""]):has(input:not(:placeholder-shown))):before{display:none}:is(:is(form label,.input-control):has(span):has(input[placeholder=""]).focused,:is(form label,.input-control):has(span):has(input[placeholder=""]):focus-within,:is(form label,.input-control):has(span):has(input[placeholder=""]):has(input:not(:placeholder-shown))) :is(input,select){transform:translateY(.5rem)}:is(:is(form label,.input-control):has(span):has(input[placeholder=""]).focused,:is(form label,.input-control):has(span):has(input[placeholder=""]):focus-within,:is(form label,.input-control):has(span):has(input[placeholder=""]):has(input:not(:placeholder-shown))) span{top:.25rem;left:.5rem;font-size:calc(var(--size-sm) * .875)}:is(form label,.input-control):has(span):has(input[placeholder=""]) input,:is(form label,.input-control):has(span):has(input[placeholder=""]) select{font-size:var(--size-md)}:is(:is(form label,.input-control):has(span):has(input[placeholder=""]) input,:is(form label,.input-control):has(span):has(input[placeholder=""]) select)::placeholder{color:transparent}button,[role=button]{background:transparent;border:0;border-radius:.3rem;cursor:pointer;font-family:inherit;line-height:normal;text-align:center;transition:var(--transition)}:is(button,[role=button]):is([type=submit],:not(.inline)){border:1px solid var(--color-primary-400);padding:.5rem;font-size:var(--size-sm);font-weight:500}:is(button,[role=button]):is([type=submit],.primary):not(.close):not(.secondary){background-color:var(--color-primary-400);color:var(--color-primary-50)}:is(button,[role=button]).secondary{background-color:var(--color-primary-50);color:var(--color-primary-400)}ul{padding:0;list-style:none}dialog[open]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:transparent;border:0}dialog[open]::backdrop{background-color:color-mix(in oklab,black,transparent 50%)}dialog[open]>aside{align-self:stretch;margin-left:auto}dialog[open]>:is(article,aside){display:flex;flex-flow:column nowrap;background-color:#fff;border-radius:var(--spacing-quarter);--division-border: 1px solid var(--color-gray-200)}dialog[open]>:is(article,aside)>:is(header,footer,.body){padding:var(--spacing-half)}dialog[open]>:is(article,aside)>header{position:relative;border-bottom:var(--division-border)}dialog[open]>:is(article,aside)>header h3{color:var(--color-title)}dialog[open]>:is(article,aside)>header .close{position:absolute;top:var(--spacing-half);right:var(--spacing-half);--size: calc(1.5 * var(--spacing-quarter));width:var(--size);height:var(--size);border:0!important;padding:0!important;background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.77204%201.28769L1.28676%209.77297C0.996843%2010.0629%200.51601%2010.0629%200.226096%209.77297C-0.0638172%209.48306%20-0.0638174%209.00222%200.226096%208.71231L8.71138%200.227027C9.00129%20-0.0628866%209.48212%20-0.0628867%209.77204%200.227027C10.0619%200.516941%2010.062%200.997773%209.77204%201.28769Z'%20fill='%23292D32'/%3e%3cpath%20d='M9.77204%209.77297C9.48212%2010.0629%209.00129%2010.0629%208.71138%209.77297L0.226095%201.28769C-0.0638188%200.997775%20-0.0638187%200.516942%200.226095%200.227029C0.516009%20-0.0628852%200.996841%20-0.0628854%201.28676%200.227028L9.77204%208.71231C10.062%209.00222%2010.062%209.48305%209.77204%209.77297Z'%20fill='%23292D32'/%3e%3c/svg%3e");background-size:contain}dialog[open]>:is(article,aside)>footer{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:var(--spacing-quarter);border-top:var(--division-border)}.crm-popup:not(.drawer):not([open]){display:none}.crm-popup:not(.drawer){--popup-width: min(720px, 96vw);--popup-max-height: calc(100vh - 3rem) ;position:fixed;inset:0;margin:0;border:none;width:100vw;height:100vh;background:transparent;padding:1.5rem;display:flex;align-items:center;justify-content:center;z-index:9000}.crm-popup:not(.drawer)::backdrop{background:var(--popup-backdrop);-webkit-backdrop-filter:blur(var(--popup-backdrop-blur));backdrop-filter:blur(var(--popup-backdrop-blur))}.crm-popup:not(.drawer)>:is(.action-dialog__panel,.app-dialog__panel,article,aside){width:var(--popup-width);max-height:var(--popup-max-height);display:flex;flex-direction:column;align-self:center;margin:0;background:var(--popup-panel-bg);border-radius:var(--popup-panel-radius);border:var(--popup-panel-border);box-shadow:var(--popup-panel-shadow);overflow:hidden;animation:crm-popup-enter .2s ease}.crm-popup .action-dialog__header,.crm-popup .app-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.35rem;background:var(--popup-header-bg);border-bottom:var(--popup-header-border)}.crm-popup .action-dialog__header h3,.crm-popup .app-dialog__header h3{margin:0;font-size:1.08rem;letter-spacing:-.01em;color:#0f172a}.crm-popup .action-dialog__close{margin-left:auto;border-radius:12px!important;border:1px solid rgba(59,130,246,.25)!important;background:#ffffffe6!important;color:#1d4ed8!important;box-shadow:none!important;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.crm-popup .action-dialog__close:hover{transform:translateY(-1px);border-color:#2563eb73!important;box-shadow:0 10px 22px #3b82f633!important}.crm-popup .action-dialog__close:focus-visible{outline:3px solid rgba(42,95,212,.24);outline-offset:1px}.crm-popup .action-dialog__body,.crm-popup .app-dialog__content{overflow-y:auto;background:var(--popup-body-bg)}.crm-popup .action-dialog__button{border-radius:12px!important;font-weight:600!important}.crm-popup .action-dialog__footer :is(.primary,.secondary):not(.action-dialog__button){border-radius:12px!important;font-weight:600!important;padding:.5rem 1rem!important}.crm-popup .action-dialog__button.primary{background:linear-gradient(135deg,#407bff,#2351ff)!important;border-color:#2351ff!important;box-shadow:0 10px 25px #407bff47!important}.crm-popup .action-dialog__footer .primary:not(.action-dialog__button):not(.secondary){background:linear-gradient(135deg,#407bff,#2351ff)!important;border-color:#2351ff!important;color:#fff!important;box-shadow:0 10px 25px #407bff47!important}.crm-popup .action-dialog__button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px #407bff57!important}.crm-popup .action-dialog__footer .primary:not(.action-dialog__button):not(.secondary):hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px #407bff57!important}.crm-popup .action-dialog__button.secondary{background:#fff!important;border-color:#94a3b880!important;color:#1e293b!important}.crm-popup .action-dialog__footer .secondary:not(.action-dialog__button){background:#fff!important;border-color:#94a3b880!important;color:#1e293b!important}.crm-popup .action-dialog__button.secondary:hover:not(:disabled){background:#f8fafc!important;border-color:#94a3b8b3!important}.crm-popup .action-dialog__footer .secondary:not(.action-dialog__button):hover:not(:disabled){background:#f8fafc!important;border-color:#94a3b8b3!important}.crm-popup .action-dialog__body :is(input,select,textarea):not([type=checkbox]):not([type=radio]),.crm-popup .app-dialog__content :is(input,select,textarea):not([type=checkbox]):not([type=radio]){width:100%;border:1px solid #d7deea;border-radius:10px;padding:.6rem .75rem;font-size:.9rem;color:#0f172a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.crm-popup .action-dialog__body :is(input,select,textarea):focus,.crm-popup .app-dialog__content :is(input,select,textarea):focus{outline:none;border-color:#2a5fd4;box-shadow:0 0 0 3px #2a5fd424}.crm-popup .app-dialog__actions{display:flex;justify-content:flex-end;gap:.65rem;padding:1rem 1.35rem 1.2rem;border-top:var(--popup-footer-border);background:var(--popup-footer-bg)}@keyframes crm-popup-enter{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}}@layer base{body{font-family:DM Sans,sans-serif;font-size:.7rem}small{font-size:.7rem}a{color:var(--color-db-blue);text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--color-primary-400);font-weight:var(--weight-medium);margin:0}h1{font-size:var(--size-3xl)}header{color:var(--color-label)}}@layer tokens{:root{--color-primary-50: #f5faff;--color-primary-100: #cfe2fb;--color-primary-300: #5c8de6;--color-primary-200: #97b7f2;--color-primary-400: #2360cc;--color-primary-500: #2372e6;--color-primary-700: #1f53b3;--color-cool-100: #f3f4f6;--color-cool-300: #d1d5db;--color-cool-500: #6b7280;--color-cool-700: #374151;--color-cyan-100: #cffafe;--color-cyan-300: #67e8f9;--color-cyan-700: #0e7490;--color-gray-50: #f8fafc;--color-gray-200: #e2e8f0;--color-gray-300: #cbd5e1;--color-gray-400: #94a3b8;--color-gray-500: #64748b;--color-gray-700: #334155;--color-gray-900: #0f172a;--color-green-100: #d9fbe8;--color-green-900: #0a5331;--color-indigo-100: #e0e7ff;--color-indigo-300: #a5b4fc;--color-indigo-700: #4338ca;--color-neutral-100: #f5f5f5;--color-neutral-300: #d4d4d4;--color-neutral-700: #404040;--color-orange-100: #ffedd5;--color-orange-300: #fdba74;--color-orange-800: #9a3412;--color-orange-900: #7c2d12;--color-red-500: #ef4444;--color-slate-400: #94a3b8;--color-slate-500: #64748b;--color-slate-700: #334155;--color-sky-100: #e0f2fe;--color-sky-300: #7dd3fc;--color-sky-700: #0369a1;--color-dark-blue: #001035;--color-db-blue: var(--color-primary-400);--color-success: #06a648;--color-error: var(--color-red-500);--color-input: #090909;--color-label: #0f141a;--color-title: #202224;--size-xs: .6rem;--size-sm: .7rem;--size-smd: .85rem;--size-md: 1rem;--size-lg: 1.075rem;--size-xl: 1.15rem;--size-2xl: 1.2rem;--size-3xl: 1.5rem;--spacing: 1.6rem;--spacing-dense: 1.2rem;--spacing-dense-half: calc(var(--spacing-dense) / 2);--spacing-half: calc(var(--spacing) / 2);--spacing-quarter: calc(var(--spacing-half) / 2);--spacing-thin: calc(var(--spacing-quarter) / 2);--spacing-thick: calc(var(--spacing) * 1.5);--weight-regular: 400;--weight-medium: 500;--weight-midweight: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extrabold: 800;--weight-thick: 900;--transition: all .3s ease-in-out;--drop-shadow-sm: 0px 1px 2px 0px #0000000d;--drop-shadow-md: 0px 4px 4px 0px #00000040;--layer-sidebar: 100;--layer-filter: 200;--layer-panel: 300}}@layer utilities{.content-centered{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.full-page{overflow:auto;width:100vw;height:100vh}[data-bg]{background-image:var(--bg);background-repeat:no-repeat}[data-bg][data-bg~=cover]{background-size:cover}[data-bg][data-bg~=contain]{background-size:contain}[data-bg][data-bg~=repeat]{background-repeat:repeat}[data-bg][data-bg~=repeat-x]{background-repeat:repeat-x}[data-bg][data-bg~=repeat-y]{background-repeat:repeat-y}.error{color:var(--color-error)}.square{width:var(--size);height:var(--size)}input[type=checkbox]~output[data-if]{display:none}input[type=checkbox]:checked~output[data-if=checked],input[type=checkbox]:not(:checked)~output[data-if=unchecked]{display:inline}}@layer utilities{header.with-actions{display:flex;flex-flow:row;align-items:center;justify-content:space-between;gap:var(--spacing);margin:0 calc(var(--corner-size) * -1);padding:0 var(--corner-size) var(--spacing-quarter);border-bottom:1px solid var(--color-gray-200)}header.with-actions h2{color:var(--color-title)}header.with-actions .actions{display:flex;flex-flow:row;align-items:center;justify-content:flex-end;gap:var(--spacing-quarter)}header.with-actions .actions [style*=--icon]{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:var(--spacing-quarter)}header.with-actions .actions [style*=--icon]:before{content:"";background-image:var(--icon);background-size:contain;display:inline-block;--size: var(--icon-size, var(--spacing-half));width:var(--size);height:var(--size)}.resource-listing{overflow:auto}.resource-listing table{width:100%;border-radius:var(--spacing-quarter);background-color:#fff;border-collapse:collapse}.resource-listing table :is(th,td){text-align:left;padding:var(--spacing-half);font-size:var(--size-sm)}.resource-listing table th{border-bottom:1px solid var(--color-gray-300);color:var(--color-gray-700);font-weight:var(--weight-medium)}.resource-listing table td{border-bottom:1px solid var(--color-gray-200);color:var(--color-gray-500);font-weight:var(--weight-regular)}.resource-listing table tbody tr:last-child td{border-bottom:0}.resource-listing table thead a{display:flex;flex-flow:row nowrap;align-items:normal;gap:var(--spacing-quarter);border:none;padding:0;color:var(--color-gray-700)}.resource-listing table thead a.sorting:after{--size: var(--spacing-half);background-image:url(/dbcrm/shared/img/chevron-down.svg);background-size:contain;content:" ";width:var(--size);height:var(--size)}.resource-listing table thead a.sorting.asc:after{transform:rotate(180deg)}.resource-listing table input[type=checkbox i],.resource-listing table input[id^=select- i]{border:1px solid var(--color-gray-200);border-radius:var(--spacing-quarter);--size: var(--spacing);width:var(2rem);height:var(2rem)}.resource-listing table .id{text-align:right}nav.pagination{width:fit-content;margin-left:auto;display:flex;flex-flow:row;align-items:center;gap:var(--spacing)}nav.pagination details{position:relative}nav.pagination details summary{font-weight:var(--weight-normal);padding:var(--spacing-quarter)}nav.pagination details summary::marker{content:""}nav.pagination details menu{position:absolute;bottom:var(--spacing);right:var(--spacing-quarter);display:flex;flex-flow:column nowrap;align-items:stretch;box-shadow:var(--drop-shadow-md);background-color:#fff;margin:var(--spacing-quarter) 0;border-radius:var(--spacing-quarter)}nav.pagination>p{display:none}nav.pagination ul{display:inline-flex;flex-flow:row nowrap;gap:1px;--border-radius: var(--spacing-quarter);border:1px solid var(--color-gray-300);border-radius:var(--border-radius);background-color:var(--color-gray-300)}nav.pagination li{display:contents}nav.pagination li:first-child a{border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}nav.pagination li:last-child a{border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}nav.pagination .ellipsis,nav.pagination a{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:var(--color-gray-900);--size: var(--spacing);width:var(--size);height:var(--size)}:is(nav.pagination .ellipsis,nav.pagination a).active{background-color:var(--color-primary-500);color:#fff}:is(nav.pagination .ellipsis,nav.pagination a).disabled{filter:brightness(90%) opacity(50%);pointer-events:none}}@layer overrides{:root{--ease-spring: cubic-bezier(.22, .61, .36, 1);--sidebar-duration: .26s}@property --sidebar-open{syntax: "<number>"; initial-value: 0; inherits: true;}.app-shell{display:grid;grid-template-columns:var(--sidebar-collapsed-width) 1fr;grid-template-rows:var(--header-height) minmax(0,1fr);grid-template-areas:"header header" "sidebar main";min-height:100vh;background-color:var(--color-dark-blue);--corner-size: .8rem;--header-height: 2.4rem;--collapsed-hover-pad: .25rem;--inner-h-padding: .6rem;--sidebar-left-gutter: calc(var(--inner-h-padding) + var(--collapsed-hover-pad));--sidebar-collapsed-width: calc( (var(--inner-h-padding, .6rem) * 2) + var(--icon-size, 1.2rem) + (2 * var(--collapsed-hover-pad)) );--sidebar-rail-width: calc(var(--sidebar-collapsed-width) - var(--inner-h-padding));--sidebar-panel-width: calc(var(--sidebar-expanded-width) - var(--sidebar-collapsed-width) - var(--inner-h-padding));--label-max-ch: 20;--sidebar-expanded-width: 15rem;position:relative}.app-shell main{grid-area:main;width:100%;height:auto;overflow:auto;margin:0;border:0;padding:var(--corner-size);background-color:var(--color-gray-50);background-image:url(/dbcrm/shared/img/app-background.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1;transition:var(--transition)}@media(print){.app-shell main{width:100%;height:100%}}.app-shell:before{content:"";position:fixed;top:var(--header-height);left:var(--sidebar-collapsed-width);width:1px;height:calc(100vh - var(--header-height));background-color:#1f3053;pointer-events:none;z-index:calc(var(--layer-panel) + 5)}.app-shell .shell-header{grid-area:header;height:var(--header-height);color:#fff;padding:.4rem .6rem .4rem var(--sidebar-left-gutter);font-size:var(--size-small);font-weight:var(--weight-semibold);gap:1rem;position:fixed;top:0;left:0;right:0;z-index:calc(var(--layer-panel) + 10);background-color:var(--color-dark-blue);border-bottom:1px solid #1f3053}.app-shell .shell-header,.app-shell .shell-header>:is(label,span,button){display:flex;flex-flow:row nowrap;align-items:center}.app-shell .shell-header .home-link{margin-right:auto}.app-shell .shell-header .home-link .logo{--size: 1.4rem}.app-shell .shell-header .header-countdown{color:#fff;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.app-shell .shell-header .header-countdown.is-warning{color:#f59e0b}.app-shell .shell-header button img{--size: 1.2rem;width:var(--size);height:var(--size)}.app-shell .shell-header .company-info{gap:.3rem}.app-shell .shell-header .user-info{gap:.4rem}.app-shell .shell-header .profile-menu{position:relative}.app-shell .shell-header .profile-menu .dropdown-menu{position:absolute;top:calc(100% + .4rem);right:0;display:flex;flex-flow:column nowrap;align-items:stretch;gap:var(--spacing-quarter);min-width:10rem;padding:var(--spacing-quarter);border-radius:var(--spacing-quarter);background-color:#fff;color:var(--color-title);box-shadow:var(--drop-shadow-md);z-index:var(--layer-panel)}.app-shell .shell-header .profile-menu .dropdown-menu p{margin:0;font-size:var(--size-sm);color:var(--color-gray-700)}.app-shell aside.shell-sidebar{position:fixed;left:0;top:var(--header-height);height:calc(100vh - var(--header-height));z-index:var(--layer-sidebar);width:calc(var(--sidebar-collapsed-width) + (var(--sidebar-expanded-width) - var(--sidebar-collapsed-width)) * var(--sidebar-open));overflow:visible;--sidebar-open: 0;--row-gap: .6rem;--icon-size: 1.2rem;--list-icon-size: 1rem;background-color:inherit;color:#fff;padding-block:.6rem;transition:--sidebar-open var(--sidebar-duration) var(--ease-spring),box-shadow var(--sidebar-duration) var(--ease-spring);will-change:transform;box-shadow:var(--drop-shadow-md)}.app-shell aside.shell-sidebar nav.sidebar-nav{display:grid;grid-template-columns:var(--sidebar-rail-width) calc(var(--sidebar-panel-width) * var(--sidebar-open));width:100%;height:100%;box-sizing:border-box;padding-left:var(--inner-h-padding);padding-right:var(--inner-h-padding);transition:none}.app-shell aside.shell-sidebar ul{display:flex;flex-flow:column nowrap;align-items:stretch;gap:.1rem;margin:0;padding:0;list-style:none}.app-shell aside.shell-sidebar .sidebar-rail{display:flex;flex-direction:column;align-items:flex-start;padding-block:1rem;padding-inline:0;gap:var(--row-gap)}.app-shell aside.shell-sidebar .sidebar-rail>li{width:auto;list-style:none}.app-shell aside.shell-sidebar .sidebar-rail a,.app-shell aside.shell-sidebar .sidebar-rail-button{display:flex;align-items:center;justify-content:flex-start;border:none;background:none;color:inherit;cursor:pointer;padding-inline:var(--collapsed-hover-pad);padding-block:.3rem;border-radius:12px;width:auto}.app-shell aside.shell-sidebar .sidebar-rail a img,.app-shell aside.shell-sidebar .sidebar-rail-button img{width:var(--icon-size);height:var(--icon-size);margin-left:0;filter:brightness(0) invert(1)}.app-shell aside.shell-sidebar .sidebar-rail-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.app-shell aside.shell-sidebar .sidebar-rail-tooltip{position:absolute;left:calc(100% + .4rem);top:50%;transform:translateY(-50%);padding:.4rem .8rem;background-color:color-mix(in oklab,var(--color-gray-700) 90%,transparent);color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap;border-radius:12px;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:9999}.app-shell aside.shell-sidebar .sidebar-rail-button:hover .sidebar-rail-tooltip{opacity:1;transform:translateY(-50%) translate(.1rem)}.app-shell aside.shell-sidebar.is-expanded .sidebar-rail-tooltip{display:none}.app-shell aside.shell-sidebar .sidebar-rail a.active,.app-shell aside.shell-sidebar .sidebar-rail-button.is-active{background-color:var(--color-primary-400);color:#fff}.app-shell aside.shell-sidebar .sidebar-rail-button:is(:hover,:focus-visible),.app-shell aside.shell-sidebar .sidebar-rail a:is(:hover,:focus-visible){background-color:color-mix(in oklab,white 20%,transparent)}.app-shell aside.shell-sidebar .sidebar-panel{opacity:var(--sidebar-open);padding:.6rem .6rem 1.2rem .7rem;display:flex;flex-direction:column;gap:.6rem;overflow:hidden;pointer-events:none;transition:opacity var(--sidebar-duration) var(--ease-spring)}.app-shell aside.shell-sidebar.is-expanded .sidebar-panel{pointer-events:auto}.app-shell aside.shell-sidebar .sidebar-panel-header{display:flex;align-items:center;justify-content:space-between;font-weight:var(--weight-semibold);color:var(--color-gray-100);font-size:var(--size-small);margin-top:0;margin-bottom:.25rem}.app-shell aside.shell-sidebar .sidebar-panel-title{font-size:1rem;font-weight:600}.app-shell aside.shell-sidebar .sidebar-panel-close{border:none;background:none;color:var(--color-gray-200);cursor:pointer;font-size:1rem}.app-shell aside.shell-sidebar .sidebar-panel-list{display:flex;flex-direction:column;gap:.4rem}.app-shell aside.shell-sidebar .sidebar-panel-list a{display:flex;align-items:center;gap:.2rem;text-decoration:none;font-size:var(--size-small);color:var(--color-gray-100);padding:.4rem;border-radius:6px;transition:background-color var(--sidebar-duration) var(--ease-spring)}.app-shell aside.shell-sidebar .sidebar-panel-list a:is(:hover,:focus-visible){background-color:color-mix(in oklab,white 20%,transparent);transform:translate(1px)}.app-shell aside.shell-sidebar .sidebar-panel-list a img{width:var(--list-icon-size);height:var(--list-icon-size);filter:brightness(0) invert(1)}.app-shell aside.shell-sidebar li a{display:grid;grid-template-columns:var(--icon-size) 1fr;align-items:center;gap:0;padding-block:.3rem;padding-left:var(--collapsed-hover-pad);padding-right:var(--collapsed-hover-pad);width:100%;position:relative;isolation:isolate;border-radius:var(--spacing-half);color:#fff;text-decoration:none;background:none;--pill-d: calc(var(--icon-size) + 2 * var(--collapsed-hover-pad));--pill-color: color-mix(in oklab, white 35%, transparent);--is-marked: 0}.app-shell aside.shell-sidebar li a:is(.active,:focus-visible){--is-marked: 1}.app-shell aside.shell-sidebar li a:before{content:"";position:absolute;inset-block-start:50%;inset-inline-start:0;transform:translateY(-50%);height:var(--pill-d);width:calc(var(--pill-d) + ((100% - var(--pill-d)) * var(--sidebar-open)));background-color:var(--pill-color);border-radius:12px;opacity:var(--is-marked);pointer-events:none;z-index:-1;transition:opacity .12s var(--ease-spring),background-color var(--sidebar-duration) var(--ease-spring)}.app-shell aside.shell-sidebar li a>img,.app-shell aside.shell-sidebar li a>svg{justify-self:center}.app-shell aside.shell-sidebar li a>span{--font-size: var(--size-small);font-size:var(--font-size);font-weight:var(--weight-medium);white-space:nowrap;overflow:hidden;pointer-events:none;--label-max: calc(var(--label-max-ch) * .62rem);width:calc(var(--label-max) * var(--sidebar-open));opacity:var(--sidebar-open);transform:scaleX(calc(.8 + .2 * var(--sidebar-open)));transform-origin:left;transition:none;margin-inline-start:calc(var(--spacing-quarter) * var(--sidebar-open))}.app-shell aside.shell-sidebar .sidebar-panel-list a.active,.app-shell aside.shell-sidebar .sidebar-panel-list a.active:is(:hover,:focus-visible){position:relative;background-color:color-mix(in oklab,var(--color-primary-400) 20%,transparent);border-left:6px solid var(--color-primary-400);padding-left:calc(.4rem - 2px);border-radius:6px;--is-marked: 0}.app-shell aside.shell-sidebar .sidebar-menu{gap:.4rem}.app-shell aside.shell-sidebar .sidebar-block{border-radius:var(--spacing-half);padding-block:.15rem}.app-shell aside.shell-sidebar .sidebar-block-header{display:flex;flex-flow:row nowrap;align-items:center;padding-block:.3rem;padding-left:var(--collapsed-hover-pad);padding-right:var(--collapsed-hover-pad);width:100%;border-radius:var(--spacing-half);border:none;background:none;color:inherit;cursor:pointer;position:relative;isolation:isolate;--pill-d: calc(var(--icon-size) + 2 * var(--collapsed-hover-pad));--pill-color: color-mix(in oklab, white 35%, transparent);--is-marked: 0}.app-shell aside.shell-sidebar .sidebar-block-header:before{content:"";position:absolute;inset-block-start:50%;inset-inline-start:0;transform:translateY(-50%);height:var(--pill-d);width:calc(var(--pill-d) + ((100% - var(--pill-d)) * var(--sidebar-open)));background:var(--pill-color);border-radius:12px;opacity:var(--is-marked);pointer-events:none;z-index:-1;transition:opacity .12s var(--ease-spring),background-color var(--sidebar-duration) var(--ease-spring)}.app-shell aside.shell-sidebar .sidebar-block-header:is(:hover,:focus-visible){--is-marked: 1;outline:none}.app-shell aside.shell-sidebar .sidebar-block-header>img{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);margin-right:0}.app-shell aside.shell-sidebar .sidebar-block-header>.sidebar-block-title{--font-size: var(--size-small);font-size:var(--font-size);font-weight:var(--weight-semibold);white-space:nowrap;overflow:hidden;--label-max: calc(var(--label-max-ch) * .62rem);width:calc(var(--label-max) * var(--sidebar-open));opacity:var(--sidebar-open);transform:scaleX(calc(.8 + .2 * var(--sidebar-open)));transform-origin:left;margin-inline-start:calc(var(--spacing-quarter) * var(--sidebar-open));justify-self:flex-start;text-align:left}.app-shell aside.shell-sidebar .sidebar-block-caret{font-size:.7rem;opacity:var(--sidebar-open);transform:rotate(0);transition:transform var(--sidebar-duration) var(--ease-spring);margin-left:auto}.app-shell aside.shell-sidebar .sidebar-block.is-open>.sidebar-block-header .sidebar-block-caret{transform:rotate(1deg)}.app-shell aside.shell-sidebar .sidebar-block-list{padding-left:1.6rem;margin-top:.2rem}.app-shell aside.shell-sidebar .sidebar-block-list li a{--is-marked: 0 !important;background:none!important}.app-shell aside.shell-sidebar .sidebar-block-list li a:before{opacity:0!important}.app-shell .grid-table{display:grid;gap:var(--spacing-thin);align-items:center}.app-shell .grid-table .grid-row{display:contents}.app-shell .grid-table form label{border:none}.app-shell .grid-table form:not(:has(:not(:default))) .disable-if-pristine{pointer-events:none;filter:grayscale(1)}.app-shell form fieldset{--gap: var(--spacing-half);display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:var(--gap);padding:0;border:none}.app-shell form fieldset>small{margin-top:calc(-1 * var(--gap) * .5)}.app-shell form fieldset legend{color:var(--color-primary-700);padding:var(--spacing-half) 0;font-size:var(--size-md);font-weight:var(--weight-medium)}.app-shell form fieldset label{display:flex;flex-flow:column nowrap;align-items:stretch;gap:var(--gap)}.app-shell form fieldset label .address-state{text-transform:uppercase}.app-shell form fieldset+footer{display:flex;flex-flow:row nowrap;justify-content:flex-end;gap:var(--gap)}@media(prefers-reduced-motion:reduce){.app-shell .app-shell aside.shell-sidebar{transition:none}.app-shell .app-shell aside.shell-sidebar *{transition:none!important}}}@layer overrides{.app-shell .pipeline-view{width:100%;height:100%;max-height:calc(100vh - 6rem - var(--spacing));padding:var(--spacing) 0;display:grid;grid-template-columns:repeat(var(--column-count, 1),12.2rem);overflow-x:auto;gap:1px;transition:opacity 1s ease-in-out,filter 1s ease-in-out}.app-shell .pipeline-view.htmx-request{opacity:.5;filter:grayscale(.5) brightness(.5);pointer-events:none}.app-shell .pipeline-view .pipeline-column{border:1px solid transparent}.app-shell .pipeline-view .pipeline-column.dragover{background-color:var(--colum-bg);border-color:var(--color-border-color, var(--column-color))}.app-shell .pipeline-view .pipeline-column:nth-child(6n+1){--column-bg: var(--color-primary-100);--column-color: var(--color-primary-700)}.app-shell .pipeline-view .pipeline-column:nth-child(6n+2){--column-bg: var(--color-sky-100);--column-border-color: var(--color-sky-300);--column-color: var(--color-sky-700)}.app-shell .pipeline-view .pipeline-column:nth-child(6n+3){--column-bg: var(--color-cool-100);--column-border-color: var(--color-cool-300);--column-color: var(--color-cool-700)}.app-shell .pipeline-view .pipeline-column:nth-child(6n+4){--column-bg: var(--color-indigo-100);--column-border-color: var(--color-indigo-300);--column-color: var(--color-indigo-700)}.app-shell .pipeline-view .pipeline-column:nth-child(6n+5){--column-bg: var(--color-cyan-100);--column-border-color: var(--color-cyan-300);--column-color: var(--color-cyan-700)}.app-shell .pipeline-view .pipeline-column:nth-child(6n+6){--column-bg: var(--color-orange-100);--column-border-color: var(--color-orange-300);--column-color: var(--color-orange-800)}.app-shell .pipeline-view .pipeline-column:last-child{--column-bg: var(--color-neutral-100);--column-border-color: var(--color-neutral-300);--column-color: var(--color-neutral-700)}.app-shell .pipeline-view .pipeline-column header{background-color:var(--column-bg);border:1px solid var(--column-border-color, var(--column-color));border-radius:var(--spacing-quarter);color:var(--column-color);padding:var(--spacing-half) var(--spacing-thin)}.app-shell .pipeline-view .pipeline-column header h3{color:inherit}.app-shell .pipeline-view .pipeline-card{padding:var(--spacing-half) var(--spacing-thin);margin-bottom:var(--spacing-half);display:flex;flex-flow:column nowrap;align-items:stretch;gap:var(--spacing-thin);background-color:#fff;border-color:var(--color-gray-200)}.app-shell .pipeline-view .pipeline-card[draggable=true]{cursor:grab}.app-shell .pipeline-view .pipeline-card p{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:var(--spacing-thin)}.app-shell .pipeline-view .pipeline-card .tag{color:var(--column-color, var(--color-primary-500));background-color:var(--column-bg, var(--color-primary-100));border-radius:var(--spacing);padding:0 .3rem}}@layer overrides{.app-shell .details article{padding:var(--spacing) 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:var(--spacing-quarter)}.app-shell .details article h4{margin-top:var(--spacing-half)}.app-shell .details article dt{font-size:var(--size-sm);font-weight:var(--weight-semibold);color:var(--color-gray-500);margin:var(--spacing-half) 0 var(--spacing-quarter)}.app-shell .details article dd{font-size:var(--size-smd);font-weight:var(--weight-regular);color:var(--color-label);margin-left:0}.app-shell .details article dd button{display:block;margin-left:auto}@container (width > 36rem){.app-shell .details article section.large{grid-column:1 / -1;display:grid;grid-template-columns:[row-start] repeat(auto-fit,minmax(18rem,1fr)) [row-end];gap:var(--spacing-half) var(--spacing)}.app-shell .details article section.large h4{grid-column:1 / -1}.app-shell .details article section.large dl{margin:0}}.app-shell .details article section .resource-listing{overflow-y:auto;max-height:12rem}.app-shell .details article section .resource-listing thead{position:sticky;top:0;background-color:#fff;border-bottom:2px solid var(--color-gray-300);box-shadow:var(--drop-shadow-md)}}@layer overrides{.app-shell .invoice :is(h1,h2,h3,h4,h5,h6){color:var(--color-label)}.app-shell .invoice article header,.app-shell .invoice article>section{display:grid;grid-template-columns:repeat(2,1fr);gap:0 var(--spacing)}:is(.app-shell .invoice article header,.app-shell .invoice article>section)>:is(h1,h2,h3,h4,h5,h6){grid-column:1 / -1}.app-shell .invoice article>header aside{text-align:right}.app-shell .invoice article>section{margin-top:var(--spacing)}.app-shell .invoice .customer{color:var(--color-gray-600)}.app-shell .invoice dl{display:grid;grid-template-columns:auto 1fr;align-content:baseline;align-items:baseline;gap:0 var(--spacing-half);margin:0}.app-shell .invoice dl.right-aligned{text-align:right;grid-template-columns:1fr auto}.app-shell .invoice dl.right-aligned dd{text-align:left}.app-shell .invoice dt{font-size:var(--size-sm);font-weight:var(--weight-semibold);color:var(--color-gray-500);margin:var(--spacing-half) 0 var(--spacing-quarter)}.app-shell .invoice dd{font-size:var(--size-smd);font-weight:var(--weight-regular);color:var(--color-label);margin-left:0}.app-shell .invoice .resource-listing{margin:var(--spacing) 0}.app-shell .invoice .resource-listing table{background-color:transparent}.app-shell .invoice th{text-transform:uppercase}.app-shell .invoice em{font-style:normal;font-weight:var(--weight-bold)}.app-shell .invoice dl.summary,.app-shell .invoice section.final{width:fit-content;margin-left:auto}:is(.app-shell .invoice dl.summary,.app-shell .invoice section.final) :is(dt,h2){text-transform:uppercase}:is(.app-shell .invoice dl.summary,.app-shell .invoice section.final) h2{margin-top:var(--spacing);font-size:var(--size-sm);text-align:right;font-weight:var(--weight-bold)}:is(.app-shell .invoice dl.summary,.app-shell .invoice section.final) h2+em{font-size:var(--size-3xl)}}@layer overrides{.app-tool form{display:flex;flex-flow:column nowrap;align-items:stretch;gap:var(--spacing)}.app-tool form .logo{width:fit-content;height:auto;margin:0 auto}.app-tool form fieldset{display:grid;--grid-cell-width: 20rem;--grid-gap: var(--spacing-dense);grid-template-columns:[col-start] repeat(auto-fit,minmax(min(100%,var(--grid-cell-width)),1fr)) [col-end];gap:var(--grid-gap);padding:var(--spacing-dense);background-color:#fff;border-radius:var(--spacing-quarter);border:0}.app-tool form fieldset.dense{--grid-cell-width: 8rem}.app-tool form fieldset header{grid-column:col-start / col-end}.app-tool form fieldset label{display:flex;flex-flow:column nowrap;align-items:stretch;border:1px solid var(--color-gray-300);font-size:var(--size-xs)}.app-tool form fieldset label[role=button] [type=file]{display:none}.app-tool form fieldset textarea{border:0}.app-tool form fieldset.checklist{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;gap:var(--spacing-quarter)}.app-tool form fieldset.checklist header{width:100%;margin-bottom:var(--spacing-quarter)}.app-tool form fieldset.checklist label.role-checkbox:has([type=checkbox]){display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-gray-200);border-radius:var(--spacing);padding:var(--spacing-quarter);color:var(--color-gray-700);font-size:var(--size-sm);cursor:pointer}.app-tool form fieldset.checklist label.role-checkbox:has([type=checkbox]):has(:checked){background-color:var(--color-gray-700);color:var(--color-primary-50)}.app-tool form fieldset.checklist label.role-checkbox:has([type=checkbox]) [type=checkbox]{display:none}.app-tool form footer{display:flex;flex-flow:row nowrap;align-items:stretch;gap:var(--spacing-quarter);padding:var(--spacing-half)}.app-tool form footer>*{flex:1}.app-tool form:has(:invalid) button[type=submit]{filter:grayscale(100%);pointer-events:none}}@layer overrides{.app-tool .feedback{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:var(--spacing);height:100vh}.app-tool .feedback footer{position:fixed;bottom:0;width:100%;display:flex;align-items:center;justify-content:center;padding:var(--spacing-quarter)}.app-tool .feedback footer>*{flex:1}}@layer overrides{body:has(.app-tool){background-color:var(--primary-50)}.app-tool .wrapper>header{background-color:#fff;display:flex;flex-flow:column nowrap;align-items:center;gap:var(--spacing-quarter);border:1px solid color-mix(in oklab,var(--color-gray-200),transparent 50%);--border-radius: var(--spacing-thick);border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);padding:var(--spacing-quarter) var(--spacing-thick)}.app-tool .wrapper>header .back-link{position:absolute;top:0;left:0;--size: var(--spacing);width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center}.app-tool main{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:var(--spacing-half);padding:var(--spacing-half);margin-bottom:calc(var(--spacing) + 3.2rem)}.app-tool .filter{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:var(--spacing-thin)}.app-tool :is(h1,h2,h3,h4,a:not([role=button])){color:var(--color-slate-700)}.app-tool :is(h1,h4){font-weight:var(--weight-regular)}.app-tool :is(h3,h4){font-size:.8rem}.app-tool h1{font-size:1rem}.app-tool h2{font-size:.9rem;font-weight:var(--weight-medium)}.app-tool h3{font-weight:var(--weight-semibold)}.app-tool ul.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:var(--spacing)}.app-tool ul.cards li{background-color:var(--color-primary-50);border-radius:var(--spacing-half);position:relative;padding:var(--spacing-half)}.app-tool ul.cards li .state{position:absolute;top:.6rem;right:.4rem;border-radius:var(--spacing);padding:.1rem .3rem;font-size:var(--size-sm);font-weight:var(--weight-medium)}.app-tool ul.cards li .state.Scheduled{background-color:var(--color-orange-100);color:var(--color-orange-900)}.app-tool ul.cards li .state.Done{background-color:var(--color-green-100);color:var(--color-green-900)}.app-tool ul.cards li a{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:space-between;gap:var(--spacing-half)}.app-tool ul.cards li dl.icons{display:grid;grid-template-columns:[col-start icon] var(--icon-size, 1rem) [def] 1fr [col-end];column-gap:var(--spacing-quarter);row-gap:var(--spacing-half)}.app-tool ul.cards li dl.icons dt{grid-column:col-start}.app-tool ul.cards li dl.icons dd{grid-column:def;margin:0}.app-tool ul.cards li .anchor-icon{position:absolute;top:50%;transform:translateY(-50%);right:1rem}.app-tool .new-entry{position:fixed;bottom:var(--spacing);right:var(--spacing);background-color:var(--color-primary-200);border-radius:100%;border:none;--size: 3.2rem;width:var(--size);height:var(--size);display:flex;align-items:center;justify-content:center;box-shadow:var(--drop-shadow-md)}.app-tool .new-entry img{--size: 1.4rem;width:var(--size);height:var(--size)}.app-tool .room-entry{position:relative}.app-tool .room-entry button.close{position:absolute;top:50%;right:var(--spacing-quarter);transform:translateY(-50%);--size: var(--spacing-dense);width:var(--size);height:var(--size);border-radius:calc(2 * var(--size));padding:0;background-size:50%;background-repeat:no-repeat;background-position:center;filter:grayscale(1)}.app-tool .review{padding:var(--spacing-half)}.app-tool .review .totals,.app-tool .review dl{display:flex;flex-flow:column nowrap;align-items:stretch;justify-content:flex-start;gap:var(--spacing-half)}.app-tool .review dt{font-weight:var(--weight-semibold)}.app-tool .review dd{margin:0}.app-tool .review footer{display:flex;flex-flow:row nowrap;align-items:stretch;justify-content:space-between;gap:var(--spacing-half);padding:var(--spacing-half) 0}.app-tool .review footer>*{flex:1}}.auth-screen{position:relative;height:100vh;display:grid;place-items:center;overflow:hidden}.auth-background{position:absolute;inset:0;background-repeat:no-repeat;background-size:cover;background-position:center;transform:scale(1.02);z-index:0}.auth-background:after{content:"";position:absolute;inset:0;background:radial-gradient(900px 600px at 20% 25%,rgba(255,255,255,.35),transparent 60%),radial-gradient(900px 600px at 75% 30%,rgba(255,255,255,.22),transparent 65%),linear-gradient(135deg,#7cc2f240,#99d7ff1f 40%,#6aaee638);pointer-events:none}.auth-screen__glow{position:absolute;inset:0;background:radial-gradient(120% 140% at 10% 0%,rgba(59,130,246,.35),transparent 60%),radial-gradient(95% 110% at 90% 100%,rgba(14,165,233,.25),transparent 65%);filter:blur(0);pointer-events:none}.auth-shell{position:relative;width:min(1120px,100%);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);border-radius:2rem;overflow:hidden;box-shadow:0 32px 80px -28px #0f172aa6;background:#0f172a6b;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.auth-intro{position:relative;padding:clamp(2.5rem,4vw,3.5rem);display:flex;flex-direction:column;justify-content:space-between;gap:clamp(2rem,3vw,3.5rem);color:#f1f5f9;background:radial-gradient(circle at 18% 20%,rgba(37,99,235,.55),transparent 62%),linear-gradient(180deg,#050f1f,#0e1d32 32%,#163660 70%,#0c4a6ed9)}.auth-intro:after{content:"";position:absolute;inset:15% -35% -35% 40%;background:linear-gradient(120deg,#3b82f659,#ffffff14);filter:blur(140px);pointer-events:none}.auth-intro__logo{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;font-size:1.05rem;letter-spacing:1.6px;text-transform:uppercase;font-weight:600}.auth-logo{display:block;width:140px;height:auto;filter:drop-shadow(0 18px 40px rgba(15,23,42,.45));padding-bottom:1rem}.auth-logo--hero{width:clamp(110px,14vw,140px);filter:drop-shadow(0 26px 48px rgba(5,12,24,.75)),drop-shadow(0 0 22px rgba(3,169,244,.35))}.auth-logo--card{width:clamp(60px,9vw,78px);filter:drop-shadow(0 12px 26px rgba(37,99,235,.35))}.auth-intro__content{position:relative;display:grid;gap:1.25rem}.auth-intro__content h2{font-size:clamp(1.9rem,4vw,2.4rem);line-height:1.2;font-weight:600}.auth-intro__content p{font-size:1.05rem;line-height:1.6;color:#f1f5f9e0;max-width:28rem}.auth-intro__footer{position:relative;font-size:.95rem;letter-spacing:.64px;text-transform:uppercase;opacity:.72}.auth-card{position:relative;width:min(540px,100%);border-radius:18px;padding:2.25rem 2rem;background:#ebf7ff4d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1;display:flex;flex-direction:column;gap:1.4rem;color:#0f172a}.auth-card__header{display:grid;gap:.75rem;justify-items:center;text-align:center}.auth-card__header h1{margin:0;font-size:1.8rem;font-weight:500;color:#2360cc}.auth-card__header p{margin:0;color:#0f141a;line-height:1.45;font-size:.85rem}.auth-card__logo{justify-self:center;display:none}.auth-form{display:grid;gap:.9rem}.auth-button-row{width:100%!important;display:block}.auth-button{width:100%!important;justify-content:center;box-sizing:border-box}.auth-button:disabled{background:#a8b5c4!important;border-color:#a8b5c4!important;color:#fff!important;box-shadow:none!important;cursor:not-allowed!important}.auth-field{width:100%;margin:0;padding:0;box-sizing:border-box;display:grid;gap:.5rem}.auth-form--forgot .auth-field{margin-bottom:1rem}.auth-field span{font-size:.9rem;color:#0f172a;font-weight:500}.auth-field>input{padding:.85rem 1rem;border-radius:.9rem;border:1px solid rgba(148,163,184,.4);font-size:1rem;background:#ffffffe6;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.auth-field>input:focus{outline:none;border-color:#2563eba6;box-shadow:0 0 0 4px #2563eb1f;background:#fff}.auth-field small{color:#dc2626;font-weight:500}.auth-error{color:#dc2626;font-weight:600;text-align:center;background:#f871711f;border-radius:.75rem;padding:.75rem 1rem}.auth-links{text-align:center;font-size:.92rem}.auth-links a{color:#2360cc;font-weight:500;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-links--left{text-align:left;margin-top:0;font-size:.75rem}.auth-message{margin:0;padding-top:.25rem;font-size:.75rem;line-height:1.6;color:#485a70;text-align:center}.auth-message a{color:#1d4ed8;font-weight:500}.auth-input{position:relative;width:100%;height:42px;border-radius:8px;border:1px solid #64748b;background:transparent;box-sizing:border-box;transition:height .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-input input{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:.95rem;font-weight:400;color:#0f172a;padding:0 2.8rem 0 2.6rem;box-sizing:border-box;line-height:1.2}.auth-input--float.is-filled input{padding-left:.6rem;padding-right:2.8rem}.auth-input__icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:22px;height:22px;transition:opacity .18s ease,transform .18s ease;pointer-events:none}.auth-input__label{position:absolute;left:2.6rem;top:50%;transform:translateY(-50%);opacity:0;font-size:.72rem;color:#4b5563;pointer-events:none;transition:opacity .18s ease,top .18s ease,transform .18s ease}.auth-input:focus-within{border:1.75px solid #64748B}.auth-input--float.is-filled{height:65px}.auth-input--float.is-filled input{padding-top:1rem;line-height:1.15}.auth-input--float.is-filled input::placeholder{opacity:0}.auth-input--float.is-filled .auth-input__label{left:.6rem;top:10px;font-size:.68rem;font-weight:600;color:#4b5563;line-height:1;opacity:1;transform:none}.auth-input--float.is-filled .auth-input__icon{opacity:0;transform:translateY(-50%) scale(.92)}.auth-input__toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;padding:0;cursor:pointer;color:#4b5563;opacity:0;pointer-events:none}.auth-input__toggle img{width:22px;height:22px;opacity:.75}.auth-input--password.is-filled .auth-input__toggle{opacity:1;pointer-events:auto}.auth-input input[type=password]::-ms-reveal,.auth-input input[type=password]::-ms-clear{display:none}.auth-password-requirements{margin:-.25rem 0 .35rem;padding:0;display:grid;gap:.35rem;list-style:none;color:#64748b;font-size:.78rem;line-height:1.25}.auth-password-requirements li{display:flex;align-items:center;gap:.35rem;font-weight:500}.auth-password-requirements li span{width:.9rem;flex:0 0 .9rem;text-align:center;color:currentColor}.auth-password-requirements li.is-valid{color:#15803d}.auth-input input:-webkit-autofill,.auth-input input:-webkit-autofill:hover,.auth-input input:-webkit-autofill:focus,.auth-input input:-webkit-autofill:active{-webkit-text-fill-color:#0f172a;caret-color:#0f172a;-webkit-color-shadow:0 0 0 1000px transparent inset;box-shadow:0 0 0 1000px transparent inset;transition:background-color 9999s ease-out 0s}.auth-screen--policy{align-items:start;min-height:100vh;height:auto;overflow-y:auto;padding:32px 20px}.privacy-policy-card{position:relative;z-index:1;width:min(980px,100%);margin:0 auto;padding:28px;border:1px solid rgba(203,213,225,.9);border-radius:18px;background:#fffffff0;box-shadow:0 28px 70px #0f172a2e;color:#0f172a}.privacy-policy-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding-bottom:22px;border-bottom:1px solid #e2e8f0}.privacy-policy-logo{width:128px;height:auto}.privacy-policy-hero p{margin:0 0 6px;font-size:12px;font-weight:800;letter-spacing:.16em;color:#2563eb;text-transform:uppercase}.privacy-policy-hero h1{margin:0;font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.15;color:#0f172a}.privacy-policy-back{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid #2563eb;border-radius:8px;color:#2563eb;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}.privacy-policy-intro{margin:24px 0;padding:18px 20px;border:1px solid #dbeafe;border-radius:12px;background:#eff6ff}.privacy-policy-intro p,.privacy-policy-section p{margin:0;color:#334155;font-size:14px;line-height:1.75}.privacy-policy-content{display:grid;gap:22px}.privacy-policy-section{display:grid;gap:10px}.privacy-policy-section h2{margin:0;color:#1d4ed8;font-size:18px}.privacy-policy-section p+p{margin-top:2px}@media(max-width:1024px){.auth-shell{grid-template-columns:minmax(0,1fr);border-radius:1.5rem}.auth-intro{display:none}.auth-card{padding:2rem min(8vw,2rem)}.auth-card__logo{display:inline-flex}}@media(max-width:640px){.auth-screen{padding:1.5rem 1.25rem}.auth-card{gap:1.1rem;border-radius:1.25rem;box-shadow:0 24px 48px -22px #0f172a73}.auth-logo--hero{width:88px}.auth-logo--card{width:54px}.auth-message{font-size:.8rem}.auth-screen--policy{padding:16px}.privacy-policy-card{padding:20px;border-radius:14px}.privacy-policy-hero{grid-template-columns:1fr;justify-items:start}.privacy-policy-logo{width:104px}}.home-page{min-height:calc(100vh - var(--header-height));margin:calc(var(--corner-size) * -1);background:#fff;color:#334155;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column}.home-title-row{height:46px;display:flex;align-items:center;gap:10px;padding:0 20px;border-bottom:1px solid #dbe4f0;flex:0 0 auto}.home-title-mark{width:16px;height:16px;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.home-title-row h1{margin:0;font-size:24px;line-height:1;font-weight:400;color:#334155}.home-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;flex:1 1 auto;min-height:0}.home-main-column{padding:16px 16px 32px 20px;border-right:1px solid #dbe4f0;min-width:0}.home-hero{display:flex;align-items:flex-start;gap:24px;margin-bottom:22px}.home-hero-copy h2{margin:0 0 22px;font-size:21px;line-height:1.2;font-weight:700;color:#334155}.home-hero-copy p{margin:0;font-size:13px;line-height:1.45;font-weight:500;color:#334155}.home-time-card{width:262px;margin-left:auto;margin-right:0;border:1px solid #d8e2ef;border-radius:6px;background:#fff;padding:16px 18px;min-height:92px;box-shadow:0 1px 2px #0f172a0a}.home-time-card__header{display:flex;align-items:center;gap:10px;color:#334155}.home-time-card__header strong{font-size:14px;font-weight:700}.home-time-card__icon{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.home-time-card__status{margin-left:auto;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:500}.home-time-card__status.is-normal,.home-time-card.is-normal .home-time-card__icon{background:#dcfce7;color:#00a862}.home-time-card.is-normal .home-time-card__value{color:#00a862}.home-time-card__status.is-warning,.home-time-card.is-warning .home-time-card__icon{background:#fef3c7;color:#f59e0b}.home-time-card.is-warning .home-time-card__value{color:#f59e0b}.home-time-card__status.is-closed,.home-time-card.is-closed .home-time-card__icon{background:#fee2e2;color:#b91c1c}.home-time-card.is-closed .home-time-card__value{color:#b91c1c}.home-time-card__value{display:block;margin:4px 0 4px 36px;font-size:26px;line-height:1;font-weight:700;transition:color .2s ease}.home-time-card__caption{display:block;margin-left:36px;font-size:10px;font-weight:500;color:#64748b}.home-message-strip{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;margin-bottom:18px}.home-message-card{min-height:72px;border:1px solid color-mix(in srgb,var(--home-message-color) 50%,#ffffff);border-radius:5px;background:color-mix(in srgb,var(--home-message-color) 10%,#ffffff);color:var(--home-message-color);padding:10px 12px}.home-message-card strong{display:block;margin-bottom:5px;font-size:13px;line-height:1.2;font-weight:700}.home-message-card p{margin:0;white-space:pre-line;font-size:12px;line-height:1.35;font-weight:500}.home-activity-card{width:100%;border:1px solid #e2e8f0;background:#fff;padding:14px 14px 18px;max-width:none}.home-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.home-card-header h2{margin:0;font-size:14px;line-height:1.2;font-weight:700;color:#334155}.home-new-button{height:26px;border:1px solid #2563eb;border-radius:5px;background:#fff;color:#2563eb;padding:0 10px;display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;cursor:pointer}.home-activity-list{border:1px solid #cbd5e1;border-radius:6px;max-height:214px;overflow-y:auto;padding:0 8px 0 0}.home-activity-list::-webkit-scrollbar{width:10px}.home-activity-list::-webkit-scrollbar-track{background:#eff4fb}.home-activity-list::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.home-activity-item{min-height:38px;display:grid;grid-template-columns:30px minmax(0,1fr) 28px;align-items:center;gap:8px;padding:4px 6px;border-bottom:1px solid #cbd5e1}.home-activity-item:last-child{border-bottom:0}.home-activity-icon{width:25px;height:25px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.home-activity-icon.is-blue{background:#dbeafe;color:#3b82f6}.home-activity-icon.is-purple{background:#f3e8ff;color:#8b5cf6}.home-activity-icon.is-cyan{background:#cffafe;color:#0891b2}.home-activity-icon.is-indigo{background:#e0e7ff;color:#6366f1}.home-activity-text{min-width:0;display:flex;flex-direction:column}.home-activity-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.1;font-weight:700;color:#334155}.home-activity-text span{font-size:11px;line-height:1.1;font-weight:500;color:#334155}.home-row-action{width:28px;height:28px;border:0;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.home-notifications-panel{padding:12px 18px 32px;background:#fff;min-width:0}.home-notifications-panel>header{height:24px;display:flex;align-items:center;justify-content:center;border-bottom:2px solid #2563eb;color:#2563eb}.home-notifications-panel>header h2{margin:0;font-size:12px;line-height:1;font-weight:700}.home-notifications-list{display:flex;flex-direction:column;gap:8px;padding-top:14px}.home-notification-card{border:1px solid #dbe4f0;border-radius:4px;background:#fff;padding:8px}.home-notification-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.home-notification-topline span,.home-notification-topline time{font-size:9px;line-height:1;font-weight:700;color:#64748b}.home-notification-card strong{display:block;font-size:12px;line-height:1.2;font-weight:700;color:#334155}.home-notification-card p{margin:2px 0 4px;font-size:11px;line-height:1.25;font-weight:500;color:#64748b}.home-notification-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.home-notification-footer span{font-size:9px;line-height:1;font-weight:700;color:#334155}.home-notification-footer button{border:0;background:transparent;color:#2563eb;padding:0;font-size:9px;line-height:1;font-weight:700;cursor:pointer}@media(max-width:1100px){.home-main-grid{grid-template-columns:1fr}.home-main-column{border-right:0}.home-notifications-panel{border-top:1px solid #dbe4f0}}@media(max-width:820px){.home-hero{grid-template-columns:1fr}.home-time-card{max-width:360px}}.advanced-search-pill{flex:1;min-width:15em;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 .65rem;border:1px solid #d6def2;border-radius:999px;background:#fdfdff}.advanced-search-form{flex:1}.advanced-search-field{display:flex;align-items:center;gap:.65rem;border:none}.advanced-search-field .search-icon{display:inline-flex;align-items:center;line-height:0}.advanced-search-field input{flex:1;border:none;background:transparent;font:inherit;color:#0f172a;font-size:.75rem;min-width:0;-webkit-appearance:none;appearance:none}.advanced-search-field input::placeholder{color:#94a3b8}.advanced-search-field .clear-btn{width:1rem;height:1rem;flex:0 0 1rem;border:none;background:transparent;color:#94a3b8;font-size:1rem;cursor:pointer;padding:0;line-height:1;display:inline-flex;align-items:center;justify-content:center}.advanced-search-selectors{display:flex;align-items:center;gap:1.25rem;white-space:nowrap}.search-selector-button{border:none;background:transparent;color:#334155;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.search-selector .chevron{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}.search-menu{position:absolute;top:calc(100% + .35rem);left:0;min-width:10rem;padding:.35rem 0;margin:0;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;box-shadow:0 10px 24px #0f172a1f;display:flex;flex-direction:column;gap:.2rem;z-index:20}.advanced-search-field input[type=search]::-webkit-search-cancel-button,.advanced-search-field input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.advanced-search-row{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.advanced-search-actions{display:flex;align-items:center;gap:.5rem}.advanced-search-actions .toolbar-menu{position:relative;display:inline-flex;align-items:center;gap:.5rem}.advanced-search-actions .toolbar-circle{--size: 2.5rem;width:var(--size);height:var(--size);padding:0;border-radius:999px;border:1.5px solid #dbe5ff;background:#f6f8ff;color:#221d65;justify-content:center;box-shadow:0 6px 14px #2351ff2e}.advanced-search-actions .action-button.toolbar-circle.toolbar-circle--actions{width:auto;padding:0 .9rem}.advanced-search-actions__trigger-content{display:inline-flex;align-items:center;gap:.45rem;line-height:1}.advanced-search-actions__trigger-leading{display:inline-flex;align-items:center;justify-items:center}.advanced-search-actions__trigger-label{font-size:14px;font-weight:500}.advanced-search-actions__trigger-chevron{flex-shrink:0}.advanced-search-actions .action-button.toolbar-circle .icon-text{font-size:.85rem}.advanced-search-actions .action-button.toolbar-circle.is-primary{border-color:#2360cc;color:#2360cc;background:#fff}.advanced-search-actions .action-button.toolbar-circle:is(:hover,:focus-visible){border-color:#2360cc;color:#2360cc;background:#fff}.advanced-search-actions .toolbar-dropdown{position:absolute;top:calc(100% + .35rem);left:0;min-width:10rem;padding:.4rem 0;margin:0;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:.65rem;box-shadow:0 10px 24px #0f172a2e;z-index:20}.advanced-search-actions .toolbar-dropdown li{width:100%}.advanced-search-actions .toolbar-dropdown button{width:100%;border:none;background:transparent;color:#0f172a;font:inherit;display:flex;align-items:center;gap:.5rem;padding:.4rem .9rem;cursor:pointer;transition:background .12s ease,color .12s ease}.advanced-search-actions .toolbar-dropdown button:hover{background:#e2e8f073}.advanced-search-actions .toolbar-dropdown .menu-icon{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem}.advanced-search-actions .columns-menu{max-height:18rem;overflow-y:auto;min-width:12rem}.advanced-search-actions .columns-menu label{display:flex;align-items:center;gap:.5rem;padding:.25rem .9rem;cursor:pointer;user-select:none;-webkit-user-select:none}.advanced-search-actions .columns-menu input[type=checkbox]{appearance:none;width:1.05rem;height:1.05rem;border:1px solid #cbd5e1;border-radius:.2rem;display:grid;place-items:center;background:#fff;transition:border-color .12s ease,background .12s ease}.advanced-search-actions .columns-menu input[type=checkbox]:after{content:"";width:.55rem;height:.55rem;border-radius:.1rem;transform:scale(0);transition:transform .12s ease;background:#fff}.advanced-search-actions .columns-menu input[type=checkbox]:checked{background:#2563eb;border-color:#2563eb}.advanced-search-actions .columns-menu input[type=checkbox]:checked:after{transform:scale(1)}.advanced-search-actions .columns-menu input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.advanced-search-container{position:relative;display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.advanced-search-header{display:flex;align-items:center;gap:.1rem}.advanced-filter-toggle{border:1px solid #d6def2;background:#fdfdff;border-radius:12px;padding:.65rem;cursor:pointer;color:#334155;font:inherit;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center}.selector-pill{border:none;background:transparent;color:#334155;font-size:14px;font-weight:400;line-height:20px;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;padding-right:.9rem}.selector-pill:after{content:"";position:absolute;right:.2rem;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #334155;pointer-events:none}.selector-dropdown{position:absolute;top:calc(100% + .35rem);left:0;min-width:10rem;padding:.35rem 0;margin:0;list-style:none;background-color:#fff;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;display:flex;flex-direction:column;gap:.2rem;z-index:30}.selector-dropdown li button{width:100%;border:none;background:transparent;text-align:left;padding:.45rem 1rem;font:inherit;color:#1d2941;cursor:pointer}.selector-dropdown li button.is-selected{color:#2360cc;font-weight:600}.advanced-filters-panel{position:absolute;left:0;right:0;top:calc(100% + .5rem);width:auto;padding:.6rem;background-color:#fff;border:1px solid rgba(148,163,184,.35);border-radius:.65rem;box-shadow:0 10px 24px #0f172a1f;z-index:40;overflow:visible}.advanced-filter-rule{--advanced-filter-control-height: 34px;--advanced-filter-join-width: 4.5rem;--advanced-filter-field-width: 11rem;--advanced-filter-operator-width: 8.75rem;display:grid;grid-template-columns:auto var(--advanced-filter-join-width) var(--advanced-filter-field-width) var(--advanced-filter-operator-width) minmax(0,1fr);gap:.5rem;align-items:center;padding:.25rem 0}.advanced-filter-rule.is-date-range{grid-template-columns:auto var(--advanced-filter-join-width) var(--advanced-filter-field-width) minmax(0,1fr) minmax(0,1fr)}.rule-remove{border:1px solid rgba(148,163,184,.35);background:#fff;border-radius:999px;padding:.35rem .5rem;font-weight:500;cursor:pointer;line-height:1}.advanced-filter-rule select,.advanced-filter-rule input{width:100%;height:var(--advanced-filter-control-heigth);min-width:0;box-sizing:border-box;border:1px solid rgba(148,163,184,.35);border-radius:999px;padding:.35rem .5rem;font:inherit;background:#fff}.advanced-filters-footer{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding-top:.5rem}.rule-add,.rule-search{border:1px solid #2360cc;color:#2360cc;background:#fff;border-radius:.35rem;padding:.55rem 1rem;cursor:pointer;font:inherit;font-weight:500}.rule-search{background:#2360cc;border-color:#2360cc;color:#fff}.select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none;width:100%}.select-wrapper{position:relative;display:flex;width:100%}.select-wrapper:after{content:"";position:absolute;right:.6rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #334155;pointer-events:none}.select-wrapper select{padding-right:1.4rem}.date-filter-input{position:relative;display:flex;align-items:center;width:100%;height:var(--advanced-filter-control-height);min-width:0;box-sizing:border-box;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#fff}.advanced-filter-rule .date-filter-input .date-filter-input__value{flex:1;width:100%;height:100%;min-width:0;box-sizing:border-box;border:0;border-radius:999px 0 0 999px;padding:.35rem .5rem;background:transparent;font:inherit}.advanced-filter-rule .date-filter-input .date-filter-input__value:focus{outline:none}.date-filter-input__button{width:2rem;height:100%;min-height:0;flex:0 0 2rem;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border:0;border-left:1px solid rgba(148,163,184,.35);border-radius:0 999px 999px 0;background:transparent;color:#475569;cursor:pointer}.date-filter-input__button:hover,.date-filter-input__button:focus-visible{color:#2360cc;outline:none}.date-filter-input__popover{position:absolute;top:calc(100% + .4rem);right:0;z-index:80;width:284px;padding:.75rem;border:1px solid #cbd5e1;border-radius:.75rem;background:#fff;box-shadow:0 18px 35px #05172a24}.date-filter-input__calendar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;color:#0f172a;font-size:14px;font-weight:700}.date-filter-input__month-button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#fff;color:#475569;cursor:pointer}.date-filter-input__month-button:hover,.date-filter-input__month-button:focus-visible{border-color:#2360cca6;color:#2360cc;outline:none}.date-filter-input__weekdays,.date-filter-input__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.date-filter-input__weekdays{margin-bottom:.35rem;color:#64748b;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase}.date-filter-input__day{width:100%;height:34px;border:0;border-radius:999px;background:transparent;color:#334155;font-size:13px;font-weight:500;cursor:pointer}.date-filter-input__day:hover,.date-filter-input__day:focus-visible{background:#eff6ff;color:#2360cc;outline:none}.date-filter-input__day.is-muted{color:#94a3b8}.date-filter-input__day.is-selected{background:#2360cc;color:#fff}.pagination-footer{display:flex;justify-content:flex-end}.pagination{display:flex}.pagination ul{display:flex;gap:0;padding:0;margin:0;list-style:none}.pagination li{display:flex}.pagination button{display:flex;align-items:center;justify-content:center;border:1px solid #CBD5E1;background:#fff;color:#64748b;font:inherit;font-weight:500;padding:.35rem .7rem;border-radius:0;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.pagination li:first-child button{border-top-left-radius:8px;border-bottom-left-radius:8px}.pagination li:last-child button{border-top-right-radius:8px;border-bottom-right-radius:8px}.pagination li:first-child button,.pagination li:last-child button{padding:0 .35rem}.pagination button:hover:not([disabled]){border-color:#2360cc}.pagination button.active{background:#2360cc;border-color:#2360cc;color:#fff}.pagination button[disabled]{opacity:.35;cursor:default}.pagination .ellipsis{border:1px solid rgba(148,163,184,.45);align-self:center;color:#334155;padding:.35rem .6rem;font-size:1rem}.results-per-page-control{display:flex;align-items:center;gap:.6rem;color:#64748b;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;line-height:1.2}.results-per-page-control__label{margin:0}.results-per-page-control__selector{position:relative}.results-per-page-control__trigger{border:1.5px solid #d6def2;background:#fff;color:#334155;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;padding:.35rem .75rem;border-radius:999px;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}.results-per-page-control__trigger:hover{border-color:#cbd5f0;background:#f8fafc}.results-per-page-control__menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:6rem;padding:.35rem 0;margin:0;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;box-shadow:0 10px 24px #0f172a1f;display:flex;flex-direction:column;gap:.2rem;z-index:5}.results-per-page-control__menu li button{width:100%;border:none;background:transparent;text-align:left;padding:.45rem 1rem;font-family:inherit;font-size:14px;font-weight:500;color:#1d2941;cursor:pointer}.results-per-page-control__menu li button:hover{background:rgba(37,99,235,0,08);color:#1d4ed8}.results-per-page-control__menu li button:active{color:#2351ff;font-weight:600}.detail-footer-bar__spacer{width:100%;pointer-events:none}.detail-footer-bar{position:fixed;left:58px;right:0;bottom:0;background:#fff;border-top:1px solid #e6ebf5;padding:16px 24px;box-shadow:0 -8px 24px #0f172a14;z-index:20;transform:translateY(110%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .18s ease,opacity .18s ease,visibility 0s linear .18s}.detail-footer-bar.is-visible{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .18s ease,opacity .18s ease}.detail-footer-bar__content{max-width:none;margin:0 auto;display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start}.detail-btn{min-height:44px;padding:10px 26px;font-size:16px;font-weight:500;border-radius:12px;border-width:1px;box-shadow:none;border:1px solid transparent;cursor:pointer}.detail-btn--primary{background:#2563eb;color:#fff}.detail-btn--primary:disabled{opacity:.6;cursor:default}.detail-btn--outline{background:#fff;color:#2563eb;border-color:#2563eb}.detail-btn--outline:disabled{opacity:.6;cursor:default}.detail-toast{position:fixed;bottom:2.5rem;right:2.5rem;min-width:240px;max-width:420px;padding:.9rem 1.1rem;border-radius:14px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.2);box-shadow:0 28px 50px #02061773,inset 0 0 0 1px #94a3b81f;display:flex;align-items:center;gap:.6rem;font-size:.9rem;letter-spacing:.16px;z-index:40}.detail-toast.success{background:#dcfce7;color:#166534;border-color:#16a34a4d}.detail-toast.error{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.detail-toast.info{background:#e0f2fe;color:#0369a1;border-color:#bae6fd}.list-views-popover-anchor{position:relative;display:inline-flex;align-items:center}.list-views-popover__trigger{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#0f172a;cursor:pointer;border-radius:999px;transition:background .12s ease,color .12s ease}.list-views-popover__trigger svg{width:24px;height:24px;flex:0 0 auto;stroke-width:1.25}.list-views-popover__trigger:hover{background:transparent;color:#2351ff}.list-views-popover{position:absolute;top:calc(100% + .6rem);left:0;width:260px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 18px 40px #0f172a24;z-index:40;overflow:hidden}.list-views-popover__header{padding:14px 16px 10px;color:#64748b;font-size:14px;font-weight:700}.list-views-popover__list{display:flex;flex-direction:column;max-height:320px;overflow-y:auto;padding:2px 0 8px}.list-views-popover__item{display:grid;grid-template-columns:minmax(0,1fr) 52px;align-items:center;gap:10px;padding:4px 12px}.list-views-popover__item--default{grid-template-columns:minmax(0,1fr)}.list-views-popover__select{border:none;background:transparent;padding:6px 0;display:inline-flex;align-items:center;gap:10px;min-width:0;color:#334155;cursor:pointer;text-align:left}.list-views-popover__radio{width:10px;height:10px;border:1.5px solid #93c5fd;border-radius:999px;flex:0 0 auto;background:#fff}.list-views-popover__radio.is-active{background:#4f7cff;border-color:#4f7cff}.list-views-popover__name{min-width:0;color:#334155;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-views-popover__actions{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.list-views-popover__icon-button{width:20px;height:20px;padding:0;border:none;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:999px}.list-views-popover__icon-button:hover{background:#f1f5f9;color:#334155}.list-views-popover__icon-button--danger{color:#ef4444}.list-views-popover__empty{margin:0;padding:8px 16px 12px;color:#64748b;font-size:14px}.list-views-popover__item--draft{padding-top:6px}.list-views-popover__item--draft .list-views-popover__select{width:100%}.list-views-popover__input{width:100%;min-width:0;border:none;background:transparent;color:#334155;font-size:14px;font-weight:500;outline:none;padding:0}.list-views-popover__input::placeholder{color:#94a3b8}.list-views-popover__new{width:100%;border:none;border-top:1px solid #e2e8f0;background:#fff;color:#2563eb;display:inline-flex;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:700;cursor:pointer}.list-views-popover__new:hover{background:#f8fafc}.entity-page{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);padding:.5rem;color:#f8fafc;position:relative;gap:1.5rem}.entity-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.entity-title-row{display:flex;align-items:flex-start;gap:10px}.entity-header h1{font-size:30px;margin-bottom:.75rem;color:#334155;font-weight:400;line-height:1.2;letter-spacing:0}.entity-header p{margin:0;max-width:34rem;color:#64748b;line-height:1.6;font-size:12px;font-weight:500}.entity-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.entity-actions-top{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.entity-actions .view-pill-row{margin:0}.app-shell:has(.entity-list-page) main{height:calc(100vh - var(--header-height));overflow:hidden;box-sizing:border-box}.app-shell:has(.entity-list-page) .entity-page,.app-shell:has(.entity-list-page) .teams-page:has(.entity-list-page),.app-shell:has(.entity-list-page) .leads-page.leads-page--list{height:100%;min-height:0;overflow:hidden;box-sizing:border-box}.app-shell:has(.entity-list-page) .entity-header,.app-shell:has(.entity-list-page) .teams-page:has(.entity-list-page)>.teams-header,.app-shell:has(.entity-list-page) .leads-page.leads-page--list>.with-actions,.app-shell:has(.entity-list-page) .leads-page.leads-page--list>.jobs-tabs{flex:0 0 auto}.app-shell:has(.entity-list-page) .entity-page>.entity-list-page,.app-shell:has(.entity-list-page) .teams-page:has(.entity-list-page)>.entity-list-page,.app-shell:has(.entity-list-page) .leads-page.leads-page--list>.entity-list-page{flex:1 1 auto;min-height:0;overflow:hidden}.entity-list-page{display:flex;flex-direction:column;gap:0;flex:1 1 auto;height:100%;min-height:0;overflow:hidden;background:transparent;color:#0f172a;border-radius:0}.entity-list-panel{display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-height:0;overflow:hidden;background:#fff;border:none;border-radius:0 .5rem .5rem;padding:1rem;box-shadow:none}.entity-list-top{display:flex;flex-direction:column;gap:.75rem}.entity-tabs{display:flex;align-items:center;background:transparent;padding:0;border:none}.entity-tabs button{border:none;background:transparent;padding:.45rem .75rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;color:#334155;cursor:pointer;position:relative}.entity-tabs button.active{background:#fff;box-shadow:0 8px 18px #0f172a14;color:#1d4ed8;font-weight:600}.entity-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:1px;height:3px;border-radius:999px;background:#1d4ed8}.entity-tabs .tab-plus{width:32px;height:32px;border-radius:.6rem;background:#fff;box-shadow:0 8px 18px #0f202a14}.customers-page header.with-actions h2,.leads-page header.with-actions h2,.invoice-page header.with-actions h2,.proposals-page header.with-actions h2,.contracts-page .contracts-header h1,.jobs-page .jobs-header h1,.teams-page .teams-header h1{font-size:30px;font-weight:400;line-height:1.2;letter-spacing:0}.entity-list-toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:1rem;background:#fff}.entity-list-toolbar .advanced-search-container{flex:1 1 60%;max-width:60%;min-width:18rem}.entity-search{display:flex;align-items:center;gap:.65rem;padding:.5rem .85rem;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;background:#fff;flex:1 1 420px}.entity-search input{border:none;outline:none;flex:1;font-size:14px}.entity-search .clear{border:none;background:transparent;font-size:18px;cursor:pointer;line-height:1}.entity-toolbar-right{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;min-width:0;white-space:nowrap}.entity-results-info{display:flex;align-items:center;gap:1rem;color:#475569;font-size:14px;font-weight:500}.entity-results-info .pagination-info{color:var(--Gray-500, #64748b);font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:500;line-height:16px}.pagination-buttons button{width:30px;height:30px;border:none;background:transparent;cursor:pointer;font-size:20px;font-weight:700}.pagination-buttons button:disabled{opacity:.5;cursor:not-allowed}.entity-list-page .results-per-page,.customers-page .results-per-page,.leads-page .results-per-page,.invoice-page .results-per-page,.proposals-page .results-per-page,.contracts-page .results-per-page,.jobs-page .results-per-page,.teams-page .results-per-page{display:flex;align-items:center;gap:.6rem;color:#475569;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;line-height:1.2}.results-trigger{border:1px solid rgba(148,163,184,.35);background:#fff;border-radius:999px;padding:.45rem .65rem;cursor:pointer}.entity-table-wrapper{flex:1 1 auto;min-height:0;overflow:auto;background:#fff;border:none;border-radius:0;box-shadow:none}.entity-notice{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.1rem;border:1px solid rgba(59,130,246,.18);border-radius:.75rem;background:#ffffffe6;color:#334155}.entity-notice strong{color:#0f172a}.entity-notice p{margin:0}.entity-list-page .entity-table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;max-height:none;overflow:visible;background:#fff}.entity-list-page .entity-table th,.entity-list-page .entity-table td{padding:.75rem;border-bottom:1px solid rgba(148,163,184,.2);color:#0f172a;text-align:left;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-list-page .entity-table th{background:#fff;color:var(--Gray-700, #334155);font-size:14px;font-weight:700;text-transform:none;letter-spacing:0}.entity-list-page .entity-table td{font-size:14px;font-weight:400}.entity-list-page .entity-table td>a,.entity-list-page .entity-table a{display:block;overflow:hidden;color:#1a73e8;font-size:14px;font-weight:400;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.entity-list-page .entity-table thead th:first-child,.entity-list-page .entity-table thead th:last-child{border-radius:0}.th-sortable{border:none;background:transparent;padding:0;margin:0;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;color:inherit;font:inherit;font-weight:700}.entity-link{color:#2360cc;text-decoration:none;font-size:14px;font-weight:400}.entity-list-page .entity-table th.th-select,.entity-list-page .entity-table td.th-select{width:44px;min-width:44px;max-width:44px;padding-left:12px;padding-right:12px;overflow:visible;text-overflow:clip;white-space:normal;text-align:center}.entity-list-page .entity-table th.th-select .row-checkbox,.entity-list-page .entity-table td.th-select .row-checkbox{display:block;margin:0 auto}.row-checkbox{width:16px;height:16px;accent-color:#2360cc;cursor:pointer}.entity-list-page .entity-table tbody tr:hover{background:#94a3b81a}.entity-list-page .entity-table tbody tr.selected{background:#6366f114}.sort-indicator{display:inline-flex;align-items:center;color:#2360cc;opacity:1!important}.th-draggable{cursor:grab}.th-draggable:active{cursor:grabbing}.th-dragging{opacity:.6}.th-drop-target{outline:1px solid #2360cc;outline-offset:-6px;border-radius:12px;background:#2360cc08!important}.entity-list-page .entity-table td.empty,.entity-list-page .entity-table .empty{background:#fff;color:#64748b;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-style:normal;font-weight:500;text-align:center;padding:36px 16px}.entity-list-page .entity-table tbody tr:has(td.empty),.entity-list-page .entity-table tbody tr:has(td.empty):hover{background:#fff}.entity-list-page .pagination-footer{flex:0 0 auto;margin-top:0;background:#fff}.status-pill{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:12px;font-weight:600}.status-pill.active{background:#22c55e1f;color:#16a34a}.status-pill.inactive{background:#ef44441f;color:#dc2626}.entity-link{color:#2360cc;text-decoration:none;font-weight:400}.home-messages-page{min-height:100%}.home-messages-header{align-items:flex-start}.home-messages-header .entity-title-row{align-items:center}.home-messages-header h1{margin-bottom:2px}.home-messages-header p{line-height:1.3}.home-messages-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px}.home-messages-page>.entity-list-panel{border-radius:.5rem}.home-messages-metric-card{min-height:70px;border:1px solid #dbe4f0;border-radius:6px;background:#fff;padding:12px 10px;display:flex;justify-content:space-between;gap:10px;margin-top:16px}.home-messages-metric-card span{display:block;font-size:11px;line-height:1.2;font-weight:500;color:#334155}.home-messages-metric-card strong{display:block;margin-top:6px;font-size:20px;line-height:1;font-weight:700;color:#334155}.home-messages-metric-card small{display:block;margin-top:7px;font-size:11px;line-height:1.2;font-weight:500;color:#64748b}.home-messages-metric-card .home-messages-metric-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.home-messages-metric-icon.is-blue{color:#2563eb;background:#dbeafe}.home-messages-metric-icon.is-green{color:#00a862;background:#dcfce7}.home-messages-metric-icon.is-yellow{color:#b7791f;background:#fef3c7}.home-messages-metric-icon.is-purple{color:#8b5cf6;background:#f3e8ff}.home-messages-actions-column{width:88px;min-width:88px}.home-messages-row-action{width:26px;height:26px;border:0;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.home-messages-link-cell{max-width:100%;border:0;background:transparent;color:#334155;padding:0;text-align:left;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-messages-priority-badge{min-width:48px;height:20px;border-radius:999px;padding:3px 8px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.home-messages-priority-badge.is-low{background:#dcfce7;color:#15803d}.home-messages-priority-badge.is-normal{background:#dbeafe;color:#1d4ed8}.home-messages-priority-badge.is-high{background:#fecaca;color:#b91c1c}.home-message-detail-page{min-height:calc(100vh - var(--header-height));padding:28px 56px calc(var(--detail-footer-bar-height, 0px) + 24px)}.home-message-detail-card{position:relative;min-height:500px;padding-top:6px;border:1px solid #dbe4f0;border-radius:14px;background:#fff;box-shadow:0 4px 14px #0f172a0f;overflow:visible}.home-message-detail-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:#2360cc;border-top-left-radius:14px;border-top-right-radius:14px}.home-message-detail-header{height:82px;padding:16px 20px 14px;display:flex;align-items:flex-start;justify-content:space-between;box-sizing:border-box}.home-message-detail-header h1{margin:0;font-size:21px;line-height:1.1;font-weight:700;color:#334155}.home-message-detail-header p{margin:2px 0 0;font-size:12px;line-height:1.2;font-weight:500;color:#64748b}.home-message-detail-header>div>span{display:block;margin-top:2px;font-size:12px;line-height:1.2;font-weight:500;color:#64748b}.home-message-detail-body-wrapper{margin:0 20px 20px;border:1px solid #dbe4f0;border-radius:7px;background:#fff;overflow:visible}.home-message-detail-body{min-height:500px;display:grid;grid-template-columns:320px minmax(0,1fr);border-radius:inherit}.home-message-details-panel{border-right:1px solid #dbe4f0;padding:18px 16px;background:#fff}.home-message-details-panel h2{margin:0 0 14px;font-size:13px;line-height:1.2;font-weight:700;color:#334155}.home-message-field{display:flex;flex-direction:column;gap:3px;margin-bottom:7px}.home-message-control{position:relative;width:100%;height:44px;border:1px solid #d5dde8;border-radius:6px;background:#fff;box-sizing:border-box}.home-message-control:hover,.home-message-control:focus-within{border-color:#b8c5d5;background:#f8fafc}.home-message-control__label{position:absolute;top:6px;left:10px;z-index:1;color:#64748b;font-size:10px;line-height:1;font-weight:600;pointer-events:none}.home-message-control input,.home-message-control select{width:100%;height:100%;border:0;outline:0;border-radius:inherit;background:transparent;color:#0f172a;padding:15px 34px 0 10px;box-sizing:border-box;font-family:inherit;font-size:12px;line-height:1.1;font-weight:400}.home-message-control select{appearance:none;cursor:pointer}.home-message-control__select-icon{position:absolute;top:50%;right:10px;z-index:1;color:#64748b;pointer-events:none;transform:translateY(-50%)}.home-message-color-control select{padding-left:34px}.home-message-color-control__swatch{position:absolute;left:10px;bottom:8px;z-index:1;width:14px;height:14px;border:1px solid rgba(15,23,42,.18);border-radius:3px;box-sizing:border-box;pointer-events:none}.home-message-date-time-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 110px;gap:7px}.home-message-date-control,.home-message-time-control{position:relative;height:44px;min-width:0;border:1px solid #d5dde8;border-radius:6px;background:#fff;box-sizing:border-box}.home-message-date-control .home-message-date-picker{width:100%;height:100%;min-width:0;display:flex;align-self:stretch}.home-message-date-control .home-message-date-picker .date-range-picker__trigger{width:100%;min-width:0;height:42px;border:0;border-radius:inherit;background:transparent;box-shadow:none;padding:14px 8px 0;gap:5px;font-size:12px}.home-message-date-control .date-range-picker__trigger:hover,.home-message-date-control .date-range-picker__trigger:focus-visible{border:0;background:transparent;box-shadow:none}.home-message-date-control .date-range-picker__trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-message-date-control .date-range-picker__trigger svg{width:15px;height:15px;flex:0 0 15px;align-self:center;color:#64748b}.home-message-date-control:hover,.home-message-date-control:focus-within,.home-message-time-control:hover,.home-message-time-control:focus-within{border-color:#b8c5d5;background:#f8fafc}.home-message-date-control__label,.home-message-time-control__label{position:absolute;top:6px;left:10px;z-index:2;color:#64748b;font-size:10px;line-height:1;font-weight:600;pointer-events:none}.home-message-time-control .home-message-time-picker{width:100%;height:100%;min-width:0;display:flex;align-self:stretch}.home-message-time-control .home-message-time-picker .time-picker__trigger{width:100%;min-width:0;height:42px;border:0;border-radius:inherit;background:transparent;box-shadow:none;padding:14px 8px 0;gap:5px;font-size:12px}.home-message-time-control .time-picker__trigger:hover,.home-message-time-control .time-picker__trigger:focus-visible{border:0;background:transparent;box-shadow:none}.home-message-time-control .time-picker__trigger svg{width:15px;height:15px;flex:0 0 15px}.home-message-time-control .time-picker__popover{right:0;z-index:100}.home-message-field small,.home-message-editor-error{color:#dc2626;font-size:10px;line-height:1.2;font-weight:500}.home-message-editor-panel{min-width:0;background:#fff}.home-message-preview-area{height:202px;background:#f1f5f9;border-bottom:1px solid #dbe4f0;display:flex;align-items:center;justify-content:center}.home-message-preview-card{width:276px;min-height:60px;border:1px solid;border-radius:5px;background:#eff6ff;padding:10px}.home-message-preview-card strong{display:block;margin-bottom:6px;font-size:12px;line-height:1.2;font-weight:700}.home-message-preview-card p{margin:0;white-space:pre-line;font-size:12px;line-height:1.35;font-weight:500}.home-message-editor-toolbar{height:46px;border-bottom:1px solid #dbe4f0;display:flex;align-items:center;gap:5px;padding:6 12px;color:#334155;overflow-x:auto}.home-message-editor-toolbar button{width:36px;height:36px;flex:0 0 32px;border:1px solid transparent;border-radius:5px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.home-message-editor-toolbar button svg{width:22px;height:22px;stroke-width:2}.home-message-editor-toolbar button:hover{border-color:#cbd5e1;background:#f1f5f9}.home-message-editor-toolbar select{height:32px;min-width:112px;flex:0 0 auto;border:1px solid #cbd5e1;background:#fff;color:#334155;padding:0 8px;font-size:11px;font-weight:500;outline:none}.home-message-editor{width:100%;min-height:270px;border:0;resize:none;outline:none;padding:20px;color:#334155;font-size:13px;line-height:1.45;font-weight:500;font-family:inherit}@media(max-width:1180px){.home-messages-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.home-message-detail-page{padding-left:24px;padding-right:24px}}@media(max-width:860px){.home-message-detail-body{grid-template-columns:1fr}.home-message-details-panel{border-right:0;border-bottom:1px solid #dbe4f0}}.date-range-picker{position:relative;display:inline-flex;align-items:center;align-self:flex-start;flex:0 0 auto;user-select:none;-webkit-user-select:none}.date-range-picker .date-range-picker__trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;width:260px;min-width:260px;height:34px;padding:0 .85rem;border:1px solid rgba(148,163,184,.45);border-radius:.35rem;background:#fff;color:#334155;font-size:13px;font-weight:500;line-height:1;box-shadow:0 4px 10px #0f172a0a;cursor:pointer}.date-range-picker .date-range-picker__trigger:hover,.date-range-picker .date-range-picker__trigger:focus-visible{border-color:#2360cca6;box-shadow:0 0 0 3px #2360cc1f;outline:none}.date-range-picker .date-range-picker__trigger:disabled{cursor:not-allowed;opacity:.65}.date-range-picker .date-range-picker__trigger--editable{cursor:text}.date-range-picker .date-range-picker__trigger--editable:focus-within{border-color:#2360cca6;box-shadow:0 0 0 3px #2360cc1f}.date-range-picker .date-range-picker__trigger--editable.has-error{border-color:#dc2626}.date-range-picker .date-range-picker__trigger--editable.is-disabled{cursor:not-allowed;opacity:.65}.date-range-picker__trigger--editable input{flex:1;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:#334155;font:inherit;line-height:1}.date-range-picker__trigger--editable input::placeholder{color:#94a3b8}.date-range-picker__trigger--editable input:disabled{cursor:not-allowed}.date-range-picker .date-range-picker__toggle{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:#475569;cursor:pointer}.date-range-picker .date-range-picker__toggle:focus-visible{border-radius:4px;outline:2px solid rgba(35,96,204,.45);outline-offset:1px}.date-range-picker .date-range-picker__toggle:disabled{cursor:not-allowed}.date-range-picker__trigger svg{flex:0 0 auto;color:#475569}.date-range-picker__trigger span{flex:1;min-width:0;text-align:left;white-space:nowrap}.date-range-picker__popover{position:absolute;top:calc(100% + .45rem);left:0;z-index:30;width:316px;padding:1rem;border:1px solid rgba(148,163,184,.35);border-radius:.75rem;background:#fff;box-shadow:0 18px 35px #0f172a24}.date-range-picker__calendar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.8rem;color:#0f172a;font-size:14px;font-weight:700}.date-range-picker .date-range-picker__month-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#fff;color:#475569;cursor:pointer}.date-range-picker .date-range-picker__month-button:hover,.date-range-picker .date-range-picker__month-button:focus-visible{border-color:#2360cca6;color:#2360cc;outline:none}.date-range-picker__weekdays,.date-range-picker__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.date-range-picker__weekdays{margin-bottom:.35rem;color:#64748b;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase}.date-range-picker .date-range-picker__day{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;height:38px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#334155;font-size:13px;font-weight:500;line-height:1;cursor:pointer}.date-range-picker__day span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px}.date-range-picker__day:hover span,.date-range-picker__day:focus-visible span{background:#eff6ff;color:#2360cc}.date-range-picker__day:focus-visible{outline:none}.date-range-picker__day.is-muted{color:#94a3b8}.date-range-picker__day.is-disabled{cursor:not-allowed;color:#cbd5e1}.date-range-picker__day.is-disabled:hover span,.date-range-picker__day.is-disabled:focus-visible span{background:transparent;color:inherit}.date-range-picker__day.is-in-range,.date-range-picker__day.is-range-start,.date-range-picker__day.is-range-end{background:#eff6ff;color:#2360cc}.date-range-picker__day.is-range-start span,.date-range-picker__day.is-range-end span{background:#2360cc;color:#fff}.date-range-picker__day.is-range-start{border-radius:999px 0 0 999px}.date-range-picker__day.is-range-end{border-radius:0 999px 999px 0}.date-range-picker__day.is-in-range.is-week-start:not(.is-range-start){border-radius:10px 0 0 10px}.date-range-picker__day.is-in-range.is-week-end:not(.is-range-end){border-radius:0 10px 10px 0}.date-range-picker__day.is-range-start.is-range-end{border-radius:999px}.date-range-picker__helper{margin:.75rem 0 0;color:#64748b;font-size:11px;font-weight:500;text-align:center}.time-picker{position:relative;display:inline-flex;align-items:center;align-self:flex-start;flex:0 0 auto;user-select:none;-webkit-user-select:none}.time-picker .time-picker__trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;width:140px;min-width:140px;height:34px;padding:0 .85rem;border:1px solid rgba(148,163,184,.45);border-radius:.35rem;background:#fff;color:#334155;font-size:13px;font-weight:500;line-height:1;box-shadow:0 4px 10px #0f172a0a;cursor:pointer}.time-picker .time-picker__trigger:hover,.time-picker .time-picker__trigger:focus-visible{border-color:#2360cca6;box-shadow:0 0 0 3px #2360cc1f;outline:none}.time-picker .time-picker__trigger:disabled{cursor:not-allowed;opacity:.65}.time-picker__trigger svg{flex:0 0 auto;color:#475569}.time-picker__trigger span{flex:1;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.time-picker__popover{position:absolute;top:calc(100% + .35rem);right:0;z-index:30;display:grid;grid-template-columns:58px 12px 58px 58px;align-items:start;width:216px;padding:10px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#fff;box-shadow:0 14px 28px #0f172a24}.time-picker__column,.time-picker__period{min-width:0}.time-picker__column>strong,.time-picker__period>strong{display:block;height:10px;margin-bottom:5px;color:#64748b;font-size:10px;font-weight:700;line-height:11px;text-align:center;text-transform:uppercase}.time-picker__stepper{display:grid;grid-template-rows:22px 90px 22px;height:134px}.time-picker__step-button{display:inline-flex;align-items:center;justify-content:center;width:100%;height:22px;padding:0;border:0;border-radius:5px;background:transparent;color:#64748b;cursor:pointer}.time-picker__step-button svg{transition:transform .15s ease}.time-picker__step-button:hover,.time-picker__step-button:focus-visible{background:transparent;color:#2360cc;outline:none}.time-picker__step-button:hover svg,.time-picker__step-button:focus-visible svg{transform:scale(1.3)}.time-picker__step-button:active{background:#dbeafe}.time-picker__wheel{display:grid;grid-template-rows:repeat(3,30px);height:90px;overflow:hidden;overscroll-behavior:contain}.time-picker .time-picker__option{display:flex;align-items:center;justify-content:center;width:100%;height:30px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#94a3b8;font-size:12px;font-weight:600;line-height:1;cursor:pointer}.time-picker__option span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;transition:background-color .15s ease,color .15s ease}.time-picker__option:hover span,.time-picker__option:focus-visible span{background:#eff6ff;color:#2360cc}.time-picker__option:focus-visible{outline:none}.time-picker__option.is-selected span{background:#2360cc;color:#fff}.time-picker__separator{display:flex;align-items:center;justify-content:center;height:134px;margin-top:15px;color:#2360cc;font-size:17px;font-weight:700;line-height:1}.time-picker__period{display:flex;flex-direction:column;align-items:center}.time-picker__period>strong{width:100%}.time-picker__period-options{display:grid;grid-template-rows:repeat(2,34px);justify-items:center;align-content:center;width:100%;height:134px;gap:3px;overscroll-behavior:contain}.time-picker__period-option{width:46px;height:30px;padding:0;border:1px solid #cbd5e1;border-radius:7px;background:#fff;color:#64748b;font-size:11px;font-weight:700;cursor:pointer}.time-picker__period-option:hover,.time-picker__period-option:focus-visible{border-color:#2360cc;background:#eff6ff;color:#2360cc;outline:none}.time-picker__period-option.is-selected{border-color:#2360cc;background:#2360cc;color:#fff}.employee-detail-page{height:100%;min-height:0;padding:18px 22px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.employee-detail-card{max-width:1220px;padding-top:1rem;margin:0 auto;background:#fff;border:1px solid #e6ebf5;border-radius:14px;position:relative;display:flex;flex-direction:column;flex:1 1 auto;width:100%;max-height:calc(100% - var(--detail-footer-bar-height, 0px));min-height:0;overflow:hidden}.employee-detail-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background-color:#2360cc;border-top-left-radius:14px;border-top-right-radius:14px}.employee-detail-header{padding:22px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex:0 0 auto}.employee-detail-title{margin:0;font-size:26px;font-weight:700;color:#334155}.employee-detail-subtitle{margin:4px 0 0;color:#334155;font-weight:400}s .employee-detail-tabs{padding:0 24px;display:flex;gap:18px;border-bottom:1px solid #eef2f8}.employee-detail-tabs button{border:none;border-radius:0;background:transparent;padding:12px 14px;font-weight:400;color:#334155;cursor:pointer;border-bottom:2px solid transparent}.employee-detail-tabs button.active{color:#2360cc;border-bottom-color:#2360cc}.employee-detail-body{padding:18px 24px 48px;flex:1 1 auto;min-height:0;overflow:auto}.employee-detail-section{margin-top:24px}.employee-detail-section h3{margin:18px 0 10px;font-size:16px;font-weight:700;color:#334155}.employee-detail-grid{display:grid;grid-template-columns:280px 280px 280px;gap:12px 18px;align-items:start}.employee-field{display:grid;gap:6px;font-size:12px;font-weight:800;color:#64748b}.employee-field input,.employee-field select{padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:12px;font-weight:400;color:#334155}.employee-field-error{margin-top:-2px;color:#b91c1c;font-size:12px;font-weight:600}.employee-field--phone{position:relative}.employee-phone-input{width:100%}.employee-phone-input .phone-input-field__control{grid-template-columns:96px minmax(0,1fr);gap:8px}.employee-phone-input .phone-input-field__country,.employee-phone-input .phone-input-field__number{height:38px;min-height:38px;border-color:#cbd5e1;border-radius:8px;background:#fff;box-sizing:border-box}.employee-phone-input .phone-input-field__country:hover:not(:disabled),.employee-phone-input .phone-input-field__number:hover{border-color:#cbd5e1;background:#fff}.employee-phone-input .phone-input-field__input{height:36px;padding:0 12px;font-size:12px;font-weight:400}.employee-phone-input .phone-input-field__error{margin:2px 0 0;padding-left:0;font-size:12px;font-weight:600}.employee-field input:focus,.employee-field select:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2351ff2e}.toggle-row{display:flex;align-items:center;width:280px;gap:10px;font-weight:400;color:#0f172a;font-size:12px;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}.toggle-row input[type=checkbox]{accent-color:#2360cc;margin-left:auto}.user-time-settings{display:grid;grid-template-columns:185px 85px;gap:10px;width:280px;min-width:0}.user-time-control-field,.user-workday-time-field{min-width:0}.user-time-control-switch-row{display:flex;align-items:center;height:34px}.user-time-control-switch{width:44px;height:24px;margin:0;padding:2px;border:1px solid #cbd5e1;border-radius:999px;background:#e2e8f0;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.user-workday-time-field .time-picker,.user-workday-time-field .time-picker__trigger{width:100%;min-width:0}.user-time-control-switch.is-active{background:#2a93de;border-color:#2a93de;justify-content:flex-end}.user-time-control-switch__thumb{width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0f172a40}.user-time-control-switch:focus-visible{outline:2px solid #2a93de;outline-offset:2px}.employee-detail-card-footer{margin-top:auto;padding:14px 24px 18px;border-top:1px solid #eef2f8;display:flex;align-items:center;gap:14px;justify-content:flex-end;flex:0 0 auto}.employee-message{margin-right:auto;font-weight:800;font-size:13px}.employee-message.success{color:#15803d}.employee-message.error{color:#b91c1c}@media(max-width:900px){.employee-detail-grid{grid-template-columns:1fr}.toggle-row{width:100%}.user-time-settings{width:100%;max-width:280px}}@media(max-height:780px){.employee-detail-page{padding:0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.dashboard-page{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;height:100vh;min-height:0;overflow:hidden}.top-bar{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:1.5rem}.top-bar h1{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#0f172a;margin:0}.top-bar__center{display:flex;gap:.65rem}.icon-btn{width:42px;height:42px;border-radius:14px;border:none;background:#27559e}.company-pill{display:flex;align-items:center;padding:0 1.1rem;border-radius:14px;background:#27559e;color:#fff;font-weight:600}.top-bar__right{display:flex;gap:.75rem;align-items:center}.top-bar__right select{border-radius:12px;border:1px solid #cddcf4;padding:.55rem 1rem;background:#fff;font-weight:600}.outline-btn{border-radius:12px;border:1px solid #27559e;background:#fff;color:#27559e;font-weight:600;padding:.6rem 1.25rem}.primary-btn{border-radius:12px;border:none;background:#27559e;color:#fff;font-weight:600;padding:.6rem 1.35rem}.avatar-btn{width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(140deg,#27559e,#3a79c4);color:#fff;font-weight:700;font-size:1.1rem}.dashboard-content{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-bottom:1rem;flex:1 1 0;min-height:0;overflow:visible}.summary-row{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));position:relative;z-index:5}.summary-tile{background:#f1f6ff;border:1px solid #cddcf4;border-radius:.5rem;padding:1.2rem 1.3rem;display:flex;gap:1rem;align-items:center;box-shadow:0 18px 40px #2f3d5924;transition:transform .2s ease,box-shadow .2s ease;position:relative;cursor:default}.summary-tile:focus-visible{outline:2px solid #3a79c4;outline-offset:4px}.summary-tile:hover,.summary-tile:focus-visible{transform:translateY(-4px);box-shadow:0 22px 50px #2f3d592e}.tile-icon{width:48px;height:48px;border-radius:16px;background:#d7e4f7;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 2px #ffffffb3,inset 0 -2px 4px #94a3b833}.tile-icon.icon-check,.tile-icon.icon-star,.tile-icon.icon-clock,.tile-icon.icon-trend{background:#d7e4f7}.tile-icon svg{width:24px;height:24px}.tile-body p{margin:0;font-size:.9rem;color:#5b6b82}.tile-body strong{display:block;font-size:1.2rem;color:#0f172a}.tile-tooltip{position:absolute;left:1.5rem;right:1.5rem;top:calc(100% + .75rem);background:#0f172ac7;color:#f8fafc;border-radius:14px;padding:.65rem .9rem;font-size:.8rem;line-height:1.3;box-shadow:0 18px 42px #0f172a59;opacity:0;transform:translateY(8px);transition:opacity .15s ease,transform .15s ease;pointer-events:none;z-index:2000;max-height:160px;overflow-y:hidden}.summary-tile:hover .tile-tooltip,.summary-tile:focus-visible .tile-tooltip{opacity:1;transform:translateY(0)}.delta{font-size:14px;font-weight:500;display:flex;align-items:center;gap:.4rem}.delta.positive{color:#16a34a}.delta.positive svg{color:#16a34a}.delta.negative{color:#ef4444}.delta.negative svg{color:#ef4444;transform:rotate(180deg)}.map-and-teams{display:grid;grid-template-columns:2.8fr 1fr;gap:1.5rem;min-height:0;height:100%}.map-card{background:#fff;border-radius:.5rem;padding:1.2rem;border:1px solid #dfe6ef;box-shadow:0 24px 55px #2f3d5929;display:flex;flex-direction:column}.map-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.map-subtitle{margin:0;font-size:.9rem;font-weight:500;color:#334155}.map-tabs{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border-radius:999px;background:#eef4ff;border:1px solid #d7e4f7}.map-tabs button{border:none;background:transparent;color:#5b6b82;border-radius:999px;padding:.45rem .9rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.map-tabs button.is-active{background:#27559e;color:#fff;box-shadow:0 8px 18px #27559e33}.teams-card header h2{margin:0;font-size:.9rem;font-weight:500;color:#334155}.map-empty{margin-top:.75rem;font-size:.85rem;color:#64748b}.dashboard-pin-popup{min-width:180px}.dashboard-pin-popup strong{display:block;margin-bottom:.35rem;color:#0f172a}.dashboard-pin-popup p{margin:0;font-size:.8rem;color:#475569}.dashboard-pin-popup p+p{margin-top:.3rem}.map-shell{position:relative;border-radius:24px;min-height:0;flex:1;overflow:hidden;background:#e3e9f2}.map-shell .dashboard-map{width:100%;height:100%;font-family:inherit;z-index:1}.dashboard-map .leaflet-control-container{display:none}.dashboard-map__pin{background:transparent;border:none}.dashboard-map__pin span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:18px;background:linear-gradient(180deg,#27559e,#3a79c4);color:#fff;font-weight:700;font-size:.9rem;border:4px solid rgba(255,255,255,.92);box-shadow:0 18px 36px #2f3d593d}.dashboard-map__pin--secondary span{background:linear-gradient(180deg,#5f8fcb,#86a9d7);box-shadow:0 18px 36px #2f3d5938}.dashboard-map__pin--success span{background:linear-gradient(180deg,#1f9d63,#34c785);box-shadow:0 18px 36px #1f9d633d}.dashboard-pin-tooltip{display:flex;flex-direction:column;gap:.15rem;min-width:170px}.dashboard-pin-tooltip strong{color:#0f172a;font-size:.8rem}.dashboard-pin-tooltip span{color:#475569;font-size:.72rem}.map-zoom-control{position:absolute;top:1.25rem;right:1.25rem;display:flex;flex-direction:column;border-radius:16px;background:#fff;box-shadow:0 18px 45px #2f3d5924;overflow:hidden;z-index:401}.map-zoom-control button{width:42px;height:42px;border:none;background:transparent;color:#27559e;font-size:1.35rem;font-weight:700;cursor:pointer}.map-zoom-control button+button{border-top:1px solid rgba(148,163,184,.45)}.map-zoom-control button:focus-visible{outline:2px solid #3a79c4;outline-offset:2px}.map-footer{position:absolute;inset:auto 1.25rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;pointer-events:none}.map-hint{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:12px;background:#0f172abd;color:#fff;font-size:.75rem;font-weight:500;pointer-events:auto}.map-attribution{font-size:.7rem;color:#0f172aa6}.teams-card{background:#fff;border-radius:.5rem;padding:1.2rem;border:1px solid #dfe6ef;box-shadow:0 24px 55px #2f3d5929;display:flex;flex-direction:column;max-height:none;overflow:auto}.teams-card header h2{margin:0 0 .75rem;font-size:14px;font-weight:500;color:#334155}.teams-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem}.teams-card li{display:grid;grid-template-columns:4px 1fr auto;gap:.75rem;align-items:center}.team-accent{width:4px;height:48px;border-radius:999px}.team-info strong{color:#0f172a}.team-info p{margin:.15rem 0 0;color:#94a3b8}.team-metrics{display:grid;gap:.2rem;justify-items:end;color:#0f172a}.metric-pill{display:inline-flex;align-items:baseline;gap:.35rem;position:relative;cursor:default}.metric-pill strong{font-size:.95rem;font-weight:600}.metric-label{font-size:.75rem;color:#94a3b8}.team-delta{font-size:.65rem;font-weight:600}.team-delta.positive{color:#16a34a}.team-delta.negative{color:#ef4444}.team-metric-tooltip{position:absolute;right:0;top:130%;width:220px;background:#0f172ad1;color:#f8fafc;border-radius:12px;padding:.6rem .75rem;font-size:.75rem;line-height:1.3;box-shadow:0 16px 35px #0f172a59;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:500}.metric-pill:hover .team-metric-tooltip,.metric-pill:focus-visible .team-metric-tooltip{opacity:1;transform:translateY(0)}@media(max-width:1280px){.summary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.map-and-teams{grid-template-columns:1fr}}@media(min-width:1280px){.dashboard-page{height:90vh}.dashboard-content{height:calc(100vh - 2.5rem)}.map-and-teams{flex:1;grid-template-columns:2.5fr 1fr;min-height:0}.map-card,.teams-card{height:100%}.teams-card{overflow:auto}.map-shell{height:100%;min-height:0;display:block}.teams-card ul{max-height:none}}@media(max-width:1024px){.top-bar{grid-template-columns:1fr;gap:1rem}.top-bar__center,.top-bar__right{flex-wrap:wrap;justify-content:flex-start}.map-card__header{flex-direction:column;align-items:flex-start}}.dashboard-shell{display:flex;flex-direction:column;gap:1.5rem}.dashboard-controls-row{display:flex;align-items:center;justify-content:flex-start;width:100%}.date-range-picker.dashboard-period-picker .date-range-picker__trigger{width:320px;height:320px;min-width:320px;height:42px;padding:0 1rem;font-size:14px;border-radius:.5rem}.date-range-picker.dashboard-period-picker .date-range-picker__trigger svg{width:18px;height:18px}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dashboard-header h3{margin:0;font-size:1.45rem;color:#0f172a}.dashboard-header p{margin:.35rem 0 0;color:#64748b;font-size:.95rem}.dashboard-loading{font-size:.85rem;color:#2b5fb0;background:#3d72b833;padding:.35rem .85rem;border-radius:999px;font-weight:600}.dashboard-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.dashboard-summary-tile{--summary-bg: #ffffff;--summary-border: #cddcf4;--summary-label-color: #64748b;--summary-value-color: #0f172a;--summary-icon-bg: #d7e4f7;--summary-icon-dot: #3d73bb;background:#fff;border-radius:.5rem;border:1px solid #cddcf4;padding:1.1rem 1.2rem;box-shadow:0 14px 30px #2f3d591f;display:flex;align-items:center;gap:.9rem;position:relative;cursor:default;background:var(--summary-bg);border-color:var(--summary-border)}.dashboard-summary-tile:focus-visible{outline:2px solid #3d73bb;outline-offset:4px}.dashboard-summary-tile.tone-primary{--summary-bg: #ffffff;--summary-border: #cddcf4;--summary-label-color: #64748b;--summary-value-color: #0f172a;--summary-icon-bg: #d7e4f7;--summary-icon-dot: #3d73bb}.dashboard-summary-tile.tone-success,.dashboard-summary-tile.tone-warning,.dashboard-summary-tile.tone-accent{--summary-bg: #ffffff;--summary-border: #cddcf4}.dashboard-summary-icon{width:44px;height:44px;border-radius:.5rem;background:var(--summary-icon-bg);display:inline-flex;align-items:center;justify-content:center;position:relative}.dashboard-summary-icon:after{content:"";width:16px;height:16px;border-radius:.5rem;background:var(--summary-icon-dot);display:inline-block}.dashboard-summary-tile.tone-success .dashboard-summary-icon{--summary-icon-bg: #d7e4f7}.dashboard-summary-tile.tone-success .dashboard-summary-icon:after{--summary-icon-dot: #3d73bb}.dashboard-summary-tile.tone-warning .dashboard-summary-icon{--summary-icon-bg: #d7e4f7}.dashboard-summary-tile.tone-warning .dashboard-summary-icon:after{--summary-icon-dot: #3d73bb}.dashboard-summary-tile.tone-accent .dashboard-summary-icon{--summary-icon-bg: #d7e4f7}.dashboard-summary-tile.tone-accent .dashboard-summary-icon:after{--summary-icon-dot: #3d73bb}.dashboard-summary-label{color:var(--summary-label-color);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;display:block}.dashboard-summary-value{font-size:1.7rem;color:var(--summary-value-color);display:block}.dashboard-tooltip{position:absolute;left:1.2rem;right:1.2rem;top:calc(100% + .65rem);background:#0f172ad1;color:#f8fafc;border-radius:.5rem;padding:.65rem .9rem;font-size:.78rem;line-height:1.35;box-shadow:0 18px 42px #0f172a59;opacity:0;transform:translateY(8px);transition:opacity .15s ease,transform .15s ease;pointer-events:none;z-index:2000}.dashboard-summary-tile:hover .dashboard-tooltip,.dashboard-summary-tile:focus-visible .dashboard-tooltip{opacity:1;transform:translateY(0)}.tooltip-title{margin:0 0 .2rem;font-weight:600;color:#e2e8f0}.dashboard-main{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1fr);gap:1rem;align-items:start}.dashboard-left,.dashboard-right{display:flex;flex-direction:column;gap:1rem}.dashboard-card{background:#fff;border:1px solid #cddcf4;border-radius:.5rem;padding:1.2rem 1.4rem;box-shadow:0 18px 40px #2f3d591f;display:flex;flex-direction:column;gap:1.1rem}.dashboard-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.dashboard-card-header h4{margin:0;font-size:1.05rem;color:#0f172a}.dashboard-card-header p{margin:.25rem 0 0;color:#64748b;font-size:.85rem}.dashboard-card-chip{background:#d9e7fb;color:#2b5fb0;font-size:.75rem;font-weight:600;border-radius:999px;padding:.35rem .65rem;border:1px solid #cddcf4}.dashboard-bars{display:flex;flex-direction:column;gap:.75rem}.dashboard-bar{display:grid;grid-template-columns:130px 1fr auto;gap:.75rem;align-items:center}.dashboard-bar__label{color:#334155;font-size:.85rem;text-transform:capitalize}.dashboard-bar__track{height:10px;background:#d1def3;border-radius:999px;overflow:hidden}.dashboard-bar__fill{height:100%;border-radius:999px}.dashboard-bar__value{font-weight:600;color:#1f2937;font-size:.85rem}.dashboard-distribution{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:1.2rem;align-items:center}.dashboard-donut-wrap{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;align-items:center}.dashboard-donut{width:200px;height:200px;border-radius:50%;display:grid;place-items:center;position:relative;box-shadow:inset 0 0 0 16px #dfe9faf5}.dashboard-donut-center{width:120px;height:120px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 26px #2f3d5924;border:1px solid #cddcf4}.dashboard-donut-center span{color:#64748b;font-size:.8rem}.dashboard-donut-center strong{font-size:1.3rem;color:#0f172a}.dashboard-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.dashboard-legend li{display:flex;gap:.7rem;align-items:center}.dashboard-legend .legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.dashboard-legend strong{display:block;font-size:.9rem;color:#0f172a}.dashboard-legend span{color:#64748b;font-size:.8rem}.dashboard-activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.dashboard-activity-list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .9rem;border-radius:.85rem;background:#f8fafc;border:1px solid #e2e8f0}.dashboard-activity-list li strong{display:block;color:#0f172a;font-size:.95rem}.dashboard-activity-list li span{color:#64748b;font-size:.85rem}.dashboard-activity-list li div{display:flex;flex-direction:column;gap:.2rem}.dashboard-empty{padding:1rem;border-radius:.85rem;background:#f1f5f9;color:#64748b;font-size:.9rem}@media(max-width:1200px){.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main{grid-template-columns:1fr}.dashboard-donut-wrap{grid-template-columns:1fr;justify-items:center;text-align:center}.dashboard-distribution{grid-template-columns:1fr}}@media(max-width:720px){.dashboard-summary,.dashboard-bar{grid-template-columns:1fr}.dashboard-header{flex-direction:column}}.finance-record-page{display:grid;gap:24px;padding:24px}.finance-record-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.finance-record-header h1{margin:0;font-size:clamp(1.5rem,2vw,2rem);line-height:1.2}.finance-record-header p{margin:8px 0 0;color:#6b7280}.finance-record-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.finance-record-actions .view-pill-row{display:flex;justify-content:flex-end}.finance-record-empty{border:1px dashed #d1d5db;border-radius:14px;padding:30px;background:#fff;color:#6b7280;text-align:center}.finance-record-list{display:grid;gap:12px}.finance-record-card{border:1px solid #e5e7eb;border-radius:14px;background:#fff;padding:16px;display:grid;gap:10px}.finance-record-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.finance-record-card-head h3{margin:0;font-size:1rem;line-height:1.3}.finance-record-card-head p{margin:4px 0 0;color:#6b7280;font-size:.9rem}.finance-record-card-meta{display:grid;gap:6px;justify-items:end;text-align:right}.finance-record-card-meta strong{font-size:1rem}.finance-record-card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.finance-record-card-actions button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:600;cursor:pointer}.finance-record-card-actions button:disabled{opacity:.6;cursor:not-allowed}.finance-record-card-source{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase;border:1px solid transparent}.finance-record-card-source.source-saved{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.finance-record-card-source.source-estimated{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.finance-filter-bar{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.payroll-filter-bar{width:fit-content;max-width:100%;grid-template-columns:repeat(2,minmax(220px,320px));align-items:end;justify-content:center;justify-items:center;margin:0 auto;padding:8px 10px;border-radius:10px}.payroll-filter-field{display:flex;align-items:center;gap:8px;max-width:320px;width:100%;margin:0}.payroll-filter-bar .payroll-filter-field+.payroll-filter-field{margin-left:10px}.payroll-filter-field span{flex:0 0 auto;margin:0;font-size:.64rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#7b8798}.payroll-filter-field input{flex:1 1 auto;min-height:34px;font-size:.86rem}.finance-inline-note{margin:0;color:#6b7280;font-size:.86rem}.finance-record-muted-note{margin-top:10px;color:#64748b;font-size:.88rem;line-height:1.5}.finance-record-muted-panel{border:1px dashed #cbd5e1;border-radius:14px;padding:14px 16px;background:#f8fafc}.finance-calendar-panel{display:grid;gap:12px}.finance-calendar-list{display:grid;gap:10px;max-height:512px;overflow:auto;padding-right:4px}.finance-calendar-row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.finance-calendar-row strong{display:block}.finance-calendar-row span{color:#6b7280;font-size:.85rem}.finance-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:#eef2ff;color:#3730a3}.finance-status.status-approved,.finance-status.status-paid,.finance-status.status-completed{background:#ecfdf3;color:#166534}.finance-status.status-pending,.finance-status.status-open,.finance-status.status-draft{background:#fff7ed;color:#9a3412}.finance-status.status-cancelled,.finance-status.status-void,.finance-status.status-failed{background:#fef2f2;color:#991b1b}.finance-record-card-foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;color:#6b7280;font-size:.86rem}.finance-record-dashboard-list{display:grid;gap:10px;max-height:480px;overflow:auto;padding-right:4px}.finance-record-dashboard-row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.payroll-dashboard-row{width:100%;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.payroll-dashboard-row:hover{border-color:#bfdbfe;background:#f8fbff;box-shadow:0 8px 20px #2563eb14;transform:translateY(-1px)}.payroll-dashboard-row.is-selected{border-color:#93c5fd;background:#eff6ff;box-shadow:0 10px 24px #2563eb1f}.finance-record-dashboard-row strong{display:block}.finance-record-dashboard-row span{color:#6b7280;font-size:.85rem}.finance-record-breakdown{display:grid;gap:10px}.finance-record-breakdown-row{display:grid;gap:6px}.finance-record-breakdown-row header{display:flex;justify-content:space-between;font-size:.9rem;color:#374151}.finance-record-breakdown-track{width:100%;height:8px;border-radius:999px;background:#e5e7eb;overflow:hidden}.finance-record-breakdown-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0ea5e9,#22d3ee)}.finance-dialog .auth-field input,.finance-dialog .auth-field select,.finance-dialog .auth-field textarea{width:100%}.finance-dialog .auth-field textarea{min-height:90px;resize:vertical}.finance-dialog-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.finance-dialog-grid .full{grid-column:1 / -1}.finance-dialog-error{color:#b91c1c;font-size:.9rem}.finance-auth-warning{border:1px solid #fecaca;background:#fff1f2;color:#9f1239;border-radius:12px;padding:14px}@media(max-width:900px){.finance-record-page{padding:18px}.payroll-filter-bar{width:100%;grid-template-columns:1fr;justify-content:stretch;justify-items:stretch}.payroll-filter-bar .payroll-filter-field+.payroll-filter-field{margin-left:0}.finance-record-header{flex-direction:column;align-items:stretch}.finance-record-actions{align-items:stretch}.finance-dialog-grid{grid-template-columns:1fr}.finance-record-card-head{flex-direction:column}.finance-record-card-meta{justify-items:start;text-align:left}.finance-record-card-actions{justify-content:flex-start}}.ops-dashboard-page{color:#0f172a;display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.ops-dashboard-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.ops-dashboard-page__eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:.2rem;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#64748b}.ops-dashboard-page h1{margin:0;color:#0f172a;font-size:32px;letter-spacing:-.03em}.ops-dashboard-page__header p{max-width:74ch;margin:.45rem 0 0;color:#64748b;line-height:1.6;font-size:14px}.ops-dashboard-page__actions{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.ops-dashboard-page__error{border:1px solid #ffd9d9;background:#fff5f5;color:#b91c1c;border-radius:.5rem;padding:.95rem 1rem;box-shadow:0 14px 30px #2f3d591f}.ops-dashboard-filter-bar{display:flex;justify-content:flex-start;width:100%}.ops-dashboard-period-filter{align-self:flex-start}.ops-dashboard-period-filter .date-range-picker__trigger{width:320px;min-width:320px;height:42px;padding:0 1rem;font-size:14px;border-radius:.5rem}.ops-dashboard-period-filter .date-range-picker__trigger svg{width:18px;height:18px}.ops-dashboard-layout{gap:1.5rem}.ops-dashboard-layout .dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ops-dashboard-layout .dashboard-summary-tile{min-height:112px;padding:1.1rem 1.2rem;background:#fff;border:1px solid #cddcf4;border-radius:.5rem;box-shadow:0 14px 30px #2f3d591f}.ops-dashboard-layout .dashboard-summary-tile.tone-primary,.ops-dashboard-layout .dashboard-summary-tile.tone-success,.ops-dashboard-layout .dashboard-summary-tile.tone-warning,.ops-dashboard-layout .dashboard-summary-tile.tone-accent{--summary-bg: #ffffff;--summary-border: #cddcf4;--summary-icon-bg: #d7e4f7;--summary-icon-dot: #3d73bb}.ops-dashboard-layout .dashboard-summary-label{color:#5b6b82;font-weight:700;letter-spacing:.08em;font-size:11px}.ops-dashboard-layout .dashboard-summary-value{color:#0f172a;font-size:24px}.ops-dashboard-layout .dashboard-main{gap:1rem;grid-template-columns:minmax(0,2.2fr) minmax(0,1fr)}.ops-dashboard-layout .dashboard-left,.ops-dashboard-layout .dashboard-right{gap:1rem}.ops-dashboard-layout .dashboard-card{background:#fff;border:1px solid #cddcf4;border-radius:.5rem;box-shadow:0 18px 40px #2f3d591f;padding:1.2rem 1.4rem}.ops-dashboard-layout .dashboard-card-header h4{font-size:17px;color:#0f172a}.ops-dashboard-layout .dashboard-card-header p{color:#64748b}.ops-dashboard-layout .dashboard-empty{color:#64748b;background:#f8fbff;border:1px dashed #cddcf4;border-radius:.5rem;padding:.9rem 1rem}.ops-hero-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,.9fr);gap:1rem;align-items:stretch;background:#fff}.ops-hero-card__copy h2{margin:.35rem 0 0;color:#0f172a;font-size:26px;line-height:1.15;letter-spacing:-.03em;max-width:20ch}.ops-hero-card__copy p{margin:.7rem 0 0;color:#64748b;line-height:1.6;font-size:14px}.ops-kicker{display:inline-flex;align-items:center;gap:.4rem;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#64748b}.ops-hero-card__rail{display:flex;flex-direction:column;gap:.85rem;justify-content:flex-end}.ops-period-pill{border-radius:.5rem;padding:.95rem 1rem;background:#f1f6ff;border:1px solid #cddcf4;box-shadow:0 14px 30px #2f3d591f;display:flex;flex-direction:column;gap:.15rem}.ops-period-pill strong{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.ops-period-pill span{color:#0f172a;font-weight:600;font-size:14px}.ops-period-pill--soft{background:#fff}.ops-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.ops-status-card{border-radius:.5rem;padding:.9rem .95rem;background:#f1f6ff;border:1px solid #cddcf4;display:flex;flex-direction:column;gap:.2rem}.ops-status-card strong{font-size:18px;line-height:1;color:#0f172a}.ops-status-card span{color:#64748b;font-size:12px;text-transform:capitalize}.ops-status-card.status-overdue,.ops-inline-pill.tone-overdue{border-color:#f9731638;background:#fff7ef}.ops-status-card.status-overdue strong{color:#c2410c}.ops-status-card.status-unassigned,.ops-inline-pill.tone-unassigned{background:#f1f6ff}.ops-status-card.status-unassigned strong{color:#27559e}.ops-status-card.status-completed,.ops-inline-pill.tone-completed,.ops-inline-pill.tone-success{border-color:#22936b2e;background:#f4fbf7}.ops-status-card.status-completed strong{color:#1f8f73}.ops-status-card.status-scheduled,.ops-inline-pill.tone-scheduled{background:#f1f6ff}.ops-status-card.status-scheduled strong{color:#27559e}.ops-status-card.status-cancelled,.ops-inline-pill.tone-cancelled,.ops-inline-pill.tone-skipped,.ops-inline-pill.tone-tobefinished{border-color:#dbe4f2;background:#f8fafc}.ops-dual-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.ops-list-card{border-radius:.5rem;padding:1rem;background:#f8fbff;border:1px solid #cddcf4;display:flex;flex-direction:column;gap:.7rem}.ops-list-card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ops-list-card__header strong{font-size:14px;color:#0f172a}.ops-list-card__header span,.ops-list-card__header a{font-size:12px;color:#64748b}.dashboard-activity-list{display:flex;flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none}.dashboard-activity-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .85rem;border-radius:.5rem;background:#fff;border:1px solid #dbe5f5}.dashboard-activity-list li strong{display:block;font-size:13px;color:#0f172a}.dashboard-activity-list li span{display:block;color:#64748b;font-size:12px;line-height:1.4}.ops-inline-pill{display:inline-flex;align-items:center;justify-content:center;padding:.36rem .7rem;border-radius:999px;border:1px solid #cddcf4;background:#f1f6ff;color:#27559e;font-size:11px;font-weight:700;white-space:nowrap}.ops-inline-pill.tone-warning{color:#c2410c}.ops-inline-pill.tone-primary{color:#27559e}.ops-readiness-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.ops-readiness-card{border-radius:.5rem;padding:.95rem 1rem;background:#fff;border:1px solid #cddcf4;box-shadow:0 14px 30px #2f3d591f;display:flex;flex-direction:column;gap:.25rem}.ops-readiness-card span{color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.ops-readiness-card strong{color:#0f172a;font-size:18px}.ops-readiness-card small{color:#64748b;line-height:1.45;font-size:12px}.ops-monthly-series{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:.5rem;background:#f8fbff;border:1px solid #cddcf4}.ops-monthly-series__header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.ops-monthly-series__header strong{color:#0f172a;font-size:14px}.ops-monthly-series__header span{color:#64748b;font-size:12px}.ops-monthly-series__bars{display:flex;flex-direction:column;gap:.7rem}.ops-monthly-bar{display:grid;gap:.35rem}.ops-monthly-bar__track{width:100%;height:10px;border-radius:999px;overflow:hidden;background:#d1def3}.ops-monthly-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2e63ca,#63a3ff)}.ops-monthly-bar__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ops-monthly-bar__meta span{color:#64748b;font-size:12px}.ops-monthly-bar__meta strong{color:#0f172a;font-size:13px}.ops-team-stats{display:flex;flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none}.ops-team-stats li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-radius:.5rem;background:#fff;border:1px solid #dbe5f5}.ops-team-stats li strong{display:block;color:#0f172a;font-size:13px}.ops-team-stats li span,.ops-team-stats li small{color:#64748b;font-size:11px}.ops-team-fill{background:linear-gradient(90deg,#2e63ca,#63a3ff)}.ops-dashboard-layout .dashboard-right .dashboard-card:last-child{min-height:100%}@media(max-width:1200px){.ops-dashboard-layout .dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-dashboard-layout .dashboard-main,.ops-hero-card{grid-template-columns:1fr}.ops-status-grid,.ops-readiness-grid,.ops-dual-lists{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.ops-dashboard-page__header{flex-direction:column}.ops-dashboard-page__actions{justify-content:flex-start}.ops-dashboard-layout .dashboard-summary,.ops-status-grid,.ops-readiness-grid,.ops-dual-lists{grid-template-columns:1fr}.dashboard-activity-list li,.ops-team-stats li{align-items:flex-start;flex-direction:column}}@media(max-width:780px){.ops-dashboard-filter-bar{justify-content:flex-start}}.financial-dashboard{min-height:100%;padding:1rem;color:#0f172a}.financial-dashboard__shell{display:flex;flex-direction:column;gap:1.5rem}.financial-dashboard-filter-bar{display:flex;justify-content:flex-start;width:100%;margin-top:auto}.financial-dashboard-period-filter{align-self:center}.financial-dashboard-period-filter .date-range-picker__trigger{width:320px;min-width:320px;height:42px;padding:0 1rem;font-size:14px;border-radius:.5rem}.financial-dashboard-period-filter .date-range-picker__trigger svg{width:18px;height:18px}.financial-dashboard__hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr);gap:1rem;padding:1.25rem 1.4rem;border-radius:.5rem;background:#fff;border:1px solid #cddcf4;box-shadow:0 18px 40px #2f3d591f}.financial-dashboard__hero-copy{display:flex;flex-direction:column;gap:.85rem}.financial-dashboard__hero-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem}.financial-dashboard__eyebrow{margin:0;color:#64748b;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.financial-dashboard__hero h1{margin:0;color:#0f172a;font-size:32px;line-height:1;letter-spacing:-.03em}.financial-dashboard__subtitle{margin:0;max-width:70ch;color:#64748b;font-size:14px;line-height:1.6}.financial-dashboard__hero-meta{display:flex;flex-wrap:wrap;gap:.65rem}.financial-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .85rem;border-radius:999px;border:1px solid #cddcf4;background:#f1f6ff;color:#27559e;font-size:12px;font-weight:600}.financial-dashboard__hero-figure{display:grid;gap:.85rem}.financial-hero-card{padding:1rem 1.1rem;border-radius:.5rem;background:#fff;color:#0f172a;border:1px solid #cddcf4;box-shadow:0 14px 30px #2f3d591f}.financial-hero-card--alt{background:#f1f6ff}.financial-hero-card__label{display:block;margin-bottom:.45rem;color:#64748b;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.financial-hero-card strong{display:block;margin-bottom:.4rem;font-size:26px;color:#0f172a}.financial-hero-card p{margin:0;color:#64748b;line-height:1.55;font-size:13px}.financial-empty-state,.financial-warning-banner{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;border-radius:.5rem;background:#fff;color:#0f172a;border:1px solid #cddcf4;box-shadow:0 14px 30px #2f3d591f}.financial-empty-state{align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:2rem}.financial-empty-state h2,.financial-warning-banner strong{margin:0}.financial-empty-state p,.financial-warning-banner p{margin:0;color:#64748b;line-height:1.5}.financial-warning-banner{background:#fff7ef;border-color:#f9731633;color:#c2410c}.financial-dashboard__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.financial-stat-card{position:relative;display:flex;gap:.9rem;min-height:118px;padding:1rem 1.1rem;border-radius:.5rem;background:#fff;border:1px solid #cddcf4;box-shadow:0 14px 30px #2f3d591f;overflow:hidden}.financial-stat-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#3d73bb}.financial-stat-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#d7e4f7;color:#3d73bb;flex:0 0 auto}.financial-stat-card__copy{display:flex;flex-direction:column;gap:.25rem}.financial-stat-card__copy p{margin:0;color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.financial-stat-card__copy strong{color:#0f172a;font-size:20px}.financial-stat-card__copy span{color:#64748b;line-height:1.45;font-size:13px}.financial-stat-card--positive:before,.financial-stat-card--warning:before,.financial-stat-card--danger:before,.financial-stat-card--accent:before,.financial-stat-card--neutral:before{background:#3d73bb}.financial-stat-card--positive .financial-stat-card__icon,.financial-stat-card--warning .financial-stat-card__icon,.financial-stat-card--danger .financial-stat-card__icon,.financial-stat-card--accent .financial-stat-card__icon,.financial-stat-card--neutral .financial-stat-card__icon{background:#d7e4f7;color:#3d73bb}.financial-dashboard__content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.financial-panel{display:flex;flex-direction:column;gap:1rem;padding:1.2rem 1.4rem;border-radius:.5rem;background:#fff;color:#0f172a;border:1px solid #cddcf4;box-shadow:0 18px 40px #2f3d591f}.financial-panel--wide{grid-column:1 / -1}.financial-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.financial-panel__heading{display:flex;align-items:flex-start;gap:.75rem}.financial-panel__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#d7e4f7;color:#3d73bb;flex:0 0 auto}.financial-panel__heading h3,.financial-panel__heading p{margin:0}.financial-panel__heading h3{color:#0f172a;font-size:15px}.financial-panel__heading p{color:#64748b;font-size:13px;line-height:1.45}.financial-panel__body{display:flex;flex-direction:column;gap:1rem}.financial-panel__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.financial-stack,.financial-panel__subsection{display:flex;flex-direction:column;gap:.85rem}.financial-stack__header,.financial-subsection__title{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.financial-stack__header span,.financial-subsection__title span{color:#0f172a;font-weight:700;font-size:13px}.financial-stack__header strong{color:#0f172a}.financial-stack__header.spacer{margin-top:.2rem}.financial-subsection__title small{color:#64748b;font-size:12px}.financial-buckets,.financial-toplist,.financial-ledger,.financial-evolution{display:grid;gap:.65rem}.financial-bucket,.financial-toplist__row,.financial-ledger__row{display:grid;gap:.65rem;align-items:center}.financial-bucket__meta{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem}.financial-bucket__meta span{color:#64748b;font-size:12px}.financial-bucket__meta strong,.financial-toplist__row strong,.financial-ledger__value strong{color:#0f172a}.financial-bucket__meta em{font-style:normal;color:#64748b}.financial-bucket__track,.financial-evolution__track{height:10px;border-radius:999px;overflow:hidden;background:#d1def3}.financial-bucket__fill,.financial-evolution__fill,.financial-bucket__fill--positive,.financial-bucket__fill--warning,.financial-bucket__fill--accent,.financial-evolution__fill--green,.financial-evolution__fill--gold,.financial-evolution__fill--blue,.financial-evolution__fill--slate{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2e63ca,#63a3ff)}.financial-toplist__row,.financial-ledger__row,.financial-evolution__card{padding:.9rem 1rem;border-radius:.5rem;background:#f8fbff;border:1px solid #dbe5f5}.financial-toplist__row{grid-template-columns:minmax(0,1fr) auto}.financial-toplist__row span,.financial-toplist__row small,.financial-ledger__copy span{display:block}.financial-toplist__row span{font-weight:700;color:#0f172a;font-size:13px}.financial-toplist__row small,.financial-ledger__copy span,.financial-evolution__footer span,.financial-empty-inline{color:#64748b;font-size:12px}.financial-empty-inline{padding:1rem;border-radius:.5rem;background:#f8fbff;border:1px dashed #cddcf4;text-align:center}.financial-ledger__row{grid-template-columns:auto minmax(0,1fr) auto}.financial-ledger.compact .financial-ledger__row{background:#fff}.financial-ledger__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#3d73bb;background:#d7e4f7}.financial-ledger__icon--invoice,.financial-ledger__icon--payment,.financial-ledger__icon--payroll,.financial-ledger__icon--expense,.financial-ledger__icon--credit,.financial-ledger__icon--time{background:#d7e4f7;color:#3d73bb}.financial-ledger__icon-mark{opacity:.95}.financial-ledger__copy strong{display:block;color:#0f172a;font-size:13px}.financial-ledger__copy span{margin-top:2px;font-size:12px;line-height:1.45}.financial-ledger__value{text-align:right}.financial-ledger__value strong{display:block}.financial-ledger__value span{display:block;font-size:12px;color:#64748b}.financial-evolution{grid-template-columns:repeat(6,minmax(0,1fr))}.financial-evolution__card{display:flex;flex-direction:column;gap:.9rem;background:#f8fbff}.financial-evolution__head{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.financial-evolution__head strong,.financial-evolution__bar strong{color:#0f172a}.financial-evolution__bars{display:grid;gap:.75rem}.financial-evolution__bar{display:grid;gap:.35rem}.financial-evolution__bar label{font-size:11px;color:#64748b}@media(max-width:780px){.financial-dashboard-filter-bar{justify-content:flex-start}}.financial-evolution__footer{display:flex;justify-content:space-between;gap:.75rem;padding-top:.6rem;border-top:1px solid #dbe5f5}.tone-positive,.tone-warning,.tone-negative,.tone-danger,.tone-neutral,.tone-accent{color:#64748b!important}@media(max-width:1280px){.financial-dashboard__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.financial-dashboard__content-grid,.financial-dashboard__hero,.financial-panel__split,.financial-evolution{grid-template-columns:1fr}}@media(max-width:780px){.financial-dashboard{padding:1rem}.financial-dashboard__hero-topline{align-items:flex-start;flex-direction:column}.financial-dashboard__summary-grid,.financial-panel__header,.financial-toplist__row,.financial-ledger__row,.financial-evolution__head,.financial-evolution__footer,.financial-stack__header,.financial-subsection__title{grid-template-columns:1fr}.financial-ledger__row{grid-template-columns:auto 1fr}.financial-ledger__value{grid-column:1 / -1;text-align:left}}.dashboard-map__pin--danger span{background:linear-gradient(180deg,#dc2626,#f97316);box-shadow:0 18px 36px #dc26263d}.dashboard-map__pin--live-current span{position:relative;width:32px;height:32px;border-radius:50%;overflow:visible;background:linear-gradient(180deg,#0ea5e9,#22c55e);box-shadow:0 18px 36px #0ea5e947;animation:live-routes-current-pulse 1.35s ease-in-out infinite alternate}.dashboard-map__pin--live-current span:before,.dashboard-map__pin--live-current span:after{content:"";position:absolute;inset:-10px;border:2px solid rgba(14,165,233,.44);border-radius:50%;pointer-events:none;animation:live-routes-sonar 1.9s ease-out infinite}.dashboard-map__pin--live-current span:after{animation-delay:.75s}@keyframes live-routes-current-pulse{0%{transform:scale(.96)}to{transform:scale(1.04)}}@keyframes live-routes-sonar{0%{opacity:.7;transform:scale(.65)}to{opacity:0;transform:scale(2.25)}}.live-routes-dashboard{position:fixed;inset:0;z-index:10000;display:grid;grid-template-rows:auto 1fr;gap:0;padding:0;background:#dbeafe;color:#0f172a;overflow:hidden}.live-routes-dashboard__toolbar{position:absolute;top:.8rem;left:.8rem;right:.8rem;z-index:1200;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.45rem;border:1px solid rgba(148,163,184,.4);border-radius:12px;background:#ffffffe6;box-shadow:0 18px 44px #0f172a29;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.live-routes-dashboard__brand{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:50%;background:#001035;color:#fff;font-size:.7rem;font-weight:900}.live-routes-dashboard__back-button{display:grid;position:relative;width:28px;height:28px;flex:0 0 28px;padding:0;place-items:center;border:1px solid rgba(15,23,42,.16);border-radius:50%;background:#ffffff5c;color:#0f172a94;cursor:pointer;opacity:.44;transition:opacity .14s ease,background .14s ease,color .14s ease,transform .14s ease}.live-routes-dashboard__back-button svg{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;fill:none;transform:translate(-50%,-50%)}.live-routes-dashboard__back-button:hover,.live-routes-dashboard__back-button:focus-visible{background:#ffffffeb;color:#0f172a;opacity:1;outline:none;transform:translate(-1px)}.live-routes-dashboard__actions{display:flex;align-items:end;gap:.4rem}.live-routes-dashboard__actions label{display:grid;gap:.15rem;color:#64748b;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.live-routes-dashboard__actions input,.live-routes-dashboard__actions button{min-height:42px;border-radius:10px;font:inherit}.live-routes-dashboard__actions input{border:1px solid #cbd5e1;padding:0 .6rem;background:#fff;color:#0f172a;font-weight:700}.live-routes-dashboard__actions button{border:none;padding:0 .9rem;background:#2563eb;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 12px 30px #2563eb40}.live-routes-dashboard__filters{display:flex;flex:1 1 auto;align-items:center;gap:.45rem;min-width:0}.live-routes-dashboard__filters article{display:flex;align-items:center;justify-content:center;gap:.35rem;min-height:34px;min-width:7rem;padding:.25rem .7rem;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:#f8fafceb}.live-routes-dashboard__filters span{color:#64748b;font-size:.64rem;font-weight:700}.live-routes-dashboard__filters strong{color:#0b1b36;font-size:.78rem;line-height:1}.live-routes-dashboard__body{display:grid;grid-template-columns:minmax(0,1fr);gap:0;width:100vw;height:100vh;min-height:0}.live-routes-dashboard__map{width:100vw;height:100vh;min-height:0;overflow:hidden;border:none;border-radius:0;background:#dbeafe;box-shadow:none}.live-routes-dashboard__map .map-shell{width:100%;height:100%;border-radius:0}.live-routes-dashboard__map .dashboard-map{width:100vw;height:100vh}.live-routes-dashboard__map .map-footer{position:absolute;right:1rem;bottom:.75rem;z-index:500;padding:.35rem .65rem;border-radius:999px;background:#ffffffd1;box-shadow:0 8px 22px #0f172a29}.live-routes-dashboard__panel{position:absolute;right:.8rem;top:5.15rem;bottom:.8rem;z-index:1100;display:flex;width:min(420px,26vw);min-height:0;flex-direction:column;border:1px solid rgba(148,163,184,.28);border-radius:18px;background:#ffffffe6;box-shadow:0 24px 68px #0f172a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:visible;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease}.live-routes-dashboard__panel.is-collapsed{border-color:transparent;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transform:translate(calc(100% - 3.25rem))}.live-routes-dashboard__panel-toggle{position:absolute;top:1rem;left:0;z-index:3;display:inline-flex;width:3.25rem;height:8.25rem;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.34);border-radius:16px 0 0 16px;background:#fffffff5;box-shadow:0 16px 34px #0f172a2e;color:#0b1b36;cursor:pointer;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;writing-mode:vertical-rl}.live-routes-dashboard__panel.is-open .live-routes-dashboard__panel-toggle{top:.85rem;right:.85rem;left:auto;width:auto;height:auto;padding:.45rem .7rem;border-radius:999px;writing-mode:horizontal-tb}.live-routes-dashboard__panel-content{display:flex;min-height:0;height:100%;flex-direction:column;border-radius:inherit;background:#ffffffe6;overflow:hidden;opacity:1;pointer-events:auto;transition:opacity .14s ease}.live-routes-dashboard__panel.is-collapsed .live-routes-dashboard__panel-content{opacity:0;pointer-events:none}.live-routes-dashboard__panel-header{flex:0 0 auto;padding:1rem 6.2rem 1rem 1rem;border-bottom:1px solid #e2e8f0}.live-routes-dashboard__panel-header strong{display:block;color:#0b1b36;font-size:1rem}.live-routes-dashboard__panel-header span{display:block;margin-top:.2rem;color:#64748b;font-size:.82rem}.live-routes-dashboard__team-list{display:grid;flex:1 1 auto;align-content:start;gap:.8rem;min-height:0;padding:1rem;overflow-y:auto;overscroll-behavior:contain}.live-routes-dashboard__team-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden}.live-routes-dashboard__team-card header{display:flex;gap:.65rem;align-items:center;padding:.8rem .85rem;background:#f8fafc}.live-routes-dashboard__team-card header>span{width:12px;height:38px;flex:0 0 12px;border-radius:999px}.live-routes-dashboard__team-card strong{color:#0f172a}.live-routes-dashboard__team-card small{display:block;color:#64748b;font-size:.76rem;line-height:1.35}.live-routes-dashboard__team-card ol{display:grid;gap:.1rem;margin:0;max-height:360px;padding:.55rem;list-style:none;overflow-y:auto;overscroll-behavior:contain}.live-routes-dashboard__team-card li{display:grid;grid-template-columns:3.5rem minmax(0,1fr) auto;gap:.6rem;align-items:start;padding:.55rem;border-radius:14px}.live-routes-dashboard__team-card li:nth-child(odd){background:#f8fafc}.live-routes-dashboard__team-card li>span{color:#2563eb;font-weight:800;font-size:.78rem}.live-routes-dashboard__team-card li strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.live-routes-dashboard__status{align-self:start;border-radius:999px;padding:.2rem .45rem;background:#e2e8f0;color:#334155;font-size:.68rem;font-style:normal;font-weight:800;text-transform:uppercase}.live-routes-dashboard__status.is-completed{background:#dcfce7;color:#15803d}.live-routes-dashboard__status.is-in_progress{background:#dbeafe;color:#1d4ed8}.live-routes-dashboard__status.is-delayed{background:#fee2e2;color:#b91c1c}.live-routes-dashboard__error,.live-routes-dashboard__empty{margin:0;padding:.75rem 1rem;border-radius:16px;background:#fff1f2;color:#be123c;font-weight:700}.live-routes-dashboard__empty{background:#f8fafc;color:#64748b}@media(max-width:1100px){.live-routes-dashboard{overflow-y:auto}.live-routes-dashboard__toolbar,.live-routes-dashboard__actions{align-items:stretch;flex-direction:column}.live-routes-dashboard__filters{flex-wrap:wrap}.live-routes-dashboard__body{grid-template-columns:1fr;min-height:760px}.live-routes-dashboard__panel{position:relative;inset:auto;width:auto;min-height:320px;margin:.75rem}}.leads-page{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:.5rem;background:transparent;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a}.leads-page .with-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.leads-page .with-actions-right{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.leads-page .with-actions .view-pill-row{margin:0}.leads-title-row{display:inline-flex;align-items:center;gap:.4rem}.leads-page .with-actions h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;margin:0;color:#334155}.leads-page header.with-actions{border-bottom:none}.leads-dashboard{display:flex;flex-direction:column;gap:1.5rem}.leads-dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.leads-dashboard-header h3{margin:0;font-size:1.45rem;color:#0f172a}.leads-dashboard-header p{margin:.35rem 0 0;color:#64748b;font-size:.95rem}.leads-dashboard-loading{font-size:.85rem;color:#2b5fb0;background:#3d72b833;padding:.35rem .85rem;border-radius:999px;font-weight:600}.leads-dashboard-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.leads-summary-tile{background:#f1f6ff;border-radius:18px;border:1px solid #cddcf4;padding:1.1rem 1.2rem;box-shadow:0 14px 30px #2f3d591f;display:flex;align-items:center;gap:.9rem}.leads-summary-tile.tone-primary,.leads-summary-tile.tone-success,.leads-summary-tile.tone-warning,.leads-summary-tile.tone-accent{border-color:#cddcf4}.leads-summary-icon{width:44px;height:44px;border-radius:14px;background:#d7e4f7;display:inline-flex;align-items:center;justify-content:center;position:relative}.leads-summary-icon:after{content:"";width:16px;height:16px;border-radius:50%;background:#3d73bb;display:inline-block}.leads-summary-tile.tone-success .leads-summary-icon{background:#d7e4f7}.leads-summary-tile.tone-success .leads-summary-icon:after{background:#3d73bb}.leads-summary-tile.tone-warning .leads-summary-icon{background:#d7e4f7}.leads-summary-tile.tone-warning .leads-summary-icon:after{background:#3d73bb}.leads-summary-tile.tone-accent .leads-summary-icon{background:#d7e4f7}.leads-summary-tile.tone-accent .leads-summary-icon:after{background:#3d73bb}.leads-summary-label{color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;display:block}.leads-summary-value{font-size:1.7rem;color:#0f172a;display:block}.leads-dashboard-main{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1fr);gap:1rem;align-items:start}.leads-dashboard-left{display:flex;flex-direction:column;gap:1rem}.leads-dashboard-card{background:#fff;border:1px solid #cddcf4;border-radius:20px;padding:1.2rem 1.4rem;box-shadow:0 18px 40px #2f3d591f;display:flex;flex-direction:column;gap:1.1rem}.leads-dashboard-card--distribution{min-height:360px}.leads-dashboard-card--origins{min-height:280px}.leads-dashboard-card--trend{min-height:360px}.leads-dashboard-series-card .dashboard-bar{grid-template-columns:minmax(120px,.9fr) minmax(120px,1.2fr) auto}.leads-dashboard-series-card .dashboard-bar__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none}.leads-dashboard-series-card .dashboard-bar__value{min-width:88px;text-align:right}.leads-dashboard-trend-chart{width:100%;min-height:260px}.leads-dashboard-trend-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.leads-dashboard-trend-stat{display:flex;flex-direction:column;gap:.15rem;padding:.9rem 1rem;border-radius:16px;border:1px solid #d9e7fb;background:linear-gradient(180deg,#f8fbff,#edf4ff)}.leads-dashboard-trend-stat span{color:#64748b;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.leads-dashboard-trend-stat strong{color:#0f172a;font-size:1.1rem}.leads-dashboard-trend-stat small{color:#64748b;font-size:.8rem}.leads-dashboard-tooltip{display:flex;flex-direction:column;gap:.2rem;padding:.7rem .85rem;border-radius:14px;border:1px solid #cddcf4;background:#fffffffa;box-shadow:0 18px 36px #2f3d5929}.leads-dashboard-tooltip strong{color:#0f172a;font-size:.9rem}.leads-dashboard-tooltip span{color:#64748b;font-size:.82rem}.leads-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.leads-card-header h4{margin:0;font-size:1.05rem;color:#0f172a}.leads-card-header p{margin:.25rem 0 0;color:#64748b;font-size:.85rem}.leads-card-chip{background:#d9e7fb;color:#2b5fb0;font-size:.75rem;font-weight:600;border-radius:999px;padding:.35rem .65rem;border:1px solid #cddcf4}.leads-bars{display:flex;flex-direction:column;gap:.75rem}.leads-distribution-body{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:1.2rem;align-items:center}.leads-bar{display:grid;grid-template-columns:130px 1fr auto;gap:.75rem;align-items:center}.leads-bar__label{color:#334155;font-size:.85rem;text-transform:capitalize}.leads-bar__track{height:10px;background:#d1def3;border-radius:999px;overflow:hidden}.leads-bar__fill{height:100%;border-radius:999px}.leads-bar__value{font-weight:600;color:#1f2937;font-size:.85rem}.leads-donut-wrap{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;align-items:center}.leads-donut{width:200px;height:200px;border-radius:50%;display:grid;place-items:center;position:relative;box-shadow:inset 0 0 0 16px #dfe9faf5}.leads-donut-center{width:120px;height:120px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 12px 26px #2f3d5924;border:1px solid #cddcf4}.leads-donut-center span{color:#64748b;font-size:.8rem}.leads-donut-center strong{font-size:1.3rem;color:#0f172a}.leads-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.leads-legend li{display:flex;gap:.7rem;align-items:center}.leads-legend .legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.leads-legend strong{display:block;font-size:.9rem;color:#0f172a}.leads-legend span{color:#64748b;font-size:.8rem}.leads-dashboard-activity{min-height:320px}.leads-dashboard-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.leads-dashboard-metric{display:flex;flex-direction:column;gap:.2rem;padding:.95rem 1rem;border-radius:.9rem;border:1px solid #dbe6f6;background:linear-gradient(180deg,#f8fbff,#eef4fc)}.leads-dashboard-metric span{color:#64748b;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.leads-dashboard-metric strong{color:#0f172a;font-size:1.45rem;line-height:1.1}.leads-dashboard-metric small{color:#64748b;font-size:.82rem}.leads-dashboard-direction-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.leads-dashboard-direction{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.65rem;padding:.8rem .9rem;border-radius:.9rem;border:1px solid #dbe6f6;background:linear-gradient(180deg,#f8fbff,#eef4fc)}.leads-dashboard-direction__dot{width:.75rem;height:.75rem;border-radius:999px;box-shadow:0 0 0 4px #2563eb14}.leads-dashboard-direction span{color:#334155;font-weight:600}.leads-dashboard-direction strong{color:#0f172a;font-size:1.1rem}.leads-dashboard-direction small{color:#64748b;font-weight:600}.leads-activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.leads-activity-list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .9rem;border-radius:.85rem;background:#f8fafc;border:1px solid #e2e8f0}.leads-activity-list li strong{display:block;color:#0f172a;font-size:.95rem}.leads-activity-list li span{color:#64748b;font-size:.85rem}.leads-activity-list li div{display:flex;flex-direction:column;gap:.2rem}.leads-dashboard-empty{padding:1rem;border-radius:.85rem;background:#f1f5f9;color:#64748b;font-size:.9rem}@media(max-width:1200px){.leads-dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.leads-dashboard-main{grid-template-columns:1fr}.leads-donut-wrap{grid-template-columns:1fr;justify-items:center;text-align:center}.leads-distribution-body{grid-template-columns:1fr}}@media(max-width:720px){.leads-dashboard-summary{grid-template-columns:1fr}.leads-dashboard-header{flex-direction:column}.leads-dashboard-metric-grid,.leads-dashboard-trend-footer,.leads-bar{grid-template-columns:1fr}}.leads-page .with-actions .primary{padding:.6rem 1.4rem;border-radius:.85rem;border:none;background:linear-gradient(135deg,#407bff,#2351ff);color:#fff;font-weight:500;font-size:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 10px 25px #407bff59}.leads-page .with-actions .primary:hover{transform:translateY(-1px);box-shadow:0 16px 32px #407bff66}.resource-listing{background:#fff;border-radius:0 .5rem .5rem;padding:1rem;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;gap:2rem;border:1px solid #edf2ff}.resource-listing.resource-listing--rounded{border-radius:.5rem}.leads-page>.resource-listing.resource-listing--rounded{margin-top:1rem}.resource-listing>header,.lead-section-header{display:flex;flex-direction:column;gap:1.75rem}.lead-status-tabs{padding-left:1.5rem;padding-right:1.5rem;margin-top:20px;overflow-x:auto;align-content:end}.lead-status-tabs menu{display:inline-flex;align-items:flex-end;padding:0;margin:0;list-style:none}.lead-status-tabs li{padding:0;margin:0;position:relative;border-radius:1rem 1rem 0 0;border:.2px solid transparent;border-bottom:none;background:linear-gradient(180deg,#f8faff,#f1f4ff);color:#65708c;display:flex;align-items:stretch;transition:color .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.lead-status-tabs li:before{content:"";position:absolute;left:18px;right:18px;top:-3px;height:3px;border-radius:999px;background:transparent;opacity:0;transition:opacity .16s ease,background .16s ease}.lead-status-tabs .tab-button{border:none;background:transparent;color:inherit;cursor:pointer;font:inherit;width:100%;padding:.65rem 1.35rem;display:flex;align-items:center;justify-content:flex-start;gap:.4rem}.lead-status-tabs .tab-button:focus-visible{outline:2px solid #2743ff;outline-offset:2px}.lead-status-tabs .tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-status-tabs li.active{background:#fff;color:#0f172a;border-color:#b0c5ff;box-shadow:0 18px 30px #0f172a14,0 8px 16px #5970ff2e;transform:translateY(1px)}.lead-status-tabs li:not(.is-add-tab):hover{border-color:#c2d2ff;color:#0f172a}.lead-status-tabs li.is-add-tab{border:none;background:transparent;min-width:auto}.lead-status-tabs li.is-add-tab .tab-button{border-radius:.8rem;border:1px dashed #c8d3f8;background:#3b82f614;color:#1d4ed8;font-weight:600;justify-content:center;width:auto;padding:.45rem .9rem;transition:background .15s ease,color .15s ease,border-color .15s ease}.lead-status-tabs li.is-add-tab .tab-button:hover{border-color:#9fb2ff;background:#3b82f624}.lead-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.toolbar-left{flex:1 1 60%;display:flex;align-items:center;gap:1rem;min-width:18rem;flex-wrap:wrap}.toolbar-actions{display:flex;align-items:center;gap:.5rem}.toolbar-menu{position:relative;display:inline-flex}.toolbar-dropdown{position:absolute;top:calc(100% + .35rem);left:0;min-width:10rem;padding:.4rem 0;margin:0;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:.65rem;box-shadow:0 10px 24px #0f172a2e;z-index:6}.toolbar-dropdown li{width:100%}.toolbar-dropdown button{width:100%;border:none;background:transparent;color:#0f172a;font:inherit;display:flex;align-items:center;gap:.5rem;padding:.4rem .9rem;cursor:pointer;transition:background .12s ease,color .12s ease}.toolbar-dropdown button:hover{background:#e2e8f073}.toolbar-dropdown .menu-icon{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem}.columns-menu{max-height:18rem;overflow-y:auto;min-width:12rem}.columns-menu label{display:flex;align-items:center;gap:.5rem;padding:.25rem .9rem;cursor:pointer}.columns-menu input[type=checkbox]{appearance:none;width:1.05rem;height:1.05rem;border:1px solid #cbd5e1;border-radius:.2rem;display:grid;place-items:center;background:#fff;transition:border-color .12s ease,background .12s ease}.columns-menu input[type=checkbox]:after{content:"";width:.55rem;height:.55rem;border-radius:.1rem;transform:scale(0);transition:transform .12s ease;background:#fff}.columns-menu input[type=checkbox]:checked{background:#2563eb;border-color:#2563eb}.columns-menu input[type=checkbox]:checked:after{transform:scale(1)}.columns-menu input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.action-button{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .9rem;border-radius:.6rem;border:1px solid rgba(148,163,184,.35);background:#fff;cursor:pointer;font:inherit;color:inherit;transition:border-color .12s ease,background .12s ease}.action-button.primary{border-radius:var(--rounded-md, 6px);border:1px solid var(--Primary-400, #2360CC);background:var(--Primary-400, #2360CC);box-shadow:0 1px 2px #0000000d;color:var(--White, #FFF);font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease}.action-button.toolbar-circle{--size: 2.25rem;width:var(--size);height:var(--size);padding:0;border-radius:999px;border:1.5px solid #dbe5ff;background:#f6f8ff;color:#221d65;justify-content:center;box-shadow:0 6px 14px #2351ff2e}.action-button.toolbar-circle .icon-text{font-size:.85rem}.action-button .icon-slot{display:inline-flex;align-items:center;justify-content:center;line-height:0}.action-button.toolbar-circle.is-primary{border-color:#2360cc;color:#2360cc;background:#fff}.action-button.toolbar-circle:is(:hover,:focus-visible){border-color:#2360cc;color:#2360cc;background:#fff}.lead-search-pill{flex:1;min-width:15em;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.15rem .2rem;border:1.5px solid #d6def2;border-radius:999px;background:#fdfdff;box-shadow:inset 0 0 0 1px #407bff14}.lead-search-form{flex:1}.lead-search-field{display:flex;align-items:center;gap:.65rem;border:none}.lead-search-field .search-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.lead-search-field .search-icon svg{display:block}.lead-search-field input{flex:1;border:none;background:transparent;font:inherit;color:#0f172a;font-size:.95rem;min-width:0}.lead-search-field input[type=search]{-webkit-appearance:none;appearance:none}.lead-search-field input[type=search]::-webkit-search-decoration,.lead-search-field input[type=search]::-webkit-search-cancel-button,.lead-search-field input[type=search]::-webkit-search-results-button,.lead-search-field input[type=search]::-webkit-search-results-decoration{display:none}.lead-search-field input[type=search]::-ms-clear,.lead-search-field input[type=search]::-ms-reveal{display:none}.lead-search-field input::placeholder{color:#94a3b8}.lead-search-field .clear-btn{border:none;background:transparent;color:#94a3b8;font-size:1.25rem;cursor:pointer;padding:.1rem;line-height:1}.lead-search-selectors{display:flex;align-items:center;gap:1.75rem;white-space:nowrap}.view-mode-switch{display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:999px;overflow:hidden;margin-left:auto;flex:0 0 auto}.view-mode-switch button{border:none;background:transparent;padding:.35rem .9rem;font:inherit;font-size:.85rem;color:#64748b;cursor:pointer;transition:background .12s ease,color .12s ease}.view-mode-switch button.active{background:#2563eb;color:#fff}.view-mode-switch button:not(.active):hover{color:#2563eb}.search-selector .chevron,.results-trigger .chevron{width:0;height:0;border-radius:999px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}.toolbar-right{flex:1 1 35%;display:flex;align-items:center;justify-content:flex-end;gap:1.25rem;min-width:14rem}.lead-results-info{display:flex;align-items:center;gap:1rem;color:#475569;font-size:.9rem;font-weight:600}.lead-results-info .pagination-info{color:var(--Gray-500, #64748B);font-size:12px;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:14px;word-wrap:break-word}.pagination-buttons button{width:2.2rem;height:2.2rem;border:none;background:transparent;box-shadow:none;outline:none;font:inherit;cursor:pointer}.results-per-page{display:flex;align-items:center;gap:.85rem;color:var(--Gray-500, #64748B);font-size:14px;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:16px;word-wrap:break-word}.results-trigger{border:1.5px solid #d6def2;background:#fff;border-radius:999px;padding:.35rem 1rem;color:var(--Gray-500, #64748B);font-size:12px;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:16px;word-wrap:break-word;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;transition:border-color .12s ease,color .12s ease}.results-trigger:hover{border-color:#2351ff;color:#2351ff}.results-menu{position:absolute;top:calc(100% + .3rem);right:0;display:flex;flex-direction:column;gap:.2rem;min-width:8rem;padding:.45rem 0;margin:0;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;box-shadow:0 10px 24px #0f172a2e;z-index:5}.results-menu li{width:100%}.results-menu li button{width:100%;border:none;background:transparent;color:#334155;text-align:right;padding:.4rem .85rem;cursor:pointer;font:inherit}.results-menu li button:hover{background:#94a3b829}.results-menu li button.active{background:#1a73e8;color:#fff}.table-wrapper{overflow-x:auto;border:1px solid #edf2ff;border-radius:1.25rem;background:linear-gradient(180deg,#fff,#f9fbff);padding:.35rem .35rem .75rem}.leads-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.95rem;max-height:45vh;overflow-y:auto}.leads-table th,.leads-table td{padding:.62rem .82rem;text-align:left;color:#0f172a;font-size:12px;line-height:1.2}.leads-table th{color:var(--Gray-700, #334155);font-size:14px;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-weight:700;line-height:16px;word-wrap:break-word;text-transform:uppercase;letter-spacing:.04em;background:#f3f6ff;border-bottom:1px solid rgba(148,163,184,.2)}.leads-table thead th:first-child{border-top-left-radius:1rem}.leads-table thead th:last-child{border-top-right-radius:1rem}.leads-table tbody td{border-bottom:1px solid rgba(148,163,184,.15)}.leads-table tbody tr:last-child td{border-bottom-color:transparent}.leads-table a{color:#1a73e8;text-decoration:none;font-weight:500;font-size:14px}.leads-table tbody tr:hover{background:#94a3b81f}.leads-table tbody tr.selected{background:#6366f114}.leads-table .empty{text-align:center;color:#64748b;padding:1.5rem;font-style:italic}.pipeline{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:stretch;overflow-x:auto;overflow-y:hidden;max-height:calc(100vh - 240px);padding:0;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin}.pipeline-column{flex:0 0 11.25rem;min-width:10.5rem;background:#f8fafc;border-radius:.6rem;padding:0 0 .5rem;display:flex;flex-direction:column;gap:.5rem;border:1px solid #e2e8f0;transition:border-color .12s ease,background .12s ease;max-height:calc(100vh - 280px);overflow-y:auto;scrollbar-color:#cbd5e1 transparent;scrollbar-width:thin}.pipeline-column.dragover{border-color:#1a73e8;background:#1a73e812}.pipeline-column header{display:flex;flex-direction:column;gap:.15rem;color:#1e293b;background:#eef2ff;border:1px solid #dfe5ff;border-radius:.65rem;padding:.45rem .5rem}.pipeline-column header h3{font-size:.9rem;font-weight:600;margin:0}.pipeline-column header small{color:#64748b}.pipeline-cards{display:grid;gap:.5rem}.pipeline-pagination{display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:.4rem .5rem 0;border-top:1px solid rgba(148,163,184,.2);font-size:.75rem;color:#64748b}.pipeline-page-btn{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;color:#1f2937;cursor:pointer}.pipeline-page-btn:disabled{opacity:.5;cursor:not-allowed}.pipeline-page-info{white-space:nowrap}.pipeline-page-size select{border:1px solid #e2e8f0;border-radius:999px;padding:.2rem .55rem;background:#fff;font-size:.75rem;color:#1f2937}.pipeline-card{background:#fff;border-radius:.7rem;padding:.45rem .55rem;box-shadow:0 8px 16px #0f172a0d;border:1px solid #e2e8f0;display:grid;gap:.25rem;cursor:grab;min-height:62px}.card-row{display:flex;align-items:center;gap:.5rem}.card-main h4{margin:0;font-size:.85rem;font-weight:600;color:#1e293b}.card-sub{margin:0;color:#475569;font-size:.75rem}.avatar{width:28px;height:28px;border-radius:50%;background:#e2e8ff;color:#2351ff;display:grid;place-items:center;font-weight:600;font-size:.8rem}.chevron{margin-left:auto;color:#94a3b8;font-size:.95rem}.card-row.meta{align-items:center;gap:.5rem}.price{font-weight:600;color:#111827;font-size:.75rem}.badges{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.lead-badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .45rem;border-radius:10px;font-size:.65rem;font-weight:600;border:1px solid transparent}.pipeline-card[draggable=false]{cursor:default;opacity:.75}.pipeline-card h4{margin:0;font-size:.85rem;font-weight:600;color:#1e293b}.pipeline-card p{margin:0;color:#475569;display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;font-size:.75rem}.pipeline-card p span:first-child{font-weight:600;color:#111827}.pipeline-card .tag{display:inline-flex;align-items:center;padding:.08rem .45rem;border-radius:999px;background:#1a73e81f;color:#1a73e8;font-size:.65rem;font-weight:600}.pipeline .no-deals{margin:0;padding:.75rem;text-align:center;color:#94a3b8;border:1px dashed rgba(148,163,184,.35);border-radius:.75rem;font-size:.85rem}.pipeline-loading{grid-column:1 / -1;text-align:center;font-weight:600;color:#1e293b}.filter-form{display:grid;gap:1rem}.filter-form select,.filter-form input{padding:.75rem;border:1px solid rgba(148,163,184,.4);border-radius:.5rem;font:inherit}.lookup-filter{display:grid;gap:.35rem}.lookup-filter select{padding:.65rem;border-radius:.5rem;border:1px solid rgba(148,163,184,.4)}.filter-checkboxes{display:flex;gap:1rem;width:5px;height:fit-content}.filter-checkboxes label{display:flex;align-items:center;gap:.35rem;color:#475569;font-size:.9rem}.action-dialog.drawer:not([open]){display:none}.action-dialog.drawer{position:fixed;inset:0 0 0 auto;margin:0;border:none;border-radius:0;height:100vh;width:min(540px,100vw);padding:0;background:transparent;display:flex;align-items:stretch;justify-content:flex-end}.action-dialog.drawer::backdrop{background:#0f172a59}.action-dialog.drawer>article{width:100%;height:100%;display:flex;flex-direction:column;background:#f4f6fb;box-shadow:-8px 0 30px #0f172a33}.action-dialog.drawer .action-dialog__header{padding:1.25rem 1.75rem .5rem;display:flex;align-items:center;justify-content:space-between}.action-dialog.drawer .action-dialog__header h3{font-size:1.4rem}.action-dialog.drawer .action-dialog__close{border:none;background:transparent;color:#0f1b38;font-size:1.25rem;line-height:1;padding:0;width:auto;height:auto}.action-dialog.drawer .action-dialog__close:hover{color:#2351ff}.action-dialog.drawer .action-dialog__body{flex:1 1 auto;overflow-y:auto}.action-dialog.drawer .action-dialog__footer{border-top:1px solid rgba(148,163,184,.25);background:#fefefe;display:flex;gap:.8rem;padding:.75rem 1.25rem 1rem;margin-top:auto;flex:0 0 auto}.action-dialog.drawer .action-dialog__footer .primary,.action-dialog.drawer .action-dialog__footer .secondary{flex:1}.side-field__error{margin:2px 0 0;padding-left:10px;color:#b91c1c;font-size:13px;font-weight:600}.leads-page .side-input,.leads-page .side-select{transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.leads-page .side-input:hover,.leads-page .side-select:hover,.leads-page .side-input:focus-within,.leads-page .side-select:focus-within{border-color:#b8c5d5;background:#f8fafc}.leads-page .side-modal-backdrop{position:fixed;inset:var(--header-height, 0px) 0 0 0;background:#0f172a59;z-index:9998}.leads-page .side-modal{position:fixed;top:var(--header-height, 0px);right:0;height:calc(100vh - var(--header-height, 0px));width:360px;max-width:100vw;background:#fff;display:flex;flex-direction:column;z-index:9999}.leads-page .side-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.leads-page .side-modal__title{font-size:14px;font-weight:700;color:#334155}.leads-page .side-modal__close{border:0;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#64748b}.leads-page .side-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px 16px}.leads-page .side-modal-form{display:flex;flex-direction:column;gap:10px;min-height:100%}.leads-page .side-modal__footer{position:sticky;bottom:0;background:#fff;margin-top:auto;padding:12px 0 14px}.leads-page .side-modal__footer-line{height:1px;background:#e2e8f0;margin:10px -16px 12px}.leads-page .side-modal__footer-actions{display:flex;gap:10px;justify-content:flex-start}.new-lead-dialog .action-dialog__body{background:#f4f7ff;border-radius:1.5rem;overflow:visible}.new-lead-drawer__body{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1rem}.new-lead-card{background:#fff;border-radius:1.25rem;border:1px solid #dfe7fb;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 12px 32px #2351ff14}.new-lead-card__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.new-lead-section__title{margin:0;color:var(--input, #090909);font-family:DM Sans;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.new-lead-edit{border:none;background:#eff4ff;border-radius:999px;padding:.35rem .65rem;font-size:.85rem;color:#2351ff;cursor:pointer}.new-lead-upload{display:grid;gap:.35rem;text-align:center}.new-lead-upload__dropzone{border:2px dashed #e1e1e2;border-radius:6px;padding:12px;background:transparent;display:grid;place-items:center;justify-items:center;font-size:16px;color:#64748b}.new-lead-upload__icon{width:2.75rem;height:2.75rem;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:600}.new-lead-upload__icon svg{width:3.9rem;height:3.9rem}.new-lead-upload__browse{display:inline-flex;align-items:center;justify-content:center;width:32px;height:24px;padding:0;margin:0;border:2px solid #cbd5e1;background:transparent;color:#334155;border-radius:8px;box-shadow:0 12px 32px #2351ff14;cursor:pointer}.new-lead-upload__browse svg{display:block}.new-lead-upload small{color:#64748b;font-size:14px;font-weight:400;display:flex;align-items:self-start;padding-bottom:6px}.new-lead-field-stack{display:flex;flex-direction:column;gap:1rem}.new-lead-field{display:flex;flex-direction:column;gap:.4rem;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:20px;overflow:hidden;text-overflow:ellipsis;color:var(--Cool-400, #9CA3AF)}.new-lead-field label{font-weight:600}.new-lead-field input,.new-lead-field select,.new-lead-field textarea{border:1.25px solid #cbd5f0;border-radius:.9rem;padding:.75rem .9rem;background:#fff;color:var(--Cool-400, #9CA3AF);width:100%;overflow:hidden;text-overflow:ellipsis;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.new-lead-field textarea{resize:vertical}.new-lead-field input::placeholder,.new-lead-field textarea::placeholder{color:#94a3b8}.new-lead-field.with-more{position:relative;padding-right:2.5rem}.new-lead-more{position:absolute;top:50%;right:.55rem;transform:translateY(-50%);border:none;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}.new-lead-field--split{display:grid;grid-template-columns:1fr 120px;gap:.75rem}.new-lead-input-icon{display:flex;align-items:center;gap:.5rem;border:1.25px solid #cbd5f0;border-radius:.9rem;padding:.55rem .85rem}.new-lead-input-icon input{border:none;padding:0}.new-lead-toolbar{justify-content:end;display:flex;gap:.5rem}.new-lead-toolbar button{border:1px solid #cbd5f0;background:#fff;width:2.2rem;height:2.2rem;border-radius:.65rem;cursor:pointer;color:#475569}.create-tab-dialog .action-dialog__body{display:flex;flex-direction:column;gap:1.5rem;width:min(540px,calc(100vw - 48px));min-width:0;padding:1.5rem 2rem 1.75rem;font-family:"DM Sans","Inter",system-ui,-apple-system,BlinkMacSystemFont,sans-serif,}.create-tab-grid{display:flex;flex-direction:column;gap:1.25rem}.create-tab-grid input,.create-tab-grid select,.create-tab-grid textarea{border:1.25px solid #cbd5f0;border-radius:.9rem;padding:.85rem 1rem;font-size:.95rem;color:#0f172a;background:#fff}.create-tab-grid input::placeholder,.create-tab-grid textarea::placeholder{color:#94a3b8}.create-tab-rules{border:1.5px dashed #d6dfee;border-radius:1rem;padding:1.1rem;display:flex;flex-direction:column;gap:.85rem;background:#f9fbff}.create-tab-rule{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.create-tab-rules .add-rule{border:1.5px solid #2351ff;background:#fff;color:#2351ff;border-radius:.95rem;padding:.65rem 1rem;font-weight:600;width:fit-content;cursor:pointer}.create-tab-quick{display:flex;flex-direction:column;gap:.45rem}.create-tab-quick>span{font-weight:600;color:#4c5a75}.create-tab-quick .chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.create-tab-quick button{border:1px solid #d7e3ff;background:#fff;border-radius:999px;padding:.35rem 1rem;font-size:.85rem;color:#1d3565;cursor:pointer}.create-tab-tip{border:1px solid #c9d7ff;border-radius:1rem;padding:1.1rem;background:#f6f8ff;color:#1d3565;font-size:.9rem}.create-tab-tip .tip-title{margin:0 0 .25rem;font-weight:600}.loading-overlay{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:1.5rem;background:#0b102073;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.loading-overlay__panel{display:grid;gap:.75rem;align-items:center;justify-items:center;min-width:220px;padding:1.25rem 1.5rem;border-radius:1.25rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);box-shadow:0 22px 45px #080f1c73,inset 0 1px #ffffff40;color:#f4f7ffeb;text-align:center}.loading-overlay__spinner{position:relative;width:2.6rem;height:2.6rem}.loading-overlay__spinner span{position:absolute;inset:0;border-radius:999px;border:3px solid transparent;border-top-color:#93c5fde6;border-right-color:#60a5fae6;animation:loading-orbit .9s linear infinite;filter:drop-shadow(0 0 6px rgba(59,130,246,.45))}.loading-overlay__spinner span:nth-child(2){inset:.35rem;border-top-color:#dbeafee6;border-right-color:#bfdbfee6;animation-duration:1.1s;animation-delay:-.15s}.loading-overlay__spinner span:nth-child(3){inset:.7rem;border-top-color:#818cf8e6;border-right-color:#6366f1e6;animation-duration:1.3s;animation-delay:-.3s}.loading-overlay__text{font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.leads-toolbar__icon{display:inline-flex;width:18px;height:18px;color:#fff}.leads-toolbar__icon--column-picker{color:#0f1b38}.lead-list-tags-cell{display:flex;flex-wrap:nowrap;align-items:center;gap:.22rem;max-width:21rem;overflow:hidden}.lead-list-tags-cell__chip{display:inline-flex;align-items:center;min-height:1.18rem;padding:.02rem .42rem;border-radius:999px;border:1px solid rgba(165,194,238,.9);background:linear-gradient(180deg,#f7fbfffa,#eff6fff5);color:#244a83;font-size:.62rem;font-weight:600;line-height:1;max-width:11.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes loading-orbit{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.loading-overlay{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.loading-overlay__spinner span{animation-duration:1.6s}}@media(max-width:960px){.lead-toolbar{flex-direction:column;align-items:stretch}.toolbar-left,.toolbar-right{width:100%;min-width:0}.lead-search-selectors{justify-content:space-between;gap:1rem}.pipeline{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}}.jobs-tabs menu{display:inline-flex;align-items:flex-end;gap:0;padding:0;margin:0;list-style:none}.jobs-tabs li{position:relative;border-radius:.5rem .5rem 0 0;border-bottom:none;color:#1d4ed8;display:flex;align-items:stretch;font-weight:600}.jobs-tabs li:before{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;color:#1d4ed8}.jobs-tabs .tab-button{border:none;background:transparent;color:inherit;cursor:pointer;font:inherit;width:100%;padding:10.4px 21.6px;display:flex;align-items:center;gap:6.4px}.jobs-tabs .tab-button:focus-visible{outline:2px solid #2743ff;outline-offset:2px}.jobs-tabs .tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobs-tabs li.active{background:#fff;color:#1d4ed8;border-color:#b0c5ff;box-shadow:0 18px 30px #0f172a14,0 8px 16px #5970ff2e;transform:translateY(1px)}.jobs-tabs li.active:before{background:#1d4ed8;opacity:100}.jobs-tabs li:hover{border-color:#c2d2ff;color:#1d4ed8}.jobs-tabs .tab-count{display:none}.action-dialog:not(.drawer){padding:0;border:0;background:transparent}.action-dialog:not(.drawer)::backdrop{background:#0f172a5c}.action-dialog:not(.drawer) .action-dialog__panel{padding:0;border:1px solid #d9e2ef;border-radius:8px;background:#fff;box-shadow:0 24px 64px #0f172a2e;overflow:hidden}.action-dialog:not(.drawer) .action-dialog__form{display:flex;flex-direction:column}.action-dialog:not(.drawer) .action-dialog__header{display:flex;align-items:center;justify-content:space-between;background:#fff;gap:16px;padding:22px 28px 18px;border-bottom:1px solid #e2e8f0}.action-dialog:not(.drawer) .action-dialog__header h3{margin:0;font-size:18px;line-height:1.35;font-weight:500;color:#334155}.action-dialog:not(.drawer) .action-dialog__close{display:inline-flex;align-items:center;justify-content:center;padding:0;width:18px;height:18px;border:none;background:transparent;box-shadow:none;border-radius:0;color:#476967;cursor:pointer}.action-dialog:not(.drawer) .action-dialog__close:hover{color:#0f172a}.action-dialog:not(.drawer) .action-dialog__close svg{transition:transform .15s ease;transform-origin:center}.action-dialog:not(.drawer) .action-dialog__close:hover svg{transform:scale(1.12)}.action-dialog:not(.drawer) .action-dialog__body{min-width:0;padding:24px 28px;background:#fff}.action-dialog:not(.drawer) .action-dialog__footer{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:16px 28px 22px;border-top:1px solid #e2e8f0}.action-dialog:not(.drawer) .action-dialog__footer .primary,.action-dialog:not(.drawer) .action-dialog__footer .secondary{min-width:42px;border-radius:10px}.view-pill{display:inline-flex;align-items:center;gap:.35rem;padding:2px;border:1px solid #cbd5e1;border-radius:30px;background:#f5f6f8}.view-pill-row{display:flex;gap:.5rem;align-items:center;justify-content:flex-end;margin:.35rem 0}.view-chip{width:42px;height:42px;border:none;background:transparent;color:#334155;border-radius:21px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.view-chip svg{width:28px;height:28px}.view-chip.is-active{background:#cfe2fb;color:#2351ff;box-shadow:inset 0 0 0 1px #2351ff59}.view-chip:hover:not(.is-active){background:#e7ecf5}.duplicate-email-dialog .action-dialog__body,.duplicate-email-dialog__content{display:grid;gap:14px}.duplicate-email-dialog__content p{margin:0;color:#475569;font-size:14px;line-height:1.45}.duplicate-email-dialog__list{display:grid;gap:10px}.duplicate-email-dialog__item{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#fff}.duplicate-email-dialog__info{display:grid;gap:3px;min-width:0}.duplicate-email-dialog__info strong{color:#0f172a;font-size:14px;font-weight:700}.duplicate-email-dialog__info span,.duplicate-email-dialog__info small{color:#64748b;font-size:13px;font-weight:500}.fib,.fi{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{position:relative;display:inline-block;width:1.333333em;line-height:1em}.fi:before{content:" "}.fi.fis{width:1em}.fi-xx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-xx'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23adb5bd'%20stroke-width='1.1'%20d='M.5.5h638.9v478.9H.5z'/%3e%3cpath%20fill='none'%20stroke='%23adb5bd'%20stroke-width='1.1'%20d='m.5.5%20639%20479m0-479-639%20479'/%3e%3c/svg%3e")}.fi-xx.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-xx'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23adb5bd'%20d='M.5.5h511v511H.5z'/%3e%3cpath%20fill='none'%20stroke='%23adb5bd'%20d='m.5.5%20511%20511m0-511-511%20511'/%3e%3c/svg%3e")}.fi-ad{background-image:url(/dbcrm/assets/ad-B18i8NGa.svg)}.fi-ad.fis{background-image:url(/dbcrm/assets/ad-Blhdm5jl.svg)}.fi-ae{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ae'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300732f'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='red'%20d='M0%200h220v480H0z'/%3e%3c/svg%3e")}.fi-ae.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ae'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300732f'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20fill='red'%20d='M0%200h180v512H0z'/%3e%3c/svg%3e")}.fi-af{background-image:url(/dbcrm/assets/af-C77Rf6cE.svg)}.fi-af.fis{background-image:url(/dbcrm/assets/af-Bc2fqp73.svg)}.fi-ag{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ag'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ag-a'%3e%3cpath%20fill-opacity='.7'%20d='M-79.7%200H603v512H-79.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ag-a)'%20transform='translate(74.7)scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-79.7%200H603v512H-79.7z'/%3e%3cpath%20fill='%23000001'%20d='M-79.6%200H603v204.8H-79.7z'/%3e%3cpath%20fill='%230072c6'%20d='M21.3%20203.2h480v112h-480z'/%3e%3cpath%20fill='%23ce1126'%20d='M603%20.1V512H261.6L603%200zM-79.7.1V512h341.3L-79.7%200z'/%3e%3cpath%20fill='%23fcd116'%20d='M440.4%20203.3%20364%20184l64.9-49-79.7%2011.4%2041-69.5-70.7%2041L332.3%2037l-47.9%2063.8-19.3-74-21.7%2076.3-47.8-65%2013.7%2083.2L138.5%2078l41%2069.5-77.4-12.5%2063.8%2047.8L86%20203.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ag.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ag'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ag-a'%3e%3cpath%20fill='%2325ff01'%20d='M109%2047.6h464.8v464.9H109z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ag-a)'%20transform='translate(-120%20-52.4)scale(1.1014)'%3e%3cpath%20fill='%23fff'%20d='M0%2047.6h693V512H0z'/%3e%3cpath%20fill='%23000001'%20d='M109%2047.6h464.8v186.1H109z'/%3e%3cpath%20fill='%230072c6'%20d='M128.3%20232.1h435.8v103.5H128.3z'/%3e%3cpath%20fill='%23ce1126'%20d='M692.5%2049.2v463.3H347zm-691.3%200v463.3h345.7z'/%3e%3cpath%20fill='%23fcd116'%20d='m508.8%20232.2-69.3-17.6%2059-44.4-72.5%2010.3%2037.3-63-64.1%2037.2%2011.3-73.5-43.4%2058-17.6-67.3-19.6%2069.3-43.4-59%2012.4%2075.6-64.1-39.3%2037.2%2063-70.3-11.3%2057.9%2043.4-72.4%2018.6z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ai{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ai'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='ai-b'%20fill='%23f90'%20d='M271%2087c1.5%203.6%206.5%207.6%207.8%209.6-1.7%202-2%201.8-1.8%205.4%203-3.1%203-3.5%205-3%204.2%204.2.8%2013.3-2.8%2015.3-3.4%202.1-2.8%200-8%202.6%202.3%202%205.1-.3%207.4.3%201.2%201.5-.6%204.1.4%206.7%202-.2%201.8-4.3%202.2-5.8%201.5-5.4%2010.4-9.1%2010.8-14.1%201.9-.9%203.7-.3%206%201-1.1-4.6-4.9-4.6-5.9-6-2.4-3.7-4.5-7.8-9.6-9-3.8-.7-3.5.3-6-1.4-1.6-1.2-6.3-3.4-5.5-1.6'/%3e%3c/defs%3e%3cclipPath%20id='ai-a'%3e%3cpath%20d='M0%200v120h373.3v120H320zm320%200H160v280H0v-40z'/%3e%3c/clipPath%3e%3cpath%20fill='%23012169'%20d='M0%200h640v480H0z'/%3e%3cpath%20stroke='%23fff'%20stroke-width='50'%20d='m0%200%20320%20240m0-240L0%20240'/%3e%3cpath%20stroke='%23c8102e'%20stroke-width='30'%20d='m0%200%20320%20240m0-240L0%20240'%20clip-path='url(%23ai-a)'/%3e%3cpath%20stroke='%23fff'%20stroke-width='75'%20d='M160%200v280M0%20120h373.3'/%3e%3cpath%20stroke='%23c8102e'%20stroke-width='50'%20d='M160%200v280M0%20120h373.3'/%3e%3cpath%20fill='%23012169'%20d='M0%20240h320V0h106.7v320H0z'/%3e%3cpath%20fill='%23fff'%20d='M424%20191.8c0%2090.4%209.7%20121.5%2029.3%20142.5a179%20179%200%200%200%2035%2030%20180%20180%200%200%200%2035-30c19.5-21%2029.3-52.1%2029.3-142.5-14.2%206.5-22.3%209.7-34%209.5a78%2078%200%200%201-30.3-9.5%2078%2078%200%200%201-30.3%209.5c-11.7.2-19.8-3-34-9.5'/%3e%3cg%20transform='matrix(1.96%200%200%202.002%20-40.8%2062.9)'%3e%3cuse%20xlink:href='%23ai-b'/%3e%3ccircle%20cx='281.3'%20cy='91.1'%20r='.8'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/g%3e%3cg%20transform='matrix(-.916%20-1.77%201.733%20-.935%20563.4%20829)'%3e%3cuse%20xlink:href='%23ai-b'/%3e%3ccircle%20cx='281.3'%20cy='91.1'%20r='.8'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/g%3e%3cg%20transform='matrix(-1.01%201.716%20-1.68%20-1.031%20925.4%20-103.2)'%3e%3cuse%20xlink:href='%23ai-b'/%3e%3ccircle%20cx='281.3'%20cy='91.1'%20r='.8'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/g%3e%3cpath%20fill='%239cf'%20d='M440%20315.1a78%2078%200%200%200%2013.3%2019.2%20179%20179%200%200%200%2035%2030%20180%20180%200%200%200%2035-30%2078%2078%200%200%200%2013.2-19.2z'/%3e%3cpath%20fill='%23fdc301'%20d='M421.2%20188.2c0%2094.2%2010.2%20126.6%2030.6%20148.5a187%20187%200%200%200%2036.5%2031.1%20186%20186%200%200%200%2036.4-31.1c20.4-21.9%2030.6-54.3%2030.6-148.5-14.8%206.8-23.3%2010.1-35.5%2010-11-.3-22.6-5.7-31.5-10-9%204.3-20.6%209.7-31.5%2010-12.3.1-20.7-3.2-35.6-10m4%205c14%206.5%2022%209.6%2033.5%209.4a76%2076%200%200%200%2029.6-9.4c8.4%204%2019.3%209.2%2029.6%209.4%2011.5.2%2019.4-3%2033.4-9.4%200%2089-9.6%20119.6-28.8%20140.2a176%20176%200%200%201-34.2%2029.4%20176%20176%200%200%201-34.3-29.4c-19.2-20.6-28.7-51.3-28.7-140.2z'/%3e%3c/svg%3e")}.fi-ai.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ai'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='ai-b'%20fill='%23f90'%20d='M271%2087c1.5%203.6%206.5%207.6%207.8%209.6-1.7%202-2%201.8-1.8%205.4%203-3.1%203-3.5%205-3%204.2%204.2.8%2013.3-2.8%2015.3-3.4%202.1-2.8%200-8%202.6%202.3%202%205.1-.3%207.4.3%201.2%201.5-.6%204.1.4%206.7%202-.2%201.8-4.3%202.2-5.8%201.5-5.4%2010.4-9.1%2010.8-14.1%201.9-.9%203.7-.3%206%201-1.1-4.6-4.9-4.6-5.9-6-2.4-3.7-4.5-7.8-9.6-9-3.8-.7-3.5.3-6-1.4-1.6-1.2-6.3-3.4-5.5-1.6'/%3e%3c/defs%3e%3cclipPath%20id='ai-a'%3e%3cpath%20d='M0%200v128h298.7v128H256zm256%200H128v298.7H0V256z'/%3e%3c/clipPath%3e%3cpath%20fill='%23012169'%20d='M0%200h512v512H0z'/%3e%3cpath%20stroke='%23fff'%20stroke-width='50'%20d='m0%200%20256%20256m0-256L0%20256'/%3e%3cpath%20stroke='%23c8102e'%20stroke-width='30'%20d='m0%200%20256%20256m0-256L0%20256'%20clip-path='url(%23ai-a)'/%3e%3cpath%20stroke='%23fff'%20stroke-width='75'%20d='M128%200v298.7M0%20128h298.7'/%3e%3cpath%20stroke='%23c8102e'%20stroke-width='50'%20d='M128%200v298.7M0%20128h298.7'/%3e%3cpath%20fill='%23012169'%20d='M0%20256h256V0h85.3v341.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M323.6%20224.1c0%2090.4%209.8%20121.5%2029.4%20142.5a179%20179%200%200%200%2035%2030%20180%20180%200%200%200%2035-30c19.5-21%2029.3-52.1%2029.3-142.5-14.2%206.5-22.3%209.7-34%209.5a78%2078%200%200%201-30.3-9.5%2078%2078%200%200%201-30.3%209.5c-11.7.2-19.8-3-34-9.5z'/%3e%3cg%20transform='matrix(1.96%200%200%202.002%20-141.1%2095.2)'%3e%3cuse%20xlink:href='%23ai-b'/%3e%3ccircle%20cx='281.3'%20cy='91.1'%20r='.8'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/g%3e%3cg%20transform='matrix(-.916%20-1.77%201.733%20-.935%20463.1%20861.4)'%3e%3cuse%20xlink:href='%23ai-b'/%3e%3ccircle%20cx='281.3'%20cy='91.1'%20r='.8'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/g%3e%3cg%20transform='matrix(-1.01%201.716%20-1.68%20-1.031%20825%20-71)'%3e%3cuse%20xlink:href='%23ai-b'/%3e%3ccircle%20cx='281.3'%20cy='91.1'%20r='.8'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/g%3e%3cpath%20fill='%239cf'%20d='M339.8%20347.4a78%2078%200%200%200%2013.2%2019.2%20179%20179%200%200%200%2035%2030%20180%20180%200%200%200%2035-30%2078%2078%200%200%200%2013.2-19.2z'/%3e%3cpath%20fill='%23fdc301'%20d='M321%20220.5c0%2094.2%2010.1%20126.6%2030.5%20148.5a187%20187%200%200%200%2036.5%2031%20186%20186%200%200%200%2036.4-31.1C444.8%20347%20455%20314.7%20455%20220.5c-14.8%206.8-23.3%2010.1-35.5%2010-11-.3-22.6-5.7-31.5-10-9%204.3-20.6%209.7-31.5%2010-12.3.1-20.7-3.2-35.6-10zm4%205c13.9%206.5%2021.9%209.6%2033.4%209.4a76%2076%200%200%200%2029.6-9.4c8.4%204%2019.3%209.2%2029.6%209.4%2011.5.2%2019.4-3%2033.4-9.4%200%2089-9.6%20119.6-28.8%20140.2a176%20176%200%200%201-34.2%2029.4%20176%20176%200%200%201-34.3-29.4c-19.2-20.6-28.7-51.3-28.7-140.2'/%3e%3c/svg%3e")}.fi-al{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-al'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='red'%20d='M0%200h640v480H0z'/%3e%3cpath%20id='al-a'%20fill='%23000001'%20d='M272%2093.3c-4.6%200-12.3%201.5-12.2%205-13-2.1-14.3%203.2-13.5%208q2-2.9%203.9-3.1%202.5-.3%205.4%201.4a22%2022%200%200%201%204.8%204.1c-4.6%201.1-8.2.4-11.8-.2a17%2017%200%200%201-5.7-2.4c-1.5-1-2-2-4.3-4.3-2.7-2.8-5.6-2-4.7%202.3%202.1%204%205.6%205.8%2010%206.6%202.1.3%205.3%201%208.9%201s7.6-.5%209.8%200c-1.3.8-2.8%202.3-5.8%202.8s-7.5-1.8-10.3-2.4c.3%202.3%203.3%204.5%209.1%205.7%209.6%202%2017.5%203.6%2022.8%206.5a37%2037%200%200%201%2010.9%209.2c4.7%205.5%205%209.8%205.2%2010.8%201%208.8-2.1%2013.8-7.9%2015.4-2.8.7-8-.7-9.8-2.9-2-2.2-3.7-6-3.2-12%20.5-2.2%203.1-8.3.9-9.5a274%20274%200%200%200-32.3-15.1c-2.5-1-4.5%202.4-5.3%203.8a50%2050%200%200%201-36-23.7c-4.2-7.6-11.3%200-10.1%207.3%201.9%208%208%2013.8%2015.4%2018s17%208.2%2026.5%208c5.2%201%205.1%207.6-1%208.9-12.1%200-21.8-.2-30.9-9-6.9-6.3-10.7%201.2-8.8%205.4%203.4%2013.1%2022.1%2016.8%2041%2012.6%207.4-1.2%203%206.6%201%206.7-8%205.7-22.1%2011.2-34.6%200-5.7-4.4-9.6-.8-7.4%205.5%205.5%2016.5%2026.7%2013%2041.2%205%203.7-2.1%207.1%202.7%202.6%206.4-18.1%2012.6-27.1%2012.8-35.3%208-10.2-4.1-11%207.2-5%2011%206.7%204%2023.8%201%2036.4-7%205.4-4%205.6%202.3%202.2%204.8-14.9%2012.9-20.8%2016.3-36.3%2014.2-7.7-.6-7.6%208.9-1.6%2012.6%208.3%205.1%2024.5-3.3%2037-13.8%205.3-2.8%206.2%201.8%203.6%207.3a54%2054%200%200%201-21.8%2018c-7%202.7-13.6%202.3-18.3.7-5.8-2-6.5%204-3.3%209.4%201.9%203.3%209.8%204.3%2018.4%201.3s17.8-10.2%2024.1-18.5c5.5-4.9%204.9%201.6%202.3%206.2-12.6%2020-24.2%2027.4-39.5%2026.2-6.7-1.2-8.3%204-4%209%207.6%206.2%2017%206%2025.4-.2%207.3-7%2021.4-22.4%2028.8-30.6%205.2-4.1%206.9%200%205.3%208.4-1.4%204.8-4.8%2010-14.3%2013.6-6.5%203.7-1.6%208.8%203.2%209%202.7%200%208.1-3.2%2012.3-7.8%205.4-6.2%205.8-10.3%208.8-19.9%202.8-4.6%207.9-2.4%207.9%202.4-2.5%209.6-4.5%2011.3-9.5%2015.2-4.7%204.5%203.3%206%206%204.1%207.8-5.2%2010.6-12%2013.2-18.2%202-4.4%207.4-2.3%204.8%205-6%2017.4-16%2024.2-33.3%2027.8-1.7.3-2.8%201.3-2.2%203.3l7%207c-10.7%203.2-19.4%205-30.2%208l-14.8-9.8c-1.3-3.2-2-8.2-9.8-4.7-5.2-2.4-7.7-1.5-10.6%201%204.2%200%206%201.2%207.7%203.1%202.2%205.7%207.2%206.3%2012.3%204.7%203.3%202.7%205%204.9%208.4%207.7l-16.7-.5c-6-6.3-10.6-6-14.8-1-3.3.5-4.6.5-6.8%204.4%203.4-1.4%205.6-1.8%207.1-.3%206.3%203.7%2010.4%202.9%2013.5%200l17.5%201.1c-2.2%202-5.2%203-7.5%204.8-9-2.6-13.8%201-15.4%208.3a17%2017%200%200%200-1.2%209.3q1.1-4.6%204.9-7c8%202%2011-1.3%2011.5-6.1%204-3.2%209.8-3.9%2013.7-7.1%204.6%201.4%206.8%202.3%2011.4%203.8q2.4%207.5%2011.3%205.6c7%20.2%205.8%203.2%206.4%205.5%202-3.3%201.9-6.6-2.5-9.6-1.6-4.3-5.2-6.3-9.8-3.8-4.4-1.2-5.5-3-9.9-4.3%2011-3.5%2018.8-4.3%2029.8-7.8l7.7%206.8q2.3%201.5%203.8%200c6.9-10%2010-18.7%2016.3-25.3%202.5-2.8%205.6-6.4%209-7.3%201.7-.5%203.8-.2%205.2%201.3%201.3%201.4%202.4%204.1%202%208.2-.7%205.7-2.1%207.6-3.7%2011s-3.6%205.6-5.7%208.3c-4%205.3-9.4%208.4-12.6%2010.5-6.4%204.1-9%202.3-14%202-6.4.7-8%203.8-2.8%208.1%204.8%202.6%209.2%202.9%2012.8%202.2%203-.6%206.6-4.5%209.2-6.6%202.8-3.3%207.6.6%204.3%204.5-5.9%207-11.7%2011.6-19%2011.5-7.7%201-6.2%205.3-1.2%207.4%209.2%203.7%2017.4-3.3%2021.6-8%203.2-3.5%205.5-3.6%205%201.9-3.3%209.9-7.6%2013.7-14.8%2014.2-5.8-.6-5.9%204-1.6%207%209.6%206.6%2016.6-4.8%2019.9-11.6%202.3-6.2%205.9-3.3%206.3%201.8%200%206.9-3%2012.4-11.3%2019.4%206.3%2010.1%2013.7%2020.4%2020%2030.5l19.2-214L320%20139c-2-1.8-8.8-9.8-10.5-11-.7-.6-1-1-.1-1.4s3-.8%204.5-1c-4-4.1-7.6-5.4-15.3-7.6%201.9-.8%203.7-.4%209.3-.6a30%2030%200%200%200-13.5-10.2c4.2-3%205-3.2%209.2-6.7a86%2086%200%200%201-19.5-3.8%2037%2037%200%200%200-12-3.4zm.8%208.4c3.8%200%206.1%201.3%206.1%202.9s-2.3%202.9-6.1%202.9-6.2-1.5-6.2-3c0-1.6%202.4-2.8%206.2-2.8'/%3e%3cuse%20xlink:href='%23al-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e")}.fi-al.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-al'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='red'%20d='M0%200h512v512H0z'/%3e%3cpath%20id='al-a'%20fill='%23000001'%20d='M204.9%2099.5c-5%200-13.2%201.6-13%205.4-14-2.3-15.4%203.4-14.6%208.5q2.3-3%204.2-3.3%202.8-.4%205.8%201.5a23%2023%200%200%201%205%204.4c-4.8%201.1-8.6.4-12.4-.3a18%2018%200%200%201-6.1-2.5c-1.6-1.1-2.1-2.1-4.6-4.7-2.9-3-6-2.1-5%202.5%202.2%204.3%206%206.3%2010.7%207%202.2.4%205.6%201.2%209.4%201.2s8.1-.5%2010.5%200c-1.4.8-3%202.4-6.2%203s-8-2-11-2.6c.4%202.5%203.5%204.8%209.7%206%2010.2%202.2%2018.7%204%2024.3%207s9.1%206.8%2011.6%209.8c5%206%205.3%2010.5%205.6%2011.5%201%209.5-2.2%2014.8-8.4%2016.4-3%20.8-8.5-.7-10.5-3-2-2.4-4-6.4-3.4-12.7.5-2.5%203.4-9%201-10.3a292%20292%200%200%200-34.4-16c-2.7-1.1-5%202.5-5.8%204A54%2054%200%200%201%20129%20107c-4.6-8.1-12.1%200-10.9%207.7%202.1%208.6%208.6%2014.8%2016.5%2019.2%208%204.5%2018.1%208.8%2028.3%208.6%205.5%201%205.5%208.2-1.1%209.5-13%200-23.2-.2-32.9-9.6-7.4-6.7-11.5%201.3-9.4%205.8%203.6%2014%2023.6%2018%2043.8%2013.4%207.8-1.3%203.1%207%20.9%207.2-8.4%206-23.5%2012-36.8-.1-6.1-4.7-10.2-.7-8%206%206%2017.5%2028.5%2013.8%2044%205.2%204-2.2%207.6%203%202.7%206.9-19.2%2013.4-28.9%2013.6-37.6%208.4-10.8-4.3-11.8%207.8-5.3%2011.8%207.2%204.4%2025.4%201%2038.9-7.4%205.7-4.2%206%202.4%202.3%205-15.9%2013.8-22.2%2017.5-38.8%2015.2-8.2-.6-8%209.5-1.6%2013.5%208.8%205.4%2026.1-3.6%2039.5-14.7%205.6-3%206.6%202%203.8%207.8a57%2057%200%200%201-23.3%2019.2%2029%2029%200%200%201-19.5.7c-6.2-2.2-7%204.2-3.6%2010%202%203.5%2010.6%204.7%2019.7%201.4%209.2-3.2%2019-10.8%2025.7-19.8%206-5.1%205.2%201.8%202.5%206.7-13.5%2021.3-25.9%2029.2-42.1%2027.9-7.3-1.2-8.9%204.4-4.3%209.6%208%206.7%2018.2%206.4%2027-.2a751%20751%200%200%200%2030.8-32.6c5.5-4.4%207.3%200%205.7%209-1.5%205.1-5.2%2010.5-15.3%2014.5-7%204-1.8%209.4%203.4%209.5%202.9%200%208.7-3.3%2013-8.3%205.9-6.5%206.2-11%209.5-21.1%203-5%208.4-2.7%208.4%202.5-2.6%2010.2-4.8%2012-10%2016.2-5.1%204.7%203.4%206.3%206.3%204.4%208.3-5.6%2011.3-12.8%2014.1-19.4%202-4.8%207.8-2.5%205.1%205.3-6.4%2018.5-17%2025.8-35.5%2029.6-1.9.3-3%201.4-2.4%203.6l7.5%207.5c-11.5%203.3-20.8%205.2-32.2%208.5L142%20300.6c-1.5-3.4-2.2-8.7-10.4-5-5.7-2.6-8.2-1.6-11.4%201%204.5.1%206.5%201.3%208.3%203.4%202.3%206%207.6%206.6%2013%205%203.5%202.9%205.4%205.2%209%208.2l-17.8-.6c-6.3-6.7-11.3-6.3-15.8-1-3.5.5-5%20.5-7.3%204.7%203.7-1.5%206-2%207.7-.3%206.6%203.9%2011%203%2014.3%200l18.7%201.1c-2.3%202-5.6%203.1-8%205.2-9.7-2.8-14.7%201-16.4%208.8a18%2018%200%200%200-1.4%2010c1-3.2%202.5-5.9%205.3-7.6%208.6%202.2%2011.8-1.3%2012.3-6.5%204.2-3.4%2010.5-4.1%2014.6-7.6%204.9%201.6%207.2%202.6%2012.1%204.1q2.5%208%2012%206c7.7.3%206.3%203.4%207%205.9%202-3.6%202-7-2.8-10.3-1.7-4.6-5.5-6.7-10.4-4-4.7-1.3-5.9-3.2-10.5-4.6%2011.7-3.7%2020-4.5%2031.8-8.3%203%202.8%205.2%204.8%208.2%207.2q2.5%201.6%204%200c7.3-10.6%2010.6-20%2017.4-27%202.6-2.9%206-6.8%209.6-7.8%201.8-.4%204-.2%205.5%201.4%201.4%201.6%202.6%204.4%202%208.7-.6%206.2-2%208.2-3.8%2011.8s-3.9%206-6%208.8c-4.4%205.7-10.1%209-13.5%2011.2-6.8%204.4-9.7%202.5-15%202.2-6.7.8-8.5%204.1-3%208.7a21%2021%200%200%200%2013.7%202.3c3.3-.6%207-4.8%209.8-7%203-3.6%208.1.6%204.7%204.7-6.3%207.5-12.6%2012.4-20.3%2012.3-8.2%201-6.7%205.7-1.3%207.9%209.8%204%2018.6-3.5%2023-8.5%203.5-3.7%206-3.9%205.3%202-3.4%2010.5-8.1%2014.6-15.7%2015.1-6.2-.5-6.3%204.2-1.7%207.5%2010.3%207%2017.7-5%2021.2-12.4%202.5-6.6%206.3-3.5%206.7%202%200%207.3-3.2%2013.2-12%2020.7%206.7%2010.7%2014.5%2021.7%2021.3%2032.5l20.5-228.2-20.5-36c-2.1-2-9.3-10.5-11.2-11.7-.7-.7-1.1-1.2-.1-1.6s3.2-.8%204.8-1c-4.4-4.4-8-5.8-16.3-8.2%202-.8%204-.3%209.9-.6a32%2032%200%200%200-14.4-11c4.5-3%205.3-3.3%209.8-7-7.7-.6-14.3-2-20.8-4a41%2041%200%200%200-12.8-3.7m.7%209c4%200%206.6%201.4%206.6%203s-2.5%203.1-6.6%203.1-6.6-1.5-6.6-3.2%202.6-3%206.6-3z'/%3e%3cuse%20xlink:href='%23al-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3c/svg%3e")}.fi-am{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-am'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d90012'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%230033a0'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23f2a800'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e")}.fi-am.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-am'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23d90012'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%230033a0'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23f2a800'%20d='M0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.fi-ao{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ao'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h640v243.6H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20236.4h640V480H0z'/%3e%3c/g%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='M228.7%20148.2c165.2%2043.3%2059%20255.6-71.3%20167.2l-8.8%2013.6c76.7%2054.6%20152.6%2010.6%20174-46.4%2022.2-58.8-7.6-141.5-92.6-150z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m170%20330.8%2021.7%2010.1-10.2%2021.8-21.7-10.2zm149-99.5h24v24h-24zm-11.7-38.9%2022.3-8.6%208.7%2022.3-22.3%208.7zm-26-29.1%2017.1-16.9%2016.9%2017-17%2016.9zm-26.2-39.8%2022.4%208.4-8.5%2022.4-22.4-8.4zM316%20270l22.3%208.9-9%2022.2-22.2-8.9zm-69.9%2070%2022-9.3%209.5%2022-22%209.4zm-39.5%202.8h24v24h-24zm41.3-116-20.3-15-20.3%2014.6%208-23-20.3-15h24.5l8.5-22.6%207.8%2022.7%2024.7-.3-19.6%2015.3z'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M336%20346.4c-1.2.4-6.2%2012.4-9.7%2018.2l3.7%201c13.6%204.8%2020.4%209.2%2026.2%2017.5a8%208%200%200%200%2010.2.7s2.8-1%206.4-5c3-4.5%202.2-8-1.4-11.1-11-8-22.9-14-35.4-21.3'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M365.3%20372.8a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.6%200zm-21.4-13.6a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200m10.9%207a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M324.5%20363.7c-42.6-24.3-87.3-50.5-130-74.8-18.7-11.7-19.6-33.4-7-49.9%201.2-2.3%202.8-1.8%203.4-.5%201.5%208%206%2016.3%2011.4%2021.5A5288%205288%200%200%201%20334%20345.6c-3.4%205.8-6%2012.3-9.5%2018z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m297.2%20305.5%2017.8%2016-16%2017.8-17.8-16z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='3'%20d='m331.5%20348.8-125-75.5m109.6%2058.1L274%20304.1m18.2%2042.7L249.3%20322'/%3e%3c/svg%3e")}.fi-ao.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ao'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h512v259.8H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20252.2h512V512H0z'/%3e%3c/g%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='M228.7%20148.2c165.2%2043.3%2059%20255.6-71.3%20167.2l-8.8%2013.6c76.7%2054.6%20152.6%2010.6%20174-46.4%2022.2-58.8-7.6-141.5-92.6-150z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m170%20330.8%2021.7%2010.1-10.2%2021.8-21.7-10.2zm149-99.5h24v24h-24zm-11.7-38.9%2022.3-8.6%208.7%2022.3-22.3%208.7zm-26-29.1%2017.1-16.9%2016.9%2017-17%2016.9zm-26.2-39.8%2022.4%208.4-8.5%2022.4-22.4-8.4zM316%20270l22.3%208.9-9%2022.2-22.2-8.9zm-69.9%2070%2022-9.3%209.5%2022-22%209.4zm-39.5%202.8h24v24h-24zm41.3-116-20.3-15-20.3%2014.6%208-23-20.3-15h24.5l8.5-22.6%207.8%2022.7%2024.7-.3-19.6%2015.3z'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M336%20346.4c-1.2.4-6.2%2012.4-9.7%2018.2l3.7%201c13.6%204.8%2020.4%209.2%2026.2%2017.5a8%208%200%200%200%2010.2.7s2.8-1%206.4-5c3-4.5%202.2-8-1.4-11.1-11-8-22.9-14-35.4-21.3'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M365.3%20372.8a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.6%200zm-21.4-13.6a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200m10.9%207a4.3%204.3%200%201%201-8.7%200%204.3%204.3%200%200%201%208.7%200'/%3e%3cpath%20fill='%23fe0'%20fill-rule='evenodd'%20d='M324.5%20363.7c-42.6-24.3-87.3-50.5-130-74.8-18.7-11.7-19.6-33.4-7-49.9%201.2-2.3%202.8-1.8%203.4-.5%201.5%208%206%2016.3%2011.4%2021.5A5288%205288%200%200%201%20334%20345.6c-3.4%205.8-6%2012.3-9.5%2018z'/%3e%3cpath%20fill='%23ffec00'%20fill-rule='evenodd'%20d='m297.2%20305.5%2017.8%2016-16%2017.8-17.8-16z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='3'%20d='m331.5%20348.8-125-75.5m109.6%2058.1L274%20304.1m18.2%2042.7L249.3%20322'/%3e%3c/svg%3e")}.fi-aq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-aq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%233a7dce'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M157.7%20230.8c-3.5-7.8-3.5-7.8-3.5-15.6-1.8%200-2%20.3-3%200-1.1-.3-1.5%207.2-4.8%205.8-.5-.8%202.4-6.2-.7-8.5-1-.7.2-5.2-.2-7.2%200%200-4%202.4-7-5.8-1.5-2.2-3.5%202-3.5%202s.9%202.4-.7%203c-2.2-1.8-3.9-.8-6.7-3.4s.6-5.4-4.8-7.5c3.5-9.8%203.5-7.9%2012.2-11.8-5.2-4-5.2-4-8.7-9.8-5.2-2-7-4-12.2-7.8-7-9.9-10.5-29.5-10.5-43.2%204.4-4.6%2010.5%2015.7%2019.2%2021.6l12.2%205.9c7%203.9%208.7%207.8%2014%2011.7l15.6%206c7%205.8%2010.5%2013.6%2015.7%2015.6%205.7%200%206.8-3.7%208.6-3.9%2010.3-.6%2015.5-2%2017.5-5.5%202.1-2.8%207%201.6%2021-4.3l-1.7-7.9s3.7-3.4%208.7-2c-.1-3.5-.5-13%204.5-17.4-3-3.5%201.8-9%202-10.7-1.4-8.6%201.4-8.7%202-11.3.6-2.5-2.4-1.7-1.6-5.2.9-3.5%206-4.3%206.6-7.2.7-2.9-1.1-14.3-1.3-16.8%209.4-2.8%2012.4-11.4%2015.7-7.8C264%2070%20265.8%2066%20276.3%2066c1.4-3.6-3.9-6.7-1.8-7.9%203.5-.5%206.1-.2%2010.2%205.7%201.3%202%201.6-2.7%202.9-3.2s4.4-.5%204.9-2.8c.5-2.4%201.2-5.6%203-9.5%201.4-3.2%202.5%201.3%203.8%207.5%207.4.3%2024%202.1%2031%204.3%205.2%201.5%208.7-1.5%2013.7-2.2%203.7%204.2%207.2%201%209.2%2010%202.7%204.8%207.3.4%208.3%201.8%205.8%2018.1%2025.8%205.9%2027.4%206.2%202.5%200%205.6%208%207.7%207.9%203.2-.6%202.3-3.1%205.2-2.1-.8%206.8%205.6%2014.6%205.6%2019.7%200%200%201.5.9%203-.6%201.4-1.6%202.7-5.4%204-5.3%203%20.5%2022%206%2025.8%207.9%201.7%203.5%203.3%205.3%206.8%204.7%202.8%202.1.8%205%202.4%205.1%203.5-2%204.7-4%208.2-2.1%203.5%202%207%205.9%208.7%209.8%200%202-1.8%209.8%200%2021.6.9%203.9%209.7%2032.3%209.7%2035.2%200%204-2.7%206-4.5%209.9%207%205.9%200%2015.7-3.5%2021.6%2026.2%205.9%2014%2017.6%2034.9%2011.7-5.2%2013.8-3.4%2012.7%201.8%2026.4-10.4%207.8-.2%2010.2-7.1%2020-.5.7%204.1%208.6%2010.5%208.6-1.7%2015.6-7%209.8-5.2%2033.3-13.7-.3-8.2%2017.6-17.4%2015.7.5%2011.2%205.2%2012.2%203.4%2023.5-7%202-7%202-10.4%207.9l-5.2-2c-1.8%209.8-5.3%2011.8%200%2021.6%200%200-6.8.2-8.8%200-.1%203.4%203%204.3%203.5%207.8-.2%201.4-9.9%207.6-17.4%207.9-2%204.8%205.2%2010%204.8%2012.4-8.2%201.8-11.8%2013-11.8%2013s4.2%202%203.5%204c-2.2-1.8-3.5-2-7-2-1.7.5-6%200-10%207.7-4.5%201.6-6.6%201-10%206-1.5-4.7-3.7.1-6.3%202-2.7%201.8-6.2%206.5-6.7%206.3.1-1.4%201.6-6.3%201.6-6.3L399%20437c-.7.1-.5-5.7-2.2-5.5s-6.4%207.3-8%207.5-2.1-2.2-3.5-2-4%207.5-5%207.7c-1%20.1-5-4.5-8.3-3.8-17.1%206.8-19.9-13.4-22.5-2-3.6-2.2-3-1-6.7.1-2.3.7-2.5-3.4-4.6-3.4-4.1.2-4%204.6-6.2%203.3-1.8-9.2-13-7.6-14-11.5s4.8-4%206.6-6.8c1.4-4-1.5-5.6%204.3-9.4%207.5-5.7%206.8-19.8%204.9-25.3%200%200-5.9-17.7-7-17.7-3.5-1-3.5%206.5-8.6%208.6-10.5%204-29-9.9-32.2-9.9-2.9%200-16.5%203.6-16-4-2%207.4-9.5%201.7-10%201.7-7%200-4.3%206.1-9%205.9-2.1-.8-23.6-2.3-23.6-2.3v4l-26.1-11.8c-10.5-4-5.3-13.7-22.7-7.8v-11.8h-8.7c3.5-23.6%200-11.8-1.8-33.4l-7%202c-7-10.6%209.8-8.6-5.2-15.7%200%200%20.3-11.7-3.5-7.8-.7.5%201.8%205.8%201.8%205.8-14-2-17.4-5.8-17.4-21.5%200%200%2011.4%201.8%2010.4%200-1.6-3-3.7-22-3.4-23.4-.1-2.6%2010.7-9%208.6-15.2%201.4-.6%205.3-.7%205.3-.7'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='M595.5%20297.6q-.9%202%20.1%203.6c1.1-1.7.2-2.4%200-3.6zm-476-149.4s-3-.4-2.4%202.3c1-2%202.3-2.2%202.4-2.3zm-.3-6.4c-1.7%200-3.8-.2-3%202.5%201-2.1%203-2.4%203-2.5zm12.7%2036.3s2.6-.2%202%202.5c-1-2-2-2.4-2-2.5z'%20transform='scale(.86021%20.96774)'/%3e%3c/svg%3e")}.fi-aq.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-aq'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%233a7dce'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M107.7%20240.9c-3.5-7.9-3.5-7.9-3.5-15.7-1.8%200-2.1.4-3.1%200-1-.3-1.4%207.3-4.7%205.8-.5-.7%202.4-6.2-.8-8.4-1-.8.3-5.3-.2-7.2%200%200-4%202.3-7-5.9-1.4-2.1-3.4%202-3.4%202s.9%202.5-.7%203c-2.3-1.8-3.9-.8-6.7-3.3s.6-5.4-4.8-7.6c3.5-9.8%203.5-7.8%2012.2-11.8-5.2-3.9-5.2-3.9-8.7-9.8-5.3-2-7-3.9-12.2-7.8-7-9.8-10.5-29.4-10.5-43.2%204.4-4.6%2010.5%2015.7%2019.2%2021.6l12.2%205.9c7%204%208.7%207.8%2014%2011.8l15.6%205.9c7%205.8%2010.5%2013.7%2015.7%2015.6%205.7%200%206.8-3.6%208.6-3.9%2010.2-.5%2015.5-2%2017.5-5.5%202-2.8%207%201.6%2021-4.3l-1.8-7.8s3.8-3.5%208.8-2c-.2-3.6-.5-13.1%204.4-17.5-3-3.5-1-6-1-6s2.8-3%203.2-4.6c-1.5-8.7%201.2-8.8%201.9-11.3.6-2.6-2.4-1.7-1.6-5.2.9-3.5%206-4.4%206.6-7.3.7-2.8-1.5-4.3-1.3-5%201-2.7.1-9.2%200-11.7%209.3-2.9%2012.4-11.4%2015.7-7.9%201.7-11.8%203.5-15.7%2014-15.7%201.4-3.6-3.9-6.7-1.8-7.8%203.5-.5%206.1-.3%2010.2%205.7%201.3%201.9%201.5-2.8%202.8-3.3%201.4-.5%204.5-.5%205-2.8.4-2.4%201.1-5.5%202.9-9.4%201.5-3.2%202.6%201.2%204%207.4%207.3.3%2023.9%202.2%2030.9%204.3%205.2%201.6%208.7-1.5%2013.7-2.1%203.7%204.2%207.2%201%209.1%2010%202.8%204.7%207.3.3%208.3%201.8%205.9%2018%2026%205.8%2027.4%206.1%202.6%200%205.7%208.1%207.7%208%203.3-.7%202.4-3.2%205.2-2.2-.7%206.8%205.7%2014.7%205.7%2019.7%200%200%201.5.9%203-.6%201.4-1.5%202.7-5.4%204-5.3%203%20.5%204.3%201%207.8%201.6%209.4%203.7%2014.3%204.5%2018%206.3%201.6%203.6%203.3%205.4%206.8%204.7%202.8%202.2.7%205%202.4%205.2%203.5-2%204.7-4.1%208.1-2.2%203.5%202%207%206%208.8%209.8%200%202-1.8%209.8%200%2021.6.8%204%201.3%207%205%2013.8-1%206.9%204.7%2018.5%204.7%2021.5%200%203.9-2.8%206-4.5%209.8%207%206%200%2015.7-3.5%2021.6%2026.2%205.9%2014%2017.7%2034.9%2011.8-5.3%2013.7-3.4%2012.6%201.8%2026.3-10.4%207.9-.2%2010.3-7.2%2020-.4.7%204.2%208.6%2010.6%208.6-1.7%2015.7-7%209.8-5.2%2033.3-13.8-.3-8.2%2017.6-17.5%2015.7.6%2011.3%205.3%2012.2%203.5%2023.6-7%202-7%202-10.4%207.8l-5.3-2c-1.7%209.9-5.2%2011.8%200%2021.6%200%200-6.7.3-8.7%200-.1%203.4%203%204.3%203.5%207.9-.3%201.4-10%207.6-17.4%207.8-2%204.9%205.2%2010%204.8%2012.5-8.2%201.7-11.8%2013-11.8%2013s4.2%202%203.5%204c-2.3-1.9-3.5-2-7-2-1.7.5-6-.1-10%207.6-4.5%201.7-6.6%201-10%206.1-1.5-4.8-3.7%200-6.3%202-2.7%201.8-6.2%206.4-6.7%206.2.1-1.3%201.6-6.2%201.6-6.2l-8.7%202h-1c-.8.1-.6-5.7-2.2-5.5s-6.4%207.3-8%207.6-2.1-2.3-3.5-2c-1.4.1-4.1%207.4-5%207.6s-5-4.4-8.3-3.8c-17.2%206.8-19.9-13.4-22.6-2-3.6-2.1-3-.9-6.6.2-2.3.7-2.5-3.5-4.6-3.4-4.2.1-4%204.5-6.2%203.2-1.8-9.2-13-7.5-14.1-11.5-.9-4%204.8-4%206.7-6.8%201.4-4-1.5-5.5%204.3-9.4%207.4-5.7%203.1-7.8%204.4-12.1%202.4-6.2%202.4-7.7.4-13.2%200%200-5.8-17.6-7-17.6-3.4-1.1-3.4%206.5-8.5%208.6-10.5%203.9-29-10-32.2-10-3%20.1-16.5%203.7-16-4-2%207.5-9.6%201.8-10%201.8-7%200-4.3%206-9%205.8-2.1-.8-23.6-2.2-23.6-2.2v4l-14-8-12.2-3.9c-10.4-3.9-5.2-13.7-22.6-7.8v-11.8h-8.7c3.4-23.5%200-11.7-1.8-33.3l-7%202c-7-10.7%209.7-8.6-5.2-15.8%200%200%20.3-11.7-3.5-7.8-.7.5%201.8%205.9%201.8%205.9-14-2-17.5-5.9-17.5-21.6%200%200%2011.5%201.9%2010.5%200-1.6-3-3.8-22-3.4-23.3-.2-2.6%2010.7-9.1%208.6-15.3%201.3-.6%205.3-.6%205.3-.6'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='M595.5%20297.6q-.9%202%20.1%203.6c1.1-1.7.2-2.4%200-3.6zm-476-149.4s-3-.4-2.4%202.3c1-2%202.3-2.2%202.4-2.3zm-.3-6.4c-1.7%200-3.8-.2-3%202.5%201-2.1%203-2.4%203-2.5zm12.7%2036.3s2.6-.2%202%202.5c-1-2-2-2.4-2-2.5z'%20transform='matrix(.86021%200%200%20.96774%20-50%2010)'/%3e%3c/svg%3e")}.fi-ar{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ar'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2374acdf'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cg%20id='ar-c'%20transform='translate(-64)scale(.96)'%3e%3cpath%20id='ar-a'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.1'%20d='m396.8%20251.3%2028.5%2062s.5%201.2%201.3.9c.8-.4.3-1.6.3-1.6l-23.7-64m-.7%2024.2c-.4%209.4%205.4%2014.6%204.7%2023s3.8%2013.2%205%2016.5c1%203.3-1.2%205.2-.3%205.7%201%20.5%203-2.1%202.4-6.8s-4.2-6-3.4-16.3-4.2-12.7-3-22'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3cpath%20id='ar-b'%20fill='%2385340a'%20d='M404.3%20274.4c.5%209%205.6%2013%204.6%2021.3%202.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8%2019.5%2042.6-16.3-43.9'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(90%20320%20240)'/%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(180%20320%20240)'/%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(-90%20320%20240)'/%3e%3ccircle%20cx='320'%20cy='240'%20r='26.7'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.4'/%3e%3cpath%20id='ar-h'%20fill='%23843511'%20stroke-width='1'%20d='M329%20234.3c-1.7%200-3.5.8-4.5%202.4%202%201.9%206.6%202%209.7-.2a7%207%200%200%200-5.1-2.2zm0%20.4c1.8%200%203.5.8%203.7%201.6-2%202.3-5.3%202-7.4.4q1.6-2%203.8-2z'/%3e%3cuse%20xlink:href='%23ar-d'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cuse%20xlink:href='%23ar-e'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cuse%20xlink:href='%23ar-f'%20width='100%25'%20height='100%25'%20transform='translate(18.1)'/%3e%3cuse%20xlink:href='%23ar-g'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640.2%200)'/%3e%3cpath%20fill='%2385340a'%20d='M316%20243.7a1.8%201.8%200%201%200%201.8%202.9%204%204%200%200%200%202.2.6h.2q1%200%202.3-.6.5.7%201.5.7a1.8%201.8%200%200%200%20.3-3.6q.8.3.8%201.2a1.2%201.2%200%200%201-2.4%200%203%203%200%200%201-2.6%201.7%203%203%200%200%201-2.5-1.7q-.1%201.1-1.3%201.2-1-.1-1.2-1.2c-.2-1.1.3-1%20.8-1.2zm2%205.4c-2.1%200-3%202-4.8%203.1%201-.4%201.8-1.2%203.3-2s2.6.2%203.5.2%202-1%203.5-.2l3.3%202c-1.9-1.2-2.7-3-4.8-3q-.7%200-2%20.6z'/%3e%3cpath%20fill='%2385340a'%20d='M317.2%20251.6q-1.1%200-3.4.6c3.7-.8%204.5.5%206.2.5%201.6%200%202.5-1.3%206.1-.5-4-1.2-4.9-.4-6.1-.4-.8%200-1.4-.3-2.8-.2'/%3e%3cpath%20fill='%2385340a'%20d='M314%20252.2h-.8c4.3.5%202.3%203%206.8%203s2.5-2.5%206.8-3c-4.5-.4-3.1%202.3-6.8%202.3-3.5%200-2.4-2.3-6-2.3'/%3e%3cpath%20fill='%2385340a'%20d='M323.7%20258.9a3.7%203.7%200%200%200-7.4%200%203.8%203.8%200%200%201%207.4%200'/%3e%3cpath%20id='ar-e'%20fill='%2385340a'%20stroke-width='1'%20d='M303.4%20234.3c4.7-4.1%2010.7-4.8%2014-1.7a8%208%200%200%201%201.5%203.4q.6%203.6-2.1%207.5l.8.4q2.4-4.7%201.6-9.4l-.6-2.3c-4.5-3.7-10.7-4-15.2%202z'/%3e%3cpath%20id='ar-d'%20fill='%2385340a'%20stroke-width='1'%20d='M310.8%20233c2.7%200%203.3.6%204.5%201.7%201.2%201%201.9.8%202%201%20.3.2%200%20.8-.3.6q-.7-.2-2.5-1.6c-1.8-1.4-2.5-1-3.7-1-3.7%200-5.7%203-6.1%202.8-.5-.2%202-3.5%206.1-3.5'/%3e%3cuse%20xlink:href='%23ar-h'%20width='100%25'%20height='100%25'%20transform='translate(-18.4)'/%3e%3ccircle%20id='ar-f'%20cx='310.9'%20cy='236.3'%20r='1.8'%20fill='%2385340a'%20stroke-width='1'/%3e%3cpath%20id='ar-g'%20fill='%2385340a'%20stroke-width='1'%20d='M305.9%20237.5c3.5%202.7%207%202.5%209%201.3%202-1.3%202-1.7%201.6-1.7s-.8.4-2.4%201.3c-1.7.8-4.1.8-8.2-.9'/%3e%3c/svg%3e")}.fi-ar.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ar'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2374acdf'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.7H0z'/%3e%3cg%20id='ar-c'%20transform='translate(-153.6)scale(1.024)'%3e%3cpath%20id='ar-a'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.1'%20d='m396.8%20251.3%2028.5%2062s.5%201.2%201.3.9c.8-.4.3-1.6.3-1.6l-23.7-64m-.7%2024.2c-.4%209.4%205.4%2014.6%204.7%2023s3.8%2013.2%205%2016.5c1%203.3-1.2%205.2-.3%205.7%201%20.5%203-2.1%202.4-6.8s-4.2-6-3.4-16.3-4.2-12.7-3-22'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-a'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3cpath%20id='ar-b'%20fill='%2385340a'%20d='M404.3%20274.4c.5%209%205.6%2013%204.6%2021.3%202.2-6.5-3.1-11.6-2.8-21.2m-7.7-23.8%2019.5%2042.6-16.3-43.9'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(22.5%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(45%20400%20250)'/%3e%3cuse%20xlink:href='%23ar-b'%20width='100%25'%20height='100%25'%20transform='rotate(67.5%20400%20250)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(90%20256%20256)'/%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(180%20256%20256)'/%3e%3cuse%20xlink:href='%23ar-c'%20width='100%25'%20height='100%25'%20transform='rotate(-90%20256%20256)'/%3e%3ccircle%20cx='256'%20cy='256'%20r='28.4'%20fill='%23f6b40e'%20stroke='%2385340a'%20stroke-width='1.5'/%3e%3cpath%20id='ar-h'%20fill='%23843511'%20stroke-width='1'%20d='M265.7%20250q-3.1%200-4.9%202.5c2.2%202%207%202.2%2010.3-.2a8%208%200%200%200-5.4-2.4zm0%20.4c1.9%200%203.6.8%203.9%201.7-2.2%202.4-5.7%202.2-7.9.4q1.6-2.2%204-2.1'/%3e%3cuse%20xlink:href='%23ar-d'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512.3%200)'/%3e%3cuse%20xlink:href='%23ar-e'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512.3%200)'/%3e%3cuse%20xlink:href='%23ar-f'%20width='100%25'%20height='100%25'%20transform='translate(19.3)'/%3e%3cuse%20xlink:href='%23ar-g'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512.3%200)'/%3e%3cpath%20fill='%2385340a'%20d='M251.6%20260a2%202%200%201%200%202%203q1.4.8%202.4.6h.3c.5%200%201.6%200%202.3-.6q.6.8%201.6.8a2%202%200%200%200%20.4-3.9q.8.3.9%201.3a1.3%201.3%200%200%201-2.7%200%203%203%200%200%201-2.7%201.8%203%203%200%200%201-2.7-1.8q-.1%201.2-1.3%201.3a1.3%201.3%200%200%201-.4-2.6zm2.2%205.8c-2.2%200-3%202-5%203.3l3.5-2.2c1.5-.9%202.8.2%203.7.2s2.2-1.1%203.7-.2q2%201.4%203.5%202.2c-2-1.4-2.8-3.3-5-3.3a6%206%200%200%200-2.2.6q-1.6-.6-2.2-.6'/%3e%3cpath%20fill='%2385340a'%20d='M253%20268.3q-1.2%200-3.6.8c4-1%204.8.4%206.6.4s2.6-1.3%206.6-.4c-4.4-1.4-5.3-.5-6.6-.5-.9%200-1.5-.3-3-.3'/%3e%3cpath%20fill='%2385340a'%20d='M249.6%20269h-.8c4.6.5%202.4%203.1%207.2%203.1s2.6-2.6%207.2-3c-4.8-.5-3.3%202.4-7.2%202.4-3.7%200-2.6-2.5-6.4-2.5'/%3e%3cpath%20fill='%2385340a'%20d='M260%20276.1a4%204%200%200%200-8%200%204%204%200%200%201%208%200'/%3e%3cpath%20id='ar-e'%20fill='%2385340a'%20stroke-width='1'%20d='M238.3%20249.9c5-4.4%2011.4-5%2014.9-1.8a9%209%200%200%201%201.6%203.7q.7%203.8-2.3%208%20.5%200%201%20.4%202.6-5.1%201.7-10l-.7-2.5c-4.8-4-11.4-4.4-16.2%202.2'/%3e%3cpath%20id='ar-d'%20fill='%2385340a'%20stroke-width='1'%20d='M246.2%20248.6c2.8%200%203.5.6%204.8%201.7s2%20.9%202.2%201.1%200%20.9-.4.7q-.7-.3-2.7-1.8c-1.3-1-2.6-1-4-1-3.8%200-6%203.2-6.5%203s2.2-3.7%206.6-3.7'/%3e%3cuse%20xlink:href='%23ar-h'%20width='100%25'%20height='100%25'%20transform='translate(-19.6)'/%3e%3ccircle%20id='ar-f'%20cx='246.3'%20cy='252.1'%20r='2'%20fill='%2385340a'%20stroke-width='1'/%3e%3cpath%20id='ar-g'%20fill='%2385340a'%20stroke-width='1'%20d='M241%20253.4c3.7%202.8%207.4%202.6%209.6%201.3s2.2-1.8%201.7-1.8c-.4%200-.9.5-2.6%201.4s-4.4.8-8.8-1z'/%3e%3c/svg%3e")}.fi-as{background-image:url(/dbcrm/assets/as-Dekqy8Of.svg)}.fi-as.fis{background-image:url(/dbcrm/assets/as-BTEVCXG-.svg)}.fi-at{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-at'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%200h640v160H0zm0%20320h640v160H0z'/%3e%3c/svg%3e")}.fi-at.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-at'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%200h512v170.7H0zm0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.fi-au{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-au'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300008B'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='red'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23fff'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='red'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3cpath%20fill='%23fff'%20d='m527%20396.7-20.5%202.6%202.2%2020.5-14.8-14.4-14.7%2014.5%202-20.5-20.5-2.4%2017.3-11.2-10.9-17.5%2019.6%206.5%206.9-19.5%207.1%2019.4%2019.5-6.7-10.7%2017.6zm-3.7-117.2%202.7-13-9.8-9%2013.2-1.5%205.5-12.1%205.5%2012.1%2013.2%201.5-9.8%209%202.7%2013-11.6-6.6zm-104.1-60-20.3%202.2%201.8%2020.3-14.4-14.5-14.8%2014.1%202.4-20.3-20.2-2.7%2017.3-10.8-10.5-17.5%2019.3%206.8L387%20178l6.7%2019.3%2019.4-6.3-10.9%2017.3%2017.1%2011.2ZM623%20186.7l-20.9%202.7%202.3%2020.9-15.1-14.7-15%2014.8%202.1-21-20.9-2.4%2017.7-11.5-11.1-17.9%2020%206.7%207-19.8%207.2%2019.8%2019.9-6.9-11%2018zm-96.1-83.5-20.7%202.3%201.9%2020.8-14.7-14.8-15.1%2014.4%202.4-20.7-20.7-2.8%2017.7-11L467%2073.5l19.7%206.9%207.3-19.5%206.8%2019.7%2019.8-6.5-11.1%2017.6zM234%20385.7l-45.8%205.4%204.6%2045.9-32.8-32.4-33%2032.2%204.9-45.9-45.8-5.8%2038.9-24.8-24-39.4%2043.6%2015%2015.8-43.4%2015.5%2043.5%2043.7-14.7-24.3%2039.2%2038.8%2025.1Z'/%3e%3c/svg%3e")}.fi-au.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-au'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300008B'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M256%200v32l-95%2096%2095%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094%2093-94z'/%3e%3cpath%20fill='red'%20d='m92%20162%205.5%2017L21%20256H0v-1.5zm62-6%2027%204%2075%2073.5V256zM256%200l-96%2098-2-22%2075-76zM0%20.5%2096.5%2095%2067%2091%200%2024.5z'/%3e%3cpath%20fill='%23fff'%20d='M88%200v256h80V0zM0%2088v80h256V88z'/%3e%3cpath%20fill='red'%20d='M0%20104v48h256v-48zM104%200v256h48V0z'/%3e%3cpath%20fill='%23fff'%20d='m202%20402.8-45.8%205.4%204.6%2045.9-32.8-32.4-33%2032.2%204.9-45.9-45.8-5.8L93%20377.4%2069%20338l43.6%2015%2015.8-43.4%2015.5%2043.5%2043.7-14.7-24.3%2039.2%2038.8%2025.1Zm222.7%208-20.5%202.6%202.2%2020.5-14.8-14.4-14.7%2014.5%202-20.5-20.5-2.4%2017.3-11.2-10.9-17.5%2019.6%206.5%206.9-19.5%207.1%2019.4%2019.5-6.7-10.7%2017.6zM415%20293.6l2.7-13-9.8-9%2013.2-1.5%205.5-12.1%205.5%2012.1%2013.2%201.5-9.8%209%202.7%2013-11.6-6.6zm-84.1-60-20.3%202.2%201.8%2020.3-14.4-14.5-14.8%2014.1%202.4-20.3-20.2-2.7%2017.3-10.8-10.5-17.5%2019.3%206.8%207.2-19.1%206.7%2019.3%2019.4-6.3-10.9%2017.3zm175.8-32.8-20.9%202.7%202.3%2020.9-15.1-14.7-15%2014.8%202.1-21-20.9-2.4%2017.7-11.5-11.1-17.9%2020%206.7%207-19.8%207.2%2019.8%2019.9-6.9-11%2018zm-82.1-83.5-20.7%202.3%201.9%2020.8-14.7-14.8L376%20140l2.4-20.7-20.7-2.8%2017.7-11-10.7-17.9%2019.7%206.9%207.3-19.5%206.8%2019.7%2019.8-6.5-11.1%2017.6z'/%3e%3c/svg%3e")}.fi-aw{background-image:url(/dbcrm/assets/aw-W0PWLK5p.svg)}.fi-aw.fis{background-image:url(/dbcrm/assets/aw-CLCX8uk5.svg)}.fi-ax{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ax'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ax-a'%3e%3cpath%20fill-opacity='.7'%20d='M106.3%200h1133.3v850H106.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ax-a)'%20transform='matrix(.56472%200%200%20.56482%20-60%20-.1)'%3e%3cpath%20fill='%230053a5'%20d='M0%200h1300v850H0z'/%3e%3cg%20fill='%23ffce00'%3e%3cpath%20d='M400%200h250v850H400z'/%3e%3cpath%20d='M0%20300h1300v250H0z'/%3e%3c/g%3e%3cg%20fill='%23d21034'%3e%3cpath%20d='M475%200h100v850H475z'/%3e%3cpath%20d='M0%20375h1300v100H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-ax.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ax'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ax-a'%3e%3cpath%20fill-opacity='.7'%20d='M166%200h850v850H166z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ax-a)'%20transform='translate(-100)scale(.6024)'%3e%3cpath%20fill='%230053a5'%20d='M0%200h1300v850H0z'/%3e%3cg%20fill='%23ffce00'%3e%3cpath%20d='M400%200h250v850H400z'/%3e%3cpath%20d='M0%20300h1300v250H0z'/%3e%3c/g%3e%3cg%20fill='%23d21034'%3e%3cpath%20d='M475%200h100v850H475z'/%3e%3cpath%20d='M0%20375h1300v100H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-az{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-az'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%233f9c35'%20d='M.1%200h640v480H.1z'/%3e%3cpath%20fill='%23ed2939'%20d='M.1%200h640v320H.1z'/%3e%3cpath%20fill='%2300b9e4'%20d='M.1%200h640v160H.1z'/%3e%3ccircle%20cx='304'%20cy='240'%20r='72'%20fill='%23fff'/%3e%3ccircle%20cx='320'%20cy='240'%20r='60'%20fill='%23ed2939'/%3e%3cpath%20fill='%23fff'%20d='m384%20200%207.7%2021.5%2020.6-9.8-9.8%2020.7L424%20240l-21.5%207.7%209.8%2020.6-20.6-9.8L384%20280l-7.7-21.5-20.6%209.8%209.8-20.6L344%20240l21.5-7.7-9.8-20.6%2020.6%209.8z'/%3e%3c/svg%3e")}.fi-az.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-az'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%233f9c35'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%2300b9e4'%20d='M0%200h512v170.7H0z'/%3e%3ccircle%20cx='238.8'%20cy='256'%20r='76.8'%20fill='%23fff'/%3e%3ccircle%20cx='255.9'%20cy='256'%20r='64'%20fill='%23ed2939'/%3e%3cpath%20fill='%23fff'%20d='m324.2%20213.3%208.1%2023%2022-10.5-10.4%2022%2023%208.2-23%208.2%2010.4%2022-22-10.5-8.1%2023-8.2-23-22%2010.5%2010.5-22-23-8.2%2023-8.2-10.5-22%2022%2010.5z'/%3e%3c/svg%3e")}.fi-ba{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ba'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ba-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ba-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%23009'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3cpath%20fill='%23FC0'%20d='m56.5%200%20511%20512.3V.3z'/%3e%3cpath%20fill='%23FFF'%20d='M439.9%20481.5%20412%20461.2l-28.6%2020.2%2010.8-33.2-28.2-20.5h35l10.8-33.2%2010.7%2033.3h35l-28%2020.7zm81.3%2010.4-35-.1-10.7-33.3-10.8%2033.2h-35l28.2%2020.5-10.8%2033.2%2028.6-20.2%2028%2020.3-10.5-33zM365.6%20384.7l28-20.7-35-.1-10.7-33.2-10.8%2033.2-35-.1%2028.2%2020.5-10.8%2033.3%2028.6-20.3%2028%2020.4zm-64.3-64.5%2028-20.6-35-.1-10.7-33.3-10.9%2033.2h-34.9l28.2%2020.5-10.8%2033.2%2028.6-20.2%2027.9%2020.3zm-63.7-63.6%2028-20.7h-35L220%20202.5l-10.8%2033.2h-35l28.2%2020.4-10.8%2033.3%2028.6-20.3%2028%2020.4-10.5-33zm-64.4-64.3%2028-20.6-35-.1-10.7-33.3-10.9%2033.2h-34.9L138%20192l-10.8%2033.2%2028.6-20.2%2027.9%2020.3-10.4-33zm-63.6-63.9%2027.9-20.7h-35L91.9%2074.3%2081%20107.6H46L74.4%20128l-10.9%2033.2L92.1%20141l27.8%2020.4zm-64-64%2027.9-20.7h-35L27.9%2010.3%2017%2043.6h-35L10.4%2064l-11%2033.3L28.1%2077l27.8%2020.4zm-64-64L9.4-20.3h-35l-10.7-33.3L-47-20.4h-35L-53.7%200l-10.8%2033.2L-35.9%2013l27.8%2020.4z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ba.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ba'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ba-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23ba-a)'%3e%3cpath%20fill='%23009'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fc0'%20d='m77%200%20437%20437V0z'/%3e%3cpath%20fill='%23FFF'%20d='m461.4%20470.4-26.1-19.1-26.9%2019%2010.2-31.2-26.4-19.2h32.7l10.2-31%2010%2031.1%2032.8.1-26.2%2019.4zm76.7%2010.4h-32.7l-10-31.2-10.2%2031.1h-32.8l26.4%2019.2-10.1%2031.2%2026.8-19%2026.2%2019-9.8-30.9zM391.8%20379.6l26.2-19.4h-32.7L375.2%20329%20365%20360h-32.7l26.4%2019.3-10.1%2031.1%2026.8-19%2026.1%2019.1zm-60.3-60.4%2026.2-19.4-32.8-.1-10-31.2-10.2%2031.2-32.7-.1%2026.4%2019.2-10.2%2031.2%2026.9-19%2026.1%2019.1zm-59.7-59.7%2026.2-19.4h-32.7l-10.1-31.2L245%20240h-32.7l26.4%2019.2-10.1%2031.2%2026.8-19%2026.1%2019zm-60.4-60.3%2026.2-19.3-32.8-.1-10-31.2-10.2%2031.2-32.7-.1%2026.4%2019.2-10.2%2031.2%2026.9-19%2026.1%2019-9.7-30.8zm-59.7-59.9L178%20120l-32.7-.1-10-31.2-10.3%2031.1H92.2l26.4%2019.2-10.1%2031.2%2026.8-19%2026.1%2019zm-60-60L118%2060l-32.7-.1-10-31.2L65%2059.8H32.2L58.6%2079l-10.1%2031.2%2026.8-19%2026.2%2019zm-60-60L58%200%2025.2-.1l-10-31.2L4.8-.2h-32.7L-1.4%2019l-10.1%2031.2%2026.8-19%2026.1%2019z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-bb'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300267f'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffc726'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20id='bb-a'%20fill='%23000001'%20d='M319.8%20135.5c-7%2019-14%2038.6-29.2%2053.7%204.7-1.6%2013-3%2018.2-2.8v79.5l-22.4%203.3c-.8%200-1-1.3-1-3-2.2-24.7-8-45.5-14.8-67-.5-2.9-9-14-2.4-12%20.8%200%209.5%203.6%208.2%201.9a85%2085%200%200%200-46.4-24c-1.5-.3-2.4.5-1%202.2%2022.4%2034.6%2041.3%2075.5%2041.1%20124%208.8%200%2030-5.2%2038.7-5.2v56.1H320l2.5-156.7z'/%3e%3cuse%20xlink:href='%23bb-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20639.5%200)'/%3e%3c/svg%3e")}.fi-bb.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-bb'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300267f'%20d='M0-.2h512V512H0z'/%3e%3cpath%20fill='%23ffc726'%20d='M170.7-.2h170.6V512H170.7z'/%3e%3cpath%20id='bb-a'%20fill='%23000001'%20d='M256%20173.3c-5.5%2015.1-11.2%2030.9-23.3%2043a52%2052%200%200%201%2014.6-2.3v63.6l-18%202.7q-1-.1-.9-2.4a244%20244%200%200%200-11.7-53.6c-.4-2.3-7.2-11.3-2-9.7.7%200%207.7%203%206.6%201.6a68%2068%200%200%200-37.1-19.2c-1.2-.3-2%20.3-.9%201.7%2018%2027.7%2033.1%2060.4%2033%2099.2%207%200%2024-4.1%2031-4.1v44.9h8.8l2-125.4z'/%3e%3cuse%20xlink:href='%23bb-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3c/svg%3e")}.fi-bd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bd'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23006a4e'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='280'%20cy='240'%20r='160'%20fill='%23f42a41'/%3e%3c/svg%3e")}.fi-bd.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bd'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23006a4e'%20d='M0%200h512v512H0z'/%3e%3ccircle%20cx='230'%20cy='256'%20r='170.7'%20fill='%23f42a41'/%3e%3c/svg%3e")}.fi-be{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-be'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ffd90c'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23f31830'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-be.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-be'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ffd90c'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bf'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23de0000'%20d='M640%20479.6H.4V0H640z'/%3e%3cpath%20fill='%2335a100'%20d='M639.6%20480H0V240.2h639.6z'/%3e%3cpath%20fill='%23fff300'%20d='m254.6%20276.2-106-72.4h131L320%2086.6%20360.4%20204l131-.1-106%2072.4%2040.5%20117.3-106-72.6L214%20393.4'/%3e%3c/g%3e%3c/svg%3e")}.fi-bf.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bf'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23de0000'%20d='M512%20511.6H.5V0H512z'/%3e%3cpath%20fill='%2335a100'%20d='M511.8%20512H0V256.2h511.7z'/%3e%3c/g%3e%3cpath%20fill='%23fff300'%20fill-rule='evenodd'%20d='m389%20223.8-82.9%2056.5%2031.7%2091.6-82.7-56.7-82.8%2056.7%2031.7-91.6-82.8-56.6%20102.3.2%2031.6-91.7%2031.5%2091.6'/%3e%3c/svg%3e")}.fi-bg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bg'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%2300966e'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23d62612'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e")}.fi-bg.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bg'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%2300966e'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23d62612'%20d='M0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.fi-bh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bh'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0'/%3e%3cpath%20fill='%23ce1126'%20d='M640%200H96l110.7%2048L96%2096l110.7%2048L96%20192l110.7%2048L96%20288l110.7%2048L96%20384l110.7%2048L96%20480h544'/%3e%3c/svg%3e")}.fi-bh.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bh'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0'/%3e%3cpath%20fill='%23ce1126'%20d='M512%200H102.4l83.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2%2083.4%2051.2-83.4%2051.2H512'/%3e%3c/svg%3e")}.fi-bi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bi'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bi-a'%3e%3cpath%20fill-opacity='.7'%20d='M-90.5%200H592v512H-90.5z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bi-a)'%20transform='translate(84.9)scale(.9375)'%3e%3cpath%20fill='%2318b637'%20d='m-178%200%20428.8%20256L-178%20512zm857.6%200L250.8%20256l428.8%20256z'/%3e%3cpath%20fill='%23cf0921'%20d='m-178%200%20428.8%20256L679.6%200zm0%20512%20428.8-256%20428.8%20256z'/%3e%3cpath%20fill='%23fff'%20d='M679.6%200h-79.9L-178%20464.3V512h79.9L679.6%2047.7z'/%3e%3cpath%20fill='%23fff'%20d='M398.9%20256a148%20148%200%201%201-296.1%200%20148%20148%200%200%201%20296%200z'/%3e%3cpath%20fill='%23fff'%20d='M-178%200v47.7L599.7%20512h79.9v-47.7L-98.1%200z'/%3e%3cpath%20fill='%23cf0921'%20stroke='%2318b637'%20stroke-width='3.9'%20d='m280%20200.2-19.3.3-10%2016.4-9.9-16.4-19.2-.4%209.3-16.9-9.2-16.8%2019.2-.4%2010-16.4%209.9%2016.5%2019.2.4-9.3%2016.8zm-64.6%20111.6-19.2.3-10%2016.4-9.9-16.4-19.2-.4%209.3-16.9-9.2-16.8%2019.2-.4%2010-16.4%209.9%2016.5%2019.2.4-9.3%2016.8zm130.6%200-19.2.3-10%2016.4-10-16.4-19.1-.4%209.3-16.9-9.3-16.8%2019.2-.4%2010-16.4%2010%2016.5%2019.2.4-9.4%2016.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bi.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bi'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bi-a'%3e%3cpath%20fill='gray'%20d='M60.8%20337h175v175h-175z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bi-a)'%20transform='translate(-178%20-986)scale(2.9257)'%3e%3cpath%20fill='%2318b637'%20d='m0%20337%20146.6%2087.5L0%20512zm293.1%200-146.5%2087.5L293%20512z'/%3e%3cpath%20fill='%23cf0921'%20d='m0%20337%20146.6%2087.5L293%20337zm0%20175%20146.6-87.5L293%20512z'/%3e%3cpath%20fill='%23fff'%20d='M293.1%20337h-27.3L0%20495.7V512h27.3l265.8-158.7z'/%3e%3cpath%20fill='%23fff'%20d='M197.2%20424.5a50.6%2050.6%200%201%201-101.2%200%2050.6%2050.6%200%200%201%20101.2%200'/%3e%3cpath%20fill='%23fff'%20d='M0%20337v16.3L265.8%20512h27.3v-16.3L27.3%20337z'/%3e%3cpath%20fill='%23cf0921'%20stroke='%2318b637'%20stroke-width='1pt'%20d='m156.5%20405.4-6.6.1-3.4%205.6-3.4-5.6-6.5-.1%203.2-5.8-3.2-5.7%206.6-.2%203.4-5.6%203.4%205.7h6.5l-3.1%205.8zm-22%2038.2h-6.6l-3.4%205.7-3.4-5.6-6.6-.2%203.2-5.7-3.1-5.8%206.5-.1%203.4-5.6%203.4%205.6%206.6.2-3.2%205.7zm44.6%200h-6.6l-3.4%205.7-3.4-5.6-6.5-.2%203.1-5.7-3.1-5.8%206.6-.1%203.4-5.6%203.4%205.6%206.5.2-3.2%205.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bj'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bj-a'%3e%3cpath%20fill='gray'%20d='M67.6-154h666v666h-666z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23bj-a)'%20transform='matrix(.961%200%200%20.7207%20-65%20111)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23319400'%20d='M0-154h333v666H0z'/%3e%3cpath%20fill='%23ffd600'%20d='M333-154h666v333H333z'/%3e%3cpath%20fill='%23de2110'%20d='M333%20179h666v333H333z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-bj.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bj'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bj-a'%3e%3cpath%20fill='gray'%20d='M67.6-154h666v666h-666z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23bj-a)'%20transform='translate(-52%20118.4)scale(.7688)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23319400'%20d='M0-154h333v666H0z'/%3e%3cpath%20fill='%23ffd600'%20d='M333-154h666v333H333z'/%3e%3cpath%20fill='%23de2110'%20d='M333%20179h666v333H333z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-bl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bl'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-bl.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bl'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bm{background-image:url(/dbcrm/assets/bm-BeYgB2z9.svg)}.fi-bm.fis{background-image:url(/dbcrm/assets/bm-DvNWWcPM.svg)}.fi-bn{background-image:url(/dbcrm/assets/bn-B6T3O78g.svg)}.fi-bn.fis{background-image:url(/dbcrm/assets/bn-CPQcA8Ol.svg)}.fi-bo{background-image:url(/dbcrm/assets/bo-CcUiMqkJ.svg)}.fi-bo.fis{background-image:url(/dbcrm/assets/bo-Dry0C6UA.svg)}.fi-bq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2321468b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h640v160H0z'/%3e%3c/svg%3e")}.fi-bq.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bq'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2321468b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h512v170.7H0z'/%3e%3c/svg%3e")}.fi-br{background-image:url(/dbcrm/assets/br-Cu5YU29T.svg)}.fi-br.fis{background-image:url(/dbcrm/assets/br-Dr5rMAMb.svg)}.fi-bs{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bs'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bs-a'%3e%3cpath%20fill-opacity='.7'%20d='M-12%200h640v480H-12z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bs-a)'%20transform='translate(12)'%3e%3cpath%20fill='%23fff'%20d='M968.5%20480h-979V1.8h979z'/%3e%3cpath%20fill='%23ffe900'%20d='M968.5%20344.5h-979V143.3h979z'/%3e%3cpath%20fill='%2308ced6'%20d='M968.5%20480h-979V320.6h979zm0-318.7h-979V2h979z'/%3e%3cpath%20fill='%23000001'%20d='M-11%200c2.3%200%20391.8%20236.8%20391.8%20236.8L-12%20479.2z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bs.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bs'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bs-a'%3e%3cpath%20fill-opacity='.7'%20d='M56.6%2026.4H537v480.3H56.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23bs-a)'%20transform='matrix(1.066%200%200%201.067%20-60.4%20-28.1)'%3e%3cpath%20fill='%23fff'%20d='M990%20506.2H9.4V27.6H990z'/%3e%3cpath%20fill='%23ffe900'%20d='M990%20370.6H9.4V169.2H990z'/%3e%3cpath%20fill='%2308ced6'%20d='M990%20506.2H9.4V346.7H990zm0-319H9.4V27.9H990z'/%3e%3cpath%20fill='%23000001'%20d='M9%2025.9c2.1%200%20392.3%20237%20392.3%20237L7.8%20505.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bt{background-image:url(/dbcrm/assets/bt-BTo4qm10.svg)}.fi-bt.fis{background-image:url(/dbcrm/assets/bt-SxWnbWW0.svg)}.fi-bv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bv'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='bv-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23bv-a)'%3e%3cpath%20fill='%23fff'%20d='M-28%200h699.7v512H-28z'/%3e%3cpath%20fill='%23d72828'%20d='M-53-77.8h218.7v276.2H-53zM289.4-.6h381v199h-381zM-27.6%20320h190.4v190.3H-27.6zm319.6%202.1h378.3v188.2H292z'/%3e%3cpath%20fill='%23003897'%20d='M196.7-25.4H261v535.7h-64.5z'/%3e%3cpath%20fill='%23003897'%20d='M-27.6%20224.8h698v63.5h-698z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bv.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bv'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='bv-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23bv-a)'%3e%3cpath%20fill='%23fff'%20d='M-68%200h699.7v512H-68z'/%3e%3cpath%20fill='%23d72828'%20d='M-93-77.8h218.7v276.2H-93zM249.4-.6h381v199h-381zM-67.6%20320h190.4v190.3H-67.5zm319.6%202.1h378.3v188.2H252z'/%3e%3cpath%20fill='%23003897'%20d='M156.7-25.4H221v535.7h-64.5z'/%3e%3cpath%20fill='%23003897'%20d='M-67.5%20224.8h697.8v63.5H-67.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bw'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cbff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20186h640v108H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-bw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-bw'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cbff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20192h512v128H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20212.7h512V299H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-by{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20id='flag-icons-by'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='by-a'%3e%3cpath%20d='M0%200h200v608h8v284l-8%208H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20fill='%23ce1720'%20d='M0%200h640v480H0Z'/%3e%3cg%20fill='%23fff'%20clip-path='url(%23by-a)'%20transform='matrix(.52885%200%200%20.53333%205%200)'%3e%3cg%20id='by-c'%3e%3cpath%20id='by-b'%20d='M36%200v14h-9v14H16v16H8v13H-8V24H8V6H-8V0Zm26%2077v15h-8v12h-8V92h-8V77h-8V57h8V42h8V30h8v12h8v15h8v20Zm-17-1h10V58H45ZM19%20183h8v-18h-8zm54%200h8v-18h-8ZM-8%20305H6v13h6v16h9v15h12v-15h9v-16h8v-13H38v-15h21v10h13v17h11v19h-8v14h-7v13h-6v14h-9v12h-7v11h-9v14H24v-15h-9v-14H8v-9H-8v-23H8v-20H-8Z'/%3e%3cuse%20xlink:href='%23by-b'%20transform='matrix(-1%200%200%201%20200%200)'/%3e%3cpath%20d='M96%200v32h8V0h32v14h-8v14h-12v16h-8v13H92V44h-8V28H72V14h-8V0Zm-2%20274v-11h-6v-13h-7v-14h-8v-14h-8v-10h-9v-14H44v14h-9v10h-7v14h-8v14h-6v13H8v17H-8v-44H8v-20H-8v-33H8v14h10v14h10v-14h10v-14h8v-18h-8v-14H28v-14H18v14H8v14H-8v-41H8v-19H-8V77H8v13h8v16h11v13h9v15h7v12h14v-12h7v-15h9v-13h11V90h8V77h16v13h8v16h11v13h9v15h7v12h14v-12h7v-15h9v-13h11V90h8V77h16v28h-16v19h16v41h-16v-14h-10v-14h-10v14h-10v14h-8v18h8v14h10v14h10v-14h10v-14h16v33h-16v20h16v44h-16v-17h-6v-13h-6v-14h-8v-14h-7v-10h-9v-14h-12v14h-9v10h-8v14h-8v14h-7v13h-6v11zm2-167v27h8v-27zm-4%2058v-14H82v-14H72v14H62v14h-8v18h8v14h10v14h10v-14h10v-14h16v14h10v14h10v-14h10v-14h8v-18h-8v-14h-10v-14h-10v14h-10v14zm4%2046v27h8v-27z'/%3e%3c/g%3e%3cuse%20xlink:href='%23by-c'%20transform='matrix(1%200%200%20-1%200%20900)'/%3e%3cpath%20d='M-8%20408H8v14h7v8h8v14h7v12h-7v14h-8v8H8v14H-8Zm216%200v84h-16v-14h-7v-8h-8v-14h-7v-12h7v-14h8v-8h7v-14ZM62%20459h8v-18h-8zm76%200v-18h-8v18zm-42-59h8v-18h-8zm0%20100v18h8v-18Zm-50-75h14v-11h10v-10h5v-10h6v-14h8v-14h4v-13h14v13h4v14h8v14h6v10h5v10h10v11h14v50h-14v11h-10v10h-5v10h-6v14h-8v14h-4v13H93v-13h-4v-14h-8v-14h-6v-10h-5v-10H60v-11H46Zm50%209v-15h-8v-10h-8v25h8v9h5v14h-5v9h-8v25h8v-10h8v-15h8v15h8v10h8v-25h-8v-9h-5v-14h5v-9h8v-25h-8v10h-8v15z'/%3e%3c/g%3e%3cpath%20fill='%23007c30'%20d='M110%20320h530v160H110Z'/%3e%3c/svg%3e")}.fi-by.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20id='flag-icons-by'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='by-a'%3e%3cpath%20d='M0%200h200v608h8v284l-8%208H0Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20fill='%23ce1720'%20d='M0%200h512v512H0Z'/%3e%3cg%20fill='%23fff'%20clip-path='url(%23by-a)'%20transform='matrix(.5625%200%200%20.56889%205%200)'%3e%3cg%20id='by-c'%3e%3cpath%20id='by-b'%20d='M36%200v14h-9v14H16v16H8v13H-8V24H8V6H-8V0Zm26%2077v15h-8v12h-8V92h-8V77h-8V57h8V42h8V30h8v12h8v15h8v20Zm-17-1h10V58H45ZM19%20183h8v-18h-8zm54%200h8v-18h-8ZM-8%20305H6v13h6v16h9v15h12v-15h9v-16h8v-13H38v-15h21v10h13v17h11v19h-8v14h-7v13h-6v14h-9v12h-7v11h-9v14H24v-15h-9v-14H8v-9H-8v-23H8v-20H-8Z'/%3e%3cuse%20xlink:href='%23by-b'%20transform='matrix(-1%200%200%201%20200%200)'/%3e%3cpath%20d='M96%200v32h8V0h32v14h-8v14h-12v16h-8v13H92V44h-8V28H72V14h-8V0Zm-2%20274v-11h-6v-13h-7v-14h-8v-14h-8v-10h-9v-14H44v14h-9v10h-7v14h-8v14h-6v13H8v17H-8v-44H8v-20H-8v-33H8v14h10v14h10v-14h10v-14h8v-18h-8v-14H28v-14H18v14H8v14H-8v-41H8v-19H-8V77H8v13h8v16h11v13h9v15h7v12h14v-12h7v-15h9v-13h11V90h8V77h16v13h8v16h11v13h9v15h7v12h14v-12h7v-15h9v-13h11V90h8V77h16v28h-16v19h16v41h-16v-14h-10v-14h-10v14h-10v14h-8v18h8v14h10v14h10v-14h10v-14h16v33h-16v20h16v44h-16v-17h-6v-13h-6v-14h-8v-14h-7v-10h-9v-14h-12v14h-9v10h-8v14h-8v14h-7v13h-6v11zm2-167v27h8v-27zm-4%2058v-14H82v-14H72v14H62v14h-8v18h8v14h10v14h10v-14h10v-14h16v14h10v14h10v-14h10v-14h8v-18h-8v-14h-10v-14h-10v14h-10v14zm4%2046v27h8v-27z'/%3e%3c/g%3e%3cuse%20xlink:href='%23by-c'%20transform='matrix(1%200%200%20-1%200%20900)'/%3e%3cpath%20d='M-8%20408H8v14h7v8h8v14h7v12h-7v14h-8v8H8v14H-8Zm216%200v84h-16v-14h-7v-8h-8v-14h-7v-12h7v-14h8v-8h7v-14ZM62%20459h8v-18h-8zm76%200v-18h-8v18zm-42-59h8v-18h-8zm0%20100v18h8v-18Zm-50-75h14v-11h10v-10h5v-10h6v-14h8v-14h4v-13h14v13h4v14h8v14h6v10h5v10h10v11h14v50h-14v11h-10v10h-5v10h-6v14h-8v14h-4v13H93v-13h-4v-14h-8v-14h-6v-10h-5v-10H60v-11H46Zm50%209v-15h-8v-10h-8v25h8v9h5v14h-5v9h-8v25h8v-10h8v-15h8v15h8v10h8v-25h-8v-9h-5v-14h5v-9h8v-25h-8v10h-8v15z'/%3e%3c/g%3e%3cpath%20fill='%23007c30'%20d='M117.3%20341.3h395V512h-395z'/%3e%3c/svg%3e")}.fi-bz{background-image:url(/dbcrm/assets/bz-BCKHR4_q.svg)}.fi-bz.fis{background-image:url(/dbcrm/assets/bz-CoBdB-p8.svg)}.fi-ca{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ca'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M150.1%200h339.7v480H150z'/%3e%3cpath%20fill='%23d52b1e'%20d='M-19.7%200h169.8v480H-19.7zm509.5%200h169.8v480H489.9zM201%20232l-13.3%204.4%2061.4%2054c4.7%2013.7-1.6%2017.8-5.6%2025l66.6-8.4-1.6%2067%2013.9-.3-3.1-66.6%2066.7%208c-4.1-8.7-7.8-13.3-4-27.2l61.3-51-10.7-4c-8.8-6.8%203.8-32.6%205.6-48.9%200%200-35.7%2012.3-38%205.8l-9.2-17.5-32.6%2035.8c-3.5.9-5-.5-5.9-3.5l15-74.8-23.8%2013.4q-3.2%201.3-5.2-2.2l-23-46-23.6%2047.8q-2.8%202.5-5%20.7L264%20130.8l13.7%2074.1c-1.1%203-3.7%203.8-6.7%202.2l-31.2-35.3c-4%206.5-6.8%2017.1-12.2%2019.5s-23.5-4.5-35.6-7c4.2%2014.8%2017%2039.6%209%2047.7'/%3e%3c/svg%3e")}.fi-ca.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ca'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M81.1%200h362.3v512H81.1z'/%3e%3cpath%20fill='%23d52b1e'%20d='M-100%200H81.1v512H-100zm543.4%200h181.1v512H443.4zM135.3%20247.4l-14%204.8%2065.4%2057.5c5%2014.8-1.7%2019.1-6%2026.9l71-9-1.8%2071.5%2014.8-.5-3.3-70.9%2071.2%208.4c-4.4-9.3-8.3-14.2-4.3-29l65.4-54.5-11.4-4.1c-9.4-7.3%204-34.8%206-52.2%200%200-38.1%2013.1-40.6%206.2l-9.9-18.5-34.6%2038c-3.8%201-5.4-.6-6.3-3.8l16-79.7-25.4%2014.3q-3.3%201.3-5.6-2.4l-24.5-49-25.2%2050.9q-3%202.7-5.4.8l-24.2-13.6%2014.5%2079.2c-1.1%203-3.9%204-7.1%202.3l-33.3-37.8c-4.3%207-7.3%2018.4-13%2021-5.7%202.3-25-4.9-37.9-7.7%204.4%2015.9%2018.2%2042.3%209.5%2051z'/%3e%3c/svg%3e")}.fi-cc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cc'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='cc-a'%20d='m0-360%2069.4%20215.8%20212-80.3L156-35.6%20351%2080.1%20125%2099.8l31.1%20224.6L0%20160l-156.2%20164.3%2031.1-224.5L-351%2080l195-115.7-125.5-188.9%20212%2080.3z'/%3e%3cpath%20id='cc-b'%20d='M0-210%2054.9-75.5l144.8%2010.6-111%2093.8%2034.7%20141L0%2093.3-123.4%20170l34.6-141-111-93.8%20145-10.6z'/%3e%3c/defs%3e%3cpath%20fill='green'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='66.7'%20fill='%23ffe000'/%3e%3ccircle%20cx='340.8'%20cy='240'%20r='54.9'%20fill='green'/%3e%3ccircle%20cx='109.8'%20cy='173.3'%20r='69.8'%20fill='%23ffe000'/%3e%3cpath%20fill='%23802000'%20stroke='%237b3100'%20stroke-width='1.5'%20d='M105%20226h17.5s.7-1.6-.2-2.4c-1-.8-4.7-1-3.7-3.8%202-5.8%202.4-4%203.7-17.8a739%20739%200%200%200%202-35.5h-2.6s.5%206.7-1%2015.5c-1.4%208.8-1.9%209.5-3.5%2016.3a64%2064%200%200%201-3.3%2011.2c-1.4%204-1.6%204.1-3.8%207.8-2.3%203.6-1.5%202.2-2.7%204.4-.7%201.1-1.4.8-1.9%201.6s-.5%202.7-.5%202.7z'/%3e%3cpath%20fill='green'%20d='M118.3%20122.5a23%2023%200%200%201-1.2%209.2%2027%2027%200%200%200-2.3%209.8c-1.8.6-3.7-3.9-5.5-1.2%201.3%203.7%204.4%206.6%206.4%209.9.4%201%203.4%203.7%201.6%204.3-4.3-1.5-5.4-7-8-10.3a19%2019%200%200%200-15.5-10c-2.5.1-10.4-.5-8.4%203.7%203%202%206.8%203.4%209.8%205.7%202.3.2%206.3%204%206.1%205.4-4-1.6-5.8-3.5-10-5.2-5.8-2.2-13.7-.9-17%204.8-.5%201.5-1.4%205.8.5%206.3%202.2-3.4%205.3-7.3%209.9-6.2%203.6.3-4%206.7-1.1%205.4%201-.4%203-1.8%204.6-2%201.5%200%202.3%201%203.4%201.2%202.3.3%203%201.2%202.7%201.8s-1%200-3.3.8c-1.1.4-1.7%201.4-3%201.9s-4.2.5-5.2%200c-3.7-1.5-9.7-1.3-10.8%203.3%200%202-1.8-.2-2.6.7-.7%202.2-.8%204.4-4%204.2-2%202-4%204.2-6.6%205.7%201.5%203.4%207.3-3.4%207-.5-2.5%203.5%201.4%204.2%203%201.5%202.9-3%206.5-6.7%2010.7-3.6%202%201.9%203.2-1%204.7-1%201%202.5%202.1.2%203.2-.5%201.7-.2%201.2%202.2%203.2.7%204.1-2.7%209.1-.4%2013.1-3%204.3-2%20.6%201.5-.5%202.9-1.9%203.6-.3%208.4-4.3%2010.6-1.7%204.3%201.9%2010-1.7%2013.2-.5%202%204.6%201.8%206%202.6%202.6%200%200-5.8%202.5-6.6%203.4%202%203.2-3.8%202.5-5.6.4-4%20.6-8.6%202.6-12.3%202.2-4.5%204.2%201.9%201.8%203.7-1.4%204.1-3.4%209.4-.3%2013.3%201%20.2%201.7%202.4%202.8%203%201.2.7%202.8-.1%203-2.1%201.6-6%20.8-12.4%203-18.3%201.5-1.8%203.6-.3%204.5%201.4%203%203.5%205.1%207.8%208.7%2010.7a15%2015%200%200%201%207.8%207.3c0%202.6%207.4%203%205.2%200-2.1-2.7-.7-5.6%201.4-7.5%201.2.3.9-1.8%200-1-1.5-.3-1.6-3%20.4-1.7%203.5%201.1-.2-2.5-1.5-2.6-2.9-1.8-6.2-3.8-7.6-7%203.8%200%207.7%202.1%2011.5.9%203.1-1.6%206.2%200%207.3%202.8%202.4-.4%201.4-2.8%200-3.6%201.7-.7%203-2.2.8-3.5-1-1.4%201.5-4-1.7-3.8.1-2.5-.8-4.7-3.5-5.6-2.7-2.2-10.6%203.4-10.3-1.7-.8-2.8%203.2-.4%204.3-1.8%201.1-3-5.5-2.6-3.3-5%201.4-.8%208.1-2.1%202.9-3.1a8%208%200%200%201-7-1.1c-1.9%203.1-7.2-1.8-6.3%203.8-.7%202.1-5.5%207.6-6.8%203.4%201-3.3%206.8-4.3%205-8.8-.3-2.7-2.6.5-3.6.3-.6-1.7%201.6-3.8%203.2-4.2%203%202.4%203-3%206-2.5%202.1-.5-.7-1.4-1.3-1.8.6-1.5%203.9-2.3.7-3.7-2.9-2-5%202.1-7.3%202.3-2.2-2.5%202-3.7%203.2-5%20.1-1-2.4-.3-1.7-1.2.7-1.1%205.2-1.2%203-3a15%2015%200%200%200-10.2.6c-2%20.6-2.5%205-4.2%204.8-.7-2%20.3-5.8-2.4-6.3m15%2042.3c2.4-.4%200%203.7-1%203.6%200-1.4-3.6-1.3-1.3-2.6a7%207%200%200%201%202.3-1'/%3e%3cg%20fill='%23ffe000'%20transform='translate(0%2080)scale(.0635)'%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='7560'%20y='4200'/%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='6300'%20y='2205'/%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='7560'%20y='840'/%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='8680'%20y='1869'/%3e%3cuse%20xlink:href='%23cc-b'%20width='100%25'%20height='100%25'%20x='8064'%20y='2730'/%3e%3c/g%3e%3c/svg%3e")}.fi-cc.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cc'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='cc-a'%20d='m0-360%2069.4%20215.8%20212-80.3L156-35.6%20351%2080.1%20125%2099.8l31.1%20224.6L0%20160l-156.2%20164.3%2031.1-224.5L-351%2080l195-115.7-125.5-188.9%20212%2080.3z'/%3e%3cpath%20id='cc-b'%20d='M0-210%2054.9-75.5l144.8%2010.6-111%2093.8%2034.7%20141L0%2093.3-123.4%20170l34.6-141-111-93.8%20145-10.6z'/%3e%3c/defs%3e%3cpath%20fill='green'%20d='M0%200h512v512H0z'/%3e%3ccircle%20cx='268.2'%20cy='250.4'%20r='61.2'%20fill='%23ffe000'/%3e%3ccircle%20cx='287.3'%20cy='250.4'%20r='50.4'%20fill='green'/%3e%3ccircle%20cx='75.2'%20cy='189.2'%20r='64.2'%20fill='%23ffe000'/%3e%3cpath%20fill='%23802000'%20stroke='%237b3100'%20stroke-width='1.4'%20d='M70.7%20237.6h16s.8-1.5-.1-2.2-4.3-1-3.4-3.5c2-5.4%202.2-3.7%203.4-16.4s1.7-32.6%201.7-32.6H86s.5%206.2-.9%2014.3c-1.3%208-1.7%208.7-3.2%2015-1.4%206.1-1.7%206.6-3%2010.3-1.3%203.6-1.5%203.7-3.5%207l-2.5%204.2c-.6%201-1.3.7-1.7%201.4-.4.8-.5%202.5-.5%202.5z'/%3e%3cpath%20fill='green'%20d='M83%20142.5c0%202.5-.2%205.7-1.2%208.4-1%203-2.2%206-2.1%209-1.7.7-3.4-3.5-5-1%201.2%203.3%204%206%205.9%209%20.3%201%203%203.5%201.5%204-4-1.3-5-6.4-7.5-9.5a18%2018%200%200%200-14.2-9c-2.3%200-9.6-.6-7.7%203.2%202.8%202%206.3%203.2%209%205.3%202.1.2%205.8%203.6%205.6%205-3.6-1.5-5.3-3.3-9.2-4.8-5.3-2-12.6-.9-15.5%204.4-.6%201.4-1.4%205.3.3%205.7%202-3.1%205-6.6%209.2-5.7%203.3.3-3.8%206.3-1%205%20.8-.3%202.8-1.6%204.1-1.7%201.4-.2%202.2.8%203.2%201%202.1.3%202.7%201.1%202.5%201.6s-1%20.1-3%20.8c-1%20.3-1.6%201.3-2.9%201.7s-3.8.4-4.7%200c-3.4-1.4-8.9-1.1-10%203%200%202-1.6-.1-2.3.7-.6%202-.8%204-3.8%203.9-1.8%201.9-3.6%203.9-6%205.2%201.4%203.1%206.8-3.1%206.5-.5-2.3%203.2%201.2%203.9%202.8%201.4%202.6-2.8%205.9-6.1%209.8-3.3%201.9%201.7%203-1%204.3-.8.9%202.2%202%200%203-.5%201.5-.2%201%202%203%20.6%203.7-2.5%208.3-.4%2012-2.8%203.8-1.8.5%201.4-.6%202.7-1.7%203.3-.2%207.7-4%209.7-1.4%204%201.8%209.2-1.5%2012.1-.5%201.9%204.3%201.7%205.6%202.4%202.4.1%200-5.3%202.2-6%203.1%201.9%203-3.5%202.4-5.2.3-3.7.5-7.8%202.3-11.3%202-4.1%203.9%201.7%201.6%203.4-1.2%203.8-3%208.7-.2%2012.2.9.2%201.5%202.2%202.6%202.8%201%20.7%202.5-.1%202.8-2%201.4-5.4.7-11.4%202.7-16.7%201.3-1.7%203.3-.3%204.1%201.2%202.8%203.2%204.7%207.2%208%209.9a14%2014%200%200%201%207.2%206.7c0%202.4%206.8%202.7%204.8%200-2-2.5-.7-5.2%201.3-6.9%201%20.3.7-1.6%200-.9-1.4-.3-1.5-2.8.3-1.6%203.2%201-.2-2.3-1.3-2.4-2.7-1.6-5.7-3.5-7-6.4%203.4%200%207%202%2010.5.8%202.9-1.5%205.7.1%206.7%202.6%202.2-.4%201.3-2.5%200-3.3%201.6-.6%202.7-2%20.8-3.2-1-1.4%201.4-3.6-1.6-3.5.1-2.3-.8-4.3-3.2-5.1-2.5-2.1-9.7%203-9.5-1.7-.7-2.5%203-.3%204-1.6%201-2.7-5-2.4-3-4.5%201.2-.8%207.4-2%202.6-3a8%208%200%200%201-6.4-1c-1.7%203-6.7-1.6-5.8%203.6-.7%202-5%207-6.3%203.1%201-3%206.3-4%204.6-8-.2-2.6-2.3.4-3.3.2-.5-1.6%201.5-3.5%203-3.9%202.7%202.2%202.8-2.7%205.5-2.3%202-.4-.7-1.2-1.2-1.6.5-1.4%203.5-2.2.6-3.4-2.6-2-4.5%202-6.6%202.1-2-2.3%201.8-3.4%202.9-4.6%200-1-2.3-.3-1.6-1%20.6-1.2%204.8-1.3%202.8-2.9-2.9-1-6.6-.7-9.4.5-1.8.6-2.3%204.6-3.8%204.4-.8-1.7.2-5.2-2.2-5.8zm13.7%2038.9c2.3-.4%200%203.3-1%203.3.1-1.3-3.2-1.2-1.1-2.4z'/%3e%3cg%20fill='%23ffe000'%20transform='translate(-25.8%20103.5)scale(.05833)'%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='7560'%20y='4200'/%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='6300'%20y='2205'/%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='7560'%20y='840'/%3e%3cuse%20xlink:href='%23cc-a'%20width='100%25'%20height='100%25'%20x='8680'%20y='1869'/%3e%3cuse%20xlink:href='%23cc-b'%20width='100%25'%20height='100%25'%20x='8064'%20y='2730'/%3e%3c/g%3e%3c/svg%3e")}.fi-cd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cd'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23007fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23f7d618'%20d='M28.8%2096H96l20.8-67.2L137.6%2096h67.2l-54.4%2041.6%2020.8%2067.2-54.4-41.6-54.4%2041.6%2020.8-67.2zM600%200%200%20360v120h40l600-360V0z'/%3e%3cpath%20fill='%23ce1021'%20d='M640%200%200%20384v96L640%2096z'/%3e%3c/svg%3e")}.fi-cd.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cd'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cd-a'%3e%3cpath%20fill='%23fff'%20d='M0-88h600v600H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23cd-a)'%20transform='translate(0%2075.1)scale(.853)'%3e%3cpath%20fill='%23007fff'%20d='M0-88h800v600H0z'/%3e%3cpath%20fill='%23f7d618'%20d='M36%2032h84l26-84%2026%2084h84l-68%2052%2026%2084-68-52-68%2052%2026-84zM750-88%200%20362v150h50L800%2062V-88z'/%3e%3cpath%20fill='%23ce1021'%20d='M800-88%200%20392v120L800%2032z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cf'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cf-a'%3e%3cpath%20fill-opacity='.7'%20d='M-12.4%2032h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cf-a)'%20transform='translate(12.4%20-32)'%3e%3cpath%20fill='%2300f'%20d='M-52%2032h719.3v119H-52z'/%3e%3cpath%20fill='%23ff0'%20d='M-52%20391.6h719.3V512H-52z'/%3e%3cpath%20fill='%23009a00'%20d='M-52%20271.3h719.3v120.3H-52z'/%3e%3cpath%20fill='%23fff'%20d='M-52%20151h719.3v120.3H-52z'/%3e%3cpath%20fill='red'%20d='M247.7%2032.5h119.9V512H247.7z'/%3e%3cpath%20fill='%23ff0'%20d='m99.3%20137.7-31.5-21.8-31.3%2022L47.4%20101%2016.9%2078l38.2-1%2012.5-36.3L80.3%2077l38.1.7L88.2%20101'/%3e%3c/g%3e%3c/svg%3e")}.fi-cf.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cf'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cf-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cf-a)'%3e%3cpath%20fill='%2300f'%20d='M-52-.5h768v127H-52z'/%3e%3cpath%20fill='%23ff0'%20d='M-52%20383.5h768V512H-52z'/%3e%3cpath%20fill='%23009a00'%20d='M-52%20255h768v128.5H-52z'/%3e%3cpath%20fill='%23fff'%20d='M-52%20126.5h768V255H-52z'/%3e%3cpath%20fill='red'%20d='M268%200h128v512H268z'/%3e%3cpath%20fill='%23ff0'%20d='M109.5%20112.3%2075.9%2089.1l-33.4%2023.4%2011.6-39.2-32.5-24.6%2040.7-1L75.7%208.8l13.5%2038.6%2040.8.8L97.6%2073'/%3e%3c/g%3e%3c/svg%3e")}.fi-cg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cg-a'%3e%3cpath%20fill-opacity='.7'%20d='M-79.5%2032h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23cg-a)'%20transform='translate(79.5%20-32)'%3e%3cpath%20fill='%23ff0'%20d='M-119.5%2032h720v480h-720z'/%3e%3cpath%20fill='%2300ca00'%20d='M-119.5%2032v480l480-480z'/%3e%3cpath%20fill='red'%20d='M120.5%20512h480V32z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cg.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cg-a'%3e%3cpath%20fill-opacity='.7'%20d='M115.7%200h496.1v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23cg-a)'%20transform='translate(-119.5)scale(1.032)'%3e%3cpath%20fill='%23ff0'%20d='M0%200h744v496H0z'/%3e%3cpath%20fill='%2300ca00'%20d='M0%200v496L496%200z'/%3e%3cpath%20fill='red'%20d='M248%20496h496V0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ch{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ch'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h640v480H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='M170%20195h300v90H170z'/%3e%3cpath%20d='M275%2090h90v300h-90z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-ch.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ch'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h512v512H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='M96%20208h320v96H96z'/%3e%3cpath%20d='M208%2096h96v320h-96z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-ci{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ci'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cd00'%20d='M426.8%200H640v480H426.8z'/%3e%3cpath%20fill='%23ff9a00'%20d='M0%200h212.9v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M212.9%200h214v480h-214z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ci.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ci'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300cd00'%20d='M341.5%200H512v512H341.5z'/%3e%3cpath%20fill='%23ff9a00'%20d='M0%200h170.3v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M170.3%200h171.2v512H170.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ck{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ck'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23006'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m471.6%20213%205.2-16.7-14-10.6%2017.6-.2%206-16.5%205.6%2016.5%2017.7.5-14.1%2010.5%205%2016.7-14.5-10m27.1%2013%2010.4-13.9-9.7-14.8%2016.7%205.8%2011-13.5v17.6l16.4%206.4-16.8%205-.8%2017.5-10.2-14.4m-98.4%2015-.7-17.5-16.8-5.2L431%20198v-17.4l10.9%2013.5%2016.8-5.6-9.8%2014.7%2010.3%2014-17-4.5m-39.6%2040.9-7.4-15.8-17.4%201.8%2012.8-12.3L384%20211l15.2%208.2%2013.3-11.8-3.4%2017.4%2014.9%208.9-17.3%202.5M389%20291.8l-13.3-11.1-15%209.2%206.4-16.7-12.9-11.6%2017.3.7%207-16.4%204.3%2017.2%2017.2%201.5-14.6%209.8m3.2%2060.4-16.5-4.8-10.1%2014.5-.7-17.9-16.4-5.5%2016.1-6.2v-18l10.7%2014.1%2016.4-5.6-9.6%2015m29.5%2050.8-17%202.4-3.5%2017.4-7.8-16-17.1%201.6%2012.2-12.3-7.1-16.4%2015.3%208.5%2012.8-11.8L393%20362m45%2038-15.1%208.2%202.6%2017.6-12.7-12.4-15.6%207.6%207.3-15.9-12.3-12.9%2017.3%202.6%208-15.5%203.4%2017.4m53.8%209-8.3%2015.3%2011.7%2013.2-17.4-3.3-8.9%2015-2.4-17.3-17.2-4%2015.8-7.4-1.7-17.5%2012.2%2012.8m57.4-13.1-.5%2017.4%2016.3%206.4-17%205-1.2%2017.5-10-14.3-17%204.4%2010.8-13.9-9.4-14.7%2016.6%205.7M559%20209.8l12%2012.6%2015.9-7.4-8.3%2015.8%2011.5%2013.1-17-2.8-9%2015.5L562%20239l-17-3.5%2015.7-8m34.2%2021%205.5%2016.6%2017.5.3-14.2%2010.7%204.7%2016.8-14.1-10-14.6%2010.1%205.4-16.8-13.8-10.6%2017.6-.4m19.5%2033.2-2%2017.4%2015.7%207.7-17.3%203.6-2.7%2017.3-8.7-15.1-17.4%202.9%2012-13-8.1-15.5%2016%207.2m3%2039.8-7.8%2015.6L603%20379l-17.4-2.7-8.4%2015.3-3-17.3-17.4-3.3%2015.6-8-2.3-17.4%2012.6%2012.3m-9.8%2039.1-14.7%209.2%203.8%2017.3-13.5-11.5-15%208.6%206.3-16.3-13.1-12.1%2017.4%201.5%207-16%204.4%2017.2'/%3e%3cpath%20fill='%23006'%20d='M0%200h320v240H0z'/%3e%3cpath%20fill='%23fff'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='%23c8102e'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23fff'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e")}.fi-ck.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ck'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23006'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m344.8%20250.1%205.7-18.3-15.4-11.7%2019.4-.2%206.5-18.1%206.3%2018.1%2019.4.6-15.6%2011.4%205.6%2018.4-15.9-11m29.7%2014.4%2011.4-15.3-10.6-16.3%2018.4%206.4%2012-14.8V233l18%207.1-18.4%205.5-.9%2019.2-11.3-15.8m-108%2016.5-.8-19.2-18.4-5.7%2018.2-7v-19.1l12%2014.9%2018.4-6.2-10.8%2016.1%2011.4%2015.4-18.6-5m-43.6%2045-8-17.4-19.2%202%2014-13.5-7.2-17.7%2016.7%209%2014.6-13-3.7%2019.1%2016.3%209.7-19%202.8m-19.2%2061-14.6-12.1-16.5%2010%207-18.3-14-12.8%2018.9.9%207.7-18%204.7%2018.8%2018.9%201.7-16%2010.8m3.5%2066.3-18.2-5.3-11%2016-.8-19.7-18-6%2017.7-6.9v-19.7l11.7%2015.5%2018-6.1-10.5%2016.3m32.4%2055.9-18.7%202.6-3.8%2019.1L244%20428l-18.8%201.8%2013.5-13.5-7.9-18%2016.9%209.3%2014-13-3%2019.3m49.4%2041.7-16.7%209%203%2019.3-14.1-13.6-17%208.3%208-17.4-13.5-14.1%2019%202.8%208.7-17%203.7%2019m59.1%2010-9%2016.8%2012.8%2014.5-19.1-3.6-9.8%2016.4-2.7-19-18.9-4.4%2017.4-8.2-1.9-19%2013.5%2013.9m63-14.4-.7%2019.2%2018%207-18.6%205.6-1.3%2019.1-11-15.7-18.8%204.9%2011.9-15.4-10.3-16.1%2018.3%206.2m59.8-223.2%2013.1%2013.9%2017.5-8.1-9%2017.4L475%20284l-18.7-3-9.8%2017-2.5-19.3-18.6-4%2017.2-8.7m37.6%2023.1%206%2018.3%2019.1.3-15.5%2011.7L495%20338l-15.6-11-16%2011.1%206-18.5-15.2-11.6%2019.3-.5m21.4%2036.5-2.2%2019%2017.3%208.6-19%204-3%2019-9.5-16.7-19.1%203.2%2013-14.3-8.8-17%2017.7%207.9m3.2%2043.7-8.5%2017.1%2013.3%2014-19.1-2.8-9.3%2016.7-3.3-18.9-19-3.7%2017-8.8-2.5-19%2014%2013.5m-10.9%2043-16.1%2010%204.1%2019-14.8-12.6-16.5%209.4%207-18-14.4-13.2%2019.1%201.6%207.7-17.6%204.9%2019'/%3e%3cpath%20fill='%23006'%20d='M0-.5h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M256-.5v32l-95%2096%2095%2093.5v34.5h-33.5l-95.5-94-93%2094H0v-34L93%20128%200%2036.5v-37h31l96%2094%2093-94z'/%3e%3cpath%20fill='%23c8102e'%20d='m92%20161.5%205.5%2017-76.5%2077H0V254zm62-6%2027%204%2075%2073.5v22.5zM256-.5l-96%2098-2-22%2075-76zM0%200l96.5%2094.5-29.5-4L0%2024z'/%3e%3cpath%20fill='%23fff'%20d='M88-.5v256h80V-.5zm-88%2088v80h256v-80z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%20103.5v48h256v-48zM104-.5v256h48V-.5z'/%3e%3c/svg%3e")}.fi-cl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cl'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cl-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M256%200h512v256H256z'/%3e%3cpath%20fill='%230039a6'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M167.8%20191.7%20128.2%20162l-39.5%2030%2014.7-48.8L64%20113.1l48.7-.5L127.8%2064l15.5%2048.5%2048.7.1-39.2%2030.4z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20256h768v256H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cl.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cl'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h708.7v708.7H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cl-a)'%20transform='scale(.722)'%3e%3cpath%20fill='%23fff'%20d='M354.3%200H1063v354.3H354.3z'/%3e%3cpath%20fill='%230039a6'%20d='M0%200h354.3v354.3H0z'/%3e%3cpath%20fill='%23fff'%20d='m232.3%20265.3-55-41.1-54.5%2041.5%2020.3-67.5-54.5-41.7%2067.4-.6%2021-67.3%2021.3%2067.2h67.5L211.4%20198z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20354.3h1063v354.4H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cm'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23007a5e'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23fcd116'%20d='M426.7%200H640v480H426.7z'/%3e%3cg%20fill='%23fcd116'%20transform='translate(320%20240)scale(7.1111)'%3e%3cg%20id='cm-b'%3e%3cpath%20id='cm-a'%20d='M0-8-2.5-.4%201.3.9z'/%3e%3cuse%20xlink:href='%23cm-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3c/svg%3e")}.fi-cm.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cm'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23007a5e'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23fcd116'%20d='M341.3%200H512v512H341.3z'/%3e%3cg%20fill='%23fcd116'%20transform='translate(256%20256)scale(5.6889)'%3e%3cg%20id='cm-b'%3e%3cpath%20id='cm-a'%20d='M0-8-2.5-.4%201.3.9z'/%3e%3cuse%20xlink:href='%23cm-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23cm-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3c/svg%3e")}.fi-cn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='cn-a'%20fill='%23ff0'%20d='M-.6.8%200-1%20.6.8-1-.3h2z'/%3e%3c/defs%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h640v480H0z'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(71.9991%200%200%2072%20120%20120)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(-12.33562%20-20.5871%2020.58684%20-12.33577%20240.3%2048)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(-3.38573%20-23.75998%2023.75968%20-3.38578%20288%2095.8)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(6.5991%20-23.0749%2023.0746%206.59919%20288%20168)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(14.9991%20-18.73557%2018.73533%2014.99929%20240%20216)'/%3e%3c/svg%3e")}.fi-cn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cn'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='cn-a'%20fill='%23ff0'%20d='M1-.3-.7.8%200-1%20.6.8-1-.3z'/%3e%3c/defs%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h512v512H0z'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='translate(128%20128)scale(76.8)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='rotate(-121%20142.6%20-47)scale(25.5827)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='rotate(-98.1%20198%20-82)scale(25.6)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='rotate(-74%20272.4%20-114)scale(25.6137)'/%3e%3cuse%20xlink:href='%23cn-a'%20width='30'%20height='20'%20transform='matrix(16%20-19.968%2019.968%2016%20256%20230.4)'/%3e%3c/svg%3e")}.fi-co{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-co'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffe800'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300148e'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23da0010'%20d='M0%20360h640v120H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-co.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-co'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ffe800'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300148e'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%23da0010'%20d='M0%20384h512v128H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cr'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230000b4'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2075.4h640v322.3H0z'/%3e%3cpath%20fill='%23d90000'%20d='M0%20157.7h640v157.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cr'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230000b4'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2080.5h512v343.7H0z'/%3e%3cpath%20fill='%23d90000'%20d='M0%20168.2h512v168.2H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cu'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cu-a'%3e%3cpath%20fill-opacity='.7'%20d='M-32%200h682.7v512H-32z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cu-a)'%20transform='translate(30)scale(.94)'%3e%3cpath%20fill='%23002a8f'%20d='M-32%200h768v512H-32z'/%3e%3cpath%20fill='%23fff'%20d='M-32%20102.4h768v102.4H-32zm0%20204.8h768v102.4H-32z'/%3e%3cpath%20fill='%23cb1515'%20d='m-32%200%20440.7%20255.7L-32%20511z'/%3e%3cpath%20fill='%23fff'%20d='M161.8%20325.5%20114.3%20290l-47.2%2035.8%2017.6-58.1-47.2-36%2058.3-.4%2018.1-58%2018.5%2057.8%2058.3.1-46.9%2036.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cu.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cu'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cu-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cu-a)'%3e%3cpath%20fill='%23002a8f'%20d='M-32%200h768v512H-32z'/%3e%3cpath%20fill='%23fff'%20d='M-32%20102.4h768v102.4H-32zm0%20204.8h768v102.4H-32z'/%3e%3cpath%20fill='%23cb1515'%20d='m-32%200%20440.7%20255.7L-32%20511z'/%3e%3cpath%20fill='%23fff'%20d='M161.8%20325.5%20114.3%20290l-47.2%2035.8%2017.6-58.1-47.2-36%2058.3-.4%2018.1-58%2018.5%2057.8%2058.3.1-46.9%2036.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cv'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cv-a'%3e%3cpath%20fill-opacity='.7'%20d='M-123.4%200h682.6v512h-682.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cv-a)'%20transform='translate(115.7)scale(.94)'%3e%3cpath%20fill='%23fff'%20d='M-123.4%20233H723v206h-846.5z'/%3e%3cpath%20fill='%23081873'%20d='M-122.8%200h846v256.6h-846zm.3%20385.9h852.1V512h-852.1z'/%3e%3cpath%20fill='%23de3929'%20d='M-122.5%20302.6h846v39.6h-846z'/%3e%3cpath%20fill='%23ffce08'%20d='m131%20399.2%206.6%2020.4H159l-17.4%2012.7%206.6%2020.5L131%20440l-17.4%2012.7%206.7-20.5-17.4-12.7h21.5M317%20250.4l6.7%2020.5H345l-17.4%2012.6%206.6%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5-17.4-12.6h21.6m-222%2064.4%206.6%2020.5h21.5L99%20368.6l6.7%2020.4-17.4-12.6L70.9%20389l6.6-20.4-17.4-12.7h21.5M317%20329.5l6.7%2020.4H345l-17.4%2012.7%206.6%2020.4-17.4-12.6-17.4%2012.7%206.6-20.5-17.4-12.7h21.6m-40.5-161.7%206.7%2020.4H298l-17.4%2012.7%206.6%2020.5-17.4-12.7-17.4%2012.7%206.7-20.5-17.5-12.7h21.6m-64.5-45.2%206.7%2020.5h21.5l-17.4%2012.6%206.6%2020.5-17.4-12.6-17.4%2012.6%206.7-20.5-17.4-12.6H192m-64.5%202.9%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H121m-34.8%2043.2%206.6%2020.5h21.6l-17.5%2012.6%206.7%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5L58%20271h21.5m119.2%20149.4%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H192m82.2-41.7%206.6%2020.4h21.5L285%20432.3l6.7%2020.5-17.4-12.7-17.5%2012.7%206.7-20.5-17.4-12.7h21.5'/%3e%3c/g%3e%3c/svg%3e")}.fi-cv.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cv'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cv-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23cv-a)'%3e%3cpath%20fill='%23fff'%20d='M-123.4%20233H723v206h-846.5z'/%3e%3cpath%20fill='%23081873'%20d='M-122.8%200h846v256.6h-846zm.3%20385.9h852.1V512h-852.1z'/%3e%3cpath%20fill='%23de3929'%20d='M-122.5%20302.6h846v39.6h-846z'/%3e%3cpath%20fill='%23ffce08'%20d='m131%20399.2%206.6%2020.4H159l-17.4%2012.7%206.6%2020.5L131%20440l-17.4%2012.7%206.7-20.5-17.4-12.7h21.5M317%20250.4l6.7%2020.5H345l-17.4%2012.6%206.6%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5-17.4-12.6h21.6m-222%2064.4%206.6%2020.5h21.5L99%20368.6l6.7%2020.4-17.4-12.6L70.9%20389l6.6-20.4-17.4-12.7h21.5M317%20329.5l6.7%2020.4H345l-17.4%2012.7%206.6%2020.4-17.4-12.6-17.4%2012.7%206.6-20.5-17.4-12.7h21.6m-40.5-161.7%206.7%2020.4H298l-17.4%2012.7%206.6%2020.5-17.4-12.7-17.4%2012.7%206.7-20.5-17.5-12.7h21.6m-64.5-45.2%206.7%2020.5h21.5l-17.4%2012.6%206.6%2020.5-17.4-12.6-17.4%2012.6%206.7-20.5-17.4-12.6H192m-64.5%202.9%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H121m-34.8%2043.2%206.6%2020.5h21.6l-17.5%2012.6%206.7%2020.5-17.4-12.7-17.4%2012.7%206.6-20.5L58%20271h21.5m119.2%20149.4%206.7%2020.5h21.5l-17.4%2012.6%206.7%2020.5-17.5-12.7-17.4%2012.7%206.7-20.5-17.4-12.6H192m82.2-41.7%206.6%2020.4h21.5L285%20432.3l6.7%2020.5-17.4-12.7-17.5%2012.7%206.7-20.5-17.4-12.7h21.5'/%3e%3c/g%3e%3c/svg%3e")}.fi-cw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='cw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3cpath%20id='cw-b'%20d='m0-1%20.2.7H1L.3%200l.2.7L0%20.4l-.6.4.2-.7-.5-.4h.7z'/%3e%3c/defs%3e%3cg%20clip-path='url(%23cw-a)'%20transform='scale(.94)'%3e%3cpath%20fill='%23002b7f'%20d='M0%200h768v512H0z'/%3e%3cpath%20fill='%23f9e814'%20d='M0%20320h768v64H0z'/%3e%3cuse%20xlink:href='%23cw-b'%20width='13500'%20height='9000'%20x='2'%20y='2'%20fill='%23fff'%20transform='scale(42.67)'/%3e%3cuse%20xlink:href='%23cw-b'%20width='13500'%20height='9000'%20x='3'%20y='3'%20fill='%23fff'%20transform='scale(56.9)'/%3e%3c/g%3e%3c/svg%3e")}.fi-cw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='cw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h9000v9000H0z'/%3e%3c/clipPath%3e%3cpath%20id='cw-b'%20d='m0-1%20.2.7H1L.3%200l.2.7L0%20.4l-.6.4.2-.7-.5-.4h.7z'/%3e%3c/defs%3e%3cg%20clip-path='url(%23cw-a)'%20transform='scale(.057)'%3e%3cpath%20fill='%23002b7f'%20d='M0%200h13500v9000H0z'/%3e%3cpath%20fill='%23f9e814'%20d='M0%205625h13500v1125H0z'/%3e%3cuse%20xlink:href='%23cw-b'%20width='13500'%20height='9000'%20x='2'%20y='2'%20fill='%23fff'%20transform='scale(750)'/%3e%3cuse%20xlink:href='%23cw-b'%20width='13500'%20height='9000'%20x='3'%20y='3'%20fill='%23fff'%20transform='scale(1000)'/%3e%3c/g%3e%3c/svg%3e")}.fi-cx{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cx'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230021ad'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%231c8a42'%20d='M0%200h640v480z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='57.8'%20fill='%23ffc639'/%3e%3cpath%20fill='%231c8a42'%20d='M284.7%20214c4%205.5%2010%2014.6%2014.8%2012.2%203.7%200%205.7.3%206.2%202.8a37%2037%200%200%200%2033-14.3s.8%200%20.5-4.5c0-2%202.8-1.6%202.8-1%20.4%201%20.4%201.7.9%201.8%201-.4%202.7-3%204-4.6q.3-1%20.2-2.4c.7-1.7%202.4-1.3%202.8-.4l.6%201.6c1.8%201.2%205%200%205.2%200%20.3-1.4%201.2-1.2%201.2-1.2%201.2-.3.7-.2%201.5.2-.7%207.7%201.5%208%201.3%2012%20.1%204.4-1.3%205.6-1.3%207.3.4%202%207%202.1%204.6%203.9-2%201%200%203-3%203.8-8.8%204.5-10.4%208.3-10.4%208.3s-2.2%204.2-2.5%204.2c-1.5%202.8-3.3%201.2-4.4%202.6-.5%201.7-1%205.5%200%207.4.5%202.7%200%204.2-.7%206.9-.6%205.6-2.8%206.5-3.1%208.4-1%202.2.2%2012-.8%2012-6.5.2-11.5-1.2-14.1-1.7%202.5-10.9%201.5-20.4%201.5-21.4-.6-7.8-11.6-5.9-13.3-7-1.4-.2-2.3-1.3-2.7-1.8-1.6-.2-2.2-.6-3.7-.7-.8.4-.3.8-2%201.3-4.5.5-6.4-3.8-6.4-3.8.2-1.5-9.9.3-15.3-1-2.3%201.3-3.3%205-5.1%205.4%200%201.1-3-1-3.6-2-.2-3.4%202.8-4.8%202.8-4.8%202.4-1.7%203.8-2%205-3.1.5-2.9.2-5%201.5-7.1%201-1.7%202.5-1%203.5-1.6%201.1-.8%201.6-5.6.6-7l-4.7-4.2c-1.4-4.1%201.7-6.8%202.6-6.5'/%3e%3cpath%20fill='%23ffc639'%20d='M561.9%20142.4c-2.6-10.3-26-32.7-43.7-46.9-4.2-2.8-7-1.1-6.4%203%202.2%203.6%203.8%207.6%206%2011.3.6%202.5%201.8%204.2%202.4%206.6%200%200%20.2%204.2.6%204.6%205.4%206%206.2%2011.1%206.2%2011.1a49%2049%200%200%200%2011.5%2015.6c6.2%203.9%201.6%2016%201.8%2022.5%200%204-2.9%203.6-5.5%203-20.1-18.5-40.1-18.5-57.8-23.9-6.8-.7-7%202.6-4.7%204.4a129%20129%200%200%200%2039.1%2029.6l7.7%204.8%208.8%207.3c6.8%204.4%207.3%208.4%207.3%208.8.2%208.2-4.2%2014.6-5.5%2017.2-2.3%208.7-7%2010.2-7%2010.2-37.6%2025.4-57.4%2032-118.4%2024.1-1-.4-6.8.5%200%203%2015.5%205.2%2053.7%2013.5%2090.6-4%209-6.2%2014.8-4.2%2021.3-8a287%20287%200%200%201%2028.3-15.4c8.3-4.5%2031.3-9.4%2036.6-13.8%206.1-.5%2012.4-1.3%2012.8-6.5%202-1.3%205-.3%207.2-4.6%204.8-.9%204-2.6%204-2.6-1.2-3.4-5.8-4.8-9-7.3-4.8-1.6-8-2-11.5-.4l-3.3%201.5s-5.1-.7-5.1-1.1c-11.4-.6-10.3-38.3-14.3-54z'/%3e%3cpath%20fill='%231c8a42'%20d='M588.6%20204.2a2.8%201.8%2016%201%201-5.4-1.7%202.8%201.8%2016%200%201%205.4%201.7'/%3e%3cg%20fill='%23fff'%20transform='matrix(.64%200%200%20.64%200%2080)'%3e%3cpath%20id='cx-a'%20d='m188.2%20191-12.8-12-12.9%2011.8%201.4-17.4-17.3-2.8%2014.5-9.8-8.6-15.2%2016.7%205.3%206.5-16.2L182%20151l16.7-5-8.8%2015%2014.4%2010-17.3%202.5z'/%3e%3cpath%20d='m233.4%20335.5-13.8-9.1-13.4%209.6%204.8-15.5-13.6-9.5%2016.6-.4%205-15.5%205.6%2015.3%2016.7-.1L228%20320l5.3%2015.4z'/%3e%3cuse%20xlink:href='%23cx-a'%20width='100%25'%20height='100%25'%20x='2.5'%20y='269.1'/%3e%3cuse%20xlink:href='%23cx-a'%20width='100%25'%20height='100%25'%20x='-112.1'%20y='123.2'/%3e%3cuse%20xlink:href='%23cx-a'%20width='100%25'%20height='100%25'%20x='108.4'%20y='85'/%3e%3c/g%3e%3c/svg%3e")}.fi-cx.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-cx'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230021ad'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%231c8a42'%20d='M0%200h512v512z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='61.7'%20fill='%23ffc639'/%3e%3cpath%20fill='%231c8a42'%20d='M218.3%20228.3c4.3%205.8%2010.6%2015.5%2015.8%2013%204%200%206%20.3%206.6%203A40%2040%200%200%200%20276%20229s.8%200%20.5-4.8c0-2.2%203-1.7%203-1%20.4%201%20.3%201.8.9%201.8%201.2-.4%202.9-3.1%204.3-4.8q.3-1.2.2-2.6c.8-1.8%202.6-1.4%203-.4l.7%201.7c1.8%201.2%205.2%200%205.5%200%20.3-1.5%201.3-1.3%201.3-1.3%201.2-.3.7-.2%201.6.2-.8%208.2%201.6%208.6%201.4%2012.8%200%204.7-1.4%206-1.4%207.8.4%202.2%207.3%202.3%205%204.1-2.2%201.2%200%203.3-3.3%204.1-9.4%204.8-11.2%208.9-11.2%208.9s-2.3%204.4-2.6%204.4c-1.6%203-3.5%201.4-4.7%202.8-.5%201.8-1.1%205.9%200%208%20.5%202.8%200%204.4-.8%207.3-.6%206-3%206.9-3.3%209-1%202.2.3%2012.8-.8%2012.8-7%20.1-12.3-1.3-15-1.9%202.6-11.6%201.6-21.8%201.6-22.8-.7-8.3-12.4-6.3-14.2-7.4-1.5-.3-2.4-1.5-3-2-1.6-.2-2.2-.6-3.9-.8-.8.4-.3.9-2.2%201.4-4.6.6-6.7-4-6.7-4%20.2-1.6-10.5.3-16.4-1-2.4%201.3-3.4%205.2-5.4%205.7%200%201.2-3.2-1-3.9-2.2%200-3.5%203.1-5%203.1-5%202.5-1.9%204-2.2%205.3-3.4.6-3%20.3-5.3%201.6-7.6%201-1.7%202.7-1%203.8-1.7%201.2-.8%201.7-6%20.6-7.3l-5-4.5c-1.6-4.5%201.8-7.3%202.7-7'/%3e%3cpath%20fill='%23ffc639'%20d='M452.3%2063.7c-2.8-11-27.9-34.8-46.6-50-4.5-3-7.4-1.2-6.9%203.1%202.4%204%204.1%208.2%206.5%2012.1.6%202.6%201.9%204.4%202.5%207%200%200%20.2%204.5.6%205a25%2025%200%200%201%206.6%2011.8%2052%2052%200%200%200%2012.3%2016.6c6.6%204.2%201.8%2017.1%202%2024%200%204.3-3.2%203.8-5.9%203.3-21.5-19.8-42.8-19.8-61.6-25.5-7.4-.8-7.5%202.7-5.1%204.6%2013.1%2014%2025.5%2023.6%2041.7%2031.6l8.2%205.1%209.4%207.8c7.2%204.7%207.8%209%207.8%209.4.2%208.8-4.5%2015.6-5.8%2018.3-2.5%209.3-7.5%2011-7.5%2011-40.1%2027-61.2%2034-126.4%2025.7-1-.5-7.2.5%200%203.1%2016.6%205.5%2057.3%2014.4%2096.7-4.3%209.5-6.6%2015.9-4.4%2022.7-8.4%2011.3-7%2027.3-15.6%2030.3-16.5%208.7-4.7%2033.3-10%2039-14.7%206.5-.5%2013.2-1.4%2013.7-7%202.1-1.3%205.2-.3%207.5-4.9%205.2-.9%204.3-2.7%204.3-2.7-1.3-3.7-6-5.2-9.5-7.8-5.1-1.7-8.6-2.2-12.3-.4l-3.5%201.6s-5.5-.8-5.5-1.2c-12.1-.7-11-41-15.2-57.7'/%3e%3cpath%20fill='%231c8a42'%20d='M542.5%20217.8a3%201.9%2016%201%201-5.8-1.8%203%201.9%2016%200%201%205.8%201.8'/%3e%3cg%20fill='%23fff'%20transform='translate(-11.8%20182.4)scale(.68267)'%3e%3cpath%20id='cx-a'%20d='m188.2%20191-12.8-12-12.9%2011.8%201.4-17.4-17.3-2.8%2014.5-9.8-8.6-15.2%2016.7%205.3%206.5-16.2L182%20151l16.7-5-8.8%2015%2014.4%2010-17.3%202.5z'/%3e%3cpath%20d='m233.4%20335.5-13.8-9.1-13.4%209.6%204.8-15.5-13.6-9.5%2016.6-.4%205-15.5%205.6%2015.3%2016.7-.1L228%20320l5.3%2015.4z'/%3e%3cuse%20xlink:href='%23cx-a'%20width='100%25'%20height='100%25'%20x='2.5'%20y='269.1'/%3e%3cuse%20xlink:href='%23cx-a'%20width='100%25'%20height='100%25'%20x='-112.1'%20y='123.2'/%3e%3cuse%20xlink:href='%23cx-a'%20width='100%25'%20height='100%25'%20x='108.4'%20y='85'/%3e%3c/g%3e%3c/svg%3e")}.fi-cy{background-image:url(/dbcrm/assets/cy-bZuP8hmf.svg)}.fi-cy.fis{background-image:url(/dbcrm/assets/cy-DJKnEFYW.svg)}.fi-cz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23d7141a'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%2311457e'%20d='M360%20240%200%200v480z'/%3e%3c/svg%3e")}.fi-cz.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cz'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23d7141a'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%2311457e'%20d='M300%20256%200%2056v400z'/%3e%3c/svg%3e")}.fi-de{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-de'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fc0'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='red'%20d='M0%20160h640v160H0z'/%3e%3c/svg%3e")}.fi-de.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-de'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fc0'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='red'%20d='M0%20170.7h512v170.6H0z'/%3e%3c/svg%3e")}.fi-dj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dj'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='dj-a'%3e%3cpath%20fill-opacity='.7'%20d='M-40%200h682.7v512H-40z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23dj-a)'%20transform='translate(37.5)scale(.94)'%3e%3cpath%20fill='%230c0'%20d='M-40%200h768v512H-40z'/%3e%3cpath%20fill='%2369f'%20d='M-40%200h768v256H-40z'/%3e%3cpath%20fill='%23fffefe'%20d='m-40%200%20382.7%20255.7L-40%20511z'/%3e%3cpath%20fill='red'%20d='M119.8%20292%2089%20270l-30.7%2022.4L69.7%20256l-30.6-22.5%2037.9-.3%2011.7-36.3%2012%2036.2h37.9l-30.5%2022.7%2011.7%2036.4z'/%3e%3c/g%3e%3c/svg%3e")}.fi-dj.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dj'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='dj-a'%3e%3cpath%20fill-opacity='.7'%20d='M55.4%200H764v708.7H55.4z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23dj-a)'%20transform='translate(-40)scale(.722)'%3e%3cpath%20fill='%230c0'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%2369f'%20d='M0%200h1063v354.3H0z'/%3e%3cpath%20fill='%23fffefe'%20d='m0%200%20529.7%20353.9L0%20707.3z'/%3e%3cpath%20fill='red'%20d='m221.2%20404.3-42.7-30.8-42.4%2031%2015.8-50.3-42.4-31.2%2052.4-.4%2016.3-50.2%2016.6%2050%2052.4.2-42.1%2031.4z'/%3e%3c/g%3e%3c/svg%3e")}.fi-dk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23c8102e'%20d='M0%200h640.1v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M205.7%200h68.6v480h-68.6z'/%3e%3cpath%20fill='%23fff'%20d='M0%20205.7h640.1v68.6H0z'/%3e%3c/svg%3e")}.fi-dk.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23c8102e'%20d='M0%200h512.1v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M144%200h73.1v512H144z'/%3e%3cpath%20fill='%23fff'%20d='M0%20219.4h512.1v73.2H0z'/%3e%3c/svg%3e")}.fi-dm{background-image:url(/dbcrm/assets/dm-Cbhezfe1.svg)}.fi-dm.fis{background-image:url(/dbcrm/assets/dm-DPPHwW2M.svg)}.fi-do{background-image:url(/dbcrm/assets/do-B86d445t.svg)}.fi-do.fis{background-image:url(/dbcrm/assets/do-DeRnbj4d.svg)}.fi-dz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M320%200h320v480H320z'/%3e%3cpath%20fill='%23006233'%20d='M0%200h320v480H0z'/%3e%3cpath%20fill='%23d21034'%20d='M424%20180a120%20120%200%201%200%200%20120%2096%2096%200%201%201%200-120m4%2060-108-35.2%2067.2%2092V183.2l-67.2%2092z'/%3e%3c/svg%3e")}.fi-dz.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-dz'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M256%200h256v512H256z'/%3e%3cpath%20fill='%23006233'%20d='M0%200h256v512H0z'/%3e%3cpath%20fill='%23d21034'%20d='M367%20192a128%20128%200%201%200%200%20128%20102.4%20102.4%200%201%201%200-128m4.2%2064L256%20218.4l71.7%2098.2V195.4L256%20293.6z'/%3e%3c/svg%3e")}.fi-ec{background-image:url(/dbcrm/assets/ec-CaVOFQ3t.svg)}.fi-ec.fis{background-image:url(/dbcrm/assets/ec-cwfBJlvF.svg)}.fi-ee{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ee'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%231791ff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e")}.fi-ee.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ee'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%231791ff'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.fi-eg{background-image:url(/dbcrm/assets/eg-YC70hswZ.svg)}.fi-eg.fis{background-image:url(/dbcrm/assets/eg-DwOkwyQ0.svg)}.fi-eh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-eh'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='eh-a'%3e%3cpath%20fill-opacity='.7'%20d='M-158.7%200H524v512h-682.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23eh-a)'%20transform='translate(148.8)scale(.94)'%3e%3cpath%20fill='%23000001'%20d='M-158.3%200h680.9v255.3h-680.9z'/%3e%3cpath%20fill='%23007a3d'%20d='M-158.3%20255.3h680.9v255.3h-680.9z'/%3e%3cpath%20fill='%23fff'%20d='M-158.3%20148.9h680.9v212.8h-680.9z'/%3e%3cpath%20fill='%23c4111b'%20d='m-158.3%200%20340.4%20255.3-340.4%20255.3Z'/%3e%3ccircle%20cx='352.3'%20cy='255.3'%20r='68.1'%20fill='%23c4111b'/%3e%3ccircle%20cx='377.9'%20cy='255.3'%20r='68.1'%20fill='%23fff'/%3e%3cpath%20fill='%23c4111b'%20d='m334%20296.5%2029.1-20.7%2028.8%2021-10.8-34%2029-20.9-35.7-.2-11-34-11.2%2033.9-35.7-.2%2028.7%2021.2-11.1%2034z'/%3e%3c/g%3e%3c/svg%3e")}.fi-eh.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-eh'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23000001'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23007a3d'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20149.3h512v213.3H0z'/%3e%3cpath%20fill='%23c4111b'%20d='m0%200%20256%20256L0%20512Z'/%3e%3cg%20stroke-width='1.7'%20transform='translate(-135%20-6.5)scale(1.02539)'%3e%3ccircle%20cx='512'%20cy='256'%20r='68.3'%20fill='%23c4111b'/%3e%3ccircle%20cx='537.6'%20cy='256'%20r='68.3'%20fill='%23fff'/%3e%3cpath%20fill='%23c4111b'%20d='m493.7%20297.3%2029-20.8%2029%2021.2-10.8-34.2%2029-21-35.8-.2-11-34-11.3%2033.9-35.7-.1%2028.7%2021.2z'/%3e%3c/g%3e%3c/svg%3e")}.fi-er{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-er'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23be0027'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23b4d7f4'%20d='m0%20480%20640-.3V240z'/%3e%3cpath%20fill='%23239e46'%20d='m0%200%20640%20.3V240z'/%3e%3cpath%20fill='%23f3e295'%20d='M186.2%20360.4c-10.7%203-16.8%2011.3-16.7%2019.1l52.8-.2c.4-8.4-6.5-16.2-17-19.3%2051.6-1%2096.4-20.4%20104.6-32.8-8-3.5-17.4%202.1-24%20.8%2015.7-7.3%2063-37.9%2055.3-70.7-6%2018.2-24%2033.3-31.8%2037.4%2017.7-26.8%2041.8-54.8%2020.9-76.4%201%2012.5-8%2026.3-12%2027.4%2010.3-28.4%2020-64-2.1-87.4%202.9%208.5%201.7%2032.4-2.3%2033.5-1.2-19.3-4.5-59.8-24.8-59.3%206.4%205.8%209.2%2021.4%209.4%2037.2a58%2058%200%200%200-21.1-27%20118%20118%200%200%200-41.5-42.2c1.8%2012.7%203.3%2022.7%2021%2035.9-9.2-.6-18.4-18.1-28.3-18.6-7.9-.4-14%207.1-26.9%202.8%201.4%204.2%207.4%206.1%208.7%209.2-2.8%202-9.3-.3-14.7-3%207.5%2010%2019%2016%2028.8%2014%2011.7-2.2%2024.2-1%2036.2%205.8a63%2063%200%200%201-22.5.6c6.9%207%2011.5%2011.7%2023.6%2011.6%2010.7%200%2016.4-5.8%2019.1-2.2%206.8%208%2011.3%2016%2017%2025.4-12.5%201.3-8.7-14.1-22.6-22-7.9%2016%209%2035.2%2020.3%2043.2a65%2065%200%200%200%207.1%2031.5c3.5%206.5%208%2013.2%206.3%2027.9-6.9-5-13.5-21.8-11-35.1-8.6%202.3-12%2017.4-8%2025%203%205.7%205%2016.8%201.6%2021.7-3.4%204.6-3.7%204-3.7%2014%20.1%205.8-3.2%2012.8-8.5%2017.7a36%2036%200%200%200%201.1-15.8c-4.2%207.2-14.9%2014.6-18.2%2022.4s-4.1%2021.2-20%2024.3c-20.6%204-27.7%207.6-40.8%2013-1.5-10%202.9-31%2011.3-29.7%208.1%201.4%2033-8.6%2024-29.5-1.7%206.6-7.5%2013-13.9%2013.3%206.9-8.8%2019-18%2013.1-32.8a43%2043%200%200%201-16.3%2018c8.4-16%201-21-9-7.6-3.8%205.1-6.1%2015.4-8.5%2028.5-4-10.6-3.7-24.6-8.4-36-4.8-12.3%206.5-15.5%2011.8-14.5%2013%203.5%2034.9%203.5%2033.3-18.1-5.7%207.3-15.5%209.5-26.2%207%2012-8.8%2021.4-25.3%208-34a31%2031%200%200%201-16.9%2024.1%2051%2051%200%200%201-.3-24.8c-5.2%205.6-9%2017-12.1%2030.2-.3-13%202.2-22.3%204-29.3%202.8-10.1%209.6-3.5%2020-2.8%2010.2.6%2024-5%2021.4-18.7-3.4%205.5-10.5%207.6-17.7%207%208.7-5.3%2023.8-14.6%2015.5-29-3.5%205.4-4.6%2010-14.7%2011.7%202.6-6%203-14.7%2011-18-14-2.9-22%206.3-26.2%2020.7-1.6-10-3.6-13.6-4-21%207.6-8.3%208.4-24.8-8-28.4a35%2035%200%200%200%201.2%2017.4c-7.7-4.6-18.5-7.1-25.8-.7%205%205.3%2012.5%2010%2024.2%204.2-2.8%209-10%207.5-19.8%204%206%2011.3%2013.6%2013.3%2022%2012%204.4%2011.6%204.6%2020.4-8.3%2037.2.6-10.4-.1-18.2-8.4-26.7-7.2-7-13%20.3-1.8%2015.8-6.8-5-14.4-15-16.7-25.1-2.2%2012.4-.2%2027.1%206.7%2035.4-3.3%203.5-7-.4-12.5-9%202%2027.4%2013.7%2032.7%2029.4%2026.6.4%2015%20.4%2028.9%201.3%2047-9.1-13.2-20.7-23-27.1-25.4-2%207.3%205.5%2017%209.8%2022.3-6.5-1.4-20.5-12-20.5-12-1.4%2012.1%2014.3%2023.4%2024.5%2028.4-12-.5-17.3-5-25-12.4.2%2033.8%2036.6%2027.9%2043.5%2022.7l3%2052.5c-10.3-1.8-9.5-5-18.3-5.7-24.5-1-43.9-29.4-50.3-50.3-1.9%203.4-.4%207-2.1%2011.3-4-10.3-9-23.6-15.9-29.8%201.8%206%202%2012.1%201.4%2023.3-2.4-7.2-4.5-9.5-4.7-18%20.1-6.5%206.3-11.3%206-20.5-.3-6.7-6.4-21.3-7.3-32.5-3%2011.6-4.8%2023.8-9.4%2031%202.3-12.4%201.6-21%205.4-29.3%204.4-8.7%208.1-16.6%205.2-25.4-2.8%203.4-1.9%206.5-9%2014.8-1.5-9%209.2-23.5%2019.6-29.3%207.3-3.8%2016.5-17.6%2010.5-27-6.9%205-10%2011.6-19.7%2023%207-27%2025-34.2%2046.5-34.3%204.7%200%2014.3-1.7%2017-8-6%202.3-13.2%202.6-19.6%201.4%204.7-6.9%2014.4-6%2023.6-6%207.1%200%2018.3-1%2022.8-11.2a51%2051%200%200%201-31%201.9c13.7-7%2035-7.8%2046-17.1-12.5-9.3-43.7%202.2-63.4%2015.7%205.5-5%2014.2-14%2019-21.2-10.8-5.2-38%2025-47.4%2043-9%205-12.5%2013-16%2018.5%204.7-16.1%205.2-27.8%209.2-41C80%20138%2092.6%20194.6%2086%20208.2c.8-15%20.1-34.1-6-44-9.4%207.2-10.2%2049.5-1.4%2084.7-3.2-9.4-9.2-18.2-11.1-29.7-14%2025.4%208.2%2055.5%2026.7%2079.2-14-7.3-27.7-22.9-36.8-36%202.5%2045.6%2050%2055%2057.4%2066.2-10-4.7-29.1-13.9-37.3-4.2a99%2099%200%200%201%2032.3%2012.1c12.4%2015.4%2035.7%2022.2%2076.4%2023.9'/%3e%3c/g%3e%3c/svg%3e")}.fi-er.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-er'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='er-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23er-a)'%3e%3cpath%20fill='%23be0027'%20d='M-48%200h591.5v512H-48z'/%3e%3cpath%20fill='%23b4d7f4'%20d='m-48%20512%20591.5-.3V256z'/%3e%3cpath%20fill='%23239e46'%20d='m-48%200%20591.5.3V256z'/%3e%3cpath%20fill='%23f3e295'%20d='M148.8%20351.4c-8.7%202.4-13.7%209.2-13.6%2015.6l42.8-.2c.4-6.9-5.2-13.2-13.8-15.7%2042-.8%2078.4-16.6%2085-26.6-6.5-2.9-14.1%201.7-19.5.6%2012.8-5.9%2051.2-30.8%2045-57.4a62%2062%200%200%201-25.8%2030.3c14.3-21.8%2034-44.5%2017-62%20.8%2010.2-6.6%2021.4-9.8%2022.2%208.3-23%2016.3-52-1.8-71%202.4%206.9%201.5%2026.3-1.8%2027.2-1-15.7-3.7-48.6-20.2-48.1%205.3%204.6%207.5%2017.4%207.7%2030.2-3.8-8.8-8-15.4-17.2-22a96%2096%200%200%200-33.7-34.3%2036%2036%200%200%200%2017.1%2029.2c-7.5-.5-15-14.7-23-15.1-6.4-.3-11.4%205.8-21.9%202.3%201.2%203.4%206%205%207%207.5-2.1%201.5-7.5-.2-11.9-2.5%206.1%208.2%2015.5%2013%2023.5%2011.4%209.5-1.8%2019.7-.8%2029.4%204.7a52%2052%200%200%201-18.4.5c5.7%205.7%209.4%209.5%2019.2%209.4%208.8%200%2013.4-4.6%2015.6-1.8%205.5%206.5%209.2%2013%2013.8%2020.6-10.2%201.2-7.1-11.4-18.4-17.9-6.3%2013.2%207.3%2028.7%2016.6%2035.2%200%209.9%201.5%2018%205.7%2025.6%202.8%205.3%206.5%2010.7%205.1%2022.7-5.5-4-11-17.7-9-28.5-7%201.9-9.6%2014-6.4%2020.2%202.5%204.7%204.1%2013.7%201.3%2017.7-2.8%203.7-3%203.3-3%2011.3%200%204.8-2.6%2010.5-7%2014.4%201-3.3%202-9.2%201-12.8-3.5%205.9-12.1%2011.9-14.8%2018.2s-3.4%2017.2-16.3%2019.7c-16.7%203.3-22.5%206.2-33.2%2010.6-1.2-8.1%202.4-25.1%209.2-24.1%206.7%201.2%2026.8-7%2019.6-24-1.4%205.4-6.2%2010.6-11.3%2010.9%205.5-7.2%2015.4-14.7%2010.6-26.7a35%2035%200%200%201-13.3%2014.7c6.9-13.1.8-17-7.3-6.3-3%204.2-5%2012.6-6.9%2023.2-3.2-8.6-3-20-6.8-29.2-4-10%205.3-12.7%209.6-11.9%2010.6%202.9%2028.4%202.9%2027-14.7-4.5%206-12.6%207.8-21.3%205.7%209.8-7.2%2017.5-20.5%206.6-27.5a25%2025%200%200%201-13.7%2019.5%2041%2041%200%200%201-.3-20.1c-4.3%204.5-7.4%2013.8-9.9%2024.5a82%2082%200%200%201%203.3-23.8c2.2-8.3%207.8-2.9%2016.3-2.3%208.2.5%2019.5-4%2017.4-15.2-2.8%204.4-8.6%206.1-14.5%205.7%207.1-4.3%2019.4-12%2012.7-23.6-2.9%204.4-3.8%208.2-12%209.6%202.1-5%202.5-12%208.9-14.7-11.4-2.3-17.9%205.2-21.2%2016.8-1.4-8-3-11-3.3-17%206.2-6.8%206.8-20.2-6.5-23.1-.8%206.8-.5%208.5%201%2014-6.3-3.6-15-5.7-21-.4%204%204.3%2010.2%208%2019.7%203.4-2.3%207.3-8.1%206-16.1%203.2%204.9%209.2%2011%2010.9%2017.9%209.8%203.5%209.4%203.7%2016.5-6.7%2030.2.4-8.5-.2-14.8-7-21.7-5.7-5.7-10.4.3-1.4%2012.9A39%2039%200%200%201%20127%20200c-1.8%2010.1-.2%2022%205.4%2028.8-2.7%202.8-5.7-.3-10.1-7.2%201.6%2022.2%2011.1%2026.4%2023.9%2021.5.3%2012.2.3%2023.5%201%2038.2a61%2061%200%200%200-22-20.6c-1.7%206%204.5%2013.7%208%2018-5.3-1-16.7-9.7-16.7-9.7-1.2%209.9%2011.6%2019%2019.9%2023.1-9.7-.4-14-4-20.3-10%20.1%2027.4%2029.7%2022.6%2035.3%2018.4l2.5%2042.6c-8.4-1.4-7.7-4-14.9-4.6-19.9-.8-35.7-23.9-40.9-40.9-1.5%202.8-.3%205.7-1.7%209.2-3.2-8.4-7.3-19.1-12.9-24.1%201.4%204.8%201.6%209.8%201.1%2018.8-1.9-5.9-3.7-7.7-3.8-14.6.1-5.3%205.1-9.2%204.9-16.7-.2-5.4-5.2-17.2-6-26.4-2.4%209.5-3.9%2019.4-7.6%2025.2%201.9-10%201.3-17%204.4-23.7%203.6-7.2%206.6-13.5%204.2-20.7-2.3%202.8-1.5%205.3-7.2%2012-1.3-7.3%207.4-19%2015.8-23.8%206-3%2013.4-14.3%208.6-22-5.6%204-8.1%209.5-16%2018.7%205.6-22%2020.2-27.7%2037.7-27.8%204%200%2011.7-1.4%2014-6.5-5%201.9-10.9%202.1-16%201%203.7-5.4%2011.7-4.7%2019.1-4.8%205.8%200%2014.9-.8%2018.6-9a42%2042%200%200%201-25.2%201.5c11.1-5.8%2028.5-6.4%2037.4-14-10.2-7.5-35.6%201.9-51.6%2012.9%204.5-4.1%2011.6-11.4%2015.5-17.3-8.8-4.2-31%2020.4-38.6%2035-7.2%204-10.1%2010.5-13%2015%204-13.1%204.3-22.6%207.5-33.3-24.8%208.5-14.5%2054.5-19.9%2065.5.6-12.2.1-27.8-4.9-35.8-7.6%205.8-8.3%2040.2-1%2068.9-2.7-7.7-7.6-14.9-9.1-24.2-11.4%2020.7%206.6%2045%2021.6%2064.3a96%2096%200%200%201-29.8-29.2c2%2037%2040.7%2044.7%2046.7%2053.8-8.2-3.8-23.7-11.3-30.4-3.4a80%2080%200%200%201%2026.3%209.9c10%2012.5%2029%2018%2062%2019.4'/%3e%3c/g%3e%3c/svg%3e")}.fi-es{background-image:url(/dbcrm/assets/es-d5m8M5h8.svg)}.fi-es.fis{background-image:url(/dbcrm/assets/es-BuSGTZm_.svg)}.fi-et{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-et'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='et-a'%3e%3cpath%20fill-opacity='.7'%20d='M-61.3%200h682.7v512H-61.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23et-a)'%20transform='translate(57.5)scale(.94)'%3e%3cpath%20fill='%23ffc621'%20d='M-238%203.5H800v498H-238z'/%3e%3cpath%20fill='%23ef2118'%20d='M-240%20342.5H799.3V512H-240z'/%3e%3cpath%20fill='%23298c08'%20d='M-238%200H800v180H-238z'/%3e%3ccircle%20cx='534.2'%20cy='353'%20r='199.7'%20fill='%23006bc6'%20transform='matrix(.54%200%200%20.54%20-25.8%2074)'/%3e%3cpath%20fill='%23ffc621'%20d='m214.3%20188.2-6.5%204.5%2023.5%2033%206.3-4zm29.4%2078-9.7-6.8%204-12.7-48.1.7-14-10.7%2065.7-.7%2012.2-36.9%206.6%2015zm76.5-70.7-6.3-4.8-24.3%2032.4%205.6%204.7zM254.8%20247l3.5-11.2h13.3L256.4%20190l6-16.5%2020.5%2062.4%2038.8.5-12.2%2010.7zm90.6%2051.2%202.7-7.4-38.3-13.3-2.8%207zm-69.1-46.4%2011.7-.1%204.1%2012.6%2038.8-28.5%2017.6.6-53.1%2038.7%2011.5%2037.2-14-8.4zm-19.8%20102%207.9.2.3-40.5-7.4-.5zm22-80.3%203.8%2011.1-10.7%208%2039.4%2027.7%205%2016.8-53.6-38-31.5%2022.7%203.5-16%2044-32.3zm-103.3%2013%202.3%207.5%2038.7-12.2-2-7.2zm83.2-4-9.4%207.1-10.8-7.7-14.2%2046-14.4%2010%2019.5-62.7-31.4-23%2016.3-1.6z'/%3e%3c/g%3e%3c/svg%3e")}.fi-et.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-et'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='et-a'%3e%3cpath%20fill-opacity='.7'%20d='M229.3%206.3h489.3v489.3H229.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23et-a)'%20transform='translate(-240%20-6.6)scale(1.046)'%3e%3cpath%20fill='%23ffc621'%20d='M2%209.7h991.8v475.9H1.9z'/%3e%3cpath%20fill='%23ef2118'%20d='M0%20333.6h993.2v162H0z'/%3e%3cpath%20fill='%23298c08'%20d='M2%206.3h991.8v172H2z'/%3e%3ccircle%20cx='534.2'%20cy='353'%20r='199.7'%20fill='%23006bc6'%20transform='translate(204.7%2077)scale(.515)'/%3e%3cpath%20fill='%23ffc621'%20d='m434%20186.2-6%204.3%2022.4%2031.6%206-3.9zm28.2%2074.5-9.2-6.5%203.8-12-46%20.6-13.3-10.2%2062.7-.7%2011.7-35.3L478%20211l-16%2049.8zm73.1-67.6-6-4.5-23.3%2031%205.5%204.5zm-62.5%2049.3%203.3-10.7h12.7L474.3%20188l5.7-15.8%2019.6%2059.7%2037.2.4-11.7%2010.3zm86.6%2049%202.5-7.2-36.6-12.6-2.6%206.5%2036.7%2013.2zm-66-44.4%2011.2-.2%204%2012.1%2037-27.2%2016.7.6-50.7%2037%2011%2035.5-13.4-8-15.9-49.8zm-19%2097.5%207.6.1.3-38.7-7-.4-.8%2039zm21-76.8%203.7%2010.6L489%20286l37.6%2026.5%204.8%2016-51.2-36.2-30.1%2021.7%203.3-15.2%2042.1-31zm-98.7%2012.4%202.3%207.2%2036.9-11.7-1.8-6.8zm79.6-3.8-9%206.8-10.4-7.4-13.5%2044-13.8%209.5%2018.7-60-30-21.8%2015.5-1.6z'/%3e%3c/g%3e%3c/svg%3e")}.fi-fi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fi'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23002f6c'%20d='M0%20174.5h640v131H0z'/%3e%3cpath%20fill='%23002f6c'%20d='M175.5%200h130.9v480h-131z'/%3e%3c/svg%3e")}.fi-fi.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fi'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23002f6c'%20d='M0%20186.2h512v139.6H0z'/%3e%3cpath%20fill='%23002f6c'%20d='M123.2%200h139.6v512H123.1z'/%3e%3c/svg%3e")}.fi-fj{background-image:url(/dbcrm/assets/fj-DEAVMg38.svg)}.fi-fj.fis{background-image:url(/dbcrm/assets/fj-u3dAPoew.svg)}.fi-fk{background-image:url(/dbcrm/assets/fk-nuUF_Ak3.svg)}.fi-fk.fis{background-image:url(/dbcrm/assets/fk-B-RvQ4Hz.svg)}.fi-fm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fm'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='fm-a'%3e%3cpath%20fill-opacity='.7'%20d='M-81.3%200h682.6v512H-81.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23fm-a)'%20transform='translate(76.3)scale(.94)'%3e%3cpath%20fill='%236797d6'%20d='M-252%200H772v512H-252z'/%3e%3cpath%20fill='%23fff'%20d='m259.8%20123-32.4%2022.2%2012.4-35.9-32.5-22.2h40.1l12.4-35.9%2012.4%2036h40l-32.4%2022.1%2012.4%2035.9M259.8%20390l-32.4-22.2%2012.4%2036-32.5%2022.1h40.1l12.4%2035.9%2012.4-36%2040%20.1-32.4-22.2%2012.4-35.9m-188.4-92.4L79.3%20306l1.4-38-37.5-11.7%2038.4-11.7%201.3-38%2022.3%2030.8%2038.4-11.8-24.6%2030.7%2022.4%2030.7m274.2-11.7%2024.6%2030.7-1.4-38%2037.5-11.7-38.4-11.7-1.3-38-22.3%2030.8-38.4-11.8%2024.6%2030.7-22.4%2030.7'/%3e%3c/g%3e%3c/svg%3e")}.fi-fm.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fm'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='fm-a'%3e%3cpath%20fill-opacity='.7'%20d='M244.2%200h496v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23fm-a)'%20transform='translate(-252)scale(1.032)'%3e%3cpath%20fill='%236797d6'%20d='M0%200h992.1v496H0z'/%3e%3cpath%20fill='%23fff'%20d='M507.9%2084.5h38.8l-31.5%2021.4%2012%2034.8-31.3-21.5-31.5%2021.5%2012-34.8L445%2084.4h39l12-34.7m12%20363h38.8l-31.5-21.5%2012-34.8-31.3%2021.5-31.5-21.5%2012%2034.8-31.4%2021.5H484l12%2034.7M346%20230.1l37.2-11.4-23.9%2029.8%2021.7%2029.7-36.3-11.4-23.8%2029.8%201.4-36.8-36.4-11.4%2037.2-11.3%201.3-36.8m321%2029.8-37.1-11.4%2023.8%2029.7-21.7%2029.8%2036.4-11.4%2023.7%2029.8-1.3-36.8%2036.4-11.4-37.2-11.3-1.3-36.8'/%3e%3c/g%3e%3c/svg%3e")}.fi-fo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fo'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='fo-a'%3e%3cpath%20fill-opacity='.7'%20d='M-78%2032h640v480H-78z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23fo-a)'%20transform='translate(78%20-32)'%3e%3cpath%20fill='%23fff'%20d='M-78%2032h663.9v480H-78z'/%3e%3cpath%20fill='%23003897'%20d='M-76%20218.7h185.9V32H216v186.7h371.8v106.6H216V512H109.9V325.3h-186z'/%3e%3cpath%20fill='%23d72828'%20d='M-76%20245.3h212.4V32h53.1v213.3H588v53.4H189.5V512h-53V298.7H-76z'/%3e%3c/g%3e%3c/svg%3e")}.fi-fo.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fo'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='fo-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23fo-a)'%3e%3cpath%20fill='%23fff'%20d='M-78%200h708.2v512H-78z'/%3e%3cpath%20fill='%23003897'%20d='M-75.9%20199.1h198.3V0h113.3v199.1h396.6V313H235.7v199H122.4V312.9H-76z'/%3e%3cpath%20fill='%23d72828'%20d='M-75.9%20227.6h226.6V0h56.7v227.6h424.9v56.9h-425V512h-56.6V284.4H-75.9z'/%3e%3c/g%3e%3c/svg%3e")}.fi-fr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-fr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-fr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/svg%3e")}.fi-ga{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ga'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ffe700'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%2336a100'%20d='M640%20160H0V0h640z'/%3e%3cpath%20fill='%23006dbc'%20d='M640%20480H0V320h640z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ga.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ga'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ffe700'%20d='M512%20512H0V0h512z'/%3e%3cpath%20fill='%2336a100'%20d='M512%20170.7H0V0h512z'/%3e%3cpath%20fill='%23006dbc'%20d='M512%20512H0V341.3h512z'/%3e%3c/g%3e%3c/svg%3e")}.fi-gb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23012169'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23FFF'%20d='m75%200%20244%20181L562%200h78v62L400%20241l240%20178v61h-80L320%20301%2081%20480H0v-60l239-178L0%2064V0z'/%3e%3cpath%20fill='%23C8102E'%20d='m424%20281%20216%20159v40L369%20281zm-184%2020%206%2035L54%20480H0zM640%200v3L391%20191l2-44L590%200zM0%200l239%20176h-60L0%2042z'/%3e%3cpath%20fill='%23FFF'%20d='M241%200v480h160V0zM0%20160v160h640V160z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20193v96h640v-96zM273%200v480h96V0z'/%3e%3c/svg%3e")}.fi-gb.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23012169'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23FFF'%20d='M512%200v64L322%20256l190%20187v69h-67L254%20324%2068%20512H0v-68l186-187L0%2074V0h62l192%20188L440%200z'/%3e%3cpath%20fill='%23C8102E'%20d='m184%20324%2011%2034L42%20512H0v-3zm124-12%2054%208%20150%20147v45zM512%200%20320%20196l-4-44L466%200zM0%201l193%20189-59-8L0%2049z'/%3e%3cpath%20fill='%23FFF'%20d='M176%200v512h160V0zM0%20176v160h512V176z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20208v96h512v-96zM208%200v512h96V0z'/%3e%3c/svg%3e")}.fi-gd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gd'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='gd-c'%3e%3cg%20id='gd-b'%3e%3cpath%20id='gd-a'%20fill='%23fcd116'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23gd-a'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23gd-b'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23gd-b'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23gd-b'%20transform='rotate(216)'/%3e%3cuse%20xlink:href='%23gd-b'%20transform='rotate(288)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23007a5e'%20d='M67.2%2067.2h505.6v345.6H67.2z'/%3e%3cpath%20fill='%23fcd116'%20d='M67.2%2067.3h505.6L67.2%20412.9h505.6z'/%3e%3ccircle%20cx='319.9'%20cy='240.1'%20r='57.6'%20fill='%23ce1126'/%3e%3cuse%20xlink:href='%23gd-c'%20width='100%25'%20height='100%25'%20transform='translate(320%20240)scale(52.8)'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-30.3)'/%3e%3cuse%20xlink:href='%23gd-c'%20id='gd-d'%20width='100%25'%20height='100%25'%20transform='translate(320%2033.6)scale(31.2)'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(30.3)'/%3e%3cpath%20fill='%23ce1126'%20d='M102.3%20240.7a80%2080%200%200%200%2033.5%2033.2%20111%20111%200%200%200-11.3-45z'/%3e%3cpath%20fill='%23fcd116'%20d='M90.1%20194.7c10.4%2021.7-27.1%2073.7%2035.5%2085.9a63%2063%200%200%201-10.9-41.9%2070%2070%200%200%201%2032.5%2030.8c16.4-59.5-42-55.8-57.1-74.8'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-30.3%20414.6)'/%3e%3cuse%20xlink:href='%23gd-c'%20width='100%25'%20height='100%25'%20transform='translate(320%20448.2)scale(31.2)'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(30.3%20414.6)'/%3e%3c/svg%3e")}.fi-gd.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gd'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cg%20id='gd-c'%3e%3cg%20id='gd-b'%3e%3cpath%20id='gd-a'%20fill='%23fcd116'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23gd-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23gd-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23gd-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23gd-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23gd-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23007a5e'%20d='M71.7%2071.7h368.6v368.6H71.7z'/%3e%3cpath%20fill='%23fcd116'%20d='M71.7%2071.7h368.6L71.7%20440.4h368.6z'/%3e%3ccircle%20cx='255.9'%20cy='256.1'%20r='61.4'%20fill='%23ce1126'/%3e%3cuse%20xlink:href='%23gd-c'%20width='100%25'%20height='100%25'%20transform='translate(256%20256)scale(56.32)'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-16.4%20-.1)'/%3e%3cuse%20xlink:href='%23gd-c'%20id='gd-d'%20width='100%25'%20height='100%25'%20transform='translate(256%2035.9)scale(33.28)'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(16.4)'/%3e%3cpath%20fill='%23ce1126'%20d='M99.8%20256.8c7.7%2014.3%2022.6%2029.8%2035.7%2035.3.2-14.5-5-33.2-12-48z'/%3e%3cpath%20fill='%23fcd116'%20d='M86.8%20207.6c11.1%2023.3-29%2078.7%2037.8%2091.7a68%2068%200%200%201-11.5-44.7%2076%2076%200%200%201%2034.6%2032.8c17.5-63.4-44.8-59.5-61-79.8z'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='-100'%20transform='translate(-16.4%20442)'/%3e%3cuse%20xlink:href='%23gd-c'%20width='100%25'%20height='100%25'%20transform='translate(256%20478)scale(33.28)'/%3e%3cuse%20xlink:href='%23gd-d'%20width='100%25'%20height='100%25'%20x='100'%20transform='translate(16.4%20442.2)'/%3e%3c/svg%3e")}.fi-ge{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ge'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='red'%20d='M272%200h96v480h-96z'/%3e%3cpath%20fill='red'%20d='M0%20192h640v96H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M146.8%20373.1c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201-14.8-1-14.8-1%203%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8%201-14.8%201-14.8-14.3%203-31.1%204zm368-288c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201-14.8-1-14.8-1%203%2014.3%204%2031.1c-16.9-1-31.2-3.9-31.2-3.9s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.1c16.9%201%2031.2%204%2031.2%204s-1-10-1-14.9%201-14.8%201-14.8-14.3%203-31.2%204zm-368%200c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201-14.8-1-14.8-1%203%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8%201-14.8%201-14.8-14.3%203-31.1%204zm368%20288c1-16.8%204-31.1%204-31.1s-9.8%201-14.8%201-14.8-1-14.8-1%203%2014.3%204%2031.2c-16.9-1-31.2-4-31.2-4s1%207.4%201%2014.8-1%2014.8-1%2014.8%2014.3-3%2031.2-4c-1%2016.9-4%2031.2-4%2031.2s7.4-1%2014.8-1%2014.8%201%2014.8%201-3-14.3-4-31.2c16.9%201%2031.2%204%2031.2%204s-1-9.8-1-14.8%201-14.8%201-14.8-14.3%203-31.2%204z'/%3e%3c/svg%3e")}.fi-ge.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ge'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='red'%20d='M205%200h102v512H205z'/%3e%3cpath%20fill='red'%20d='M0%20205h512v102H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M114.1%20397.9c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201-15.9-1-15.9-1%203.2%2015.3%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9-1%2015.9-1%2015.9%2015.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1%2015.9%201%2015.9%201-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9%201-15.9%201-15.9-15.3%203.2-33.4%204.3m307-307c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201-15.9-1-15.9-1%203.2%2015.4%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9-1%2015.9-1%2015.9%2015.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1%2015.9%201%2015.9%201-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9c0-5.2%201-15.9%201-15.9s-15.4%203.2-33.4%204.3m-307%200c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201-15.9-1-15.9-1%203.2%2015.4%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9-1%2015.9-1%2015.9%2015.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1%2015.9%201%2015.9%201-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9c0-5.2%201-15.9%201-15.9s-15.3%203.2-33.4%204.3m307%20307c1.1-18%204.3-33.4%204.3-33.4s-10.6%201-15.9%201-15.9-1-15.9-1%203.2%2015.3%204.3%2033.4c-18-1.1-33.4-4.3-33.4-4.3s1%208%201%2015.9-1%2015.9-1%2015.9%2015.3-3.2%2033.4-4.3c-1.1%2018-4.3%2033.4-4.3%2033.4s8-1%2015.9-1%2015.9%201%2015.9%201-3.2-15.3-4.3-33.4c18%201.1%2033.4%204.3%2033.4%204.3s-1-10.6-1-15.9%201-15.9%201-15.9-15.4%203.2-33.4%204.3'/%3e%3c/svg%3e")}.fi-gf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gf'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-gf.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gf'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/svg%3e")}.fi-gg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gg'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23e8112d'%20d='M256%200h128v480H256z'/%3e%3cpath%20fill='%23e8112d'%20d='M0%20176h640v128H0z'/%3e%3cpath%20id='gg-a'%20fill='%23f9dd16'%20d='m110%20286.7%2023.3-23.4h210v-46.6h-210L110%20193.3z'/%3e%3cuse%20xlink:href='%23gg-a'%20width='36'%20height='24'%20transform='rotate(90%20320%20240)'/%3e%3cuse%20xlink:href='%23gg-a'%20width='36'%20height='24'%20transform='rotate(-90%20320%20240)'/%3e%3cuse%20xlink:href='%23gg-a'%20width='36'%20height='24'%20transform='rotate(180%20320%20240)'/%3e%3c/svg%3e")}.fi-gg.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gg'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23e8112d'%20d='M192%200h128v512H192z'/%3e%3cpath%20fill='%23e8112d'%20d='M0%20187.7h512v136.6H0z'/%3e%3cpath%20id='gg-a'%20fill='%23f9dd16'%20d='m46%20305.8%2023.3-25h210v-49.7h-210L46%20206.2z'/%3e%3cuse%20xlink:href='%23gg-a'%20width='36'%20height='24'%20transform='matrix(0%201.06667%20-.9375%200%20496%20-17)'/%3e%3cuse%20xlink:href='%23gg-a'%20width='36'%20height='24'%20transform='matrix(0%20-1.06667%20.9375%200%2016%20529)'/%3e%3cuse%20xlink:href='%23gg-a'%20width='36'%20height='24'%20transform='rotate(180%20256%20256)'/%3e%3c/svg%3e")}.fi-gh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gh'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23006b3f'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='m320%20160%2052%20160-136.1-98.9H404L268%20320z'/%3e%3c/svg%3e")}.fi-gh.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gh'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23006b3f'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23000001'%20d='m256%20170.7%2055.5%20170.6L166.3%20236h179.4L200.6%20341.3z'/%3e%3c/svg%3e")}.fi-gi{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gi'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23da000c'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v321.6H0z'/%3e%3cg%20stroke='%23000'%20transform='translate(-160)scale(1.875)'%3e%3cg%20id='gi-a'%20fill='%23da000c'%20stroke-linecap='square'%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M196.6%20116.3h64v44h-64z'/%3e%3cpath%20d='M229.8%20153.9h-39l-8.7%205.7v6h47.7m-16.3-37c5.6%200%2010.2%204.7%2010.2%2010.5v14.7h7.3v-56h-40.3v56h12.6v-14.7c0-5.6%204.5-10.5%2010.2-10.5z'/%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M204.5%2060h18.6v34h-18.6z'/%3e%3cpath%20d='M223%2088.7h-16.2v-5.8h-11.9v5.8h-8v-5.8H182v10.4h41m-36.2%200h35v4.5h-35zm14-45.7V83h6v-9.7c0-3.6%202.5-6.6%206.1-6.8h.4a7%207%200%200%201%206.8%206.8V83h5.7V47.6zm-2.3-4.8v4.8h29.3v-4.8zm-3.7-9.1v9.1h35v-9.1h-5.3v4.7h-6.6v-4.7h-10v4.7h-6.5v-4.7zM182%20159.6h48m31-2.8h-32.4l-9.8%204.7v7H261'/%3e%3cpath%20stroke-linecap='butt'%20d='M218.8%20161.5H262'/%3e%3c/g%3e%3cuse%20xlink:href='%23gi-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3cg%20fill='%23f8d80e'%3e%3cg%20stroke-linecap='round'%3e%3cpath%20stroke-width='.8'%20d='M273.3%20150q-3.9%201.6-7.5%203.8a72%2072%200%200%200-8.9%206q-1.6%201-2.7%202.4c-1%20.8-2%202-1.8%203.5%200%20.6.8-.8%201.4-.9a4%204%200%200%201%203.1-.4q2.1-2%204.4-3.4a77%2077%200%200%201%2013-7.6z'/%3e%3cpath%20d='M260.4%20157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4'/%3e%3cpath%20stroke-width='.8'%20d='m238.9%20150.2-1.2%203.3a87%2087%200%200%201%2015.8%208q2.7%201.6%204.8%203.9c.3.8-.5%201.5-1.3%201.2-.7-.2-1.5-.5-2.2%200-1.1.5-2.1%202.2-.5%202.7%202.4%201.6%206.1.9%207.2-1.8.6-1.4.7-3.2-.5-4.4-2-2.3-4.8-4-7.4-5.7a89%2089%200%200%200-14.7-7.2z'/%3e%3cpath%20d='m254%20158-.3%203.4m3.1-1.7-.8%203.3m3.8-1-1.8%202.6m2.7%203.6-2.6-1.4m3.4-1.4-3%20.3m-.8%204-.2-2.6m-1-.3-2.4%201.8m-9.4-15.7v3.1m6.3.3v3.5m-3.2-5.2v3.3'/%3e%3c/g%3e%3cpath%20d='M235.8%20227.6v8h5v-4h6.9v4h5.4v-8zm0%2011v8H253v-8h-5.4v4h-6.9v-4z'/%3e%3cpath%20d='M253%20193.7h5v58h-5z'/%3e%3cpath%20d='M253%20198.7h5v50h-5zm2.6-19.3%2010.6%206.2-10.6%206.2-10.7-6.2zm-14.3%204h-2.7v4.4h2.7l14.3%208.3%2014.2-8.3h2.8v-4.4h-2.8l-14.2-8.3z'/%3e%3cpath%20d='M255.3%20164.3a5%205%200%200%200-4%205.1v11.2a5%205%200%200%200%204.6%204.6%205%205%200%200%200%204.8-2.8l-1.7-1a3%203%200%200%201-3%201.8c-1.6%200-2.9-1.6-2.7-3.1v-11.2a3%203%200%200%201%203-2.6c.6-.2%201.5.7%201.9%200%20.6-.9-.4-1.5-1-2zm5.8%203.9a5%205%200%200%201-1.9%201.6v7.5l2%201.1v-10.2z'/%3e%3c/g%3e%3cg%20fill='%23da000c'%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M240.8%2038.4h29.3v53.2h-29.3z'/%3e%3cpath%20d='M238.8%2038.4v44.5h9.3V69.7c0-3%202-7.3%207.9-7.3s8%204.3%208%207.3V83h9.2V38.4zm15.8%205h2.8v15.2h-2.8zm-8.3%203h3v11.1h-3zm16.5%200h2.9v11.1h-3zM235.6%2032v6.3h40.8V32zm-3.8-7.4V32h48.5v-7.4h-6.1v4h-7v-4h-7.8v4h-6.8v-4h-7.9v4H238v-4zm-9%2073.2v4.6h66.5v-4.6z'/%3e%3cpath%20d='M220%2082.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z'/%3e%3cpath%20stroke-linejoin='round'%20d='M228.7%20102.4v54.4h12.8v-20.4c0-9.5%206.4-14%2014.5-14%207.8%200%2014.5%204.5%2014.5%2014v20.4h12.8v-54.4z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-gi.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gi'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23da000c'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v343H0z'/%3e%3cg%20stroke='%23000'%20transform='matrix(2%200%200%202%20-256%200)'%3e%3cg%20id='gi-a'%20fill='%23da000c'%20stroke-linecap='square'%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M196.6%20116.3h64v44h-64z'/%3e%3cpath%20d='M229.8%20153.9h-39l-8.7%205.7v6h47.7m-16.3-37c5.6%200%2010.2%204.7%2010.2%2010.5v14.7h7.3v-56h-40.3v56h12.6v-14.7c0-5.6%204.5-10.5%2010.2-10.5z'/%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M204.5%2060h18.6v34h-18.6z'/%3e%3cpath%20d='M223%2088.7h-16.2v-5.8h-11.9v5.8h-8v-5.8H182v10.4h41m-36.2%200h35v4.5h-35zm14-45.7V83h6v-9.7c0-3.6%202.5-6.6%206.1-6.8h.4a7%207%200%200%201%206.8%206.8V83h5.7V47.6zm-2.3-4.8v4.8h29.3v-4.8zm-3.7-9.1v9.1h35v-9.1h-5.3v4.7h-6.6v-4.7h-10v4.7h-6.5v-4.7zM182%20159.6h48m31-2.8h-32.4l-9.8%204.7v7H261'/%3e%3cpath%20stroke-linecap='butt'%20d='M218.8%20161.5H262'/%3e%3c/g%3e%3cuse%20xlink:href='%23gi-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3cg%20fill='%23f8d80e'%3e%3cg%20stroke-linecap='round'%3e%3cpath%20stroke-width='.8'%20d='M273.3%20150q-3.9%201.6-7.5%203.8a72%2072%200%200%200-8.9%206q-1.6%201-2.7%202.4c-1%20.8-2%202-1.8%203.5%200%20.6.8-.8%201.4-.9a4%204%200%200%201%203.1-.4q2.1-2%204.4-3.4a77%2077%200%200%201%2013-7.6z'/%3e%3cpath%20d='M260.4%20157.4v3.9m2.4-5.6v3.9m2.4-5.4v3.8m2.5-5.3v4'/%3e%3cpath%20stroke-width='.8'%20d='m238.9%20150.2-1.2%203.3a87%2087%200%200%201%2015.8%208q2.7%201.6%204.8%203.9c.3.8-.5%201.5-1.3%201.2-.7-.2-1.5-.5-2.2%200-1.1.5-2.1%202.2-.5%202.7%202.4%201.6%206.1.9%207.2-1.8.6-1.4.7-3.2-.5-4.4-2-2.3-4.8-4-7.4-5.7a89%2089%200%200%200-14.7-7.2z'/%3e%3cpath%20d='m254%20158-.3%203.4m3.1-1.7-.8%203.3m3.8-1-1.8%202.6m2.7%203.6-2.6-1.4m3.4-1.4-3%20.3m-.8%204-.2-2.6m-1-.3-2.4%201.8m-9.4-15.7v3.1m6.3.3v3.5m-3.2-5.2v3.3'/%3e%3c/g%3e%3cpath%20d='M235.8%20227.6v8h5v-4h6.9v4h5.4v-8zm0%2011v8H253v-8h-5.4v4h-6.9v-4z'/%3e%3cpath%20d='M253%20193.7h5v58h-5z'/%3e%3cpath%20d='M253%20198.7h5v50h-5zm2.6-19.3%2010.6%206.2-10.6%206.2-10.7-6.2zm-14.3%204h-2.7v4.4h2.7l14.3%208.3%2014.2-8.3h2.8v-4.4h-2.8l-14.2-8.3z'/%3e%3cpath%20d='M255.3%20164.3a5%205%200%200%200-4%205.1v11.2a5%205%200%200%200%204.6%204.6%205%205%200%200%200%204.8-2.8l-1.7-1a3%203%200%200%201-3%201.8c-1.6%200-2.9-1.6-2.7-3.1v-11.2a3%203%200%200%201%203-2.6c.6-.2%201.5.7%201.9%200%20.6-.9-.4-1.5-1-2zm5.8%203.9a5%205%200%200%201-1.9%201.6v7.5l2%201.1v-10.2z'/%3e%3c/g%3e%3cg%20fill='%23da000c'%3e%3cpath%20fill='%23000001'%20stroke='none'%20d='M240.8%2038.4h29.3v53.2h-29.3z'/%3e%3cpath%20d='M238.8%2038.4v44.5h9.3V69.7c0-3%202-7.3%207.9-7.3s8%204.3%208%207.3V83h9.2V38.4zm15.8%205h2.8v15.2h-2.8zm-8.3%203h3v11.1h-3zm16.5%200h2.9v11.1h-3zM235.6%2032v6.3h40.8V32zm-3.8-7.4V32h48.5v-7.4h-6.1v4h-7v-4h-7.8v4h-6.8v-4h-7.9v4H238v-4zm-9%2073.2v4.6h66.5v-4.6z'/%3e%3cpath%20d='M220%2082.9v15h72v-15h-6.8v5.8H276v-5.8h-12.2v5.8H248v-5.8h-12.2v5.8h-9v-5.8z'/%3e%3cpath%20stroke-linejoin='round'%20d='M228.7%20102.4v54.4h12.8v-20.4c0-9.5%206.4-14%2014.5-14%207.8%200%2014.5%204.5%2014.5%2014v20.4h12.8v-54.4z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-gl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gl'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23d00c33'%20d='M0%20240h640v240H0zm80%200a160%20160%200%201%200%20320%200%20160%20160%200%200%200-320%200'/%3e%3c/svg%3e")}.fi-gl.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gl'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23d00c33'%20d='M0%20256h512v256H0zm53.3%200a170.7%20170.7%200%201%200%20341.4%200%20170.7%20170.7%200%200%200-341.4%200'/%3e%3c/svg%3e")}.fi-gm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gm'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='gm-a'%3e%3cpath%20fill-opacity='.7'%20d='M0-48h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23gm-a)'%20transform='translate(0%2048)'%3e%3cpath%20fill='red'%20d='M0-128h640V85.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2085.3h640V121H0z'/%3e%3cpath%20fill='%23009'%20d='M0%20120.9h640V263H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20263.1h640v35.6H0z'/%3e%3cpath%20fill='%23090'%20d='M0%20298.7h640V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-gm.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gm'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512V199H0z'/%3e%3cpath%20fill='%23009'%20d='M0%20199.1h512V313H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20312.9h512v28.4H0z'/%3e%3cpath%20fill='%23090'%20d='M0%20341.3h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-gn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gn'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ff0'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23090'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-gn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gn'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='red'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ff0'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23090'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-gp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gp'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-gp.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gp'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/svg%3e")}.fi-gq{background-image:url(/dbcrm/assets/gq-Cag8QTk2.svg)}.fi-gq.fis{background-image:url(/dbcrm/assets/gq-CPnMO1hT.svg)}.fi-gr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%200h640v53.3H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%2053.3h640v53.4H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20106.7h640V160H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20160h640v53.3H0z'/%3e%3cpath%20fill='%230d5eaf'%20d='M0%200h266.7v266.7H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20213.3h640v53.4H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20266.7h640V320H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20320h640v53.3H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20373.3h640v53.4H0z'/%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%3e%3cpath%20d='M106.7%200H160v266.7h-53.3z'/%3e%3cpath%20d='M0%20106.7h266.7V160H0z'/%3e%3c/g%3e%3cpath%20fill='%230d5eaf'%20d='M0%20426.7h640V480H0z'/%3e%3c/svg%3e")}.fi-gr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%200h512v57H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%2057h512v57H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20114h512v57H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20171h512v57H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20228h512v56.9H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20284.9h512v57H0z'/%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20341.9h512v57H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20398.9h512v57H0z'/%3e%3cpath%20fill='%230d5eaf'%20d='M0%200h284.9v284.9H0z'/%3e%3cg%20fill='%23fff'%20fill-rule='evenodd'%20stroke-width='1.3'%3e%3cpath%20d='M114%200h57v284.9h-57z'/%3e%3cpath%20d='M0%20114h284.9v57H0z'/%3e%3c/g%3e%3cpath%20fill='%230d5eaf'%20fill-rule='evenodd'%20d='M0%20455h512v57H0z'/%3e%3c/svg%3e")}.fi-gs{background-image:url(/dbcrm/assets/gs-DiiNa0F5.svg)}.fi-gs.fis{background-image:url(/dbcrm/assets/gs-DOgYbHsY.svg)}.fi-gt{background-image:url(/dbcrm/assets/gt-CJo5DI-7.svg)}.fi-gt.fis{background-image:url(/dbcrm/assets/gt-BLpn5qMn.svg)}.fi-gu{background-image:url(/dbcrm/assets/gu-Di1JYREk.svg)}.fi-gu.fis{background-image:url(/dbcrm/assets/gu-SbvrH0uZ.svg)}.fi-gw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gw'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h220v480H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M220%200h420v240H220z'/%3e%3cpath%20fill='%23009e49'%20d='M220%20240h420v240H220z'/%3e%3cg%20id='gw-b'%20transform='matrix(80%200%200%2080%20110%20240)'%3e%3cpath%20id='gw-a'%20fill='%23000001'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23gw-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(72%20110%20240)'/%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(144%20110%20240)'/%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20110%20240)'/%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72%20110%20240)'/%3e%3c/svg%3e")}.fi-gw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-gw'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h160v512H0z'/%3e%3cpath%20fill='%23fcd116'%20d='M160%200h352v256H160z'/%3e%3cpath%20fill='%23009e49'%20d='M160%20256h352v256H160z'/%3e%3cg%20transform='translate(-46.2%2072.8)scale(.7886)'%3e%3cg%20id='gw-b'%20transform='matrix(80%200%200%2080%20160%20240)'%3e%3cpath%20id='gw-a'%20fill='%23000001'%20d='M0-1v1h.5'%20transform='rotate(18%200%20-1)'/%3e%3cuse%20xlink:href='%23gw-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(72%20160%20240)'/%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(144%20160%20240)'/%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20160%20240)'/%3e%3cuse%20xlink:href='%23gw-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72%20160%20240)'/%3e%3c/g%3e%3c/svg%3e")}.fi-gy{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gy'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23399408'%20d='M2.4%200H640v480H2.4z'/%3e%3cpath%20fill='%23fff'%20d='M.2%200c-.9%200%20619.6%20241.5%20619.6%20241.5L0%20479.8z'/%3e%3cpath%20fill='%23ffde08'%20d='M.3%2020.2c3.4%200%20559%20217.9%20555.9%20220L1.9%20463.2.3%2020.3z'/%3e%3cpath%20fill='%23000001'%20d='M1.9.8c1.8%200%20290.9%20240.9%20290.9%20240.9L1.8%20477z'/%3e%3cpath%20fill='%23de2110'%20d='M.3%2033.9c1.6-15%20260.9%20208.4%20260.9%20208.4L.2%20451.7V33.9z'/%3e%3c/g%3e%3c/svg%3e")}.fi-gy.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gy'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23399408'%20d='M2%200h510v512H2z'/%3e%3cpath%20fill='%23fff'%20d='M.1%200c-.6%200%20495.7%20257.6%20495.7%20257.6L0%20511.7z'/%3e%3cpath%20fill='%23ffde08'%20d='M.2%2021.5C3%2021.5%20447.5%20254%20445%20256.2L1.5%20494.2.2%2021.4z'/%3e%3cpath%20fill='%23000001'%20d='M1.5.8c1.5%200%20232.8%20257%20232.8%20257L1.5%20508.8z'/%3e%3cpath%20fill='%23de2110'%20d='M.2%2036.2C1.6%2020.2%20209%20258.5%20209%20258.5L.2%20481.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-hk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23EC1B2E'%20d='M0%200h640v480H0'/%3e%3cpath%20id='hk-a'%20fill='%23fff'%20d='M346.3%20103.1C267%2098%20230.6%20201.9%20305.6%20240.3c-26-22.4-20.6-55.3-10.1-72.4l1.9%201.1c-13.8%2023.5-11.2%2052.7%2011.1%2071-12.7-12.3-9.5-39%2012.1-48.9s23.6-39.3%2016.4-49.1q-14.7-25.6%209.3-38.9M307.9%20164l-4.7%207.4-1.8-8.6-8.6-2.3%207.8-4.3-.6-8.9%206.5%206.1%208.3-3.3-3.7%208.1%205.6%206.8z'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(72%20312.5%20243.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(144%20312.5%20243.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(216%20312.5%20243.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(288%20312.5%20243.5)'/%3e%3c/svg%3e")}.fi-hk.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23EC1B2E'%20d='M0%200h512v512H0'/%3e%3cpath%20id='hk-a'%20fill='%23fff'%20d='M282.3%20119.2C203%20114%20166.6%20218%20241.6%20256.4%20215.6%20234%20221%20201%20231.5%20184l1.9%201c-13.8%2023.6-11.2%2052.8%2011%2071-12.6-12.2-9.4-39%2012.2-48.8s23.6-39.3%2016.4-49.1q-14.7-25.6%209.3-39zM243.9%20180l-4.7%207.4-1.8-8.6-8.6-2.3%207.8-4.3-.6-9%206.5%206.2%208.3-3.3-3.7%208%205.6%206.9z'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(72%20248.5%20259.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(144%20248.5%20259.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(216%20248.5%20259.5)'/%3e%3cuse%20xlink:href='%23hk-a'%20transform='rotate(288%20248.5%20259.5)'/%3e%3c/svg%3e")}.fi-hm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hm'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300008B'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='red'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23fff'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='red'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3cpath%20fill='%23fff'%20d='m527%20396.7-20.5%202.6%202.2%2020.5-14.8-14.4-14.7%2014.5%202-20.5-20.5-2.4%2017.3-11.2-10.9-17.5%2019.6%206.5%206.9-19.5%207.1%2019.4%2019.5-6.7-10.7%2017.6zm-3.7-117.2%202.7-13-9.8-9%2013.2-1.5%205.5-12.1%205.5%2012.1%2013.2%201.5-9.8%209%202.7%2013-11.6-6.6zm-104.1-60-20.3%202.2%201.8%2020.3-14.4-14.5-14.8%2014.1%202.4-20.3-20.2-2.7%2017.3-10.8-10.5-17.5%2019.3%206.8L387%20178l6.7%2019.3%2019.4-6.3-10.9%2017.3%2017.1%2011.2ZM623%20186.7l-20.9%202.7%202.3%2020.9-15.1-14.7-15%2014.8%202.1-21-20.9-2.4%2017.7-11.5-11.1-17.9%2020%206.7%207-19.8%207.2%2019.8%2019.9-6.9-11%2018zm-96.1-83.5-20.7%202.3%201.9%2020.8-14.7-14.8-15.1%2014.4%202.4-20.7-20.7-2.8%2017.7-11L467%2073.5l19.7%206.9%207.3-19.5%206.8%2019.7%2019.8-6.5-11.1%2017.6zM234%20385.7l-45.8%205.4%204.6%2045.9-32.8-32.4-33%2032.2%204.9-45.9-45.8-5.8%2038.9-24.8-24-39.4%2043.6%2015%2015.8-43.4%2015.5%2043.5%2043.7-14.7-24.3%2039.2%2038.8%2025.1Z'/%3e%3c/svg%3e")}.fi-hm.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hm'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300008B'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M256%200v32l-95%2096%2095%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094%2093-94z'/%3e%3cpath%20fill='red'%20d='m92%20162%205.5%2017L21%20256H0v-1.5zm62-6%2027%204%2075%2073.5V256zM256%200l-96%2098-2-22%2075-76zM0%20.5%2096.5%2095%2067%2091%200%2024.5z'/%3e%3cpath%20fill='%23fff'%20d='M88%200v256h80V0zM0%2088v80h256V88z'/%3e%3cpath%20fill='red'%20d='M0%20104v48h256v-48zM104%200v256h48V0z'/%3e%3cpath%20fill='%23fff'%20d='m202%20402.8-45.8%205.4%204.6%2045.9-32.8-32.4-33%2032.2%204.9-45.9-45.8-5.8L93%20377.4%2069%20338l43.6%2015%2015.8-43.4%2015.5%2043.5%2043.7-14.7-24.3%2039.2%2038.8%2025.1Zm222.7%208-20.5%202.6%202.2%2020.5-14.8-14.4-14.7%2014.5%202-20.5-20.5-2.4%2017.3-11.2-10.9-17.5%2019.6%206.5%206.9-19.5%207.1%2019.4%2019.5-6.7-10.7%2017.6zM415%20293.6l2.7-13-9.8-9%2013.2-1.5%205.5-12.1%205.5%2012.1%2013.2%201.5-9.8%209%202.7%2013-11.6-6.6zm-84.1-60-20.3%202.2%201.8%2020.3-14.4-14.5-14.8%2014.1%202.4-20.3-20.2-2.7%2017.3-10.8-10.5-17.5%2019.3%206.8%207.2-19.1%206.7%2019.3%2019.4-6.3-10.9%2017.3zm175.8-32.8-20.9%202.7%202.3%2020.9-15.1-14.7-15%2014.8%202.1-21-20.9-2.4%2017.7-11.5-11.1-17.9%2020%206.7%207-19.8%207.2%2019.8%2019.9-6.9-11%2018zm-82.1-83.5-20.7%202.3%201.9%2020.8-14.7-14.8L376%20140l2.4-20.7-20.7-2.8%2017.7-11-10.7-17.9%2019.7%206.9%207.3-19.5%206.8%2019.7%2019.8-6.5-11.1%2017.6z'/%3e%3c/svg%3e")}.fi-hn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2318c3df'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cg%20id='hn-c'%20fill='%2318c3df'%20transform='translate(320%20240)scale(26.66665)'%3e%3cg%20id='hn-b'%3e%3cpath%20id='hn-a'%20d='m-.3%200%20.5.1L0-1z'/%3e%3cuse%20xlink:href='%23hn-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(133.3%20-42.7)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(133.3%2037.3)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(-133.3%20-42.7)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(-133.3%2037.3)'/%3e%3c/svg%3e")}.fi-hn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-hn'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2318c3df'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cg%20id='hn-c'%20fill='%2318c3df'%20transform='translate(256%20256)scale(28.44446)'%3e%3cg%20id='hn-b'%3e%3cpath%20id='hn-a'%20d='m0-1-.3%201%20.5.1z'/%3e%3cuse%20xlink:href='%23hn-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23hn-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(142.2%20-45.5)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(142.2%2039.8)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(-142.2%20-45.5)'/%3e%3cuse%20xlink:href='%23hn-c'%20width='100%25'%20height='100%25'%20transform='translate(-142.2%2039.8)'/%3e%3c/svg%3e")}.fi-hr{background-image:url(/dbcrm/assets/hr-fzLfaANM.svg)}.fi-hr.fis{background-image:url(/dbcrm/assets/hr-BpiVVBoV.svg)}.fi-ht{background-image:url(/dbcrm/assets/ht-DIMg4gti.svg)}.fi-ht.fis{background-image:url(/dbcrm/assets/ht-pweRl6ZP.svg)}.fi-hu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hu'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%23388d00'%20d='M640%20480H0V320h640z'/%3e%3cpath%20fill='%23d43516'%20d='M640%20160.1H0V.1h640z'/%3e%3c/g%3e%3c/svg%3e")}.fi-hu.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-hu'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M512%20512H0V0h512z'/%3e%3cpath%20fill='%23388d00'%20d='M512%20512H0V341.3h512z'/%3e%3cpath%20fill='%23d43516'%20d='M512%20170.8H0V.1h512z'/%3e%3c/g%3e%3c/svg%3e")}.fi-id{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-id'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23e70011'%20d='M0%200h640v240H0Z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v240H0Z'/%3e%3c/svg%3e")}.fi-id.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-id'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23e70011'%20d='M0%200h512v256H0Z'/%3e%3cpath%20fill='%23fff'%20d='M0%20256h512v256H0Z'/%3e%3c/svg%3e")}.fi-ie{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ie'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009A49'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23FF7900'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ie.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ie'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23009A49'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23FF7900'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-il{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-il'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='il-a'%3e%3cpath%20fill-opacity='.7'%20d='M-87.6%200H595v512H-87.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23il-a)'%20transform='translate(82.1)scale(.94)'%3e%3cpath%20fill='%23fff'%20d='M619.4%20512H-112V0h731.4z'/%3e%3cpath%20fill='%230038b8'%20d='M619.4%20115.2H-112V48h731.4zm0%20350.5H-112v-67.2h731.4zm-483-275%20110.1%20191.6L359%20191.6z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20317.8%2020.9%2035.5%2021.4-35.3z'/%3e%3cpath%20fill='%230038b8'%20d='M136%20320.6%20246.2%20129l112.4%20190.8z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20191.6%2020.9-35.5%2021.4%2035.4zM182%20271.1l-21.7%2036%2041-.1-19.3-36zm-21.3-66.5%2041.2.3-19.8%2036.3zm151.2%2067%2020.9%2035.5-41.7-.5zm20.5-67-41.2.3%2019.8%2036.3zm-114.3%200L189.7%20256l28.8%2050.3%2052.8%201.2%2032-51.5-29.6-52z'/%3e%3c/g%3e%3c/svg%3e")}.fi-il.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-il'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='il-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23il-a)'%3e%3cpath%20fill='%23fff'%20d='M619.4%20512H-112V0h731.4z'/%3e%3cpath%20fill='%230038b8'%20d='M619.4%20115.2H-112V48h731.4zm0%20350.5H-112v-67.2h731.4zm-483-275%20110.1%20191.6L359%20191.6z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20317.8%2020.9%2035.5%2021.4-35.3z'/%3e%3cpath%20fill='%230038b8'%20d='M136%20320.6%20246.2%20129l112.4%20190.8z'/%3e%3cpath%20fill='%23fff'%20d='m225.8%20191.6%2020.9-35.5%2021.4%2035.4zM182%20271.1l-21.7%2036%2041-.1-19.3-36zm-21.3-66.5%2041.2.3-19.8%2036.3zm151.2%2067%2020.9%2035.5-41.7-.5zm20.5-67-41.2.3%2019.8%2036.3zm-114.3%200L189.7%20256l28.8%2050.3%2052.8%201.2%2032-51.5-29.6-52z'/%3e%3c/g%3e%3c/svg%3e")}.fi-im{background-image:url(/dbcrm/assets/im--VPIqfkF.svg)}.fi-im.fis{background-image:url(/dbcrm/assets/im-Dd9p-0-T.svg)}.fi-in{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-in'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23f93'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23128807'%20d='M0%20320h640v160H0z'/%3e%3cg%20transform='matrix(3.2%200%200%203.2%20320%20240)'%3e%3ccircle%20r='20'%20fill='%23008'/%3e%3ccircle%20r='17.5'%20fill='%23fff'/%3e%3ccircle%20r='3.5'%20fill='%23008'/%3e%3cg%20id='in-d'%3e%3cg%20id='in-c'%3e%3cg%20id='in-b'%3e%3cg%20id='in-a'%20fill='%23008'%3e%3ccircle%20r='.9'%20transform='rotate(7.5%20-8.8%20133.5)'/%3e%3cpath%20d='M0%2017.5.6%207%200%202l-.6%205z'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-a'%20width='100%25'%20height='100%25'%20transform='rotate(15)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-b'%20width='100%25'%20height='100%25'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-c'%20width='100%25'%20height='100%25'%20transform='rotate(60)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-d'%20width='100%25'%20height='100%25'%20transform='rotate(120)'/%3e%3cuse%20xlink:href='%23in-d'%20width='100%25'%20height='100%25'%20transform='rotate(-120)'/%3e%3c/g%3e%3c/svg%3e")}.fi-in.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-in'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23f93'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23128807'%20d='M0%20341.3h512V512H0z'/%3e%3cg%20transform='translate(256%20256)scale(3.41333)'%3e%3ccircle%20r='20'%20fill='%23008'/%3e%3ccircle%20r='17.5'%20fill='%23fff'/%3e%3ccircle%20r='3.5'%20fill='%23008'/%3e%3cg%20id='in-d'%3e%3cg%20id='in-c'%3e%3cg%20id='in-b'%3e%3cg%20id='in-a'%20fill='%23008'%3e%3ccircle%20r='.9'%20transform='rotate(7.5%20-8.8%20133.5)'/%3e%3cpath%20d='M0%2017.5.6%207%200%202l-.6%205z'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-a'%20width='100%25'%20height='100%25'%20transform='rotate(15)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-b'%20width='100%25'%20height='100%25'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-c'%20width='100%25'%20height='100%25'%20transform='rotate(60)'/%3e%3c/g%3e%3cuse%20xlink:href='%23in-d'%20width='100%25'%20height='100%25'%20transform='rotate(120)'/%3e%3cuse%20xlink:href='%23in-d'%20width='100%25'%20height='100%25'%20transform='rotate(-120)'/%3e%3c/g%3e%3c/svg%3e")}.fi-io{background-image:url(/dbcrm/assets/io-13HOfeJD.svg)}.fi-io.fis{background-image:url(/dbcrm/assets/io-BImhNBcd.svg)}.fi-iq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-iq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20320h640v160H0z'/%3e%3cg%20fill='%23007a3d'%20transform='translate(-179.3%20-92.8)scale(1.75182)'%3e%3cpath%20d='m325.5%20173.2-1.4-1q-.6-.7%201.2-.2%203.3%201%205.3-.8l1.3-1.1%201.5.7q1.5.8%202%20.7c.7-.2%202.1-2%202-2.6%200-.7.6-.5%201%20.3.6%201.6-.3%203.5-2%203.9q-1%20.3-2.6-.3c-1.4-.5-1.7-.5-2.4%200a5%205%200%200%201-5.9.4m5.8-5.3a8%208%200%200%201-1-4q.1-.9.8-.6c1%20.3%201.2%201%201%203q0%202.7-.8%201.6m-67.6-1.9c-.1%201.3%202.4%204.6%203.5%205.2-.8.3-1.7.2-2.4.5-4%204-18.4%2018-21%2021.4%207.8.2%2016.4-.1%2023.7-.4%200-5.3%205-5.6%208.4-7.5%201.7%202.7%206%202.5%206.6%206.6v17.6H216a9.7%209.7%200%200%201-12.3%207.5c2-2%205.4-2.8%206.6-5.7%201-6.4-2-10.3-4-14a24%2024%200%200%200%207-3.6c-2.3%207%206.2%206.3%2012.4%206.1.2-2.4.1-5.2-1.7-5.6%202.3-.9%202.7-1.2%206.6-4.4v9.6l46.1-.1c0-3%20.8-7.9-1.6-7.9-2.2%200%200%206.2-1.8%206.2h-35.7v-6c1.5-1.6%201.3-1.5%2011.6-11.8%201-1%208.3-7.6%2014.6-13.7zm89.1-.3c2.5%201.4%204.5%203.2%207.5%204-.3%201.3-1.5%201.8-1.8%203.1v27c3.4.7%204.2-1.3%205.8-2.3.4%204.3%203.2%208.5%203%2012h-14.5zm-19.4%2014.5s5.3-4.5%205.3-4.7V199h3.8l-.1-26.3c1.5-1.6%204.6-3.8%205.3-5.4v42h-33.4c-.5-8.7-.6-17.7%209.6-15.8V190c-.3-.6-.9.1-1-.7%201.6-1.6%202.1-2%206.5-5.8l.1%2015.5h3.9zm-12.6%2018.6c.7%201%203.2%201%203-.8-.3-1.5-3.5-1-3%20.8'/%3e%3ccircle%20cx='224'%20cy='214.4'%20r='2'/%3e%3cpath%20d='M287%20165.8c2.5%201.3%204.5%203.2%207.6%204-.4%201.2-1.5%201.7-1.8%203v27c3.4.7%204.1-1.2%205.7-2.3.5%204.3%203.2%208.6%203.1%2012H287z'/%3e%3c/g%3e%3c/svg%3e")}.fi-iq.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-iq'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20341.3h512V512H0z'/%3e%3cg%20fill='%23007a3d'%20transform='translate(-276.6%20-99)scale(1.8686)'%3e%3cpath%20d='m325.5%20173.2-1.4-1q-.6-.7%201.2-.2%203.3%201%205.3-.8l1.3-1.1%201.5.7q1.5.8%202%20.7c.7-.2%202.1-2%202-2.6%200-.7.6-.5%201%20.3.6%201.6-.3%203.5-2%203.9q-1%20.3-2.6-.3c-1.4-.5-1.7-.5-2.4%200a5%205%200%200%201-5.9.4m5.8-5.3a8%208%200%200%201-1-4q.1-.9.8-.6c1%20.3%201.2%201%201%203q0%202.7-.8%201.6m-67.6-1.9c-.1%201.3%202.4%204.6%203.5%205.2-.8.3-1.7.2-2.4.5-4%204-18.4%2018-21%2021.4%207.8.2%2016.4-.1%2023.7-.4%200-5.3%205-5.6%208.4-7.5%201.7%202.7%206%202.5%206.6%206.6v17.6H216a9.7%209.7%200%200%201-12.3%207.5c2-2%205.4-2.8%206.6-5.7%201-6.4-2-10.3-4-14a24%2024%200%200%200%207-3.6c-2.3%207%206.2%206.3%2012.4%206.1.2-2.4.1-5.2-1.7-5.6%202.3-.9%202.7-1.2%206.6-4.4v9.6l46.1-.1c0-3%20.8-7.9-1.6-7.9-2.2%200%200%206.2-1.8%206.2h-35.7v-6c1.5-1.6%201.3-1.5%2011.6-11.8%201-1%208.3-7.6%2014.6-13.7zm89.1-.3c2.5%201.4%204.5%203.2%207.5%204-.3%201.3-1.5%201.8-1.8%203.1v27c3.4.7%204.2-1.3%205.8-2.3.4%204.3%203.2%208.5%203%2012h-14.5zm-19.4%2014.5s5.3-4.5%205.3-4.7V199h3.8l-.1-26.3c1.5-1.6%204.6-3.8%205.3-5.4v42h-33.4c-.5-8.7-.6-17.7%209.6-15.8V190c-.3-.6-.9.1-1-.7%201.6-1.6%202.1-2%206.5-5.8l.1%2015.5h3.9zm-12.6%2018.6c.7%201%203.2%201%203-.8-.3-1.5-3.5-1-3%20.8'/%3e%3ccircle%20cx='224'%20cy='214.4'%20r='2'/%3e%3cpath%20d='M287%20165.8c2.5%201.3%204.5%203.2%207.6%204-.4%201.2-1.5%201.7-1.8%203v27c3.4.7%204.1-1.2%205.7-2.3.5%204.3%203.2%208.6%203.1%2012H287z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ir{background-image:url(/dbcrm/assets/ir-cCIgaNf6.svg)}.fi-ir.fis{background-image:url(/dbcrm/assets/ir-Q03Mij62.svg)}.fi-is{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-is'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='is-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23is-a)'%3e%3cpath%20fill='%23003897'%20d='M0%200h666.7v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20186.7h186.7V0h106.6v186.7h373.4v106.6H293.3V480H186.7V293.3H0z'/%3e%3cpath%20fill='%23d72828'%20d='M0%20213.3h213.3V0h53.4v213.3h400v53.4h-400V480h-53.4V266.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-is.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-is'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='is-a'%3e%3cpath%20fill-opacity='.7'%20d='M85.4%200h486v486h-486z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='0'%20clip-path='url(%23is-a)'%20transform='translate(-90)scale(1.0535)'%3e%3cpath%20fill='%23003897'%20d='M0%200h675v486H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20189h189V0h108v189h378v108H297v189H189V297H0z'/%3e%3cpath%20fill='%23d72828'%20d='M0%20216h216V0h54v216h405v54H270v216h-54V270H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-it{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-it'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009246'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ce2b37'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-it.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-it'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23009246'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ce2b37'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-je{background-image:url(/dbcrm/assets/je-DyWbhIiC.svg)}.fi-je.fis{background-image:url(/dbcrm/assets/je-vXe0Dr49.svg)}.fi-jm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jm'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23000001'%20d='m0%200%20320%20240L0%20480zm640%200L320%20240l320%20240z'/%3e%3cpath%20fill='%23090'%20d='m0%200%20320%20240L640%200zm0%20480%20320-240%20320%20240z'/%3e%3cpath%20fill='%23fc0'%20d='M640%200h-59.6L0%20435.3V480h59.6L640%2044.7z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200v44.7L580.4%20480H640v-44.7L59.6%200z'/%3e%3c/g%3e%3c/svg%3e")}.fi-jm.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jm'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23000001'%20d='m0%200%20256%20256L0%20512zm512%200L256%20256l256%20256z'/%3e%3cpath%20fill='%23090'%20d='m0%200%20256%20256L512%200zm0%20512%20256-256%20256%20256z'/%3e%3cpath%20fill='%23fc0'%20d='M512%200h-47.7L0%20464.3V512h47.7L512%2047.7z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200v47.7L464.3%20512H512v-47.7L47.7%200z'/%3e%3c/g%3e%3c/svg%3e")}.fi-jo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jo'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='jo-a'%3e%3cpath%20fill-opacity='.7'%20d='M-117.8%200h682.6v512h-682.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23jo-a)'%20transform='translate(110.5)scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M-117.8%200h1024v170.7h-1024z'/%3e%3cpath%20fill='%23fff'%20d='M-117.8%20170.7h1024v170.6h-1024z'/%3e%3cpath%20fill='%23090'%20d='M-117.8%20341.3h1024V512h-1024z'/%3e%3cpath%20fill='red'%20d='m-117.8%20512%20512-256-512-256z'/%3e%3cpath%20fill='%23fff'%20d='m24.5%20289%205.7-24.9H4.7l23-11-15.9-19.9%2023%2011%205.6-24.8%205.7%2024.9L69%20233.2l-16%2019.9%2023%2011H50.6l5.7%2024.9-15.9-20z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-jo.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jo'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='jo-a'%3e%3cpath%20fill-opacity='.7'%20d='M113.6%200H607v493.5H113.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23jo-a)'%20transform='translate(-117.8)scale(1.0375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M0%200h987v164.5H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20164.5h987V329H0z'/%3e%3cpath%20fill='%23090'%20d='M0%20329h987v164.5H0z'/%3e%3cpath%20fill='red'%20d='m0%20493.5%20493.5-246.8L0%200z'/%3e%3cpath%20fill='%23fff'%20d='m164.8%20244%2022%2010.6h-24.5l5.5%2024-15.3-19.3-15.3%2019.2%205.5-23.9H118l22.1-10.7-15.3-19.1%2022.1%2010.6%205.5-23.9%205.5%2024%2022-10.7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-jp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jp'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='jp-a'%3e%3cpath%20fill-opacity='.7'%20d='M-88%2032h640v480H-88z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23jp-a)'%20transform='translate(88%20-32)'%3e%3cpath%20fill='%23fff'%20d='M-128%2032h720v480h-720z'/%3e%3ccircle%20cx='523.1'%20cy='344.1'%20r='194.9'%20fill='%23bc002d'%20transform='translate(-168.4%208.6)scale(.76554)'/%3e%3c/g%3e%3c/svg%3e")}.fi-jp.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-jp'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='jp-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23jp-a)'%20transform='translate(-128)scale(.72249)'%3e%3cpath%20fill='%23fff'%20d='M0%200h1063v708.7H0z'/%3e%3ccircle%20cx='523.1'%20cy='344.1'%20r='194.9'%20fill='%23bc002d'%20transform='translate(-59.7%20-34.5)scale(1.1302)'/%3e%3c/g%3e%3c/svg%3e")}.fi-ke{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ke'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='ke-a'%20stroke-miterlimit='10'%20d='m-28.6%2047.5%201.8%201%2046.7-81c2.7-.6%204.2-3.2%205.7-5.8%201-1.8%205-8.7%206.7-17.7a58%2058%200%200%200-11.9%2014.7c-1.5%202.6-3%205.2-2.3%207.9z'/%3e%3c/defs%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h640v144H0z'/%3e%3cpath%20fill='%23060'%20d='M0%20336h640v144H0z'/%3e%3cg%20id='ke-b'%20transform='matrix(3%200%200%203%20320%20240)'%3e%3cuse%20xlink:href='%23ke-a'%20width='100%25'%20height='100%25'%20stroke='%23000'/%3e%3cuse%20xlink:href='%23ke-a'%20width='100%25'%20height='100%25'%20fill='%23fff'/%3e%3c/g%3e%3cuse%20xlink:href='%23ke-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cpath%20fill='%23b00'%20d='M640.5%20168H377c-9-24-39-72-57-72s-48%2048-57%2072H-.2v144H263c9%2024%2039%2072%2057%2072s48-48%2057-72h263.5z'/%3e%3cpath%20id='ke-c'%20d='M377%20312c9-24%2015-48%2015-72s-6-48-15-72c-9%2024-15%2048-15%2072s6%2048%2015%2072'/%3e%3cuse%20xlink:href='%23ke-c'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cg%20fill='%23fff'%20transform='matrix(3%200%200%203%20320%20240)'%3e%3cellipse%20rx='4'%20ry='6'/%3e%3cpath%20id='ke-d'%20d='M1%205.8s4%208%204%2021-4%2021-4%2021z'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3c/svg%3e")}.fi-ke.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ke'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='ke-a'%20stroke-miterlimit='10'%20d='m-28.6%2047.5%201.8%201%2046.7-81c2.7-.6%204.2-3.2%205.7-5.8%201-1.8%205-8.7%206.7-17.7a58%2058%200%200%200-11.9%2014.7c-1.5%202.6-3%205.2-2.3%207.9z'/%3e%3c/defs%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h512v153.6H0z'/%3e%3cpath%20fill='%23060'%20d='M0%20358.4h512V512H0z'/%3e%3cg%20id='ke-b'%20transform='matrix(3.2%200%200%203.2%20255.8%20256)'%3e%3cuse%20xlink:href='%23ke-a'%20width='100%25'%20height='100%25'%20stroke='%23000'/%3e%3cuse%20xlink:href='%23ke-a'%20width='100%25'%20height='100%25'%20fill='%23fff'/%3e%3c/g%3e%3cuse%20xlink:href='%23ke-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20511.7%200)'/%3e%3cpath%20fill='%23b00'%20d='M255.8%20102.4c-19.2%200-51.2%2051.2-60.8%2076.8H0v153.6h195c9.7%2025.6%2041.7%2076.8%2060.9%2076.8s51.2-51.2%2060.8-76.8H512V179.2H316.6c-9.6-25.6-41.6-76.8-60.8-76.8'/%3e%3cpath%20id='ke-c'%20d='M316.6%20332.8a220%20220%200%200%200%2016-76.8%20220%20220%200%200%200-16-76.8%20220%20220%200%200%200-16%2076.8%20220%20220%200%200%200%2016%2076.8'/%3e%3cuse%20xlink:href='%23ke-c'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20511.7%200)'/%3e%3cg%20fill='%23fff'%20transform='matrix(3.2%200%200%203.2%20255.8%20256)'%3e%3cellipse%20rx='4'%20ry='6'/%3e%3cpath%20id='ke-d'%20d='M1%205.8s4%208%204%2021-4%2021-4%2021z'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23ke-d'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3c/svg%3e")}.fi-kg{background-image:url(/dbcrm/assets/kg-B0FsxZiL.svg)}.fi-kg.fis{background-image:url(/dbcrm/assets/kg-CjfitMyT.svg)}.fi-kh{background-image:url(/dbcrm/assets/kh-BeWfuE30.svg)}.fi-kh.fis{background-image:url(/dbcrm/assets/kh-BBvObpUS.svg)}.fi-ki{background-image:url(/dbcrm/assets/ki-p_fAQGbS.svg)}.fi-ki.fis{background-image:url(/dbcrm/assets/ki-fuIMkEYQ.svg)}.fi-km{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-km'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='km-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23km-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23ff0'%20d='M0%200h768.8v128H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20128h768.8v128H0z'/%3e%3cpath%20fill='%23be0027'%20d='M0%20256h768.8v128H0z'/%3e%3cpath%20fill='%233b5aa3'%20d='M0%20384h768.8v128H0z'/%3e%3cpath%20fill='%23239e46'%20d='M0%200v512l381.9-255.3z'/%3e%3cpath%20fill='%23fff'%20d='M157.2%20141.4c-85-4.3-123.9%2063.5-123.8%20115.9-.2%2062%2058.6%20113%20112.8%20110C117%20353.5%2081.2%20314.6%2081%20257c-.3-52.1%2029.5-97.5%2076.3-115.6z'/%3e%3cpath%20fill='%23fff'%20d='m156%20197-12-9.3-14.6%204.6%205.2-14.4-8.8-12.4%2015.2.6%209-12.3%204.3%2014.7%2014.4%204.8-12.6%208.5zm-.3%2052.1-12-9.4-14.6%204.6%205.3-14.3-8.9-12.4%2015.3.5%209-12.2%204.2%2014.6%2014.5%204.9-12.7%208.5zm.2%2052.6-12-9.4-14.5%204.6%205.2-14.3-8.8-12.4%2015.2.5%209-12.2%204.3%2014.6%2014.4%204.8-12.6%208.6zm-.2%2053-12-9.3L129%20350l5.3-14.4-8.9-12.4%2015.3.6%209-12.3%204.2%2014.7%2014.5%204.8-12.7%208.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-km.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-km'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='km-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h416.3v416.3H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23km-a)'%20transform='scale(1.23)'%3e%3cpath%20fill='%23ff0'%20d='M0%200h625v104H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20104h625v104.1H0z'/%3e%3cpath%20fill='%23be0027'%20d='M0%20208.1h625v104H0z'/%3e%3cpath%20fill='%233b5aa3'%20d='M0%20312.2h625v104H0z'/%3e%3cpath%20fill='%23239e46'%20d='M0%200v416.2l310.4-207.5z'/%3e%3cpath%20fill='%23fff'%20d='M127.8%20115c-69.2-3.5-100.7%2051.6-100.6%2094.2-.2%2050.4%2047.6%2092%2091.7%2089.4A100%20100%200%200%201%2065.8%20209a98%2098%200%200%201%2062-94'/%3e%3cpath%20fill='%23fff'%20d='m126.8%20160.2-9.8-7.6-11.8%203.7%204.2-11.6-7.1-10.1%2012.3.4%207.4-10%203.4%2012%2011.8%203.9-10.3%207zm-.2%2042.3-9.8-7.6-11.8%203.7%204.2-11.6-7.2-10.1%2012.4.4%207.4-10%203.4%2012%2011.8%204-10.3%206.9zm.2%2042.8-9.8-7.6-11.8%203.7%204.2-11.7-7.1-10%2012.3.4%207.4-10%203.4%2012%2011.8%203.9-10.3%206.9zm-.2%2043.1-9.8-7.6-11.8%203.7%204.2-11.6-7.2-10.1%2012.4.4%207.4-10%203.4%2012%2011.8%204-10.3%206.9z'/%3e%3c/g%3e%3c/svg%3e")}.fi-kn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kn-a'%3e%3cpath%20fill-opacity='.7'%20d='M-80.1%200h682.7v512H-80.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kn-a)'%20transform='translate(75.1)scale(.9375)'%3e%3cpath%20fill='%23ffe900'%20d='M-107.8.2h737.6v511.3h-737.6z'/%3e%3cpath%20fill='%2335a100'%20d='m-108.2.2.8%20368.6L466.6%200z'/%3e%3cpath%20fill='%23c70000'%20d='m630.7%20511.5-1.4-383.2-579%20383.5z'/%3e%3cpath%20fill='%23000001'%20d='m-107.9%20396.6.5%20115.4%20125.3-.2%20611.7-410.1L629%201.4%20505.2.2z'/%3e%3cpath%20fill='%23fff'%20d='m380.4%20156.6-9.8-42.2%2033.3%2027%2038-24.6-17.4%2041.3%2033.4%2027-44.2-1.5-17.3%2041.3-9.9-42.2-44.1-1.5zm-275.2%20179-9.9-42.3%2033.3%2027%2038-24.6-17.4%2041.3%2033.4%2027-44.1-1.5-17.4%2041.3-9.8-42.2-44.1-1.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-kn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kn'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kn-a'%3e%3cpath%20fill-opacity='.7'%20d='M151.7-.3h745.1v745H151.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kn-a)'%20transform='translate(-104.2%20.2)scale(.68714)'%3e%3cpath%20fill='%23ffe900'%20d='M-5.3%200h1073.5v744H-5.3z'/%3e%3cpath%20fill='%2335a100'%20d='m-5.8%200%201.2%20536.4L830.7-.4z'/%3e%3cpath%20fill='%23c70000'%20d='m1069.5%20744-1.9-557.7L225%20744.5l844.5-.4z'/%3e%3cpath%20fill='%23000001'%20d='m-5.3%20576.9.7%20167.9%20182.3-.3L1068%20147.6l-1-146L886.9%200z'/%3e%3cpath%20fill='%23fff'%20d='m818%20269-64.2-2.2-25.3%2060.2-14.3-61.5-64.2-2.2%2055.4-35.7L691%20166l48.5%2039.4%2055.3-35.9-25.4%2060.2zM417.5%20529.6l-64.3-2.3-25.2%2060.2-14.3-61.5-64.3-2.2%2055.4-35.8-14.4-61.4%2048.5%2039.4%2055.3-35.9-25.3%2060.1z'/%3e%3c/g%3e%3c/svg%3e")}.fi-kp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kp'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kp-a'%3e%3cpath%20fill-opacity='.7'%20d='M5%20.1h682.6V512H5.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kp-a)'%20transform='translate(-4.8%20-.1)scale(.93768)'%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20d='M776%20511.5H-76V.5h852z'/%3e%3cpath%20fill='%233e5698'%20d='M776%20419H-76v92.5h852z'/%3e%3cpath%20fill='%23c60000'%20d='M776%20397.6H-76V114.4h852z'/%3e%3cpath%20fill='%233e5698'%20d='M776%20.6H-76V93h852z'/%3e%3cpath%20fill='%23fff'%20d='M328.5%20256c0%2063.5-53%20115-118.6%20115S91.3%20319.5%2091.3%20256s53-114.8%20118.6-114.8%20118.6%2051.4%20118.6%20114.9z'/%3e%3cpath%20fill='%23c40000'%20d='m175.8%20270.6-57-40.7%2071-.2%2022.7-66.4%2021.1%2066.1%2071-.4-57.9%2041.2%2021.3%2066.1-57-40.7-58%2041.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-kp.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kp'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kp-a'%3e%3cpath%20fill-opacity='.7'%20d='M92.2%207.8h593.6v485.5H92.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kp-a)'%20transform='matrix(.86254%200%200%201.0546%20-79.5%20-8.3)'%3e%3cpath%20fill='%23fff'%20stroke='%23000'%20stroke-width='1.1'%20d='M991.8%20492.9H4.2V8.4h987.6z'/%3e%3cpath%20fill='%233e5698'%20d='M991.8%20405.2H4.2V493h987.6z'/%3e%3cpath%20fill='%23c60000'%20d='M991.8%20384.9H4.2V116.4h987.6z'/%3e%3cpath%20fill='%233e5698'%20d='M991.8%208.4H4.2V96h987.6z'/%3e%3cpath%20fill='%23fff'%20d='M473%20250.7c0%2060.1-61.5%20108.9-137.4%20108.9S198%20310.8%20198%20250.6c0-60.1%2061.6-108.9%20137.6-108.9S473%20190.5%20473%20250.7'/%3e%3cpath%20fill='%23c40000'%20d='m402.9%20326.8-66.1-38.6-67.1%2039%2026.3-62.8-66.1-38.5%2082.4-.3%2026.2-63%2024.5%2062.8%2082.4-.4-67.2%2039z'/%3e%3c/g%3e%3c/svg%3e")}.fi-kr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-kr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-95.8-.4h682.7v512H-95.8z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23kr-a)'%20transform='translate(89.8%20.4)scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-95.8-.4H587v512H-95.8Z'/%3e%3cg%20transform='rotate(-56.3%20361.6%20-101.3)scale(10.66667)'%3e%3cg%20id='kr-c'%3e%3cpath%20id='kr-b'%20fill='%23000001'%20d='M-6-26H6v2H-6Zm0%203H6v2H-6Zm0%203H6v2H-6Z'/%3e%3cuse%20xlink:href='%23kr-b'%20width='100%25'%20height='100%25'%20y='44'/%3e%3c/g%3e%3cpath%20stroke='%23fff'%20d='M0%2017v10'/%3e%3cpath%20fill='%23cd2e3a'%20d='M0-12a12%2012%200%200%201%200%2024Z'/%3e%3cpath%20fill='%230047a0'%20d='M0-12a12%2012%200%200%200%200%2024A6%206%200%200%200%200%200Z'/%3e%3ccircle%20cy='-6'%20r='6'%20fill='%23cd2e3a'/%3e%3c/g%3e%3cg%20transform='rotate(-123.7%20191.2%2062.2)scale(10.66667)'%3e%3cuse%20xlink:href='%23kr-c'%20width='100%25'%20height='100%25'/%3e%3cpath%20stroke='%23fff'%20d='M0-23.5v3M0%2017v3.5m0%203v3'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-kr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-kr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%200h512v512H0Z'/%3e%3cg%20fill-rule='evenodd'%20transform='rotate(-56.3%20367.2%20-111.2)scale(9.375)'%3e%3cg%20id='kr-b'%3e%3cpath%20id='kr-a'%20fill='%23000001'%20d='M-6-26H6v2H-6Zm0%203H6v2H-6Zm0%203H6v2H-6Z'/%3e%3cuse%20xlink:href='%23kr-a'%20width='100%25'%20height='100%25'%20y='44'/%3e%3c/g%3e%3cpath%20stroke='%23fff'%20d='M0%2017v10'/%3e%3cpath%20fill='%23cd2e3a'%20d='M0-12a12%2012%200%200%201%200%2024Z'/%3e%3cpath%20fill='%230047a0'%20d='M0-12a12%2012%200%200%200%200%2024A6%206%200%200%200%200%200Z'/%3e%3ccircle%20cy='-6'%20r='6'%20fill='%23cd2e3a'/%3e%3c/g%3e%3cg%20fill-rule='evenodd'%20transform='rotate(-123.7%20196.5%2059.5)scale(9.375)'%3e%3cuse%20xlink:href='%23kr-b'%20width='100%25'%20height='100%25'/%3e%3cpath%20stroke='%23fff'%20d='M0-23.5v3M0%2017v3.5m0%203v3'/%3e%3c/g%3e%3c/svg%3e")}.fi-kw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='kw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23kw-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M0%20170.6h1024v170.7H0z'/%3e%3cpath%20fill='%23f31830'%20d='M0%20341.3h1024V512H0z'/%3e%3cpath%20fill='%2300d941'%20d='M0%200h1024v170.7H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200v512l255.4-170.7.6-170.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-kw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-kw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='kw-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23kw-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23fff'%20d='M0%20165.3h992.1v165.4H0z'/%3e%3cpath%20fill='%23f31830'%20d='M0%20330.7h992.1v165.4H0z'/%3e%3cpath%20fill='%2300d941'%20d='M0%200h992.1v165.4H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200v496l247.5-165.3.5-165.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ky{background-image:url(/dbcrm/assets/ky-Dpsu1myA.svg)}.fi-ky.fis{background-image:url(/dbcrm/assets/ky-BqaZHuhf.svg)}.fi-kz{background-image:url(/dbcrm/assets/kz-CwKXYZ8s.svg)}.fi-kz.fis{background-image:url(/dbcrm/assets/kz-Dkyx6q-p.svg)}.fi-la{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-la'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='la-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23la-a)'%3e%3cpath%20fill='%23ce1126'%20d='M-40%200h720v480H-40z'/%3e%3cpath%20fill='%23002868'%20d='M-40%20119.3h720v241.4H-40z'/%3e%3cpath%20fill='%23fff'%20d='M423.4%20240a103.4%20103.4%200%201%201-206.8%200%20103.4%20103.4%200%201%201%20206.8%200'/%3e%3c/g%3e%3c/svg%3e")}.fi-la.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-la'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='la-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23la-a)'%20transform='translate(-128)scale(.72249)'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23002868'%20d='M0%20176h1063v356.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M684.2%20354.3a152.7%20152.7%200%201%201-305.4%200%20152.7%20152.7%200%200%201%20305.4%200'/%3e%3c/g%3e%3c/svg%3e")}.fi-lb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lb'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='lb-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23lb-a)'%20transform='translate(80)scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23EE161F'%20d='M-128%20384h768v128h-768zm0-384h768v128h-768z'/%3e%3cpath%20fill='%23fff'%20d='M-128%20128h768v256h-768z'/%3e%3c/g%3e%3cpath%20fill='%2300A850'%20d='M252.1%20130c-7.8%2015.5-13%2015.5-26%2026-5.2%205.1-13%207.7-2.6%2013-10.5%205.1-15.7%207.7-20.9%2018.1l2.6%202.6s10-4.8%2010.4-2.6c1.8%202.1-13%2010-14.9%2011.3l-11%207c-13.1%2010.3-21%207.7-28.7%2023.3l26-2.6c5.2%2018.2-13%2020.8-26%2028.6l-20.9%2013c5.3%2018.2%2020.9%207.8%2033.9%202.6l2.6%202.6v5.2l-26%2013s-30.8%2017.6-31.3%2018.2c-.2%201%200%205.2%200%205.2%2010.4%202.6%2026%205.2%2036.5%200%2013-5.2%2015.6-10.4%2031.2-10.4a101%20101%200%200%201-52%2020.8v10.4c15.6%200%2026%200%2039-2.6l33.8-10.4c7.8%200%2015.7%207.8%2013%2015.6-7.7%2028.6-39%2023.4-49.4%2046.8L213%20369c10.4-5.2%2020.8-10.3%2033.8-7.7%2015.6%205.2%2015.6%2015.6%2036.4%2020.8l-5.2-13c5.2%202.6%2010.4%202.6%2015.7%205.2%2013%205.2%2015.6%2010.4%2031.2%207.8-13-15.6-15.6-13-26-23.4-10.4-15.6-15.7-39%200-41.6l18.2%205.2c18.2%202.6%2018.2-2.6%2044.2%207.8%2015.7%205.2%2020.9%2013%2039%207.8-7.7-18.2-36.3-31.2-54.6-36.4%2020.9-13%2015.6%205.2%2044.3-2.6v-5.2C369.3%20278%20361.4%20265%20332.8%20265l44.3-5.2v-5.2s-43.7-11.4-44.7-11.9c.3-1.3%201.4-3.3%204.3-4.5%208.3%205.4%2033.3%204.8%2034.8%204.7-.8-6.4-12.7-11.7-23-16.9%200%200-44.7-27.5-44.9-29.9.9-7%2018.3%201.1%2037%206.5-5.2-10.4-15.6-15.6-26-18.2l15.6-2.6c-10.4-23.4-36.4-20.8-52-31.2-10.5-7.8-10.5-13-26.1-20.7z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3.2'%20d='M224%20303c1.9-6.1%204.4-11.6-7.2-16.9s5.8%2021.1%207.2%2017zm13.7-12.3c-2.3.3-3.6%208.8%201.1%2011.2%205.2.8%201-11.1-1.1-11.2m13.5-1c-2.4.8-2.5%2012.8%206%2010.6%208.6-2.1%200-11.5-6-10.5zM267%20259c1.8-3-.1-15-7.4-10s5%2010.8%207.4%2010m-16-10c2.3-.9%202.5-8.3-4-6.3-6.3%201.9%202.3%207.8%204%206.3m-14.4%202.9s-4.5-6.2-8-4.9c-4.3%204.2%208.3%205%208%204.9M187%20271.7c1.9.2%2016-2.3%2020.9-7.8s-25.1%202.3-25.1%202.4%202.8%204.9%204.2%205.4m141.1-35c.7-1.3-7.5-7.1-12.4-4.8-1.3%204.3%2012.4%205.7%2012.4%204.8m-27.8-14c1.6-2.2-3.5-11.3-13.7-6.2-10.2%205%2010.7%209.8%2013.7%206.3zm-32.1-5.3s2.5-8.2%208.6-6.6c7%205.3-8.3%206.9-8.6%206.6m-6-6.2c-1-2.3-7.3-1-14.6%203.9-7.4%204.7%2016.8%201.4%2014.6-4zm18.7-22.1s6.5-3%208.5%200c2.7%204.3-8.6%200-8.5%200m-5.5-2.9c-1.3-2.6-8.5-2.9-8.3%201-1.2%203%209.4%202.4%208.3-1m-17.2%200c-.7-1.5-11%200-14%206.2%205%202.4%2016.3-2.3%2014-6.2m-22%206.3s-13.4%208.3-14.3%2014.3c.4%205.2%2016.8-9.4%2016.8-9.4s1.4-5.8-2.4-4.9zm-14.9-7.5c.4-1.7%206.7-5.6%207.2-5.3.5%201.7-5.1%206.3-7.2%205.3m4.3%2031.6c.3-2.5-16-2.3-9.9%205.2%205.2%206.3%2011-4.1%209.9-5.2m-15%2010.7c-.8-1.6-2-6-4.2-6.4-1.9%200-11.7%202-12.5%203.6-.4%201.3%204.1%209.4%205.6%209.6%201.8.7%2010.9-6%2011.2-6.8zm88.4%2055.2c.5-1.8%2017.3-7.5%2023-2%206.8%209.3-23.4%205-23%202m46%2010.9c3.7-6.2-11.3-13.6-17.6-6.5%202.2%208.5%2014.6%2011.6%2017.6%206.5'/%3e%3c/g%3e%3c/svg%3e")}.fi-lb.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lb'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='lb-a'%3e%3cpath%20fill-opacity='.7'%20d='M124%200h496v496H124z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23lb-a)'%20transform='translate(-128)scale(1.0321)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23EE161F'%20d='M0%20372h744v124H0zM0%200h744v124H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20124h744v248H0z'/%3e%3c/g%3e%3cpath%20fill='%2300A850'%20d='M368.3%20125.9c-7.6%2015.1-12.7%2015.1-25.3%2025.2-5%205-12.6%207.5-2.5%2012.6-10%205-15.1%207.5-20.2%2017.6l2.6%202.5s9.5-4.7%2010-2.5c1.7%202-12.6%209.7-14.4%2011s-10.8%206.6-10.8%206.6c-12.6%2010.1-20.2%207.6-27.7%2022.7l25.2-2.5c5%2017.6-12.6%2020.1-25.2%2027.7l-20.2%2012.6c5%2017.6%2020.2%207.5%2032.8%202.5l2.5%202.5v5L270%20282s-29.8%2017-30.3%2017.6c-.2%201%200%205%200%205%2010.1%202.6%2025.2%205.1%2035.3%200%2012.6-5%2015.2-10%2030.3-10a97%2097%200%200%201-50.5%2020.2v10c15.2%200%2025.3%200%2037.9-2.5l32.8-10c7.5%200%2015.1%207.5%2012.6%2015-7.6%2027.7-37.8%2022.7-48%2045.4l40.4-15.1c10.1-5%2020.2-10.1%2032.8-7.6%2015.1%205%2015.1%2015.1%2035.3%2020.1l-5-12.5c5%202.5%2010%202.5%2015.1%205%2012.6%205%2015.1%2010%2030.3%207.5-12.6-15-15.2-12.5-25.2-22.6-10.1-15.1-15.2-37.8%200-40.3l17.6%205c17.7%202.6%2017.7-2.5%2042.9%207.6%2015.1%205%2020.2%2012.6%2037.8%207.5-7.5-17.6-35.3-30.2-53-35.2%2020.2-12.6%2015.2%205%2043-2.5v-5c-20.2-15.2-27.8-27.8-55.6-27.8l43-5v-5S447%20235.7%20446%20235.3a6%206%200%200%201%204.1-4.4c8%205.2%2032.3%204.6%2033.7%204.5-.7-6.2-12.2-11.3-22.3-16.3%200%200-43.2-26.7-43.4-29%20.8-6.8%2017.7%201%2035.8%206.3-5-10-15.1-15.1-25.2-17.6l15.1-2.5c-10-22.7-35.3-20.2-50.4-30.3-10.1-7.5-10.1-12.6-25.2-20.1z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='3.1'%20d='M341%20293.6c1.9-6%204.3-11.3-6.9-16.4s5.6%2020.5%207%2016.4zm13.3-12c-2.3.3-3.4%208.6%201%2010.8%205.1.8%201-10.7-1-10.8m13.1-.9c-2.3.7-2.4%2012.4%205.8%2010.3%208.3-2%200-11.2-5.8-10.2zm15.3-29.8c1.8-2.8-.1-14.5-7.2-9.6s5%2010.4%207.2%209.6m-15.5-9.7c2.2-.8%202.4-8-3.8-6-6.2%201.8%202.2%207.5%203.8%206m-14%202.9s-4.3-6-7.7-4.8c-4.2%204%208%204.9%207.7%204.8m-48%2019.1c1.8.2%2015.5-2.2%2020.2-7.5%204.8-5.3-24.3%202.2-24.3%202.3s2.7%204.7%204%205.2zm136.7-33.8c.7-1.3-7.3-7-12-4.7-1.2%204.2%2012%205.5%2012%204.7M415%20215.8c1.5-2.1-3.5-11-13.3-6s10.3%209.5%2013.3%206m-31.1-5.2s2.4-8%208.4-6.4c6.6%205.1-8.1%206.7-8.4%206.4m-5.8-6c-1-2.2-7.1-.9-14.2%203.8-7.1%204.6%2016.3%201.3%2014.2-3.8m18-21.4s6.4-2.9%208.3%200c2.6%204.2-8.3%200-8.2%200zm-5.2-2.8c-1.3-2.5-8.3-2.8-8.1%201-1.2%202.8%209%202.3%208-1zm-16.7%200c-.7-1.5-10.6%200-13.6%206%204.8%202.3%2015.8-2.2%2013.6-6m-21.3%206.1s-13%208-13.9%2013.9c.4%205%2016.3-9.2%2016.3-9.2s1.4-5.6-2.4-4.7m-14.5-7.3c.4-1.6%206.5-5.4%207-5%20.5%201.6-5%206-7%205m4.2%2030.6c.3-2.3-15.6-2.1-9.6%205.1%205%206.1%2010.7-4%209.6-5zM328%20220.3c-.8-1.6-2-5.9-4.2-6.3-1.7%200-11.3%202-12%203.5-.4%201.3%204%209.2%205.4%209.4%201.7.6%2010.5-5.8%2010.8-6.6m85.6%2053.4c.5-1.7%2016.7-7.3%2022.3-2%206.6%209-22.7%204.8-22.3%202m44.6%2010.6c3.5-6-11-13.2-17-6.3%202%208.2%2014.1%2011.2%2017%206.3'/%3e%3c/g%3e%3c/svg%3e")}.fi-lc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lc'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2365cfff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='m318.9%2042%20162.7%20395.3-322.6.9z'/%3e%3cpath%20fill='%23000001'%20d='m319%2096.5%20140.8%20340-279%20.8z'/%3e%3cpath%20fill='%23ffce00'%20d='m318.9%20240.1%20162.7%20197.6-322.6.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-lc.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lc'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2365cfff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='m254.8%2044.8%20173.5%20421.6-344%201L254.7%2044.8z'/%3e%3cpath%20fill='%23000001'%20d='m255%20103%20150%20362.6-297.5.8z'/%3e%3cpath%20fill='%23ffce00'%20d='m254.8%20256.1%20173.5%20210.8-344%20.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-li{background-image:url(/dbcrm/assets/li-CHdhvNcr.svg)}.fi-li.fis{background-image:url(/dbcrm/assets/li-CMlf0YU8.svg)}.fi-lk{background-image:url(/dbcrm/assets/lk-DUkgV9Tq.svg)}.fi-lk.fis{background-image:url(/dbcrm/assets/lk-DSQoDxn_.svg)}.fi-lr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='lr-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23lr-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M0%200h767.9v512H0z'/%3e%3cpath%20fill='%23006'%20d='M0%200h232.7v232.8H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20464.9h767.9V512H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7%200h535.1v46.5H232.7zm0%20186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z'/%3e%3cpath%20fill='%23fff'%20d='m166.3%20177.5-50.7-31-50.4%2031.3%2018.7-50.9-50.3-31.4%2062.3-.4%2019.3-50.7L135%2095h62.3l-50.1%2031.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-lr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lr'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='lr-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23lr-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h767.9v512H0z'/%3e%3cpath%20fill='%23006'%20d='M0%200h232.7v232.8H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20464.9h767.9V512H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%20465.4h767.9V512H0zm0-92.9h767.9v46.2H0zm0-93.2h766V326H0zM232.7%200h535.1v46.5H232.7zm0%20186h535.1v46.8H232.7zm0-92.7h535.1v46.5H232.7z'/%3e%3cpath%20fill='%23fff'%20d='m166.3%20177.5-50.7-31-50.4%2031.3%2018.7-50.9-50.3-31.4%2062.3-.4%2019.3-50.7L135%2095h62.3l-50.1%2031.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ls{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ls'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009543'%20d='M0%20336h640v144H0z'/%3e%3cpath%20fill='%2300209f'%20d='M0%200h640v144H0z'/%3e%3cpath%20stroke='%23000'%20stroke-width='1.6'%20d='M319.6%20153c-2.7%200-5.4%203-5.4%203l.3%2032.4-10.3%2010.7h8.3v18.5l-49%2066-7.2-2.6-12.7%2027s31.3%2019.6%2076.7%2019c49.8-.5%2076.9-19.9%2076.9-19.9l-13-26.6-6.5%202.8-49.6-65.6v-19.1h8.2L325.1%20188v-32.2s-2.7-3-5.5-2.9z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='8'%20d='M336.7%20230.4h-33.9s-12.2-25.9-10.3-44c2-18.4%2012.6-27.1%2026.6-27.3%2016.6-.1%2025.2%208.1%2027.8%2026.6%202.6%2018.3-10.2%2044.7-10.2%2044.7z'/%3e%3cpath%20fill='%23fff'%20d='M260.5%20292.1c-.6.7-4.7%208.9-4.7%208.9l7-1.5zm4%2010.5-7.4%202.4%208.9%203.5zm3.3-10.3%203.7%2010.9%209-2.6-2.3-5.2zm5.8%2014.8%201.2%204.4%2012%203-4.8-10.2zm13.2-9.3%204.3%2010.2%209-3.5-3-4.5zm6%2013.9%201.4%203.8%2014%202-5.9-9.2-9.6%203.4zm13.4-11%205.2%209.1%2013-4.8-1.4-3.5-16.8-.7zm7.6%2012.4%202.7%204.8%2016.2-.5-6-9-13%204.7zm17.1-12%204.4%207.6%2010.4-5-2.8-4zm17%205.8-10.3%205.1%202.7%204.5%2013.8-2.2zm3.3-8%205.3%206.7%208.7-6.9-3-3zm15.9%203.5-8.3%206.3%202.2%203.9%2011.4-3zm11.4-13%202%202.9-5.7%208.5-5.9-7.6zm3.9%207.3%203.5%207-7%202.4-.6-3.3%204-6z'/%3e%3c/svg%3e")}.fi-ls.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ls'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23009543'%20d='M0%20358.4h512V512H0z'/%3e%3cpath%20fill='%2300209f'%20d='M0%200h512v153.6H0z'/%3e%3cpath%20stroke='%23000'%20stroke-width='1.7'%20d='M257.6%20163.1c-3%200-5.8%203.3-5.8%203.3l.3%2034.5-11%2011.5h9l-.2%2019.7-52.2%2070.4-7.7-2.7-13.5%2028.8s33.4%2020.9%2081.8%2020.3c53.2-.7%2082-21.3%2082-21.3l-13.9-28.4-6.8%203-53-70v-20.4h8.8l-12-11.3.1-34.4s-3-3-5.9-3z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='8.5'%20d='M275.8%20245.8h-36.1s-13.1-27.6-11-47c2.2-19.6%2013.4-28.9%2028.4-29%2017.6-.3%2026.8%208.6%2029.6%2028.3%202.8%2019.5-10.9%2047.7-10.9%2047.7z'/%3e%3cpath%20fill='%23fff'%20d='M194.5%20311.6c-.6.8-5%209.4-5%209.4l7.5-1.6zm4.3%2011.2-7.9%202.6%209.5%203.7zm3.6-11%203.9%2011.6%209.6-2.8-2.5-5.5zm6%2015.7%201.4%204.7%2012.8%203.2-5-10.8-9.1%203zm14.2-9.8%204.5%2010.8%209.7-3.7-3.2-4.8zm6.3%2014.7%201.6%204.2%2015%202.1-6.4-9.8zm14.4-11.6%205.5%209.7%2014-5.1-1.6-3.8-18-.8zm8%2013.2%203%205.1%2017.3-.6-6.5-9.6zm18.3-12.8%204.8%208%2011-5.2-3-4.3zm18.1%206.1-11%205.5%203%204.8%2014.7-2.4zm3.6-8.4%205.7%207%209.2-7.2-3.1-3.4zm16.9%203.7-8.9%206.7%202.4%204.1%2012.2-3.1zm12.2-14%202.2%203.2-6.1%209-6.3-8zm4.1%207.9%203.8%207.5-7.5%202.5-.6-3.5z'/%3e%3c/svg%3e")}.fi-lt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lt'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20transform='scale(.64143%20.96773)'%3e%3crect%20width='1063'%20height='708.7'%20fill='%23006a44'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3crect%20width='1063'%20height='236.2'%20y='475.6'%20fill='%23c1272d'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3cpath%20fill='%23fdb913'%20d='M0%200h997.8v164.6H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-lt.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lt'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20transform='scale(.51314%201.0322)'%3e%3crect%20width='1063'%20height='708.7'%20fill='%23006a44'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3crect%20width='1063'%20height='236.2'%20y='475.6'%20fill='%23c1272d'%20rx='0'%20ry='0'%20transform='scale(.93865%20.69686)'/%3e%3cpath%20fill='%23fdb913'%20d='M0%200h997.8v164.6H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-lu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lu'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%2300a1de'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e")}.fi-lu.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lu'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%2300a1de'%20d='M0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.fi-lv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lv'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23981e32'%20d='M0%200h640v192H0zm0%20288h640v192H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-lv.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-lv'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23981e32'%20d='M0%200h512v204.8H0zm0%20307.2h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ly{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ly'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ly-a'%3e%3cpath%20d='M166.7-20h666.6v500H166.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ly-a)'%20transform='matrix(.96%200%200%20.96%20-160%2019.2)'%3e%3cpath%20fill='%23239e46'%20d='M0-20h1000v500H0z'/%3e%3cpath%20fill='%23000001'%20d='M0-20h1000v375H0z'/%3e%3cpath%20fill='%23e70013'%20d='M0-20h1000v125H0z'/%3e%3cpath%20fill='%23fff'%20d='M544.2%20185.8a54.3%2054.3%200%201%200%200%2088.4%2062.5%2062.5%200%201%201%200-88.4M530.4%20230l84.1-27.3-52%2071.5v-88.4l52%2071.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ly.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ly'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ly-a'%3e%3cpath%20d='M250%2012h500v500H250z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ly-a)'%20transform='translate(-256%20-12.3)scale(1.024)'%3e%3cpath%20fill='%23239e46'%20d='M0%2012h1000v500H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%2012h1000v375H0z'/%3e%3cpath%20fill='%23e70013'%20d='M0%2012h1000v125H0z'/%3e%3cpath%20fill='%23fff'%20d='M544.2%20217.8a54.3%2054.3%200%201%200%200%2088.4%2062.5%2062.5%200%201%201%200-88.4M530.4%20262l84.1-27.3-52%2071.5v-88.4l52%2071.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ma{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ma'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23c1272d'%20d='M640%200H0v480h640z'/%3e%3cpath%20fill='none'%20stroke='%23006233'%20stroke-width='11.7'%20d='M320%20179.4%20284.4%20289l93.2-67.6H262.4l93.2%2067.6z'/%3e%3c/svg%3e")}.fi-ma.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ma'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23c1272d'%20d='M512%200H0v512h512z'/%3e%3cpath%20fill='none'%20stroke='%23006233'%20stroke-width='12.5'%20d='m256%20191.4-38%20116.8%2099.4-72.2H194.6l99.3%2072.2z'/%3e%3c/svg%3e")}.fi-mc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mc'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f31830'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v240H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mc.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mc'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f31830'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20256h512v256H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-md{background-image:url(/dbcrm/assets/md-DRlxvNwm.svg)}.fi-md.fis{background-image:url(/dbcrm/assets/md-DTi94M3M.svg)}.fi-me{background-image:url(/dbcrm/assets/me-Cv4Gwqah.svg)}.fi-me.fis{background-image:url(/dbcrm/assets/me-CfGorN3b.svg)}.fi-mf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mf'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-mf.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mf'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/svg%3e")}.fi-mg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mg'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fc3d32'%20d='M213.3%200H640v240H213.3z'/%3e%3cpath%20fill='%23007e3a'%20d='M213.3%20240H640v240H213.3z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h213.3v480H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mg.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mg'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fc3d32'%20d='M170.7%200H512v256H170.7z'/%3e%3cpath%20fill='%23007e3a'%20d='M170.7%20256H512v256H170.7z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h170.7v512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mh'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%233b5aa3'%20d='M0%200h639.9v480H0z'/%3e%3cpath%20fill='%23e2ae57'%20d='M0%20467%20639.9%200v87L0%20480z'/%3e%3cpath%20fill='%23fff'%20d='M22.4%20480%20640%20179.2l-.1-95.5L0%20480zm153-464.8L169%20118l-27-65.6%2010.4%2069.8-41.9-56.4%2027.5%2064.3-55-42.6%2042.8%2053.6-62.1-27.6%2054.4%2041.2-67.7-9%2064%2025.4L14%20180.3l100.6%206.7-63.7%2026.2%2067-9-54.3%2040%2063-27.6-43%2054%2054.6-41.3-27%2062.9%2043.6-54.7-11.8%2068.1%2027.5-63.7%206.2%20100.7%209.7-100.4%2023.7%2064-9-69%2043.4%2054.8-28.6-64%2054.6%2044-43.4-54.9%2064.9%2027-57.4-41.9%2069.9%2011.8-67-25.7%20104.1-6.5-104-9.7%2068.5-22.8-71%209%2058.6-41-66%2026.5%2045.6-55.3-55.6%2043.4%2026.7-66.4-43.1%2056.4%209.3-70.4-25.7%2066.5-9.6-102.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mh.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mh'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%233b5aa3'%20d='M0%200h511.9v512H0z'/%3e%3cpath%20fill='%23fff'%20d='m139%201.2-5.3%2088-23.2-56.1%209%2059.7-35.9-48.2%2023.5%2055-47-36.5L96.7%20109%2043.5%2085.4l46.6%2035.3-58-7.7L87%20134.7l-86%207.9%2086%205.7-54.5%2022.4L90%20163l-46.4%2034.2%2053.8-23.6-36.7%2046.2%2046.7-35.4-23.4%2054%2037.4-46.8-10%2058.3%2023.4-54.5%205.4%2086.1%208.2-85.9%2020.3%2054.9-7.7-59.1%2037.2%2046.8-24.5-54.7%2046.7%2037.6-37-47%2055.4%2023.1-49.1-35.8%2059.8%2010-57.3-22%2089-5.5-89-8.3L251%20116l-60.7%207.6%2050.2-35-56.6%2022.7%2039-47.3-47.5%2037.1%2023-56.8-37%2048.3%208-60.3-22%2056.9-8.2-88z'/%3e%3cpath%20fill='%23e2ae57'%20d='M0%20498.2%20512%200v92.7L0%20512z'/%3e%3cpath%20fill='%23fff'%20d='m18%20512%20494-320.8-.1-101.9L-.1%20512h18z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d20000'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffe600'%20d='M0%200h96l224%20231.4L544%200h96L0%20480h96l224-231.4L544%20480h96zm640%20192v96L0%20192v96zM280%200l40%20205.7L360%200zm0%20480%2040-205.7L360%20480z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='77.1'%20fill='%23ffe600'%20stroke='%23d20000'%20stroke-width='17.1'/%3e%3c/svg%3e")}.fi-mk.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23d20000'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ffe600'%20d='M0%200h86.8L256%20246.9%20425.2%200H512L0%20512h86.8L256%20265.1%20425.2%20512H512zm512%20204.8v102.4L0%20204.8v102.4zM204.8%200%20256%20219.4%20307.2%200zm0%20512L256%20292.6%20307.2%20512z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='82.3'%20fill='%23ffe600'%20stroke='%23d20000'%20stroke-width='18.3'/%3e%3c/svg%3e")}.fi-ml{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ml'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='red'%20d='M425.8%200H640v480H425.7z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200h212.9v480H0z'/%3e%3cpath%20fill='%23ff0'%20d='M212.9%200h214v480h-214z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ml.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ml'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='red'%20d='M340.6%200H512v512H340.6z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200h170.3v512H0z'/%3e%3cpath%20fill='%23ff0'%20d='M170.3%200h171.2v512H170.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mm'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fecb00'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2334b233'%20d='M0%20160h640v320H0z'/%3e%3cpath%20fill='%23ea2839'%20d='M0%20320h640v160H0z'/%3e%3cg%20transform='translate(320%20256.9)scale(176.87999)'%3e%3cpath%20id='mm-a'%20fill='%23fff'%20d='m0-1%20.3%201h-.6z'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3c/g%3e%3c/svg%3e")}.fi-mm.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mm'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fecb00'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2334b233'%20d='M0%20170.7h512V512H0z'/%3e%3cpath%20fill='%23ea2839'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20id='mm-a'%20fill='%23fff'%20stroke-width='188.7'%20d='M312.6%20274H199.4L256%2085.3Z'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20256%20274)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(-72%20256%20274)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(72%20256%20274)'/%3e%3cuse%20xlink:href='%23mm-a'%20width='100%25'%20height='100%25'%20transform='rotate(144%20256%20274)'/%3e%3c/svg%3e")}.fi-mn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23ffd900'%20id='flag-icons-mn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23da2032'%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%230066b3'%20d='M213.3%200h213.4v480H213.3Z'/%3e%3ccircle%20cx='106.7'%20cy='181.8'%20r='40'/%3e%3ccircle%20cx='106.7'%20cy='163.6'%20r='43.6'%20fill='%23da2032'/%3e%3ccircle%20cx='106.7'%20cy='170.9'%20r='29.1'/%3e%3cpath%20d='M109.7%2076.4a9%209%200%200%200-5.2%207.5c-.2%202.5.9%205.3%201%207.7%200%204.2-4.3%205.6-4.3%2011.5%200%202%201.9%204.3%201.9%209.6-.4%202.8-2%203.5-3.7%203.7a3.6%203.6%200%200%201-3.6-3.7%204%204%200%200%201%201-2.5l.4-.3c.8-.9%202-1.2%202-3.4%200-1.1-.8-2.2-1.5-4.2s-.2-5.2%201.4-7.1c-2.6%201-4.1%203.4-5%205.6-.8%202.7%200%204.2-1.2%206.5-.7%201.4-1.5%202-2.3%203.2-1%201.4-2%204.4-2%205.9a18.2%2018.2%200%200%200%2036.3%200c0-1.5-1.1-4.5-2-5.9-.9-1.2-1.7-1.8-2.4-3.2-1.2-2.3-.4-3.8-1.3-6.5-.8-2.2-2.3-4.6-4.9-5.6%201.6%202%202%205.2%201.4%207.1-.7%202-1.4%203-1.4%204.2%200%202.2%201.1%202.5%202%203.4l.3.3a4%204%200%200%201%201%202.5%203.6%203.6%200%200%201-3.6%203.7c-2-.3-3.5-1.2-3.7-3.7%200-7%203-7.4%203-12.6%200-7.4-6.6-10.9-6.6-16.3%200-1.8.4-5%203-7.4M26.7%20229H63v174.5H26.7Zm123.6%200h36.4v174.5h-36.4zm-80%200H143l-36.3%2021.8Zm0%2029H143v14.6H70.3Zm0%20101.9H143v14.6H70.3Zm0%2021.8H143l-36.3%2021.8Z'/%3e%3ccircle%20cx='106.7'%20cy='316.4'%20r='36.4'/%3e%3cg%20fill='%23da2032'%20transform='translate(-38.8%2032.7)scale(.72727)'%3e%3ccircle%20cx='200'%20cy='363.5'%20r='10'/%3e%3ccircle%20cx='200'%20cy='416.5'%20r='10'/%3e%3cpath%20d='M200%20334a29.5%2029.5%200%200%201%200%2059%2023.5%2023.5%200%200%200%200%2047v6a29.5%2029.5%200%200%201%200-59%2023.5%2023.5%200%200%200%200-47z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23ffd900'%20id='flag-icons-mn'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23da2032'%20d='M0%200h512v512H0Z'/%3e%3cpath%20fill='%230066b3'%20d='M170.7%200h170.6v512H170.7Z'/%3e%3ccircle%20cx='85.3'%20cy='196.6'%20r='35'/%3e%3ccircle%20cx='85.3'%20cy='180.7'%20r='38.2'%20fill='%23da2032'/%3e%3ccircle%20cx='85.3'%20cy='187'%20r='25.5'/%3e%3cpath%20d='M88%20104.3a8%208%200%200%200-4.6%206.6c-.2%202.2.8%204.6.9%206.7%200%203.7-3.8%204.9-3.8%2010.1%200%201.8%201.7%203.8%201.7%208.4-.3%202.5-1.7%203-3.2%203.2a3%203%200%200%201-3.2-3.2%203%203%200%200%201%20.9-2.2l.3-.3c.7-.7%201.7-1%201.7-3%200-1-.6-1.8-1.2-3.6a7%207%200%200%201%201.2-6.2c-2.2.8-3.6%203-4.3%204.9-.7%202.3-.1%203.7-1.1%205.7-.6%201.2-1.4%201.7-2%202.8-.9%201.2-1.8%203.8-1.8%205.1a16%2016%200%200%200%2031.8%200c0-1.3-1-4-1.8-5.1-.7-1-1.5-1.6-2-2.8-1-2-.4-3.4-1.2-5.7-.7-2-2-4-4.3-5a7%207%200%200%201%201.3%206.3c-.7%201.8-1.3%202.7-1.3%203.7%200%201.9%201%202.2%201.7%203l.3.2a3%203%200%200%201%201%202.2%203%203%200%200%201-3.3%203.2q-2.7-.1-3.2-3.2c0-6.1%202.7-6.5%202.7-11%200-6.5-5.8-9.6-5.8-14.3%200-1.6.3-4.3%202.6-6.5M15.3%20237.9h31.9v152.8H15.3Zm108.2%200h31.8v152.8h-31.8zm-70%200h63.7L85.3%20257Zm0%2025.5h63.7V276H53.5Zm0%2089h63.7v12.8H53.5Zm0%2019.2h63.7l-31.9%2019Z'/%3e%3ccircle%20cx='85.3'%20cy='314.3'%20r='31.8'/%3e%3cg%20fill='%23da2032'%20transform='translate(-42%2066.1)scale(.63636)'%3e%3ccircle%20cx='200'%20cy='363.5'%20r='10'/%3e%3ccircle%20cx='200'%20cy='416.5'%20r='10'/%3e%3cpath%20d='M200%20334a29.5%2029.5%200%200%201%200%2059%2023.5%2023.5%200%200%200%200%2047v6a29.5%2029.5%200%200%201%200-59%2023.5%2023.5%200%200%200%200-47z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mo'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300785e'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fbd116'%20d='m295%20108.7%2040.5%2029.5L320%2090.5l-15.5%2047.7%2040.6-29.5z'/%3e%3cg%20id='mo-a'%3e%3cpath%20fill='%23fff'%20d='M320%20331.6H217.5l-3.8-4H320a2%202%200%200%201%201.4%202q0%201.4-1.4%202m0-31.3a13%2013%200%200%200%201.2-7.6%2012%2012%200%200%200-1.2-3.8%2082%2082%200%200%201-32.5%2019%2081%2081%200%200%201-23.5%203.5h-63.1l5.8%208h61c20%200%2038.2-7.2%2052.3-19.1m-109.6-24.7a32%2032%200%200%201-9.7%202%2081%2081%200%200%200%2060.8%2027.5%2081%2081%200%200%200%2058.5-25%20441%20441%200%200%200%204.5-58.8%20441%20441%200%200%200-4.5-67.7c-6.6%206-19%2018.7-24.8%2038.3A81%2081%200%200%200%20292%20215a81%2081%200%200%200%2013.7%2045%2081%2081%200%200%201-17-49.5q.1-18.8%207.8-34.7a33%2033%200%200%201-7.5-13%2081%2081%200%200%200-10.5%2040c0%2018%205.9%2034.7%2015.9%2048.1a95%2095%200%200%200-73.4-29.4%2033%2033%200%200%201%206.8%208.9%2095%2095%200%200%201%2068.6%2029.4%2095%2095%200%200%200-61-22.2%2095%2095%200%200%200-36.7%207.3%2081%2081%200%200%200%2082.6%2052.2q-7%201.3-14.4%201.3a81%2081%200%200%201-56.4-22.8zM320%20364.4h-53.1a144%20144%200%200%200%2053.1%2010.1%2011%2011%200%200%200%201.3-5%2011%2011%200%200%200-1.3-5.1m0-24.5h-93.6l7.8%206.2H320a5%205%200%200%200%201.3-3.1%204%204%200%200%200-1.3-3.1m0%2012.5h-76.7a144%20144%200%200%200%2014.4%208H320a8%208%200%200%200%201.2-4.2%208%208%200%200%200-1.2-3.8'/%3e%3cpath%20fill='%23fbd116'%20d='m200.5%20174.8%2025.4%2023.6-6.7-34-14.6%2031.4%2030.3-16.8zm36.9-32%2034.7.6-27.7-21%2010.1%2033.3%2011.3-32.9z'/%3e%3c/g%3e%3cuse%20xlink:href='%23mo-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e")}.fi-mo.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-mo'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300785e'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fbd116'%20d='M272.5%20147.4%20256%2096.5l-16.5%2051%2043.3-31.5h-53.6z'/%3e%3cg%20id='mo-a'%3e%3cpath%20fill='%23fff'%20d='M256%20353.7H146.7l-4-4.2H256a2%202%200%200%201%201.5%202q0%201.6-1.5%202.2m0-33.4c.6-1.3%201.9-4.3%201.3-8a13%2013%200%200%200-1.3-4.1%2087%2087%200%200%201-34.7%2020.2%2086%2086%200%200%201-25%203.7h-67.4l6.3%208.6h65a86%2086%200%200%200%2055.8-20.4M139.1%20294a34%2034%200%200%201-10.3%202.2%2086%2086%200%200%200%2064.8%2029.3%2086%2086%200%200%200%2062.4-26.6%20470%20470%200%200%200%204.8-62.9%20470%20470%200%200%200-4.8-72.2c-7%206.3-20.2%2020-26.4%2040.9a87%2087%200%200%200-3.6%2024.6%2086%2086%200%200%200%2014.6%2048.1%2086%2086%200%200%201-18-52.9%2086%2086%200%200%201%208.2-37%2035%2035%200%200%201-8-13.8%2086%2086%200%200%200-11.2%2042.6%2086%2086%200%200%200%2017%2051.4%20101%20101%200%200%200-78.3-31.5%2035%2035%200%200%201%207.2%209.5%20101%20101%200%200%201%2073.3%2031.4%20101%20101%200%200%200-65.2-23.6q-20.9%200-39%207.8a87%2087%200%200%200%2088%2055.6%2087%2087%200%200%201-15.4%201.4%2086%2086%200%200%201-60.1-24.3M256%20388.7h-56.6a153%20153%200%200%200%2056.6%2010.8%2012%2012%200%200%200%201.3-5.3%2012%2012%200%200%200-1.3-5.5m0-26.2h-99.9l8.4%206.7H256a5%205%200%200%200%201.4-3.3c0-2-1.2-3.1-1.4-3.4m0%2013.4h-81.8a153%20153%200%200%200%2015.4%208.5H256a8%208%200%200%200%201.2-4.5%208%208%200%200%200-1.2-4'/%3e%3cpath%20fill='%23fbd116'%20d='m155.6%20211.7-7-36.4-15.7%2033.6%2032.4-18-36.8-4.5zm49.3-58.8-29.6-22.3%2010.8%2035.4%2012.1-35-30.3%2021.3z'/%3e%3c/g%3e%3cuse%20xlink:href='%23mo-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3c/svg%3e")}.fi-mp{background-image:url(/dbcrm/assets/mp-CrOApEqW.svg)}.fi-mp.fis{background-image:url(/dbcrm/assets/mp-CuaQmCLf.svg)}.fi-mq{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mq'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23231f1e'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300a650'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23ef1923'%20d='m0%200%20320%20240L0%20480z'/%3e%3c/svg%3e")}.fi-mq.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mq'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23231f1e'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300a650'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23ef1923'%20d='M256%20256%200%20512V0z'/%3e%3c/svg%3e")}.fi-mr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23cd2a3e'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23006233'%20d='M0%2072h640v336H0z'/%3e%3cpath%20fill='%23ffc400'%20d='M470%20154.6a150%20150%200%200%201-300%200%20155%20155%200%200%200-5%2039.2%20155%20155%200%201%200%20310%200%20154%20154%200%200%200-5-39.2'%20class='mr-st1'/%3e%3cpath%20fill='%23ffc400'%20d='m320%2093.8-13.5%2041.5H263l35.3%2025.6-13.5%2041.4%2035.3-25.6%2035.3%2025.6-13.5-41.4%2035.3-25.6h-43.6z'/%3e%3c/svg%3e")}.fi-mr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23cd2a3e'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23006233'%20d='M0%2076.8h512v358.4H0z'/%3e%3cpath%20fill='%23ffc400'%20d='M416%20164.9a160%20160%200%200%201-320%200%20165%20165%200%200%200-5.4%2041.8A165.4%20165.4%200%201%200%20416%20165z'%20class='mr-st1'/%3e%3cpath%20fill='%23ffc400'%20d='m256%20100-14.4%2044.3h-46.5l37.6%2027.3-14.3%2044.2%2037.6-27.3%2037.6%2027.3-14.4-44.2%2037.7-27.3h-46.5z'/%3e%3c/svg%3e")}.fi-ms{background-image:url(/dbcrm/assets/ms-DxciGbUu.svg)}.fi-ms.fis{background-image:url(/dbcrm/assets/ms-B-w7hFKu.svg)}.fi-mt{background-image:url(/dbcrm/assets/mt-YqzKx9xl.svg)}.fi-mt.fis{background-image:url(/dbcrm/assets/mt-YDa8zgzO.svg)}.fi-mu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mu'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%2300a04d'%20d='M0%20360h640v120H0z'/%3e%3cpath%20fill='%23151f6d'%20d='M0%20120h640v120H0z'/%3e%3cpath%20fill='%23ee2737'%20d='M0%200h640v120H0z'/%3e%3cpath%20fill='%23ffcd00'%20d='M0%20240h640v120H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mu.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mu'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23009f4d'%20d='M0%20384h512v128H0z'/%3e%3cpath%20fill='%23151f6d'%20d='M0%20128h512v128H0z'/%3e%3cpath%20fill='%23ee2737'%20d='M0%200h512v128H0z'/%3e%3cpath%20fill='%23ffcd00'%20d='M0%20256h512v128H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mv'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23d21034'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23007e3a'%20d='M120%20120h400v240H120z'/%3e%3ccircle%20cx='350'%20cy='240'%20r='80'%20fill='%23fff'/%3e%3ccircle%20cx='380'%20cy='240'%20r='80'%20fill='%23007e3a'/%3e%3c/svg%3e")}.fi-mv.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mv'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23d21034'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23007e3a'%20d='M128%20128h256v256H128z'/%3e%3ccircle%20cx='288'%20cy='256'%20r='85.3'%20fill='%23fff'/%3e%3cellipse%20cx='308.6'%20cy='256'%20fill='%23007e3a'%20rx='73.9'%20ry='85.3'/%3e%3c/svg%3e")}.fi-mw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mw'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f41408'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2321873b'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23f31509'%20d='M220.5%20141c22.3-49.2%2084.5-72.8%20138.8-52.5a98%2098%200%200%201%2058%2052.5zm-26%206.4a332%20332%200%200%201-52.4-7.8c-4.1-1.3-4.3-3.6-3.8-5.3s3.1-3.6%206.2-3c5.6%201.4%2028.8%207%2050%2016.1m124.6-85.9c-4.2-21-5.2-44-4.8-48C314.7%209.6%20317%209%20319%209s4.7%201.8%204.7%204.7c0%205.3-.1%2027-4.6%2048zm11.6.5a249%20249%200%200%201-.3-48.2c.8-3.9%203.2-4.4%205.1-4.2%202%20.1%204.5%202.1%204.2%205-.5%205.3-2.6%2026.9-9%2047.4m10.4%201.3c-.2-21.3%203-44.3%204.1-48%201.1-3.9%203.6-4.2%205.5-3.9%202%20.3%204.3%202.5%203.8%205.3-1%205.3-5.2%2026.6-13.4%2046.6m11%202.2c1.8-21.2%207.3-43.8%208.8-47.5s4-3.8%205.8-3.4c2%20.5%204%202.8%203.3%205.6-1.6%205.1-7.7%2026-17.8%2045.3zm10.9%203.2c3.9-21%2011.5-43.1%2013.3-46.7%201.9-3.5%204.3-3.5%206.2-2.9%201.8.6%203.7%203.2%202.7%205.8A264%20264%200%200%201%20363%2068.7m10.1%203.8c5.8-20.7%2015.5-42%2017.7-45.5%202.2-3.4%204.6-3.1%206.4-2.3%201.8.7%203.4%203.4%202.1%206-2.5%204.8-12.5%2024.4-26.2%2041.8m10%204.7a263%20263%200%200%201%2022-43.9c2.4-3.2%204.9-2.7%206.6-1.8a4.4%204.4%200%200%201%201.5%206.1c-3%204.6-14.9%2023.4-30.1%2039.6m9.4%205.5c9.7-19.4%2023.3-39%2026.1-42s5.2-2.3%206.8-1.3a4.4%204.4%200%200%201%201%206.2c-3.5%204.4-17.2%2022.1-34%2037zm8.8%206.2c11.6-18.6%2027-37%2030.1-39.7%203-2.8%205.4-2%206.9-.8a4.3%204.3%200%200%201%20.3%206.2c-3.8%204.1-19.1%2020.7-37.3%2034.3m8.3%206.9a284%20284%200%200%201%2033.8-37.2c3.3-2.5%205.5-1.5%206.9-.3a4.3%204.3%200%200%201-.3%206.3c-4.1%203.8-21%2019.1-40.4%2031.2m7.6%207.5A278%20278%200%200%201%20454.4%2069c3.6-2.3%205.7-1.1%207%20.3%201.2%201.3%201.5%204.4-1%206.2a306%20306%200%200%201-43.2%2027.8m6.5%207.8A297%20297%200%200%201%20464%2079.6c3.7-2%205.7-.6%206.8.9%201.2%201.4%201.1%204.5-1.4%206.1-4.8%203-24.3%2015.6-45.7%2024.5m5.9%208.3a307%20307%200%200%201%2043-28.1c4-1.7%205.9-.2%206.9%201.3%201%201.6.6%204.6-2%206a321%20321%200%200%201-48%2020.8zm5.4%209.6a313%20313%200%200%201%2045.8-24.4c4.1-1.4%205.8.3%206.6%201.9.9%201.6.3%204.6-2.6%205.8-5.3%202.2-27%2011.4-49.8%2016.7m4.2%209.2a320%20320%200%200%201%2048-20.8c4.2-1%205.7.8%206.4%202.5.6%201.6-.3%204.6-3.2%205.5-5.5%201.9-28%209.3-51.2%2012.8m3.4%209.8a325%20325%200%200%201%2049.8-16.9c4.2-.6%205.6%201.2%206.1%203%20.5%201.7-.7%204.5-3.7%205.3-5.7%201.3-28.8%207-52.2%208.6M307.8%2062a252%20252%200%200%201-9.7-47.4c0-3.9%202.3-4.8%204.2-5%202-.1%205%201.5%205.2%204.3.5%205.3%202.6%2026.9.4%2048.1zm-11%201.3a251%20251%200%200%201-14.3-46.4c-.4-4%201.8-5%203.7-5.3s5%201%205.6%203.8a263%20263%200%200%201%205%2047.9m-11%202.2A259%20259%200%200%201%20267%2020.3c-.8-3.9%201.3-5.1%203.2-5.6s5%20.6%205.9%203.4c1.5%205.1%207.7%2026%209.6%2047.3zm-10.5%203A264%20264%200%200%201%20252.5%2025c-1.1-3.8.8-5.2%202.6-5.8s5.1.2%206.2%202.8c2%205%2010.2%2025.4%2014%2046.4zM265.2%2072a270%20270%200%200%201-27-41.5c-1.4-3.7.4-5.3%202.2-6s5-.2%206.4%202.4c2.5%204.8%2012.5%2024.5%2018.4%2045.1m-10.3%205a276%20276%200%200%201-31-39.2c-1.7-3.5-.1-5.2%201.6-6.1s5-.6%206.6%201.9c3%204.6%2015%2023.3%2022.8%2043.4m-9.4%205.4A285%20285%200%200%201%20211%2045.7c-2.1-3.4-.7-5.2%201-6.3%201.5-1%205-1%206.7%201.4%203.4%204.3%2017.1%2022%2026.8%2041.5zm-8.7%206a292%20292%200%200%201-37.9-33.9c-2.4-3.2-1.1-5%20.4-6.2a5.5%205.5%200%200%201%206.8.8c3.8%204%2019.2%2020.7%2030.7%2039.3m-8.5%207a299%20299%200%200%201-41-30.7c-2.8-3-1.7-5-.3-6.3a5.5%205.5%200%200%201%206.9.3c4.2%203.7%2021%2019%2034.4%2036.6zm-7.4%207A307%20307%200%200%201%20177.2%2075c-3-2.8-2.1-4.8-.8-6.2%201.2-1.4%204.5-2.1%206.9-.3a292%20292%200%200%201%2037.6%2034zm-7%208.2a313%20313%200%200%201-46.2-23.8c-3.3-2.5-2.6-4.7-1.5-6.1%201.1-1.5%204.3-2.5%206.9-.9%204.8%203.1%2024.3%2015.5%2040.8%2030.8m-6.3%208.8c-22.2-7-44.9-17.6-48.4-19.9-3.6-2.2-3-4.4-2.1-6s4-2.8%206.8-1.4c5%202.7%2025.8%2013.5%2043.7%2027.3m-5.3%209c-22.8-5.3-46.3-14-50.1-16-3.7-2-3.5-4.2-2.6-5.8s3.7-3.1%206.6-2c5.3%202.3%2027%2011.4%2046.1%2023.8m-4.2%209a329%20329%200%200%201-51.4-12.2c-4-1.6-3.8-3.9-3.2-5.5.7-1.7%203.5-3.4%206.4-2.5%205.6%201.9%2028%209.3%2048.2%2020.2'/%3e%3cpath%20fill='%23f31509'%20d='M194.5%20147.4a332%20332%200%200%201-52.4-7.8c-4.1-1.3-4.3-3.6-3.8-5.3s3.1-3.6%206.2-3c5.6%201.4%2028.8%207%2050%2016.1'/%3e%3cpath%20d='M129.4%20141.5h381.2v12.6H129.4z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='mw-a'%3e%3cpath%20fill-opacity='.7'%20d='M179.7%200h708.7v708.7H179.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23mw-a)'%20transform='translate(-129.8)scale(.72249)'%3e%3cpath%20fill='%23f41408'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%2321873b'%20d='M0%20472.4h1063v236.3H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h1063v236.2H0z'/%3e%3cpath%20fill='%23f31509'%20d='M401.4%20214a147.3%20147.3%200%200%201%20192.2-80.3%20142%20142%200%200%201%2080.2%2080.3zm-36%209.8a420%20420%200%200%201-72.5-12c-5.6-2-5.9-5.4-5.2-8a7%207%200%200%201%208.5-4.5c7.9%202%2039.9%2010.5%2069.3%2024.5zM538%2092.6c-5.8-32-7.3-67.3-6.7-73.2s3.8-7%206.5-7a7%207%200%200%201%206.5%207c0%208.2-.2%2041.3-6.3%2073.2m16%20.8a428%20428%200%200%201-.5-73.6c1.1-5.9%204.4-6.7%207.1-6.4s6.3%203.3%205.9%207.6c-.7%208-3.7%2041-12.5%2072.4m14.4%202c-.4-32.6%204-67.6%205.7-73.4%201.5-5.8%204.9-6.3%207.6-5.8a7%207%200%200%201%205.2%208c-1.4%208-7.1%2040.6-18.5%2071.1zm15.3%203.3c2.5-32.4%2010-66.9%2012-72.5s5.5-5.8%208.1-5.1a7%207%200%200%201%204.5%208.4c-2.1%207.9-10.6%2039.9-24.6%2069.2m15%204.8A422%20422%200%200%201%20617%2032.3c2.6-5.4%206-5.3%208.6-4.4a7%207%200%200%201%203.7%208.9c-2.8%207.6-14.2%2038.7-30.7%2066.7zm14%205.9c8-31.6%2021.4-64.2%2024.5-69.4%203-5.2%206.4-4.8%208.8-3.6a7%207%200%200%201%203%209c-3.5%207.5-17.4%2037.5-36.3%2064m13.8%207.2a432%20432%200%200%201%2030.4-67c3.4-4.9%206.8-4.2%209.2-2.8a7%207%200%200%201%202%209.3c-4%207-20.5%2035.7-41.6%2060.5m13%208.3a420%20420%200%200%201%2036.2-64c3.8-4.6%207.1-3.6%209.3-2a7%207%200%200%201%201.3%209.4c-4.7%206.7-23.6%2033.8-46.8%2056.6m12.2%209.5c16-28.4%2037.4-56.4%2041.7-60.7%204.2-4.2%207.4-3%209.5-1.2s3.2%206.3.4%209.6c-5.2%206.2-26.4%2031.6-51.6%2052.3m11.5%2010.5a424%20424%200%200%201%2046.7-56.8c4.6-3.8%207.7-2.3%209.6-.4a7%207%200%200%201-.4%209.6%20410%20410%200%200%201-56%2047.6zm10.4%2011.5c20.7-25.1%2046.7-49%2051.6-52.4%205-3.4%207.8-1.6%209.6.4a7%207%200%200%201-1.2%209.5%20422%20422%200%200%201-60%2042.5m9%2011.8a422%20422%200%200%201%2055.8-48c5.2-3%208-.9%209.5%201.4%201.6%202.2%201.6%206.8-2%209.3a416%20416%200%200%201-63.2%2037.3zm8.2%2012.8a422%20422%200%200%201%2059.7-43c5.4-2.5%208-.2%209.4%202.1%201.3%202.3%201%207-2.8%209.2-7%204-35.6%2020.8-66.3%2031.7m7.6%2014.6a432%20432%200%200%201%2063.4-37.3c5.6-2%208%20.5%209.1%203a7%207%200%200%201-3.6%208.8%20418%20418%200%200%201-68.9%2025.5m5.8%2014.1a413%20413%200%200%201%2066.3-31.7c5.8-1.5%208%201.2%208.9%203.7s-.3%207-4.4%208.5a413%20413%200%200%201-70.8%2019.5m4.6%2015a421%20421%200%200%201%2069-25.8c5.8-1%207.7%201.8%208.4%204.5a7%207%200%200%201-5%208c-8%202.2-39.9%2010.7-72.4%2013.2zM522.4%2093.1A421%20421%200%200%201%20508.9%2021c0-6%203.1-7.3%205.8-7.6a7%207%200%200%201%207.1%206.5c.8%208%203.7%2041%20.6%2073.4zm-15.4%202a419%20419%200%200%201-19.7-70.8c-.5-6%202.5-7.6%205.1-8.1a7%207%200%200%201%207.7%205.8c1.4%208%207.2%2040.6%206.9%2073.1m-15.3%203.4a422%20422%200%200%201-25.9-68.9c-1-5.9%201.9-7.8%204.5-8.5a7%207%200%200%201%208%205.1c2.2%207.9%2010.8%2039.8%2013.4%2072.3m-14.4%204.5a420%20420%200%200%201-31.6-66.4c-1.5-5.8%201.2-8%203.7-8.9a7%207%200%200%201%208.5%204.4c2.8%207.7%2014.1%2038.7%2019.4%2070.9m-14%205.7A420%20420%200%200%201%20426%2045.4c-2-5.7.4-8%202.9-9.1a7%207%200%200%201%208.9%203.6c3.4%207.4%2017.3%2037.4%2025.4%2069zm-14.2%207.4a420%20420%200%200%201-42.8-59.9c-2.5-5.4-.3-8%202-9.3a7%207%200%200%201%209.2%202.8c4.1%207%2020.7%2035.7%2031.6%2066.4m-13%208.2a422%20422%200%200%201-47.8-56c-3-5.2-1-8%201.3-9.5a7%207%200%200%201%209.4%202c4.7%206.7%2023.6%2033.8%2037.1%2063.5m-12.1%209a419%20419%200%200%201-52.4-51.6c-3.4-4.9-1.6-7.8.5-9.5a7%207%200%200%201%209.5%201.2c5.2%206.2%2026.4%2031.6%2042.4%2060zM412.2%20144a422%20422%200%200%201-56.8-46.8c-3.8-4.6-2.3-7.7-.4-9.6a7%207%200%200%201%209.6.4c5.8%205.8%2029.2%2029.1%2047.6%2056M402%20154.9a421%20421%200%200%201-60.5-41.8c-4.2-4.2-2.9-7.4-1.1-9.5a7%207%200%200%201%209.5-.4c6.3%205.2%2031.5%2026.5%2052.1%2051.7m-9.7%2012.5a421%20421%200%200%201-64-36.3c-4.6-3.9-3.6-7.2-2-9.4a7%207%200%200%201%209.5-1.3%20423%20423%200%200%201%2056.5%2047m-8.7%2013.4a421%20421%200%200%201-67-30.3c-5-3.5-4.3-6.8-2.9-9.2a7%207%200%200%201%209.3-2.1c7.1%204%2035.8%2020.5%2060.6%2041.6m-7.3%2013.7c-31.5-8-64.2-21.4-69.4-24.4-5.1-3-4.8-6.4-3.6-8.8a7%207%200%200%201%209.1-3c7.4%203.4%2037.4%2017.4%2064%2036.2zm-5.8%2013.8a415%20415%200%200%201-71.2-18.6c-5.4-2.5-5.3-6-4.4-8.5%201-2.5%204.8-5.2%208.9-3.7%207.6%202.8%2038.7%2014.2%2066.7%2030.8'/%3e%3cpath%20fill='%23f31509'%20d='M365.5%20223.8c-32.5-2.5-67-9.9-72.6-12s-5.9-5.4-5.2-8a7%207%200%200%201%208.5-4.5c7.9%202%2039.9%2010.5%2069.3%2024.5'/%3e%3cpath%20d='M275.3%20214.7H803V234H275.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mx{background-image:url(/dbcrm/assets/mx-Cc8Ccfe8.svg)}.fi-mx.fis{background-image:url(/dbcrm/assets/mx-CvCwYHGF.svg)}.fi-my{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-my'%20viewBox='0%200%20640%20480'%3e%3cg%20clip-path='url(%23my-a)'%3e%3cpath%20fill='%23C00'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%200h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2034.3h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%2068.6h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20102.9h640V137H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20137.1h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20171.4h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20205.7h640V240H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20240h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20274.3h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20308.6h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20342.9h640V377H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20377.1h640v34.3H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20411.4h640v34.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20445.7h640V480H0z'/%3e%3cpath%20fill='%23006'%20d='M0%20.5h320v274.3H0z'/%3e%3cpath%20fill='%23FC0'%20d='m207.5%2073.8%206%2040.7%2023-34-12.4%2039.2%2035.5-20.8-28.1%2030%2041-3.2-38.3%2014.8%2038.3%2014.8-41-3.2%2028.1%2030-35.5-20.8%2012.3%2039.3-23-34.1-6%2040.7-5.9-40.7-23%2034%2012.4-39.2-35.5%2020.8%2028-30-41%203.2%2038.4-14.8-38.3-14.8%2041%203.2-28.1-30%2035.5%2020.8-12.4-39.3%2023%2034.1zm-33.3%201.7a71%2071%200%200%200-100%2065%2071%2071%200%200%200%20100%2065%2080%2080%200%200%201-83.2%206.2%2080%2080%200%200%201-43.4-71.2%2080%2080%200%200%201%20126.6-65'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='my-a'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.fi-my.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-my'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23C00'%20d='M0%200h512v36.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%2036.6h512V73H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%2073.1h512v36.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20109.7h512v36.6H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20146.3h512v36.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20182.9h512v36.5H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20219.4h512V256H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20256h512v36.6H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20292.6h512V329H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20329.1h512v36.6H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20365.7h512v36.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20402.3h512v36.6H0z'/%3e%3cpath%20fill='%23C00'%20d='M0%20438.9h512v36.5H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20475.4h512V512H0z'/%3e%3cpath%20fill='%23006'%20d='M0%200h256v292.6H0z'/%3e%3cpath%20fill='%23FC0'%20d='m166%2093%204.8%2032.5%2018.4-27.2-10%2031.3%2028.5-16.6-22.5%2024%2032.8-2.6-30.7%2011.9L218%20158l-32.8-2.5%2022.5%2024-28.4-16.7%209.8%2031.5-18.4-27.3-4.8%2032.5-4.7-32.5-18.4%2027.2%209.9-31.4-28.4%2016.7%2022.4-24-32.8%202.5%2030.7-11.8-30.6-11.9%2032.8%202.6-22.5-24%2028.4%2016.6-10-31.4%2018.5%2027.3%204.8-32.6Zm-26.7%201.3a57%2057%200%200%200-73%2024.9%2057%2057%200%200%200%2045.5%2083.8%2057%2057%200%200%200%2027.5-4.7%2064%2064%200%201%201%200-104'/%3e%3c/svg%3e")}.fi-mz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mz'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='mz-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23mz-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23009a00'%20fill-rule='evenodd'%20d='M0%200h768v160H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20160h768v16H0z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M0%20176h768v160H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20336h768v16H0z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='M0%20352h768v160H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M0%200v512l336-256z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='m198.5%20333-51.2-37.5L96.1%20333l19.9-60.3-51.5-37.1%2063.5.2%2019.3-60.4%2019.4%2060.5%2063.5-.3-51.5%2037.1z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M102.8%20290.9h37c3%203.3%209.5%204.7%2015.8%200%2011.6-6.4%2034%200%2034%200l4.4-4.7-10.7-35.2-3.9-4.2s-8.3-5-24-3.3-21.2-.5-21.2-.5-13.7%201.6-17.6%203.6l-4.4%204.4z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M110.3%20281.8s35.2-4.4%2045.4%209.1c-5.7%204-10.8%204.3-16.2.3.8-1.5%2012.6-13.8%2042.7-9.7'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1.2'%20d='m148%20246.6-.3%2038.8m31.7-38.3L186%20278'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m117%20246.6-3.7%2016'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m78.9%20295.1%208.6%2010.2q1.5.9%202.9%200l12.8-15.4%205.4-6.7q1.3-1.6%201-3l10.4-9.3%202.2.2c-1-.2-1.7-.7-1-1.8l2.4-1.8%201.8%202.3s-2.6%203.4-2.9%203.4h-2.8l-5.4%204.9%202.4%202%203.5%209.8%204.4-3.1-2.8-10%206.1-6.7-2.3-3.6%201.6-2s21.3%2013.4%2029.6%209.8c.2%200%20.5-9.6.5-9.6s-22.2-2.3-22.7-6.7%205-5%205-5l-2.4-3.2.5-1.8%203.9%204.8%208.7-7.4%2051.5%2058.6c2.8-1.1%203.4-1.8%203.6-4.6L155%20241.5l3.8-4.1c.8-.9%201-1.2%201-2.6l6-5.1a7%207%200%200%201%203.8%203L186%20219c.4.4%201.7.8%202.6.4l26.9-25.9-29.3%2020.7-1-.7c0-.9%201-1%200-2.6-1.2-1.4-2.9%201.3-3.1%201.3s-4.3-1.4-5.2-3.2l-.2%204.7-7.5%207-5.7-.3-8.2%208-1%203%201.3%202.7s-4.4%203.8-4.4%203.6c0-.3-.9-1.2-1-1.3l3.8-3.4.5-2.3-1.2-2c-.4.3-5.2%205.4-5.5%204.8l-14-15.5.8-2.9-8.7-9.5c-3.2-1.1-8.3-1.3-9.3%205.7-.8%201.6-7.4.2-7.4.2l-3.6.8L85.2%20241l11.3%2013.6%2023.2-29.3.7-8.3%204.8%205.4q2.5.5%204.7-.5l13.7%2015.3-2.3%202.3%202%202.2%202.4-1.6.9%201.3-3.1%202.1c-1.8-1.2-3.6-2.7-3.5-5l-7.7%206.4-.3%201.2-22.9%2019-2%20.3-.5%206%2014.9-12.4v-1.8l1.5%201.3%2011.6-9.3s.8%201%20.5%201-10.3%209.3-10.3%209.3l-.2%201-1.8%201.6-1-.8-14%2012.4h-2l-7.7%207.7c-2%20.2-3.7.4-5.4%201.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-mz.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-mz'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='mz-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23mz-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23009a00'%20fill-rule='evenodd'%20d='M0%200h744v155H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20155h744v15.5H0z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M0%20170.5h744v155H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M0%20325.5h744V341H0z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='M0%20341h744v155H0z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20d='M0%200v496l325.6-248z'/%3e%3cpath%20fill='%23ffca00'%20fill-rule='evenodd'%20d='m192.3%20322.6-49.6-36.3-49.5%2036.3%2019.2-58.4-50-36%2061.6.3%2018.7-58.5%2018.8%2058.5%2061.5-.3-50%2036z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M99.6%20281.9h35.8c2.9%203.2%209.3%204.5%2015.4%200%2011.2-6.2%2032.9%200%2032.9%200l4.3-4.6-10.4-34.1-3.8-4s-8-4.8-23.2-3.2-20.5-.6-20.5-.6-13.4%201.6-17.1%203.6l-4.3%204.3-9%2038.7z'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='M106.8%20273s34.2-4.2%2044%208.9c-5.5%203.8-10.4%204-15.7.2.9-1.4%2012.3-13.3%2041.4-9.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='1.1'%20d='m143.4%20238.9-.3%2037.6m30.7-37%206.4%2029.8'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m113.3%20239-3.5%2015.4'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.1'%20d='m76.4%20286%208.4%209.8q1.5.9%202.8%200l12.4-15%205.3-6.4a4%204%200%200%200%201-3l10-9q1%20.3%202%20.3c-.9-.3-1.6-.7-.8-1.8l2.2-1.7%201.8%202.2s-2.5%203.3-2.8%203.3H116l-5.3%204.7%202.3%202%203.5%209.5%204.2-3-2.7-9.7%206-6.5-2.3-3.5%201.5-2s20.7%2013%2028.7%209.5c.2.1.5-9.3.5-9.3s-21.5-2.2-22-6.4%204.8-4.8%204.8-4.8l-2.3-3.2.5-1.8%203.8%204.8%208.4-7.3%2049.9%2056.9c2.7-1.1%203.3-1.8%203.5-4.5L150%20234l3.8-4c.7-.8%201-1.2%201-2.5l5.7-5a7%207%200%200%201%203.7%203l15.8-13.3c.4.4%201.7.8%202.5.3l26-25-28.3%2020-1-.7c0-.8%201-1%200-2.5-1.1-1.3-2.8%201.3-3%201.3s-4.1-1.4-5-3.1l-.2%204.6-7.3%206.7-5.5-.2-8%207.7-1%203%201.3%202.5s-4.2%203.7-4.2%203.5-.9-1.1-1-1.3l3.7-3.2.5-2.3-1.2-1.9c-.4.3-5%205.2-5.3%204.7L129.7%20211l.7-2.8-8.5-9.2c-3-1-8-1.2-9%205.5-.7%201.6-7.2.2-7.2.2l-3.4.8-19.7%2027.9%2011%2013.2%2022.4-28.4.6-8%204.7%205.2q2.4.4%204.5-.5l13.3%2014.8-2.2%202.2%202%202.2%202.2-1.6%201%201.3-3%202c-1.9-1.1-3.6-2.6-3.4-4.9l-7.5%206.2-.3%201.3-22.2%2018.4-2%20.3-.5%205.7%2014.5-12v-1.7l1.5%201.2%2011.2-9s.8%201%20.5%201-10%209-10%209l-.2%201-1.7%201.5-1-.7-13.5%2012h-2l-7.5%207.4c-1.9.2-3.6.4-5.2%201.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-na{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-na'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='na-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23na-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%233662a2'%20d='m-26.4.2.8%20345.6L512.5%200z'/%3e%3cpath%20fill='%2338a100'%20d='M666.4%20479.6%20665%20120.3%20122.3%20479.8l544-.2z'/%3e%3cpath%20fill='%23c70000'%20d='m-26%20371.8.4%20108.2%20117.5-.1L665.4%2095.4l-.7-94.1-116-1L-26%20371.7z'/%3e%3cpath%20fill='%23ffe700'%20d='m219.6%20172-21.8-13.2-12.6%2022.1-12.2-22.2-22%2012.9.6-25.4-25.4.2%2013.2-21.8-22.1-12.5%2022.2-12.3-12.8-22%2025.4.6-.1-25.5%2021.7%2013.2L186.3%2044l12.2%2022.2%2022-12.9-.6%2025.4%2025.4-.2-13.2%2021.8%2022.1%2012.5-22.2%2012.3%2012.8%2022-25.4-.6z'/%3e%3cpath%20fill='%233662a2'%20d='M232.4%20112.4c0%2025.6-20.9%2046.3-46.6%2046.3s-46.6-20.7-46.6-46.3%2020.8-46.2%2046.6-46.2%2046.6%2020.7%2046.6%2046.2'/%3e%3cpath%20fill='%23ffe700'%20d='M222.3%20112.4a36.5%2036.5%200%201%201-73%200%2036.5%2036.5%200%200%201%2073%200'/%3e%3c/g%3e%3c/svg%3e")}.fi-na.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-na'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='na-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23na-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%233662a2'%20d='m-108.2.2.8%20368.6L466.6%200z'/%3e%3cpath%20fill='%2338a100'%20d='m630.7%20511.5-1.4-383.2-579%20383.5z'/%3e%3cpath%20fill='%23c70000'%20d='m-107.9%20396.6.5%20115.4%20125.3-.2%20611.7-410.1L629%201.4%20505.2.2z'/%3e%3cpath%20fill='%23ffe700'%20d='m154%20183.4-23.1-14-13.4%2023.6-13-23.8L81%20183l.6-27.1-27%20.2%2014-23.2L45%20119.5l23.8-13L55%2083l27%20.6-.1-27.1%2023.2%2014%2013.4-23.6%2013%2023.7L155.2%2057l-.6%2027%2027-.1-14%2023.2%2023.6%2013.3-23.8%2013.1%2013.7%2023.4-27-.5z'/%3e%3cpath%20fill='%233662a2'%20d='M167.8%20120c0%2027.2-22.3%2049.3-49.8%2049.3s-49.7-22.1-49.7-49.4%2022.3-49.3%2049.8-49.3%2049.7%2022%2049.7%2049.3z'/%3e%3cpath%20fill='%23ffe700'%20d='M157%20120a39%2039%200%201%201-77.9%200%2039%2039%200%200%201%2077.9%200'/%3e%3c/g%3e%3c/svg%3e")}.fi-nc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nc'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23009543'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ed4135'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%230035ad'%20d='M0%200h640v160H0z'/%3e%3ccircle%20cx='240'%20cy='240'%20r='157.3'%20fill='%23fae600'%20stroke='%23000'%20stroke-width='5.3'/%3e%3cpath%20stroke='%23000'%20stroke-width='6.4'%20d='M213.3%20263.5h53.3M213.3%20224h53.3M240%2083.2V352'/%3e%3cpath%20fill='%23000001'%20d='M176.6%20384.4c64.2%2026.3%20124.4%201.7%20124.4%201.7s-22.7-24.6-34.3-34.2c-11.4-9.4-44.8-9-56.2%200a489%20489%200%200%200-33.9%2032.5'/%3e%3cellipse%20cx='240'%20cy='312.5'%20fill='%23000001'%20rx='17.6'%20ry='25.6'/%3e%3cellipse%20cx='240'%20cy='243.7'%20fill='%23000001'%20rx='21.3'%20ry='13.5'/%3e%3ccircle%20cx='240'%20cy='181.3'%20r='21.3'%20fill='%23000001'/%3e%3cpath%20fill='%23000001'%20d='M265.6%20101.9s1.8%203-2%2010c-18.6%2033.5-37.3%2034.2-40.8%2037.1-4%203.2-5.6%203-5.6%203%20.3-2.9.5-14.6.7-15.7%202.9-15.7%2026.5-15.5%2045-31.5%202.9-2.5%202.7-3%202.7-3zm-62.4%2072s4.3%2012%204.8%2024c1%2019.2%2019.4%2019.7%2032%2019.7v-10.7c-9.5%200-17.7-1.4-24.5-15.4a123%20123%200%200%200-12.3-17.6m-.5%20154.6s6.7-8.3%2014.6-27.7c4-10.1%2013.8-16%2022.7-16v-15c-20.3%200-30%207.5-31%2018.6a329%20329%200%200%201-6.3%2040.1'/%3e%3cpath%20d='M276.8%20173.9s-4.3%2012-4.8%2024c-1%2019.2-19.4%2019.7-32%2019.7V207c9.5%200%2017.7-1.4%2024.5-15.5q5.4-9.3%2012.3-17.6m.5%20154.7s-6.7-8.4-14.6-27.8c-4-10.1-13.8-16-22.7-16V270c20.3%200%2030%207.5%2031%2018.6a329%20329%200%200%200%206.3%2040'/%3e%3c/svg%3e")}.fi-nc.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nc'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23009543'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ed4135'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%230035ad'%20d='M0%200h512v170.7H0z'/%3e%3ccircle%20cx='225.6'%20cy='256'%20r='167.8'%20fill='%23fae600'%20stroke='%23000'%20stroke-width='5.7'/%3e%3cpath%20stroke='%23000'%20stroke-width='6.8'%20d='M197.2%20281h56.9m-56.9-42h56.9M225.6%2088.6v286.8'/%3e%3cpath%20fill='%23000001'%20d='M158%20410c68.6%2028%20132.8%201.8%20132.8%201.8s-24.3-26.2-36.7-36.5c-12.1-10-47.8-9.6-60%200-10%208-39.2%2037.5-36%2034.8z'/%3e%3cellipse%20cx='225.6'%20cy='333.4'%20fill='%23000001'%20rx='18.8'%20ry='27.3'/%3e%3cellipse%20cx='225.6'%20cy='260'%20fill='%23000001'%20rx='22.8'%20ry='14.4'/%3e%3ccircle%20cx='225.6'%20cy='193.4'%20r='22.8'%20fill='%23000001'/%3e%3cpath%20fill='%23000001'%20d='M253%20108.7s2%203.2-2.2%2010.7c-19.9%2035.7-39.7%2036.5-43.5%2039.5-4.2%203.4-6%203.2-6%203.2.4-3%20.6-15.6.8-16.8%203-16.6%2028.3-16.4%2048-33.5%203-2.7%202.8-3.2%202.8-3.2zm-66.6%2076.8s4.5%2012.7%205.1%2025.6c1.1%2020.4%2020.7%2021%2034.1%2021v-11.4c-10%200-18.9-1.4-26.1-16.5a131%20131%200%200%200-13.1-18.7m-.6%20165s7.2-9%2015.6-29.6a27%2027%200%200%201%2024.2-17.1v-16c-21.6%200-32%208-33%2019.9-2.4%2024-6.8%2042.7-6.8%2042.7zm79.2-165s-4.6%2012.7-5.2%2025.6c-1.1%2020.5-20.7%2021-34.1%2021v-11.3c10.1%200%2018.9-1.5%2026.2-16.5q5.8-10%2013-18.8zm.5%20165s-7.1-8.9-15.6-29.6a27%2027%200%200%200-24.2-17v-16c21.6%200%2032%208%2033.1%2019.8a351%20351%200%200%200%206.7%2042.8'/%3e%3c/svg%3e")}.fi-ne{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ne'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230db02b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23e05206'%20d='M0%200h640v160H0z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='68'%20fill='%23e05206'/%3e%3c/svg%3e")}.fi-ne.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ne'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230db02b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23e05206'%20d='M0%200h512v170.7H0z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='72.5'%20fill='%23e05206'/%3e%3c/svg%3e")}.fi-nf{background-image:url(/dbcrm/assets/nf-Dl00mlk2.svg)}.fi-nf.fis{background-image:url(/dbcrm/assets/nf-DGrQb42O.svg)}.fi-ng{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ng'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23008753'%20d='M426.6%200H640v480H426.6zM0%200h213.3v480H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ng.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ng'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23008753'%20d='M341.3%200H512v512H341.3zM0%200h170.7v512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ni{background-image:url(/dbcrm/assets/ni-CcFCSQxm.svg)}.fi-ni.fis{background-image:url(/dbcrm/assets/ni-BX2WCaNt.svg)}.fi-nl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nl'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%2321468b'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e")}.fi-nl.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nl'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ae1c28'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%2321468b'%20d='M0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.fi-no{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-no'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M180%200h120v480H180z'/%3e%3cpath%20fill='%23fff'%20d='M0%20180h640v120H0z'/%3e%3cpath%20fill='%23002664'%20d='M210%200h60v480h-60z'/%3e%3cpath%20fill='%23002664'%20d='M0%20210h640v60H0z'/%3e%3c/svg%3e")}.fi-no.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-no'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ed2939'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M128%200h128v512H128z'/%3e%3cpath%20fill='%23fff'%20d='M0%20192h512v128H0z'/%3e%3cpath%20fill='%23002664'%20d='M160%200h64v512h-64z'/%3e%3cpath%20fill='%23002664'%20d='M0%20224h512v64H0z'/%3e%3c/svg%3e")}.fi-np{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-np'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='np-a'%3e%3cpath%20fill-opacity='.7'%20d='M0-16h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23np-a)'%20transform='translate(0%2015)scale(.9375)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ce0000'%20stroke='%23000063'%20stroke-width='13.8'%20d='M6.5%20489.5h378.8L137.4%20238.1l257.3.3L6.6-9.5v499z'/%3e%3cpath%20fill='%23fff'%20d='m180.7%20355.8-27%209%2021.2%2019.8-28.5-1.8%2011.7%2026.2-25.5-12.3.5%2028.6-18.8-20.9-10.7%2026.6-9.2-26.3-20.3%2020.6%201.8-27.7L49%20409l12.6-25-29.3.6%2021.5-18.3-27.3-10.5%2027-9L32.2%20327l28.4%201.8L49%20302.6l25.6%2012.3-.5-28.6%2018.8%2020.9%2010.7-26.6%209.1%2026.3%2020.4-20.6-1.9%2027.7%2027-11.4-12.7%2025%2029.4-.6-21.5%2018.3zm-32.4-184.7-11.3%208.4%205.6%204.6a94%2094%200%200%200%2030.7-36c1.8%2021.3-17.7%2069-68.7%2069.5a70.6%2070.6%200%200%201-71.5-70.3c10%2018.2%2016.2%2027%2032%2036.5l4.7-4.4-10.6-8.9%2013.7-3.6-7.4-12.4%2014.4%201-1.8-14.4%2012.6%207.4%204-13.5%209%2010.8%208.5-10.3%204.6%2014%2011.8-8.2-1.5%2014.3%2014.2-1.7-6.7%2013.2z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-np.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-np'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='np-b'%3e%3cpath%20fill-opacity='.7'%20d='M0-16h512v512H0z'/%3e%3c/clipPath%3e%3cclipPath%20id='np-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23np-a)'%3e%3cg%20clip-path='url(%23np-b)'%20transform='translate(0%2016)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23ce0000'%20stroke='%23000063'%20stroke-width='13'%20d='M6.5%20489.5h378.8L137.4%20238.1l257.3.3L6.6-9.5v499z'/%3e%3cpath%20fill='%23fff'%20d='m180.7%20355.8-27%209%2021.2%2019.8-28.5-1.8%2011.7%2026.2-25.5-12.3.5%2028.6-18.8-20.9-10.7%2026.6-9.2-26.3-20.3%2020.6%201.8-27.7L49%20409l12.6-25-29.3.6%2021.5-18.3-27.3-10.5%2027-9L32.2%20327l28.4%201.8L49%20302.6l25.6%2012.3-.5-28.6%2018.8%2020.9%2010.7-26.6%209.1%2026.3%2020.4-20.6-1.9%2027.7%2027-11.4-12.7%2025%2029.4-.6-21.5%2018.3zm-32.4-184.7-11.3%208.4%205.6%204.6a94%2094%200%200%200%2030.7-36c1.8%2021.3-17.7%2069-68.7%2069.5a70.6%2070.6%200%200%201-71.5-70.3c10%2018.2%2016.2%2027%2032%2036.5l4.7-4.4-10.6-8.9%2013.7-3.6-7.4-12.4%2014.4%201-1.8-14.4%2012.6%207.4%204-13.5%209%2010.8%208.5-10.3%204.6%2014%2011.8-8.2-1.5%2014.3%2014.2-1.7-6.7%2013.2z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-nr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='nr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-54.7%200H628v512H-54.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23nr-a)'%20transform='translate(51.3)scale(.9375)'%3e%3cpath%20fill='%23002170'%20d='M-140%200H884v512H-140z'/%3e%3cpath%20fill='%23ffb20d'%20d='M-140%20234.1H884V278H-140z'/%3e%3cpath%20fill='%23fff'%20d='m161.8%20438-33-33-10.5%2045.4-12-45-31.9%2034%2012.1-45L42%20407.9l33-33-45.4-10.6%2045-12-34-31.8%2045%2012L72%20288l33%2033%2010.6-45.4%2012%2045%2031.8-34-12%2045%2044.5-13.5-33%2033%2045.4%2010.5-45%2012%2034%2032-45-12.2z'/%3e%3c/g%3e%3c/svg%3e")}.fi-nr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nr'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='nr-a'%3e%3cpath%20fill-opacity='.7'%20d='M135.6%200h496.1v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23nr-a)'%20transform='translate(-140)scale(1.0321)'%3e%3cpath%20fill='%23002170'%20d='M0%200h992.1v496H0z'/%3e%3cpath%20fill='%23ffb20d'%20d='M0%20226.8h992.1v42.4H0z'/%3e%3cpath%20fill='%23fff'%20d='m292.4%20424.4-31.9-32-10.2%2044-11.7-43.7-30.9%2033%2011.8-43.6-43.2%2013%2032-31.8-44-10.3%2043.6-11.6-33-31%2043.6%2011.8-13-43.2%2031.8%2032%2010.3-44%2011.7%2043.6%2030.8-32.9-11.7%2043.6%2043.2-13-32%2031.8%2044%2010.3L290%20362l33%2030.9-43.7-11.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-nu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nu'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fedd00'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23012169'%20d='M0%200h320v240H0z'/%3e%3cpath%20fill='%23fff'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='%23c8102e'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23fff'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3ccircle%20cx='160'%20cy='120'%20r='40.8'%20fill='%23012169'/%3e%3cpath%20fill='%23fedd00'%20d='m160%2079.2%2024%2073.8-62.8-45.6h77.6L136%20153M66.7%2098.3l14%2043.4L43.9%20115h45.7l-37%2026.8m200.7-43.5%2014.1%2043.4-36.9-26.8h45.7l-37%2026.8M160%20178.3l14.1%2043.4-37-26.8h45.7l-37%2026.8M160%2018.3l14.1%2043.4-37-26.8h45.7l-37%2026.8'/%3e%3c/svg%3e")}.fi-nu.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-nu'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fedd00'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23012169'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M256%200v32l-95%2096%2095%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094%2093-94z'/%3e%3cpath%20fill='%23c8102e'%20d='m92%20162%205.5%2017L21%20256H0v-1.5zm62-6%2027%204%2075%2073.5V256zM256%200l-96%2098-2-22%2075-76zM0%20.5%2096.5%2095%2067%2091%200%2024.5z'/%3e%3cpath%20fill='%23fff'%20d='M88%200v256h80V0zM0%2088v80h256V88z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%20104v48h256v-48zM104%200v256h48V0z'/%3e%3ccircle%20cx='128'%20cy='128'%20r='43.6'%20fill='%23012169'/%3e%3cpath%20fill='%23fedd00'%20d='m128%2084.4%2025.6%2078.8-67-48.7h82.8l-67%2048.7m-49.1-58.3%2015%2046.3L29%20122.6h48.7l-39.4%2028.6m164.4-46.3%2015%2046.3-39.4-28.6H227l-39.4%2028.6m-59.6%2039%2015%2046.3-39.3-28.6h48.6L113%20236.5m15-217L143%2066l-39.3-28.7h48.6L113%2066'/%3e%3c/svg%3e")}.fi-nz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-nz'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='nz-b'%3e%3cg%20id='nz-a'%3e%3cpath%20d='M0-.3v.5l1-.5z'/%3e%3cpath%20d='M.2.3%200-.1l1-.2z'/%3e%3c/g%3e%3cuse%20xlink:href='%23nz-a'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='rotate(72%200%200)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='rotate(-72%200%200)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='scale(-1%201)rotate(72)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%2300247d'%20fill-rule='evenodd'%20d='M0%200h640v480H0z'/%3e%3cg%20transform='translate(-111%2036.1)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='translate(900%20120)scale(45.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='matrix(30%200%200%2030%20900%20120)'/%3e%3c/g%3e%3cg%20transform='rotate(82%20525.2%20114.6)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='rotate(-82%20519%20-457.7)scale(40.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='rotate(-82%20519%20-457.7)scale(25)'/%3e%3c/g%3e%3cg%20transform='rotate(82%20525.2%20114.6)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='rotate(-82%20668.6%20-327.7)scale(45.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='rotate(-82%20668.6%20-327.7)scale(30)'/%3e%3c/g%3e%3cg%20transform='translate(-111%2036.1)scale(.66825)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='translate(900%20480)scale(50.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='matrix(35%200%200%2035%20900%20480)'/%3e%3c/g%3e%3cpath%20fill='%23012169'%20d='M0%200h320v240H0z'/%3e%3cpath%20fill='%23fff'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='%23c8102e'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23fff'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e")}.fi-nz.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-nz'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cg%20id='nz-b'%3e%3cg%20id='nz-a'%3e%3cpath%20d='M0-.3v.5l1-.5z'/%3e%3cpath%20d='M.2.3%200-.1l1-.2z'/%3e%3c/g%3e%3cuse%20xlink:href='%23nz-a'%20transform='scale(-1%201)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='rotate(72%200%200)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='rotate(-72%200%200)'/%3e%3cuse%20xlink:href='%23nz-a'%20transform='scale(-1%201)rotate(72)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%2300247d'%20fill-rule='evenodd'%20d='M0%200h512v512H0z'/%3e%3cg%20transform='translate(-148.7%2090.5)scale(.60566)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='translate(900%20120)scale(45.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='matrix(30%200%200%2030%20900%20120)'/%3e%3c/g%3e%3cg%20transform='rotate(82%20418.7%20105.1)scale(.60566)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='rotate(-82%20519%20-457.7)scale(40.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='rotate(-82%20519%20-457.7)scale(25)'/%3e%3c/g%3e%3cg%20transform='rotate(82%20418.7%20105.1)scale(.60566)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='rotate(-82%20668.6%20-327.7)scale(45.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='rotate(-82%20668.6%20-327.7)scale(30)'/%3e%3c/g%3e%3cg%20transform='translate(-148.7%2090.5)scale(.60566)'%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23fff'%20transform='translate(900%20480)scale(50.4)'/%3e%3cuse%20xlink:href='%23nz-b'%20width='100%25'%20height='100%25'%20fill='%23cc142b'%20transform='matrix(35%200%200%2035%20900%20480)'/%3e%3c/g%3e%3cpath%20fill='%23012169'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M256%200v32l-95%2096%2095%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094%2093-94z'/%3e%3cpath%20fill='%23c8102e'%20d='m92%20162%205.5%2017L21%20256H0v-1.5zm62-6%2027%204%2075%2073.5V256zM256%200l-96%2098-2-22%2075-76zM0%20.5%2096.5%2095%2067%2091%200%2024.5z'/%3e%3cpath%20fill='%23fff'%20d='M88%200v256h80V0zM0%2088v80h256V88z'/%3e%3cpath%20fill='%23c8102e'%20d='M0%20104v48h256v-48zM104%200v256h48V0z'/%3e%3c/svg%3e")}.fi-om{background-image:url(/dbcrm/assets/om-DcqxRdQL.svg)}.fi-om.fis{background-image:url(/dbcrm/assets/om-nN8zP2Bu.svg)}.fi-pa{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pa'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pa-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23pa-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M92.5%200h477.2v480H92.4z'/%3e%3cpath%20fill='%23db0000'%20fill-rule='evenodd'%20d='M323%203.6h358v221.7H323z'/%3e%3cpath%20fill='%230000ab'%20fill-rule='evenodd'%20d='M3.2%20225.3h319.9V480H3.2zm211.6-47.6-42-29.4-41.7%2029.6%2015.5-48L105%20100l51.6-.4%2016-48%2016.3%2047.9h51.6l-41.5%2030%2015.9%2048z'/%3e%3cpath%20fill='%23d80000'%20fill-rule='evenodd'%20d='m516.9%20413.9-42.4-27.7-42.1%2028%2015.6-45.6-42-28%2052-.5%2016.2-45.4%2016.4%2045.3h52l-41.8%2028.5%2016%2045.4z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pa.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pa'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pa-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23pa-a)'%3e%3cpath%20fill='%23fff'%20d='M-26-25h592.5v596H-26z'/%3e%3cpath%20fill='%23db0000'%20d='M255.3-20.4h312.1v275.2h-312z'/%3e%3cpath%20fill='%230000ab'%20d='M-54.5%20254.8h309.9V571H-54.5zM179%20181.6l-46.5-29.2-46.2%2029.5%2017.2-48-46.2-29.6%2057.1-.4%2017.7-47.8%2018.1%2047.7h57.1l-45.9%2030z'/%3e%3cpath%20fill='%23d80000'%20d='m435.2%20449-46.4-29.2-46.3%2029.5%2017.2-48-46.2-29.5%2057.2-.4%2017.7-47.8%2018%2047.7h57.2l-46%2030z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pe{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pe'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23D91023'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M213.3%200h213.4v480H213.3z'/%3e%3c/svg%3e")}.fi-pe.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pe'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23D91023'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M170.7%200h170.6v512H170.7z'/%3e%3c/svg%3e")}.fi-pf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pf'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pf-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23pf-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M80%200h480v480H80z'/%3e%3cpath%20fill='%23083d9c'%20fill-rule='evenodd'%20stroke='%23083d9c'%20stroke-width='2pt'%20d='M277.3%20340.8s10.8-8.8%2021.4-8.8%2013.4%207.3%2020.8%207.9c7.3.6%2013.4-7.3%2022.5-7.6s20.5%206.4%2020.5%206.4l-39.8%2012-45.4-10zm-22.9-13%20135.4.7s-11.7-12.7-25.5-13c-13.8-.2-10%206-20.5%206.8-10.6.9-13.2-6.4-22.9-6.2s-15.2%206.2-22.5%206.5-16.7-7.3-22.3-7-25.5%208.7-25.5%208.7l3.8%203.6zm-17.3-16%20167%20.5c2.7-3.8-8.2-12.9-18.1-13.7-8.2.3-14%208.5-20.8%208.8s-14.4-8.5-22-8.2-15.5%208.2-23.1%208.2-13.2-8.5-22.9-8.5-14%209.3-21.4%208.8-13.8-9.4-20.8-9.4-18.7%2010.5-21%2010c-2.4-.7%202.9%204.3%203.1%203.4z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='m301.3%20218.9%2038.4%2010.2v-54.8c-17.6%201-32.2-33.4-1.2-35.7-30.5-4.4-34%203.5-37.5%2012z'/%3e%3cpath%20fill='%23083d9c'%20fill-rule='evenodd'%20stroke='%23083d9c'%20stroke-linecap='round'%20stroke-width='5'%20d='m277%20258.7%2086.7.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='4'%20d='m281.1%20238%2010.3%2013.7m-10.3%200%2011.1-13.5M287%20237l-.3%208.5m10.8-7.6%2010.3%2013.8m-10.3%200%2011.1-13.5m-5.2-1.2-.3%208.5m11.1-7.6%2010.3%2013.8m-10.3%200%2011.1-13.5m-5.2-1.2-.3%208.5m11.7-7.6%2010.2%2013.8m-10.2%200%2011.1-13.5m-5.3-1.2-.2%208.5m11-7.6%2010.3%2013.8m-10.2%200%2011.1-13.5M354%20237l-.3%208.5'/%3e%3cpath%20fill='%23ef7d08'%20fill-rule='evenodd'%20d='m218.7%20259.6%2036.9.3v-23.1l-42.2-2.1zm-1.8-32%2039.3%203.9-.3-16.4-38.4-15.3-.6%2027.9zm8-32.7%2030.1%2014.6%204.3-4.5s-2.8-1.9-2.6-3.7c0-1.7%202.8-2%202.8-4%200-1.7-3-2-3.1-3.7-.2-2%202.4-4%202.4-4l-27.2-23.7-6.8%2029zm198%2065h-39l-.3-22.6%2042.8-3.2zM384.2%20232l46.3-5.6-10-26.7-36.6%2015.6zm33.7-39.6L384.5%20210c-.5-2-.9-3.8-3.2-5.3%200%200%202-1.2%202-3.2s-2.6-2.4-2.6-3.5%202.4-2.2%202.6-4.9c-.3-1.8-2.6-4.4-2.2-4.9l26-19.8zm-72.4%2039.1%2016.7-.7.3-6.7zm-51-.5-17.5-.5v-7l17.6%207.5zm0-2-17.5-9v-11.8s-2%20.3-1.8-2c.1-4.9%2012.9%208.9%2019.4%2013.4zm51-1.1v-7.7s15.8-14.2%2019.1-16.9c0%203-1.8%205.2-1.8%205.2v11.2zM243%20163.8l17.8%2019.7c.4-1.8%204.5-2.1%208.6-1.8s7.3-.3%207.3%202.6-2%202.5-2%204.6%203%201.9%203%204.5-2.2%202.1-2.2%204.1c0%201.7%202.4%201.8%202.4%201.8l16.6%2016.1v-17.2l-34.2-53.7zm27.4-20.4%2023.3%2047.5s.2-43.8%204.1-46.1l-6.5-12zm101%201.9-26%2046.2V172s2.2-3.2-1.2-3-7.5-.2-7.5-.2l10.4-36.6zM398%20165c-.3.5-17.5%2018-17.5%2018-.8-2-6-1-11-1s-5.6%201.6-5.3%202.9c.5%203.3%202.2.8%202.2%204%200%203.1-2.4%202-2.7%204.2.3%202.7%203.8%202%201.7%204l-19.9%2019.2v-18.2l37.1-57.6z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='M309.8%20268.4c-8.3%2013.8-30.6%209.7-35.9%200-1.5-.4-.6-59.5-.6-59.5s-2.5-1.1-2.6-3%203.4-2%203.4-4.3-3.6-1.4-3.7-3.8c0-2.2%203.9-2%203.7-4-.2-2.4-4.3-2-4.5-4.2%200-1.7%203-3.2%203.8-4h-2.8l-6.4.1c-4.6%200%200%201%200%203.6%200%201.7-2.3%202.9-2.5%204.3-.1%201.6%203.2%202.6%203.3%204.5%200%201.6-3.3%201.7-3.2%203.3.2%202.5%203%203.1%202.9%204.7%200%201.5-3.6%202.1-3.7%203.3.2%202.4.6%2060.8.6%2060.8%205.7%2029.8%2038.8%2037.3%2048.2-1.8zm21.9%200c8.3%2013.8%2030.6%209.7%2035.8%200%201.6-.4.7-59.5.7-59.5s2.5-1.1%202.6-3-3.2-2-3.2-4.3%203.4-1.4%203.4-3.8c0-2.2-3.5-2-3.3-4.2s3-2%203.1-4.2c.1-1.9-1.7-3-2.6-3.8h2.7l6.4.1c4.5%200%200%201%200%203.6%200%201.7%202.3%202.9%202.5%204.3%200%201.6-3.2%202.6-3.3%204.5%200%201.6%203.3%201.7%203.2%203.3-.2%202.5-3%203.1-3%204.7.1%201.5%203.7%202.1%203.7%203.3l-.5%2060.8c-5.7%2029.8-38.9%2037.3-48.2-1.8z'/%3e%3cpath%20fill='%23083d9c'%20fill-rule='evenodd'%20stroke='%23083d9c'%20stroke-width='2pt'%20d='M301.7%20295.6H339c.3-.3-8.4-13-18.6-12-11.5.3-19.3%2012-18.7%2012zm118.9-1h-51s6.6-3.8%208.4-7.4c3.3%201.8%202.4%203.6%209%203.9s12.9-7.5%2019.2-7.2%2014.4%2011%2014.4%2010.8zm-201%200h51s-6.6-3.8-8.4-7.4c-3.3%201.8-2.4%203.6-9%203.9s-13-7.5-19.2-7.2c-6.3.3-14.4%2011-14.4%2010.8zm3.8-16%2036.3.3s-2.3-5-2.6-11.1c-9.4-3.2-17%207-23.8%207.3-6.7.3-13.7-7.3-13.7-7.3zm194%200-36.4.3s2.3-5%202.6-11.1c9.4-3.2%2017%207%2023.8%207.3%206.7.3%2013.7-7.3%2013.7-7.3zM311%20279l18.4-.5s.3-5.6-9.3-5.6-8.8%206.4-9.1%206.1zm-11.2-7.9a17%2017%200%200%200%208.2-7.6l-12.6.3s-5.8%203.5-8.7%207.3zm40.8%200a17%2017%200%200%201-8.2-7.6l12.6.3s5.8%203.5%208.7%207.3z'/%3e%3cpath%20fill='%23de2010'%20fill-rule='evenodd'%20d='M-40%20360h720v120H-40zm0-360h720v120H-40z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pf.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pf'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pf-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23pf-a)'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'%20style='width:0'/%3e%3cpath%20fill='%23083d9c'%20fill-rule='evenodd'%20stroke='%23083d9c'%20stroke-width='2pt'%20d='M210.4%20363.5s11.6-9.4%2022.8-9.4%2014.4%207.8%2022.2%208.4%2014.4-7.8%2024-8c9.8-.4%2022%206.8%2022%206.8L258.9%20374l-48.5-10.6zm-24.3-13.8%20144.3.7s-12.5-13.5-27.2-13.8-10.6%206.3-21.8%207.2-14.1-6.9-24.4-6.6-16.3%206.6-24%206.9c-7.9.3-17.9-7.8-23.8-7.5S182%20346%20182%20346zm-18.5-17.2%20178.1.7c2.9-4.1-8.7-13.8-19.3-14.7-8.8.3-15%209-22.2%209.3s-15.3-9-23.5-8.7c-8%20.3-16.5%208.8-24.6%208.8s-14.1-9.1-24.4-9.1-15%2010-22.8%209.4c-7.9-.7-14.7-10-22.2-10s-20%2011.2-22.5%2010.6%203.1%204.7%203.4%203.7z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='m236%20233.5%2041%2011V186c-18.8%201-34.4-35.6-1.3-38.1-32.4-4.8-36.2%203.7-40%2012.7z'/%3e%3cpath%20fill='%23083d9c'%20fill-rule='evenodd'%20stroke='%23083d9c'%20stroke-linecap='round'%20stroke-width='5'%20d='m210.1%20276%2092.5.3'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-width='4'%20d='m214.5%20253.8%2011%2014.7m-11%200%2011.9-14.4m-5.6-1.3-.4%209.1m11.6-8.1%2011%2014.7m-11%200%2011.9-14.4m-5.6-1.3-.4%209.1m12-8.1%2010.8%2014.7m-10.9%200%2011.9-14.4m-5.6-1.3-.3%209.1m12.4-8.1%2011%2014.7m-11%200%2012-14.4m-5.7-1.3-.3%209.1m11.9-8.1%2010.9%2014.7m-11%200%2012-14.4m-5.7-1.3-.3%209.1'/%3e%3cpath%20fill='%23ef7d08'%20fill-rule='evenodd'%20d='m148%20277%2039.3.2v-24.7l-45-2.1%205.6%2026.5zm-2-34.1%2042%204-.4-17.5-41-16.2zm8.5-35%2032.2%2015.6%204.6-4.8s-3-2-2.8-4c0-1.8%203-2.1%203-4.2%200-1.9-3.3-2.1-3.3-4-.3-2%202.6-4.3%202.6-4.3L161.7%20177zm211.2%2069.3h-41.5l-.3-24%2045.6-3.5zm-41.2-29.7%2049.4-6-10.7-28.3-39%2016.5zm36-42.1L324.7%20224c-.5-2-1-4-3.4-5.6%200%200%202.2-1.3%202.2-3.5s-2.9-2.5-2.9-3.7%202.6-2.4%202.8-5.2c-.3-2-2.8-4.6-2.3-5.2l27.7-21.2%2011.5%2025.7zM283.1%20247l17.9-.8.3-7.2zm-54.3-.6L210%20246v-7.5zm-.1-2.2-18.7-9.6v-12.5s-2.2.3-1.9-2.2c.1-5.2%2013.8%209.5%2020.7%2014.3zm54.4-1.1V235s16.8-15.2%2020.4-18c0%203.1-2%205.5-2%205.5v12zM174%20174.7l18.9%2021c.5-2%204.8-2.2%209.2-2%204.4.4%207.9-.2%207.9%203%200%203-2.3%202.6-2.3%204.8s3.4%202%203.4%204.8-2.4%202.2-2.5%204.4c0%201.8%202.6%202%202.6%202l17.7%2017.1v-18.4l-36.5-57.3zm29-21.7%2024.8%2050.7s.3-46.8%204.4-49.3l-7-12.8zm107.7%202-27.6%2049.3v-20.8s2.3-3.5-1.3-3.2-8.1-.3-8.1-.3l11.1-39zm28.4%2021.1c-.3.6-18.7%2019.2-18.7%2019.2-.8-2.2-6.4-1.1-11.6-1.1-5.3%200-6%201.7-5.8%203%20.6%203.7%202.4%201%202.4%204.4%200%203.3-2.6%202-2.8%204.5.2%202.8%204%202.1%201.8%204.3l-21.3%2020.4v-19.4l39.6-61.5z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='2.5'%20d='M245.1%20286.3c-8.9%2014.7-32.7%2010.4-38.2%200-1.7-.4-.7-63.5-.7-63.5s-2.7-1.2-2.8-3.1%203.6-2.1%203.6-4.6-3.8-1.6-3.9-4c0-2.5%204.1-2.2%204-4.4-.3-2.5-4.6-2.1-4.8-4.5-.2-1.8%203-3.4%204-4.2h-9.9c-4.8%200%20.1%201.1%200%204%200%201.8-2.4%203-2.6%204.6%200%201.6%203.4%202.7%203.5%204.7%200%201.7-3.5%201.9-3.4%203.5.3%202.7%203.1%203.3%203.1%205%200%201.6-3.9%202.3-3.9%203.6l.6%2064.8c6%2031.8%2041.4%2039.8%2051.4-2zm23.3%200c9%2014.7%2032.7%2010.4%2038.3%200%201.7-.4.7-63.5.7-63.5s2.7-1.2%202.8-3.1-3.4-2.1-3.4-4.6%203.6-1.6%203.7-4c0-2.5-3.8-2.3-3.6-4.6.2-2.5%203.1-2.2%203.3-4.5.1-2-1.9-3.2-2.8-4h9.7c4.9%200%200%201.1%200%204%200%201.8%202.5%203%202.7%204.6%200%201.6-3.5%202.7-3.5%204.7%200%201.7%203.5%201.9%203.3%203.5-.2%202.7-3%203.3-3%205%200%201.6%203.9%202.3%203.9%203.6-.2%202.6-.6%2064.8-.6%2064.8-6.1%2031.8-41.4%2039.8-51.5-2z'/%3e%3cpath%20fill='%23083d9c'%20fill-rule='evenodd'%20stroke='%23083d9c'%20stroke-width='2pt'%20d='M236.5%20315.3h39.8c.3-.3-9-13.8-20-12.8-12.2.3-20.5%2012.8-19.8%2012.8zm126.8-1h-54.4s7-4.1%209-8c3.5%202%202.5%203.9%209.5%204.2s13.8-8%2020.5-7.7%2015.4%2011.8%2015.4%2011.5zm-214.4%200h54.4s-7-4.1-9-8c-3.5%202-2.5%203.9-9.6%204.2s-13.7-8-20.5-7.7c-6.7.3-15.3%2011.8-15.3%2011.5zm4-17%2038.8.2s-2.5-5.3-2.8-11.8c-10-3.5-18.2%207.5-25.3%207.8s-14.7-7.8-14.7-7.8l4%2011.5zm207%200-38.8.2s2.5-5.3%202.8-11.8c10-3.5%2018.1%207.5%2025.3%207.8s14.7-7.8%2014.7-7.8l-4%2011.5zm-113.5.2%2019.7-.6s.3-6-10-6-9.4%207-9.7%206.6zm-12-8.4c3.5-1.9%206.7-3.8%208.8-8.1l-13.4.3s-6.2%203.7-9.4%207.8zm43.5%200a18%2018%200%200%201-8.7-8.1l13.4.3s6.3%203.7%209.4%207.8z'/%3e%3cpath%20fill='%23de2010'%20fill-rule='evenodd'%20d='M-128%20384h768v128h-768zm0-384h768v128h-768z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pg'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23000001'%20d='m1.6%200-.5%20480h640z'/%3e%3cpath%20fill='red'%20d='m640.6%20480%20.5-480H1.1z'/%3e%3c/g%3e%3cpath%20fill='%23fc0'%20stroke='%23fc0'%20stroke-width='1.1'%20d='m178%2054-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6L156%2051l7.1%203.1C165%2059%20171%2060%20171%2060c-.6%208.8-8.9-1.1-15.9%203.9-5%203-5%206.5-7.7%2012.3-.9%201.6-4.4%205.8-4.4%205.8l5.9-.5L147%2084l7-1-1.5%201.4c1%20.2%208-1.7%208-1.7L160%2085l8-2.9s1.6%201.3%203%201.9l1-4%204%201%201-4c6%208%208%2016%2019%2018l-1-4%208.7%204%20.9-1.7c4.8%203.4%208.7%203.3%2011.4%203.7l-2-5%202%201-3-8%203%201-4-6%201.5-1-.5-3c6%202%2014%205%2015%2012%201%2011-11%2014-19%2013%206%205%2017%203%2022-2%202-2%203-5%204-8%201%203%203%207%203%2011-1%209-13%2012-21%2013%209%205%2025-1%2026-14%200-11-7-16-10-21l-1-5.4%203%201.4s-1.8-3.3-2-4c0%200-3.1-8.5-4.2-10.4l2.2.4-8.2-10.3%202.3-.2S215.6%2044%20213%2043l3-1c-6-3-13-1-19%203l1-3-1.8.2v-3.5L198%2036l-3-1%202-5-3%201%201-5s-2.2%201-3.6.9l1.6-3.4c-1-1.5%200-4.5%200-4.5-7%201-8%202-12%208-6%2011-4%2016-3%2027z'%20transform='matrix(2.21989%200%200%202.21194%201.1%200)'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='red'%20stroke-width='1.4'%20d='M215.8%2070.4c.5.9%206.2%203.6%2010.4%206-1.1-4.6-9.4-5.6-10.4-6z'%20transform='matrix(2.21989%200%200%202.21194%201.1%200)'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m175%20399-14.2-9-19%209.1%204.3-16.2-14.5-15.1%2016.7-1%2010-18.4%206.1%2015.5%2020.7%203.8-13%2010.6zm36.2-79-6.6-3-6.3%203.6%201-7.2-5.4-4.9%207.1-1.3%203-6.6%203.5%206.4%207.2.8-5%205.2zm32-45.2-14.5-7-13.9%207.8%202.3-15.7-11.8-10.8%2015.7-2.8%206.6-14.4%207.6%2014%2015.8%201.8-11%2011.5zm-65.8-63-17-8.5-16.5%209.1%202.8-18.6-13.8-13%2018.7-3%208-17%208.7%2016.7%2018.8%202.3-13.3%2013.4zm-60.8%2065.4-17-10-17%2010.3%204.3-19.3-15.1-13%2019.7-1.8%207.7-18.3%207.9%2018.2%2019.8%201.6-14.9%2013z'/%3e%3c/svg%3e")}.fi-pg.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pg-a'%3e%3cpath%20fill-opacity='.7'%20d='M81.4%200h496v496h-496z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23pg-a)'%20transform='translate(-84)scale(1.0321)'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23000001'%20d='M.5%200%200%20496h659z'/%3e%3cpath%20fill='red'%20d='M658.5%20496%20659%200H0z'/%3e%3c/g%3e%3cpath%20fill='%23fc0'%20stroke='%23fc0'%20stroke-width='2.3'%20d='m406.9%20123.4-8.8-.4c-2.7-6.4-10.3-8.8-15-6-4.2.3-26.5-.4-26.5-.4l16.3%207.1c4%2010.9%2018%2013.5%2018%2013.5-1.2%2020-20.3-2.6-36.3%208.8-11.4%206.9-11.6%2015-17.8%2028.3a119%20119%200%200%201-10%2013.1l13.5-1-4.3%205.6%2016-2.3s-2.1%201.8-3.4%203.2c2.4.5%2018.3-3.7%2018.3-3.7l-1.1%205.1c8.1-3.3%2018.2-6.6%2018.2-6.6s3.6%203%206.9%204.3l2.3-9.1%209.1%202.3%202.3-9.2c13.7%2018.3%2018.3%2036.6%2043.4%2041.2l-2.3-9.2c7%203%2020%209.4%2020%209.4l2-4.2c10.9%207.8%2020%207.7%2026%208.5l-4.5-11.4%204.6%202.3-6.9-18.3%206.9%202.3-9.2-13.7%203.4-2.3-1-6.9c13.6%204.6%2032%2011.5%2034.2%2027.5%202.3%2025.1-25.2%2032-43.4%2029.7%2013.7%2011.4%2038.8%206.8%2050.3-4.6a47%2047%200%200%200%209.1-18.3c2.3%206.9%206.9%2016%206.9%2025.2-2.3%2020.5-29.8%2027.4-48%2029.7%2020.5%2011.4%2057.1-2.3%2059.4-32%200-25.2-16-36.6-22.9-48l-2.3-12.3c1%20.2%206.9%203.2%206.9%203.2s-4-7.6-4.6-9.2c0%200-7.1-19.4-9.7-23.7.4-.3%205.2.8%205.2.8l-18.8-23.5%205.3-.6S493%20100.5%20487%2098.3l6.9-2.3c-13.8-6.8-29.8-2.3-43.5%206.9l2.3-6.9-4.2.4v-7.8l4.2-6.3-6.8-2.3%204.5-11.4-6.8%202.3%202.3-11.5s-5.2%202.4-8.3%202c.1.3%203.7-7.7%203.7-7.7-2.2-3.4%200-10.3%200-10.3-16%202.3-18.3%204.6-27.4%2018.3-13.8%2025.2-9.2%2036.6-6.9%2061.7z'/%3e%3cpath%20fill='red'%20fill-rule='evenodd'%20stroke='red'%20stroke-width='3'%20d='M493.3%20161c1.2%202%2014.1%208.2%2023.9%2013.8-2.6-10.6-21.7-12.9-24-13.8z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='m179%20412.4-14.6-9.3-19.5%209.4%204.4-16.7-15-15.7%2017.3-1%2010.3-19%206.3%2016%2021.2%203.9-13.3%2011zm37.3-81.6-6.8-3.2-6.4%203.7%201-7.4-5.6-5%207.4-1.4%203-6.8%203.6%206.6%207.4.8-5.2%205.4zm32.9-46.8-14.8-7.2-14.4%208%202.3-16.2-12.1-11.2%2016.2-2.8%206.8-15%207.8%2014.6%2016.3%201.8-11.3%2012zm-67.7-65-17.4-8.8-17%209.4%202.8-19.2-14.2-13.4%2019.2-3.1%208.3-17.7%209%2017.3%2019.3%202.4-13.7%2014zM119%20286.5l-17.6-10.4-17.5%2010.7%204.5-20-15.6-13.3%2020.4-2%207.9-18.9%208%2018.8%2020.5%201.7-15.3%2013.5z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ph{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ph'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230038a8'%20d='M0%200h640v240H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20240h640v240H0z'/%3e%3cpath%20fill='%23fff'%20d='M415.7%20240%200%20480V0'/%3e%3cpath%20fill='%23fcd116'%20d='M26.7%2042.4%2041%2055l16.6-9.2-7.4%2017.5%2014%2013-19-1.6-8.1%2017.2-4.3-18.5L14%2071l16.3-10zm323.8%20172.3.4%2019%2018%206.3-18%206.2-.4%2019-11.5-15.1-18.2%205.5%2010.8-15.6-10.8-15.6%2018.2%205.5zM37.2%20388.1l8%2017.2%2019-1.6-13.9%2013%207.4%2017.5-16.6-9.1-14.4%2012.4%203.6-18.7L14%20409l18.9-2.4zm114.2-249-6.2%206.2%203.1%2047-3%20.3-5.7-42.9-5.1%205%207.6%2038.4a48%2048%200%200%200-17.2%207.1l-21.7-32.4H96l26.4%2034.3-2.4%202-31.1-35.5h-8.8v8.8l35.4%2031-2%202.5-34.3-26.3v7.1l32.5%2021.7q-5.2%207.8-7.1%2017.2L66.3%20223l-5.1%205%2042.9%205.7q-.3%201.6-.3%203.1l-47-3-6.2%206.2%206.2%206.2%2047-3.1.3%203.1-42.9%205.7%205%205%2038.4-7.6a48%2048%200%200%200%207.1%2017.2l-32.5%2021.7v7.2l34.3-26.3%202%202.4-35.4%2031v8.8H89l31-35.4%202.5%202L96%20312.2h7.2l21.7-32.5q7.8%205.2%2017.2%207.1l-7.6%2038.4%205%205%205.7-42.9q1.5.3%203.1.3l-3%2047%206.1%206.2%206.3-6.2-3.1-47%203-.3%205.7%2043%205.1-5.1-7.6-38.4a48%2048%200%200%200%2017.2-7.1l21.7%2032.5h7.2l-26.4-34.3%202.4-2%2031.1%2035.4h8.8v-8.8l-35.4-31%202-2.4%2034.3%2026.3v-7.2l-32.5-21.7q5.2-7.8%207.1-17.2l38.3%207.6%205.1-5-42.9-5.7q.3-1.5.3-3.1l47%203%206.2-6.1-6.2-6.2-47%203-.3-3%2042.9-5.7-5-5-38.4%207.5a48%2048%200%200%200-7.1-17.2l32.5-21.7v-7.1l-34.3%2026.3-2-2.4%2035.4-31v-8.9H214l-31%2035.5-2.5-2%2026.4-34.3h-7.2L178%20200.2q-7.8-5.2-17.2-7.1l7.6-38.3-5-5-5.7%2042.8-3.1-.3%203-47z'/%3e%3c/svg%3e")}.fi-ph.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ph'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230038a8'%20d='M0%200h512v256H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20256h512v256H0z'/%3e%3cpath%20fill='%23fff'%20d='M443.4%20256%200%20512V0'/%3e%3cpath%20fill='%23fcd116'%20d='m25.2%2044.4%2015.4%2013.3%2017.9-9.8-8%2018.7%2015%2014L45%2078.9l-8.6%2018.4-4.7-19.8-20.2-2.6L29%2064.4zM372.1%20229l.4%2020.3%2019.3%206.7-19.3%206.7-.4%2020.3-12.3-16.2-19.5%206L352%20256l-11.7-16.7%2019.5%205.9zM36.5%20414.7l8.6%2018.4%2020.3-1.7-14.8%2014%207.9%2018.7-17.9-9.8-15.4%2013.3%203.9-20-17.5-10.5%2020.2-2.6zM158.9%20148l-6.6%206.6%203.2%2050.3-3.3.3-6-45.9-5.5%205.4%208.2%2041a51%2051%200%200%200-18.4%207.7l-23.3-34.8h-7.7l28.2%2036.8-2.5%202.1-33.3-38h-9.4v9.5l38%2033.3-2.2%202.5-36.8-28.2v7.7l34.8%2023.3a51%2051%200%200%200-7.6%2018.4l-41-8.2-5.5%205.5%2046%206-.4%203.4-50.3-3.3-6.7%206.6%206.7%206.6%2050.3-3.2.3%203.3-45.9%206%205.4%205.5%2041-8.2a51%2051%200%200%200%207.7%2018.4l-34.8%2023.3v7.7l36.8-28.2%202.1%202.5-38%2033.3v9.4H92l33.3-38%202.5%202.2-28.2%2036.8h7.7l23.3-34.8a51%2051%200%200%200%2018.4%207.6l-8.2%2041%205.5%205.5%206-46%203.3.4-3.2%2050.3%206.6%206.7%206.6-6.7-3.2-50.3%203.3-.3%206%2045.9%205.5-5.4-8.2-41a51%2051%200%200%200%2018.4-7.7l23.3%2034.8h7.7L190%20296.6l2.5-2.1%2033.3%2038h9.4V323l-38-33.3%202.2-2.5%2036.8%2028.2v-7.7l-34.8-23.3A51%2051%200%200%200%20209%20266l41%208.2%205.5-5.5-46-6%20.4-3.3%2050.3%203.2%206.7-6.6-6.7-6.6-50.3%203.3q0-1.8-.3-3.4l45.9-6-5.4-5.5-41%208.2a51%2051%200%200%200-7.7-18.4l34.8-23.3v-7.7l-36.8%2028.2-2.1-2.5%2038-33.3v-9.4h-9.5l-33.3%2038-2.5-2.2%2028.2-36.8h-7.7l-23.3%2034.8a51%2051%200%200%200-18.4-7.6l8.2-41-5.5-5.5-6%2046-3.3-.4%203.2-50.3z'/%3e%3c/svg%3e")}.fi-pk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pk'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pk-a'%3e%3cpath%20fill-opacity='.7'%20d='M-52.3%200h682.6v512H-52.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pk-a)'%20transform='translate(49)scale(.9375)'%3e%3cpath%20fill='%230c590b'%20d='M-95%200h768v512H-95z'/%3e%3cpath%20fill='%23fff'%20d='M-95%200H97.5v512H-95z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m403.7%20225.4-31.2-6.6-16.4%2027.3-3.4-31.6-31-7.2%2029-13-2.7-31.7%2021.4%2023.6%2029.3-12.4-15.9%2027.6%2021%2024z'/%3e%3cpath%20d='M415.4%20306a121%20121%200%200%201-161.3%2059.4%20122%20122%200%200%201-59.5-162.1A119%20119%200%200%201%20266%20139a156%20156%200%200%200-11.8%2010.9A112.3%20112.3%200%200%200%20415.5%20306z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-pk.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pk'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pk-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pk-a)'%3e%3cpath%20fill='%230c590b'%20d='M-95%200h768v512H-95z'/%3e%3cpath%20fill='%23fff'%20d='M-95%200H97.5v512H-95z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m403.7%20225.4-31.2-6.6-16.4%2027.3-3.4-31.6-31-7.2%2029-13-2.7-31.7%2021.4%2023.6%2029.3-12.4-15.9%2027.6%2021%2024z'/%3e%3cpath%20d='M415.4%20306a121%20121%200%200%201-161.3%2059.4%20122%20122%200%200%201-59.5-162.1A119%20119%200%200%201%20266%20139a156%20156%200%200%200-11.8%2010.9A112.3%20112.3%200%200%200%20415.5%20306z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-pl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pl'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M640%20480H0V0h640z'/%3e%3cpath%20fill='%23dc143c'%20d='M640%20480H0V240h640z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pl.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pl'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23fff'%20d='M512%20512H0V0h512z'/%3e%3cpath%20fill='%23dc143c'%20d='M512%20512H0V256h512z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pm{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pm'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-pm.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pm'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/svg%3e")}.fi-pn{background-image:url(/dbcrm/assets/pn-DgxdtieE.svg)}.fi-pn.fis{background-image:url(/dbcrm/assets/pn-BPAlH32D.svg)}.fi-pr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pr'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pr-a'%3e%3cpath%20fill-opacity='.7'%20d='M-37.3%200h682.7v512H-37.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23pr-a)'%20transform='translate(35)scale(.9375)'%3e%3cpath%20fill='%23ed0000'%20d='M-37.3%200h768v512h-768z'/%3e%3cpath%20fill='%23fff'%20d='M-37.3%20102.4h768v102.4h-768zm0%20204.8h768v102.4h-768z'/%3e%3cpath%20fill='%230050f0'%20d='m-37.3%200%20440.7%20255.7L-37.3%20511z'/%3e%3cpath%20fill='%23fff'%20d='M156.4%20325.5%20109%20290l-47.2%2035.8%2017.6-58.1-47.2-36%2058.3-.4%2018.1-58%2018.5%2057.8%2058.3.1-46.9%2036.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pr'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pr-a'%3e%3cpath%20fill-opacity='.7'%20d='M51.6%200h708.7v708.7H51.6z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23pr-a)'%20transform='translate(-37.3)scale(.72249)'%3e%3cpath%20fill='%23ed0000'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20141.7h1063v141.8H0zm0%20283.5h1063v141.7H0z'/%3e%3cpath%20fill='%230050f0'%20d='m0%200%20610%20353.9L0%20707.3z'/%3e%3cpath%20fill='%23fff'%20d='m268.2%20450.5-65.7-49-65.3%2049.5%2024.3-80.5-65.3-49.7%2080.7-.7%2025-80.2%2025.6%2080%2080.7.1-64.9%2050.2z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ps{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20id='flag-icons-ps'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23009639'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0z'/%3e%3cpath%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23ed2e38'%20d='m0%200%20320%20240L0%20480Z'/%3e%3c/svg%3e")}.fi-ps.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20id='flag-icons-ps'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23009639'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23ed2e38'%20d='m0%200%20341.3%20256L0%20512Z'/%3e%3c/svg%3e")}.fi-pt{background-image:url(/dbcrm/assets/pt-DZ2ADgIR.svg)}.fi-pt.fis{background-image:url(/dbcrm/assets/pt-BTevY6N2.svg)}.fi-pw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pw'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='pw-a'%3e%3cpath%20fill-opacity='.7'%20d='M-70.3%200h640v480h-640z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pw-a)'%20transform='translate(70.3)'%3e%3cpath%20fill='%234aadd6'%20d='M-173.4%200h846.3v480h-846.3z'/%3e%3cpath%20fill='%23ffde00'%20d='M335.6%20232.1a135.9%20130.1%200%201%201-271.7%200%20135.9%20130.1%200%201%201%20271.7%200'/%3e%3c/g%3e%3c/svg%3e")}.fi-pw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-pw'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='pw-a'%3e%3cpath%20fill-opacity='.7'%20d='M61.7%204.2h170.8V175H61.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23pw-a)'%20transform='translate(-185%20-12.5)scale(2.9973)'%3e%3cpath%20fill='%234aadd6'%20d='M0%204.2h301.2V175H0z'/%3e%3cpath%20fill='%23ffde00'%20d='M185.9%2086.8a52%2052%200%200%201-53%2050.8%2052%2052%200%200%201-53.2-50.8c0-28%2023.8-50.8%2053.1-50.8s53%2022.7%2053%2050.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-py{background-image:url(/dbcrm/assets/py-mNzh0mZC.svg)}.fi-py.fis{background-image:url(/dbcrm/assets/py-BKi5dxWt.svg)}.fi-qa{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-qa'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%238d1b3d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200v480h158.4l97.8-26.7-97.8-26.6%2097.7-26.7-97.7-26.7%2097.7-26.6-97.7-26.7%2097.8-26.7-97.8-26.6%2097.7-26.7-97.7-26.7%2097.7-26.6-97.7-26.7%2097.8-26.7-97.8-26.6L256.1%2080l-97.7-26.7%2097.8-26.6L158.3%200z'/%3e%3c/svg%3e")}.fi-qa.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-qa'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%238d1b3d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200v512h113l104.2-28.4L113%20455l104.2-28.4L113%20398.2l104.2-28.4L113%20341.3%20217.2%20313%20113%20284.4%20217.2%20256%20113%20227.6%20217.2%20199%20113%20170.7l104.2-28.5L113%20113.8l104.2-28.5L113%2057l104.2-28.4L113%200z'/%3e%3c/svg%3e")}.fi-re{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-re'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-re.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-re'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300267f'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23f31830'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ro{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ro'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%2300319c'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ffde00'%20d='M213.3%200h213.4v480H213.3z'/%3e%3cpath%20fill='%23de2110'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ro.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ro'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%2300319c'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ffde00'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23de2110'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-rs{background-image:url(/dbcrm/assets/rs-BfwKwXtn.svg)}.fi-rs.fis{background-image:url(/dbcrm/assets/rs-CnTO3ehk.svg)}.fi-ru{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ru'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%230039a6'%20d='M0%20160h640v160H0z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20320h640v160H0z'/%3e%3c/svg%3e")}.fi-ru.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ru'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%230039a6'%20d='M0%20170.7h512v170.6H0z'/%3e%3cpath%20fill='%23d52b1e'%20d='M0%20341.3h512V512H0z'/%3e%3c/svg%3e")}.fi-rw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-rw'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2320603d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fad201'%20d='M0%200h640v360H0z'/%3e%3cpath%20fill='%2300a1de'%20d='M0%200h640v240H0z'/%3e%3cg%20transform='translate(511%20125.4)scale(.66667)'%3e%3cg%20id='rw-b'%3e%3cpath%20id='rw-a'%20fill='%23e5be01'%20d='M116.1%200%2035.7%204.7l76.4%2025.4-78.8-16.3L100.6%2058l-72-36.2L82%2082.1%2021.9%2028.6l36.2%2072-44.3-67.3L30%20112%204.7%2035.7%200%20116.1-1-1z'/%3e%3cuse%20xlink:href='%23rw-a'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3cuse%20xlink:href='%23rw-b'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3ccircle%20r='34.3'%20fill='%23e5be01'%20stroke='%2300a1de'%20stroke-width='3.4'/%3e%3c/g%3e%3c/svg%3e")}.fi-rw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-rw'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2320603d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fad201'%20d='M0%200h512v384H0z'/%3e%3cpath%20fill='%2300a1de'%20d='M0%200h512v256H0z'/%3e%3cg%20transform='translate(374.4%20133.8)scale(.7111)'%3e%3cg%20id='rw-b'%3e%3cpath%20id='rw-a'%20fill='%23e5be01'%20d='M116.1%200%2035.7%204.7l76.4%2025.4-78.8-16.3L100.6%2058l-72-36.2L82%2082.1%2021.9%2028.6l36.2%2072-44.3-67.3L30%20112%204.7%2035.7%200%20116.1-1-1z'/%3e%3cuse%20xlink:href='%23rw-a'%20width='100%25'%20height='100%25'%20transform='scale(1%20-1)'/%3e%3c/g%3e%3cuse%20xlink:href='%23rw-b'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3ccircle%20r='34.3'%20fill='%23e5be01'%20stroke='%2300a1de'%20stroke-width='3.4'/%3e%3c/g%3e%3c/svg%3e")}.fi-sa{background-image:url(/dbcrm/assets/sa-Dh79zbT9.svg)}.fi-sa.fis{background-image:url(/dbcrm/assets/sa-DnlyVVKx.svg)}.fi-sb{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sb'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sb-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sb-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%230000d6'%20d='M0%20507.2%20987.4%200H0z'/%3e%3cpath%20fill='%23006000'%20d='M1024%200%2027.2%20512H1024z'/%3e%3cpath%20fill='%23fc0'%20d='M1024%200h-54.9L0%20485.4V512h54.9L1024%2027.6z'/%3e%3cpath%20fill='%23fff'%20d='m71.4%209.1%2011.8%2034.5h38.5L90.6%2064.7l11.9%2034.4L71.4%2078%2040.3%2099.2l11.9-34.4-31.1-21.3h38.4zm191.1%200%2011.9%2034.5h38.5l-31.2%2021.2%2012%2034.4L262.4%2078l-31%2021.3%2011.9-34.4-31.2-21.3h38.5zm0%20144.5%2011.9%2034.5h38.5l-31.2%2021.2%2012%2034.4-31.2-21.3-31%2021.3%2011.9-34.4-31.2-21.3h38.5zm-95-71.4%2011.9%2034.4h38.4l-31%2021.3%2011.8%2034.4-31-21.3-31.2%2021.3%2012-34.4-31.2-21.3h38.5zm-96.1%2071.4%2011.8%2034.5h38.5l-31.1%2021.2%2011.9%2034.4-31.1-21.3-31.1%2021.3%2012-34.4L21%20188h38.4z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sb.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sb'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sb-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sb-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%230000d6'%20d='M0%20491.4%20956.7%200H0z'/%3e%3cpath%20fill='%23006000'%20d='M992.1%200%2026.3%20496h965.8z'/%3e%3cpath%20fill='%23fc0'%20d='M992.2%200H939L0%20470.3V496h53.1l939-469.4V0z'/%3e%3cpath%20fill='%23fff'%20d='m39%2096.1%2011.6-33.3-30.2-20.6h37.3L69.2%208.8l11.5%2033.4h37.2L87.8%2062.8%2099.3%2096%2069.2%2075.5zm185.2%200%2011.6-33.3-30.2-20.6h37.3l11.5-33.4%2011.5%2033.4H303l-30%2020.6L284.5%2096l-30.1-20.6zm0%20140%2011.6-33.3-30.2-20.6h37.3l11.5-33.4%2011.5%2033.4H303l-30%2020.6%2011.6%2033.3-30.1-20.6zm-92-69.2%2011.5-33.3-30.1-20.6h37.2l11.5-33.3%2011.5%2033.3h37.3l-30.2%2020.6%2011.5%2033.3-30-20.6zM39%20236.1l11.6-33.3-30.2-20.6h37.3l11.5-33.4%2011.5%2033.4h37.2l-30.1%2020.6L99.3%20236l-30.1-20.6z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sc'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%23d92223'%20d='M0%20480V0h640v160z'/%3e%3cpath%20fill='%23fcd955'%20d='M0%20480V0h426.7z'/%3e%3cpath%20fill='%23003d88'%20d='M0%20480V0h213.3z'/%3e%3cpath%20fill='%23007a39'%20d='m0%20480%20640-160v160z'/%3e%3c/svg%3e")}.fi-sc.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sc'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0Z'/%3e%3cpath%20fill='%23d92223'%20d='M0%20512V0h512v170.7z'/%3e%3cpath%20fill='%23fcd955'%20d='M0%20512V0h341.3z'/%3e%3cpath%20fill='%23003d88'%20d='M0%20512V0h170.7z'/%3e%3cpath%20fill='%23007a39'%20d='m0%20512%20512-170.7V512Z'/%3e%3c/svg%3e")}.fi-sd{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sd'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sd-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sd-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23000001'%20d='M0%20341.3h1024V512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20170.6h1024v170.7H0z'/%3e%3cpath%20fill='red'%20d='M0%200h1024.8v170.7H0z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200v512l341.3-256z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sd.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sd'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sd-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23sd-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23000001'%20d='M0%20330.7h992.1v165.4H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20165.3h992.1v165.4H0z'/%3e%3cpath%20fill='red'%20d='M0%200h992.9v165.4H0z'/%3e%3cpath%20fill='%23009a00'%20d='M0%200v496l330.7-248z'/%3e%3c/g%3e%3c/svg%3e")}.fi-se{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-se'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23005293'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fecb00'%20d='M176%200v192H0v96h176v192h96V288h368v-96H272V0z'/%3e%3c/svg%3e")}.fi-se.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-se'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23005293'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fecb00'%20d='M134%200v204.8H0v102.4h134V512h102.4V307.2H512V204.8H236.4V0z'/%3e%3c/svg%3e")}.fi-sg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='sg-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sg-a)'%3e%3cpath%20fill='%23fff'%20d='M-20%200h720v480H-20z'/%3e%3cpath%20fill='%23df0000'%20d='M-20%200h720v240H-20z'/%3e%3cpath%20fill='%23fff'%20d='M146%2040.2a84.4%2084.4%200%200%200%20.8%20165.2%2086%2086%200%200%201-106.6-59%2086%2086%200%200%201%2059-106c16-4.6%2030.8-4.7%2046.9-.2z'/%3e%3cpath%20fill='%23fff'%20d='m133%20110%204.9%2015-13-9.2-12.8%209.4%204.7-15.2-12.8-9.3%2015.9-.2%205-15%205%2015h15.8zm17.5%2052%205%2015.1-13-9.2-12.9%209.3%204.8-15.1-12.8-9.4%2015.9-.1%204.9-15.1%205%2015h16zm58.5-.4%204.9%2015.2-13-9.3-12.8%209.3%204.7-15.1-12.8-9.3%2015.9-.2%205-15%205%2015h15.8zm17.4-51.6%204.9%2015.1-13-9.2-12.8%209.3%204.8-15.1-12.9-9.4%2016-.1%204.8-15.1%205%2015h16zm-46.3-34.3%205%2015.2-13-9.3-12.9%209.4%204.8-15.2-12.8-9.4%2015.8-.1%205-15.1%205%2015h16z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sg.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sg-a'%3e%3cpath%20fill-opacity='.7'%20d='M27.7%200h708.6v708.7H27.7z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sg-a)'%20transform='translate(-20)scale(.72249)'%3e%3cpath%20fill='%23fff'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23df0000'%20d='M0%200h1063v354.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M245.2%2059.4a124.6%20124.6%200%200%200%201.1%20243.9%20126.9%20126.9%200%201%201-1.1-243.9'/%3e%3cpath%20fill='%23fff'%20d='m202%20162.4-18.9-13.8%2023.5-.2%207.2-22.3%207.5%2022.3h23.4l-18.8%2014%207.2%2022.3L214%20171l-19%2013.8zm26%2076.9-19-13.8%2023.5-.2%207.3-22.3%207.4%2022.2h23.5l-19%2014%207.3%2022.3-19-13.6-19%2013.8zm86.3-.6-19-13.8%2023.4-.2%207.3-22.3%207.4%2022.3H357l-18.9%2014%207.3%2022.3-19.1-13.7-19%2013.8zm25.7-76.2-19-13.8%2023.5-.2%207.2-22.3%207.5%2022.2h23.4l-18.8%2014%207.2%2022.3-19.1-13.6-19%2013.8zM271.7%20112l-19-13.8%2023.5-.2%207.3-22.3%207.4%2022.3h23.5l-19%2014%207.3%2022.2-19-13.6-19%2013.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sh{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sh'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23012169'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23FFF'%20d='m75%200%20244%20181L562%200h78v62L400%20241l240%20178v61h-80L320%20301%2081%20480H0v-60l239-178L0%2064V0z'/%3e%3cpath%20fill='%23C8102E'%20d='m424%20281%20216%20159v40L369%20281zm-184%2020%206%2035L54%20480H0zM640%200v3L391%20191l2-44L590%200zM0%200l239%20176h-60L0%2042z'/%3e%3cpath%20fill='%23FFF'%20d='M241%200v480h160V0zM0%20160v160h640V160z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20193v96h640v-96zM273%200v480h96V0z'/%3e%3c/svg%3e")}.fi-sh.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sh'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23012169'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23FFF'%20d='M512%200v64L322%20256l190%20187v69h-67L254%20324%2068%20512H0v-68l186-187L0%2074V0h62l192%20188L440%200z'/%3e%3cpath%20fill='%23C8102E'%20d='m184%20324%2011%2034L42%20512H0v-3zm124-12%2054%208%20150%20147v45zM512%200%20320%20196l-4-44L466%200zM0%201l193%20189-59-8L0%2049z'/%3e%3cpath%20fill='%23FFF'%20d='M176%200v512h160V0zM0%20176v160h512V176z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20208v96h512v-96zM208%200v512h96V0z'/%3e%3c/svg%3e")}.fi-si{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-si'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='si-a'%3e%3cpath%20fill-opacity='.7'%20d='M-15%200h682.6v512H-15.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23si-a)'%20transform='translate(14.1)scale(.9375)'%3e%3cpath%20fill='%23fff'%20d='M-62%200H962v512H-62z'/%3e%3cpath%20fill='%23d50000'%20d='M-62%20341.3H962V512H-62z'/%3e%3cpath%20fill='%230000bf'%20d='M-62%20170.7H962v170.6H-62z'/%3e%3cpath%20fill='%23d50000'%20d='M228.4%2093c-4%2061.6-6.4%2095.4-15.7%20111-10.2%2016.8-20%2029.1-59.7%2044-39.6-14.9-49.4-27.2-59.6-44-9.4-15.6-11.7-49.4-15.7-111l5.8-2c11.8-3.6%2020.6-6.5%2027.1-7.8%209.3-2%2017.3-4.2%2042.3-4.7%2025%20.4%2033%202.8%2042.3%204.8q9.7%202.1%2027.3%207.7z'/%3e%3cpath%20fill='%230000bf'%20d='M222.6%2091c-3.8%2061.5-7%2089.7-12%20103.2-9.6%2023.2-24.8%2035.9-57.6%2048-32.8-12.1-48-24.8-57.7-48-5-13.6-8-41.7-11.8-103.3q17.4-5.6%2027.1-7.7c9.3-2%2017.3-4.3%2042.3-4.7%2025%20.4%2033%202.7%2042.3%204.7a284%20284%200%200%201%2027.4%207.7z'/%3e%3cpath%20fill='%23ffdf00'%20d='m153%20109.8%201.5%203.7%207%201-4.5%202.7%204.3%202.9-6.3%201-2%203.4-2-3.5-6-.8%204-3-4.2-2.7%206.7-1z'/%3e%3cpath%20fill='%23fff'%20d='m208.3%20179.6-3.9-3-2.7-4.6-5.4-4.7-2.9-4.7-5.4-4.9-2.6-4.7-3-2.3-1.8-1.9-5%204.3-2.6%204.7-3.3%203-3.7-2.9-2.7-4.8-10.3-18.3-10.3%2018.3-2.7%204.8-3.7%202.9-3.3-3-2.7-4.7-4.9-4.3-1.9%201.8-2.9%202.4-2.6%204.7-5.4%204.9-2.9%204.7-5.4%204.7-2.7%204.6-3.9%203a66%2066%200%200%200%2018.6%2036.3%20107%20107%200%200%200%2036.6%2020.5%20104%20104%200%200%200%2036.8-20.5c5.8-6%2016.6-19.3%2018.6-36.3'/%3e%3cpath%20fill='%23ffdf00'%20d='m169.4%2083.9%201.6%203.7%207%201-4.6%202.7%204.4%202.9-6.3%201-2%203.4-2-3.5-6-.8%204-3-4.2-2.7%206.6-1zm-33%200%201.6%203.7%207%20.9-4.5%202.7%204.3%202.9-6.3%201-2%203.4-2-3.4-6-.9%204-3-4.2-2.7%206.7-1z'/%3e%3cpath%20fill='%230000bf'%20d='M199.7%20203h-7.4l-7-.5-8.3-4h-9.4l-8.1%204-6.5.6-6.4-.6-8.1-4H129l-8.4%204-6.9.6-7.6-.1-3.6-6.2.1-.2%2011.2%201.9%206.9-.5%208.3-4.1h9.4l8.2%204%206.4.6%206.5-.6%208.1-4h9.4l8.4%204%206.9.6%2010.8-2%20.2.4zm-86.4%209.5%207.4-.5%208.3-4h9.4l8.2%204%206.4.5%206.4-.5%208.2-4h9.4l8.3%204%207.5.5%204.8-6h-.1l-5.2%201.4-6.9-.5-8.3-4h-9.4l-8.2%204-6.4.6-6.5-.6-8.1-4H129l-8.4%204-6.9.6-5-1.3v.2l4.5%205.6z'/%3e%3c/g%3e%3c/svg%3e")}.fi-si.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-si'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='si-a'%3e%3cpath%20fill-opacity='.7'%20d='M60.2%200h497.3v497.3H60.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23si-a)'%20transform='translate(-62)scale(1.0295)'%3e%3cpath%20fill='%23fff'%20d='M0%200h994.7v497.3H0z'/%3e%3cpath%20fill='%23d50000'%20d='M0%20331.6h994.7v165.7H0z'/%3e%3cpath%20fill='%230000bf'%20d='M0%20165.8h994.7v165.8H0z'/%3e%3cpath%20fill='%23d50000'%20d='M282%2090.3c-3.9%2059.9-6.1%2092.7-15.2%20107.9-9.9%2016.3-19.5%2028.2-58%2042.6-38.4-14.4-48-26.3-57.9-42.6-9-15.2-11.3-48-15.2-107.9l5.7-1.9c11.4-3.5%2020-6.3%2026.3-7.5%209-2%2016.7-4.1%2041-4.6%2024.3.4%2032%202.7%2041%204.6q9.6%202.1%2026.6%207.5z'/%3e%3cpath%20fill='%230000bf'%20d='M276.4%2088.3c-3.7%2059.8-6.7%2087.2-11.6%20100.3-9.3%2022.6-24.1%2035-56%2046.7-31.8-11.8-46.6-24.1-56-46.7-4.8-13.1-7.9-40.4-11.4-100.3q16.8-5.4%2026.3-7.5c9-1.9%2016.7-4.2%2041-4.6%2024.3.4%2032.1%202.7%2041.1%204.6q9.6%202.1%2026.6%207.5'/%3e%3cpath%20fill='%23ffdf00'%20d='m208.8%20106.6%201.5%203.7%206.7.9-4.3%202.6%204.2%202.8-6.1%201-1.9%203.3-2-3.4-6-.8%204-2.9-4-2.6%206.4-1z'/%3e%3cpath%20fill='%23fff'%20d='m262.5%20174.5-3.7-3-2.7-4.4-5.2-4.6-2.8-4.6-5.2-4.7-2.6-4.6-2.8-2.3-1.9-1.7-4.7%204.1-2.6%204.6-3.3%202.9-3.5-2.8-2.7-4.7-10-17.7-10%2017.7-2.6%204.7-3.6%202.8-3.2-3-2.6-4.5-4.7-4.1-1.9%201.7-2.8%202.3-2.6%204.6-5.2%204.7-2.8%204.6-5.3%204.6-2.6%204.4-3.7%203a64%2064%200%200%200%2018%2035.2c6.4%206.1%2019.5%2014.4%2035.5%2019.9a101%20101%200%200%200%2035.7-20%2064%2064%200%200%200%2018.1-35.1'/%3e%3cpath%20fill='%23ffdf00'%20d='m224.8%2081.5%201.5%203.6%206.7%201-4.3%202.5%204.2%202.9-6.1%201-1.9%203.3-2-3.4-5.9-.8%204-3-4.1-2.5%206.4-1zm-32%200%201.5%203.5%206.7%201-4.3%202.6%204.2%202.8-6.1%201-1.9%203.3-2.1-3.4-5.8-.8%204-2.9-4.1-2.6%206.4-1%201.5-3.6z'/%3e%3cpath%20fill='%230000bf'%20d='M254.2%20197.2H247l-6.7-.5-8.1-4-9.2.1-7.9%203.9-6.2.5-6.3-.5-7.9-3.9h-9.1l-8.1%204-6.7.4h-7.4l-3.5-6%20.1-.2%2010.9%201.8%206.6-.5%208.1-4h9.2l8%204%206.2.5%206.2-.6%208-3.8h9l8.2%203.9%206.7.5%2010.5-1.9.2.3zm-84%209.3%207.2-.5%208.1-4h9.1l8%203.9%206.2.6%206.2-.6%208-3.9h9.1l8.1%204%207.3.5%204.7-5.8-.2-.2-5%201.5-6.7-.5-8.1-4h-9.1l-8%204-6.2.5-6.2-.5-8-4h-9.1l-8.1%204-6.7.5-5-1.2v.2z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sj'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ef2b2d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M180%200h120v480H180z'/%3e%3cpath%20fill='%23fff'%20d='M0%20180h640v120H0z'/%3e%3cpath%20fill='%23002868'%20d='M210%200h60v480h-60z'/%3e%3cpath%20fill='%23002868'%20d='M0%20210h640v60H0z'/%3e%3c/svg%3e")}.fi-sj.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sj'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ef2b2d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M128%200h128v512H128z'/%3e%3cpath%20fill='%23fff'%20d='M0%20192h512v128H0z'/%3e%3cpath%20fill='%23002868'%20d='M160%200h64v512h-64z'/%3e%3cpath%20fill='%23002868'%20d='M0%20224h512v64H0z'/%3e%3c/svg%3e")}.fi-sk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230b4ea2'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23fff'%20d='M233%20370.8c-43-20.7-104.6-61.9-104.6-143.2%200-81.4%204-118.4%204-118.4h201.3s3.9%2037%203.9%20118.4S276%20350%20233%20370.8'/%3e%3cpath%20fill='%23ee1c25'%20d='M233%20360c-39.5-19-96-56.8-96-131.4s3.6-108.6%203.6-108.6h184.8s3.5%2034%203.5%20108.6C329%20303.3%20272.5%20341%20233%20360'/%3e%3cpath%20fill='%23fff'%20d='M241.4%20209c10.7.2%2031.6.6%2050.1-5.6%200%200-.4%206.7-.4%2014.4s.5%2014.4.5%2014.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1%200-50.1%205.7%200%200%20.5-6.7.5-14.4s-.5-14.4-.5-14.4c18.5%206.2%2039.4%205.8%2050%205.6v-25.9c-9.7%200-23.7.4-39.6%205.7%200%200%20.5-6.6.5-14.4%200-7.7-.5-14.4-.5-14.4%2015.9%205.3%2029.9%205.8%2039.6%205.7-.5-16.4-5.3-37-5.3-37s9.9.7%2013.8.7%2013.8-.7%2013.8-.7-4.8%2020.6-5.3%2037c9.7.1%2023.7-.4%2039.6-5.7%200%200-.5%206.7-.5%2014.4s.5%2014.4.5%2014.4a119%20119%200%200%200-39.7-5.7v26z'/%3e%3cpath%20fill='%230b4ea2'%20d='M233%20263.3c-19.9%200-30.5%2027.5-30.5%2027.5s-6-13-22.2-13c-11%200-19%209.7-24.2%2018.8%2020%2031.7%2051.9%2051.3%2076.9%2063.4%2025-12%2057-31.7%2076.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2%200-22.2%2013-22.2%2013S253%20263.3%20233%20263.3'/%3e%3c/svg%3e")}.fi-sk.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23ee1c25'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%230b4ea2'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23fff'%20d='M203.2%20395.5c-45.9-22-111.5-66-111.5-152.8s4.1-126.2%204.1-126.2h214.8s4.2%2039.4%204.2%20126.2S249%20373.4%20203.2%20395.5'/%3e%3cpath%20fill='%23ee1c25'%20d='M203.2%20384c-42.1-20.3-102.3-60.5-102.3-140.2s3.8-115.8%203.8-115.8h197s3.8%2036.2%203.8%20115.8-60.2%20120-102.3%20140.2'/%3e%3cpath%20fill='%23fff'%20d='M212.2%20223c11.4.2%2033.7.6%2053.5-6%200%200-.6%207-.6%2015.3s.6%2015.3.6%2015.3a172%20172%200%200%200-53.5-6v44h-18v-44a172%20172%200%200%200-53.5%206s.6-7%20.6-15.3-.6-15.3-.6-15.3c19.9%206.6%2042.1%206.2%2053.5%206v-27.7a128%20128%200%200%200-42.3%206.1s.5-7%20.5-15.3-.5-15.4-.5-15.4c17%205.7%2031.9%206.2%2042.2%206-.5-17.4-5.6-39.4-5.6-39.4s10.5.8%2014.7.8%2014.7-.8%2014.7-.8-5.1%2022-5.7%2039.5a126%20126%200%200%200%2042.3-6s-.5%207-.5%2015.3.5%2015.3.5%2015.3c-17-5.7-31.9-6.1-42.3-6z'/%3e%3cpath%20fill='%230b4ea2'%20d='M203.2%20280.8c-21.2%200-32.6%2029.4-32.6%2029.4s-6.3-14-23.6-14c-11.7%200-20.3%2010.5-25.8%2020.2%2021.3%2033.8%2055.3%2054.7%2082%2067.6%2026.7-12.9%2060.7-33.8%2082-67.7-5.5-9.6-14.1-20-25.8-20-17.3%200-23.6%2014-23.6%2014s-11.4-29.5-32.6-29.5'/%3e%3c/svg%3e")}.fi-sl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sl'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%230000cd'%20d='M0%20320.3h640V480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20160.7h640v159.6H0z'/%3e%3cpath%20fill='%2300cd00'%20d='M0%200h640v160.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sl.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sl'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='sl-a'%3e%3crect%20width='384'%20height='512'%20rx='4.6'%20ry='7.6'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23sl-a)'%20transform='scale(1.33333%201)'%3e%3cpath%20fill='%230000cd'%20d='M0%20341.7h512V512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20171.4h512v170.3H0z'/%3e%3cpath%20fill='%2300cd00'%20d='M0%200h512v171.4H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sm{background-image:url(/dbcrm/assets/sm-DGBIRFB_.svg)}.fi-sm.fis{background-image:url(/dbcrm/assets/sm-BKrUHzrq.svg)}.fi-sn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sn'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230b7226'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23ff0'%20d='M213.3%200h213.3v480H213.3z'/%3e%3cpath%20fill='%23bc0000'%20d='M426.6%200H640v480H426.6z'/%3e%3c/g%3e%3cpath%20fill='%230b7226'%20d='M342%20218.8h71.8l-56.6%2043.6%2020.7%2069.3-56.6-43.6-56.6%2041.6%2020.7-67.3-56.6-43.6h69.8l22.7-71.3z'/%3e%3c/svg%3e")}.fi-sn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sn'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230b7226'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23ff0'%20d='M170.7%200h170.6v512H170.7z'/%3e%3cpath%20fill='%23bc0000'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3cpath%20fill='%230b7226'%20d='m197%20351.7%2022-71.7-60.4-46.5h74.5l24.2-76%2022.1%2076H356L295.6%20280l22.1%2074-60.3-46.5z'/%3e%3c/svg%3e")}.fi-so{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-so'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='so-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23so-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%2340a6ff'%20d='M-128%200h768v512h-768z'/%3e%3cpath%20fill='%23fff'%20d='M336.5%20381.2%20254%20327.7l-82.1%2054%2030.5-87.7-82-54.2L222%20239l31.4-87.5%2032.1%2087.3%20101.4.1-81.5%2054.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-so.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-so'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='so-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23so-a)'%20transform='translate(-128)scale(.72249)'%3e%3cpath%20fill='%2340a6ff'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23fff'%20d='m643%20527.6-114.3-74-113.6%2074.8%2042.3-121.5-113.5-75%20140.4-1%2043.5-121.1%2044.5%20120.8%20140.3.1-112.9%2075.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-sr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sr'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23377e3f'%20d='M.1%200h640v480H.1z'/%3e%3cpath%20fill='%23fff'%20d='M.1%2096h640v288H.1z'/%3e%3cpath%20fill='%23b40a2d'%20d='M.1%20144h640v192H.1z'/%3e%3cpath%20fill='%23ecc81d'%20d='m320%20153.2%2056.4%20173.6-147.7-107.3h182.6L263.6%20326.8z'/%3e%3c/svg%3e")}.fi-sr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-sr'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23377e3f'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20102.4h512v307.2H0z'/%3e%3cpath%20fill='%23b40a2d'%20d='M0%20153.6h512v204.8H0z'/%3e%3cpath%20fill='%23ecc81d'%20d='m255.9%20163.4%2060.2%20185.2-157.6-114.5h194.8L195.7%20348.6z'/%3e%3c/svg%3e")}.fi-ss{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ss'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23078930'%20d='M0%20336h640v144H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20144h640v192H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h640v144H0z'/%3e%3cpath%20fill='%23da121a'%20d='M0%20168h640v144H0z'/%3e%3cpath%20fill='%230f47af'%20d='m0%200%20415.7%20240L0%20480z'/%3e%3cpath%20fill='%23fcdd09'%20d='M200.7%20194.8%2061.7%20240l139%2045.1L114.9%20167v146z'/%3e%3c/svg%3e")}.fi-ss.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ss'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23078930'%20d='M0%20358.4h512V512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20153.6h512v204.8H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%200h512v153.6H0z'/%3e%3cpath%20fill='%23da121a'%20d='M0%20179.2h512v153.6H0z'/%3e%3cpath%20fill='%230f47af'%20d='m0%200%20433%20256L0%20512z'/%3e%3cpath%20fill='%23fcdd09'%20d='M209%20207.8%2064.4%20256l144.8%2048.1-89.5-126v155.8z'/%3e%3c/svg%3e")}.fi-st{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-st'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2312ad2b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ffce00'%20d='M0%20137.1h640V343H0z'/%3e%3cpath%20fill='%23d21034'%20d='M0%200v480l240-240'/%3e%3cg%20id='st-c'%20transform='translate(351.6%20240)scale(.34286)'%3e%3cg%20id='st-b'%3e%3cpath%20id='st-a'%20fill='%23000001'%20d='M0-200V0h100'%20transform='rotate(18%200%20-200)'/%3e%3cuse%20xlink:href='%23st-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23st-c'%20width='100%25'%20height='100%25'%20x='700'%20transform='translate(-523.2)'/%3e%3c/svg%3e")}.fi-st.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-st'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2312ad2b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ffce00'%20d='M0%20146.3h512v219.4H0z'/%3e%3cpath%20fill='%23d21034'%20d='M0%200v512l192-256'/%3e%3cg%20id='st-c'%20transform='translate(276.9%20261.5)scale(.33167)'%3e%3cg%20id='st-b'%3e%3cpath%20id='st-a'%20fill='%23000001'%20d='M0-200V0h100'%20transform='rotate(18%200%20-200)'/%3e%3cuse%20xlink:href='%23st-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(-144)'/%3e%3cuse%20xlink:href='%23st-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23st-c'%20width='100%25'%20height='100%25'%20x='700'%20transform='translate(-550.9)'/%3e%3c/svg%3e")}.fi-sv{background-image:url(/dbcrm/assets/sv-CJIHhYwF.svg)}.fi-sv.fis{background-image:url(/dbcrm/assets/sv-RZ39q5hO.svg)}.fi-sx{background-image:url(/dbcrm/assets/sx-nDhIaDNb.svg)}.fi-sx.fis{background-image:url(/dbcrm/assets/sx-RKKs0ph6.svg)}.fi-sy{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20id='flag-icons-sy'%20viewBox='0%200%20640%20480'%3e%3cpath%20d='M0%200h640v480H0Z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v320H0Z'/%3e%3cpath%20fill='%23007a3d'%20d='M0%200h640v160H0Z'/%3e%3cpath%20fill='%23ce1126'%20d='m101%20300%2039-120%2039%20120-102-74.2h126M461%20300l39-120%2039%20120-102-74.2h126M281%20300l39-120%2039%20120-102.1-74.2h126.2'/%3e%3c/svg%3e")}.fi-sy.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20id='flag-icons-sy'%20viewBox='0%200%20512%20512'%3e%3cpath%20d='M0%200h512v512H0Z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v341.3H0Z'/%3e%3cpath%20fill='%23007a3d'%20d='M0%200h512v170.7H0Z'/%3e%3cpath%20fill='%23ce1126'%20d='M26.3%20317.9%2067.2%20192%20108%20317.9%201%20240h132.4m270.5%2077.8L445%20192l40.8%20125.9-107-77.8H511m-295.9%2077.8L256%20192l40.9%20125.9-107-77.8h132.3'/%3e%3c/svg%3e")}.fi-sz{background-image:url(/dbcrm/assets/sz-qxMwa2gs.svg)}.fi-sz.fis{background-image:url(/dbcrm/assets/sz-D39eIL5d.svg)}.fi-tc{background-image:url(/dbcrm/assets/tc-dtelpZmc.svg)}.fi-tc.fis{background-image:url(/dbcrm/assets/tc-CJHJmJj1.svg)}.fi-td{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-td'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23002664'%20d='M0%200h214v480H0z'/%3e%3cpath%20fill='%23c60c30'%20d='M426%200h214v480H426z'/%3e%3cpath%20fill='%23fecb00'%20d='M214%200h212v480H214z'/%3e%3c/g%3e%3c/svg%3e")}.fi-td.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-td'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23002664'%20d='M0%200h171.2v512H0z'/%3e%3cpath%20fill='%23c60c30'%20d='M340.8%200H512v512H340.8z'/%3e%3cpath%20fill='%23fecb00'%20d='M171.2%200h169.6v512H171.2z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tf'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cpath%20id='tf-a'%20fill='%23fff'%20d='m0-21%2012.3%2038L-20-6.5h40L-12.3%2017z'/%3e%3c/defs%3e%3cpath%20fill='%23002395'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h292.8v196.8H0z'/%3e%3cpath%20fill='%23002395'%20d='M0%200h96v192H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M192%200h96v192h-96z'/%3e%3cpath%20fill='%23fff'%20d='m426%20219.6%2015.4%2024.6h44V330l-33-51.6-44.4%2070.8h21.6l22.8-40.8%2046.8%2084%2046.8-84%2022.8%2040.8h21.6L546%20278.4%20513%20330v-47.4h19.8l14.7-23.4H513v-15h44l15.4-24.6zm51.6%20105h-48v16.8h48zm91.2%200h-48v16.8h48z'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='416'%20y='362'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='371'%20y='328'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='461'%20y='328'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='333'%20y='227'%20transform='scale(1.2)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='499'%20y='227'%20transform='scale(1.2)'/%3e%3c/svg%3e")}.fi-tf.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tf'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='tf-a'%20fill='%23fff'%20d='m0-21%2012.3%2038L-20-6.5h40L-12.3%2017z'/%3e%3c/defs%3e%3cpath%20fill='%23002395'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h312.3v210H0z'/%3e%3cpath%20fill='%23002395'%20d='M0%200h102.4v204.8H0z'/%3e%3cpath%20fill='%23ed2939'%20d='M204.8%200h102.4v204.8H204.8z'/%3e%3cpath%20fill='%23fff'%20d='m282.4%20234.2%2016.5%2026.3h46.9V352l-35.3-55-47.3%2075.5h23l24.4-43.5%2049.9%2089.6%2049.9-89.6%2024.3%2043.5h23L410.5%20297l-35.2%2055v-50.6h21.1l15.7-25h-36.8v-16h46.9l16.5-26.2zm55%20112h-51.2v18h51.2zm97.3%200h-51.2v18h51.2z'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='416'%20y='362'%20transform='translate(-172)scale(1.28)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='371'%20y='328'%20transform='translate(-172)scale(1.28)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='461'%20y='328'%20transform='translate(-172)scale(1.28)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='333'%20y='227'%20transform='translate(-172)scale(1.28)'/%3e%3cuse%20xlink:href='%23tf-a'%20width='100%25'%20height='100%25'%20x='499'%20y='227'%20transform='translate(-172)scale(1.28)'/%3e%3c/svg%3e")}.fi-tg{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tg'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='tg-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tg-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23ffe300'%20d='M0%200h767.6v512H0z'/%3e%3cpath%20fill='%23118600'%20d='M0%20208.1h767.6V311H0zM0%20.2h767.6v102.9H0z'/%3e%3cpath%20fill='%23d80000'%20d='M0%20.3h306.5v310.6H0z'/%3e%3cpath%20fill='%23fff'%20d='M134.4%20128.4c0-.8%2018.9-53%2018.9-53l17%2052.2s57.4%201.7%2057.4.8-45.3%2034.3-45.3%2034.3%2021.4%2060%2020.5%2058.2-49.6-36-49.6-36-49.7%2034.3-48.8%2034.3c.8%200%2018.8-56.5%2018.8-56.5l-44.5-33.4z'/%3e%3cpath%20fill='%23118600'%20d='M0%20409.2h767.6V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tg.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tg'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='tg-a'%3e%3cpath%20fill-opacity='.7'%20d='M0-.2h496.3V496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tg-a)'%20transform='translate(0%20.3)scale(1.0316)'%3e%3cpath%20fill='%23ffe300'%20d='M0-.2h744V496H0z'/%3e%3cpath%20fill='%23118600'%20d='M0%20201.5h744v99.7H0zM0%200h744v99.7H0z'/%3e%3cpath%20fill='%23d80000'%20d='M0%200h297.1v301.2H0z'/%3e%3cpath%20fill='%23fff'%20d='M130.3%20124.3c0-.9%2018.3-51.5%2018.3-51.5l16.6%2050.6s55.6%201.7%2055.6.8-44%2033.2-44%2033.2%2020.7%2058.1%2019.9%2056.5-48.1-34.9-48.1-34.9-48.2%2033.2-47.3%2033.2%2018.2-54.7%2018.2-54.7L76.4%20125z'/%3e%3cpath%20fill='%23118600'%20d='M0%20396.4h744v99.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-th{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-th'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23f4f5f8'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%232d2a4a'%20d='M0%20162.5h640v160H0z'/%3e%3cpath%20fill='%23a51931'%20d='M0%200h640v82.5H0zm0%20400h640v80H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-th.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-th'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23f4f5f8'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%232d2a4a'%20d='M0%20173.4h512V344H0z'/%3e%3cpath%20fill='%23a51931'%20d='M0%200h512v88H0zm0%20426.7h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tj{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tj'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23060'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h640v342.9H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%200h640v137.1H0z'/%3e%3cpath%20fill='%23f8c300'%20d='M300.8%20233.6a8.6%208.6%200%200%201%2016%204V272h6.4v-34.3a8.6%208.6%200%200%201%2016-4%2020.2%2020.2%200%201%200-38.4%200'/%3e%3cpath%20fill='%23fff'%20d='M305.4%20224.7a14%2014%200%200%201%2014.6%206.5%2014%2014%200%200%201%2014.6-6.5%2014.7%2014.7%200%200%200-29.2%200'/%3e%3cpath%20id='tj-a'%20fill='%23f8c300'%20d='M316.8%20258.3a26%2026%200%200%201-43.8%2016.6%2027%2027%200%200%201-41%2012c2.5%2025%2040%2019.9%2042.8-4.4%2011.7%2020.7%2037.6%2014.7%2045.2-10.6z'/%3e%3cuse%20xlink:href='%23tj-a'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cpath%20id='tj-b'%20fill='%23f8c300'%20d='M291.8%20302.6c-5.3%2011.3-15.7%2013.2-24.8%204.1%200%200%203.6-2.6%207.6-3.3-.8-3.1.7-7.5%202.9-9.8a15%2015%200%200%201%206.1%208.1c5.5-.7%208.2%201%208.2%201z'/%3e%3cuse%20xlink:href='%23tj-b'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='rotate(9.4%20320%20551.3)'/%3e%3cuse%20xlink:href='%23tj-b'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='rotate(18.7%20320%20551.3)'/%3e%3cpath%20fill='none'%20stroke='%23f8c300'%20stroke-width='11'%20d='M253.5%20327.8a233%20233%200%200%201%20133%200'/%3e%3cg%20fill='%23f8c300'%20transform='translate(320%20164.6)scale(.68571)'%3e%3cpath%20id='tj-c'%20d='m301930%20415571-790463-574305h977066l-790463%20574305L0-513674z'%20transform='scale(.00005)'/%3e%3c/g%3e%3cg%20id='tj-d'%20fill='%23f8c300'%20transform='translate(320%20260.6)scale(.68571)'%3e%3cuse%20xlink:href='%23tj-c'%20width='100%25'%20height='100%25'%20transform='translate(-70%20-121.2)'/%3e%3cuse%20xlink:href='%23tj-c'%20width='100%25'%20height='100%25'%20transform='translate(-121.2%20-70)'/%3e%3cuse%20xlink:href='%23tj-c'%20width='100%25'%20height='100%25'%20transform='translate(-140)'/%3e%3c/g%3e%3cuse%20xlink:href='%23tj-d'%20width='100%25'%20height='100%25'%20fill='%23f8c300'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3c/svg%3e")}.fi-tj.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-tj'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23060'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h512v365.7H0z'/%3e%3cpath%20fill='%23c00'%20d='M0%200h512v146.3H0z'/%3e%3cg%20fill='%23f8c300'%20transform='translate(-256)scale(.73143)'%3e%3cpath%20d='M672%20340.7a12.5%2012.5%200%200%201%2023.3%205.9v50h9.4v-50a12.5%2012.5%200%200%201%2023.3-5.9%2029.5%2029.5%200%201%200-56%200'/%3e%3cpath%20fill='%23fff'%20d='M678.7%20327.6a20%2020%200%200%201%2021.3%209.6%2020%2020%200%200%201%2021.3-9.6%2021.5%2021.5%200%200%200-42.6%200'/%3e%3cpath%20id='tj-a'%20d='M695.3%20376.6a38%2038%200%200%201-63.8%2024.3%2039.5%2039.5%200%200%201-59.8%2017.5c3.7%2036.4%2058.3%2029%2062.3-6.4%2017.2%2030.1%2055%2021.5%2066-15.4z'/%3e%3cuse%20xlink:href='%23tj-a'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%201400%200)'/%3e%3cpath%20id='tj-b'%20d='M658.8%20441.3c-7.6%2016.5-22.8%2019.3-36.1%206%200%200%205.3-3.8%2011-4.8a18%2018%200%200%201%204.3-14.3%2022%2022%200%200%201%209%2011.8c8-1%2011.8%201.3%2011.8%201.3'/%3e%3cuse%20xlink:href='%23tj-b'%20width='100%25'%20height='100%25'%20transform='rotate(9.4%20700%20804)'/%3e%3cuse%20xlink:href='%23tj-b'%20width='100%25'%20height='100%25'%20transform='rotate(18.7%20700%20804)'/%3e%3cpath%20fill='none'%20stroke='%23f8c300'%20stroke-width='16'%20d='M603%20478a340%20340%200%200%201%20194%200'/%3e%3cg%20transform='translate(700%20380)'%3e%3cg%20transform='translate(0%20-140)'%3e%3cpath%20id='tj-c'%20d='m488533-158734-790463%20574305L0-513674l301930%20929245-790463-574305z'%20transform='scale(.00005)'/%3e%3c/g%3e%3cg%20id='tj-d'%3e%3cuse%20xlink:href='%23tj-c'%20width='100%25'%20height='100%25'%20transform='translate(-70%20-121.2)'/%3e%3cuse%20xlink:href='%23tj-c'%20width='100%25'%20height='100%25'%20transform='translate(-121.2%20-70)'/%3e%3cuse%20xlink:href='%23tj-c'%20width='100%25'%20height='100%25'%20transform='translate(-140)'/%3e%3c/g%3e%3cuse%20xlink:href='%23tj-d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-tk{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tk'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%2300247d'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fed100'%20d='M108.1%20354.6c-6.7-.1%2062.8-37%20120.9-84.4%2076.2-62.1%20240.3-161.4%20288.6-177.6%205-1.7-10.3%208.6-12.3%2011.9-51.5%2061-10.4%20176%2054%20233.9%2019.4%2014.8%2018.4%2015.6%2054.3%2017v3.4zm-4.2%206.7s-4.9%203.5-4.9%206.1c0%202.9%205.5%206.7%205.5%206.7l498.5%205.5%209.2-6.1-12.8-7.9z'/%3e%3cpath%20fill='%23fff'%20d='m106.8%20109.1-4%2012.2%2010.4-7.5%2010.3%207.5-3.9-12.2%2010.3-7.5h-12.8l-3.9-12.2-4%2012.2H96.4zm78.1%2057.4%208.6-6.3h-10.7l-3.3-10.1-3.3%2010.1h-10.6l8.6%206.3-3.3%2010.1%208.6-6.3%208.7%206.3zm-145.2%2013-4-12.2-3.9%2012.2H19l10.3%207.5-3.9%2012.2%2010.3-7.5%2010.4%207.5-4-12.2%2010.4-7.5zm78.1%20122.3-4.6-14.2-4.6%2014.2h-15l12.1%208.7-4.6%2014.3%2012.1-8.8%2012.1%208.8-4.7-14.3%2012.1-8.7z'/%3e%3c/svg%3e")}.fi-tk.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tk'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%2300247d'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fed100'%20d='M90.7%20384.2c-5.3%200%2050-29.5%2096.4-67.2%2060.7-49.5%20191.5-128.7%20230-141.5%204-1.3-8.2%206.8-9.8%209.5-41.1%2048.6-8.3%20140.3%2043%20186.4%2015.4%2011.8%2014.6%2012.4%2043.2%2013.6v2.7zm-3.3%205.4s-3.9%202.8-3.9%204.9c0%202.3%204.4%205.4%204.4%205.4l397.3%204.4%207.3-4.9-10.2-6.3z'/%3e%3cpath%20fill='%23fff'%20d='m105.5%20116.6-4%2012.1%2010.4-7.5%2010.3%207.5-4-12.1%2010.4-7.5h-12.8l-3.9-12.2-4%2012.2H95.2zm77.8%2057.1%208.6-6.2h-10.6l-3.3-10.1-3.3%2010.1h-10.6l8.6%206.2-3.3%2010.1%208.6-6.2%208.6%206.2zm-144.7%2013-3.9-12.1-4%2012.1H18l10.3%207.5-4%2012.1%2010.4-7.5%2010.3%207.5-3.9-12.1%2010.3-7.5zm77.9%20121.9-4.6-14.2-4.6%2014.2H92.4l12%208.7-4.6%2014.2%2012.1-8.8%2012%208.8-4.6-14.2%2012-8.7z'/%3e%3c/svg%3e")}.fi-tl{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tl'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='tl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h682.7v512H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tl-a)'%20transform='scale(.9375)'%3e%3cpath%20fill='%23cb000f'%20d='M0%200h1031.2v512H0z'/%3e%3cpath%20fill='%23f8c00c'%20d='M0%200c3.2%200%20512%20256.7%20512%20256.7L0%20512z'/%3e%3cpath%20fill='%23000001'%20d='M0%200c2.1%200%20340.6%20256.7%20340.6%20256.7L0%20512z'/%3e%3cpath%20fill='%23fff'%20d='M187.7%20298.2%20127%20284.7l-31%2052.8-5-59.7-60.7-13.3%2054.9-24.9-3.3-59.3%2040.2%2043.4%2055.4-25.3-28.9%2054%2039.2%2045.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tl.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tl'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='tl-a'%3e%3cpath%20fill-opacity='.7'%20d='M0%200h496v496H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23tl-a)'%20transform='scale(1.0321)'%3e%3cpath%20fill='%23cb000f'%20d='M0%200h999v496H0z'/%3e%3cpath%20fill='%23f8c00c'%20d='M0%200c3.1%200%20496%20248.7%20496%20248.7L0%20496.1z'/%3e%3cpath%20fill='%23000001'%20d='M0%200c2%200%20330%20248.7%20330%20248.7L0%20496.1z'/%3e%3cpath%20fill='%23fff'%20d='m181.9%20288.9-59-13L93%20327l-5-57.8-58.8-13%2053.1-24-3.2-57.5%2039%2042%2053.6-24.4-28%2052.2%2038%2044.4z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tm{background-image:url(/dbcrm/assets/tm-C_WSgUcv.svg)}.fi-tm.fis{background-image:url(/dbcrm/assets/tm-DGBJvQay.svg)}.fi-tn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tn'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23e70013'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M320%20119.2a1%201%200%200%200-1%20240.3%201%201%200%200%200%201-240.3M392%20293a90%2090%200%201%201%200-107%2072%2072%200%201%200%200%20107m-4.7-21.7-37.4-12.1-23.1%2031.8v-39.3l-37.4-12.2%2037.4-12.2V188l23.1%2031.8%2037.4-12.1-23.1%2031.8z'/%3e%3c/svg%3e")}.fi-tn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tn'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23e70013'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M256%20135a1%201%200%200%200-1%20240%201%201%200%200%200%200-241zm72%20174a90%2090%200%201%201%200-107%2072%2072%200%201%200%200%20107m-4.7-21.7-37.4-12.1-23.1%2031.8v-39.3l-37.3-12.2%2037.3-12.2v-39.4l23.1%2031.9%2037.4-12.1-23.1%2031.8z'/%3e%3c/svg%3e")}.fi-to{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-to'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23c10000'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h250v200.3H0z'/%3e%3cg%20fill='%23c10000'%3e%3cpath%20d='M102.8%2031.2h39.9v139.6h-39.8z'/%3e%3cpath%20d='M192.6%2081v40H53V81z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-to.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-to'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23c10000'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h218.3v175H0z'/%3e%3cg%20fill='%23c10000'%3e%3cpath%20d='M89.8%2027.3h34.8v121.9H89.8z'/%3e%3cpath%20d='M168.2%2070.8v34.8H46.3V70.8z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-tr{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tr'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23e30a17'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M407%20247.5c0%2066.2-54.6%20119.9-122%20119.9s-122-53.7-122-120%2054.6-119.8%20122-119.8%20122%2053.7%20122%20119.9'/%3e%3cpath%20fill='%23e30a17'%20d='M413%20247.5c0%2053-43.6%2095.9-97.5%2095.9s-97.6-43-97.6-96%2043.7-95.8%2097.6-95.8%2097.6%2042.9%2097.6%2095.9z'/%3e%3cpath%20fill='%23fff'%20d='m430.7%20191.5-1%2044.3-41.3%2011.2%2040.8%2014.5-1%2040.7%2026.5-31.8%2040.2%2014-23.2-34.1%2028.3-33.9-43.5%2012-25.8-37z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tr.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tr'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23e30a17'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M348.8%20264c0%2070.6-58.3%20127.9-130.1%20127.9s-130.1-57.3-130.1-128%2058.2-127.8%20130-127.8S348.9%20193.3%20348.9%20264z'/%3e%3cpath%20fill='%23e30a17'%20d='M355.3%20264c0%2056.5-46.6%20102.3-104.1%20102.3s-104-45.8-104-102.3%2046.5-102.3%20104-102.3%20104%2045.8%20104%20102.3z'/%3e%3cpath%20fill='%23fff'%20d='m374.1%20204.2-1%2047.3-44.2%2012%2043.5%2015.5-1%2043.3%2028.3-33.8%2042.9%2014.8-24.8-36.3%2030.2-36.1-46.4%2012.8z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tt'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23e00000'%20fill-rule='evenodd'%20d='M463.7%20480%200%201v478.8zM176.3%200%20640%20479V.2z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M27.7.2h118.6l468.2%20479.3H492.2z'/%3e%3c/svg%3e")}.fi-tt.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tt'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'%20style='width:0'/%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23e00000'%20d='M371%20512%200%201v510.7zM141%200l371%20511V.2z'/%3e%3cpath%20fill='%23000001'%20d='M22.2.2h94.9l374.5%20511.3h-97.9z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tv'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23009fca'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff40d'%20fill-rule='evenodd'%20d='M593.3%20122.7H621l-22.3%2015.2%208.5%2024.7-22.3-15.3-22.2%2015.3%208.5-24.7-22.3-15.2h27.5l8.5-24.7zm-69.2%20196.8h27.6l-22.3%2015.2%208.5%2024.7-22.3-15.3-22.3%2015.3%208.6-24.7-22.3-15.2H507l8.5-24.7zm69.2-44.6H621l-22.3%2015.2%208.5%2024.7-22.3-15.3-22.2%2015.3%208.5-24.7-22.3-15.2h27.5l8.5-24.7zM295.8%20417.7h27.6L301%20432.8l8.6%2024.6-22.3-15.2-22.3%2015.2%208.6-24.6-22.4-15.3h27.6l8.5-24.6zm62.6-76.5h-27.6l22.3-15.3-8.5-24.6%2022.3%2015.2%2022.3-15.2-8.6%2024.6%2022.3%2015.3h-27.5l-8.5%2024.6zm81.3-112.5H412l22.3-15.2-8.5-24.7%2022.3%2015.3%2022.3-15.3-8.6%2024.7%2022.3%2015.2h-27.5l-8.5%2024.7zm68.3-23.3h-27.6l22.4-15.3-8.6-24.6%2022.3%2015.2%2022.3-15.2-8.6%2024.6%2022.4%2015.3H525l-8.5%2024.6zM439.7%20400H412l22.3-15.2L426%20360l22.3%2015.2%2022.3-15.2-8.6%2024.7%2022.3%2015.2h-27.5l-8.5%2024.7zm-81.3%2019.9h-27.6l22.3-15.2-8.5-24.7%2022.3%2015.2%2022.3-15.2-8.6%2024.6L403%20420h-27.5l-8.5%2024.7z'/%3e%3cpath%20fill='%23012169'%20d='M0%200h320v240H0z'/%3e%3cpath%20fill='%23FFF'%20d='m37.5%200%20122%2090.5L281%200h39v31l-120%2089.5%20120%2089V240h-40l-120-89.5L40.5%20240H0v-30l119.5-89L0%2032V0z'/%3e%3cpath%20fill='%23C8102E'%20d='M212%20140.5%20320%20220v20l-135.5-99.5zm-92%2010%203%2017.5-96%2072H0zM320%200v1.5l-124.5%2094%201-22L295%200zM0%200l119.5%2088h-30L0%2021z'/%3e%3cpath%20fill='%23FFF'%20d='M120.5%200v240h80V0zM0%2080v80h320V80z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%2096.5v48h320v-48zM136.5%200v240h48V0z'/%3e%3c/svg%3e")}.fi-tv.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tv'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23009fca'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff40d'%20fill-rule='evenodd'%20d='m478%20226.3%207.1%2020.4-18.4-12.6-18.5%2012.6%207.1-20.4-18.5-12.6h22.9l7-20.4%207%2020.4h22.8zm-57.2%20162.8%207%2020.4-18.4-12.7-18.4%2012.7%207-20.4-18.4-12.7h22.8l7-20.4%207%2020.5h22.9zm57.3-36.9%207%2020.4-18.4-12.6-18.5%2012.6%207.1-20.4-18.5-12.6h22.9l7-20.4%207%2020.4h22.8zm-246.2%20118%207.1%2020.5-18.4-12.7-18.5%2012.7%207.1-20.4-18.5-12.6h22.8l7-20.4%207.1%2020.4h22.8zm43.1-88.4-7-20.4%2018.4%2012.6%2018.4-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.8zm67.3-93-7.1-20.4%2018.4%2012.6%2018.5-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.9zm56.5-19.3-7-20.4%2018.4%2012.6%2018.4-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.9zm-56.5%20161-7.1-20.4%2018.4%2012.6%2018.5-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.9zM275%20446.9l-7-20.4%2018.4%2012.6%2018.4-12.6-7%2020.4%2018.4%2012.6h-22.8l-7%2020.4-7-20.4h-22.8z'/%3e%3cpath%20fill='%23012169'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23FFF'%20d='M256%200v32l-95%2096%2095%2093.5V256h-33.5L127%20162l-93%2094H0v-34l93-93.5L0%2037V0h31l96%2094%2093-94z'/%3e%3cpath%20fill='%23C8102E'%20d='m92%20162%205.5%2017L21%20256H0v-1.5zm62-6%2027%204%2075%2073.5V256zM256%200l-96%2098-2-22%2075-76zM0%20.5%2096.5%2095%2067%2091%200%2024.5z'/%3e%3cpath%20fill='%23FFF'%20d='M88%200v256h80V0zM0%2088v80h256V88z'/%3e%3cpath%20fill='%23C8102E'%20d='M0%20104v48h256v-48zM104%200v256h48V0z'/%3e%3c/svg%3e")}.fi-tw{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tw'%20viewBox='0%200%20640%20480'%3e%3cclipPath%20id='tw-a'%3e%3cpath%20d='M0%200h640v480H0z'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23tw-a)'%3e%3cpath%20fill='red'%20d='M0%200h720v480H0z'/%3e%3cpath%20fill='%23000095'%20d='M0%200h360v240H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m154%20126.9-2.5%209.6%209.4%202.6-1.8-7.1zm46.9%205.1-1.8%207.1%209.4-2.6-2.5-9.6zm-41.8-24-5.1%205.1%201.9%206.9z'/%3e%3cpath%20d='m155.9%20120-1.9%206.9%205.1%205.1z'/%3e%3cpath%20d='m154%20113.1-6.9%206.9%206.9%206.9%201.9-6.9zm14%2027.8%205.1%205.1%206.9-1.9zm18.9%205.1%209.6%202.5%202.6-9.4-7.1%201.8z'/%3e%3cpath%20d='m192%20140.9%207.1-1.8%201.8-7.1zm-31.1-1.8%202.6%209.4%209.6-2.5-5.1-5.1zm19.1%205%206.9%201.9%205.1-5.1z'/%3e%3cpath%20d='m173.1%20146%206.9%206.9%206.9-6.9-6.9-1.9zm-12.2-45.1-9.4%202.6%202.5%209.6%205.1-5.1zm-1.8%2031.1%201.8%207.1%207.1%201.8zm45-12%201.9-6.9-5.1-5.1z'/%3e%3cpath%20d='m168%2099.1-7.1%201.8-1.8%207.1zm32.9%208.9-1.8-7.1-7.1-1.8zm5.1%2018.9%206.9-6.9-6.9-6.9-1.9%206.9z'/%3e%3cpath%20d='m200.9%20108-8.9-8.9-12-3.2-12%203.2-8.9%208.9-3.2%2012%203.2%2012%208.9%208.9%2012%203.2%2012-3.2%208.9-8.9%203.2-12z'/%3e%3cpath%20d='m200.9%20132%205.1-5.1-1.9-6.9zm5.1-18.9%202.5-9.6-9.4-2.6%201.8%207.1zm-6.9-12.2-2.6-9.4-9.6%202.5%205.1%205.1zm-26-6.9-9.6-2.5-2.6%209.4%207.1-1.8zm6.9%201.9-6.9-1.9-5.1%205.1z'/%3e%3cpath%20d='m186.9%2094-6.9-6.9-6.9%206.9%206.9%201.9z'/%3e%3cpath%20d='m192%2099.1-5.1-5.1-6.9%201.9zM173.1%20146l-9.6%202.5%204.5%2016.6%2012-12.2zm-5.1%2019.1%2012%2044.9%2012-44.9-12-12.2zm-7.1-26-9.4-2.6-4.4%2016.4%2016.4-4.4z'/%3e%3cpath%20d='m147.1%20152.9-12%2045.1%2032.9-32.9-4.5-16.6zm-12-20.9L102%20165.1l45.1-12.2%204.4-16.4z'/%3e%3cpath%20d='m154%20126.9-6.9-6.9-12%2012%2016.4%204.5zm0-13.8-2.5-9.6-16.4%204.5%2012%2012z'/%3e%3cpath%20d='M135.1%20108%2090%20120l45.1%2012%2012-12zm90%2024-16.6%204.5%204.4%2016.4%2045.1%2012.2z'/%3e%3cpath%20d='m199.1%20139.1-2.6%209.4%2016.4%204.4-4.4-16.4zm-12.2%206.9-6.9%206.9%2012%2012.2%204.5-16.6zm19.1-19.1%202.5%209.6%2016.6-4.5-12.2-12z'/%3e%3cpath%20d='m192%20165.1%2033.1%2032.9-12.2-45.1-16.4-4.4zm7.1-64.2%209.4%202.6%204.4-16.4-16.4%204.4z'/%3e%3cpath%20d='M225.1%20108%20258%2075.1l-45.1%2012-4.4%2016.4zm-12.2-20.9L225.1%2042%20192%2075.1l4.5%2016.4zm12.2%2044.9%2044.9-12-44.9-12-12.2%2012z'/%3e%3cpath%20d='m206%20113.1%206.9%206.9%2012.2-12-16.6-4.5zm-38-38L135.1%2042l12%2045.1%2016.4%204.4z'/%3e%3cpath%20d='m160.9%20100.9%202.6-9.4-16.4-4.4%204.4%2016.4z'/%3e%3cpath%20d='m147.1%2087.1-45.1-12%2033.1%2032.9%2016.4-4.5zm39.8%206.9%209.6-2.5-4.5-16.4-12%2012z'/%3e%3cpath%20d='M192%2075.1%20180%2030l-12%2045.1%2012%2012z'/%3e%3cpath%20d='m173.1%2094%206.9-6.9-12-12-4.5%2016.4z'/%3e%3c/g%3e%3ccircle%20cx='180'%20cy='120'%20r='51.1'%20fill='%23000095'/%3e%3ccircle%20cx='180'%20cy='120'%20r='45.1'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}.fi-tw.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tw'%20viewBox='0%200%20512%20512'%3e%3cclipPath%20id='tw-a'%3e%3cpath%20d='M0%200h512v512H0z'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23tw-a)'%3e%3cpath%20fill='red'%20d='M0%200h768v512H0z'/%3e%3cpath%20fill='%23000095'%20d='M0%200h384v256H0z'/%3e%3cg%20fill='%23fff'%3e%3cpath%20d='m164.3%20135.4-2.7%2010.2%2010.1%202.7-2-7.4zm50%205.5-2%207.4%2010.1-2.7-2.7-10.2zm-44.6-25.8-5.4%205.5%202%207.4z'/%3e%3cpath%20d='m166.3%20128-2%207.4%205.4%205.5z'/%3e%3cpath%20d='m164.3%20120.6-7.4%207.4%207.4%207.4%202-7.4zm14.8%2029.7%205.5%205.4%207.4-2zm20.3%205.4%2010.2%202.7%202.7-10.1-7.4%202z'/%3e%3cpath%20d='m204.9%20150.3%207.4-2%202-7.4zm-33.2-2%202.7%2010.1%2010.2-2.7-5.5-5.4zm20.3%205.4%207.4%202%205.5-5.4z'/%3e%3cpath%20d='m184.6%20155.7%207.4%207.4%207.4-7.4-7.4-2zm-12.9-48-10.1%202.7%202.7%2010.2%205.4-5.5zm-2%2033.2%202%207.4%207.4%202zm48-12.9%202-7.4-5.4-5.5z'/%3e%3cpath%20d='m179.1%20105.7-7.4%202-2%207.4zm35.2%209.4-2-7.4-7.4-2zm5.4%2020.3%207.4-7.4-7.4-7.4-2%207.4z'/%3e%3cpath%20d='m214.3%20115.1-9.4-9.4-12.9-3.4-12.9%203.4-9.4%209.4-3.4%2012.9%203.4%2012.9%209.4%209.4%2012.9%203.4%2012.9-3.4%209.4-9.4%203.4-12.9z'/%3e%3cpath%20d='m214.3%20140.9%205.4-5.5-2-7.4zm5.4-20.3%202.7-10.2-10.1-2.7%202%207.4zm-7.4-12.9-2.7-10.1-10.2%202.7%205.5%205.4zm-27.7-7.4-10.2-2.7-2.7%2010.1%207.4-2z'/%3e%3cpath%20d='m192%20102.3-7.4-2-5.5%205.4z'/%3e%3cpath%20d='m199.4%20100.3-7.4-7.4-7.4%207.4%207.4%202z'/%3e%3cpath%20d='m204.9%20105.7-5.5-5.4-7.4%202zm-20.3%2050-10.2%202.7%204.7%2017.6%2012.9-12.9zm-5.5%2020.3%2012.9%2048%2012.9-48-12.9-12.9zm-7.4-27.7-10.1-2.7-4.7%2017.5%2017.5-4.7z'/%3e%3cpath%20d='m156.9%20163.1-12.9%2048%2035.1-35.1-4.7-17.6zM144%20140.9%20108.9%20176l48-12.9%204.7-17.5z'/%3e%3cpath%20d='m164.3%20135.4-7.4-7.4-12.9%2012.9%2017.6%204.7zm0-14.8-2.7-10.2-17.6%204.7%2012.9%2012.9z'/%3e%3cpath%20d='M144%20115.1%2096%20128l48%2012.9%2012.9-12.9zm96%2025.8-17.6%204.7%204.7%2017.5%2048%2012.9z'/%3e%3cpath%20d='m212.3%20148.3-2.7%2010.1%2017.5%204.7-4.7-17.5zm-12.9%207.4-7.4%207.4%2012.9%2012.9%204.7-17.6zm20.3-20.3%202.7%2010.2%2017.6-4.7-12.9-12.9zM204.9%20176l35.1%2035.1-12.9-48-17.5-4.7zm7.4-68.3%2010.1%202.7%204.7-17.5-17.5%204.7zm27.7%207.4L275.1%2080l-48%2012.9-4.7%2017.5zm-12.9-22.2%2012.9-48L204.9%2080l4.7%2017.6zm12.9%2048%2048-12.9-48-12.9-12.9%2012.9z'/%3e%3cpath%20d='m219.7%20120.6%207.4%207.4%2012.9-12.9-17.6-4.7zM179.1%2080%20144%2044.9l12.9%2048%2017.5%204.7zm-7.4%2027.7%202.7-10.1-17.5-4.7%204.7%2017.5z'/%3e%3cpath%20d='m156.9%2092.9-48-12.9%2035.1%2035.1%2017.6-4.7zm42.5%207.4%2010.2-2.7-4.7-17.6L192%2092.9z'/%3e%3cpath%20d='M204.9%2080%20192%2032l-12.9%2048L192%2092.9z'/%3e%3cpath%20d='m184.6%20100.3%207.4-7.4L179.1%2080l-4.7%2017.6z'/%3e%3c/g%3e%3ccircle%20cx='192'%20cy='128'%20r='54.4'%20fill='%23000095'/%3e%3ccircle%20cx='192'%20cy='128'%20r='48'%20fill='%23fff'/%3e%3c/g%3e%3c/svg%3e")}.fi-tz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tz'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='tz-a'%3e%3cpath%20fill-opacity='.7'%20d='M10%200h160v120H10z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%20clip-path='url(%23tz-a)'%20transform='matrix(4%200%200%204%20-40%200)'%3e%3cpath%20fill='%2309f'%20d='M0%200h180v120H0z'/%3e%3cpath%20fill='%23090'%20d='M0%200h180L0%20120z'/%3e%3cpath%20fill='%23000001'%20d='M0%20120h40l140-95V0h-40L0%2095z'/%3e%3cpath%20fill='%23ff0'%20d='M0%2091.5%20137.2%200h13.5L0%20100.5zM29.3%20120%20180%2019.5v9L42.8%20120z'/%3e%3c/g%3e%3c/svg%3e")}.fi-tz.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-tz'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='tz-a'%3e%3cpath%20fill-opacity='.7'%20d='M102.9%200h496v496H103z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23tz-a)'%20transform='translate(-106.2)scale(1.0321)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%2309f'%20d='M0%200h744.1v496H0z'/%3e%3cpath%20fill='%23090'%20d='M0%200h744.1L0%20496z'/%3e%3cpath%20fill='%23000001'%20d='M0%20496h165.4L744%20103.4V0H578.7L0%20392.7v103.4z'/%3e%3cpath%20fill='%23ff0'%20d='M0%20378%20567%200h56L0%20415.3v-37.2zm121.1%20118%20623-415.3V118L177%20496z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-ua{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ua'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='gold'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230057b8'%20d='M0%200h640v240H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ua.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ua'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='gold'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%230057b8'%20d='M0%200h512v256H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ug{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ug'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ug-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ug-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M-128%20341.4h768v85.3h-768z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M-128%20256h768v85.3h-768z'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M-128%20170.7h768V256h-768z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M-128%2085.4h768v85.3h-768z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M-128%200h768v85.3h-768z'/%3e%3cpath%20fill='%23fffdff'%20fill-rule='evenodd'%20stroke='%23000'%20d='M335.7%20256a79.7%2079.7%200%201%201-159.4%200%2079.7%2079.7%200%200%201%20159.4%200z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20d='m242%20194.9-5.2-9.5c2-2%205.3-3.6%2010.7-3.6l-.6%2010.5z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20stroke='%23000'%20d='m247%20192.3.7-10.5s10.7-.6%2016.5%206.4l-5.7%208.2z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20d='m258.6%20196.3%205.3-8.2c3.5%203.7%205%206.3%205.5%2010.3.1.1-8.3%202.1-8.3%202z'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M244.6%20331.1s9.9-11.3%2029.1-8.9c-2.9-4.7-12.3-4.1-12.3-4.1s-2.8-22-.6-23.2%2012%20.1%2012%20.1c1.2%200%203.4-3.4%201.6-5.6s-6.8-10.5-4.7-12.2%2013.4%201%2013.4%201l-32-41s-3.3-15.5%203.3-23c7.9-6.5%207-13.6%206.8-13.5-1.1-7.2-12-12.3-19.4-5.7-4.3%205.2-1.4%209.2-1.4%209.2s-11.5%203.1-11.9%205.1%2012.9-.3%2012.9-.3l-1.3%209.1s-26%2023.6-6%2044l.6-.8s7%208.6%2014.3%2010.5c7%207%206.3%206%206.3%206s1.3%2011.1%200%2013.3c-1.7-.5-19.3-1.2-21.9-.2-2.4.8-11.4.3-9.2%2015.1l3.3-7.5s-.3%205.3%201.9%207.2c-.4-5.6%202.1-9.4%202.1-9.4s.4%206.2%201.8%207c1.4%201%201.4-10%209-9%207.4.9%2012.9.6%2012.9.6s2.5%2021.4%201.7%2023.4c-5.4-1.3-18.4.5-19.2%203.8%207.6-.5%2011.1.4%2011.1.4s-6.1%205.5-4.2%208.6'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M247.6%20214.8s-18.9%2020.8-10.7%2036.7c.4-2.2.2-3.6.5-3.5-.5-.3%202.3%201.9%202.1%201.5%200-1.2-.8-3.7-.8-3.7l2.5.7-1.5-2.8%203.7.4s-1.3-3.4-.9-3.4l3%20.2c-5.4-9.6-.3-17.6%202.1-26.2z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20d='M254.2%20196.9s1%207.2-3%209.2c-.5.5-3%201.3-2.6%202.8.4%202%201.5%201.6%203%201.2%204.1-.7%208.9-9.4%202.6-13.2z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M247.2%20203a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20d='M241.1%20209c-1%20.9-6.2%206.3-1%208.3%205.3-1.4%203.8-2.4%205-3.6%200-2.5-2.6-3.1-4-4.6z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M252.6%20260.5c-.3%201.2-1.5%205.6.1%209%204.6-2%206.7-1.4%208.2-.4-3.7-3-5.2-4.3-8.3-8.6'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='m260.4%20281.1.2%2010.2s3.6.6%205.2%200%200-7-5.4-10.2'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%23000'%20d='M286%20282.4s-6.5-15.8-23.2-19.8-14.5-21.8-13.2-22.9c.8-1.5%201.3-3.9%206.1-1.6s27%2013.4%2030.2%2014%20.4%2030.7.2%2030.3z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M270.2%20262.5c-.3.2%2022.3%2013.4%2015.5%2024.7%206.4-4.3%204.4-11.7%204.4-11.7s5.2%2013.7-7.6%2020.4c1.4%201.2%202.3%201%202.3%201l-2.2%202.1s-1%201.7%207.6-2.5c-2.3%201.9-2.5%203.3-2.5%203.3s.6%201.8%206.2-3.1c-4.5%204.9-5.5%207.4-5.5%207.3%2012.3-1%2039-41-8.4-52.7l2.1%202.2z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.9'%20d='M271.2%20258.6c3%202.2%204.1%203%204.5%204-2.8-.6-5.3-.4-5.3-.4s-6.1-5.8-7.2-6.3c-.8%200-5.6-3-5.6-3-2.3-1.2-4.5-9.3%204.2-7a93%2093%200%200%200%2010.3%204.6l10.7%203.4%206.2%206.9s-11-5.4-12.4-5.5c3%202.4%204.7%205.8%204.7%205.8-3.5-1-6.5-2-10.1-2.5'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-width='.9'%20d='M228.4%20209.9s10.5-2.6%2011.8-2.2'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M-128%20426.7h768V512h-768z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ug.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ug'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ug-a'%3e%3cpath%20fill-opacity='.7'%20d='M124%200h496v496H124z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ug-a)'%20transform='translate(-128)scale(1.0321)'%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M0%20330.7h744v82.7H0z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M0%20248h744v82.7H0z'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M0%20165.4h744V248H0z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20d='M0%2082.7h744v82.7H0z'/%3e%3cpath%20fill='%23000001'%20fill-rule='evenodd'%20d='M0%200h744v82.7H0z'/%3e%3cpath%20fill='%23fffdff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='M449.3%20248a77.2%2077.2%200%201%201-154.5%200%2077.2%2077.2%200%200%201%20154.5%200z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='m358.4%20188.8-5-9.2c2-2%205.2-3.4%2010.4-3.4l-.5%2010z'/%3e%3cpath%20fill='%23ffe700'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='m363.3%20186.4.6-10.2s10.4-.6%2016%206.1l-5.5%208z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='m374.6%20190.2%205.1-8c3.4%203.6%204.8%206.2%205.4%2010%200%20.2-8.1%202-8.1%202z'/%3e%3cpath%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M361%20320.9s9.6-11%2028.2-8.7c-2.8-4.5-11.9-4-11.9-4s-2.8-21.4-.6-22.4%2011.5%200%2011.5%200c1.3%200%203.4-3.3%201.7-5.4s-6.6-10.2-4.6-11.8%2013%20.9%2013%20.9l-31-39.8s-3.2-15%203.2-22.1c7.6-6.4%206.8-13.2%206.6-13.1-1-7-11.6-12-18.8-5.6-4.2%205.1-1.4%209-1.4%209s-11%203-11.5%205c-.4%201.8%2012.5-.4%2012.5-.4l-1.2%208.8s-25.2%2023-6%2042.7c.3%200%20.7-.9.7-.9s6.8%208.4%2013.9%2010.2c6.7%206.9%206%205.8%206%205.8s1.4%2010.8.1%2013a93%2093%200%200%200-21.2-.2c-2.3.7-11.1.3-9%2014.6l3.2-7.3s-.2%205.2%201.9%207c-.4-5.4%202-9.1%202-9.1s.4%206%201.8%206.8c1.3%201%201.3-9.6%208.6-8.8%207.3%201%2012.6.7%2012.6.7s2.4%2020.6%201.6%2022.6c-5.2-1.3-17.8.5-18.6%203.7%207.4-.5%2010.8.4%2010.8.4s-6%205.3-4.1%208.4'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M364%20208s-18.4%2020.2-10.5%2035.7c.5-2.2.3-3.5.5-3.4-.4-.3%202.3%201.8%202%201.4.2-1.1-.7-3.5-.7-3.5l2.4.6-1.4-2.7%203.5.5s-1.2-3.4-.8-3.4l2.9.2c-5.2-9.3-.3-17%202-25.3z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-width='.9'%20d='M370.3%20190.8s1%207-2.8%209c-.6.4-3%201.2-2.7%202.6.5%201.9%201.5%201.5%203%201.2%204-.7%208.6-9.2%202.5-12.8z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20d='M363.5%20196.7a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='M357.6%20202.5c-1%20.8-6%206.1-1%208%205.2-1.4%203.7-2.3%204.9-3.5%200-2.3-2.6-3-3.9-4.5z'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%239ca69c'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M368.7%20252.4c-.3%201.2-1.4%205.4.2%208.6%204.4-1.8%206.4-1.3%207.9-.3-3.6-3-5-4.1-8.1-8.3'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='m376.3%20272.4.2%209.8s3.5.7%205%200c1.6-.6%200-6.8-5.2-9.8'/%3e%3cpath%20fill='%239ca69c'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-width='.9'%20d='M401.2%20273.6s-6.4-15.3-22.5-19.2-14.1-21-12.8-22.1c.7-1.5%201.2-3.8%205.9-1.6s26.1%2013%2029.2%2013.5.4%2029.8.2%2029.4z'/%3e%3cpath%20fill='%23de3108'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M385.8%20254.4c-.3.1%2021.6%2012.9%2015%2023.9%206.3-4.1%204.2-11.4%204.2-11.4s5.1%2013.3-7.3%2019.8c1.4%201.2%202.2.9%202.2.9l-2%202.1s-1%201.6%207.3-2.4c-2.3%201.8-2.5%203.1-2.5%203.1s.7%201.8%206.1-3a30%2030%200%200%200-5.4%207.2c12-1.1%2037.8-39.7-8.1-51.1l2%202.2z'/%3e%3cpath%20fill='%23fff'%20fill-rule='evenodd'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='.8'%20d='M386.7%20250.6c3%202%204%202.8%204.4%203.8-2.7-.6-5.2-.4-5.2-.4s-5.8-5.6-6.9-6c-.8%200-5.4-3-5.4-3-2.3-1.1-4.4-9%204-6.7%208.8%204.1%2010%204.4%2010%204.4L398%20246l6%206.7s-10.7-5.3-12-5.4c3%202.4%204.6%205.6%204.6%205.6-3.4-1-6.3-1.8-9.9-2.3'/%3e%3cpath%20fill='none'%20stroke='%23fff'%20stroke-linecap='round'%20stroke-width='.8'%20d='M345.3%20203.3s10.2-2.4%2011.4-2'/%3e%3cpath%20fill='%23de3908'%20fill-rule='evenodd'%20d='M0%20413.4h744v82.7H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-um{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-um'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23bd3d44'%20d='M0%200h640v480H0'/%3e%3cpath%20stroke='%23fff'%20stroke-width='37'%20d='M0%2055.3h640M0%20129h640M0%20203h640M0%20277h640M0%20351h640M0%20425h640'/%3e%3cpath%20fill='%23192f5d'%20d='M0%200h364.8v258.5H0'/%3e%3cmarker%20id='um-a'%20markerHeight='30'%20markerWidth='30'%3e%3cpath%20fill='%23fff'%20d='m14%200%209%2027L0%2010h28L5%2027z'/%3e%3c/marker%3e%3cpath%20fill='none'%20marker-mid='url(%23um-a)'%20d='m0%200%2016%2011h61%2061%2061%2061%2060L47%2037h61%2061%2060%2061L16%2063h61%2061%2061%2061%2060L47%2089h61%2061%2060%2061L16%20115h61%2061%2061%2061%2060L47%20141h61%2061%2060%2061L16%20166h61%2061%2061%2061%2060L47%20192h61%2061%2060%2061L16%20218h61%2061%2061%2061%2060z'/%3e%3c/svg%3e")}.fi-um.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-um'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23bd3d44'%20d='M0%200h512v512H0'/%3e%3cpath%20stroke='%23fff'%20stroke-width='40'%20d='M0%2058h512M0%20137h512M0%20216h512M0%20295h512M0%20374h512M0%20453h512'/%3e%3cpath%20fill='%23192f5d'%20d='M0%200h390v275H0z'/%3e%3cmarker%20id='um-a'%20markerHeight='30'%20markerWidth='30'%3e%3cpath%20fill='%23fff'%20d='m15%200%209.3%2028.6L0%2011h30L5.7%2028.6'/%3e%3c/marker%3e%3cpath%20fill='none'%20marker-mid='url(%23um-a)'%20d='m0%200%2018%2011h65%2065%2065%2065%2066L51%2039h65%2065%2065%2065L18%2066h65%2065%2065%2065%2066L51%2094h65%2065%2065%2065L18%20121h65%2065%2065%2065%2066L51%20149h65%2065%2065%2065L18%20177h65%2065%2065%2065%2066L51%20205h65%2065%2065%2065L18%20232h65%2065%2065%2065%2066z'/%3e%3c/svg%3e")}.fi-us{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-us'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23bd3d44'%20d='M0%200h640v480H0'/%3e%3cpath%20stroke='%23fff'%20stroke-width='37'%20d='M0%2055.3h640M0%20129h640M0%20203h640M0%20277h640M0%20351h640M0%20425h640'/%3e%3cpath%20fill='%23192f5d'%20d='M0%200h364.8v258.5H0'/%3e%3cmarker%20id='us-a'%20markerHeight='30'%20markerWidth='30'%3e%3cpath%20fill='%23fff'%20d='m14%200%209%2027L0%2010h28L5%2027z'/%3e%3c/marker%3e%3cpath%20fill='none'%20marker-mid='url(%23us-a)'%20d='m0%200%2016%2011h61%2061%2061%2061%2060L47%2037h61%2061%2060%2061L16%2063h61%2061%2061%2061%2060L47%2089h61%2061%2060%2061L16%20115h61%2061%2061%2061%2060L47%20141h61%2061%2060%2061L16%20166h61%2061%2061%2061%2060L47%20192h61%2061%2060%2061L16%20218h61%2061%2061%2061%2060z'/%3e%3c/svg%3e")}.fi-us.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-us'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23bd3d44'%20d='M0%200h512v512H0'/%3e%3cpath%20stroke='%23fff'%20stroke-width='40'%20d='M0%2058h512M0%20137h512M0%20216h512M0%20295h512M0%20374h512M0%20453h512'/%3e%3cpath%20fill='%23192f5d'%20d='M0%200h390v275H0z'/%3e%3cmarker%20id='us-a'%20markerHeight='30'%20markerWidth='30'%3e%3cpath%20fill='%23fff'%20d='m15%200%209.3%2028.6L0%2011h30L5.7%2028.6'/%3e%3c/marker%3e%3cpath%20fill='none'%20marker-mid='url(%23us-a)'%20d='m0%200%2018%2011h65%2065%2065%2065%2066L51%2039h65%2065%2065%2065L18%2066h65%2065%2065%2065%2066L51%2094h65%2065%2065%2065L18%20121h65%2065%2065%2065%2066L51%20149h65%2065%2065%2065L18%20177h65%2065%2065%2065%2066L51%20205h65%2065%2065%2065L18%20232h65%2065%2065%2065%2066z'/%3e%3c/svg%3e")}.fi-uy{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uy'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%230038a8'%20d='M266%2053.3h374v53.4H266zm0%20106.7h374v53.3H266zM0%20266.7h640V320H0zm0%20106.6h640v53.4H0z'/%3e%3cg%20fill='%23fcd116'%20stroke='%23000'%20stroke-miterlimit='20'%20stroke-width='.6'%20transform='translate(133.3%20133.3)scale(2.93333)'%3e%3cg%20id='uy-c'%3e%3cg%20id='uy-b'%3e%3cg%20id='uy-a'%3e%3cpath%20stroke-linecap='square'%20d='m-2%208.9%203%204.5c-12.4%209-4.9%2014.2-13.6%2017%205.4-5.2-.9-5.7%203.7-16.8'/%3e%3cpath%20fill='none'%20d='M-4.2%2010.2c-6.8%2011.2-2.4%2017.4-8.4%2020.3'/%3e%3cpath%20d='M0%200h6L0%2033-6%200h6v33'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-a'%20width='100%25'%20height='100%25'%20transform='rotate(45)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-b'%20width='100%25'%20height='100%25'%20transform='rotate(90)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-c'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3ccircle%20r='11'/%3e%3c/g%3e%3cg%20transform='translate(133.3%20133.3)scale(.29333)'%3e%3cg%20id='uy-d'%3e%3cpath%20d='M81-44c-7%208-11-6-36-6S16-35%2012-38s21-21%2029-22%2031%207%2040%2016m-29%209c7%206%201%2019-6%2019S26-28%2032-36'/%3e%3cpath%20d='M19-26c1-12%2011-14%2027-14s23%2012%2029%2015c-7%200-13-10-29-10s-16%200-27%2010m3%202c4-6%209%206%2020%206s17-3%2024-8-10%2012-21%2012-26-6-23-10'/%3e%3cpath%20d='M56-17c13-7%205-17%200-19%202%202%2010%2012%200%2019M0%2043c6%200%208-2%2016-2s27%2011%2038%207c-23%209-14%203-54%203h-5m63%206c-4-7-3-5-11-16%208%206%2010%209%2011%2016M0%2067c25%200%2021-5%2054-19-24%203-29%2011-54%2011h-5m5-29c7%200%209-5%2017-5s19%203%2024%207c1%201-3-8-11-9S25%209%2016%207c0%204%203%203%204%209%200%205-9%205-11%200%202%208-4%208-9%208'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cpath%20d='M0%2076c-5%200-18%203%200%203s5-3%200-3'/%3e%3c/g%3e%3c/svg%3e")}.fi-uy.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uy'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%230038a8'%20d='M284%2056.9h228v56.9H284zm0%20113.8h228v56.9H284zM0%20284.4h512v57H0zm0%20113.8h512v57H0z'/%3e%3cg%20fill='%23fcd116'%20stroke='%23000'%20stroke-miterlimit='20'%20stroke-width='.6'%20transform='translate(142.2%20142.2)scale(3.12889)'%3e%3cg%20id='uy-c'%3e%3cg%20id='uy-b'%3e%3cg%20id='uy-a'%3e%3cpath%20stroke-linecap='square'%20d='m-2%208.9%203%204.5c-12.4%209-4.9%2014.2-13.6%2017%205.4-5.2-.9-5.7%203.7-16.8'/%3e%3cpath%20fill='none'%20d='M-4.2%2010.2c-6.8%2011.2-2.4%2017.4-8.4%2020.3'/%3e%3cpath%20d='M0%200h6L0%2033-6%200h6v33'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-a'%20width='100%25'%20height='100%25'%20transform='rotate(45)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-b'%20width='100%25'%20height='100%25'%20transform='rotate(90)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-c'%20width='100%25'%20height='100%25'%20transform='scale(-1)'/%3e%3ccircle%20r='11'/%3e%3c/g%3e%3cg%20transform='translate(142.2%20142.2)scale(.31289)'%3e%3cg%20id='uy-d'%3e%3cpath%20d='M81-44c-7%208-11-6-36-6S16-35%2012-38s21-21%2029-22%2031%207%2040%2016m-29%209c7%206%201%2019-6%2019S26-28%2032-36'/%3e%3cpath%20d='M19-26c1-12%2011-14%2027-14s23%2012%2029%2015c-7%200-13-10-29-10s-16%200-27%2010m3%202c4-6%209%206%2020%206s17-3%2024-8-10%2012-21%2012-26-6-23-10'/%3e%3cpath%20d='M56-17c13-7%205-17%200-19%202%202%2010%2012%200%2019M0%2043c6%200%208-2%2016-2s27%2011%2038%207c-23%209-14%203-54%203h-5m63%206c-4-7-3-5-11-16%208%206%2010%209%2011%2016M0%2067c25%200%2021-5%2054-19-24%203-29%2011-54%2011h-5m5-29c7%200%209-5%2017-5s19%203%2024%207c1%201-3-8-11-9S25%209%2016%207c0%204%203%203%204%209%200%205-9%205-11%200%202%208-4%208-9%208'/%3e%3c/g%3e%3cuse%20xlink:href='%23uy-d'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3cpath%20d='M0%2076c-5%200-18%203%200%203s5-3%200-3'/%3e%3c/g%3e%3c/svg%3e")}.fi-uz{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uz'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%231eb53a'%20d='M0%20320h640v160H0z'/%3e%3cpath%20fill='%230099b5'%20d='M0%200h640v160H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20153.6h640v172.8H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20163.2h640v153.6H0z'/%3e%3ccircle%20cx='134.4'%20cy='76.8'%20r='57.6'%20fill='%23fff'/%3e%3ccircle%20cx='153.6'%20cy='76.8'%20r='57.6'%20fill='%230099b5'/%3e%3cg%20fill='%23fff'%20transform='translate(261.1%20122.9)scale(1.92)'%3e%3cg%20id='uz-e'%3e%3cg%20id='uz-d'%3e%3cg%20id='uz-c'%3e%3cg%20id='uz-b'%3e%3cpath%20id='uz-a'%20d='M0-6-1.9-.3%201%20.7'/%3e%3cuse%20xlink:href='%23uz-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23uz-c'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20y='-24'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20y='-48'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-e'%20width='100%25'%20height='100%25'%20x='24'/%3e%3cuse%20xlink:href='%23uz-e'%20width='100%25'%20height='100%25'%20x='48'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-48'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-24'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-24'%20y='-24'/%3e%3c/g%3e%3c/svg%3e")}.fi-uz.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-uz'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%231eb53a'%20d='M0%20341.3h512V512H0z'/%3e%3cpath%20fill='%230099b5'%20d='M0%200h512v170.7H0z'/%3e%3cpath%20fill='%23ce1126'%20d='M0%20163.8h512v184.4H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%20174h512v164H0z'/%3e%3ccircle%20cx='143.4'%20cy='81.9'%20r='61.4'%20fill='%23fff'/%3e%3ccircle%20cx='163.8'%20cy='81.9'%20r='61.4'%20fill='%230099b5'/%3e%3cg%20fill='%23fff'%20transform='translate(278.5%20131)scale(2.048)'%3e%3cg%20id='uz-e'%3e%3cg%20id='uz-d'%3e%3cg%20id='uz-c'%3e%3cg%20id='uz-b'%3e%3cpath%20id='uz-a'%20d='M0-6-1.9-.3%201%20.7'/%3e%3cuse%20xlink:href='%23uz-a'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-b'%20width='100%25'%20height='100%25'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-b'%20width='100%25'%20height='100%25'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23uz-c'%20width='100%25'%20height='100%25'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20y='-24'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20y='-48'/%3e%3c/g%3e%3cuse%20xlink:href='%23uz-e'%20width='100%25'%20height='100%25'%20x='24'/%3e%3cuse%20xlink:href='%23uz-e'%20width='100%25'%20height='100%25'%20x='48'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-48'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-24'/%3e%3cuse%20xlink:href='%23uz-d'%20width='100%25'%20height='100%25'%20x='-24'%20y='-24'/%3e%3c/g%3e%3c/svg%3e")}.fi-va{background-image:url(/dbcrm/assets/va-B9-hqIE-.svg)}.fi-va.fis{background-image:url(/dbcrm/assets/va-s7kyhqIM.svg)}.fi-vc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vc'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%3e%3cpath%20fill='%23f4f100'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23199a00'%20d='M490%200h150v480H490z'/%3e%3cpath%20fill='%230058aa'%20d='M0%200h150v480H0z'/%3e%3cpath%20fill='%23199a00'%20d='m259.3%20130-46.4%2071.3%2044.7%2074.4%2043.8-73.7zm121.2%200-46.3%2071.3%2044.7%2074.4%2043.8-73.7zm-61.2%2097.3-46.4%2071.4%2044.8%2074.4%2043.8-73.7-42.2-72z'/%3e%3c/g%3e%3c/svg%3e")}.fi-vc.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vc'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23f4f100'%20d='M0%200h510.4v512H0z'/%3e%3cpath%20fill='%23199a00'%20d='M385.6%200H512v512H385.6z'/%3e%3cpath%20fill='%230058aa'%20d='M0%200h126.4v512H0z'/%3e%3c/g%3e%3cpath%20fill='%23199a00'%20fill-rule='evenodd'%20d='m191.2%20138.6-49.5%2076.2%2047.8%2079.3%2046.7-78.6zm129.4%200L271%20214.8l47.7%2079.3%2046.8-78.6-45-76.9zm-65.4%20103.9-49.4%2076.1%2047.7%2079.4%2046.7-78.7z'/%3e%3c/svg%3e")}.fi-ve{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ve'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='ve-d'%20transform='translate(0%20-36)'%3e%3cg%20id='ve-c'%3e%3cg%20id='ve-b'%3e%3cpath%20id='ve-a'%20fill='%23fff'%20d='M0-5-1.5-.2l2.8.9z'/%3e%3cuse%20xlink:href='%23ve-a'%20width='180'%20height='120'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-b'%20width='180'%20height='120'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-b'%20width='180'%20height='120'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23ve-c'%20width='180'%20height='120'%20transform='rotate(144)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23cf142b'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%2300247d'%20d='M0%200h640v320H0z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200h640v160H0z'/%3e%3cg%20id='ve-f'%20transform='matrix(4%200%200%204%20320%20336)'%3e%3cg%20id='ve-e'%3e%3cuse%20xlink:href='%23ve-d'%20width='180'%20height='120'%20transform='rotate(10)'/%3e%3cuse%20xlink:href='%23ve-d'%20width='180'%20height='120'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-e'%20width='180'%20height='120'%20transform='rotate(40)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-f'%20width='180'%20height='120'%20transform='rotate(-80%20320%20336)'/%3e%3c/svg%3e")}.fi-ve.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-ve'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cg%20id='ve-d'%20transform='translate(0%20-36)'%3e%3cg%20id='ve-c'%3e%3cg%20id='ve-b'%3e%3cpath%20id='ve-a'%20fill='%23fff'%20d='M0-5-1.5-.2l2.8.9z'/%3e%3cuse%20xlink:href='%23ve-a'%20width='180'%20height='120'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-b'%20width='180'%20height='120'%20transform='rotate(72)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-b'%20width='180'%20height='120'%20transform='rotate(-72)'/%3e%3cuse%20xlink:href='%23ve-c'%20width='180'%20height='120'%20transform='rotate(144)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23cf142b'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%2300247d'%20d='M0%200h512v341.3H0z'/%3e%3cpath%20fill='%23fc0'%20d='M0%200h512v170.7H0z'/%3e%3cg%20id='ve-f'%20transform='translate(256.3%20358.4)scale(4.265)'%3e%3cg%20id='ve-e'%3e%3cuse%20xlink:href='%23ve-d'%20width='180'%20height='120'%20transform='rotate(10)'/%3e%3cuse%20xlink:href='%23ve-d'%20width='180'%20height='120'%20transform='rotate(30)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-e'%20width='180'%20height='120'%20transform='rotate(40)'/%3e%3c/g%3e%3cuse%20xlink:href='%23ve-f'%20width='180'%20height='120'%20transform='rotate(-80%20256.3%20358.4)'/%3e%3c/svg%3e")}.fi-vg{background-image:url(/dbcrm/assets/vg-C7xY6pic.svg)}.fi-vg.fis{background-image:url(/dbcrm/assets/vg-ClZ-0KpG.svg)}.fi-vi{background-image:url(/dbcrm/assets/vi-BC_zcciE.svg)}.fi-vi.fis{background-image:url(/dbcrm/assets/vi-BSdsyIxY.svg)}.fi-vn{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vn'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='vn-a'%3e%3cpath%20fill-opacity='.7'%20d='M-85.3%200h682.6v512H-85.3z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23vn-a)'%20transform='translate(80)scale(.9375)'%3e%3cpath%20fill='%23da251d'%20d='M-128%200h768v512h-768z'/%3e%3cpath%20fill='%23ff0'%20d='M349.6%20381%20260%20314.3l-89%2067.3L204%20272l-89-67.7%20110.1-1%2034.2-109.4L294%20203l110.1.1-88.5%2068.4%2033.9%20109.6z'/%3e%3c/g%3e%3c/svg%3e")}.fi-vn.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-vn'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='vn-a'%3e%3cpath%20fill-opacity='.7'%20d='M177.2%200h708.6v708.7H177.2z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20fill-rule='evenodd'%20clip-path='url(%23vn-a)'%20transform='translate(-128)scale(.72249)'%3e%3cpath%20fill='%23da251d'%20d='M0%200h1063v708.7H0z'/%3e%3cpath%20fill='%23ff0'%20d='m661%20527.5-124-92.6-123.3%2093.5%2045.9-152-123.2-93.8%20152.4-1.3L536%20129.8%20584.3%20281l152.4.2-122.5%2094.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-vu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-vu'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='vu-a'%3e%3cpath%20d='M0%200v475l420-195h480v-85H420Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20fill='%23009543'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23d21034'%20d='M0%200h640v240H0z'/%3e%3cg%20clip-path='url(%23vu-a)'%20transform='scale(.71111%201.01053)'%3e%3cpath%20stroke='%23fdce12'%20stroke-width='110'%20d='m0%200%20420%20195h480v85H420L0%20475'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='60'%20d='m0%200%20420%20195h480m0%2085H420L0%20475'/%3e%3c/g%3e%3cg%20fill='%23fdce12'%20transform='translate(-22)scale(1.01053)'%3e%3cpath%20d='M106.9%20283v27c23.5%200%2069.7-18%2069.7-76.1s-49.3-68.9-64-68.9-60.3%2010.6-60.3%2058c0%2047.6%2044.7%2052%2053.5%2052s41.8-8%2038-43.6a35.5%2035.5%200%200%201-35.4%2031.5c-24%200-39-17.8-39-35.4s14.6-41.2%2039.9-41.2%2043.8%2022.5%2043.8%2045.1-17.8%2051.5-46.2%2051.5z'/%3e%3cg%20id='vu-b'%3e%3cpath%20stroke='%23fdce12'%20stroke-width='.8'%20d='m86.2%20247.7%201.4%201s11.2-25.5%2041.1-43.6c-3.8%202-23.8%2012-42.5%2042.6z'/%3e%3cpath%20d='M89.1%20243.3s-3.4-7-.4-10.2%201.7%208.3%201.7%208.3l1.3-1.9s-2-8.6.2-10.4%201.2%208.3%201.2%208.3l1.4-1.8s-1.5-8.4.7-10%20.9%208%20.9%208l1.6-2s-1.2-8%201.5-9.9.3%207.6.3%207.6l1.8-2s-.8-7.3%201.5-9c2.3-1.6.4%207%20.4%207l1.6-1.8s-.5-6.8%201.7-8.4.2%206.5.2%206.5l1.7-1.6s-.4-6.9%202.4-8.2-.5%206.4-.5%206.4l2-1.6s.5-8%202.9-8.7c2.4-.8-1%207-1%207l1.7-1.4s.9-6.8%203.5-7.6c2.7-.9-1.6%206.2-1.6%206.2l1.7-1.3s1.9-6.8%204.4-7.6c2.4-.7-2.6%206.5-2.6%206.5l1.7-1.2s2.7-6.2%205-6.6c2.1-.4-2.6%205.1-2.6%205.1l2.1-1.2s3.5-6.4%204.8-4.5-5%204.9-5%204.9l-2%201.2s7.5-3.6%208.4-1.8-10.3%203-10.3%203l-1.8%201.2s7.5-2%206.6-.1-8.4%201.5-8.4%201.5l-1.7%201.2s7.5-1.8%206.5%200c-1%201.6-8.3%201.5-8.3%201.5l-1.8%201.5s7.3-2%206.2.3-9.4%202.1-9.4%202.1l-2%202s7.7-2.7%207-.6c-.6%202-9.4%203-9.4%203l-2%202s8.3-2.7%205.8-.2c-2.4%202.6-8.5%203.2-8.5%203.2l-2.3%203s8.2-5%207-2.2-9.2%204.7-9.2%204.7l-1.6%202s7.4-4.3%206.6-2c-.7%202.5-8.6%205-8.6%205l-1.3%201.8s8.7-5.2%208-2.5c-.8%202.6-9.1%204.5-9.1%204.5l-1%201.7s8-4.7%208-2.4c.2%202.2-9.4%204.4-9.4%204.4z'/%3e%3c/g%3e%3cuse%20xlink:href='%23vu-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20220%200)'/%3e%3c/g%3e%3c/svg%3e")}.fi-vu.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-vu'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='vu-a'%3e%3cpath%20d='M0%200v475l420-195h480v-85H420Z'/%3e%3c/clipPath%3e%3c/defs%3e%3cpath%20fill='%23009543'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23d21034'%20d='M0%200h512v256H0z'/%3e%3cg%20clip-path='url(%23vu-a)'%20transform='scale(.56889%201.0779)'%3e%3cpath%20stroke='%23fdce12'%20stroke-width='110'%20d='m0%200%20420%20195h480v85H420L0%20475'/%3e%3cpath%20fill='none'%20stroke='%23000'%20stroke-width='60'%20d='m0%200%20420%20195h480m0%2085H420L0%20475'/%3e%3c/g%3e%3cg%20fill='%23fdce12'%20transform='translate(-35.6%2026.7)scale(.96552)'%3e%3cpath%20d='M106.9%20283v27c23.5%200%2069.7-18%2069.7-76.1s-49.3-68.9-64-68.9-60.3%2010.6-60.3%2058c0%2047.6%2044.7%2052%2053.5%2052s41.8-8%2038-43.6a35.5%2035.5%200%200%201-35.4%2031.5c-24%200-39-17.8-39-35.4s14.6-41.2%2039.9-41.2%2043.8%2022.5%2043.8%2045.1-17.8%2051.5-46.2%2051.5z'/%3e%3cg%20id='vu-b'%3e%3cpath%20stroke='%23fdce12'%20stroke-width='.8'%20d='m86.2%20247.7%201.4%201s11.2-25.5%2041.1-43.6c-3.8%202-23.8%2012-42.5%2042.6z'/%3e%3cpath%20d='M89.1%20243.3s-3.4-7-.4-10.2%201.7%208.3%201.7%208.3l1.3-1.9s-2-8.6.2-10.4%201.2%208.3%201.2%208.3l1.4-1.8s-1.5-8.4.7-10%20.9%208%20.9%208l1.6-2s-1.2-8%201.5-9.9.3%207.6.3%207.6l1.8-2s-.8-7.3%201.5-9c2.3-1.6.4%207%20.4%207l1.6-1.8s-.5-6.8%201.7-8.4.2%206.5.2%206.5l1.7-1.6s-.4-6.9%202.4-8.2-.5%206.4-.5%206.4l2-1.6s.5-8%202.9-8.7c2.4-.8-1%207-1%207l1.7-1.4s.9-6.8%203.5-7.6c2.7-.9-1.6%206.2-1.6%206.2l1.7-1.3s1.9-6.8%204.4-7.6c2.4-.7-2.6%206.5-2.6%206.5l1.7-1.2s2.7-6.2%205-6.6c2.1-.4-2.6%205.1-2.6%205.1l2.1-1.2s3.5-6.4%204.8-4.5-5%204.9-5%204.9l-2%201.2s7.5-3.6%208.4-1.8-10.3%203-10.3%203l-1.8%201.2s7.5-2%206.6-.1-8.4%201.5-8.4%201.5l-1.7%201.2s7.5-1.8%206.5%200c-1%201.6-8.3%201.5-8.3%201.5l-1.8%201.5s7.3-2%206.2.3-9.4%202.1-9.4%202.1l-2%202s7.7-2.7%207-.6c-.6%202-9.4%203-9.4%203l-2%202s8.3-2.7%205.8-.2c-2.4%202.6-8.5%203.2-8.5%203.2l-2.3%203s8.2-5%207-2.2-9.2%204.7-9.2%204.7l-1.6%202s7.4-4.3%206.6-2c-.7%202.5-8.6%205-8.6%205l-1.3%201.8s8.7-5.2%208-2.5c-.8%202.6-9.1%204.5-9.1%204.5l-1%201.7s8-4.7%208-2.4c.2%202.2-9.4%204.4-9.4%204.4z'/%3e%3c/g%3e%3cuse%20xlink:href='%23vu-b'%20width='100%25'%20height='100%25'%20transform='matrix(-1%200%200%201%20220%200)'/%3e%3c/g%3e%3c/svg%3e")}.fi-wf{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-wf'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-wf.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-wf'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/svg%3e")}.fi-ws{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ws'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23002b7f'%20d='M0%200h320v240H0z'/%3e%3cpath%20fill='%23fff'%20d='m180%20229.3-20.7-14-19.9%2014.1%206.5-24.9-19-15.2%2024.5-1.5%208.1-23.6%208.8%2024%2024%20.7-19%2016.3zm-3.6-165.6L159.8%2053l-16%2010.4%204.4-20-14.6-12.7%2019.4-1.6%207.2-18.6%207.4%2018.7%2019.1%201.7L172%2044.3zm-73%2059.5-16-11-16.7%2011%205.2-19.4L60.8%2091%2080%2090l7-19%206.8%2018.9%2019.6%201.1-15%2012.5zM250%20110l-15.4-10-15%2010%204.4-18.3-14-11.8%2018.3-1.5%206.3-17.2%207%2017.4%2017.7%201-13.7%2012.3zm-43.1%2043.4-10.3-6.4-10.3%206.6%202.7-12.3-9.2-8.3%2012-1%204.6-11.6%204.9%2011.6%2011.9%201-9.1%208.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ws.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ws'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23ce1126'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23002b7f'%20d='M0%200h256v256H0z'/%3e%3cpath%20fill='%23fff'%20d='m147%20231.4-19.6-13.3-18.9%2013.5%206-23.5-18-14.7%2023.2-1.3%207.7-22.4%208.5%2022.8%2022.8.5-18.2%2015.5zm-3.4-156.8-15.6-10-15.4%2010%204.2-19-13.7-12.1%2018.3-1.6%206.8-17.5%207.1%2017.7%2018%201.4-14%2012.5zM74.3%20131l-15.2-10.8-15.4%2010.4%204.6-18.3L34%20100.2l18.2-.8%206.7-18.1%206.6%2017.8%2018.3%201.1-14.3%2012zm139-12.7-14.7-9.5-14.3%209.7%204-17.4-13-11.2%2017.3-1.4%206-16.4%206.6%2016.6%2016.8%201-13.2%2011.6zm-41.1%2041.3-9.7-6.2-9.6%206.2%202.5-11.6-8.7-7.7%2011.4-1%204.4-11%204.5%2011%2011.2%201-8.5%207.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ye{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ye'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v472.8H0z'/%3e%3cpath%20fill='%23f10600'%20d='M0%200h640v157.4H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20322.6h640V480H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ye.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ye'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v504.3H0z'/%3e%3cpath%20fill='%23f10600'%20d='M0%200h512v167.9H0z'/%3e%3cpath%20fill='%23000001'%20d='M0%20344.1h512V512H0z'/%3e%3c/g%3e%3c/svg%3e")}.fi-yt{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-yt'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/svg%3e")}.fi-yt.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-yt'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/svg%3e")}.fi-za{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-za'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='za-a'%3e%3cpath%20fill-opacity='.7'%20d='M-71.9%200h682.7v512H-71.9z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23za-a)'%20transform='translate(67.4)scale(.93748)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M-71.9%20407.8V104.4L154%20256.1z'/%3e%3cpath%20fill='%23000c8a'%20d='m82.2%20512.1%20253.6-170.6H696V512H82.2z'/%3e%3cpath%20fill='%23e1392d'%20d='M66%200h630v170.8H335.7S69.3-1.7%2066%200'/%3e%3cpath%20fill='%23ffb915'%20d='M-71.9%2064v40.4L154%20256-72%20407.8v40.3l284.5-192z'/%3e%3cpath%20fill='%23007847'%20d='M-71.9%2064V0h95l301.2%20204h371.8v104.2H324.3L23%20512h-94.9v-63.9l284.4-192L-71.8%2064z'/%3e%3cpath%20fill='%23fff'%20d='M23%200h59.2l253.6%20170.7H696V204H324.3zm0%20512.1h59.2l253.6-170.6H696v-33.2H324.3L23%20512z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-za.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-za'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='za-a'%3e%3cpath%20fill-opacity='.7'%20d='M70.1%200h499.6v499.6H70.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23za-a)'%20transform='translate(-71.9)scale(1.0248)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M0%20397.9v-296l220.4%20147.9z'/%3e%3cpath%20fill='%23000c8a'%20d='m150.4%20499.7%20247.4-166.5h351.6v166.5z'/%3e%3cpath%20fill='%23e1392d'%20d='M134.5%200h615v166.6H397.7S137.8-1.6%20134.5%200'/%3e%3cpath%20fill='%23ffb915'%20d='M0%2062.5v39.3l220.4%20148L0%20397.8v39.4l277.6-187.4z'/%3e%3cpath%20fill='%23007847'%20d='M0%2062.5V0h92.6l294%20199h362.8v101.7H386.6l-294%20198.9H0v-62.4l277.6-187.4z'/%3e%3cpath%20fill='%23fff'%20d='M92.6%200h57.8l247.4%20166.6h351.6V199H386.6zm0%20499.7h57.8l247.4-166.5h351.6v-32.4H386.6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-zm{background-image:url(/dbcrm/assets/zm-BmsW91ne.svg)}.fi-zm.fis{background-image:url(/dbcrm/assets/zm-D8B-0kdx.svg)}.fi-zw{background-image:url(/dbcrm/assets/zw-U0m7oJ5e.svg)}.fi-zw.fis{background-image:url(/dbcrm/assets/zw-CSuuaw9K.svg)}.fi-arab{background-image:url(/dbcrm/assets/arab-C4CYPgyC.svg)}.fi-arab.fis{background-image:url(/dbcrm/assets/arab-C-KgnQEz.svg)}.fi-asean{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20id='flag-icons-asean'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230039a6'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='144'%20fill='%23fff'/%3e%3ccircle%20cx='320'%20cy='240'%20r='137.3'%20fill='%23ed2939'/%3e%3cuse%20xlink:href='%23asean-a'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cg%20id='asean-a'%20fill='%23f9e300'%3e%3cpath%20d='M357%20240c24-14.4%2035-43.2%2035-72h-11v1c0%209.6-1.5%2044.6-27.9%2071a106%20106%200%200%201%2027.9%2071v1h11c0-28.8-11.5-57.6-35-72'/%3e%3cpath%20d='M377.6%20169v-1h-11.5v1.4c0%209.6-2%2043.2-20.7%2070.6%2019.2%2027.4%2020.7%2061%2020.7%2070.6v1.4h11.5v-1c0-9.6-2.4-44.6-27.8-71a106%20106%200%200%200%2027.8-71'/%3e%3cpath%20d='m341.1%20240%201-1a130%20130%200%200%200%2020.1-69.6V168h-10.5v2c0%2010-1.5%2042.2-14.4%2070a182%20182%200%200%201%2014.4%2070v2h10.5v-1.4c0-9.6-1-39.9-20.1-69.6'/%3e%3cpath%20d='M333.4%20240a178%20178%200%200%200%2014.4-72h-11v3.4c0%2012-1%2041.2-7.2%2068.6a336%20336%200%200%201%207.2%2068.6v3.4h10.6v-2c0-10-1-43.1-13.5-69.5'/%3e%3cpath%20d='M325.8%20240a331%20331%200%200%200%206.7-68.6V168h-10.6v144h10.6v-3.4c0-11.5%200-41.2-6.7-68.1'/%3e%3c/g%3e%3c/svg%3e")}.fi-asean.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20id='flag-icons-asean'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230039a6'%20d='M0%200h512v512H0z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='153.6'%20fill='%23fff'/%3e%3ccircle%20cx='256'%20cy='256'%20r='146.4'%20fill='%23ed2939'/%3e%3cuse%20xlink:href='%23asean-a'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3cg%20id='asean-a'%20fill='%23f9e300'%3e%3cpath%20d='M295.4%20256c25.6-15.4%2037.4-46%2037.4-76.8H321v1c0%2010.3-1.5%2047.6-29.7%2075.8a113%20113%200%200%201%2029.7%2075.8v1h11.8c0-30.7-12.3-61.4-37.4-76.8'/%3e%3cpath%20d='M317.4%20180.2v-1h-12.2v1.5c0%2010.3-2.1%2046.1-22%2075.3%2020.4%2029.2%2022%2065%2022%2075.3v1.5h12.2v-1c0-10.3-2.5-47.6-29.7-75.8a113%20113%200%200%200%2029.7-75.8'/%3e%3cpath%20d='m278.5%20256%201-1a138%20138%200%200%200%2021.6-74.3v-1.5h-11.3v2c0%2010.8-1.5%2045.1-15.4%2074.8a195%20195%200%200%201%2015.4%2074.8v2H301v-1.5c0-10.3-1-42.5-21.5-74.3'/%3e%3cpath%20d='M270.3%20256a189%20189%200%200%200%2015.4-76.8h-11.8v3.6c0%2012.8-1%2044-7.7%2073.2a358%20358%200%200%201%207.7%2073.2v3.6h11.3v-2c0-10.8-1-46.1-14.4-74.3'/%3e%3cpath%20d='M262.1%20256a353%20353%200%200%200%207.2-73.2v-3.6H258v153.6h11.3v-3.6c0-12.3%200-44-7.2-72.7'/%3e%3c/g%3e%3c/svg%3e")}.fi-cefta{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cefta'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23039'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='320'%20cy='249.8'%20r='30.4'%20fill='none'%20stroke='%23fc0'%20stroke-width='27.5'/%3e%3ccircle%20cx='320'%20cy='249.8'%20r='88.3'%20fill='none'%20stroke='%23fc0'%20stroke-width='27.5'/%3e%3cpath%20fill='%23039'%20d='m404.7%20165.1%2084.7%2084.7-84.7%2084.7-84.7-84.7z'/%3e%3cpath%20fill='%23fc0'%20d='M175.7%20236.1h59.2v27.5h-59.2zm259.1%200h88.3v27.5h-88.3zM363%20187.4l38.8-38.8%2019.4%2019.5-38.7%2038.7zM306.3%2048.6h27.5v107.1h-27.5z'/%3e%3ccircle%20cx='225.1'%20cy='159.6'%20r='13.7'%20fill='%23fc0'/%3e%3ccircle%20cx='144.3'%20cy='249.8'%20r='13.7'%20fill='%23fc0'/%3e%3ccircle%20cx='320'%20cy='381.4'%20r='13.7'%20fill='%23fc0'/%3e%3ccircle%20cx='320'%20cy='425.5'%20r='13.7'%20fill='%23fc0'/%3e%3ccircle%20cx='408.3'%20cy='249.8'%20r='13.7'%20fill='%23fc0'/%3e%3cpath%20fill='%23fc0'%20d='m208.3%20341.5%2019.5-19.4%2019.4%2019.4-19.4%2019.5zm204.7%2021%2019.5-19.5%2019.5%2019.5-19.5%2019.4z'/%3e%3c/svg%3e")}.fi-cefta.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cefta'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23039'%20d='M0%200h512v512H0z'/%3e%3ccircle%20cx='256'%20cy='266.5'%20r='32.5'%20fill='none'%20stroke='%23fc0'%20stroke-width='29.3'/%3e%3ccircle%20cx='256'%20cy='266.5'%20r='94.2'%20fill='none'%20stroke='%23fc0'%20stroke-width='29.3'/%3e%3cpath%20fill='%23039'%20d='m346.3%20176.1%2090.3%2090.3-90.3%2090.3-90.3-90.3z'/%3e%3cpath%20fill='%23fc0'%20d='M102.1%20251.8h63.2v29.3h-63.2zm276.4%200h94.2v29.3h-94.2zm-76.6-51.9%2041.3-41.3%2020.7%2020.7-41.3%2041.3zM241.3%2051.8h29.3V166h-29.3z'/%3e%3ccircle%20cx='154.8'%20cy='170.3'%20r='14.7'%20fill='%23fc0'/%3e%3ccircle%20cx='68.6'%20cy='266.5'%20r='14.7'%20fill='%23fc0'/%3e%3ccircle%20cx='256'%20cy='406.8'%20r='14.7'%20fill='%23fc0'/%3e%3ccircle%20cx='256'%20cy='453.9'%20r='14.7'%20fill='%23fc0'/%3e%3ccircle%20cx='350.2'%20cy='266.5'%20r='14.7'%20fill='%23fc0'/%3e%3cpath%20fill='%23fc0'%20d='m136.9%20364.3%2020.7-20.7%2020.7%2020.7-20.7%2020.7zm218.5%2022.3L376%20366l20.7%2020.7-20.7%2020.8z'/%3e%3c/svg%3e")}.fi-cp{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cp'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-cp.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-cp'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23000091'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23e1000f'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-dg{background-image:url(/dbcrm/assets/dg-CJPJrjiZ.svg)}.fi-dg.fis{background-image:url(/dbcrm/assets/dg-DqkWLbnk.svg)}.fi-eac{background-image:url(/dbcrm/assets/eac-CwGQsyAM.svg)}.fi-eac.fis{background-image:url(/dbcrm/assets/eac-h4QKADRE.svg)}.fi-es-ct{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-ct'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fcdd09'%20d='M0%200h640v480H0z'/%3e%3cpath%20stroke='%23da121a'%20stroke-width='60'%20d='M0%2090h810m0%20120H0m0%20120h810m0%20120H0'%20transform='scale(.79012%20.88889)'/%3e%3c/svg%3e")}.fi-es-ct.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-ct'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fcdd09'%20d='M0%200h512v512H0z'/%3e%3cpath%20stroke='%23da121a'%20stroke-width='60'%20d='M0%2090h810m0%20120H0m0%20120h810m0%20120H0'%20transform='scale(.6321%20.94815)'/%3e%3c/svg%3e")}.fi-es-ga{background-image:url(/dbcrm/assets/es-ga-D9xG2hYr.svg)}.fi-es-ga.fis{background-image:url(/dbcrm/assets/es-ga-DXhVZ333.svg)}.fi-es-pv{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-pv'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23D52B1E'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23009B48'%20d='M0%200h53.1l133.4%20100.1%20133.5%20100L586.9%200H640v39.9l-133.4%20100L373.2%20240%20640%20440.2V480h-53.1L453.5%20380%20320%20279.9%2053.1%20480H0v-39.8l133.4-100.1L266.8%20240%200%2039.9v-20z'/%3e%3cpath%20fill='%23FFF'%20d='M288.1%200h63.8v208.1H640v63.8H351.9V480h-63.8V271.9H0v-63.8h288.1v-104z'/%3e%3c/svg%3e")}.fi-es-pv.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-es-pv'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23d52b1e'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23009b48'%20d='M0%200h42.5l106.7%20106.7L256%20213.4%20469.5%200H512v42.5L405.3%20149.2%20298.6%20256%20512%20469.5V512h-42.5L362.8%20405.3%20256%20298.6%2042.5%20512H0v-42.5l106.7-106.7L213.4%20256%200%2042.5V21.3z'/%3e%3cpath%20fill='%23fff'%20d='M221.9%200h68.2v221.9H512v68.2H290.1V512h-68.2V290.1H0v-68.2h221.9v-111z'/%3e%3c/svg%3e")}.fi-eu{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-eu'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cg%20id='eu-d'%3e%3cg%20id='eu-b'%3e%3cpath%20id='eu-a'%20d='m0-1-.3%201%20.5.1z'/%3e%3cuse%20xlink:href='%23eu-a'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cg%20id='eu-c'%3e%3cuse%20xlink:href='%23eu-b'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23eu-b'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23eu-c'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23039'%20d='M0%200h640v480H0z'/%3e%3cg%20fill='%23fc0'%20transform='translate(320%20242.3)scale(23.7037)'%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20y='-6'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20y='6'/%3e%3cg%20id='eu-e'%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20x='-6'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20-2.3%20-2.1)'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(144%20-2.1%20-2.3)'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-4.7%20-2)'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-5%20.5)'/%3e%3c/g%3e%3cuse%20xlink:href='%23eu-e'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/svg%3e")}.fi-eu.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-eu'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cg%20id='eu-d'%3e%3cg%20id='eu-b'%3e%3cpath%20id='eu-a'%20d='m0-1-.3%201%20.5.1z'/%3e%3cuse%20xlink:href='%23eu-a'%20transform='scale(-1%201)'/%3e%3c/g%3e%3cg%20id='eu-c'%3e%3cuse%20xlink:href='%23eu-b'%20transform='rotate(72)'/%3e%3cuse%20xlink:href='%23eu-b'%20transform='rotate(144)'/%3e%3c/g%3e%3cuse%20xlink:href='%23eu-c'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/defs%3e%3cpath%20fill='%23039'%20d='M0%200h512v512H0z'/%3e%3cg%20fill='%23fc0'%20transform='translate(256%20258.4)scale(25.28395)'%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20y='-6'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20y='6'/%3e%3cg%20id='eu-e'%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20x='-6'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(-144%20-2.3%20-2.1)'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(144%20-2.1%20-2.3)'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-4.7%20-2)'/%3e%3cuse%20xlink:href='%23eu-d'%20width='100%25'%20height='100%25'%20transform='rotate(72%20-5%20.5)'/%3e%3c/g%3e%3cuse%20xlink:href='%23eu-e'%20width='100%25'%20height='100%25'%20transform='scale(-1%201)'/%3e%3c/g%3e%3c/svg%3e")}.fi-gb-eng{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-eng'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23fff'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23ce1124'%20d='M281.6%200h76.8v480h-76.8z'/%3e%3cpath%20fill='%23ce1124'%20d='M0%20201.6h640v76.8H0z'/%3e%3c/svg%3e")}.fi-gb-eng.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-eng'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23fff'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23ce1124'%20d='M215%200h82v512h-82z'/%3e%3cpath%20fill='%23ce1124'%20d='M0%20215h512v82H0z'/%3e%3c/svg%3e")}.fi-gb-nir{background-image:url(/dbcrm/assets/gb-nir-D4gikpNq.svg)}.fi-gb-nir.fis{background-image:url(/dbcrm/assets/gb-nir-vEp1ZXy6.svg)}.fi-gb-sct{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-sct'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%230065bd'%20d='M0%200h640v480H0z'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.6'%20d='m0%200%205%203M0%203l5-3'%20transform='scale(128%20160)'/%3e%3c/svg%3e")}.fi-gb-sct.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-gb-sct'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%230065bd'%20d='M0%200h512v512H0z'/%3e%3cpath%20stroke='%23fff'%20stroke-width='.6'%20d='m0%200%205%203M0%203l5-3'%20transform='scale(102.4%20170.66667)'/%3e%3c/svg%3e")}.fi-gb-wls{background-image:url(/dbcrm/assets/gb-wls-Bxz9hxvX.svg)}.fi-gb-wls.fis{background-image:url(/dbcrm/assets/gb-wls-CK0XlKT-.svg)}.fi-ic{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ic'%20viewBox='0%200%20640%20480'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230768a9'%20d='M0%200h640v480H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h213.3v480H0z'/%3e%3cpath%20fill='%23fc0'%20d='M426.7%200H640v480H426.7z'/%3e%3c/g%3e%3c/svg%3e")}.fi-ic.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ic'%20viewBox='0%200%20512%20512'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%230768a9'%20d='M0%200h512v512H0z'/%3e%3cpath%20fill='%23fff'%20d='M0%200h170.7v512H0z'/%3e%3cpath%20fill='%23fc0'%20d='M341.3%200H512v512H341.3z'/%3e%3c/g%3e%3c/svg%3e")}.fi-pc{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-pc'%20viewBox='0%200%20640%20480'%3e%3cpath%20fill='%23003da5'%20d='M0%200h640v480H0z'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(164.3%20311.5%20242.2)'/%3e%3cpath%20id='pc-a'%20fill='%23fff'%20fill-opacity='1'%20fill-rule='nonzero'%20stroke='none'%20stroke-width='.7'%20d='m472.9%20262.8-8.4%201.5-1.1%208.5-4.1-7.5-8.4%201.6%205.8-6.2-4-7.5%207.7%203.6%205.8-6.2-1%208.5z'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-10.3%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-30.9%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-20.6%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-51.5%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-72.1%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-61.8%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-41.2%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-92.7%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-113.3%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-103%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-133.9%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-154.5%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-144.2%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-123.6%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-82.4%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-175.1%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(174.6%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(143.7%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(123.1%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(133.4%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(154%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-164.8%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(112.8%20311.5%20242.2)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(102.5%20311.5%20242.2)'/%3e%3cpath%20fill='none'%20stroke='%2300aec7'%20stroke-width='13.7'%20d='M444.9%20313A151%20151%200%200%201%20293%20392'/%3e%3cpath%20fill='%23fff'%20d='M474.3%20288.5S449%20277.2%20398%20277s-105.2%2013.9-135.1%2013.5c-30-.3-38.8-.3-56.7-3.7%200%200%2027%209%2055.8%2011.6%2028.7%202.7%2095.2-10.4%20128.4-12.5%2034-2.1%2060.4-2.1%2083.8%202.6'/%3e%3cpath%20fill='%2300aec7'%20d='M275%20303.2s19.2%201%2056-3c37-4%2063-9.4%2092.1-10.2s61.2%204.4%2068%206.1c0%200-48.5-1.3-68.8%201.6s-73%209.5-100.7%2010.2-37.3-3.2-46.6-4.7m-80.5-27.8s51%2013.6%2097.2%204.7c52.3-10.2%2083-10%20106.4-10%2023.4-.2%2047.9%205.7%2047.9%205.7s-96-100.2-196.5-153.3c0%200-7.5%2084.5-55%20152.9'/%3e%3cpath%20fill='%23fff'%20d='M274.2%20197.5s-1.4-5.3-8.3-4.5c0%200%204.4-2%206.4-1%202%201.1%202.4%201.4%202%205.5m-16.8-9.4s1.5-.5%202.2-.3c0%200%201%203.3%203.2%204.5%200%200-3.8-.3-5.4-4.2m22.2%205a13%2013%200%200%200-8.7-4.8c-1.8%200-6%203.5-6%203.5-1-2-.5-3.4-.5-3.4%202%20.2%203.7%201%203.7%201-.8-2.6-2-3.8-2-3.8%204-1%208.8%202.5%208.8%202.5a17%2017%200%200%200-11-6.8c-1.2-.1-2.7%201.6-2.7%201.6-7.8%200-9.9%204.3-9.9%204.3%203.3%205.1%2010%206.3%2010%206.3-11.8-1.3-11.5%208-11.5%208l10.9-5.7c-4.2%2024.1-21%2035-22.4%2036.3-1.4%201.4-.5%203%201.5%203.2%201.1%200%202.5%201%206.2-3.4a65%2065%200%200%200%2016.4-35.4l.2.2c1.2%202.9.4%205.4.6%207.3s4.4%206%204.4%206%202.3-4.5%202-7.1c-.5-2.7-5.5-7.6-5.5-7.6%207.8-1.5%208.2%2011.6%208.2%2011.6%203-3.5%202.4-7.3%202.4-7.3s6.3-4.6%204.9-6.4'/%3e%3c/svg%3e")}.fi-pc.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20id='flag-icons-pc'%20viewBox='0%200%20512%20512'%3e%3cpath%20fill='%23003da5'%20d='M0%200h512v512H0z'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(164.3%20247%20258.3)'/%3e%3cpath%20id='pc-a'%20fill='%23fff'%20fill-opacity='1'%20fill-rule='nonzero'%20stroke='none'%20stroke-width='.7'%20d='m419%20280.3-8.9%201.7-1.1%209-4.4-8-9%201.7%206.3-6.6-4.4-8%208.2%203.9%206.3-6.7-1.2%209z'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-10.3%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-30.9%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-20.6%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-51.5%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-72.1%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-61.8%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-41.2%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-92.7%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-113.3%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-103%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-133.9%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-154.5%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-144.2%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-123.6%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-82.4%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-175.1%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(174.6%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(143.7%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(123.1%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(133.4%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(154%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(-164.8%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(112.8%20247%20258.3)'/%3e%3cuse%20xlink:href='%23pc-a'%20width='1000'%20height='700'%20transform='rotate(102.5%20247%20258.3)'/%3e%3cpath%20fill='none'%20stroke='%2300aec7'%20stroke-width='14.6'%20d='M389.2%20334a161%20161%200%200%201-161.9%2084.2'/%3e%3cpath%20fill='%23fff'%20d='M420.6%20307.7s-26.9-12-81.3-12.2-112.2%2014.8-144.1%2014.4c-32-.4-41.4-.4-60.5-4%200%200%2028.9%209.6%2059.5%2012.4s101.6-11.1%20137-13.4c36.2-2.2%2064.4-2.2%2089.4%202.8'/%3e%3cpath%20fill='%2300aec7'%20d='M208%20323.4s20.5%201%2059.8-3.2%2067.2-10%2098.2-10.8%2065.3%204.6%2072.5%206.5c0%200-51.7-1.4-73.4%201.7s-77.8%2010.1-107.4%2010.8-39.7-3.3-49.7-5m-85.9-29.6s54.4%2014.5%20103.8%205c55.7-10.9%2088.5-10.7%20113.4-10.8s51%206.2%2051%206.2S288%20187.3%20180.9%20130.7c0%200-8%2090.1-58.7%20163'/%3e%3cpath%20fill='%23fff'%20d='M207.2%20210.7s-1.5-5.7-9-4.9c0%200%204.8-2%207-1%202%201.2%202.5%201.5%202%205.9m-17.9-10s1.7-.6%202.3-.3c0%200%201.2%203.4%203.5%204.7%200%200-4-.3-5.8-4.5M213%20206a13%2013%200%200%200-9.3-5.1c-1.8%200-6.3%203.6-6.3%203.6-1.1-2-.6-3.6-.6-3.6%202.2.3%204%201%204%201a9%209%200%200%200-2.2-3.9c4.3-1.1%209.4%202.6%209.4%202.6a18%2018%200%200%200-11.8-7.3c-1.2%200-2.8%201.8-2.8%201.8-8.3%200-10.5%204.6-10.5%204.6%203.4%205.4%2010.6%206.7%2010.6%206.7-12.6-1.4-12.3%208.4-12.3%208.4l11.6-6c-4.4%2025.8-22.4%2037.3-23.9%2038.8-1.4%201.5-.5%203.1%201.7%203.3%201.1.2%202.6%201.1%206.6-3.5a70%2070%200%200%200%2017.5-37.8l.2.2c1.2%203%20.4%205.8.6%207.8.3%202%204.7%206.3%204.7%206.3s2.4-4.7%202-7.5-5.8-8.1-5.8-8.1c8.4-1.5%208.9%2012.4%208.9%2012.4%203.2-3.8%202.5-7.8%202.5-7.8s6.7-4.9%205.2-6.9'/%3e%3c/svg%3e")}.fi-sh-ac{background-image:url(/dbcrm/assets/sh-ac-FjwY7RYr.svg)}.fi-sh-ac.fis{background-image:url(/dbcrm/assets/sh-ac-D-aE2xRW.svg)}.fi-sh-hl{background-image:url(/dbcrm/assets/sh-hl-CqtQPzWZ.svg)}.fi-sh-hl.fis{background-image:url(/dbcrm/assets/sh-hl-CgxUDvtv.svg)}.fi-sh-ta{background-image:url(/dbcrm/assets/sh-ta-CPJublpi.svg)}.fi-sh-ta.fis{background-image:url(/dbcrm/assets/sh-ta-BFo5zkKU.svg)}.fi-un{background-image:url(/dbcrm/assets/un-Bqg4Cbbh.svg)}.fi-un.fis{background-image:url(/dbcrm/assets/un-DabL4p35.svg)}.fi-xk{background-image:url(/dbcrm/assets/xk-Bj15g7cp.svg)}.fi-xk.fis{background-image:url(/dbcrm/assets/xk-Cdz2uTvR.svg)}.phone-input-field{display:grid;gap:6px;width:100%}.phone-input-field__control{display:grid;grid-template-columns:104px minmax(0,1fr);gap:8px;width:100%}.phone-input-field__control.is-disabled{opacity:.72}.phone-input-field__country{height:56px;min-width:0;border:1px solid #d5dde8;border-radius:6px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.phone-input-field__country:hover:not(:disabled){border-color:#b8c5d5;background:#f8fafc}.phone-input-field__country:focus{outline:0}.phone-input-field__country:disabled{color:#94a3b8;cursor:not-allowed}.phone-input-field__number{position:relative;height:56px;min-width:0;border:1px solid #d5dde8;border-radius:6px;background:#fff;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.phone-input-field__number:hover{border-color:#b8c5d5;background:#f8fafc}.phone-input-field__control.is-error .phone-input-field__number{border-color:#dc2626}.phone-input-field__label{position:absolute;left:5px;top:3px;font-size:11px;font-weight:600;color:#64748b;line-height:1;pointer-events:none}.phone-input-field__flag.fi{width:25px;height:18px;border-radius:2px;line-height:1;box-shadow:inset 0 0 0 1px #0f172a1f;background-size:cover;flex:0 0 auto}.phone-input-field__calling-code{white-space:nowrap}.phone-input-field__chevron{color:#64748b;flex:0 0 auto}.phone-input-field__input{width:100%;height:54px;border:0;outline:0;background:transparent;color:#334155;font-size:13px;font-weight:400;line-height:1.2;padding:20px 10px 0}.phone-input-field__input::placeholder{color:#94a3b8}.phone-input-field__error{display:block;margin:2px 0 0;padding-left:10px;color:#b91c1c;font-size:13px;font-weight:600}.phone-input-field__menu.dropdown-menu{width:340px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:hidden;background:#fff;border:1px solid #d5dde8;border-radius:12px;box-shadow:0 18px 45px #0f172a2e}.phone-input-field__panel{display:grid;gap:10px;max-height:inherit;padding:12px;background:#fff}.phone-input-field__search{width:100%;min-height:38px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;color:#334155;font-size:12px;outline:0}.phone-input-field__search:focus{border-color:#2360cc;box-shadow:0 0 0 1px #2351ff2e}.phone-input-field__list{display:grid;gap:6px;max-height:min(280px,calc(100vh - 150px));overflow:auto;padding-right:2px}.phone-input-field__option{width:100%;border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:9px 10px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;text-align:left;cursor:pointer}.phone-input-field__option:hover,.phone-input-field__option.is-selected{border-color:#93c5fd;background:#eff6ff}.phone-input-field__option-flag.fi{width:22px;height:15px;border-radius:2px;line-height:1;box-shadow:inset 0 0 0 1px #0f172a1f;background-size:cover}.phone-input-field__option-copy{display:grid;gap:2px}.phone-input-field__option-copy strong{color:#111827;font-size:12px;font-weight:700}.phone-input-field__option-copy small{color:#64748b;font-size:11px;font-weight:600}.phone-input-field__empty{padding:14px 10px;color:#64748b;font-size:12px;text-align:center}.phone-input-field--side-input{display:block}.entity-tags-section{display:flex;flex-direction:column;gap:14px;padding:20px 22px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:#fff;box-shadow:0 14px 32px #0f172a0f}.entity-tags-section__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.entity-tags-section__eyebrow{margin:0;font-size:16px;font-weight:700;color:#0f172a}.entity-tags-section__subtitle,.entity-tags-section__helper,.entity-tags-section__empty,.entity-tags-dialog__subtitle,.entity-tags-dialog__hint,.entity-tags-dialog__message{margin:0;color:#64748b;font-size:13px;line-height:1.5}.entity-tags-section__actions{display:flex;gap:8px;align-items:center}.entity-tags-section__body{display:flex;flex-direction:column;gap:12px}.entity-tags-section__group{display:flex;flex-direction:column;gap:8px}.entity-tags-section__group-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.entity-tags-section__chips{display:flex;flex-wrap:wrap;gap:8px}.entity-tag-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;border:1px solid var(--entity-tag-border, #dbe5f5);background:var(--entity-tag-bg, #f8fbff);color:var(--entity-tag-color, #334155);line-height:1.1;box-shadow:0 6px 14px #0f172a0a}.entity-tag-chip__name{font-size:12px;font-weight:700}.entity-tags-dialog{--popup-width: min(780px, calc(100vw - 32px) )}.entity-tags-dialog__content{display:grid;gap:16px}.entity-tags-dialog__intro{display:grid;gap:6px}.entity-tags-dialog__title{margin:0;color:#0f172a;font-weight:700;font-size:15px}.entity-tags-dialog__filters{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 220px;gap:12px;align-items:start}.entity-tags-dialog__field{display:grid;gap:6px}.entity-tags-dialog__label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.entity-tags-dialog__select,.entity-tags-dialog__search{width:100%;min-height:46px;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.32);background:#fff;color:#0f172a;font-size:14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.entity-tags-dialog__select:focus,.entity-tags-dialog__search:focus{border-color:#7aa2ff;box-shadow:0 0 0 4px #3b82f61f}.entity-tags-dialog__hint{padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.18);background:#f8fafc}.entity-tags-dialog__selected{display:flex;flex-wrap:wrap;gap:8px}.entity-tags-dialog__selected-chip{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--entity-tag-border, #dbe5f5);background:var(--entity-tag-bg, #f8fbff);color:var(--entity-tag-color, #334155);padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer}.entity-tags-dialog__list{max-height:340px;overflow:auto;border-radius:16px;border:1px solid rgba(148,163,184,.18);background:#f8fafc;padding:10px}.entity-tags-dialog__option{display:grid;grid-template-columns:20px minmax(0,1fr);column-gap:10px;align-items:start;width:100%;padding:12px 10px;border-radius:12px;cursor:pointer;text-align:left;transition:background .16s ease}.entity-tags-dialog__option:hover{background:#3b82f60f}.entity-tags-dialog__option input{margin:3px 0 0;width:14px;height:14px}.entity-tags-dialog__option-copy{display:grid;gap:3px;flex:1;justify-items:start;text-align:left}.entity-tags-dialog__option-copy strong{color:#0f172a;font-size:14px}.entity-tags-dialog__option-copy small{color:#64748b;font-size:12px;line-height:1.4}.entity-tags-dialog__form .action-dialog__body{overflow:visible}@media(max-width:720px){.entity-tags-dialog__filters{grid-template-columns:1fr}}.commercial-flow{--commercial-flow-accent: #1f6feb;--commercial-flow-surface: #f8fbff;--commercial-flow-border: #d9e5f7;display:grid;gap:14px;padding:16px 18px;border-radius:16px;border:1px solid var(--commercial-flow-border);background:var(--commercial-flow-surface)}.commercial-flow--success{--commercial-flow-accent: #16a34a;--commercial-flow-surface: #f0fdf4;--commercial-flow-border: #bbf7d0}.commercial-flow--warning{--commercial-flow-accent: #d97706;--commercial-flow-surface: #fffbeb;--commercial-flow-border: #fde68a}.commercial-flow--danger{--commercial-flow-accent: #dc2626;--commercial-flow-surface: #fff1f2;--commercial-flow-border: #fecdd3}.commercial-flow__header{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.commercial-flow__eyebrow{margin:0 0 4px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--commercial-flow-accent);font-weight:700}.commercial-flow__subtitle{margin:0;color:#475569;font-size:13px;line-height:1.45;max-width:580px}.commercial-flow__next{min-width:min(100%,280px);max-width:360px;display:grid;gap:4px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(148,163,184,.24)}.commercial-flow__next-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--commercial-flow-accent);font-weight:700}.commercial-flow__next p{margin:0;font-size:13px;line-height:1.45;color:#0f172a}.commercial-flow__steps{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.commercial-flow__step{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:flex-start;padding:12px;border-radius:14px;background:#fff;border:1px solid #dbe3f1}.commercial-flow__step-index{width:28px;height:28px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:12px;font-weight:700;display:grid;place-items:center}.commercial-flow__step-body{display:grid;gap:2px}.commercial-flow__step-body strong{font-size:13px;color:#0f172a}.commercial-flow__step-body span{font-size:12px;color:#64748b;line-height:1.4}.commercial-flow__step--completed{border-color:#cfe0f7;background:#fff}.commercial-flow__step--completed .commercial-flow__step-index{background:#e0ecff;color:#234a86}.commercial-flow__step--current{border-color:#93c5fd;background:#f8fbff}.commercial-flow__step--current .commercial-flow__step-index{background:#dbeafe;color:#1d4ed8}.commercial-flow__step--upcoming .commercial-flow__step-index{background:#eef2ff;color:#4338ca}.commercial-flow__step--blocked{border-color:#d7e1f0;background:#f8fafc}.commercial-flow__step--blocked .commercial-flow__step-index{background:#edf2f7;color:#51627d}.commercial-flow__actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.commercial-flow__next{min-width:100%;max-width:none}}.service-zip-address-field input[readonly],.service-zip-address-field__readonly{background:#f8fafc;color:#64748b;cursor:default}.service-zip-address-field--error input{border-color:#d14343!important}.service-zip-address-field__status{font-size:11px;line-height:1.35}.service-zip-address-field__status--loading{color:#64748b}.service-zip-address-field__status--success{color:#15803d}.service-zip-address-field__status--error{color:#b91c1c}.side-input.service-zip-address-field{height:auto;min-height:56px}.side-input.service-zip-address-field input{height:56px}.side-input.service-zip-address-field .service-zip-address-field__status{display:block;margin-top:-6px;padding:0 10px 8px}.lead-detail{padding:32px 40px 110px;min-height:100vh;background:transparent;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a;display:flex;flex-direction:column;gap:20px}.lead-detail--centered{min-height:40vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.lead-shell,.lead-shell--section{width:100%;max-width:1220px;margin:0 auto}.lead-shell__card{position:relative;background:#fff;border:1px solid #dde3f0;border-radius:14px;box-shadow:none;padding:22px 22px 20px;overflow:hidden}.lead-shell__accent{position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--color-primary-400) 0%,#5c8de6 50%,var(--color-primary-400) 100%);border-top-left-radius:14px;border-top-right-radius:14px}.lead-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:8px 0 14px}.lead-header__identity{display:flex;align-items:center;gap:14px;min-width:0}.lead-avatar{width:72px;height:72px;border-radius:50%;background:#38bdf8;color:#fff;font-weight:700;font-size:22px;display:grid;place-items:center;flex-shrink:0;border:4px solid rgba(56,189,248,.22)}.lead-header__text{display:flex;flex-direction:column;gap:6px;min-width:0}.lead-header__title-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.lead-header__edit-button{flex-shrink:0}.lead-header__title-row h1{margin:0;font-size:26px;font-weight:700;color:#334155;line-height:1.25}.lead-subtitle{margin:0;font-size:14px;color:#64748b;font-weight:500}.lead-header__actions{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;justify-content:flex-end}.lead-header__calc-buttons{display:flex;gap:8px;flex-wrap:wrap}.lead-header__cta-buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.lead-detail .btn,.quote-modal .btn{border:1px solid transparent;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:700;cursor:pointer;background:#fff;color:#1e3a8a;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.lead-detail .btn:hover,.quote-modal .btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f172a1a}.lead-detail .btn-primary,.quote-modal .btn-primary{background:var(--color-primary-400);color:#fff;border-color:var(--color-primary-400);box-shadow:0 10px 24px #2360cc3d}.lead-detail .btn-outline,.quote-modal .btn-outline{background:#fff;color:var(--color-primary-400);border-color:#d0dbf0}.lead-detail .btn-ghost,.quote-modal .btn-ghost{background:#f8faff;color:#334155;border-color:#e2e8f0}.lead-detail .btn-small,.quote-modal .btn-small{padding:6px 12px;font-size:13px}.lead-detail .icon-only{width:36px;height:36px;padding:0;display:grid;place-items:center}.lead-detail .icon-button{width:30px;height:30px;border-radius:10px;border:1px solid #d1dbef;background:#fff;color:var(--color-primary-400);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease}.lead-detail .icon-button:hover{background:#f3f7ff;border-color:#bfcee9}.lead-detail .icon-button--inline{margin-left:8px;width:26px;height:26px;padding:0;vertical-align:middle}.lead-summary-card{background:#fff;border:1px solid #e4e8f0;border-radius:0;padding:0;display:flex;flex-direction:column;gap:0;box-shadow:none;margin-top:12px}.summary-top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;align-items:stretch;border-bottom:1px solid #e4e8f0}.summary-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.summary-block{position:relative;display:grid;grid-template-columns:1fr;gap:14px;padding:16px 18px}.summary-block--info{background:transparent}.summary-block--art{background:linear-gradient(150deg,#eef2f8,#f4f6fb);border-radius:10px;overflow:hidden;min-height:160px;padding:10px 10px 42px;position:relative}.summary-art{position:absolute;inset:0;background:radial-gradient(200px 200px at 18% 25%,rgba(70,97,139,.25),transparent 60%),radial-gradient(240px 240px at 72% 40%,rgba(134,154,183,.28),transparent 60%),radial-gradient(200px 200px at 60% 85%,rgba(49,69,107,.22),transparent 55%);z-index:0}.summary-art__cta{position:absolute;bottom:10px;right:10px;z-index:1}.summary-block--art .summary-pair{position:relative;z-index:1}.summary-pair{display:flex;flex-direction:column;gap:4px}.summary-contacts__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.summary-contacts__list{display:flex;flex-direction:column;gap:8px}.summary-contacts__item{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;border:1px solid #e5eaf3;border-radius:10px;background:#f8fafc;padding:8px 10px}.summary-contacts__lines{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.summary-contacts__line{margin:0;font-size:13px;font-weight:600;line-height:1.35;color:#1f2937;overflow-wrap:anywhere}.summary-contacts__line--link a{color:#1f6feb;text-decoration:none}.summary-contacts__line--link a:hover{text-decoration:underline}.summary-contacts__meta{color:#64748b;font-weight:700;margin-right:4px}.summary-label{margin:0;font-size:12px;font-weight:800;color:#334155}.summary-label--heading{color:#2d3748}.summary-value{margin:0;font-size:16px;font-weight:400;color:#334155}.summary-value__action{margin-left:8px;vertical-align:middle;padding:2px 8px;min-height:24px}.summary-value__actions{display:inline-flex;align-items:center;gap:6px;margin-left:8px;vertical-align:middle}.summary-value__actions .summary-value__action{margin-left:0}.summary-value--link a{color:#1f6feb;text-decoration:none}.summary-value--link a:hover{text-decoration:underline}.summary-potential{display:grid;place-items:center;padding:16px 18px;border-left:1px solid #e4e8f0}.potential-circle{width:132px;height:132px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#94a3b8}.potential-circle:after{content:"";position:absolute;inset:12px;background:#fff;border-radius:50%}.potential-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.potential-number{font-size:22px;font-weight:700;color:#94a3b8}.potential-label{font-size:14px;color:#94a3b8}.summary-middle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-bottom:1px solid #e9edf5}.summary-panel{padding:14px 12px 12px;display:flex;flex-direction:column;gap:10px}.summary-panel+.summary-panel{border-left:1px solid #e5eaf3}.summary-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.summary-panel__header h3{margin:0;font-size:15px;font-weight:700;color:#1f2937}.summary-panel__body{font-size:14px;color:#1f2937}.summary-panel__body--list{min-height:0}.summary-scroll-list{display:flex;flex-direction:column;gap:8px;max-height:112px;overflow-y:auto;padding-right:6px;background:transparent}.summary-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 12px;border:1px solid #cfd8e6;border-radius:6px;background:#fff}.summary-list-item__content{display:flex;align-items:center;gap:10px;min-width:0;flex:1;color:#334155}.summary-list-items__single-line{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;color:#334155}.summary-list-item__content--contact{align-items:center}.summary-list-item__text{display:flex;flex-direction:column;min-width:0}.summary-list-item__title{font-size:13px;font-weight:700;line-height:1.2;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-list-item__subtitle{font-size:13px;font-weight:500;line-height:1.2;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-detail .summary-list-item__action.icon-button{border:0;background:transparent}.lead-detail .summary-list-item__action.icon-button:hover{background:transparent;border-color:transparent}.dropdown-menu.summary-dropdown-menu{min-width:180px;padding:8px;margin:0;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 38px #0f172a1f;display:flex;flex-direction:column;gap:4px}.summary-menu-item{width:100%;border:0;background:transparent;padding:10px 12px;text-align:left;font-size:14px;font-weight:500;color:#0f172a;border-radius:10px;display:flex;align-items:center;gap:10px;cursor:pointer}.summary-menu-item:hover{background:#f1f5f9}.summary-menu-item--danger{color:#b91c1c}.summary-menu-item--danger:hover{background:#fef2f2}.summary-properties{display:grid;gap:6px}.summary-properties__item{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:4px 0}.summary-properties__line{display:inline-flex;align-items:flex-start;gap:8px;min-width:0;color:#1f2937;font-weight:600}.summary-properties__text{min-width:0;font-size:12px;line-height:1.28}.summary-properties__badges{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:4px}.summary-properties__pill{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:0 7px;border-radius:999px;border:1px solid #d7e5ff;background:#eef5ff;color:#2752a5;font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.summary-panel__body--columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.summary-panel__body--contacts{min-height:56px}.icon-line{display:inline-flex;align-items:center;gap:8px;color:#1f2937;font-weight:600;font-size:12px;line-height:1.28}.lead-tags-section{margin-top:0;padding:16px 18px;gap:10px;border:0;border-radius:0;box-shadow:none}.lead-tags-section .entity-tags-section__body{display:flex;gap:8px}.lead-tags-section .entity-tags-section__chips{gap:6px}.lead-detail .muted-text,.quote-modal .muted-text{color:#94a3b8;font-weight:500}.service-hub{display:flex;flex-direction:column;gap:12px}.lead-detail .service-card{background:#fff;border:1px solid #dde3f0;border-radius:14px;box-shadow:none;padding:18px 20px 20px;display:flex;flex-direction:column;gap:12px;width:100%}.lead-detail .service-card__header h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}.lead-detail .service-card__body--estimate{border:1px solid #e4e8f0;border-radius:0;background:transparent;min-height:240px;display:grid;align-items:start;gap:12px;padding:16px}.lead-detail .service-card__body--measure{border:1px solid #dbe7ff;border-radius:0;background:#f8fbff;display:grid;gap:14px;padding:16px}.lead-detail .measure-list{display:grid;gap:12px}.lead-detail .measure-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#fff}.lead-detail .measure-card strong{color:#27364a}.lead-detail .measure-card p{margin:4px 0 0;color:#667085}.lead-detail .measure-card__notes{grid-column:1 / -1;padding-top:10px;border-top:1px dashed rgba(148,163,184,.32)}.lead-detail .measure-status{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;background:#e8eef9;color:#344054;white-space:nowrap}.lead-detail .measure-status--pending-scheduling{background:#fef3c7;color:#92400e}.lead-detail .measure-status--scheduled{background:#dbeafe;color:#1d4ed8}.lead-detail .measure-status--done{background:#dcfce7;color:#047857}.lead-detail .measure-status--cancelled{background:#fee2e2;color:#b91c1c}.lead-shell__card>.commercial-flow{margin-bottom:18px}.lead-detail .service-card__body--intake{border:1px solid #e4e8f0;border-radius:0;background:linear-gradient(135deg,#2563eb0f,#fffffff5 55%),#fff;display:grid;gap:14px;padding:16px}.service-estimate__header{display:flex;align-items:center;justify-content:space-between}.service-estimate__header--stacked{align-items:flex-start;justify-content:flex-start}.lead-detail .service-estimate__header h4{margin:0;font-size:16px;color:#0f172a}.service-intake__subtitle{margin:2px 0 0;font-size:11px;color:#64748b;line-height:1.35}.service-intake__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:8px}.service-intake__metric{display:grid;gap:2px;padding:8px 10px;border-radius:10px;border:1px solid #dbe5f5;background:#ffffffeb}.service-intake__label,.service-intake__section-label{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.service-intake__value{font-size:13px;font-weight:700;color:#0f172a}.service-intake__section{display:grid;gap:6px}.service-intake__chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.service-intake__request-layout{display:grid;gap:8px}.service-intake__pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px}.service-intake__price-card{display:grid;gap:2px;padding:8px 10px;border-radius:10px;border:1px solid #dbe5f5;background:#ffffffeb}@media(min-width:960px){.service-intake__request-layout{grid-template-columns:minmax(0,1.8fr) minmax(220px,.95fr);align-items:start}}.service-intake__chip{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:999px;border:1px solid #cfe0ff;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:600;line-height:1;white-space:nowrap}.service-intake__section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.service-intake__note-input{width:100%;min-height:120px;padding:10px 12px;border-radius:10px;border:1px solid #dbe5f5;background:#ffffffe6;color:#334155;font:inherit;font-size:12px;line-height:1.45;resize:vertical}.service-intake__note-input:focus{outline:none;border-color:#4f7cff;box-shadow:0 0 0 3px #4f7cff29}.service-intake__meta{margin:0;font-size:11px;color:#64748b;line-height:1.35}.estimate-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.estimate-list{display:grid;gap:8px}.estimate-row{display:grid;grid-template-columns:80px minmax(0,1fr) 120px 120px 110px;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px solid #e3e8f2;background:#fff;font-size:13px;color:#0f172a}.estimate-row--header{border:none;background:transparent;padding:0 6px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.estimate-row--header .estimate-cell{font-weight:700}.estimate-cell--id{font-weight:700;color:#1f2937}.estimate-cell--actions{display:flex;justify-content:flex-end}.estimate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.estimate-card{background:#fff;border:1px solid #e3e8f2;border-radius:10px;padding:10px 12px;display:grid;gap:4px}.estimate-card__label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.estimate-card__value{font-size:16px;color:#1f2937}.estimate-empty{display:grid;gap:10px;justify-items:center}.estimate-meta{margin:0;font-size:12px;color:#8a94a8}.estimate-placeholder-image{width:92px;height:auto;opacity:.8;margin:0 auto;display:block}.lead-detail .service-card__body--attachments{border:1px solid #e4e8f0;border-radius:12px;background:#fff;display:grid;gap:10px;padding:14px 16px}.attachments-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.attachments-item{font-size:14px;font-weight:600;color:#1f2937}.attachments-item a{color:#1f6feb;text-decoration:none}.attachments-item a:hover{text-decoration:underline}.lead-detail .lead-footer-bar{position:sticky;bottom:0;width:100%;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid #e6ebf5;padding:12px 24px;box-shadow:0 -10px 30px #0f172a1f;z-index:10}.lead-detail .lead-footer-bar__content{max-width:1220px;margin:0 auto;display:flex;gap:10px;flex-wrap:wrap}.quote-modal .simple-form{display:grid;gap:12px}.quote-modal .simple-form label{display:grid;gap:6px;font-size:14px;color:#1f2937;font-weight:600}.quote-modal .simple-form__checkbox{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.quote-modal .simple-form__checkbox input[type=checkbox]{width:16px;height:16px;margin:0}.quote-modal .simple-form input,.quote-modal .simple-form select{padding:10px 12px;border-radius:10px;border:1px solid #d7dde7;background:#fff;font-size:14px}.property-size-slider{display:grid;gap:8px}.property-size-slider__row{display:flex;align-items:center;justify-content:space-between}.property-size-slider strong{font-size:14px;color:#1f2937}.property-size-slider input[type=range]{width:100%;accent-color:#1f6feb}.property-size-slider small{font-size:12px;color:#6b7280}.quote-modal .simple-form input:focus,.quote-modal .simple-form select:focus{outline:none;border-color:var(--color-primary-400);box-shadow:0 0 0 2px #2360cc2e}.quote-modal{width:min(95vw,720px);max-height:90vh;background:#fff;border-radius:18px;box-shadow:0 24px 60px #0f172a38,0 8px 18px #0f172a1a;display:flex;flex-direction:column;overflow:hidden}.quote-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#edf3ff);border-bottom:1px solid #e2e8f0}.quote-modal__title{font-weight:700;font-size:1.0625rem;color:#1f2937}.quote-modal__close{border:1px solid #cbd5f5;background:#fff;border-radius:50%;color:#334155;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:transform .2s ease,background .2s ease}.quote-modal__close:hover{background:#2360cc14;transform:scale(1.05)}.quote-modal__body{padding:1rem 1.25rem;overflow-y:auto;flex:1}.quote-modal .simple-form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:4px}.quote-modal .simple-form__actions--start{justify-content:flex-start;margin-top:0}.quote-modal .property-list{display:flex;flex-direction:column;gap:10px;margin-bottom:4px}.quote-modal .property-list__item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.quote-modal .property-list__item.is-active{border-color:#1f6feb;box-shadow:0 0 0 1px #1f6feb40}.quote-modal .property-list__info{display:flex;flex-direction:column;gap:4px;min-width:0}.quote-modal .property-list__info strong{font-size:13px;line-height:1.35;color:#0f172a;overflow-wrap:anywhere}.quote-modal .property-list__actions{display:flex;gap:8px;flex-wrap:wrap}.quote-modal .contact-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.quote-modal .contact-list__item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;gap:12px}.quote-modal .contact-list__item.is-active{border-color:#1f6feb;box-shadow:0 0 0 1px #1f6feb40}.quote-modal .contact-list__info{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#0f172a;min-width:0;flex:1 1 auto;overflow-wrap:anywhere}.quote-modal .contact-list__meta{color:#64748b;font-weight:600}.quote-modal .contact-list__actions{display:flex;gap:8px;flex-shrink:0}.quote-modal .form-error{margin:0;font-size:13px;color:#d14343;font-weight:600}:root{--header-height: var(--header-height, 0px)}.side-checkbox{margin-top:4px}@media(max-width:1100px){.summary-top{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-potential{grid-column:span 2}}@media(max-width:820px){.lead-detail{padding:20px 18px 88px}.summary-top,.summary-middle{grid-template-columns:1fr}.summary-panel+.summary-panel{border-left:none;border-top:1px solid #e5eaf3}.lead-header__actions{width:100%;justify-content:flex-start}.estimate-grid{grid-template-columns:1fr}.estimate-row--header{display:none}.estimate-row{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:6px}.estimate-cell--actions{grid-column:span 2;justify-content:flex-start}}.customers-table-wrapper{flex:1 1 auto;min-height:0;overflow-y:auto}.customers-page{display:flex;flex-direction:column;gap:1.5rem;padding:.5rem;flex:1 1 auto;height:100%;min-height:0;overflow:hidden;background:transparent;color:#0f172a}.customers-listing{display:flex;flex-direction:column;gap:0;flex:1 1 auto;min-height:0}.customers-page .entity-tabs button.active:after{bottom:-.5px;border-radius:0}.customers-content{flex:1 1 auto;min-height:0;display:flex;overflow:hidden}.customers-page .with-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;overflow:visible}.customers-page .with-actions-right{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.customers-page .with-actions .view-pill-row{margin:0}.customers-title-row{display:inline-flex;align-items:center;gap:.4rem}.customers-page .with-actions h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#0f172a;margin:0;letter-spacing:-.02em}.customers-page .with-actions .primary{padding:.6rem 1.4rem;border-radius:.85rem;border:none;background:linear-gradient(135deg,#407bff,#2351ff);color:#fff;font-weight:500;font-size:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 10px 25px #407bff59}.customers-page .with-actions .primary:hover{transform:translateY(-1px);box-shadow:0 16px 32px #407bff66}.customers-page header.with-actions{border-bottom:none;position:relative;z-index:5}.customers-toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:1rem}.customers-toolbar .toolbar-left{flex:1 1 60%;display:flex;align-items:center;gap:1rem;min-width:18rem;flex-wrap:nowrap}.customers-toolbar .toolbar-right{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;min-width:0;white-space:nowrap}.customers-search-pill{display:flex;align-items:center;gap:1rem;flex:1;min-width:16rem}.customers-search-form{flex:1}.customers-search-field{display:flex;align-items:center;gap:.65rem;padding:.5rem .85rem;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;background:#fff;cursor:text}.customers-search-field .search-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.customers-search-field .search-icon svg{display:block}.customers-search-field input{flex:1;border:none;background:transparent;font:inherit;color:#0f172a;font-size:.95rem;min-width:0}.customers-search-field input[type=search]{-webkit-appearance:none;appearance:none}.customers-search-field input[type=search]::-webkit-search-decoration,.customers-search-field input[type=search]::-webkit-search-cancel-button,.customers-search-field input[type=search]::-webkit-search-results-button,.customers-search-field input[type=search]::-webkit-search-results-decoration{display:none}.customers-search-field input[type=search]::-ms-clear,.customers-search-field input[type=search]::-ms-reveal{display:none}.customers-search-field input::placeholder{color:#94a3b8}.customers-search-field .clear-btn{border:none;background:transparent;color:#94a3b8;font-size:1.25rem;cursor:pointer;padding:.1rem;line-height:1}.customers-search-selectors{display:flex;align-items:center;gap:1.75rem;white-space:nowrap}.customers-results-info{display:flex;align-items:center;gap:1rem;color:#475569;font-size:.9rem;font-weight:600}.customers-results-info .pagination-info{color:var(--Gray-500, #64748B);font-size:12px;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:16px;word-wrap:break-word}.customers-table{width:100%;border-collapse:collapse}.customers-table th,.customers-table td{padding:.75rem;border-bottom:1px solid rgba(148,163,184,.2);text-align:left}.customers-table tbody tr:hover{background:#94a3b81a}.customers-dialog{--popup-width: min(560px, 92vw)}.customer-create-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.customer-create-grid .form-field{display:grid;gap:.45rem}.customer-create-grid .form-field span{font-size:.82rem;letter-spacing:1.1px;text-transform:uppercase;color:#475569d9}.customer-create-grid .form-field input{border-radius:10px;border:1px solid rgba(148,163,184,.4);padding:.65rem .75rem;font-size:.95rem;color:#0f172a;background:#f8fafceb}.customer-create-grid .form-field.full{grid-column:1 / -1}.customer-create-grid .checkbox-field{grid-column:1 / -1;display:flex;align-items:center;gap:.5rem}.customer-create-grid .checkbox-field span{text-transform:none;letter-spacing:0;font-size:.9rem}.customer-create-grid .checkbox-field input{width:1rem;height:1rem}.customer-create-grid .form-error{grid-column:1 / -1;margin:0;color:#b91c1c;font-size:.9rem}.customer-detail{display:flex;flex-direction:column;gap:32px;padding:32px 40px 96px;min-height:100vh;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.customer-detail .eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:.15em;color:var(--color-slate-500);margin:0;font-weight:700}.customer-btn{border:1px solid var(--color-gray-300);border-radius:14px;background:#fff;color:var(--color-gray-700);padding:10px 18px;font-size:13px;font-weight:600;transition:var(--transition)}.customer-btn:hover{border-color:var(--color-primary-400);color:var(--color-primary-400)}.customer-btn--primary{background:var(--color-primary-400);color:#fff;border-color:transparent}.customer-btn--ghost{background:transparent;border-color:transparent;color:var(--color-slate-500)}.customer-btn--icon{width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem}.muted-text{color:var(--color-slate-500);font-size:13px}.customer-hero-card{background:#fff;border:1px solid #dde3f0;border-radius:24px;padding:32px;box-shadow:0 24px 60px #0f172a14;display:flex;flex-direction:column;gap:24px;position:relative}.customer-hero-card h1{font-size:24px;line-height:30px;margin:0;color:#0f172a}.customer-hero-card .customer-code{font-size:13px;letter-spacing:.18em;text-transform:uppercase}.customer-hero-card__top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #e4e8f0}.customer-hero-card__intro{display:flex;align-items:center;gap:12px}.customer-hero-card__intro{display:flex;align-items:center;gap:16px}.customer-hero-card__body{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,360px);gap:0;align-items:stretch;border:1px solid #e4e8f0;border-radius:20px;overflow:hidden;margin-top:8px}.customer-hero-card__info{display:flex;flex-direction:column;gap:20px;padding:24px 32px;background:#fff;border-right:1px solid #e4e8f0}.customer-hero-card__widgets{display:flex;flex-direction:column;gap:20px;padding:24px;background:#fff;height:100%}.customer-hero-card__widgets>*{width:100%;margin:0;flex:0 0 auto}.customer-hero-card__identity{display:flex;gap:16px;align-items:center}.customer-hero-card__identity .eyebrow{color:#95a1c0;letter-spacing:.12em}.customer-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;border:4px solid rgba(37,99,235,.18)}.customer-code{color:#94a3b8;margin:4px 0 0;letter-spacing:.14em;text-transform:uppercase}.hero-edit-button{width:40px;height:40px;border-radius:12px;border:1px solid #2360cc;background:#fff;color:#2360cc;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d;cursor:pointer;transition:var(--transition)}.hero-edit-button:hover{background:#2360cc14}.hero-primary-card{border:none;border-radius:0;background:transparent;padding:0;box-shadow:none;width:100%;margin-bottom:4px}@media(max-width:960px){.customer-hero-card__body{grid-template-columns:1fr}.customer-hero-card__info{border-right:0}.customer-hero-card__widgets{border-top:1px solid #e4e8f0}}.hero-action-bar{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.hero-action-menu{position:relative}.hero-action-menu .dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:190px;padding:8px;margin:0;list-style:none;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 38px #0f172a1f;z-index:30;display:flex;flex-direction:column;gap:4px}.hero-action-menu .dropdown-menu button{width:100%;border:0;background:transparent;padding:8px 12px;text-align:left;font-size:13px;font-weight:600;color:#0f172a;border-radius:10px;cursor:pointer}.hero-action-menu .dropdown-menu button:hover{background:#f1f5f9;color:#1d4ed8}.hero-action-menu .dropdown-menu button:disabled{color:#94a3b8;cursor:not-allowed;opacity:.8}.hero-action-menu .dropdown-menu button:disabled:hover{background:transparent;color:#94a3b8}.customer-contract-dialog,.customer-contracts-dialog,.customer-property-dialog,.customer-edit-dialog,.customer-contact-dialog{--popup-width: min(620px, 92vw)}.customer-contact-dialog .action-dialog__panel{overflow:visible}.customer-contract-dialog .action-dialog__body,.customer-contracts-dialog .action-dialog__body,.customer-property-dialog .action-dialog__body,.customer-edit-dialog .action-dialog__body,.customer-contact-dialog .action-dialog__body{max-height:70vh}.customer-property-dialog .action-dialog__body{display:flex;flex-direction:column;gap:12px;max-height:min(56vh,520px);overflow-y:auto;padding:16px 20px}.customer-property-dialog .action-dialog__panel{max-height:min(82vh,760px)}.customer-property-dialog .action-dialog__footer{padding:12px 20px 16px}.hero-button{display:inline-flex;align-items:center;gap:10px;border-radius:6px;border:1px solid transparent;background:#fff;color:#0f172a;font-weight:500;font-size:16px;line-height:24px;padding:10px 20px;box-shadow:0 1px 2px #0000000d;transition:var(--transition)}.hero-button svg{width:18px;height:18px}.hero-button__icon{display:inline-flex;align-items:center;justify-content:center}.hero-button--icon{width:40px;height:40px;padding:0;justify-content:center}.hero-button--small{padding:8px 16px;font-size:14px}.hero-button--primary{background:#2360cc;color:#fff;border-color:#2360cc}.hero-button--outline{background:#fff;color:#2360cc;border-color:#2360cc}.hero-button--ghost{background:transparent;border-color:transparent;color:#2360cc}.hero-edit-button{width:40px;height:40px;border-radius:12px;border:1px solid #2563eb;background:#fff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.hero-edit-button:hover{background:#2563eb14}.hero-primary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 48px}.hero-primary-item{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.hero-primary-item span{color:#334155;font-family:DM Sans,sans-serif;font-size:10px;font-weight:800;line-height:8px;letter-spacing:.06em;text-transform:uppercase}.hero-primary-item strong,.hero-primary-value{color:#334155;font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px}.hero-primary-value--mono{font-family:IBM Plex Mono,SFMono-Regular,Consolas,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.hero-primary-link{color:#1d4ed8}.hero-mini-cards{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.customer-measures-card{display:grid;gap:12px;padding:16px;border:1px solid #dbe7ff;border-radius:20px;background:#f8fbff}.customer-measures-card__header,.customer-measure-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.customer-measures-card__header span{font-size:12px;font-weight:700;color:#667085;text-transform:uppercase;letter-spacing:.08em}.customer-measures-card__list{display:grid;gap:10px}.customer-measure-row{padding:12px;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#fff}.customer-measure-row strong{color:#27364a}.customer-measure-row p{margin:4px 0 0;color:#667085}.customer-measure-status{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;background:#e8eef9;color:#344054;white-space:nowrap}.customer-measure-status--pending-scheduling{background:#fef3c7;color:#92400e}.customer-measure-status--scheduled{background:#dbeafe;color:#1d4ed8}.customer-measure-status--done{background:#dcfce7;color:#047857}.customer-measure-status--cancelled{background:#fee2e2;color:#b91c1c}.hero-mini-card{border:1px solid #d6e4ff;border-radius:12px;background:#fff;padding:16px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:16px;height:100%}.customer-contract-grid{display:grid;gap:1rem 1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.customer-contract-grid .form-field{margin-bottom:0}.customer-contract-grid .form-field--error select,.customer-contract-grid .form-field--error input{border-color:#dc262680;box-shadow:0 0 0 1px #dc26261f}.customer-contract-grid .form-field--span2{grid-column:1 / -1}.customer-contract-summary{padding:14px 16px;border:1px solid rgba(37,99,235,.12);border-radius:16px;background:#eff6ff94}.customer-contract-summary__grid{display:grid;gap:.75rem 1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:.5rem}.customer-contract-summary__grid div{display:grid;gap:.15rem}.customer-contract-summary__grid strong{font-size:.78rem;color:#475569}.customer-contract-summary__grid small{font-size:.88rem;color:#0f172a}.customer-field-error{display:block;margin-top:.25rem;font-size:.78rem;color:#b91c1c}.contract-property-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.contract-property-row select{flex:1 1 260px;min-width:220px}.customer-edit-grid,.customer-contact-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.customer-edit-grid .form-field,.customer-contact-grid .form-field{display:grid;gap:.45rem}.customer-edit-grid .form-field span,.customer-contact-grid .form-field span{font-size:.82rem;letter-spacing:1.1px;text-transform:uppercase;color:#475569d9}.customer-edit-grid .form-field input,.customer-contact-grid .form-field input,.customer-edit-grid .form-field textarea{border-radius:10px;border:1px solid rgba(148,163,184,.4);padding:.65rem .75rem;font-size:.95rem;color:#0f172a;background:#f8fafceb}.customer-edit-grid .form-field textarea{min-height:130px;resize:vertical}.customer-edit-grid .form-field--span2{grid-column:1 / -1}.contact-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.contact-list__item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;gap:12px}.contact-list__item.is-active{border-color:#1f6feb;box-shadow:0 0 0 1px #1f6feb40}.contact-list__info{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#0f172a}.contact-list__info>span:first-child{display:flex;align-items:center;gap:8px}.contact-list__badge{border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:700;padding:2px 8px}.contact-list__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.customer-contact-primary-toggle{align-content:start}.checkbox-inline{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:#0f172a;font-size:14px}.checkbox-inline input{width:16px;height:16px;accent-color:#2563eb}@media(max-width:720px){.hero-mini-cards{grid-template-columns:1fr}}.hero-mini-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.hero-mini-card__title{font-size:16px;letter-spacing:0;color:#334155;margin:0;font-weight:700}.hero-mini-card__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.hero-mini-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.hero-mini-card--scrollable .hero-mini-card__list{max-height:148px;overflow-y:auto;padding-right:6px}.hero-mini-card--columns .hero-mini-card__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.hero-mini-row{display:flex;gap:12px;align-items:flex-start}.hero-mini-row__content{display:flex;flex-direction:column;gap:4px}.hero-mini-row__actions{position:relative;display:flex;align-items:center;margin-left:auto;flex-shrink:0}.customer-more-actions{width:36px;height:36px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--color-primary-400);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,color .15s ease}.customer-more-actions:hover,.customer-more-actions:focus-visible{background:#eff6ff;color:var(--color-primary-400)}.customer-more-actions:focus-visible{outline:2px solid var(--color-primary-400);outline-offset:2px}.hero-mini-row__icon{width:24px;height:24px;color:#292d32;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px}.hero-mini-row__description{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;font-weight:800;margin:0}.hero-mini-row__label{margin:0;font-size:16px;font-weight:700;color:#334155;line-height:24px}.hero-mini-row__value{margin:2px 0 0;font-size:12px;font-weight:400;color:#334155;line-height:16px}.hero-mini-row__content small{color:#94a3b8;font-size:12px}.customer-tags-section{margin-top:4px}.status-badge--success{background:#16a34a26;color:#15803d}.status-badge--warning{background:#fbbf2433;color:#92400e}.status-badge--danger{background:#ef44442e;color:var(--color-red-500)}.status-badge--neutral{background:#94a3b833;color:var(--color-slate-500)}.status-badge--info{background:#3b82f633;color:var(--color-primary-500)}.payment-card{background:radial-gradient(circle at 75% 0%,#7f56d9,var(--color-primary-400));border-radius:20px;padding:24px;color:#fff;min-height:210px;display:flex;flex-direction:column;gap:12px}.payment-card__brand{display:flex;justify-content:space-between;font-weight:600;font-size:16px;letter-spacing:.1em;text-transform:uppercase}.payment-card__brand small{font-size:12px;opacity:.8}.payment-card__number{font-size:14px;letter-spacing:3px;margin:0}.payment-card__footer{display:flex;justify-content:space-between;gap:24px;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.payment-card__footer strong{display:block;font-size:18px;text-transform:none;letter-spacing:normal}.payment-card__property{font-size:13px;opacity:.9;line-height:20px}.invoice-summary-card{border:1px solid var(--color-gray-200);border-radius:20px;padding:20px 24px;display:flex;gap:24px;align-items:center;background:#fff}.invoice-summary__chart{--progress: 0deg;width:148px;height:148px;border-radius:50%;background:radial-gradient(circle,#fff 62%,transparent 64%),conic-gradient(var(--color-primary-400) var(--progress),var(--color-gray-200) var(--progress));display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 24px #0f172a14}.invoice-summary__chart span{display:block;font-size:11px;color:var(--color-slate-500);text-align:center;letter-spacing:.08em}.invoice-summary__chart strong{display:block;font-size:20px;color:var(--color-gray-900)}.invoice-summary__legend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.invoice-summary__legend li{display:flex;align-items:center;gap:10px;font-size:13px}.dot{width:12px;height:12px;border-radius:50%;display:inline-flex}.dot--primary{background:var(--color-primary-400)}.dot--neutral{background:var(--color-gray-300)}.dot--warning{background:var(--color-orange-300)}.customer-panels-grid{display:grid;gap:20px}.customer-panels-grid--overview{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.customer-panel{background:#fff;border-radius:20px;padding:24px;border:1px solid rgba(35,114,230,.15);box-shadow:0 18px 50px #0f172a0f;display:flex;flex-direction:column;gap:16px}.customer-panel__header{display:flex;justify-content:space-between;gap:16px;align-items:center}.customer-panel__stack{display:flex;flex-direction:column;gap:12px}.customer-panel__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.customer-panel__fields label{display:flex;flex-direction:column;gap:6px;font-size:13px}.customer-panel__fields input,.customer-panel__fields select{border:1px solid var(--color-gray-200);border-radius:10px;padding:10px 14px;font-size:14px}.customer-panel--profile{grid-column:1 / -1}.sub-card{border:1px solid var(--color-gray-200);border-radius:14px;padding:12px 14px;background:#fff;display:flex;flex-direction:column;gap:8px}.customer-property-stack{display:flex;flex-direction:column;gap:10px}.sub-card__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.sub-card__header h5{margin:0;font-size:14px;line-height:20px}.sub-card__header .muted-text{margin:2px 0 0;font-size:12px;line-height:17px}.sub-card__actions{display:flex;gap:8px;flex-shrink:0}.sub-card__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.sub-card__fields label{display:flex;flex-direction:column;gap:6px;font-size:13px}.sub-card__fields input,.sub-card__fields select{border:1px solid var(--color-gray-300);border-radius:10px;padding:10px 12px}.sub-card__meta{display:flex;flex-wrap:wrap;gap:8px}.sub-card__meta span{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;border:1px solid #dbe3f1;background:#f8fbff;color:#496186;font-size:12px;line-height:1}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:13px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.section-heading h3{margin:0;font-size:20px;font-weight:700;font-family:DM Sans,sans-serif;line-height:28px;color:#334155}.service-hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.service-column{border:1px solid rgba(35,114,230,.15);border-radius:20px;padding:20px 22px;background:#fff;display:flex;flex-direction:column;gap:16px;box-shadow:0 14px 30px #0f172a14}.service-column>header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.service-column__body{display:flex;flex-direction:column;gap:12px;max-height:280px;overflow-y:auto;padding-right:6px}.service-column__body::-webkit-scrollbar{width:8px}.service-column__body::-webkit-scrollbar-track{background:#edf2ff;border-radius:999px}.service-column__body::-webkit-scrollbar-thumb{background:#8da9e7;border-radius:999px}.service-card{border:1px solid var(--color-gray-200);border-radius:1rem;padding:.9rem;display:flex;flex-direction:column;gap:.4rem;background:#fdfdfd}.service-card__header{display:flex;justify-content:space-between;gap:.5rem}.service-column__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.service-column__title{display:flex;gap:.6rem;align-items:center}.service-column__title h4,.service-column__title p{margin:0;font-size:16px;font-weight:700;font-family:DM Sans,sans-serif;line-height:24px;color:#334155}.service-column__title svg{width:32px;height:32px;padding:6px;border-radius:12px;background:#2372e614;color:var(--color-primary-500)}.service-column__ctas{margin-left:auto}.service-column__cta{border-radius:8px;border:1px solid #2360cc;background:#fff;color:#2360cc;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;line-height:16px;padding:6px 12px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 2px #0000000d}.service-entry{border:1px solid #e4ebff;border-radius:16px;padding:16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.service-entry--clickable{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.service-entry--clickable:hover{border-color:#2372e659;box-shadow:0 6px 18px #2563eb1f;transform:translateY(-1px)}.service-entry__title{margin:0;font-weight:600;color:var(--color-gray-900);font-size:14px}.service-entry__subtitle,.service-entry__detail{margin:2px 0 0;font-size:12px;color:var(--color-slate-500)}.service-entry__signals{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.service-entry__signal{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#eef4ff;border:1px solid #d6e4ff;color:#1e40af;font-size:11px;font-weight:700;line-height:1}.service-entry__meta{text-align:right}.service-entry__amount{margin:0;font-weight:600;color:var(--color-gray-900);font-size:14px}.service-entry__meta-text{margin:0;font-size:12px;color:var(--color-slate-500);text-align:right}.customer-detail .status-pill{border-radius:999px;padding:4px 14px;font-size:12px;font-weight:600;text-transform:capitalize}.customer-detail .status-pill--success{background:#15803d;color:#f0fdf4}.customer-detail .status-pill--warning{background:#b45309;color:#fffbeb}.customer-detail .status-pill--danger{background:#b91c1c;color:#fef2f2}.customer-detail .status-pill--neutral{background:#1d4ed8;color:#eff6ff;border:1px solid #1e40af}.customer-detail .status-pill--info{background:#2563eb;color:#eff6ff}.customer-ledgers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.billing-card,.activity-card,.notes-card{background:#fff;border-radius:20px;border:1px solid var(--color-gray-200);padding:24px}.customer-contracts-list{display:flex;flex-direction:column;gap:12px}.customer-contracts-list__row{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;border:1px solid #e5e9f2;background:#f8f9fc}.customer-contracts-list__actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.property-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.property-form-grid label{display:flex;flex-direction:column;gap:5px;color:#6b7a99;font-size:11px}.property-form-grid input,.property-form-grid select,.property-form-grid textarea{border-radius:9px;border:1px solid #dbe3f1;padding:6px 9px;font-size:12px;color:#1b2559}.property-form-checkbox{grid-column:span 2;flex-direction:row!important;align-items:center;gap:8px;font-size:12px}.property-form-checkbox input[type=checkbox]{width:16px;height:16px;margin:0}.property-form-notes{grid-column:span 2}.customer-property-dialog__intro{margin:0;font-size:12px;line-height:16px}.customer-property-dialog__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-property-dialog__toolbar strong{font-size:13px;color:#334155}.customer-property-dialog__new-form{border-top:1px solid #e5edf7;padding-top:10px;display:flex;flex-direction:column;gap:10px}@media(max-width:900px){.property-form-grid{grid-template-columns:1fr}.property-form-checkbox,.property-form-notes{grid-column:span 1}}.card-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.billing-table{display:flex;flex-direction:column;gap:12px}.billing-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #e7ecff}.billing-row:last-child{border-bottom:0}.billing-row__avatar{width:36px;height:36px;border-radius:12px;background:#2372e61f;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary-500)}.billing-row__details p{margin:0;font-weight:600;font-size:14px}.billing-row__details small{color:var(--color-slate-500);font-size:12px}.billing-row__status{font-size:12px;padding:4px 12px;border-radius:12px;background:#94a3b833}.billing-row__status--success{background:#22c55e26;color:#15803d}.billing-row__status--warning{background:#fbbf2433;color:#92400e}.billing-row__status--danger{background:#ef44442e;color:var(--color-red-500)}.row-action{border:none;background:transparent;color:var(--color-slate-500);cursor:pointer}.activity-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;align-items:flex-start;gap:12px}.activity-dot{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.activity-dot--success,.activity-dot--danger,.activity-dot--warning,.activity-dot--neutral,.activity-dot--info{color:currentColor}.activity-item__title{font-weight:600;margin:0}.activity-item__description{margin:4px 0 0;font-size:13px;color:var(--color-slate-500)}.notes-card__body{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,1fr);gap:24px;align-items:stretch}.notes-preview{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:20px}.notes-preview__text h5{font-size:20px;margin:0 0 8px;color:var(--color-gray-900)}.notes-preview__badge{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--color-slate-500);margin:0 0 12px}.notes-preview__meta{font-size:12px;color:var(--color-slate-500);margin:12px 0;line-height:1.5}.notes-preview__paragraph{color:var(--color-gray-800);font-size:13px;margin:12px 0;line-height:1.6}.notes-preview__media{border-radius:20px;background:linear-gradient(135deg,#f472b6,#60a5fa);min-height:260px;position:relative;overflow:hidden}.notes-preview__media:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.25),transparent 40%)}.notes-editor{border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc;padding:20px;display:flex;flex-direction:column;gap:16px}.notes-editor__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.notes-editor__eyebrow{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--color-slate-500)}.notes-editor__list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;padding-right:4px}.notes-pill{display:flex;justify-content:space-between;align-items:center;border-radius:12px;padding:10px 14px;border:1px solid rgba(148,163,184,.4);background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease}.notes-pill span{font-weight:600;color:var(--color-gray-900)}.notes-pill small{font-size:12px;color:var(--color-slate-500)}.notes-pill--active{border-color:var(--color-primary-400);background:#2372e614;color:var(--color-primary-600)}.notes-empty{font-size:13px;color:var(--color-slate-500);margin:0}.notes-editor__form{display:flex;flex-direction:column;gap:12px}.notes-editor__form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--color-gray-700)}.notes-editor__form input,.notes-editor__form textarea{border:1px solid var(--color-gray-300);border-radius:12px;padding:10px 14px;font-size:14px;font-family:inherit;background:#fff}.notes-editor__form textarea{min-height:160px;resize:vertical}.notes-editor__error{margin:0;font-size:13px;color:var(--color-red-500)}.notes-editor__actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.side-modal-backdrop{position:fixed;inset:var(--header-height) 0 0 0;background:#0f172a59;z-index:9998}.side-modal{position:fixed;top:var(--header-height);right:0;height:calc(100% - var(--header-height));width:360px;background:#fff;display:flex;flex-direction:column;z-index:9999}.side-field{display:flex;flex-direction:column;gap:4px}.side-field__error{font-size:11px;line-height:1.2;color:#ef4444;margin-left:2px}.side-select{position:relative;width:100%;height:56px;border-radius:6px;border:1px solid #d5dde8;background:#fff;box-sizing:border-box}.side-select select{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:13px;font-weight:400;color:#0f172a;padding:18px 10px 0;box-sizing:border-box;appearance:none}.side-input--textarea{min-height:120px;height:auto}.side-input textarea{width:100%;min-height:120px;border:0;outline:0;background:transparent;font-size:13px;font-weight:400;color:#0f172a;padding:28px 10px 10px;box-sizing:border-box;resize:vertical;line-height:1.35}@media(max-width:960px){.customer-hero-card__body,.notes-card__body,.notes-preview{grid-template-columns:1fr}.notes-editor{padding:16px}}@media(max-width:1100px){.hero-primary-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}}.hero-action--danger{background:#ef444414;border-color:#ef444466;color:var(--color-red-500)}.activity-icon-svg{width:16px;height:16px}.activity-icon-svg--success{color:#16a34a}.activity-icon-svg--danger{color:#dc2626}.activity-icon-svg--warning{color:#f97316}.activity-icon-svg--neutral{color:var(--color-slate-400)}.activity-icon-svg--info{color:var(--color-primary-400)}.proposals-page{gap:2rem}.proposals-page>.entity-list-page{flex:1 1 auto;min-height:0}.proposals-page .with-actions{align-items:center}.proposals-page header.with-actions h2{margin:0;color:#334155;font-size:24px;font-weight:400;line-height:1.2;letter-spacing:0}.proposals-page .entity-tabs button{font-size:14px;font-weight:500}.proposals-page .entity-tabs button.active{font-weight:700}.proposals-page .entity-table th{font-size:14px;font-weight:700}.proposals-page .entity-table td,.proposals-page .entity-table td>a{font-size:14px;font-weight:500}.proposals-title-row{display:inline-flex;align-items:center;gap:.4rem}.proposal-id{color:#1d4ed8;font-weight:600}.proposal-address{min-width:220px;max-width:280px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proposal-stage-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;background:#e2e8f0;color:#475569}.proposal-stage-pill--draft{background:#e2e8f0;color:#475569}.proposal-stage-pill--sent{background:#e0f2fe;color:#0369a1}.proposal-stage-pill--won{background:#dcfce7;color:#15803d}.proposal-stage-pill--lost{background:#fee2e2;color:#b91c1c}.proposal-btn{border:1px solid transparent;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer;background:#fff;color:#1d4ed8;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.proposal-btn:hover{transform:translateY(-1px);box-shadow:0 8px 16px #1118271f}.proposal-btn--primary{background:#1f6feb;color:#fff;border-color:#1f6feb;box-shadow:0 10px 24px #1f6feb3d}.proposal-btn--outline{background:#fff;color:#1f6feb;border-color:#cdd7ed}.proposal-btn--compact{height:36px;padding:0 12px;font-size:12px;font-weight:600;border-radius:10px;white-space:nowrap}.proposal-btn--ghost{background:#f5f8ff;color:#1f6feb;border-color:#e4ecfb}.proposal-btn--add{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-weight:600}.proposal-btn__icon{width:22px;height:22px;border-radius:999px;border:1px solid #cdd7ed;display:inline-flex;align-items:center;justify-content:center;background:#fff}.proposal-empty{padding:20px;text-align:center;color:#64748b}.proposal-empty-state{padding:28px 16px;text-align:center;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:6px}.proposal-empty-state strong{font-size:14px;color:#0f172a}.proposal-empty-state p{margin:0;font-size:12px;color:#94a3b8}.proposal-empty-icon{width:42px;height:42px;border-radius:50%;background:#f1f5f9;display:grid;place-items:center;color:#64748b;margin-bottom:6px}.proposals-page input[type=checkbox]{accent-color:#1f6feb}.proposal-detail{padding:28px 26px 140px;min-height:100vh;display:flex;flex-direction:column;gap:24px;color:#0f172a}.proposal-detail__header{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;align-items:flex-start}.proposal-detail__header h1{margin:0;font-size:28px;font-weight:700}.proposal-detail__header p{margin:6px 0 0;color:#64748b}.proposal-detail__eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#94a3b8;margin:0 0 6px}.proposal-detail__actions{display:flex;gap:10px;flex-wrap:wrap}.proposal-detail__actions-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.proposal-btn:disabled{opacity:.55;cursor:not-allowed}.proposal-btn:disabled:hover{transform:none;box-shadow:none}.proposal-action-readiness{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.proposal-action-readiness__item{margin:0;font-size:11px;line-height:1.35;border-radius:999px;padding:4px 10px;border:1px solid #dbe4f3;background:#f8fbff;color:#4f678a}.proposal-action-readiness__item strong{font-weight:700}.proposal-action-readiness__item.is-ready{border-color:#cce8d5;background:#f0fdf4;color:#166534}.proposal-action-readiness__item.is-blocked{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.proposal-required-summary{border:1px solid #fecaca;border-radius:14px;background:#fff7f7;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.proposal-required-summary__header{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.proposal-required-summary__header strong{font-size:14px;color:#991b1b}.proposal-required-summary__header span{font-size:11px;font-weight:700;color:#b91c1c}.proposal-required-summary p{margin:0;font-size:12px;color:#7f1d1d}.proposal-required-summary ul{margin:0;padding-left:18px;color:#7f1d1d;font-size:12px;line-height:1.5}.proposal-stage{background:#fff;border-radius:24px;border:1px solid #e2e8f0;border-top:4px solid #1f6feb;box-shadow:0 30px 70px #0f172a1f;padding:24px;display:flex;flex-direction:column;gap:24px}.proposal-stage__grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:24px}.proposal-card{border:1px solid #e2e8f0;border-radius:18px;padding:20px}.proposal-card__header h3{margin:0 0 12px;font-size:18px}.proposal-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}.proposal-form__column{display:flex;flex-direction:column;gap:14px}.proposal-field{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:600;color:#64748b}.proposal-field__helper{margin:0;font-size:11px;font-weight:600;color:#64748b;line-height:1.35}.proposal-field--error>span{color:#b91c1c}.proposal-field__error{margin:0;color:#b91c1c;font-size:11px;font-weight:600;line-height:1.35}.proposal-contact-phone-input{position:relative;width:100%}.proposal-contact-phone-input .phone-input-field__control{grid-template-columns:96px minmax(0,1fr);gap:8px}.proposal-contact-phone-input .phone-input-field__country,.proposal-contact-phone-input .phone-input-field__number{height:36px;min-height:36px;border-color:#d7deea;border-radius:10px;background:#fff;box-sizing:border-box}.proposal-contact-phone-input .phone-input-field__country:hover:not(:disabled),.proposal-contact-phone-input .phone-input-field__number:hover{border-color:#d7deea;background:#fff}.proposal-contact-phone-input .phone-input-field__country:focus,.proposal-contact-phone-input .phone-input-field__number:focus-within{outline:none;border-color:#2a5fd4;box-shadow:0 0 0 3px #2a5fd424}.proposal-contact-phone-input .phone-input-field__input{height:34px;padding:0 12px;border:0;border-radius:10px;background:transparent;box-shadow:none;font-size:13px}.proposal-contact-phone-input .phone-input-field__input:focus{border:0;box-shadow:none}.proposal-contact-phone-input .phone-input-field__error{margin:0;padding-left:0;font-size:11px;font-weight:600}.proposal-form input,.proposal-form select,.proposal-select__trigger{height:36px;border-radius:10px;border:1px solid #d7deea;padding:0 12px;font-size:13px;color:#0f172a;background:#fff}.proposal-form .date-range-picker__trigger--editable input{height:100%;min-width:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;outline:none}.proposal-form .date-range-picker__trigger--editable input:hover,.proposal-form .date-range-picker__trigger--editable input:focus{border:0;box-shadow:none;outline:none}.proposal-phone-select-row{display:flex;align-items:center;gap:8px;width:100%}.proposal-native-select{position:relative;flex:1;min-width:0}.proposal-native-select select{width:100%;padding-right:36px;appearance:none;-webkit-appearance:none}.proposal-native-select__icon{position:absolute;top:50%;right:12px;color:#64748b;pointer-events:none;transform:translateY(-50%)}.proposal-phone-more-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #d7deea;border-radius:10px;background:#fff;color:#475569;cursor:pointer}.proposal-phone-more-button:hover:not(:disabled){background:#f8fafc;color:#0f172a}.proposal-phone-more-button:focus-visible{outline:2px solid rgba(35,96,204,.45);outline-offset:2px}.proposal-phone-more-button:disabled{cursor:not-allowed;opacity:.5}.proposal-input--locked{background:#f8fafc!important;border-color:#d7deea!important;color:#64748b!important;cursor:not-allowed}.proposal-select,.proposal-autocomplete{position:relative}.proposal-autocomplete--with-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.proposal-autocomplete__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 18px 36px #0f172a2e;padding:8px;display:flex;flex-direction:column;gap:6px}.proposal-autocomplete__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto}.proposal-autocomplete__option{width:100%;border:none;background:transparent;border-radius:8px;padding:7px 8px;display:flex;flex-direction:column;gap:2px;align-items:flex-start;text-align:left;cursor:pointer}.proposal-autocomplete__option:hover{background:#eef4ff}.proposal-autocomplete__option-title{font-size:13px;font-weight:600;color:#1e293b}.proposal-autocomplete__option-meta{font-size:11px;color:#64748b}.proposal-autocomplete__empty{padding:8px;font-size:12px;color:#94a3b8}.proposal-autocomplete__create{border:1px solid #d7deea;border-radius:8px;background:#f8fafc;color:#1f6feb;font-size:12px;font-weight:600;padding:8px 10px;text-align:left;cursor:pointer}.proposal-autocomplete__create:hover{background:#eef4ff}.proposal-autocomplete__create:disabled{opacity:.5;cursor:not-allowed;background:#f8fafc}.proposal-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;width:100%;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.proposal-select__trigger.is-open{border-color:#1f6feb;box-shadow:0 6px 16px #1f6feb1f}.proposal-select__value.is-placeholder{color:#94a3b8}.proposal-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proposal-select__chevron{width:8px;height:8px;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8;transform:rotate(45deg);margin-left:auto}.proposal-select__menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:15;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 18px 36px #0f172a2e;padding:10px;display:flex;flex-direction:column;gap:10px}.proposal-select__search{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:10px;padding:6px 10px;background:#f8fafc;color:#94a3b8}.proposal-select__search-icon{display:inline-flex;align-items:center;justify-content:center}.proposal-select__search input{border:none;outline:none;flex:1;font-size:13px;background:transparent;color:#0f172a}.proposal-select__list{display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto}.proposal-select__option{border:none;background:transparent;padding:6px 8px;border-radius:8px;font-size:13px;color:#1e293b;cursor:pointer;display:flex;align-items:center;gap:8px;text-align:left;width:100%;transition:background .15s ease,color .15s ease}.proposal-select__option:hover,.proposal-select__option.is-selected{background:#eef4ff;color:#1d4ed8}.proposal-select__checkbox{width:16px;height:16px;border-radius:4px;border:1px solid #cbd5e1;background:#fff;display:inline-flex;align-items:center;justify-content:center;position:relative}.proposal-select__checkbox:after{content:"";width:8px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(-45deg);opacity:0}.proposal-select__checkbox.is-checked{border-color:#1f6feb;background:#1f6feb}.proposal-select__checkbox.is-checked:after{opacity:1}.proposal-select__empty{padding:8px;font-size:12px;color:#94a3b8}.proposal-input-row{display:grid;grid-template-columns:minmax(0,1fr) 90px;gap:8px}.proposal-discount-panel{border:1px solid #dbe4f0;border-radius:16px;padding:16px 18px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#f8fbff,#f8fafc);margin-top:14px}.proposal-discount-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.proposal-discount-panel__header strong{display:block;font-size:14px;color:#0f172a}.proposal-discount-panel__header p{margin:6px 0 0;max-width:560px;font-size:12px;line-height:1.5;color:#64748b}.proposal-discount-panel__action{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:700;padding:9px 14px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.proposal-discount-panel__action:hover{border-color:#93c5fd;box-shadow:0 8px 18px #2563eb1f;transform:translateY(-1px)}.proposal-discount-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.proposal-input-icon{position:relative;display:flex;align-items:center}.proposal-input-icon input{padding-right:34px}.proposal-calendar-icon{position:absolute;right:12px;width:16px;height:16px;border-radius:4px;border:1.5px solid #94a3b8}.proposal-calendar-icon:before,.proposal-calendar-icon:after{content:"";position:absolute;left:3px;right:3px;border-top:2px solid #94a3b8}.proposal-calendar-icon:before{top:4px}.proposal-calendar-icon:after{top:9px}.proposal-summary{border:1px solid #e2e8f0;border-radius:18px;padding:20px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:20px;align-items:stretch;background:#f8fafc}.proposal-summary__metrics{display:flex;flex-direction:column;gap:12px;padding-right:20px;border-right:1px solid #e2e8f0;justify-content:center;align-items:flex-end;text-align:right}.proposal-summary__metric span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.proposal-summary__metric strong{display:block;font-size:14px;color:#1e293b;margin-top:4px}.proposal-summary__metric--total strong{font-size:16px}.proposal-summary__metric--discount strong{color:#0f8f5f}.proposal-summary__divider{height:1px;background:#e2e8f0;margin:4px 0}.proposal-summary__insight{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center}.proposal-summary__ring{display:flex;justify-content:center}.proposal-ring{width:120px;height:120px;border-radius:50%;background:conic-gradient(#2563eb 0deg 220deg,#dbeafe 220deg 360deg);display:grid;place-items:center}.proposal-ring>div{width:88px;height:88px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;box-shadow:0 10px 24px #0f172a1f}.proposal-ring strong{font-size:18px;color:#1e293b}.proposal-ring span{font-size:12px;color:#64748b}.proposal-summary__bars{display:flex;flex-direction:column;gap:10px;width:100%}.proposal-bar{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px 10px 28px;display:flex;justify-content:space-between;font-size:12px;color:#475569}.proposal-bar:before{content:"";position:absolute;left:12px;top:8px;bottom:8px;width:4px;border-radius:999px;background:#1f6feb}.proposal-bar strong{color:#1e293b}.proposal-service{border:1px solid #e2e8f0;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:14px}.proposal-service header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.proposal-service h3{margin:0;font-size:18px}.proposal-service__title{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.proposal-service__lock-badge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #f7d8a8;background:#fff7e8;color:#9a5f00;font-size:11px;font-weight:700;letter-spacing:.02em;padding:4px 10px}.proposal-service__lock-note{margin:0;border-radius:10px;border:1px solid #f7d8a8;background:#fff9ef;color:#9a5f00;font-size:12px;font-weight:600;padding:8px 10px}.proposal-service__fieldset{border:0;margin:0;padding:0;min-width:0;display:flex;flex-direction:column;gap:14px}.proposal-service__fieldset.is-locked .proposal-table{opacity:.84}.proposal-service__fieldset:disabled .proposal-table input,.proposal-service__fieldset:disabled .proposal-table select{background:#f8fafc;color:#64748b;cursor:not-allowed}.proposal-service__fieldset:disabled .proposal-icon-btn,.proposal-service__fieldset:disabled .proposal-btn--add{cursor:not-allowed;opacity:.6}.proposal-tabs{display:flex;gap:8px}.proposal-tab{border:1px solid #d7deea;background:#fff;padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.proposal-tab.is-active{background:#eef4ff;border-color:#1f6feb;color:#1f6feb}.proposal-subtabs{display:flex;gap:8px;border-bottom:1px solid #e2e8f0;padding-bottom:6px}.proposal-subtab{background:transparent;border:none;font-size:12px;font-weight:600;color:#64748b;padding:4px 0;cursor:pointer}.proposal-subtab.is-active{color:#1f6feb;border-bottom:2px solid #1f6feb}.proposal-table{width:100%;overflow-x:auto}.proposal-table table{width:100%;border-collapse:collapse;min-width:920px}.proposal-table th,.proposal-table td{padding:10px 8px;border-bottom:1px solid #edf2f7;font-size:12px}.proposal-table th{text-transform:uppercase;letter-spacing:.08em;color:#64748b;text-align:left;background:#f8fafc}.proposal-table input,.proposal-table select{width:100%;min-width:60px;height:28px;border-radius:8px;border:1px solid #d7deea;padding:0 8px;font-size:12px;background:#fff}.proposal-icon-btn{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444}.proposal-row-actions{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;position:relative}.proposal-icon-btn--calculator,.proposal-icon-btn--discount{color:#1f6feb}.proposal-icon-btn--discount.is-active{border-color:#93c5fd;background:#eff6ff;color:#0f5dcc;box-shadow:0 6px 14px #2563eb24}.proposal-line-discount-popover{position:fixed;width:min(280px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow-y:auto;margin:0;padding:12px;border:1px solid #cfe0f5;border-radius:12px;background:#fff;box-shadow:0 18px 36px #0f172a29;color:#0f172a;z-index:3000}.proposal-line-discount-popover__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.proposal-line-discount-popover__header span{font-size:12px;font-weight:800;color:#0f172a}.proposal-line-discount-popover__close{width:24px;height:24px;border:none;border-radius:999px;background:#f1f5f9;color:#475569;cursor:pointer;font-size:12px;font-weight:800;line-height:1}.proposal-line-discount-popover__modes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:10px}.proposal-line-discount-popover__modes button{height:30px;border:1px solid #d7deea;border-radius:8px;background:#f8fafc;color:#475569;cursor:pointer;font-size:12px;font-weight:800}.proposal-line-discount-popover__modes button.is-active{border-color:#2563eb;background:#2563eb;color:#fff}.proposal-line-discount-popover__field{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.proposal-line-discount-popover__field span{font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.proposal-table .proposal-line-discount-popover__field input{height:34px;min-width:0;border-radius:8px}.proposal-line-discount-popover__totals{display:grid;gap:6px;margin:0 0 10px}.proposal-line-discount-popover__totals div{display:flex;justify-content:space-between;gap:10px;font-size:11px}.proposal-line-discount-popover__totals dt,.proposal-line-discount-popover__totals dd{margin:0}.proposal-line-discount-popover__totals dt{color:#64748b}.proposal-line-discount-popover__totals dd{font-weight:800;color:#0f172a}.proposal-line-discount-popover__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:8px}.proposal-line-discount-popover__actions button{height:32px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:800}.proposal-line-discount-popover__apply{border:1px solid #2563eb;background:#2563eb;color:#fff}.proposal-line-discount-popover__clear{border:1px solid #d7deea;background:#fff;color:#475569}.proposal-builder{background:#eef3fb;border-radius:24px;border:1px solid #d6deee;box-shadow:0 24px 64px #0f172a24;padding:16px;display:flex;flex-direction:column;gap:14px}.proposal-builder__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.proposal-builder__header h3{margin:0;font-size:22px}.proposal-builder__header p{margin:4px 0 0;color:#4f678a;font-size:13px}.proposal-builder__header-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.proposal-builder__header-actions .proposal-btn{display:inline-flex;align-items:center;gap:6px}.proposal-btn--ghost.is-active{background:#dce8ff;border-color:#b8cdfa;color:#1b4fc6}.proposal-builder__layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-template-areas:"canvas side";gap:16px;align-items:start}.proposal-builder__left,.proposal-builder__right{grid-area:side;border:1px solid #d7deea;border-radius:14px;background:#fff;box-shadow:0 12px 30px #0f172a14;position:sticky;top:12px;max-height:calc(100vh - 180px);display:flex;flex-direction:column;overflow:hidden}.proposal-builder__left h4,.proposal-builder__right h4{margin:0 0 10px;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#516786}.proposal-builder__right h4{color:#0f172a;font-size:14px;letter-spacing:0;text-transform:none}.proposal-builder__side-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #dbe4f3;background:#f7faff;padding:0 10px;position:sticky;top:0;z-index:2}.proposal-builder__side-tab{border:none;border-bottom:2px solid transparent;background:transparent;color:#64748b;font-size:12px;font-weight:700;height:40px;cursor:pointer}.proposal-builder__side-tab.is-active{color:#1f6feb;border-bottom-color:#1f6feb}.proposal-builder__side-tab:hover{color:#1f6feb}.proposal-builder__side-body{padding:14px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.proposal-builder__document-settings{border:1px solid #dbe4f3;border-radius:10px;padding:10px;background:#f8fbff}.proposal-builder__document-settings .proposal-field{padding:0;min-width:0;cursor:default}.proposal-builder__document-settings .proposal-field>span{margin-bottom:8px}.proposal-builder__slider-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.proposal-builder__slider-row>span{font-size:12px;font-weight:700;color:#1f6feb;min-width:40px;text-align:right}.proposal-builder__slider{width:100%;appearance:none;height:4px;border-radius:999px;background:#d4e0f6;outline:none}.proposal-builder__slider::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;border:2px solid #ffffff;background:#2a5fd4;box-shadow:0 2px 8px #2a5fd459;cursor:pointer}.proposal-builder__slider::-moz-range-thumb{width:16px;height:16px;border:2px solid #ffffff;border-radius:50%;background:#2a5fd4;box-shadow:0 2px 8px #2a5fd459;cursor:pointer}.proposal-builder__slider::-moz-range-track{height:4px;border-radius:999px;background:#d4e0f6}.proposal-builder__spacing-panel{border-top:1px solid #e3e8f3;margin-top:8px;padding-top:12px}.proposal-builder__spacing-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.proposal-builder__spacing-header h5{margin:0;font-size:14px;color:#334155}.proposal-builder__switch{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#475569}.proposal-builder__switch-control{width:48px;height:28px;border-radius:999px;border:1px solid #cfd8ea;background:#e7edf7;padding:2px;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:background .2s ease,border-color .2s ease}.proposal-builder__switch-control.is-on{background:#2f73ea;border-color:#2f73ea;justify-content:flex-end}.proposal-builder__switch-thumb{width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a2e}.proposal-builder__spacing-body{display:grid;grid-template-columns:minmax(0,1fr) 148px;gap:12px;align-items:start}.proposal-builder__spacing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.proposal-builder__spacing-field{display:flex;flex-direction:column;gap:6px}.proposal-builder__spacing-field>span{font-size:12px;font-weight:600;color:#334155}.proposal-builder__spacing-field--single{max-width:220px}.proposal-builder__stepper{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;height:40px;border:1px solid #d5ddec;border-radius:12px;background:#fff;overflow:hidden}.proposal-builder__stepper button{width:100%;height:100%;border:0;background:#fff;color:#334155;font-size:24px;line-height:1;cursor:pointer}.proposal-builder__stepper button:hover{background:#f3f7ff}.proposal-builder__stepper input{width:100%;border:0;text-align:center;font-size:20px;font-weight:500;color:#334155;background:transparent;outline:none}.proposal-builder__spacing-preview{border:2px dashed #8bb3ff;border-radius:8px;height:142px;padding:10px;display:flex;gap:10px;align-items:flex-start}.proposal-builder__spacing-preview-image{width:34px;height:34px;border-radius:6px;border:2px solid #2f73ea;display:inline-flex;align-items:center;justify-content:center;color:#2f73ea;flex-shrink:0}.proposal-builder__spacing-preview-lines{display:flex;flex-direction:column;gap:7px;width:100%;padding-top:2px}.proposal-builder__spacing-preview-lines span{display:block;width:100%;height:5px;border-radius:4px;background:#5f8ff0}.proposal-builder__tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.proposal-builder__tool{border:1px solid #d8e2f2;border-radius:10px;background:#f8fbff;color:#1d4ed8;font-size:12px;font-weight:600;padding:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left}.proposal-builder__tool:hover{background:#eaf2ff;border-color:#b8cdfa}.proposal-builder__tool-icon{width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cddaf1;background:#fff}.proposal-builder__block-list{display:flex;flex-direction:column;gap:8px;max-height:440px;overflow-y:auto}.proposal-builder__block-item{border:1px solid #d7deea;border-radius:10px;padding:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:#fff;cursor:pointer}.proposal-builder__block-item.is-selected{border-color:#1f6feb;box-shadow:0 8px 18px #1f6feb29}.proposal-builder__block-meta{min-width:0}.proposal-builder__block-meta strong{display:block;font-size:12px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proposal-builder__block-meta span{font-size:11px;color:#64748b}.proposal-builder__block-actions{display:inline-flex;align-items:center;gap:4px}.proposal-builder__block-actions button{width:24px;height:24px;border:1px solid #d7deea;border-radius:6px;background:#fff;color:#1e293b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.proposal-builder__canvas-wrap{grid-area:canvas;border:1px solid #d7deea;border-radius:14px;background:#e5ebf4;padding:16px;min-height:640px}.proposal-builder__canvas{width:min(100%,760px);margin:0 auto;background:#fff;border:1px solid #d7deea;border-radius:8px;padding:18px;box-shadow:0 30px 54px #0f172a29;display:flex;flex-direction:column;gap:10px;transition:padding .2s ease}.proposal-builder__doc-cover{border:1px solid #d8e2f3;border-radius:12px;padding:14px 16px;background:linear-gradient(180deg,#f8fbff,#fff)}.proposal-builder__doc-brand{display:block}.proposal-builder__doc-brand img{width:min(100%,290px);height:auto;object-fit:contain}.proposal-builder__doc-company{margin-top:16px;display:grid;gap:4px}.proposal-builder__doc-company p{margin:0;color:#5d6f8a;font-size:14px;line-height:1.35;font-weight:600}.proposal-builder__canvas-block{border:1px solid transparent;border-radius:10px;padding:10px;text-align:left;background:transparent;width:100%;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.proposal-builder__canvas-block.is-structure{border-style:dashed;border-color:#cad5e6;background:#fff}.proposal-builder__canvas-block.is-selected{border-color:#1f6feb;box-shadow:0 8px 18px #1f6feb1f;background:#fff}.proposal-builder__layout--blocks:not(.proposal-builder__layout--structure) .proposal-builder__canvas-block:not(.is-selected){border-color:transparent;box-shadow:none;background:transparent}.proposal-builder__heading{margin:0;color:#0f172a}.proposal-builder__heading--h1{font-size:42px;line-height:1.1}.proposal-builder__heading--h2{font-size:28px;line-height:1.2}.proposal-builder__paragraph{margin:0;color:#334155;font-size:12px;line-height:1.6;white-space:pre-wrap}.proposal-builder__image{width:100%;border-radius:10px;border:1px solid #e2e8f0;display:block;object-fit:cover;aspect-ratio:12 / 5}.proposal-builder__image-placeholder{min-height:140px;border:1px dashed #cbd5e1;border-radius:10px;display:grid;place-items:center;color:#94a3b8;font-size:13px;background:#f8fafc}.proposal-builder__services h4{margin:0 0 8px;font-size:15px}.proposal-builder__services table{width:100%;border-collapse:collapse;font-size:11px}.proposal-builder__services th,.proposal-builder__services td{border:1px solid #e2e8f0;padding:6px 8px;text-align:left}.proposal-builder__services th{background:#f8fafc;color:#475569;text-transform:uppercase;letter-spacing:.04em;font-size:10px}.proposal-builder__signature p{margin:0 0 10px;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.proposal-builder__signature-line{height:1px;background:#cbd5e1;margin:8px 0 10px}.proposal-builder__signature strong{display:block;color:#0f172a;font-size:13px}.proposal-builder__signature span{font-size:11px;color:#64748b}.proposal-builder__accept-btn{border:none;border-radius:999px;background:#2f6bff;color:#fff;font-size:13px;font-weight:700;line-height:1;padding:10px 16px;cursor:default}.proposal-builder__signature-help{display:block;margin-top:8px;font-size:11px;color:#64748b;text-transform:none;letter-spacing:normal}.proposal-builder__divider{border:none;border-top:1px solid #d7deea;margin:6px 0}.proposal-builder__properties{display:flex;flex-direction:column;gap:10px}.proposal-builder__properties textarea{width:100%;border-radius:10px;border:1px solid #d7deea;padding:10px 12px;font-size:13px;color:#0f172a;resize:vertical;font-family:inherit}.proposal-builder__muted{margin:0;color:#64748b;font-size:12px}.proposal-builder__empty{border:1px dashed #cbd5e1;border-radius:10px;min-height:120px;display:grid;place-items:center;color:#94a3b8;font-size:13px}.proposal-builder__layout--blocks .proposal-builder__left,.proposal-builder__layout--properties .proposal-builder__right{display:block}.proposal-builder__layout--blocks .proposal-builder__right,.proposal-builder__layout--properties .proposal-builder__left{display:none}.proposal-builder__layout--blocks .proposal-builder__canvas,.proposal-builder__layout--properties .proposal-builder__canvas{width:min(100%,760px)}.proposal-builder__header-actions .proposal-btn:disabled{opacity:.55;cursor:not-allowed}.proposal-builder__header-actions .proposal-btn:disabled:hover{transform:none;box-shadow:none}.proposal-builder__header-actions .proposal-btn--primary{background:#2a5fd4;border-color:#2a5fd4;color:#fff}.proposal-builder__header-actions .proposal-btn--outline{background:#fff}.proposal-builder__left .proposal-builder__block-list{max-height:none}.proposal-builder__right .proposal-builder__properties{max-height:none;overflow-y:visible}.proposal-builder__right .proposal-field span{font-size:11px}.proposal-builder__right .proposal-field input,.proposal-builder__right .proposal-field select,.proposal-builder__right .proposal-field textarea{border-color:#cdd7ea}.proposal-builder__right .proposal-field textarea{min-height:110px}.proposal-builder__left .proposal-builder__tool{min-height:38px}.proposal-builder__left .proposal-builder__tool span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proposal-builder__left .proposal-builder__block-meta strong{max-width:165px}.proposal-builder__left .proposal-builder__block-meta span{text-transform:lowercase}.proposal-builder__right h4{color:#0f172a}.proposal-footer-bar{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #e6ebf5;padding:16px 24px;box-shadow:0 -8px 24px #0f172a14;z-index:20}.proposal-toast{position:fixed;bottom:2.5rem;right:2.5rem;min-width:240px;max-width:420px;padding:.9rem 1.1rem;border-radius:14px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.2);box-shadow:0 28px 50px #02061773,inset 0 0 0 1px #94a3b81f;display:flex;align-items:center;gap:.6rem;font-size:.9rem;letter-spacing:.16px;z-index:40}.proposal-toast.success{background:#dcfce7;color:#166534;border-color:#16a34a4d}.proposal-toast.error{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.proposal-footer-bar__content{max-width:1220px;margin:0 auto;display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-start}.proposal-footer-bar .proposal-btn{min-height:44px;padding:10px 26px;font-size:16px;font-weight:500;border-radius:12px;border-width:1px;box-shadow:none}.proposal-footer-bar .proposal-btn--primary{background:#2a5fd4;border-color:#2a5fd4;color:#fff}.proposal-footer-bar .proposal-btn--outline{background:transparent;color:#2a5fd4;border-color:#2a5fd4}.proposal-dialog{--popup-width: min(420px, 92vw)}.proposal-dialog--wide{--popup-width: min(640px, 96vw)}.proposal-dialog--template{--popup-width: 75%;--popup-max-height: 80vh}.proposal-dialog--template>.action-dialog__panel{width:75%;height:80vh}.proposal-dialog--template .action-dialog__body{min-height:420px}.proposal-template-picker{display:flex;flex-direction:column;gap:12px;min-height:100%}.proposal-template-picker__search{gap:6px}.proposal-template-picker__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:#64748b}.proposal-template-picker__summary strong{color:#1e293b}.proposal-template-picker__list{flex:1;min-height:280px;max-height:min(56vh,520px);overflow-y:auto;border:1px solid #dbe4f0;border-radius:14px;background:#f8fbff;padding:10px;display:flex;flex-direction:column;gap:8px}.proposal-template-picker__option{width:100%;border:1px solid #dbe4f0;border-radius:12px;background:#fff;padding:12px 14px;display:flex;flex-direction:column;gap:4px;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.proposal-template-picker__option:hover{border-color:#9dbcf5;background:#f3f7ff}.proposal-template-picker__option.is-selected{border-color:#2f73ea;background:#eef4ff;box-shadow:0 10px 24px #2f73ea1f}.proposal-template-picker__option-title{font-size:13px;font-weight:600;color:#1e293b}.proposal-template-picker__option-meta{font-size:11px;color:#64748b}.proposal-template-picker__empty{min-height:180px;display:grid;place-items:center;color:#94a3b8;font-size:13px;text-align:center;padding:16px}.proposal-template-items{display:flex;flex-direction:column;gap:12px;min-height:100%}.proposal-template-items__toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:12px;align-items:end}.proposal-template-items__search{gap:6px}.proposal-template-items__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.proposal-template-items__actions button,.proposal-template-items__pagination button{border:1px solid #c7d7ee;border-radius:10px;background:#fff;color:#1f5edc;font-size:12px;font-weight:700;padding:9px 12px;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.proposal-template-items__actions button:hover:not(:disabled),.proposal-template-items__pagination button:hover:not(:disabled){border-color:#2f73ea;background:#eef4ff;box-shadow:0 8px 18px #2f73ea1f}.proposal-template-items__actions button:disabled,.proposal-template-items__pagination button:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.proposal-template-items__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:12px}.proposal-template-items__summary strong{color:#1e293b}.proposal-template-items__table-wrap{flex:1;min-height:300px;max-height:min(50vh,520px);overflow:auto;border:1px solid #dbe4f0;border-radius:14px;background:#fff}.proposal-template-items__table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;color:#1e293b;font-size:12px}.proposal-template-items__table th,.proposal-template-items__table td{border-bottom:1px solid #e5edf7;padding:12px 14px;text-align:left;vertical-align:middle}.proposal-template-items__table th{position:sticky;top:0;z-index:1;background:#f8fbff;color:#64748b;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.proposal-template-items__table tbody tr{transition:background .15s ease}.proposal-template-items__table tbody tr:hover{background:#f8fbff}.proposal-template-items__table tbody tr.is-selected{background:#eef4ff}.proposal-template-items__check-cell{width:48px;text-align:center}.proposal-template-items__check-cell input{width:16px;height:16px;accent-color:#2f73ea;cursor:pointer}.proposal-template-items__empty{min-height:220px;display:grid;place-items:center;color:#94a3b8;font-size:13px;text-align:center;padding:16px}.proposal-template-items__pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#64748b;font-size:12px}.proposal-dialog__calculator-btn{align-self:flex-start}.proposal-dialog--calculator{--popup-width: min(96vw, 1680px);--popup-max-height: 94vh}.proposal-dialog--calculator>.action-dialog__panel{width:min(96vw,1680px);height:94vh}.proposal-dialog--calculator .action-dialog__form{min-height:0;height:100%}.proposal-dialog--calculator .action-dialog__body{min-height:0;display:flex;flex-direction:column}.proposal-dialog__calculator{flex:1;min-height:0;overflow:auto;border:1px solid #dbe4f3;border-radius:12px;background:#f8fbff;padding:12px}.proposal-dialog .action-dialog__body{display:flex;flex-direction:column;gap:16px}.proposal-dialog .action-dialog__footer{justify-content:flex-end}.proposal-dialog__copy{margin:0;font-size:13px;color:#475569;line-height:1.5}.proposal-dialog__required-list{margin:8px 0 0;padding-left:18px;font-size:13px;color:#334155;display:flex;flex-direction:column;gap:4px}.proposal-dialog__hint{padding:10px 12px;border-radius:10px;border:1px solid #dbe4f3;background:#f8fbff;font-size:12px;color:#475569}.proposal-dialog__hint strong{color:#0f172a}.proposal-dialog__stack{display:flex;flex-direction:column;gap:14px}.proposal-dialog__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.proposal-dialog__span-2{grid-column:1 / -1}.proposal-dialog .proposal-field{display:grid;gap:6px;min-width:0;padding:0;border-radius:0;cursor:default;color:#475569;font-size:11px;font-weight:600}.proposal-dialog .proposal-field>span{display:block;margin:0;color:#64748b;font-size:11px;font-weight:600;letter-spacing:.01em}.proposal-dialog .proposal-field--checkbox{display:flex;align-items:center;gap:8px;min-height:24px}.proposal-dialog .proposal-field.proposal-field--checkbox input{width:16px;height:16px;padding:0;border-radius:4px;accent-color:#2a5fd4}.proposal-dialog .proposal-field--checkbox>span{color:#0f172a;font-size:13px;font-weight:700}.proposal-dialog .proposal-field--error>span{color:#b91c1c}.proposal-dialog .proposal-field input,.proposal-dialog .proposal-field select,.proposal-dialog .proposal-field textarea{width:100%;min-width:0;height:38px;box-sizing:border-box;padding:0 12px;border-radius:10px;border:1px solid #d7deea;background:#fff;color:#0f172a;font-size:13px;line-height:1.3;transition:border-color .2s ease,box-shadow .2s ease}.proposal-dialog .proposal-field textarea{min-height:84px;height:auto;padding:10px 12px;resize:vertical}.proposal-dialog .proposal-field input::placeholder,.proposal-dialog .proposal-field textarea::placeholder{color:#94a3b8}.proposal-dialog .proposal-field--error input,.proposal-dialog .proposal-field--error select,.proposal-dialog .proposal-field--error textarea{border-color:#fca5a5;background:#fff7f7}.proposal-dialog .proposal-field__error{margin:0;font-size:11px;color:#b91c1c}.proposal-dialog .proposal-field input:focus,.proposal-dialog .proposal-field select:focus,.proposal-dialog .proposal-field textarea:focus{outline:none;border-color:#2a5fd4;box-shadow:0 0 0 1px #2a5fd424}.proposal-dialog .proposal-phone-input{position:relative;width:100%}.proposal-dialog .proposal-phone-input .phone-input-field__country,.proposal-dialog .proposal-phone-input .phone-input-field__number{height:38px;min-height:38px;border-color:#d7deea;border-radius:10px;background:#fff;box-sizing:border-box}.proposal-dialog .proposal-phone-input .phone-input-field__country:hover:not(:disabled),.proposal-dialog .proposal-phone-input .phone-input-field__number:hover{border-color:#d7deea;background:#fff}.proposal-dialog .proposal-phone-input .phone-input-field__country:focus,.proposal-dialog .proposal-phone-input .phone-input-field__number:focus-within{outline:none;border-color:#2a5fd4;box-shadow:0 0 0 1px #2a5fd424}.proposal-dialog .proposal-phone-input .phone-input-field__input{height:36px;padding:0 12px;border:0;border-radius:10px;background:transparent;box-shadow:none;font-size:13px}.proposal-dialog .proposal-phone-input .phone-input-field__input:focus{border:0;box-shadow:none}.proposal-dialog .proposal-phone-input .phone-input-field__error{margin:2px 0 0;padding-left:0;font-size:11px;font-weight:600}@media print{@page{size:A4;margin:9mm}html,body.proposal-print-active{margin:0!important;padding:0!important;background:#fff!important}body.proposal-print-active .shell-header,body.proposal-print-active .shell-sidebar,body.proposal-print-active .proposal-detail__header,body.proposal-print-active .proposal-stage,body.proposal-print-active .proposal-footer-bar,body.proposal-print-active .proposal-toast,body.proposal-print-active .proposal-dialog,body.proposal-print-active .proposal-backdrop,body.proposal-print-active .proposal-overlay,body.proposal-print-active .loading-overlay{display:none!important}body.proposal-print-active .proposal-detail>*{display:none!important}body.proposal-print-active .proposal-detail>.proposal-builder{display:block!important;margin:0!important;padding:0!important;border:none!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}body.proposal-print-active .proposal-builder>*{display:none!important}body.proposal-print-active .proposal-builder>.proposal-builder__layout{display:block!important;margin:0!important;padding:0!important}body.proposal-print-active .proposal-builder__layout>*{display:none!important}body.proposal-print-active .proposal-builder__layout>.proposal-builder__canvas-wrap{display:block!important;width:100%!important;margin:0!important;padding:0!important;border:none!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}body.proposal-print-active .proposal-builder__canvas{width:100%!important;max-width:none!important;margin:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;display:block!important}body.proposal-print-active .proposal-builder__canvas-block,body.proposal-print-active .proposal-builder__canvas-block.is-selected,body.proposal-print-active .proposal-builder__canvas-block.is-structure,body.proposal-print-active .proposal-builder__canvas-block.is-print{border:none!important;box-shadow:none!important;background:transparent!important;display:block!important;width:100%!important;break-inside:auto;page-break-inside:auto}}@media(max-width:1100px){.proposal-stage__grid,.proposal-form{grid-template-columns:1fr}.proposal-detail__actions-wrap{align-items:flex-start;width:100%}.proposal-action-readiness{justify-content:flex-start}.proposal-summary{grid-template-columns:1fr}.proposal-discount-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proposal-builder__layout{grid-template-columns:1fr}.proposal-builder__left,.proposal-builder__right,.proposal-builder__canvas-wrap{width:100%}.proposal-builder__left,.proposal-builder__right{position:static;top:auto;max-height:none}.proposal-builder__side-body{overflow-y:visible}.proposal-builder__spacing-body{grid-template-columns:1fr}.proposal-builder__spacing-preview{max-width:180px}.proposal-summary__metrics{border-right:none;border-bottom:1px solid #e2e8f0;padding-right:0;padding-bottom:16px;align-items:flex-start;text-align:left}.proposal-discount-panel__header{flex-direction:column}.proposal-dialog__grid{grid-template-columns:1fr}.proposal-dialog__span-2{grid-column:auto}}@media(max-width:720px){.proposals-page,.proposal-detail{padding:20px 16px 64px}.proposals-page .with-actions h2,.proposal-detail__header h1{font-size:24px}.proposal-discount-grid{grid-template-columns:1fr}}.proposal-accept-page{min-height:100vh;padding:24px;background:radial-gradient(circle at top left,#eaf2ff,#dce8fb 42%,#d2ddf5)}.proposal-accept-card{width:min(980px,100%);margin:0 auto;background:#fff;border:1px solid #d7e3f6;border-radius:20px;box-shadow:0 22px 56px #0f172a24;padding:28px}.proposal-accept-brand{display:flex;align-items:center;gap:10px;margin-bottom:18px}.proposal-accept-brand__badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:6px 9px;border-radius:9px;background:#2f6bff;color:#fff;font-size:20px;font-weight:800;line-height:1}.proposal-accept-brand__name{color:#2f6bff;font-size:34px;font-weight:800;letter-spacing:-.02em;line-height:1}.proposal-accept-card h1{margin:0;color:#0f2446;font-size:clamp(30px,5vw,48px);line-height:1.1}.proposal-accept-eyebrow{margin:0 0 8px;color:#2f6bff;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.proposal-accept-subtitle{margin:10px 0 20px;color:#4f668a;font-size:16px;line-height:1.4}.proposal-accept-loading,.proposal-accept-empty{border-radius:14px;padding:18px;background:#f4f8ff;color:#4f668a;font-weight:700}.proposal-accept-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}.proposal-accept-summary div,.proposal-accept-totals div{display:grid;gap:5px;border:1px solid #d7e3f6;border-radius:16px;padding:14px;background:#f8fbff}.proposal-accept-summary span,.proposal-accept-totals span{color:#6980a6;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.proposal-accept-summary strong,.proposal-accept-totals strong{color:#0f2446;font-size:16px;line-height:1.35}.proposal-accept-section{margin-top:24px}.proposal-accept-section h2,.proposal-accept-section__header h2{margin:0;color:#0f2446;font-size:20px}.proposal-accept-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.proposal-accept-section__header span{border-radius:999px;padding:6px 10px;background:#eaf2ff;color:#2f6bff;font-size:12px;font-weight:800}.proposal-accept-services{display:grid;gap:10px}.proposal-accept-service{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border:1px solid #d7e3f6;border-radius:16px;padding:14px;background:#fff}.proposal-accept-service h3{margin:0 0 5px;color:#0f2446;font-size:16px}.proposal-accept-service p{margin:0;color:#667997;font-size:13px;line-height:1.35}.proposal-accept-service strong{white-space:nowrap;color:#0f2446;font-size:16px}.proposal-accept-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.proposal-accept-totals__grand{background:#0f2446!important}.proposal-accept-totals__grand span,.proposal-accept-totals__grand strong{color:#fff}.proposal-accept-terms{max-height:220px;overflow:auto;border:1px solid #d7e3f6;border-radius:16px;padding:14px;background:#fbfdff;color:#3b4f74;font-size:14px;line-height:1.6;white-space:pre-wrap}.proposal-accept-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.proposal-accept-form label{display:grid;gap:6px;color:#3b4f74;font-size:13px;font-weight:700}.proposal-accept-field--error{color:#b91c1c}.proposal-accept-field__error{margin:0;color:#b91c1c;font-size:11px;font-weight:600;line-height:1.35}.proposal-accept-form input{width:100%;min-height:46px;border:1px solid #c9d6ee;border-radius:10px;padding:0 12px;font-size:16px;color:#0f172a;background:#fff}.proposal-accept-form input:focus{outline:none;border-color:#2f6bff;box-shadow:0 0 0 3px #2f6bff29}.proposal-accept-alert{border-radius:12px;padding:10px 12px;font-size:13px;line-height:1.4;font-weight:700}.proposal-accept-alert--error{background:#fff1f2;border:1px solid #fecdd3;color:#be123c}.proposal-accept-alert--success{background:#e7f9ee;border:1px solid #99e2b4;color:#17663a}.proposal-accept-alert--warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.proposal-accept-actions{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:12px;margin:24px -28px -28px;padding:16px 28px;border-top:1px solid #d7e3f6;border-radius:0 0 20px 20px;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.proposal-accept-submit{border:0;border-radius:999px;min-height:46px;padding:12px 20px;background:#2f6bff;color:#fff;font-size:15px;font-weight:800;cursor:pointer}.proposal-accept-submit--secondary{border:1px solid #c9d6ee;background:#fff;color:#0f2446}.proposal-accept-submit:disabled{opacity:.65;cursor:not-allowed}@media(max-width:720px){.proposal-accept-page{padding:0}.proposal-accept-card{min-height:100vh;border-radius:0;border:0;padding:20px 16px 0}.proposal-accept-brand__name{font-size:30px}.proposal-accept-summary,.proposal-accept-form,.proposal-accept-totals{grid-template-columns:1fr}.proposal-accept-service{align-items:stretch;flex-direction:column}.proposal-accept-section__header{align-items:flex-start;flex-direction:column}.proposal-accept-actions{margin:24px -16px 0;padding:12px 16px max(12px,env(safe-area-inset-bottom));border-radius:0}.proposal-accept-submit{flex:1}}.quote-modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:9000}.quote-modal{width:min(95vw,920px);max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 40px -12px #00000040,0 8px 16px -5px #0000001a;display:flex;flex-direction:column;overflow:hidden}.quote-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid rgba(255,255,255,.15)}.quote-modal__title{font-weight:700;font-size:1.0625rem;color:#fff;letter-spacing:-.01em}.quote-modal__close{border:1px solid rgba(255,255,255,.35);background:#ffffff26;border-radius:50%;color:#fff;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:transform .2s ease,background .2s ease}.quote-modal__close:hover{background:#ffffff40;transform:scale(1.05)}.quote-modal__body{padding:1rem 1.25rem;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.quote-modal__body::-webkit-scrollbar{width:8px}.quote-modal__body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.quote-modal__body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.quote-modal__body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.quote-calculator{--surface: #ffffff;--muted: #475569;--border: #e2e8f0;--shadow: 0 16px 30px rgba(15, 23, 42, .08);--bg: #f8fafc;--accent: #2563eb;--accent-strong: #1d4ed8;display:grid;gap:1rem;color:#0f172a}.calculator-container,.commercial-calculator{display:grid;gap:1rem}.quote-calculator__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #e2e8f0;border-radius:14px}.quote-eyebrow{margin:0 0 .15rem;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;color:#64748b}.quote-calculator__title{margin:0;font-size:1.15rem;font-weight:700}.quote-calculator__subtitle{margin:.25rem 0 0;color:var(--muted);font-size:.9rem}.quote-meta{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.quote-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:999px;background:#eef2ff;color:#312e81;border:1px solid #e0e7ff;font-weight:700;font-size:.78rem}.quote-pill--success{background:#ecfdf3;border-color:#bbf7d0;color:#166534}.quote-calculator__panels,.calculator-layout,.commercial-calculator .layout{display:grid;gap:1rem;grid-template-columns:minmax(380px,1.2fr) minmax(320px,1fr);align-items:start}.quote-card,.calculator-card,.commercial-calculator .card{background:var(--surface);border-radius:14px;box-shadow:var(--shadow);border:1px solid var(--border);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;min-height:100%}.quote-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.quote-card__title{margin:0;font-size:1.05rem;font-weight:700}.quote-card__subtitle{margin:.2rem 0 0;color:var(--muted);font-size:.88rem}.quote-grid,.calculator-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.quote-grid label,.calculator-grid label,.frequency-section label,.addons-grid label,.additionals-grid label,.extra-rooms-grid label,.commercial-calculator label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted);font-weight:600}.quote-grid input,.frequency-section select,.quote-grid select,.commercial-calculator select,.commercial-calculator input[type=number]{padding:.6rem .75rem;border-radius:10px;border:1px solid #d7dde7;background:#fff;font-size:.9rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.quote-grid input:focus,.frequency-section select:focus,.quote-grid select:focus,.commercial-calculator select:focus,.commercial-calculator input[type=number]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #2563eb24}.frequency-section{display:grid;gap:.75rem}.quote-fieldset{padding:.9rem .95rem;border:1px dashed #e2e8f0;background:#f8fafc;border-radius:12px;display:grid;gap:.65rem}.quote-fieldset__title{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.quote-fieldset__title h5{margin:0;font-size:.95rem}.quote-hint,.calculator-hint{margin:0;color:#64748b;font-size:.82rem}.addons-grid,.additionals-grid,.extra-rooms-grid,.quote-choice-grid{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.addon-item,.additionals-grid label,.extra-rooms-grid label,.quote-choice{display:flex;align-items:flex-start;gap:.45rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.7rem .8rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.addon-item input[type=checkbox],.additionals-grid input[type=checkbox],.extra-rooms-grid input[type=checkbox]{margin-top:.2rem}.addon-item:hover,.additionals-grid label:hover,.extra-rooms-grid label:hover{border-color:#cbd5f5;box-shadow:0 12px 24px #6366f11f;background:#f8fafc}.addon-quantity{display:inline-flex;align-items:center;gap:.5rem;margin-top:.4rem}.addon-quantity input{width:4rem;padding:.35rem .5rem;border-radius:6px;border:1px solid #d1d5db;background:#fff}.quote-calculator__actions,.calculator-actions,.commercial-calculator .button-group{display:flex;gap:.6rem;justify-content:flex-end;flex-wrap:wrap;padding-top:.25rem;border-top:1px dashed #e2e8f0;margin-top:.25rem}.calculator-actions button,.commercial-calculator button{padding:.6rem 1.15rem;border-radius:999px;border:none;font-weight:700;font-size:.88rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.calculator-actions button.primary,.commercial-calculator button.primary{background:var(--accent);color:#fff;box-shadow:0 12px 24px #2563eb40}.calculator-actions button.secondary,.commercial-calculator button.secondary{background:#f3f4f6;color:#111827;border:1px solid #e2e8f0}.calculator-actions button:disabled,.commercial-calculator button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.calculator-actions button:not(:disabled):hover,.commercial-calculator button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 16px 30px #2563eb33}.quote-results{display:grid;gap:1rem}.quote-results table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;font-size:.9rem;border:1px solid #e2e8f0}.quote-results thead{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.quote-results th,.quote-results td{padding:.65rem .8rem;text-align:left}.quote-results tbody tr:nth-child(2n){background:#f8fafc}.quote-results tbody tr:nth-child(odd){background:#fff}.quote-results__summary{display:grid;gap:.25rem;background:#f8fafc;border-radius:12px;padding:.85rem 1rem;border:1px solid #e2e8f0;font-weight:600;color:#0f172a}.quote-results__summary span{display:inline-flex;align-items:center;gap:.5rem}.calculator-error,.calculator-apply-error,.commercial-calculator .error{margin:.65rem 0 0;padding:.7rem .8rem;border-radius:10px;background:#fef2f2;color:#b91c1c;border:1px solid #fecdd3;font-size:.82rem}.quote-hint--muted{color:#94a3b8}.quote-results__empty{margin:0;color:#6b7280;font-style:italic;text-align:center;font-size:.86rem}.commercial-calculator input[type=range],.quote-range input[type=range]{width:100%;accent-color:var(--accent)}.commercial-calculator .range-display,.quote-range__value{font-weight:700;color:#1f2937;font-size:1rem}.quote-range{display:grid;gap:.35rem}.quote-stats{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.quote-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem .85rem;display:grid;gap:.35rem}.quote-stat dt{margin:0;color:var(--muted);font-size:.82rem}.quote-stat dd{margin:0;font-size:1.08rem;font-weight:700;color:#0f172a}.quote-note{margin:0;color:#6b7280;font-size:.8rem}@media(max-width:960px){.quote-calculator__panels,.calculator-layout,.commercial-calculator .layout{grid-template-columns:1fr}}@media(max-width:640px){.quote-modal-backdrop{padding:1rem}.quote-modal{width:100%;max-height:100vh}.quote-calculator__header{flex-direction:column}}.invoice-page{display:flex;flex-direction:column;gap:2rem;padding:.5rem;height:100%;min-height:0}.invoice-page>.entity-list-page{flex:1 1 auto;min-height:0}.invoice-page .with-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem}.invoice-title-row{display:inline-flex;align-items:center;gap:.4rem}.invoice-page .with-actions-right{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.invoice-page .with-actions .view-pill-row{margin:0}.invoice-page .with-actions h2{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#0f172a;margin:0;letter-spacing:-.02em}.invoice-page .with-actions .primary{padding:.6rem 1.4rem;border-radius:.85rem;border:none;background:linear-gradient(135deg,#407bff,#2351ff);color:#fff;font-weight:500;font-size:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 10px 25px #407bff59}.invoice-page .with-actions .primary:hover{transform:translateY(-1px);box-shadow:0 16px 32px #407bff66}.invoice-page header.with-actions{border-bottom:none;position:relative;z-index:5}.invoice-page .actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.invoice-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.invoice-toolbar .toolbar-left{flex:1 1 60%;display:flex;align-items:center;gap:1rem;min-width:18rem;flex-wrap:wrap}.invoice-toolbar .toolbar-right{flex:1 1 40%;display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;min-width:14rem}.invoice-search-pill{display:flex;align-items:center;gap:1rem;flex:1;min-width:16rem}.invoice-search-form{flex:1}.invoice-search-field{display:flex;align-items:center;gap:.65rem;padding:.5rem .85rem;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;background:#fff;cursor:text}.invoice-search-field .search-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.invoice-search-field .search-icon svg{display:block}.invoice-search-field input{flex:1;border:none;background:transparent;font:inherit;color:#0f172a;font-size:.95rem;min-width:0}.invoice-search-field input[type=search]{-webkit-appearance:none;appearance:none}.invoice-search-field input[type=search]::-webkit-search-decoration,.invoice-search-field input[type=search]::-webkit-search-cancel-button,.invoice-search-field input[type=search]::-webkit-search-results-button,.invoice-search-field input[type=search]::-webkit-search-results-decoration{display:none}.invoice-search-field input[type=search]::-ms-clear,.invoice-search-field input[type=search]::-ms-reveal{display:none}.invoice-search-field input::placeholder{color:#94a3b8}.invoice-search-field .clear-btn{border:none;background:transparent;color:#94a3b8;font-size:1.25rem;cursor:pointer;padding:.1rem;line-height:1}.invoice-search-selectors{display:flex;align-items:center;gap:1.75rem;white-space:nowrap}.search-selector{position:relative}.search-selector-button{border:none;background:transparent;color:var(--Gray-700, #334155);font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;word-wrap:break-word;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.search-selector .chevron,.results-trigger .chevron{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor}.search-menu{position:absolute;top:calc(100% + .35rem);left:0;min-width:8rem;padding:.35rem 0;margin:0;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;box-shadow:0 10px 24px #0f172a1f;display:flex;flex-direction:column;gap:.2rem;z-index:5}.search-menu li button{width:100%;border:none;background:transparent;text-align:left;padding:.45rem 1rem;font:inherit;color:#1d2941;cursor:pointer}.search-menu li button.active{color:#2351ff;font-weight:600}.invoice-results-info{display:flex;align-items:center;gap:1rem;color:#475569;font-size:.9rem;font-weight:600}.invoice-results-info .pagination-info{color:var(--Gray-500, #64748B);font-size:12px;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:16px;word-wrap:break-word}.pagination-buttons{border:none;display:inline-flex;gap:.1rem}.pagination-buttons button{width:2.2rem;height:2.2rem;border:none;font:inherit;cursor:pointer}.pagination-buttons button:hover:not([disabled]){color:#2351ff}.pagination-buttons button[disabled]{opacity:.4;cursor:default}.results-per-page{display:flex;align-items:center;gap:.85rem;color:var(--Gray-500, #64748B);font-size:12px;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;line-height:16px;word-wrap:break-word}.results-selector{position:relative}.results-trigger{border:1.5px solid #d6def2;background:#fafbfc;color:#334155;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:14px;font-weight:600;line-height:20px;padding:.35rem .75rem;border-radius:999px;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:border-color .12s ease,background .12s ease}.results-trigger:hover{border-color:#cbd5f0;background:#f1f5f9}.results-menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:6rem;padding:.35rem 0;margin:0;list-style:none;background:#fff;border:1px solid rgba(148,163,184,.4);border-radius:.65rem;box-shadow:0 10px 24px #0f172a1f;display:flex;flex-direction:column;gap:.2rem;z-index:5}.results-menu li button{width:100%;border:none;background:transparent;text-align:left;padding:.45rem 1rem;font:inherit;color:#1d2941;cursor:pointer}.results-menu li button.active{color:#2351ff;font-weight:600}.th-sortable{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.th-sortable:focus-visible{outline:2px solid #2743ff;outline-offset:2px;border-radius:6px}.sort-indicator{font-size:.7rem;line-height:1;opacity:.45;display:inline-flex;align-items:center;justify-content:center}.sort-indicator.active{opacity:1;color:#2351ff}.sort-indicator.inactive{opacity:.35}.th-label{text-transform:none}.invoice-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:1rem;overflow:hidden}.invoice-table th,.invoice-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.9rem}.invoice-table thead th{background:#f8fafc;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.04em;color:#475569}.invoice-table tbody tr:hover{background:#f1f5f9}.invoice-table tbody tr.selected{background:#6366f114}.invoice-table__empty{text-align:center;padding:2.5rem 1rem;color:#64748b}.invoice-status{text-transform:capitalize}.lookup-filter{display:flex;flex-direction:column;gap:.35rem}.lookup-filter span{font-weight:600;font-size:.85rem;color:#1f2937}.lookup-filter select,.invoice-page input[type=date],.invoice-page select{padding:.55rem .75rem;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-size:.875rem}.invoice-page input[type=checkbox]{width:16px;height:16px;cursor:pointer}.invoice-page p{margin:0}.invoice-message-dialog{position:fixed;inset:0;padding:1.5rem;background:var(--popup-backdrop, rgba(15, 23, 42, .56));-webkit-backdrop-filter:blur(var(--popup-backdrop-blur, 6px));backdrop-filter:blur(var(--popup-backdrop-blur, 6px));display:grid;place-items:center;z-index:9000}.invoice-message{width:min(1100px,calc(100vw - 3rem));max-height:calc(100vh - 3rem);background:var(--popup-panel-bg, #fff);border-radius:var(--popup-panel-radius, 18px);border:var(--popup-panel-border, 1px solid rgba(148, 163, 184, .26));box-shadow:var(--popup-panel-shadow, 0 28px 70px rgba(15, 23, 42, .3));display:flex;flex-direction:column;overflow:hidden}.invoice-message.invoice-message--expanded{width:min(1400px,calc(100vw - 1rem));max-height:calc(100vh - 1rem)}.invoice-message__header{padding:1.25rem 1.75rem;background:var(--popup-header-bg, linear-gradient(135deg, #eef2ff 0%, #e2e9fb 100%));color:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:var(--popup-header-border, 1px solid rgba(148, 163, 184, .24))}.invoice-message__header h3{margin:.1rem 0 0;font-size:1.35rem;letter-spacing:-.01em}.invoice-message__header .eyebrow{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.28em;opacity:.75}.invoice-message__header-actions{display:flex;gap:.4rem}.invoice-message__body{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.75rem 1.75rem;background:linear-gradient(180deg,#f5f7fb,#f1f3f9 60%,#eef2f9);overflow-y:auto}.icon-button{width:2rem;height:2rem;border-radius:.65rem;border:none;background:#ffffff2e;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease,transform .12s ease}.icon-button:hover{background:#ffffff59;transform:translateY(-1px)}.icon-button.danger{background:#fee2e2;color:#dc2626}.composer-field{display:flex;align-items:center;gap:1rem;padding:.55rem .85rem;border-radius:.85rem;border:1px solid #e2e8f0;background:#fff;font-size:.95rem}.composer-field>span{flex:0 0 2.75rem;font-weight:600;color:#475569}.composer-field input,.composer-field select,.composer-field textarea{flex:1;border:none;background:transparent;font:inherit;color:#0f172a;min-width:0}.composer-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#475569 50%),linear-gradient(135deg,#475569 50%,transparent 50%);background-position:calc(100% - 15px) calc(50% - 3px),calc(100% - 10px) calc(50% - 3px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:1.5rem}.token-input{flex:1;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;border-left:1px solid #e2e8f0;padding-left:.65rem;min-height:2.2rem}.token-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .75rem;border-radius:999px;background:#e8edff;color:#1f2c5c;font-size:.85rem;font-weight:600}.token-chip button{border:none;background:transparent;color:inherit;font-size:1rem;padding:0;line-height:1;cursor:pointer}.token-input input{border:none;min-width:10ch;flex:1;font:inherit;padding:.25rem 0;background:transparent}.composer-pill-row{display:flex;flex-wrap:wrap;gap:1rem}.pill-select{flex:1;min-width:12rem;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#475569}.pill-select select{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .9rem;border-radius:999px;border:1px solid #d5dcef;background:#fff;font:inherit;cursor:pointer;color:#0f172a;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#475569 50%),linear-gradient(135deg,#475569 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% + 2px),calc(100% - 14px) calc(50% + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.pill-select select:hover{border-color:#b7c4ef}.composer-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding:.4rem .75rem;border-radius:999px;border:1px solid #d9e0ef;background:#fff;box-shadow:inset 0 0 0 1px #2351ff14}.composer-toolbar button{width:2rem;height:2rem;border:none;border-radius:.6rem;background:transparent;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease,color .12s ease}.composer-toolbar button:hover{background:#eef2ff;color:#1f2c5c}.composer-editor{border-radius:1.1rem;border:1px solid #e0e6f5;background:#fff;box-shadow:0 18px 45px #0f172a14;padding:1rem;display:flex;flex-direction:column;gap:1rem}.composer-editor textarea{min-height:130px;resize:vertical;border:none;font:inherit;color:#0f172a;line-height:1.6;background:transparent}.composer-preview-wrapper{border:1px dashed #c8d5f4;border-radius:.9rem;background:#f8fafc;padding:1rem;max-height:320px;overflow:auto}.invoice-preview-card{background:#fff;border-radius:.9rem;border:1px solid #e2e8f0;padding:1rem 1.25rem;color:#0f172a;font-size:.85rem}.invoice-preview-card__header{display:flex;gap:1rem;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.invoice-preview-card__logo{font-weight:700;font-size:1.2rem;color:#1d4ed8;margin:0}.invoice-preview-card__company{margin:.15rem 0;font-weight:600}.invoice-preview-card__meta{margin:0;font-size:.75rem;color:#64748b}.invoice-preview-card__header dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0}.invoice-preview-card__header dt{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.invoice-preview-card__header dd{margin:.1rem 0 0;font-weight:600}.invoice-preview-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem;padding:1rem 0;border-bottom:1px solid #e2e8f0}.invoice-preview-card__grid h4{margin:0 0 .25rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.invoice-preview-card__grid p{margin:.1rem 0}.invoice-preview-table{width:100%;border-collapse:collapse;font-size:.78rem}.invoice-preview-table th,.invoice-preview-table td{text-align:left;padding:.35rem .25rem;border-bottom:1px solid #edf2f7}.invoice-preview-table th{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:#94a3b8}.invoice-preview-table td span{display:block;font-size:.72rem;color:#64748b}.invoice-preview-card__totals{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem;padding-top:.9rem}.invoice-preview-card__totals div{display:flex;justify-content:space-between;font-weight:600}.invoice-preview-card--empty{text-align:center;color:#475569;font-size:.95rem}.composer-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.attachment-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;background:#eef2ff;color:#1f2c5c;font-size:.85rem;font-weight:600}.composer-footer-actions{display:flex;align-items:center;gap:.5rem}.send-button{border:none;border-radius:999px;padding:.7rem 1.6rem;background:linear-gradient(135deg,#2f6bff,#0f4bff);color:#fff;font-weight:600;display:inline-flex;gap:.4rem;align-items:center;cursor:pointer;box-shadow:0 12px 32px #2f6bff59}.send-button:hover{transform:translateY(-1px)}.send-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.composer-error{margin:0;color:#b91c1c;font-size:.85rem;font-weight:600}@media(max-width:768px){.composer-field{flex-direction:column;align-items:flex-start}.composer-field>span{flex:none}.invoice-message__body{padding:1.25rem}.composer-toolbar{border-radius:1rem}}.print-preview-overlay{position:fixed;inset:0;background:#0b1934a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:flex-start;padding:32px;z-index:90;overflow:auto}.print-preview-modal{width:min(1380px,96vw);background:#f8fafc;border-radius:20px;border:1px solid #dce4f1;box-shadow:0 28px 70px #0f172a73;display:flex;flex-direction:column;overflow:hidden}.print-preview-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#0b2b64;color:#fff}.breadcrumb{display:inline-flex;align-items:center;gap:8px;font-weight:600;letter-spacing:-.01em}.breadcrumb strong{font-weight:700}.ghost-btn{border:none;background:#ffffff29;color:inherit;width:38px;height:38px;border-radius:10px;font-size:22px;cursor:pointer;display:grid;place-items:center;transition:background .12s ease,transform .12s ease}.ghost-btn:hover{background:#ffffff52;transform:translateY(-1px)}.print-preview-body{display:grid;grid-template-columns:minmax(720px,1fr) 360px;gap:20px;padding:20px}.preview-stage{background:#e5eaf5;border-radius:16px;padding:16px;position:relative;overflow:hidden}.zoom-controls{position:absolute;left:12px;bottom:12px;display:flex;flex-direction:column;gap:10px;z-index:2}.zoom-controls button{width:36px;height:36px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;font-weight:700;cursor:pointer;box-shadow:0 6px 20px #0f172a1f}.preview-scroll{overflow:auto;max-height:calc(86vh - 120px);display:flex;justify-content:center;padding:8px}.preview-sheet{width:640px;min-height:820px;background:#fff;border-radius:14px;box-shadow:0 22px 40px #0f172a38;padding:22px 26px 26px;transform-origin:top center;transition:transform .14s ease;color:#0f172a;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact}.sheet-top{display:flex;justify-content:space-between;gap:14px}.logo-mark{display:inline-flex;align-items:center;gap:10px}.logo-initial{padding:6px 10px;border-radius:8px;background:#0b4bff;color:#fff;font-weight:800;letter-spacing:.02em}.logo-text{color:#2c3e78;font-weight:700;font-size:18px}.company-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px;color:#475569;text-align:right}.sheet-meta{margin-top:16px;background:#f6f8fd;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:grid;gap:12px}.meta-card{background:#eef3fb;border:1px solid #d9e4f7;border-radius:10px;padding:12px}.meta-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#64748b}.customer-block{margin-top:6px;display:flex;flex-direction:column;gap:6px}.customer-name{font-size:14px;font-weight:700;color:#0f172a}.customer-contact span{display:block;font-size:12px;color:#475569;line-height:1.5}.meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.meta-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:6px}.meta-item strong{font-size:13px;color:#0f172a}.sheet-table{margin-top:14px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.table-head,.table-row{display:grid;grid-template-columns:50px 1fr 60px 90px 110px;align-items:center}.table-head{background:#eff4fb;padding:10px 14px;font-size:12px;color:#475569;font-weight:700;letter-spacing:.02em}.table-row{padding:10px 14px;font-size:12px;color:#0f172a;border-top:1px solid #edf2f7;gap:6px}.table-row:nth-child(odd){background:#f9fbff}.table-head span:nth-child(3),.table-head span:nth-child(4),.table-head span:nth-child(5),.table-row span:nth-child(3),.table-row span:nth-child(4),.table-row span:nth-child(5){text-align:right}.sheet-section{margin-top:12px;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#f7fafc}.sheet-section h4{margin:0 0 6px;font-size:13px;color:#0f172a}.sheet-section p{margin:0;font-size:12px;color:#475569}.sheet-section a{color:#2351ff;text-decoration:none}.sheet-notes-totals{display:grid;grid-template-columns:1fr 220px;gap:14px;margin-top:14px}.note-block{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#f8fafc}.paid-stamp{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.paid-stamp span{font-size:86px;font-weight:700;color:#3da75c59;transform:rotate(-14deg)}.note-block strong{display:block;margin-bottom:6px;font-size:13px}.note-block p{margin:0;font-size:12px;color:#475569}.note-block .muted{color:#94a3b8}.totals-block{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:8px}.total-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#0f172a}.total-row--strong{border-top:1px solid #e2e8f0;padding-top:8px;margin-top:4px;font-weight:700}.signature-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:16px}.signature{border-top:1px solid #cbd5e1;padding-top:10px;text-align:center;font-size:12px;color:#475569}.sheet-terms{margin-top:16px;border-top:1px dashed #cbd5e1;padding-top:12px;font-size:12px;color:#475569}.sheet-terms strong{display:block;margin-bottom:6px}.options-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 10px 25px #0f172a14;display:flex;flex-direction:column;gap:16px}.options-head{display:flex;flex-direction:column;gap:10px}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:#64748b}.page-count{font-size:16px;color:#0f172a}.field label{display:block;margin-bottom:6px;font-size:12px;color:#475569}.select{position:relative}.select select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #d6def2;background:#f8fafc;font-weight:600;color:#0f172a;appearance:none}.select .chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#475569;pointer-events:none}.options-body{border-top:1px solid #e2e8f0;padding-top:12px}.options-title{margin:0 0 8px;font-weight:700;color:#0f172a}.option-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.toggle-row{width:100%;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px 12px;display:inline-flex;align-items:center;gap:12px;cursor:pointer;font:inherit;color:#0f172a;transition:border-color .12s ease,box-shadow .12s ease}.toggle-row:hover{border-color:#c7d4f8;box-shadow:0 6px 18px #2351ff1f}.toggle{width:42px;height:22px;border-radius:999px;background:#e2e8f0;display:inline-flex;align-items:center;padding:3px;transition:background .16s ease}.toggle-thumb{width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 4px 10px #0f172a2e;transform:translate(0);transition:transform .16s ease}.toggle.is-on{background:linear-gradient(135deg,#2a5bff,#1b3cff)}.toggle.is-on .toggle-thumb{transform:translate(18px)}.toggle.is-off{background:#e2e8f0}.options-actions{margin-top:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px}.options-actions .primary,.options-actions .secondary{border-radius:10px;padding:10px 18px;font-weight:700;cursor:pointer}.options-actions .primary{background:linear-gradient(135deg,#2f6bff,#0f4bff);color:#fff;border:none;box-shadow:0 14px 30px #2f6bff40}.options-actions .secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}@media print{@page{size:A4;margin:7mm}body{background:#fff;margin:0}body.print-preview-active>*:not(.print-preview-overlay){display:none!important}.print-preview-overlay{position:relative;inset:auto;padding:0;margin:0 auto;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:visible;width:210mm}.print-preview-modal{border:none;box-shadow:none;width:100%;max-width:210mm;padding:0;margin:0 auto}.print-preview-body{display:block;padding:0}.preview-stage{background:transparent;padding:0;overflow:visible}.preview-scroll{overflow:visible;max-height:none;padding:0}.print-preview-header,.options-panel,.zoom-controls{display:none!important}.preview-sheet{width:100%;max-width:210mm;min-height:297mm;box-shadow:none;transform:none!important;margin:0 auto;padding:5mm 5mm 8mm;page-break-after:always}.preview-sheet:last-of-type{page-break-after:auto}}@media(max-width:1100px){.print-preview-body{grid-template-columns:1fr}.options-panel{order:-1}.preview-scroll{max-height:none}}:root{--color-primary-400: #2360CC;--color-gray-700: #334155;--color-gray-500: #64748B;--color-gray-200: #E2E8F0;--color-gray-100: #F1F5F9;--a4-width: 794px;--a4-height: 1123px;--a4-font-size: 12px}.invoice-print-page__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:16px}.invoice-print-header-block{display:flex;flex-direction:column}.invoice-print-header-left{display:flex;flex-direction:row;align-items:flex-start;gap:16px}.invoice-print-header-divider{width:1px;align-self:stretch;background:var(--color-gray-200);margin-left:20px}.invoice-print-header-address{margin-top:12px;margin-bottom:12px}.invoice-print-header-meta{display:flex;flex-direction:column;align-items:flex-end;font-size:var(--a4-font-size)}.invoice-print-logo{width:200px;height:auto;display:block}.invoice-print-company-label{margin-top:4px;font-size:var(--a4-font-size);letter-spacing:.08em;color:#94a3b8}.invoice-print-meta{margin:2px 0;font-size:var(--a4-font-size);font-weight:500;color:var(--color-gray-700)}.invoice-print-meta-email{color:var(--color-primary-400)}.invoice-print-page__header dl{margin:0;display:grid;gap:var(--a4-font-size);font-size:var(--a4-font-size)}.invoice-print-page__header dt{background:var(--color-gray-100);padding:8px;border-radius:6px;font-weight:500;display:inline-block;margin-bottom:8px;font-size:var(--a4-font-size);color:var(--color-gray-700);letter-spacing:.08em}.invoice-print-page__header dd{margin:2px 0 0;font-weight:600;font-size:18px}.invoice-print-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:16px 0}.invoice-meta-left{display:flex;flex-direction:column;gap:2px}.invoice-meta-right{display:flex;flex-direction:row;justify-content:flex-end;gap:12px}.invoice-meta-item{display:flex;flex-direction:column;min-width:100px}.invoice-print-page__grid h4{margin:0 0 4px;letter-spacing:.08em;color:var(--color-gray-700)}.invoice-print-page__grid p{margin:2px 0;font-size:var(--a4-font-size);color:var(--color-gray-700)}.invoice-print-strong{font-weight:600}.invoice-print-badge-title{background:var(--color-gray-100);padding:8px 12px;border-radius:6px;font-weight:500;display:inline-block;font-size:var(--a4-font-size);color:var(--color-gray-700)}.invoice-billto-card{background:var(--color-gray-100);padding:12px;border-radius:6px;display:flex;flex-direction:column;gap:4px}.invoice-print-page__grid .invoice-billto-name{font-size:18px;font-weight:600;margin-bottom:4px}.invoice-meta-right .invoice-meta-item p{font-weight:600;padding:6px 0 0 6px}.invoice-print-table-wrapper{padding:16px 0 8px}.invoice-print-table{width:100%;border-collapse:collapse;font-size:var(--a4-font-size)}.invoice-print-table th,.invoice-print-table td{padding:6px 4px;text-align:left;vertical-align:top}.invoice-print-table th{font-size:var(--a4-font-size);letter-spacing:.08em}.invoice-print-job-title{display:block;font-weight:600}.invoice-print-job-sub{display:block;font-size:var(--a4-font-size);color:var(--color-gray-500)}.invoice-print-table thead tr{background:var(--color-gray-100);border-radius:12px 12px 0 0}.invoice-print-table thead tr th:first-child{border-top-left-radius:12px}.invoice-print-table thead tr th:last-child{border-top-right-radius:12px}.invoice-print-table thead th{font-weight:600;color:var(--color-gray-700);letter-spacing:.08em}.invoice-print-table thead th:first-child{padding-left:12px}.invoice-print-table thead{border-bottom:2px solid var(--color-gray-200)}.invoice-print-table thead th:nth-child(2){padding-left:0}.invoice-print-table thead th:nth-child(3){text-align:center}.invoice-print-table thead th:nth-child(4),.invoice-print-table thead th:last-child{text-align:right}.invoice-print-table thead th:last-child{padding-right:12px}.invoice-print-table th:nth-child(1){width:50px}.invoice-print-table th:nth-child(2){width:50%}.invoice-print-table th:nth-child(3){width:60px}.invoice-print-table th:nth-child(4),.invoice-print-table th:nth-child(5){width:auto}.invoice-print-table tbody td:nth-child(1){text-align:right;padding-right:16px}.invoice-print-table tbody td:nth-child(2){padding-left:0}.invoice-print-table tbody td:nth-child(3){text-align:center;padding-left:0}.invoice-print-table tbody td:nth-child(4),.invoice-print-table tbody td:last-child{text-align:right}.invoice-print-table tbody td:last-child{padding-right:12px}.invoice-print-lower-row{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(0,1.1fr);gap:20px;padding-top:16px}.invoice-print-payment-block{position:relative;padding-left:20px}.invoice-print-payment-block:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--color-gray-200)}.invoice-print-payment-block:after{content:"";position:absolute;top:0;bottom:0;width:1px;background:var(--color-gray-200);left:calc(100% - 20px)}.invoice-print-payment-block h4{margin:0 0 4px;font-size:12px;letter-spacing:.08em;color:var(--color-gray-700)}.invoice-print-payment-block p{margin:2px 0;font-size:var(--a4-font-size)}.invoice-print-online-payment{margin-top:6px;font-size:var(--a4-font-size);color:#2563eb}.invoice-print-totals{position:relative;margin:0;padding-left:60px;font-size:var(--a4-font-size)}.invoice-print-totals div{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:6px;align-items:baseline;margin-bottom:4px}.invoice-print-totals dt{margin:0;font-weight:500}.invoice-print-totals dd{margin:0;text-align:right;min-width:0px;padding-right:12px}.invoice-print-total-due{margin-top:8px;padding-top:8px}.invoice-print-total-due dt,.invoice-print-total-due dd{font-size:14px;font-weight:600}.invoice-print-note{padding-top:50px;padding-left:20px;padding-bottom:50px}.invoice-print-note h4{margin:0 0 4px;font-size:14px;letter-spacing:.08em;color:var(--color-gray-700)}.invoice-print-note p{margin:2px 0;font-size:var(--a4-font-size);color:#475569}.invoice-print-signatures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-top:18px}.invoice-print-signature-line{height:1px;background:#cbd5e1}.invoice-print-signatures p{margin:6px 0 0;font-size:var(--a4-font-size);color:var(--color-gray-500);text-align:center}.invoice-print-terms{margin:auto -36px -36px;padding:16px 36px 20px;background:var(--color-gray-100)}.invoice-print-terms h4{margin:0 0 6px;font-size:var(--a4-font-size);font-weight:600;letter-spacing:.08em;color:var(--color-gray-700)}.invoice-print-terms p{margin:0;font-size:var(--a4-font-size);color:var(--color-gray-700);line-height:1.45}.invoice-print-overlay{position:fixed;inset:0;padding-top:2rem;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;z-index:60}.invoice-print-modal{width:min(1320px,100%);max-height:90vh;background:#f8fafc;border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.invoice-print-body{display:grid;grid-template-columns:3.3fr 1.1fr;padding:0;overflow:hidden}.invoice-print-preview-column{overflow:hidden;display:flex;flex-direction:column;min-height:0;position:relative}.invoice-print-preview-surface{background:#e4e7e6;padding:1rem 1.5rem 1.5rem;display:flex;justify-content:center;align-items:flex-start;flex:1 1 auto;overflow:auto}.invoice-print-page{width:var(--a4-width);height:var(--a4-height);background:#fff;padding:32px 36px;box-shadow:0 0 0 1px #d1d5db;font-size:var(--a4-font-size);display:flex;flex-direction:column;box-sizing:border-box;transform-origin:top center;transition:transform .2s ease-out}.invoice-print-options-column{display:flex;flex-direction:column}.invoice-print-sidebar-stack{display:flex;flex-direction:column;gap:0;height:100%}.invoice-print-export-card{border-bottom:1px solid var(--color-gray-200)}.invoice-print-options-card{background:transparent;padding:.75rem 1.25rem}.invoice-print-actions-card{border-top:1px solid var(--color-gray-200);margin-top:auto;padding:1rem 1.25rem;display:flex;flex-direction:row;justify-content:flex-start;gap:.75rem;border-bottom:0!important}.invoice-print-options-title{margin-bottom:.6rem;font-size:14px;font-weight:600;color:#64748b}.invoice-print-select{width:100%;padding:.5rem .7rem;border-radius:6px;border:1px solid #cbd5e1;background:#f8fafc;font-size:14px;color:var(--color-gray-700)}.invoice-print-modal .invoice-switch-list{display:flex;flex-direction:column;gap:.25rem}.invoice-print-modal .invoice-switch{width:100%;display:flex;align-items:center;gap:.65rem;background:none;border:none;cursor:pointer;padding:.25rem 0}.invoice-switch__label{color:var(--color-gray-700);font-weight:400;font-size:14px}.invoice-switch__track{width:36px;height:18px;background:#cbd5e1;border-radius:999px;position:relative;transition:background .2s;display:inline-block;overflow:visible}.invoice-switch__thumb{position:absolute;top:2px;width:14px;height:14px;background:#fff!important;border-radius:999px;box-shadow:0 0 0 1px #0f172a14;transition:transform .2s;z-index:1}.invoice-switch--active .invoice-switch__track{background:#2563eb}.invoice-print-btn{width:auto;padding:.6rem 1.2rem;border-radius:8px;font-size:14px;font-weight:400;cursor:pointer}.invoice-print-btn--primary{background:var(--color-primary-400);border:none;color:#fff}.invoice-print-btn--secondary{background:#fff;border:1px solid var(--color-primary-400);color:var(--color-primary-400)}.invoice-print-btn:hover,.invoice-print-btn:focus-visible{transform:translateY(-1px)}.invoice-print-zoom-toolbar{position:absolute;left:1rem;bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem;z-index:2}.invoice-print-zoom-btn{border:none;background:transparent;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.invoice-print-zoom-btn img{width:32px;height:32px;display:block}.invoice-print-zoom-btn:hover{transform:translateY(-1px)}@media(max-width:900px){.invoice-print-body{grid-template-columns:1fr}.invoice-print-preview-column{border-right:none;border-bottom:1px solid var(--color-gray-200);padding-right:0;padding-bottom:1.25rem}}@media print{@page{margin:0;size:A4 portrait}*{print-color-adjust:exact;-webkit-print-color-adjust:exact;background-image:none!important;box-shadow:none!important}html,body{margin:0!important;padding:0!important;background:#fff!important;width:100%!important;height:auto!important}#root,.app-shell,.invoice-detail{background:#fff!important}.app-shell{display:block!important;margin:0!important;padding:0!important}.invoice-detail{margin:0!important;padding:0!important;min-height:0!important;width:100%!important}body.invoice-print-active .shell-header,body.invoice-print-active .shell-sidebar,body.invoice-print-active .invoice-detail>*:not(.invoice-print-overlay){display:none!important}body.invoice-print-active *{visibility:hidden!important}body.invoice-print-active .invoice-print-overlay,body.invoice-print-active .invoice-print-modal,body.invoice-print-active .invoice-print-body,body.invoice-print-active .invoice-print-preview-column,body.invoice-print-active .invoice-print-preview-surface,body.invoice-print-active .invoice-print-page,body.invoice-print-active .invoice-print-page *{visibility:visible!important}body.invoice-print-active .invoice-print-overlay{position:static!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;display:block!important;background:#fff!important}body.invoice-print-active .invoice-print-modal{position:static!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important;background:#fff!important}body.invoice-print-active .invoice-print-body,body.invoice-print-active .invoice-print-preview-column,body.invoice-print-active .invoice-print-preview-surface{margin:0!important;padding:0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;display:block!important;background:#fff!important}body.invoice-print-active .invoice-print-options-column,body.invoice-print-active .invoice-print-zoom-toolbar{display:none!important}body.invoice-print-active .invoice-print-page{margin:0!important;padding:18px!important;width:100%!important;height:auto!important;min-height:unset!important;max-height:none!important;box-sizing:border-box!important;display:block!important;page-break-inside:auto!important;page-break-after:avoid!important;transform:none!important;zoom:1!important;background:#fff!important;box-shadow:none!important}body.invoice-print-active .invoice-print-page *{page-break-after:avoid!important}body.invoice-print-active .invoice-print-page>*:last-child{margin-bottom:0!important;padding-bottom:0!important}body.invoice-print-active .invoice-print-terms{position:fixed!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;padding:16px 36px!important;background:var(--color-gray-100)!important;box-shadow:0 40px 0 0 var(--color-gray-100)!important}body.invoice-print-active .invoice-print-terms:after{content:"";display:block;height:18px}}:root{font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.invoice-detail{min-height:100vh;width:100%;padding:48px 24px 120px;display:flex;justify-content:center;background:transparent}.invoice-detail__state{width:min(420px,100%);margin:64px auto;text-align:center;display:flex;flex-direction:column;gap:16px}.invoice-layout{width:min(1280px,100%)}.invoice-stage{background:#fff;border-radius:36px;border:1px solid #e2e8f0;padding:32px;box-shadow:0 45px 120px #0f172a2e;display:flex;flex-direction:column;gap:32px}.invoice-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.invoice-header-label{margin:0 0 6px;text-transform:uppercase;letter-spacing:.3em;color:#94a3b8;font-size:11px}.invoice-header-title{margin:0;font-size:32px;font-weight:700;color:#0f172a}.invoice-header-link{font-size:14px;color:#2360cc;text-decoration:underline}.invoice-header-actions{display:flex;gap:12px;flex-wrap:wrap}.invoice-header-action{border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;border:1px solid #2360cc;background:transparent;color:#2360cc;cursor:pointer;transition:transform .2s ease,background .2s ease}.invoice-header-action--primary{background:#2360cc;color:#fff}.invoice-header-action:hover,.invoice-header-action:focus-visible{transform:translateY(-1px)}.invoice-info-card{border:1px solid #e2e8f0;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:24px;background:#fff}.invoice-info-card__top{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:24px;align-items:flex-start}.invoice-info-main{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px}.invoice-info-left{display:flex;flex-direction:column;gap:20px;border-right:1px solid #e2e8f0;padding-right:24px}.invoice-info-block{display:flex;flex-direction:column;gap:8px}.invoice-info-label{margin:0;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-style:normal;font-weight:800;line-height:8px;letter-spacing:.08em;text-transform:uppercase;color:#334155}.invoice-info-value{margin:0;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;color:#334155}.invoice-info-helper{margin:0;font-size:14px;color:#475569}.invoice-info-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.invoice-info-field{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;box-shadow:0 1px 2px #0000000d;min-height:36px;position:relative}.invoice-info-field--interactive{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.invoice-info-field--interactive:hover,.invoice-info-field--open{border-color:#2563eb;box-shadow:0 6px 12px #2563eb1f}.invoice-info-field__body{flex:1 1 0;display:flex;flex-direction:column;gap:4px}.invoice-info-field__label{font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-style:normal;font-weight:800;line-height:8px;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.invoice-info-field__value{font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-info-field__icon{width:20px;height:20px;border-radius:6px;position:relative;display:inline-flex;align-items:center;justify-content:center;color:#94a3b8}.invoice-info-field__icon--chevron:before{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.invoice-info-field__icon--calendar{border:1px solid currentColor;border-radius:4px}.invoice-info-field__icon--calendar:before,.invoice-info-field__icon--calendar:after{content:"";position:absolute;width:12px;left:3px;border-top:2px solid currentColor}.invoice-info-field__icon--calendar:before{top:5px}.invoice-info-field__icon--calendar:after{top:10px}.invoice-info-field--muted .invoice-info-field__value{color:#94a3b8}.invoice-info-field__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:5;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;box-shadow:0 12px 24px #0f172a1f;display:flex;flex-direction:column;gap:10px}.invoice-info-field__input{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;font-size:13px;color:#0f172a;background:#fff}.invoice-info-field__actions{display:flex;justify-content:flex-end;gap:8px}.invoice-info-field__action{min-width:72px}.invoice-info-summary{border-left:1px solid #e2e8f0;padding-left:24px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:center;gap:16px;text-align:center}.invoice-info-card__options{padding-top:24px;border-top:1px solid #e2e8f0}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.status-pill__dot{width:8px;height:8px;border-radius:50%;display:inline-flex;background:currentColor}.status-pill--success{background:#ecfdf5;color:#065f46;border-color:#34d399}.status-pill--warning{background:#fefce8;color:#92400e;border-color:#fcd34d}.status-pill--danger{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.invoice-detail .status-pill{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0}.invoice-detail .status-pill--success{background:#ecfdf5;color:#065f46;border-color:#34d399}.invoice-detail .status-pill--warning{background:#fefce8;color:#92400e;border-color:#fcd34d}.invoice-detail .status-pill--danger{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.hero-total-circle{width:180px;height:180px;border-radius:50%;border:8px solid #cfe0ff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:radial-gradient(circle at 30% 20%,#3d5cff,#1f4ed8);color:#fff}.hero-total-amount{font-size:32px;font-weight:700}.hero-total-label{font-size:12px;letter-spacing:.3em;text-transform:uppercase}.hero-total-footnote{font-size:14px;color:#475569}.hero-total-list{width:100%;display:flex;flex-direction:column;gap:10px;text-align:left}.hero-total-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#475569}.hero-total-list--compact{gap:12px}.hero-total-list--compact .hero-total-row{gap:32px;font-weight:600;color:#0f172a}.hero-total-list--compact .hero-total-row span{display:inline-flex;align-items:center;gap:8px}.hero-total-list--compact .hero-total-row span:before{content:"";width:8px;height:8px;border-radius:50%;background:#2563eb;display:inline-flex}.hero-total-list--compact .hero-total-row+.hero-total-row{border-top:1px solid #e2e8f0;padding-top:8px;margin-top:4px}.invoice-options-title{margin:0;font-size:16px;font-weight:700;color:#334155}.invoice-switch-list{display:flex;flex-direction:column;gap:12px}.invoice-switch{border:none;background:transparent;display:flex;align-items:center;gap:16px;padding:6px 0;cursor:pointer}.invoice-switch__track{width:38px;height:20px;border-radius:999px;background:#e2e8f0;position:relative;transition:background .2s ease}.invoice-switch__thumb{width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;left:2px;top:2px;transition:transform .2s ease;box-shadow:0 1px 3px #0f172a40}.invoice-switch__label{font-size:14px;font-weight:500;color:#0f172a}.invoice-switch--active .invoice-switch__track{background:#1d4ed8}.invoice-switch--active .invoice-switch__thumb{transform:translate(18px)}.invoice-service-card{border:1px solid #e2e8f0;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:20px}.service-section__header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.section-title{margin:0;font-size:20px;font-weight:700;color:#334155}.btn-pill{border-radius:8px;border:1px solid #2360cc;background:#fff;color:#2360cc;font-size:14px;font-weight:500;padding:10px 18px;cursor:pointer}.btn-pill--outline{background:#fff}.btn-pill:disabled{opacity:.6;cursor:not-allowed}.service-add-form{border:1px solid #e2e8f0;border-radius:16px;padding:16px;background:#f8fafc;display:flex;flex-direction:column;gap:12px;overflow-x:auto}.service-add-grid{display:grid;gap:12px;grid-template-columns:120px 190px minmax(220px,1fr) 120px 120px 80px 120px;align-items:end;min-width:860px}.service-add-grid label{display:flex;flex-direction:column;gap:6px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-weight:600}.service-add-grid input,.service-add-grid select{border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;font-size:14px;color:#0f172a;background:#fff}.service-add-grid input[readonly]{background:#eef2f7;color:#475569}.service-add-actions{display:flex;gap:10px;align-items:center}.service-table-wrapper{width:100%;overflow-x:auto}.service-table{width:100%;border-collapse:collapse;font-size:14px;color:#0f172a}.service-table th{text-align:left;padding:12px 14px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#64748b;border-bottom:1px solid #e2e8f0}.service-table td{padding:12px 14px;border-bottom:1px solid #f1f5f9;color:#0f172a}.service-table tbody tr:hover{background:#f8fafc}.service-table td:last-child{display:flex;justify-content:flex-end;gap:6px;white-space:nowrap}.table-action{min-width:64px;height:32px;padding:0 10px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#1d4ed8;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.table-action:hover{background:#e0effd}.table-action--danger{border-color:#fecdd3;color:#b91c1c}.table-action--danger:hover{background:#fee2e2}.invoice-actions-bar{margin-top:24px;width:100%;padding:16px;border-top:1px solid #cbd5e1;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-start}.invoice-action-btn{padding:12px 24px;border-radius:8px;border:1px solid #2360cc;background:transparent;color:#2360cc;font-size:14px;font-weight:600;cursor:pointer}.invoice-action-btn--primary{background:#2360cc;color:#fff}.invoice-action-btn--outline{background:#fff}.secondary{padding:10px 16px;border-radius:8px;border:1px solid #d1d5db;background:#fff;font-weight:500;color:#1f2937;cursor:pointer}@media(max-width:1100px){.invoice-info-card__top{grid-template-columns:1fr}.invoice-info-left{border-right:none;border-bottom:1px solid #e2e8f0;padding-right:0;padding-bottom:24px}.invoice-info-summary{border-left:none;border-top:1px solid #e2e8f0;padding-left:0;padding-top:24px}}@media(max-width:800px){.invoice-switch-list{align-items:stretch}}@media(max-width:640px){.invoice-detail{padding:24px 16px 96px}.invoice-stage{padding:24px}.invoice-header-row{flex-direction:column}.invoice-header-actions{width:100%}.invoice-header-action{flex:1;text-align:center}.invoice-info-card,.invoice-service-card{padding:16px}.invoice-actions-bar{flex-direction:column;align-items:stretch}.invoice-action-btn{width:100%}}.searchable-multi-select{position:relative;display:grid;gap:10px}.searchable-multi-select__trigger{width:100%;min-height:44px;border:1px solid #d7deea;border-radius:14px;background:#fff;color:#132238;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;font:inherit;text-align:left;cursor:pointer}.searchable-multi-select__trigger.is-placeholder{color:#7c8aa5}.searchable-multi-select__trigger.is-disabled{background:#f7f9fc;color:#9aa7bd;cursor:not-allowed}.searchable-multi-select__caret{color:#5e6f8c;flex:0 0 auto}.searchable-multi-select__chips{display:flex;flex-wrap:wrap;gap:8px}.searchable-multi-select__chip,.searchable-multi-select__clear{border:1px solid #d7deea;border-radius:999px;background:#f6f8ff;color:#26415f;padding:6px 10px;font:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.searchable-multi-select__menu{position:absolute;inset:auto 0 0;transform:translateY(calc(100% + 6px));z-index:40;background:#fff;border:1px solid #d7deea;border-radius:18px;box-shadow:0 18px 40px #0f172a1f}.searchable-multi-select__panel{padding:12px;display:grid;gap:10px;min-width:280px}.searchable-multi-select__search{width:100%;min-height:40px;border:1px solid #d7deea;border-radius:12px;padding:9px 12px;font:inherit}.searchable-multi-select__list{max-height:240px;overflow:auto;display:grid;gap:6px}.searchable-multi-select__option{display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;border:1px solid #edf1f7;border-radius:12px;padding:9px 10px;cursor:pointer}.searchable-multi-select__option input{margin-top:2px}.searchable-multi-select__option-copy{display:grid;gap:2px}.searchable-multi-select__option-copy strong{font-size:13px;color:#132238}.searchable-multi-select__option-copy small{font-size:11px;color:#6f7f99}.searchable-multi-select__empty{color:#6f7f99;font-size:13px;padding:8px 4px}.schedule-page{padding:.5rem}.schedule-page .page-title{font-size:1.7rem;margin:0;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#243b53}.schedule-page .page-header{display:flex;flex-direction:column;justify-content:space-between;gap:12px;margin-bottom:12px}.schedule-page .title-wrap{display:flex;align-items:center;gap:10px}.schedule-page .breadcrumb{color:#94a3b8;font-size:.95rem;padding-left:5px}.schedule-page .breadcrumb span{font-size:14px;font-weight:500;color:#6b7280;padding-left:5px}.schedule-page .controls-wrap{display:flex;align-items:center;justify-content:space-between;gap:10px}.schedule-page .controls-left{display:flex;align-items:center;gap:10px}.schedule-page .controls-right{display:flex;align-items:center}.schedule-page .btn{background:#0f2a53;color:#fff;border:none;padding:6px 10px;border-radius:8px;cursor:pointer}.schedule-page .icon{background:#e5e7eb;border:none;padding:6px 8px;border-radius:8px;cursor:pointer}.schedule-page .arrow-group{display:flex;gap:0;background:#fff;border-radius:8px;padding:4px;align-items:center;border:1px solid #eef2f7}.schedule-page .arrow-group button{background:transparent;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;color:#243b53}.schedule-page .arrow-group button+button{border-left:1px solid #eef2f7}.schedule-page .month-pill{display:flex;align-items:center;gap:8px;background:#fff;border-radius:10px;padding:8px 12px;border:1px solid #eef2f7}.schedule-page .cal-icon{opacity:.8}.schedule-page .nav{display:flex;align-items:center;gap:8px}.schedule-page .select{padding:6px 10px;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer}.schedule-page .filter-select{padding:6px 12px;border-radius:8px;border:1px solid #e5e7eb;margin-left:8px;background:#fff}.schedule-page .more-btn{margin-left:8px;padding:6px 10px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:18px;line-height:1}.calendar{border-radius:20px;text-align:end;padding:20px 0 0;background:var(--surface, #fff)}.calendar .calendar-window{overflow-x:auto;overflow-y:hidden;padding:0 20px 18px;scroll-behavior:smooth;scrollbar-width:thin}.calendar .calendar-strip{display:flex;align-items:stretch;gap:18px;min-width:max-content}.calendar .calendar-panel{flex:0 0 min(920px,calc(100vw - 220px));min-width:720px;border:1px solid #eef2f7;border-radius:18px;padding:16px 16px 18px;background:linear-gradient(180deg,#f8fafcd1,#fff);box-shadow:0 16px 32px #0f172a0f}.calendar .calendar-panel.is-current{border-color:#2563eb2e;box-shadow:0 20px 44px #2563eb1a,inset 0 0 0 1px #2563eb14}.calendar .calendar-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;text-align:left}.calendar .calendar-panel__title{margin:0;font-size:1.08rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.calendar .weekdays{display:grid;grid-template-columns:repeat(7,1fr);font-weight:700;color:#334155;margin-bottom:6px;text-align:center}.calendar .grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar .cell{min-height:90px;border-radius:8px;padding:6px;background:#00000005;box-sizing:border-box;min-width:0}.calendar .cell[data-active=true]{box-shadow:inset 0 0 0 2px #2563eb,0 10px 20px #2563eb1a;background:#2563eb0a}.calendar .cell.empty{background:transparent}.calendar .date{font-size:.85rem;color:#0f172a;margin:5px;text-align:left}.calendar .jobs{display:flex;flex-direction:column;gap:4px;max-height:none;overflow:visible;box-sizing:border-box}.calendar .jobs::-webkit-scrollbar{height:6px}@media(max-width:960px){.calendar .calendar-window{padding-inline:12px}.calendar .calendar-strip{gap:12px}.calendar .calendar-panel{flex-basis:calc(100vw - 88px);min-width:calc(100vw - 88px);padding:14px 12px 16px}}.job-card{--job-card-bg: #eff6ff;--job-card-border: #bfdbfe;--job-card-accent: #2563eb;--job-card-fg: #1d4ed8;--job-card-fg-strong: #1e3a8a;--job-card-fg-muted: #1d4ed8;position:relative;display:block;width:100%;box-sizing:border-box;gap:.5rem;align-items:center;padding:2px;border-radius:6px;background:var(--job-card-bg);color:var(--job-card-fg);font-size:.78rem;margin:0;box-shadow:inset 0 0 0 1px var(--job-card-border);transition:background-color .16s ease,color .16s ease,box-shadow .16s ease;overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word}.job-card:not(.rich){border-left:3px solid var(--job-card-accent);padding:4px 6px}.job-card__primary{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0}.job-card__meta{display:flex;align-self:normal}.job-card__time-stack{display:flex;flex-direction:column;align-items:flex-start;gap:0;min-width:0;flex:1 1 auto}.job-card .time{font-weight:600;color:var(--job-card-fg-strong);font-size:11px;text-align:left;line-height:1.05;white-space:nowrap}.job-card.rich .time{color:inherit}.job-card .title{color:var(--job-card-fg-strong);opacity:1;margin-left:0;min-width:0;font-weight:700;align-self:flex-start;font-size:.74rem;line-height:1.1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.job-card .job-card__team{color:var(--job-card-fg-muted);opacity:1;font-size:.56rem;font-weight:600;line-height:1.2;text-align:right;margin-left:auto;overflow:hidden;text-overflow:ellipsis}.job-card__status{display:inline-flex;align-items:center;align-self:flex-start;padding:1px 6px;border-radius:999px;background:color-mix(in srgb,var(--job-card-accent) 12%,white);color:var(--job-card-fg-strong);font-size:.6rem;font-weight:700;line-height:1.15}.job-card__level-badge{position:absolute;top:0;right:0;transform:translate(38%,-38%);z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:22px;min-height:20px;padding:1px 6px;border-radius:999px;background:#fff;color:var(--job-card-fg-strong);font-size:.64rem;font-weight:800;line-height:1;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--job-card-accent) 28%,#ffffff),0 4px 10px #0f172a1f;pointer-events:none}.job-card:not(.rich) .job-card__primary{padding-right:0}.job-card.rich .job-card__level-badge{top:0;right:0}.job-card.rich .content{padding-right:0}.job-card .job-card__signals{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.job-card .job-card__signal{display:inline-flex;align-items:center;padding:2px 6px;border-radius:999px;background:#ffffffbd;color:var(--job-card-fg-strong);font-size:.68rem;line-height:1.2;box-shadow:inset 0 0 0 1px #ffffff7a}.job-card .job-card__signal--compact{gap:4px;padding:2px 7px}.job-card .job-card__signal-icon{width:11px;height:11px;stroke-width:2.1;flex:none}.job-card.rich{display:flex;gap:12px;border-radius:10px;background:var(--job-card-bg);color:var(--job-card-fg);box-shadow:inset 0 0 0 1px var(--job-card-border);overflow:visible;align-items:flex-start;max-height:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.job-card.rich .accent{width:5px;background:var(--job-card-accent);border-radius:10px 0 0 10px}.job-card.rich .content{padding:1px 34px 1px 1px;display:flex;flex-direction:column;gap:8px;min-width:0;overflow:visible}.job-card.rich .title{font-weight:700;color:var(--job-card-fg-strong);font-size:16px;line-height:1.1;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.job-card.rich .meta{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--job-card-fg);margin-top:2px}.job-card.rich .line{display:grid;grid-template-columns:16px 1fr;align-items:start;column-gap:6px;overflow:visible;white-space:normal;line-height:1.4}.job-card.rich .meta .line+.line{margin-top:4px}.job-card.rich .line span{flex:1;min-width:0;word-break:break-word}.job-card.rich .ico{width:14px;height:14px;color:var(--job-card-fg);flex:none;display:block;margin-top:2px}.job-card.rich .addr{color:var(--job-card-fg-muted)}.job-card--scheduled{--job-card-bg: #eff6ff;--job-card-border: #bfdbfe;--job-card-accent: #2563eb;--job-card-fg: #1d4ed8;--job-card-fg-strong: #1e3a8a;--job-card-fg-muted: #1d4ed8}.job-card--accepted{--job-card-bg: #ecfdf5;--job-card-border: #a7f3d0;--job-card-accent: #16a34a;--job-card-fg: #047857;--job-card-fg-strong: #065f46;--job-card-fg-muted: #059669}.job-card--ontheway{--job-card-bg: #ecfeff;--job-card-border: #a5f3fc;--job-card-accent: #0891b2;--job-card-fg: #0e7490;--job-card-fg-strong: #155e75;--job-card-fg-muted: #0e7490}.job-card--in_progress{--job-card-bg: #fff7ed;--job-card-border: #fdba74;--job-card-accent: #f97316;--job-card-fg: #c2410c;--job-card-fg-strong: #9a3412;--job-card-fg-muted: #c2410c}.job-card--completed{--job-card-bg: #ecfdf5;--job-card-border: #86efac;--job-card-accent: #10b981;--job-card-fg: #047857;--job-card-fg-strong: #065f46;--job-card-fg-muted: #059669}.job-card--tobefinished{--job-card-bg: #fefce8;--job-card-border: #fde68a;--job-card-accent: #f59e0b;--job-card-fg: #a16207;--job-card-fg-strong: #854d0e;--job-card-fg-muted: #a16207}.job-card--overdue{--job-card-bg: #fff7ed;--job-card-border: #fdba74;--job-card-accent: #f97316;--job-card-fg: #c2410c;--job-card-fg-strong: #9a3412;--job-card-fg-muted: #c2410c}.job-card--cancelled{--job-card-bg: #fef2f2;--job-card-border: #fca5a5;--job-card-accent: #dc2626;--job-card-fg: #b91c1c;--job-card-fg-strong: #991b1b;--job-card-fg-muted: #b91c1c}.job-card--dispatched{--job-card-bg: #eef2ff;--job-card-border: #c7d2fe;--job-card-accent: #4f46e5;--job-card-fg: #4338ca;--job-card-fg-strong: #3730a3;--job-card-fg-muted: #4338ca}.job-card--skipped,.job-card--archived,.job-card--unassigned,.job-card--unknown{--job-card-bg: #f8fafc;--job-card-border: #cbd5e1;--job-card-accent: #64748b;--job-card-fg: #475569;--job-card-fg-strong: #334155;--job-card-fg-muted: #475569}.week{border-radius:16px;background:var(--surface, #fff)}.week .header{display:grid;grid-template-columns:70px repeat(7,minmax(0,1fr));gap:6px;padding:10px 10px 0;color:#334155;font-weight:700}.week .day-head{text-align:center}.week .hours-head{width:70px}.week .week-grid-wrapper{position:relative;padding:0 10px 12px;overflow-x:auto;--week-hour-height: 60px;--week-empty-hour-height: 28px}.week .week-grid{min-width:980px;display:grid;grid-template-columns:70px repeat(7,minmax(0,1fr));grid-auto-rows:minmax(var(--week-empty-hour-height),auto);gap:6px}.week .hour-cell{display:flex;align-items:center;justify-content:flex-end;padding-right:12px;font-size:.85rem;color:#94a3b8;border-top:1px solid #eef2f7;background:var(--surface, #fff);position:sticky;left:0;z-index:2;box-shadow:4px 0 6px #0f172a0a}.week .day-hour-cell{border-top:1px solid #eef2f7;padding:4px 6px;display:flex;flex-direction:column;gap:6px;background:#fff;min-height:var(--week-empty-hour-height);transition:box-shadow .15s ease,background .15s ease}.week .day-hour-cell[data-active=true]{box-shadow:inset 0 0 0 2px #2563eb,0 10px 24px #2563eb1f;background:#2563eb0d}.day .schedule-block{position:absolute;overflow:visible;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;box-sizing:border-box}.day .schedule-block:active{cursor:grabbing}.day .day-slot{pointer-events:all;z-index:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.day .day-slot:hover{background:#2563eb14!important}.week .schedule-block>.job-card.rich,.day .schedule-block>.job-card.rich,.assigned .schedule-block>.job-card.rich{display:flex;gap:12px;align-items:flex-start;min-height:44px;max-width:100%;box-sizing:border-box;padding:8px 12px;width:100%;border-radius:12px;box-shadow:0 10px 20px #0f172a14,inset 0 1px #ffffff59}.day .schedule-block>.job-card.rich,.week .schedule-block>.job-card.rich,.assigned .schedule-block>.job-card.rich{min-height:44px;padding:8px 12px}.job-card.rich .accent{align-self:stretch;height:auto;flex:none;border-radius:6px 0 0 6px}.job-card.rich .content{white-space:normal}.job-card.rich .title{white-space:normal;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.job-card.rich .meta{line-height:1.4}.day,.day-v2{border-radius:16px;background:#fff;padding:10px 0 14px}.day-v2 .grid{display:grid;grid-template-columns:70px 1fr;gap:10px;padding:0 14px 10px}.day-v2 .hours-col{display:grid;grid-template-rows:repeat(24,var(--hour-slot-height, 60px));color:#94a3b8;font-size:.8rem;text-align:right;padding-right:10px}.day-v2 .hour{border-top:1px solid #eef2f7;padding-top:4px}.day-v2 .col{position:relative;background:#fff;border-radius:14px;box-shadow:inset 0 0 0 1px #eef2f7,0 14px 28px #0f172a0d;overflow:visible}.day-v2 .line{position:absolute;left:0;right:0;height:1px;background:#e2e8f0}.day-v2 .entries{position:relative;height:100%;z-index:1;padding:0 6px}.day-v2 .schedule-block{position:absolute;box-sizing:border-box;border-radius:12px;overflow:visible}.day-v2 .schedule-block>.job-card.rich{width:100%;min-height:120px;padding:10px 14px}.day .header{padding:10px;font-weight:700;color:#334155}.day .grid{display:grid;grid-template-columns:70px 1fr;gap:10px;padding:0 14px 10px}.day .hours-col{display:flex;flex-direction:column;color:#94a3b8;font-size:.8rem;text-align:right;padding-right:10px}.day .hour{position:relative;border-top:1px solid #eef2f7;padding-top:4px;letter-spacing:.02em;display:flex;justify-content:flex-end;align-items:flex-start}.day .hour:after{content:attr(data-label)}.day .col{position:relative;background:#fff;border-radius:14px;box-shadow:inset 0 0 0 1px #eef2f7,0 14px 28px #0f172a0d;overflow:visible;min-height:calc(24 * var(--hour-slot-height, 60px))}.day .line{position:absolute;left:0;right:0;height:1px;background:#e2e8f0}.day .entries{padding:0 6px;position:relative;z-index:2}.day .empty{padding:12px;color:#64748b;font-size:.9rem}.planner{border-radius:16px;background:#fff;overflow-x:auto}.assigned-list{border-radius:16px;background:#fff}.assigned-list .header{display:grid;gap:6px;padding:10px 10px 0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));color:#334155;font-weight:700}.assigned-list .grid{display:grid;gap:6px;padding:0 10px 10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.assigned-list .team-head{text-align:center}.assigned-list .team-cell{background:#fff;border-radius:12px;box-shadow:inset 0 0 0 1px #eef2f7,0 14px 20px #0f172a0d;padding:8px}.assigned-list .hour-section{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:8px}.assigned-list .hour-label{color:#94a3b8;font-size:.78rem;font-weight:700}.assigned-list .hour-list{display:flex;flex-direction:column;gap:6px}.assigned-board{border-radius:16px;background:#fff}.assigned-board .header{display:grid;gap:6px;padding:10px 10px 0;width:100%}.assigned-board .grid{display:grid;gap:6px;padding:0 10px 10px;grid-auto-rows:minmax(var(--hour-slot-height, 56px),auto);width:100%}.assigned-board .hours-head{width:70px}.assigned-board .team-head{text-align:center;color:#334155;font-weight:700;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assigned-board .hour-label{color:#94a3b8;font-size:.8rem;text-align:right;padding-right:6px;padding-top:6px;font-weight:700}.assigned-board .cell{background:#fff;border-radius:12px;box-shadow:inset 0 0 0 1px #eef2f7;padding:6px;min-height:var(--hour-slot-height, 56px);min-width:0}.assigned-board .cell.empty{background:#fff}.assigned-board .cell[data-active=true]{box-shadow:inset 0 0 0 2px #2563eb,0 10px 24px #2563eb1f;background:#2563eb0d}.assigned-board .mini-dot-grid{display:flex;flex-direction:column;gap:4px;align-items:stretch}.assigned-board .mini-card-inline{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;max-width:100%;padding:5px 7px;border-radius:10px;background:#fff7ed;box-shadow:inset 0 0 0 1px #fde4cf,0 6px 12px #0f172a14;color:#7c2d12;cursor:grab;transition:transform .08s ease,box-shadow .12s ease;overflow:visible}.assigned-board .mini-card-inline:active{cursor:grabbing;transform:scale(.97)}.assigned-board .mini-card-inline:hover,.assigned-board .mini-card-inline:focus-within{z-index:20}.assigned-board .mini-card-title{font-size:.72rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assigned-board .mini-card-sub{font-size:.65rem;color:#92400e;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assigned-board .mini-card-signal{font-size:.61rem;color:#7c2d12;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assigned-board .mini-tooltip{pointer-events:none;opacity:0;transform:translate(-50%,-110%) scale(.98);transition:opacity .15s ease,transform .15s ease;position:absolute;left:50%;top:0;z-index:60}.assigned-board .mini-card-inline:hover .mini-tooltip,.assigned-board .mini-card-inline:focus-within .mini-tooltip{pointer-events:auto;opacity:1;transform:translate(-50%,-110%) scale(1)}.assigned-board .mini-tooltip-panel{width:260px;max-width:280px;background:#ffffffd6;border-radius:12px;border:1px solid rgba(229,233,242,.82);box-shadow:0 14px 28px #0f172a24;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:10px 12px}.assigned-board .mini-tooltip-head{font-weight:800;color:#1b2559;font-size:.85rem;margin-bottom:8px;line-height:1.2}.assigned-board .mini-tooltip-row{display:grid;grid-template-columns:70px 1fr;gap:8px;align-items:start;font-size:.78rem;line-height:1.25;padding:2px 0}.assigned-board .mini-tooltip-row .k{color:#6b7a99;font-weight:700}.assigned-board .mini-tooltip-row .v{color:#1b2559;font-weight:600;overflow-wrap:anywhere}.clickable-job{position:relative}.clickable-job .card-link{display:block;text-decoration:none;color:inherit}.clickable-job .mini-action{position:absolute;top:6px;right:8px;font-size:.68rem;padding:2px 6px;border-radius:6px;background:#eef2f7;color:#334155}.planner .header{display:grid;grid-template-columns:180px repeat(7,var(--planner-col-w, 200px));gap:4px;padding:10px 10px 0;color:#334155;font-weight:700}.planner .grid{display:grid;grid-template-columns:180px repeat(7,var(--planner-col-w, 200px));gap:4px;padding:0 10px 10px}.planner .team-col{background:#f8fafc;color:#475569;font-weight:600;border-radius:12px;padding:8px 10px;align-self:stretch}.planner .cell{background:#fff;border-radius:12px;box-shadow:inset 0 0 0 1px #eef2f7;min-height:var(--empty-cell-h, 56px);padding:6px}.joint-view{border-radius:16px;background:#fff;box-shadow:0 14px 28px #0f172a0d;overflow:hidden;--joint-day-head-h: 44px;--joint-hour-head-h: 32px;position:relative}.joint-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#fff;border-bottom:1px solid #eef2f7;position:relative;z-index:4}.joint-nav-left{display:flex;align-items:center;gap:10px;flex:0 0 auto}.joint-nav-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #eef2f7;background:#fff;color:#334155;cursor:pointer}.joint-nav-btn:hover{background:#f8fafc}.joint-nav-month{font-weight:900;color:#334155;font-size:.95rem;white-space:nowrap}.joint-day-strip{display:flex;align-items:center;gap:6px;overflow:auto;padding-bottom:2px;flex:1 1 auto;justify-content:flex-end}.joint-day{border:1px solid #eef2f7;background:#f8fafc;border-radius:12px;padding:6px 10px;min-width:54px;display:inline-flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;color:#334155}.joint-day:hover{background:#eef2ff;border-color:#dbeafe}.joint-day.is-selected{background:#2563eb1f;border-color:#2563eb59;color:#1d4ed8}.joint-day-dow{font-size:.64rem;font-weight:800;text-transform:uppercase;opacity:.85}.joint-day-dom{font-size:.9rem;font-weight:900;line-height:1}.joint-scroll{display:grid;grid-template-columns:180px 1fr;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 240px);min-height:calc(100vh - 240px - var(--joint-day-head-h) - var(--joint-hour-head-h))}.joint-head-row{display:grid;grid-template-columns:180px 1fr;background:#fff}.joint-fixed-head{border-right:1px solid #eef2f7;background:#fff}.joint-fixed-column{display:flex;flex-direction:column;min-width:180px;max-width:180px;border-right:1px solid #eef2f7;background:#fff}.joint-fixed-column .joint-resource-cell[data-zebra=odd]{background:#f1f5f9}.joint-header-scroll{z-index:6;overflow:hidden;background:#fff}.joint-scroll-area{overflow-x:auto;overflow-y:visible;cursor:grab;position:relative;z-index:6}.joint-scroll-area.is-panning{cursor:grabbing;-webkit-user-select:none;user-select:none}.joint-header{display:grid;gap:0;background:#fff;border-bottom:1px solid #eef2f7;grid-template-rows:var(--joint-day-head-h) var(--joint-hour-head-h)}.joint-resource-head{z-index:7;background:#fff;padding:10px;font-weight:800;color:#334155;box-shadow:1px 0 #eef2f7;height:calc(var(--joint-day-head-h) + var(--joint-hour-head-h));display:flex;align-items:center}.joint-day-head{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 10px;font-weight:900;color:#334155;background:#fff;border-left:2px solid #eef2f7;border-bottom:1px solid #eef2f7;height:var(--joint-day-head-h)}.joint-day-head.is-selected{background:#2563eb1a;color:#1d4ed8}.joint-day-head-dow{font-size:.7rem;letter-spacing:.04em}.joint-day-head-dom{font-size:.9rem}.joint-hour-head{padding:6px;text-align:center;font-weight:800;color:#334155;font-size:.72rem;border-left:1px solid #f1f5f9;background:#fff;height:var(--joint-hour-head-h);display:flex;align-items:center;justify-content:center}.joint-hour-head.is-day-start{border-left:2px solid #cbd5e1}.joint-row{display:grid;gap:0;border-bottom:1px solid #f1f5f9;--joint-row-bg: #fff}.joint-row[data-zebra=odd]{--joint-row-bg: #f1f5f9}.joint-resource-cell{background:#fff;padding:10px;font-weight:700;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.joint-timeline-cell{position:relative;min-width:0;background-color:var(--joint-row-bg, #fff);background-image:repeating-linear-gradient(to right,#eef2f7 0,#eef2f7 1px,transparent 1px,transparent 80px),repeating-linear-gradient(to right,rgba(148,163,184,.22) 0,rgba(148,163,184,.22) 2px,transparent 2px,transparent 1920px)}.joint-timeline-cell[data-active=true]{box-shadow:inset 0 0 0 2px #2563eb99,0 10px 24px #2563eb14;background-color:#2563eb0a}.joint-drop-preview{position:absolute;top:0;bottom:0;transform:translate(-50%);pointer-events:none;z-index:60}.joint-drop-preview-line{position:absolute;top:0;bottom:0;width:2px;left:0;background:#2563ebbf;box-shadow:0 0 0 2px #fffc}.joint-drop-preview-pill{position:absolute;top:8px;left:6px;padding:3px 10px;border-radius:999px;background:#0f172aeb;color:#fff;font-weight:800;font-size:.78rem;white-space:nowrap;box-shadow:0 10px 22px #0f172a2e}.joint-block{position:absolute;border:none;border-radius:8px;background:#bbf7d0;color:#065f46;padding:6px 8px;text-align:left;cursor:grab;box-shadow:0 8px 18px #0f172a14;overflow:visible}.joint-block:active{cursor:grabbing}.joint-block:hover{filter:saturate(1.05);box-shadow:0 10px 22px #0f172a1f}.joint-block:hover,.joint-block:focus-within{z-index:70}.joint-block-title{font-size:.72rem;font-weight:900;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.joint-block-flag{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;margin-top:4px;border-radius:999px;background:#ffedd5;color:#7c2d12;font-size:.62rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.joint-block-meta{display:flex;justify-content:space-between;gap:8px;font-size:.66rem;font-weight:800;opacity:.95;margin-top:2px}.joint-block-addr{font-size:.64rem;opacity:.9;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.joint-view .mini-tooltip{pointer-events:none;opacity:0;transform:translate(-50%,-110%) scale(.98);transition:opacity .15s ease,transform .15s ease;position:absolute;left:50%;top:0;z-index:80}.joint-view .joint-block:hover .mini-tooltip,.joint-view .joint-block:focus-within .mini-tooltip{pointer-events:auto;opacity:1;transform:translate(-50%,-110%) scale(1)}.joint-view .mini-tooltip-panel{width:260px;max-width:280px;background:#ffffffd6;border-radius:12px;border:1px solid rgba(229,233,242,.82);box-shadow:0 14px 28px #0f172a24;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:10px 12px}.joint-view .mini-tooltip-head{font-weight:800;color:#1b2559;font-size:.85rem;margin-bottom:8px;line-height:1.2}.joint-view .mini-tooltip-row{display:grid;grid-template-columns:70px 1fr;gap:8px;align-items:start;font-size:.78rem;line-height:1.25;padding:2px 0}.joint-view .mini-tooltip-row .k{color:#6b7a99;font-weight:700}.joint-view .mini-tooltip-row .v{color:#1b2559;font-weight:600;overflow-wrap:anywhere}.planner .cell[data-active=true]{box-shadow:inset 0 0 0 2px #2563eb,0 10px 24px #2563eb1f;background:#2563eb0d}.planner .cell.has-entries{min-height:unset}.planner .cell.empty{min-height:var(--empty-cell-h, 56px)}.planner .list{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.planner .list .job-card{width:auto;max-width:100%}.planner .list .job-card .content{padding:6px 8px;gap:4px}.planner .list .job-card .title{font-size:.82rem}.planner .list .job-card .meta{font-size:.74rem;gap:2px}.planner .list .job-card .ico{width:12px;height:12px}.planner .day-head{text-align:center}.assigned{border-radius:16px;background:#fff}.assigned{overflow-x:auto}.assigned .header{display:grid;gap:6px;padding:10px 10px 0}.assigned .header .hours-head{width:70px;min-height:0;height:auto}.assigned .grid{display:grid;gap:6px;padding:0 10px 10px}.assigned .hours-col{display:grid;grid-template-rows:repeat(24,var(--hour-slot-height, 60px));color:#94a3b8;font-size:.8rem;text-align:right;padding-right:6px}.assigned .hour{border-top:1px solid #eef2f7;padding-top:6px}.assigned .col{position:relative;height:calc(24 * var(--hour-slot-height, 60px));background:#fff;border-radius:14px;box-shadow:inset 0 0 0 1px #eef2f7,0 14px 28px #0f172a0d;overflow:visible}.assigned .line{position:absolute;left:0;right:0;height:1px;background:#e2e8f0}.assigned .col-head{text-align:center;color:#334155;font-weight:700}.dispatch-layout{display:grid;grid-template-columns:200px 1fr;gap:14px;min-height:640px}.dispatch-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 10px 24px #0f172a0d;display:flex;flex-direction:column;overflow:hidden;height:100%;max-height:calc(100vh - 90px)}.dispatch-sidebar__head{padding:18px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.dispatch-sidebar__head h2{margin:0;font-size:16px;color:#0f172a;font-weight:600}.dispatch-sidebar__head span{font-size:13px;color:#64748b}.dispatch-team-list{display:flex;flex-direction:column;flex:1 1 auto;padding:8px 0;overflow-y:auto;scrollbar-width:thin}.dispatch-team{display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .2s ease}.dispatch-team:hover,.dispatch-team.active{background:#10116146}.dispatch-team__avatar{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.dispatch-team__meta{display:flex;flex-direction:column;gap:2px;font-size:13px;color:#475569}.dispatch-team__meta strong{font-size:14px;color:#0f172a}.dispatch-main{display:flex;flex-direction:column;gap:18px}.dispatch-map-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:12px;box-shadow:0 12px 30px #0f172a0d;position:relative}.dispatch-map-card .map-shell{position:relative;border-radius:16px;height:260px;overflow:hidden;background:#e2e8f0}.dispatch-map-card .dashboard-map{width:100%;height:100%;border-radius:inherit;font-family:inherit}.dispatch-map-card .map-zoom-control{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;border-radius:12px;background:#fffffff2;box-shadow:0 16px 32px #0f172a1f;overflow:hidden;z-index:401}.dispatch-map-card .map-zoom-control button{width:40px;height:40px;border:none;background:transparent;color:#2563eb;font-size:1.25rem;font-weight:700;cursor:pointer}.dispatch-map-card .map-zoom-control button+button{border-top:1px solid rgba(148,163,184,.45)}.dispatch-map-card .map-zoom-control button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.dispatch-map-card .map-footer{position:absolute;inset:auto 16px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dispatch-map-card__loading{position:absolute;inset:12px;border-radius:16px;background:#ffffffeb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#475569;font-size:.9rem;font-weight:600;z-index:500;text-align:center}.dispatch-map-card__spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(148,163,184,.35);border-top-color:#2563eb;animation:dispatch-map-spin .8s linear infinite}@keyframes dispatch-map-spin{to{transform:rotate(360deg)}}.dispatch-map-card .map-hint{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:10px;background:#0f172acc;color:#fff;font-size:.75rem;font-weight:500}.dispatch-map-card .map-attribution{font-size:.7rem;color:#0f172aa6}.dispatch-board{display:flex;gap:16px;margin-top:18px;overflow-x:auto;padding-bottom:8px}.dispatch-column{background:#fff;border:1px solid #e2e8f0;border-radius:18px;display:flex;flex-direction:column;min-height:280px;box-shadow:0 10px 24px #0f172a0d;width:320px;flex:0 0 320px;max-height:calc(100vh - 280px);overflow:hidden}.dispatch-column__head{border-bottom:1px solid #e2e8f0;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dispatch-column__head h3{margin:0;font-size:15px;color:#0f172a;font-weight:600}.dispatch-column__head span{display:block;font-size:13px;color:#64748b}.dispatch-column__metrics{font-size:13px;color:#0f172a;font-weight:600}.dispatch-column__lane{flex:1;padding:14px;display:flex;flex-direction:column;gap:12px;background:#f8fafc;overflow-y:auto}.dispatch-slot{background:#fff;border-radius:16px;border:1px dashed #cbd5f5;padding:12px;display:flex;flex-direction:column;gap:10px;min-height:90px;transition:border-color .2s ease,background .2s ease}.dispatch-slot[data-has-jobs=true]{min-height:auto;padding-bottom:16px}.dispatch-slot[data-has-jobs=true] .dispatch-slot__lane{gap:12px}.dispatch-slot[data-active=true],.dispatch-slot:hover{border-color:#2563eb;background:#2563eb14}.dispatch-slot__head{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-weight:600}.dispatch-slot__lane{display:flex;flex-direction:column;gap:8px}.dispatch-slot__placeholder{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:12px;border:none;background:#f1f5f9;color:#2563eb;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:transform .15s ease,background .15s ease}.dispatch-slot__placeholder:hover{background:#3b82f61f;transform:translateY(-1px)}.dispatch-column__empty{border:1px dashed #cbd5f5;color:#64748b;border-radius:16px;padding:18px;display:flex;align-items:center;justify-content:center;font-size:13px}.dispatch-card{background:#e3e5f3;border-radius:16px;border:1px solid #e2e8f0;padding:14px;cursor:grab;font-weight:500;display:flex;flex-direction:column;gap:10px;box-shadow:0 6px 14px #0f172a14;transition:transform .15s ease}.dispatch-card:active{cursor:grabbing;transform:scale(.99)}.dispatch-card header{display:flex;flex-direction:column;gap:4px}.dispatch-card h4{margin:0;font-size:14px;color:#0f172a;font-weight:600}.dispatch-card header span{font-size:13px;color:#64748b}.dispatch-card__times{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#475569;text-transform:uppercase;letter-spacing:.04em}.dispatch-card__address{margin:0;font-size:12px;color:#414c5c}.dispatch-card__signals{margin:0;font-size:11px;line-height:1.35;color:#64748b}.dispatch-board__empty{padding:32px;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:18px;color:#475569;text-align:center;grid-column:1 / -1}@media(max-width:1080px){.dispatch-layout{grid-template-columns:240px 1fr}.dispatch-map-card .map-shell{height:320px}}@media(max-width:900px){.dispatch-layout{grid-template-columns:1fr}.dispatch-sidebar{position:relative;max-height:320px}}.day-list{border-radius:16px;background:#fff}.day-list .grid{display:grid;grid-template-columns:1fr;gap:10px;padding:10px 14px}.day-list .hour-section{display:grid;grid-template-columns:70px 1fr;gap:10px;align-items:start}.day-list .hour-label{color:#94a3b8;font-size:.8rem;text-align:right;padding-top:6px;font-weight:700}.day-list .hour-list{background:#fff;border-radius:12px;box-shadow:inset 0 0 0 1px #eef2f7,0 14px 20px #0f172a0d;padding:8px;display:flex;flex-direction:column;gap:6px}.day-list .hour-list.empty{min-height:28px}.day-list .hour-list[data-active=true]{box-shadow:inset 0 0 0 2px #2563eb,0 10px 24px #2563eb26;background:#2563eb0d}.dispatch-job-dialog{width:min(900px,92vw)}.dispatch-job-dialog .action-dialog__body{padding:0;background:transparent}.dispatch-job-dialog.drawer .action-dialog__body{overflow:auto}.dispatch-job-form{padding:24px;display:flex;flex-direction:column;gap:20px;background:linear-gradient(180deg,#f8fafc,#fff);overflow:auto}.dispatch-job-form__head h4{margin:0;font-size:18px;color:#0f172a;font-weight:600}.dispatch-job-form__head p{margin:6px 0 0;color:#64748b;font-size:14px}.dispatch-job-form__error{background:#dc26261f;color:#b91c1c;border:1px solid rgba(248,113,113,.6);border-radius:12px;padding:12px 16px;font-size:13px}.dispatch-job-card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:18px 20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 12px 24px #0f172a0d}.dispatch-job-card header{display:flex;flex-direction:column;gap:4px}.dispatch-job-card header h5{margin:0;font-size:15px;color:#0f172a;font-weight:600}.dispatch-job-card header span{color:#94a3b8;font-size:13px}.dispatch-job-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,2fr));gap:14px}.dispatch-source-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.dispatch-source-tab{border:1px solid #dbe2f0;border-radius:12px;background:#fff;color:#0f172a;cursor:pointer;display:grid;gap:6px;min-height:92px;padding:14px 16px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.dispatch-source-tab strong{font-size:14px;font-weight:700}.dispatch-source-tab span{color:#64748b;font-size:12px;line-height:1.35}.dispatch-source-tab.is-active{background:#2563eb0f;border-color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb}.dispatch-customer-source{display:grid;gap:14px}.dispatch-customer-lookup{position:relative}.dispatch-customer-clear{position:absolute;right:10px;top:31px;border:0;background:transparent;color:#2563eb;cursor:pointer;font-size:12px;font-weight:700}.dispatch-customer-results{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 6px);max-height:260px;overflow:auto;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #dbe2f0;border-radius:12px;box-shadow:0 18px 42px #0f172a29}.dispatch-customer-result button{width:100%;border:0;border-radius:9px;background:transparent;color:#0f172a;cursor:pointer;display:grid;gap:3px;padding:9px 10px;text-align:left}.dispatch-customer-result button:hover{background:#f1f5f9}.dispatch-customer-result span{font-size:13px;font-weight:700}.dispatch-customer-result small{color:#64748b;font-size:12px}.dispatch-customer-result.is-loading,.dispatch-customer-result.is-empty,.dispatch-customer-hint,.dispatch-property-state{color:#64748b;font-size:13px}.dispatch-customer-result.is-loading,.dispatch-customer-result.is-empty{padding:10px}.dispatch-customer-selected,.dispatch-property-preview,.dispatch-job-readonly{border:1px solid #dbe2f0;border-radius:12px;background:#f8fafc;padding:12px 14px}.dispatch-customer-selected{align-items:center;display:flex;justify-content:space-between;gap:12px}.dispatch-customer-selected div,.dispatch-property-preview,.dispatch-job-readonly{display:grid;gap:4px}.dispatch-customer-selected strong,.dispatch-property-preview strong,.dispatch-job-readonly strong{color:#0f172a;font-size:14px}.dispatch-customer-selected span,.dispatch-property-preview span,.dispatch-job-readonly span{color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase}.dispatch-customer-selected button{border:0;background:transparent;color:#2563eb;cursor:pointer;font-size:12px;font-weight:700}.dispatch-job-form__field-error{color:#dc2626;font-size:13px}.dispatch-job-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.dispatch-job-field span{font-weight:600;color:#0f172a}.dispatch-job-field input,.dispatch-job-field select,.dispatch-job-field textarea{border:1px solid #dbe2f0;border-radius:10px;padding:10px 12px;font-size:14px;color:#0f172a;font-family:inherit;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.dispatch-job-field textarea{resize:vertical;min-height:96px}.dispatch-job-field input:focus,.dispatch-job-field select:focus,.dispatch-job-field textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.dispatch-job-field small{color:#dc2626}.dispatch-job-field--wide{grid-column:1 / -1}.dispatch-job-frequency{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px 22px;box-shadow:0 18px 32px #0f172a0a;display:flex;flex-direction:column;gap:18px}.dispatch-job-frequency__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dispatch-job-frequency__head h5{margin:0;font-size:18px;font-weight:600;color:#0f172a}.dispatch-job-frequency__head p{margin:4px 0 0;color:#64748b;font-size:14px}.dispatch-job-frequency__reset{border:none;background:transparent;color:#2563eb;font-weight:600;font-size:13px;cursor:pointer}.dispatch-job-frequency__options{display:grid;gap:16px}.frequency-card{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.frequency-card strong{display:block;font-size:16px;font-weight:600;color:#0f172a}.frequency-card span{display:block;font-size:14px;color:#475569}.frequency-card__content{flex:1;text-align:left}.frequency-card__art{width:140px;height:120px;display:flex;align-items:center;justify-content:center}.frequency-card__art img{max-width:100%;height:auto}.frequency-card--active{border-color:#2563eb;box-shadow:0 12px 30px #2563eb26;transform:translateY(-2px)}.dispatch-job-frequency__error{color:#b91c1c;font-size:13px}.dispatch-job-frequency__placeholder{background:#2563eb14;border:1px dashed #2563eb;border-radius:14px;padding:16px;text-align:center;color:#1d4ed8;font-weight:600}@media(min-width:720px){.dispatch-job-frequency__options{grid-template-columns:repeat(2,minmax(0,1fr))}}.schedule-card-action-dialog{--popup-width: min(620px, calc(100vw - 32px) )}.schedule-card-action-dialog__body{display:grid;gap:18px}.schedule-card-action-dialog__summary{display:grid;gap:4px;padding:16px 18px;border-radius:18px;background:linear-gradient(135deg,#2563eb1f,#0ea5e90f);box-shadow:inset 0 0 0 1px #2563eb1f}.schedule-card-action-dialog__summary span,.schedule-card-action-dialog__summary small{color:#64748b;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.schedule-card-action-dialog__summary strong{color:#0f172a;font-size:1.25rem}.schedule-card-action-dialog__shortcuts{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.schedule-card-action-dialog__shortcuts button,.schedule-card-action-dialog__footer button{border:0;border-radius:14px;background:#2563eb;color:#fff;font-weight:800;padding:12px 14px;cursor:pointer;box-shadow:0 12px 24px #2563eb33}.schedule-card-action-dialog__shortcuts button{background:#f8fafc;color:#1d4ed8;box-shadow:inset 0 0 0 1px #cbd5e1}.schedule-card-action-dialog__form{display:grid;gap:14px;padding:18px;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #e2e8f0}.schedule-card-action-dialog__form header{display:grid;gap:4px}.schedule-card-action-dialog__form h4,.schedule-card-action-dialog__form p{margin:0}.schedule-card-action-dialog__form p{color:#64748b;font-size:.9rem}.schedule-card-action-dialog__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.schedule-card-action-dialog__grid label{display:grid;gap:6px;color:#334155;font-weight:800}.schedule-card-action-dialog__grid span{font-size:.76rem;letter-spacing:.07em;text-transform:uppercase}.schedule-card-action-dialog__grid select{min-height:44px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;padding:0 12px}.schedule-card-action-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.schedule-card-action-dialog__footer>span{color:#475569}.schedule-card-action-dialog__footer button:disabled{cursor:not-allowed;opacity:.68}@media(max-width:640px){.schedule-card-action-dialog__grid,.schedule-card-action-dialog__shortcuts{grid-template-columns:1fr}.schedule-card-action-dialog__footer{align-items:stretch;flex-direction:column}}.schedule-move-dialog{--popup-width: 520px}.schedule-move-dialog.rich{--popup-width: 1180px}.action-dialog.schedule-move-dialog.rich .action-dialog__panel{width:min(1180px,calc(100vw - 32px))}.schedule-move-dialog__body{display:flex;flex-direction:column;gap:18px}.schedule-move-dialog__summary{gap:12px}.schedule-move-dialog__summary>div{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid #dbe4f0;border-radius:14px;background:#f8fbff}.schedule-move-dialog__summary span{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#7b8ba7}.schedule-move-dialog__summary strong{font-size:14px;color:#21324a;line-height:1.4}.schedule-move-dialog__field{display:flex;flex-direction:column;gap:8px}.schedule-move-dialog__field>span{font-size:13px;font-weight:600;color:#21324a}.schedule-move-dialog__field select,.schedule-move-dialog__field input{width:100%;min-height:44px;border:1px solid #dbe4f0;border-radius:12px;padding:0 14px;font-size:14px;color:#21324a;background:#fff}.schedule-move-dialog__form{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.schedule-move-dialog__layout{display:flex;flex-direction:row;gap:18px;align-items:start;flex:10}.schedule-move-dialog__left{flex:4}.schedule-move-dialog__right{min-width:0}.schedule-move-dialog__hint{margin:-4px 0 0;font-size:13px;color:#6f7f98}.schedule-move-dialog__planner-ai-note{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid #dbe4f0;border-radius:14px;background:#f8fbff}.schedule-move-dialog__planner-ai-note strong{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7b8ba7}.schedule-move-dialog__planner-ai-note span{font-size:13px;color:#21324a}.schedule-move-dialog__planner{border:1px solid #dbe4f0;border-radius:14px;background:#f8fbff;overflow:hidden}.schedule-move-dialog__planner-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #dbe4f0;background:#eef5ff}.schedule-move-dialog__planner-header strong{display:block;font-size:14px;color:#21324a}.schedule-move-dialog__planner-header span{display:block;margin-top:2px;font-size:12px;color:#6f7f98}.schedule-move-dialog__planner-ai{min-height:38px;border:1px solid #2563eb;border-radius:10px;padding:0 14px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.schedule-move-dialog__planner-ai:disabled{opacity:.6;cursor:not-allowed}.schedule-move-dialog__planner-summary{margin:0;padding:10px 14px 0;font-size:13px;line-height:1.5;color:#51627e}.schedule-move-dialog__planner-summary p{margin:0 0 6px}.schedule-move-dialog__planner-summary p:last-child{margin-bottom:0}.schedule-move-dialog__planner-summary strong{color:#24364f}.schedule-move-dialog__planner-shell{display:grid;grid-template-columns:64px minmax(0,1fr);max-height:520px;overflow:auto;border-top:1px solid #eef3fb}.schedule-move-dialog__planner-hours{position:sticky;top:0;align-self:start;background:linear-gradient(180deg,#f8fbff 0% 100%);border-right:1px solid #e4ebf5;z-index:2}.schedule-move-dialog__planner-hour{height:48px;padding:4px 10px 0 0;text-align:right;font-size:11px;font-weight:700;color:#8a99b3}.schedule-move-dialog__planner-canvas{position:relative;min-height:420px;background:linear-gradient(180deg,#2563eb0d,#2563eb00) 0 0 / 100% 48px repeat-y,#fff}.schedule-move-dialog__planner-gridline{position:absolute;left:0;right:0;height:1px;background:#e8eef8;pointer-events:none}.schedule-move-dialog__planner-travel{position:absolute;left:16px;right:16px;z-index:3;display:flex;align-items:center;justify-content:center;padding:4px 8px;border:1px dashed #a9b7cc;border-radius:10px;background:#94a3b81f;color:#475569;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;pointer-events:none}.schedule-move-dialog__planner-job{position:absolute;left:16px;right:16px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px;border:1px solid #d6deed;border-radius:14px;background:#fff;box-shadow:0 10px 24px #0f172a14;text-align:left;cursor:grab}.schedule-move-dialog__planner-job strong{font-size:13px;line-height:1.35;color:#16243b}.schedule-move-dialog__planner-job span{font-size:12px;color:#667792}.schedule-move-dialog__planner-job.is-current{border-color:#2563eb;box-shadow:0 12px 28px #2563eb2e;background:#eff6ff}.schedule-move-dialog__planner-job.is-overflow{border-color:#ef4444;background:#fff1f2;box-shadow:0 12px 28px #ef444429}.schedule-move-dialog__planner-job.is-overflow strong{color:#8c1d18}.schedule-move-dialog__planner-job.is-overflow span{color:#b42318}.schedule-move-dialog__planner-job.is-locked{cursor:default;opacity:.88}.schedule-move-dialog__planner-job.is-movable:hover{transform:translateY(-1px)}.schedule-move-dialog__timeline-empty{margin:0;padding:18px 14px;font-size:13px;color:#6f7f98}@media(max-width:900px){.schedule-move-dialog__layout{grid-template-columns:1fr}.schedule-move-dialog__form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.schedule-move-dialog__summary,.schedule-move-dialog__form{grid-template-columns:1fr}}.schedule-edit-page{display:flex;flex-direction:column;gap:24px;padding:24px}.schedule-edit-page .page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.schedule-edit-page .page-header h1{margin:0;font-size:26px;font-weight:600;color:#111827}.schedule-edit-page .back-link{background:transparent;border:none;color:#2563eb;cursor:pointer;font-weight:500;padding:0}.schedule-edit-section{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:20px;box-shadow:0 1px 2px #0f172a0f}.schedule-edit-section+.schedule-edit-section{margin-top:0}.schedule-edit-section h2{margin:0 0 16px;font-size:18px;font-weight:600;color:#111827}.schedule-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.schedule-form-grid textarea{grid-column:1 / -1;min-height:96px}.schedule-field{display:flex;flex-direction:column;gap:6px}.schedule-field label{font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:#4b5563;font-weight:600}.schedule-field input,.schedule-field select,.schedule-field textarea{border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;color:#0f172a;background:#f9fafb}.schedule-field input:focus,.schedule-field select:focus,.schedule-field textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 2px #2563eb26}.schedule-field input[type=checkbox]{width:16px;height:16px;border-radius:5px;accent-color:#2563eb}.schedule-checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;text-transform:none;letter-spacing:0;font-weight:500}.schedule-edit-actions{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.schedule-edit-actions button{border:none;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer}.schedule-edit-actions .primary{background:#2563eb;color:#fff}.schedule-edit-actions .secondary{background:#e5e7eb;color:#1f2937}.schedule-status{margin-top:12px;font-size:14px;color:#065f46}.schedule-status.error{color:#b91c1c}.schedule-edit-body{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}.schedule-edit-main{flex:1 1 540px;display:flex;flex-direction:column;gap:24px}.schedule-edit-aside{flex:0 0 280px;display:flex;flex-direction:column;gap:20px;position:sticky;top:96px}.schedule-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px;box-shadow:0 1px 2px #0f172a14}.schedule-card h2,.schedule-card h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#0f172a}.schedule-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.schedule-card-head h2{margin:0}.schedule-chip-row{display:flex;gap:8px;flex-wrap:wrap}.schedule-summary{display:flex;flex-direction:column;gap:14px;margin:0}.schedule-summary.slim{gap:10px}.schedule-summary-row{display:flex;flex-direction:column;gap:2px}.schedule-summary-row dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#0f172a;font-weight:700}.schedule-summary-row dd{margin:0;font-size:15px;line-height:1.45;color:#4b5563;font-weight:500;word-break:break-word}.schedule-chip{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#e0f2fe;color:#0369a1}.schedule-chip.tone-success{background:#dcfce7;color:#047857}.schedule-chip.tone-danger{background:#fee2e2;color:#b91c1c}.schedule-chip.tone-warning{background:#fef3c7;color:#92400e}.schedule-chip.tone-info{background:#e0f2fe;color:#0369a1}.schedule-chip.secondary{box-shadow:inset 0 0 0 1px #0f172a1a}.schedule-chip.muted{background:#f3f4f6;color:#374151;font-weight:500}.schedule-chip-group{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.schedule-notes{margin:0;font-size:14px;line-height:1.5;color:#364152;white-space:pre-wrap}@media(max-width:1024px){.schedule-edit-aside{position:static;flex:1 1 100%}}@media(max-width:768px){.schedule-edit-body{flex-direction:column}.schedule-edit-main{flex:1 1 auto}.schedule-edit-aside{width:100%}}@media(max-width:640px){.schedule-edit-page{padding:20px}.schedule-edit-section,.schedule-card{padding:16px}.schedule-card-head{flex-direction:column;align-items:flex-start}}.job-detail-page{background:#f5f7fb;border-radius:18px;padding:20px 24px 32px}.job-detail-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:12px}.job-detail-eyebrow{margin:0;color:#475569;font-size:13px}.job-detail-header h1{margin:4px 0 0;font-size:26px;color:#0f172a}.job-detail-link{border:1px solid #cbd5f0;background:#fff;color:#0f172a;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer}.job-detail-link:disabled{opacity:.55;cursor:not-allowed}.job-detail-link.is-primary{background:linear-gradient(135deg,#2855ff,#1b8cff);border-color:transparent;color:#fff}.job-detail-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.job-detail-tabs{display:flex;gap:18px;border-bottom:1px solid #e2e8f0;padding-bottom:6px;margin-bottom:18px}.job-detail-tabs button{border:none;background:transparent;padding:8px 0;font-weight:600;color:#64748b;cursor:pointer;position:relative}.job-detail-tabs button.is-active{color:#1d4ed8}.job-detail-tabs button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:3px;border-radius:999px;background:linear-gradient(135deg,#2855ff,#1b8cff)}.job-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.job-hero h2{margin:4px 0 0;font-size:32px;color:#0f172a}.job-hero-sub{margin:0;color:#64748b;font-size:13px}.job-hero-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.job-tab-grid{display:grid;grid-template-columns:2fr 360px;gap:16px}.job-pane{background:#fff;border-radius:14px;padding:16px;border:1px solid #e2e8f0}.job-summary{background:#fff;border-radius:14px;padding:16px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:16px;align-items:stretch;justify-content:flex-start}.job-total-circle{width:160px;height:160px;border-radius:50%;border:12px solid #2855ff;display:grid;place-items:center;text-align:center;align-self:center}.job-total-amount{font-size:26px;font-weight:700;color:#0f172a}.job-total-label{color:#475569;font-size:14px}.job-total-breakdown{width:100%;display:flex;flex-direction:column;gap:10px}.job-total-breakdown .row{display:flex;align-items:center;justify-content:space-between;color:#0f172a;font-weight:600}.dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:6px}.dot.service{background:#2855ff}.dot.tax{background:#94a3b8}.job-toggle{margin-bottom:10px}.job-toggle input{margin-right:8px}.job-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.job-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#475569}.job-field input,.job-field select,.job-field textarea{border:1px solid #d8e0f0;border-radius:10px;padding:10px 12px;font:inherit;background:#fff}.job-field--checkbox{justify-content:flex-end}.job-checkbox-inline{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#0f172a}.job-visits{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:16px;align-items:start}.job-visits h4{margin:0 0 8px;color:#0f172a}.visit-list{display:grid;gap:8px;height:100%}.visit-card{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;background:#f8fafc;align-items:start}.visit-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;grid-column:1 / -1}.visit-card__title{font-size:13px;color:#0f172a}.visit-card .label{color:#94a3b8;font-size:12px;line-height:1.3}.visit-card div{display:flex;flex-direction:column;gap:2px}.visit-card strong{font-size:13px;color:#0f172a;line-height:1.35}.job-details-tab{margin-top:16px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.details-grid--job{grid-template-columns:minmax(0,2fr) minmax(260px,.8fr)}.details-card{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.details-card--wide{min-width:0}.details-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.details-card h3{margin:0 0 8px;font-size:15px}.details-card__header h3{margin-bottom:0}.details-summary{display:grid;gap:10px}.details-summary div{display:flex;flex-direction:column;gap:2px}.details-summary span{color:#64748b;font-size:12px;font-weight:600}.details-summary strong{color:#0f172a;line-height:1.35;overflow-wrap:anywhere}.job-checkbox{margin-top:8px;display:flex;align-items:center;gap:6px}.job-empty-tab{margin-top:16px;border:1px dashed #cbd5f0;padding:16px;border-radius:12px;background:#fff}.job-service-table{margin-top:18px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.service-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.service-table{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.service-head,.service-row{display:grid;grid-template-columns:1.2fr 1fr 1fr .9fr 1.5fr .8fr .8fr .8fr;gap:8px;align-items:center;padding:10px 12px;font-size:13px}.service-head{background:#f8fafc;font-weight:700}.service-row{background:#fff;border-top:1px solid #e2e8f0}.service-actions{display:flex;gap:8px;flex-wrap:wrap}.service-actions button{border:none;background:transparent;cursor:pointer}.job-footer-actions{display:flex;gap:10px;justify-content:flex-start;margin-top:16px}.job-feedback{margin-top:10px;color:#0f172a}.primary{background:linear-gradient(135deg,#2855ff,#1b8cff);color:#fff;border:none;padding:10px 16px;border-radius:10px;cursor:pointer}.primary.ghost{background:#eef2ff;color:#1b46c2}.secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1;padding:10px 16px;border-radius:10px;cursor:pointer}.ghost{border:1px solid #cbd5e1;background:#fff;padding:8px 12px;border-radius:8px;cursor:pointer}.job-helper{color:#64748b;font-size:12px;display:block;margin-top:4px}.schedule-input-row{display:flex;align-items:center;gap:8px}.schedule-input-row input,.schedule-input-row select{flex:1}.schedule-calendar{border:1px solid #d8e0f0;background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer;line-height:1}.manual-schedule-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:flex-start;justify-content:center;padding:32px 16px;z-index:40}.manual-schedule-modal{background:#fff;border-radius:16px;padding:20px;width:min(1140px,calc(100% - 32px));max-height:calc(100vh - 64px);overflow:auto;box-shadow:0 20px 50px #00000014}.manual-schedule-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.manual-schedule-header h3{margin:0 0 6px;font-size:22px;color:#0f172a}.manual-schedule-header p{margin:0;color:#475569;line-height:1.5}.manual-close{border:none;background:#f1f5f9;border-radius:10px;width:36px;height:36px;font-size:18px;cursor:pointer}.manual-year-nav{display:flex;align-items:center;justify-content:center;gap:12px;margin:8px 0 16px}.manual-year-nav button{border:1px solid #d8e0f0;background:#fff;border-radius:10px;width:36px;height:36px;cursor:pointer}.manual-year-label{font-weight:700;color:#0f172a}.manual-schedule-calendars{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.manual-month{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.manual-month-title{font-weight:700;color:#0f172a;margin-bottom:8px}.manual-weekdays{display:grid;grid-template-columns:repeat(7,1fr);font-size:12px;color:#94a3b8;margin-bottom:6px;text-align:center}.manual-month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.manual-day{display:grid;place-items:center;background:#fff;border:1px solid #d8e0f0;border-radius:8px;padding:8px 0;font-size:14px;cursor:pointer}.manual-day.placeholder{background:transparent;border:none;cursor:default}.manual-day.is-selected{background:#e5edff;border-color:#2855ff;color:#1d4ed8;font-weight:700}.manual-feedback{margin-top:12px;padding:10px 12px;border-radius:10px;background:#eef2ff;color:#1d4ed8}.manual-feedback.error{background:#fef2f2;color:#b91c1c}.manual-feedback.success{background:#ecfdf3;color:#166534}.manual-actions{display:flex;align-items:center;gap:10px;margin-top:16px}.job-schedule-tab{margin-top:16px}.job-schedule-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px}.job-schedule-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:16px}.job-schedule-card h3,.job-schedule-card h4{margin:0;color:#0f172a}.job-schedule-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.job-schedule-card__header p{margin:6px 0 0;color:#64748b;line-height:1.5}.job-schedule-card__actions{display:flex;gap:10px;flex-wrap:wrap}.job-schedule-visits{display:grid;gap:16px}.job-muted{margin:0;color:#64748b}.job-execution-panel{border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:#f8fafc;display:flex;flex-direction:column;gap:12px}.job-execution-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.job-execution-panel__eyebrow{margin:0 0 4px;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.job-execution-panel__header h3{margin:0;font-size:18px;color:#0f172a}.job-execution-panel__helper{margin:0;color:#64748b;font-size:13px;line-height:1.5}.job-execution-panel__grid{display:grid;gap:10px}.job-execution-panel__item{display:flex;align-items:center;justify-content:space-between;gap:12px}.job-execution-panel__item span{font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:700}.job-execution-panel__item strong{color:#0f172a;text-align:right}@media(max-width:1100px){.job-hero{flex-direction:column;align-items:stretch}.job-hero-meta{justify-content:flex-start}.job-tab-grid{grid-template-columns:1fr}.job-summary{order:-1}.job-schedule-grid{grid-template-columns:1fr}}.job-attachments{margin-top:16px;display:flex;flex-direction:column;gap:16px}.evidence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.evidence-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:10px}.evidence-header{display:flex;align-items:center;justify-content:space-between;color:#475569;font-size:12px}.evidence-header h3{margin:0;font-size:15px;color:#0f172a}.evidence-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.evidence-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;aspect-ratio:4 / 3}.evidence-item img{width:100%;height:100%;object-fit:cover;display:block}.evidence-empty{font-size:12px;color:#94a3b8;margin:0}.evidence-upload{display:flex;flex-direction:column;gap:6px}.evidence-label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.evidence-label input,.evidence-label textarea{border:1px solid #d8e0f0;border-radius:10px;padding:8px 10px;font:inherit;background:#fff}.evidence-label textarea{min-height:70px;resize:vertical}.evidence-helper{font-size:12px;color:#64748b}.evidence-feedback{padding:10px 12px;border-radius:10px;background:#eef2ff;color:#1d4ed8}.evidence-feedback.error{background:#fef2f2;color:#b91c1c}.evidence-feedback.success{background:#ecfdf3;color:#166534}.checklist-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px}.checklist-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.checklist-header h3{margin:0 0 4px;font-size:16px;color:#0f172a}.checklist-header p{margin:0;color:#475569;font-size:12px}.checklist-groups{display:flex;flex-direction:column;gap:16px}.checklist-group h4{margin:0 0 8px;font-size:14px;color:#0f172a}.checklist-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.checklist-item{border:1px solid #e2e8f0;border-radius:12px;padding:10px;background:#f8fafc;display:flex;flex-direction:column;gap:8px}.checklist-question{font-size:13px;color:#0f172a;font-weight:600}.checklist-item select,.checklist-item input,.checklist-item textarea{border:1px solid #d8e0f0;border-radius:10px;padding:8px 10px;font:inherit;background:#fff}.checklist-item textarea{min-height:70px;resize:vertical}.checklist-empty{color:#94a3b8;font-size:12px}.checklist-feedback{padding:10px 12px;border-radius:10px;background:#eef2ff;color:#1d4ed8}.checklist-feedback.error{background:#fef2f2;color:#b91c1c}.checklist-feedback.success{background:#ecfdf3;color:#166534}.report-studio{display:grid;gap:1.75rem;padding:2rem 2.5rem 3rem;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:transparent;min-height:100vh}.report-hero{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;flex-wrap:wrap}.report-hero h1{margin:0;font-size:2rem;font-weight:600;color:#0f172a}.report-hero p{margin:.25rem 0 0;color:#5b6b82;max-width:38rem}.report-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.report-hero__actions .action-button[disabled]{opacity:.5;cursor:not-allowed}.report-error{padding:1rem 1.25rem;border-radius:1rem;border:1px solid rgba(239,68,68,.2);background:#fef2f2b3;color:#b91c1c;font-weight:500}.report-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.report-filters label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:#1d3565}.report-filters select,.report-filters input{width:100%;padding:.75rem .9rem;border-radius:.85rem;border:1px solid #d4dff5;background:#fff;color:#334155}.filter-field.full{grid-column:span 2}.report-search{position:relative;display:flex;align-items:center}.report-search input{padding-right:2.5rem}.report-search button{position:absolute;right:.85rem;height:1.6rem;width:1.6rem;border-radius:999px;border:none;background:transparent;color:#64748b;cursor:pointer;display:grid;place-items:center;font-size:1rem}.report-search button:hover{color:#0f172a}.report-filter-notice{grid-column:1 / -1;padding:.85rem 1rem;border-radius:.9rem;border:1px solid rgba(59,130,246,.2);background:#dbeafea6;color:#1d4ed8;font-size:.85rem;font-weight:500}.report-quick{display:flex;flex-direction:column;gap:.4rem}.report-quick span{font-weight:600;color:#1d3565}.report-range-label{color:#5b6b82;font-size:.8rem}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.chip-row button{border:1px solid #d7e3ff;background:#fff;border-radius:999px;padding:.35rem 1rem;color:#1d3565;cursor:pointer;font-weight:500;transition:background .2s ease,border-color .2s ease}.chip-row button:hover{border-color:#99b5ff}.chip-row button.active{background:#2351ff;color:#fff;border-color:#2351ff}.report-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.report-card{background:#fff;border-radius:1.25rem;padding:1.2rem 1.35rem;border:1px solid #e7edfb;box-shadow:0 20px 50px #2351ff14;min-height:8.5rem;display:flex;flex-direction:column;justify-content:space-between}.report-card.loading{color:#94a3b8;background:linear-gradient(120deg,#f8faff,#eef3ff)}.report-card header{display:flex;justify-content:space-between;align-items:baseline;font-size:.85rem;gap:.5rem}.report-card header p{margin:0;color:#4f5d7a}.report-card header span{font-weight:600;font-size:.8rem}.report-card header span.positive{color:#16a34a}.report-card header span.negative{color:#dc2626}.report-card header span.neutral{color:#64748b}.report-card strong{display:block;margin-top:.75rem;font-size:1.8rem;color:#0f172a;font-weight:600}.report-panel{background:#fff;border-radius:1.5rem;padding:1.5rem;border:1px solid #e7edfb;box-shadow:0 18px 40px #0d1e4214;display:flex;flex-direction:column;gap:1rem}.report-panel header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.report-panel header h2{margin:0;font-size:1.2rem;font-weight:600;color:#0f172a}.report-panel header p{margin:.2rem 0 0;color:#7c8aab;font-size:.9rem}.chart-bars{display:flex;flex-direction:column;gap:.9rem}.chart-bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:auto auto;align-items:center;gap:.4rem .75rem}.chart-bar .bar{height:.85rem;border-radius:999px;background:linear-gradient(90deg,#99b5ff,#2351ff);grid-column:1 / 2;grid-row:1 / 2}.chart-bar span{grid-column:1 / 4;grid-row:2 / 3;color:#5b6b82;font-size:.85rem}.chart-bar strong{grid-column:2 / 3;grid-row:1 / 2;font-size:1rem;color:#0f172a}.chart-bar small{grid-column:3 / 4;grid-row:1 / 2;font-size:.75rem;color:#64748b;text-align:right}.trend-meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.85rem;color:#5b6b82}.trend-chart{width:100%;height:200px}.trend-area{fill:#2351ff26}.trend-line{fill:none;stroke:#2351ff;stroke-width:2}.trend-x-axis{display:flex;justify-content:space-between;gap:.5rem;color:#7c8aab;font-size:.75rem}.trend-x-axis span{flex:1;text-align:center}.chart-empty,.table-empty{color:#64748b;font-size:.9rem;padding:1.25rem;border-radius:1rem;background:#e2e8ff59;border:1px dashed rgba(148,163,255,.4);text-align:center}.report-table table{width:100%;border-collapse:collapse}.report-table th,.report-table td{padding:.85rem .5rem;text-align:left;border-bottom:1px solid rgba(148,163,184,.2)}.report-table th{color:#7c8aab;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.96px}.report-table td{color:#0f172a;font-weight:500}@media(max-width:960px){.report-hero{flex-direction:column;align-items:flex-start}.trend-x-axis{flex-wrap:wrap}.trend-x-axis span{flex:0 0 calc(33.33% - .5rem)}}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;opacity:0}.react-grid-item:hover>.react-resizable-handle{opacity:1}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.rs-ai{--rail-width: 17.5rem;display:block;gap:0!important;margin:0;padding:.8rem 1.5rem;background:transparent;min-height:100vh;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;border-top-left-radius:var(--corner-size)}.rs-ai__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin:0;padding:0;gap:1.5rem}.rs-ai__actions .btn{width:var(--rail-width);text-align:left;padding:10px;border-radius:6px}.btn.rs-ai__header-primary{border:1px solid #2360CC;background-color:#2360cc;color:#fff;font-weight:500}.btn.rs-ai__header-primary:hover{border-color:#1d4fb0;background-color:#1d4fb0;color:#fff}.btn.rs-ai__header-primary.is-disabled,.btn.rs-ai__header-primary.is-disabled:hover{border-color:#94a3b8;background-color:#94a3b8;color:#fff;cursor:not-allowed}.rs-ai__title h1{display:flex;align-items:center;font-size:30px;margin:0;font-weight:400;color:#202224}.badge{font-size:.8rem;background:#e6efff;color:#2251ff;padding:.15rem .45rem;border-radius:999px;margin-left:.5rem;font-weight:700}.rs-ai__layout{display:grid;grid-template-columns:var(--rail-width) minmax(0,1fr);gap:1rem;margin-top:1rem;padding:0}.rs-ai__rail{background:#fff;border:1px solid rgba(16,24,40,.08);border-radius:.75rem;display:flex;flex-direction:column;min-height:100vh;height:100vh}.rail__search{padding:24px 16px;border-bottom:1px solid rgba(16,24,40,.08)}.rail__search input{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.66671%2014.5002C3.90004%2014.5002%200.833374%2011.4335%200.833374%207.66683C0.833374%203.90016%203.90004%200.833496%207.66671%200.833496C11.4334%200.833496%2014.5%203.90016%2014.5%207.66683C14.5%2011.4335%2011.4334%2014.5002%207.66671%2014.5002ZM7.66671%201.8335C4.44671%201.8335%201.83337%204.4535%201.83337%207.66683C1.83337%2010.8802%204.44671%2013.5002%207.66671%2013.5002C10.8867%2013.5002%2013.5%2010.8802%2013.5%207.66683C13.5%204.4535%2010.8867%201.8335%207.66671%201.8335Z'%20fill='%2394A3B8'/%3e%3cpath%20d='M14.6667%2015.1668C14.54%2015.1668%2014.4134%2015.1202%2014.3134%2015.0202L12.98%2013.6868C12.7867%2013.4935%2012.7867%2013.1735%2012.98%2012.9802C13.1734%2012.7868%2013.4934%2012.7868%2013.6867%2012.9802L15.02%2014.3135C15.2134%2014.5068%2015.2134%2014.8268%2015.02%2015.0202C14.92%2015.1202%2014.7934%2015.1668%2014.6667%2015.1668Z'%20fill='%2394A3B8'/%3e%3c/svg%3e") no-repeat .75rem center;background-size:14px 14px;width:100%;padding:8px 8px 8px 2rem;border:1px solid rgba(16,24,40,.12);border-radius:20px}.rail__tree{padding:.5rem}.rail__tree summary{cursor:pointer;font-weight:700;padding:.4rem}.rail__tree-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.rail__tree-add{border:none;background:transparent;color:#2360cc;font-weight:600;cursor:pointer;padding:0}.rail__tree-add:hover{text-decoration:underline}.rail__tree ul{list-style:none;margin:0;padding:0 .25rem .5rem}.rail__screen-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;border-radius:.5rem}.rail__screen-item:hover,.rail__screen-item:focus-within,.rail__screen-item.is-active{background:#f5f7fb}.rail__tree .rail__screen-button{min-width:0;width:100%;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rail__screen-item.is-active .rail__screen-button{font-weight:700}.rail__screen-actions{display:flex;align-items:center;opacity:0;pointer-events:none;padding-right:4px}.rail__screen-item:hover .rail__screen-actions,.rail__screen-item:focus-within .rail__screen-actions,.rail__screen-item.is-active .rail__screen-actions{opacity:1;pointer-events:auto}.rail__tree .rail__screen-menu-button{width:28px;height:28px;min-width:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#64748b}.rail__tree .rail__screen-menu-button:hover,.rail__tree .rail__screen-menu-button:focus-visible{background:#e2e8f0;color:#334155}.rail__tree button{text-align:left;padding:.45rem .6rem;border:none;background:transparent;border-radius:.5rem}.rail__tree button:hover{background:#f5f7fb}.rail__footer{margin-top:auto;padding:.75rem;color:#6b7280;font-size:.85rem}.rs-ai__stage{min-height:100vh;height:100vh;overflow:auto;padding-bottom:2rem}.report-grid-shell{width:100%;min-height:100%}.report-grid{min-height:100%}.report-grid.react-grid-layout{position:relative}.report-grid .react-grid-item{transition:transform .16s ease,width .16s ease,height .16s ease,box-shadow .12s ease,opacity .12s ease}.report-grid .react-grid-item.react-draggable-dragging,.report-grid .react-grid-item.resizing{z-index:20;transition:none}.report-grid .react-grid-placeholder{border-radius:.75rem;background:#2360cc;background:#2360cc29;opacity:1}.report-grid .react-resizable-handle{z-index:60}.widget{position:relative;height:100%;background:#fff;border:1px solid rgba(16,24,40,.08);border-radius:.75rem;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-width:0;min-height:0;overflow:hidden;box-shadow:0 10px 24px #0f172a0f}.widget__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;cursor:grab}.widget__header:active{cursor:grabbing}.widget__header h4{margin:0;min-width:0;font-size:14px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget__actions{display:flex;align-items:center;flex-shrink:0;cursor:default}.widget__menu-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.widget__menu-button:hover,.widget__menu-button:focus-visible{border-color:#94a3b88c;background:#fff;color:#334155;outline:none}.widget__menu-button:disabled{color:#cbd5e1;cursor:not-allowed}.dropdown-menu.report-widget-dropdown{min-width:160px;padding:8px;margin:0;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 38px #0f172a1f;display:flex;flex-direction:column;gap:4px}.report-widget-dropdown__item{width:100%;border:0;background:transparent;padding:10px 12px;text-align:left;font-size:14px;font-weight:500;color:#0f172a;border-radius:10px;display:flex;align-items:center;gap:10px;cursor:pointer}.report-widget-dropdown__item-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;min-width:16px;height:16px;font-size:12px;font-weight:700;line-height:1}.report-widget-dropdown__item:hover,.report-widget-dropdown__item:focus-visible{background:#f1f5f9;outline:none}.report-widget-dropdown__item--danger{color:#dc2626}.report-widget-dropdown__item--danger:hover,.report-widget-dropdown__item--danger:focus-visible{background:#fef2f2}.widget__body{border-radius:.5rem;padding:.5rem;flex:1;min-width:0;min-height:0;overflow:hidden}.report-indicator-summary{height:100%;min-height:0;box-shadow:none}.report-indicator-summary .dashboard-summary-tile{height:100%;min-height:0;box-shadow:0 14px 30px #2f3d591f}.report-indicator-summary .dashboard-summary-label{display:none}.report-indicator-summary .dashboard-summary-value{font-size:clamp(28px,2vw,52px);line-height:1;white-space:nowrap}.empty{border:1px dashed rgba(16,24,40,.08);background:#f3f6fb;border-radius:.75rem;padding:2rem;text-align:center}.empty .btn{border-radius:6px}.empty h3{margin-top:0}.modal__backdrop{position:fixed;inset:0;background:var(--popup-backdrop, rgba(15, 23, 42, .56));-webkit-backdrop-filter:blur(var(--popup-backdrop-blur, 6px));backdrop-filter:blur(var(--popup-backdrop-blur, 6px));display:grid;place-items:center;z-index:9000}.modal{width:min(1200px,100%);height:min(590px,100%);background:var(--popup-panel-bg, #fff);border:var(--popup-panel-border, 1px solid rgba(148, 163, 184, .26));border-radius:var(--popup-panel-radius, 18px);padding:30px;box-shadow:var(--popup-panel-shadow, 0 28px 70px rgba(15, 23, 42, .3));display:flex;flex-direction:column;justify-content:center}.modal.modal--small{width:min(480px,calc(100vw - 32px));height:auto;min-height:0;justify-content:flex-start}.report-delete-confirm__message{margin:0;color:#334155;font-size:14px;line-height:1.5}.report-delete-confirm__card{border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;padding:12px 14px;display:grid;gap:4px}.report-delete-confirm__card span{font-size:12px;font-weight:500;color:#64748b}.report-delete-confirm__card strong{font-size:14px;font-weight:700;color:#0f172a}.report-delete-confirm__danger{background-color:#dc2626;border-color:#dc2626}.report-delete-confirm__danger:hover,.report-delete-confirm__danger:focus-visible{background-color:#b91c1c;border-color:#b91c1c}.modal__header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:var(--popup-header-border, 1px solid rgba(148, 163, 184, .24));background:var(--popup-header-bg, linear-gradient(135deg, #eef2ff 0%, #e2e9fb 100%));padding:1rem 1.15rem;margin:-30px -30px 0}.modal__header h2{grid-column:2;justify-self:center;margin:0;text-align:center;font-size:clamp(20px,2vw,28px);line-height:1.2;font-weight:600;color:#0f172a}.modal__header .icon-btn{grid-column:3;justify-self:end;width:36px;height:36px;border-radius:12px;border:1px solid rgba(59,130,246,.25);background:#ffffffe6;color:#1d4ed8;font-size:1.1rem;line-height:0;cursor:pointer}.modal__header .icon-btn:hover{border-color:#2563eb73;box-shadow:0 10px 22px #3b82f633}.modal__content{padding:1rem 2rem 1.5rem;display:grid;gap:.75rem;background:var(--popup-body-bg, #f8fbff);margin:0 -30px -30px;padding:1.5rem 2rem 2rem}.modal__content>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.modal__content input,.modal__content textarea{width:100%;border-radius:14px;border:var(--popup-input-border, 1px solid rgba(148, 163, 184, .36));padding:1rem;font:inherit;outline:none;background:var(--popup-input-bg, #fff);color:var(--popup-intup-text, #0f172a)}.modal__content textarea{min-height:230px;resize:none}.modal__content textarea::placeholder{color:#94a3b8}.modal__content textarea:focus{outline:none;border-color:#2360cc;box-shadow:0 6px 18px #02061714}.modal__help{color:#0c1a33;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-top:0}.modal__examples{display:flex;justify-content:center;flex-wrap:nowrap;gap:10px;padding:1rem 2rem;box-sizing:border-box}.example-card{flex:0 0 264px;height:84px;padding:10px;border:1px solid var(--Gray-200, #E2E8F0);border-radius:6px;background:#fffc;text-align:center;font-size:12px;font-weight:500;color:#0f172a;line-height:1.3;display:flex;align-items:center;padding-inline:45px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s}.example-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #02061714;border-color:#2360cc}@media(max-width:720px){.rs-ai__actions,.rs-ai__actions .btn{width:100%}.rs-ai__layout{grid-template-columns:1fr}.modal__examples{flex-wrap:wrap;justify-content:center;margin:1rem}.example-card{flex:1 1 100%;max-width:264px}}.searchable-select{display:grid;gap:8px}.searchable-select__trigger{width:100%;min-height:44px;border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#111827;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.searchable-select__trigger.is-placeholder{color:#6b7280}.searchable-select__trigger.is-disabled{background:#f8fafc;color:#94a3b8}.searchable-select__caret{color:#64748b;flex:0 0 auto}.searchable-select__clear{justify-self:end;border:0;background:transparent;color:#2563eb;font-size:.82rem;font-weight:600}.searchable-select__menu{width:min(100%,420px)}.searchable-select__panel{display:grid;gap:10px;padding:12px}.searchable-select__search{width:100%;min-height:40px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px}.searchable-select__list{display:grid;gap:8px;max-height:260px;overflow:auto}.searchable-select__option{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:10px 12px;text-align:left}.searchable-select__option:hover,.searchable-select__option.is-selected{border-color:#93c5fd;background:#eff6ff}.searchable-select__option-copy{display:grid;gap:2px}.searchable-select__option-copy strong{font-size:.92rem;color:#111827}.searchable-select__option-copy small{color:#6b7280;font-size:.8rem}.searchable-select__empty{padding:14px 10px;color:#6b7280;text-align:center}.app-tool.commercial-measures main{padding:0;margin:0}.commercial-measures-page{display:flex;flex-direction:column;gap:1.5rem;padding:2rem clamp(1.5rem,4vw,3rem) 2.5rem;min-height:100%;max-width:1200px;margin:0 auto}@media(max-width:1024px){.commercial-measures-page{padding:2rem;gap:1.5rem}}@media(max-width:640px){.commercial-measures-page{padding:1.25rem}}.cm-detail-page{gap:1.75rem}.cm-detail__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.cm-detail__header h1{margin:0 0 .35rem;font-size:clamp(26px,2vw,34px);color:#0f172a}.cm-detail__header p{margin:0;color:#475569}.cm-detail__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.cm-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.cm-detail-card{background:#fff;border-radius:22px;padding:1.25rem 1.5rem;box-shadow:0 20px 45px #0f172a1a;display:flex;flex-direction:column;gap:.75rem}.cm-detail-card h3{margin:0;font-size:16px;color:#0f172a}.cm-detail-card h4{margin:.75rem 0 .35rem;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.cm-detail-card dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.35rem .85rem;font-size:13px;color:#475569}.cm-detail-card dt{font-weight:600;color:#1f2937}.cm-detail-card dd{margin:0}.cm-detail-card p{margin:0;color:#475569;line-height:1.5}.cm-detail-card--notes{grid-column:1 / -1}.cm-hero{background:linear-gradient(135deg,#fafeff,#fff 55%,#eff4ff);border-radius:26px;padding:1.5rem 1.75rem;box-shadow:0 30px 60px #0f172a1f;display:grid;grid-template-areas:"profile actions" "stats stats";gap:1.5rem}@media(max-width:1024px){.cm-hero{grid-template-areas:"profile" "actions" "stats";gap:1.5rem;border-radius:28px;padding:1.75rem}}.cm-hero__profile{grid-area:profile;display:flex;gap:1rem;align-items:center}.cm-avatar{width:60px;height:60px;border-radius:18px;box-shadow:0 12px 28px #0f172a38;object-fit:cover}.cm-kicker{margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.3em;font-size:12px;color:#94a3b8}.cm-hero__profile h1{margin:0 0 .4rem;font-size:clamp(28px,2vw,38px);color:#0f172a}.cm-hero__profile p{margin:0;color:#475569;font-size:16px}.cm-hero__actions{grid-area:actions;display:flex;flex-direction:column;gap:.75rem;align-items:stretch;justify-content:flex-start;padding:1rem;border-radius:18px;background:#2360cc12;border:1px solid rgba(35,96,204,.1);box-shadow:inset 0 1px #fff9}.cm-hero__actions-label{margin:0 0 .25rem;font-size:14px;font-weight:600;color:#1f2937}.cm-hero__stats{grid-area:stats}.cm-primary-btn{display:inline-flex;align-items:center;gap:.5rem;border-radius:8px;border:1px solid #2360cc;font-weight:600;font-size:14px;padding:12px 24px;background:#2360cc;color:#fff;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:transform .15s ease,box-shadow .15s ease,color .15s ease,background .15s ease;text-decoration:none}.cm-hero__actions .cm-primary-btn{width:100%;justify-content:center}.cm-primary-btn img{width:16px;height:16px}.cm-primary-btn:hover,.cm-primary-btn:focus-visible{transform:translateY(-1px)}.cm-primary-btn--ghost{background:transparent;color:#2360cc;box-shadow:none}.cm-fab{display:none;position:fixed;right:1.25rem;bottom:max(1.25rem,env(safe-area-inset-bottom));z-index:40;width:72px;height:72px;align-items:center;justify-content:center;border:none;border-radius:50%;background:#8fb0f0;color:#2360cc;box-shadow:0 14px 28px #0f172a47;cursor:pointer}.cm-fab span{display:block;font-size:56px;font-weight:300;line-height:.9;transform:translateY(-2px)}.cm-hero__stats{grid-area:stats;display:flex;flex-direction:column;gap:.75rem}.cm-stats{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.cm-stats li{margin:0}.cm-stat{width:100%;border-radius:18px;padding:.9rem 1rem;background:#ffffffe6;border:1px solid rgba(226,232,240,.9);box-shadow:inset 0 1px #ffffffe6,0 12px 28px #0f172a14;cursor:pointer;text-align:left;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.cm-stat p{margin:0;font-size:14px;color:#64748b}.cm-stat strong{display:block;font-size:24px;margin-top:.35rem;color:#0f172a}.cm-stat small{color:#94a3b8;display:block;margin-top:.35rem}.cm-stat.is-active{border-color:#2360cc;box-shadow:0 20px 45px #2360cc40;transform:translateY(-2px)}.cm-stat--scheduled strong{color:#2563eb}.cm-stat--done strong{color:#16a34a}.cm-caption{color:#94a3b8;font-size:14px}.cm-cards{background:#fff;border-radius:26px;padding:1.5rem;box-shadow:0 28px 60px #0f172a1a;display:flex;flex-direction:column;gap:.85rem}.cm-cards__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.cm-cards__header h2{margin:.1rem 0 0;font-size:22px;color:#0f172a}.cm-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.35rem}.cm-empty{border:1px dashed rgba(148,163,184,.45);border-radius:24px;padding:2rem;text-align:center;color:#475569;background:#f8fafccc}.cm-empty h3{margin:0 0 .35rem;color:#0f172a}.cm-card__button{display:flex;flex-direction:column;gap:.85rem;background:linear-gradient(180deg,#fff,#f7faff);border:1px solid rgba(229,231,235,.8);border-radius:22px;padding:1rem 1.1rem;text-align:left;color:inherit;box-shadow:0 18px 40px #0f172a14;transition:transform .15s ease,box-shadow .15s ease;min-height:100%;width:100%;border:none;background-clip:padding-box;cursor:pointer}.cm-card__button:focus-visible,.cm-card__button:hover{transform:translateY(-4px);box-shadow:0 35px 70px #2563eb2e;outline:none}.cm-card__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cm-card__eyebrow{margin:0 0 .25rem;font-size:12px;color:#94a3b8}.cm-card__header h3{margin:0;font-size:16px;color:#0f172a}.cm-pill{border-radius:999px;padding:.25rem .85rem;font-size:11px;font-weight:600}.cm-pill--scheduled{background:#2563eb1f;color:#1d4ed8}.cm-pill--done{background:#10b98126;color:#0f766e}.cm-pill--pending{background:#f59e0b29;color:#92400e}.cm-pill--cancelled{background:#ef444426;color:#b91c1c}.cm-card__details{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.3rem .85rem;font-size:13px;color:#475569}.cm-card__details dt{font-weight:600;color:#1f2937}.cm-card__details dd{margin:0}.cm-card__footer{display:flex;align-items:center;justify-content:space-between;color:#2563eb;font-weight:600;font-size:13px}.cm-card__chevron{width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}@media(max-width:768px){.cm-hero__profile{flex-direction:column;align-items:flex-start}.cm-hero__actions{width:100%}.cm-filters{flex-direction:column;align-items:flex-start}.cm-grid{grid-template-columns:1fr}}@media(max-width:640px){.app-shell:has(.app-tool.commercial-measures){grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);grid-template-areas:"main";--header-height: 0rem;background:#eef6fb}.app-shell:has(.app-tool.commercial-measures):before,.app-shell:has(.app-tool.commercial-measures) .shell-header,.app-shell:has(.app-tool.commercial-measures) .shell-sidebar{display:none}.app-shell:has(.app-tool.commercial-measures) main{grid-area:main;min-height:100vh;padding:0;background:#eef6fb;background-image:none}.commercial-measures-page{max-width:none;margin:0;padding:0 0 6rem;gap:1rem}.cm-hero{border-radius:0 0 46px 46px;padding:3rem 2rem 1.5rem;box-shadow:none;background:#fff}.cm-hero__profile{align-items:center;text-align:center}.cm-hero__profile h1{font-size:32px}.cm-hero__actions{display:none}.cm-hero__stats{padding-top:.25rem}.cm-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cm-stat{min-height:96px;padding:.8rem}.cm-cards{padding:0 1rem 1rem;border-radius:0;background:transparent;box-shadow:none}.cm-card__button{background:#fff}.cm-fab{display:flex}}.cm-overlay{position:fixed;inset:0;display:flex;align-items:stretch;justify-content:flex-end;padding:clamp(.5rem,3vw,2.5rem);z-index:50;pointer-events:none}.cm-overlay__backdrop{position:absolute;inset:0;background:var(--popup-backdrop, rgba(15, 23, 42, .56));-webkit-backdrop-filter:blur(var(--popup-backdrop-blur, 6px));backdrop-filter:blur(var(--popup-backdrop-blur, 6px));pointer-events:auto}.cm-sheet,.cm-modal{position:relative;background:var(--popup-panel-bg, #fff);border-radius:var(--popup-panel-radius, 18px);border:var(--popup-panel-border, 1px solid rgba(148, 163, 184, .26));box-shadow:var(--popup-panel-shadow, 0 28px 70px rgba(15, 23, 42, .3));pointer-events:auto}.cm-sheet{margin-left:auto;width:min(420px,100%);height:100%;max-height:100%;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain}.cm-sheet__header{padding:1.75rem 2rem 1rem;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cm-sheet__header h3{margin:.15rem 0 .2rem;font-size:22px;color:#0f172a}.cm-sheet__header p{margin:0;color:#475569}.cm-sheet__close{border:none;background:#e2e8f0;border-radius:50%;width:36px;height:36px;cursor:pointer;position:relative}.cm-sheet__close:before,.cm-sheet__close:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;background:#475569;transform-origin:center}.cm-sheet__close:before{transform:translate(-50%,-50%) rotate(45deg)}.cm-sheet__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.cm-sheet__actions{display:flex;gap:.75rem;padding:0 2rem 1rem}.cm-sheet__section{padding:1rem 2rem 1.5rem;border-top:1px solid #e2e8f0;flex:none}.cm-sheet__section h4{margin:0 0 .5rem;font-size:15px;color:#0f172a}.cm-sheet__section dl{margin:0;display:grid;grid-template-columns:minmax(0,1fr);gap:.4rem;color:#475569;font-size:15px}.cm-sheet__section dt{text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:#94a3b8}.cm-sheet__section dd{margin:0}.cm-sheet__section p{margin:0;color:#475569;line-height:1.5}.cm-modal{width:min(520px,100%);max-height:min(90vh,760px);display:flex;flex-direction:column;padding:0 0 1.5rem;margin:auto}.cm-overlay--wizard{justify-content:center}.cm-wizard{width:min(760px,calc(100vw - 2rem));max-height:min(92vh,860px);border-radius:28px;overflow:hidden;padding:0}.cm-wizard__header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1.6rem 2rem;background:#fff;border-bottom:1px solid rgba(148,163,184,.2)}.cm-wizard__header h3,.cm-wizard__header p{margin:0}.cm-wizard__header h3{font-size:clamp(22px,3vw,32px);color:#344054}.cm-wizard__header p{margin-top:.45rem;color:#344054}.cm-wizard__back{width:38px;height:38px;border:none;background:transparent;color:#111827;font-size:38px;line-height:1;cursor:pointer}.cm-wizard__progress{display:grid;gap:.45rem;min-width:72px;color:#344054}.cm-wizard__progress span{display:block;height:6px;border-radius:999px;background:linear-gradient(90deg,#344054 65%,#d9e1ec 65%)}.cm-wizard__body{padding:2rem;background:#eef6fb}.cm-wizard-card{display:grid;gap:1rem;padding:1.6rem;border-radius:18px;background:#fff;box-shadow:0 1px 2px #0f172a14}.cm-wizard-card h4{margin:.4rem 0 0;font-size:24px;font-weight:500;color:#344054}.cm-day-pills{display:flex;flex-wrap:wrap;gap:.6rem}.cm-day-pills button{min-width:64px;min-height:50px;border:1px solid #d8e2ee;border-radius:999px;background:#fff;color:#98a6ba;font-weight:700;cursor:pointer}.cm-day-pills button.is-selected{background:#2360cc;border-color:#2360cc;color:#fff}.cm-switch-list{display:grid;gap:.75rem;justify-items:start}.cm-switch-list button{display:inline-flex;align-items:center;gap:.75rem;border:none;background:transparent;color:#344054;font-size:16px;cursor:pointer}.cm-switch-list button span{width:56px;height:32px;border-radius:999px;background:#e4eaf2;position:relative}.cm-switch-list button span:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a33}.cm-switch-list button.is-selected span{background:#2360cc}.cm-switch-list button.is-selected span:after{transform:translate(24px)}.cm-review-card dl{display:grid;grid-template-columns:140px minmax(0,1fr);gap:.55rem 1rem;margin:0}.cm-review-card dt{color:#667085;font-weight:700}.cm-review-card dd{margin:0;color:#344054;overflow-wrap:anywhere}.cm-wizard__footer{padding:1rem}.cm-wizard__footer .cm-primary-btn{justify-content:center;min-height:56px;flex:1;font-size:18px}.cm-measure-modal{width:min(860px,calc(100vw - 2rem));max-height:min(92vh,860px);border-radius:28px;overflow:hidden;padding:0}.cm-measure-modal__header{grid-template-columns:42px minmax(0,1fr) auto}.cm-measure-total{display:grid;gap:.25rem;text-align:right;color:#344054}.cm-measure-total span{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3}.cm-measure-total strong{font-size:20px;white-space:nowrap}.cm-measure-modal__body{padding:1.5rem 2rem;background:#eef6fb}.cm-measure-summary{gap:.35rem}.cm-measure-summary p{margin:0;color:#667085}.cm-measure-rooms{display:grid;gap:1rem}.cm-measure-room{gap:1rem}.cm-measure-room__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cm-measure-remove{border:none;background:transparent;color:#b42318;font-weight:700;cursor:pointer}.cm-measure-add{border:1px dashed #2360cc;border-radius:16px;background:#2360cc14;color:#2360cc;min-height:48px;font-weight:700;cursor:pointer}.cm-modal--compact{width:min(420px,100%)}.cm-modal__header{padding:1.75rem 2rem .75rem;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;border-bottom:var(--popup-header-border, 1px solid rgba(148, 163, 184, .24));background:var(--popup-header-bg, linear-gradient(135deg, #eef2ff 0%, #e2e9fb 100%))}.cm-modal__body{padding:0 2rem 1.25rem;flex:1 1 auto;overflow:auto;display:flex;flex-direction:column;gap:1rem;background:var(--popup-body-bg, #f8fbff)}.cm-modal__footer{padding:1rem 2rem;display:flex;justify-content:flex-end;gap:.75rem;border-top:var(--popup-footer-border, 1px solid rgba(148, 163, 184, .24));background:var(--popup-footer-bg, #ffffff)}.cm-field{display:flex;flex-direction:column;gap:.35rem;font-size:14px;color:#475569}.cm-field span{font-weight:600;font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.cm-field input,.cm-field textarea,.cm-field select{border-radius:16px;border:1px solid #dbeafe;padding:.6rem .9rem;font-family:inherit;font-size:15px;color:#0f172a;background:#f8fbff}.cm-field--error>span{color:#b91c1c}.cm-field__error{margin:0;color:#b91c1c;font-size:11px;font-weight:600;line-height:1.35}.cm-phone-input{position:relative;width:100%}.cm-phone-input .phone-input-field__control{grid-template-columns:104px minmax(0,1fr);gap:8px}.cm-phone-input .phone-input-field__country,.cm-phone-input .phone-input-field__number{min-height:43px;border-color:#dbeafe;border-radius:16px;background:#f8fbff;box-sizing:border-box}.cm-phone-input .phone-input-field__country:focus,.cm-phone-input .phone-input-field__number:focus-within{outline:none;border-color:#2a5fd4;box-shadow:0 0 0 3px #2a5fd424}.cm-phone-input .phone-input-field__input{min-height:41px;padding:0 .9rem;border:0;border-radius:16px;background:transparent;box-shadow:none;font-size:15px}.cm-phone-input .phone-input-field__input:focus{border:0;box-shadow:none}.cm-phone-input .phone-input-field__error{margin:0;padding-left:0;font-size:11px;font-weight:600}.cm-phone-input .phone-input-field__menu.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:auto;z-index:10;width:min(340px,calc(100vw - 48px));max-height:min(320px,calc(100vh - 180px));transform:none}.cm-field textarea{resize:vertical}.cm-form-error{margin:0;padding:.6rem .9rem;border-radius:12px;background:#ef44441f;color:#b91c1c;font-size:13px}.cm-primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cm-field__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}@media(max-width:720px){.cm-overlay{align-items:flex-end}.cm-sheet,.cm-modal{width:100%;border-radius:28px 28px 0 0}.cm-measure-modal{max-height:96vh}.cm-measure-modal__header{grid-template-columns:38px minmax(0,1fr)}.cm-measure-total{grid-column:2;text-align:left}.cm-measure-modal__body{padding:1.25rem}.cm-review-card dl{grid-template-columns:minmax(0,1fr);gap:.25rem}.cm-review-card dd{margin-bottom:.6rem}}.jobs-page{display:flex;flex-direction:column;gap:24px;padding:.5rem;height:100%;min-height:0;overflow:hidden;background:transparent;color:#0f172a;box-sizing:border-box}.job-detail-page{padding-bottom:96px}.jobs-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.jobs-heading{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0}.jobs-title-row{display:flex;align-items:center;gap:10px}.jobs-period-picker{z-index:20}.jobs-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.jobs-header .view-pill-row{margin:0}.jobs-header h1{margin:0;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#0f172a}.job-detail-header{align-items:flex-start}.job-detail-subtitle{margin:6px 0 0;font-size:14px;color:#64748b;max-width:720px}.job-detail-actions .ghost{border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#fff;color:#1e293b;font-size:12px;font-weight:600;padding:6px 14px;cursor:pointer}.job-detail-actions .primary{border-radius:999px;border:1px solid #2360cc;background:#2360cc;color:#fff;font-size:12px;font-weight:600;padding:6px 14px;cursor:pointer}.job-detail-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.job-detail-summary-card{border-radius:16px;border:1px solid rgba(148,163,184,.24);background:#fff;padding:12px 14px;display:grid;gap:6px;box-shadow:0 10px 24px -18px #0f172a59}.job-detail-summary-card span{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.job-detail-summary-card strong{font-size:15px;color:#0f172a}.jobs-add-button{display:inline-flex;align-items:center;gap:6.4px;border-radius:999px;padding:7.2px 17.6px;font-weight:600}.jobs-add-button span[aria-hidden=true]{font-size:19.2px;line-height:1}.jobs-breadcrumb{display:flex;gap:6.4px;color:#64748b;font-size:13.6px;margin:0 0 5.6px;align-items:center}.jobs-toolbar{background:transparent;border-radius:0;border:none;display:flex;flex-wrap:wrap;gap:13.6px;align-items:center;box-shadow:none}.jobs-toolbar__left{display:flex;flex-wrap:wrap;align-items:center;gap:12px;flex:1 1 auto}.jobs-toolbar__right{display:flex;align-items:center;gap:12px}.jobs-toolbar__right .action-button{min-width:128px;border-radius:999px}.jobs-results-range{font-size:14.4px;color:#475569}.jobs-toolbar__search{flex:1 1 320px;display:flex;align-items:center;border:1px solid rgba(148,163,184,.4);border-radius:999px;padding:0 12px;background:#fff}.jobs-toolbar__search input{border:none;background:transparent;flex:1;padding:8.8px 12px;font-size:15.2px}.jobs-toolbar__search button{border:none;background:transparent;color:#94a3b8;font-size:16px;cursor:pointer}.jobs-select select{border-radius:12px;border:1px solid rgba(148,163,184,.4);padding:7.2px 14.4px;background:#fff;color:#475569}.jobs-toolbar__icon{width:36px;height:36px;border-radius:50%;border:1px solid rgba(148,163,184,.4);background:#fff;color:#2360cc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.jobs-filter-badge{position:absolute;top:-4px;right:-4px;min-width:19.2px;height:19.2px;border-radius:999px;background:#2360cc;color:#fff;font-size:10.4px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.jobs-table-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 25px 45px #0f172a14;padding:20px 24px 16px;display:flex;flex-direction:column;gap:16px;flex:1 1 auto;min-height:0}.jobs-filter-summary{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.jobs-filter-chip{display:inline-flex;align-items:center;gap:5.6px;padding:5.6px 13.6px;border-radius:999px;background:#f4f7ff;border:1px solid rgba(148,163,184,.35);font-size:13.6px;color:#475569}.jobs-filter-chip button{border:none;background:transparent;color:#94a3b8;cursor:pointer}.jobs-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;border-radius:18px;border:1px solid rgba(226,232,240,.8);background:#fff}.jobs-filter-clear{border:1px solid rgba(148,163,184,.45);background:#f8fafceb;color:#475569}.jobs-filter-clear:hover{background:#e2e8f0d9;color:#1e3a8a}.jobs-filter-apply{border:none;background:linear-gradient(135deg,#407bff,#2351ff);color:#fff;box-shadow:0 10px 25px #407bff4d}.jobs-filter-apply:hover{box-shadow:0 16px 32px #407bff66}.jobs-filter-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:0 0 auto;padding:12px 24px;border-bottom:1px solid rgba(148,163,184,.18);background:#0f172a04}.jobs-filter-chip{display:inline-flex;align-items:center;gap:6.4px;padding:5.6px 10.4px;border-radius:999px;background:#3b82f61a;color:#1d4ed8;font-size:13px;border:1px solid rgba(59,130,246,.25)}.jobs-filter-chip button{border:none;background:transparent;color:#94a3b8;font-size:14px;cursor:pointer;line-height:1;padding:0}.jobs-filter-summary-clear{margin-left:auto;border:none;background:transparent;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;padding:4px 8px;transition:color .18s ease}.jobs-filter-summary-clear:hover{color:#1d4ed8}.jobs-table{width:100%;border-collapse:separate;border-spacing:0;min-width:960px;background:transparent}.jobs-table thead{background:#f8fafc;text-transform:uppercase;font-size:10.4px;letter-spacing:.04em;color:#94a3b8}.jobs-table th,.jobs-table td{padding:13.6px 16px;border-bottom:1px solid rgba(148,163,184,.35);text-align:left;font-size:13.6px;color:#0f172a}.jobs-col-select{width:44px}.jobs-col-value{text-align:right;font-weight:600}.jobs-table__cell-stack{display:flex;flex-direction:column;gap:4px;min-width:0}.jobs-table__address{display:inline-block;max-width:288px;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jobs-table__link{border:none;background:transparent;padding:0;color:#2360cc;font-weight:600;cursor:pointer}.jobs-table__link:hover{text-decoration:underline}.jobs-table__signals{font-size:11.5px;line-height:1.35;color:#64748b;white-space:normal;overflow-wrap:anywhere}.jobs-table input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:1px solid rgba(148,163,184,.7);accent-color:#2360cc}.jobs-sortable{display:flex;align-items:center;justify-content:flex-start;gap:6.4px;width:100%;background:none;border:none;padding:0;font:inherit;color:inherit;text-transform:inherit;cursor:pointer}.jobs-sortable:focus-visible{outline:2px solid rgba(37,99,235,.5);outline-offset:2px}.jobs-sort-indicator{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(100,116,139,.65);transition:transform .18s ease,border-top-color .18s ease,opacity .18s ease;opacity:.45}.jobs-sortable[data-active=true] .jobs-sort-indicator{border-top-color:#1d4ed8;opacity:1}.jobs-sortable[data-active=true][data-direction=desc] .jobs-sort-indicator{transform:rotate(180deg)}.jobs-table tbody tr{cursor:pointer;transition:background .18s ease,box-shadow .18s ease}.jobs-table tbody tr:hover{background:#2360cc0d}.jobs-table tbody tr.is-selected{background:#2360cc1a;box-shadow:inset 3px 0 #2360cc,0 12px 24px -18px #23366d59}.jobs-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding-top:12px}.jobs-pagination__info span{font-size:13.6px;color:#475569}.jobs-pagination__controls{display:flex;align-items:center;gap:5.6px}.jobs-pagination__controls button{min-width:32px;height:32px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:13.6px;font-weight:600;color:#0f172a;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;padding:0 10.4px}.jobs-pagination__controls button.is-active{background:#2360cc;color:#fff;border-color:#2360cc}.jobs-pagination__controls button:disabled{opacity:.35;cursor:not-allowed}.jobs-cell-title{font-weight:600;font-size:14px;color:#1d3565}.jobs-cell-subtitle{color:#64748b;font-size:12px;margin-top:3.2px}.jobs-activity-meta{display:block}.jobs-activity-signals{display:block;margin-top:4px;color:#64748b;font-size:11.5px;line-height:1.35}.jobs-empty{text-align:center;color:#94a3b8;padding:40px 16px;font-size:12px;line-height:150%}.jobs-detail{border-left:1px solid rgba(148,163,184,.12)}.jobs-detail-header{display:flex;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid rgba(148,163,184,.2);background:#0f172a05}.jobs-detail-heading{display:flex;align-items:center;gap:9.6px;color:#1d3565}.icon-button{border:none;background:#94a3b838;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#1e293b;cursor:pointer;transition:background .2s ease,transform .2s ease}.icon-button.subtle{width:28px;height:28px;background:#94a3b82e}.icon-button:hover{background:#2563eb2e;transform:translateY(-1px)}.icon-button svg{stroke-width:2}.jobs-detail-header h2{margin:0;font-size:20.8px;font-weight:600;color:#1d3565}.jobs-detail-header p{margin:4px 0 0;color:#475569;font-size:14px}.jobs-detail-address{font-size:14px;color:#94a3b8}.jobs-detail-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;font-size:14px}.jobs-detail-meta span{display:inline-flex;align-items:center;gap:6.4px}.jobs-detail-pill{padding:4.8px 13.6px;border-radius:999px;background:#2563eb1f;color:#1e40af;font-weight:600;font-size:14px;box-shadow:inset 0 0 0 1px #2563eb2e}.jobs-detail-body{flex:1;overflow:auto;background:#fff;padding:16px 24px}.jobs-daily-table{width:100%;border-collapse:collapse;border-radius:13.6px;overflow:hidden;background:#fff;box-shadow:0 12px 32px -28px #0f172a73}.jobs-daily-table th,.jobs-daily-table td{padding:13.6px 19.2px;border-bottom:1px solid rgba(148,163,184,.16);text-align:left;vertical-align:middle}.jobs-daily-table th{background:#f8fafc;color:#475569;font-size:14px;text-transform:uppercase;letter-spacing:.04em}.jobs-daily-table tbody tr:hover{background:#f1f5ff99}.jobs-status{display:inline-flex;align-items:center;justify-content:center;padding:3.2px 9.6px;border-radius:12px;font-size:14px;font-weight:600;color:#fff;background:#475569;text-transform:capitalize;box-shadow:inset 0 0 0 1px #fff3}.jobs-status.completed{background:#16a34a}.jobs-status.in_progress{background:#f97316}.jobs-status.dispatched{background:#2563eb}.jobs-status.accepted{background:#16a34a}.jobs-status.ontheway{background:#0ea5e9}.jobs-status.tobefinished,.jobs-status.skipped{background:#facc15;color:#1f2937}.jobs-status.cancelled,.jobs-status.archived{background:#dc2626}.jobs-status.unknown{background:#475569}.text-link{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:600;font-size:14px;padding:0}.text-link:hover{text-decoration:underline}.jobs-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;gap:8px;color:#64748b;padding:32px;background:#f1f5ff73;border-radius:16px}.jobs-detail-empty h2{margin:0;font-size:19.2px;color:#1d3565}.jobs-detail-empty p{margin:0;font-size:14px;color:#94a3b8}.jobs-modal-overlay{position:fixed;inset:0;background:var(--popup-backdrop, rgba(15, 23, 42, .56));display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(var(--popup-backdrop-blur, 6px));backdrop-filter:blur(var(--popup-backdrop-blur, 6px));z-index:9000;padding:16px}.jobs-modal{background:var(--popup-panel-bg, #fff);border-radius:var(--popup-panel-radius, 18px);border:var(--popup-panel-border, 1px solid rgba(148, 163, 184, .26));min-width:420px;max-width:520px;width:100%;box-shadow:var(--popup-panel-shadow, 0 28px 70px rgba(15, 23, 42, .3));animation:jobs-modal-in .24s ease;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.jobs-modal.jobs-modal--wide{max-width:720px}.jobs-modal-header{padding:17.6px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:var(--popup-header-border, 1px solid rgba(148, 163, 184, .24));background:var(--popup-header-bg, linear-gradient(135deg, #eef2ff 0%, #e2e9fb 100%))}.jobs-modal-header h3{margin:0;font-size:18px;color:#0f172a}.jobs-modal-body{padding:20.8px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;background:var(--popup-body-bg, #f8fbff)}.jobs-modal-body.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.jobs-modal-body label{display:flex;flex-direction:column;gap:6.4px;font-size:14px;color:#475569}.jobs-modal-body input,.jobs-modal-body select,.jobs-modal-body textarea{padding:8.8px 12px;border-radius:9.6px;border:1px solid rgba(148,163,184,.45);font-size:14px;color:#0f172a}.jobs-modal-feedback{font-size:14px;color:#475569}.jobs-modal-body.two-column .jobs-modal-feedback{grid-column:1 / -1}.jobs-modal-feedback.success{color:#16a34a}.jobs-modal-feedback.error{color:#dc2626}.jobs-modal-feedback.info{color:#2563eb}.jobs-create-section{display:grid;gap:16px}.jobs-create-section h4{margin:0;font-size:16px;font-weight:600;color:#1d2941}.jobs-create-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.jobs-create-grid label{display:flex;flex-direction:column;gap:7.2px;font-size:14px;color:#475569}.jobs-create-grid label span{font-weight:600;letter-spacing:.02em;color:#1d2941}.jobs-create-grid input,.jobs-create-grid select,.jobs-create-grid textarea{border-radius:10.4px;border:1px solid rgba(148,163,184,.35);padding:8.8px 12px;font-size:14px;color:#0f172a;background:#fff}.jobs-create-grid textarea{min-height:120px;resize:vertical}.jobs-customer-lookup{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px;position:relative}.jobs-customer-input{display:flex;align-items:center;gap:8px}.jobs-customer-input input{flex:1}.jobs-customer-clear{border:1px solid rgba(148,163,184,.35);background:#2563eb1a;color:#1d4ed8;font-size:13px;font-weight:600;padding:5.6px 12px;border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.jobs-customer-clear:hover{background:#3b82f626;border-color:#2563eb66}.jobs-customer-selected{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10.4px 12.8px;border-radius:12px;background:#2563eb14;border:1px solid rgba(37,99,235,.18)}.jobs-customer-summary{display:flex;flex-direction:column;gap:3.2px}.jobs-customer-name{font-weight:600;color:#1e3a8a}.jobs-customer-meta{font-size:13px;color:#475569}.jobs-customer-remove{border:1px solid rgba(220,38,38,.35);background:#fff;color:#dc2626;font-weight:600;font-size:13px;padding:5.6px 12.8px;border-radius:11.2px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.jobs-customer-remove:hover{background:#f871711f;border-color:#dc262680}.jobs-customer-hint{margin:0;font-size:13px;color:#64748b}.jobs-customer-results{position:absolute;left:0;right:0;top:calc(100% + 6.4px);list-style:none;margin:0;padding:6.4px;background:#fff;border-radius:13.6px;border:1px solid rgba(148,163,184,.35);box-shadow:0 24px 40px -28px #0f172a80,0 10px 22px -18px #0f172a73;max-height:240px;overflow-y:auto;z-index:30}.jobs-customer-result{margin:0}.jobs-customer-result+.jobs-customer-result{margin-top:4px}.jobs-customer-result button{width:100%;border:none;background:transparent;text-align:left;padding:10.4px 12px;border-radius:11.2px;display:flex;flex-direction:column;gap:4px;cursor:pointer;color:#0f172a;transition:background .15s ease,transform .15s ease}.jobs-customer-result button:hover{background:#2563eb1f;transform:translateY(-1px)}.jobs-customer-result-name{font-weight:600;font-size:14px}.jobs-customer-result-subtitle{font-size:13px;color:#475569}.jobs-customer-result.is-loading,.jobs-customer-result.is-empty{padding:10.4px 12px;font-size:13px;color:#64748b}.jobs-property-picker{grid-column:1 / -1;display:grid;gap:8px}.jobs-property-label{font-size:14px;font-weight:600;color:#1d2941}.jobs-property-picker select{width:100%}.jobs-property-loading,.jobs-property-empty{font-size:13px;color:#64748b;padding:8.8px 12px;border-radius:10.4px;border:1px dashed rgba(148,163,184,.35);background:#f1f5f98c}.jobs-property-preview{padding:10.4px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#2563eb14;color:#1e3a8a;font-size:13px;display:grid;gap:4px}.jobs-property-preview-label{font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:12px;color:#1e40af}.jobs-property-preview p{margin:0;color:#0f172a;font-size:13px}.jobs-linked-client-field input[readonly]{background:#f1f5f9b3;color:#475569;cursor:default}.jobs-modal-footer{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:12px;margin-top:8px;padding-top:12px;border-top:var(--popup-footer-border, 1px solid rgba(148, 163, 184, .24))}.jobs-modal-footer .ghost{padding:8px 19.2px;border-radius:12px;border:1px solid rgba(148,163,184,.5);background:#fff;color:#1e293b;cursor:pointer}.jobs-modal-footer .primary{padding:8px 19.2px;border-radius:12px;border:1px solid #2351ff;background:linear-gradient(135deg,#407bff,#2351ff);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #407bff47}.jobs-modal-footer .primary:hover{background:#1d4ed8}@keyframes jobs-modal-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:1200px){.jobs-content{grid-template-columns:1fr}.jobs-list{height:auto}.jobs-detail{min-height:360px}.jobs-modal{min-width:auto}.jobs-modal.jobs-modal--wide{max-width:720px}.jobs-modal-body.two-column{grid-template-columns:1fr}}.jobs-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px}.jobs-daily-panel{display:grid;gap:14px}.jobs-daily-panel__header h3{margin:0;font-size:18px;color:#0f172a}.jobs-daily-panel__header p{margin:6px 0 0;font-size:13px;color:#64748b}.jobs-daily-list{display:grid;gap:16px}.jobs-daily-card{border-radius:18px;border:1px solid rgba(148,163,184,.24);background:#fff;padding:16px 18px;display:grid;gap:14px;box-shadow:0 12px 32px -26px #0f172a66}.jobs-daily-card__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.jobs-daily-card__info{display:grid;gap:8px}.jobs-daily-card__title{display:flex;align-items:center;gap:10px;font-size:15px;color:#0f172a}.jobs-daily-card__id{padding:4px 10px;border-radius:999px;background:#2563eb1f;color:#1e40af;font-size:12px;font-weight:600}.jobs-daily-card__meta{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;color:#64748b;align-items:center}.jobs-daily-card__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.jobs-daily-card__actions .ghost{border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#fff;color:#1e293b;font-size:12px;font-weight:600;padding:6px 14px;cursor:pointer}.jobs-daily-card__actions .primary{border-radius:999px;border:1px solid rgba(37,99,235,.4);background:#2563eb1f;color:#1d4ed8;font-size:12px;font-weight:600;padding:6px 14px;cursor:pointer}.jobs-daily-card__body{display:grid;gap:12px}.jobs-evidence-card{border-radius:20px;border:1px solid rgba(148,163,184,.3);background:#f8fafc;padding:18px 20px;display:grid;gap:16px}.jobs-evidence-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.jobs-evidence-header h3{margin:0;font-size:18px;color:#0f172a}.jobs-evidence-header p{margin:6px 0 0;font-size:13px;color:#64748b}.jobs-evidence-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.jobs-evidence-controls .ghost{border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#fff;color:#1e293b;font-size:12px;font-weight:600;padding:6px 14px;cursor:pointer}.jobs-evidence-select{display:grid;gap:6px;font-size:13px;color:#475569}.jobs-evidence-select select{border-radius:10px;border:1px solid rgba(148,163,184,.4);padding:7px 12px;background:#fff;min-width:240px}.jobs-evidence-summary{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#475569}.jobs-evidence-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#475569}.jobs-evidence-grid{display:grid;gap:16px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.jobs-evidence-column{display:grid;gap:16px}.jobs-evidence-section{background:#fff;border-radius:16px;border:1px solid rgba(148,163,184,.2);padding:14px 16px;display:grid;gap:12px}.jobs-evidence-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.jobs-evidence-section h4{margin:0;font-size:15px;color:#0f172a}.jobs-upload-button{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#fff;color:#1e3a8a;font-size:12px;font-weight:600;cursor:pointer}.jobs-upload-button input{display:none}.jobs-evidence-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.jobs-evidence-thumb{position:relative;border-radius:12px;overflow:hidden;background:#f1f5f9;border:1px solid rgba(148,163,184,.2);min-height:96px;display:flex;align-items:center;justify-content:center}.jobs-evidence-thumb img{width:100%;height:100%;object-fit:cover}.jobs-evidence-caption{position:absolute;left:8px;right:8px;bottom:8px;background:#0f172abf;color:#fff;font-size:11px;padding:4px 6px;border-radius:8px}.jobs-evidence-empty{padding:12px;border-radius:12px;border:1px dashed rgba(148,163,184,.4);color:#94a3b8;font-size:12px;text-align:center}.jobs-evidence-status{margin:0;font-size:12px;color:#64748b}.jobs-evidence-status.error{color:#dc2626}.jobs-signature-note{display:grid;gap:6px;font-size:12px;color:#475569}.jobs-signature-note textarea{border-radius:10px;border:1px solid rgba(148,163,184,.35);padding:8px 10px;min-height:72px;font-size:13px}.jobs-checklist-group{display:grid;gap:10px}.jobs-checklist-group h5{margin:0;font-size:14px;color:#1e293b;text-transform:uppercase;letter-spacing:.06em}.jobs-checklist-item{padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#f8fafc;display:grid;gap:8px}.jobs-checklist-item p{margin:0;font-size:13px;color:#0f172a}.jobs-checklist-options{display:flex;flex-wrap:wrap;gap:8px}.jobs-checklist-option{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#fff;font-size:12px;color:#1f2937;cursor:pointer}.jobs-checklist-option.is-selected{border-color:#2563eb73;background:#2563eb1f;color:#1d4ed8}.jobs-checklist-option input{accent-color:#2563eb}.jobs-evidence-feedback{font-size:12px;color:#475569}.jobs-evidence-feedback.success{color:#16a34a}.jobs-evidence-feedback.error{color:#dc2626}.jobs-evidence-feedback.info{color:#2563eb}.jobs-header h1{font-size:24px;font-weight:400}.jobs-list-page{gap:0}.jobs-list-panel{gap:16px}.jobs-entity-table{min-width:1100px}.jobs-entity-table tbody tr{cursor:pointer;transition:background .18s ease,box-shadow .18s ease}.jobs-entity-table tbody tr:hover{background:#2360cc0d}.jobs-entity-table tbody tr.jobs-list-row--selected{background:#2360cc1a;box-shadow:inset 3px 0 #2360cc}.jobs-entity-link{border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.jobs-cell-truncate{display:block;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobs-cell-value,.jobs-entity-table th.jobs-cell-value,.jobs-entity-table td.jobs-cell-value{text-align:right}.jobs-empty-cell{text-align:center;color:#64748b;padding:28px 16px}@media(max-width:1100px){.jobs-evidence-grid{grid-template-columns:1fr}.jobs-evidence-select select{min-width:200px}}.teams-page:has(.entity-list-page){display:flex;flex-direction:column;gap:1.5rem;height:100%;min-height:0;overflow:hidden;box-sizing:border-box;color:#f8fafc}.teams-page:has(.entity-list-page)>.teams-header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:1.5rem}.teams-page:has(.entity-list-page) .teams-header h1{margin-bottom:.75rem;color:#334155;font-size:30px;font-weight:400;line-height:1.2;letter-spacing:0}.teams-page:has(.entity-list-page) .teams-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.teams-page:has(.entity-list-page) .teams-actions-top{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.teams-page:has(.entity-list-page) .teams-actions .view-pill-row{margin:0}.teams-page{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);padding:.5rem;color:#f8fafc;position:relative}.teams-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.teams-header h1{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;margin-bottom:.75rem}.teams-header p{margin:0;max-width:34rem;color:#e2e8f0bf;line-height:1.6;font-size:12px;font-weight:500}.teams-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.teams-actions-top{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.teams-actions .view-pill-row{margin:0}.teams-actions .action-button{min-width:8.75rem;font-size:14px;padding:.6rem 1.4rem;border-radius:.85rem}.teams-actions .action-button.primary{border:none;background:linear-gradient(135deg,#407bff,#2351ff);color:#fff;font-weight:600;box-shadow:0 10px 25px #407bff59;transition:transform .12s ease,box-shadow .12s ease}.teams-actions .action-button.primary:hover{transform:translateY(-1px);box-shadow:0 16px 32px #407bff66}.teams-actions .action-button.ghost{border:1px solid rgba(148,163,184,.45);background:#0f172a73;color:#e2e8f0;font-weight:500;transition:border-color .12s ease,background .12s ease,transform .12s ease}.teams-actions .action-button.ghost:hover{background:#1e40af59;border-color:#3b82f699;transform:translateY(-1px)}.teams-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2.25rem}.metric-card{padding:1.25rem 1.5rem;border-radius:18px;background:#0f172a;border:1px solid rgba(148,163,184,.16);display:grid;gap:.35rem;box-shadow:0 20px 60px #0f172a73}.metric-card .label{text-transform:uppercase;letter-spacing:2.88px;font-size:.72rem;color:#fff}.metric-card strong{font-size:1.7rem;font-weight:600;color:#38bdf8}.teams-error{margin-bottom:1.5rem;padding:1rem 1.25rem;border-radius:14px;background:#dc26261a;border:1px solid rgba(248,113,113,.32);display:flex;align-items:center;justify-content:space-between;gap:1rem}.teams-error p{margin:0;color:#fecaca}.teams-error button{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;background:transparent;border:1px solid rgba(248,113,113,.4);border-radius:999px;color:#fecaca;font-size:.85rem;cursor:pointer;transition:background .2s ease}.teams-error button:hover{background:#f871711f}.teams-orbit-board{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr);gap:2rem;align-items:stretch}.teams-orbits{position:relative;padding:2.75rem;border-radius:36px;background:radial-gradient(circle at top,#0f172a,#0f172a);border:1px solid rgba(148,163,184,.16);box-shadow:0 50px 120px #02061799,inset 0 0 0 1px #94a3b81a;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:2.25rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-height:520px;min-height:520px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) transparent}.teams-orbits::-webkit-scrollbar{width:10px}.teams-orbits::-webkit-scrollbar-track{background:#0f172a40;border-radius:10px}.teams-orbits::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:10px}.team-orbit{position:relative;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,filter .25s ease}.team-orbit:hover{transform:translateY(-6px);filter:drop-shadow(0 24px 45px rgba(59,130,246,.35))}.team-orbit__circle{width:210px;height:210px;border-radius:50%;background:conic-gradient(from 200deg at 50% 20%,#3b82f68c,#3b82f626);border:1px solid rgba(148,163,184,.35);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:inset 0 0 0 1px #94a3b82e,0 25px 60px #0307128c;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.team-orbit__circle:before{content:"";position:absolute;inset:10%;border-radius:999px;background:linear-gradient(180deg,rgba(248,250,252,.18),transparent 55%);filter:blur(.5px)}.team-orbit.drop-active .team-orbit__circle{border-color:#facc15b3;box-shadow:inset 0 0 0 1px #fbbf2473,0 30px 80px #facc1573}.team-orbit__leader-slot{position:relative;z-index:1;width:100%;padding:70px 20px 20px;border-radius:999px;background:#0f172aa6;border:1px solid rgba(148,163,184,.25);display:grid;gap:.4rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.team-orbit__leader-slot.drop-active{border-color:#facc15b3;box-shadow:inset 0 0 0 1px #fbbf2473,0 10px 35px #fbbf2452}.team-orbit__leader-chip{display:grid;justify-items:center}.team-orbit__leader-chip.empty{color:#e2e8f0bf;border:none;background:transparent;border-radius:0;padding:0;text-align:left}.team-orbit__leader-label{font-size:.65rem;letter-spacing:2.24px;text-transform:uppercase;color:#94a3b8d9}.team-orbit__leader-placeholder{font-size:12px;letter-spacing:.8px;color:#e2e8f0cc}.team-orbit__leader-initials{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#38bdf847;border:1px solid rgba(148,163,184,.25);color:#e2e8f0f2;font-weight:600}.team-orbit__leader-name{font-size:.78rem;color:#e2e8f0eb;letter-spacing:.16px}.team-orbit__label{position:relative;z-index:1;display:grid;gap:.4rem;padding:1rem}.team-orbit__label h3{margin:0;font-size:1.1rem;letter-spacing:-.16px;color:#e2e8f0}.team-orbit__meta{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;background:#0f172a8c;border:1px solid rgba(148,163,184,.25);font-size:.75rem;color:#e2e8f0bf}.team-orbit__mini-grid{position:relative;z-index:1;margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;justify-items:center}.team-orbit__mini-chip{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:.75rem;font-weight:600;letter-spacing:.64px;color:#f0e5e2eb;background:linear-gradient(145deg,#2563eb8c,#0f172aa6);border:1px solid rgba(59,130,246,.35);box-shadow:inset 0 0 12px #0f172a59}.team-orbit__more{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:.8rem;color:#94a3b8e6;border:1px dashed rgba(148,163,184,.4);background:#0f172a8c}.teams-orbit-board .teams-empty{margin:0 auto}.teams-pool{position:relative;padding:2.25rem 1.75rem;border-radius:28px;background:#0f172a;border:1px solid rgba(148,163,184,.2);box-shadow:0 40px 100px #02061799,inset 0 0 0 1px #94a3b81a;display:flex;flex-direction:column;gap:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .25s ease,box-shadow .25s ease;max-height:520px;min-height:520px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) transparent}.teams-pool::-webkit-scrollbar{width:10px}.teams-pool::-webkit-scrollbar-track{background:#0f172a40;border-radius:10px}.teams-pool::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:10px}.teams-pool header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.teams-pool header h3{margin:0;font-size:1rem;letter-spacing:1.6px;text-transform:uppercase;color:#ffffffe6}.teams-pool__chips{display:flex;flex-wrap:wrap;gap:.8rem;min-height:120px;padding:.5rem 0}.teams-pool.drop-active{border-color:#60a5fab3;box-shadow:0 30px 80px #60a5fa73,inset 0 0 0 1px #60a5fa59}.worker-chip{position:relative;display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .85rem;border-radius:999px;background:#1e293be6;border:1px solid rgba(148,163,184,.25);color:#e2e8f0eb;font-size:.85rem;letter-spacing:.32px;cursor:grab;transition:transform .15s ease,box-shadow .15s ease}.worker-chip:active{cursor:grabbing;transform:scale(.98)}.worker-chip__initials{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:600;font-size:.78rem;background:#3b82f659;color:#e2e8f0f2;border:1px solid rgba(148,163,184,.25)}.worker-chip__meta{display:grid;gap:.15rem}.worker-chip__name{font-weight:600;letter-spacing:.16px}.worker-chip__role{font-size:.7rem;letter-spacing:1.92px;text-transform:uppercase;color:#94a3b8d9}.worker-chip.small{padding:.35rem .55rem;font-size:.72rem}.worker-chip.small .worker-chip__initials{width:26px;height:26px;font-size:.68rem}.teams-info-panel{position:fixed;left:50%;bottom:2rem;transform:translate(-50%) translateY(120%);width:clamp(320px,60vw,720px);background:#0f172aa6;border-radius:26px;border:1px solid rgba(148,163,184,.2);box-shadow:0 30px 80px #020617a6,inset 0 0 0 1px #94a3b81f;padding:1.75rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;gap:1rem;pointer-events:none;opacity:0;transition:transform .3s ease,opacity .3s ease;z-index:30}.teams-info-panel.visible{transform:translate(-50%) translateY(0);opacity:1}.teams-info-panel header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.teams-info-panel header h3{margin:0;font-size:1.25rem;color:#e2e8f0f2}.teams-info-panel header span{font-size:.8rem;letter-spacing:2.24px;text-transform:uppercase;color:#94a3b8d9}.teams-info-panel .teams-info-panel__list{display:grid;gap:.6rem}.teams-info-panel .teams-info-panel__entry{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .85rem;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a8c}.teams-info-panel .teams-info-panel__entry strong{color:#e2e8f0f2;letter-spacing:.32px}.teams-info-panel .teams-info-panel__entry span{font-size:.78rem;color:#94a3b8e6}.teams-detail-panel{position:fixed;inset:auto auto 3.5rem 50%;transform:translate(-50%) scale(.95);width:clamp(360px,58vw,740px);background:#0c1221c7;border-radius:28px;border:1px solid rgba(148,163,184,.24);box-shadow:0 40px 90px #020617b8,inset 0 0 0 1px #94a3b824;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.8rem;display:grid;gap:1rem;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:45}.teams-detail-panel.active{opacity:1;pointer-events:auto;transform:translate(-50%) scale(1)}.teams-detail-panel.drop-active{border-color:#3b82f6a6;box-shadow:0 45px 110px #020617d9,inset 0 0 0 1px #3b82f659}.teams-detail-panel header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.teams-detail-panel header h3{margin:0;font-size:1.3rem;color:#f8fafc}.teams-detail-panel header button{border:none;background:#1e293b99;border-radius:999px;padding:.4rem .75rem;color:#94a3b8e6;cursor:pointer;font-size:.8rem}.teams-detail-panel__leader-section{display:grid;gap:.8rem;padding:1rem;border-radius:18px;background:#0f172a8c;border:1px solid rgba(148,163,184,.2)}.teams-detail-panel__leader-current{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.teams-detail-panel__leader-label{font-size:.75rem;letter-spacing:1.92px;text-transform:uppercase;color:#94a3b8cc}.teams-detail-panel__leader-placeholder{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .75rem;border-radius:999px;border:1px dashed rgba(148,163,184,.35);color:#94a3b8d9;font-size:.75rem;letter-spacing:.32px}.teams-detail-panel__leader-remove{display:grid;place-items:center;padding:.75rem;border-radius:14px;border:1px dashed rgba(148,163,184,.35);color:#94a3b8d9;font-size:.75rem;letter-spacing:.8px;background:#0c122166;transition:border-color .2s ease,background .2s ease,color .2s ease}.teams-detail-panel__leader-remove.drop-active{border-color:#3b82f699;color:#e2e8f0f2;background:#1e40af73}.teams-detail-panel__leader-hint{padding:.75rem .9rem;border-radius:14px;border:1px dashed rgba(148,163,184,.24);color:#bfdbfee0;font-size:.78rem;line-height:1.45;background:#0c122142}.teams-detail-panel__chips{display:flex;flex-wrap:wrap;gap:.9rem;min-height:120px}.teams-detail-panel__meta{display:grid;gap:.35rem;font-size:.82rem;color:#94a3b8e6}.teams-detail-panel__meta span{display:inline-flex;align-items:center;gap:.4rem}@keyframes spin{to{transform:rotate(360deg)}}.worker-chip--glass{background:#0f172a80;border-color:#94a3b84d}.teams-empty{display:grid;place-items:center;gap:.6rem;padding:1.5rem;border-radius:16px;background:#0f172aa6;border:1px dashed rgba(148,163,184,.2);color:#e2e8f0bf}.spin{animation:spin 1s linear infinite}.teams-toast{position:fixed;bottom:2.5rem;right:2.5rem;min-width:260px;max-width:420px;padding:1rem 1.2rem;border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(148,163,184,.2);box-shadow:0 30px 60px #02061780,inset 0 0 0 1px #94a3b81f;display:flex;align-items:center;gap:.65rem;font-size:.9rem;letter-spacing:.16px;z-index:40}.teams-toast.success{background:var(--color-green-100);color:var(--color-green-900);border-color:#06a6484d}.teams-toast.error{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.teams-dialog{--popup-width: min(560px, 92vw)}.teams-dialog .action-dialog__body{display:flex;flex-direction:column;gap:1rem}.teams-dialog .form-field{display:grid;gap:.45rem;margin-bottom:1rem}.teams-dialog .form-field span{font-size:.82rem;letter-spacing:1.28px;text-transform:uppercase;color:#475569d9}.teams-dialog .form-field input,.teams-dialog .form-field select,.teams-dialog .form-field textarea{border-radius:10px;border:1px solid rgba(148,163,184,.4);padding:.65rem .75rem;font-size:.95rem;color:#0f172a;background:#f8fafceb}.teams-dialog .form-field--error>span{color:#b91c1c}.teams-dialog .form-field__error{margin:0;color:#b91c1c;font-size:11px;font-weight:600;line-height:1.35}.teams-dialog .teams-phone-input{position:relative;width:100%}.teams-dialog .teams-phone-input .phone-input-field__control{grid-template-columns:96px minmax(0,1fr);gap:8px}.teams-dialog .teams-phone-input .phone-input-field__country,.teams-dialog .teams-phone-input .phone-input-field__number{min-height:42px;border-color:#94a3b866;border-radius:10px;background:#f8fafceb;box-sizing:border-box}.teams-dialog .teams-phone-input .phone-input-field__country:hover:not(:disabled),.teams-dialog .teams-phone-input .phone-input-field__number:hover{border-color:#94a3b866;background:#f8fafceb}.teams-dialog .teams-phone-input .phone-input-field__country:focus,.teams-dialog .teams-phone-input .phone-input-field__number:focus-within{outline:none;border-color:#2a5fd4;box-shadow:0 0 0 3px #2a5fd424}.teams-dialog .teams-phone-input .phone-input-field__input{min-height:40px;padding:0 .75rem;border:0;border-radius:10px;background:transparent;box-shadow:none;font-size:.95rem}.teams-dialog .teams-phone-input .phone-input-field__input:focus{border:0;box-shadow:none}.teams-dialog .teams-phone-input .phone-input-field__error{margin:0;padding-left:0;font-size:11px;font-weight:600}.teams-dialog .teams-phone-input .phone-input-field__menu.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:auto;z-index:10;width:min(340px,calc(100vw - 48px));max-height:min(320px,calc(100vh - 180px));transform:none}.teams-dialog .form-field textarea{resize:vertical}.invite-worker-intro{margin-bottom:1.25rem;padding:.85rem 1rem;border-radius:12px;background:#3b82f61f;color:#1e3a8a;font-size:.9rem;line-height:1.5}.invite-worker-grid{display:grid;gap:1rem}@media(min-width:640px){.invite-worker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.invite-worker-grid .form-field{margin-bottom:0}.form-field--span2{grid-column:1 / -1}.create-team-intro{margin-bottom:1.25rem;padding:.85rem 1rem;border-radius:.5rem;background:#0f766e1f;color:#0f766e;font-size:.9rem;line-height:1.5}.create-team-grid{display:grid;gap:1rem}@media(min-width:640px){.create-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.create-team-grid .form-field{margin-bottom:0}.stretch-textarea textarea{min-height:120px}.teams-page--board{color:#334155}.teams-page--board .dashboard-summary{margin-top:1.5rem;margin-bottom:1.5rem}.teams-page--board .teams-header h1{color:#334155}.teams-page--board .teams-header p{color:#64748b}.teams-board-layout__main{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,.9fr);gap:1.5rem;align-items:stretch}.teams-board-column{min-height:0}.teams-board-grid-scroll{max-height:calc(100vh - 220px);overflow:auto;padding:.4rem;box-sizing:border-box}.teams-board-grid-scroll::-webkit-scrollbar{width:8px}.teams-board-grid-scroll::-webkit-scrollbar-track{background:transparent}.teams-board-grid-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#94a3b8b3}.teams-board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:1.1rem}.team-board-worker{position:relative}.team-board-worker:before,.team-board-worker:after{content:"";position:absolute;left:8px;right:8px;height:0;border-top:2px dashed #38bdf8;opacity:0;pointer-events:none}.team-board-worker.insert-before:before{top:-.25rem;opacity:1}.team-board-worker.insert-after:after{bottom:-.25rem;opacity:1}.team-board-worker .worker-card__head h4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-clamp:2;line-height:1.15;max-height:2.3em}.team-board-worker .worker-card__role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-board-worker .worker-card__head h4,.team-board-worker .worker-card__role{color:#64748b;margin:0;line-height:1.15}.worker-card__head>div{display:flex;flex-direction:column;gap:.3rem}.team-board-worker.is-leader .worker-card{background:#f5faff;border-color:#e2e8f0}.team-board-worker.is-leader .worker-card__head h4,.team-board-worker.is-leader .worker-card__role{color:#2360cc}.team-board-worker.is-leader .worker-card__avatar{background:#97b7f2}.team-board-card{background:#f8fafc;border-radius:.5rem;border:1px solid rgba(148,163,184,.35);padding:.9rem .9rem .75rem;display:flex;flex-direction:column;gap:.75rem;height:320px;min-height:320px;max-height:320px;overflow:hidden;box-shadow:0 18px 40px #0f172a0f}.team-board-card.drop-active{outline:2px dashed #38bdf8;outline-offset:2px;box-shadow:0 0 0 1px #38bdf866}.team-board-card__header{display:flex;align-items:last baseline;justify-content:space-between;gap:.75rem}.team-board-card__rating{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .55rem;border-radius:999px;background:#fef9c3;color:#ca8a04;font-size:.65rem;font-weight:600}.team-board-card__rating-meta,.team-board-card__rating-empty,.team-board-card__rating-value,.tem-board-card__rating-value{line-height:1}.team-board-card__rating-icon{font-size:.65rem}.team-board-card__titles{margin-left:auto;text-align:right}.team-board-card__label{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.13em;color:#9ca3af}.team-board-card__title{font-size:.95rem;font-weight:600;color:#334155}.team-board-card__body{display:flex;flex-direction:column;gap:.4rem;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:.15rem;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.65) transparent}.team-board-card__body::-webkit-scrollbar{width:6px}.team-board-card__body::-webkit-scrollbar-track{background:transparent}.team-board-card__body::-webkit-scrollbar-thumb{border-radius:999px;background:#94a3b8a6}.team-board-card .worker-card{background:#fff;border-radius:.5rem;border:1px solid rgba(148,163,184,.35);box-shadow:none;padding:.55rem .6rem;height:80px;display:flex;align-items:center;overflow:hidden}.team-board-card .worker-card.is-unavailable,.teams-crew-panel .worker-card.is-unavailable{background:#fef2f2;cursor:not-allowed}.team-board-card .worker-card.is-unavailable .worker-card__avatar,.teams-crew-panel .worker-card.is-unavailable .worker-card__avatar{background:#fca5a5}.team-board-card .worker-card.is-unavailable .worker-card__head h4,.team-board-card .worker-card.is-unavailable .worker-card__role,.teams-crew-panel .worker-card.is-unavailable .worker-card__head h4,.teams-crew-panel .worker-card.is-unavailable .worker-card__role{color:#991b1b}.worker-card,.worker-chip,.team-board.worker{-webkit-user-select:none;-ms-user-select:none;user-select:none}.teams-crew-panel .worker-card{background:#fff;border-radius:.5rem;border:1px solid rgba(148,163,184,.35);box-shadow:none;padding:.55rem .6rem}.team-board-card .worker-card__head,.teams-crew-panel .worker-card__head{display:flex;align-items:center;gap:.55rem;min-height:48px}.team-board-card .worker-card__avatar,.teams-crew-panel .worker-card__avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-weight:500;font-size:1rem;background:#cbd5e1;color:#fff;border:none;flex:0 0 48px}.team-board-card .worker-card__meta,.team-board-card .worker-card footer,.teams-crew-panel .worker-card__meta,.teams-crew-panel .worker-card footer{display:none}.team-board-card__empty{min-height:80px;display:grid;place-items:center;border-radius:.5rem;border:1px dashed #5c8de6;background:#f5faff;font-size:.8rem;color:#5c8de6;text-align:center}.teams-crew-panel{background:#f8fafc;border-radius:.5rem;border:1px solid rgba(148,163,184,.35);padding:1rem 1.1rem 1.3rem;display:flex;flex-direction:column;gap:.75rem;max-height:calc(100vh - 220px);min-height:0;overflow:hidden;box-shadow:0 20px 50px #0f172a14}.teams-crew-panel.drop-active{outline:2px dashed #38bdf8;outline-offset:3px;background:#e0f2fe}.teams-crew-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.teams-crew-panel__header h3{font-size:.95rem;font-weight:600;color:#0f172a}.teams-crew-panel__header p{margin-top:.25rem;font-size:.75rem;color:#64748b}.teams-crew-panel__legend{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.legend-dot{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;font-size:.68rem;color:#4b5563}.legend-dot:before{content:"";width:8px;height:8px;border-radius:999px}.legend-dot--lead:before{background-color:#83aaf1}.legend-dot--member:before{background-color:#c4c6c9}.legend-dot--timeoff:before{background-color:#ff8787}.teams-crew-panel__list{display:flex;flex-direction:column;gap:.4rem;margin-top:.35rem;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:.15rem;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.65) transparent}.teams-crew-panel__list::-webkit-scrollbar{width:6px}.teams-crew-panel__list::-webkit-scrollbar-track{background:transparent}.teams-crew-panel__list::-webkit-scrollbar-thumb{border-radius:999px;background:#94a3b8a6}.teams-page--board .teams-crew-panel .team-board-worker{margin-bottom:.6rem}.teams-page--board .teams-board-layout{background:#e2e8f0;border-radius:.5rem;padding:1rem;margin-top:0;border:1px solid rgba(148,163,184,.35);box-shadow:0 20px 50px #0f172a0d}.teams-page--board .teams-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin:.5rem 0 1rem}.teams-page--board .metric-card{background:#f8fafc;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:1rem 1.2rem;box-shadow:0 12px 32px #0f172a40;display:flex;flex-direction:column;gap:.35rem}.teams-page--board .metric-card .label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.teams-page--board .metric-card strong{font-size:1.4rem;font-weight:500;color:#0f172a}.team-detail-page{height:100%;min-height:0;overflow:hidden;padding:18px 22px 96px;box-sizing:border-box;display:flex;flex-direction:column}.team-detail-card{max-width:1220px;padding-top:1rem;margin:0 auto;background:#fff;border:1px solid #e6ebf5;border-radius:14px;position:relative;display:flex;flex-direction:column;flex:1 1 auto;width:100%;max-height:100%;min-height:0;overflow:hidden}.team-detail-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background-color:#2360cc;border-top-left-radius:14px;border-top-right-radius:14px}.team-detail-header{padding:22px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex:0 0 auto}.team-detail-title{margin:0;font-size:26px;font-weight:700;color:#334155}.team-detail-subtitle{margin:4px 0 0;color:#334155;font-weight:400}.team-detail-tabs{padding:0 24px;display:flex;gap:18px;border-bottom:1px solid #eef2f8}.team-detail-tabs button{border:none;border-radius:0;background:transparent;padding:12px 14px;font-weight:400;color:#334155;cursor:pointer;border-bottom:2px solid transparent}.team-detail-tabs button.active{color:#2360cc;border-bottom-color:#2360cc}.team-detail-body{padding:18px 24px 48px;flex:1 1 auto;min-height:0;overflow:auto}.team-detail-section{margin-top:14px}.team-detail-section h3{margin:18px 0 10px;font-size:16px;font-weight:700;color:#334155}.team-detail-grid{display:grid;grid-template-columns:280px 280px;gap:12px 18px;align-items:start}.team-field{display:grid;gap:6px;font-size:12px;font-weight:800;color:#64748b}.team-field input{padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:12px;font-weight:400;color:#334155}.team-field input:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2351ff2e}.placeholder-row{height:36px;border-radius:8px;border:1px dashed #cbd5e1;background:#f8fafc;display:flex;align-items:center;padding:0 12px;color:#64748b;font-weight:700}.toggle-row{display:flex;align-items:center;width:280px;gap:10px;font-weight:400;color:#0f172a;font-size:12px;border:1px solid #cbd5e1;border-radius:8px}.toggle-row input[type=checkbox]{accent-color:#2360cc}.team-assignment-card{border:1px solid #e6ebf5;background:#fff;padding:0 16px}.team-assignment-note{margin:8px 0 16px;font-size:12px;color:#64748b}.team-assignment-table{width:100%;border-radius:10px;overflow:visible}.team-assignment-header,.team-assignment-row{display:grid;grid-template-columns:1.2fr 1fr 120px 56px;gap:14px;align-items:center}.team-assignment-header{background:#f8fafc;border:1px solid #e6ebf5;padding:10px 12px;font-size:12px;font-weight:500;color:#334155}.team-assignment-row{padding:.25rem 12px;border-bottom:1px solid #eef2f8;background:#fff}.team-assignment-row:last-child{border-bottom:none}.team-assignment-cell{display:flex;align-items:center}.team-assignment-cell input,.team-assignment-select-field{width:100%;padding:10px 12px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:12px;font-weight:400;color:#334155}.team-assignment-select-field:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2351ff2e}.team-assignment-actions-col{display:flex;justify-content:flex-end;align-items:center}.team-assignment-leader-col{justify-content:center}.team-assignment-leader-toggle,.team-assignment-position-lock{width:100%;min-height:36px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;padding:0 12px}.team-assignment-leader-toggle{cursor:pointer}.team-assignment-leader-toggle.active{border-color:#2360cc;background:#e8f0ff;color:#2360cc}.team-assignment-position-lock{border-style:dashed;color:#2360cc;background:#f8fbff}.team-assignment-icon-button{width:36px;height:36px;border-radius:8px;border:none;background:#fee2e2;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444}.team-assignment-icon-button:hover{filter:brightness(.95)}.team-assignment-row-add{background:#fff}.team-assignment-empty{padding:14px 12px;font-size:12px;font-weight:600;color:#64748b}.team-assignment-row--add .team-assignment-add-wrap{width:100%;display:flex;align-items:center;gap:10px}.team-assignment-select{position:relative;width:100%;min-width:0}.team-assignment-select__input{width:100%;padding-right:34px}.team-assignment-select__select{width:100%;padding:10px 34px 10px 12px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:12px;font-weight:400;color:#334155;appearance:none;-webkit-appearance:none;background-image:none!important}.team-assignment-select__select:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2351ff2e}.team-assignment-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e6ebf5;border-radius:8px;box-shadow:0 10px 30px #0f172a1f;z-index:30;max-height:120px;overflow:auto;padding:6px}.team-assignment-dropdown__item{width:100%;text-align:left;border:none;background:transparent;padding:8px 10px;border-radius:6px;font-size:12px;color:#334155;cursor:pointer}.team-assignment-dropdown__item:hover{background:#f1f5f9}.team-assignment-select__chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;opacity:.65;z-index:2}.team-assignment-select__input[list]{appearance:none;-webkit-appearance:none;background-image:none!important}.team-assignment-select__input[list]::-webkit-calendar-picker-indicator{display:none!important;opacity:0!important}.team-assignment-select__input[list]::-ms-expand{display:none}.team-footer-bar{position:sticky;bottom:0;width:100%;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid #e6ebf5;padding:12px 22px;box-shadow:0 -10px 30px #0f172a1f;z-index:10}.team-footer-bar__content{max-width:1220px;margin:0 auto;display:flex;gap:10px;align-items:center;justify-content:flex-end}.team-message{margin-right:auto;font-weight:800;font-size:13px}.team-detail-card-footer{margin-top:auto;padding:14px 24px 18px;border-top:1px solid #eef2f8;display:flex;align-items:center;gap:14px;justify-content:flex-end;flex:0 0 auto}.team-detail-footer-actions{display:flex;gap:10px;align-items:center}.team-message.success{color:#15803d}.team-message.error{color:#b91c1c}@media(max-width:900px){.team-detail-grid{grid-template-columns:1fr}}@media(max-height:780px){.team-detail-page{padding:0}}.employees-page{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);padding:.5rem;color:#f8fafc;position:relative;gap:1.5rem}.employees-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.employees-header h1{font-size:clamp(2rem,4vw,2.5rem);letter-spacing:-.64px;margin-bottom:.75rem;color:#334155;font-weight:600}.employees-header p{margin:0;max-width:34rem;color:#64748b;line-height:1.6;font-size:12px;font-weight:500}.employees-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.employees-actions-top{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.employees-actions .view-pill-row{margin:0}.persons-page{gap:24px}.persons-name-cell{display:flex;flex-direction:column;gap:4px;min-width:0}.persons-name-cell a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.persons-name-cell span{font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.persons-role-list{display:flex;flex-wrap:wrap;gap:8px}.persons-role-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.persons-role-pill{background:#dbeafe;color:#1d4ed8}.persons-role-pill--leader{background:#dcfce7;color:#166534}.persons-role-pill--position{background:#ede9fe;color:#6d28d9}.persons-role-pill.muted{background:#e2e8f0;color:#475569}.persons-dialog-error,.side-field__error{margin:0;color:#b91c1c;font-size:12px;font-weight:500}.side-field__error{margin-top:2px;padding-left:2px}.side-field{display:grid;gap:6px}.side-modal-backdrop{position:fixed;inset:var(--header-height, 0px) 0 0 0;background:#0f172a59;z-index:9998}.side-modal{position:fixed;top:var(--header-height, 0px);right:0;height:calc(100% -var(--header-height,0px));width:360px;background:#fff;display:flex;flex-direction:column;z-index:9999}.side-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #E2E8F0}.side-modal__title{font-size:14px;font-weight:700;color:#334155}.side-modal__close{border:0;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#64748b}.side-modal__body{flex:1;overflow:auto;padding:14px 16px 0}.side-modal-form{display:flex;flex-direction:column;gap:10px;min-height:100%}.side-input{position:relative;width:100%;height:56px;border-radius:6px;border:1px solid #d5dde8;background:#fff;box-sizing:border-box}.side-input__label{position:absolute;left:10px;top:9px;opacity:1;font-size:11px;font-weight:600;color:#64748b;pointer-events:none}.side-input input{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:13px;font-weight:400;color:#0f172a;padding:18px 10px 0;box-sizing:border-box;line-height:1.2}.side-modal__footer{position:sticky;bottom:0;background:#fff;margin-top:auto;padding:12px 0 14px}.side-modal__footer-line{height:1px;background:#e2e8f0;margin:10px -16px 12px}.side-modal__footer-actions{display:flex;gap:10px;justify-content:flex-start}.person-detail-page{padding-bottom:104px}.person-detail-card{background:linear-gradient(180deg,#fffffffa,#f8fafcfa),#f8fafc;border-radius:24px;padding:22px;border:1px solid rgba(148,163,184,.14);box-shadow:0 24px 48px #0f172a0f}.person-detail-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.person-detail-title{margin:0;font-size:32px;line-height:1.05;color:#0f172a}.person-detail-subtitle{margin:8px 0 0;color:#64748b}.person-detail-header-actions{display:flex;gap:12px}.person-role-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.person-role-pill,.person-primary-pill,.person-meta-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.person-role-pill{background:#dbeafe;color:#1d4ed8}.person-role-pill--leader{background:#dcfce7;color:#166534}.person-role-pill--position{background:#ede9fe;color:#6d28d9}.person-role-pill--field-eligible{background:#d1fae5;color:#047857}.person-role-pill.muted{background:#e2e8f0;color:#475569}.person-primary-pill{background:#dcfce7;color:#15803d}.person-meta-pill{background:#ede9fe;color:#6d28d9}.person-detail-body{display:grid;gap:16px}.person-detail-top-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:16px;align-items:start}.person-detail-side-stack{display:grid;gap:16px;align-content:start}.person-detail-bottom-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:16px;align-items:start}.person-detail-section,.person-linked-card,.person-collection-card{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:16px;box-shadow:0 10px 22px #0f172a0d}.person-detail-section{padding:18px}.person-tags-section{margin:0}.person-detail-section h3{margin:0 0 16px;color:#0f172a}.person-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.person-field,.person-toggle-row{display:flex;flex-direction:column;gap:8px}.person-field span,.person-toggle-row span{font-size:13px;font-weight:600;color:#334155}.person-field .person-field__error{color:#dc2626;font-size:12px;font-weight:500}.person-field input,.person-field select,.person-field textarea{width:100%;border:1px solid rgba(148,163,184,.35);border-radius:12px;padding:11px 13px;font:inherit;background:#fff}.person-field textarea{min-height:88px;resize:vertical}.person-field--wide{grid-column:1 / -1}.person-toggle-row{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding-top:4px}.person-toggle-row input{width:18px;height:18px}.person-linked-grid,.person-collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.person-collection-grid--compact{grid-template-columns:1fr}.person-collection-grid--contacts{gap:10px}.person-property-stack{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;padding-right:4px}.person-linked-card,.person-collection-card,.person-detail-section--details{padding:16px}.person-detail-section--tags,.person-detail-section--contacts{padding:14px}.person-detail-section--tags .entity-tags-section__header{margin-bottom:10px}.person-detail-section--tags .entity-tags-section__eyebrow{margin-bottom:4px}.person-detail-section--tags .entity-tags-section__subtitle,.person-detail-section--tags .entity-tags-section__helper,.person-detail-section--tags .entity-tags-section__empty{font-size:12px}.person-detail-section--tags .entity-tags-section__body{min-height:0}.person-detail-section--tags .entity-tags-section__chips{gap:6px}.person-detail-section--tags .entity-tag-chip{padding:5px 10px;border-radius:999px}.person-detail-section--contacts .person-section-heading{margin-bottom:10px}.person-collection-card--contact{padding:14px;border-radius:14px}.person-collection-card--contact dl{gap:6px}.person-collection-card--contact dt{font-size:11px}.person-collection-card--contact dd{font-size:14px}.person-collection-card--property{padding:14px;border-radius:14px}.person-property-card__flags{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.person-property-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.person-property-card__meta dt{font-size:11px}.person-property-card__meta dd{font-size:13px}.person-overview-note{margin-top:12px;font-size:12px;line-height:1.5}.person-detail-section--overview{padding:16px}.person-overview-flags{display:flex;flex-wrap:wrap;gap:8px}.person-overview-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:12px;margin-top:14px}.person-stat-card{display:grid;gap:6px;padding:14px 14px 12px;border-radius:16px;border:1px solid rgba(191,219,254,.7);background:linear-gradient(180deg,#eff6ffeb,#fffffffa)}.person-stat-card__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.person-stat-card__value{font-size:26px;line-height:1;color:#0f172a}.person-stat-card__meta{font-size:12px;color:#475569}.person-overview-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;margin-top:14px}.person-overview-panel{padding:14px;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:#fff}.person-overview-panel__header{margin-bottom:12px;color:#0f172a}.person-overview-panel dl{margin:0;display:grid;gap:10px}.person-overview-panel dl div{display:grid;gap:2px}.person-overview-panel dt{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.person-overview-panel dd{margin:0;font-size:14px;line-height:1.35;color:#0f172a}.person-detail-section--customer-ops{padding:16px}.person-customer-ops-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;align-items:start}.person-ops-panel{min-height:100%;padding:14px;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:#fff}.person-ops-panel--danger{border-color:#fb923c59;background:linear-gradient(180deg,#fff7ede0,#fffffffa)}.person-ops-panel__header,.person-ops-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.person-ops-panel__header{margin-bottom:12px}.person-ops-panel__header strong{color:#0f172a}.person-ops-panel__header span{font-size:12px;color:#64748b}.person-ops-list{display:flex;flex-direction:column;gap:10px}.person-ops-card{padding:12px;border-radius:14px;border:1px solid rgba(191,219,254,.65);background:linear-gradient(180deg,#eff6ffb8,#fffffffa)}.person-ops-card--danger{border-color:#fb923c73;background:linear-gradient(180deg,#ffedd5b3,#fffffffa)}.person-ops-card__header strong{display:block;color:#0f172a;font-size:14px;line-height:1.35}.person-ops-card__header span{display:block;margin-top:4px;color:#64748b;font-size:12px;line-height:1.4}.person-ops-card__meta{display:flex;justify-content:space-between;gap:12px;margin-top:10px;font-size:12px;color:#475569}.person-ops-card__meta span,.person-ops-card__meta strong{min-width:0}.person-ops-card__meta span{flex:1}.person-ops-card__meta strong{color:#0f172a;text-align:right}.person-ops-card__actions{display:flex;justify-content:flex-end;margin-top:12px}.person-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700;white-space:nowrap}.person-status-pill--info{background:#dbeafe;color:#1d4ed8}.person-status-pill--success{background:#dcfce7;color:#166534}.person-status-pill--warning{background:#ffedd5;color:#c2410c}.person-status-pill--danger{background:#fee2e2;color:#b91c1c}.person-status-pill--muted{background:#e2e8f0;color:#475569}.person-linked-card__header,.person-collection-card__header,.person-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.person-linked-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.person-linked-card dl,.person-collection-card dl{margin:0;display:grid;gap:8px}.person-linked-card dl div,.person-collection-card dl div{display:grid;gap:4px}.person-linked-card dt,.person-collection-card dt{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.person-linked-card dd,.person-collection-card dd{margin:0;color:#0f172a;line-height:1.4}.person-empty-inline,.person-empty-state{color:#64748b}.person-account-dialog{--popup-width: min(720px, calc(100vw - 32px) )}.person-account-callout{margin-bottom:16px;padding:14px 16px;border-radius:16px;border:1px solid rgba(191,219,254,.9);background:linear-gradient(135deg,#eff6fffa,#fffffffa)}.person-account-callout strong{display:block;margin-bottom:6px;font-size:13px;color:#1d4ed8}.person-account-callout p{margin:0;font-size:13px;line-height:1.5;color:#475569}.person-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.person-dialog-grid--accounts{gap:14px 18px}.person-inline-field{display:flex;gap:10px;align-items:center}.person-inline-field input{flex:1 1 auto}.person-field--password input{font-family:DM Sans,sans-serif;letter-spacing:.02em}.person-account-dialog .person-field input,.person-account-dialog .person-field select,.person-account-dialog .person-field textarea{border-radius:14px;background:linear-gradient(180deg,#f8fafcf5,#fff)}.person-account-dialog .person-field--phone{align-self:stretch;width:100%;box-sizing:border-box}.person-account-dialog .phone-input-field--person-field{display:block;position:relative;width:100%}.person-account-dialog .phone-input-field--person-field .phone-input-field__control{width:100%;grid-template-columns:104px minmax(0,1fr);gap:8px;align-items:center;box-sizing:border-box}.person-account-dialog .phone-input-field--person-field .phone-input-field__country,.person-account-dialog .phone-input-field--person-field .phone-input-field__number{height:43px;min-height:43px;box-sizing:border-box;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:linear-gradient(180deg,#f8fafcf5,#fff)}.person-account-dialog .phone-input-field--person-field .phone-input-field__country:hover:not(:disabled),.person-account-dialog .phone-input-field--person-field .phone-input-field__number:hover{background:linear-gradient(180deg,#f8fafcf5,#fff)}.person-account-dialog .phone-input-field--person-field .phone-input-field__input{width:100%;height:41px;box-sizing:border-box;margin:0;padding:0 13px;border:0;border-radius:14px;background:transparent;box-shadow:none;font:inherit}.person-account-dialog .phone-input-field--person-field .phone-input-field__menu.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:auto;z-index:10;width:min(340px,calc(100vw - 48px));max-height:min(320px,calc(100vh - 180px));transform:none}.person-account-dialog .phone-input-field--person-field .phone-input-field__error{margin-top:8px;padding-left:0;color:#dc2626;font-size:12px;font-weight:500}.person-account-dialog .person-field input:disabled,.person-account-dialog .person-field select:disabled,.person-account-dialog .person-field textarea:disabled{color:#94a3b8;background:#f1f5f9;border-color:#cbd5e1f2;cursor:not-allowed}.person-account-dialog .person-inline-field .hero-button{white-space:nowrap;min-width:58px;padding-inline:10px;font-size:12px}.person-toggle-row--inline{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:space-between}.person-leads-table-wrap{overflow-x:auto}.person-detail-section--lead-history{min-width:0}.person-leads-table{width:100%;border-collapse:collapse}.person-leads-table th,.person-leads-table td{padding:12px 10px;border-bottom:1px solid rgba(226,232,240,.9);text-align:left}.person-leads-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}@media(max-width:768px){.person-detail-header{flex-direction:column}.person-detail-top-grid,.person-detail-bottom-grid,.person-customer-ops-grid,.person-detail-grid,.person-property-card__meta{grid-template-columns:1fr}.person-field--wide{grid-column:auto}.person-dialog-grid{grid-template-columns:1fr}.person-inline-field{flex-direction:column;align-items:stretch}}.genai{display:block;gap:0!important;margin:0;padding:.8rem 1.5rem;background:transparent;min-height:calc(100vh - var(--header-height) - var(--corner-size) * 2);box-sizing:border-box;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;border-top-left-radius:var(--corner-size)}.genai__header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin:0;padding:0}.genai__title{font-weight:400;font-size:1.4rem}.genai__actions{display:flex;gap:.5rem}.genai__layout{display:grid;grid-template-columns:420px minmax(0,1fr);gap:1rem;margin-top:1rem}@media(max-width:1024px){.genai__layout{grid-template-columns:1fr}}.genai__chat{background:#fff;border:1px solid rgba(16,24,40,.08);border-radius:.75rem;display:grid;grid-template-rows:minmax(0,1fr) auto;height:70vh;min-height:0;overflow:hidden;overscroll-behavior:contain}.chat__stream{padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}.bubble{max-width:80%;padding:.5rem .65rem;border-radius:.6rem;border:1px solid rgba(16,24,40,.08);background:#f8fafc}.bubble p{margin:0;white-space:pre-wrap;word-break:break-word}.bubble--ai{align-self:flex-start;background:#f5f7fb}.bubble--user{align-self:flex-end;background:#cfe2fb;border-color:#c7d3ff}.bubble--muted{opacity:.7;font-style:italic}.chat__composer{padding:.6rem;border-top:1px solid rgba(16,24,40,.08);display:flex;gap:.5rem;align-items:center}.chat__composer input{flex:1;padding:.6rem .7rem;border:1px solid rgba(16,24,40,.12);border-radius:.6rem}.composer__tools{display:flex;gap:.5rem;align-items:center}.genai__preview{background:#fff;border:1px solid rgba(16,24,40,.08);border-radius:.75rem;min-height:70vh;display:flex}.preview__canvas{margin:auto;text-align:center;max-width:720px;width:100%;padding:2rem;box-sizing:border-box}.preview__chart{width:100%;max-width:720px;height:320px;margin:0 auto}.muted{color:#6b7280}.illus-block{max-width:260px;margin-inline:auto;text-align:center}.illus-block h3{color:var(--color-gray-700);margin-top:1rem;margin-bottom:.5rem}.illus-block .muted{margin:0;line-height:1.3}.pricing-setup-page{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem clamp(1.25rem,3vw,2rem);min-height:100%;box-sizing:border-box;background:transparent;color:#0f172a}.pricing-setup-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.15rem;background:#fffffff0;border:1px solid #dbe4f2;border-radius:16px;box-shadow:0 10px 24px #0f172a0a}.pricing-setup-eyebrow{margin:0 0 .35rem;color:#2563eb;font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.service-zipcodes-table td:last-child{display:flex;gap:.5rem;align-items:center}.service-zipcodes-dialog{--popup-width: min(620px, 92vw)}.service-zipcodes-form{display:grid;gap:1rem}.service-zipcodes-form label{display:grid;gap:.4rem;color:#334155;font-weight:700}.service-zipcodes-form input[type=text],.service-zipcodes-form input[type=number],.service-zipcodes-form input:not([type]){width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:.85rem 1rem;color:#0f172a;font:inherit}.service-zipcodes-form__checkbox{grid-template-columns:auto 1fr;align-items:center}.pricing-setup-header h1{margin:0;font-size:2rem;line-height:1.05;letter-spacing:-.03em;font-weight:700;color:#0f172a}.pricing-setup-header-actions{display:flex;align-items:center;gap:.5rem}.pricing-setup-toast{margin:0 1rem;padding:.5rem 1rem;border-radius:999px;border:1px solid transparent;font-size:.9rem;font-weight:600}.pricing-setup-toast.success{background:#ecfdf3;border-color:#86efac;color:#166534}.pricing-setup-toast.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.pricing-setup-toast.info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.pricing-setup-icon-button{width:44px;height:44px;background:#fff;border-radius:12px;border:1px solid #cbd5e1;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #0000000a}.pricing-setup-icon-button:hover{background:#f8fafc;border-color:#94a3b8}.pricing-setup-icon-button:disabled,.pricing-setup-header-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.pricing-setup-header-button{border-radius:12px;height:42px;padding:0 15px;font-weight:700;font-size:.84rem;letter-spacing:.01em;border:1px solid #dbe4f2;cursor:pointer;background:#fff;color:#1e293b;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.pricing-setup-header-button.primary{background:#2360cc;border-color:#2360cc;color:#fff;box-shadow:0 10px 24px #2360cc40}.pricing-setup-header-button.primary:hover{background:#1f53b3;transform:translateY(-1px)}.pricing-setup-header-button.ghost{background:#fff;border-color:#cbd5e1;color:#334155}.pricing-setup-header-button.ghost:hover{background:#f8fafc;border-color:#94a3b8}.pricing-setup-tabs{padding-bottom:.35rem;border-bottom:1px solid #dbe4f2}.pricing-setup-tabs menu{display:inline-flex;align-items:flex-end;gap:.5rem;padding:0;margin:0;list-style:none}.pricing-setup-tabs li{position:relative;border:none;background:transparent;color:#64748b;display:flex;align-items:stretch}.pricing-setup-tabs .tab-button{border:none;background:transparent;color:inherit;cursor:pointer;font:inherit;width:100%;padding:.45rem .95rem;display:flex;align-items:center;gap:.4rem;border-radius:30px;transition:color .15s ease,background .15s ease,border-color .15s ease}.pricing-setup-tabs .tab-button:focus-visible{outline:2px solid #2743ff;outline-offset:2px}.pricing-setup-tabs .tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:700;letter-spacing:.01em}.pricing-setup-tabs li.active .tab-button{background:#fff;color:#2360cc;border-bottom:2.5px solid #2360cc;border-radius:8px 8px 0 0;font-weight:600}.pricing-setup-tabs li:not(.active) .tab-button:hover{color:#0f172a;background:#f8fafc}.pricing-setup-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:.75rem}.pricing-setup-toolbar{background:#fffffff2;border-radius:16px;border:1px solid #dbe4f2;display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;padding:.85rem 1rem;box-shadow:0 10px 24px #0f172a0a}.pricing-setup-toolbar__left{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;flex:1 1 auto}.pricing-setup-toolbar__right{display:flex;align-items:center;gap:1rem}.pricing-setup-toolbar__search{flex:1 1 320px;display:flex;align-items:center;gap:.5rem;border:1px solid #dbe4f2;border-radius:12px;padding:0 .75rem;background:#fff;height:40px}.pricing-setup-toolbar__search-icon{color:#94a3b8;font-size:.9rem;width:16px;height:16px}.pricing-setup-toolbar__search input{border:none;background:transparent;flex:1;padding:0;font-size:.84rem;font-weight:500;color:#1e293b}.pricing-setup-toolbar__search input::placeholder{color:#94a3b8}.pricing-setup-toolbar__search button{border:none;background:transparent;color:#94a3b8;font-size:1rem;cursor:pointer}.pricing-setup-select{display:inline-flex;align-items:center;gap:.35rem;color:#64748b;font-size:.85rem}.pricing-setup-select select{border-radius:18px;border:1px solid #94a3b8;padding:.35rem .75rem;background:#fff;color:#334155;font-size:.85rem}.pricing-setup-toolbar__icon{width:32px;height:32px;border-radius:16px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem}.pricing-setup-toolbar__icon svg{width:16px;height:16px}.pricing-setup-results-range{font-size:.78rem;font-weight:600;color:#64748b}.pricing-setup-table-card{background:#fff;border-radius:16px;border:1px solid #dbe4f2;box-shadow:0 12px 28px #0f172a0d;padding:0;display:flex;flex-direction:column;gap:0;flex:1 1 auto;min-height:0;overflow:hidden}.pricing-setup-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#fff}.pricing-setup-table{width:100%;max-width:100%;border-collapse:collapse;min-width:480px;background:transparent;margin-left:0;margin-right:auto}.pricing-setup-table thead{background:#fff;text-transform:none;font-size:.875rem;letter-spacing:0;color:#334155}.pricing-setup-table th,.pricing-setup-table td{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;text-align:left;font-size:.875rem;color:#0f172a}.pricing-setup-table th{font-weight:600;color:#334155}.pricing-setup-table:not(.pricing-setup-table--addons) th:first-child,.pricing-setup-table:not(.pricing-setup-table--addons) td:first-child,.pricing-setup-table:not(.pricing-setup-table--addons) th:nth-child(2),.pricing-setup-table:not(.pricing-setup-table--addons) td:nth-child(2){width:1%;min-width:180px;white-space:nowrap}.pricing-setup-table tbody tr:nth-child(2n){background:#f8fafc}.pricing-setup-table tbody td{color:#64748b}.pricing-setup-col-filler{width:auto;padding:0}.pricing-setup-col-value{text-align:right;width:150px}.pricing-setup-input-wrapper{max-width:140px;margin-left:auto}.pricing-setup-input-wrapper input[type=number]{width:100%;border-radius:6px;border:1px solid #e2e8f0;padding:.4rem .6rem;text-align:right;font-size:.875rem;color:#64748b;background:#fff}.pricing-setup-input-wrapper input[type=number]::-webkit-outer-spin-button,.pricing-setup-input-wrapper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pricing-setup-input-wrapper input[type=number]:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2360cc26}.pricing-setup-table--addons{min-width:1080px}.pricing-setup-table--addons th:nth-child(n+3){text-align:center}.pricing-setup-checkbox-label{display:inline-flex;align-items:center;justify-content:center}.pricing-setup-table input[type=checkbox]{width:1rem;height:1rem;border-radius:4px;border:1px solid rgba(148,163,184,.7);accent-color:#2360cc}.pricing-setup-col-checkbox{text-align:center;width:80px}.pricing-setup-empty{text-align:center;color:#94a3b8;padding:2.5rem 1rem;font-size:.8rem;line-height:150%}.pricing-setup-pill{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;border:none}.pricing-setup-pill--small-home{background:#cfe2fb;color:#1f53b3}.pricing-setup-pill--large-home{background:#ffedd5;color:#c2410c}.pricing-setup-pill--interior{background:#cfe2fb;color:#1f53b3}.pricing-setup-pill--default{background:#e2e8f0;color:#475569}.pricing-setup-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-top:1px solid #e2e8f0}.pricing-setup-pagination__info span{font-size:.8rem;color:#64748b}.pricing-setup-pagination__controls{display:flex;align-items:center;gap:.35rem}.pricing-setup-pagination__controls button{min-width:2.1rem;height:2.1rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:.85rem;font-weight:600;color:#334155;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;padding:0 .65rem}.pricing-setup-pagination__controls button.is-active{background:#2360cc;color:#fff;border-color:#2360cc}.pricing-setup-pagination__controls button:disabled{opacity:.35;cursor:not-allowed}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1200px){.pricing-setup-page{padding-inline:1rem}.pricing-setup-table{min-width:640px}.pricing-setup-table--addons{min-width:880px}}.service-templates-page{gap:1rem}.service-templates-page__header-copy{display:flex;flex-direction:column;gap:.35rem}.service-templates-page__header-copy p{margin:0;color:#64748b;font-size:.92rem;font-weight:500;line-height:1.45;max-width:64ch}.service-templates-page__tabs{margin-top:-.2rem}.service-templates-page .pricing-setup-header-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;height:auto;padding:.7rem 1rem;font-size:.82rem;line-height:1.1}.service-templates-page__grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:1rem;min-height:0;align-items:start}.service-templates-page__grid.is-catalog-expanded,.service-templates-page.is-catalog-expanded .service-templates-page__grid{grid-template-columns:560px minmax(0,1fr)}.service-templates-page__panel{display:flex;flex-direction:column;height:680px;min-height:680px;border-radius:16px;overflow:hidden}.service-templates-page__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem 0}.service-templates-page__panel-header h2{margin:0;font-size:1.08rem;line-height:1.15;letter-spacing:-.02em;font-weight:700;color:#0f172a}.service-templates-page__panel-header p{margin:.35rem 0 0;color:#64748b;font-size:.82rem;font-weight:500;line-height:1.45}.service-templates-page__expand-button{height:36px;padding:0 .85rem;border-radius:10px;border:1px solid #dbe3f1;background:#fff;color:#245bc0;font-size:.76rem;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.service-templates-page__expand-button:hover{border-color:#c9d9f7;background:#f8fbff}.service-templates-page__list,.service-templates-page__template-list{min-height:0;padding:1rem;overflow:auto}.service-templates-page__list{display:flex;flex-direction:column;gap:.35rem}.service-templates-page__template-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;align-content:start}.service-templates-page__template-list.is-single-column,.service-templates-page.is-catalog-expanded .service-templates-page__template-list{grid-template-columns:1fr}.service-templates-page__service-row{display:grid;grid-template-columns:22px minmax(0,1fr);gap:.45rem;align-items:center;padding:.4rem .6rem;border-radius:8px;border:1px solid #dbe3f1;background:#fff;box-shadow:0 4px 10px #0f172a06;cursor:grab;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.service-templates-page__service-row:hover{border-color:#a9c1ef;box-shadow:0 12px 28px #2563eb14}.service-templates-page__service-row.is-dragging{opacity:.6;transform:scale(.985)}.service-templates-page__drag-handle{display:inline-flex;align-items:center;justify-content:center;color:#94a3b8}.service-templates-page__service-copy{min-width:0}.service-templates-page__service-inline{display:flex;align-items:center;gap:.18rem .28rem;min-width:0;flex-wrap:wrap;row-gap:.12rem}.service-templates-page__service-copy strong{color:#0f172a;font-size:.8rem;font-weight:700;line-height:1.2;overflow:hidden;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;max-width:100%}.service-templates-page__service-chip{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 .32rem;border-radius:999px;border:1px solid #d7e3f8;background:#f8fbff;color:#5f7290;font-size:.62rem;font-weight:700;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.service-templates-page__service-chip.is-mode{background:#eef4ff;border-color:#cfe0ff;color:#2d5fbe}.service-template-card{border:1px solid #dbe3f1;border-radius:12px;background:#fff;box-shadow:0 8px 18px #0f172a09;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.service-template-card.is-drop-target{border-color:#2360cc;box-shadow:0 14px 24px #2360cc1f;transform:translateY(-1px)}.service-template-card__header{width:100%;border:none;background:transparent;padding:.9rem .9rem .85rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-align:left;cursor:pointer}.service-template-card__title-group{display:flex;flex-direction:column;gap:.35rem;min-width:0}.service-template-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.service-template-card__title-group strong{color:#0f172a;font-size:1rem;line-height:1.25;letter-spacing:-.015em;font-weight:700}.service-template-card__count-pill,.service-template-card__meta-pill{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 .65rem;border-radius:10px;font-size:.7rem;font-weight:700;white-space:nowrap}.service-template-card__count-pill{background:#eef4ff;border:1px solid #cfe0ff;color:#245bc0}.service-template-card__meta-row{display:flex;flex-wrap:wrap;gap:.45rem}.service-template-card__meta-pill{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.service-template-card__meta-pill.is-ready{background:#eefcf4;border-color:#c9efd6;color:#24824b}.service-template-card__meta-pill.is-empty{background:#fff8ee;border-color:#f8d7a7;color:#b26b00}.service-template-card__chevron{display:inline-flex;align-items:center;justify-content:center;color:#64748b}.service-template-card__body{display:flex;flex-direction:column;gap:.85rem;padding:0 1rem 1rem}.service-template-card__hint,.service-template-card__saving{font-size:.8rem;font-weight:500;color:#64748b}.service-template-card__hint{padding:.7rem .85rem;border-radius:10px;background:#eef5ff;border:1px dashed #bfd2f6}.service-template-card__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.7rem}.service-template-card__empty,.service-templates-page__empty{padding:1rem;border-radius:10px;border:1px dashed #d4dce8;background:#fbfdff;color:#64748b;font-size:.82rem;font-weight:500}.service-template-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:flex-start;padding:.8rem .9rem;border-radius:10px;border:1px solid #dbe3f1;background:#fff}.service-template-item__copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.service-template-item__copy strong{color:#0f172a;font-size:.9rem;line-height:1.3;font-weight:700}.service-template-item__copy span{color:#64748b;font-size:.76rem;font-weight:500}.service-template-item__remove{width:32px;height:32px;border-radius:10px;border:1px solid #dbe3f1;background:#fff;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.service-template-item__remove:hover:not(:disabled){border-color:#f3b2b2;color:#b42318;background:#fff5f5}.service-template-item__remove:disabled{opacity:.6;cursor:not-allowed}.service-templates-page__spin{animation:service-templates-spin .9s linear infinite}.service-templates-page__mapping-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:1.25rem;padding:1.35rem 1.4rem;align-items:start}.service-templates-page__mapping-copy{display:flex;flex-direction:column;gap:.55rem}.service-templates-page__mapping-copy h2{margin:0;color:#0f172a;font-size:1.2rem;line-height:1.15;letter-spacing:-.02em;font-weight:700}.service-templates-page__mapping-copy p{margin:0;color:#64748b;font-size:.88rem;font-weight:500;line-height:1.55;max-width:60ch}.service-templates-page__mapping-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.34rem .7rem;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;font-size:.68rem;font-weight:700;letter-spacing:.01em}.service-templates-page__mapping-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.service-templates-page__summary-card{display:flex;flex-direction:column;gap:.3rem;padding:.9rem 1rem;border-radius:18px;border:1px solid #dbe3f1;background:linear-gradient(180deg,#fff,#f8fbff)}.service-templates-page__summary-card strong{color:#0f172a;font-size:1.25rem;line-height:1;font-weight:700}.service-templates-page__summary-card span{color:#64748b;font-size:.78rem;font-weight:500}.service-templates-page__mapping-grid{display:grid;grid-template-columns:1fr;gap:1rem}.service-templates-page__mapping-panel{overflow:hidden}.service-templates-page__mapping-table{min-width:980px}.service-templates-page__mapping-title-cell{display:flex;flex-direction:column;gap:.25rem}.service-templates-page__mapping-title-cell strong{color:#0f172a;font-size:.86rem;font-weight:700}.service-templates-page__mapping-title-cell span{color:#64748b;font-size:.75rem;font-weight:500;line-height:1.45}.service-templates-page__mapping-chip-list{display:flex;flex-wrap:wrap;gap:.35rem}.service-templates-page__mapping-chip{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .6rem;border-radius:999px;background:#eef4ff;border:1px solid #cfe0ff;color:#245bc0;font-size:.7rem;font-weight:700}.service-templates-page__mapping-select{display:flex;flex-direction:column;gap:.35rem;min-width:260px}.service-templates-page__mapping-select select{width:100%;height:40px;border-radius:12px;border:1px solid #cbd5e1;padding:0 .8rem;font-size:.84rem;font-weight:500;color:#0f172a;background:#fff}.service-templates-page__mapping-select select:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 3px #2360cc1f}.service-templates-page__mapping-selected-name{color:#64748b;font-size:.74rem;font-weight:500;line-height:1.35}.service-templates-page__mapping-status-cell{display:inline-flex}.service-templates-page__mapping-status{display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:28px;padding:0 .75rem;border-radius:999px;font-size:.72rem;font-weight:700;border:1px solid transparent}.service-templates-page__mapping-status.is-suggested{background:#eefcf4;border-color:#c9efd6;color:#24824b}.service-templates-page__mapping-status.is-custom{background:#eef4ff;border-color:#cfe0ff;color:#245bc0}.service-templates-page__mapping-status.is-empty{background:#fff8ee;border-color:#f8d7a7;color:#b26b00}.service-templates-dialog .app-dialog__panel{width:min(560px,calc(100vw - 2rem))}.service-templates-dialog__form{display:grid;gap:1rem}.service-templates-dialog__form label{display:grid;gap:.45rem;color:#334155;font-size:.82rem;font-weight:700}.service-templates-dialog__form input,.service-templates-dialog__form select{width:100%;height:42px;border-radius:12px;border:1px solid #cbd5e1;padding:0 .85rem;font-size:.84rem;font-weight:500;color:#0f172a;background:#fff}.service-templates-dialog__form input:focus,.service-templates-dialog__form select:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 3px #2360cc1f}@keyframes service-templates-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1100px){.service-templates-page__grid,.service-templates-page.is-catalog-expanded .service-templates-page__grid,.service-templates-page__mapping-hero{grid-template-columns:1fr}.service-templates-page__panel{height:auto;min-height:420px}.service-templates-page__template-list{grid-template-columns:1fr}.service-templates-page__service-inline{flex-wrap:wrap;row-gap:.25rem}.service-template-card__title-row{flex-direction:column;align-items:flex-start}.service-templates-page__mapping-summary{grid-template-columns:1fr 1fr}}@media(max-width:720px){.service-templates-page__mapping-summary{grid-template-columns:1fr}.service-templates-page__mapping-select{min-width:220px}}.department-field-full{grid-column:1 / -1}.department-members-list{display:grid;gap:12px}.department-member-card{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;border:1px solid #dbe3ef;border-radius:12px;background:#f8fbff}.department-member-card strong{display:block;color:#334155}.department-member-card p{margin:6px 0 0;color:#64748b;font-size:12px}.department-member-card button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;cursor:pointer}@media(max-width:900px){.department-member-card{flex-direction:column}}.pipelines-actions{display:inline-flex;align-items:center;gap:8px}.pipeline-details-section{border:1px solid #d9e2ef;border-radius:14px;padding:0 16px 16px;background:#fff;overflow:hidden}.pipeline-details-grid{grid-template-columns:minmax(280px,420px)}.pipeline-stages-section{margin-top:24px}.pipeline-stages-panel{border:1px solid #d9e2ef;border-radius:14px;background:#fff;overflow:visible}.pipeline-stages-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fbff,#fff)}.pipeline-stages-panel-header h3{margin:0}.pipeline-stages-panel-header p{margin:6px 0 0;color:#64748b;font-size:13px}.pipeline-stages-table{display:flex;flex-direction:column;min-width:0}.pipeline-stages-table-body{padding:12px;background:#fff}.pipeline-stage-row{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:0;align-items:center;min-height:68px;border:1px solid rgba(217,226,239,.9);border-radius:12px;background:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,opacity .18s ease,background .18s ease}.pipeline-stage-row:hover{border-color:#2360cc38;box-shadow:0 6px 16px #0f172a0f}.pipeline-stage-row-dragging{opacity:.34;border-style:dashed;border-color:#2360cc59;background:#f8fbff}.pipeline-stage-row-preview{opacity:1!important}.pipeline-stage-main-cell,.pipeline-stage-actions-cell{padding:12px 16px}.pipeline-stage-main-cell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0}.pipeline-stage-main-cell input{min-width:0;width:100%;padding:11px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:14px;color:#334155}.pipeline-stage-main-cell input:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2360cc2e}.pipeline-stage-actions-cell{display:flex;align-items:center;justify-content:center}.pipeline-stage-color-select{position:relative;flex:0 0 auto}.pipeline-stage-color-trigger{min-width:200px;height:40px;padding:0 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.pipeline-stage-color-trigger:hover,.pipeline-stage-color-trigger.is-open{border-color:#2360cc;box-shadow:0 0 0 1px #2360cc1f}.pipeline-stage-color-trigger-value,.pipeline-stage-color-option-value{display:inline-flex;align-items:center;gap:10px;min-width:0}.pipeline-stage-color-trigger-value span:last-child,.pipeline-stage-color-option-value span:last-child{white-space:nowrap}.pipeline-stage-color-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:999;width:220px;max-height:280px;overflow-y:auto;margin:0;padding:8px;list-style:none;border:1px solid #d9e2ef;border-radius:12px;background:#fff;box-shadow:0 18px 38px #0f172a24}.pipeline-stage-color-option{width:100%;padding:10px 12px;border:0;border-radius:8px;background:transparent;color:#334155;display:flex;align-items:center;justify-content:flex-start;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease}.pipeline-stage-color-option:hover,.pipeline-stage-color-option.is-selected{background:#f8fbff}.pipeline-stage-drag-handle{width:34px;height:34px;padding:0;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#f8fafc;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:grab;flex:0 0 auto;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.pipeline-stage-drag-handle:hover{background:#eff6ff;border-color:#2360cc4d;color:#2360cc}.pipeline-stage-drag-handle:active{cursor:grabbing;transform:scale(.97)}.pipeline-stage-drop-slot{height:8px;margin:2px 8px;border-radius:999px;transition:height .18s ease,margin .18s ease,background .18s ease,box-shadow .18s ease}.pipeline-stage-drop-slot-active{height:22px;margin:8px;background:#f8fbff;border:1px solid #cbd5e1;border-radius:8px}.pipeline-stages-add-row{padding:0 20px 20px}.pipelines-action-btn{width:34px;height:34px;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#475569;padding:0;flex-shrink:0;transition:background .18s ease,border-color .18s ease,color .18s ease}.pipelines-action-btn:hover{background:#f8fafc}.pipelines-action-btn:disabled{opacity:.45;cursor:not-allowed}.pipelines-action-danger{border-color:#ef44443d;color:#ef4444}.pipelines-action-danger:hover{background:#fef2f2;border-color:#ef444452}@media(max-width:900px){.pipeline-stage-row{grid-template-columns:minmax(0,1fr) 72px}.pipeline-stage-main-cell,.pipeline-stage-actions-cell,.pipeline-stages-add-row,.pipeline-stages-panel-header{padding-left:14px;padding-right:14px}.pipeline-stage-main-cell{grid-template-columns:1fr}.pipeline-stage-drag-handle{justify-self:start}.pipeline-stage-color-trigger{width:100%;min-width:0}.pipeline-stage-color-menu{left:0;right:auto;width:100%}}.pipeline-board-page{min-height:0}.pipeline-board-header{align-items:flex-start}.pipeline-board-actions-top{flex-wrap:wrap;justify-content:flex-end}.pipeline-board-shell{flex:1 1 auto;min-height:0;overflow:auto;padding-bottom:12px;scrollbar-color:#f8fafc #94a3b8;scrollbar-width:auto}.pipeline-board-shell::-webkit-scrollbar{height:14px}.pipeline-board-shell::-webkit-scrollbar-track{background:#94a3b8;border-radius:999px}.pipeline-board-shell::-webkit-scrollbar-thumb{background:#f8fafc;border-radius:999px;border:0}.pipeline-board-shell::-webkit-scrollbar-corner{background:transparent}.pipeline-board-columns{display:flex;align-items:flex-start;gap:0;min-width:max-content}.pipeline-board-column{width:280px;min-width:280px;border-radius:16px;background:transparent;border:0;box-shadow:none}.pipeline-board-column-header{position:relative;margin:0;padding:12px 28px 12px 16px;border-radius:0;overflow:visible;box-shadow:0 4px 10px #0f172a1f;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center;mask-size:100% 100%;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 243 52' preserveAspectRatio='none'><path fill='black' d='M9 0.5H226.694C230.195 0.5 233.337 2.64591 234.611 5.90625L241.254 22.9062C242.031 24.8955 242.031 27.1045 241.254 29.0938L234.611 46.0938C233.337 49.3541 230.195 51.5 226.694 51.5H9C4.30558 51.5 0.5 47.6944 0.5 43V9C0.5 4.30558 4.30558 0.5 9 0.5Z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 243 52' preserveAspectRatio='none'><path fill='black' d='M9 0.5H226.694C230.195 0.5 233.337 2.64591 234.611 5.90625L241.254 22.9062C242.031 24.8955 242.031 27.1045 241.254 29.0938L234.611 46.0938C233.337 49.3541 230.195 51.5 226.694 51.5H9C4.30558 51.5 0.5 47.6944 0.5 43V9C0.5 4.30558 4.30558 0.5 9 0.5Z'/></svg>")}.pipeline-board-column-header div{display:flex;flex-direction:column;gap:4px}.pipeline-board-column-header strong{font-size:14px;font-weight:700;color:#fff}.pipeline-board-column-header span{font-size:12px;color:#ffffffeb}.pipeline-board-column-body{display:flex;flex-direction:column;gap:8px;min-height:140px;padding:14px;border-radius:16px;transition:background .16s ease,box-shadow .16s ease}.pipeline-board-column-body.is-dnd-over{background:#94a3b81a;border:dashed 1px rgba(148,163,184,.3)}body.pipeline-board-dragging,body.pipeline-board-dragging *{cursor:grabbing!important}.pipeline-board-card{padding:12px 14px;border:1px solid rgba(217,226,239,.95);border-radius:12px;background:#fff;cursor:grab;box-shadow:0 1px #091e4221,0 4px 10px #091e4214;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease,background .16s ease,border-color .16s ease;-webkit-user-select:none;user-select:none;touch-action:none;text-align:left}.pipeline-board-card:hover{box-shadow:0 1px #091e4229,0 8px 16px #091e421f;transform:translateY(-1px)}.pipeline-board-card:active{cursor:grabbing}.pipeline-board-card.is-dragging{border-color:#94a3b8e6;background:#f8fafc;box-shadow:inset 0 0,1px #94a3b873;opacity:.4}.pipeline-board-card h3{margin:0 0 8px;font-size:14px;font-weight:600;color:#0f172a}.pipeline-board-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pipeline-board-card p{margin:0;font-size:14px;font-weight:700;color:#334155}.pipeline-board-card span{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;background:#eff6ff;color:#2360cc;font-size:12px;font-weight:600;white-space:nowrap}.pipeline-board-empty{min-height:120px;border:1px dashed #cbd5e1;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:13px;background:#ffffffc2}.pipeline-board-drag-overlay{z-index:9999;pointer-events:none}.pipeline-board-card-overlay{width:252px;cursor:grabbing;border-color:#94a3b8f2;background:#fff;box-shadow:0 18px 36px #091e4247,0 8px 14px #091e422e;opacity:.98;transform:rotate(2deg) scale(1.03)}.pipeline-board-origin-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#fce7f3;color:#db2777;font-size:12px;font-weight:600}@media(max-width:900px){.pipeline-board-column{width:240px;min-width:240px}.pipeline-board-actions-top{justify-content:flex-start}}.pipeline-board-drop-actions{position:fixed;left:58px;right:0;bottom:0;z-index:20;padding:16px 24px;background:#fff;border-top:1px solid #e6ebf5;box-shadow:0 -8px 24px #0f172a14;transform:translateY(calc(100% + 8px));opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease}.pipeline-board-drop-actions.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.pipeline-board-drop-actions-grid{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pipeline-board-drop-action{min-height:66px;border-radius:12px;border:1px solid #d9e2ef;background:#f8fafc;color:#64748b;font-size:14px;font-weight:600;cursor:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.pipeline-board-drop-action:hover{transform:translateY(-1px)}.pipeline-board-drop-action.is-active{transform:translateY(-4px);box-shadow:0 8px 18px #0f172a2e}.pipeline-board-drop-action-remove{background:#eef2f7;border:1px dashed #d9e2ef;color:#64748b}.pipeline-board-drop-action-lost{background:#fff7f7;border:1px dashed #f2b8b5;color:#ef4444}.pipeline-board-drop-action-won{background:#f4fff7;border:1px dashed #b7e3c6;color:#16a34a}.pipeline-board-drop-action-move{background:#eef2f7;border:1px dashed #d9e2ef;color:#64748b}.pipeline-board-more{position:relative}.pipeline-board-more__trigger{flex-shrink:0}.pipeline-board-more__menu{min-width:190px;padding:8px;border:1px solid #d9e2ef;border-radius:12px;background:#fff;box-shadow:0 18px 38px #0f172a24}.pipeline-board-more__item{width:100%;padding:10px 12px;border:0;border-radius:8px;background:transparent;color:#334155;font-size:14px;text-align:left;cursor:pointer}.pipeline-board-more__item:hover{background:#f8fafc}.pipeline-add-existing-dialog .action-dialog__panel{width:min(1240px,calc(100vw - 48px))}.pipeline-add-existing-dialog .action-dialog__body{min-width:0;padding:20px 24px}.pipeline-add-existing{display:flex;flex-direction:column;gap:16px}.pipeline-add-existing__stage{display:flex;flex-direction:column;gap:8px;max-width:360px}.pipeline-add-existing__stage label{color:#334155;font-size:13px;font-weight:600}.pipeline-add-existing__summary{display:flex;align-items:center;justify-content:space-between;color:#64748b;font-size:13px}.pipeline-add-existing__table-wrap{max-height:272px;overflow-y:auto;overflow-x:hidden;border:1px solid #e2e8f0;border-radius:12px}.pipeline-add-existing__table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:14px}.pipeline-add-existing__table th,.pipeline-add-existing__table td{padding:11px 12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pipeline-add-existing__table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#334155;font-weight:700;box-shadow:0 1px #e2e8f0}.pipeline-add-existing__table td{color:#334155}.pipeline-add-existing__table tr:last-child td{border-bottom:0}.pipeline-add-existing__table th:first-child,.pipeline-add-existing__table td:first-child{width:44px;text-align:center}.pipeline-add-existing__table th:nth-child(2),.pipeline-add-existing__table td:nth-child(2){width:24%}.pipeline-add-existing__table th:nth-child(3),.pipeline-add-existing__table td:nth-child(3){width:26%}.pipeline-add-existing__table th:nth-child(4),.pipeline-add-existing__table td:nth-child(4){width:16%}.pipeline-add-existing__table th:nth-child(5),.pipeline-add-existing__table td:nth-child(5){width:34%}.pipeline-transfer-dialog .action-dialog__panel{width:min(560px,calc(100vw - 48px))}.pipeline-transfer-dialog .action-dialog__body{min-width:420px}.pipeline-transfer-form{display:flex;flex-direction:column;gap:16px}.pipeline-transfer-caption{margin:0;font-size:14px;color:#334155}.pipeline-transfer-field{display:flex;flex-direction:column;gap:8px}.pipeline-transfer-field label{font-size:13px;font-weight:600;color:#334155}.pipeline-transfer-select{position:relative}.pipeline-transfer-field select{width:100%;min-height:42px;padding:0 40px 0 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;font-size:14px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.pipeline-transfer-field select::-ms-expand{display:none}.pipeline-transfer-select__icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.pipeline-transfer-field select:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2360cc2e}.pipeline-transfer-error{margin:0;font-size:13px;color:#dc2626}.pipeline-remove-dialog__content p{font-size:14px;font-weight:400;color:#334155;margin:0 0 16px}.pipeline-remove-dialog__content p:last-child{margin-bottom:0}.is-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.pipeline-board-page .side-modal-backdrop{position:fixed;inset:var(--header-height, 0px) 0 0 0;background:#0f172a59;z-index:9998}.pipeline-board-page .side-modal{position:fixed;top:var(--header-height, 0px);right:0;height:calc(100vh - var(--header-height, 0px));width:360px;max-width:100vw;background:#fff;display:flex;flex-direction:column;z-index:9999}.pipeline-board-page .side-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.pipeline-board-page .side-modal__title{font-size:14px;font-weight:700;color:#334155}.pipeline-board-page .side-modal__close{border:0;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#64748b}.pipeline-board-page .side-modal__body{flex:1 1 auto;min-height:0;overflow:auto;padding:14px 16px 0}.pipeline-board-page .side-modal-form{display:flex;flex-direction:column;gap:10px;min-height:100%}.pipeline-board-page .side-field{display:grid;gap:6px}.pipeline-board-page .side-field__error,.pipeline-board-page .pipeline.board-new-lead-error{margin:0;color:#b91c1c;font-size:13px;font-weight:600}.pipeline-board-page .side-input,.pipeline-board-page .side-select{position:relative;width:100%;height:56px;border-radius:6px;border:1px solid #d5dde8;background:#fff;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.pipeline-board-page .side-input:hovesr,.pipeline-board-page .side-select:hover,.pipeline-board-page .side-input:focus-within,.pipeline-board-page .side-select:focus-within{border-color:#b8c5d5;background:#f8fafc}.pipeline-board-page .side-input__label{position:absolute;left:10px;top:9px;opacity:1;font-size:11px;font-weight:600;color:#64748b;pointer-events:none}.pipeline-board-page .side-input input,.pipeline-board-page .side-select select{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:13px;font-weight:400;color:#0f172a;padding:18px 10px 0;box-sizing:border-box;line-height:1.2}.pipeline-board-page .side-select select{appearance:none}.pipeline-board-page .side-modal__footer{position:sticky;bottom:0;background:#fff;margin-top:auto;padding:1px 0 14px}.pipeline-board-page .side-modal__footer-line{height:1px;background:#e2e8f0;margin:10px -16px 12px}.pipeline-board-page .side-modal__footer-actions{display:flex;gap:10px;justify-content:flex-start}.pipeline-board-page .new-lead-upload{display:grid;gap:.35rem;text-align:center}.pipeline-board-page .new-lead-upload__dropzone{border:2px dashed #e1e1e2;border-radius:6px;padding:12px;background:transparent;display:grid;place-items:center;justify-content:center;font-size:16px;color:#64748b}.pipeline-board-page .new-lead-upload__icon{width:2.75rem;height:2.75rem;color:#64748b;display:flex;align-items:center;justify-content:center}.pipeline-board-page .new-lead-upload__icon svg{width:3.9rem;height:3.9rem}.pipeline-board-page .new-lead-upload__browse{display:inline-flex;align-items:center;justify-content:center;width:32px;height:24px;padding:0;margin:0;border:2px solid #cbd5e1;background:transparent;color:#334155;border-radius:8px;box-shadow:0 12px 32px #2351ff14;cursor:pointer}.pipeline-board-page .new-lead-upload small{color:#64748b;font-size:14px;font-weight:400;display:flex;align-items:self-start;padding-bottom:6px}.pipeline-board-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.pipeline-board-drop-actions-grid{grid-template-columns:1fr 1fr}.pipeline-transfer-dialog .action-dialog__panel{width:min(560px,calc(100vw - 32px))}.pipeline-transfer-dialog .action-dialog__body{min-width:0}}.contracts-page{padding:24px 28px;display:flex;flex-direction:column;gap:16px}.contracts-page:has(>.entity-list-page){height:100%;min-height:0;overflow:hidden;box-sizing:border-box}.contracts-page:has(>.entity-list-page)>.contracts-header{flex:0 0 auto}.contracts-page:has(>.entity-list-page)>.entity-list-page{flex:1 1 auto;height:auto;min-height:0;overflow:hidden}.contracts-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.contracts-title-row{display:flex;align-items:flex-start;gap:10px}.breadcrumb{margin:0;color:#6b7a99;font-size:13px}.contracts-header h1{margin:4px 0;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#1b2559}.contracts-header .muted{margin:0;color:#6b7a99;font-size:14px}.contract-header-meta{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.contract-header-pill,.contract-header-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid #dbe3f1;background:#f8fafc;color:#334155;font-size:12px;font-weight:600}.contract-header-pill--success{background:#dcfce7;color:#166534;border-color:#86efac}.contract-header-pill--warning{background:#fef3c7;color:#92400e;border-color:#fcd34d}.contract-header-pill--danger{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.contract-header-pill--info{background:#dbeafe;color:#1e40af;border-color:#93c5fd}.actions{display:flex;gap:8px;align-items:center}.contracts-header .actions{flex-wrap:wrap;justify-content:flex-end}.contracts-header .view-pill-row{margin:0}.btn{padding:10px 14px;border-radius:10px;border:1px solid #dbe3f1;background:#fff;cursor:pointer;font-weight:600;color:#1b2559}.btn.primary{background:#1f6bff;color:#fff;border-color:#1f6bff}.btn.ghost{background:#f5f7fb}.btn.danger{background:#fff1f2;border-color:#fecdd3;color:#be123c}.btn.danger:hover:not(:disabled){background:#ffe4e6}.btn:disabled{cursor:not-allowed;opacity:.6}.contracts-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{background:#fff;border:1px solid #dbe3f1;border-radius:14px;padding:14px 16px;min-height:72px;display:flex;flex-direction:column;gap:6px;box-shadow:0 10px 26px #1b25590d}.stat-label{color:#6b7a99;font-size:13px}.stat-value{font-size:22px;font-weight:700;color:#1b2559}.stat-value.success{color:#1fa37e}.stat-value.warn{color:#f4a11e}.stat-value.info{color:#1f6bff}.contracts-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.filter-chips{display:flex;gap:10px}.chip{padding:8px 12px;border-radius:12px;border:1px solid #dbe3f1;background:#f7f9fc;color:#6b7a99;font-weight:600;cursor:pointer}.chip.active{background:#1f6bff;color:#fff;border-color:#1f6bff}.search-box{min-width:320px;display:flex}.search-box input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #dbe3f1;background:#fff;color:#1b2559}.contracts-table{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 12px 28px #1b25590d}.table-head,.table-row{display:grid;grid-template-columns:1fr 1fr 1.3fr .6fr .8fr .8fr .7fr .7fr .2fr;align-items:center;gap:8px;padding:14px 16px;font-size:14px}.table-head{background:#f7f9fc;font-weight:700;color:#6b7a99}.table-row{border:none;cursor:pointer;transition:background .12s ease,box-shadow .12s ease;box-shadow:inset 0 -1px #f2f4f7}.table-row:hover{background:#f8fbff;box-shadow:0 6px 14px #1f6bff14;border-radius:12px}.cell{color:#1b2559;font-size:14px;line-height:1.35}.cell.muted{color:#6b7a99}.cell.strong{font-weight:700}.cell.right{text-align:right}.cell.action{color:#9aa6c1;font-weight:700}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px;color:#fff;min-width:74px;text-transform:capitalize}.status-pill.orange{background:linear-gradient(90deg,#f7c266,#f3a53c)}.status-pill.green{background:linear-gradient(90deg,#29b26b,#1f9d5d)}.status-pill.blue{background:linear-gradient(90deg,#6fa6ff,#1f6bff)}.status-pill.grey{background:#c7cedd;color:#1b2559}.contract-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.contract-status-pill.orange{background:#fff7ed;color:#c2410c}.contract-status-pill.green{background:#dcfce7;color:#166534}.contract-status-pill.blue{background:#dbeafe;color:#1d4ed8}.contract-status-pill.red{background:#ffe4e6;color:#be123c}.contract-status-pill.grey{background:#f1f5f9;color:#475569}.contracts-row-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.contracts-placeholder,.contracts-error{padding:12px 16px;color:#6b7a99}.contracts-error{color:#d14343}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{padding:8px 12px;border-radius:10px;border:1px solid #dbe3f1;background:#f7f9fc;color:#6b7a99;font-weight:600;cursor:pointer}.tab.active{background:#1f6bff;border-color:#1f6bff;color:#fff}.contract-shell{display:grid;grid-template-columns:2.2fr .8fr;gap:16px;align-items:start}.card{background:#fff;border-radius:16px;box-shadow:0 12px 28px #1b25590f;border:1px solid #e6ebf5}.form-block{padding:16px 18px;display:flex;flex-direction:column;gap:14px}.switch-row{display:flex;gap:8px;align-items:center;font-weight:600;color:#1b2559}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.info-pair{display:flex;flex-direction:column;gap:4px}.info-label{color:#6b7a99;font-size:12px}.info-value{color:#1b2559;font-weight:600}.info-value--inline{display:inline-flex;align-items:center;gap:8px}.inline-link{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;border:1px solid #cfe0ff;background:#f2f7ff;color:#1f6bff;font-size:11px;font-weight:700;text-decoration:none}.visits-row{padding:12px 14px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.visits-row--three{grid-template-columns:repeat(3,minmax(0,1fr))}.visits-row section{background:#f8f9fc;border:1px solid #e5e9f2;border-radius:12px;padding:12px}.visits-row h4{margin:0 0 8px;color:#1b2559}.visits-list{display:flex;flex-direction:column;gap:8px}.contracts-visit{display:flex;justify-content:space-between;gap:8px;font-size:13px;color:#1b2559}.contracts-visit__content{display:flex;flex-direction:column;gap:2px}.contracts-visit--overdue{align-items:center}.contracts-visit--overdue>div{display:flex;flex-direction:column;gap:2px}.contracts-visit--overdue>div span{color:#b45309;font-weight:600}.contracts-visit__signals{color:#64748b;font-size:11px;line-height:1.4}.btn-small{padding:6px 10px;font-size:12px}.service-table{margin:12px 0 18px;padding:0;overflow:hidden;border:1px solid #eef1f6;border-radius:12px}.jobs-table__row .cell{display:flex;align-items:center;min-width:0}.contracts-job-cell{display:flex;flex-direction:column;gap:2px}.contracts-job-cell__signals{color:#64748b;font-size:11px;line-height:1.4}.jobs-table__actions{display:flex!important;flex-wrap:wrap;justify-content:flex-end;gap:6px}.jobs-table__actions .btn{flex:0 1 auto;min-width:0;white-space:nowrap}.jobs-table__empty{padding:14px 12px;color:#6b7a99;font-size:13px}.job-status-chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid #dbe3f1;background:#eef2ff;color:#334155;font-size:12px;font-weight:700;text-transform:capitalize}.job-status-chip--overdue{background:#ffedd5;border-color:#fdba74;color:#9a3412}.table-head.mini,.table-row.mini{display:grid;grid-template-columns:1.1fr 1fr .4fr .6fr .5fr .5fr .4fr .7fr .7fr .3fr;align-items:center;padding:10px 12px;gap:8px;font-size:13px}.table-head.mini{background:#f7f9fc;font-weight:700;color:#6b7a99}.table-row.mini{border-top:1px solid #eef1f6}.table-row.mini input{width:100%;padding:6px 8px;border-radius:8px;border:1px solid #dbe3f1;font-size:12px}.table-head.mini.jobs-table__head,.table-row.mini.jobs-table__row{grid-template-columns:minmax(0,1.45fr) minmax(96px,.82fr) minmax(86px,.68fr) minmax(88px,.76fr) minmax(98px,.72fr) minmax(148px,1.08fr)}.service-actions{padding:10px 12px;border-top:1px solid #eef1f6;text-align:left}.contracts-details .details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contracts-details .details-note{grid-column:1 / -1;margin:0;color:#6b7a99;font-size:12px;line-height:1.5}.contract-recurrence-form .details-hint{color:#6b7a99;font-size:12px;line-height:1.35}.contract-recurrence-form input:disabled{background:#edf2f8;color:#8a98b2;cursor:not-allowed}.contract-recurrence-form__switch{grid-column:1 / -1;display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid #dbe7ff;border-radius:14px;background:#f7fbff;color:#1b2559}.contract-recurrence-form__switch input{width:16px;height:16px;margin-top:3px;accent-color:#1f6bff}.contract-recurrence-form__switch strong{display:block;font-size:13px}.contract-recurrence-form__switch small{display:block;margin-top:3px;color:#6b7a99;line-height:1.35}.contracts-details--inline{margin:0 16px 16px;border:1px solid #eef1f6;border-radius:12px}.contracts-inline-heading{margin:0 0 4px;color:#1b2559;font-size:14px;font-weight:700}.contracts-details label,.contracts-notes label,.attachments-form label{display:flex;flex-direction:column;gap:6px;color:#6b7a99;font-size:12px}.contracts-details input,.contracts-details select,.contracts-notes textarea,.attachments-form input{border-radius:10px;border:1px solid #dbe3f1;padding:8px 10px;font-size:13px;color:#1b2559}.contract-recurring-invoice{margin:16px;padding:18px;border:1px solid #dbe7ff;border-radius:16px;background:linear-gradient(135deg,#fff,#f6f9ff);box-shadow:0 10px 30px #1f6bff14}.contract-recurring-invoice__header{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px}.contract-recurring-invoice__header h4{margin:0 0 4px;color:#1b2559;font-size:16px}.contract-recurring-invoice__title,.contract-field-label{display:inline-flex;align-items:center;gap:5px}.contract-field-help{display:inline-flex;align-items:center;justify-content:center;color:#7a88a5;cursor:help;line-height:1}.contract-field-help:focus-visible{outline:2px solid rgba(31,107,255,.35);outline-offset:2px;border-radius:999px}.contract-recurring-invoice__header p{margin:0;color:#6b7a99;font-size:13px}.contract-recurring-invoice__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.contract-recurring-invoice__grid label{display:flex;flex-direction:column;gap:6px;color:#6b7a99;font-size:12px}.contract-recurring-invoice__grid label>span{font-weight:700}.contract-recurring-invoice__grid input,.contract-recurring-invoice__grid select{width:100%;border:1px solid #dbe3f1;border-radius:10px;padding:8px 10px;color:#1b2559;font-size:13px;background:#fff}.contract-recurring-invoice__grid input:disabled{background:#edf2f8;color:#8a98b2}.contract-recurring-invoice__grid small{color:#1f6bff;font-weight:600}.contract-recurring-invoice__note{margin-top:14px;padding:10px 12px;border-radius:12px;background:#1f6bff14;color:#1b2559;font-size:13px}.contract-recurring-invoice__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.attachments-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.attachment-row{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #e5e9f2;background:#f8f9fc}.attachment-row a{display:block;font-size:12px;color:#1f6bff}.attachments-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.attachments-form .btn{align-self:end}.schedule-list{display:flex;flex-direction:column;gap:10px}.schedule-row{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #e5e9f2;background:#f8f9fc}.contracts-toast{margin:12px 16px 0;padding:10px 12px;border-radius:12px;font-size:13px}.contracts-toast.success{background:#1f6bff1f;color:#1f6bff}.contracts-toast.error{background:#d143431f;color:#d14343}.contracts-toast.info{background:#6b7a991f;color:#6b7a99}.contract-side{padding:16px;display:flex;justify-content:center}.total-due{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.circle{width:140px;height:140px;border-radius:50%;border:12px solid #1f6bff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.circle span{font-size:34px;font-weight:700;color:#1b2559;line-height:1}.circle small{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7a99}.due-breakdown{width:100%;display:flex;flex-direction:column;gap:8px}.due-breakdown span{color:#6b7a99}.due-breakdown strong{float:right}.due-breakdown__total{margin-top:4px;padding-top:8px;border-top:1px solid #e6ebf5}.due-breakdown__total span,.due-breakdown__total strong{color:#1b2559;font-weight:700}.form-actions{display:flex;gap:10px;padding:0 16px 16px}.contracts-dialog .action-dialog__body{display:flex;flex-direction:column;gap:12px}.contracts-dialog__results{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow:auto;padding-right:4px}.contracts-dialog__result{display:flex;flex-direction:column;gap:4px;text-align:left;padding:10px 12px;border-radius:12px;border:1px solid #dbe3f1;background:#fff;cursor:pointer;color:#1b2559}.contracts-dialog__result span{color:#6b7a99;font-size:12px}.contracts-dialog__result.is-selected{border-color:#1f6bff;background:#f2f6ff}.contract-reschedule-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contract-cancel-form{display:flex;flex-direction:column;gap:12px}.contract-cancel-form p{margin:0;color:#475569;line-height:1.5}.contract-reschedule-form label,.contract-cancel-form label{display:flex;flex-direction:column;gap:6px;color:#6b7a99;font-size:12px}.contract-reschedule-form input,.contract-reschedule-form select,.contract-cancel-form textarea{border-radius:10px;border:1px solid #dbe3f1;padding:8px 10px;font-size:13px;color:#1b2559}.contract-cancel-form textarea{min-height:104px;resize:vertical}.contract-audit-log{margin-top:14px;padding-top:14px;border-top:1px solid #e6ebf5;display:flex;flex-direction:column;gap:10px}.contract-audit-log h4{margin:0;color:#1b2559}.contract-audit-log__entry{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e6ebf5;border-radius:12px;background:#f8fafc}.contract-audit-log__entry>div{display:flex;flex-direction:column;gap:4px}.contract-audit-log__entry span,.contract-audit-log__entry small{color:#64748b}.contracts-reschedule-error{grid-column:1 / -1;margin:0;padding:8px 10px;border-radius:10px;background:#d143431f;color:#d14343;font-size:12px;font-weight:600}@media(max-width:1100px){.contracts-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.contracts-toolbar{flex-direction:column;align-items:flex-start}.search-box{width:100%}.table-head,.table-row{grid-template-columns:repeat(3,1fr)}.contract-shell,.visits-row--three,.contract-reschedule-form{grid-template-columns:1fr}.contract-audit-log__entry{flex-direction:column}.contract-recurring-invoice__grid,.contracts-details .details-grid,.attachments-form{grid-template-columns:1fr}}.intercurrences-page{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);padding:.5rem;color:#0f172a;position:relative;gap:1.5rem}.intercurrences-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.intercurrences-header h1{font-size:clamp(2rem,4vw,2.5rem);letter-spacing:-.64px;margin-bottom:.75rem;color:#334155;font-weight:400}.intercurrences-header p{margin:0;max-width:34rem;color:#64748b;line-height:1.6;font-size:12px;font-weight:500}.intercurrences-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.intercurrences-actions .view-pill-row{margin:0}.intercurrence-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.1rem}.intercurrence-card{background:#fff;border:1px solid #cddcf4;border-radius:1.1rem;padding:0;box-shadow:0 18px 40px #2f3d591f;display:flex;flex-direction:column;cursor:pointer;text-align:left;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.intercurrence-card:hover,.intercurrence-card:focus-visible{border-color:#2f6fe6;box-shadow:0 22px 46px #2f3d592e;outline:none;transform:translateY(-1px)}.intercurrence-card-body{display:block;padding:1rem}.intercurrence-card-content{display:flex;flex-direction:column;min-height:11.2rem;gap:.65rem}.intercurrence-card-media{position:relative;aspect-ratio:1 / .72;background:linear-gradient(135deg,#eef6ff,#dfe8f4);overflow:hidden}.intercurrence-card-media img{width:100%;height:100%;display:block;object-fit:cover}.intercurrence-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#7d8da5;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.intercurrence-card-media-badges{position:absolute;inset:.75rem .75rem auto;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.intercurrence-type{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 10px;border-radius:999px;font-weight:600;font-size:12px;line-height:1;text-transform:none;letter-spacing:0;white-space:nowrap;background:#e2e8f0;color:#334155}.intercurrence-type.type-property{background:#e2e8f0;color:#334155}.intercurrence-type.type-vehicle{background:#e0e7ff;color:#3730a3}.intercurrence-type.type-team{background:#e0f2fe;color:#075985}.intercurrence-type.type-customer{background:#eef2ff;color:#4338ca}.intercurrence-card h3{margin:0;font-size:1rem;line-height:1.35;color:#0f172a;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.intercurrence-card p{margin:0;color:#475569;line-height:1.45;font-size:.9rem;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.intercurrence-card-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.intercurrence-address{color:#64748b;font-size:.85rem;max-width:100%;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.intercurrence-tags{display:inline-flex;align-items:center;gap:.6rem}.intercurrence-status{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 10px;border-radius:999px;font-size:12px;line-height:1;font-weight:600;text-transform:capitalize;letter-spacing:0;white-space:nowrap;background:#e2e8f0;color:#475569}.intercurrence-status.status-open{background:#e0f2fe;color:#0f4c81}.intercurrence-status.status-resolved,.intercurrence-status.status-closed,.intercurrence-status.status-completed,.intercurrence-status.status-done{background:#dcfce7;color:#166534}.intercurrence-amount{font-weight:600;color:#0f172a;font-size:.85rem}.intercurrence-attachment{background:#ffffffeb;color:#3b4b63;padding:.2rem .5rem;border-radius:999px;font-size:.72rem;font-weight:600;box-shadow:0 8px 20px #0f172a1a}.intercurrence-date{color:#8492aa;font-size:.82rem;font-weight:600}.intercurrence-team{color:#2563eb;font-size:.86rem;font-weight:700;line-height:1.3}.intercurrences-empty{background:#fff;border:1px dashed #cbd5f5;border-radius:.75rem;padding:2rem;text-align:center;color:#64748b}.intercurrence-table-panel{background:#fff;border:1px solid #d7e2f1;border-radius:12px;box-shadow:0 18px 40px #2f3d591a;overflow:hidden}.intercurrence-table-wrap{overflow-x:auto}.intercurrence-table{width:100%;min-width:1180px;border-collapse:collapse}.intercurrence-table th,.intercurrence-table td{padding:14px 16px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle;color:#334155;font-size:13px}.intercurrence-table th{background:#f8fafc;color:#64748b;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.intercurrence-table tbody tr{cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.intercurrence-table tbody tr:hover,.intercurrence-table tbody tr:focus-visible{background:#f4f8ff;outline:none}.intercurrence-table tbody tr:last-child td{border-bottom:0}.intercurrence-table-main{display:flex;min-width:240px;max-width:360px;flex-direction:column;gap:3px}.intercurrence-table-main strong{color:#0f172a;font-size:13px;line-height:1.3}.intercurrence-table-main span,.intercurrence-table-address{color:#64748b;line-height:1.35}.intercurrence-table-main span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.intercurrence-table-address{display:block;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intercurrence-recent-list{display:flex;flex-direction:column;gap:.75rem}.intercurrence-recent-row{width:100%;background:transparent;border:0;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0;cursor:pointer;text-align:left;font:inherit}.intercurrence-recent-row:hover strong,.intercurrence-recent-row:focus-visible strong{color:#2563eb}.intercurrence-recent-row:focus-visible{outline:2px solid #bfdbfe;outline-offset:3px}.intercurrence-recent-row:last-child{border-bottom:none;padding-bottom:0}.intercurrence-recent-row strong{display:block;font-size:.95rem;color:#0f172a}.intercurrence-recent-row span{font-size:.8rem;color:#64748b}.damage-detail-page{min-height:calc(100vh - 4rem);padding:18px 22px calc(var(--detail-footer-bar-height, 0px) + 18px);box-sizing:border-box;color:#334155}.damage-detail-card{width:100%;max-width:1280px;margin:0 auto;background:#fff;border:1px solid #e6ebf5;border-top:6px solid #2360cc;border-radius:14px 14px 0 0;box-shadow:0 12px 28px #1b25590f;padding:0 24px 28px}.damage-detail-header{display:flex;align-items:center;gap:16px;padding:22px 0}.damage-back-button{width:32px;height:32px;border:1px solid #dbe3f1;border-radius:999px;background:#fff;color:#1e293b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.damage-back-button:hover,.damage-back-button:focus-visible{border-color:#2360cc;color:#2360cc;outline:none}.damage-id-badge{width:76px;height:76px;border-radius:999px;background:#38bdf8;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;flex:0 0 auto}.damage-heading h1{margin:0;font-size:26px;line-height:1.15;color:#334155;font-weight:700;letter-spacing:-.01em}.damage-heading p{margin:4px 0 0;display:inline-flex;align-items:center;gap:12px;color:#64748b;font-size:14px;font-weight:400}.damage-heading strong{display:block;margin-top:2px;color:#475569;font-weight:600;font-size:14px}.damage-tabs{display:flex;align-items:center;gap:18px;border-bottom:1px solid #eef2f8;margin:0 0 20px}.damage-tab{border:0;border-radius:0;background:transparent;color:#334155;font:inherit;font-size:14px;font-weight:400;padding:12px 14px;cursor:pointer;border-bottom:2px solid transparent}.damage-tab.is-active{color:#2360cc;border-color:#2360cc}.damage-main-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:16px;align-items:start}.damage-panel{background:#fff;border:1px solid #e6ebf5;border-radius:8px;box-shadow:0 10px 22px #0f172a0a}.damage-form-panel{border:0;box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;padding:2px 0}.damage-form-column{display:flex;flex-direction:column;gap:10px}.damage-form-column h3,.damage-photos-panel h3,.damage-table-panel h2{margin:14px 0 8px;color:#334155;font-size:16px;line-height:1.2;font-weight:700}.damage-field{position:relative;display:flex;flex-direction:column}.damage-field>span{position:absolute;top:-7px;left:10px;z-index:1;background:#fff;color:#334155;font-size:11px;line-height:1;font-weight:700;letter-spacing:0;padding:0 4px}.damage-field input,.damage-field select,.damage-field textarea{width:100%;min-height:38px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;font:inherit;font-size:12px;font-weight:400;padding:12px 10px 8px;box-shadow:none}.damage-field input:focus,.damage-field select:focus,.damage-field textarea:focus{outline:none;border-color:#2360cc;box-shadow:0 0 0 1px #2351ff2e}.damage-field input:disabled,.damage-field select:disabled,.damage-field textarea:disabled{background:#f8fafc;color:#64748b}.damage-field textarea{min-height:124px;resize:vertical}.damage-two-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.damage-photos-panel{padding:12px}.damage-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.damage-upload-button{border:1px solid #2360cc;background:#fff;color:#2360cc;min-height:34px;border-radius:8px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;cursor:pointer}.damage-upload-button:disabled{opacity:.65;cursor:not-allowed}.damage-photo-grid{display:grid;grid-template-columns:1fr 1.1fr;grid-template-rows:210px 210px;gap:8px}.damage-photo-tile{position:relative;overflow:hidden;border-radius:4px;background:#e2e8f0;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none}.damage-photo-tile:nth-child(2){grid-row:span 2}.damage-photo-tile img{width:100%;height:100%;object-fit:cover;display:block}.damage-photo-tile.is-stack:after{content:"";position:absolute;inset:0;background:#0f172a73}.damage-photo-tile strong{position:absolute;z-index:1;font-size:40px;font-weight:500}.damage-empty-panel{min-height:220px;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f8fafc;border-radius:8px;font-size:13px}.damage-table-panel{border:0;box-shadow:none}.damage-table-wrap{overflow-x:auto;border:1px solid #d7e2f1;border-radius:8px}.damage-table{width:100%;border-collapse:collapse;min-width:720px}.damage-table th,.damage-table td{padding:12px 14px;border-bottom:1px solid #d7e2f1;text-align:left;color:#475569;font-size:14px}.damage-table th{background:#eef3fa;color:#334155;font-weight:700}.damage-table tr:last-child td{border-bottom:0}.damage-table a{color:#2563eb;text-decoration:none}.damage-delete-button{width:34px;height:34px;border:0;border-radius:8px;background:#fee2e2;color:#ef4444;display:inline-flex;align-items:center;justify-content:center}.damage-delete-button:disabled{opacity:.7}.damage-hidden-input{display:none}@media(max-width:960px){.intercurrences-header{flex-direction:column;align-items:flex-start}.intercurrences-actions{width:100%;align-items:flex-start}.intercurrence-address{max-width:100%}.damage-detail-page{padding:12px 12px calc(var(--detail-footer-bar-height, 0px) + 12px)}.damage-detail-card{padding:0 14px 20px}.damage-detail-header{align-items:flex-start;padding:18px 0}.damage-heading p{align-items:flex-start;flex-direction:column;gap:2px}.damage-main-grid,.damage-form-panel{grid-template-columns:1fr}.damage-main-grid,.damage-form-panel{display:grid}.damage-id-badge{width:64px;height:64px;font-size:20px}.damage-photo-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,192px)}.damage-photo-tile:nth-child(2){grid-row:auto}}.reimbursements-page{display:flex;flex-direction:column;min-height:calc(100vh - 4rem);padding:.5rem;color:#0f172a;position:relative;gap:1.5rem}.reimbursements-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.reimbursements-header h1{font-size:clamp(2rem,4vw,2.5rem);letter-spacing:-.64px;margin-bottom:.75rem;color:#334155;font-weight:400}.reimbursements-header p{margin:0;max-width:34rem;color:#64748b;line-height:1.6;font-size:12px;font-weight:500}.reimbursements-actions{display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.reimbursements-actions-top{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.reimbursements-actions .view-pill-row{margin:0}.reimbursements-tabs{display:flex;gap:.5rem;flex-wrap:wrap;padding:0 .5rem}.reimbursements-tabs button{border:none;background:#e2e8f0;color:#1e3a8a;border-radius:999px;padding:.45rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer}.reimbursements-tabs button.active{background:#1d4ed8;color:#fff;box-shadow:0 8px 18px #1d4ed84d}.reimbursements-grouped{display:flex;flex-direction:column;gap:1.5rem}.reimbursements-group h4{margin:0 0 .75rem;font-size:.8rem;letter-spacing:.08em;color:#94a3b8;text-transform:uppercase}.reimbursements-group-list{display:grid;gap:.45rem}.reimbursement-card{background:#fff;border:1px solid #cddcf4;border-radius:.65rem;padding:.6rem .85rem;box-shadow:0 4px 10px #2f3d5912}.reimbursement-card-main{display:flex;align-items:center;justify-content:space-between;gap:.9rem}.reimbursement-card-left{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.reimbursement-card-heading{display:flex;align-items:baseline;gap:.55rem;min-width:0}.reimbursement-card-main h3{margin:0;font-size:.88rem;color:#0f172a;white-space:nowrap}.reimbursement-card-main span{font-size:.72rem;color:#94a3b8}.reimbursement-card-meta{text-align:right;display:flex;flex-direction:column;gap:.18rem;flex-shrink:0;align-items:flex-end}.reimbursement-card-meta strong{font-size:1rem;color:#0f172a}.reimbursement-status{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 .55rem;border-radius:999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.reimbursement-status.status-approved{background:#dcfce7;color:#166534}.reimbursement-status.status-pending{background:#fef3c7;color:#92400e}.reimbursement-status.status-denied{background:#fee2e2;color:#991b1b}.reimbursement-card p{margin:0;color:#475569;line-height:1.25;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reimbursement-card p.reimbursement-review-note{color:#1e3a8a;font-size:.74rem}.reimbursement-review-note strong{font-weight:700}.reimbursement-card-footer{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;font-size:.72rem;color:#64748b}.reimbursement-attachment{display:inline-flex;align-items:center;gap:.25rem;background:#eef2ff;color:#4338ca;padding:.1rem .4rem;border-radius:999px;font-weight:600;font-size:.66rem;text-decoration:none;white-space:nowrap}.reimbursement-attachment:hover,.reimbursement-attachment:focus-visible{background:#e0e7ff;color:#312e81;outline:none}.reimbursement-edit-button{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:700;cursor:pointer}.reimbursement-edit-button:hover,.reimbursement-edit-button:focus-visible{border-color:#2563eb;background:#dbeafe;outline:none}.reimbursements-empty{background:#fff;border:1px dashed #cbd5f5;border-radius:.75rem;padding:2rem;text-align:center;color:#64748b}.reimbursements-recent-list{display:flex;flex-direction:column;gap:.75rem}.reimbursements-recent-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.reimbursements-recent-row:last-child{border-bottom:none;padding-bottom:0}.reimbursements-recent-row strong{display:block;font-size:.95rem;color:#0f172a}.reimbursements-recent-row span{font-size:.8rem;color:#64748b}.reimbursements-recent-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.reimbursements-total{display:flex;flex-direction:column;gap:.35rem}.reimbursements-total strong{font-size:1.8rem;color:#0f172a}.reimbursements-total span{font-size:.85rem;color:#64748b}.reimbursements-dialog .auth-field select,.reimbursements-dialog .auth-field textarea,.reimbursements-dialog .auth-field input[type=date],.reimbursements-dialog .auth-field input[type=text],.reimbursements-dialog .auth-field input[type=number],.reimbursements-dialog .auth-field input[type=file]{padding:.85rem 1rem;border-radius:.9rem;border:1px solid rgba(148,163,184,.4);font-size:1rem;background:#ffffffe6}.reimbursements-dialog .auth-field textarea{resize:vertical}.reimbursements-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.reimbursements-current-attachment{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border:1px solid #cddcf4;border-radius:.8rem;background:#f8fbff}.reimbursements-current-attachment span{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.reimbursements-current-attachment a,.reimbursements-current-attachment strong{color:#1d4ed8;font-size:.85rem;font-weight:700;text-decoration:none}.reimbursements-current-attachment a:hover{text-decoration:underline}.reimbursements-error{color:#dc2626;font-weight:600;background:#f871711f;border-radius:.75rem;padding:.75rem 1rem}@media(max-width:960px){.reimbursements-header{flex-direction:column;align-items:flex-start}.reimbursements-actions{width:100%;align-items:flex-start}.reimbursements-dialog-grid{grid-template-columns:1fr}.reimbursement-card-main{align-items:flex-start}.reimbursement-card-heading{flex-direction:column;gap:.1rem;align-items:flex-start}.reimbursement-card p{white-space:normal}}.finance-ledger-page{gap:20px}.finance-ledger-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:2px 0 4px}.finance-ledger-hero__eyebrow{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;background:#eff6ff;color:#245bc0;font-size:.6rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.finance-ledger-hero__title h1{margin:10px 0 0;color:#0f172a;font-size:clamp(1.72rem,1.75vw,2.08rem);line-height:1;letter-spacing:-.035em;font-weight:760}.finance-ledger-hero__title p{margin:8px 0 0;color:#5f6f86;font-size:.8rem;font-weight:450;line-height:1.42}.finance-ledger-summary{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.finance-ledger-card{position:relative;display:grid;gap:6px;min-height:102px;padding:16px 18px 15px;border-radius:15px;border:1px solid #d7e2f1;background:linear-gradient(180deg,#fffffffa,#f8fbfff0);box-shadow:0 14px 30px #0f172a0e;overflow:hidden}.finance-ledger-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#cbd5e1}.finance-ledger-card.neutral:before{background:#94a3b8}.finance-ledger-card.green:before{background:#10b981}.finance-ledger-card.blue:before{background:#2563eb}.finance-ledger-card.amber:before{background:#f59e0b}.finance-ledger-card.rose:before{background:#f43f5e}.finance-ledger-card__label{color:#63748c;font-size:.58rem;font-weight:800;letter-spacing:.095em;text-transform:uppercase}.finance-ledger-card strong{color:#0f172a;font-size:1.42rem;line-height:1;font-weight:760;letter-spacing:-.035em}.finance-ledger-card span:last-child{color:#64748b;font-size:.74rem;line-height:1.35}.finance-ledger-toolbar{display:grid;gap:12px;grid-template-columns:minmax(300px,1fr) auto;align-items:center;padding:12px 14px;border:1px solid #d8e3f1;border-radius:15px;background:#fffffff5;box-shadow:0 12px 28px #0f172a0b}.finance-ledger-search{display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:11px;border:1px solid #d9e3f0;background:#f8fbff;color:#64748b}.finance-ledger-search input{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:.8rem;font-weight:450}.finance-ledger-search input::placeholder{color:#94a3b8}.finance-ledger-filters{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.finance-ledger-filters button{border:1px solid #d9e3f0;border-radius:10px;background:#fff;color:#64748b;font-size:.68rem;font-weight:760;letter-spacing:.01em;padding:7px 12px;cursor:pointer;transition:all .18s ease}.finance-ledger-filters button:hover{border-color:#93c5fd;color:#1d4ed8}.finance-ledger-filters button.is-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 10px 24px #2563eb38}.finance-ledger-grid{display:grid;gap:18px;grid-template-columns:minmax(0,2.08fr) minmax(300px,.82fr);align-items:start}.finance-ledger-shell,.finance-ledger-panel{border:1px solid #d7e2f1;border-radius:14px;background:#fffffff7;box-shadow:0 14px 30px #0f172a0d}.finance-ledger-shell__header,.finance-ledger-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px 11px;border-bottom:1px solid #e4ebf5}.finance-ledger-shell__header h2,.finance-ledger-panel>header h3{margin:0;color:#0f172a;font-size:.92rem;font-weight:760;letter-spacing:-.015em}.finance-ledger-shell__header p,.finance-ledger-panel>header span{margin:4px 0 0;color:#64748b;font-size:.71rem}.finance-ledger-table-wrap{overflow:auto}.finance-ledger-table{width:100%;border-collapse:collapse}.finance-ledger-table th{padding:10px 14px;background:#f5f8fd;color:#607086;font-size:.58rem;font-weight:800;letter-spacing:.095em;text-transform:uppercase;text-align:left;border-bottom:1px solid #e4ebf5}.finance-ledger-table td{padding:12px 14px;border-bottom:1px solid #edf2f7;vertical-align:middle;color:#334155;font-size:.78rem}.finance-ledger-table tbody tr:last-child td{border-bottom:0}.finance-ledger-table tbody tr:hover td{background:#eff6ff8c}.finance-ledger-primary,.finance-ledger-party,.finance-ledger-meta{display:grid;gap:4px}.finance-ledger-primary strong,.finance-ledger-party strong,.finance-ledger-meta strong{color:#0f172a;font-weight:720;font-size:.82rem;line-height:1.2}.finance-ledger-party span,.finance-ledger-meta span{color:#64748b;font-size:.68rem;line-height:1.32}.finance-ledger-chip{display:inline-flex;align-items:center;width:fit-content;padding:3px 7px;border-radius:999px;font-size:.54rem;font-weight:800;letter-spacing:.065em;text-transform:uppercase}.finance-ledger-chip.soft-blue{background:#eff6ff;color:#1d4ed8}.finance-ledger-chip.soft-amber{background:#fff7ed;color:#b45309}.finance-ledger-chip.soft-rose{background:#fff1f2;color:#be123c}.finance-ledger-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:.54rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.finance-ledger-status.status-active,.finance-ledger-status.status-paid,.finance-ledger-status.status-completed,.finance-ledger-status.status-posted,.finance-ledger-status.status-approved,.finance-ledger-status.status-applied{background:#ecfdf3;color:#047857}.finance-ledger-status.status-pending,.finance-ledger-status.status-open,.finance-ledger-status.status-draft,.finance-ledger-status.status-unapplied{background:#eff6ff;color:#1d4ed8}.finance-ledger-status.status-refunded,.finance-ledger-status.status-failed,.finance-ledger-status.status-void,.finance-ledger-status.status-cancelled{background:#fff1f2;color:#be123c}.finance-ledger-actionbar{display:flex;flex-wrap:wrap;gap:8px}.finance-ledger-action{display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;border-radius:9px;padding:7px 10px;font-size:.66rem;font-weight:760;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.finance-ledger-action:hover{transform:translateY(-1px)}.finance-ledger-action.primary{background:#2563eb;border-color:#2563eb;color:#fff}.finance-ledger-action.primary:hover{box-shadow:0 10px 24px #2563eb29}.finance-ledger-action.success{background:#ecfdf3;border-color:#bbf7d0;color:#047857}.finance-ledger-action.success:hover{box-shadow:0 10px 24px #04785729}.finance-ledger-action.danger{background:#fff1f2;border-color:#fecdd3;color:#be123c}.finance-ledger-action.danger:hover{box-shadow:0 10px 22px #be123c24}.finance-ledger-action.neutral{background:#f8fafc;border-color:#e2e8f0;color:#475569}.finance-ledger-action.neutral:hover{box-shadow:0 10px 22px #0f172a1a}.finance-ledger-sidepanels{display:grid;gap:18px}.finance-ledger-breakdown,.finance-ledger-recent{display:grid;gap:10px;padding:0 16px 16px}.finance-ledger-breakdown__row{display:grid;gap:8px}.finance-ledger-breakdown__copy{display:flex;justify-content:space-between;gap:10px;color:#334155;font-size:.74rem}.finance-ledger-breakdown__track{overflow:hidden;height:7px;border-radius:999px;background:#e2e8f0}.finance-ledger-breakdown__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#2563eb)}.finance-ledger-recent__item{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:11px;border:1px solid #e2e8f0;background:#f8fbff}.finance-ledger-recent__item strong{display:block;color:#0f172a;font-size:.78rem;font-weight:720}.finance-ledger-recent__item span{color:#64748b;font-size:.68rem}.finance-ledger-confirm{display:grid;gap:14px}.finance-ledger-confirm p{margin:0;color:#475569;font-size:.9rem;line-height:1.45}.finance-ledger-confirm__card{display:grid;gap:10px;padding:16px;border-radius:14px;border:1px solid #dbe4f2;background:#f8fbff}.finance-ledger-confirm__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.finance-ledger-confirm__row span{color:#64748b;font-size:.78rem;font-weight:600}.finance-ledger-confirm__row strong{color:#0f172a;font-size:.88rem;font-weight:760;text-align:right}@media(max-width:1180px){.finance-ledger-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-ledger-grid{grid-template-columns:1fr}}@media(max-width:820px){.finance-ledger-hero,.finance-ledger-toolbar{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.finance-ledger-filters{justify-content:flex-start}}@media(max-width:640px){.finance-ledger-summary{grid-template-columns:1fr}.finance-ledger-table th:nth-child(3),.finance-ledger-table td:nth-child(3){display:none}}.payments-page{gap:18px}.payments-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:8px 0 4px}.payments-hero__eyebrow{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;background:#eff6ff;color:#1d4ed8;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.payments-hero__title h1{margin:8px 0 0;font-size:clamp(2rem,2.2vw,2.35rem);letter-spacing:-.03em;line-height:1.05;font-weight:700}.payments-hero__title p{margin:6px 0 0;color:#64748b;font-size:.92rem;font-weight:500}.payments-summary-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.payments-summary-card{position:relative;display:grid;gap:6px;padding:16px 18px;border-radius:16px;border:1px solid #dbe4f2;background:#fffffff0;box-shadow:0 10px 28px #0f172a0d;overflow:hidden}.payments-summary-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#cbd5e1}.payments-summary-card.neutral:before{background:#94a3b8}.payments-summary-card.green:before{background:#10b981}.payments-summary-card.blue:before{background:#2563eb}.payments-summary-card.amber:before{background:#f59e0b}.payments-summary-card__label{color:#64748b;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.payments-summary-card strong{color:#0f172a;font-size:1.08rem;font-weight:700;letter-spacing:-.02em}.payments-summary-card span:last-child{color:#64748b;font-size:.8rem}.payments-toolbar{display:grid;gap:12px;grid-template-columns:minmax(300px,1fr) auto;align-items:center;padding:14px 16px;border:1px solid #dbe4f2;border-radius:16px;background:#fffffff0;box-shadow:0 10px 24px #0f172a0a}.payments-search{display:flex;align-items:center;gap:10px;padding:10px 13px;border-radius:10px;border:1px solid #dbe4f2;background:#f8fbff;color:#64748b}.payments-search input{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:.88rem}.payments-search input::placeholder{color:#94a3b8}.payments-filter-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.payments-filter-chips button{border:1px solid #dbe4f2;border-radius:999px;background:#fff;color:#64748b;font-size:.76rem;font-weight:700;padding:8px 13px;cursor:pointer;transition:all .18s ease}.payments-filter-chips button:hover{border-color:#93c5fd;color:#1d4ed8}.payments-filter-chips button.is-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 10px 24px #2563eb38}.payments-main-grid{display:grid;gap:18px;grid-template-columns:minmax(0,1.9fr) minmax(300px,.9fr);align-items:start}.payments-ledger,.payments-panel{border:1px solid #dbe4f2;border-radius:16px;background:#fffffff0;box-shadow:0 12px 28px #0f172a0d}.payments-ledger__header,.payments-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px 12px;border-bottom:1px solid #e2e8f0}.payments-ledger__header h2,.payments-panel>header h3{margin:0;color:#0f172a;font-size:1.1rem;font-weight:700}.payments-ledger__header p,.payments-panel>header span{margin:4px 0 0;color:#64748b;font-size:.78rem}.payments-ledger__table-wrap{overflow:auto}.payments-ledger__table{width:100%;border-collapse:collapse}.payments-ledger__table th{padding:11px 16px;background:#f8fbff;color:#64748b;font-size:.66rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;text-align:left;border-bottom:1px solid #e2e8f0}.payments-ledger__table td{padding:12px 16px;border-bottom:1px solid #edf2f7;vertical-align:middle;color:#334155;font-size:.86rem}.payments-ledger__table tbody tr:last-child td{border-bottom:0}.payments-ledger__table tbody tr:hover td{background:#eff6ff8c}.payments-ledger__table tbody tr.is-selected td{background:#dbeafe9e}.payments-ledger__primary,.payments-ledger__customer,.payments-ledger__meta{display:grid;gap:4px}.payments-ledger__primary strong,.payments-ledger__customer strong,.payments-ledger__meta strong{color:#0f172a;font-weight:700}.payments-ledger__primary span,.payments-ledger__customer span,.payments-ledger__meta span{color:#64748b;font-size:.76rem}.payments-chip{display:inline-flex;align-items:center;width:fit-content;padding:3px 8px;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.payments-chip.prepayment{background:#fff7ed;color:#b45309}.payments-status{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;font-size:.64rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.payments-status.status-active,.payments-status.status-paid,.payments-status.status-completed,.payments-status.status-posted{background:#ecfdf3;color:#047857}.payments-status.status-pending,.payments-status.status-open,.payments-status.status-draft{background:#eff6ff;color:#1d4ed8}.payments-status.status-failed,.payments-status.status-void,.payments-status.status-cancelled{background:#fef2f2;color:#b91c1c}.payments-action{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:9px;padding:8px 11px;font-size:.72rem;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.payments-action:hover{transform:translateY(-1px)}.payments-action.mark-paid{background:#dbeafe;color:#1d4ed8}.payments-action.mark-paid:hover{box-shadow:0 10px 24px #2563eb29}.payments-action.revert{background:#f8fafc;color:#475569}.payments-action.revert:hover{box-shadow:0 10px 22px #0f172a1a}.payments-sidepanels{display:grid;gap:18px}.payments-breakdown,.payments-recent{display:grid;gap:12px;padding:0 18px 18px}.payments-breakdown__row{display:grid;gap:8px}.payments-breakdown__copy{display:flex;justify-content:space-between;gap:10px;color:#334155;font-size:.82rem}.payments-breakdown__track{overflow:hidden;height:8px;border-radius:999px;background:#e2e8f0}.payments-breakdown__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#60a5fa,#2563eb)}.payments-recent__item{display:flex;justify-content:space-between;gap:12px;padding:12px 13px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fbff}.payments-recent__item strong{display:block;color:#0f172a}.payments-linked-invoice{border:0;background:transparent;padding:0;color:#1d4ed8;font-size:.88rem;font-weight:700;cursor:pointer;text-align:left}.payments-linked-invoice:hover{text-decoration:underline}.payments-recent__item span{color:#64748b;font-size:.76rem}.payments-confirm{display:grid;gap:14px}.payments-confirm p{margin:0;color:#475569;line-height:1.5}.payments-confirm__card{display:grid;gap:10px;padding:16px;border-radius:12px;border:1px solid #dbe4f2;background:#f8fbff}.payments-confirm__row{display:flex;justify-content:space-between;gap:14px;color:#334155}.payments-confirm__row span{color:#64748b;font-size:.76rem}.payments-confirm__row strong{color:#0f172a}@media(max-width:1180px){.payments-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payments-main-grid{grid-template-columns:1fr}}@media(max-width:820px){.payments-hero,.payments-toolbar{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.payments-filter-chips{justify-content:flex-start}.payments-summary-grid{grid-template-columns:1fr}.payments-ledger__table th:nth-child(3),.payments-ledger__table td:nth-child(3),.payments-ledger__table th:nth-child(7),.payments-ledger__table td:nth-child(7){display:none}}.payroll-period-filter{margin-bottom:0}.payroll-list-table{min-width:1360px;table-layout:auto}.payroll-list-table th,.payroll-list-table td{overflow:visible;text-overflow:clip}.payroll-list-table .th-sortable,.payroll-list-table .th-label,.payroll-list-table .entity-link,.payroll-list-table .entity-link.inline,.payroll-list-table .status-pill{white-space:nowrap;overflow:visible;text-overflow:clip}.payroll-list-table .th-sortable{width:100%}.payroll-list-table .status-pill{display:inline-flex;max-width:none;min-height:22px;padding:0 8px;font-size:12px;line-height:20px}.payroll-crew-table,.payroll-crew-detail-table{min-width:980px}.payroll-crew-detail__shell{max-width:1180px}.payroll-crew-detail__panel{margin-top:16px}.payroll-crew-detail__toolbar p{margin:4px 0 0;color:#64748b;font-size:13px}.payroll-crew-detail__notice{margin:16px}.app-shell:has(.payroll-progress-page) main{padding:0;background-color:#fff;background-image:none}.app-shell:has(.payroll-progress-page) .entity-page{gap:0;padding:0;background:#fff;color:#334155}.payroll-progress-header{flex:0 0 auto;padding:12px 20px 8px;margin:0;background:#fff;border-bottom:1px solid #e2e8f0}.payroll-progress-header h1{margin:0;font-size:24px;font-weight:400;color:#334155}.payroll-progress-header p{margin-top:2px;font-size:12px;font-weight:500;color:#64748b}.payroll-progress-page{gap:0;background:#fff;border-radius:0}.payroll-stage-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));flex:0 0 auto;margin-top:0;background:#fff;border-bottom:1px solid #e2e8f0}.payroll-stage-button{position:relative;min-height:78px;display:flex;align-items:center;gap:14px;padding:14px 24px;border:0;border-radius:0;background:#fff;color:#64748b;text-align:left;cursor:pointer}.payroll-stage-button:focus-visible{border-radius:0}.payroll-stage-button:not(:first-child):before{content:"";position:absolute;left:-1px;top:0;bottom:0;width:18px;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='90' viewBox='0 0 12 90' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M1 0V24L10 45L1 66V90' stroke='%23E2E8F0' stroke-width='1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%}.payroll-stage-button.active{color:#2563eb}.payroll-stage-button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#2563eb;border-radius:0}.payroll-stage-number{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:2px solid currentColor;border-radius:999px;font-size:13px;font-weight:500}.payroll-stage-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.payroll-stage-copy strong{color:currentColor;font-size:14px;font-weight:700}.payroll-stage-copy small{color:#64748b;font-size:12px;font-weight:500;line-height:1.35}.payroll-progress-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:18px;padding:18px 24px 24px;overflow:visible;background:#fff}.payroll-progress-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto}.payroll-collapse-button{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:12px;font-weight:500;cursor:pointer}.payroll-status-grid,.payroll-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;flex:0 0 auto}.payroll-status-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.payroll-status-card,.payroll-metric-card{min-width:0;border:1px solid #dbe4f0;border-radius:6px;background:#fff}.payroll-status-card{height:36px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:0 10px;color:#334155;font-size:12px;font-weight:500}.payroll-status-card strong{color:#0f172a;font-size:13px;font-weight:700}.payroll-status-card__icon,.payroll-metric-card__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.payroll-status-card__icon{width:22px;height:22px;flex:0 0 22px}.payroll-status-card__icon svg,.payroll-metric-card__icon svg{stroke:currentColor}.payroll-status-card__icon--blue{background:#eff6ff;color:#2563eb}.payroll-status-card__icon--gray{background:#f1f5f9;color:#64748b}.payroll-status-card__icon--warning{background:#fff7ed;color:#f59e0b}.payroll-status-card__icon--danger{background:#fee2e2;color:#dc2626}.payroll-status-card__icon--success{background:#dcfce7;color:#16a34a}.payroll-metric-card{min-height:76px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px}.payroll-metric-card>div>span{display:block;color:#64748b;font-size:12px;font-weight:500}.payroll-metric-card strong{display:block;margin-top:4px;color:#334155;font-size:20px;font-weight:700}.payroll-metric-card small{display:block;margin-top:4px;color:#00a86b;font-size:11px;font-weight:600}.payroll-metric-card__icon{width:34px;height:34px;flex:0 0 34px}.payroll-metric-card__icon--blue{background:#dbeafe;color:#2563eb}.payroll-metric-card__icon--teal{background:#ccfbf1;color:#0f766e}.payroll-metric-card__icon--yellow{background:#fef3c7;color:#ca8a04}.payroll-metric-card__icon--red{background:#fee2e2;color:#dc2626}.payroll-metric-card__icon--purple{background:#f3e8ff;color:#9333ea}.payroll-metric-grid.is-collapsed .payroll-metric-card{height:36px;min-height:36px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:0 10px}.payroll-metric-grid.is-collapsed .payroll-metric-card__icon{order:-1;width:22px;height:22px;flex:0 0 22px}.payroll-metric-grid.is-collapsed .payroll-metric-card__icon svg{width:16px;height:16px;stroke:currentColor}.payroll-metric-grid.is-collapsed .payroll-metric-card>div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.payroll-metric-grid.is-collapsed .payroll-metric-card>div>span{color:#334155;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payroll-metric-grid.is-collapsed .payroll-metric-card strong{margin:0;color:#0f172a;font-size:13px;font-weight:700;white-space:nowrap}.payroll-metric-grid.is-collapsed .payroll-metric-card small{display:none}.payroll-progress-panel{padding:0;overflow:visible;border:1px solid #dbe4f0;border-radius:8px;background:#fff}.payroll-progress-toolbar{position:relative;z-index:20;padding:14px 16px;overflow:visible;border-bottom:1px solid #dbe4f0;border-radius:8px 8px 0;background:#fff}.payroll-table-expand-button{flex:0 0 auto;width:34px;height:34px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.payroll-table-expand-button:hover{background:#f8fafc;color:#0f172a}.payroll-progress-content.is-table-expanded{flex:1 1 auto;min-height:0;gap:0;padding-top:12px}.payroll-progress-content.is-table-expanded .payroll-progress-controls,.payroll-progress-content.is-table-expanded .payroll-status-grid,.payroll-progress-content.is-table-expanded .payroll-metric-grid{display:none}.payroll-progress-panel.is-table-expanded{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.payroll-progress-panel.is-table-expanded .payroll-progress-toolbar{flex:0 0 auto}.payroll-progress-panel.is-table-expanded .entity-table-wrapper{flex:1 1 auto;min-height:0;overflow:auto}.payroll-progress-panel.is-table-expanded .pagination-footer{flex:0 0 auto}.payroll-progress-toolbar .advanced-search-container{flex:1 1 60%;max-width:60%;min-width:18rem}.payroll-progress-toolbar .advanced-search-header,.payroll-progress-toolbar .advanced-search-row{width:100%}.payroll-progress-toolbar .advanced-search-pill{min-width:15em}.payroll-progress-toolbar .advanced-filters-panel{min-width:min(920px,calc(100vw - 80px))}.payroll-progress-toolbar .advanced-filter-rule{grid-template-columns:auto auto 4.5rem minmax(10rem,1fr) minmax(8rem,.9fr) minmax(10rem,1.2fr)}.payroll-progress-panel .entity-table-wrapper{position:relative;overflow:auto;background:#fff}.payroll-progress-panel .entity-table th,.payroll-progress-panel .entity-table td{height:30px;padding:4px 8px;font-size:13px;line-height:14px;vertical-align:middle}.payroll-progress-panel .entity-table thead th{position:sticky;top:0;z-index:6;height:38px;padding-top:8px;padding-bottom:8px;background:#fff}.payroll-row-action{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:#0f172a;cursor:pointer}.payroll-row-action svg{width:26px;height:26px;stroke:currentColor;stroke-width:2}.payroll-row-action:hover{background:#f1f5f9}.payroll-list-table th.th-select,.payroll-list-table td.th-select{position:sticky;left:0;z-index:4;width:44px;min-width:44px;max-width:44px;background:#fff}.payroll-list-table thead th.th-select{z-index:10}.payroll-list-table .payroll-table-cell--actions{position:sticky;left:44px;z-index:4;width:60px;min-width:60px;max-width:60px;background:#fff;text-align:center}.payroll-process-panel .entity-table th.payroll-table-cell--actions,.payroll-process-panel .entity-table td.payroll-table-cell--actions{padding-left:4px;padding-right:4px}.payroll-list-table thead .payroll-table-cell--actions{z-index:10}.payroll-list-table .payroll-table-cell--employee{position:sticky;left:104px;z-index:4;width:220px;min-width:220px;max-width:220px;background:#fff}.payroll-list-table thead .payroll-table-cell--employee{z-index:10}.payroll-list-table .payroll-table-cell--sticky{background-clip:padding-box}.payroll-list-table tbody tr:hover td,.payroll-list-table tbody tr:hover .th-select,.payroll-list-table tbody tr:hover .payroll-table-cell--actions,.payroll-list-table tbody tr:hover .payroll-table-cell--employee,.payroll-list-table tbody tr:hover .payroll-table-cell--sticky{background:#f8fafc}.payroll-list-table.th-select,.payroll-list-table .payroll-table-cell--actions,.payroll-list-table .payroll-table-cell--employee{background-clip:border-box}.payroll-progress-panel .pagination-footer{padding:14px 18px 18px;border-radius:0 0 8px 8px;background:#fff}.payroll-money{font-weight:500}.payroll-money--positive{color:#00a86b}.payroll-money--negative{color:#dc2626}.payroll-money--neutral{color:#334155}.status-pill.status-pill--pending{background:#fef3c7;color:#a16207}.status-pill.status-pill--draft{background:#e2e8f0;color:#475569}.payroll-summary-side-modal{position:fixed;inset:var(--header-height, 0px) 0 0 0;background:#0f172a59;z-index:9998}.payroll-summary-side-modal .side-modal{position:fixed;top:var(--header-height, 0px);right:0;height:calc(100% - var(--header-height, 0px));width:400px;max-width:100vw;background:#fff;display:flex;flex-direction:column;z-index:9999;box-shadow:-12px 0 30px #0f172a1f}.payroll-summary-side-modal .side-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.payroll-summary-side-modal .side-modal__header-actions{display:inline-flex;align-items:center;gap:6px}.payroll-summary-modal__header-edit{border:0;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.payroll-summary-modal__header-edit:hover{color:#0f172a}.payroll-summary-modal__header-edit:disabled{cursor:not-allowed;opacity:.5}.payroll-summary-side-modal .side-modal__title{font-size:14px;font-weight:700;color:#334155}.payroll-summary-side-modal .side-modal__close{border:0;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.payroll-summary-side-modal .side-modal__close:hover{color:#0f172a}.payroll-summary-side-modal .side-modal__body{flex:1;overflow:auto;padding:0}.payroll-summary-modal{min-height:100%;background:#fff;color:#334155}.payroll-summary-modal__employee{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.payroll-summary-modal__avatar{width:32px;height:32px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.payroll-summary-modal__employee strong{display:block;font-size:13px;font-weight:700;color:#334155}.payroll-summary-modal__employee span{display:block;margin-top:2px;font-size:12px;font-weight:500;color:#334155}.payroll-summary-modal__status{border-radius:999px;background:#ffedd5;color:#c2410c;padding:4px 8px;font-size:11px;font-weight:600;white-space:nowrap}.payroll-summary-modal__notice{margin:12px 16px 0;border-radius:8px;background:#fef2f2;color:#b91c1c;padding:10px 12px;font-size:12px;font-weight:600}.payroll-summary-modal__section{padding:14px 16px;border-bottom:1px solid #e2e8f0}.payroll-summary-modal__section h3{margin:0 0 10px;font-size:15px;font-weight:700;color:#334155}.payroll-summary-modal__rows,.payroll-summary-modal__list{display:flex;flex-direction:column;gap:7px}.payroll-summary-modal__row,.payroll-summary-modal__list-row,.payroll-summary-modal__total-line{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;font-size:12px;color:#334155}.payroll-summary-modal__list-row{grid-template-columns:auto 1fr auto}.payroll-summary-modal__row span,.payroll-summary-modal__list-row span,.payroll-summary-modal__total-line span{font-weight:600}.payroll-summary-modal__row strong,.payroll-summary-modal__list-row strong,.payroll-summary-modal__total-line strong{font-weight:700}.payroll-summary-modal__list-row em{font-style:normal;font-weight:600;color:#334155}.payroll-summary-modal__list-row strong{color:#2563eb;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payroll-summary-modal__row--total,.payroll-summary-modal__total-line{margin-top:6px;padding-top:8px;border-top:1px solid #e2e8f0;font-size:13px}.payroll-summary-modal__money--positive{color:#00a86b}.payroll-summary-modal__money--negative{color:#dc2626}.payroll-summary-modal__money--neutral{color:#334155}.payroll-summary-modal__empty{margin:0;color:#64748b;font-size:12px;font-weight:500}.payroll-summary-modal__timeline{display:flex;flex-direction:column;gap:10px}.payroll-summary-modal__timeline>div{display:grid;grid-template-columns:10px 1fr;gap:8px}.payroll-summary-modal__timeline>div>span{width:6px;height:6px;margin-top:5px;border-radius:999px;background:#2563eb}.payroll-summary-modal__timeline p{margin:0}.payroll-summary-modal__timeline strong{display:block;font-size:12px;font-weight:700;color:#334155}.payroll-summary-modal__timeline small{display:block;margin-top:2px;font-size:11px;color:#64748b}.payroll-adjustment-side-modal{position:fixed;inset:var(--header-height, 0px) 0 0 0;background:#0f172a59;z-index:9998}.payroll-adjustment-side-modal .side-modal{position:fixed;top:var(--header-height, 0px);right:0;height:calc(100% - var(--header-height, 0px));width:400px;max-width:100vw;background:#fff;display:flex;flex-direction:column;z-index:9999;box-shadow:-12px 0 30px #0f172a1f}.payroll-adjustment-side-modal .side-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.payroll-adjustment-side-modal .side-modal__header-actions{display:inline-flex;align-items:center;gap:6px}.payroll-adjustment-side-modal .side-modal__title{font-size:14px;font-weight:700;color:#334155}.payroll-adjustment-side-modal .side-modal__close{border:0;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.payroll-adjustment-side-modal .side-modal__close:hover{color:#0f172a}.payroll-adjustment-side-modal .side-modal__body{flex:1;min-height:0;overflow:hidden;padding:0}.payroll-adjustment-modal{height:100%;min-height:0;display:flex;flex-direction:column;background:#fff;color:#334155}.payroll-adjustment-modal__employee{flex-shrink:0;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid #e2e8f0}.payroll-adjustment-modal__avatar{width:30px;height:30px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.payroll-adjustment-modal__employee strong{display:block;font-size:13px;font-weight:700;color:#334155}.payroll-adjustment-modal__employee span{display:block;margin-top:2px;font-size:12px;font-weight:500;color:#334155}.payroll-adjustment-modal__body{flex:1;min-height:0;overflow-y:auto;overflow-x:visible;padding:18px}.payroll-adjustment-modal__error{margin:0 0 12px;border-radius:8px;background:#fef2f2;color:#b91c1c;padding:10px 12px;font-size:12px;font-weight:600}.payroll-adjustment-field-group{width:100%;margin-bottom:10px}.payroll-adjustment-field{position:relative;display:block;width:100%;height:56px;margin-bottom:0;border-radius:6px;border:1px solid #d5dde8;background:#fff;box-sizing:border-box}.payroll-adjustment-field.has-error{border-color:#dc2626}.payroll-adjustment-field-error{margin:5px 2px 0;color:#dc2626;font-size:11px;font-weight:500;line-height:1.3}.payroll-adjustment-field>span{position:absolute;top:9px;left:10px;z-index:2;color:#64748b;font-size:11px;font-weight:600;line-height:1;pointer-events:none}.payroll-adjustment-field input,.payroll-adjustment-field select,.payroll-adjustment-field textarea{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:13px;font-weight:400;box-sizing:border-box}.payroll-adjustment-field input,.payroll-adjustment-field select{height:100%;padding:18px 5px 0 3px;line-height:1}.payroll-adjustment-field select{appearance:none;cursor:pointer}.payroll-adjustment-field--select>svg{position:absolute;right:10px;top:50%;z-index:2;color:#94a3b8;pointer-events:none;transform:translateY(-50%)}.payroll-adjustment-field--amount input{text-align:right}.payroll-adjustment-field--textarea{height:150px}.payroll-adjustment-field--textarea textarea{height:100%;resize:none;padding:24px 5px 8px;line-height:1.25}.payroll-adjustment-field--date .date-range-picker{width:100%;height:100%;display:block}.payroll-adjustment-field--date .date-range-picker .date-range-picker__trigger{width:100%;min-width:0;height:100%;border:0;border-radius:6px;box-shadow:none;background:transparent;padding:18px 5px 0}.payroll-adjustment-field--date .date-range-picker .date-range-picker__trigger:hover,.payroll-adjustment-field--date .date-range-picker .date-range-picker__trigger:focus-visible{border-color:transparent;box-shadow:none}.payroll-adjustment-field--date .date-range-picker__popover{z-index:12000}.payroll-adjustment-modal__footer{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:14px 18px;border-top:1px solid #e2e8f0;background:#fff}.dropdown-menu.payroll-row-actions-menu{min-width:220px;padding:8px;margin:0;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 38px #0f172a1f;display:flex;flex-direction:column;gap:4px;list-style:none;z-index:12000}.dropdown-menu.payroll-row-actions-menu li{margin:0;padding:0}.dropdown-menu.payroll-row-actions-menu button{width:100%;border:0;background:transparent;padding:10px 12px;border-radius:8px;text-align:left;font-size:13px;font-weight:600;color:#334155;cursor:pointer}.dropdown-menu.payroll-row-actions-menu button:hover{background:#f1f5f9;color:#0f172a}.dropdown-menu.payroll-row-actions-menu button:disabled{background:transparent;color:#94a3b8;cursor:not-allowed;opacity:.7}.dropdown-menu.payroll-row-actions-menu button:disabled:hover{background:transparent;color:#94a3b8}.payroll-send-manager-dialog:not(.drawer) .action-dialog__panel{width:min(640px,calc(100vw - 32px));border-radius:0}.payroll-send-manager-dialog:not(.drawer) .action-dialog__header{padding:18px 24px 16px}.payroll-send-manager-dialog:not(.drawer) .action-dialog__header h3{font-size:18px;font-weight:500;color:#334155}.payroll-send-manager-dialog:not(.drawer) .action-dialog__body{padding:18px 24px 16px}.payroll-send-manager-dialog:not(.drawer) .action-dialog__footer{padding:16px 24px 20px}.payroll-send-manager-dialog__content{color:#334155;font-size:14px;font-weight:400;line-height:1.45}.payroll-send-manager-dialog__content p{margin:0 0 18px}.payroll-send-manager-dialog__content p:last-child{margin-bottom:0}.payroll-send-manager-dialog__content ul{margin:-10px 0 22px;padding-left:0;list-style-position:inside}.payroll-send-manager-dialog__content li{margin:0}.payroll-status-pills{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.payroll-expanded-row td{background:#fff;color:#475569}.payroll-expanded-row:hover td,.payroll-expanded-row:hover .th-select,.payroll-expanded-row:hover .payroll-table-cell--actions,.payroll-expanded-row:hover .payroll-table-cell--employee,.payroll-expanded-row:hover .payroll-expanded-employee{background:#f8fafc}.payroll-expanded-employee{display:flex;align-items:center;justify-content:center;color:#475569;background:transparent}.payroll-expanded-employee svg{flex:0 0 auto;color:#94a3b8}@media(max-width:640px){.payroll-summary-side-modal .side-modal{width:100%;max-width:100%}}.print-preview-dialog-active{overflow:hidden}.print-preview-dialog__overlay{position:fixed;inset:0;z-index:1200;background:#0f172a38;display:flex;align-items:stretch;justify-content:stretch}.print-preview-dialog__modal{width:100%;height:100%;background:#f8fafc}.print-preview-dialog__body{display:grid;grid-template-columns:minmax(0,1fr) 344px;width:100%;height:100%}.print-preview-dialog__preview-column{position:relative;min-width:0;height:100%;background:#e5e7eb;overflow:hidden}.print-preview-dialog__zoom-toolbar{position:absolute;left:28px;bottom:28px;z-index:2;display:flex;flex-direction:column;gap:12px}.print-preview-dialog__zoom-toolbar button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:0;border-radius:10px;background:#64748b;color:#fff;box-shadow:0 8px 18px #0f172a38;cursor:pointer}.print-preview-dialog__zoom-toolbar button:hover,.print-preview-dialog__zoom-toolbar button:focus-visible{background:#475569;outline:none}.print-preview-dialog__preview-surface{width:100%;height:100%;overflow:auto;padding:28px 48px}.print-preview-dialog__print-root{display:flex;justify-content:center;min-width:794px;min-height:1123px}.print-preview-dialog__sheet{width:794px;min-height:1123px;background:#fff;color:#0f172a;box-shadow:0 20px 50px #0f172a1f}.print-preview-dialog__state{display:grid;place-items:center;min-height:1123px;padding:48px;color:#334155;font-size:15px;font-weight:500;text-align:center}.print-preview-dialog__state.error{color:#b91c1c}.print-preview-dialog__settings{display:flex;flex-direction:column;min-width:0;height:100%;background:#fff;border-left:1px solid #e2e8f0;padding:32px 20px}.print-preview-dialog__settings-header{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#64748b;font-size:14px;font-weight:700}.print-preview-dialog__settings-header strong{color:#64748b;font-size:14px;font-weight:700}.print-preview-dialog__format{display:flex;flex-direction:column;gap:8px;margin-top:26px}.print-preview-dialog__format span{color:#334155;font-size:12px;font-weight:600}.print-preview-dialog__format select{width:100%;height:32px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#334155;font-size:13px;font-weight:500;padding:0 10px}.print-preview-dialog__settings-spacer{flex:1 1 auto;border-bottom:1px solid #e2e8f0;margin-bottom:18px}.print-preview-dialog__actions{display:flex;align-items:center;gap:10px;padding-left:16px}@media print{html,body{width:210mm!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important}body.print-preview-dialog-active{overflow:visible!important}body.print-preview-dialog-active>*{display:none!important}body.print-preview-dialog-active>.print-preview-dialog__overlay{display:block!important}body.print-preview-dialog-active .print-preview-dialog__overlay,body.print-preview-dialog-active .print-preview-dialog__modal,body.print-preview-dialog-active .print-preview-dialog__body,body.print-preview-dialog-active .print-preview-dialog__preview-column,body.print-preview-dialog-active .print-preview-dialog__preview-surface,body.print-preview-dialog-active .print-preview-dialog__print-root{position:static!important;display:block!important;width:210mm!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}body.print-preview-dialog-active .print-preview-dialog__settings,body.print-preview-dialog-active .print-preview-dialog__zoom-toolbar{display:none!important}body.print-preview-dialog-active .print-preview-dialog__sheet{display:block!important;width:210mm!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important;box-shadow:none!important;transform:none!important;transform-origin:top left!important}@page{size:A4;margin:0}}.payroll-payslip{width:100%;min-height:1123px;padding:42px 44px;background:#fff;color:#0f172a;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px}.payroll-payslip__header{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;align-items:start;margin-bottom:24px}.payroll-payslip__brand{display:flex;flex-direction:column;gap:24px}.payroll-payslip__brand>span{color:#334155;font-size:9px;font-weight:500}.payroll-payslip__logo{display:inline-flex;align-items:center;gap:6px;color:#2360cc}.payroll-payslip__logo span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:25px;border-radius:4px;background:#2360cc;color:#fff;font-size:18px;font-weight:800;letter-spacing:-.06em}.payroll-payslip__logo strong{font-size:20px;font-weight:800;letter-spacing:-.03em}.payroll-payslip__company{display:flex;flex-direction:column;gap:3px;padding-top:8px;border-left:1px solid #e2e8f0;padding-left:18px;color:#334155;font-size:9px;line-height:1.35}.payroll-payslip__company strong{color:#0f172a;font-size:10px;font-weight:700}.payroll-payslip__meta{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start;margin-bottom:18px}.payroll-payslip__employee-card{display:flex;flex-direction:column;gap:5px;min-height:84px;padding:12px 16px;border-radius:6px;background:#f1f5f9;color:#334155}.payroll-payslip__employee-card strong{color:#0f172a;font-size:12px;font-weight:700}.payroll-payslip__meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.payroll-payslip__meta-grid div{display:flex;flex-direction:column;gap:6px}.payroll-payslip__meta-grid span{display:inline-flex;width:100%;min-height:22px;align-items:center;padding:5px 8px;border-radius:4px;background:#f1f5f9;color:#334155;font-size:8px;font-weight:700}.payroll-payslip__meta-grid strong{color:#0f172a;font-size:9px;font-weight:700}.payroll-payslip__section{margin-top:18px}.payroll-payslip__section h2{margin:0 0 8px;color:#0f172a;font-size:11px;font-weight:700}.payroll-payslip__table{width:100%;border-collapse:collapse;table-layout:fixed}.payroll-payslip__table thead tr{background:#f1f5f9}.payroll-payslip__table th{padding:6px 8px;color:#334155;font-size:8px;font-weight:700;text-align:left}.payroll-payslip__table th:first-child{border-top-left-radius:5px}.payroll-payslip__table th:last-child{border-top-right-radius:5px;text-align:right}.payroll-payslip__table td{padding:6px 8px;color:#0f172a;font-size:8px;font-weight:500;border-bottom:1px solid #f1f5f9}.payroll-payslip__table td:nth-child(3){text-align:center}.payroll-payslip__table td:last-child{text-align:right}.payroll-payslip__index-column{width:38px}.payroll-payslip__empty{text-align:center!important;color:#94a3b8!important;padding:12px 8px!important}.payroll-payslip__totals{display:flex;flex-direction:column;align-items:flex-end;gap:6px;margin-top:24px;margin-left:auto;width:260px}.payroll-payslip__totals div{display:grid;grid-template-columns:1fr 96px;gap:12px;width:100%;color:#334155;font-size:9px}.payroll-payslip__totals span{text-align:right}.payroll-payslip__totals strong{text-align:right;color:#0f172a;font-weight:700}.payroll-payslip__total-row{margin-top:4px;color:#0f172a!important;font-size:12px!important;font-weight:800}.payroll-payslip__total-row strong{font-size:14px}@media print{.payroll-payslip{width:210mm;min-height:0;margin:0;padding:28px 34px;box-sizing:border-box}}.payroll-employee-detail{width:100%;padding:14px 24px 88px;min-height:100vh;background:transparent;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#334155}.payroll-employee-detail__shell{width:100%;max-width:1220px;margin:0 auto}.payroll-employee-detail__card{position:relative;min-height:calc(100vh - 88px);background:#fff;border:1px solid #dde3f0;border-radius:14px 14px 0 0;padding:20px 22px 40px;overflow:hidden}.payroll-employee-detail__accent{position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--color-primary-400) 0%,#5c8de6 50%,var(--color-primary-400) 100%);border-top-left-radius:14px;border-top-right-radius:14px}.payroll-employee-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:8px 0 22px}.payroll-employee-detail__identity{display:flex;align-items:center;gap:14px;min-width:0}.payroll-employee-detail__avatar{width:72px;height:72px;border-radius:50%;background:#38bdf8;color:#fff;font-weight:500;font-size:24px;display:grid;place-items:center;flex-shrink:0}.payroll-employee-detail__identity-text{display:flex;flex-direction:column;gap:4px;min-width:0}.payroll-employee-detail__title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.payroll-employee-detail__title-row h1{margin:0;font-size:13px;font-weight:700;color:#334155;line-height:1.2}.payroll-employee-detail__breadcrumb-separator,.payroll-employee-detail__period{font-size:13px;color:#64748b;font-weight:500}.payroll-employee-detail__subtitle{margin:0;font-size:13px;color:#64748b;font-weight:500}.payroll-employee-detail__header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.payroll-employee-detail__more-button{width:42px;height:42px;border:1px solid var(--color-primary-400);border-radius:6px;background:#fff;color:var(--color-primary-400);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.payroll-employee-detail__more-button:hover,.payroll-employee-detail__more-button:focus-visible{background:#f8fbff;outline:none}.payroll-employee-detail__summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:22px}.payroll-employee-detail__summary-card{min-height:66px;border:1px solid #dde6f2;border-radius:6px;background:#fff;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.payroll-employee-detail__summary-label{display:block;margin-bottom:4px;font-size:11px;font-weight:500;color:#334155}.payroll-employee-detail__summary-value{display:block;font-size:18px;font-weight:700;color:#334155;line-height:1.1}.payroll-employee-detail__summary-icon{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.payroll-employee-detail__summary-card--blue .payroll-employee-detail__summary-icon{color:#2563eb;background:#dbeafe}.payroll-employee-detail__summary-card--teal .payroll-employee-detail__summary-icon{color:#0f766e;background:#ccfbf1}.payroll-employee-detail__summary-card--yellow .payroll-employee-detail__summary-icon{color:#ca8a04;background:#fef3c7}.payroll-employee-detail__summary-card--red .payroll-employee-detail__summary-icon{color:#ef4444;background:#fee2e2}.payroll-employee-detail__summary-card--purple .payroll-employee-detail__summary-icon{color:#9333ea;background:#f3e8ff}.payroll-employee-detail__main-tabs{display:flex;align-items:center;gap:22px;border-bottom:1px solid #e5edf7;margin-bottom:22px}.payroll-employee-detail__main-tabs button{position:relative;border:none;border-radius:0;background:transparent;box-shadow:none;padding:0 0 10px;font-size:13px;font-weight:500;color:#334155;cursor:pointer}.payroll-employee-detail__main-tabs button.active{color:var(--color-primary-400)}.payroll-employee-detail__main-tabs button.active:after{content:"";position:absolute;left:-2px;right:-2px;bottom:-1px;height:2px;border-radius:0;background:var(--color-primary-400)}.payroll-employee-detail__panel{border:0;border-radius:0;overflow:visible;background-color:transparent}.payroll-employee-detail__table-actions{display:flex;justify-content:flex-end;width:100%;padding:0 0 12px}.payroll-inline-table-wrapper{width:100%;overflow-x:auto;border:1px solid #dde6f2;border-radius:4px;background:#fff}.payroll-inline-table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed}.payroll-inline-table th{height:38px;padding:0 10px;background:#f8fafc;border-bottom:1px solid #dde6f2;color:#334155;font-size:12px;font-weight:500;text-align:left}.payroll-inline-table__header--center{text-align:center!important}.payroll-inline-table td{height:48px;padding:6px 8px;border-bottom:1px solid #eef2f7;background:#fff;vertical-align:middle}.payroll-inline-table tbody tr:last-child td{border-bottom:0}.payroll-inline-table__empty{height:64px;color:#64748b;font-size:13px;font-weight:500;text-align:center}.payroll-inline-table__actions-column,.payroll-inline-table__actions-cell{width:82px;text-align:center}.payroll-inline-table__actions-cell{padding-left:4px;padding-right:4px}.payroll-inline-input{width:100%;height:34px;border:1px solid #d5dde8;border-radius:4px;background:#fff;color:#334155;font-size:13px;font-weight:400;padding:0 8px;outline:none;box-sizing:border-box}select.payroll-inline-input{padding-right:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.payroll-inline-input:focus{border-color:var(--color-primary-400)}.payroll-inline-input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}select.payroll-inline-input{appearance:none;padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px 16px}.payroll-inline-input--amount{text-align:right}.payroll-inline-toggle{display:inline-flex;align-items:center;justify-content:center;width:100%}.payroll-inline-toggle input{position:absolute;opacity:0;pointer-events:none}.payroll-inline-toggle span{position:relative;width:38px;height:20px;border-radius:999px;background:#cbd5e1;cursor:pointer;transition:background .16s ease}.payroll-inline-toggle span:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .16s ease}.payroll-inline-toggle input:checked+span{background:var(--color-primary-400)}.payroll-inline-toggle input:checked+span:after{transform:translate(18px)}.payroll-inline-toggle input:disabled+span{opacity:.55;cursor:not-allowed}.payroll-inline-proof-button{width:100%;height:34px;border:1px dashed #cbd5e1;border-radius:4px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:400;text-align:left;padding:0 8px;cursor:not-allowed}.payroll-amount.positive{color:#00a64a}.payroll-amount.negative{color:#ef4444}.payroll-work-record-menu-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.payroll-work-record-menu-button:hover,.payroll-work-record-menu-button:focus-visible{border-color:#94a3b88c;background:#fff;color:#334155;outline:none}.payroll-work-record-menu-button:disabled{color:#cbd5e1;cursor:not-allowed}.payroll-work-record-menu-button:disabled:hover{border-color:transparent;background:transparent;color:#cbd5e1}.dropdown-menu.payroll-work-record-row-dropdown{min-width:140px;padding:8px;margin:0;border-radius:12px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 38px #0f172a1f;display:flex;flex-direction:column;gap:4px;z-index:12000}.payroll-work-record-row-menu-item{width:100%;border:0;background:transparent;padding:10px 12px;text-align:left;font-size:14px;font-weight:500;color:#0f172a;border-radius:10px;display:flex;align-items:center;gap:10px;cursor:pointer}.payroll-work-record-row-menu-item:hover,.payroll-work-record-row-menu-item:focus-visible{background:#f1f5f9;outline:none}.payroll-work-record-row-menu-item:disabled{color:#94a3b8;cursor:not-allowed}.payroll-work-record-row-menu-item:disabled:hover{background:transparent}.payroll-employee-detail .side-modal-backdrop{position:fixed;inset:var(--header-height, 0px) 0 0 0;background:#0f172a59;z-index:9998}.payroll-employee-detail .side-modal{position:fixed;top:var(--header-height, 0px);right:0;height:calc(100% - var(--header-height, 0px));width:360px;max-width:100vw;background:#fff;display:flex;flex-direction:column;z-index:9999;box-shadow:-12px 0 30px #0f172a1f}.payroll-employee-detail .side-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.payroll-employee-detail .side-modal__title{font-size:14px;font-weight:700;color:#334155}.payroll-employee-detail .side-modal__close{border:0;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center}.payroll-employee-detail .side-modal__close:hover{color:#0f172a}.payroll-employee-detail .side-modal__body{flex:1;overflow:auto;padding:14px 16px 0}.payroll-employee-detail .side-modal-form{display:flex;flex-direction:column;gap:10px;min-height:100%}.payroll-employee-detail .side-input{position:relative;width:100%;height:56px;border-radius:6px;border:1px solid #d5dde8;background:#fff;box-sizing:border-box}.payroll-employee-detail .side-input__label{position:absolute;left:10px;top:9px;font-size:11px;font-weight:600;color:#64748b;pointer-events:none;z-index:1}.payroll-employee-detail .side-input input,.payroll-employee-detail .side-input select{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:13px;font-weight:400;color:#0f172a;padding:18px 10px 0;box-sizing:border-box;line-height:1.2}.payroll-employee-detail .side-input--textarea{height:120px}.payroll-employee-detail .side-input textarea{width:100%;height:100%;border:0;outline:0;resize:none;background:transparent;font-size:13px;font-weight:400;color:#0f172a;padding:28px 10px 10px;box-sizing:border-box;line-height:1.4}.payroll-employee-detail .side-input select{appearance:auto;color:#64748b}.payroll-employee-detail .side-input select:disabled{cursor:not-allowed;color:#94a3b8}.payroll-employee-detail .side-input--amount .side-input__label{left:auto;right:10px;text-align:right}.payroll-employee-detail .side-input--amount input{text-align:right;padding-right:10px}.payroll-employee-detail .side-modal__footer{position:sticky;bottom:0;background:#fff;margin-top:auto;padding:12px 0 14px}.payroll-employee-detail .side-modal__footer-line{height:1px;background:#e2e8f0;margin:10px -16px 12px}.payroll-employee-detail .side-modal__footer-actions{display:flex;gap:10px;justify-content:flex-start;flex-wrap:wrap}.payroll-work-record-form__error{margin:0;color:#b91c1c;font-size:13px;font-weight:600}@media(max-width:1100px){.payroll-employee-detail__summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.payroll-employee-detail__summary-grid{grid-template-columns:1fr}.payroll-employee-detail__header{flex-direction:column}.payroll-employee-detail__header-actions{width:100%}}@media(max-width:640px){.payroll-employee-detail .side-modal{width:100%;max-width:100%}.payroll-employee-detail .side-modal__footer-actions{flex-direction:column;align-items:stretch}}@media(max-width:900px){.payroll-employee-detail{padding:24px 16px 96px}.payroll-employee-detail__header{align-items:flex-start}.payroll-employee-detail__header-actions{width:100%}}.supplies-page{display:flex;flex-direction:column;gap:1.2rem}.supplies-page .dashboard-summary{gap:.85rem}.supplies-page .dashboard-summary-tile{padding:.95rem 1rem;box-shadow:0 12px 28px #2f3d591a}.supplies-page .dashboard-summary-tile.primary,.supplies-page .dashboard-summary-tile.primary .dashboard-summary-label,.supplies-page .dashboard-summary-tile.primary .dashboard-summary-value{color:#f8fbff}.supplies-page .dashboard-summary-tile.primary .dashboard-summary-icon{background:#ffffff2e}.supplies-page .dashboard-summary-tile.primary .dashboard-summary-icon:after{background:#f8fbff}.supplies-page .dashboard-main{grid-template-columns:minmax(0,2.45fr) minmax(320px,.95fr)}.supplies-page .dashboard-card{gap:.95rem;padding:1.05rem 1.2rem}.supplies-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.supplies-header h1{margin:0;font-size:2rem;color:#0f172a}.supplies-header p{margin:.35rem 0 0;max-width:52rem;color:#475569}.supplies-actions{display:flex;flex-wrap:wrap;gap:.75rem}.supplies-status-banner{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-radius:.65rem;border:1px solid #cddcf4;background:#d9e7fbcc;color:#18428e;font-weight:600}.supplies-status-banner.is-success{background:#ddf7e5eb;border-color:#b7e3c6;color:#15623a}.supplies-status-banner.is-warning{background:#fff4d6f2;border-color:#ecd089;color:#8b5b00}.supplies-status-banner.is-error{background:#fee2e2eb;border-color:#fecaca;color:#991b1b}.supplies-toolbar{display:grid;grid-template-columns:minmax(0,2fr) minmax(200px,260px);gap:.9rem}.supplies-field{display:flex;flex-direction:column;gap:.4rem}.supplies-field>span{font-size:.78rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.supplies-field-hint{color:#64748b;font-size:.78rem;line-height:1.45}.supplies-field input,.supplies-field select,.supplies-field textarea{width:100%;border:1px solid #cddcf4;border-radius:.65rem;padding:.75rem .85rem;background:#f8fbff;color:#0f172a;font:inherit}.supplies-field textarea{resize:vertical;min-height:8rem}.supplies-field--toggle{justify-content:flex-end}.supplies-field--toggle input{width:1.1rem;height:1.1rem;margin:0}.supplies-field--wide{grid-column:1 / -1}.supplies-sku-block{gap:.55rem}.supplies-sku-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center}.supplies-sku-actions{display:inline-flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}.supplies-inline-button{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #cddcf4;border-radius:999px;background:#fff;color:#18428e;padding:.5rem .8rem;font:inherit;cursor:pointer}.supplies-inline-button.is-primary{background:#18428e;border-color:#18428e;color:#fff}.supplies-inline-button span,.supplies-inline-button svg{color:inherit}.supplies-inline-button:disabled{opacity:.65;cursor:progress}.supplies-scanner{display:flex;flex-direction:column;gap:.75rem;padding:.95rem 1rem;border:1px solid #cddcf4;border-radius:.95rem;background:linear-gradient(180deg,#f8fbfffa,#fffffffa)}.supplies-scanner__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.supplies-scanner__header strong{color:#0f172a}.supplies-scanner__viewport{position:relative;border-radius:.9rem;overflow:hidden;background:#0f172a;min-height:220px}.supplies-scanner__viewport video{display:block;width:100%;max-height:320px;object-fit:cover}.supplies-scanner__frame{position:absolute;inset:18% 16%;border:2px solid rgba(255,255,255,.95);border-radius:1rem;box-shadow:0 0 0 999px #0f172a47}.supplies-scanner__hint{margin:0;color:#475569;font-size:.84rem}.supplies-table{display:grid;grid-template-rows:auto minmax(0,1fr);height:34rem;border:1px solid #d8e4f8;border-radius:1rem;overflow:hidden;background:linear-gradient(180deg,#f8fbfff5,#fff)}.supplies-table__body{display:flex;flex-direction:column;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.supplies-table__body::-webkit-scrollbar{width:.72rem}.supplies-table__body::-webkit-scrollbar-track{background:#d9e7fb47}.supplies-table__body::-webkit-scrollbar-thumb{background:#7b8ca56b;border-radius:999px;border:2px solid rgba(248,251,255,.96)}.supplies-table__row{display:grid;grid-template-columns:minmax(0,2.8fr) repeat(3,minmax(110px,.72fr)) minmax(110px,.7fr) auto;gap:.9rem;align-items:center;padding:.9rem 1rem}.supplies-table__row--head{background:linear-gradient(180deg,#e0eaf9e6,#f4f8fffa);border-bottom:1px solid #d8e4f8;padding-top:.75rem;padding-bottom:.75rem}.supplies-table__body .supplies-table__row+.supplies-table__row{border-top:1px solid #e7eef8}.supplies-table__body .supplies-table__row.is-low{background:linear-gradient(90deg,#fff4d694,#fff0 22%)}.supplies-table__body .supplies-table__row.is-empty{background:linear-gradient(90deg,#fee2e29e,#fff0 22%)}.supplies-table__body .supplies-table__row.is-inactive{background:linear-gradient(90deg,#e2e8f0c7,#fff0 22%)}.supplies-table__head-cell{color:#486480;font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.supplies-table__head-cell--actions{text-align:right}.supplies-table__cell{min-width:0}.supplies-table__cell--item{display:flex;flex-direction:column;gap:.3rem}.supplies-table__item-topline{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.supplies-table__eyebrow{color:#2b5fb0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.supplies-table__sku{color:#7b8ca5;font-size:.76rem;font-weight:600}.supplies-table__cell--item strong{color:#0f172a;font-size:1rem;line-height:1.2}.supplies-table__description{margin:0;color:#5a6b83;line-height:1.4;font-size:.84rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.supplies-table__cell--metric,.supplies-table__cell--status,.supplies-table__cell--actions{display:flex;flex-direction:column;gap:.45rem}.supplies-table__metric-card{padding:.48rem .62rem;border-radius:.7rem;background:#d9e7fb6b;border:1px solid rgba(205,220,244,.85)}.supplies-table__metric-card strong{color:#0f172a;font-size:.82rem;line-height:1.15}.supplies-table__cell-label{display:none;color:#486480;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.supplies-table__cell--actions{align-items:flex-end}.supplies-table__actions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.supplies-table__actions button{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #cddcf4;background:#fff;color:#18428e;border-radius:999px;padding:.42rem .7rem;font:inherit;cursor:pointer}.supplies-table__actions button.is-danger{border-color:#fecaca;color:#b91c1c}.supplies-table__actions button.is-success{border-color:#bbf7d0;color:#166534;background:#f0fdf4}.supplies-table__actions button:disabled{opacity:.6;cursor:progress}.supply-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.32rem .65rem;font-size:.74rem;font-weight:700;border:1px solid #cddcf4;background:#d9e7fb;color:#1d4f9f}.supply-badge.is-low{background:#fff4d6;border-color:#ecd089;color:#8b5b00}.supply-badge.is-empty{background:#fee2e2;border-color:#fecaca;color:#991b1b}.supply-badge.is-healthy{background:#dcfce7;border-color:#bbf7d0;color:#166534}.supply-badge.is-inactive{background:#e2e8f0;border-color:#cbd5e1;color:#475569}.supplies-empty{padding:1rem;border-radius:.8rem;background:#f8fbff;border:1px dashed #cddcf4;color:#64748b;text-align:center}.supplies-team-grid{display:flex;flex-direction:column;gap:.6rem;max-height:24rem;overflow:auto;padding-right:.15rem}.supplies-team-entry{display:flex;flex-direction:column;gap:.55rem}.supplies-team-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:1px solid #d8e4f8;border-radius:.85rem;background:#fbfdff;padding:.8rem .9rem;text-align:left;cursor:pointer}.supplies-team-card.is-active{border-color:#3d73bb;background:#edf4ff;box-shadow:inset 0 0 0 1px #3d73bb2e}.supplies-team-card strong{display:block;color:#0f172a;font-size:.95rem}.supplies-team-card span{display:block;color:#64748b;font-size:.79rem}.supplies-team-card__meta{text-align:right}.supplies-team-card__meta .is-warning{color:#b45309;font-weight:700}.supplies-team-stock-panel{display:flex;flex-direction:column;gap:.7rem;padding:.9rem;border:1px solid #d8e4f8;border-radius:.9rem;background:linear-gradient(180deg,#f8fbfff5,#fff)}.supplies-team-stock-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.supplies-team-stock-panel__header h5{margin:0;color:#0f172a;font-size:.98rem}.supplies-team-stock-panel__header p{margin:.25rem 0 0;color:#64748b;font-size:.82rem;line-height:1.45}.supplies-allocations{display:flex;flex-direction:column;gap:.6rem;max-height:18rem;overflow:auto;padding-right:.15rem}.supplies-allocation-row{display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:.75rem .9rem;border-radius:.8rem;border:1px solid #d8e4f8;background:#fbfdff}.supplies-allocation-row strong{display:block;margin-bottom:.2rem;color:#0f172a}.supplies-allocation-row span{color:#64748b;font-size:.85rem}.supplies-allocation-row__meta{display:flex;align-items:center;gap:.7rem;justify-content:flex-end;text-align:right}.supplies-note-card{flex-direction:row;align-items:flex-start;gap:.8rem}.supplies-note-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:.8rem;background:#d9e7fb;color:#1d4f9f}.supplies-note-card strong{display:block;margin-bottom:.35rem;color:#0f172a}.supplies-note-card p{margin:0;color:#475569;line-height:1.45;font-size:.9rem}.supplies-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.supplies-form-error{display:flex;align-items:center;gap:.5rem;padding:.8rem .9rem;border-radius:.8rem;background:#fee2e2eb;border:1px solid #fecaca;color:#991b1b;font-weight:600}@media(max-width:1200px){.supplies-page .dashboard-main{grid-template-columns:1fr}.supplies-team-grid,.supplies-allocations{max-height:none}.supplies-team-stock-panel__header,.supplies-allocation-row,.supplies-header{flex-direction:column;align-items:stretch}.supplies-toolbar,.supplies-form-grid,.supplies-sku-input-row{grid-template-columns:1fr}}@media(max-width:980px){.supplies-table{height:30rem}.supplies-table__row{grid-template-columns:1fr;gap:.75rem}.supplies-table__row--head{display:none}.supplies-table__cell-label{display:inline-flex}.supplies-table__cell--actions{align-items:flex-start}.supplies-table__actions{justify-content:flex-start}}@media(max-width:760px){.supplies-table{height:26rem}.supplies-page{gap:1rem}.supplies-header h1{font-size:1.65rem}.supplies-page .dashboard-summary{gap:.7rem}.supplies-team-card,.supplies-allocation-row{padding:.8rem}}.workflows-page{min-height:0}.workflows-list-page .entity-tabs button[aria-disabled=true]{cursor:default}.workflow-status-pill{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}.workflow-status-pill.draft{background:#f59e0b24;color:#b45309}.workflow-status-pill.published{background:#22c55e24;color:#15803d}.workflow-clickable-row{cursor:pointer}.workflow-clickable-row:hover td{background:#f8fafc}.workflow-clickable-row:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.workflows-confirmation-dialog .action-dialog__panel{width:min(440px,calc(100vw - 32px))}.workflows-confirmation-text{margin:0;color:#475569;font-size:14px;line-height:1.5}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.workflow-builder-shell{position:fixed;inset:0;z-index:10000;display:flex;background:#f8fafc;color:#0f172a;font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.workflow-builder-sidebar{width:48px;flex:0 0 48px;background:var(--color-dark-blue);color:#fff;display:flex;flex-direction:column;align-items:center;padding:14px 0}.workflow-builder-logo{width:28px;height:28px;object-fit:contain;display:block;margin-bottom:30px}.workflow-builder-icon-list{display:flex;flex-direction:column;align-items:center;gap:0}.workflow-builder-icon-list button{position:relative;width:48px;height:48px;border:none;border-radius:0;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.workflow-builder-icon-list button:before{content:"";position:absolute;inset:7px;border-radius:12px;background:transparent;transition:background-color .18s ease}.workflow-builder-icon-list button:after{content:attr(aria-label);position:absolute;left:calc(100% + 8px);top:50%;z-index:40;min-height:28px;padding:7px 10px;border-radius:8px;background:var(--color-dark-blue);color:#fff;box-shadow:0 10px 24px #0f172a2e;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(-50%) translate(-4px);transition:opacity .14s ease,transform .14s ease}.workflow-builder-icon-list button:hover:after,.workflow-builder-icon-list button:focus-visible:after{opacity:1;transform:translateY(-50%) translate(0)}.workflow-builder-icon-list button svg,.workflow-builder-icon-list button img{position:relative;z-index:1;width:24px;height:24px;display:block}.workflow-builder-icon-list button svg{stroke-width:2}.workflow-builder-menu-icon{object-fit:contain}.workflow-builder-icon-list button:hover:before,.workflow-builder-icon-list button:focus-visible:before{background-color:color-mix(in oklab,white 20%,transparent)}.workflow-builder-icon-list button.active:before{background-color:var(--color-primary-400)}.workflow-builder-icon-list button.active{color:#fff}.workflow-builder-version{margin-top:auto;font-size:10px;color:#ffffffb8}.workflow-builder-main{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}.workflow-builder-topbar{height:48px;background:var(--color-dark-blue);color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;gap:16px;border-bottom:1px solid #1f3053}.workflow-builder-back{justify-self:start;border:none;background:transparent;color:#fff;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;cursor:pointer}.workflow-builder-name,.workflow-builder-name-editor{justify-self:center;width:180px;height:28px;box-sizing:border-box;border:1px solid rgba(255,255,255,.58);background:#ffffff14;color:#fff;border-radius:5px;padding:3px 8px;display:inline-flex;align-items:center;gap:8px;font-size:12px}.workflow-builder-name{justify-content:center;cursor:pointer}.workflow-builder-name-text{min-width:0;max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-builder-name-editor{justify-content:center}.workflow-builder-name-editor input{width:100%;height:100%;border:none;outline:none;background:transparent;color:#fff;font:inherit;line-height:1}.workflow-builder-name-editor input::selection{background:#ffffff59}.workflow-builder-top-actions{justify-self:end;display:inline-flex;align-items:center;gap:10px;font-size:12px}.workflow-builder-top-actions button{width:36px;height:36px;border:none;border-radius:6px;color:#fff;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.workflow-builder-top-actions button:not(.workflow-builder-save-button) svg{width:22px;height:22px;stroke-width:2}.workflow-builder-top-actions .workflow-builder-save-button{width:auto;height:28px;padding:0 10px;gap:6px;border:1px solid rgba(255,255,255,.35);background:#ffffff1a;font-size:12px;font-weight:700}.workflow-builder-top-actions .workflow-builder-save-button:disabled{opacity:.7;cursor:not-allowed}.workflow-builder-top-actions button:hover{background:#ffffff1f}.workflow-builder-saved{font-weight:600}.workflow-builder-company{border-left:1px solid rgba(255,255,255,.4);padding-left:10px;font-weight:600}.workflow-builder-avatar{width:28px;height:28px;border-radius:50%;background:#38bdf8;color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;flex-shrink:0;border:3px solid rgba(56,189,248,.22);line-height:1}.workflow-builder-tabsbar{height:42px;flex:0 0 42px;border-bottom:1px solid #dbe4f0;display:flex;align-items:center;justify-content:space-between;background:#fff;padding:0 18px 0 22px}.workflow-builder-tabs{display:flex;align-items:center;height:100%;gap:18px}.workflow-builder-tabs button{height:100%;border:none;background:transparent;color:#475569;font-size:12px;font-weight:500;cursor:pointer;position:relative}.workflow-builder-tabs button.active{color:#2360cc}.workflow-builder-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:#2360cc}.workflow-builder-tabs button:disabled{color:#94a3b8;cursor:not-allowed}.workflow-builder-tabs button:disabled:after{display:none}.workflow-builder-controls{display:inline-flex;align-items:center;gap:8px}.workflow-builder-select,.workflow-builder-secondary{height:30px;border:1px solid #d3ddea;background:#fff;border-radius:7px;padding:0 10px;color:#475569;font-size:12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.workflow-builder-select{min-width:142px;display:inline-block}.workflow-builder-select:focus{border-color:#2360cc;outline:none;box-shadow:0 0 0 3px #2360cc1f}.workflow-publish-toggle{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-size:12px;font-weight:700}.workflow-publish-toggle span{line-height:1}.workflow-publish-toggle span.active{color:#2360cc}.workflow-publish-switch{width:38px;height:20px;border:none;border-radius:999px;background:#e2e8f0;position:relative;cursor:pointer;padding:0;transition:background .2s ease}.workflow-publish-switch.active{background:#2360cc}.workflow-publish-switch-thumb{width:16px;height:16px;border-radius:999px;background:#fff;position:absolute;left:2px;top:2px;transition:transform .2s ease;box-shadow:0 1px 3px #0f172a40}.workflow-publish-switch.active .workflow-publish-switch-thumb{transform:translate(18px)}.workflow-builder-canvas-area{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;background:#f8fafc}.workflow-flow-canvas{width:100%;height:100%}.workflow-flow-canvas .react-flow__background{background:#f8fafc}.workflow-canvas-zoom-controls{position:absolute;left:50%;bottom:20px;transform:translate(-50%);z-index:8;display:inline-flex;align-items:center;gap:0;padding:6px;background:#fff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 12px 28px #0f172a24}.workflow-canvas-zoom-divider{width:1px;height:24px;margin:0 6px;background:#e2e8f0}.workflow-canvas-zoom-group{display:inline-flex;align-items:center;gap:2px}.workflow-canvas-zoom-action{width:36px;height:36px;border:none;border-radius:12px;background:transparent;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease}.workflow-canvas-zoom-action:hover{background:#f8fafc;color:#0f172a}.workflow-canvas-snap-toggle{width:auto;padding:0 12px 0 10px;gap:6px;font-size:12px;font-weight:700}.workflow-canvas-snap-toggle span{line-height:1}.workflow-canvas-snap-toggle.active{background:#eff6ff;color:#2360cc}.workflow-canvas-zoom-label{min-width:56px;text-align:center;color:#475569;font-size:14px;font-weight:700;line-height:1}.workflow-builder-add-menu{position:absolute;top:14px;right:18px;z-index:6;display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #dbe4f0;border-radius:8px;box-shadow:0 14px 30px #0f172a29;overflow:hidden}.workflow-builder-add-menu button{width:96px;height:36px;border:none;background:#fff;color:#2360cc;display:inline-flex;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:600;cursor:pointer}.workflow-builder-add-menu button:last-child{border-bottom:none}.workflow-builder-add-menu button:hover{background:#f3f7ff}.workflow-notes-panel{position:absolute;top:0;left:0;z-index:10;width:390px;max-width:calc(100% - 40px);height:100%;background:#fff;border-right:1px solid #dbe4f0;border-bottom:1px solid #dbe4f0;box-shadow:12px 18px 34px #0f172a1a;display:flex;flex-direction:column}.workflow-notes-panel header{min-height:54px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px 8px}.workflow-notes-panel header div{min-width:0;display:flex;flex-direction:column;gap:3px}.workflow-notes-panel header strong{color:#334155;font-size:14px;font-weight:800;line-height:1.2}.workflow-notes-panel header p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.workflow-notes-panel header button{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-notes-panel header button svg{width:18px;height:18px;display:block;flex:0 0 auto}.workflow-notes-panel header button:hover{background:#f1f5f9;color:#0f172a}.workflow-notes-body{padding:6px 16px 16px;display:flex;flex-direction:column;gap:6px}.workflow-notes-body textarea{width:100%;min-height:178px;resize:vertical;border:1px solid #dbe4f0;border-radius:6px;background:#fff;color:#334155;padding:10px;font-family:inherit;font-size:12px;line-height:1.45;outline:none}.workflow-notes-body textarea:focus{border-color:#2360cc;box-shadow:0 0 0 3px #2360cc1f}.workflow-notes-body textarea::placeholder{color:#94a3b8}.workflow-notes-body span{align-self:flex-end;color:#64748b;font-size:11px;font-weight:600}.workflow-flow-canvas .react-flow__edges{z-index:1}.workflow-flow-canvas .react-flow__node-stickyNote,.workflow-flow-canvas .react-flow__node-stickyNote.selected{z-index:-1!important}.workflow-flow-canvas .react-flow__node-placeholderAction,.workflow-flow-canvas .react-flow__node-placeholderTrigger{z-index:2!important}.workflow-sticky-palette-panel{position:absolute;top:12px;left:12px;z-index:11;width:112px;background:#fff;border-right:1px solid #dbe4f0;border-radius:8px;box-shadow:12px 18px 34px #0f172a1f;padding:10px;display:flex;flex-direction:column;gap:10px}.workflow-sticky-palette-panel header{display:flex;align-items:center;justify-content:flex-end}.workflow-sticky-palette-panel header strong{color:#334155;font-size:12px;font-weight:800}.workflow-sticky-palette-panel header button{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-sticky-palette-panel header button svg{width:18px;height:18px;display:block;flex:0 0 auto}.workflow-sticky-palette-panel header button:hover{background:#f1f5f9;color:#0f172a}.workflow-sticky-palette-colors{display:grid;grid-template-columns:repeat(2,36px);justify-content:center;gap:6px}.workflow-sticky-palette-colors button{width:36px;height:36px;border:1px solid;border-radius:4px;cursor:pointer}.workflow-sticky-palette-colors button:hover{box-shadow:0 0 0 3px #2360cc1f}.workflow-sticky-palette-action{width:78px;height:32px;align-self:center;border:1px solid #dbe4f0;border-radius:6px;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:700;cursor:pointer}.workflow-sticky-palette-action:hover{background:#f8fafc}.workflow-sticky-note{width:100%;height:100%;position:relative;border:1px solid;border-radius:10px;box-shadow:0 10px 24px #0f172a1f;overflow:visible}.workflow-sticky-note.selected{box-shadow:0 14px 30px #0f172a2e}.workflow-sticky-drag-handle{position:absolute;top:0;left:0;right:0;height:22px;z-index:2;border-radius:10px 10px 0 0;cursor:move}.workflow-sticky-editor{width:100%;height:100%;border:none;outline:none;overflow:auto;background:transparent;color:#334155;padding:28px 12px 12px;font-family:inherit;line-height:1.35;white-space:pre-wrap;word-break:break-word;cursor:text}.workflow-sticky-editor:empty:before{content:attr(data-placeholder);color:#64748b;pointer-events:none}.workflow-sticky-toolbar-shell{z-index:30}.workflow-sticky-toolbar{min-width:360px;height:48px;border:1px solid #dbe4f0;border-radius:999px;background:#fff;box-shadow:0 16px 34px #0f172a29;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px}.workflow-sticky-toolbar button,.workflow-sticky-toolbar select{height:34px;border:none;border-radius:8px;background:transparent;color:#475569;font-size:15px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.workflow-sticky-toolbar button{min-width:34px;cursor:pointer}.workflow-sticky-toolbar button:hover,.workflow-sticky-toolbar button.active{background:#eef4ff;color:#2360cc}.workflow-sticky-toolbar select{width:78px;outline:none;cursor:pointer}.workflow-sticky-color-dropdown{position:relative;display:inline-flex;align-items:center}.workflow-sticky-color-trigger{gap:5px;padding:0 8px}.workflow-sticky-color-trigger span{width:18px;height:18px;border:1px solid;border-radius:5px}.workflow-sticky-toolbar-colors{position:absolute;top:calc(100% + 8px);left:50%;z-index:25;transform:translate(-50%);width:126px;padding:8px;border:1px solid #dbe4f0;border-radius:10px;background:#fff;box-shadow:0 14px 28px #0f172a29;display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.workflow-sticky-toolbar-colors button{min-width:18px;width:18px;height:18px;border:1px solid;border-radius:5px;padding:0}.workflow-sticky-toolbar-colors button.active{box-shadow:0 0 0 2px #2360cc38}.workflow-sticky-toolbar .workflow-filter-delete-button.workflow-sticky-delete-button{min-width:34px;width:34px;height:34px;padding:0;flex:0 0 34px}.workflow-node-card{width:250px;min-height:58px;border:1px solid #dbe4f0;border-radius:8px;background:#fff;box-shadow:0 14px 30px #0f172a1f;display:grid;grid-template-columns:38px 1fr 24px;align-items:center;gap:10px;padding:10px}.workflow-node-icon{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.workflow-node-icon img,.workflow-action-option-icon img{display:block;object-fit:contain}.workflow-node-image-icon{flex:0 0 auto}.workflow-node-icon.trigger .workflow-node-image-icon,.workflow-action-option-icon.trigger .workflow-node-image-icon{filter:brightness(0) saturate(100%) invert(24%) sepia(24%) saturate(8994%) hue-rotate(183deg) brightness(83%) contrast(44%)}.workflow-node-icon.action .workflow-node-image-icon,.workflow-action-option-icon.action .workflow-node-image-icon{filter:brightness(0) saturate(100%) invert(26%) sepia(91%) saturate(255%) hue-rotate(111deg) brightness(150%) contrast(154%)}.workflow-node-icon.action{background:#ecfdf5;color:#059669}.workflow-node-icon.trigger{background:#eff6ff;color:#2563eb}.workflow-node-content{min-width:0;display:flex;flex-direction:column;gap:2px}.workflow-node-content strong{color:#334155;font-size:13px;font-weight:700;line-height:1.2}.workflow-node-content span{color:#64748b;font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-node-menu{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.workflow-node-handle{width:9px;height:9px;border:2px solid #64748b;background:#fff}.workflow-node-card:not(.compact).action .workflow-node-target-handle,.workflow-node-card:not(.compact).action .workflow-node-source-handle{border-color:#059669}.workflow-node-card:not(.compact).trigger .workflow-node-source-handle{border-color:#2563eb}.workflow-actions-drawer{position:absolute;top:0;right:0;z-index:8;width:304px;height:100%;background:#fff;border-left:1px solid #dbe4f0;box-shadow:-16px 0 34px #0f172a1f;display:flex;flex-direction:column}.workflow-actions-drawer header{height:44px;flex:0 0 44px;border-bottom:1px solid #e5edf7;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.workflow-actions-drawer header strong{font-size:14px;color:#334155}.workflow-actions-drawer header button{width:26px;height:26px;border:none;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-actions-drawer header button:hover{color:#0f172a}.workflow-actions-search{padding:10px 12px;border-bottom:1px solid #e5edf7}.workflow-actions-search span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.workflow-actions-search input{width:100%;height:26px;border:1px solid #dbe4f0;border-radius:999px;padding:0 12px;font-size:12px;outline:none}.workflow-actions-tabs{height:34px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e5edf7}.workflow-actions-tabs button{border:none;background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;position:relative}.workflow-actions-tabs button.active{color:#2360cc}.workflow-actions-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2360cc}.workflow-actions-group-title{width:100%;height:46px;border:none;background:#f1f6fd;color:#475569;padding:0 18px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:700;cursor:pointer}.workflow-action-option{width:100%;height:48px;border:none;border-bottom:1px solid #e5edf7;background:#fff;color:#475569;display:grid;grid-template-columns:26px 1fr 18px;align-items:center;gap:10px;padding:0 14px;font-size:12px;font-weight:500;text-align:left;cursor:pointer}.workflow-action-option:hover{background:#f8fafc}.workflow-action-option-icon{width:24px;height:24px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.workflow-action-option-icon.action{background:#ecfdf5;color:#059669}.workflow-action-option-icon.trigger{background:#eff6ff;color:#2360cc}.workflow-node-card.selected{border-color:#2360cc;box-shadow:0 16px 34px #2360cc33}.workflow-flow-canvas.compact-builder .react-flow__edge-path{stroke:#94a3b8;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}.workflow-node-card.compact{position:relative;width:92px;min-height:78px;border-color:transparent;background:transparent;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:7px;padding:0;overflow:visible}.workflow-node-card.compact .workflow-node-icon{width:60px;height:60px;border-radius:14px;border:1px solid #dbe4f0;box-shadow:0 10px 22px #0f172a1a;background:#fff}.workflow-node-card.compact .workflow-node-icon svg,.workflow-node-card.compact .workflow-node-icon img{width:34px;height:34px;padding:7px;border-radius:8px;box-sizing:border-box;display:inline-flex;background:transparent}.workflow-node-card.compact.action .workflow-node-icon{background:#fff;color:#059669;border-color:#dbe4f0}.workflow-node-card.compact.action .workflow-node-icon svg{background:#ecfdf5}.workflow-node-card.compact.trigger .workflow-node-icon{background:#fff;color:#2563eb;border-color:#dbe4f0}.workflow-node-card.compact.trigger .workflow-node-icon svg{background:#eff6ff}.workflow-node-card.compact .workflow-node-content{width:92px;align-items:center;gap:0;text-align:center}.workflow-node-card.compact .workflow-node-content strong{max-width:92px;color:#334155;font-size:12px;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-node-card.compact .workflow-node-content span,.workflow-node-card.compact .workflow-node-menu{display:none}.workflow-node-card.compact .workflow-node-handle{z-index:2;width:10px;height:10px;border:none;background:#fff;opacity:1;box-shadow:0 2px 6px #0f172a29}.workflow-node-card.compact .workflow-node-target-handle{left:16px}.workflow-node-card.compact .workflow-node-source-handle{right:16px}.workflow-node-card.compact.action .workflow-node-target-handle,.workflow-node-card.compact.action .workflow-node-source-handle{border:2px solid #059669;background:#fff}.workflow-node-card.compact.trigger .workflow-node-source-handle{border:2px solid #2563eb;background:#fff}.workflow-node-card.compact.trigger .workflow-node-icon{border-top-left-radius:2px;border-bottom-left-radius:2px}.workflow-node-card.compact.selected{border-color:transparent;box-shadow:none}.workflow-node-card.compact.selected .workflow-node-icon{border-color:#2360cc;box-shadow:0 16px 34px #2360cc33}.workflow-node-settings-drawer{position:absolute;top:0;right:0;z-index:8;width:336px;height:100%;background:#fff;border-left:1px solid #dbe4f0;box-shadow:-16px 0 34px #0f172a1f;display:flex;flex-direction:column}.workflow-node-settings-drawer header{height:44px;flex:0 0 44px;border-bottom:1px solid #e5edf7;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.workflow-node-settings-drawer header strong{font-size:14px;color:#334155}.workflow-node-settings-drawer header button{width:26px;height:26px;border:none;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-node-settings-drawer header button:hover{color:#0f172a}.workflow-node-settings-body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:16px 16px 22px}.workflow-node-settings-type{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5edf7;border-radius:10px;background:#f8fafc;padding:10px 12px}.workflow-node-settings-type span{color:#64748b;font-size:12px;font-weight:600}.workflow-node-settings-type strong{color:#334155;font-size:13px;font-weight:700}.workflow-node-settings-field{display:flex;flex-direction:column;gap:6px}.workflow-node-settings-field span{color:#475569;font-size:12px;font-weight:700}.workflow-node-settings-field input,.workflow-node-settings-field textarea{width:100%;border:1px solid #dbe4f0;border-radius:8px;background:#fff;color:#334155;font-size:13px;outline:none}.workflow-node-settings-field input{height:34px;padding:0 10px}.workflow-node-settings-field textarea{resize:vertical;min-height:84px;padding:9px 10px;font-family:inherit}.workflow-node-settings-field input:focus,.workflow-node-settings-field textarea:focus{border-color:#2360cc;box-shadow:0 0 0 3px #2360cc1f}.workflow-node-delete-button{height:36px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;cursor:pointer}.workflow-node-delete-button:hover{background:#fee2e2}.workflow-flow-canvas .react-flow__edge.selected .react-flow__edge-path{stroke:#2360cc;stroke-width:2.5}.workflow-publish-validation-alert{position:absolute;top:18px;left:50%;z-index:7;transform:translate(-50%);max-width:420px;border:1px solid #fed7aa;border-radius:10px;background:#fff7ed;color:#c2410c;box-shadow:0 14px 30px #0f172a24;padding:10px 14px;font-size:13px;font-weight:700;text-align:center}.workflow-builder-empty-state{position:absolute;top:50%;left:50%;z-index:5;width:360px;transform:translate(-50%,-50%);border:1px solid #dbe4f0;border-radius:14px;background:#fffffff5;box-shadow:0 18px 40px #0f172a24;padding:22px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.workflow-builder-empty-icon{width:42px;height:42px;border-radius:12px;background:#eff6ff;color:#2360cc;display:inline-flex;align-items:center;justify-content:center}.workflow-builder-empty-state strong{color:#334155;font-size:15px;font-weight:800}.workflow-builder-empty-state span{color:#64748b;font-size:13px;line-height:1.45}.workflow-builder-empty-actions{display:inline-flex;align-items:center;gap:8px;margin-top:6px}.workflow-builder-empty-actions button{height:32px;border:1px solid #dbe4f0;border-radius:8px;background:#fff;color:#2360cc;display:inline-flex;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:700;cursor:pointer}.workflow-builder-empty-actions button:hover{background:#f3f7ff}.workflow-confirmation-dialog .action-dialog__panel{width:min(440px,calc(100vw - 32px))}.workflow-confirmation-text{margin:0;color:#475569;font-size:14px;line-height:1.5}.workflow-settings-panel{position:absolute;inset:0;z-index:9;overflow:auto;background:#f8fafc;padding:28px}.workflow-settings-header{max-width:760px;margin:0 auto 18px;display:flex;flex-direction:column;gap:4px}.workflow-settings-header span{color:#2360cc;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.workflow-settings-header strong{color:#0f172a;font-size:22px;font-weight:800}.workflow-settings-header p{margin:0;color:#64748b;font-size:13px}.workflow-settings-grid{max-width:760px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.workflow-settings-field,.workflow-settings-card{border:1px solid #dbe4f0;border-radius:12px;background:#fff;box-shadow:0 10px 24px #0f172a0f;padding:14px}.workflow-settings-field{display:flex;flex-direction:column;gap:8px}.workflow-settings-field-full{grid-column:1 / -1}.workflow-settings-field span,.workflow-settings-card span{color:#475569;font-size:12px;font-weight:800}.workflow-settings-field input,.workflow-settings-field textarea{width:100%;border:1px solid #dbe4f0;border-radius:8px;background:#fff;color:#334155;font-size:13px;outline:none}.workflow-settings-field input{height:36px;padding:0 10px}.workflow-settings-field textarea{resize:vertical;min-height:112px;padding:10px;font-family:inherit}.workflow-settings-field input:focus,.workflow-settings-field textarea:focus{border-color:#2360cc;box-shadow:0 0 0 3px #2360cc1f}.workflow-settings-card{display:flex;flex-direction:column;gap:6px}.workflow-settings-card strong{color:#0f172a;font-size:16px;font-weight:800}.workflow-settings-card p{margin:0;color:#64748b;font-size:13px;line-height:1.45}.workflow-activity-layout{max-width:760px;margin:0 auto;display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px}.workflow-activity-summary{display:flex;flex-direction:column;gap:14px}.workflow-activity-feed,.workflow-logs-panel{border:1px solid #dbe4f0;border-radius:12px;background:#fff;box-shadow:0 10px 24px #0f172a0f;min-height:260px}.workflow-activity-empty,.workflow-logs-empty{min-height:220px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.workflow-activity-empty p,.workflow-logs-empty p{max-width:360px;margin:0;color:#64748b;font-size:13px;line-height:1.45}.workflow-logs-panel{max-width:760px;margin:0 auto;overflow:hidden}.workflow-logs-toolbar{height:44px;border-bottom:1px solid #e5edf7;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.workflow-logs-toolbar span{color:#334155;font-size:13px;font-weight:800}.workflow-logs-toolbar strong{color:#64748b;font-size:12px;font-weight:700}.workflow-node-settings-section{border:1px solid #e5edf7;border-radius:12px;background:#f8fafc;padding:12px;display:flex;flex-direction:column;gap:12px}.workflow-node-settings-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.workflow-node-settings-section-header div{display:flex;flex-direction:column;gap:3px}.workflow-node-settings-section-header span{color:#334155;font-size:13px;font-weight:800}.workflow-node-settings-section-header p{margin:0;color:#64748b;font-size:12px;line-height:1.4}.workflow-node-settings-section-header button{height:28px;border:1px solid #dbe4f0;border-radius:7px;background:#fff;color:#2360cc;display:inline-flex;align-items:center;gap:5px;padding:0 8px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.workflow-lead-filter-row{position:relative;border:1px solid #e5edf7;border-radius:10px;background:#fff;padding:28px 10px 10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.workflow-lead-filter-remove-button{position:absolute;top:7px;right:8px;z-index:2;width:24px;height:24px;border:none;border-radius:999px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-lead-filter-remove-button svg{width:16px;height:16px;display:block;flex:0 0 auto}.workflow-lead-filter-remove-button:hover{background:#f1f5f9;color:#0f172a}.workflow-lead-filter-row label{display:flex;flex-direction:column;gap:5px}.workflow-lead-filter-row label span{color:#475569;font-size:11px;font-weight:800}.workflow-lead-filter-row select,.workflow-lead-filter-row input,.workflow-node-settings-field select{width:100%;height:32px;border:1px solid #dbe4f0;border-radius:8px;background:#fff;color:#334155;font-size:12px;outline:none;padding:0 9px}.workflow-lead-filter-value{grid-column:1 / -1}.workflow-filter-delete-button{width:32px;height:32px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;justify-self:end}.workflow-lead-filter-row select:focus,.workflow-lead-filter-row input:focus,.workflow-node-settings-field select:focus{border-color:#2360cc;box-shadow:0 0 0 3px #2360cc1f}.workflow-activity-list,.workflow-logs-list{display:flex;flex-direction:column}.workflow-activity-item{border-bottom:1px solid #e5edf7;padding:13px 14px;display:flex;flex-direction:column;gap:5px}.workflow-activity-item:last-child{border-bottom:none}.workflow-activity-item div{display:flex;align-items:center;justify-content:space-between;gap:12px}.workflow-activity-item strong{color:#334155;font-size:13px;font-weight:800}.workflow-activity-item span,.workflow-activity-item p{margin:0;color:#64748b;font-size:12px}.workflow-activity-context{color:#94a3b8;font-size:11px}.workflow-log-run{border-bottom:1px solid #e5edf7;padding:14px;display:flex;flex-direction:column;gap:10px}.workflow-log-run:last-child{border-bottom:none}.workflow-log-run>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.workflow-log-run>header div{display:flex;flex-direction:column;gap:3px}.workflow-log-run>header strong{color:#334155;font-size:13px;font-weight:800}.workflow-log-run>header span,.workflow-log-run>header em{color:#64748b;font-size:12px;font-style:normal}.workflow-log-steps{border:1px solid #e5edf7;border-radius:10px;overflow:hidden}.workflow-log-step{border-bottom:1px solid #e5edf7;background:#f8fafc;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:12px}.workflow-log-step:last-child{border-bottom:none}.workflow-log-step div{display:flex;flex-direction:column;gap:3px}.workflow-log-step strong{color:#334155;font-size:12px;font-weight:800}.workflow-log-step span,.workflow-log-step em,.workflow-log-step p,.workflow-log-run-detail,.workflow-log-run-empty{color:#64748b;font-size:12px;font-style:normal}.workflow-log-step p,.workflow-log-run-detail,.workflow-log-run-empty{margin:0}.workflow-log-run-detail{color:#94a3b8}.workflow-history-panel{position:absolute;top:0;left:0;z-index:10;width:390px;max-width:calc(100% - 40px);height:100%;background:#fff;border-right:1px solid #dbe4f0;box-shadow:12px 18px 34px #0f172a1a;display:flex;flex-direction:column}.workflow-history-panel header{min-height:70px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 10px}.workflow-history-panel header div{min-width:0;display:flex;flex-direction:column;gap:4px}.workflow-history-panel header strong{color:#334155;font-size:14px;font-weight:800;line-height:1.2}.workflow-history-panel header p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.workflow-history-panel header button{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-history-panel header button svg{width:18px;height:18px;display:block;flex:0 0 auto}.workflow-history-panel header button:hover{background:#f1f5f9;color:#0f172a}.workflow-history-body{flex:1 1 auto;min-height:0;overflow:auto;padding:8px 16px 18px}.workflow-history-list{display:flex;flex-direction:column;gap:10px}.workflow-history-item{min-height:68px;border:1px solid #dbe4f0;border-radius:6px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px}.workflow-history-avatar{width:34px;height:34px;border-radius:50%;background:#6d5df6;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;line-height:1}.workflow-history-main{min-width:0;display:flex;flex-direction:column;gap:3px}.workflow-history-main strong{color:#334155;font-size:13px;font-weight:700;line-height:1.2}.workflow-history-main span{color:#334155;font-size:12px;line-height:1.2}.workflow-history-main .workflow-history-user{color:#334155;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-history-actions{display:inline-flex;flex-direction:column;align-items:flex-end;gap:5px}.workflow-history-actions button{border:none;background:transparent;color:#2360cc;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.workflow-history-actions button:hover:not(:disabled){color:#17479b;text-decoration:underline}.workflow-history-actions button:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.workflow-history-status{min-height:22px;border-radius:5px;padding:4px 7px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1}.workflow-history-status.published{border-radius:1px solid #86efac;background:#dcfce7;color:#15803d}.workflow-history-status.draft{border-radius:1px solid #cbd5e1;background:#f1f5f9;color:#475569}.workflow-history-empty{border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;padding:18px;display:flex;flex-direction:column;gap:6px}.workflow-history-empty strong{color:#334155;font-size:13px;font-weight:800}.workflow-history-empty p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.workflow-switcher-panel{position:absolute;top:0;left:0;z-index:10;width:390px;max-width:calc(100% - 40px);height:100%;background:#fff;border-right:1px solid #dbe4f0;box-shadow:12px 18px 34px #0f172a1a;display:flex;flex-direction:column}.workflow-switcher-panel header{min-height:70px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 10px}.workflow-switcher-panel header div{min-width:0;display:flex;flex-direction:column;gap:4px}.workflow-switcher-panel header strong{color:#334155;font-size:14px;font-weight:800;line-height:1.2}.workflow-switcher-panel header p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.workflow-switcher-panel header button{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-switcher-panel header button svg{width:18px;height:18px;display:block;flex:0 0 auto}.workflow-switcher-panel header button:hover{background:#f1f5f9;color:#0f172a}.workflow-switcher-body{flex:1 1 auto;min-height:0;overflow:auto;padding:8px 16px 18px;display:flex;flex-direction:column;gap:16px}.workflow-switcher-search{display:flex;flex-direction:column;gap:6px}.workflow-switcher-search span{color:#64748b;font-size:12px;font-weight:700}.workflow-switcher-search input{width:100%;height:34px;border:1px solid #dbe4f0;border-radius:8px;background:#fff;color:#334155;padding:0 10px;font-size:13px;outline:none}.workflow-switcher-search input:focus{border-color:#2360cc;box-shadow:0 0 0 3px #2360cc1f}.workflow-switcher-section{display:flex;flex-direction:column;gap:10px}.workflow-switcher-section h3{margin:0;color:#64748b;font-size:13px;font-weight:700}.workflow-switcher-list{display:flex;flex-direction:column;gap:10px}.workflow-switcher-item{min-height:68px;border:1px solid #dbe4f0;border-radius:6px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px}.workflow-switcher-item.current{background:#f8fafc}.workflow-switcher-main{min-width:0;display:flex;flex-direction:column;gap:5px}.workflow-switcher-main strong{color:#334155;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-switcher-main span{color:#334155;font-size:12px;line-height:1.2}.workflow-switcher-actions{display:inline-flex;flex-direction:column;align-items:flex-end;gap:5px}.workflow-switcher-actions button{border:none;background:transparent;color:#2360cc;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.workflow-switcher-actions button:hover{color:#17479b;text-decoration:underline}.workflow-switcher-current-pill,.workflow-switcher-status{min-height:22px;border-radius:5px;padding:4px 7px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;line-height:1}.workflow-switcher-current-pill{border:1px solid #bfdbfe;background:#eff6ff;color:#2360cc}.workflow-switcher-status.published{border:1px solid #86efac;background:#dcfce7;color:#15803d}.workflow-switcher-status.draft{border:1px solid #cbd5e1;background:#f1f5f9;color:#475569}.workflow-switcher-empty{border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;padding:18px;display:flex;flex-direction:column;gap:6px}.workflow-switcher-empty strong{color:#334155;font-size:13px;font-weight:800}.workflow-switcher-empty p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.workflow-assistant-panel{position:absolute;top:0;left:0;z-index:10;width:390px;max-width:calc(100% - 40px);height:100%;background:#fff;border-right:1px solid #dbe4f0;box-shadow:12px 18px 34px #0f172a1a;display:flex;flex-direction:column}.workflow-assistant-panel header{min-height:70px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 10px}.workflow-assistant-panel header div{min-width:0;display:flex;flex-direction:column;gap:4px}.workflow-assistant-panel header strong{color:#334155;font-size:14px;font-weight:800;line-height:1.2}.workflow-assistant-panel header p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.workflow-assistant-panel header button{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-assistant-panel header button svg{width:18px;height:18px;display:block;flex:0 0 auto}.workflow-assistant-panel header button:hover{background:#f1f5f9;color:#0f172a}.workflow-assistant-body{flex:1 1 auto;min-height:0;overflow:auto;padding:8px 16px 14px}.workflow-assistant-empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:#64748b}.workflow-assistant-empty-icon{width:120px;height:120px;display:inline-flex;align-items:center;justify-content:center}.workflow-assistant-empty-icon img{width:100%;height:100%;display:block;object-fit:contain}.workflow-assistant-empty>strong{color:#334155;font-size:16px;font-weight:800}.workflow-assistant-empty>p{max-width:260px;margin:0;color:#64748b;font-size:12px;line-height:1.45}.workflow-assistant-suggestions{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:4px}.workflow-assistant-suggestions button{border:1px solid #dbe4f0;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:700;padding:7px 10px;cursor:pointer}.workflow-assistant-suggestions button:hover:not(:disabled){border-color:#93c5fd;color:#1d4ed8;background:#eff6ff}.workflow-assistant-suggestions button:disabled{opacity:.6;cursor:not-allowed}.workflow-assistant-messages{display:flex;flex-direction:column;gap:12px}.workflow-assistant-message{max-width:92%;border-radius:14px;padding:10px 12px;font-size:12px;line-height:1.45}.workflow-assistant-message span{display:block;margin-bottom:4px;font-size:11px;font-weight:800;color:#475569}.workflow-assistant-message p{margin:0;white-space:pre-wrap}.workflow-assistant-message.user{align-self:flex-end;background:#dbeafe;color:#1e3a8a}.workflow-assistant-message.assistant{align-self:flex-start;background:#f1f5f9;color:#334155}.workflow-assistant-message-section{margin-top:10px;display:flex;flex-direction:column;gap:8px}.workflow-assistant-message-section>strong{color:#334155;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.workflow-assistant-issue,.workflow-assistant-step,.workflow-assistant-reference{border:1px solid #dbe4f0;border-radius:10px;background:#fff;padding:8px}.workflow-assistant-issue{display:flex;align-items:flex-start;gap:8px}.workflow-assistant-issue>span{margin:0;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:10px;font-weight:900;padding:3px 7px}.workflow-assistant-issue.warning>span{background:#fef3c7;color:#92400e}.workflow-assistant-issue.critical>span{background:#fee2e2;color:#991b1b}.workflow-assistant-issue strong,.workflow-assistant-step strong{display:block;margin-bottom:3px;color:#334155;font-size:12px;font-weight:800}.workflow-assistant-issue p,.workflow-assistant-step p,.workflow-assistant-reference p{margin:0;color:#64748b;font-size:12px;line-height:1.4}.workflow-assistant-reference span{display:block;margin-bottom:3px;color:#1d4ed8;font-size:12px;font-weight:800}.workflow-assistant-loading,.workflow-assistant-error{margin-top:12px;border-radius:10px;padding:9px 10px;font-size:12px;line-height:1.4}.workflow-assistant-loading{background:#eff6ff;color:#1d4ed8}.workflow-assistant-error{background:#fee2e2;color:#991b1b}.workflow-assistant-form{flex:0 0 auto;display:flex;align-items:flex-end;gap:8px;padding:12px 16px 16px;border-top:1px solid #e2e8f0;background:#fff}.workflow-assistant-form textarea{flex:1 1 auto;min-height:68px;max-height:128px;resize:vertical;border:1px solid #dbe4f0;border-radius:8px;background:#fff;color:#334155;font-size:12px;line-height:1.45;padding:10px;outline:none}.workflow-assistant-form textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd40}.workflow-assistant-form textarea::placeholder{color:#94a3b8}.workflow-assistant-form button{width:34px;height:34px;border:none;border-radius:999px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.workflow-assistant-form button:hover:not(:disabled){background:#1d4ed8}.workflow-assistant-form button:disabled{opacity:.5;cursor:not-allowed}.workflow-sidebar-error-badge{position:absolute;top:8px;right:8px;z-index:2;min-width:16px;height:16px;border-radius:999px;background:#ef4444;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;font-size:10px;font-weight:800;line-height:1}.workflow-errors-panel{position:absolute;top:0;left:0;z-index:10;width:390px;max-width:calc(100% - 40px);height:100%;background:#fff;border-right:1px solid #dbe4f0;box-shadow:12px 18px 34px #0f172a1a;display:flex;flex-direction:column}.workflow-errors-panel header{min-height:70px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 10px}.workflow-errors-panel header div{min-width:0;display:flex;flex-direction:column;gap:4px}.workflow-errors-panel header strong{color:#334155;font-size:14px;font-weight:800;line-height:1.2}.workflow-errors-panel header p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.workflow-errors-panel header button{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer}.workflow-errors-panel header button svg{width:18px;height:18px;display:block;flex:0 0 auto}.workflow-errors-panel header button:hover{background:#f1f5f9;color:#0f172a}.workflow-errors-body{flex:1 1 auto;min-height:0;overflow:auto;padding:8px 16px 18px}.workflow-errors-section{display:flex;flex-direction:column;gap:10px}.workflow-errors-section h3{margin:0;color:#64748b;font-size:13px;font-weight:700}.workflow-errors-list{display:flex;flex-direction:column;gap:10px}.workflow-error-item{min-height:68px;border:1px solid #dbe4f0;border-radius:6px;background:#fff;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:flex-start;gap:10px;padding:10px 12px}.workflow-error-icon{width:28px;height:28px;border-radius:999px;background:#fef2f2;color:#dc2626;display:inline-flex;align-items:center;justify-content:center}.workflow-error-main{min-width:0;display:flex;flex-direction:column;gap:3px}.workflow-error-main strong{color:#334155;font-size:13px;font-weight:700;line-height:1.2}.workflow-error-main span{color:#64748b;font-size:11px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-error-main p{margin:0;color:#dc2626;font-size:12px;line-height:1.35}.workflow-errors-empty{border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;padding:18px;display:flex;flex-direction:column;gap:6px}.workflow-errors-empty strong{color:#334155;font-size:13px;font-weight:800}.workflow-errors-empty p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.social-hub-page.entity-page{min-height:calc(100vh - 4rem);padding:.5rem;gap:1.5rem;overflow:hidden}.social-hub-page .entity-header{flex:0 0 auto}.social-hub-page .entity-list-page{min-height:0}.social-hub-header,.social-hub-filters-row,.social-hub-list-toolbar,.social-hub-toolbar-right,.social-hub-breadcrumb,.social-hub-header-actions,.social-hub-view-toggle,.social-hub-tabs{display:flex;align-items:center}.social-hub-header{justify-content:space-between;gap:1rem}.social-hub-breadcrumb{gap:.45rem;color:#64748b;font-size:14px;font-weight:500}.social-hub-breadcrumb span:nth-child(2){color:#334155;font-size:18px;font-weight:400}.social-hub-breadcrumb-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;font-size:14px}.social-hub-header-actions{gap:.5rem}.social-hub-filters-row{gap:.55rem;flex-wrap:wrap}.social-hub-date-filter,.social-hub-filter-select{height:28px;display:inline-flex;align-items:center;gap:.45rem;border:1px solid rgba(148,163,184,.45);border-radius:6px;background:#fff;color:#334155;padding:0 .65rem;font-size:12px;font-weight:500}.social-hub-date-filter input{width:112px;border:none;outline:none;background:transparent;color:#334155;font:inherit}.social-hub-social-select{min-width:220px;padding-right:.25rem}.social-hub-social-select select{width:100%;border:none;outline:none;background:transparent;color:#334155;font:inherit}.social-hub-view-toggle{gap:.15rem;padding:.1rem;border-radius:999px;background:#dbeafecc}.social-hub-view-toggle button{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:transparent;color:#64748b;cursor:pointer}.social-hub-view-toggle button.is-active{background:#dbeafe;color:#2360cc;box-shadow:0 1px 4px #2360cc2e}.social-hub-view-toggle button:disabled{cursor:not-allowed;opacity:.7}.social-hub-tabs{align-self:flex-start;gap:.25rem}.social-hub-tabs button{border:none;background:transparent;color:#2360cc;cursor:pointer;padding:.35rem .6rem;font-size:12px;font-weight:700}.social-hub-tabs button.active{border-top-left-radius:6px;border-top-right-radius:6px;background:#fff;box-shadow:0 6px 16px #0f172a0f}.social-hub-list-card{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;gap:.75rem;border-radius:12px;background:#fff;padding:1rem;box-shadow:0 12px 30px #0f172a14}.social-hub-list-toolbar{justify-content:space-between;gap:1rem;flex-wrap:wrap}.social-hub-list-toolbar .advanced-search-container{flex:1 1 520px;max-width:620px}.social-hub-toolbar-right{justify-content:flex-end;gap:.45rem;color:#475569;font-size:12px;font-weight:500}.social-hub-table-wrapper{flex:1 1 auto;min-height:0;overflow:auto}.social-hub-table th,.social-hub-table td{padding-top:9px;padding-bottom:9px;font-size:12px;vertical-align:middle}.social-hub-table th{color:#334155;font-size:12px;font-weight:700}.social-hub-caption-cell{display:flex;flex-direction:column;gap:.15rem}.social-hub-caption-cell strong{overflow:hidden;color:#334155;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.social-hub-caption-cell span{color:#94a3b8;font-size:11px;font-weight:500}.social-hub-status{display:inline-flex;align-items:center;justify-content:center;min-width:64px;border-radius:999px;padding:.18rem .5rem;font-size:10px;font-weight:700}.social-hub-status.published{background:#22c55e24;color:#15803d}.social-hub-status.scheduled{background:#3b82f624;color:#1d4ed8}.social-hub-status.draft{background:#94a3b838;color:#475569}.social-hub-status.failed{background:#ef444424;color:#dc2626}.social-hub-social-icons{display:inline-flex;align-items:center;gap:.35rem}.social-hub-social-icon{display:inline-flex;align-items:center;justify-content:center}.social-hub-social-icon.instagram{color:#ec4899}.social-hub-social-icon.facebook{color:#2360cc}.social-hub-social-icon.linkedin{color:#0ea5e9}.social-hub-error{margin:0;color:#dc2626;font-size:12px;font-weight:500}.social-hub-code-placeholder{align-self:center;color:#94a3b8;font-size:11px;font-weight:500}.social-hub-page .pagination-footer{margin-top:0}.social-hub-calendar-toolbar,.social-hub-calendar-nav,.social-hub-calendar-actions{display:flex;align-items:center}.social-hub-calendar-toolbar{justify-content:space-between;gap:1rem;margin-top:.2rem}.social-hub-calendar-nav,.social-hub-calendar-actions{gap:.45rem}.social-hub-calendar-nav>span{color:#334155;font-size:12px;font-weight:500}.social-hub-calendar-card{position:relative;display:flex;flex:1 1 auto;min-height:0;flex-direction:column;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0f172a14}.social-hub-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-height:48px;border-bottom:1px solid #e2e8f0}.social-hub-calendar-weekdays span{display:flex;align-items:center;justify-content:center;color:#334155;font-size:12px;font-weight:500}.social-hub-calendar-grid{display:grid;flex:1 1 auto;min-height:620px;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(118px,1fr)}.social-hub-calendar-day{position:relative;overflow:hidden;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#fff;padding:.65rem}.social-hub-calendar-day:nth-child(7n){border-right:none}.social-hub-calendar-day.outside{background:#f8fafc99}.social-hub-calendar-day-number{display:flex;justify-content:flex-end;color:#334155;font-size:13px;font-weight:600}.social-hub-calendar-events{display:flex;flex-direction:column;gap:.25rem;margin-top:.55rem}.social-hub-calendar-event{display:flex;min-height:22px;align-items:center;overflow:hidden;border-radius:6px;padding:0 .45rem;font-size:11px;font-weight:600}.social-hub-calendar-event span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-hub-calendar-event.draft{background:#94a3b829;color:#475569}.social-hub-calendar-event.scheduled{background:#3b82f624;color:#1d4ed8}.social-hub-calendar-event.published{background:#22c55e24;color:#15803d}.social-hub-calendar-event.failed{background:#ef444424;color:#dc2626}.social-hub-calendar-more{align-self:flex-start;border:none;background:transparent;color:#2360cc;cursor:pointer;padding:0;font-size:11px;font-weight:700}.social-hub-calendar-empty{position:absolute;left:50%;top:56%;margin:0;transform:translate(-50%,-50%);color:#94a3b8;font-size:13px;font-weight:500}.social-hub-compose-page{min-height:calc(100vh - var(--header-height));padding:1.5rem 3rem 6.5rem}.social-hub-compose-card{position:relative;width:min(100%,1220px);margin:0 auto;overflow:hidden;border-radius:12px 12px 0 0;background:#fff;box-shadow:0 12px 30px #0f172a14}.social-hub-compose-top-line{height:7px;background:#2360cc}.social-hub-compose-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:2rem;padding:1.5rem}.social-hub-compose-form{display:flex;min-width:0;flex-direction:column;gap:.8rem}.social-hub-compose-form h1{margin:0 0 .35rem;color:#334155;font-size:18px;font-weight:700}.social-hub-compose-field{display:flex;min-width:0;flex-direction:column;gap:.2rem;color:#475569;font-size:11px;font-weight:700}.social-hub-compose-field input,.social-hub-compose-field select,.social-hub-compose-field textarea{width:100%;border:1px solid rgba(148,163,184,.45);border-radius:6px;background:#fff;color:#334155;padding:.45rem .55rem;font-size:12px;font-weight:500;outline:none}.social-hub-compose-field textarea{min-height:142px;resize:vertical}.social-hub-compose-field small,.social-hub-field-error{margin:0;color:#dc2626;font-size:11px;font-weight:600}.social-hub-editor-toolbar{display:flex;align-items:center;gap:.35rem;color:#475569;font-size:11px;font-weight:500}.social-hub-editor-toolbar button{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border:none;background:transparent;color:#334155;padding:0;font-size:11px}.social-hub-media-section{display:flex;flex-direction:column;gap:.4rem;color:#475569;font-size:13px;font-weight:700}.social-hub-media-section small{color:#94a3b8;font-size:11px;font-weight:500}.social-hub-media-upload{width:120px;height:82px;display:inline-flex;align-items:center;justify-content:center;border:1px dashed rgba(148,163,184,.5);border-radius:8px;background:#f8fafccc;color:#94a3b8;cursor:not-allowed}.social-hub-compose-row{display:grid;grid-template-columns:minmax(170px,.42fr) minmax(0,1fr);gap:.75rem}.social-hub-url-field,.social-hub-time-field{position:relative}.social-hub-url-field svg,.social-hub-time-field svg{position:absolute;left:.55rem;top:50%;color:#64748b;transform:translateY(-50%)}.social-hub-url-field input,.social-hub-time-field input{padding-left:2rem}.social-hub-publish-options{display:flex;flex-direction:column;gap:.5rem;border:none;margin:0;padding:0;color:#334155;font-size:12px;font-weight:500}.social-hub-publish-options legend{margin-bottom:.2rem;color:#475569;font-size:13px;font-weight:700}.social-hub-publish-options label{display:inline-flex;align-items:center;gap:.5rem}.social-hub-compose-help{margin:-.3rem 0 .1rem 1.45rem;color:#94a3b8;font-size:11px;font-weight:500}.social-hub-preview-card{display:flex;min-height:520px;flex-direction:column;border:1px solid rgba(148,163,184,.38);border-radius:8px;padding:1.2rem}.social-hub-preview-header{display:flex;align-items:center;gap:.8rem}.social-hub-preview-header>span{width:36px;height:36px;border-radius:999px;background:#d1d5db}.social-hub-preview-header strong{display:block;width:132px;height:8px;border-radius:999px;background:#d1d5db}.social-hub-preview-header small{display:block;width:48px;height:8px;margin-top:.35rem;border-radius:999px;background:#d1d5db}.social-hub-preview-body{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;align-items:center;justify-content:center;margin-top:1rem;border:1px solid rgba(148,163,184,.35);border-radius:8px;color:#64748b;text-align:center}.social-hub-preview-body svg{margin-bottom:.9rem;border-radius:999px;background:#dbeafea6;color:#64748b;padding:.45rem}.social-hub-preview-body strong{color:#334155;font-size:15px;font-weight:700}.social-hub-preview-body span{margin-top:.35rem;color:#64748b;font-size:12px;font-weight:500}.social-hub-compose-footer{position:fixed;left:58px;right:0;bottom:0;z-index:20;display:flex;gap:.75rem;border-top:1px solid #e6ebf5;background:#fff;padding:1rem 1.5rem;box-shadow:0 -8px 24px #0f172a14}
