.topbar{grid-area:topbar;min-height:72px;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"left center right";align-items:center;gap:24px;padding:0 32px;background:var(--surface-card);border-bottom:1px solid var(--border-soft-tone);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:100;isolation:isolate;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.topbar__left{grid-area:left;display:flex;align-items:center;gap:18px}.topbar__center{grid-area:center;display:flex;justify-content:center}.topbar__logo img{height:34px;width:auto;display:block}.topbar__menu-button{border:none;background:color-mix(in srgb,var(--brand-primary) 18%,transparent 82%);width:46px;height:46px;border-radius:16px;display:grid;place-items:center;color:var(--primary-500);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.topbar__menu-button:hover{transform:translate3d(0,-2px,0);box-shadow:0 16px 32px color-mix(in srgb,var(--brand-primary) 26%,transparent 74%)}.topbar__menu-button svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topbar__right{grid-area:right;display:flex;align-items:center;gap:16px;justify-content:flex-end}.topbar__balance{display:inline-flex;align-items:center;gap:12px;padding:8px 16px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:var(--text-primary);min-width:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.topbar__balance:hover{transform:translate3d(0,-1px,0);background:#ffffff29;border-color:#ffffff52;box-shadow:0 12px 24px #0f172a33}.topbar__balance--active{animation:topbarBalancePulse .7s ease}.topbar__balance--voucher{border-color:#10b981a6;background:#10b98114;box-shadow:0 0 30px #10b98173,0 20px 50px #10b98140;animation:topbarBalanceGlow 1.2s ease forwards}.topbar__balance--reduction{border-color:#ef4444a6;background:#ef444414;box-shadow:0 0 30px #ef444473,0 20px 50px #ef444440;animation:topbarBalanceReductionGlow 1.2s ease forwards}.topbar__balance-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-primary)}.topbar__balance-value{font-size:17px;font-weight:700;min-width:60px;text-align:right;color:var(--primary-600)}.topbar__progress{display:flex;align-items:center;justify-content:flex-start;position:relative;padding:0 5px;border-radius:100px;background:#ffffff1f;height:36px;width:calc(clamp(260px,28vw,360px) + var(--progress-boost, 0px));min-width:220px;flex:0 0 auto;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);transition:width .9s cubic-bezier(.4,0,.2,1);transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.topbar__progress-shell{position:relative;width:100%;height:26px;border-radius:100px;background:#ffffff0f;overflow:hidden;display:flex;align-items:center;transform:translateZ(0)}.topbar__progress-value{position:relative;height:100%;width:0;border-radius:100px;background:var(--progress-solid-color, var(--primary-500));box-shadow:0 10px 30px -12px #fff9;transform-origin:left center;transition:width .9s cubic-bezier(.4,0,.2,1),background .4s ease,box-shadow .6s ease;will-change:width,box-shadow}.topbar__progress-value--reduced{--progress-red: linear-gradient(90deg, rgba(239, 68, 68, .95), rgba(185, 28, 28, .65));background:var(--progress-red);box-shadow:0 12px 28px #ef444499,0 0 30px #ef444466}.topbar__progress-value:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--progress-gradient, var(--progress-solid-color, var(--primary-500)));opacity:1;pointer-events:none;transition:background .9s cubic-bezier(.4,0,.2,1)}.topbar__progress-value:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.45),transparent 65%);mix-blend-mode:screen;opacity:.45;pointer-events:none}@keyframes topbarBalanceGlow{0%{box-shadow:0 0 #10b9811f}50%{box-shadow:0 0 24px #10b9818c,0 22px 60px #10b9814d}to{box-shadow:0 0 32px #10b981a6,0 26px 70px #10b98133}}@keyframes topbarBalanceReductionGlow{0%{box-shadow:0 0 #ef44441f}50%{box-shadow:0 0 24px #ef44448c,0 22px 60px #ef44444d}to{box-shadow:0 0 32px #ef4444a6,0 26px 70px #ef444433}}@keyframes topbarBalancePulse{0%{transform:scale(1);box-shadow:0 0 #fff0}55%{transform:scale(1.02);box-shadow:0 16px 32px #0f172a40}to{transform:scale(1);box-shadow:0 0 #fff0}}.topbar__balance:focus-visible{outline:2px solid var(--color-white);outline-offset:2px}.topbar__language{position:relative;display:flex;align-items:center}.topbar__icon-button{border:none;background:color-mix(in srgb,var(--brand-primary) 12%,transparent 88%);width:44px;height:44px;border-radius:16px;display:grid;place-items:center;color:var(--primary-500);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;position:relative}.topbar__icon-button:hover{transform:translate3d(0,-2px,0);box-shadow:0 14px 26px color-mix(in srgb,var(--brand-primary) 22%,transparent 78%)}.topbar__icon-button svg{width:20px;height:20px;fill:currentColor}.topbar__notification-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));box-shadow:0 0 0 2px var(--surface-card),0 2px 8px #027b5c66;animation:notificationPulse 2s ease-in-out infinite}@keyframes notificationPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media(max-width:768px){.topbar{grid-template-columns:1fr auto;grid-template-areas:"left right" "center center";row-gap:12px;padding-top:12px;padding-bottom:16px}.topbar__center{justify-content:flex-start;width:100%}.topbar__balance,.topbar__progress{width:100%}.topbar__left,.topbar__right{gap:12px}}.language-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:160px;padding:10px;border-radius:14px;background:var(--surface-color);box-shadow:0 20px 45px #01524329;border:1px solid color-mix(in srgb,var(--brand-primary) 12%,transparent 88%);display:none;flex-direction:column;gap:6px;z-index:150;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.language-menu.is-open{display:flex}.language-menu__item{all:unset;box-sizing:border-box;display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:12px;font-size:14px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .2s ease,color .2s ease}.language-menu__item:hover{background:#027b5c1f;color:var(--text-primary)}.language-menu__item.is-active{background:#027b5c29;color:var(--primary-500)}.language-menu__item.is-active:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));box-shadow:0 0 6px #027b5c66;flex-shrink:0}.notifications-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:280px;max-width:320px;padding:12px;border-radius:14px;background:var(--surface-color);box-shadow:0 20px 45px #01524329;border:1px solid color-mix(in srgb,var(--brand-primary) 12%,transparent 88%);display:none;flex-direction:column;gap:8px;z-index:150;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.notifications-menu.is-open{display:flex}.notifications-menu__header{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);padding:6px 8px;border-bottom:1px solid var(--border-soft-tone);margin-bottom:4px}.notifications-menu__item{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:10px;background:color-mix(in srgb,var(--brand-primary) 6%,transparent);border:1px solid color-mix(in srgb,var(--brand-primary) 12%,transparent);transition:background .2s ease,border-color .2s ease,transform .2s ease;cursor:pointer}.notifications-menu__item:hover{background:color-mix(in srgb,var(--brand-primary) 10%,transparent);border-color:color-mix(in srgb,var(--brand-primary) 20%,transparent);transform:translate(-2px)}.notifications-menu__content{flex:1;min-width:0}.notifications-menu__title{font-size:13px;font-weight:700;color:var(--brand-primary);margin-bottom:4px}.notifications-menu__text{font-size:12px;font-weight:500;color:var(--text-secondary);line-height:1.4}.language-menu__active-dot{display:inline-block;width:8px;height:8px;min-width:8px;min-height:8px;border-radius:50%;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));flex-shrink:0;box-shadow:0 0 6px #027b5c66;animation:langDotPulse 2s ease-in-out infinite}@keyframes langDotPulse{0%,to{box-shadow:0 0 6px #027b5c66}50%{box-shadow:0 0 10px #027b5c99}}.topbar .topbar__profile-button{background:color-mix(in srgb,var(--brand-primary) 14%,var(--neutral-0) 86%);border:1px solid var(--border-soft-tone);color:var(--text-primary);border-radius:999px;padding:6px 12px 6px 6px;display:inline-flex;align-items:center;gap:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;box-shadow:var(--shadow-sm);transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.topbar .topbar__profile-button:hover{background:color-mix(in srgb,var(--brand-primary) 18%,var(--neutral-0) 82%);box-shadow:var(--shadow-md);transform:translate3d(0,-2px,0)}.topbar .topbar__profile-avatar{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;font-weight:700;letter-spacing:.02em;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:var(--text-inverse);font-size:.85rem}.topbar .topbar__profile-icon{display:grid;place-items:center}.topbar .topbar__profile-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;color:inherit}.profile-menu{position:absolute;top:calc(100% + 12px);right:0;min-width:220px;background:var(--surface-color);border-radius:18px;box-shadow:0 24px 50px #0152432e;padding:12px;display:none;flex-direction:column;gap:6px;border:1px solid rgba(2,123,92,.1);z-index:150;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.profile-menu.is-open{display:flex}.profile-menu__username{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-bottom:1px solid var(--border-soft-tone);margin-bottom:6px}.profile-menu__username-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--neutral-muted)}.profile-menu__username-value{font-size:.95rem;font-weight:700;color:var(--brand-primary);word-break:break-all}.profile-menu__item{all:unset;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;font-size:14px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .2s ease,color .2s ease}.profile-menu__item:hover{background:#027b5c1f;color:var(--text-primary)}.profile-menu__item--danger{color:var(--status-alert-soft);font-weight:700}.profile-menu__item--danger:hover{background:#f160601f;color:var(--status-alert-strong)}.profile-menu__icon{display:grid;place-items:center}.profile-menu__icon svg{width:16px;height:16px;fill:currentColor}.sidebar{grid-area:sidebar;background:var(--surface-color);border-right:1px solid var(--border-soft);padding:28px 24px;display:flex;flex-direction:column;min-height:0;height:100%;width:260px;transition:width .26s cubic-bezier(.2,.9,.2,1),padding .2s ease;z-index:50;overflow:hidden;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;isolation:isolate}.sidebar.is-collapsed{padding:28px 12px;align-items:center;width:80px;overflow:hidden}.app-grid .sidebar{min-width:80px}.sidebar__scroll{flex:1;overflow:auto;padding-right:6px;display:flex;flex-direction:column;gap:24px;scrollbar-width:none;min-height:0;-webkit-overflow-scrolling:touch;padding-bottom:24px;touch-action:pan-y;position:relative}.sidebar__scroll::-webkit-scrollbar{display:none}.sidebar__section{display:flex;flex-direction:column;gap:10px}.sidebar__section-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#19313a8a;font-weight:600;padding-left:6px}.sidebar__nav{display:flex;flex-direction:column;gap:8px}.sidebar__groups{display:flex;flex-direction:column;gap:18px}.sidebar__group{display:flex;flex-direction:column;gap:10px}.sidebar__group-label{font-size:13px;font-weight:600;color:var(--text-secondary);padding-left:10px}.sidebar__subnav{display:flex;flex-direction:column;gap:6px;padding-left:6px}.sidebar__nav-item{all:unset;display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:16px;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease;color:var(--text-secondary);font-size:15px;font-weight:500;position:relative;z-index:1}.sidebar__nav-item--child{padding:10px 12px 10px 14px;font-size:14px;border-radius:14px}.sidebar__nav-item:hover{background:var(--surface-muted-tone);color:var(--brand-primary)}.sidebar__nav-item.is-active{background:transparent;color:var(--text-inverse);box-shadow:none}.sidebar__nav-item.is-active:hover{background:transparent;color:var(--text-inverse)}.sidebar__nav-icon{width:32px;height:32px;border-radius:var(--border-radius-md);background:var(--surface-muted-tone);display:grid;place-items:center;flex-shrink:0;transition:background-color .2s ease}.sidebar__nav-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar.is-collapsed .sidebar__section-label,.sidebar.is-collapsed .sidebar__group-label,.sidebar.is-collapsed .sidebar__nav-label{display:none}.sidebar.is-collapsed .sidebar__nav-item{justify-content:center;padding-left:8px;padding-right:8px}.sidebar.is-collapsed .sidebar__nav-icon{margin:0}.sidebar__nav-item.is-active .sidebar__nav-icon{background:#ffffff2e;color:var(--text-inverse)}.sidebar__nav-item.is-active .sidebar__nav-icon svg{stroke:currentColor;fill:currentColor}.sidebar.is-collapsed .sidebar__nav-item:hover{background:transparent;color:var(--text-primary)}.sidebar__nav-icon--fill svg{fill:currentColor!important;stroke:none!important}.sidebar__nav-label{flex:1}.sidebar__nav-meta{font-size:12px;font-weight:600;color:inherit;background:#027b5c24;padding:2px 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;min-width:38px;text-align:center}.sidebar__nav-item.is-active .sidebar__nav-meta{background:#ffffff3d}@keyframes sidebar-active-bob{0%{transform:translateY(0)}45%{transform:translateY(-4px)}to{transform:translateY(0)}}@keyframes sidebar-active-morph{0%{border-radius:22px;transform:scale(.98)}55%{border-radius:12px;transform:scale(1.02)}to{border-radius:16px;transform:scale(1)}}.sidebar__active-blob{position:absolute;left:0;top:0;background:var(--gradient-brand);border-radius:16px;box-shadow:var(--shadow-lg);pointer-events:none;opacity:0;will-change:transform,width,height,opacity;transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .18s ease;z-index:0;backface-visibility:hidden;transform-style:preserve-3d}@media(prefers-reduced-motion:reduce){.sidebar__active-blob{transition:none}}.sidebar.is-collapsed .sidebar__section-label,.sidebar.is-collapsed .sidebar__nav-label,.sidebar.is-collapsed .sidebar__nav-meta{display:none}.sidebar.is-collapsed .sidebar__nav-item{justify-content:center;padding:12px;width:60px}.sidebar.is-collapsed .sidebar__nav-item--child{width:56px}.sidebar.is-collapsed .sidebar__nav,.sidebar.is-collapsed .sidebar__subnav{align-items:center}.sidebar.is-collapsed .sidebar__group-label{display:none}.sidebar.is-collapsed .sidebar__groups{gap:16px}.sidebar.is-collapsed .sidebar__section{align-items:center}@media(max-width:1200px){.topbar{padding:0 24px}.sidebar{padding:24px 20px}.sidebar.is-collapsed{padding:24px 10px}}@media(max-width:900px){.topbar{height:64px;padding:0 20px}.topbar__menu-button,.topbar__icon-button{width:40px;height:40px;border-radius:14px}.topbar__profile-button{gap:10px;padding:5px 10px 5px 5px}.topbar__profile-avatar{width:38px;height:38px;border-radius:14px}}@media(max-width:640px){.topbar{padding:0 16px}.topbar__left{gap:14px}.topbar__right{gap:12px}}@media(max-width:768px){:root{--nav-h: 60px;--saldo-h: 44px}.topbar{height:calc(var(--nav-h) + var(--saldo-h));grid-template-columns:minmax(0,1fr) auto;grid-template-rows:var(--nav-h) var(--saldo-h);row-gap:0;padding:0 16px;position:sticky;top:0;z-index:1000}.topbar__left{align-self:center;gap:12px;min-width:0}.topbar__right{align-self:center;gap:10px;justify-self:end}.topbar__center{grid-column:1 / -1;grid-row:2 / 3;width:100%;min-height:var(--saldo-h);display:flex;align-items:center;gap:10px;padding:6px 12px;background:var(--neutral-0, #fff);border:1px solid var(--border-soft-tone);border-left:none;border-right:none;box-shadow:inset 0 1px #0000000a,inset 0 -1px #0000000a}.topbar__balance{background:transparent;border:0;padding:0;gap:8px;min-width:0;flex:0 1 auto}.topbar__balance-label{font-size:10px;white-space:nowrap;flex-shrink:0}.topbar__balance-value{font-size:14px;min-width:0;white-space:nowrap;flex-shrink:0}.topbar__progress{flex:1 1 auto;width:100%!important;max-width:100%;min-width:0;height:34px;padding:0 6px;border-radius:999px;background:color-mix(in srgb,var(--neutral-900) 8%,var(--neutral-0));border:1px solid color-mix(in srgb,var(--brand-primary) 20%,transparent);overflow:hidden}.topbar__progress-shell{height:22px;background:color-mix(in srgb,var(--neutral-900) 6%,var(--neutral-0));border-radius:999px}.topbar__progress-value{background:var(--progress-solid-color, var(--primary-500))}.topbar .topbar__profile-button{gap:8px;padding:4px 10px 4px 4px}.topbar .topbar__profile-avatar{width:36px;height:36px;border-radius:14px}.topbar .topbar__profile-icon svg{width:18px;height:18px}.sidebar{position:fixed;top:calc(var(--nav-h) + var(--saldo-h));left:0;bottom:0;width:min(320px,82vw);max-width:360px;border-right:none;border-radius:0 20px 20px 0;box-shadow:0 28px 60px #0152433d;transform:translate(-100%);padding:24px 20px;background:var(--surface-color);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;z-index:999;touch-action:pan-y;height:calc(100vh - (var(--nav-h) + var(--saldo-h)));max-height:calc(100vh - (var(--nav-h) + var(--saldo-h)));padding-bottom:clamp(32px,env(safe-area-inset-bottom) + 24px,96px)}.app-grid.sidebar-collapsed .sidebar{transform:translate(0)}body.nav-open{overflow:hidden}main,.page,.app-content{scroll-padding-top:calc(var(--nav-h) + var(--saldo-h))}[id=SubContas-Gestao],[id=SubContas-Gestão]{scroll-margin-top:calc(var(--nav-h) + var(--saldo-h) + 12px)}}@media(max-width:640px){:root{--nav-h: 56px;--saldo-h: 42px}.topbar__progress{height:32px}.topbar__progress-shell{height:20px}}@media(max-width:430px){.topbar{padding:0 10px}.topbar__left,.topbar__right{gap:8px}.topbar__logo img{height:30px}.topbar__menu-button,.topbar__icon-button{width:36px;height:36px;border-radius:12px}.topbar .topbar__profile-button{padding:3px}.topbar .topbar__profile-avatar{width:32px;height:32px;border-radius:12px;font-size:.75rem}.topbar .topbar__profile-icon{display:none}.topbar__center{padding:6px 8px;gap:8px}.topbar__balance-label{font-size:12px;letter-spacing:.08em}.topbar__balance-value{min-width:0;font-size:15px}}@supports (height: 100dvh){@media(max-width:768px){.sidebar{height:calc(100dvh - (var(--nav-h) + var(--saldo-h)));max-height:calc(100dvh - (var(--nav-h) + var(--saldo-h)))}}}.topbar--concluded{background:color-mix(in srgb,var(--color-success) 6%,var(--surface-card));border-bottom-color:color-mix(in srgb,var(--color-success) 22%,var(--border-soft-tone))}.topbar--concluded .topbar__progress{border-color:color-mix(in srgb,var(--color-success) 28%,transparent 72%);background:color-mix(in srgb,var(--color-success) 10%,rgba(255,255,255,.12))}.topbar--concluded .topbar__progress-shell{background:color-mix(in srgb,var(--color-success) 12%,rgba(255,255,255,.06))}.topbar--concluded .topbar__progress-value{width:100%;--progress-solid-color: var(--color-success);background:var(--progress-solid-color);box-shadow:0 10px 30px -12px color-mix(in srgb,var(--color-success) 40%,rgba(0,0,0,0))}.topbar--concluded .topbar__progress-value:before{--progress-gradient: linear-gradient(90deg, color-mix(in srgb, var(--color-success) 92%, #fff 8%), color-mix(in srgb, var(--color-success) 70%, #fff 30%));opacity:1}.topbar--concluded .topbar__balance{background:color-mix(in srgb,var(--color-success) 10%,rgba(255,255,255,.1));border-color:color-mix(in srgb,var(--color-success) 28%,rgba(255,255,255,.18))}.topbar--concluded .topbar__balance-value{color:color-mix(in srgb,var(--color-success) 86%,var(--primary-600))}.topbar--concluded .topbar__menu-button,.topbar--concluded .topbar__icon-button{background:color-mix(in srgb,var(--color-success) 14%,transparent);color:color-mix(in srgb,var(--color-success) 70%,var(--primary-500))}.topbar--concluded .topbar__profile-button{background:color-mix(in srgb,var(--color-success) 14%,transparent)}.topbar--concluded .topbar__profile-button:hover{background:color-mix(in srgb,var(--color-success) 20%,transparent);box-shadow:0 14px 28px color-mix(in srgb,var(--color-success) 22%,transparent)}.topbar--concluded .language-menu,.topbar--concluded .profile-menu{border-color:color-mix(in srgb,var(--color-success) 16%,var(--border-soft-tone));box-shadow:0 22px 48px color-mix(in srgb,var(--color-success) 16%,rgba(1,82,67,.16))}.sidebar--concluded{background:color-mix(in srgb,var(--color-success) 6%,var(--surface-color));border-right-color:color-mix(in srgb,var(--color-success) 22%,var(--border-soft))}.sidebar--concluded .sidebar__nav-item.is-active{background:linear-gradient(120deg,color-mix(in srgb,var(--color-success) 85%,#fff 15%),color-mix(in srgb,var(--brand-primary) 65%,var(--color-success) 35%));box-shadow:0 18px 40px color-mix(in srgb,var(--color-success) 22%,transparent)}.sidebar--concluded .sidebar__nav-item:hover .sidebar__nav-icon{background:color-mix(in srgb,var(--color-success) 16%,var(--surface-muted-tone))}.sidebar--concluded .sidebar__nav-item.is-active .sidebar__nav-icon{background:#fff3;color:var(--text-inverse)}.sidebar--concluded .sidebar__section-label,.sidebar--concluded .sidebar__group-label{color:color-mix(in srgb,var(--color-success) 48%,var(--text-secondary))}.sidebar--concluded .sidebar__nav-meta{background:color-mix(in srgb,var(--color-success) 18%,rgba(2,123,92,.14))}@media(max-width:768px){.sidebar--concluded{box-shadow:0 28px 60px color-mix(in srgb,var(--color-success) 22%,rgba(1,82,67,.24))}body.has-modal-open .topbar{transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}}@media(prefers-reduced-motion:reduce){.topbar--concluded .topbar__progress-value{animation:none;width:100%}}.app-footer{padding:1.25rem 2rem 2rem;color:#1f5d52;font-size:.875rem;margin-top:auto}.app-footer__divider{height:1px;background:#d8dde6;margin-bottom:1rem}.app-footer__content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.app-footer__copyright{flex:1 1 auto;min-width:220px}.app-footer__social{list-style:none;display:flex;align-items:center;gap:.5rem;padding:0;margin:0}.app-footer__social-item{width:32px;height:32px;border-radius:50%;border:1px solid #41a698;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,border-color .2s ease}.app-footer__social-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#41a698}.app-footer__social-link svg{width:16px;height:16px;fill:currentColor}.app-footer__social-item:hover,.app-footer__social-item:focus-within{background:#41a698;border-color:#1f5d52}.app-footer__social-item:hover .app-footer__social-link,.app-footer__social-item:focus-within .app-footer__social-link{color:#fff}.app-footer__producer{display:flex;align-items:center;gap:.25rem;color:#1f5d52;min-width:180px;justify-content:flex-end}.app-footer__producer-name{font-weight:600;color:#7280da}@media(max-width:768px){.app-footer{padding:1.25rem 1rem 1.75rem}.app-footer__content{flex-direction:column;align-items:center}.app-footer__producer{justify-content:center}}.logo-loading{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 5%,var(--surface-card)),color-mix(in srgb,var(--brand-secondary) 3%,var(--surface-card)));z-index:9999;animation:fadeIn .4s ease}.logo-loading:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,color-mix(in srgb,var(--brand-primary) 8%,transparent) 0%,transparent 50%),radial-gradient(circle at 80% 70%,color-mix(in srgb,var(--brand-secondary) 6%,transparent) 0%,transparent 50%);animation:bgPulse 8s ease-in-out infinite;pointer-events:none}@keyframes bgPulse{0%,to{opacity:.4}50%{opacity:.7}}.logo-loading__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px}.logo-loading__svg{width:200px;height:200px;filter:drop-shadow(0 8px 24px rgba(2,123,92,.25));overflow:visible}.logo-loading__path{stroke-dasharray:100;stroke-dashoffset:100;animation:drawCloud 3s ease-in-out infinite}@keyframes drawCloud{0%{stroke-dashoffset:100;opacity:.3}45%{stroke-dashoffset:0;opacity:1}55%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-100;opacity:.3}}.logo-loading__text{font-size:1.1rem;font-weight:600;color:var(--text-secondary);letter-spacing:.02em;animation:textPulse 2s ease-in-out infinite}@keyframes textPulse{0%,to{opacity:.5}50%{opacity:1}}.logo-loading__dots{display:flex;gap:8px;margin-top:8px}.logo-loading__dot{width:8px;height:8px;border-radius:50%;background:var(--brand-primary);animation:dotBounce 1.4s ease-in-out infinite}.logo-loading__dot:nth-child(1){animation-delay:0s}.logo-loading__dot:nth-child(2){animation-delay:.2s}.logo-loading__dot:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@media(max-width:768px){.logo-loading__svg{width:160px;height:96px}.logo-loading__text{font-size:1rem}}.homepage{display:flex;flex-direction:column;gap:24px;padding:28px;min-height:0;animation:fadeIn .5s ease}.homepage--empty{gap:0;padding:0}.homepage--empty .homepage__welcome-state{width:100%}.homepage__welcome-state{width:100%;min-height:0}.homepage--empty .homepage__welcome-state .welcome-page{width:100%;max-width:100%;box-shadow:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:16px;width:100%;max-width:1200px}.homepage-search-card{width:100%;border-radius:18px;border:1px solid var(--neutral-200);background:var(--surface-card);box-shadow:0 12px 30px #027b5c14;padding:10px 14px;display:flex;align-items:center;gap:12px;overflow:visible;position:relative;z-index:10}.homepage-search-card__content{padding:6px 6px 16px}.homepage-search-card__eyebrow{text-transform:uppercase;font-size:.72rem;letter-spacing:.18em;font-weight:700;color:var(--brand-primary);margin-bottom:6px}.homepage-search-card__title{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin:0 0 6px}.homepage-search-card__subtitle{margin:0;color:var(--text-secondary);max-width:520px}.homepage-search-card__icon{width:44px;height:44px;border-radius:999px;border:1px solid color-mix(in srgb,var(--brand-primary) 28%,transparent);background:color-mix(in srgb,var(--brand-primary) 12%,transparent);display:grid;place-items:center;color:var(--brand-primary);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.homepage-search-card__icon svg{width:22px;height:22px}.homepage-search-card__icon:hover{transform:translateY(-1px);box-shadow:0 10px 18px #027b5c2e;background:color-mix(in srgb,var(--brand-primary) 18%,transparent)}.homepage-search-card--open{display:flex;flex-direction:column;gap:16px;padding:18px}.dashboard-view{animation:viewFadeIn .4s cubic-bezier(.4,0,.2,1) forwards}.dashboard-view--stats{animation:viewSlideInLeft .5s cubic-bezier(.4,0,.2,1) forwards}.dashboard-view--search{animation:viewSlideInRight .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes viewFadeIn{0%{opacity:0}to{opacity:1}}@keyframes viewSlideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes viewSlideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.dashboard-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);box-shadow:0 8px 20px #027b5c1a;width:fit-content;margin:0 auto}.barchart-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--brand-primary) 18%,transparent)}.barchart-toggle__button{border:none;background:transparent;color:var(--neutral-muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.barchart-toggle__button:hover{color:var(--brand-primary);transform:translateY(-1px)}.barchart-toggle__button.is-active{background:var(--brand-primary);color:var(--color-white);box-shadow:0 10px 20px #027b5c33}.dashboard-switch__tab{border:none;background:transparent;color:var(--brand-primary);font-weight:600;font-size:.8rem;padding:6px 14px;border-radius:999px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dashboard-switch__tab.is-active{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:var(--text-inverse);box-shadow:0 6px 12px #027b5c2e}.dashboard-switch__tab:not(.is-active):hover{background:color-mix(in srgb,var(--brand-primary) 10%,transparent)}.velocimeter-card--shorturl{--brand-primary: var(--brand-primary);--brand-secondary: var(--brand-secondary);--brand-accent: var(--brand-accent);--primary-emerald: var(--primary-emerald)}.velocimeter-card--shorturl .speedometer-percentage{color:var(--brand-primary)}.velocimeter-card--shorturl .speedometer-glow{fill:var(--brand-accent)}.velocimeter-card--shorturl .speedometer-tick-label{fill:color-mix(in srgb,var(--brand-primary) 70%,var(--neutral-600))}.barchart-card{grid-column:1 / 3;padding:14px;overflow:visible}.velocimeter-card,.piechart-card{overflow:visible}.barchart-month-chip{position:absolute;top:6px;right:6px;padding:6px 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));border:1px solid color-mix(in srgb,var(--brand-primary) 22%,transparent);color:var(--brand-primary);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;pointer-events:none}.search-panel{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:18px;width:100%;max-width:720px;padding:28px;border-radius:16px;background:var(--surface-card);border:1px solid var(--neutral-200);box-shadow:0 12px 30px #027b5c14;margin:0 auto}.search-panel--wide{max-width:100%;margin:0}.search-panel__field{display:flex;flex-direction:column;gap:8px}.search-panel__label{font-size:.85rem;font-weight:600;color:var(--neutral-700);text-transform:uppercase;letter-spacing:.4px}.search-panel__input{height:44px;border-radius:10px;border:1px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);background:color-mix(in srgb,var(--surface-card) 94%,var(--brand-primary) 6%);color:var(--text-primary);padding:0 14px;font-size:.95rem}.search-panel__input:focus{outline:2px solid color-mix(in srgb,var(--brand-primary) 45%,transparent);border-color:var(--brand-primary)}.search-panel__select{height:44px;border-radius:10px;border:1px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);background:color-mix(in srgb,var(--surface-card) 94%,var(--brand-primary) 6%);color:var(--text-primary);padding:0 14px;font-size:.95rem}.search-panel__select:focus{outline:2px solid color-mix(in srgb,var(--brand-primary) 45%,transparent);border-color:var(--brand-primary)}.search-panel__field--range{grid-column:1 / -1;position:relative}.date-range-input{width:100%;border-radius:10px;border:1px solid var(--border-soft-tone);padding:.75rem 1rem;font:inherit;background:var(--surface-card);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--neutral-ink);font-size:.95rem;min-width:0;overflow:hidden;height:48px;line-height:1.2}.date-range-input__button{flex:1;min-width:0;border:none;background:transparent;padding:0;margin:0;text-align:left;font:inherit;color:inherit;cursor:pointer}.date-range-input__button:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-range-input__clear{margin-left:8px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:transparent;color:var(--neutral-600);font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;flex-shrink:0;transition:all .2s ease;border:none;padding:0}.date-range-input__clear:hover{background:color-mix(in srgb,var(--status-danger-strong) 20%,transparent);color:var(--color-white);transform:scale(1.05)}.date-range-input__clear:active{transform:scale(.95)}.date-range-picker{position:absolute;top:calc(100% + 8px);left:0;transform:none;width:min(520px,100%);background:var(--surface-card);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);padding:14px;z-index:400}.search-panel__button{grid-column:1 / -1;height:44px;border-radius:12px;border:none;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;background:var(--brand-primary);color:var(--text-inverse);cursor:pointer;box-shadow:0 8px 16px #027b5c2e;transition:transform .2s ease,box-shadow .2s ease}.search-panel__button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #027b5c40}.search-panel__actions{grid-column:1 / -1;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.search-panel__button--ghost{background:var(--surface-card);color:var(--brand-primary);border:1px solid rgba(2,123,92,.28);box-shadow:0 6px 14px #027b5c1f}.search-panel__button--ghost:hover{box-shadow:0 12px 22px #027b5c33}.stats-loading{grid-column:1 / -1;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:20px;border-radius:18px;background:color-mix(in srgb,var(--surface-card) 88%,var(--brand-primary) 5%);border:1px solid color-mix(in srgb,var(--brand-primary) 17%,transparent);box-shadow:0 18px 40px #027b5c1f,inset 0 1px #fff6;color:var(--text-secondary)}.stats-loading__svg{width:80px;height:80px;filter:drop-shadow(0 4px 12px rgba(2,123,92,.25));overflow:visible}.stats-loading__path{stroke-dasharray:100;stroke-dashoffset:100;animation:drawStatsCloud 3s ease-in-out infinite}@keyframes drawStatsCloud{0%{stroke-dashoffset:100;opacity:.3}45%{stroke-dashoffset:0;opacity:1}55%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:-100;opacity:.3}}.stats-loading span:last-child{font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;color:var(--neutral-700);animation:statsTextPulse 2s ease-in-out infinite}@keyframes statsTextPulse{0%,to{opacity:.5}50%{opacity:1}}.search-results{display:grid;gap:24px;margin-top:24px}.search-results__heading{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:12px}.search-results__heading h2{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.search-results__channel-filter{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.search-results__channel-pill{border:1px solid rgba(2,123,92,.22);background:var(--surface-card);color:var(--text-secondary);border-radius:999px;padding:.4rem .9rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.search-results__channel-pill:hover:not(:disabled){border-color:#027b5c73;color:var(--brand-primary)}.search-results__channel-pill.is-active{background:linear-gradient(135deg,#027b5c1f,#027b5c33);border-color:#027b5c80;color:var(--brand-primary)}.search-results__channel-pill:disabled,.search-results__channel-pill.is-disabled{opacity:.45;cursor:not-allowed}.homepage-no-results{border-radius:12px;padding:24px;background:var(--surface-muted-tone);border:1px dashed rgba(2,123,92,.4);text-align:center;animation:homepage-no-results-pulse 2s ease-in-out infinite}.homepage-no-results__text{margin:0 0 12px;font-size:1rem;color:var(--text-secondary)}.homepage-no-results__link{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;border-radius:999px;background-image:linear-gradient(135deg,var(--brand-primary),#008870);color:#fff;font-weight:600;font-size:.95rem;letter-spacing:.02em;text-decoration:none;box-shadow:0 8px 20px #027b5c59;transition:transform .2s ease,box-shadow .2s ease}.homepage-no-results__link:hover{transform:translateY(-1px);box-shadow:0 10px 22px #027b5c66}.homepage-no-results__link:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:3px}@keyframes homepage-no-results-pulse{0%{transform:translateY(0);opacity:.85}50%{transform:translateY(-4px);opacity:1}to{transform:translateY(0);opacity:.85}}.stats-summary,.stats-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.stats-summary .stat-card--white{grid-column:1 / -1}.stats-speedometers-row .stat-card--white,.stats-sms-layout .stat-card--white{grid-column:auto}.stats-summary__section{display:grid;gap:12px}.stats-sms-layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(260px,320px) minmax(0,1fr);gap:20px;align-items:start}.stats-sms-layout .stat-card{height:100%}@media(max-width:980px){.stats-sms-layout{grid-template-columns:1fr}}.stats-speedometers-row--single-line{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px;align-items:stretch}.stats-speedometers-row--single-line .stats-speedometers-stack{grid-column:span 2;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;gap:20px;height:auto;min-height:0}.stats-speedometers-row--single-line .stats-speedometers-stack .stat-card{height:auto;min-height:0}.stats-speedometers-row--single-line .piechart-card{grid-column:span 1;height:auto;min-height:0}.stats-speedometers-row--single-line .speedometer-svg{max-width:200px}.stats-speedometers-row--single-line .speedometer-value{margin-top:-8px}.stats-speedometers-row--single-line .speedometer-percentage{font-size:1.75rem}.stats-speedometers-row--single-line .speedometer-label{font-size:.85rem}.stats-speedometers-row--single-line .piechart-svg{max-width:220px}.stats-speedometers-row--single-line .piechart-container{min-height:0}@media(max-width:1200px){.stats-speedometers-row--single-line{grid-template-columns:1fr!important}.stats-speedometers-row--single-line .stats-speedometers-stack{grid-column:auto;grid-template-columns:1fr;height:auto}.stats-speedometers-row--single-line .piechart-card{grid-column:auto;height:auto}.stats-speedometers-row--single-line .speedometer-svg{max-width:240px}.stats-speedometers-row--single-line .speedometer-percentage{font-size:2rem}.stats-speedometers-row--single-line .speedometer-label{font-size:.9rem}}.stats-speedometers-row{display:grid;grid-template-columns:minmax(0,var(--stats-speedometers-col, 6fr)) minmax(0,var(--stats-pie-col, 4fr));gap:24px;margin-bottom:32px;align-items:start;width:100%}.stats-speedometers-row .stat-card{height:100%}.stats-speedometers-stack{grid-column:auto;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;height:600px;min-height:0}.stats-speedometers-stack .stat-card{min-height:0}.stats-speedometers-stack .speedometer-svg{max-width:220px}.stats-speedometers-stack .speedometer-value{margin-top:-6px;gap:4px}.stats-speedometers-stack .speedometer-percentage{font-size:2rem}.stats-speedometers-row .piechart-card{grid-column:auto;align-self:start;height:600px;display:flex;flex-direction:column}.stats-speedometers-row .piechart-card .piechart-wrapper{display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto;min-height:0;width:100%}.stats-speedometers-row .piechart-card .piechart-container{flex:1 1 auto;height:100%;min-height:0;align-items:stretch}.stats-speedometers-row .piechart-card .piechart-svg{flex:0 0 auto}.stats-speedometers-row .piechart-card .piechart-legend{flex:1 1 auto;height:100%;max-height:none;min-height:0}.stats-speedometers-row.is-operator-wide .stats-speedometers-stack,.stats-speedometers-row.is-operator-wide .piechart-card,.stats-speedometers-row.is-operator-dense .stats-speedometers-stack,.stats-speedometers-row.is-operator-dense .piechart-card{grid-column:auto}@media(min-width:1024px)and (max-width:1440px){.stats-results__stack .stats-speedometers-row{grid-template-columns:minmax(0,var(--stats-speedometers-col, 2fr)) minmax(0,var(--stats-pie-col, 3fr));gap:16px;margin-bottom:22px;align-items:start}.stats-results__stack .stats-speedometers-row .stats-speedometers-stack{grid-column:auto;grid-template-columns:1fr;grid-template-rows:repeat(2,minmax(0,1fr));gap:16px;height:600px;min-height:0}.stats-results__stack .stats-speedometers-row .stat-card{grid-column:auto;min-height:0;padding:13px 13px 11px;border-radius:16px}.stats-results__stack .stats-speedometers-row .stat-card:before{display:none}.stats-results__stack .stats-speedometers-row .stat-card:hover{transform:none}.stats-results__stack .stats-speedometers-row .stat-card-header{margin-bottom:8px;padding:0 2px}.stats-results__stack .stats-speedometers-row .stat-card-title{font-size:1rem;font-weight:700;line-height:1.25;letter-spacing:0}.stats-results__stack .stats-speedometers-row .stat-card--gradient{background:radial-gradient(circle at 88% 8%,rgba(79,193,168,.34),transparent 54%),linear-gradient(160deg,#1f8d70,#176f57 52%,#135845);box-shadow:0 8px 22px #094f3e38}.stats-results__stack .stats-speedometers-row .stat-card--gradient:after{inset:18px;border-radius:14px;background:#ffffff08}.stats-results__stack .stats-speedometers-row .stat-card--white{border:1px solid color-mix(in srgb,var(--brand-primary) 20%,var(--neutral-200));box-shadow:0 6px 16px #027b5c1a}.stats-results__stack .stats-speedometers-row .speedometer-svg{max-width:220px}.stats-results__stack .stats-speedometers-row .speedometer-value{margin-top:-4px;gap:4px}.stats-results__stack .stats-speedometers-row .speedometer-percentage{font-size:1.85rem}.stats-results__stack .stats-speedometers-row .speedometer-label{font-size:.9rem;letter-spacing:.03em;font-weight:600}.stats-results__stack .stats-speedometers-row .velocimeter-card--shorturl .speedometer-percentage{color:#0d1117}.stats-results__stack .stats-speedometers-row .piechart-container{flex-direction:column;width:100%;height:100%;min-height:0;max-height:none;align-items:stretch;justify-content:flex-start;gap:8px}.stats-results__stack .stats-speedometers-row .piechart-svg{width:min(100%,320px);max-width:280px;align-self:center}.stats-results__stack .stats-speedometers-row .piechart-center-value{font-size:1.75rem;font-weight:700;letter-spacing:-.01em}.stats-results__stack .stats-speedometers-row .piechart-center-label{font-size:.72rem;font-weight:600;letter-spacing:.06em}.stats-results__stack .stats-speedometers-row .piechart-legend{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));flex:1 1 auto;min-height:0;gap:4px;max-height:none;overflow-y:auto}.stats-results__stack .stats-speedometers-row .piechart-legend-item{width:auto;min-width:0;border-radius:10px;padding:6px 8px;gap:6px}.stats-results__stack .stats-speedometers-row .piechart-legend-text{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.stats-results__stack .stats-speedometers-row .piechart-legend-label{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-results__stack .stats-speedometers-row .piechart-legend-value{font-size:.72rem;white-space:nowrap}.stats-results__stack .stats-speedometers-row .stats-speedometers-stack .stat-card{min-height:0}.stats-results__stack .stats-speedometers-row.is-operator-wide{grid-template-columns:minmax(0,1.8fr) minmax(0,3.2fr)}.stats-results__stack .stats-speedometers-row.is-operator-dense{grid-template-columns:minmax(0,1.4fr) minmax(0,3.6fr)}.stats-results__stack .stats-speedometers-row.is-operator-wide .piechart-legend,.stats-results__stack .stats-speedometers-row.is-operator-dense .piechart-legend{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-results__stack .stats-metrics__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stats-results__stack .stats-metrics__tile{min-height:84px}}@media(max-width:1023px){.stats-speedometers-row{grid-template-columns:1fr;gap:16px;margin-bottom:20px}.stats-speedometers-stack{grid-column:auto;grid-template-columns:1fr;grid-template-rows:none;gap:20px;height:auto}.stats-speedometers-row .stat-card{min-height:0;height:auto}.stats-speedometers-row .piechart-card{min-height:0;height:auto;align-self:stretch;display:block}.stats-speedometers-row .piechart-container{height:auto;min-height:0}@media(max-width:768px){.homepage{padding:0}.homepage-search-card{padding:16px}.homepage-search-card__icon{width:40px;height:40px}.search-panel__field{grid-column:1 / -1}.search-panel__button{width:100%;justify-content:center}.date-range-picker__months{flex-direction:column;gap:16px}.stats-speedometers-row{grid-template-columns:1fr;gap:16px}.stats-speedometers-stack{grid-column:auto;grid-template-columns:1fr;gap:16px}.stats-speedometers-row .piechart-card{grid-column:auto}.stats-metrics-row{grid-template-columns:1fr;gap:16px}.stats-summary__section{width:100%}.stats-metrics__grid{grid-template-columns:repeat(2,1fr);gap:12px}.stats-metrics__tile{padding:12px}.stat-card{padding:16px}.stat-card-title{font-size:.95rem}.speedometer-svg{max-width:240px}.speedometer-percentage{font-size:1.6rem}.speedometer-label{font-size:.85rem}.piechart-svg{max-width:280px;width:100%}.piechart-wrapper{width:100%;min-height:0}.piechart-container{flex-direction:column;min-height:0;gap:16px;width:100%}.piechart-card{min-height:0;height:auto}.piechart-legend{grid-template-columns:1fr;gap:8px;max-height:none;width:100%}.piechart-legend-item{padding:10px 12px}.barchart-toggle{flex-wrap:nowrap;gap:4px;margin-left:auto}.barchart-toggle__button{font-size:.75rem;padding:5px 10px;white-space:nowrap}.barchart-day-nav{width:100%;margin-top:8px}.barchart-card{padding:16px;overflow:visible}.barchart-card .stat-card-header{flex-wrap:wrap;padding-right:0;gap:12px}.barchart-month-chip{position:static;margin-left:auto}.hbar-chart{gap:12px}.hbar-row{grid-template-columns:1fr;gap:8px}.hbar-label{font-size:.8rem}.hbar-track{height:24px}.hbar-value{text-align:left;font-size:.8rem}.search-results__heading h2,.stats-section__title{font-size:1rem}.homepage-no-results{padding:20px}.homepage-no-results__text{font-size:.95rem}.homepage-no-results__link{padding:.6rem 1.4rem;font-size:.9rem}}@media(max-width:480px){.homepage{padding:0}.page__title{font-size:1.5rem}.search-panel{padding:12px}.search-panel__label{font-size:.85rem}.search-panel__button{font-size:.85rem;padding:10px 16px}.stats-metrics__grid{grid-template-columns:1fr}.stats-metrics__tile{padding:10px}.stats-metrics__tile span{font-size:.8rem}.stats-metrics__tile strong{font-size:1.1rem}.stat-card{padding:12px}.speedometer-svg{max-width:200px}.speedometer-percentage{font-size:1.4rem}.speedometer-label{font-size:.8rem}.piechart-svg{max-width:240px}.piechart-center-value{font-size:1.8rem}.piechart-center-label,.piechart-legend-label{font-size:.75rem}.piechart-legend-value{font-size:.7rem}.barchart-toggle__button{font-size:.8rem;padding:5px 10px}.barchart-day-nav__label{font-size:.85rem}.date-range-input__button{font-size:.85rem;padding:10px 12px}.date-range-picker__day{width:36px;height:36px;font-size:.85rem}.date-range-picker__weekday{font-size:.75rem}}.stats-speedometers-row .piechart-container{width:100%;height:100%;min-height:0;gap:12px}.stats-speedometers-row .piechart-svg{width:min(100%,320px);max-width:280px;margin-inline:auto}.stats-speedometers-row .piechart-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.stats-speedometers-row .piechart-legend-item{min-width:0}}@media(max-width:640px){.stats-speedometers-row .piechart-legend{grid-template-columns:1fr}}.stats-metrics-row{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:32px}.stats-metrics-row .stats-summary__section{display:grid;gap:12px}.stats-summary__title{margin:0;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary)}.stats-summary--stacked{grid-template-columns:1fr}.stats-results__stack{display:grid;gap:32px}.stats-section{display:grid;gap:16px}.stats-section__header{display:flex;align-items:center;gap:16px}.stats-section__title{margin:0;font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary)}.stats-section__rule{flex:1;height:1px;background:#027b5c29}.stats-metrics__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:0;border-bottom:1px solid rgba(2,123,92,.12)}.stats-metrics__row:last-child{border-bottom:none}.stats-metric span{display:block;font-size:.85rem;color:var(--text-secondary)}.stats-metric strong{display:block;font-size:1.4rem;color:var(--primary-600);margin-top:6px}.stats-metrics{padding:24px 28px;display:flex;flex-direction:column;gap:20px;justify-content:space-between}.stats-metrics__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stats-metrics__tile{background:#027b5c0f;border:1px solid rgba(2,123,92,.12);border-radius:14px;padding:14px 16px;min-height:84px;display:flex;flex-direction:column;justify-content:center;gap:6px}.stats-metrics__tile span{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.stats-metrics__tile strong{font-size:1.5rem;color:var(--primary-600)}.stats-metrics .stats-metrics__row:last-child{border-bottom:none}.barchart-card--horizontal .barchart-wrapper{display:none}.stats-charts--classic .stat-card:not(.piechart-card){background:var(--surface-card);box-shadow:none;border:1px solid var(--border-soft-tone);border-radius:12px}.stats-charts--classic .piechart-card{background:radial-gradient(circle at top left,var(--primary-fresh),transparent 55%),linear-gradient(140deg,var(--primary-emerald),var(--brand-primary));color:var(--text-inverse);border:none;box-shadow:0 8px 24px #027b5c33,0 2px 8px #0000001a}.stats-charts--classic .stat-card-header{padding-bottom:6px}.stats-charts--classic .stat-card-title{font-weight:600;color:var(--brand-primary)}.hbar-chart{display:grid;gap:18px;margin-top:16px}.hbar-row{display:grid;grid-template-columns:160px 1fr 64px;align-items:center;gap:16px}.hbar-label{font-size:.85rem;color:var(--text-secondary)}.hbar-track{position:relative;height:28px;border-radius:6px;background:repeating-linear-gradient(to right,rgba(2,123,92,.18) 0,rgba(2,123,92,.18) 1px,transparent 1px,transparent 36px);border:1px solid rgba(2,123,92,.18);overflow:hidden}.hbar-bar{height:100%;border-radius:4px;background:#0f5a45;transition:width .9s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 16px #027b5c2e;transform-origin:left}.hbar-bar.is-animated{background:linear-gradient(90deg,var(--brand-secondary),var(--brand-primary))}.hbar-row.is-active .hbar-bar{filter:brightness(1.08);box-shadow:0 10px 20px #027b5c47}.hbar-value{font-size:.85rem;font-weight:600;color:var(--text-primary);text-align:right}.hbar-tooltip{position:absolute;top:-34px;transform:translate(-50%);background:var(--surface-card);color:var(--text-primary);border:1px solid rgba(2,123,92,.24);border-radius:8px;padding:4px 8px;font-size:.75rem;font-weight:600;white-space:nowrap;box-shadow:0 8px 18px #027b5c2e;pointer-events:none}.hbar-legend{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-secondary);margin-top:8px}.hbar-legend-dot{width:10px;height:10px;border-radius:3px;background:#0f5a45}@media(max-width:720px){.hbar-row{grid-template-columns:1fr;align-items:start}.hbar-value{text-align:left}}.stat-card{background:var(--surface-card);border-radius:16px;padding:20px;box-shadow:0 4px 12px #027b5c14,0 1px 4px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--neutral-200);position:relative;overflow:hidden;animation:slideUp .5s ease both}.stat-card--gradient{background:radial-gradient(circle at top right,var(--primary-emerald),transparent 52%),linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:var(--text-inverse);border:none;box-shadow:0 8px 24px #027b5c33,0 2px 8px #0000001a}.stat-card--gradient:after{content:"";position:absolute;inset:18px;border-radius:16px;background:#ffffff0a;opacity:.5;pointer-events:none;z-index:0}.stat-card--gradient.stat-card--alt{background:radial-gradient(circle at top left,var(--primary-fresh),transparent 55%),linear-gradient(140deg,var(--primary-emerald),var(--brand-primary))}.stat-card--white{background:var(--surface-card);color:var(--text-primary);border:1px solid var(--neutral-200);box-shadow:0 4px 12px #027b5c14,0 1px 4px #0000000a}.stat-card--white .stat-card-title{color:var(--text-primary)}.stat-card--white:after{display:none}.stat-card:nth-child(1){animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand-primary),var(--primary-emerald));opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #027b5c1f,0 4px 8px #0000000f;border-color:var(--brand-accent)}.stat-card:hover:before{opacity:1}.stat-card-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:24px;gap:16px;position:relative;z-index:1}.barchart-card .stat-card-header{flex-wrap:nowrap;align-items:center;padding-right:120px}.stat-card.barchart-card{overflow:visible;isolation:isolate;z-index:2}.stat-card.barchart-card .barchart-wrapper,.stat-card.barchart-card .barchart-container,.stat-card.barchart-card .barchart-chart-area,.stat-card.barchart-card .barchart-svg{overflow:visible;position:relative;z-index:3}.barchart-card .stat-card-title{margin-right:12px}.stat-card-icon{width:56px;height:56px;border-radius:16px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stat-card-title{font-size:1rem;font-weight:600;color:var(--brand-primary);margin:0;line-height:1.3}.stat-card--gradient .stat-card-title{color:var(--text-inverse)}.stat-card-badge{padding:3px 10px;border-radius:10px;font-size:.7rem;font-weight:600;background:var(--neutral-200);color:var(--neutral-700);white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.stat-card-badge--success{background:linear-gradient(135deg,#027b5c26,#027b5c14);color:var(--brand-primary);animation:pulse 2s ease-in-out infinite}.stat-card-badge--info{background:linear-gradient(135deg,#0070ba26,#0070ba14);color:var(--status-blue)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.speedometer-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;z-index:2;--speedometer-needle-start: color-mix(in srgb, var(--brand-accent) 60%, var(--neutral-900));--speedometer-needle-end: var(--brand-primary)}.speedometer-container{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;position:relative}.speedometer-svg{width:100%;max-width:280px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.04))}.stat-card--gradient .speedometer-svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.speedometer-needle{pointer-events:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.speedometer-tick{stroke:var(--neutral-300);stroke-width:2;pointer-events:none;cursor:default}.speedometer-tick--major{stroke:var(--neutral-500);stroke-width:3}.speedometer-tick-label{font-size:10px;fill:var(--neutral-muted);font-weight:500;pointer-events:none;cursor:default}.stat-card--gradient .speedometer-tick-label{fill:#ffffffe6}.speedometer-glow{fill:var(--brand-accent);opacity:.85;filter:drop-shadow(0 0 10px color-mix(in srgb,var(--brand-accent) 60%,transparent))}.speedometer-value{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:-10px}.speedometer-percentage{font-size:2.25rem;font-weight:700;color:var(--brand-primary);line-height:1}.stat-card--gradient .speedometer-percentage{color:#fffffff2}.speedometer-label{font-size:.9rem;color:var(--neutral-700);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-card--gradient .speedometer-label{color:#ffffffe6}.piechart-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative;z-index:2}.piechart-controls{width:100%;display:flex;justify-content:flex-end;padding:0 8px}.piechart-sort-select{padding:6px 12px;border-radius:8px;border:1px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);background:var(--surface-card);color:var(--text-primary);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.piechart-sort-select:hover{border-color:var(--brand-primary)}.piechart-sort-select:focus{outline:2px solid color-mix(in srgb,var(--brand-primary) 45%,transparent);border-color:var(--brand-primary)}.stat-card--gradient .piechart-sort-select{background:#ffffff26;border-color:#ffffff4d;color:var(--text-inverse)}.stat-card--gradient .piechart-sort-select:hover{background:#ffffff40;border-color:#ffffff80}.stat-card--gradient .piechart-sort-select option{background:var(--surface-card);color:var(--text-primary)}.piechart-container{display:flex;flex-direction:row;align-items:flex-start;gap:16px;width:100%;height:auto;min-height:450px}.piechart-svg{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.04))}.stat-card--gradient .piechart-svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.pie-segment{cursor:pointer;transition:opacity .3s ease,filter .3s ease}.pie-segment:hover,.pie-segment-animated:hover{opacity:.8!important;filter:brightness(1.08) drop-shadow(0 6px 10px rgba(0,0,0,.18));transform:scale(1.04)}.pie-segment--active{filter:brightness(1.08) drop-shadow(0 10px 14px rgba(0,0,0,.2));transform:scale(1.05);stroke:#ffffffb3;stroke-width:2}.piechart-center-value{font-size:1.5rem;font-weight:700;fill:var(--brand-primary)}.piechart-center-label{font-size:.8rem;fill:var(--neutral-700);font-weight:500;text-transform:uppercase;letter-spacing:.3px}.piechart-legend{display:flex;flex-direction:column;gap:6px;width:100%;flex:1 1 auto;min-width:0;max-height:clamp(260px,42vh,420px);overflow-y:auto;padding-right:4px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--brand-primary) 78%,white) color-mix(in srgb,var(--neutral-0) 18%,transparent)}.piechart-legend::-webkit-scrollbar{width:8px}.piechart-legend::-webkit-scrollbar-track{background:color-mix(in srgb,var(--neutral-0) 18%,transparent);border-radius:999px}.piechart-legend::-webkit-scrollbar-thumb{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-primary) 74%,white),color-mix(in srgb,var(--brand-secondary) 70%,white));border-radius:999px;border:1px solid color-mix(in srgb,var(--neutral-0) 34%,transparent)}.stat-card--gradient .piechart-legend{scrollbar-color:rgba(255,255,255,.8) rgba(255,255,255,.2)}.stat-card--gradient .piechart-legend::-webkit-scrollbar-track{background:#ffffff2e}.stat-card--gradient .piechart-legend::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffffffe6,#e4f8f0d1);border-color:#ffffff59}.piechart-legend-item{display:flex;align-items:center;gap:8px;padding:7px 10px;background:var(--neutral-50);border-radius:8px;transition:border-color 80ms linear,background-color 80ms linear,box-shadow 80ms linear,transform 80ms linear;cursor:pointer;border:1px solid transparent}.stat-card--gradient .piechart-legend-item{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.piechart-legend-item:hover{background:var(--neutral-100);transform:translate(4px);border-color:var(--brand-accent)}.piechart-legend-item--active{background:var(--neutral-100);border-color:var(--brand-accent);box-shadow:0 10px 24px #0000001f;transform:translate(6px) scale(1.02);outline:2px solid color-mix(in srgb,var(--brand-accent) 55%,transparent);outline-offset:2px}.stat-card--gradient .piechart-legend-item:hover{background:#ffffff40;border-color:#ffffff4d}.stat-card--gradient .piechart-legend-item--active{background:#ffffff4d;border-color:#fff9;box-shadow:0 12px 26px #0003;transform:translate(6px) scale(1.02);outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.piechart-legend-color{width:14px;height:14px;border-radius:3px;flex-shrink:0;box-shadow:0 1px 3px #00000026}.piechart-legend-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.piechart-legend-label{font-size:.8rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-card--gradient .piechart-legend-label{color:var(--text-inverse)}.piechart-legend-value{font-size:.72rem;color:var(--neutral-700);font-weight:500}.stat-card--gradient .piechart-legend-value{color:#ffffffd9}.piechart-legend-note{margin:8px 0 0;font-size:.72rem;color:color-mix(in srgb,var(--text-inverse) 85%,transparent);letter-spacing:.02em}.piechart-legend-percent{font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.35)}.stats-charts--classic .piechart-svg{filter:none;max-width:360px}.stats-charts--classic .pie-center-animated,.stats-charts--classic .piechart-center-value,.stats-charts--classic .piechart-center-label{display:none}.stats-charts--classic .pie-segment,.stats-charts--classic .pie-segment--active{filter:none;transform:none}.stats-charts--classic .piechart-legend-item,.stats-charts--classic .piechart-legend-item--active{background:transparent;border:none;box-shadow:none;transform:none;padding:4px 0}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr;gap:18px}.velocimeter-card,.piechart-card,.barchart-card{grid-column:1 / -1}.search-panel{grid-template-columns:1fr;max-width:100%}}@media(max-width:900px){.homepage{padding:20px;gap:20px}.dashboard-switch{width:100%}.stat-card-icon{width:48px;height:48px}.stat-card-icon svg{width:24px;height:24px}.speedometer-svg{max-width:280px}.piechart-container{flex-direction:column;gap:20px;align-items:center;min-height:0}.piechart-svg{max-width:260px}.piechart-legend{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px;max-height:none;overflow:visible;padding-right:0}.piechart-legend-item{flex:0 1 auto;min-width:120px}}@media(max-width:768px){.homepage{padding:0;gap:16px}.dashboard-switch{width:auto;max-width:100%;flex-wrap:wrap;justify-content:center}.dashboard-switch__tab{font-size:.75rem;padding:5px 12px}.stat-card{padding:20px}.stat-card-header{margin-bottom:16px;gap:12px}.stat-card-title{font-size:.95rem}.speedometer-percentage{font-size:2rem}.speedometer-label{font-size:.8rem}.piechart-svg{max-width:220px}.date-range-picker{width:calc(100vw - 32px);left:50%;transform:translate(-50%);padding:12px;max-width:360px}.date-range-picker__months{grid-template-columns:1fr;gap:10px}.date-range-picker__month-header{font-size:.8rem}.date-range-picker__grid{font-size:.75rem}.date-range-picker__weekday{font-size:.55rem}.date-range-picker__day{padding:5px 0;font-size:.7rem}.date-range-picker__foot{margin-top:10px}.search-panel{padding:16px;gap:12px;grid-template-columns:1fr}.search-panel__label{font-size:.8rem}.search-panel__input,.search-panel__select{height:38px;font-size:.9rem}.date-range-input{font-size:.85rem;padding:.6rem .75rem}}@media(max-width:480px){.homepage{padding:0;gap:14px}.stat-card{padding:16px;border-radius:12px}.stat-card-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:14px}.stat-card-icon{width:42px;height:42px;border-radius:12px}.stat-card-icon svg{width:20px;height:20px}.stat-card-title{font-size:.9rem}.speedometer-svg{max-width:240px}.speedometer-percentage{font-size:1.75rem}.speedometer-label{font-size:.75rem}.piechart-svg{max-width:180px}.piechart-legend{gap:6px}.piechart-legend-item{padding:6px 10px;min-width:100px}.piechart-legend-label{font-size:.75rem}.piechart-legend-value{font-size:.65rem}.dashboard-switch{padding:3px;gap:3px}.dashboard-switch__tab{font-size:.7rem;padding:5px 10px}.search-panel{padding:12px;border-radius:12px;gap:10px}.search-panel__label{font-size:.75rem}.search-panel__input,.search-panel__select{height:36px;font-size:.85rem;padding:0 10px}.search-panel__button{width:100%;height:40px}.date-range-input{font-size:.8rem;padding:.55rem .65rem}.date-range-input__clear{width:24px;height:24px;font-size:1rem}.date-range-picker{width:calc(100vw - 24px);padding:10px;max-width:300px}.date-range-picker__nav{margin-bottom:8px}.date-range-picker__nav button{padding:4px 8px;font-size:.75rem}.date-range-picker__month-header{font-size:.75rem;margin-bottom:2px}.date-range-picker__weekday{font-size:.5rem;padding:2px 0}.date-range-picker__day{padding:4px 0;font-size:.65rem}.date-range-picker__day:after{inset:2px 0}.date-range-picker__foot{margin-top:8px}.date-range-picker__foot .btn{font-size:.75rem;padding:4px 10px}}.stats-summary__section--blocked{position:relative;isolation:isolate}.stats-summary__section--blocked>:not(.stats-summary__blocked-overlay){opacity:.25;filter:saturate(.15) blur(.6px);pointer-events:none}.stats-summary__blocked-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;pointer-events:none;background:#0000000d}.stats-summary__blocked-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border-radius:999px;border:1px solid color-mix(in srgb,var(--brand-secondary, #0e5f4c) 30%,transparent);background:color-mix(in srgb,var(--brand-secondary, #0e5f4c) 12%,var(--surface-card));color:color-mix(in srgb,var(--brand-secondary, #0e5f4c) 85%,var(--neutral-700));font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;box-shadow:0 4px 12px color-mix(in srgb,var(--brand-secondary, #0e5f4c) 15%,transparent);opacity:.9}.stats-summary__blocked-pill svg{width:16px;height:16px;fill:currentColor;opacity:.8}.stats-results__stack .stats-speedometers-row{--stats-paired-height: 600px}.stats-results__stack .stats-speedometers-row .stats-speedometers-stack,.stats-results__stack .stats-speedometers-row .piechart-card{height:var(--stats-paired-height)}.stats-results__stack .stats-speedometers-row .piechart-card{display:flex;flex-direction:column}.stats-results__stack .stats-speedometers-row .piechart-card .piechart-wrapper{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.stats-results__stack .stats-speedometers-row .piechart-card .piechart-container{flex:1 1 auto;min-height:0}@media(min-width:1441px){.stats-results__stack .stats-speedometers-row{--stats-paired-height: 640px;grid-template-columns:minmax(0,var(--stats-speedometers-col, 6fr)) minmax(0,var(--stats-pie-col, 4fr));gap:24px}.stats-results__stack .stats-speedometers-row .piechart-card .piechart-container{flex-direction:row;gap:16px;align-items:flex-start}.stats-results__stack .stats-speedometers-row .speedometer-svg{max-width:230px}.stats-results__stack .stats-speedometers-row .piechart-svg{width:min(45%,320px);max-width:320px}.stats-results__stack .stats-speedometers-row .piechart-legend{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto}}@media(min-width:1024px)and (max-width:1440px){.stats-results__stack .stats-speedometers-row{--stats-paired-height: 600px}.stats-results__stack .stats-speedometers-row .piechart-card .piechart-container{flex-direction:row;gap:12px;align-items:flex-start}.stats-results__stack .stats-speedometers-row .speedometer-svg{max-width:220px}.stats-results__stack .stats-speedometers-row .piechart-svg{width:min(44%,280px);max-width:280px}.stats-results__stack .stats-speedometers-row .piechart-legend{grid-template-columns:1fr;max-height:none}}@media(min-width:769px)and (max-width:1023px){.stats-results__stack .stats-speedometers-row{--stats-paired-height: auto;grid-template-columns:1fr;gap:16px}.stats-results__stack .stats-speedometers-row .stats-speedometers-stack,.stats-results__stack .stats-speedometers-row .piechart-card{height:auto}.stats-results__stack .stats-speedometers-row .piechart-card .piechart-container{flex-direction:column;gap:12px}.stats-results__stack .stats-speedometers-row .piechart-svg{width:min(100%,300px);max-width:300px;align-self:center}.stats-results__stack .stats-speedometers-row .piechart-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible}}@media(max-width:768px){.stats-results__stack .stats-speedometers-row{--stats-paired-height: auto;grid-template-columns:1fr;gap:14px}.stats-results__stack .stats-speedometers-row .stats-speedometers-stack,.stats-results__stack .stats-speedometers-row .piechart-card{height:auto}.stats-results__stack .stats-speedometers-row .stats-speedometers-stack{gap:14px}.stats-results__stack .stats-speedometers-row .speedometer-svg{max-width:220px}.stats-results__stack .stats-speedometers-row .piechart-card .piechart-container{flex-direction:column;gap:10px}.stats-results__stack .stats-speedometers-row .piechart-svg{width:min(100%,260px);max-width:260px;align-self:center}.stats-results__stack .stats-speedometers-row .piechart-legend{display:grid;grid-template-columns:1fr;max-height:none;overflow:visible}}.stats-results__stack .stats-speedometers-row .piechart-container.is-few .piechart-svg{width:min(48%,340px);max-width:340px}.stats-results__stack .stats-speedometers-row .piechart-container.is-medium .piechart-svg{width:min(44%,300px);max-width:300px}.stats-results__stack .stats-speedometers-row .piechart-container.is-many .piechart-svg{width:min(38%,260px);max-width:260px}.stats-results__stack .stats-speedometers-row .piechart-legend.is-few{overflow:visible;max-height:none}.stats-results__stack .stats-speedometers-row .piechart-legend.is-many{overflow-y:auto;max-height:none}.stats-results__stack .stats-speedometers-row .piechart-legend.is-many .piechart-legend-item{padding:6px 8px}@media(min-width:769px)and (max-width:1023px){.stats-results__stack .stats-speedometers-row .piechart-container.is-few .piechart-svg{width:min(100%,320px);max-width:320px}.stats-results__stack .stats-speedometers-row .piechart-container.is-medium .piechart-svg{width:min(100%,290px);max-width:290px}.stats-results__stack .stats-speedometers-row .piechart-container.is-many .piechart-svg{width:min(100%,250px);max-width:250px}.stats-results__stack .stats-speedometers-row .piechart-legend.is-few{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-results__stack .stats-speedometers-row .piechart-legend.is-many{grid-template-columns:1fr}}@media(max-width:768px){.stats-results__stack .stats-speedometers-row .piechart-container.is-few .piechart-svg{width:min(100%,280px);max-width:280px}.stats-results__stack .stats-speedometers-row .piechart-container.is-medium .piechart-svg{width:min(100%,250px);max-width:250px}.stats-results__stack .stats-speedometers-row .piechart-container.is-many .piechart-svg{width:min(100%,220px);max-width:220px}.stats-results__stack .stats-speedometers-row .piechart-legend.is-many .piechart-legend-item{padding:8px 10px}}.barchart-wrapper{display:flex;flex-direction:column;align-items:center;gap:1px;position:relative;z-index:100;padding:8px;overflow:visible}.barchart-container{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,180px);align-items:center;justify-items:center;gap:1px;width:100%;position:relative;z-index:100}.barchart-layout--weekly,.barchart-layout--monthly{grid-template-columns:1fr;align-items:center;justify-items:center}.barchart-layout--day{grid-template-columns:1fr minmax(200px,280px);align-items:start;justify-items:stretch;gap:24px}.stats-charts .barchart-container{min-height:440px}.stats-charts .barchart-layout--day .barchart-container,.stat-card--white.barchart-layout--day .barchart-container{min-height:450px}.stat-card--white .barchart-container{background:linear-gradient(145deg,color-mix(in srgb,var(--brand-primary) 6%,transparent),color-mix(in srgb,var(--brand-accent) 8%,transparent),color-mix(in srgb,var(--brand-primary) 4%,transparent)),#ffffffd9;border-radius:24px;padding:12px;border:1px solid color-mix(in srgb,var(--brand-primary) 20%,transparent);box-shadow:0 24px 48px #027b5c1f,0 8px 16px #027b5c0f,inset 0 1px #fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:visible}.stats-charts--classic .barchart-container{background:var(--surface-card);border:1px solid var(--border-soft-tone);box-shadow:none;border-radius:12px;padding:16px}.stat-card--white .barchart-container:before,.stat-card--white .barchart-container:after{content:"";position:absolute;width:80px;height:80px;border:2px solid color-mix(in srgb,var(--brand-primary) 15%,transparent);pointer-events:none}.stat-card--white .barchart-container:before{top:12px;left:12px;border-right:none;border-bottom:none;border-radius:12px 0 0}.stat-card--white .barchart-container:after{bottom:12px;right:12px;border-left:none;border-top:none;border-radius:0 0 12px}.barchart-svg{width:100%;max-width:none;height:auto;overflow:visible;justify-self:center;display:block;margin:0 auto;position:relative;z-index:100}.stats-charts .barchart-svg{height:460px}.stat-card--white .barchart-svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.04))}.barchart-bg-pattern{opacity:.5}.stats-charts--classic .barchart-bg-pattern,.stats-charts--classic .barchart-bar-glow,.stats-charts--classic .barchart-bar-gloss,.stats-charts--classic .barchart-shimmer,.stats-charts--classic .barchart-tooltip{display:none}.barchart-grid-group{transition:opacity .3s ease}.barchart-gridline{stroke-dasharray:none;transition:opacity .3s ease}.stats-charts--classic .barchart-gridline{stroke:#0000002e}.barchart-axis-label{font-size:9px;font-weight:600;fill:var(--neutral-700);letter-spacing:.3px;font-family:inherit}.stats-charts--classic .barchart-axis-label{fill:var(--text-secondary);font-weight:500}.barchart-bar-track{fill:color-mix(in srgb,var(--brand-primary) 6%,var(--neutral-100));transition:fill .3s ease}.stats-charts--classic .barchart-bar-track{fill:#027b5c14}.barchart-bar-group:hover .barchart-bar-track{fill:color-mix(in srgb,var(--brand-primary) 12%,var(--neutral-100))}.barchart-bar{transition:all .4s cubic-bezier(.34,1.56,.64,1);transform-origin:bottom center;transform-box:fill-box;animation:barchartFillUp .9s cubic-bezier(.34,1.56,.64,1) both}.stats-charts--classic .barchart-bar{fill:#0f5a45!important;filter:none!important}.barchart-bar--active{filter:brightness(1.05)}.barchart-bar--peak{filter:brightness(1.1) saturate(1.1)}.barchart-bar-glow{opacity:.25;filter:blur(8px);pointer-events:none;transform-origin:bottom center;transform-box:fill-box;animation:barchartFillUp .9s cubic-bezier(.34,1.56,.64,1) both}.barchart-bar-gloss{opacity:.8;pointer-events:none;transform-origin:bottom center;transform-box:fill-box;animation:barchartFillUp .9s cubic-bezier(.34,1.56,.64,1) both}.barchart-shimmer{pointer-events:none;animation:shimmerPulse 2s ease-in-out infinite}@keyframes shimmerPulse{0%,to{opacity:.3}50%{opacity:.7}}@keyframes barchartFillUp{0%{transform:translateY(0) scaleY(0)}to{transform:translateY(0) scaleY(1)}}.barchart-tooltip{animation:tooltipFadeIn .3s ease forwards}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.barchart-tooltip-line{animation:dashFlow 1s linear infinite}@keyframes dashFlow{to{stroke-dashoffset:-12}}.barchart-tooltip-bg{fill:var(--surface-card);stroke:var(--brand-primary);stroke-width:1.5;filter:drop-shadow(0 8px 16px rgba(2,123,92,.2));animation:tooltipBgPop .3s ease-out}@keyframes tooltipBgPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.barchart-tooltip-arrow{fill:var(--surface-card);stroke:var(--brand-primary);stroke-width:1.5}.barchart-tooltip-value{font-size:14px;font-weight:800;fill:var(--brand-primary);font-family:inherit;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.barchart-tooltip-percent{font-size:10px;font-weight:600;fill:var(--neutral-700);font-family:inherit}.barchart-day-label{font-size:10px;font-weight:700;fill:var(--neutral-700);text-transform:uppercase;letter-spacing:.8px;pointer-events:none;font-family:inherit;transition:all .3s ease}.stats-charts--classic .barchart-day-label,.stats-charts--classic .barchart-day-value{fill:var(--text-secondary);font-weight:500;text-transform:none}.barchart-day-label--active{fill:var(--brand-primary);font-size:11px}.stat-card--white .barchart-day-label{fill:var(--neutral-700)}.barchart-day-value{font-size:9px;font-weight:700;fill:var(--neutral-muted);font-family:inherit;transition:all .3s ease;font-variant-numeric:tabular-nums;opacity:.6}.barchart-day-value--active{fill:var(--brand-primary);opacity:1!important;font-size:10px}.barchart-bar-group{transition:transform .3s ease}.barchart-bar-group--active{transform:translateY(-4px)}.barchart-layout--day .barchart-bar-group--active{transform:none}@media(max-width:768px){.barchart-svg{max-width:100%}.stat-card--white .barchart-container{padding:18px;border-radius:18px}.stat-card--white .barchart-container:before,.stat-card--white .barchart-container:after{width:40px;height:40px}.barchart-layout--day .barchart-chart-area{justify-content:flex-start;padding-bottom:18px;gap:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.barchart-layout--day .barchart-chart-area svg{scroll-snap-align:start}.barchart-layout--day{grid-template-columns:1fr;grid-template-rows:auto auto}.barchart-layout--day .barchart-legend{grid-column:1;grid-row:2;flex-direction:row;flex-wrap:wrap;max-height:none;position:static}.barchart-layout--day .barchart-legend-item{width:auto}}.barchart-wrapper:before{content:"";position:absolute;top:50%;left:50%;width:60%;height:60%;transform:translate(-50%,-50%);background:radial-gradient(ellipse,color-mix(in srgb,var(--brand-primary) 8%,transparent),transparent 70%);pointer-events:none;opacity:0;transition:opacity .5s ease}.barchart-wrapper:hover:before{opacity:1}.barchart-chart-area{width:100%;padding-bottom:16px;overflow-y:visible;display:flex;justify-content:center;align-items:center}.barchart-layout--day .barchart-chart-area{width:100%;height:auto;overflow-x:visible;overflow-y:auto;display:flex;align-items:flex-start;justify-content:flex-start;padding:6px 0 2px}.stat-card--white .barchart-container.barchart-layout--day{overflow:visible}.barchart-layout--day .barchart-container{position:relative;z-index:1;align-content:start}.barchart-layout--weekly .barchart-chart-area,.barchart-layout--monthly .barchart-chart-area{min-height:460px}.barchart-layout--day .barchart-chart-area::-webkit-scrollbar{height:8px}.barchart-layout--day .barchart-chart-area::-webkit-scrollbar-thumb{background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary));border-radius:999px}.barchart-layout--day .barchart-chart-area::-webkit-scrollbar-track{background:color-mix(in srgb,var(--brand-primary) 8%,transparent);border:1px solid color-mix(in srgb,var(--brand-primary) 12%,transparent);border-radius:999px}.barchart-layout--day .barchart-chart-area,.barchart-layout--day .barchart-chart-area svg{position:relative;z-index:4}.barchart-legend{position:relative;z-index:5}.barchart-legend.is-highlighted{outline:2px solid color-mix(in srgb,var(--brand-primary) 42%,transparent);outline-offset:2px;border-color:color-mix(in srgb,var(--brand-primary) 48%,transparent);box-shadow:0 8px 24px #027b5c2e}.barchart-layout--day .barchart-svg{height:auto;min-height:350px;width:100%}.barchart-legend{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:1px;align-items:center;justify-content:center;margin-top:0}.barchart-layout--day .barchart-legend{grid-column:2;grid-row:1;margin-top:0;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;padding:16px;background:color-mix(in srgb,var(--surface-card) 95%,var(--brand-primary) 5%);border:1px solid color-mix(in srgb,var(--brand-primary) 15%,transparent);border-radius:16px;max-height:500px;overflow-y:auto;position:sticky;top:16px}.barchart-legend-floating{position:fixed;left:50%;transform:translate(-50%);z-index:1000;background:var(--surface-card);border:1px solid var(--border-soft-tone);border-radius:12px;padding:16px;box-shadow:0 8px 32px #00000026;opacity:0;pointer-events:none;transition:opacity .3s ease,top .2s ease,left .2s ease,right .2s ease,bottom .2s ease;width:min(92vw,420px);max-height:min(82vh,calc(100vh - 24px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));overflow-y:auto;overscroll-behavior:contain;align-content:flex-start;scrollbar-gutter:stable both-edges}.barchart-layout--day .barchart-legend-floating{display:none}.barchart-legend-floating.is-highlighted{border-color:color-mix(in srgb,var(--brand-primary) 62%,transparent);box-shadow:0 12px 30px #027b5c3d}.barchart-legend-floating.is-visible{opacity:1;pointer-events:auto}.barchart-legend-item{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:999px;border:1px solid transparent;background:color-mix(in srgb,var(--surface-card) 88%,var(--surface-muted-tone));font-size:.78rem;letter-spacing:.4px;color:var(--text-primary);transition:border .25s ease,transform .25s ease,box-shadow .25s ease,background .25s ease;cursor:pointer}.barchart-layout--day .barchart-legend-item{width:100%;justify-content:space-between;padding:10px 14px;border-radius:10px}.barchart-legend-item.is-active{border-color:var(--brand-primary);box-shadow:0 8px 24px #027b5c2e;transform:translateY(-2px);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card))}.barchart-layout--day .barchart-legend-item.is-active{transform:translate(4px)}.barchart-legend-color{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.1);flex-shrink:0;box-shadow:0 1px 3px #0000001a}.barchart-legend-label{font-weight:600;text-transform:uppercase}.barchart-legend-value{font-size:.75rem;color:var(--text-secondary);margin-left:4px}.barchart-bar-segment{transition:all .35s ease}.barchart-layout--day .barchart-bar-segment{stroke:none;stroke-width:0}.barchart-bar-segment--dimmed{opacity:.35}.barchart-bar-segment--active{filter:drop-shadow(0 6px 16px rgba(0,0,0,.25));opacity:1!important;transform:translateY(-2px)}.barchart-layout--day .barchart-day-label-horizontal{font-size:12px;font-weight:700;fill:var(--neutral-800);letter-spacing:.3px;transition:fill .3s ease}.barchart-layout--day .barchart-bar-group:hover .barchart-day-label-horizontal{fill:var(--brand-primary)}.barchart-day-value-horizontal{font-size:11px;font-weight:700;fill:var(--neutral-700);font-family:inherit;transition:all .3s ease;font-variant-numeric:tabular-nums}.barchart-bar-group:hover .barchart-day-value-horizontal{fill:var(--brand-primary);font-size:12px;font-weight:800}.barchart-layout--day .barchart-bar-track-horizontal{fill:color-mix(in srgb,var(--brand-primary) 8%,var(--neutral-100));transition:fill .3s ease;rx:8}.barchart-layout--day .barchart-bar-group:hover .barchart-bar-track-horizontal{fill:color-mix(in srgb,var(--brand-primary) 14%,var(--neutral-100))}.barchart-layout--day .barchart-tooltip-horizontal{pointer-events:none}.barchart-layout--day .barchart-tooltip-bg-horizontal{fill:var(--surface-card);stroke:var(--brand-primary);stroke-width:2;filter:drop-shadow(0 8px 20px rgba(2,123,92,.25));rx:12}.barchart-layout--day .barchart-tooltip-value-horizontal{font-size:15px;font-weight:800;fill:var(--brand-primary);font-family:inherit;font-variant-numeric:tabular-nums;letter-spacing:-.3px}.barchart-layout--day .barchart-tooltip-label-horizontal{font-size:10px;font-weight:600;fill:var(--neutral-600);font-family:inherit;text-transform:uppercase;letter-spacing:.5px}.barchart-day-nav{margin-left:auto;display:flex;align-items:center;gap:.35rem}.barchart-day-nav__label{font-size:.95rem;font-weight:600;color:var(--text-primary)}.barchart-day-nav__button{width:32px;height:32px;border-radius:999px;border:1px solid var(--border-soft-tone);background:color-mix(in srgb,var(--surface-card) 90%,var(--brand-primary) 10%);color:var(--text-primary);font-size:1rem;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,border-color .2s ease,color .2s ease}.barchart-day-nav__button:not(:disabled):hover{border-color:var(--brand-primary);color:var(--brand-primary);transform:translateY(-1px)}.barchart-day-nav__button:disabled{opacity:.4;cursor:not-allowed}.select-dropdown{position:relative;width:100%;box-sizing:border-box;z-index:1}.select-dropdown.is-open{z-index:9999}.select-dropdown--inline{width:auto;display:inline-flex;min-width:160px}.select-dropdown.is-disabled{opacity:.6;pointer-events:none}.select-dropdown__trigger{width:100%;box-sizing:border-box;border-radius:16px;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);padding:12px 12px 12px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:15px;font-weight:600;color:var(--primary-600);background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%);cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.select-dropdown__trigger.is-placeholder .select-dropdown__label{color:color-mix(in srgb,var(--neutral-muted) 40%,transparent 60%);font-weight:400;opacity:.72}.select-dropdown__trigger.is-open{border-color:var(--primary-400);box-shadow:var(--shadow-md);background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%)}.select-dropdown__label{text-align:left;flex:1}.select-dropdown__icon{display:grid;place-items:center;color:var(--primary-500)}.select-dropdown__icon svg{width:18px;height:18px}.select-dropdown__menu{position:absolute;left:0;right:0;width:100%;box-sizing:border-box;top:calc(100% + 8px);border-radius:18px;border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:var(--shadow-lg);padding:8px;display:none;flex-direction:column;gap:4px;z-index:10000;max-height:280px;overflow-y:auto}.select-dropdown.is-open .select-dropdown__menu{z-index:10000}.select-dropdown__trigger{position:relative;z-index:1}.select-dropdown.is-open .select-dropdown__trigger{z-index:9998}.select-dropdown__menu.is-open{display:flex}.select-dropdown__search{list-style:none;padding-bottom:4px;border-bottom:1px solid var(--border-soft-tone);margin-bottom:4px;position:sticky;top:0;background:var(--surface-card);z-index:1}.select-dropdown__search-input{width:100%;border-radius:12px;border:1px solid var(--border-soft-tone);padding:8px 12px;font-size:14px}.select-dropdown__empty{list-style:none;padding:8px 12px;font-size:.9rem;color:var(--neutral-muted)}.select-dropdown__option{list-style:none}.select-dropdown__option-button{width:100%;border:none;border-radius:12px;padding:10px 12px;text-align:left;font-size:14px;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .2s ease,color .2s ease}.select-dropdown__option-button.is-active,.select-dropdown__option-button:hover{background:color-mix(in srgb,var(--brand-primary) 14%,transparent 86%);color:var(--primary-600)}.select-dropdown__option-button:disabled{opacity:.4;cursor:not-allowed;color:var(--neutral-muted);background:transparent}.select-dropdown__option-button:disabled:hover{background:transparent;color:var(--neutral-muted)}.select-dropdown__pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:8px;border-top:1px solid var(--border-soft-tone);list-style:none}.select-dropdown__pagination button{border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);border-radius:8px;padding:4px 8px;font-size:14px;cursor:pointer}.select-dropdown__pagination button:disabled{opacity:.5;cursor:not-allowed}.select-dropdown__pagination span{flex:1;text-align:center;font-size:13px;color:var(--neutral-muted)}.select-dropdown__native{position:absolute;inset:0;width:0;height:0;opacity:0;pointer-events:none}.remetente-option{display:inline-flex;align-items:center;gap:8px;color:inherit}.remetente-option__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.remetente-option__icon svg{width:16px;height:16px}.welcome-page{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:calc(100% + (var(--page-horizontal-gutter) * 2));margin-inline:calc(var(--page-horizontal-gutter) * -1);margin-top:calc(var(--page-vertical-gutter) * -1);min-height:calc(100dvh - 72px)}.welcome-page__content{position:relative;z-index:1;text-align:center;max-width:900px;width:100%;padding:60px 40px;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.welcome-page__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-card));border:1px solid color-mix(in srgb,var(--brand-primary) 20%,transparent);color:var(--brand-primary);font-size:.875rem;font-weight:600;letter-spacing:.02em;margin-bottom:32px;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .1s backwards}.welcome-page__badge svg{width:16px;height:16px;animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.welcome-page__title{font-size:4rem;font-weight:800;color:var(--neutral-900);margin:0 0 24px;line-height:1.1;letter-spacing:-.02em;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .2s backwards}.welcome-page__username{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.welcome-page__subtitle{font-size:1.375rem;color:var(--neutral-600);font-weight:400;line-height:1.6;max-width:600px;margin:0 auto 56px;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .3s backwards}.welcome-page__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:0;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .4s backwards}.welcome-page__btn{border:none;border-radius:14px;padding:18px 36px;font-size:1.0625rem;font-weight:600;letter-spacing:-.01em;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.welcome-page__btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent,color-mix(in srgb,white 20%,transparent));opacity:0;transition:opacity .3s ease}.welcome-page__btn:hover:before{opacity:1}.welcome-page__btn svg{width:20px;height:20px;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.welcome-page__btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px color-mix(in srgb,var(--brand-primary) 25%,transparent)}.welcome-page__btn:hover svg{transform:scale(1.1)}.welcome-page__btn:active{transform:translateY(-1px)}.welcome-page__btn--primary{background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:#fff;box-shadow:0 10px 30px color-mix(in srgb,var(--brand-primary) 30%,transparent)}.welcome-page__btn--secondary{background:var(--surface-card);color:var(--neutral-900);border:1.5px solid color-mix(in srgb,var(--brand-primary) 20%,var(--border-soft-tone));box-shadow:0 4px 12px color-mix(in srgb,var(--neutral-900) 8%,transparent)}.welcome-page__btn--secondary:hover{background:color-mix(in srgb,var(--brand-primary) 5%,var(--surface-card));border-color:color-mix(in srgb,var(--brand-primary) 40%,var(--border-soft-tone))}.welcome-page__btn--tertiary{background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));color:var(--brand-primary);border:1.5px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);box-shadow:0 4px 12px color-mix(in srgb,var(--brand-primary) 10%,transparent)}.welcome-page__btn--tertiary:hover{background:color-mix(in srgb,var(--brand-primary) 15%,var(--surface-card));border-color:color-mix(in srgb,var(--brand-primary) 40%,transparent)}.welcome-page__features{display:flex;gap:48px;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) .5s backwards}.welcome-page__feature{display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--neutral-700);font-size:.9375rem;font-weight:500}.welcome-page__feature-icon{width:56px;height:56px;border-radius:16px;background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));border:1px solid color-mix(in srgb,var(--brand-primary) 15%,transparent);display:grid;place-items:center;color:var(--brand-primary);transition:all .3s cubic-bezier(.4,0,.2,1)}.welcome-page__feature:hover .welcome-page__feature-icon{transform:translateY(-4px);background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));box-shadow:0 12px 24px color-mix(in srgb,var(--brand-primary) 20%,transparent)}@media(max-width:768px){.welcome-page__content{padding:40px 24px}.welcome-page__badge{font-size:.8125rem;padding:8px 16px;margin-bottom:24px}.welcome-page__title{font-size:2.75rem}.welcome-page__subtitle{font-size:1.125rem;margin-bottom:40px}.welcome-page__actions{flex-direction:column;gap:12px;margin-bottom:48px}.welcome-page__btn{width:100%;max-width:360px;padding:16px 32px;font-size:1rem}.welcome-page__features{gap:32px}.welcome-page__feature-icon{width:48px;height:48px}}@media(max-width:480px){.welcome-page__content{padding:32px 20px}.welcome-page__title{font-size:2rem}.welcome-page__subtitle{font-size:1rem}.welcome-page__btn{padding:14px 28px;font-size:.9375rem}.welcome-page__features{gap:24px}.welcome-page__feature{font-size:.875rem}.welcome-page__feature-icon{width:44px;height:44px}}.channel-picker__overlay{position:fixed;inset:0;background:#0f0f0fa6;display:flex;align-items:center;justify-content:center;padding:20px;z-index:120}.channel-picker{width:min(780px,100%);background:var(--surface-card, #fff);border-radius:18px;padding:22px;box-shadow:var(--shadow-xl, 0 40px 50px rgba(0, 0, 0, .2));border:1px solid var(--border-soft-tone, #e0e3eb);display:flex;flex-direction:column;gap:18px}.channel-picker__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.channel-picker__header h2{margin:2px 0 0;font-size:24px;color:var(--primary-700, #10493f)}.channel-picker__header button{border:none;background:transparent;font-size:26px;cursor:pointer;color:var(--text-secondary, #5e6474)}.channel-picker__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin:0;color:var(--text-secondary, #5e6474)}.channel-picker__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.channel-picker__loading-hint{margin:0;padding:10px 12px;border-radius:10px;border:1px solid color-mix(in srgb,var(--brand-primary, #11b789) 24%,transparent);background:color-mix(in srgb,var(--brand-primary, #11b789) 8%,var(--surface-card, #fff));color:var(--primary-700, #10493f);font-size:.9rem;font-weight:600}.channel-card{border:1px solid var(--border-soft-tone, #e0e3eb);background:color-mix(in srgb,var(--brand-primary, #11b789) 4%,var(--neutral-0, #fff));border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:8px;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.channel-card strong{font-size:16px;color:var(--primary-700, #10493f)}.channel-card small{color:var(--text-secondary, #5e6474)}.channel-card__actions{margin-top:auto}.channel-card__learn{border:none;background:transparent;color:var(--brand-primary, #11b789);font-weight:600;font-size:13px;padding:0;cursor:pointer;text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:color-mix(in srgb,currentColor 40%,transparent)}.channel-card__learn:hover,.channel-card__learn:focus-visible{text-decoration-color:currentColor}.channel-card__icon{width:36px;height:36px;border-radius:12px;background:color-mix(in srgb,var(--brand-secondary, #0e5f4c) 65%,var(--neutral-0, #fff));display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:var(--color-white, #fff)}.channel-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .12));border-color:color-mix(in srgb,var(--brand-primary, #11b789) 30%,transparent)}.channel-picker__footer{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;border-top:1px solid var(--border-soft-tone, #e0e3eb);padding-top:12px}.channel-picker__supporting p{margin:0 0 8px;font-weight:700;color:var(--primary-600, #147a5b)}.channel-picker__supporting ul{margin:0;padding-left:18px;color:var(--text-secondary, #5e6474)}.channel-picker__time{font-size:13px;color:var(--text-secondary, #5e6474)}.channel-card--locked{opacity:.65;cursor:not-allowed;position:relative}.channel-card__badge{align-self:flex-start;padding:2px 10px;border-radius:999px;background:color-mix(in srgb,var(--brand-secondary, #0e5f4c) 18%,transparent);color:var(--brand-secondary, #0e5f4c);font-size:11px;text-transform:uppercase;letter-spacing:.1em}.channel-card__status{font-size:12px;font-weight:600;color:var(--brand-secondary, #0e5f4c);letter-spacing:.08em}.login-card{width:min(480px,100%);padding:40px 44px;border-radius:var(--border-radius-xl);background:color-mix(in srgb,var(--surface-card) 86%,transparent);border:1px solid color-mix(in srgb,var(--brand-primary) 12%,transparent);box-shadow:0 30px 70px #0f172a1f;display:flex;flex-direction:column;gap:28px;position:relative;z-index:1;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.login-card:before{content:"";position:absolute;inset:-12px;border-radius:inherit;background:radial-gradient(circle at 20% 20%,rgba(15,23,42,.12),transparent 60%),radial-gradient(circle at 80% 60%,rgba(15,23,42,.08),transparent 55%);filter:blur(22px);opacity:.75;z-index:-1;animation:login-card-glow 14s ease-in-out infinite;pointer-events:none}.login-card__brand{display:grid;place-items:center}.login-card__brand img{width:140px;height:auto;object-fit:contain}.login-language__button{border:none;background:#027b5c14;color:#0f7a63;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.login-language__button:hover{background:#027b5c29;transform:translateY(-1px)}.login-language__button svg{width:20px;height:20px;fill:currentColor}.login-page{--login-blob-1: color-mix(in srgb, var(--brand-primary) 35%, transparent);--login-blob-2: color-mix(in srgb, var(--brand-secondary) 30%, transparent);--login-blob-3: color-mix(in srgb, var(--brand-accent) 45%, transparent);position:relative;width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:0 16px;background:radial-gradient(1200px 700px at 10% 10%,color-mix(in srgb,var(--brand-primary) 8%,transparent),transparent 65%),radial-gradient(900px 600px at 90% 0%,color-mix(in srgb,var(--brand-secondary) 7%,transparent),transparent 70%),linear-gradient(140deg,var(--neutral-0),var(--surface-muted-tone));overflow:hidden;isolation:isolate}body.login-bg{background:linear-gradient(140deg,var(--neutral-0),var(--surface-muted-tone))}body.login-bg #root{background:transparent;min-height:100vh}body.login-bg .app-footer{background:transparent}body.login-bg .app-footer__divider{background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--brand-primary) 18%,transparent),transparent)}.twofa-channel-picker__overlay{z-index:1100}.channel-picker__description{margin-top:6px;color:var(--text-secondary);font-size:.95rem}.login-page__bg{position:fixed;inset:0;z-index:0;pointer-events:auto;background:radial-gradient(1200px 700px at 10% 10%,color-mix(in srgb,var(--brand-primary) 12%,transparent),transparent 65%),radial-gradient(900px 600px at 90% 0%,color-mix(in srgb,var(--brand-secondary) 10%,transparent),transparent 70%),linear-gradient(140deg,var(--neutral-0),var(--surface-muted-tone));background-size:200% 200%;animation:login-bg-shift 14s ease-in-out infinite,login-bg-pan 10s ease-in-out infinite;will-change:transform,background-position;overflow:hidden}.login-page__particles{position:absolute;inset:0;width:100%;height:100%}.login-page__particles>canvas{width:100%!important;height:100%!important}.login-page__bg:before{content:"";position:absolute;inset:-20%;background:radial-gradient(600px 420px at 20% 80%,color-mix(in srgb,var(--brand-accent) 18%,transparent),transparent 70%),radial-gradient(700px 480px at 80% 20%,color-mix(in srgb,var(--brand-primary) 14%,transparent),transparent 72%);opacity:.7;filter:blur(12px);animation:login-bg-drift 9s ease-in-out infinite;will-change:transform}.login-page__blob{position:absolute;border-radius:999px;filter:blur(24px);opacity:.55;animation:login-blob-float 18s ease-in-out infinite;will-change:transform}.login-page__blob--one{width:clamp(240px,36vw,420px);height:clamp(240px,36vw,420px);background:radial-gradient(circle at 30% 30%,var(--login-blob-1) 0%,transparent 78%,transparent 100%);top:-8%;left:-6%;animation-duration:18s;animation-delay:-4s}.login-page__blob--two{width:clamp(220px,32vw,360px);height:clamp(220px,32vw,360px);background:radial-gradient(circle at 70% 30%,var(--login-blob-2) 0%,transparent 80%,transparent 100%);top:10%;right:-10%;animation-duration:20s;animation-delay:-8s}.login-page__blob--three{width:clamp(260px,40vw,480px);height:clamp(260px,40vw,480px);background:radial-gradient(circle at 40% 60%,var(--login-blob-3) 0%,transparent 82%,transparent 100%);bottom:-18%;left:20%;animation-duration:22s;animation-delay:-12s}.login-page__language{position:fixed;top:24px;right:24px;z-index:20}.login-language__menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:14px;box-shadow:0 18px 32px #0f172a29;padding:8px;display:grid;gap:6px;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:10}.login-language__menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.login-language__item{border:none;background:transparent;padding:8px 12px 8px 28px;text-align:left;font-size:13px;font-weight:600;color:#1f5d52;border-radius:10px;cursor:pointer;position:relative}.login-language__item:hover,.login-language__item.is-active{background:#027b5c1f}.login-language__item.is-active:before{content:"";position:absolute;left:10px;top:50%;width:8px;height:8px;border-radius:999px;background:#027b5c;transform:translateY(-50%)}.login-form{display:flex;flex-direction:column;gap:18px}.login-form__field{display:flex;flex-direction:column;gap:10px;font-size:14px;font-weight:600;color:var(--text-secondary);transition:max-height .3s ease,opacity .2s ease,transform .2s ease,margin .3s ease;max-height:140px}.login-form__field input{width:100%;border-radius:16px;border:1px solid rgba(2,123,92,.2);padding:14px 16px;font-size:15px;color:var(--text-primary);background:#027b5c14;transition:border .2s ease,box-shadow .2s ease;user-select:text;-webkit-user-select:text;-webkit-appearance:none;appearance:none;touch-action:manipulation}.login-form__field input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 4px #0f172a1f}.login-form__password{position:relative;display:flex;align-items:stretch}.login-form__field--hidden{max-height:0;opacity:0;transform:translateY(-6px);margin:0;pointer-events:none;overflow:hidden}.login-form__password input{border-top-right-radius:0;border-bottom-right-radius:0}.login-form__password button{border:none;background:#027b5c1f;color:var(--primary-500);padding:0 16px;font-weight:600;cursor:pointer;border-radius:0 16px 16px 0;transition:background .2s ease}.login-form__password button:hover{background:#027b5c33}.login-form__field-error{margin-top:6px;font-size:13px;font-weight:600;color:#d93025}.login-form__error{margin:0;font-size:13px;font-weight:600;color:var(--status-alert-strong)}.login-form__error--button{color:#d93025;display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600}.login-form__actions{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.login-form__actions--with-errors,.login-form__actions--left{justify-content:flex-start}.login-form__actions--right{justify-content:flex-end;width:100%}.login-link{all:unset;font-size:13px;font-weight:500;color:#027b5ca6;cursor:pointer;transition:color .2s ease}.login-link:hover{color:var(--primary-500)}.login-link:disabled,.login-link--disabled{color:#027b5c59;cursor:not-allowed;pointer-events:none}.login-submit{border:none;background:linear-gradient(120deg,var(--primary-500),var(--primary-400));color:var(--color-white);font-weight:700;font-size:16px;padding:14px;border-radius:18px;cursor:pointer;box-shadow:none;transition:transform .2s ease;width:100%;-webkit-appearance:none;appearance:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.login-submit:hover{transform:translateY(-1px);box-shadow:none}.login-submit:disabled{background:linear-gradient(120deg,#027b5c59,#027b5c33);box-shadow:none;cursor:not-allowed;transform:none}.login-submit--loading{display:inline-flex;align-items:center;justify-content:center;gap:8px}.login-submit__spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:login-submit-spin .8s linear infinite}@keyframes login-submit-spin{to{transform:rotate(360deg)}}.login-card__footer{display:flex;flex-direction:column;gap:8px;align-items:flex-start;font-size:13px;color:var(--text-secondary)}.login-card__footer button{all:unset;font-weight:600;color:var(--primary-500);cursor:pointer}.login-card__footer p{margin:0}.login-toast{position:fixed;top:24px;right:24px;display:inline-flex;align-items:center;gap:12px;padding:14px 18px;border-radius:14px;color:var(--color-white);font-size:14px;font-weight:600;box-shadow:var(--shadow-lg);background:#c41200eb;pointer-events:auto;animation:login-toast-in .24s ease,login-toast-fade .3s ease 3.7s forwards;z-index:50}.login-toast--error{background:#c41200eb}.login-toast--success{background:#0a8658eb}.login-toast__close{appearance:none;border:none;background:transparent;color:inherit;font-size:18px;font-weight:700;cursor:pointer;line-height:1;padding:0}.login-toast__close:hover{opacity:.7}.profile-terms-modal__content h1,.profile-terms-modal__content h2,.profile-terms-modal__content h3,.profile-terms-modal__content h4,.profile-terms-modal__content h5,.profile-terms-modal__content h6{color:var(--brand-primary);margin:18px 0 10px}@keyframes login-toast-in{0%{transform:translateY(-12px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes login-toast-fade{to{opacity:0;transform:translateY(-12px)}}@keyframes login-blob-float{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(40px,-48px,0) scale(1.08)}to{transform:translateZ(0) scale(1)}}@keyframes login-bg-shift{0%{background-position:0% 0%}50%{background-position:100% 80%}to{background-position:0% 0%}}@keyframes login-bg-drift{0%{transform:translateZ(0)}50%{transform:translate3d(70px,-40px,0)}to{transform:translateZ(0)}}@keyframes login-bg-pan{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-20px,12px,0) scale(1.02)}to{transform:translateZ(0) scale(1)}}@keyframes login-card-glow{0%{transform:translateZ(0);opacity:.65}50%{transform:translate3d(10px,-8px,0);opacity:.85}to{transform:translateZ(0);opacity:.65}}@media(prefers-reduced-motion:reduce){.login-page__blob,.login-page__bg{animation:none}.login-page__bg:before{animation:none}.login-card:before{animation:none}}@media(max-width:520px){.login-card{padding:32px 28px;border-radius:28px}.login-form__field input,.login-submit{font-size:16px}}.login-2fa__inputs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:8px;margin-bottom:8px}.login-card__brand{position:relative;display:flex;justify-content:center}.login-2fa__brand-back{position:absolute;left:8px;top:50%;transform:translateY(-50%);padding:0}.login-card__logo{display:block}.login-2fa__input{width:48px;height:48px;text-align:center;font-size:2rem;border-radius:8px;border:1px solid rgba(2,123,92,.2);background:#027b5c14;transition:border .2s,box-shadow .2s}.login-2fa__input:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 4px #0f172a1f}@media(max-width:520px){.login-2fa__input{width:36px;height:36px;font-size:1.3rem}}.abrir-conta-layout{min-height:100vh;background:#eef6f3;padding:64px 0 56px;display:flex;flex-direction:column;align-items:center;gap:32px}.abrir-conta-shell{width:min(960px,100%);margin:0 20px;background:#fff;border-radius:22px;box-shadow:0 18px 40px #0000001a;overflow:visible;color:#1f5d52}.abrir-conta-topbar{position:fixed;top:0;left:0;right:0;z-index:5;width:100%;align-self:stretch;min-height:64px;padding:0 28px;border-bottom:1px solid rgba(31,93,82,.12);box-shadow:none;background:#fff}.abrir-conta-topbar .topbar__logo img{height:28px}.register-page{margin:0;padding:28px 40px 40px;background:transparent;border-radius:0;box-shadow:none;color:inherit;display:flex;flex-direction:column;gap:24px}.register-page__header h1{margin:0;font-size:1.75rem;font-weight:700}.register-form__grid{display:grid;grid-template-columns:1fr;gap:32px}.register-form__column{display:flex;flex-direction:column}.register-form__field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.abrir-conta-extra{max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;transition:max-height .4s ease,opacity .3s ease,transform .3s ease}.abrir-conta-extra.is-visible{max-height:520px;opacity:1;transform:translateY(0);overflow:visible}.register-form__field span{font-weight:600;font-size:.95rem}.register-form__field input,.register-form__field select{border-radius:12px;border:1px solid rgba(31,93,82,.25);padding:12px 14px;font-size:.95rem;width:100%;background:#027b5c0d;transition:border .2s ease,box-shadow .2s ease}.register-form__field input:focus,.register-form__field select:focus{outline:none;border-color:#027b5c;box-shadow:0 0 0 3px #027b5c1a}.register-form__hint{font-size:.75rem;color:#1f5d52b3}.register-form__hint--success{color:#027b5c;font-weight:600}.register-form__hint--error{color:#c92a2a;font-weight:600}.register-form__error{margin:0;font-size:.85rem;font-weight:600;color:#c92a2a}.register-form__actions{margin-top:4px}.register-form__submit{border:none;background:linear-gradient(120deg,#027b5c,#41a698);color:#fff;font-weight:700;font-size:1rem;padding:12px 28px;border-radius:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.register-form__submit:hover{transform:translateY(-1px);box-shadow:0 18px 36px #027b5c47}.register-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:.9rem}.register-footer button{all:unset;cursor:pointer;color:#027b5c;font-weight:600}@media(max-width:720px){.abrir-conta-layout{padding:32px 16px 40px}.register-page{padding:24px}}@media(min-width:900px){.register-form__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}}.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}}.country-picker-page{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;width:100%;padding:20px}.country-picker__sidebar{display:flex;flex-direction:column;gap:16px}.country-picker__input{width:100%}.country-picker__title{margin:0;font-size:1.3rem;color:var(--brand-primary)}.country-picker__hint{color:var(--neutral-muted);margin:0}.country-picker__sidebar,.country-picker__map-card,.selection-panel__form{background:var(--surface-card);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-card)}.country-picker__list{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:6px;background:var(--surface-card);flex:1;overflow:auto;min-height:300px}.country-picker__dropdown-item-text{flex:1;text-align:left}.country-picker__option{border:none;background:transparent;width:100%;text-align:left;font:inherit;padding:10px 12px;border-radius:var(--border-radius-sm);cursor:pointer;display:flex;justify-content:space-between;gap:12px;font-size:.95rem;color:var(--neutral-ink)}.country-picker__option--active{background:var(--brand-primary);color:var(--color-white)}.country-picker__empty{padding:1rem;color:var(--neutral-muted);font-size:.9rem}.country-picker__map-pane{display:flex;flex-direction:column;gap:16px}.country-picker__map-card{display:flex;gap:16px;min-height:540px;padding:16px}.country-picker__map-wrapper{flex:1;display:flex;flex-direction:column;gap:12px}.country-picker__map{flex:1;min-height:480px;border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);overflow:hidden}.country-picker__status{font-size:.9rem;color:var(--neutral-muted)}.country-picker__top-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:12px;justify-content:space-between}.country-picker__dropdown-select{display:flex;flex-direction:column;gap:4px;font-size:.9rem;color:var(--neutral-ink)}.country-picker__dropdown{width:220px;max-width:100%}.country-picker__next-btn{white-space:nowrap}.selection-panel{flex:0 0 0;max-width:0;opacity:0;transform:translate(16px);transition:opacity .18s ease,transform .18s ease;display:flex;flex-direction:column;gap:16px}.selection-panel.is-visible{flex:0 0 320px;max-width:360px;opacity:1;transform:translate(0)}.selection-panel__form fieldset{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:1rem;margin:0;display:flex;flex-direction:column;gap:.5rem}.selection-panel__checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer}.selection-panel__checkbox input{cursor:pointer}.selection-panel__quantity-value{font-weight:600;color:var(--brand-primary)}.selection-panel__quantity{display:flex;gap:12px;flex-direction:column}.selection-panel__quantity input[type=range]{width:100%;height:10px;border-radius:999px;appearance:none;background-color:var(--surface-muted-tone)}.selection-panel__quantity input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.selection-panel__quantity input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.selection-panel__numeric-input{width:120px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);font-weight:600;text-align:center}.selection-panel__numeric-input:focus{outline:2px solid var(--primary-400);outline-offset:2px}.selection-panel__numeric-input::-webkit-outer-spin-button,.selection-panel__numeric-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.selection-panel__numeric-input[type=number]{appearance:textfield;-moz-appearance:textfield}.selection-panel__stepper{display:inline-flex;align-items:center;gap:8px}.selection-panel textarea{min-height:80px}.selection-panel__actions{display:flex;justify-content:flex-end;gap:12px}.leaflet-container,.leaflet-pane,.leaflet-map-pane{background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card))!important}.leaflet-control-attribution{display:none}@media(max-width:1024px){.country-picker-page{grid-template-columns:1fr}.country-picker__map-card{flex-direction:column;min-height:auto;height:auto}.country-picker__map-wrapper{flex:none}.country-picker__map{min-height:300px;flex:none}.selection-panel{max-width:none;transform:translateY(12px);flex:none;height:0;overflow:hidden;padding:0;margin:0;gap:0}.selection-panel.is-visible{flex:none;max-width:none;height:auto;overflow:visible;padding:revert;gap:16px}}@media(max-width:640px){.country-picker-page{padding:0 12px}.country-picker__top-actions{flex-direction:column;align-items:stretch}.country-picker__dropdown-select,.country-picker__select-wrapper,.country-picker__select{width:100%}}.profile-page{display:flex;flex-direction:column;gap:24px;width:100%}.profile-page__lead{margin-top:8px;color:var(--neutral-muted);max-width:640px}.profile-page__title-row{display:inline-flex;align-items:center;gap:10px}.profile-page__actions{justify-content:flex-end}.profile-page__actions-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.profile-page__actions-container{border:1px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);border-radius:16px;padding:10px 14px;background:color-mix(in srgb,var(--brand-primary) 4%,var(--surface-card));display:flex;flex-direction:column;gap:8px;align-items:center}.profile-page__actions-label{margin:0;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary);opacity:.85}.profile__tutorial-banner{border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);border-radius:var(--border-radius-md);padding:12px 16px;background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));display:grid;gap:4px}.profile__tutorial-banner strong{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary)}.profile__tutorial-banner p{margin:0;color:var(--neutral-muted)}.profile-page__selector{margin-top:12px;display:flex;flex-direction:column;gap:6px;max-width:320px}.profile-selector__dropdown{width:100%}.profile-selector__dropdown .select-dropdown__trigger{border-radius:var(--border-radius-md);border-color:var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900)}.profile-selector__dropdown .select-dropdown__trigger.is-open{box-shadow:var(--shadow-md)}.profile-selector__dropdown .select-dropdown__menu{box-shadow:var(--shadow-lg)}.profile-selector__field{display:flex;flex-direction:column;gap:6px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted)}.profile-selector__hint{font-size:.85rem;color:var(--neutral-muted)}.profile-selector__error{font-size:.85rem;color:var(--color-danger)}.profile-overview{display:grid;gap:24px}.profile-card{display:flex;flex-direction:column;gap:24px}.profile-card--combined{border-top:4px solid var(--brand-primary)}.profile-card--edit{border-style:dashed;border-color:color-mix(in srgb,var(--brand-primary) 40%,transparent);background:color-mix(in srgb,var(--brand-primary) 4%,var(--surface-card))}.profile-card__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.profile-card__header-right{display:inline-flex;align-items:center;gap:12px}.profile-status{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding:6px 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 18%,transparent);color:var(--brand-primary)}.profile-status--review{border:1px solid var(--brand-warning);background:color-mix(in srgb,var(--brand-warning) 12%,transparent);color:var(--brand-warning);display:inline-flex;align-items:center;gap:6px}.profile-status--review-icon{font-size:.9rem;line-height:1}.profile-edit-btn{border:none;background:transparent;color:var(--neutral-muted);cursor:pointer;padding:8px;border-radius:var(--border-radius-sm)}.profile-edit-btn:hover{background:color-mix(in srgb,var(--brand-primary) 10%,transparent)}.profile-card__header h2{margin:0}.profile-card__header p{margin:4px 0 0;color:var(--neutral-muted)}.profile-card__body{display:flex;flex-direction:column;gap:24px}.profile-card__footer{border-top:1px solid var(--border-soft-tone);padding-top:16px;display:flex;justify-content:flex-end}.profile-actions-row{display:flex;gap:12px;flex-wrap:wrap}.profile-block{display:flex;flex-direction:column;gap:16px}.profile-block__header h3{margin:0}.profile-block__header p{margin:4px 0 0;color:var(--neutral-muted)}.profile-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.profile-detail-grid--compact{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.profile-contact-card .profile-detail-grid--compact{grid-template-columns:minmax(0,1.4fr) minmax(0,.6fr)}.profile-detail{display:flex;flex-direction:column;gap:6px}.profile-detail--full{grid-column:1 / -1}.profile-detail--support{position:relative}.profile-detail__disclaimer{margin:4px 0 0;font-size:.75rem;color:var(--neutral-muted);opacity:0;transition:opacity .2s ease;pointer-events:none}.profile-detail--support:hover .profile-detail__disclaimer,.profile-detail--support:focus-within .profile-detail__disclaimer{opacity:1;pointer-events:auto}.profile-detail__disclaimer-link{background:none;border:none;padding:0;font:inherit;color:var(--brand-primary);font-weight:600;text-decoration:underline;cursor:pointer}.profile-detail__disclaimer-link:hover,.profile-detail__disclaimer-link:focus-visible{text-decoration:none}.profile-detail--with-clear{position:relative}.profile-detail__input-with-clear{display:flex;align-items:stretch;gap:4px}.profile-detail__input-with-clear .input{flex:1}.profile-detail__clear{border:1px solid var(--border-soft-tone);background:var(--surface-card);border-radius:var(--border-radius-sm);padding:0 8px;font-size:1.1rem;line-height:1;cursor:pointer}.profile-detail__clear:hover,.profile-detail__clear:focus-visible{border-color:var(--brand-primary);color:var(--brand-primary)}.profile-detail__label{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted)}.profile-detail__value{margin:0;font-weight:600}.profile-detail__value--link{color:var(--brand-primary)}.profile-input--inline{background:color-mix(in srgb,var(--surface-card) 90%,var(--brand-primary) 5%)}.profile-contacts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.profile-contacts-grid--cards{gap:20px}.profile-contact-card{border:1px solid color-mix(in srgb,var(--brand-primary) 20%,transparent);border-radius:var(--border-radius-lg);padding:18px;display:flex;flex-direction:column;gap:12px}.profile-contact-card legend{font-weight:600;margin:0}.profile-contact-card.is-edit{border-style:dashed}.profile-block--security .profile-security-callout{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:color-mix(in srgb,var(--brand-primary) 8%,transparent)}.profile-toggle-row{display:flex;align-items:center;gap:12px}.profile-toggle{position:relative;display:inline-flex;align-items:center;cursor:pointer}.profile-toggle input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.profile-toggle span[aria-hidden=true]{width:46px;height:26px;border-radius:999px;background:#0f7a6340;position:relative;transition:background .2s ease;box-shadow:inset 0 0 0 1px #027b5c40}.profile-toggle span[aria-hidden=true]:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 3px 10px #0a504133;transition:transform .2s ease}.profile-toggle input:checked+span[aria-hidden=true]{background:#0f7a63;box-shadow:inset 0 0 0 1px #027b5c80}.profile-toggle input:checked+span[aria-hidden=true]:after{transform:translate(20px)}.profile-toggle input:focus-visible+span[aria-hidden=true]{outline:2px solid rgba(2,123,92,.45);outline-offset:3px}.profile-security-form{margin-top:18px;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:16px;background:var(--surface-card);display:flex;flex-direction:column;gap:14px}.profile-security-form h4{margin:0;font-size:1rem;color:var(--primary-600)}.profile-security-form__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.profile-security-form__field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;color:var(--text-secondary)}.profile-security-form__field input{border-radius:12px;border:1px solid var(--border-soft-tone);padding:10px 12px;font:inherit;background:var(--surface-muted-tone);color:var(--text-primary)}.profile-security-form__error{margin:0;color:var(--status-danger-strong);font-weight:600;font-size:.85rem}.profile-security-form__actions{display:flex;justify-content:flex-end}.profile-billing-row{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}.profile-billing-label{font-weight:600;color:var(--neutral-muted)}.profile-terms{display:flex;flex-direction:column;gap:12px}.profile-terms-row{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}.profile-terms-label{font-weight:600}.profile-terms-link,.profile-terms-value{font-weight:600;color:var(--brand-primary)}button.profile-terms-link{background:none;border:none;padding:0;font:inherit;cursor:pointer}.profile-terms-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.profile-terms-date{display:grid;gap:2px;font-size:.75rem;line-height:1.5;color:var(--neutral-muted);text-transform:uppercase;letter-spacing:.05em}.profile-terms-date-label{font-size:.65rem;letter-spacing:.08em}.profile-terms-date-value{font-weight:600;color:var(--text-primary);letter-spacing:.02em}.profile-terms-meta{border-top:1px solid var(--border-soft-tone);padding-top:12px;display:grid;gap:8px;font-size:.85rem}.profile-terms-meta__item{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;align-items:center}.profile-terms-meta__label{font-size:.8rem;color:var(--neutral-muted);letter-spacing:.04em;text-transform:uppercase}.profile-terms-meta__value{font-weight:600;color:var(--text-primary)}.profile-terms-meta__value code{font-size:.85rem;font-family:var(--font-family-mono, "IBM Plex Mono", "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace);background:var(--surface-muted-tone);padding:2px 6px;border-radius:4px;display:inline-flex;gap:2px}.profile-terms-modal__content{color:#000;line-height:1.6;font-size:.95rem;max-height:65vh;overflow-y:auto}.profile-terms-modal__content h1,.profile-terms-modal__content h2,.profile-terms-modal__content h3,.profile-terms-modal__content h4,.profile-terms-modal__content h5,.profile-terms-modal__content h6{color:var(--brand-primary)}.profile-terms-modal__content p{color:#000;margin:0 0 12px}.profile-terms-modal__content h1,.profile-terms-modal__content h2,.profile-terms-modal__content h3,.profile-terms-modal__content h4,.profile-terms-modal__content h5,.profile-terms-modal__content h6{margin:18px 0 10px}.profile-terms-modal__content ul,.profile-terms-modal__content ol{margin:0 0 12px;padding-left:20px}.profile-terms-modal__content li{margin-bottom:6px}.profile-terms-modal__content ol li::marker{font-weight:700}.profile-terms-modal__content strong,.profile-terms-modal__content b{font-weight:600}.profile-placeholder{text-align:center;color:var(--neutral-muted)}.profile-error{border-left:4px solid var(--color-danger);padding:12px 16px;background:color-mix(in srgb,var(--color-danger) 10%,var(--surface-card));color:var(--color-danger)}.profile-modal__body{display:flex;flex-direction:column;gap:12px}.profile-modal__option{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:12px;display:flex;gap:12px;cursor:pointer}.profile-modal__option strong,.profile-modal__option span{display:block}.profile-modal__option span{margin-top:4px}.profile-modal__option.is-selected{border-color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card))}.profile-modal__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-muted)}.profile-qr-modal{text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.profile-qr-modal__image{width:min(280px,100%);height:min(280px,100%);object-fit:contain;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);padding:16px;background:var(--surface-card)}.profile-qr-modal__hint{font-size:.85rem;color:var(--neutral-muted)}.profile-loading{text-align:center;color:var(--neutral-muted)}.profile-tutorial-pulse{animation:profileTutorialPulse 1.2s ease-in-out}.profile-tutorial-highlight{animation:profileTutorialHighlight 1.2s ease-in-out}@keyframes profileTutorialPulse{0%{transform:scale(1);box-shadow:0 0 #0f7a634d}55%{transform:scale(1.01);box-shadow:0 0 0 8px #0f7a6300}to{transform:scale(1);box-shadow:0 0 #0f7a6300}}@keyframes profileTutorialHighlight{0%{box-shadow:0 0 #0f7a6347}60%{box-shadow:0 0 0 12px #0f7a6300}to{box-shadow:0 0 #0f7a6300}}@media(max-width:768px){.profile-page__actions-wrap{align-items:flex-start}.profile-page__actions{justify-content:flex-start}.profile-card__header{flex-direction:column}.profile-billing-row{grid-template-columns:1fr}.profile-actions-row .btn{flex:1}.profile-contact-card .profile-detail-grid--compact{grid-template-columns:1fr}}.settings-page{background:var(--surface-card);border-radius:var(--border-radius-xl);padding:32px;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;gap:32px}.settings-page__header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;flex-wrap:wrap}.settings-page__eyebrow{margin:0 0 6px;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-secondary);font-weight:700}.settings-page__header h1{margin:0;font-size:30px;font-weight:700;color:var(--primary-600)}.settings-page__lead{margin:8px 0 0;font-size:15px;color:var(--text-secondary);max-width:56ch}.settings-page__status{display:grid;grid-template-columns:repeat(2,auto);gap:16px 32px;margin:0}.settings-page__status dt{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#027b5cd1}.settings-page__status dd{margin:4px 0 0;font-size:15px;font-weight:600;color:var(--text-primary)}.settings-page__status-state{display:inline-flex;align-items:center;gap:8px;color:var(--primary-500)}.settings-page__status-state svg{fill:currentColor}.settings-page__status-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.settings-page__status-list li{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--text-primary)}.settings-page__status-list svg{fill:var(--primary-500)}.settings-section{padding-top:18px;border-top:1px solid rgba(2,123,92,.18);display:flex;flex-direction:column;gap:18px}.settings-buffer-card{display:flex;flex-direction:column;gap:16px}.settings-buffer-card.is-collapsed{gap:8px}.settings-buffer-card.is-collapsed .settings-buffer-controls{max-height:0;opacity:0;padding-top:0;overflow:hidden}.settings-section:first-of-type{border-top:none;padding-top:0}.settings-section h2{margin:0;font-size:20px;color:var(--primary-600)}.settings-buffer-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.settings-buffer-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;color:var(--text-secondary)}.settings-buffer-title{margin:4px 0 0;font-size:1.2rem;color:var(--text-primary)}.settings-buffer-toggle-group{display:flex;align-items:center;gap:12px;color:var(--brand-primary);font-weight:600}.settings-buffer-toggle-label{color:var(--brand-primary)}.settings-buffer-toggle{width:56px;height:30px;border-radius:999px;border:none;background:var(--border-soft-tone);position:relative;cursor:pointer;padding:0}.settings-buffer-toggle-thumb{width:24px;height:24px;border-radius:50%;background:var(--surface-card);position:absolute;top:3px;left:3px;transition:transform .2s ease;box-shadow:0 2px 8px #0003}.settings-buffer-toggle.is-active{background:var(--brand-primary)}.settings-buffer-toggle.is-active .settings-buffer-toggle-thumb{transform:translate(26px)}.settings-buffer-controls{display:flex;flex-wrap:wrap;align-items:center;gap:16px;transition:max-height .2s ease,opacity .2s ease,padding-top .2s ease}.settings-buffer-slider{flex:1 1 320px}.settings-buffer-slider input[type=range]{width:100%;height:10px;border-radius:999px;appearance:none;background-color:var(--surface-muted-tone)}.settings-buffer-slider input[type=range]:disabled{opacity:.4}.settings-buffer-slider input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--primary-500);box-shadow:var(--shadow-md);cursor:pointer}.settings-buffer-slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--primary-500);box-shadow:var(--shadow-md);cursor:pointer}.settings-buffer-values{display:inline-flex;align-items:center;gap:8px;font-weight:600;margin-top:10px}.settings-buffer-step-buttons{display:inline-flex;align-items:center;gap:8px}.settings-buffer-step-buttons .btn--icon{width:32px;height:32px;border-radius:999px;padding:0;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900)}.settings-buffer-step-buttons .btn--icon svg{width:12px;height:12px}.settings-buffer-save{min-width:140px}.settings-section__heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.settings-form{display:grid;gap:16px;align-items:end}.settings-form--inline,.settings-form--stacked{grid-template-columns:minmax(0,220px) auto;gap:10px}.settings-form--wide{grid-template-columns:minmax(0,420px) auto}.settings-field{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600;color:var(--text-secondary)}.settings-field span{color:var(--primary-600);letter-spacing:.04em;white-space:nowrap}.settings-input{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(2,123,92,.2);border-radius:999px;padding:4px 10px;background:#f5faf8e6}.settings-input input{width:100%;border:none;border-radius:999px;padding:4px;font-size:14px;font-weight:500;background:transparent;color:var(--text-primary);transition:color .2s ease}.settings-field>input{width:100%;border:1px solid rgba(2,123,92,.2);border-radius:12px;padding:10px 12px;font-size:14px;font-weight:500;background:#f5faf8f2;color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.settings-input input:focus,.settings-field>input:focus{outline:none;border-color:#027b5c80;box-shadow:0 0 0 3px #027b5c2e}.settings-field>input.is-invalid{border-color:color-mix(in srgb,var(--status-alert-strong) 74%,transparent);background:color-mix(in srgb,var(--status-alert-soft) 22%,var(--surface-card));box-shadow:0 0 0 3px color-mix(in srgb,var(--status-alert-soft) 52%,transparent)}.settings-inline-warning{grid-column:1;margin:-2px 0 0;padding:10px 12px;border-radius:12px;border:1px solid color-mix(in srgb,var(--status-alert-strong) 34%,transparent);border-left:4px solid color-mix(in srgb,var(--status-alert-strong) 68%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--status-alert-soft) 30%,var(--surface-card)),color-mix(in srgb,var(--status-alert-soft) 12%,var(--surface-card)));color:color-mix(in srgb,var(--status-alert-strong) 84%,var(--text-primary));font-size:13px;font-weight:600;line-height:1.35;display:inline-flex;align-items:flex-start;gap:10px;box-shadow:0 8px 18px color-mix(in srgb,var(--status-alert-soft) 32%,transparent);width:fit-content;max-width:min(100%,420px);justify-self:start}.settings-inline-warning__icon{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;background:color-mix(in srgb,var(--status-alert-strong) 18%,transparent);border:1px solid color-mix(in srgb,var(--status-alert-strong) 42%,transparent);color:color-mix(in srgb,var(--status-alert-strong) 88%,var(--text-primary));font-size:12px;font-weight:800;line-height:1}.settings-inline-warning__text{display:inline-block;min-width:0;white-space:nowrap}.settings-form--wide .settings-action-button{grid-column:2;grid-row:1;align-self:end;justify-self:start}.settings-input:focus-within{border-color:#027b5c80;box-shadow:0 0 0 3px #027b5c2e}.settings-input--with-unit span{position:static;font-weight:600;color:var(--primary-500)}.settings-input--stepper input{max-width:96px;text-align:center}.settings-stepper{display:inline-flex;align-items:center;gap:8px}.settings-stepper__input{width:96px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);font-weight:600;font-size:14px;text-align:center}.settings-stepper__input:focus{outline:2px solid var(--primary-400);outline-offset:2px}.settings-stepper__unit{font-weight:600;color:var(--primary-500)}.settings-stepper__input::-webkit-outer-spin-button,.settings-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.settings-stepper__input[type=number]{appearance:textfield;-moz-appearance:textfield}.settings-action-button{border:none;padding:10px 16px;border-radius:8px;background:linear-gradient(120deg,var(--primary-500),var(--primary-600));color:var(--color-white);font-size:.8rem;font-weight:600;letter-spacing:.04em;width:fit-content;min-width:0;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 12px #027b5c33;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.settings-action-button:hover{transform:translateY(-2px);box-shadow:0 24px 52px #027b5c47}.settings-action-button--secondary{background:#027b5c26;color:var(--primary-600);box-shadow:none;border:1px solid rgba(2,123,92,.25);border-radius:6px}.settings-action-button--secondary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #027b5c2e}.settings-toast{position:fixed;right:24px;bottom:24px;display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:18px;background:var(--surface-card);border-left:4px solid var(--primary-500);box-shadow:var(--shadow-lg);z-index:140;min-width:260px;max-width:min(90vw,360px)}.settings-toast--success{border-left-color:var(--status-success-strong)}.settings-toast--error{border-left-color:var(--status-danger-strong)}.settings-toast__content{display:flex;flex-direction:column;gap:2px;color:var(--text-primary);flex:1}.settings-toast__content strong{font-size:14px;color:var(--primary-600)}.settings-toast__content span{font-size:13px;color:var(--text-secondary)}.settings-toast__close{border:none;background:transparent;color:var(--text-secondary);font-size:18px;line-height:1;cursor:pointer}.settings-toggle{display:inline-flex;align-items:center;gap:14px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:600;color:var(--primary-600)}.settings-toggle input{position:absolute;opacity:0;width:0;height:0}.settings-toggle__track{width:48px;height:26px;border-radius:999px;background:#027b5c2e;display:inline-flex;align-items:center;padding-inline:3px;transition:background .2s ease}.settings-toggle__thumb{width:20px;height:20px;border-radius:50%;background:var(--color-white);box-shadow:0 4px 12px #0000001f;transform:translate(0);transition:transform .2s ease,background .2s ease}.settings-toggle input:checked+.settings-toggle__track{background:linear-gradient(120deg,var(--primary-400),var(--primary-600))}.settings-toggle input:checked+.settings-toggle__track .settings-toggle__thumb{transform:translate(22px);background:var(--color-white)}.settings-toggle input:focus-visible+.settings-toggle__track{box-shadow:0 0 0 3px #027b5c59}.settings-toggle input:checked:focus-visible+.settings-toggle__track{box-shadow:0 0 0 3px #027b5c59}.settings-toggle__label{letter-spacing:.04em}.settings-help{margin:-4px 0 0;font-size:13px;color:#027b5c99;font-style:italic}.settings-table-wrapper{border:1px solid rgba(2,123,92,.2);border-radius:18px;overflow:hidden;background:#fffffff2;box-shadow:inset 0 1px #027b5c14}.settings-table-wrapper--compact{margin-top:8px}.settings-table{width:100%;border-collapse:collapse}.settings-table th,.settings-table td{text-align:left;padding:14px 18px;border-bottom:1px solid rgba(2,123,92,.14);font-size:14px}.settings-table th{background:var(--table-header-bg);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--table-header-color)}.settings-table tbody tr:hover{background:#03956f14}.settings-table tbody tr:last-child td{border-bottom:none}.settings-table--senders td:last-child{min-width:160px}.settings-table__empty{text-align:center;padding:18px;color:var(--text-secondary);font-style:italic}.settings-status{display:inline-flex;align-items:center;gap:6px;font-weight:600;letter-spacing:.02em;color:var(--text-secondary)}.settings-status svg{fill:currentColor}.settings-status--approved{color:var(--primary-500)}.settings-status--pending{color:var(--status-gold)}.change-password-modal{position:relative;width:min(420px,90vw);padding:32px;border-radius:28px;background:var(--color-white);box-shadow:0 36px 88px #01524340;display:flex;flex-direction:column;gap:24px}.change-password-modal__close{position:absolute;top:18px;right:18px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;display:grid;place-items:center;padding:6px;border-radius:8px;transition:background .2s ease,color .2s ease}.change-password-modal__close:hover{background:#027b5c1f;color:var(--primary-600)}.change-password-modal__close svg{width:16px;height:16px;fill:currentColor}.change-password-modal__header h2{margin:0;font-size:24px;font-weight:700;color:var(--primary-600)}.change-password-modal__form{display:flex;flex-direction:column;gap:18px}.change-password-modal__field{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600;color:var(--primary-600)}.change-password-modal__field input{border:1px solid rgba(2,123,92,.2);border-radius:14px;padding:12px 14px;font-size:15px;background:#f5faf8e6;color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.change-password-modal__field input:focus{outline:none;border-color:#027b5c80;box-shadow:0 0 0 4px #027b5c1f}.change-password-modal__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.change-password-modal__error{margin:0;font-size:13px;font-weight:600;color:var(--status-alert-strong)}.change-password-modal__button{min-width:120px;border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.change-password-modal__button--confirm{border:none;background:linear-gradient(120deg,var(--primary-500),var(--primary-600));color:var(--color-white);box-shadow:0 18px 40px #027b5c42}.change-password-modal__button--confirm:hover{transform:translateY(-1px);box-shadow:0 22px 48px #027b5c47}@media(max-width:520px){.change-password-modal{padding:26px;border-radius:22px}.change-password-modal__actions{flex-direction:column-reverse;align-items:stretch}.change-password-modal__button{width:100%}}@media(max-width:900px){.settings-page{border-radius:24px;padding:24px;gap:24px}.settings-page__header h1{font-size:26px}.settings-section h2{font-size:18px}}.settings-add-button{border:none;border-radius:6px;padding:8px 16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#027b5c24;color:var(--primary-600);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.settings-add-button:hover{transform:translateY(-1px);box-shadow:0 14px 24px #027b5c29}.add-sender-modal{position:fixed;inset:0;background:#0f2c2273;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:160;padding:24px}.add-sender-modal__panel{background:var(--color-white);border-radius:18px;padding:24px;width:min(420px,100%);box-shadow:0 32px 64px #01524340;display:flex;flex-direction:column;gap:18px}.add-sender-modal__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.add-sender-modal__header h2{margin:0;font-size:20px;color:var(--primary-600)}.add-sender-modal__close{border:none;background:#027b5c1f;color:var(--primary-600);width:32px;height:32px;border-radius:50%;font-size:18px;cursor:pointer}.add-sender-modal__form{display:grid;gap:16px}.add-sender-modal__field{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text-secondary)}.add-sender-modal__field input{border:1px solid rgba(2,123,92,.2);border-radius:12px;padding:10px 12px;font-size:15px;background:#f5faf8f2}.add-sender-modal__field input:focus{outline:none;border-color:#027b5c80;box-shadow:0 0 0 4px #027b5c29}.add-sender-modal__actions{display:flex;justify-content:flex-end;gap:12px}.add-sender-modal__delivery{display:flex;flex-direction:column;gap:12px}.add-sender-modal__delivery-label{font-size:15px;font-weight:600;color:var(--primary-600);text-transform:none}.add-sender-modal__delivery-number{font-size:18px;font-weight:700;color:var(--text-primary)}.add-sender-modal__delivery-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;flex-wrap:wrap}.add-sender-modal__button{border-radius:12px;padding:10px 18px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.add-sender-modal__button--primary{border:none;background:linear-gradient(120deg,var(--primary-500),var(--primary-600));color:var(--color-white)}.add-sender-modal__error{margin:0;color:var(--status-danger-strong);font-weight:600}.settings-page__top{display:flex;flex-direction:column;gap:18px}.settings-page__top h1{margin:0;font-size:34px;font-weight:700;color:var(--primary-600)}.settings-rental-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;background:linear-gradient(120deg,#027b5c1f,#42c19a1a);border-radius:22px;padding:24px;border:1px solid rgba(2,123,92,.2)}.settings-rental-summary{margin:0;display:grid;gap:12px}.settings-rental-summary div{display:flex;flex-direction:column;gap:4px}.settings-rental-summary dt{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#027b5cb3}.settings-rental-summary dd{margin:0;font-size:18px;font-weight:700;color:var(--primary-600)}.settings-rental-fields{display:grid;gap:18px}.settings-rental-field{display:grid;gap:6px}.settings-rental-field label,.settings-rental-field span{font-size:13px;font-weight:600;color:var(--primary-600)}.settings-rental-field__controls{display:grid;grid-template-columns:minmax(0,240px) auto auto;gap:12px;align-items:center}.settings-rental-field__controls input{border:1px solid rgba(2,123,92,.25);border-radius:12px;padding:10px 12px;background:#ffffffe6;font-size:14px}.settings-rental-field__controls input:focus{outline:none;border-color:#027b5c80;box-shadow:0 0 0 3px #027b5c2e}.settings-rental-action{border:none;border-radius:12px;padding:8px 14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#027b5c29;color:var(--primary-600);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.settings-rental-action:hover{transform:translateY(-1px);box-shadow:0 10px 20px #027b5c29}.settings-toggle.settings-toggle--compact .settings-toggle__track{width:44px;height:22px}.settings-toggle.settings-toggle--compact .settings-toggle__thumb{width:18px;height:18px}.settings-toggle.settings-toggle--compact input:checked+.settings-toggle__track .settings-toggle__thumb{transform:translate(22px)}@media(max-width:720px){.settings-rental-field__controls{grid-template-columns:1fr;gap:10px}.settings-rental-action{width:100%}}.tutorials{background:transparent}.tutorials__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.tutorials__lead{margin-top:10px;max-width:560px;color:var(--neutral-muted)}.tutorials__search{margin:8px 0 18px}.tutorials__mobile-note{margin-top:8px;color:var(--neutral-muted)}.tutorials__search-bar{width:100%}.tutorials__layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:20px;align-items:stretch}.tutorials__menu{display:grid;gap:8px;align-content:start}.tutorials__menu-item{width:100%;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);background:var(--surface-card);padding:12px;text-align:left;display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;transition:border-color .14s ease,background .14s ease,transform .14s ease}.tutorials__menu-item:hover{border-color:color-mix(in srgb,var(--brand-primary) 40%,transparent);background:color-mix(in srgb,var(--brand-primary) 6%,transparent);transform:translateY(-1px)}.tutorials__menu-item.is-active{border-color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 10%,transparent)}.tutorials__menu-index{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted);font-weight:700;padding-top:2px}.tutorials__menu-text{display:grid;gap:4px}.tutorials__menu-page{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--neutral-muted)}.tutorials__menu-title{font-weight:700;color:var(--neutral-900)}.tutorials__panel{display:grid;gap:14px;align-content:start}.tutorials__panel--empty{min-height:180px;place-content:center}.tutorials__description{margin:0;color:var(--neutral-muted);max-width:70ch}.tutorials__panel-actions{display:flex;justify-content:flex-start;margin-top:4px}.tutorials__start{min-width:140px}.tutorials__no-results{border:1px dashed var(--border-soft-tone);border-radius:var(--border-radius-md);padding:16px;color:var(--neutral-muted);text-align:center}.tutorials__filters{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0 28px}.tutorials__filter{border-radius:999px;padding:10px 18px;font-weight:600}.tutorials__filter.is-active{background:var(--primary-500);color:var(--color-white);border-color:var(--primary-500)}.tutorials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.tutorials__card{display:grid;gap:16px;padding:18px}.tutorials__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tutorials__card-page{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;color:var(--neutral-muted);margin-bottom:6px}.tutorials__card-title{font-size:1.05rem;margin:0}.tutorials__card-tags{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.tutorials__tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-600);background:#027b5c14;padding:4px 10px;border-radius:999px}.tutorials__frame{position:relative;padding-top:56.25%;border-radius:16px;overflow:hidden;border:1px dashed var(--neutral-200);background:var(--surface-muted-tone);display:grid;place-items:center}.tutorials__frame-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:var(--neutral-muted);font-weight:600}@media(max-width:720px){.tutorials__header{flex-direction:column}.tutorials__layout,.tutorials__menu{grid-template-columns:1fr}.tutorials__filters{gap:10px}.tutorials__card-head{flex-direction:column;align-items:flex-start}.tutorials__card-tags{flex-direction:row;flex-wrap:wrap;align-items:center}}.agendamentos__timestamp{display:block;margin-top:24px;margin-bottom:0;font-size:1rem;font-weight:500;color:var(--neutral-muted);background:none;border-radius:6px;padding:0 8px;letter-spacing:.01em;text-align:left}.agendamentos__status-cell{display:flex;align-items:center;gap:8px}.agendamentos__status-indicator{display:inline-block;width:12px;height:12px;border-radius:50%;flex-shrink:0;-webkit-user-select:none;user-select:none}.agendamentos__status-indicator--success{background-color:#2aa672}.agendamentos__status-indicator--error{background-color:#e45745}.agendamentos{display:flex;flex-direction:column;gap:32px;width:100%;min-width:0}.agendamentos__tutorial-banner{border:1px dashed color-mix(in srgb,var(--brand-primary) 35%,transparent);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));border-radius:var(--border-radius-md);padding:12px 14px;display:grid;gap:6px}.agendamentos__tutorial-banner strong{color:var(--neutral-900);font-size:.92rem}.agendamentos__tutorial-banner p{margin:0;color:var(--neutral-muted);font-size:.9rem}.agendamentos__schedule-page{padding:28px;gap:32px;background:var(--surface-card);border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);box-shadow:0 12px 30px color-mix(in srgb,var(--brand-primary) 10%,transparent)}.agendamentos__schedule-page--birthday{position:relative;border:2px solid transparent;background:linear-gradient(var(--surface-card),var(--surface-card)) padding-box,linear-gradient(132deg,color-mix(in srgb,#ef78b3 52%,var(--brand-primary)),color-mix(in srgb,#f7afcf 50%,var(--brand-primary)) 36%,color-mix(in srgb,#ffd18b 54%,var(--brand-primary)),color-mix(in srgb,#f4a8ce 50%,var(--brand-primary))) border-box;box-shadow:0 12px 30px color-mix(in srgb,var(--brand-primary) 13%,transparent),0 0 0 2px color-mix(in srgb,#f56bb0 20%,transparent) inset;animation:birthday-page-glow 3s ease-in-out infinite}.agendamentos__schedule-page--birthday:after{content:"";position:absolute;inset:8px;border-radius:calc(var(--border-radius-lg) - 4px);pointer-events:none;opacity:.28;background-image:radial-gradient(circle at 52% 82%,rgba(255,141,196,.18) 0 64px,transparent 64px),radial-gradient(circle at 28% 64%,rgba(255,198,108,.16) 0 60px,transparent 60px)}@keyframes birthday-page-glow{0%,to{box-shadow:0 12px 30px color-mix(in srgb,var(--brand-primary) 13%,transparent),0 0 0 2px color-mix(in srgb,#f56bb0 20%,transparent) inset}50%{box-shadow:0 16px 38px color-mix(in srgb,var(--brand-primary) 18%,transparent),0 0 0 2px color-mix(in srgb,#ffb95d 24%,transparent) inset}}.agendamentos__schedule-page__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--border-soft-tone)}.agendamentos__schedule-page__title{display:inline-flex;align-items:center;gap:16px}.agendamentos__schedule-heading{margin:4px 0 0;font-size:1.5rem;color:var(--neutral-900)}.agendamentos__schedule-page__actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:12px}.agendamentos__channel-label{font-size:.85rem;font-weight:600;color:var(--neutral-muted)}.agendamentos__channel-switch{display:inline-flex;flex-wrap:wrap;gap:8px}.agendamentos__channel-switch-button{border-radius:999px;border:1px solid color-mix(in srgb,var(--brand-primary) 40%,var(--border-soft-tone));background:color-mix(in srgb,var(--surface-card) 85%,var(--brand-primary) 15%);color:var(--brand-secondary);font-weight:600;padding:6px 16px;font-size:.85rem;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.agendamentos__channel-switch-button.is-active{border-color:var(--brand-secondary);background:var(--brand-secondary);color:var(--color-white)}.agendamentos__channel-switch-button.is-locked{cursor:not-allowed;opacity:.5}.agendamentos__modal-copy{display:flex;flex-direction:column;gap:12px;color:var(--neutral-muted);font-size:.95rem}.agendamentos__modal-copy ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.agendamentos__data-wrapper{margin-top:32px;display:flex;flex-direction:column;gap:32px;min-width:0}.agendamentos__data-section{background:var(--surface-card);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg);padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 16px 40px color-mix(in srgb,var(--brand-primary) 8%,transparent);min-width:0}.agendamentos__data-section>*{width:100%}.agendamentos__future-sections{width:100%;display:flex;flex-direction:column;gap:32px;min-width:0}.agendamentos__future-section{background:var(--surface-card);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg);padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 16px 40px color-mix(in srgb,var(--brand-primary) 8%,transparent);min-width:0}.agendamentos__future-section__header{display:flex;flex-direction:column;gap:4px;color:var(--neutral-900)}.agendamentos__future-section__header .page__eyebrow{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.agendamentos__future-section__header .page__title{margin:0;font-size:1.25rem}.agendamentos__birthday-row{position:relative;color:var(--neutral-900)}.agendamentos__birthday-row>td{position:relative;background:linear-gradient(102deg,color-mix(in srgb,#f58bbe 10%,var(--surface-card)),color-mix(in srgb,#f9bedb 11%,var(--surface-card)) 36%,color-mix(in srgb,#ffd8a6 12%,var(--surface-card)) 70%,color-mix(in srgb,#f5a9cf 10%,var(--surface-card))),radial-gradient(120% 80% at 12% 16%,color-mix(in srgb,#ffd39a 18%,transparent) 0%,transparent 70%),radial-gradient(95% 72% at 86% 82%,color-mix(in srgb,#f58bbe 16%,transparent) 0%,transparent 72%);border-top:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);border-bottom:1px solid color-mix(in srgb,#ffb95d 26%,transparent);box-shadow:inset 0 1px #ffffffc7}.agendamentos__birthday-row>td:first-child{border-left:3px solid color-mix(in srgb,#ef5aa2 68%,var(--brand-primary))}.agendamentos__birthday-row>td:last-child{border-right:1px solid color-mix(in srgb,#ef5aa2 35%,transparent)}.agendamentos__fading-row{animation:agendamentos-row-fade .6s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}@keyframes agendamentos-row-fade{0%{opacity:1;transform:translate(0) scale(1);filter:blur(0px)}40%{opacity:.7;transform:translate(8px) scale(.98);filter:blur(0px)}to{opacity:0;transform:translate(20px) scale(.92);filter:blur(2px);max-height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}}.agendamentos__table-stack{display:grid;gap:20px;width:100%}.agendamentos__table-card{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}.agendamentos__table-controls{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px;gap:12px}.agendamentos__table-card-header{display:flex;align-items:center;justify-content:space-between}.agendamentos__table-card-header h3{margin:0;font-size:1rem;color:var(--neutral-900)}.agendamentos__table-card--wide{width:100%}.agendamentos .table-wrapper{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;border-radius:var(--border-radius-md);scroll-behavior:smooth;overscroll-behavior-x:contain}.agendamentos .table-wrapper .table{min-width:720px;width:100%;table-layout:auto}.agendamentos__agenda-table{width:100%;border-collapse:collapse}.agendamentos__agenda-table tbody tr{cursor:pointer;transition:background .16s ease}.agendamentos__agenda-table tbody tr:hover{background:color-mix(in srgb,var(--brand-primary) 6%,transparent)}.agendamentos__agenda-table tbody tr.table__row--interactive:hover{background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card))}.agendamentos__table-col--processed{text-align:right}.agendamentos__agenda-table th.agendamentos__table-col--actions,.agendamentos__agenda-table td.agendamentos__table-col--actions,.agendamentos__table-col--actions{text-align:center}.agendamentos__agenda-table td.agendamentos__table-col--actions .agendamentos__agenda-actions,.agendamentos__table-col--actions .agendamentos__agenda-actions{display:inline-flex;width:max-content;min-height:32px;margin:0 auto;align-items:center;justify-content:center}.agendamentos__table-col--actions .agendamentos__agenda-action--details{margin-left:0}.agendamentos__agenda-table td.agendamentos__table-col--actions{vertical-align:middle}.agendamentos__data-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.agendamentos__data-section-header>div{min-width:0}.agendamentos__data-section-note{font-size:.85rem;font-weight:600;color:var(--neutral-muted)}.agendamentos__column-header{display:inline-flex;align-items:center;gap:12px}.agendamentos__column-tooltip{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#000;color:#fff;font-size:15px;font-weight:700;font-style:italic;cursor:pointer;margin-left:8px}.agendamentos__column-tooltip .tooltip-pill__trigger{min-width:0;width:18px;height:18px;padding:0;border-radius:50%;border:none;background:#000;color:#fff;font-style:italic;font-weight:700;font-size:20px;line-height:1}.agendamentos__list-count{font-size:.875rem;font-weight:600;color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));border:1px solid color-mix(in srgb,var(--brand-primary) 20%,transparent);padding:.25rem .65rem;min-width:36px;line-height:1.3;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;height:auto;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease}.agendamentos__list-count:hover{border-color:color-mix(in srgb,var(--brand-primary) 40%,transparent);background:color-mix(in srgb,var(--brand-primary) 14%,var(--surface-card));color:var(--brand-secondary)}.agendamentos__list-count:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.agendamentos__list-count--empty{color:var(--neutral-muted);background:color-mix(in srgb,var(--neutral-300) 15%,var(--surface-card));border-color:color-mix(in srgb,var(--neutral-400) 20%,transparent);cursor:default}.agendamentos__list-count--empty:hover{background:color-mix(in srgb,var(--neutral-300) 15%,var(--surface-card));border-color:color-mix(in srgb,var(--neutral-400) 20%,transparent);color:var(--neutral-muted)}.agendamentos__column-tooltip .tooltip-pill__trigger span{font-size:20px}.agendamentos__column-tooltip .tooltip-pill__content{min-width:160px;max-width:200px;padding:.45rem .6rem;font-size:.75rem;background:#000;color:#fff;border-color:#000}.agendamentos__data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.agendamentos__data-card{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:18px;background:var(--surface-card);box-shadow:0 12px 32px color-mix(in srgb,var(--brand-primary) 6%,transparent);display:flex;flex-direction:column;gap:14px}.agendamentos__data-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.agendamentos__data-card--wide{border-style:solid;box-shadow:0 10px 32px color-mix(in srgb,var(--brand-primary) 10%,transparent)}.agendamentos__data-card-header h3{margin:0;font-size:1rem;color:var(--neutral-900)}.agendamentos__data-card-body{margin-top:12px;min-height:100px}.agendamentos__data-html{line-height:1.4;color:var(--neutral-900)}.agendamentos__data-empty,.agendamentos__data-loading,.agendamentos__data-error{color:var(--neutral-muted)}.agendamentos__data-error{color:var(--color-danger)}.agendamentos__inline-loading{display:inline-flex;width:18px;height:18px;border-radius:50%;border:3px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);border-top-color:var(--brand-primary);animation:agendamentos-inline-spin .7s linear infinite}@keyframes agendamentos-inline-spin{to{transform:rotate(360deg)}}.agendamentos__agenda-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.agendamentos__agenda-row{padding:12px 14px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-card);display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.agendamentos__agenda-row strong,.agendamentos__agenda-row span,.agendamentos__agenda-row small{color:var(--neutral-900)}.agendamentos__agenda-row.is-clickable{cursor:pointer}.agendamentos__agenda-row.is-clickable:hover{border-color:color-mix(in srgb,var(--brand-primary) 60%,transparent)}.agendamentos__agenda-row.is-clickable:focus-visible{outline:2px solid var(--border-soft-tone);outline-offset:2px}.agendamentos__agenda-row.is-clickable:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.agendamentos__agenda-title{margin:0;font-weight:600;color:var(--neutral-900)}.agendamentos__campaign-cell{display:inline-flex;align-items:center;gap:6px;flex-wrap:nowrap}.agendamentos__campaign-name--birthday{color:color-mix(in srgb,#8a3c23 58%,var(--brand-primary));font-weight:700}.agendamentos__birthday-pill{display:inline-flex;align-items:center;border-radius:999px;padding:2px 9px;font-size:.68rem;font-weight:700;line-height:1.2;letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb,#7a3f24 66%,var(--brand-primary));background:linear-gradient(90deg,color-mix(in srgb,#ffecc8 76%,var(--surface-card)),color-mix(in srgb,#ffdca8 68%,var(--surface-card)) 55%,color-mix(in srgb,#ffc89b 58%,var(--surface-card)));border:1px solid color-mix(in srgb,#f3b27d 36%,transparent)}.agendamentos__agenda-subtitle{margin:2px 0 0;font-size:.85rem;color:var(--neutral-muted)}.agendamentos__agenda-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:.85rem;color:var(--neutral-900);min-width:168px;text-align:right}.agendamentos__agenda-meta>span:first-child{font-size:.8rem;color:var(--neutral-muted)}.agendamentos__agenda-actions{display:flex;gap:10px;margin-top:0;justify-content:center;align-items:center;flex-wrap:nowrap;width:max-content;position:relative;z-index:1}.agendamentos__agenda-action{border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);border-radius:999px;background:#fff;color:var(--brand-primary);font-size:.78rem;padding:5px 12px;cursor:pointer;pointer-events:auto;transition:background .15s ease,color .15s ease,border-color .15s ease}.agendamentos__agenda-action--details{margin-left:auto;padding:0;background:#000;border:none;box-shadow:none;width:20px;height:20px;min-width:20px;min-height:20px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;font-style:italic;border-radius:50%;cursor:pointer;line-height:1;flex-shrink:0}@media(min-width:769px){.agendamentos__agenda-action--details{width:auto;min-width:auto;padding:5px 12px;border-radius:999px}}.agendamentos__agenda-action--details:focus-visible{outline:2px solid rgba(0,0,0,.3);outline-offset:2px}.agendamentos__agenda-status{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.72rem;text-transform:uppercase;padding:4px 10px;border-radius:999px;color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 18%,transparent)}.agendamentos__agenda-status[data-status=agendado]{color:var(--color-info);background:color-mix(in srgb,var(--color-info) 18%,transparent)}.agendamentos__agenda-status[data-status=executada]{color:var(--color-success);background:color-mix(in srgb,var(--color-success) 18%,transparent)}.agendamentos__agenda-status[data-status*=process]{color:var(--brand-secondary);background:color-mix(in srgb,var(--brand-secondary) 18%,transparent)}.agendamentos__progress{display:inline-flex;align-items:center;gap:8px;min-width:140px}.agendamentos__progress-shell{width:120px;height:10px;border-radius:999px;background:color-mix(in srgb,var(--neutral-200) 60%,transparent);overflow:hidden;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--neutral-400) 30%,transparent)}.agendamentos__progress-value{height:100%;width:var(--progress-final-width, 0%);border-radius:inherit;background:var(--progress-solid-color, #43a047);position:relative;overflow:hidden;box-shadow:0 10px 30px -12px #fff9;transform-origin:left center;transition:background .4s ease}.agendamentos__progress-value:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#e53935,#f9a825,#43a047);opacity:0;pointer-events:none}.agendamentos__progress-value:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.45),transparent 65%);mix-blend-mode:screen;opacity:.45;pointer-events:none}.agendamentos__progress[data-progress="0"] .agendamentos__progress-value{background:#e53935}.agendamentos__progress-label{font-size:.72rem;font-weight:700;color:var(--neutral-muted)}@keyframes agendamentos-progress{0%{width:0}to{width:var(--progress-final-width, 0%)}}@keyframes agendamentos-progress-gradient{0%{opacity:1}70%{opacity:1}to{opacity:0}}.agendamentos__modal-options{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;margin-top:20px}.agenda-details__overlay{position:fixed;inset:0;background:color-mix(in srgb,#000 55%,transparent);display:flex;align-items:center;justify-content:center;padding:24px;z-index:2100}.agenda-details__overlay--tutorial-focus{z-index:9998;background:transparent}.agenda-details__modal{width:min(640px,100%);background:var(--surface-card);border-radius:var(--border-radius-lg);padding:clamp(20px,4vw,36px);box-shadow:0 32px 80px color-mix(in srgb,var(--neutral-900) 35%,transparent);position:relative}.agenda-details__close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:24px;cursor:pointer;color:var(--neutral-muted)}.agenda-details__header h2{margin:0;color:var(--brand-primary);font-size:1.4rem;display:inline-flex;align-items:center;gap:8px}.agenda-details__subtitle{margin:4px 0 0;color:var(--neutral-muted);font-weight:600}.agenda-details__loading{margin:12px 0;color:var(--neutral-muted);font-weight:600}.agenda-details__content{margin-top:24px}.agenda-details__section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--neutral-border, #e5e7eb)}.agenda-details__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.agenda-details__field{margin-bottom:12px}.agenda-details__field:last-child{margin-bottom:0}.agenda-details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.agenda-details__time-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,auto);gap:16px;align-items:start}.agenda-details__time-stack{display:flex;flex-direction:column;gap:12px}.agenda-details__label{margin:0 0 4px;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--neutral-muted)}.agenda-details__value{margin:0;font-weight:600;color:var(--neutral-900)}.agenda-details__list-link{border:none;background:transparent;color:var(--brand-primary);cursor:pointer;font:inherit;text-decoration:underline;padding:0}.agenda-details__list-link:hover,.agenda-details__list-link:focus-visible{text-decoration:none}.agenda-details__message{margin-top:20px}.agenda-details__message h3{margin:0 0 8px;font-size:1rem;color:var(--brand-primary)}.agenda-details__message p{margin:0;color:var(--neutral-900);line-height:1.4}@media(max-width:768px){.agenda-details__time-layout{grid-template-columns:1fr}}.schedule-modal{width:min(1350px,100%);margin:0 auto}.schedule-modal__overlay{position:fixed;inset:0;background:color-mix(in srgb,#000 45%,transparent);display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,32px);z-index:1000}.schedule-modal__layout{display:flex;flex-direction:column;gap:20px;padding:clamp(24px,5vw,40px)}.schedule-modal__layout--page{padding:clamp(20px,4vw,32px)}.schedule-modal__layout--split{display:flex;flex-direction:column;gap:24px}.schedule-modal__content{display:flex;flex-direction:column;gap:24px;flex:1 1 auto;min-width:0}.schedule-modal__body{display:flex;flex-direction:column;gap:24px}.schedule-modal__form{flex:1 1 auto;display:flex;flex-direction:column;gap:20px;min-width:0;width:100%}.schedule-modal__form>.schedule-modal__card{flex:1 1 auto}.schedule-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.schedule-modal__header-main,.schedule-modal__header-title-group{display:inline-flex;align-items:center;gap:12px}.schedule-modal__title{position:relative;display:inline-block;padding-right:32px}.schedule-modal__title-hat{position:absolute;top:-35px;right:20px;width:45px;height:45px;pointer-events:none}.schedule-modal__header-actions{display:inline-flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.schedule-modal__header-label{font-weight:600;color:var(--neutral-muted)}.schedule-modal__header-template{display:flex;flex-direction:column;gap:4px;min-width:220px}.schedule-modal__header-template-inline{min-width:0;display:inline-flex;align-self:center}.schedule-modal__header-template label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-muted)}.schedule-modal__header-toggle{display:inline-flex;align-items:center;gap:8px}.schedule-modal__card{background:var(--surface-card);padding:20px;display:flex;flex-direction:column;gap:16px;transition:transform .7s ease,opacity .7s ease}.schedule-modal__body--birthday .schedule-modal__card{border-radius:var(--border-radius-md)}.schedule-modal__card--single{padding:clamp(28px,3vw,36px);gap:28px}.schedule-modal__section-group{display:flex;flex-direction:column;gap:16px}.schedule-modal__body{transition:padding .3s ease}.schedule-modal__body--transitioning .schedule-modal__card,.schedule-modal__body--transitioning .schedule-modal__grid,.schedule-modal__body--transitioning .schedule-modal__field{opacity:.35;transform:translateY(-14px) scale(.98)}.schedule-modal__grid--birthday .schedule-modal__field{transform:translateY(-2px);box-shadow:0 4px 12px #0322150d;border-color:color-mix(in srgb,var(--brand-secondary) 40%,var(--border-soft-tone))}.schedule-modal__section-title h3{margin:0;font-size:1rem;color:var(--neutral-900)}.schedule-modal__section-title p{margin:4px 0 0;font-size:.85rem}.schedule-modal__section-title--with-action{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.schedule-modal__section-title-content{min-width:0}.schedule-modal__checkbox{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--neutral-900);cursor:pointer}.schedule-modal__checkbox input{margin:0;width:16px;height:16px;accent-color:var(--color-success)}.schedule-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px 24px;transition:transform .7s ease,opacity .7s ease}.schedule-modal__grid--wide{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));transition:transform .7s ease,opacity .7s ease}.schedule-modal__field{display:flex;flex-direction:column;gap:6px;font-weight:600;color:var(--brand-secondary);transition:background .3s ease,border-color .3s ease,transform .7s ease,opacity .7s ease}.schedule-modal__field--toggle{align-self:flex-end}.schedule-modal__field--full{grid-column:1 / -1}.schedule-modal__field-row{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:24px;align-items:end}.schedule-modal__field-row>.schedule-modal__field{margin:0;flex:0 0 auto}.schedule-modal__field-row>.schedule-modal__field--toggle{align-self:end;padding-bottom:.65rem}.schedule-modal__field input,.schedule-modal__field select,.schedule-modal__field textarea{border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);padding:.65rem .85rem;font:inherit;background:var(--surface-muted-tone);color:var(--neutral-ink)}.schedule-modal__field textarea{min-height:48px;resize:vertical}.schedule-modal__description{min-height:120px}.schedule-modal__empty-field{border:1px dashed var(--border-soft-tone);border-radius:var(--border-radius-md);padding:.65rem .85rem;background:var(--surface-muted-tone);color:var(--neutral-muted);font-weight:600}.schedule-modal__template-control>*{border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);padding:.65rem .85rem;font:inherit;background:transparent;color:inherit}.schedule-modal__template-dropdown .select-dropdown__trigger{border:none;background:transparent;padding:0;box-shadow:none}.schedule-modal__toggle{border:1px solid color-mix(in srgb,var(--neutral-500) 70%,transparent);border-radius:999px;background:var(--neutral-300);width:54px;height:28px;padding:3px;cursor:pointer;display:inline-flex;align-items:center;transition:background .2s ease,box-shadow .2s ease}.schedule-modal__toggle.is-active{background:var(--brand-primary);border-color:var(--brand-primary);box-shadow:0 6px 18px color-mix(in srgb,var(--brand-primary) 35%,transparent)}.schedule-modal__toggle-thumb{width:22px;height:22px;border-radius:50%;background:var(--color-white);transform:translate(0);transition:transform .2s ease}.schedule-modal__toggle.is-active .schedule-modal__toggle-thumb{transform:translate(24px)}.schedule-modal__toggle--compact{width:42px;height:24px;padding:3px}.schedule-modal__toggle--compact .schedule-modal__toggle-thumb{width:18px;height:18px}.schedule-modal__toggle--compact.is-active .schedule-modal__toggle-thumb{transform:translate(18px)}.schedule-modal__toggle[data-accentuation-prompt=true],.schedule-modal__toggle--compact[data-accentuation-prompt=true]{animation:accentuationPrompt 1.3s ease-in-out infinite}.schedule-modal__toggle-wrapper{display:inline-flex;align-items:center;gap:.5rem}.agendamentos__birthday-info-card{margin:1rem auto 1.5rem;padding:.85rem 1rem;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-base);color:var(--neutral-900);max-width:100%;transition:opacity .35s ease,transform .35s ease;opacity:0;transform:translateY(-6px)}.agendamentos__birthday-info-card.is-visible{opacity:1;transform:translateY(0)}.agendamentos__birthday-info-card.is-fading{opacity:0;transform:translateY(-6px)}.schedule-modal__textarea-wrapper{position:relative;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);overflow:visible}.schedule-modal__textarea-wrapper--autocomplete{position:relative}.schedule-modal__textarea-highlight{position:absolute;inset:0;padding:16px;font:inherit;font-size:1rem;line-height:1.5;color:var(--neutral-ink);white-space:pre-wrap;word-break:break-word;pointer-events:none;overflow:hidden;border-radius:inherit}.schedule-modal__textarea-wrapper textarea{position:relative;z-index:1;min-height:220px;font-size:1rem;width:100%;height:100%;resize:vertical;padding:16px;background:transparent;border:none;color:var(--neutral-ink)}.schedule-modal__textarea-wrapper textarea:focus-visible{outline:none}.schedule-modal__clear{position:absolute;top:8px;right:8px;width:28px;height:28px;border:none;border-radius:50%;background:#0f172a1a;color:var(--neutral-900);font-size:18px;font-weight:600;cursor:pointer;z-index:2;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.schedule-modal__clear:hover{background:#0f172a2e;transform:translateY(-1px)}.schedule-modal__autocomplete{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:6px;background:var(--surface-card);border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);box-shadow:var(--shadow-lg);padding:6px;z-index:3}.schedule-modal__autocomplete-option{border:none;background:transparent;padding:6px 10px;text-align:left;font:inherit;font-size:.875rem;border-radius:var(--border-radius-sm);cursor:pointer;color:var(--neutral-900)}.schedule-modal__autocomplete-option.is-active,.schedule-modal__autocomplete-option:hover{background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));color:var(--brand-primary)}.schedule-modal__textarea-wrapper[data-highlight=true] textarea{color:transparent;caret-color:var(--neutral-ink)}.schedule-modal__textarea-wrapper[data-highlight=false] .schedule-modal__textarea-highlight{display:none}.schedule-modal__textarea-wrapper[data-has-content=false] .schedule-modal__textarea-highlight{color:var(--neutral-muted);font-style:italic}.schedule-modal__accentuation-flag{background:color-mix(in srgb,var(--color-warning) 35%,transparent);border-radius:3px;padding:0 1px}.schedule-modal__accentuation-char{color:inherit}.schedule-modal__accentuation-placeholder{color:var(--neutral-muted)}.schedule-modal__message-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%}.schedule-modal__message-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.schedule-modal__tags{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text-secondary);margin-top:8px}.schedule-modal__tags-grid{display:flex;flex-wrap:wrap;gap:8px 12px}.schedule-modal__tag{border:none;border-radius:999px;padding:6px 14px;background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));color:var(--brand-primary);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.schedule-modal__tag:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--brand-primary) 18%,var(--surface-card));box-shadow:var(--shadow-md)}.schedule-modal__message-stats{margin-left:auto;display:inline-flex;flex-wrap:wrap;gap:12px;text-align:right;font-weight:600;color:var(--neutral-900)}.schedule-modal__preview-button{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);border-style:dashed;padding:8px 14px;font-weight:600;background:var(--surface-card);cursor:pointer}@media(min-width:1280px){.schedule-modal__textarea-wrapper textarea{min-height:320px}}.schedule-modal__preview-wrapper{width:100%;max-width:420px;min-width:0;align-self:flex-start;position:sticky;top:20px}.schedule-modal__preview-wrapper .sms-preview-modal__overlay,.schedule-modal__preview-wrapper .sms-preview-panel,.schedule-modal__preview-wrapper .sms-preview-modal{position:static}.schedule-modal__preview-wrapper .sms-preview-modal{box-shadow:0 20px 40px color-mix(in srgb,var(--neutral-900) 12%,transparent);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg)}.schedule-modal__preview-wrapper .sms-preview-modal__overlay{background:transparent}.schedule-modal__preview-wrapper .sms-preview-modal__device{background:var(--surface-muted-tone)}.schedule-modal__preview-wrapper .sms-preview-modal__accentuation-button[data-accentuation-prompt=true]{animation:accentuationPrompt 1.3s ease-in-out infinite}.schedule-modal .sms-preview-modal__bubble--primary{color:#fff}.schedule-modal .sms-preview-modal__bubble--primary p{color:inherit}.schedule-modal .sms-preview-modal__bubble--primary .sms-preview-modal__sender{color:#ffffffd9}.schedule-modal__lists{display:flex;flex-direction:column;gap:12px;margin-top:12px}.schedule-modal__rules{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg);background:var(--surface-muted-tone)}.schedule-modal__rules-icons{display:inline-flex;gap:12px;font-size:1.4rem;color:var(--brand-secondary)}.schedule-modal__rule{display:flex;align-items:center;justify-content:space-between;gap:12px}.schedule-modal__rule-label{font-weight:600;color:var(--neutral-900)}.schedule-modal__rules-checkboxes{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px;justify-content:flex-start}.schedule-modal__checkbox{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--neutral-900)}.schedule-modal__lists-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.schedule-modal__lists-error{margin:0;font-size:.9rem;color:var(--color-danger)}.schedule-modal__lists-table{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg);overflow:hidden;background:var(--surface-card)}.schedule-modal__lists-table table{width:100%;border-collapse:collapse}.schedule-modal__lists-table th,.schedule-modal__lists-table td{padding:10px 12px;border-bottom:1px solid var(--border-soft-tone);text-align:left}.schedule-modal__lists-table thead{background:var(--table-header-bg);color:var(--table-header-color);text-transform:uppercase;letter-spacing:.08em;font-size:12px}.schedule-modal__lists-table tbody tr:nth-child(2n){background:var(--surface-muted-tone)}.schedule-modal__lists-empty{text-align:center;padding:14px;color:var(--neutral-muted)}.schedule-modal__footer{display:flex;flex-direction:column;align-items:flex-end;gap:12px;width:min(100%,max-content);margin-left:auto}.schedule-modal__footer-row{display:flex;gap:16px;flex-wrap:wrap;width:100%}.schedule-modal__footer-row--start,.schedule-modal__footer-row--end{justify-content:flex-end}@media(min-width:1024px){.schedule-modal__layout--split{flex-direction:row;align-items:flex-start}.schedule-modal__form{flex:1 1 0%;width:100%}.schedule-modal__preview-wrapper{flex:0 0 420px}.schedule-modal__body--with-preview{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(420px,.8fr);gap:48px;align-items:flex-start}}@media(max-width:768px){.schedule-modal{width:100%;margin:0 auto}.schedule-modal__layout{padding:20px;gap:16px}.schedule-modal__layout--split{gap:16px}.schedule-modal__card--single{padding:20px}.schedule-modal__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.schedule-modal__grid--wide{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.schedule-modal__message-meta{flex-direction:column;align-items:flex-start}.schedule-modal__message-stats{margin-left:0;text-align:left}.schedule-modal__preview-wrapper{position:sticky;top:0;max-width:none;width:100%;background:var(--surface-card);border-radius:var(--border-radius-lg);box-shadow:0 12px 24px color-mix(in srgb,var(--neutral-900) 8%,transparent);padding:12px}.schedule-modal__body--with-preview{display:flex;flex-direction:column}.schedule-modal__textarea-wrapper textarea{min-height:200px}.agendamentos{gap:24px;padding-top:24px;width:100%;margin:0 auto}.agendamentos__schedule-page{padding:20px}.agendamentos__schedule-page__header{flex-direction:column;align-items:flex-start}.agendamentos__schedule-page__title{width:100%;justify-content:flex-start}.agendamentos__modal-options{justify-content:stretch}.agendamentos__modal-options .btn{flex:1 1 140px}}.cost-preview-modal{display:flex;flex-direction:column;gap:.75rem}.cost-preview-modal__lead{margin:0;font-size:.95rem;color:#5b616b}.cost-preview-modal__line{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600}.cost-preview-modal__line strong{font-size:1.25rem;line-height:1}.cost-preview-modal__summary{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:.45rem;color:#444}.cost-preview-modal__details{margin:0;padding:0;display:grid;gap:.35rem}.cost-preview-modal__detail{display:flex;justify-content:space-between;gap:.5rem}.cost-preview-modal__detail dt{font-size:.85rem;text-transform:uppercase;letter-spacing:.02em;color:#777}.cost-preview-modal__detail dd{margin:0;font-size:.95rem;font-weight:600;text-align:right}.cost-preview-modal__error{margin:0;font-size:.9rem;color:#d93025}.btn-back{border:1px solid color-mix(in srgb,var(--brand-primary) 50%,transparent);border-radius:999px;padding:6px 12px;font-size:.9rem;font-weight:600;color:var(--brand-primary);background:#fff;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}@media(max-width:768px){.agendamentos{padding-inline:16px;border-radius:0;box-shadow:none;background:transparent;width:100%;margin:0 auto}.agendamentos .page__header{gap:12px}.agendamentos .btn-toolbar{width:100%;justify-content:flex-end}.agendamentos__table-card{overflow:visible}.agendamentos__table-card .table-wrapper{margin:0 -16px;padding:0 16px;width:calc(100% + 32px);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:none;touch-action:pan-x pan-y}.agendamentos__table-card .table{min-width:720px}.agendamentos__table-card .table th,.agendamentos__table-card .table td{white-space:nowrap}.agendamentos__data-grid{grid-template-columns:1fr}.agendamentos__agenda-row{flex-direction:column}.agendamentos__agenda-meta{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;min-width:unset}.agendamentos__agenda-actions{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:430px){.agendamentos{padding-inline:12px}.agendamentos__future-section{padding:16px}.agendamentos__table-controls{justify-content:flex-start}.agendamentos .btn-toolbar{justify-content:stretch}.agendamentos .btn-toolbar .btn{width:100%}}.agendamentos__fading-row{opacity:0;transition:opacity .35s ease}.emoji-keyboard{margin-top:12px;border:1px solid var(--border-subtle, #dcdfe4);border-radius:12px;background:var(--color-white, #fff);box-shadow:0 8px 24px #00000014;padding:12px;display:flex;flex-direction:column;gap:12px}.emoji-keyboard__tabs{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.emoji-keyboard__tab{border:none;background:var(--surface-muted, #f4f5f7);border-radius:999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:transform .2s ease,background .2s ease}.emoji-keyboard__tab.is-active{background:var(--brand-primary, #007f6d);color:var(--color-white, #fff)}.emoji-keyboard__tab:focus-visible{outline:2px solid var(--brand-primary, #007f6d);outline-offset:2px}.emoji-keyboard__search{flex:1;min-width:140px}.emoji-keyboard__search input{width:100%;border:1px solid var(--border-subtle, #dcdfe4);border-radius:999px;padding:8px 14px;font-size:14px}.emoji-keyboard__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:6px;max-height:200px;overflow-y:auto}.emoji-keyboard__empty{grid-column:1 / -1;text-align:center;font-size:13px;color:var(--text-secondary, #5f6c80);padding:16px 0}.emoji-keyboard__emoji{border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;padding:4px;border-radius:8px;transition:background .2s ease,transform .2s ease}.emoji-keyboard__emoji:hover,.emoji-keyboard__emoji:focus-visible{background:var(--surface-muted, #f4f5f7);transform:translateY(-1px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;overflow:hidden}.tooltip-pill{position:relative;display:inline-flex;align-items:center;line-height:1}.tooltip-pill__trigger{border:1px solid var(--border-soft-tone);border-radius:999px;padding:.25rem .75rem;background:var(--surface-card);color:var(--neutral-700);font-size:.85rem;min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.tooltip-pill__trigger:focus-visible{outline:2px solid var(--primary-500);outline-offset:2px}.tooltip-pill__trigger svg{width:1rem;height:1rem}.tooltip-pill__content{position:fixed;z-index:99999;min-width:320px;max-width:min(520px,90vw);border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);padding:.75rem;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;font-size:.85rem;transition:opacity .18s ease,transform .18s ease;white-space:normal;text-align:center;transform:scale(.95)}.tooltip-pill__content.is-visible{opacity:1;pointer-events:auto;transform:scale(1)}.tooltip-pill__content:after{content:"";position:absolute;width:0;height:0;border-style:solid}.tooltip-pill__content-title{margin:0 0 .35rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--neutral-muted)}.tooltip-pill__content-description{margin:0;font-size:.9rem;line-height:1.4;white-space:normal;word-break:break-word;text-align:center}.tooltip-pill__content--top:after{bottom:-6px;left:50%;transform:translate(-50%);border-width:6px 6px 0 6px;border-top-color:var(--surface-card);border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent}.tooltip-pill__content--bottom:after{top:-6px;left:50%;transform:translate(-50%);border-width:0 6px 6px 6px;border-bottom-color:var(--surface-card);border-top-color:transparent;border-right-color:transparent;border-left-color:transparent}.tooltip-pill__content--left:after{top:50%;right:-6px;transform:translateY(-50%);border-width:6px 0 6px 6px;border-left-color:var(--surface-card);border-right-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.tooltip-pill__content--right:after{top:50%;left:-6px;transform:translateY(-50%);border-width:6px 6px 6px 0;border-right-color:var(--surface-card);border-left-color:transparent;border-top-color:transparent;border-bottom-color:transparent}.tooltip-pill--variant-neutral .tooltip-pill__trigger{border-color:var(--border-soft-tone);background:color-mix(in srgb,var(--surface-card) 95%,transparent);color:var(--neutral-700)}.tooltip-pill--variant-accent .tooltip-pill__trigger{border-color:var(--primary-500);background:color-mix(in srgb,var(--primary-500) 12%,var(--surface-card));color:var(--primary-600)}@media(prefers-reduced-motion:reduce){.tooltip-pill__content{transition:none}}.pontual__schedule-picker{position:relative;width:100%}.pontual__schedule-popover{position:absolute;inset-inline-start:0;top:calc(100% + 4px);background:var(--surface-card);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);min-width:520px;z-index:20;box-shadow:0 20px 40px color-mix(in srgb,var(--neutral-900) 12%,transparent);display:grid;grid-template-columns:minmax(220px,280px) minmax(280px,320px);grid-auto-rows:auto;align-items:stretch}.pontual__schedule-popover-left{padding:16px;border-inline-end:1px solid var(--border-soft-tone);display:flex;flex-direction:column;gap:12px;align-items:stretch;height:100%;min-height:100%}.pontual__schedule-display{margin:0;font-weight:600;color:var(--brand-secondary)}.pontual__time-control{display:grid;grid-template-columns:auto 40px 40px;align-items:center;gap:8px}.pontual__time-value{font-size:1.5rem;font-weight:700;border:none;background:transparent;text-align:center;width:100%;outline:none;line-height:1.2;color:inherit}.schedule-modal__field .pontual__time-value{border:none;background:transparent;padding:0;box-shadow:none}.pontual__time-value:focus{outline:2px solid var(--brand-primary);outline-offset:2px;border-radius:4px}.pontual__time-buttons{display:flex;flex-direction:column;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-sm);overflow:hidden}.pontual__time-buttons button{border:none;background:transparent;padding:6px 0;cursor:pointer;color:var(--brand-secondary)}.pontual__time-actions{display:flex;flex-direction:row;gap:12px;flex-wrap:nowrap;align-items:center;justify-content:flex-start;align-self:flex-start;width:100%;max-width:100%}.pontual__time-center{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;padding-block:16px}.pontual__schedule-actions{display:flex;gap:8px;align-items:center}.pontual__schedule-popover-left .btn{width:auto;min-width:90px;font-size:.85rem;padding:6px 12px}.pontual__schedule-popover-right{padding:16px;display:flex;flex-direction:column;min-height:100%}.pontual__schedule-warning-slot{margin-top:auto;width:100%}.pontual__calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.pontual__calendar-header button{border:none;background:transparent;font-size:1.25rem;cursor:pointer;color:var(--brand-secondary)}.pontual__calendar{width:100%;border-collapse:collapse;table-layout:fixed;text-align:center;font-size:.85rem}.pontual__calendar th{color:var(--neutral-muted);font-weight:600;padding-bottom:6px}.pontual__calendar-day{width:32px;height:32px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:var(--brand-secondary)}.pontual__calendar-day.is-muted{color:var(--neutral-muted)}.pontual__calendar-day.is-selected{background:var(--brand-primary);color:#fff}.pontual__calendar-day.is-disabled{color:var(--neutral-muted);opacity:.4;cursor:not-allowed;text-decoration:line-through}.schedule-modal__birthday-cake{width:42px;height:42px;object-fit:contain;flex-shrink:0}.pontual__schedule-field{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.schedule-modal__night-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0;border:1px solid transparent;border-radius:var(--border-radius-lg)}.schedule-modal__error-message,.schedule-modal__lists-error{color:var(--color-danger);font-size:.85rem;margin:0;white-space:pre-line}.schedule-modal__night-toggle>div{flex:1;min-width:0}.schedule-modal__night-toggle span{font-size:.9rem;color:var(--neutral-muted);display:block;line-height:1.2}.schedule-modal__night-toggle.is-warning{border-color:var(--color-warning);box-shadow:0 0 16px color-mix(in srgb,var(--color-warning) 55%,transparent)}.schedule-modal__toggle.is-alert{box-shadow:0 0 16px #ffa500a6}.schedule-modal__night-toggle-warning{display:flex;align-items:flex-start;gap:8px;background:color-mix(in srgb,var(--warning-100, #fff4e5) 80%,transparent);border:1px solid color-mix(in srgb,var(--warning-500, #b35a00) 30%,transparent);border-radius:var(--border-radius-sm);padding:6px 10px;font-size:.75rem;line-height:1.3;color:var(--warning-700, #7c3f00);margin-top:10px;opacity:0;transform:translateY(6px);animation:schedule-night-warning-reveal .4s ease forwards;box-shadow:0 10px 18px color-mix(in srgb,var(--warning-100, #fff4e5) 60%,transparent)}.schedule-modal__night-toggle-warning--inline{margin-top:0;max-width:420px;width:100%}.night-toggle__lights{display:inline-flex;gap:4px;padding-top:2px}.night-toggle__light{width:8px;height:8px;border-radius:999px;background:var(--warning-500, #b35a00);animation:schedule-night-pulse 1.2s ease-in-out infinite;box-shadow:0 0 8px #ffa50099}.schedule-modal__night-warning{display:flex;align-items:center;gap:10px;background:#ffa50014;border:1px solid rgba(255,165,0,.4);border-radius:var(--border-radius-sm);padding:6px 10px;font-size:.8rem;color:var(--warning-500, #b35a00);min-height:38px}.pontual__schedule-picker .schedule-modal__night-warning{margin-top:6px}.schedule-modal__night-warning-lights{display:flex;gap:4px}.schedule-modal__night-warning-lights span{width:10px;height:10px;border-radius:999px;background:var(--warning-500, #b35a00);animation:schedule-night-pulse 1.2s ease-in-out infinite;box-shadow:0 0 8px #ffa500cc}@keyframes schedule-night-pulse{0%,to{transform:scale(.8);opacity:.4}50%{transform:scale(1.2);opacity:1}}@keyframes schedule-night-warning-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.schedule-modal__birthday-info{background:var(--surface-card);border:1px solid color-mix(in srgb,#f5a941 45%,var(--border-soft-tone));border-radius:var(--border-radius-md);padding:16px 20px;margin:16px 0;opacity:0;transform:translateY(-8px);animation:birthday-info-fade-in .5s ease forwards,birthday-info-fade-out .5s ease 39.5s forwards}.schedule-modal__birthday-info p{margin:0;padding:4px 0;font-size:.9rem;line-height:1.5;color:var(--neutral-900)}.schedule-modal__birthday-info p:first-child{font-weight:600}.schedule-modal__birthday-info--inline{margin:10px 0 0;padding:12px 14px;width:min(540px,100%)}.schedule-modal__birthday-info--persistent{opacity:1;transform:none;animation:none}@keyframes birthday-info-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes birthday-info-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.pontual{display:flex;flex-direction:column;gap:24px;width:100%}.pontual__lead{margin:8px 0 0;color:var(--neutral-muted);max-width:720px}.pontual__header{align-items:flex-end;gap:16px;flex-wrap:wrap;justify-content:space-between}.pontual__header-template{display:flex;flex-direction:column;gap:6px;min-width:220px}.pontual__header-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-muted);font-weight:600}.pontual__form{gap:24px}.pontual__content{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:32px;align-items:flex-start}.pontual__preview-wrapper{position:sticky;top:32px;width:100%;max-width:420px;min-width:0;align-self:flex-start;display:flex;justify-content:center;overflow-x:hidden}.sms-preview-panel{width:100%;box-sizing:border-box;overflow:hidden}.sms-preview-panel .sms-preview-modal{width:100%;max-width:100%;overflow-x:hidden;border-radius:var(--border-radius-lg);box-sizing:border-box}.pontual__preview-wrapper .sms-preview-modal__overlay,.pontual__preview-wrapper .sms-preview-panel,.pontual__preview-wrapper .sms-preview-modal{position:static}.pontual__preview-wrapper .sms-preview-modal{box-shadow:0 20px 40px color-mix(in srgb,var(--neutral-900) 12%,transparent);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg)}.pontual__preview-wrapper .sms-preview-modal__overlay{background:transparent}.pontual__preview-wrapper .sms-preview-modal__device{background:var(--surface-muted-tone);width:100%;box-sizing:border-box}.sms-preview-modal--inline{display:flex;flex-direction:column;align-items:center;width:100%}.sms-preview-modal--inline .sms-preview-modal__header{width:100%}.pontual__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;align-items:flex-start}.pontual__panel{display:flex;flex-direction:column;gap:16px}.pontual__panel--form{background:color-mix(in srgb,var(--surface-card) 94%,var(--brand-primary) 6%)}.pontual__label{display:flex;flex-direction:column;gap:4px;font-weight:600;color:var(--brand-secondary)}.pontual__label-note{font-size:.8rem;color:var(--neutral-muted);font-weight:500}.pontual__contacts-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.pontual__contacts-input{display:flex;flex-direction:column;gap:12px}.pontual__contacts-input.is-invalid .pontual__contacts-field{border-color:var(--color-danger);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-danger) 18%,transparent)}.pontual__contacts-pills{display:flex;flex-wrap:wrap;gap:8px}.pontual__contact-pill{display:inline-flex;align-items:center;gap:6px;background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));border:1px solid var(--border-soft-tone);border-radius:999px;padding:4px 10px;font-weight:600;font-size:.85rem}.pontual__contact-pill.is-invalid{border-color:var(--color-danger);color:var(--color-danger);background:color-mix(in srgb,var(--color-danger) 12%,var(--surface-card))}.pontual__contact-pill-remove{border:none;background:transparent;color:var(--neutral-muted);cursor:pointer;padding:0;font-weight:600}.pontual__contact-pill-remove:hover{color:var(--brand-secondary)}.pontual__contacts-field{width:min(240px,100%)}.pontual__contacts-clear{align-self:flex-start;border:none;background:transparent;color:var(--brand-secondary);font-weight:600;font-size:.85rem;cursor:pointer;padding:0}.pontual__contacts-clear:hover{color:var(--brand-primary)}.pontual__error{margin:0;color:var(--color-danger);font-size:.85rem}.pontual__hint,.pontual__help{margin:0;font-size:.85rem;color:var(--neutral-muted)}.pontual__field-group--inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.pontual__sender-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.pontual__sender-row .sender-field{flex:1 1 280px}.pontual__sender-row .sender-field__default{min-width:180px;padding:.55rem 1rem;white-space:nowrap}.pontual__field--toggle{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}.pontual__field-group--message{gap:12px}.pontual__textarea-wrapper,.pontual-template-modal__textarea-wrapper{position:relative;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);overflow:visible}.pontual__textarea-highlight,.pontual-template-modal__textarea-highlight{position:absolute;inset:0;padding:16px;font-family:inherit;font-size:1rem;line-height:1.5;letter-spacing:normal;color:var(--neutral-ink);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:keep-all;pointer-events:none;overflow:hidden;border-radius:inherit}.pontual__textarea-wrapper textarea,.pontual-template-modal__textarea-wrapper textarea{position:relative;z-index:1;width:100%;height:100%;resize:vertical;padding:16px;background:transparent;border:none;color:var(--neutral-ink);font-family:inherit;font-size:1rem;line-height:1.5;letter-spacing:normal;word-wrap:break-word;overflow-wrap:break-word;word-break:keep-all;white-space:pre-wrap}.pontual__textarea-wrapper textarea:focus-visible,.pontual-template-modal__textarea-wrapper textarea:focus-visible{outline:none}.pontual__textarea-wrapper[data-highlight=true] textarea,.pontual-template-modal__textarea-wrapper[data-highlight=true] textarea{color:transparent;caret-color:var(--neutral-ink)}.pontual__textarea-wrapper[data-highlight=false] .pontual__textarea-highlight,.pontual-template-modal__textarea-wrapper[data-highlight=false] .pontual-template-modal__textarea-highlight{display:none}.pontual__textarea-wrapper[data-has-content=false] .pontual__textarea-highlight,.pontual-template-modal__textarea-wrapper[data-has-content=false] .pontual-template-modal__textarea-highlight{color:var(--neutral-muted);font-style:italic}.pontual__accentuation-flag{background:color-mix(in srgb,var(--color-warning) 35%,transparent);border-radius:3px;padding:0 1px}.pontual__accentuation-char{color:inherit}.pontual__accentuation-placeholder{color:var(--neutral-muted)}.pontual__message-footer{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:8px 12px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone)}.pontual__toggle-caption{font-size:.8rem;font-weight:600;color:var(--neutral-muted)}.pontual__counter{font-size:.85rem;font-weight:600;color:var(--neutral-muted)}.pontual__message-footer .pontual__counter:first-of-type{margin-left:auto}.pontual__actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px;width:min(100%,max-content);margin-left:auto}.pontual__actions-row{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;width:100%}.pontual__actions-row .btn{min-width:150px}@media(max-width:767px){.pontual__actions{align-items:stretch}.pontual__actions-row{flex-direction:column;justify-content:stretch}.pontual__actions-row .btn{width:100%;min-width:auto}}@media(min-width:768px){.pontual__sender-row{flex-wrap:nowrap}}.pontual-template-modal__form{display:flex;flex-direction:column;gap:16px}.pontual-template-modal__accentuation{flex-direction:row;align-items:center;justify-content:space-between}.pontual-preview-modal .modal__body{padding:0}.sms-preview-modal__device{position:relative;width:min(300px,100%);margin:0 auto;padding:24px;background:var(--surface-muted-tone);border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);overflow:visible}.sms-preview-modal__status{display:flex;justify-content:space-between;font-weight:600;color:var(--neutral-muted);margin-bottom:12px}.sms-preview-modal__chat{display:flex;flex-direction:column;gap:16px}.sms-preview-modal__bubble-group{display:flex;flex-direction:column;gap:8px}.sms-preview-modal__bubble-label{margin:0;font-size:.85rem;color:var(--neutral-muted)}.sms-preview-modal__bubble{border-radius:var(--border-radius-lg);background:var(--surface-card);border:1px solid var(--border-soft-tone);padding:12px 16px;max-width:100%;word-break:break-word}.sms-preview-modal__sender{margin:0 0 6px;font-weight:600;color:var(--brand-secondary)}.sms-preview-modal__bubble p{margin:0;line-height:1.5;word-break:break-word}.sms-preview-modal__accentuation-hint{font-size:.85rem;color:var(--neutral-muted);display:flex;flex-wrap:wrap;gap:6px;align-items:center}.sms-preview-modal__accentuation-button{border:none;background:transparent;color:var(--brand-primary);font-weight:600;cursor:pointer}.toggle[data-accentuation-prompt=true],.sms-preview-modal__accentuation-button[data-accentuation-prompt=true]{animation:accentuationPrompt 1.3s ease-in-out infinite}@media(max-width:768px){.pontual{padding:16px;max-width:520px;width:100%;margin-inline:auto}.pontual__content{grid-template-columns:1fr;gap:16px}.pontual__grid{grid-template-columns:1fr;justify-items:end}.pontual__panel{width:100%;max-width:100%}.pontual__form{width:100%;margin:0 auto;max-width:100%}.pontual__field--toggle .toggle{margin-left:0}.pontual__field--toggle{justify-content:flex-start}.pontual__preview-wrapper{display:none}.pontual__actions{align-items:stretch}.pontual__actions .btn{flex:1}}.templates{display:flex;flex-direction:column;gap:24px}.templates__title-row{display:inline-flex;align-items:center;gap:10px}.templates__tutorial-banner{border:1px dashed color-mix(in srgb,var(--brand-primary) 35%,transparent);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));border-radius:var(--border-radius-md);padding:12px 14px;display:grid;gap:6px;max-width:760px}.templates__tutorial-banner strong{color:var(--neutral-900);font-size:.92rem}.templates__tutorial-banner p{margin:0;color:var(--neutral-muted);font-size:.9rem}@media(max-width:768px){.templates{padding-top:30px;gap:28px}}.templates__header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.templates__intro{min-width:260px}.templates__header h1{color:var(--brand-primary)}.templates__header p{color:var(--neutral-muted)}.templates__actions{display:inline-flex;gap:12px;flex-wrap:wrap}.templates__primary,.templates__ghost{border:none;border-radius:var(--border-radius-md);padding:.65rem 1.25rem;font-weight:600;cursor:pointer}.templates__primary{color:var(--color-white);background:var(--brand-primary);box-shadow:0 16px 36px color-mix(in srgb,var(--brand-primary) 30%,transparent)}.templates__ghost{background:transparent;color:var(--brand-primary);border:1px solid color-mix(in srgb,var(--brand-primary) 40%,transparent)}.templates__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.templates__search{display:inline-flex;align-items:center;gap:10px;color:var(--neutral-muted)}.templates__search input{border-radius:var(--border-radius-sm);border:1px solid var(--border-soft-tone);padding:.65rem .85rem;min-width:220px;background:var(--surface-card)}.templates-storage{position:relative;border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:var(--shadow-soft);padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;gap:20px}.templates-storage--blocked{isolation:isolate}.templates-storage--blocked>:not(.templates-storage__blocked-overlay){opacity:.35;filter:saturate(.3) blur(.4px);pointer-events:none}.templates-storage__blocked-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;pointer-events:none;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--brand-secondary, #0e5f4c) 8%,transparent) 0%,transparent 70%)}.templates-storage__blocked-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border-radius:999px;border:2px solid color-mix(in srgb,var(--brand-secondary, #0e5f4c) 45%,transparent);background:linear-gradient(135deg,color-mix(in srgb,var(--brand-secondary, #0e5f4c) 25%,var(--surface-card)),color-mix(in srgb,var(--brand-secondary, #0e5f4c) 18%,var(--surface-card)));color:var(--brand-secondary, #0e5f4c);font-size:13px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;box-shadow:0 8px 24px color-mix(in srgb,var(--brand-secondary, #0e5f4c) 25%,transparent),0 0 0 4px color-mix(in srgb,var(--brand-secondary, #0e5f4c) 8%,transparent)}.templates-storage__blocked-pill svg{width:18px;height:18px;fill:currentColor}.templates-storage__header{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.templates-storage__eyebrow{margin:0 0 4px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--neutral-muted)}.templates-storage__header h2{margin:0;font-size:clamp(22px,2.4vw,30px);color:var(--brand-primary)}.templates-storage__summary{border-radius:var(--border-radius-md);background:color-mix(in srgb,var(--brand-primary) 12%,transparent);padding:12px 16px;display:flex;flex-direction:column;align-items:flex-end;min-width:180px;font-size:.875rem;color:var(--neutral-muted)}.templates-storage__summary strong{font-size:1.25rem;color:var(--brand-primary)}.templates-storage__dropzone{display:flex;align-items:center;justify-content:center;padding:20px;border-radius:12px;border:1px dashed color-mix(in srgb,var(--brand-primary) 40%,transparent);cursor:pointer;background:color-mix(in srgb,var(--neutral-0) 96%,var(--brand-primary) 4%)}.templates-storage__dropzone--locked{opacity:.65;cursor:not-allowed}.templates-storage__dropzone input{display:none}.templates-storage__dropzone-content{display:flex;align-items:center;gap:16px;color:var(--brand-primary)}.templates-storage__icon{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;background:color-mix(in srgb,var(--brand-primary) 18%,transparent)}.templates-storage__library{border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);background:var(--surface-card);overflow:hidden;box-shadow:var(--shadow-md)}.templates-storage__list{display:flex;flex-direction:column;gap:0}.templates-storage__row{display:grid;grid-template-columns:72px 1.6fr .8fr 1fr auto;gap:16px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border-soft-tone);background:var(--surface-card)}.templates-storage__row--new{animation:storage-row-pop .7s ease-out}.templates-storage__row--head{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--table-header-color);background:var(--table-header-bg);font-weight:700;border-bottom:1px solid var(--border-soft-tone)}.templates-storage__badge{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:24px}.templates-storage__badge--image{background:color-mix(in srgb,var(--brand-primary) 14%,transparent)}.templates-storage__badge--pdf{background:color-mix(in srgb,var(--status-warning-soft) 45%,transparent)}.templates-storage__badge--audio{background:color-mix(in srgb,var(--primary-200) 40%,transparent)}.templates-storage__badge--video{background:color-mix(in srgb,var(--primary-400) 35%,transparent)}.templates-storage__badge--other{background:color-mix(in srgb,var(--neutral-400) 25%,transparent)}.templates-storage__details{display:flex;flex-direction:column;gap:2px;font-size:.8125rem;color:var(--neutral-muted)}.templates-storage__details strong{font-size:.9375rem;color:var(--brand-primary)}.templates-storage__size,.templates-storage__date{font-size:.85rem;color:var(--neutral-900)}.templates-storage__card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.templates-storage__use-btn,.templates-storage__remove-btn{border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer}.templates-storage__use-btn{border:none;background:var(--brand-primary);color:var(--color-white);box-shadow:var(--shadow-sm)}@keyframes storage-row-pop{0%{opacity:0;transform:translateY(8px) scale(.98);background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-card))}60%{opacity:1;transform:translateY(-2px) scale(1)}to{opacity:1;transform:translateY(0) scale(1);background:var(--surface-card)}}@media(prefers-reduced-motion:reduce){.templates-storage__row--new{animation:none}}.templates__table-wrapper{border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:var(--shadow-md);overflow:auto}.templates__table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:720px}.templates__table th,.templates__table td{padding:12px 14px;border-bottom:1px solid var(--border-soft-tone);text-align:left}.templates__table thead{background:var(--table-header-bg);color:var(--table-header-color);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.templates__table tbody tr:nth-child(2n){background:var(--surface-muted-tone)}.templates__table-row{cursor:pointer;transition:background .15s ease}.templates__table-row:hover{background:color-mix(in srgb,var(--brand-primary) 6%,transparent)}.templates__empty{text-align:center;padding:18px;color:var(--neutral-muted)}.templates__actions-cell{display:inline-flex;gap:10px;align-items:center;flex-wrap:wrap}.templates__template-info{display:flex;flex-direction:column;gap:6px;max-width:560px}.templates__template-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.templates__template-id{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--neutral-muted)}.templates__template-meta{font-size:.8rem;color:var(--neutral-700);letter-spacing:.04em;text-transform:uppercase;display:flex;gap:12px;flex-wrap:wrap}.templates__template-message{margin:0;font-size:.9rem;color:var(--neutral-900);line-height:1.4}.templates__icon-button{border-radius:var(--btn-border-radius);font-size:.95rem;transition:transform .2s ease}.templates__icon-button:hover{transform:translateY(-1px)}.templates__pagination{border-top:1px solid var(--border-soft-tone);padding-top:12px;gap:12px}.templates__table-controls{display:flex;justify-content:flex-end;align-items:center;margin-bottom:10px}@media(max-width:640px){.templates__pagination{flex-direction:column;align-items:flex-start}.templates__pagination-controls{width:100%;justify-content:flex-start}}.template-modal__overlay{position:fixed;inset:0;background:#0f0f0fb3;display:flex;align-items:center;justify-content:center;padding:24px;z-index:60}.template-modal{width:min(640px,100%);max-height:calc(100vh - 60px);overflow:auto;border-radius:24px;background:var(--surface-card, #fff);padding:24px 28px;box-shadow:var(--shadow-lg, 0 30px 60px rgba(0, 0, 0, .25));border:1px solid var(--border-soft-tone)}.template-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.template-modal__header-title{display:inline-flex;align-items:center;gap:10px}.template-modal__tour-trigger{transform:scale(.9)}.template-modal__header h2{margin:0;font-size:24px;color:var(--primary-600)}.template-preview__overlay{position:fixed;inset:0;background:color-mix(in srgb,#000 55%,transparent);display:flex;align-items:center;justify-content:center;padding:24px;z-index:2200}.template-preview__card{width:min(640px,95vw);background:var(--surface-card);border-radius:var(--border-radius-xl);box-shadow:0 36px 80px color-mix(in srgb,var(--neutral-900) 35%,transparent);padding:clamp(20px,4vw,36px)}.template-preview__header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.template-preview__eyebrow{margin:0;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--neutral-muted)}.template-preview__header h2{margin:4px 0;color:var(--color-white);font-size:clamp(2rem,3vw,2.5rem)}.template-preview__sender{margin:0;color:var(--neutral-muted)}.template-preview__sender--highlight{font-size:1rem;font-weight:600;color:var(--neutral-900);margin-top:8px}.template-preview__close{border:none;background:transparent;font-size:24px;cursor:pointer;color:var(--neutral-muted)}.template-preview__content{margin-top:20px;display:flex;flex-direction:column;gap:16px}.template-preview__content h3,.template-preview__content h4{margin:0 0 6px;color:var(--color-white)}.template-preview__content p{margin:0;line-height:1.5;color:var(--neutral-900)}.template-preview__meta{display:flex;gap:16px;flex-wrap:wrap}.template-preview__meta span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--neutral-muted)}.template-preview__meta strong{display:block;color:var(--neutral-900)}.template-preview__tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.template-preview__tags li{border:1px solid color-mix(in srgb,var(--brand-primary) 40%,transparent);border-radius:999px;padding:4px 12px;font-size:.8rem;color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 8%,transparent)}.template-modal__header button{border:none;background:transparent;font-size:28px;color:var(--text-secondary);cursor:pointer}.template-modal__form{display:flex;flex-direction:column;gap:0}.template-modal__section{padding:20px 0;border-bottom:1px solid var(--border-soft-tone, #e5e7eb)}.template-modal__section:first-child{padding-top:0}.template-modal__section:last-child{border-bottom:none;padding-bottom:0}.template-modal__section--tags{padding-top:16px}.template-modal__section .template-modal__field{margin-bottom:16px}.template-modal__section .template-modal__field:last-child{margin-bottom:0}.template-modal__field{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text-secondary)}.template-modal__field input,.template-modal__field textarea{border-radius:12px;border:1px solid var(--border-soft-tone);padding:10px 12px;font-size:14px;color:var(--text-primary)}.template-modal__field textarea{resize:vertical}.template-modal__textarea-wrapper{position:relative;border-radius:12px;border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);overflow:visible}.template-modal__textarea-highlight{position:absolute;inset:0;padding:14px;font:inherit;font-size:1rem;line-height:1.5;color:var(--neutral-ink);white-space:pre-wrap;word-break:break-word;pointer-events:none}.template-modal__textarea-wrapper textarea{position:relative;z-index:1;width:100%;min-height:220px;background:transparent;border:none;padding:14px}.template-modal__textarea-wrapper textarea:focus-visible{outline:none}.template-modal__textarea-wrapper[data-highlight=true] textarea{color:transparent;caret-color:var(--neutral-ink)}.template-modal__textarea-wrapper[data-highlight=false] .template-modal__textarea-highlight{display:none}.template-modal__textarea-wrapper[data-has-content=false] .template-modal__textarea-highlight{color:var(--neutral-muted);font-style:italic}.template-modal__clear{position:absolute;top:10px;right:10px;width:28px;height:28px;border:none;border-radius:50%;background:#0f172a1a;color:var(--neutral-900);font-size:18px;font-weight:600;cursor:pointer;z-index:2;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.template-modal__clear:hover{background:#0f172a2e;transform:translateY(-1px)}.template-modal__autocomplete{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:6px;padding:6px;background:var(--surface-card);border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);box-shadow:var(--shadow-lg);z-index:3}.template-modal__autocomplete-option{border:none;background:transparent;padding:6px 10px;text-align:left;font:inherit;font-size:.875rem;border-radius:var(--border-radius-sm);cursor:pointer;color:var(--neutral-900)}.template-modal__autocomplete-option.is-active,.template-modal__autocomplete-option:hover{background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));color:var(--brand-primary)}.template-modal__accentuation-flag{background:color-mix(in srgb,var(--color-warning) 35%,transparent);border-radius:3px;padding:0 1px}.template-modal__accentuation-char{color:inherit}.template-modal__accentuation-placeholder{color:var(--neutral-muted)}.template-modal__message-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-secondary);flex-wrap:wrap}.template-modal__toggle{border:none;border-radius:999px;width:46px;height:24px;padding:3px;background:var(--neutral-300);display:inline-flex;align-items:center;cursor:pointer;transition:background .2s ease}.template-modal__toggle.is-active{background:var(--brand-primary)}.template-modal__toggle-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-white);transform:translate(0);transition:transform .2s ease}.template-modal__toggle.is-active .template-modal__toggle-thumb{transform:translate(20px)}.template-modal__tags{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--text-secondary)}.template-modal__tags-grid{display:flex;flex-wrap:wrap;gap:8px 12px}.template-modal__tag-button{border:none;border-radius:8px;padding:4px 8px;background:var(--surface-muted-tone);color:var(--text-primary);font-family:inherit;font-size:13px;cursor:pointer;transition:background .2s ease,transform .2s ease}.template-modal__tag-button:hover{background:color-mix(in srgb,var(--brand-primary) 20%,var(--surface-muted-tone));transform:translateY(-1px)}.template-modal__footer{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}@keyframes templatesTutorialPulse{0%,to{box-shadow:0 0 #2aa67200;transform:scale(1)}50%{box-shadow:0 0 0 7px #2aa67224;transform:scale(1.01)}}@keyframes templatesTutorialHighlight{0%,to{background:var(--surface-card)}50%{background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-card))}}.is-tutorial-pulse{animation:templatesTutorialPulse 1.2s ease-in-out}.is-tutorial-highlight{animation:templatesTutorialHighlight 1.4s ease-in-out}.template-modal__footer .btn,.template-modal__primary{border-radius:14px;padding:10px 18px;font-weight:600;cursor:pointer}.template-modal__primary{border:none;background:var(--gradient-brand);color:var(--color-white);box-shadow:0 12px 30px color-mix(in srgb,var(--brand-primary) 35%,transparent)}.template-modal__emoji{border-radius:16px;border:1px solid var(--border-soft-tone);padding:8px;background:var(--surface-muted-tone)}.template-modal__preview{margin-left:auto;border:none;border-radius:999px;padding:6px 18px;background:var(--brand-primary);color:var(--color-white);font-weight:600;cursor:pointer;box-shadow:0 6px 14px color-mix(in srgb,var(--brand-primary) 35%,transparent)}.sms-preview-modal__overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0f0f0fbf;padding:20px;z-index:80}.sms-preview-modal{width:min(420px,calc(100% - 32px));max-height:min(90vh,760px);background:var(--surface-card, #fff);border-radius:24px;padding:24px;box-shadow:var(--shadow-lg, 0 30px 60px rgba(0, 0, 0, .25));border:1px solid var(--border-soft-tone);overflow-y:auto}.sms-preview-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sms-preview-modal__subtitle{margin:0;font-size:14px;color:var(--text-secondary)}.sms-preview-modal__header h2{margin:0;color:var(--primary-600)}.sms-preview-modal__header button{border:none;background:transparent;font-size:28px;color:var(--text-secondary);cursor:pointer}.sms-preview-modal__device{position:relative;width:clamp(260px,32vw,320px);border:12px solid var(--neutral-100);border-radius:32px;padding:22px 22px 32px;background:linear-gradient(160deg,#f8fafc,#e7edff);box-shadow:inset 0 0 0 2px #fff9,0 30px 60px #0f182f26;overflow:visible}.sms-preview-modal__device:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:120px;height:18px;border-radius:0 0 14px 14px;background:#d9dfe9}.sms-preview-modal__device:after{content:"";position:absolute;right:-6px;top:80px;width:10px;height:60px;border-radius:6px;background:#ccd2dd}.sms-preview-modal__status{display:flex;justify-content:space-between;font-weight:600;color:var(--text-secondary);margin-bottom:20px;position:relative;z-index:1}.sms-preview-modal__status span:first-child{font-weight:700;letter-spacing:.18em;border-radius:999px;padding:6px 12px;background:#ffffffd9;color:var(--primary-600);box-shadow:0 6px 16px #0a825714}.sms-preview-modal__status span:last-child{font-variant-numeric:tabular-nums;background:#161c2dcc;color:#fff;padding:6px 10px;border-radius:10px}.sms-preview-modal__chat{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:22px;background:#ffffffe6;box-shadow:inset 0 1px #fff9;position:relative;z-index:1}.sms-preview-modal__bubble{border-radius:22px;padding:14px 16px;background:color-mix(in srgb,var(--brand-primary) 12%,var(--color-white));box-shadow:0 12px 26px #00000014;align-self:flex-start;max-width:100%;word-break:break-word;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:sms-bubble-in .25s ease}.sms-preview-modal__bubble--ghost{border:1px dashed rgba(15,81,50,.35);background:#ffffffeb}.sms-preview-modal__bubble--primary{margin-left:0;background:linear-gradient(120deg,var(--brand-primary),var(--primary-600));color:#fff;box-shadow:0 20px 35px #0a825740}.sms-preview-modal__bubble--primary p{color:#fff}.sms-preview-modal__bubble p{margin:0;line-height:1.5}.sms-preview-modal__sender{margin:0 0 6px;font-weight:600;color:var(--brand-primary);letter-spacing:.16em;text-transform:uppercase}.sms-preview-modal__bubble--primary .sms-preview-modal__sender{color:#fffc}.sms-preview-modal__bubble-group{display:flex;flex-direction:column;gap:6px}.sms-preview-modal__bubble-label{margin:0;font-size:13px;color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase}.sms-preview-modal__chat[data-variant=dual] .sms-preview-modal__bubble-group:first-of-type .sms-preview-modal__bubble{border-style:dashed;background:#ffffffd9}.sms-preview-modal__chat[data-variant=single] .sms-preview-modal__bubble{margin-left:0}.sms-preview-modal__accentuation-hint{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-secondary);flex-wrap:wrap}.sms-preview-modal__accentuation-button{border:none;border-radius:999px;padding:4px 12px;background:var(--brand-primary);color:var(--color-white);cursor:pointer;box-shadow:0 6px 18px #0a825740}.sms-preview-modal__accentuation-text{color:var(--status-alert-strong, #c83b3b);font-weight:600}.sms-preview-modal__accentuation-button:hover{background:var(--primary-600)}.sms-preview-modal__accentuation-button[data-accentuation-prompt=true]{animation:accentuationPrompt 1.3s ease-in-out infinite}@keyframes accentuationPrompt{0%{transform:translateY(0);box-shadow:0 0 #f98b3f00}50%{transform:translateY(-3px);box-shadow:0 0 0 8px #f98b3f40}to{transform:translateY(0);box-shadow:0 0 #f98b3f00}}.templates__confirm-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0f0f0fb3;padding:24px;z-index:65}.templates__confirm{width:min(420px,100%);border-radius:20px;background:var(--surface-card, #fff);padding:24px;border:1px solid var(--border-soft-tone);box-shadow:var(--shadow-lg, 0 30px 60px rgba(0, 0, 0, .25));display:flex;flex-direction:column;gap:16px}.templates__confirm-header{display:flex;justify-content:space-between;align-items:center}.templates__confirm-header h2{margin:0;font-size:22px;color:var(--primary-600)}@keyframes sms-bubble-in{0%{transform:translateY(6px);opacity:0}to{transform:translateY(0);opacity:1}}.templates__confirm-header button{border:none;background:transparent;font-size:28px;color:var(--text-secondary);cursor:pointer}.templates__confirm p{margin:0;color:var(--text-secondary);line-height:1.5}.templates__confirm-footer{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}@media(max-width:1024px){.templates__header{gap:16px}}@media(max-width:768px){.templates__header{flex-direction:column;align-items:flex-start}.templates__actions{width:100%}.templates__actions button{flex:1}.templates__search input,.templates__table-controls{width:100%}.templates__actions-cell{justify-content:flex-end}.templates__actions-cell .agendamentos__agenda-action{min-width:80px}.templates__actions-cell .agendamentos__agenda-action--details{min-width:80px;width:auto;padding:5px 12px;border-radius:999px}}@media(max-width:640px){.templates__page-button,.templates__rows-select select{padding:10px 12px}.template-modal{width:min(96vw,640px);padding:20px}.template-modal__footer{flex-direction:column}.template-modal__footer button{width:100%}}@media(prefers-reduced-motion:reduce){.templates__icon-button,.templates__primary{transition:none}}.lista-negra__table-section{margin-top:16px;padding:0 0 16px}.lista-negra__table-controls{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px;gap:12px}.lista-negra__hero-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.lista-negra__hero-left{display:flex;align-items:center;gap:16px}.lista-negra__hero-spacer{flex:1 1 auto}.lista-negra__block-btn{align-self:center;margin-left:auto;margin-top:0}.lista-negra__toolbar{display:flex;flex-direction:column;gap:16px}.lista-negra__header{position:relative}.lista-negra__block-btn--corner{position:absolute;top:0;right:0}.lista-negra__hero{display:inline-flex;align-items:center;gap:16px}.lista-negra__toolbar-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start;justify-content:space-between}.lista-negra .search-bar,.lista-negra .search-bar__control{width:100%}.lista-negra__status{min-height:20px;font-size:.9rem;color:var(--neutral-muted)}.lista-negra__status--error{color:var(--color-danger)}.lista-negra__admin-cell{display:flex;align-items:center;gap:8px;justify-content:flex-end;flex-wrap:wrap}.lista-negra .table th:last-child,.lista-negra .table td:last-child{text-align:right}.lista-negra .table-wrapper table{min-width:0;table-layout:auto}.lista-negra .table td:last-child{width:1%;white-space:nowrap}.lista-negra__admin-info{display:flex;align-items:center;gap:8px}.lista-negra__admin-label{font-size:.75rem;color:var(--neutral-muted);letter-spacing:.06em;text-transform:uppercase}@media(max-width:768px){.lista-negra{padding:16px}.lista-negra__toolbar-row{flex-direction:column}.lista-negra__hero,.search-bar__control{width:100%}}.compras{display:flex;flex-direction:column;gap:24px;width:100%}.compras__title-row{display:inline-flex;align-items:center;gap:10px}.compras__tutorial-banner{border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);border-radius:var(--border-radius-md);padding:12px 16px;background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));display:grid;gap:4px}.compras__tutorial-banner strong{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary)}.compras__tutorial-banner p{margin:0;color:var(--neutral-muted)}.compras__promo{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.compras__promo-title{font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-muted)}.compras__promo-controls{display:flex;flex:1;gap:12px;min-width:260px}.compras__panel{display:flex;flex-direction:column;gap:16px}.compras__panel-head,.compras-collapsible__head{display:flex;justify-content:space-between;align-items:center;gap:16px}.compras-collapsible__label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.compras-collapsible__chev{transition:transform .16s ease}.compras-collapsible__toggle:not(:checked)+.compras-collapsible__label .compras-collapsible__chev{transform:rotate(-90deg)}.compras-collapsible__content{overflow:hidden;transition:height .2s ease;border:1px solid var(--border-soft-tone);border-top:none;border-radius:0 0 var(--border-radius-lg) var(--border-radius-lg)}.compras__panel-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:var(--surface-highlight);color:var(--brand-primary)}.compras__panel-method-wrap{position:relative;margin-left:auto}.compras__panel-method{display:inline-flex;align-items:center;gap:8px}.compras__panel-method-selected{display:inline-flex;align-items:center;gap:10px}.compras__panel-method-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.compras__panel-method-name{display:block;font-weight:600}.compras__panel-method-note{margin:0;font-size:.75rem;color:var(--neutral-muted)}.compras__panel-method-icon{font-weight:700}.shepherd-theme-compras.shepherd-element{border-radius:var(--border-radius-xl)}.shepherd-theme-compras .shepherd-content{background:var(--surface-card);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-xl);color:var(--neutral-900);box-shadow:0 18px 30px #027b5c2e}.shepherd-theme-compras .shepherd-header{background:var(--surface-card);border-top-left-radius:var(--border-radius-xl);border-top-right-radius:var(--border-radius-xl)}.shepherd-theme-compras .shepherd-text{color:var(--neutral-900)}.shepherd-theme-compras .shepherd-footer{gap:8px}.shepherd-theme-compras .shepherd-button{background:var(--brand-primary);border:1px solid transparent;border-radius:var(--btn-border-radius);color:var(--color-white);font-weight:600}.shepherd-theme-compras .shepherd-button:hover{background:var(--primary-strong)}.shepherd-theme-compras .shepherd-button.shepherd-button-secondary{background:transparent;border-color:var(--brand-primary);color:var(--brand-primary)}.shepherd-theme-compras .shepherd-button.shepherd-button-secondary:hover{background:color-mix(in srgb,var(--brand-primary) 10%,transparent)}.shepherd-theme-compras .shepherd-cancel-icon{color:var(--neutral-muted)}.shepherd-theme-compras .shepherd-arrow:before{background:var(--surface-card)}.shepherd-modal-overlay-container.shepherd-modal-is-visible{background:#027b5c1f}.compras__method-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:var(--surface-card);border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);padding:8px;display:none;z-index:40}.compras__method-menu.is-open{display:grid;gap:8px}.compras__method-option{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;padding:8px;border-radius:var(--border-radius-md);border:1px solid transparent}.compras__method-option.is-selected{border-color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 10%,transparent)}.compras__method-logo{width:48px;height:48px;border-radius:var(--border-radius-md);background:var(--surface-highlight);display:grid;place-items:center;font-weight:700;color:var(--brand-primary)}.compras__method-logo img{max-width:100%;max-height:100%;display:block}.compras__method-logo-multi{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:4px}.compras__method-logo-multi img{width:55%;max-width:55%;height:auto}.compras__method-content strong{display:block;font-weight:600;color:var(--neutral-900)}.compras__method-content small{display:block;font-size:.85rem;color:var(--neutral-muted)}.compras__panel-body{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.compras__summary{display:flex;flex-direction:column;gap:12px}.compras__summary-row{display:flex;justify-content:space-between;gap:8px;font-size:.95rem;color:var(--neutral-900)}.compras__summary-row--input{flex-direction:column;align-items:stretch}.compras__summary-row--input span{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:var(--neutral-muted)}.compras__summary-row--promo{align-items:center}.compras__summary-row--promo .compras__promo-controls{min-width:0;flex:0 1 auto}.compras__summary-total-value{font-weight:700;color:var(--brand-primary);display:inline-flex;align-items:center;gap:.5rem}.compras__price-spinner{width:16px;height:16px;border:2px solid var(--border-soft-tone);border-top-color:var(--brand-primary);border-radius:50%;animation:compras-spin .8s linear infinite}.compras__slider input[type=range]{width:100%;height:10px;border-radius:999px;appearance:none;background-color:var(--surface-muted-tone)}.compras__summary-actions{display:flex;justify-content:flex-end;margin-top:12px}.compras__pay-button{min-width:180px}.compras__reference-card{margin-top:16px;padding:12px 14px;border-radius:var(--border-radius-md);background:var(--surface-muted-tone);border:1px solid var(--brand-primary);display:flex;flex-direction:column;gap:10px;width:min(100%,280px);align-self:flex-start}.compras__reference-label{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--neutral-muted)}.compras__reference-logo{display:inline-flex;align-items:center}.compras__reference-logo img{height:24px;width:auto;display:block}.compras__reference-info{display:flex;flex-direction:column;gap:8px;width:100%}.compras__reference-row{display:grid;grid-template-columns:110px 1fr;gap:12px;align-items:baseline}.compras__reference-value{justify-self:end;text-align:right;font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:var(--neutral-900)}.compras__reference-warning{margin:0}.compras__reference-code{font-size:1.2rem;font-weight:600;font-family:var(--font-mono);color:var(--neutral-900)}.compras__reference-meta{margin:0;font-size:.85rem;color:var(--neutral-700)}.compras__slider input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.compras__slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.compras__numeric-input{width:110px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);font-weight:600;text-align:center}.compras__numeric-input:focus{outline:2px solid var(--primary-400);outline-offset:2px}.compras__numeric-input::-webkit-outer-spin-button,.compras__numeric-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.compras__numeric-input[type=number]{appearance:textfield;-moz-appearance:textfield}.compras__stepper{display:inline-flex;align-items:center;gap:8px;margin-top:8px}.compras__table-section{display:flex;flex-direction:column;gap:16px}.compras__highlight-section{margin-top:1.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.compras__highlight-section:focus-visible,.compras__highlight-section:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000001f}.compras__tariff-highlight{display:flex;flex-direction:column;gap:0;position:relative;overflow:hidden}.compras__tariff-highlight-header{padding:0;margin-bottom:16px}.compras__tariff-highlight-badge{display:inline-flex;align-items:center;gap:6px;padding:.35rem .85rem;border-radius:999px;background:var(--brand-primary);color:var(--color-white);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.compras__tariff-highlight-content{display:flex;flex-direction:column}.compras__tariff-highlight-main{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.compras__tariff-flag{display:inline-block;width:36px;height:26px}.compras__tariff-flag-img{width:36px;height:26px;object-fit:cover;border-radius:6px;margin-left:-36px;display:inline-block}.compras__tariff-highlight-price-wrapper{flex:1}.compras__tariff-highlight-price{display:inline-flex;align-items:baseline;gap:6px;flex-wrap:nowrap}.compras__tariff-highlight-amount{font-size:1.75rem;font-weight:700;color:var(--brand-secondary);line-height:1}.compras__tariff-highlight-separator{font-size:1.2rem;font-weight:400;color:var(--neutral-400);margin:0 2px}.compras__tariff-highlight-unit{font-size:.9rem;font-weight:500;text-transform:lowercase;color:var(--neutral-600);letter-spacing:.01em}.compras__tariff-highlight-flag{width:52px;height:38px;flex-shrink:0;border-radius:var(--border-radius-md);background:var(--surface-card);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000014;overflow:hidden}.compras__tariff-highlight-flag .fi{font-size:28px;line-height:1}.compras__tariff-highlight-country{font-size:.95rem;font-weight:600;color:var(--text-primary);text-transform:none;letter-spacing:.02em}.compras__tariff-highlight-promo{display:flex;align-items:center;gap:10px;margin-left:auto}.compras__tariff-highlight-discount-pill{display:inline-flex;align-items:center;gap:5px;padding:.3rem .7rem;border-radius:6px;background:var(--brand-secondary);color:#fff;font-weight:700;font-size:.8rem;line-height:1;letter-spacing:.02em;white-space:nowrap}.compras__tariff-highlight-discount-date{display:inline-flex;align-items:center;gap:5px;color:var(--neutral-700);font-size:.8rem;font-weight:500;white-space:nowrap}.compras__tariff-highlight-discount-date svg{flex-shrink:0;opacity:.65}.compras__tariff-highlight-loading{pointer-events:none;position:absolute;inset:0;z-index:1;background:#fffc;border-radius:var(--border-radius-lg);display:grid;place-items:center}.compras__tariff-highlight-spinner{width:20px;height:20px;border:2px solid var(--border-soft-tone);border-top-color:var(--brand-primary);border-radius:50%;animation:compras-spin .8s linear infinite}.compras-tutorial-pulse{animation:comprasTutorialPulse 1.2s ease-in-out}.compras-tutorial-highlight{animation:comprasTutorialHighlight 1.2s ease-in-out}@keyframes comprasTutorialPulse{0%{transform:scale(1);box-shadow:0 0 #0f7a634d}55%{transform:scale(1.01);box-shadow:0 0 0 8px #0f7a6300}to{transform:scale(1);box-shadow:0 0 #0f7a6300}}@keyframes comprasTutorialHighlight{0%{box-shadow:0 0 #0f7a6347}60%{box-shadow:0 0 0 12px #0f7a6300}to{box-shadow:0 0 #0f7a6300}}.tarifarios__row{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.tarifarios__row:hover{background:color-mix(in srgb,var(--brand-primary) 6%,transparent);border-color:color-mix(in srgb,var(--brand-primary) 60%,transparent);box-shadow:0 14px 32px color-mix(in srgb,var(--brand-primary) 15%,transparent);transform:translateY(-1px)}.tarifarios__row--highlight{background:color-mix(in srgb,var(--primary-100) 30%,transparent)}.compras__cell-service{display:flex;flex-direction:column;gap:4px}.compras__service-header{display:inline-flex;align-items:center;gap:8px}.compras__service-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary)}.compras__validity{font-weight:600;color:var(--neutral-900)}.compras__validity--soon{color:var(--color-danger)}.tarifarios__discount-cell--soon{color:var(--color-danger);font-weight:600}.tarifarios__validity-cell,.tarifarios__table th,.tarifarios__table td{text-align:left}.agendamentos__agenda-actions{display:inline-flex;gap:10px;margin-top:6px;align-items:center;flex-wrap:wrap}.agendamentos__agenda-action{border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);border-radius:999px;background:#fff;color:var(--brand-primary);font-size:.78rem;padding:5px 12px;cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.agendamentos__agenda-action--stats{border-style:dashed;background:color-mix(in srgb,var(--brand-primary) 6%,transparent);color:var(--brand-primary)}@keyframes compras-spin{to{transform:rotate(360deg)}}.agendamentos__agenda-action--cancel{background:color-mix(in srgb,var(--color-danger) 12%,transparent);border-color:color-mix(in srgb,var(--color-danger) 25%,transparent);color:var(--color-danger)}.agendamentos__agenda-action:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--color-white)}.agendamentos__agenda-action--cancel:hover{background:var(--color-danger);border-color:var(--color-danger);color:var(--color-white)}.agendamentos__agenda-action:disabled{opacity:.6;cursor:not-allowed}.compras__table-section .table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.compras__table-section .table{min-width:640px}@media(max-width:768px){.compras__panel-head{flex-wrap:nowrap;align-items:flex-start}.compras__panel-title{flex-shrink:0}.compras__panel-title h2{white-space:nowrap;font-size:1rem}.compras__panel-method-wrap{flex-shrink:1;min-width:0}.compras__panel-method{padding:8px 12px;font-size:.85rem;min-width:0}.compras__method-logo{width:36px;height:36px}.compras__panel-method-name{font-size:.85rem}.compras__summary-row--promo{flex-direction:column;align-items:stretch}.compras__summary-row--promo .compras__promo-title{font-size:.75rem}.compras__summary-row--promo .compras__promo-controls{width:100%;flex:1}.compras__promo-controls{flex-direction:row}.compras__promo-controls input{flex:1;min-width:0}.compras__promo-controls button{flex-shrink:0;white-space:nowrap}.compras__panel-body{grid-template-columns:1fr}.compras__tariff-highlight-main{flex-direction:column;align-items:flex-start}.compras__panel input::placeholder,.compras__panel textarea::placeholder{font-size:.9rem;white-space:normal}.compras__summary-row--input .input,.compras__panel .input{min-height:48px}.inbox__table-controls{flex-direction:column!important;align-items:stretch!important;gap:12px}.tarifarios__search{margin-right:0!important;width:100%}.search-bar__control input{min-width:0!important;width:100%}.table-filter{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.table-filter__text{font-size:.85rem;white-space:nowrap}.table-filter__dropdown{min-width:70px}}.faturacao{gap:24px}.faturacao__subtitle{margin:0;color:var(--neutral-muted);max-width:720px}.faturacao__content{display:flex;flex-direction:column;gap:24px}.faturacao__table-section{display:flex;flex-direction:column;gap:12px}.faturacao__table-section .table-wrapper{width:100%}.faturacao__section-header{display:flex;flex-direction:column;gap:4px}.faturacao__loading,.faturacao__error{padding:1rem;text-align:center;color:var(--neutral-muted)}.faturacao__error{color:var(--color-danger)}.faturacao__description{font-size:.95rem;color:var(--neutral-900)}.is-credit{color:var(--color-success);font-weight:600}.is-debit{color:var(--color-danger);font-weight:600}.faturacao__actions-cell{display:inline-flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end;text-align:right}.faturacao__table-section .table{width:100%;min-width:100%}.faturacao__table-section .table th:last-child,.faturacao__table-section .table td:last-child{white-space:nowrap}.faturacao__table-wrap--extract .table{width:100%;table-layout:auto}.my-numbers{display:flex;flex-direction:column;gap:24px;width:100%}.my-numbers__card{display:flex;flex-direction:column;gap:16px}.my-numbers__status{padding:1rem;text-align:center;font-size:.9rem;color:var(--neutral-muted)}.my-numbers__status--error{color:var(--color-danger)}.my-numbers__dlr{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.my-numbers__dlr-label{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--neutral-muted)}.my-numbers__dlr-value{font-weight:600;color:var(--brand-primary);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-numbers__table{min-width:900px}.my-numbers__table td{vertical-align:middle}.my-numbers__table th:nth-child(1){width:140px}.my-numbers__table th:nth-child(2),.my-numbers__table th:nth-child(3){width:auto;min-width:220px}.my-numbers__table th:nth-child(4){width:130px}.my-numbers__table th:nth-child(5){width:160px;text-align:center}.my-numbers__table tbody tr{transition:background .2s ease}.my-numbers__actions-cell{display:flex;align-items:center;justify-content:center;gap:8px}.my-numbers__renew-button{white-space:nowrap;flex-shrink:0}.my-numbers__number-cell{display:flex;align-items:center;gap:8px}.my-numbers__number-value{font-size:.9rem;font-weight:600;color:var(--neutral-900)}.my-numbers__expiration-cell{display:flex;align-items:center;border-bottom:none!important;box-shadow:none;background:transparent}.my-numbers__row--expiring{background:color-mix(in srgb,var(--color-warning) 12%,var(--surface-card))}.my-numbers__row--expiring .my-numbers__expiration-date{color:var(--color-warning-strong)}.my-numbers__row--expired{background:color-mix(in srgb,var(--color-danger) 8%,var(--surface-card))}.my-numbers__row--expired .my-numbers__expiration-date{color:var(--color-danger-strong)}.my-numbers__expiration-date{font-size:.9rem;font-weight:600;color:var(--neutral-900)}.my-numbers__field-row{display:flex;align-items:center;gap:8px;width:100%;white-space:nowrap}.my-numbers__field-input{flex:1 1 auto;min-width:0;max-width:240px;border:1px solid var(--border-soft-tone);border-radius:8px;background:var(--surface-card);padding:10px 12px;font-size:.85rem;color:var(--neutral-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-numbers__field-input:focus{outline:2px solid var(--brand-primary)}.my-numbers__field-input.is-invalid{border-color:color-mix(in srgb,var(--status-alert-strong) 72%,transparent);background:color-mix(in srgb,var(--status-alert-soft) 18%,var(--surface-card));box-shadow:0 0 0 2px color-mix(in srgb,var(--status-alert-soft) 42%,transparent)}.my-numbers__inline-warning{margin:6px 0 0;display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:10px;border:1px solid color-mix(in srgb,var(--status-alert-strong) 32%,transparent);border-left:3px solid color-mix(in srgb,var(--status-alert-strong) 64%,transparent);background:color-mix(in srgb,var(--status-alert-soft) 20%,var(--surface-card));color:color-mix(in srgb,var(--status-alert-strong) 86%,var(--text-primary));font-size:.75rem;font-weight:600;line-height:1.35;max-width:240px}.my-numbers__inline-warning-icon{width:15px;height:15px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;background:color-mix(in srgb,var(--status-alert-strong) 18%,transparent);border:1px solid color-mix(in srgb,var(--status-alert-strong) 42%,transparent)}.my-numbers__toggle-pill{flex:0 0 auto;width:42px;height:22px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--border-soft-tone);position:relative;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.my-numbers__save-btn{border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);border-radius:999px;background:var(--color-white);color:var(--success-700);border-color:var(--success-500);font-size:.78rem;padding:5px 12px;cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease;white-space:nowrap;border-style:dashed}.my-numbers__save-btn:hover:not(:disabled){background:color-mix(in srgb,var(--success-500) 12%,var(--color-white));border-color:var(--success-600);color:var(--success-800)}.my-numbers__save-btn:disabled{opacity:.6;cursor:not-allowed}.my-numbers__toggle-pill.is-on{background:var(--brand-primary);border-color:var(--brand-primary)}.my-numbers__toggle-knob{width:16px;height:16px;border-radius:50%;background:var(--color-white);position:absolute;top:2px;left:3px;transition:transform .2s ease;box-shadow:0 2px 6px #00000026}.my-numbers__toggle-pill.is-on .my-numbers__toggle-knob{transform:translate(18px)}.my-numbers__toggle-pill[disabled]{opacity:.5;cursor:not-allowed}.table__empty{text-align:center;font-size:.95rem;padding:30px 0}.table__empty.text-danger{color:var(--status-danger-strong)}@media(max-width:1024px){.my-numbers__table{min-width:760px}.my-numbers__field-input{max-width:180px;font-size:.8rem}}@media(max-width:768px){.my-numbers__card{padding:12px}.my-numbers__table{min-width:720px;font-size:.85rem}.my-numbers__field-row{gap:6px}.my-numbers__field-input{max-width:160px;padding:8px 10px}.my-numbers__actions-cell{flex-direction:column;gap:6px}.my-numbers__save-btn{font-size:.75rem;padding:5px 10px}}.buy-number{display:flex;flex-direction:column;gap:24px;width:100%}.buy-number__intro{margin-top:8px;color:var(--neutral-muted);max-width:60ch}.buy-number__form{gap:24px}.buy-number__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:flex-start}.form-field--number .buy-number__select{max-width:280px}.buy-number__grid .input{border-radius:16px;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);padding:12px 16px;background:var(--surface-card);color:var(--neutral-900);font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.buy-number__grid .input:focus{outline:none;border-color:var(--primary-400);box-shadow:var(--shadow-md)}.buy-number__grid .input::placeholder{color:var(--neutral-muted);opacity:.85;white-space:normal}.buy-number__select .select-dropdown__trigger{width:100%}.buy-number__slider{display:flex;flex-direction:column;gap:8px}.buy-number__slider label{font-weight:600;color:var(--neutral-900)}.buy-number__slider input[type=range]{width:100%;height:10px;border-radius:999px;appearance:none;background:linear-gradient(90deg,var(--brand-primary),var(--primary-soft)) no-repeat;background-color:var(--surface-muted-tone)}.buy-number__slider input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.buy-number__slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.buy-number__numeric-input{width:96px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);font-weight:600;text-align:center}.buy-number__numeric-input:focus{outline:2px solid var(--primary-400);outline-offset:2px}.buy-number__numeric-input::-webkit-outer-spin-button,.buy-number__numeric-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-number__numeric-input[type=number]{appearance:textfield;-moz-appearance:textfield}.buy-number__stepper{display:inline-flex;align-items:center;gap:8px}.buy-number__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:stretch}.buy-number__summary-item span{display:block;font-size:.9rem;color:var(--neutral-muted)}.buy-number__summary-item strong{font-size:1.2rem;color:var(--brand-secondary)}.buy-number__actions{display:flex;justify-content:flex-end}.buy-number__submit{min-width:220px}@media(max-width:640px){.buy-number__grid{grid-template-columns:1fr}.buy-number__select,.form-field--number .buy-number__select{max-width:none;width:100%}.buy-number__select .select-dropdown__trigger{width:100%}.buy-number__actions{justify-content:stretch}.buy-number__submit{width:100%}}@media(max-width:960px){.buy-number__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.consultar{display:flex;flex-direction:column;gap:24px;width:100%}.consultar__title-row{display:inline-flex;align-items:center;gap:12px}.consultar__tutorial-banner{border:1px dashed color-mix(in srgb,var(--brand-primary) 35%,transparent);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));border-radius:var(--border-radius-lg);padding:12px 16px;display:grid;gap:4px;max-width:720px}.consultar__tutorial-banner strong{font-size:.9rem;color:var(--neutral-900)}.consultar__tutorial-banner p{margin:0;color:var(--neutral-muted);font-size:.9rem}.consultar__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.consultar__summary-card{display:flex;flex-direction:column;gap:6px}.consultar__summary-card span{font-size:.8rem;color:var(--neutral-muted);letter-spacing:.08em;text-transform:uppercase}.consultar__summary-card strong{font-size:1.4rem;color:var(--brand-secondary)}.consultar__filters{display:flex;flex-direction:column;gap:18px}.consulta-relatorio__table-controls{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px;gap:12px}.consultar__filters-grid{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.consultar__filters-grid>label{flex:1 1 220px;min-width:220px;display:flex;flex-direction:column;gap:6px}.consultar__filters-grid>.form-field.consultar__field--campaign,.consultar__filters-grid>.form-field.consultar__field--extra-dropdown{min-width:240px}.consultar__field-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.consultar__field-range{position:relative;max-width:fit-content}.consultar__field-number{flex:1 1 240px;max-width:260px}.consultar__field-number .input{height:40px}.consultar__field-actions{display:inline-flex;align-items:center;gap:10px;margin-left:8px}.consultar__field--number .form-field__control-wrapper{position:relative}.consultar__field--extra-dropdown .select-dropdown{width:100%}.consultar__select{height:48px!important}.consultar__select .select-dropdown__trigger{height:53px!important}.consultar__field--extra-dropdown .select-dropdown__trigger{height:48px}.consultar__field--number .input{padding-right:40px;border-radius:16px!important;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%);font-weight:600;color:var(--primary-600);min-height:48px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.consultar__field-error{margin-top:6px;display:inline-block;font-size:.8rem;color:var(--color-danger)}.consultar__input-clear{position:absolute;top:50%;right:12px;transform:translateY(-50%);margin:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:transparent;color:var(--neutral-600);font-size:.9rem;border:none;cursor:pointer;transition:all .2s ease;padding:0}.consultar__input-clear:hover{background:color-mix(in srgb,var(--status-danger-strong) 20%,transparent);color:var(--color-white);transform:translateY(-50%) scale(1.05)}.consultar__input-clear:active{transform:translateY(-50%) scale(.95)}.consultar__input-clear:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-primary) 60%,transparent);outline-offset:2px}.consultar__input-clear svg{width:12px;height:12px;fill:currentColor}.consultar__download-btn{min-width:160px;justify-content:center;gap:.5rem}.consultar__download-spinner{width:16px;height:16px;border:2px solid var(--border-soft-tone);border-top-color:var(--brand-primary);border-radius:50%;animation:consultar-spin .8s linear infinite}.date-range-input__wrapper{position:relative;display:block}.date-range-input__wrapper .date-range-input__clear{position:absolute;top:50%;right:12px;transform:translateY(-50%);transition:all .2s ease}.date-range-input__wrapper .date-range-input{padding-right:40px}.date-range-input{width:auto;border-radius:16px;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);padding:12px 16px;font:inherit;background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%);text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--primary-600);font-size:.9rem;font-weight:600;min-width:0;overflow:hidden;min-height:48px;box-sizing:border-box;line-height:1.2;transition:border-color .2s ease,box-shadow .2s ease}.date-range-input span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.date-range-input__clear{margin-left:8px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:transparent;color:var(--neutral-600);font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;flex-shrink:0;transition:all .2s ease;border:none;padding:0}.date-range-input__clear:hover{background:color-mix(in srgb,var(--status-danger-strong) 20%,transparent);color:var(--color-white);transform:translateY(-50%) scale(1.05)}.date-range-input__clear:active{transform:translateY(-50%) scale(.95)}.date-range-input__clear:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-primary) 60%,transparent);outline-offset:2px}.date-range-input__clear svg{width:12px;height:12px;fill:currentColor}.date-range-picker{position:absolute;top:calc(100% + 8px);left:0;transform:none;width:min(480px,calc(100vw - 48px));background:var(--surface-card);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);padding:14px;z-index:40}.date-range-picker__nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.date-range-picker__nav button{border:none;background:var(--surface-muted-tone);border-radius:var(--border-radius-md);padding:5px 10px;font-size:.9rem;cursor:pointer}.date-range-picker__months{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;justify-items:center}.date-range-picker__month{width:100%;max-width:200px}.date-range-picker__month-header{font-weight:600;font-size:.85rem;text-transform:capitalize;margin-bottom:4px;text-align:center}.date-range-picker__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0;font-size:.75rem}.date-range-picker__weekday{text-transform:uppercase;font-size:.6rem;letter-spacing:.06em;color:var(--neutral-muted);text-align:center;padding:4px 0}.date-range-picker__day{border:none;background:transparent;padding:6px 0;cursor:pointer;position:relative;color:var(--neutral-900);overflow:visible;font-size:.75rem}.date-range-picker__day.is-blank{pointer-events:none}.date-range-picker__day:disabled{opacity:.3;cursor:not-allowed}.date-range-picker__day:after{content:"";position:absolute;inset:4px 1px;border-radius:8px;background:transparent;z-index:-1}.date-range-picker__day.is-range-middle:after{background:color-mix(in srgb,var(--brand-primary) 18%,transparent);border-radius:0}.date-range-picker__day.is-range-start:after{background:color-mix(in srgb,var(--brand-primary) 35%,var(--brand-secondary));border-radius:999px 6px 6px 999px}.date-range-picker__day.is-range-end:after{background:color-mix(in srgb,var(--brand-primary) 35%,var(--brand-secondary));border-radius:6px 999px 999px 6px}.date-range-picker__day.is-range-single:after{background:var(--brand-primary);border-radius:999px}.date-range-picker__day.has-highlight{color:var(--color-white);font-weight:600}.date-range-picker__day.is-range-middle{color:var(--brand-primary);font-weight:600}.date-range-picker__day.is-range-middle.has-highlight{color:var(--brand-primary)}.date-range-picker__day.is-range-start:after,.date-range-picker__day.is-range-single:after,.date-range-picker__day.is-range-end:after{border:2px solid var(--surface-card)}.date-range-picker__foot{margin-top:12px;display:flex;justify-content:flex-end}.consulta-relatorio__status{--status-color: var(--brand-primary);display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;background:color-mix(in srgb,var(--status-color) 12%,var(--surface-card));color:var(--status-color);font-weight:700;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;border:1px solid color-mix(in srgb,var(--status-color) 28%,transparent);animation:statusReveal .42s ease both;animation-delay:var(--status-delay, 0ms);transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background-color .14s ease}.consulta-relatorio__status-trigger{border:0;background:transparent;padding:0;margin:0;cursor:pointer}.consulta-relatorio__status-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-primary) 60%,transparent);outline-offset:3px;border-radius:999px}.consulta-relatorio__status-trigger:hover .consulta-relatorio__status,.consulta-relatorio__status-trigger:focus-visible .consulta-relatorio__status{background:color-mix(in srgb,var(--status-color) 20%,var(--surface-card));border-color:color-mix(in srgb,var(--status-color) 45%,transparent);box-shadow:0 6px 14px color-mix(in srgb,var(--status-color) 24%,transparent);transform:translateY(-1px)}@keyframes statusReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.consultar__field--campaign .select-dropdown__trigger{width:100%}.consultar__field--campaign .form-field__control-wrapper{position:relative}.consultar__field--campaign .consultar__multi-select-trigger{min-height:48px;padding-right:46px}.consultar__field--campaign .consultar__input-clear{z-index:3}.consultar__multi-select{position:relative;width:100%}.consultar__multi-select-trigger{width:100%;box-sizing:border-box;border-radius:16px;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);padding:12px 16px;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:600;color:var(--primary-600);background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.consultar__multi-select-trigger.is-open{border-color:var(--primary-400);box-shadow:var(--shadow-lg)}.consultar__multi-select-trigger:disabled{opacity:.6;cursor:not-allowed}.consultar__multi-select-icon{display:grid;place-items:center;color:var(--primary-500);transition:transform .2s ease}.consultar__multi-select-trigger.is-open .consultar__multi-select-icon{transform:rotate(180deg)}.consultar__multi-select-pills{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.consultar__multi-select-pill{padding:4px 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 14%,var(--surface-card));border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);font-size:.75rem;color:var(--primary-700)}.consultar__multi-select-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;border-radius:18px;border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:var(--shadow-lg);padding:12px;display:flex;flex-direction:column;gap:4px;max-height:240px;overflow-y:auto;z-index:20}.consultar__multi-select-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;cursor:pointer;font-size:14px;color:var(--text-secondary)}.consultar__multi-select-option input{accent-color:var(--brand-primary)}.consultar__multi-select-option:hover{background:color-mix(in srgb,var(--brand-primary) 14%,transparent 86%)}.consultar__filters-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap;border-top:1px solid var(--border-soft-tone);padding-top:12px}.consultar__filters-buttons{display:inline-flex;gap:8px;flex-wrap:wrap}.consultar__filters-buttons .btn{min-width:140px}.consultar__table-section{display:flex;flex-direction:column;gap:12px}.consulta-relatorio__exports-summary{font-size:.9rem;color:var(--neutral-muted)}.consulta-relatorio__exports-toggle{display:flex;justify-content:flex-end}.consulta-relatorio__exports-table{--export-header-height: 52px;--export-row-height: 50px;overflow:hidden;max-height:9999px;transition:max-height .32s ease}.consulta-relatorio__exports-table.is-collapsed{max-height:calc(var(--export-header-height) + var(--export-row-height) * 3)}.consultar__table-section .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.consultar__table-section .table{min-width:720px}.consulta-relatorio__delivery-wrapper{overflow-x:auto}@media(min-width:1024px){.consulta-relatorio__delivery-wrapper{overflow-x:visible}.consulta-relatorio__delivery-table{table-layout:fixed;width:100%;min-width:0}.consulta-relatorio__delivery-table th,.consulta-relatorio__delivery-table td{white-space:normal;word-break:break-word}.consulta-relatorio__delivery-table th:nth-child(4),.consulta-relatorio__delivery-table td:nth-child(4){width:200px}.consulta-relatorio__delivery-table th:nth-child(4),.consulta-relatorio__delivery-table td:nth-child(4){max-width:220px}}.consulta-relatorio__message-link{border:none;background:transparent;padding:0;margin:0;color:var(--brand-primary);font:inherit;cursor:pointer;text-align:left;width:100%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.consulta-relatorio__message-link:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-primary) 60%,transparent);outline-offset:2px}.consulta-relatorio__mutability-col{width:64px;text-align:right}.consulta-relatorio__mutability-indicator{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);background:color-mix(in srgb,var(--brand-primary) 8%,var(--neutral-0));color:var(--brand-primary);cursor:default}.consulta-relatorio__mutability-indicator:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-primary) 60%,transparent);outline-offset:2px}.consulta-relatorio__mutability-indicator svg{width:16px;height:16px;fill:currentColor}.consulta-relatorio__credits-header-short{display:none;text-decoration:none;border-bottom:0;cursor:help}.consulta-relatorio__credits-col{text-align:center}@media(max-width:768px){.consulta-relatorio__credits-header-full{display:none}.consulta-relatorio__credits-header-short{display:inline}}.consulta-relatorio__message-modal-content{white-space:pre-wrap;word-break:break-word}.consultar__status-item:hover .consultar__status-popover,.consultar__status-item.is-tutorial-hover .consultar__status-popover,.consultar__status-item.is-forced-hover .consultar__status-popover,.consultar__status-chip:focus-visible+.consultar__status-popover{opacity:1;visibility:visible;transform:translateY(0)}.consultar__status-item.is-tutorial-hover .consultar__status-chip,.consultar__status-item.is-forced-hover .consultar__status-chip{border-color:#0c58464d;box-shadow:0 10px 18px #0c58461f;transform:translateY(-1px)}.consultar__faq-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:1rem;font-weight:600;color:var(--neutral-900);border:none;background:transparent;cursor:pointer}.consultar__legend{display:grid;gap:10px;opacity:0;transform:translateY(-6px);max-height:0;overflow:hidden;transition:opacity .22s ease,transform .22s ease,max-height .22s ease}.consultar__legend-row{border-radius:var(--border-radius-md);padding:12px;border:1px solid var(--border-soft-tone);background:var(--surface-highlight);opacity:0;transform:translate(-20px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.consultar__legend.is-open .consultar__legend-row{opacity:1;transform:translate(0)}.consultar__legend.is-open .consultar__legend-row:nth-child(1){transition-delay:.05s}.consultar__legend.is-open .consultar__legend-row:nth-child(2){transition-delay:.1s}.consultar__legend.is-open .consultar__legend-row:nth-child(3){transition-delay:.15s}.consultar__legend.is-open .consultar__legend-row:nth-child(4){transition-delay:.2s}.consultar__legend.is-open .consultar__legend-row:nth-child(5){transition-delay:.25s}.consultar__btn-loading{display:inline-flex;align-items:center;gap:8px}.consultar__btn-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(12,88,70,.25);border-top-color:var(--brand-primary);animation:consultar-spin .8s linear infinite}@keyframes consultar-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.consultar__filters-grid{grid-template-columns:1fr}.consultar__filters-grid>label,.consultar__field-range{flex:1 1 100%;min-width:100%;max-width:none}.date-range-input{width:100%}.date-range-picker{left:50%;transform:translate(-50%);width:calc(100vw - 32px);max-width:400px}.date-range-picker__months{grid-template-columns:1fr}.date-range-picker__month{max-width:100%}.consultar__filters-actions{flex-direction:column;align-items:stretch}.consultar__field-row{align-items:stretch}.consultar__field-number{max-width:none}.consultar__filters-meta{width:100%}.consultar__summary-card{padding:12px}}@media(max-width:600px){.consultar__faq-toggle{justify-content:flex-end;text-align:left;gap:8px}}.table tbody tr{transition:opacity .4s ease,transform .4s ease,background-color .3s ease;will-change:opacity,transform}.table tbody tr.is-removing{opacity:0;transform:translate(-30px);background-color:#ffe1e1;pointer-events:none}@keyframes tutorialRowReveal{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tutorialCardPulse{0%,to{box-shadow:0 0 #2aa67200}50%{box-shadow:0 0 0 8px #2aa67226}}@keyframes tutorialHighlight{0%,to{background:var(--surface-card)}50%{background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card))}}@keyframes tutorialSearchPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.consultar__summary-card{animation:tutorialCardPulse 2s ease-in-out}.consultar__filters.tutorial-active{animation:tutorialHighlight 1.5s ease-in-out}.consultar .table tbody tr:nth-child(1){animation:tutorialRowReveal .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.1s}.consultar .table tbody tr:nth-child(2){animation:tutorialRowReveal .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.25s}.consultar .table tbody tr:nth-child(3){animation:tutorialRowReveal .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.4s}.consulta-relatorio__exports-table tbody tr:nth-child(1){animation:tutorialRowReveal .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.15s}.consulta-relatorio__exports-table tbody tr:nth-child(2){animation:tutorialRowReveal .6s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.3s}.btn--primary:disabled .consultar__download-spinner{display:inline-block;margin-right:8px}.inbox{display:flex;flex-direction:column;gap:32px;width:100%}.inbox__filters{display:flex;flex-direction:column;gap:16px}.inbox__filters-head{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-600)}.inbox__filters-icon{width:18px;height:18px;display:grid;place-items:center;color:var(--neutral-muted)}.inbox__filters-title{color:var(--neutral-700)}.inbox__filters-grid{display:flex;flex-wrap:wrap;gap:16px}.inbox__filters-field{flex:1 1 220px;min-width:220px;display:flex;flex-direction:column;gap:6px}.inbox__filters-field-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted)}.inbox__filters-multiselect{width:100%}.inbox__filters-input-wrapper{position:relative}.inbox__filters-input{width:100%;border-radius:16px!important;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%);font-weight:600;color:var(--primary-600);padding:12px 16px;min-height:48px;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.inbox__filters-input:focus-visible{outline:none;border-color:var(--primary-400);box-shadow:var(--shadow-lg)}.inbox__filters-input-clear{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--neutral-600);transition:transform .2s ease;padding:0}.inbox__filters-input-clear:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.inbox__filters-input-clear:hover{transform:translateY(-50%) scale(1.05);color:var(--brand-primary)}.inbox__filters-actions{display:flex;justify-content:flex-end}.inbox__filters-error{font-size:.8rem;color:var(--color-danger);font-weight:600}.inbox__table-section{display:flex;flex-direction:column;gap:16px}.inbox__table-controls{display:flex;justify-content:space-between;align-items:center;gap:12px}.inbox__message-button{background:none;border:0;color:var(--neutral-900);padding:0;cursor:pointer;text-align:left;font:inherit}.inbox__message-button:hover{color:var(--brand-primary);text-decoration:underline}.inbox-details__overlay{z-index:1200}.inbox-details__modal{width:min(720px,92vw)}.inbox-details__body{display:flex;flex-direction:column;gap:1.25rem}.inbox-details__text{font-size:1rem;line-height:1.5;color:var(--neutral-900);margin:0}.inbox-details__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.inbox-details__meta span{display:block;font-size:.75rem;color:var(--neutral-muted);text-transform:uppercase;letter-spacing:.08em}.inbox-details__meta strong{display:block;margin-top:.25rem;font-size:.95rem;color:var(--neutral-900)}.inbox__status{padding:1.5rem;text-align:center;color:var(--neutral-muted)}.inbox__status--error{color:var(--color-danger)}.inbox__read-pill,.inbox__processed-pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media(max-width:767px){.inbox__filters-field{min-width:0;flex:1 1 100%}.inbox__table-controls{flex-direction:column;align-items:stretch;gap:12px}.inbox__table-section{padding:16px}.inbox__table-wrapper{margin:0 -16px;padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.inbox__table-wrapper .table{min-width:720px}}.multi-select{position:relative;width:100%}.multi-select-trigger{width:100%;box-sizing:border-box;border-radius:16px;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);padding:12px 16px;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:600;color:var(--primary-600);background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.multi-select-trigger.is-open{border-color:var(--primary-400);box-shadow:var(--shadow-lg)}.multi-select-trigger:disabled{opacity:.6;cursor:not-allowed}.multi-select-label{min-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-select-icon{display:grid;place-items:center;color:var(--primary-500);transition:transform .2s ease}.multi-select.is-open .multi-select-icon{transform:rotate(180deg)}.multi-select-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;border-radius:18px;border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:var(--shadow-lg);padding:12px;display:flex;flex-direction:column;gap:4px;max-height:260px;overflow-y:auto;z-index:20}.multi-select-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;cursor:pointer;font-size:.9rem;color:var(--text-secondary)}.multi-select-option:hover{background:color-mix(in srgb,var(--brand-primary) 14%,transparent 86%)}.multi-select-option input{accent-color:var(--brand-primary)}.outbox{display:flex;flex-direction:column;gap:32px;width:100%}.outbox__counter{display:inline-flex;align-items:center;gap:8px;padding:.75rem 1rem;font-size:.95rem}.outbox__header-actions{display:flex;gap:16px;align-items:stretch;flex-wrap:wrap}.outbox__buffer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:220px}.outbox__buffer strong{display:block;font-size:1.35rem;color:var(--brand-primary)}.outbox__buffer-clear{white-space:nowrap}.outbox__actions{flex-direction:column;gap:16px}.outbox__search{width:100%}.outbox__search-error{margin:8px 0 0;font-size:.8rem;color:var(--color-danger);font-weight:600}.outbox__buffer-feedback{margin:0;font-size:.85rem;color:var(--neutral-muted)}.outbox__admin-cell{display:flex;align-items:center;gap:8px}.outbox__delete-icon{border:none;background:transparent;padding:8px;border-radius:999px;color:var(--color-danger);cursor:pointer;transition:background .16s ease,color .16s ease}.outbox__delete-icon svg{display:block;width:22px;height:22px}.outbox__delete-icon:disabled{opacity:.5;cursor:not-allowed}.outbox__delete-icon:hover:not(:disabled){background:color-mix(in srgb,var(--color-danger) 12%,transparent)}.outbox__table-section{display:flex;flex-direction:column;gap:16px}.outbox__table-controls{display:flex;justify-content:flex-end}.outbox__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.outbox__table-wrapper .table{min-width:720px}.outbox__status{padding:1.5rem;text-align:center;color:var(--neutral-muted)}.outbox__status--error{color:var(--color-danger)}@media(max-width:767px){.outbox__actions{flex-direction:column;align-items:stretch}.outbox__search{width:100%}.outbox__table-section{padding:16px}.outbox__table-controls{flex-direction:column;align-items:stretch}.outbox__table-wrapper{margin:0 -16px;padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch}.outbox__table-wrapper .table{min-width:720px}}.registo-mensal{display:flex;flex-direction:column;gap:24px;width:100%}.registo-mensal__lead{margin-top:8px;color:var(--neutral-muted)}.registo-mensal__table-card{display:flex;flex-direction:column;gap:16px;padding:12px 14px}.registo-mensal__filters{display:flex;flex-direction:column;gap:16px;width:100%}.registo-mensal__filters-head{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-600)}.registo-mensal__filters-icon{width:18px;height:18px;display:grid;place-items:center;color:var(--neutral-muted)}.registo-mensal__filters-title{color:var(--neutral-700)}.registo-mensal__filters-grid{display:flex;flex-wrap:wrap;gap:16px}.registo-mensal__filters-field{flex:1 1 220px;min-width:220px;display:flex;flex-direction:column;gap:6px}.registo-mensal__filters-field-label{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted)}.registo-mensal__filters-dropdown .select-dropdown__trigger{height:48px}.registo-mensal__filters-dropdown{width:100%}.registo-mensal__filters-input-wrapper{position:relative}.registo-mensal__filters-input{width:100%;height:48px!important;padding:12px 42px 12px 16px;border-radius:15px;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent 76%);background:color-mix(in srgb,var(--neutral-0) 100%,var(--brand-primary) 0%);font-weight:600;color:var(--primary-600);box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.registo-mensal__filters-input:focus-visible{outline:none;border-color:var(--primary-400);box-shadow:var(--shadow-lg)}.registo-mensal__filters-input-clear{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--neutral-600);transition:transform .2s ease;padding:0}.registo-mensal__filters-input-clear:hover{transform:translateY(-50%) scale(1.05);color:var(--brand-primary)}.registo-mensal__filters-input-clear:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.registo-mensal__filters-actions{display:flex;justify-content:flex-end}.registo-mensal__table-controls{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px;gap:12px}.registo-mensal__table-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end}.registo-mensal__table-card .table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.registo-mensal__cost-col{text-align:center}.registo-mensal__status-trigger{border:0;background:transparent;padding:0;cursor:pointer}.registo-mensal__status-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 10px;border-radius:999px;font-size:.85rem;font-weight:600;white-space:nowrap;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.registo-mensal__status-trigger:hover .registo-mensal__status-pill,.registo-mensal__status-trigger:focus-visible .registo-mensal__status-pill{box-shadow:0 6px 14px #0c584633;transform:translateY(-1px);filter:saturate(1.06)}.registo-mensal__status-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-primary) 60%,transparent);outline-offset:3px;border-radius:999px}.registo-mensal__page-indicator{font-weight:600}.consultar__faq{display:flex;flex-direction:column;gap:12px}.consultar__faq-title{margin:0;font-size:1.05rem;color:var(--neutral-900)}.consultar__delivery-visual{display:flex;flex-direction:column;gap:12px}.consultar__status-list{display:flex;flex-wrap:wrap;gap:12px}.consultar__status-item{position:relative}.consultar__status-chip{border:1px solid rgba(12,88,70,.15);border-radius:999px;background:#fff;padding:8px 14px;display:inline-flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600;color:#1f5d52;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.consultar__status-chip:hover,.consultar__status-chip:focus-visible{border-color:#0c58464d;box-shadow:0 10px 18px #0c58461f;transform:translateY(-1px)}.consultar__status-dot{width:10px;height:10px;border-radius:50%}.consultar__status-popover{position:absolute;left:0;top:calc(100% + 10px);min-width:260px;max-width:320px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:5}.consultar__status-item:hover .consultar__status-popover,.consultar__status-item.is-forced-hover .consultar__status-popover,.consultar__status-chip:focus-visible+.consultar__status-popover{opacity:1;visibility:visible;transform:translateY(0)}.consultar__status-item.is-forced-hover .consultar__status-chip{border-color:#0c58464d;box-shadow:0 10px 18px #0c58461f;transform:translateY(-1px)}.consultar__status-popover-inner{background:#fff;border-radius:14px;border:1px solid rgba(12,88,70,.12);box-shadow:0 18px 36px #0c58462e;padding:12px 14px;color:#1f5d52;font-size:.85rem;line-height:1.4}.consultar__status-popover-inner strong{display:block;margin-bottom:6px;font-size:.9rem}.consultar__faq-toggle{border:none;background:transparent;color:var(--brand-secondary);display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;cursor:pointer}.consultar__legend{display:grid;gap:12px;opacity:0;transform:translateY(-6px);max-height:0;overflow:hidden;transition:opacity .22s ease,transform .22s ease,max-height .22s ease}.consultar__legend.is-open{opacity:1;transform:translateY(0);max-height:2000px}.consultar__legend-row{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:12px;background:var(--surface-muted-tone)}.consultar__legend-row strong{display:block;margin-bottom:4px}.consultar__legend-row.is-entregue{background:#d9f7d6;border-color:#a8df9f}.consultar__legend-row.is-falha{background:#ffe1e1;border-color:#f4b1b1}.consultar__legend-row.is-pendente{background:#fff8d4;border-color:#f1dc86}.consultar__legend-row.is-expirado{background:#ffe7cb;border-color:#f4c18c}.consultar__legend-row.is-optout{background:#dfeaff;border-color:#a9c2ff}@media(max-width:768px){.registo-mensal{padding:0;max-width:none}.registo-mensal__filters-grid{flex-direction:column}.registo-mensal__filters-field{flex:1 1 100%;min-width:100%}.registo-mensal__filters-actions{justify-content:stretch}.registo-mensal__filters-actions .btn{width:100%}.registo-mensal__table-card{padding:16px}.registo-mensal__table-controls{flex-direction:column;align-items:stretch;gap:12px}.registo-mensal__table-filters{justify-content:stretch;flex-direction:column}.registo-mensal__table-card .table-wrapper{margin:0 -16px;padding:0 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.registo-mensal__table-card .table{min-width:720px}.registo-mensal .pagination{flex-direction:column;align-items:stretch;gap:12px}.registo-mensal .pagination__controls{justify-content:space-between}}@media(min-width:768px){.registo-mensal__actions{flex-direction:row;align-items:center}.registo-mensal__search{flex:1 1 auto}.registo-mensal__month{min-width:220px}}.registo-acoes{display:flex;flex-direction:column;gap:24px;width:100%}.registo-acoes__lead{margin-top:8px;color:var(--neutral-muted)}.registo-acoes__actions{display:flex;flex-direction:column;gap:16px}.registo-acoes__search{width:100%}.registo-acoes__table-card{display:flex;flex-direction:column;gap:20px;padding:16px}.registo-acoes__table-controls{display:flex;justify-content:flex-end;align-items:center;margin-bottom:8px}.registo-acoes__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.registo-acoes__table-wrapper .table{min-width:720px;border-collapse:separate;border-spacing:0;border-radius:var(--border-radius-lg);overflow:hidden}.registo-acoes__cell--center{display:flex;justify-content:center;text-align:center}.registo-acoes__modal-body{display:flex;flex-direction:column;gap:12px}.registo-acoes__modal-body dt{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--neutral-muted)}.registo-acoes__modal-body dd{margin:0;font-weight:600}.registo-acoes__modal-body pre{margin:0;font-family:JetBrains Mono,Fira Mono,ui-monospace,SFMono-Regular,monospace;background:var(--surface-muted-tone);border-radius:var(--border-radius-md);padding:12px;white-space:pre-wrap;font-size:.85rem;line-height:1.5;overflow-x:auto}.registo-acoes__json{max-height:400px;overflow-y:auto}.registo-acoes__cell--truncate{max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.registo-acoes__page-indicator{font-weight:600}@media(max-width:768px){.registo-acoes{padding:0;max-width:none}.registo-acoes__table-card{padding:16px}.registo-acoes__table-controls{flex-direction:column;align-items:stretch}.registo-acoes__table-wrapper{margin:0 -16px;padding:0 16px;overflow-x:auto}.registo-acoes .pagination{flex-direction:column;align-items:stretch;gap:12px}.registo-acoes .pagination__controls{width:100%;justify-content:space-between}}@media(min-width:768px){.registo-acoes__actions{flex-direction:row;align-items:center}.registo-acoes__search{flex:1 1 auto}}.subaccounts__header{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;align-items:flex-start}.subaccounts__eyebrow{margin:0;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--neutral-muted)}.subaccounts__header h1{margin:4px 0 0;font-size:2rem;font-weight:700;color:var(--neutral-900)}.subaccounts__copy-card{width:100%;padding:.85rem 1rem;border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:16px}.subaccounts__copy-card--full{margin-bottom:24px}.subaccounts__copy-headline{display:flex;gap:12px;align-items:center;flex:1}.subaccounts__copy-icon{width:40px;height:40px;border-radius:12px;background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));color:var(--brand-primary);display:grid;place-items:center}.subaccounts__copy-icon svg{width:20px;height:20px;fill:currentColor}.subaccounts__copy-title{margin:0 0 4px;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-900)}.subaccounts__copy-list{margin:0;padding-left:16px;display:grid;gap:2px;font-size:.8rem;color:var(--neutral-muted);line-height:1.35}.subaccounts__copy-list li::marker{color:var(--brand-primary)}.subaccounts__copy-button{margin-left:auto;align-self:center}.subaccounts__copy-card--inline{max-width:none;height:100%}.subaccounts__form{display:flex;flex-direction:column;gap:32px}.subaccounts__panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;align-items:stretch}.subaccounts__panel-group{display:flex;flex-direction:column;gap:16px}.subaccounts__panel{display:flex;flex-direction:column;height:100%}.subaccounts__panel--contacts.is-revealing{animation:subaccountsContactsReveal .46s ease-out}.subaccounts__panel--contacts.is-revealing .subaccounts__field{animation:subaccountsFieldReveal .42s ease-out both}.subaccounts__panel--contacts.is-revealing .subaccounts__field:nth-child(2){animation-delay:40ms}.subaccounts__panel--contacts.is-revealing .subaccounts__field:nth-child(3){animation-delay:80ms}.subaccounts__panel--contacts.is-revealing .subaccounts__field:nth-child(4){animation-delay:.12s}.subaccounts__panel--contacts.is-revealing .subaccounts__field:nth-child(5){animation-delay:.16s}.subaccounts__panel--contacts.is-revealing .subaccounts__field:nth-child(6){animation-delay:.2s}@keyframes subaccountsContactsReveal{0%{box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 0%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--brand-primary) 12%,transparent)}to{box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 0%,transparent)}}@keyframes subaccountsFieldReveal{0%{opacity:.1;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.subaccounts__column{display:flex;flex-direction:column;gap:18px}.subaccounts__column--contacts{gap:20px}.subaccounts__field{display:flex;flex-direction:column;gap:6px}.subaccounts__field span{font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-secondary)}.subaccounts__field input,.subaccounts__field select,.subaccounts__field .select-dropdown__trigger{border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);padding:.65rem .85rem;font:inherit;background:var(--surface-card);color:var(--neutral-900);transition:border-color .16s ease,box-shadow .16s ease}.subaccounts__field input::placeholder,.subaccounts__field textarea::placeholder{color:color-mix(in srgb,var(--neutral-muted) 85%,var(--color-white) 15%);opacity:.7}.subaccounts__field input:focus,.subaccounts__field select:focus,.subaccounts__field .select-dropdown__trigger.is-open,.subaccounts__field .select-dropdown__trigger:focus-visible{border-color:var(--brand-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-primary) 30%,transparent);outline:none}.subaccounts__hint-line{display:flex;justify-content:space-between;gap:12px;font-size:.75rem;color:var(--neutral-muted)}.subaccounts__counter{font-weight:600;color:var(--neutral-muted)}.subaccounts__counter.is-bad{color:var(--color-danger)}.subaccounts__hint{color:var(--neutral-muted)}.subaccounts__hint--warning{color:var(--color-warning-strong)}.subaccounts__error{font-size:.8rem;color:var(--color-danger)}.subaccounts__success{font-size:.85rem;color:var(--brand-primary)}.subaccounts__checkbox{display:flex;align-items:center;gap:10px;padding:12px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-card);cursor:pointer}.subaccounts__checkbox input{width:18px;height:18px}.subaccounts__checkbox span{font-size:.9rem;font-weight:600;color:var(--neutral-900)}.subaccounts__permissions{display:grid;gap:24px}.subaccounts__permissions h2{margin:0;font-size:1.1rem;font-weight:700;color:var(--neutral-900)}.subaccounts__profile{display:flex;flex-direction:column;gap:8px;max-width:100%}.subaccounts__profile>span{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-secondary)}.subaccounts__profile-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.subaccounts__profile-select{min-width:280px;max-width:320px}.subaccounts__profile-immediate-wrapper{display:inline-flex;opacity:0;transform:translate(-20px);max-width:0;overflow:hidden;transition:opacity .3s ease-out,transform .3s ease-out,max-width .3s ease-out;pointer-events:none}.subaccounts__profile-immediate-wrapper.is-visible{opacity:1;transform:translate(0);max-width:300px;pointer-events:auto}.subaccounts__profile-immediate{color:var(--neutral-900);font-weight:600;white-space:nowrap}.subaccounts__table{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-lg);overflow:hidden;background:var(--surface-card);display:grid;grid-template-columns:minmax(0,200px) minmax(0,1fr);box-shadow:var(--shadow-sm)}.subaccounts__table-head{padding:18px 20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--table-header-color);display:flex;align-items:center;background:var(--table-header-bg);border-right:1px solid color-mix(in srgb,var(--table-header-bg) 70%,black 10%)}.subaccounts__table-body{padding:16px 20px;display:flex;flex-direction:column;gap:12px;color:var(--neutral-900)}.subaccounts__toggle{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600;color:var(--brand-secondary);cursor:pointer}.subaccounts__toggle input{width:18px;height:18px}.subaccounts__table .subaccounts__toggle{color:var(--neutral-900)}.subaccounts__table .subaccounts__toggle input{accent-color:var(--brand-secondary)}.subaccounts__permission-group{display:grid;grid-template-columns:minmax(0,180px) minmax(0,1fr);gap:16px;padding:12px 0;border-top:1px solid var(--border-soft-tone);align-items:center}.subaccounts__permission-group:first-child{border-top:none;padding-top:0}.subaccounts__permission-title{font-size:.9rem;font-weight:700;color:var(--brand-secondary)}.subaccounts__permission-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;align-items:center}.subaccounts__actions{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap}.subaccounts__submit{border:none;border-radius:16px;padding:16px 36px;font-size:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--gradient-brand);color:var(--color-white);cursor:pointer;box-shadow:var(--shadow-lg);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.subaccounts__submit[disabled]{opacity:.6;cursor:not-allowed}.subaccounts__submit:hover:not([disabled]){transform:translateY(-2px);box-shadow:var(--shadow-xl)}.subaccounts__submit-hint{font-size:.8rem;color:var(--neutral-muted)}@media(max-width:960px){.subaccounts{padding-inline:var(--page-horizontal-gutter)}.subaccounts__panels,.subaccounts__panel-group,.subaccounts__table{grid-template-columns:1fr}.subaccounts__table-head{border-right:none}.subaccounts__permission-group,.subaccounts__permission-actions{grid-template-columns:1fr}}@media(max-width:768px){.subaccounts__copy-card{padding:.65rem .75rem;gap:12px;flex-direction:column;align-items:flex-start}.subaccounts__copy-headline{gap:8px}.subaccounts__copy-icon{width:32px;height:32px}.subaccounts__copy-title{font-size:.75rem}.subaccounts__copy-list{padding-left:12px;font-size:.75rem}.subaccounts__copy-button{width:100%;margin-left:0;align-self:stretch}}.subaccounts-manage{display:flex;flex-direction:column;gap:32px;width:100%;font-size:.95rem;line-height:1.55;color:var(--neutral-900)}.subaccounts-manage__column-footer{display:flex;flex-direction:column;gap:12px;margin-top:18px;align-items:flex-end}.subaccounts-manage__actions{display:inline-flex;align-items:center;gap:.75rem}.subaccounts-manage__actions--footer{justify-content:flex-end;width:100%}.subaccounts-manage__column-header-toggle{margin-left:auto;display:flex;align-items:center}.subaccounts-manage__actions--footer{justify-content:flex-end}.subaccounts-manage__section{display:flex;flex-direction:column;gap:20px}.subaccounts-manage__profile{gap:16px}.subaccounts-manage__profile .profile-detail-grid--compact{gap:16px 32px}.subaccounts-manage__profile .profile-detail--saldo{justify-self:flex-end;min-width:260px;margin-left:auto;text-align:right}.subaccounts-manage__saldo-highlight-target{display:inline-block}.subaccounts-manage__page-header{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.subaccounts-manage__header-actions{display:flex;justify-content:flex-end;margin-left:auto}.subaccounts-manage__delete-btn{white-space:nowrap}.subaccounts-manage__delete-btn:hover:not(:disabled){background:color-mix(in srgb,var(--color-danger) 26%,var(--surface-card));border-color:color-mix(in srgb,var(--color-danger) 70%,transparent)}.subaccounts-manage__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.shepherd-theme-subcontas-gestao.shepherd-element{border-radius:12px;max-width:min(420px,calc(100vw - 24px));z-index:9999}.shepherd-theme-subcontas-gestao .shepherd-content{background:#fff;border:1px solid rgba(2,123,92,.12);border-radius:12px;color:var(--neutral-900);box-shadow:0 0 0 1px #00000005,0 8px 16px #0000000a,0 16px 32px #027b5c14;overflow:hidden}.shepherd-theme-subcontas-gestao .shepherd-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.shepherd-theme-subcontas-gestao .shepherd-title{font-size:1.0625rem;font-weight:600;color:#1a1a1a;letter-spacing:-.015em;margin:0;line-height:1.4}.shepherd-theme-subcontas-gestao .shepherd-text{color:#4a5568;padding:20px 24px 24px;font-size:.9375rem;line-height:1.6;max-width:65ch}.shepherd-theme-subcontas-gestao .shepherd-text p{margin:0 0 10px}.shepherd-theme-subcontas-gestao .shepherd-text p:last-child{margin-bottom:0}.shepherd-theme-subcontas-gestao .shepherd-text strong{color:#1a1a1a;font-weight:600}.shepherd-theme-subcontas-gestao .shepherd-text code{background:#027b5c14;padding:2px 6px;border-radius:4px;font-size:.875rem;color:var(--brand-primary);font-family:ui-monospace,monospace}.shepherd-theme-subcontas-gestao .shepherd-footer{padding:16px 24px;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;background:#fafafa;border-top:1px solid rgba(0,0,0,.06)}.shepherd-theme-subcontas-gestao .shepherd-progress{font-size:.8125rem;color:#718096;font-weight:500;letter-spacing:.01em}.shepherd-theme-subcontas-gestao .shepherd-button{background:var(--brand-primary);border:none;border-radius:7px;color:#fff;font-weight:600;font-size:.875rem;min-height:38px;padding:0 18px;letter-spacing:-.005em;transition:all .15s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #027b5c33;cursor:pointer}.shepherd-button.shepherd-button-subcontas-primary{background:var(--brand-primary);color:#fff;border:none}.shepherd-button.shepherd-button-subcontas-primary:hover,.shepherd-button.shepherd-button-subcontas-primary:not(:disabled):hover{background:var(--primary-strong);color:#fff}.shepherd-theme-subcontas-gestao .shepherd-button:hover,.shepherd-theme-subcontas-gestao .shepherd-button:not(:disabled):hover{background:var(--primary-strong);transform:translateY(-.5px);box-shadow:0 2px 6px #027b5c4d}.shepherd-theme-subcontas-gestao .shepherd-button:active{transform:translateY(0);box-shadow:0 1px 2px #027b5c40}.shepherd-theme-subcontas-gestao .shepherd-button.shepherd-button-secondary{background:#fff;border:1px solid rgba(0,0,0,.12);color:#4a5568;box-shadow:0 1px 2px #0000000a}.shepherd-theme-subcontas-gestao .shepherd-button.shepherd-button-secondary:hover{background:#f7fafc;border-color:#027b5c4d;color:var(--brand-primary);transform:translateY(-.5px);box-shadow:0 2px 4px #0000000f}.shepherd-theme-subcontas-gestao .shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#f7fafc;border-color:#027b5c4d;color:var(--brand-primary)}.shepherd-theme-subcontas-gestao .shepherd-cancel-icon{color:#a0aec0;font-size:1.375rem;line-height:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:5px;transition:all .12s ease;cursor:pointer}.shepherd-theme-subcontas-gestao .shepherd-cancel-icon:hover{background:#0000000f;color:#2d3748}.shepherd-theme-subcontas-gestao .shepherd-arrow:before{background:#fff;border:1px solid rgba(2,123,92,.12)}.shepherd-modal-overlay-container.shepherd-modal-is-visible{background:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:all .2s ease}.shepherd-target.shepherd-enabled{border-radius:var(--border-radius-lg);position:relative;z-index:9998;box-shadow:0 0 0 3px #fff,0 0 0 5px var(--brand-primary),0 0 0 8px #027b5c33,0 12px 24px #027b5c26;transition:all .18s cubic-bezier(.4,0,.2,1);animation:shepherd-pulse 2.5s ease-in-out infinite}.shepherd-target.shepherd-enabled.modal,.shepherd-target.shepherd-enabled.schedule-modal,.shepherd-target.shepherd-enabled.template-modal,.shepherd-target.shepherd-enabled.sms-preview-modal,.shepherd-target.shepherd-enabled.agenda-details__modal,.shepherd-target.shepherd-enabled.cost-preview-modal__container{opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}@keyframes shepherd-pulse{0%,to{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--brand-primary),0 0 0 8px #027b5c33,0 12px 24px #027b5c26}50%{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--brand-primary),0 0 0 11px #027b5c26,0 12px 24px #027b5c33}}.shepherd-theme-subcontas-gestao .shepherd-element{animation:shepherd-fade-in .2s ease-out}@keyframes shepherd-fade-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:720px){.shepherd-theme-subcontas-gestao.shepherd-element{max-width:calc(100vw - 24px)}.shepherd-theme-subcontas-gestao .shepherd-header{padding:18px 20px}.shepherd-theme-subcontas-gestao .shepherd-title{font-size:1rem}.shepherd-theme-subcontas-gestao .shepherd-text{padding:18px 20px 20px;font-size:.875rem}.shepherd-theme-subcontas-gestao .shepherd-footer{padding:14px 20px;flex-direction:column;align-items:stretch;gap:10px}.shepherd-theme-subcontas-gestao .shepherd-button{width:100%;justify-content:center}.shepherd-theme-subcontas-gestao .shepherd-progress{text-align:center}}.subaccounts-manage__profile-select{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:start;margin-top:8px}.subaccounts-manage__profile-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.profile-detail__value--single-line{white-space:nowrap;overflow:visible;text-overflow:unset}.subaccounts-manage__profile-contacts{display:flex;flex-direction:column;gap:12px}.subaccounts-manage__profile-contact{padding:14px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-card)}.subaccounts-manage__profile-contact-title{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;color:var(--neutral-muted)}.subaccounts-manage__profile-contact p{margin:4px 0 0;font-size:.9rem}.subaccounts-manage__profile-security{padding:12px;border-radius:var(--border-radius-md);border:1px dashed var(--border-soft-tone);background:var(--surface-muted-tone);display:flex;flex-direction:column;gap:6px}.subaccounts-manage__profile-security span{font-weight:600}.subaccounts-manage__profile-security.is-secure span{color:var(--success-600)}.subaccounts-manage__profile-card{border:none;box-shadow:none;padding:0}.subaccounts-manage__profile-title{margin:4px 0 0}.subaccounts-manage__profile-heading{display:flex;align-items:center;gap:16px}.subaccounts-manage__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.subaccounts-manage__section h2{margin:0;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-900)}.subaccounts-manage__history{display:flex;flex-direction:column;gap:12px;width:100%}.subaccounts-manage__history .table__value{font-weight:600;color:var(--neutral-900)}.subaccounts-manage__history .table__value--negative{color:var(--color-danger)}.subaccounts-manage__section-title{margin:0;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-900)}.subaccounts-manage__rows{display:grid;gap:12px}.subaccounts-manage__math{padding:12px 16px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);display:flex;flex-direction:column;gap:8px}.subaccounts-manage__row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone)}.subaccounts-manage__addition{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.subaccounts-manage__addition-row{display:inline-flex;align-items:center;gap:6px;font-size:1rem}.subaccounts-manage__addition-operator{font-weight:600;color:var(--primary-500)}.subaccounts-manage__math-row{display:flex;justify-content:space-between;align-items:center}.subaccounts-manage__math-separator{border-top:1px solid var(--border-soft-tone)}.subaccounts-manage__math-label{font-size:.85rem;color:var(--neutral-muted)}.subaccounts-manage__math-row strong{font-size:1.15rem;color:var(--neutral-900)}.subaccounts-manage__math-row--total strong{font-size:1.35rem;font-weight:600}.subaccounts-manage__columns{display:flex;flex-direction:column;gap:24px}.subaccounts-manage__column{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:20px;display:flex;flex-direction:column;gap:16px;background:var(--surface-muted-tone)}.subaccounts-manage__inline-card{display:inline-flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-card);font-size:.95rem;color:var(--neutral-muted)}.subaccounts-manage__inline-card strong{font-size:1.2rem;color:var(--neutral-900)}.subaccounts-manage__column-title{margin:0 0 8px;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-900)}.subaccounts-manage__column-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.subaccounts-manage__column-toggles{display:flex;flex-direction:column;gap:12px}.subaccounts-manage__buffer-meta-actions{display:flex;justify-content:flex-end}.subaccounts-manage__value{margin:0;font-weight:600;font-size:1rem;color:var(--neutral-900)}.subaccounts-manage__fields,.subaccounts-manage__toggles{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.subaccounts-manage__toggle{display:inline-flex;align-items:center;gap:12px}.subaccounts-manage__toggle.is-disabled{opacity:.6}.subaccounts-manage__toggle-label{font-weight:500;font-size:.8rem;color:var(--neutral-700);letter-spacing:.04em;text-transform:uppercase}.subaccounts-manage__notice{font-size:.9rem;color:var(--neutral-muted);margin:8px 0 0}.subaccounts-manage__error{font-size:.9rem;color:var(--color-danger);margin:4px 0 0}.subaccounts-manage__notice-card{text-align:center;color:var(--neutral-muted);padding:32px}.subaccounts-manage__profile-placeholder{padding:16px;border-radius:var(--border-radius-md);border:1px dashed var(--border-soft-tone);background:var(--surface-muted-tone);color:var(--neutral-muted)}.subaccounts-manage__field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--neutral-900)}.subaccounts-manage__field span{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--neutral-muted)}.subaccounts-manage__field .input{width:100%}.subaccounts-manage__copy-card{background:var(--gradient-card);max-width:360px;display:flex;flex-direction:column;gap:12px}.subaccounts-manage__copy-headline{display:flex;gap:12px}.subaccounts-manage__copy-icon{width:40px;height:40px;border-radius:var(--border-radius-md);background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));display:grid;place-items:center}.subaccounts-manage__copy-list{margin:0;padding-left:18px;color:var(--neutral-muted)}.subaccounts-manage__collapsible{padding:0;display:flex;flex-direction:column;gap:0;background:var(--brand-secondary);border:1px solid color-mix(in srgb,var(--brand-secondary) 50%,black 5%);box-shadow:0 12px 24px color-mix(in srgb,var(--brand-secondary) 35%,transparent);color:var(--color-white)}.card.subaccounts-manage__collapsible{border-radius:var(--border-radius-lg);background:var(--brand-secondary)}.subaccounts-manage__collapsible.is-open,.card.subaccounts-manage__collapsible.is-open{background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));border-color:color-mix(in srgb,var(--brand-primary) 35%,var(--border-soft-tone));box-shadow:0 10px 24px color-mix(in srgb,var(--brand-primary) 18%,transparent);color:var(--neutral-900)}.subaccounts-manage__collapsible-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-soft-tone);border:none;background:transparent;color:var(--color-white);font-size:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.subaccounts-manage__collapsible.is-open .subaccounts-manage__collapsible-header{color:var(--neutral-900)}.subaccounts-manage__collapsible-body{display:flex;flex-direction:column;gap:16px;padding:1rem 1.5rem 1.5rem;color:var(--color-white);font-size:.95rem;line-height:1.5}.subaccounts-manage__collapsible.is-open .subaccounts-manage__collapsible-body{color:var(--neutral-900)}.subaccounts-manage__buffer{display:flex;flex-direction:column;gap:20px}.subaccounts-manage__range{appearance:none;width:100%;height:10px;border-radius:999px;background-color:var(--surface-muted-tone);overflow:visible;transition:background .22s cubic-bezier(.22,1,.36,1)}.subaccounts-manage__range::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer;margin-top:-4px;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.subaccounts-manage__range::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.subaccounts-manage__buffer-values{display:inline-flex;align-items:center;gap:8px;font-weight:600}.subaccounts-manage__step-buttons{display:inline-flex;align-items:center;gap:8px}.subaccounts-manage__step-buttons .btn--icon{width:32px;height:32px;border-radius:999px;padding:0;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);transition:background-color .16s ease,border-color .16s ease,color .16s ease}.subaccounts-manage__step-buttons .btn--icon:hover:not(:disabled){background:var(--surface-muted-tone);border-color:color-mix(in srgb,var(--brand-primary) 36%,transparent);color:var(--brand-primary)}.subaccounts-manage__step-buttons .btn--icon svg{width:12px;height:12px}.subaccounts-manage__numeric-input{width:96px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);font-weight:600;text-align:center}.subaccounts-manage__numeric-input:focus{outline:2px solid var(--primary-400);outline-offset:2px}.subaccounts-manage__numeric-input::-webkit-outer-spin-button,.subaccounts-manage__numeric-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.subaccounts-manage__numeric-input[type=number]{appearance:textfield;-moz-appearance:textfield}.subaccounts-manage__buffer-meta{display:flex;flex-direction:column;align-items:flex-start;gap:12px;flex-wrap:wrap;font-size:.95rem}.subaccounts-manage__buffer-count{font-size:1.25rem;margin-left:.5rem}.subaccounts-manage__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.subaccounts-manage__transfer-live-value{display:inline-flex;align-items:baseline;gap:8px;width:fit-content;margin-left:auto;padding:8px 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--brand-primary) 32%,transparent);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card))}.subaccounts-manage__transfer-live-value span{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted)}.subaccounts-manage__transfer-live-value strong{font-size:.95rem;color:var(--neutral-900)}.subaccounts-manage__save-btn{border-style:dashed;border-width:1px;border-color:var(--success-500);color:var(--success-700);background:var(--color-white);text-transform:none;padding:.55rem .95rem;border-radius:var(--border-radius-md);min-width:140px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.subaccounts-manage__save-btn:hover:not(:disabled){background:color-mix(in srgb,var(--success-500) 12%,var(--color-white));border-color:var(--success-600);color:var(--success-800)}.subaccounts-manage__save-btn:active:not(:disabled){background:color-mix(in srgb,var(--success-600) 16%,var(--color-white))}.subaccounts-manage__transfer{display:flex;flex-direction:column;gap:20px}.subaccounts-manage__transfer-controls{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;width:100%}.subaccounts-manage__transfer-controls .subaccounts-manage__field{flex:1 1 100%}.subaccounts-manage__transfer-input{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:10px 14px;background:var(--surface-muted-tone)}.subaccounts-manage__transfer-input .input{border:0;background:transparent;padding:0;min-width:0;width:auto;box-shadow:none}.subaccounts-number-input{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:6px 10px;background:var(--surface-muted-tone)}.subaccounts-number-input input[type=number]{border:none;background:transparent;width:70px;text-align:center}.subaccounts-number-input input[type=number]:focus{outline:none;box-shadow:none}.subaccounts-manage__transfer-actions{display:inline-flex;gap:8px}.subaccounts-manage__footer{display:flex;justify-content:flex-end;color:var(--neutral-muted)}.subaccounts-manage__footer span{font-weight:600;color:var(--neutral-900)}.subaccounts-manage__table-head,.subaccounts-manage__table-body{gap:12px;display:flex;flex-direction:column}.subaccounts-help{font-size:.85rem;color:var(--neutral-muted)}@media(max-width:768px){.subaccounts-manage{padding:0 16px;max-width:none}.subaccounts-manage__header-actions{margin-left:0;width:100%;justify-content:flex-start}.subaccounts-manage__buffer-meta-actions{justify-content:flex-start}}.gerir-api{display:flex;flex-direction:column;gap:24px;width:100%}.gerir-api__subtitle{margin:8px 0 0;color:var(--neutral-muted)}.gerir-api__title-row{display:inline-flex;align-items:center;gap:10px}.gerir-api__tutorial-banner{border:1px solid color-mix(in srgb,var(--brand-primary) 24%,transparent);border-radius:var(--border-radius-md);padding:12px 16px;background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));display:grid;gap:4px}.gerir-api__tutorial-banner strong{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary)}.gerir-api__tutorial-banner p{margin:0;color:var(--neutral-muted)}.gerir-api__buffer-card{border-top:4px solid var(--brand-primary);display:flex;flex-direction:column;gap:16px}.gerir-api__buffer-card.is-collapsed{gap:8px}.gerir-api__buffer-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.gerir-api__buffer-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-muted);font-size:.85rem}.gerir-api__buffer-title{margin:2px 0 0;font-size:1.2rem;color:var(--neutral-900)}.gerir-api__buffer-toggle-group{display:flex;align-items:center;gap:12px;color:var(--brand-primary);font-weight:600}.gerir-api__buffer-toggle-label{color:var(--brand-primary)}.gerir-api__buffer-controls{display:flex;flex-wrap:wrap;align-items:center;gap:16px;overflow:hidden;transition:max-height .2s ease,opacity .2s ease,padding-top .2s ease;max-height:320px}.gerir-api__buffer-card.is-collapsed .gerir-api__buffer-controls{max-height:0;opacity:0;padding-top:0}.gerir-api__buffer-slider{flex:1 1 320px}.gerir-api__buffer-slider input[type=range]{width:100%;height:10px;border-radius:999px;appearance:none;background-color:var(--surface-muted-tone)}.gerir-api__buffer-slider input[type=range]:disabled{opacity:.4}.gerir-api__buffer-slider input[type=range]::-webkit-slider-thumb{appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.gerir-api__buffer-slider input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-white);border:2px solid var(--brand-primary);box-shadow:var(--shadow-md);cursor:pointer}.gerir-api__numeric-input{width:96px;padding:6px 10px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);font-weight:600;text-align:center}.gerir-api__numeric-input:focus{outline:2px solid var(--primary-400);outline-offset:2px}.gerir-api__numeric-input::-webkit-outer-spin-button,.gerir-api__numeric-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gerir-api__numeric-input[type=number]{appearance:textfield;-moz-appearance:textfield}.gerir-api__buffer-values{display:inline-flex;align-items:center;gap:8px;font-weight:600;margin-top:8px}.gerir-api__step-buttons{display:inline-flex;align-items:center;gap:8px}.gerir-api__step-buttons .btn--icon{width:32px;height:32px;border-radius:999px;padding:0;border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900)}.gerir-api__step-buttons .btn--icon svg{width:12px;height:12px}.gerir-api__buffer-save{min-width:140px}.gerir-api__table-card .table{min-width:720px}.gerir-api__table-card{border-top:4px solid var(--brand-primary);display:flex;flex-direction:column;gap:16px}.gerir-api__table-filters{display:flex;justify-content:flex-end;align-items:center}.gerir-api__table thead{background:var(--brand-secondary);color:var(--color-white)}.gerir-api__table th{text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.gerir-api__cell{display:flex;flex-direction:column;gap:6px}.gerir-api__status{font-size:.8rem;color:var(--neutral-muted);text-transform:uppercase;letter-spacing:.05em}.gerir-api__status.is-active{color:var(--brand-primary)}.gerir-api__status.is-inactive{color:var(--color-danger)}.gerir-api__cell--actions{display:flex;gap:12px;flex-wrap:wrap}.gerir-api__actions{display:inline-flex;gap:10px;margin-top:6px;align-items:center;flex-wrap:wrap}.gerir-api__action{border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);border-radius:999px;background:#fff;color:var(--brand-primary);font-size:.78rem;padding:5px 12px;cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.gerir-api__action--revoke{background:color-mix(in srgb,var(--color-danger) 12%,transparent);border-color:color-mix(in srgb,var(--color-danger) 25%,transparent);color:var(--color-danger)}.gerir-api__action:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--color-white)}.gerir-api__action--revoke:hover{background:var(--color-danger);border-color:var(--color-danger);color:var(--color-white)}.gerir-api__toggle{width:42px;height:22px;border-radius:999px;border:none;background:var(--border-soft-tone);position:relative;cursor:pointer;padding:0}.gerir-api__toggle-thumb{width:16px;height:16px;border-radius:50%;background:var(--surface-card);position:absolute;top:3px;left:3px;transition:transform .2s ease;box-shadow:0 2px 8px #0003}.gerir-api__toggle.is-active{background:var(--brand-primary)}.gerir-api__toggle.is-active .gerir-api__toggle-thumb{transform:translate(20px)}.gerir-api__empty{padding:1rem;text-align:center;color:var(--neutral-muted)}.gerir-api__pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.gerir-api__pagination-summary{color:var(--neutral-muted)}.gerir-api__modal-key{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px dashed var(--border-soft-tone);border-radius:var(--border-radius-md);padding:12px 16px}.gerir-api__modal-key code{font-weight:600;color:var(--brand-primary);word-break:break-all}.gerir-api-tutorial-pulse{animation:gerirApiTutorialPulse 1.2s ease-in-out}.gerir-api-tutorial-highlight{animation:gerirApiTutorialHighlight 1.2s ease-in-out}@keyframes gerirApiTutorialPulse{0%{transform:scale(1);box-shadow:0 0 #0f7a634d}55%{transform:scale(1.01);box-shadow:0 0 0 8px #0f7a6300}to{transform:scale(1);box-shadow:0 0 #0f7a6300}}@keyframes gerirApiTutorialHighlight{0%{box-shadow:0 0 #0f7a6347}60%{box-shadow:0 0 0 12px #0f7a6300}to{box-shadow:0 0 #0f7a6300}}@media(max-width:768px){.gerir-api__table-card .table{min-width:auto}}.doc-api{gap:24px}.doc-api__lead{margin:0;color:var(--neutral-muted);max-width:720px}.doc-api__link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.doc-api__link-card{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:16px;border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);text-decoration:none;color:inherit;text-align:left;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.doc-api__link-card--action{border:1px dashed var(--border-soft-tone);background:var(--surface-card)}.doc-api__link-card:hover,.doc-api__link-card:focus-visible{border-color:var(--brand-primary);background:var(--surface-card);box-shadow:var(--shadow-md);transform:translateY(-2px)}.doc-api__link-title{font-weight:600;color:var(--brand-secondary)}.doc-api__link-heading{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.doc-api__icon-inline{display:inline-flex;cursor:pointer}.doc-api__text{margin:0 0 8px;color:var(--neutral-muted)}.doc-api__video{position:relative;padding-top:34%;border-radius:var(--border-radius-lg);overflow:hidden;background:var(--surface-muted-tone)}.doc-api__video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.contacts-page{width:100%;display:flex;flex-direction:column;gap:24px}.contacts__tutorial-banner{border:1px dashed color-mix(in srgb,var(--brand-primary) 35%,transparent);background:color-mix(in srgb,var(--brand-primary) 8%,var(--surface-card));border-radius:var(--border-radius-md);padding:12px 14px;display:grid;gap:6px;max-width:760px}.contacts__tutorial-banner strong{color:var(--neutral-900);font-size:.92rem}.contacts__tutorial-banner p{margin:0;color:var(--neutral-muted);font-size:.9rem}.contacts__download-dropdown{min-width:160px;width:auto}.contacts__lists{display:flex;flex-direction:column;gap:16px}.contacts__actions{flex-direction:column;gap:16px}.contacts__search{width:100%}.contacts__actions-group{justify-content:flex-end;flex-wrap:nowrap;gap:8px}.contacts__actions-row{margin-top:12px}.contacts__actions-row .btn.is-active:not(:disabled){animation:contacts-btn-active-pulse 1.6s ease-in-out;border-color:var(--brand-primary)}@keyframes contacts-btn-active-pulse{0%{transform:translateY(0);box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 20%,transparent)}50%{transform:translateY(-1px);box-shadow:0 0 0 6px color-mix(in srgb,var(--brand-primary) 10%,transparent)}to{transform:translateY(0);box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 20%,transparent)}}@keyframes contactsTutorialPulse{0%,to{box-shadow:0 0 #2aa67200;transform:scale(1)}50%{box-shadow:0 0 0 7px #2aa6721f;transform:scale(1.01)}}@keyframes contactsTutorialHighlight{0%,to{background:var(--surface-card)}50%{background:color-mix(in srgb,var(--brand-primary) 10%,var(--surface-card))}}.contacts-tutorial-pulse{animation:contactsTutorialPulse 1.2s ease-in-out}.contacts-tutorial-highlight{animation:contactsTutorialHighlight 1.4s ease-in-out}.contacts__action-menu{width:130px;position:relative}.contacts__action-menu__trigger{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border-radius:var(--btn-border-radius);border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);background:transparent;color:var(--brand-secondary);padding:.55rem 1.25rem;font-size:.9rem;font-weight:600;text-transform:none;transition:background .22s ease,border-color .22s ease,color .22s ease;cursor:pointer}.contacts__action-menu__trigger:hover:not(:disabled):not(.is-active){background:color-mix(in srgb,var(--surface-card) 82%,var(--brand-secondary) 18%);border-color:color-mix(in srgb,var(--brand-secondary) 65%,transparent);color:var(--brand-secondary)}.contacts__action-menu__trigger.is-active{border-color:var(--brand-primary);color:var(--brand-primary)}.contacts__action-menu__trigger.is-active:not(:disabled){animation:contacts-btn-active-pulse 1.6s ease-in-out}.contacts__action-menu__trigger.is-active .action-dropdown__icon{color:var(--brand-primary)}.contacts__action-menu__trigger:disabled{border-color:color-mix(in srgb,var(--neutral-muted) 85%,transparent);background:color-mix(in srgb,var(--surface-muted-tone) 80%,transparent);color:color-mix(in srgb,var(--neutral-muted) 75%,transparent);opacity:.5;cursor:not-allowed;box-shadow:none}.contacts__action-menu__trigger:disabled:hover{border-color:color-mix(in srgb,var(--neutral-muted) 88%,transparent);color:color-mix(in srgb,var(--neutral-muted) 78%,transparent)}.contacts__action-menu__list,.action-dropdown__menu{position:absolute;width:100%;min-width:160px;top:calc(100% + 8px);right:0;border-radius:14px;background:var(--surface-card);border:1px solid var(--border-soft-tone);box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;padding:6px;list-style:none;margin:0;z-index:999;opacity:0;transform:translateY(-8px);animation:dropdownFadeIn .2s ease forwards}@keyframes dropdownFadeIn{to{opacity:1;transform:translateY(0)}}.contacts__action-menu__item,.action-dropdown__item{padding:0;margin:2px 0}.contacts__action-menu__option,.action-dropdown__option{width:100%;background:transparent;border:none;text-align:left;padding:10px 14px;font-size:.9rem;color:var(--neutral-ink);cursor:pointer;border-radius:10px;transition:all .15s ease;font-weight:500}.contacts__action-menu__option:disabled,.action-dropdown__option:disabled,.action-dropdown__option.is-disabled{opacity:.4;cursor:not-allowed}.contacts__action-menu__option:not(:disabled):hover,.action-dropdown__option:not(:disabled):not(.is-disabled):hover{background:color-mix(in srgb,var(--brand-primary) 12%,transparent);color:var(--brand-primary);transform:translate(3px);font-weight:600}.contacts__action-menu__option:not(:disabled):active,.action-dropdown__option:not(:disabled):not(.is-disabled):active{background:color-mix(in srgb,var(--brand-primary) 18%,transparent);transform:scale(.97) translate(2px)}.action-dropdown__trigger.is-open .action-dropdown__icon,.contacts__action-menu__trigger.is-open .action-dropdown__icon{transform:rotate(180deg)}.contacts__table-controls{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px;gap:12px}.contacts__table-loading{padding:24px 12px;text-align:center;color:var(--neutral-muted)}.contacts__table-loading .contacts__records-loading{margin-right:8px;vertical-align:middle}@media(min-width:768px){.contacts__actions{flex-direction:row;align-items:center}.contacts__search{flex:1 1 auto}}@media(max-width:768px){.contacts__actions-group .btn{padding:.5rem .6rem;font-size:.8rem;flex:1 1 140px;white-space:nowrap}.contacts__actions-group .btn--ghost{flex:0 0 100%;width:100%}.contacts__actions-group .btn--secondary{font-size:.6rem}}.contacts__status{padding:.75rem 1rem;border-radius:var(--border-radius-md);background:var(--surface-highlight);color:var(--neutral-900)}.contacts__status--error{background:color-mix(in srgb,var(--color-danger) 15%,var(--surface-card));color:var(--color-danger)}.contacts__link-button{border:none;background:transparent;color:var(--brand-primary);font-weight:600;cursor:pointer}.contacts__renew{display:flex;gap:8px;align-items:center}@media(min-width:1024px){.contacts__renew{flex-wrap:nowrap}.contacts__renew .agendamentos__agenda-action{white-space:nowrap}}.contacts__records-loading{display:inline-flex;width:14px;height:14px;border-radius:50%;border:2px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);border-top-color:var(--brand-primary);animation:contacts-records-spin .7s linear infinite}.contacts__records-loading--large{width:18px;height:18px;border-width:3px}.contacts__records-cell{display:inline-flex;align-items:center;gap:.5rem}.contacts__cell-text{display:inline-block;transition:opacity .12s ease}.contacts__table-row--loading .contacts__cell-text,.contacts__table-row--loading .contacts__records-value{opacity:0}.contacts__table-row{transition:background .16s ease;position:relative;overflow:hidden}.contacts__table-row--loading{cursor:wait;pointer-events:none}.contacts__table-row--loading td{opacity:.85;position:relative;z-index:1;background:color-mix(in srgb,var(--surface-muted-tone) 55%,white)}.contacts__table-row--loading:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;border-radius:50%;border:2px solid color-mix(in srgb,var(--surface-perimeter) 60%,transparent);border-top-color:var(--brand-secondary);animation:contacts-records-spin .75s linear infinite;transform:translate(-50%,-50%);pointer-events:none}.contacts__upload-status{width:10px;height:10px;border-radius:50%;display:inline-block;background:color-mix(in srgb,var(--neutral-400) 70%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--neutral-200) 60%,transparent)}.contacts__upload-status--success{background:color-mix(in srgb,var(--color-success) 65%,white);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-success) 35%,transparent)}.contacts__upload-status--error{background:color-mix(in srgb,var(--color-danger) 65%,white);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-danger) 35%,transparent)}.contacts__row-highlight{animation:contacts-row-pulse 2s ease-out}@keyframes contacts-records-spin{to{transform:rotate(360deg)}}@keyframes contacts-row-pulse{0%{background:color-mix(in srgb,var(--color-success) 20%,transparent)}to{background:transparent}}.contacts__lists .table tbody tr,.contacts__table-card .table tbody tr{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.contacts__lists .table tbody tr:hover,.contacts__table-card .table tbody tr:hover{background:color-mix(in srgb,var(--brand-primary) 6%,transparent)}.contacts-modal__form,.contacts-join__form,.segment-modal__form{display:flex;flex-direction:column;gap:1rem}.segment-modal__form{padding:1.5rem;box-sizing:border-box;max-height:calc(90vh - 120px);overflow-y:auto;overflow-x:hidden}.contacts-modal__field span,.contacts-join__field span,.segment-modal__field span{font-weight:600;color:var(--neutral-900)}.contacts-modal__dropzone{border:2px dashed color-mix(in srgb,var(--brand-primary) 50%,transparent);border-radius:var(--border-radius-lg);padding:1.25rem;display:flex;cursor:pointer}.contacts-modal__file-actions{display:flex;justify-content:flex-start;align-items:center;margin-bottom:.5rem}.contacts-modal__template-link{align-self:flex-start}.contacts-modal__template-link:hover{transform:translateY(-1px);background:var(--neutral-900);color:var(--color-white);border-color:var(--neutral-900)}.contacts-modal__dropzone input{display:none}.contacts-modal__dropzone-content{display:flex;gap:1rem;align-items:center;color:var(--brand-primary)}.contacts-modal__checkbox{display:flex;gap:.5rem;align-items:center;font-size:.9rem;color:var(--neutral-muted)}.contacts-modal__checkbox input[type=checkbox]{width:16px;height:16px;min-width:16px;min-height:16px;flex:0 0 16px}.contacts-details__grid{display:grid;gap:1rem}.contacts-details__label{margin:0 0 .25rem;font-weight:600;color:var(--neutral-700)}.contacts-details__value{margin:0;color:var(--neutral-900)}.contacts-modal__error{margin:0;padding:.5rem .75rem;border-radius:var(--border-radius-sm);background:color-mix(in srgb,var(--color-danger) 12%,var(--surface-card));color:var(--color-danger)}.contacts-join__field select,.contacts-join__grid input,.segment-modal__condition input,.segment-modal__condition select{width:100%}.contacts-join__list{display:flex;flex-direction:column;gap:.75rem}.contacts-join__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.contacts-join__checkbox{display:flex;gap:.5rem;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:.6rem;background:var(--surface-highlight)}.contacts-join__error{color:var(--color-danger);font-weight:600}.contacts-confirm__message,.contacts-confirm__message-id,.contacts-confirm .modal__body{text-align:left}.segment-modal__section{display:flex;flex-direction:column;gap:.75rem;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);padding:1rem 1.1rem;background:var(--surface-card);overflow:visible}.segment-modal__toggles{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.segment-modal .modal__header{background:var(--surface-card);border-bottom:1px solid var(--border-soft-tone)}.segment-modal .modal__body{padding:0;overflow:visible}.segment-modal .modal__title{font-weight:700}.segment-modal{max-height:90vh;height:auto}.segment-modal__definition-list{overflow:visible}.segment-modal__definition-actions{position:relative;overflow:visible}.segment-modal__section h3{margin:0;font-size:.95rem;color:var(--neutral-900)}.segment-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.segment-modal__condition{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-sm);padding:.5rem;display:flex;flex-direction:column;gap:.4rem;background:var(--surface-card)}.segment-modal__lists-table{border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-md);max-height:240px;overflow:auto;background:var(--surface-card)}.segment-modal__lists-table table{width:100%;border-collapse:collapse}.segment-modal__lists-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.segment-modal__toggle{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:var(--neutral-900);padding:.5rem .75rem;border-radius:var(--border-radius-sm);border:0;background:var(--surface-card)}.segment-modal__definition{display:flex;flex-direction:column;gap:.75rem;overflow:visible}.segment-modal__definition-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.segment-modal__definition-header .btn{width:32px;height:32px;min-width:32px;min-height:32px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.segment-modal__definition-header h4{margin:0;font-size:.9rem;color:var(--neutral-900)}.segment-modal__definition-picker{display:grid;gap:.5rem;padding:.75rem;border-radius:var(--border-radius-sm);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone)}.segment-modal__definition-picker .input{border-radius:var(--border-radius-md)}.segment-modal__definition-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;max-height:180px;overflow:auto}.segment-modal__definition-option{border:1px solid var(--border-soft-tone);border-radius:999px;background:var(--surface-card);padding:.4rem .9rem;text-align:left;font-weight:600;color:var(--neutral-900);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:100%}.segment-modal__definition-option:hover:not(:disabled){background:var(--surface-highlight);border-color:color-mix(in srgb,var(--brand-primary) 30%,var(--border-soft-tone))}.segment-modal__definition-option:disabled{opacity:.5;cursor:not-allowed}.segment-modal__definition-list{display:grid;gap:.6rem}.segment-modal__definition-row{display:grid;grid-template-columns:max-content max-content minmax(260px,1.9fr) 60px;gap:.75rem;align-items:center;min-width:0;position:relative;z-index:1;min-height:64px;border:1px solid var(--border-soft-tone);border-radius:var(--border-radius-sm);background:var(--surface-card);padding:.75rem;overflow:visible}.segment-modal__definition-row:hover{z-index:10;overflow:visible}.segment-modal__definition-row.is-dropdown-open{z-index:10}.segment-modal__definition-row select,.segment-modal__definition-row input,.segment-modal__definition-row textarea{width:100%;border-radius:var(--border-radius-md);min-width:0}.segment-modal__definition-label{font-weight:600;color:var(--neutral-900);padding-top:.1rem;display:inline-flex;align-items:center;width:fit-content;white-space:nowrap;justify-self:start;align-self:center}.segment-modal__definition-row select,.segment-modal__definition-row input,.segment-modal__definition-row textarea{background:var(--surface-muted-tone);border-color:var(--border-soft-tone)}.segment-modal__definition-select,.segment-modal__definition-select--field{width:max-content;min-width:140px;align-self:center}.segment-modal__definition-select .select-dropdown__trigger{width:max-content;min-width:140px}.segment-modal .select-dropdown{position:relative;z-index:500}.segment-modal .select-dropdown__menu{z-index:20000}.segment-modal .select-dropdown__menu.is-open{z-index:20001}.segment-modal__definition-reveal{grid-column:2 / span 2;display:grid;grid-template-columns:max-content minmax(260px,1.9fr);gap:.2rem;align-items:center;max-height:0;opacity:0;overflow:hidden;visibility:hidden;transform:translateY(-4px);transition:max-height .2s ease,opacity .2s ease,transform .2s ease;pointer-events:none;min-width:0}.segment-modal__definition-reveal.is-visible{max-height:120px;opacity:1;visibility:visible;overflow:visible;transform:translateY(0);pointer-events:auto}.segment-modal__definition-row textarea{min-height:44px;padding:.55rem .75rem;line-height:1.4;resize:none}.segment-modal__definition-row{--segment-action-size: 24px}.segment-modal__definition-input{display:flex;flex-direction:column;gap:.35rem;width:100%;min-width:0;align-self:center}.segment-modal__definition-input .input,.segment-modal__definition-input .textarea{width:100%;min-width:240px}.segment-modal__definition-input .textarea{height:44px;min-height:44px}.segment-modal__definition-warning{color:var(--color-danger);font-size:.75rem;font-weight:600}.segment-modal__definition-remove{align-self:center;width:var(--segment-action-size)!important;height:var(--segment-action-size)!important;line-height:var(--segment-action-size)!important;padding:0!important;aspect-ratio:1 / 1;border-radius:999px!important;min-width:var(--segment-action-size)!important;min-height:var(--segment-action-size)!important;max-width:var(--segment-action-size)!important;max-height:var(--segment-action-size)!important;flex:0 0 var(--segment-action-size)!important;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:1.1rem;min-height:var(--segment-action-size);letter-spacing:0;--btn-color: var(--color-danger);--btn-bg: transparent;color:var(--color-danger)}.segment-modal__definition-actions{display:inline-flex;align-items:center;gap:.6rem;justify-self:end;align-self:center}.segment-modal__definition-tooltip .tooltip-pill__trigger{width:var(--segment-action-size);height:var(--segment-action-size);line-height:var(--segment-action-size);min-width:var(--segment-action-size);padding:0;border-radius:999px;animation:segment-tooltip-reveal .32s ease-out both,segment-tooltip-pulse 1.8s ease-in-out .4s 2}.segment-modal__definition-tooltip .tooltip-pill__trigger:hover,.segment-modal__definition-tooltip .tooltip-pill__trigger:focus-visible{animation-play-state:running}.segment-modal__definition-tooltip{position:relative;z-index:2200}.segment-modal__definition-tooltip .tooltip-pill{z-index:2201}.segment-modal__definition-tooltip .tooltip-pill__content{z-index:2202}@keyframes segment-tooltip-reveal{0%{opacity:0;transform:scale(.8);box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 0%,transparent)}to{opacity:1;transform:scale(1);box-shadow:0 0 0 6px color-mix(in srgb,var(--brand-primary) 12%,transparent)}}@keyframes segment-tooltip-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 0%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--brand-primary) 18%,transparent)}}.segment-modal__definition-remove:hover:not(:disabled){background:transparent;color:var(--color-danger)}.segment-modal__definition-remove:disabled{color:var(--color-danger)}.segment-modal__definition-row:hover{border-color:color-mix(in srgb,var(--brand-primary) 18%,var(--border-soft-tone));box-shadow:0 8px 18px color-mix(in srgb,#000 8%,transparent)}.segment-modal__calendar-field{position:relative}.segment-modal__calendar-field--inline{width:max-content}.segment-modal__definition-date{width:max-content;min-width:170px}.segment-modal__calendar-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:20;min-width:320px;padding:.85rem;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:0 16px 32px color-mix(in srgb,#000 15%,transparent)}.segment-modal__wheel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.segment-modal__wheel-column{display:flex;flex-direction:column;gap:.4rem}.segment-modal__wheel-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-muted);text-align:center}.segment-modal__wheel-list{max-height:180px;overflow-y:auto;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);padding:.35rem;display:grid;gap:.35rem}.segment-modal__wheel-item{border:0;border-radius:10px;padding:.4rem .2rem;background:transparent;color:var(--neutral-900);font-weight:600;cursor:pointer}.segment-modal__wheel-item.is-selected{background:var(--brand-primary);color:var(--color-white)}.segment-modal__wheel-item:hover{background:var(--surface-highlight)}@media(max-width:720px){.segment-modal__definition-row{grid-template-columns:1fr;align-items:stretch}.segment-modal__definition-remove{justify-self:flex-end}}.segment-modal__lists-table th,.segment-modal__lists-table td{padding:.6rem}.segment-modal__lists-table thead{background:var(--table-header-bg);color:var(--table-header-color)}.segment-modal__lists-table tbody tr{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.segment-modal__lists-table tbody tr:hover{background:color-mix(in srgb,var(--brand-primary) 6%,transparent)}.segment-modal__error{color:var(--color-danger);font-weight:600}.segment-modal__error--limit{margin:.35rem 0 0}.segment-modal__footer{display:flex;justify-content:flex-end;gap:.75rem}.segment-result__body{display:flex;justify-content:center;font-size:2.5rem;font-weight:700;color:var(--brand-primary)}.segment-result__actions{display:flex;justify-content:center}.contacts-confirm__message{text-align:left;color:var(--neutral-ink)}.contacts-confirm__message-id{margin-top:.5rem;font-weight:600;text-align:left}@media(max-width:768px){.contacts-page .page__header{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.contacts-page .page__header>div:first-child{flex:1 1 auto}.contacts-page .btn-toolbar{flex:0 0 auto}.contacts__actions-group{flex-direction:column;width:100%}.contacts__actions-group .btn,.contacts__action-menu{width:100%;flex:1 1 auto}}@media(max-width:640px){.contacts__lists-toolbar{flex-direction:column;align-items:stretch;gap:12px}.contacts__actions-group{width:100%;justify-content:stretch}.contacts__actions-group .btn{flex:1;min-width:0}.contacts__search{width:100%}}.lista-aberta{display:flex;flex-direction:column;gap:24px;width:100%;max-width:var(--layout-page-max-width);margin-inline:auto}.lista-aberta__hero{display:flex;align-items:center;gap:16px}.lista-aberta__toolbar{display:flex;flex-direction:column;align-items:stretch;gap:16px;flex-wrap:wrap}.lista-aberta__search-wrapper{position:relative;flex:1 1 320px;width:100%;display:flex;align-items:center}.lista-aberta__search-icon{position:absolute;left:12px;color:var(--neutral-muted);pointer-events:none}.lista-aberta__search-input{width:100%;padding:.65rem .85rem .65rem 2.5rem;border-radius:var(--border-radius-md);border:1px solid var(--border-soft-tone);font:inherit;color:var(--neutral-ink);background:var(--surface-card);transition:border-color .16s ease,box-shadow .16s ease}.lista-aberta__search-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-primary) 25%,transparent);outline:none}.lista-aberta__actions-row{justify-content:flex-start}.lista-aberta__actions-row .btn.is-active:not(:disabled){animation:lista-aberta-btn-active-pulse 1.6s ease-in-out;border-color:var(--brand-primary)}@keyframes lista-aberta-btn-active-pulse{0%{transform:translateY(0);box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 20%,transparent)}50%{transform:translateY(-1px);box-shadow:0 0 0 6px color-mix(in srgb,var(--brand-primary) 10%,transparent)}to{transform:translateY(0);box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 20%,transparent)}}.lista-aberta__table-filters--table-top{display:flex;align-items:center;justify-content:flex-end;margin-bottom:8px;gap:12px}.lista-aberta__table-wrapper{padding:0;border-radius:var(--border-radius-xl);border:1px solid var(--border-soft-tone);background:var(--surface-card);box-shadow:var(--shadow-lg);overflow:auto}.lista-aberta__table-wrapper .table{width:100%;border-collapse:collapse;table-layout:auto}.lista-aberta__table-wrapper .table td:last-child{min-width:120px;white-space:nowrap;display:flex;justify-content:flex-end;align-items:center;gap:.6rem;flex-wrap:nowrap}.lista-aberta__table-wrapper .table th:nth-child(8),.lista-aberta__table-wrapper .table th:nth-child(9),.lista-aberta__table-wrapper .table th:nth-child(10),.lista-aberta__table-wrapper .table th:nth-child(11),.lista-aberta__table-wrapper .table th:nth-child(12),.lista-aberta__table-wrapper .table th:nth-child(13),.lista-aberta__table-wrapper .table th:nth-child(14),.lista-aberta__table-wrapper .table td:nth-child(8),.lista-aberta__table-wrapper .table td:nth-child(9),.lista-aberta__table-wrapper .table td:nth-child(10),.lista-aberta__table-wrapper .table td:nth-child(11),.lista-aberta__table-wrapper .table td:nth-child(12),.lista-aberta__table-wrapper .table td:nth-child(13),.lista-aberta__table-wrapper .table td:nth-child(14){min-width:70px!important;max-width:70px!important;width:70px!important;white-space:normal!important;word-wrap:break-word;display:table-cell!important}.lista-aberta__table-wrapper .table td{white-space:normal}@media(min-width:1024px){.lista-aberta__table-wrapper{overflow:visible}.lista-aberta__table-wrapper .table{min-width:unset}.lista-aberta__table-wrapper .table td{white-space:normal}}.lista-aberta__status{padding:1rem;color:var(--neutral-muted)}.lista-aberta__status--error{color:var(--color-danger)}.lista-aberta__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.lista-aberta__action-menu{width:130px;position:relative}.lista-aberta__action-menu__trigger{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border-radius:var(--btn-border-radius);border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);background:transparent;color:var(--brand-secondary);padding:.55rem 1.25rem;font-size:.9rem;font-weight:600;text-transform:none;transition:background .22s ease,border-color .22s ease,color .22s ease;cursor:pointer}.lista-aberta__action-menu__trigger:hover:not(:disabled):not(.is-active){background:color-mix(in srgb,var(--surface-card) 82%,var(--brand-secondary) 18%);border-color:color-mix(in srgb,var(--brand-secondary) 65%,transparent);color:var(--brand-secondary)}.lista-aberta__action-menu__trigger.is-active{border-color:var(--brand-primary);color:var(--brand-primary)}.lista-aberta__action-menu__trigger.is-active .action-dropdown__icon{color:var(--brand-primary)}.lista-aberta__action-menu__trigger.is-active:not(:disabled){animation:lista-aberta-btn-active-pulse 1.6s ease-in-out}.lista-aberta__action-menu__trigger:disabled{border-color:color-mix(in srgb,var(--neutral-muted) 85%,transparent);background:color-mix(in srgb,var(--surface-muted-tone) 80%,transparent);color:color-mix(in srgb,var(--neutral-muted) 75%,transparent);opacity:.5;cursor:not-allowed;box-shadow:none}.lista-aberta__action-menu__trigger:disabled:hover{border-color:color-mix(in srgb,var(--neutral-muted) 88%,transparent);color:color-mix(in srgb,var(--neutral-muted) 78%,transparent)}.action-dropdown__icon{display:grid;place-items:center;color:inherit;transition:transform .2s ease}.action-dropdown__trigger.is-open .action-dropdown__icon,.lista-aberta__action-menu__trigger.is-open .action-dropdown__icon{transform:rotate(180deg)}.lista-aberta__action-menu__list,.lista-aberta .action-dropdown__menu{position:absolute;width:100%;min-width:160px;top:calc(100% + 8px);right:0;border-radius:14px;background:var(--surface-card);border:1px solid var(--border-soft-tone);box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;padding:6px;list-style:none;margin:0;z-index:999;opacity:0;transform:translateY(-8px);animation:dropdownFadeInListaAberta .2s ease forwards}@keyframes dropdownFadeInListaAberta{to{opacity:1;transform:translateY(0)}}.lista-aberta__action-menu__item,.lista-aberta .action-dropdown__item{padding:0;margin:2px 0}.lista-aberta__action-menu__option,.lista-aberta .action-dropdown__option{width:100%;background:transparent;border:none;text-align:left;padding:10px 14px;font-size:.9rem;color:var(--neutral-ink);cursor:pointer;border-radius:10px;transition:all .15s ease;font-weight:500}.lista-aberta__action-menu__option:disabled,.lista-aberta .action-dropdown__option:disabled,.lista-aberta .action-dropdown__option.is-disabled{opacity:.4;cursor:not-allowed}.lista-aberta__action-menu__option:not(:disabled):hover,.lista-aberta .action-dropdown__option:not(:disabled):not(.is-disabled):hover{background:color-mix(in srgb,var(--brand-primary) 12%,transparent);color:var(--brand-primary);transform:translate(3px);font-weight:600}.lista-aberta__action-menu__option:not(:disabled):active,.lista-aberta .action-dropdown__option:not(:disabled):not(.is-disabled):active{background:color-mix(in srgb,var(--brand-primary) 18%,transparent);transform:scale(.97) translate(2px)}.lista-aberta-modal__form .lista-aberta__action-menu__option:not(:disabled):hover,.lista-aberta-modal__form .lista-aberta .action-dropdown__option:not(:disabled):not(.is-disabled):hover{background:color-mix(in srgb,var(--brand-primary) 10%,transparent);color:var(--brand-primary);transform:translate(2px)}.lista-aberta__action-menu__option:not(:disabled):active,.lista-aberta .action-dropdown__option:not(:disabled):not(.is-disabled):active{background:color-mix(in srgb,var(--brand-primary) 15%,transparent);transform:scale(.98)}.lista-aberta-modal__form{display:flex;flex-direction:column;gap:1rem}.lista-aberta-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.lista-aberta-modal__grid .pontual__schedule-popover{grid-template-columns:1fr;min-width:320px}.lista-aberta-modal__ghost{border:1px dashed var(--border-soft-tone);background:transparent;padding:.5rem 1rem;border-radius:var(--border-radius-sm);cursor:pointer;align-self:flex-start}.lista-aberta-modal__grid--advanced{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.lista-aberta-modal__error{margin:.35rem 0 0;color:var(--color-danger);font-size:.75rem;font-weight:600}.lista-aberta__table-wrapper .table tbody tr.is-selected{background:color-mix(in srgb,var(--brand-primary) 8%,transparent)}.lista-aberta__table-wrapper .table tbody tr:hover{background:color-mix(in srgb,var(--brand-primary) 6%,transparent)}.lista-aberta-modal__footer{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.lista-aberta__hero{flex-direction:column;align-items:flex-start}.lista-aberta__table-wrapper .table{min-width:auto}}.subutilizadores__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}.subutilizadores__subaccount-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;align-items:flex-start;margin-bottom:16px;width:100%}.subutilizadores__dropdown{width:auto;min-width:180px;max-width:220px}.subutilizadores__field{display:flex;flex-direction:column;gap:8px;margin:0}.subutilizadores__field span{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted)}.subutilizadores__subaccount-helper{display:flex;flex-direction:column;gap:6px;justify-content:flex-end;min-height:48px}.subutilizadores__summary-card{display:flex;flex-direction:column;gap:8px}.subutilizadores__list{display:flex;flex-direction:column;gap:20px}.subutilizadores__list-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.subutilizadores__list-head h2,.subutilizadores__table .toggle{margin:0}.subutilizadores__table .table__actions{justify-content:flex-start}.subutilizadores__form{padding-top:8px}.subutilizadores__form .form-field__label{font-size:.75rem;color:var(--neutral-muted)}.subutilizadores__permission-description{margin:8px 0 0;font-size:.85rem;color:var(--neutral-muted)}.subutilizadores__disclaimer{margin:4px 0 0;padding:10px 12px;border-radius:12px;border:1px solid color-mix(in srgb,var(--color-warning) 38%,var(--border-soft-tone));background:color-mix(in srgb,var(--color-warning) 10%,var(--surface-card));color:color-mix(in srgb,var(--neutral-900) 82%,var(--color-warning-strong));font-size:.86rem;line-height:1.35}.subutilizadores__error{margin:12px 0 0;font-size:.9rem;color:var(--color-danger)}.subutilizadores__placeholder{margin:16px 0;text-align:center;color:var(--neutral-muted)}.subutilizadores__placeholder--error{color:var(--color-danger)}.subutilizadores__table .btn--icon{width:36px;height:36px}.subutilizadores__create-modal{max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:hidden}.subutilizadores__create-modal .modal__body{min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.subutilizadores__permission-dropdown.select-dropdown{z-index:1}.subutilizadores__permission-dropdown.select-dropdown.is-open{z-index:4000}.subutilizadores__permission-dropdown .select-dropdown__menu{z-index:4001;top:auto;bottom:calc(100% + 8px)}@media(max-width:720px){.subutilizadores__summary,.subutilizadores__subaccount-row{grid-template-columns:1fr}.subutilizadores__table .table__actions{flex-wrap:wrap;justify-content:flex-start}.subutilizadores__create-modal{max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px)}}.error-page{--error-forest: var(--brand-secondary);--error-emerald: var(--brand-primary);--error-mint: var(--brand-accent);--error-foam: var(--neutral-50);--error-ink: var(--neutral-ink);--error-muted: var(--neutral-muted);--error-card: rgba(255, 255, 255, .95);min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:stretch;justify-content:center;background:radial-gradient(circle at 15% 20%,var(--neutral-100) 0%,var(--neutral-50) 45%,var(--neutral-100) 100%);font-family:Space Grotesk,Trebuchet MS,Segoe UI,sans-serif;position:fixed;inset:0;z-index:9999;overflow:hidden}.error-page:before,.error-page:after{content:"";position:absolute;border-radius:999px;opacity:.35;pointer-events:none}.error-page:before{width:520px;height:520px;top:-240px;right:-180px;background:radial-gradient(circle,rgba(var(--brand-secondary-rgb),.35),rgba(var(--brand-secondary-rgb),0))}.error-page:after{width:480px;height:480px;bottom:-220px;left:-140px;background:radial-gradient(circle,rgba(var(--brand-primary-rgb),.25),rgba(var(--brand-primary-rgb),0))}.error-page--fullscreen{min-height:100vh;width:100vw;position:fixed;inset:0;z-index:9999;background:transparent}.error-logo{position:absolute;top:28px;left:32px;display:flex;align-items:center;z-index:2}.error-logo-img{height:72px;width:auto;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(10,58,47,.2))}.error-body{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:3rem 4rem;max-width:1400px;margin:0 auto;width:100%}.error-content{text-align:left;min-width:0;background:transparent;border-radius:0;box-shadow:none;padding:0;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;animation:fadeInUp .7s cubic-bezier(.23,1.01,.32,1) both}.error-title{color:var(--error-forest);font-size:clamp(2.2rem,4vw,4rem);margin-bottom:1.25rem;font-weight:750;line-height:1.1;letter-spacing:-.03em;white-space:nowrap}.error-title--single-line{white-space:nowrap}.error-title--two-lines{white-space:normal;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.error-message{color:var(--error-muted);font-size:1.1rem;margin-bottom:2rem;font-weight:500;line-height:1.6;letter-spacing:.01em}.error-code{color:#0b6d55b3;font-size:1.05rem;margin-bottom:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.18rem}.error-suggestion{color:var(--error-muted);font-size:1.05rem;margin-bottom:0;line-height:1.6}.error-homepage{color:#fff;text-decoration:none;margin-left:0;margin-top:.5rem;font-weight:600;padding:.75rem 1.75rem;border-radius:8px;background:var(--error-emerald);transition:transform .2s ease,background .2s ease,box-shadow .2s ease;border:none;cursor:pointer;font:inherit;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 2px 8px #0b6d5540}.error-homepage:hover{background:var(--error-forest);transform:translateY(-2px);box-shadow:0 4px 12px #0a3a2f4d}.error-illustration{display:flex;justify-content:center;align-items:center}.error-cloud-svg{display:block;margin:0 auto;filter:drop-shadow(0 16px 28px rgba(10,58,47,.18));animation:cloudDrift 6s ease-in-out infinite;max-width:380px;width:100%;flex-shrink:0}.error-cloud-svg--404{animation:cloudPulse 4.2s ease-in-out infinite;filter:drop-shadow(0 14px 24px rgba(10,58,47,.2))}.cloud-float{transform-origin:200px 170px;animation:cloudFloat 4s ease-in-out infinite}.cloud-body{transform-origin:200px 170px;animation:cloudBreathe 3.8s ease-in-out infinite}.cloud-face{transform-origin:200px 150px;animation:faceNod 5.4s ease-in-out infinite}.cloud-eye{transform-origin:center;animation:eyeOpen 3s ease-in-out infinite}.cloud-eye--right{animation-delay:0s}.cloud-eyes-closed{opacity:0;animation:eyeClosed 3s ease-in-out infinite}.cloud-brow{animation:browLift 3.8s ease-in-out infinite;transform-origin:center}.cloud-brow--right{animation-delay:.6s}.cloud-mouth{animation:mouthSmile 4.6s ease-in-out infinite;transform-origin:center}@keyframes cloudDrift{0%{transform:translateY(0) translate(0)}50%{transform:translateY(-10px) translate(6px)}to{transform:translateY(0) translate(0)}}@keyframes cloudPulse{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.02)}to{transform:translateY(0) scale(1)}}@keyframes cloudFloat{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes cloudBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes faceNod{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}@keyframes eyeOpen{0%,92%,to{opacity:1}94%,96%{opacity:0}}@keyframes eyeClosed{0%,92%,to{opacity:0}94%,96%{opacity:1}}@keyframes browLift{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes mouthSmile{0%,to{transform:translateY(0)}50%{transform:translateY(1px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.error-body{grid-template-columns:1fr;gap:40px;padding:2.5rem 2rem 3rem}.error-content{text-align:center}.error-cloud-svg{max-width:320px}.error-title{font-size:clamp(1.8rem,5vw,2.5rem)}}@media(max-width:600px){.error-page{padding:0 1rem}.error-logo{position:static;justify-content:center;margin-top:1.5rem}.error-body{grid-template-columns:1fr;gap:24px;padding:2rem 1rem 3rem}.error-content{text-align:center}.error-title{font-size:clamp(1.5rem,6vw,2rem)}.error-cloud-svg{max-width:280px}.error-illustration svg{width:90vw;max-width:280px;height:auto}}:root{--layout-page-max-width: 1500px;--layout-page-inline-padding: clamp(16px, 4vw, 40px);--brand-primary: #027B5C;--brand-secondary: #0B4D3A;--brand-accent: #8fc7c4;--brand-email: #0a553d;--brand-email-dark: #073828;--brand-secondary-deep: color-mix(in srgb, var(--brand-secondary) 85%, black 15%);--brand-primary-rgb: 2, 123, 92;--brand-secondary-rgb: 11, 77, 58;--brand-accent-rgb: 143, 199, 196;--color-white: color-mix(in srgb, #fff 100%, #fff 0%);--neutral-0: color-mix(in srgb, var(--brand-primary) 0%, #ffffff 100%);--neutral-50: color-mix(in srgb,var(--brand-primary)2%, #f4faf7 98%);--neutral-100: color-mix(in srgb, var(--brand-primary) 5%, #e6f1ed 95%);--neutral-200: color-mix(in srgb, var(--brand-primary)10%, #dff3ef 90%);--neutral-300: color-mix(in srgb,var(--brand-primary) 20%, #cfe6df 80%);--neutral-700: color-mix(in srgb, var(--brand-primary) 60%, #415a57 40%);--neutral-900: color-mix(in srgb, var(--brand-primary) 80%, #1b2f2b 20%);--neutral-ink: color-mix(in srgb, var(--brand-primary) 90%, #10201e 10%);--neutral-muted: color-mix(in srgb, var(--brand-primary) 40%, #5b6d6a 60%);--primary-soft: color-mix(in srgb, var(--brand-primary) 65%, var(--neutral-0));--primary-softer: color-mix(in srgb, var(--brand-primary) 25%, var(--neutral-0));--primary-bright: color-mix(in srgb, var(--brand-primary) 90%, var(--neutral-0) 10%);--primary-strong: color-mix(in srgb, var(--brand-primary) 85%, black);--primary-emerald: color-mix(in srgb, var(--brand-primary) 70%, var(--brand-accent) 30%);--primary-fresh: color-mix(in srgb, var(--brand-primary) 55%, var(--brand-accent) 45%);--primary-deepemerald: color-mix(in srgb, var(--brand-primary) 75%, var(--brand-secondary) 25%);--accent-soft: color-mix(in srgb, var(--brand-accent) 65%, var(--neutral-0));--accent-strong: color-mix(in srgb, var(--brand-accent) 70%, black);--accent-bright: color-mix(in srgb, var(--brand-accent) 85%, var(--neutral-0) 15%);--accent-deep: color-mix(in srgb, var(--brand-secondary) 60%, var(--brand-accent) 40%);--status-alert-soft: #f16060;--status-alert-strong: #d43f3f;--status-alert-pale: #ffe5e5;--status-gold: #b58329;--status-amber: #c07b00;--status-blue: #0070ba;--status-deep-blue: #1a1f71;--status-charcoal: #2d2d2d;--status-orange: #ff9900;--status-sunrise: #ffd15c;--status-peach: #ff9f5a;--status-danger-border: #f14f39;--status-danger-strong: #d94b4b;--status-danger-deep: #9b1f1f;--status-neutral-strong: #0b3d3a;--status-neutral-soft: #0f5f58;--status-muted: #5b6d6a;--status-ring: #dde7e3;--status-mint: #b6e6e4;--surface-body: var(--neutral-50);--surface-card: var(--neutral-0);--surface-muted-tone: color-mix(in srgb, var(--brand-primary) 6%, var(--neutral-0));--surface-header: var(--brand-secondary);--surface-highlight: color-mix(in srgb, var(--brand-accent) 12%, var(--neutral-0));--text-primary: #000000;--text-secondary: #000000;--text-tertiary: #000000;--text-inverse: #FFFFFF;--border-soft-tone: color-mix(in srgb, var(--brand-primary) 12%, var(--neutral-0));--shadow-soft-tone: none;--headersColor: var(--brand-secondary);--headerHoverColor: var(--brand-secondary);--menuItemHoverColor: var(--brand-secondary);--toggleColor: var(--brand-primary);--toggleHoverColorActive: var(--primary-strong);--toggleHoverColor: color-mix(in srgb, var(--toggleColor) 30%, var(--neutral-0));--btnGeralColor: var(--brand-primary);--btnConfirmColor: var(--brand-primary);--btnBloquearColor: var(--primary-soft);--btnEliminarColor: #eca660;--btnLaranjaColor: #d58a45;--btnVermelhoColor: #ca3c45;--btnVermelhoBorderColor: #ff4a55;--listasColor: var(--brand-primary);--subInfoColor: var(--brand-primary);--formModalColor: var(--brand-primary);--perfilColor: var(--brand-primary);--estatsColor: var(--brand-primary);--agendasColor: var(--brand-primary);--headersDestaqueColor: var(--accent-soft);--backgroundGeralColor: var(--surface-body);--pageTint: var(--surface-muted-tone);--pageTint-strong: color-mix(in srgb, var(--brand-primary) 14%, var(--neutral-0));--textAreaColor: var(--primary-softer);--separadorDeveloperColor: var(--primary-softer);--navTopobarHover: var(--primary-soft);--rodapeTextAreas: color-mix(in srgb, var(--text-secondary) 40%, var(--neutral-0));--lowCost-bg: #d2d2d2;--lowCost-bg-hover: #b9b9b9;--linkNewColor: var(--brand-accent);--color-link: var(--brand-secondary);--color-link-hover: var(--brand-secondary);--color-success: var(--brand-secondary);--color-info: var(--brand-accent);--color-warning: #eca660;--color-warning-strong: #d58a45;--color-danger: #ca3c45;--color-danger-strong: #b12634;--gradient-brand: linear-gradient(135deg, var(--brand-secondary), var(--brand-primary));--table-header-bg: color-mix(in srgb, var(--brand-primary) 85%, var(--brand-secondary) 15%);--table-header-color: var(--color-white);--gradient-card: linear-gradient(160deg, var(--primary-softer), var(--primary-soft));--gradient-hero: linear-gradient(180deg, var(--accent-soft), var(--neutral-50));--gradient-alert: linear-gradient(120deg, var(--status-alert-soft), var(--status-alert-strong));--gradient-payments: linear-gradient(120deg, var(--status-deep-blue), #ff9900);--primary-600: var(--primary-strong);--primary-500: var(--brand-primary);--primary-400: var(--primary-soft);--primary-300: var(--brand-secondary);--primary-200: var(--brand-accent);--primary-100: var(--primary-softer);--surface-color: var(--surface-card);--surface-muted: var(--surface-muted-tone);--border-soft: var(--border-soft-tone);--shadow-soft: var(--shadow-soft-tone);--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 16px;--border-radius-xl: 28px;--btn-border-radius: 999px;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-xl: none}@media(min-width:1024px){.contacts__lists .table tbody tr,.contacts__table-card .table tbody tr{transition:all .2s ease}.contacts__lists .table tbody tr:hover,.contacts__table-card .table tbody tr:hover{background:color-mix(in srgb,var(--brand-primary) 8%,transparent);transform:translate(4px)}.agendamentos .table tbody tr{transition:background .2s ease,box-shadow .2s ease}.agendamentos .table tbody tr:hover{background:color-mix(in srgb,var(--brand-primary) 8%,transparent)}.templates__table-row{transition:all .2s ease}.templates__table-row:hover{background:color-mix(in srgb,var(--brand-primary) 8%,transparent)!important;transform:translate(4px)}.contacts__lists .table th,.contacts__table-card .table th,.agendamentos .table th,.templates__table th{font-weight:700;font-size:.8rem;letter-spacing:.05em}.contacts__lists .table td,.contacts__table-card .table td,.agendamentos .table td,.templates__table td{padding:14px 16px}.contacts__lists .table-wrapper,.contacts__table-card .table-wrapper,.agendamentos .table-wrapper,.templates__table-wrapper{box-shadow:0 4px 12px #00000014}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page,.page-shell{animation:fadeIn .3s ease-out}.btn{transition:all .2s ease}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.btn:active:not(:disabled){transform:translateY(0);transition-duration:.1s}.btn--primary:hover:not(:disabled),.btn--secondary:hover:not(:disabled){box-shadow:0 6px 16px #00000026}.input,.select,.textarea{transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.input:focus,.select:focus,.textarea:focus{animation:inputFocus .3s ease}@keyframes inputFocus{0%{box-shadow:0 0 color-mix(in srgb,var(--brand-primary) 25%,transparent)}to{box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-primary) 25%,transparent)}}.card{transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.table__row--interactive,.table td{transition:background-color .15s ease}.modal-overlay{animation:overlayFadeIn .25s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modal{animation:modalSlideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{animation:toastSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.badge,.tag{transition:transform .15s ease,box-shadow .15s ease}.badge:hover,.tag:hover{transform:scale(1.05)}.stagger-item{animation:fadeInUp .4s ease-out backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.stagger-item:nth-child(1){animation-delay:.05s}.stagger-item:nth-child(2){animation-delay:.1s}.stagger-item:nth-child(3){animation-delay:.15s}.stagger-item:nth-child(4){animation-delay:.2s}.stagger-item:nth-child(5){animation-delay:.25s}.stagger-item:nth-child(6){animation-delay:.3s}.stagger-item:nth-child(7){animation-delay:.35s}.stagger-item:nth-child(8){animation-delay:.4s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.spinner{animation:spin .8s linear infinite}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--surface-muted-tone) 0%,var(--surface-highlight) 50%,var(--surface-muted-tone) 100%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--border-radius-sm)}.toggle{transition:background-color .2s ease}.toggle__thumb{transition:transform .25s cubic-bezier(.16,1,.3,1)}.dropdown-menu{animation:dropdownSlideIn .2s ease-out;transform-origin:top}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hover-lift{transition:transform .2s ease,box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.hover-scale{transition:transform .2s ease}.hover-scale:hover{transform:scale(1.02)}:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px;transition:outline-offset .15s ease}@keyframes successPulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--color-success) 40%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--color-success) 0%,transparent)}}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.success-pulse{animation:successPulse .6s ease-out}.error-shake{animation:errorShake .4s ease-out}.fade-in{animation:fadeIn .3s ease-out}.slide-up{animation:slideUp .3s ease-out}.slide-down{animation:slideDown .3s ease-out}:root{--page-horizontal-gutter: clamp(20px, 4vw, 40px);--page-vertical-gutter: clamp(24px, 3vw, 36px)}:where(*){box-sizing:border-box}:where(body){margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--neutral-ink);background:var(--surface-body);line-height:1.5}:where(h1,h2,h3,h4,h5,h6){color:var(--neutral-900);font-weight:600;margin:0}:where(p){margin:0;color:var(--neutral-muted)}:where(a){color:var(--color-link);text-decoration:none}:where(a:hover){color:var(--color-link-hover)}.page{padding-block:var(--page-vertical-gutter);padding-inline:var(--page-horizontal-gutter)}.page__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.page__title{font-size:1.5rem;color:var(--neutral-900)}.page__eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--neutral-muted)}.page-section{margin-bottom:32px}.btn{--btn-bg: color-mix(in srgb, var(--surface-card) 94%, var(--brand-primary) 8%);--btn-color: var(--neutral-900);--btn-border: color-mix(in srgb, var(--border-soft-tone) 30%, transparent);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.55rem 1.25rem;min-height:38px;font-size:.9rem;font-weight:600;border-radius:var(--btn-border-radius);border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--btn-color);cursor:pointer;transition:background .22s ease,color .22s ease,border-color .22s ease}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn--primary{--btn-bg: linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 90%, var(--brand-secondary) 40%), var(--brand-secondary));--btn-color: var(--color-white);--btn-border: transparent}.btn--primary:hover:not(:disabled){transform:translateY(0);transform:none;box-shadow:none;background:color-mix(in srgb,var(--brand-primary) 70%,var(--brand-secondary) 30%)}.btn--secondary{--btn-bg: color-mix(in srgb, var(--surface-card) 90%, var(--brand-secondary) 10%);--btn-color: var(--brand-secondary);--btn-border: color-mix(in srgb, var(--brand-secondary) 35%, transparent)}.btn--secondary:hover:not(:disabled){background:color-mix(in srgb,var(--surface-card) 80%,var(--brand-secondary) 20%);color:var(--brand-secondary);border-color:color-mix(in srgb,var(--brand-secondary) 65%,var(--surface-card))}.btn--ghost{--btn-bg: transparent;--btn-color: var(--brand-secondary);--btn-border: color-mix(in srgb, var(--brand-primary) 35%, transparent)}.btn--ghost:hover:not(:disabled){background:color-mix(in srgb,var(--surface-card) 80%,white);color:var(--brand-secondary)}.btn--success{--btn-bg: color-mix(in srgb, var(--color-success) 16%, var(--surface-card));--btn-color: var(--color-success);--btn-border: color-mix(in srgb, var(--color-success) 45%, transparent)}.btn--danger{--btn-bg: color-mix(in srgb, var(--color-danger) 16%, var(--surface-card));--btn-color: var(--color-danger);--btn-border: color-mix(in srgb, var(--color-danger) 45%, transparent)}.btn--danger:hover:not(:disabled){background:color-mix(in srgb,var(--color-danger) 30%,var(--surface-card));border-color:var(--color-danger)}.btn--email{--btn-bg: linear-gradient(135deg, color-mix(in srgb, var(--brand-email) 90%, var(--neutral-0) 15%), var(--brand-email-dark));--btn-color: var(--color-white);--btn-border: transparent}.btn--email:hover:not(:disabled){background:linear-gradient(135deg,color-mix(in srgb,var(--brand-email-dark) 90%,var(--neutral-0) 10%),var(--brand-email-dark))}.btn--dashed{--btn-bg: transparent;--btn-color: var(--brand-secondary);--btn-border: color-mix(in srgb, var(--brand-primary) 50%, transparent);border-style:dashed;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;padding-inline:1.5rem;box-shadow:none;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.btn--dashed:hover:not(:disabled){background:color-mix(in srgb,var(--brand-primary) 12%,var(--surface-card));color:var(--brand-primary);transform:translateY(-1px)}.btn--action{border-radius:999px;border:1px solid color-mix(in srgb,var(--brand-primary) 35%,transparent);background:#fff;color:var(--brand-primary);font-size:.78rem;padding:.3rem .85rem;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.btn--action:hover:not(:disabled){background:var(--brand-primary);border-color:var(--brand-primary);color:var(--color-white);transform:translateY(-1px)}.btn--action:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-primary) 60%,transparent);outline-offset:2px}.btn--icon{padding:.5rem;width:36px;height:36px;border-radius:999px}.btn--small{font-size:.75rem;padding:.35rem .75rem;letter-spacing:.04em}.btn-group{display:inline-flex;flex-wrap:wrap;gap:8px}.btn-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-back{display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--brand-primary) 50%,transparent);border-radius:999px;padding:6px 12px;font-size:.9rem;font-weight:600;color:var(--brand-primary);background:#fff;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.btn-back:hover{background:var(--brand-primary);color:var(--color-white);border-color:var(--brand-primary)}.tutorial-trigger{width:30px;height:30px;border-radius:999px;border:2px solid #d4a574;background:linear-gradient(135deg,#f5e6d3,#e8d4b8);display:inline-flex;align-items:center;justify-content:center;color:#6b5744;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 2px 6px #d4a57433;transition:all .2s ease}.tutorial-trigger:hover{background:linear-gradient(135deg,#faf3e8,#f5e6d3);border-color:#c49563;box-shadow:0 4px 12px #d4a5744d;transform:translateY(-2px)}.tutorial-trigger:focus-visible{outline:2px solid var(--neutral-300);outline-offset:2px}.tutorial-trigger.shepherd-target.shepherd-enabled{border-radius:999px;border-color:#d4a574!important;box-shadow:0 2px 6px #d4a57433!important;outline:none!important}@media(max-width:768px){.tutorial-trigger{display:none!important}}.shepherd-auto-next{display:flex;align-items:center;gap:8px;width:auto;margin-bottom:10px}.shepherd-auto-next__ring{--progress: 0deg;width:18px;height:18px;border-radius:999px;background:conic-gradient(#bcc6d2 var(--progress),#e9edf2 0deg);display:inline-flex;align-items:center;justify-content:center}.shepherd-auto-next__ring-inner{width:11px;height:11px;border-radius:999px;background:#fff}.shepherd-auto-next__label{font-size:.78rem;font-weight:600;color:#7f8b99;min-width:56px;text-align:left}.confetti-root{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:2200}.confetti-particle{position:absolute;top:-12px;width:6px;height:14px;border-radius:2px;opacity:.95;animation:confetti-fall 2.6s ease-out forwards}@keyframes confetti-fall{0%{transform:translateZ(0) rotate(0);opacity:1}to{transform:translate3d(var(--dx, 0px),var(--dy, 260px),0) rotate(var(--dr, 360deg));opacity:0}}.input,.select,.textarea{width:100%;border-radius:var(--border-radius-sm);border:1px solid var(--border-soft-tone);padding:.65rem .85rem;font:inherit;color:var(--neutral-ink);background:var(--surface-card);transition:border-color .16s ease,box-shadow .16s ease}.input:focus,.select:focus,.textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand-primary) 25%,transparent);outline:none}.search-bar{display:flex;align-items:stretch;gap:8px}.search-bar__control{flex:1;display:flex;align-items:center;border-radius:var(--border-radius-md);padding:.25rem;border:1px solid var(--border-soft-tone);background:var(--surface-card)}.search-bar__field{flex:1;border:0;outline:none;font:inherit;background:transparent;padding:.5rem}.search-bar__button{min-width:120px}@media(max-width:600px){.search-bar{flex-direction:column}.search-bar__control,.search-bar__button{width:100%}.search-bar__button{min-width:0}}.form{display:flex;flex-direction:column;gap:16px}.form--inline{flex-direction:row;flex-wrap:wrap}.form-field{display:flex;flex-direction:column;gap:6px}.form-field__label{font-size:.85rem;font-weight:600;color:var(--neutral-900)}.form-field__hint{font-size:.8rem;color:var(--neutral-muted)}.form-field--error .input,.form-field--error .select,.form-field--error .textarea{border-color:var(--color-danger);background:var(--status-alert-pale)}.form-field--error .form-field__hint{color:var(--color-danger)}.toggle{position:relative;width:44px;height:24px;border-radius:999px;background:var(--border-soft-tone);transition:background .16s ease;border:none;padding:0;cursor:pointer;display:inline-flex;justify-content:flex-start;align-items:center}.toggle__thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--surface-card);transition:transform .16s ease;box-shadow:0 1px 4px color-mix(in srgb,var(--neutral-900) 25%,transparent)}.toggle--checked{background:var(--brand-primary)}.toggle--checked .toggle__thumb{transform:translate(20px);background:var(--color-white)}.table-wrapper{border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);background:var(--surface-card);overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrapper table{min-width:720px}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table thead{background:var(--table-header-bg);color:var(--table-header-color)}.table th{text-align:left;font-weight:600;padding:.85rem;color:inherit}.table td{padding:.85rem;border-top:1px solid var(--border-soft-tone);color:var(--neutral-900)}.table--dense th,.table--dense td{padding:.6rem}.table__row--interactive:hover{background:var(--surface-highlight)}.table__actions{display:flex;align-items:center;gap:8px}@media(min-width:1024px)and (max-width:1440px){.table__actions,.templates__actions-cell,.faturacao__actions-cell,.my-numbers__actions-cell,.gerir-api__cell--actions,.gerir-api__actions,.agendamentos__agenda-actions,.contacts__renew{flex-direction:column;align-items:stretch;gap:6px}.table__actions .btn:not(.btn--icon),.templates__actions-cell .btn:not(.btn--icon),.templates__actions-cell .agendamentos__agenda-action,.faturacao__actions-cell .btn:not(.btn--icon),.my-numbers__actions-cell .btn:not(.btn--icon),.gerir-api__actions .gerir-api__action,.agendamentos__agenda-actions .agendamentos__agenda-action,.contacts__renew .agendamentos__agenda-action{width:100%;min-width:120px;justify-content:center}.gerir-api__actions .gerir-api__action--revoke{width:auto;min-width:92px;align-self:flex-start}.agendamentos__agenda-actions .agendamentos__agenda-action--details{margin-left:0;align-self:flex-end}}.table__empty{padding:2rem;text-align:center;color:var(--neutral-muted)}.table__empty--error{color:var(--color-danger)}.table__sort{border:none;background:transparent;font:inherit;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:inherit;display:inline-flex;align-items:center;gap:6px;cursor:pointer;width:100%}.table__sort--align-right{justify-content:flex-end}.table__cell--align-right{text-align:right}.table__sort-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.table__sort-icon svg{width:100%;height:100%;fill:currentColor}.table__sort-icon-up,.table__sort-icon-down{opacity:.35;transition:opacity .2s ease}.table__sort-icon--asc .table__sort-icon-up,.table__sort-icon--desc .table__sort-icon-down{opacity:1}.table-filter{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:6px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--neutral-muted);padding:4px 10px;border-radius:999px;border:1px solid var(--border-soft-tone);background:var(--surface-muted-tone);white-space:nowrap;width:max-content;max-width:100%}.table-filter__text{opacity:.7;white-space:nowrap}.table-filter__dropdown .select-dropdown__trigger{width:auto;min-width:max-content;min-height:26px;padding:0 12px;font-size:.8rem;border-radius:999px;background:var(--surface-card);box-shadow:inset 0 0 0 1px var(--border-soft-tone)}.table-filter__dropdown.select-dropdown{width:auto;min-width:max-content;flex:0 0 auto}.table-filter__dropdown .select-dropdown__label{font-size:.8rem;letter-spacing:normal;text-transform:none;white-space:nowrap}.table-filter .select-dropdown__menu,.table-filter .select-dropdown.is-open{z-index:9999}.card{border-radius:var(--border-radius-lg);border:1px solid var(--border-soft-tone);background:var(--surface-card);padding:1.25rem;box-shadow:var(--shadow-md)}.card--highlight{background:var(--gradient-card);border:0;color:var(--neutral-900)}.panel{display:flex;flex-direction:column;gap:12px}.panel__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:.75rem 1rem;border-radius:var(--border-radius-md);background:var(--surface-card);border:1px solid var(--border-soft-tone)}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:.25rem .75rem;font-size:.78rem;font-weight:600;background:var(--surface-highlight);color:var(--brand-secondary)}.badge--success{background:color-mix(in srgb,var(--color-success) 15%,var(--surface-card));color:var(--color-success)}.badge--warning{background:color-mix(in srgb,var(--color-warning) 25%,var(--surface-card));color:var(--color-warning-strong)}.badge--danger{background:color-mix(in srgb,var(--color-danger) 25%,var(--surface-card));color:var(--color-danger-strong)}.tag{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:var(--border-radius-sm);border:1px solid var(--border-soft-tone);font-size:.82rem;color:var(--neutral-muted);background:var(--surface-card)}.tag-grid{display:flex;flex-wrap:wrap;gap:8px}.modal-overlay{position:fixed;inset:0;background:color-mix(in srgb,#000 40%,transparent);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal{width:min(640px,95vw);border-radius:var(--border-radius-lg);background:var(--surface-card);border:1px solid var(--border-soft-tone);box-shadow:0 20px 60px color-mix(in srgb,#000 25%,transparent);display:flex;flex-direction:column;max-height:90vh;position:relative;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal__header{padding:1.5rem;border-bottom:1px solid var(--border-soft-tone)}.modal__title{font-size:1.2rem;color:var(--neutral-900)}.modal__body{padding:1.5rem;overflow-y:auto;text-align:left}.modal__line{margin:0 0 .75rem}.modal__line:last-child{margin-bottom:0}.modal__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-soft-tone);display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand-secondary)}.modal__close{position:absolute;top:16px;right:16px;border:0;background:transparent;color:var(--neutral-muted);cursor:pointer;width:32px;height:32px;font-size:1.5rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s ease,color .15s ease}.modal__close:hover{background:var(--surface-muted-tone);color:var(--brand-secondary)}.modal--wide{width:min(960px,95vw)}.toast-stack{position:fixed;top:32px;right:32px;display:flex;flex-direction:column;gap:12px;z-index:1100}.toast{position:relative;min-width:320px;max-width:min(420px,92vw);padding:.85rem 1rem;border-radius:12px;border:1px solid color-mix(in srgb,var(--neutral-200) 70%,var(--surface-card));background:var(--surface-card);color:var(--neutral-900);box-shadow:0 10px 22px #0c141029;display:flex;align-items:center;gap:12px;overflow:hidden}.toast:before{content:none}.toast__icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--neutral-200) 70%,transparent);color:var(--neutral-700)}.toast__content{flex:1;display:flex;flex-direction:column;gap:4px}.toast__title{font-weight:600;margin:0;font-size:1rem;color:inherit}.toast__message{margin:0;font-size:.9rem;color:var(--neutral-700)}.toast__message-link{color:inherit;font-weight:600;text-decoration:underline}.toast__message-link:hover,.toast__message-link:focus-visible{text-decoration:none}.toast__action,.toast__close{border:none;background:transparent;color:var(--neutral-500);font-weight:600;cursor:pointer;padding:.25rem}.toast__close{font-size:18px;line-height:1;border-radius:999px;transition:background .2s ease,color .2s ease}.toast__close:hover{background:color-mix(in srgb,var(--neutral-200) 70%,transparent);color:var(--neutral-900)}.toast--success{border-color:color-mix(in srgb,var(--color-success) 35%,var(--surface-card))}.toast__icon--success{background:color-mix(in srgb,var(--color-success) 18%,white);color:var(--color-success)}.toast--info{border-color:color-mix(in srgb,var(--color-info) 35%,var(--surface-card))}.toast__icon--info{background:color-mix(in srgb,var(--color-info) 18%,white);color:var(--color-info)}.toast--warning{border-color:color-mix(in srgb,var(--color-warning) 35%,var(--surface-card))}.toast__icon--warning{background:color-mix(in srgb,var(--color-warning) 18%,white);color:var(--color-warning)}.toast--error{border-color:color-mix(in srgb,var(--color-danger) 35%,var(--surface-card))}.toast__icon--error{background:color-mix(in srgb,var(--color-danger) 18%,white);color:var(--color-danger)}.pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:.85rem 0}.pagination__summary{color:var(--neutral-muted);font-size:.9rem}.pagination__controls{display:inline-flex;align-items:center;gap:8px}.pagination__button{min-width:80px;min-height:36px;padding:0 16px;border-radius:var(--btn-border-radius);border:1px solid var(--border-soft-tone);background:var(--surface-card);color:var(--neutral-900);cursor:pointer}.pagination__button:disabled{opacity:.55;cursor:not-allowed}.pagination__button--active{border-color:var(--brand-primary);color:var(--brand-primary)}.is-hidden{display:none!important}.text-danger{color:var(--color-danger)}.text-success{color:var(--color-success)}.text-muted{color:var(--neutral-muted)}.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}.btn.schedule-modal__template-button{border:1px dashed color-mix(in srgb,var(--brand-primary) 60%,var(--border-soft-tone));color:var(--brand-primary);box-shadow:none}.btn.schedule-modal__template-button:hover{border-color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 12%,transparent)}.schedule-modal__template-button--lg{font-size:.95rem;min-width:239px}.sender-field{display:flex;flex-direction:column;gap:.4rem}.sender-field__manual{position:relative}.sender-field__manual textarea{width:100%;padding-right:2.25rem}.sender-field__manual textarea::placeholder{color:var(--neutral-muted)}.sender-field__select-wrapper{position:relative}.sender-field__edit-area{position:absolute;top:0;bottom:0;left:0;right:2.25rem;border:none;background:none;cursor:text;padding:0}.sender-field__edit-area:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.sender-field__arrow{position:absolute;top:.2rem;right:.2rem;width:1.75rem;height:1.75rem;border:none;background:none;display:inline-flex;align-items:center;justify-content:center;color:var(--neutral-muted);cursor:pointer}.sender-field__arrow:hover,.sender-field__arrow:focus-visible{color:var(--brand-primary)}.sender-field__default{align-self:flex-start;padding:.35rem .75rem;font-size:.85rem;border-radius:var(--btn-border-radius)}.session-loading{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(900px 500px at 15% 10%,color-mix(in srgb,var(--brand-primary) 10%,transparent),transparent 70%),linear-gradient(140deg,var(--neutral-0),var(--surface-muted-tone));color:var(--text-secondary)}.session-loading__card{display:grid;place-items:center;gap:12px;padding:28px 32px;border-radius:var(--border-radius-xl);background:var(--surface-card);border:1px solid var(--border-soft-tone);box-shadow:var(--shadow-lg);text-align:center}.session-loading__spinner{width:42px;height:42px;border-radius:999px;border:4px solid color-mix(in srgb,var(--brand-primary) 25%,transparent);border-top-color:var(--brand-primary);animation:session-spin .9s linear infinite}.session-loading__text{margin:0;font-size:14px;font-weight:600;color:var(--text-secondary)}@keyframes session-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.session-loading__spinner{animation:none}}html,body,#root{max-width:100%;overflow-x:hidden}:where(img,video,iframe){max-width:100%;height:auto}.leaflet-container :where(svg,canvas){max-width:none}:where(.app-grid,.app-main,.app-main__content,.page,.page-shell){max-width:100%;min-width:0}:where(.app-main *,.page *){min-width:0}@media(max-width:430px){:root{--page-horizontal-gutter: 12px;--page-vertical-gutter: 16px}.page,.page-shell{padding-inline:var(--page-horizontal-gutter)}.page__header{gap:12px}.btn-toolbar{width:100%}.btn-toolbar .btn{max-width:100%}}html,body,#root{height:100%}*{box-sizing:border-box}body{margin:0;background:var(--backgroundGeralColor);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-primary)}body.recaptcha-hidden .grecaptcha-badge{visibility:hidden}.auth-layout{min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;padding:48px 16px 24px}.auth-layout__content{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.app-grid{display:grid;grid-template-areas:"topbar topbar" "sidebar main";grid-template-columns:auto minmax(0,1fr);grid-template-rows:72px 1fr;height:100vh;overflow:hidden;column-gap:24px;row-gap:0}.topbar{grid-area:topbar}.sidebar{grid-area:sidebar}.app-main{grid-area:main;min-width:0;padding:0 0 24px;display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden}.app-main__content{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.app-main__content::-webkit-scrollbar{display:none}.page-shell{width:100%;max-width:var(--layout-page-max-width);margin-inline:auto;padding-block:var(--page-vertical-gutter);padding-inline:var(--page-horizontal-gutter)}@media(max-width:768px){.app-grid{grid-template-areas:"topbar" "main";grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:16px;height:100vh;overflow:hidden}.app-main{padding:0 0 16px;min-height:0}}@supports (height: 100dvh){.app-grid,.app-grid.app-grid--abrir-conta{height:100dvh}}.app-grid.sidebar-collapsed .sidebar{transform:translate(0)}@media(min-width:769px){.app-grid.sidebar-collapsed{grid-template-columns:80px minmax(0,1fr)}.app-grid.sidebar-collapsed .app-main{padding-left:16px}}.app-grid.app-grid--abrir-conta{grid-template-areas:"main";grid-template-columns:1fr;grid-template-rows:1fr;height:100vh;column-gap:0}.app-grid.app-grid--abrir-conta .app-main{padding:0}.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(/assets/ad-B18i8NGa.svg)}.fi-ad.fis{background-image:url(/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(/assets/af-C77Rf6cE.svg)}.fi-af.fis{background-image:url(/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(/assets/as-Dekqy8Of.svg)}.fi-as.fis{background-image:url(/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(/assets/aw-W0PWLK5p.svg)}.fi-aw.fis{background-image:url(/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(/assets/bm-BeYgB2z9.svg)}.fi-bm.fis{background-image:url(/assets/bm-DvNWWcPM.svg)}.fi-bn{background-image:url(/assets/bn-B6T3O78g.svg)}.fi-bn.fis{background-image:url(/assets/bn-CPQcA8Ol.svg)}.fi-bo{background-image:url(/assets/bo-CcUiMqkJ.svg)}.fi-bo.fis{background-image:url(/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(/assets/br-Cu5YU29T.svg)}.fi-br.fis{background-image:url(/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(/assets/bt-BTo4qm10.svg)}.fi-bt.fis{background-image:url(/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(/assets/bz-BCKHR4_q.svg)}.fi-bz.fis{background-image:url(/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(/assets/cy-bZuP8hmf.svg)}.fi-cy.fis{background-image:url(/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(/assets/dm-Cbhezfe1.svg)}.fi-dm.fis{background-image:url(/assets/dm-DPPHwW2M.svg)}.fi-do{background-image:url(/assets/do-B86d445t.svg)}.fi-do.fis{background-image:url(/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(/assets/ec-CaVOFQ3t.svg)}.fi-ec.fis{background-image:url(/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(/assets/eg-YC70hswZ.svg)}.fi-eg.fis{background-image:url(/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(/assets/es-d5m8M5h8.svg)}.fi-es.fis{background-image:url(/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(/assets/fj-DEAVMg38.svg)}.fi-fj.fis{background-image:url(/assets/fj-u3dAPoew.svg)}.fi-fk{background-image:url(/assets/fk-nuUF_Ak3.svg)}.fi-fk.fis{background-image:url(/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(/assets/gq-Cag8QTk2.svg)}.fi-gq.fis{background-image:url(/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(/assets/gs-DiiNa0F5.svg)}.fi-gs.fis{background-image:url(/assets/gs-DOgYbHsY.svg)}.fi-gt{background-image:url(/assets/gt-CJo5DI-7.svg)}.fi-gt.fis{background-image:url(/assets/gt-BLpn5qMn.svg)}.fi-gu{background-image:url(/assets/gu-Di1JYREk.svg)}.fi-gu.fis{background-image:url(/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(/assets/hr-fzLfaANM.svg)}.fi-hr.fis{background-image:url(/assets/hr-BpiVVBoV.svg)}.fi-ht{background-image:url(/assets/ht-DIMg4gti.svg)}.fi-ht.fis{background-image:url(/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(/assets/im--VPIqfkF.svg)}.fi-im.fis{background-image:url(/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(/assets/io-13HOfeJD.svg)}.fi-io.fis{background-image:url(/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(/assets/ir-cCIgaNf6.svg)}.fi-ir.fis{background-image:url(/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(/assets/je-DyWbhIiC.svg)}.fi-je.fis{background-image:url(/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(/assets/kg-B0FsxZiL.svg)}.fi-kg.fis{background-image:url(/assets/kg-CjfitMyT.svg)}.fi-kh{background-image:url(/assets/kh-BeWfuE30.svg)}.fi-kh.fis{background-image:url(/assets/kh-BBvObpUS.svg)}.fi-ki{background-image:url(/assets/ki-p_fAQGbS.svg)}.fi-ki.fis{background-image:url(/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(/assets/ky-Dpsu1myA.svg)}.fi-ky.fis{background-image:url(/assets/ky-BqaZHuhf.svg)}.fi-kz{background-image:url(/assets/kz-CwKXYZ8s.svg)}.fi-kz.fis{background-image:url(/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(/assets/li-CHdhvNcr.svg)}.fi-li.fis{background-image:url(/assets/li-CMlf0YU8.svg)}.fi-lk{background-image:url(/assets/lk-DUkgV9Tq.svg)}.fi-lk.fis{background-image:url(/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(/assets/md-DRlxvNwm.svg)}.fi-md.fis{background-image:url(/assets/md-DTi94M3M.svg)}.fi-me{background-image:url(/assets/me-Cv4Gwqah.svg)}.fi-me.fis{background-image:url(/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(/assets/mp-CrOApEqW.svg)}.fi-mp.fis{background-image:url(/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(/assets/ms-DxciGbUu.svg)}.fi-ms.fis{background-image:url(/assets/ms-B-w7hFKu.svg)}.fi-mt{background-image:url(/assets/mt-YqzKx9xl.svg)}.fi-mt.fis{background-image:url(/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(/assets/mx-Cc8Ccfe8.svg)}.fi-mx.fis{background-image:url(/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(/assets/nf-Dl00mlk2.svg)}.fi-nf.fis{background-image:url(/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(/assets/ni-CcFCSQxm.svg)}.fi-ni.fis{background-image:url(/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(/assets/om-DcqxRdQL.svg)}.fi-om.fis{background-image:url(/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(/assets/pn-DgxdtieE.svg)}.fi-pn.fis{background-image:url(/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(/assets/pt-DZ2ADgIR.svg)}.fi-pt.fis{background-image:url(/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(/assets/py-mNzh0mZC.svg)}.fi-py.fis{background-image:url(/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(/assets/rs-BfwKwXtn.svg)}.fi-rs.fis{background-image:url(/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(/assets/sa-Dh79zbT9.svg)}.fi-sa.fis{background-image:url(/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(/assets/sm-DGBIRFB_.svg)}.fi-sm.fis{background-image:url(/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(/assets/sv-CJIHhYwF.svg)}.fi-sv.fis{background-image:url(/assets/sv-RZ39q5hO.svg)}.fi-sx{background-image:url(/assets/sx-nDhIaDNb.svg)}.fi-sx.fis{background-image:url(/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(/assets/sz-qxMwa2gs.svg)}.fi-sz.fis{background-image:url(/assets/sz-D39eIL5d.svg)}.fi-tc{background-image:url(/assets/tc-dtelpZmc.svg)}.fi-tc.fis{background-image:url(/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(/assets/tm-C_WSgUcv.svg)}.fi-tm.fis{background-image:url(/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(/assets/va-B9-hqIE-.svg)}.fi-va.fis{background-image:url(/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(/assets/vg-C7xY6pic.svg)}.fi-vg.fis{background-image:url(/assets/vg-ClZ-0KpG.svg)}.fi-vi{background-image:url(/assets/vi-BC_zcciE.svg)}.fi-vi.fis{background-image:url(/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(/assets/zm-BmsW91ne.svg)}.fi-zm.fis{background-image:url(/assets/zm-D8B-0kdx.svg)}.fi-zw{background-image:url(/assets/zw-U0m7oJ5e.svg)}.fi-zw.fis{background-image:url(/assets/zw-CSuuaw9K.svg)}.fi-arab{background-image:url(/assets/arab-C4CYPgyC.svg)}.fi-arab.fis{background-image:url(/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(/assets/dg-CJPJrjiZ.svg)}.fi-dg.fis{background-image:url(/assets/dg-DqkWLbnk.svg)}.fi-eac{background-image:url(/assets/eac-CwGQsyAM.svg)}.fi-eac.fis{background-image:url(/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(/assets/es-ga-D9xG2hYr.svg)}.fi-es-ga.fis{background-image:url(/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(/assets/gb-nir-D4gikpNq.svg)}.fi-gb-nir.fis{background-image:url(/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(/assets/gb-wls-Bxz9hxvX.svg)}.fi-gb-wls.fis{background-image:url(/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(/assets/sh-ac-FjwY7RYr.svg)}.fi-sh-ac.fis{background-image:url(/assets/sh-ac-D-aE2xRW.svg)}.fi-sh-hl{background-image:url(/assets/sh-hl-CqtQPzWZ.svg)}.fi-sh-hl.fis{background-image:url(/assets/sh-hl-CgxUDvtv.svg)}.fi-sh-ta{background-image:url(/assets/sh-ta-CPJublpi.svg)}.fi-sh-ta.fis{background-image:url(/assets/sh-ta-BFo5zkKU.svg)}.fi-un{background-image:url(/assets/un-Bqg4Cbbh.svg)}.fi-un.fis{background-image:url(/assets/un-DabL4p35.svg)}.fi-xk{background-image:url(/assets/xk-Bj15g7cp.svg)}.fi-xk.fis{background-image:url(/assets/xk-Cdz2uTvR.svg)}.shepherd-button{background:#3288e6;border:0;border-radius:3px;color:#ffffffbf;cursor:pointer;margin-right:.5rem;padding:.5rem 1.5rem;transition:all .5s ease}.shepherd-button:not(:disabled):hover{background:#196fcc;color:#ffffffbf}.shepherd-button.shepherd-button-secondary{background:#f1f2f3;color:#000000bf}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:#d6d9db;color:#000000bf}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:flex-end;padding:0 .75rem .75rem}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-cancel-icon{background:transparent;border:none;color:#808080bf;cursor:pointer;font-size:2em;font-weight:400;margin:0;padding:0;transition:color .5s ease}.shepherd-cancel-icon:hover{color:#000000bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon{color:#808080bf}.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover{color:#000000bf}.shepherd-title{color:#000000bf;display:flex;flex:1 0 auto;font-size:1rem;font-weight:400;margin:0;padding:0}.shepherd-header{align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;justify-content:flex-end;line-height:2em;padding:.75rem .75rem 0}.shepherd-has-title .shepherd-content .shepherd-header{background:#e6e6e6;padding:1em}.shepherd-text{color:#000000bf;font-size:1rem;line-height:1.3em;padding:.75em}.shepherd-text p{margin-top:0}.shepherd-text p:last-child{margin-bottom:0}.shepherd-content{border-radius:5px;outline:none;padding:0}.shepherd-element{background:#fff;border:none;border-radius:5px;box-shadow:0 1px 4px #0003;margin:0;max-width:400px;opacity:0;outline:none;padding:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow,.shepherd-arrow:before{height:16px;position:absolute;width:16px;z-index:-1}.shepherd-arrow:before{background:#fff;content:"";transform:rotate(45deg)}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{bottom:-8px}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{top:-8px}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{right:-8px}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{left:-8px}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{background-color:#e6e6e6}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0s .3s,opacity .3s 0s;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.5;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}
