@charset "UTF-8";.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-btn{align-items:center;border-radius:6px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:normal;line-height:1.375rem;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:normal;text-transform:capitalize;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);user-select:none;vertical-align:middle;flex-shrink:0}.v-btn--size-x-small{--v-btn-size: .6875rem;--v-btn-height: 22px;font-size:var(--v-btn-size);min-width:40px;padding:0 10px}.v-btn--size-small{--v-btn-size: .8125rem;--v-btn-height: 30px;font-size:var(--v-btn-size);min-width:54px;padding:0 14px}.v-btn--size-default{--v-btn-size: .9375rem;--v-btn-height: 38px;font-size:var(--v-btn-size);min-width:68px;padding:0 18px}.v-btn--size-large{--v-btn-size: 1.0625rem;--v-btn-height: 46px;font-size:var(--v-btn-size);min-width:82px;padding:0 22px}.v-btn--size-x-large{--v-btn-size: 1.1875rem;--v-btn-height: 54px;font-size:var(--v-btn-size);min-width:96px;padding:0 26px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -4px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -8px)}.v-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-btn--variant-flat{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;inset:0;pointer-events:none}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size: 1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 8px);height:calc(var(--v-btn-height) + 8px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -4px);height:calc(var(--v-btn-height) + -4px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-btn--elevated:active{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--spaced{display:grid;grid-template-columns:max-content 1fr max-content}.v-btn--spaced.v-btn--spaced-start>.v-btn__content{justify-content:end}.v-btn--spaced.v-btn--spaced-end>.v-btn__content{justify-content:start}.v-btn--disabled{pointer-events:none;opacity:.45}.v-btn--disabled:hover{opacity:.45}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.45);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.2666666667}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size: .6875rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .8125rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size: .9375rem;--v-btn-height: 72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size: 1.0625rem;--v-btn-height: 80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.1875rem;--v-btn-height: 88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--readonly{pointer-events:none}.v-btn--rounded{border-radius:36px}.v-btn--rounded.v-btn--icon{border-radius:6px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:0 .375rem}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:.375rem 0}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:0 .375rem}.v-btn__content>.v-icon--end{margin-inline:.375rem 0}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-pagination .v-btn{width:auto;padding-inline:5px}.v-pagination .v-btn.v-btn--density-default{min-width:calc(var(--v-btn-height) + 8px)}.v-pagination .v-btn.v-btn--density-comfortable{min-width:calc(var(--v-btn-height) + 0px)}.v-pagination .v-btn.v-btn--density-compact{min-width:calc(var(--v-btn-height) + -4px)}.v-pagination .v-btn{border-radius:6px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination__prev .v-btn,.v-pagination__next .v-btn{padding-inline:0}.v-pagination__prev .v-btn.v-btn--density-default,.v-pagination__next .v-btn.v-btn--density-default{width:calc(var(--v-btn-height) + 8px)}.v-pagination__prev .v-btn.v-btn--density-comfortable,.v-pagination__next .v-btn.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px)}.v-pagination__prev .v-btn.v-btn--density-compact,.v-pagination__next .v-btn.v-btn--density-compact{width:calc(var(--v-btn-height) + -4px)}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}@media (forced-colors: active){.v-btn:not(.v-btn--variant-text,.v-btn--variant-plain){border:thin solid}.v-btn:focus-visible{outline:2px solid;outline-offset:2px}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}@media (forced-colors: active){.v-btn-toggle>.v-btn:not(.v-btn--disabled){border-color:buttontext!important}.v-btn-toggle>.v-btn:not(.v-btn--disabled):focus-visible{outline:0}.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):hover,.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible{color:highlight;border-color:currentColor!important}.v-btn-toggle>.v-btn--active{color:highlight!important;forced-color-adjust:preserve-parent-color}.v-btn-toggle>.v-btn--active:not(.v-btn--variant-text,.v-btn--variant-plain){background-color:highlight!important;color:highlighttext!important;border-color:highlight!important}}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow-y:hidden;overflow-x:auto;vertical-align:middle}.v-btn-group{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent}.v-btn-group{border-radius:6px}.v-btn-group{background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:44px}.v-btn-group--density-compact.v-btn-group{height:40px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group--tile{border-radius:0}.v-btn-group--horizontal .v-btn:not(:last-child){border-inline-end:none}.v-btn-group--horizontal .v-btn:not(:first-child){border-inline-start:none}.v-btn-group--horizontal .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group--horizontal .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--vertical{flex-direction:column;height:auto!important}.v-btn-group--vertical .v-btn:not(:last-child){border-block-end:none}.v-btn-group--vertical .v-btn:not(:first-child){border-block-start:none}.v-btn-group--vertical .v-btn:first-child{border-start-start-radius:inherit;border-start-end-radius:inherit}.v-btn-group--vertical .v-btn:last-child{border-end-start-radius:inherit;border-end-end-radius:inherit}.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child){border-block-end-width:thin;border-block-end-style:solid;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;opacity:var(--v-icon-opacity, 1);text-indent:0;text-align:center;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;overflow:hidden;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;inset:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1),mask-size 0s;width:100%}@media (forced-colors: active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;width:100%;transition-property:width,left,right;transition:inherit}@media (forced-colors: active){.v-progress-linear__buffer{background-color:highlight!important;opacity:.5!important}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-progress-linear--clickable .v-progress-linear__content{pointer-events:none}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media (forced-colors: active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight!important}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;height:inherit;inset:0 auto 0 0;position:absolute;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}@media (prefers-reduced-motion: reduce){.v-ripple__animation--in{transition-property:opacity;transition-duration:.1s}}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-locale-provider{display:contents}.loading[data-v-4988518b]{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading__spinner[data-v-4988518b]{position:relative;box-sizing:border-box;border:3px solid transparent;border-radius:50%;block-size:3.438rem;inline-size:3.438rem}.loading__title[data-v-4988518b]{color:rgb(var(--v-main-color),var(--v-text-primary-opacity))}.loading .effect-1[data-v-4988518b],.loading .effect-2[data-v-4988518b],.loading .effect-3[data-v-4988518b]{position:absolute;box-sizing:border-box;border:3px solid transparent;border-radius:50%;block-size:100%;border-inline-start:3px solid var(--initial-loader-color, #00ba77);inline-size:100%}.loading .effect-1[data-v-4988518b]{animation:rotate-4988518b 1s ease infinite}.loading .effect-2[data-v-4988518b]{animation:rotate-opacity-4988518b 1s ease infinite .1s}.loading .effect-3[data-v-4988518b]{animation:rotate-opacity-4988518b 1s ease infinite .2s}.loading .effects[data-v-4988518b]{transition:all .3s ease}@keyframes rotate-4988518b{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotate-opacity-4988518b{0%{opacity:.1;transform:rotate(0)}to{opacity:1;transform:rotate(1turn)}}.loading-bg[data-v-4ca87c34]{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgb(var(--v-theme-background));block-size:100%;gap:1rem 0;inline-size:100%}.screen-loader[data-v-29018f24]{position:absolute;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgb(var(--v-backdrop-overlay),.6);block-size:100%;gap:1rem 0;inline-size:100%}.screen-loader__content[data-v-29018f24]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border-radius:6px;background:rgb(var(--v-theme-surface));gap:1rem}.screen-loader__title[data-v-29018f24]{color:rgb(var(--v-text-primary));font-size:.938rem}.notification{--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));position:absolute;z-index:var(--z-index);display:flex;width:var(--width);box-sizing:border-box;align-items:center;padding:1.125rem;border-radius:.625rem;box-shadow:0 .25rem .75rem #0000001a;font-size:.75rem;gap:.375rem;opacity:0;outline:none;overflow-wrap:anywhere;touch-action:none;transform:var(--y);transition:transform .4s,opacity .4s,height .4s,box-shadow .2s}.notification__icon{flex-shrink:0}.notification__close{position:absolute;top:calc(var(--notification-close-button-size) / 2 * -1);right:calc(var(--notification-close-button-size) / 2 * -1);display:block;width:var(--notification-close-button-size);height:var(--notification-close-button-size);padding:0;border:none;border-radius:100%;background:transparent;background-color:rgb(var(--v-theme-background));cursor:pointer}.notification__close--container{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.notification__close--icon{width:calc(var(--notification-close-button-size) * .9);height:calc(var(--notification-close-button-size) * .9);color:rgb(var(--v-theme-grey))}@media (max-width: 1024px){.notification__close{display:none}}.notification__text{display:flex;flex-direction:column;gap:.25rem}.notification__text--title{font-size:.875rem;font-weight:600}.notification__text--message{font-size:.75rem;font-weight:400}.notification__visual,.notification__container{display:flex;width:100%;gap:.75rem}.notification__container{flex-direction:column}.notification__actions{display:grid;gap:.5rem;grid-auto-flow:column}.notification[data-type=info]{background:linear-gradient(90deg,rgb(var(--v-theme-info-darken-1),0%),rgb(var(--v-theme-info-darken-1),30%)),linear-gradient(0deg,rgb(var(--v-theme-background)),rgb(var(--v-theme-background)))}.notification[data-type=error]{background:linear-gradient(90deg,rgb(var(--v-theme-error-darken-1),0%),rgb(var(--v-theme-error-darken-1),30%)),linear-gradient(0deg,rgb(var(--v-theme-background)),rgb(var(--v-theme-background)))}.notification[data-type=warning]{background:linear-gradient(90deg,rgb(var(--v-theme-warning-darken-1),0%),rgb(var(--v-theme-warning-darken-1),30%)),linear-gradient(0deg,rgb(var(--v-theme-background)),rgb(var(--v-theme-background)))}.notification[data-type=success]{background:linear-gradient(90deg,rgb(var(--v-theme-success-darken-1),0%),rgb(var(--v-theme-success-darken-1),30%)),linear-gradient(0deg,rgb(var(--v-theme-background)),rgb(var(--v-theme-background)))}.notification[data-y-position=top]{top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}.notification[data-y-position=bottom]{bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}.notification[data-y-position=bottom][data-expanded=false]{--lift: 1}.notification[data-swiping=true]:before{position:absolute;z-index:-1;right:-100%;left:-100%;height:100%;content:""}.notification[data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3) translateY(50%)}.notification[data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3) translateY(-50%)}.notification[data-swiping=false][data-removed=true]:before{position:absolute;content:"";inset:0;transform:scaleY(2)}.notification[data-expanded=true]:after{position:absolute;bottom:100%;left:0;width:100%;height:calc(var(--gap) + .0625rem);content:""}.notification[data-mounted=true]{--y: translateY(0);opacity:1}.notification[data-expanded=false][data-front=false]{--scale: var(--notifications-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--notifications-before))) scale(calc(-1 * var(--notifications-before) * .05 + 1));height:var(--front-notification-height)}.notification>*{transition:opacity .4s}.notification[data-x-position=right]{right:0}.notification[data-x-position=left]{left:0}.notification[data-expanded=false][data-front=false]>*{opacity:0}.notification[data-visible=false]{opacity:0;pointer-events:none}.notification[data-mounted=true][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}.notification[data-removed=true][data-front=true][data-swipe-out=false]{--y: translateY(calc(var(--lift) * -100%));opacity:0}.notification[data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}.notification[data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}.notification[data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}.notification[data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0)) translate(var(--swipe-amount-x, 0));transition:none}.notification[data-swiped=true]{user-select:none}.notification[data-swipe-out=true][data-y-position=bottom],.notification[data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-fill-mode:forwards;animation-timing-function:ease-out}.notification[data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}.notification[data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}.notification[data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}.notification[data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{opacity:1;transform:var(--y) translate(var(--swipe-amount-x))}to{opacity:0;transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%))}}@keyframes swipe-out-right{0%{opacity:1;transform:var(--y) translate(var(--swipe-amount-x))}to{opacity:0;transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%))}}@keyframes swipe-out-up{0%{opacity:1;transform:var(--y) translateY(var(--swipe-amount-y))}to{opacity:0;transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%))}}@keyframes swipe-out-down{0%{opacity:1;transform:var(--y) translateY(var(--swipe-amount-y))}to{opacity:0;transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%))}}@media (prefers-reduced-motion){.notification,.notification>*{animation:none!important;transition:none!important}}.notifications{--notification-close-button-size: 1rem;position:fixed;z-index:999999999;right:auto;left:auto;width:var(--width);box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;transition:transform .4s ease}.notifications .notification{right:auto;left:auto;width:100%}.notifications[data-x-position=right]{right:var(--offset-right)}.notifications[data-x-position=left]{left:var(--offset-left)}.notifications[data-x-position=center]{left:50%;transform:translate(-50%)}.notifications[data-y-position=top]{top:var(--offset-top)}.notifications[data-y-position=bottom]{bottom:var(--offset-bottom)}@media (max-width: 1024px){.notifications{right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}.notifications .notification{right:0;left:0;width:calc(100% - var(--mobile-offset-left) * 2)}.notifications[data-x-position=right]{right:var(--mobile-offset-right)}.notifications[data-x-position=left]{left:var(--mobile-offset-left)}.notifications[data-x-position=center]{right:var(--mobile-offset-right);left:var(--mobile-offset-left);transform:none}.notifications[data-y-position=top]{top:var(--mobile-offset-top)}.notifications[data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}}.scroll-to-top{position:fixed!important;z-index:999;inset-block-end:5%;inset-inline-end:1.5625rem}.v-dialog .v-card::-webkit-scrollbar,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar{background:rgb(var(--v-theme-surface));block-size:8px;border-end-end-radius:14px;border-start-end-radius:14px;inline-size:4px}.v-dialog .v-card::-webkit-scrollbar-track,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-track{background:transparent}.v-dialog .v-card::-webkit-scrollbar-thumb,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-thumb{border-radius:.5rem;background:rgb(var(--v-theme-scrollbar-thumb))}.v-dialog .v-card::-webkit-scrollbar-corner,.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-corner{display:none}.layout-horizontal-nav .nav-link a,.layout-horizontal-nav .nav-group .popper-triggerer .nav-group-label{padding-block:.6rem;padding-inline:1rem}.layout-horizontal-nav .nav-link:not(.sub-item) a,.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer>.nav-group-label{border-radius:.4rem}.layout-horizontal-nav .nav-link.disabled,.layout-horizontal-nav .nav-group.disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.layout-horizontal-nav .nav-link.sub-item a.router-link-active{background:rgba(var(--v-theme-primary),.1);color:rgb(var(--v-theme-primary))}.layout-horizontal-nav .nav-item-icon{font-size:1.375rem;margin-inline-end:.5rem}.layout-horizontal-nav .nav-link.sub-item,.layout-horizontal-nav .nav-group.sub-item{min-inline-size:12rem}.layout-horizontal-nav .nav-link.sub-item .nav-item-title,.layout-horizontal-nav .nav-group.sub-item .nav-item-title{margin-inline-end:1rem}.layout-horizontal-nav .nav-group.sub-item .sub-item .nav-item-icon{font-size:.75rem;margin-inline:.3125rem .75rem}.layout-horizontal-nav .nav-group .nav-item-title{margin-inline-end:.3rem;white-space:nowrap}.layout-horizontal-nav .nav-group .popper-content{box-shadow:0 3px 6px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-sm-opacity)),0 0 transparent,0 0 transparent;border-radius:6px;padding-block:.3rem}.layout-nav-type-vertical .layout-vertical-nav .nav-header .header-action{font-size:1.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{margin-block:0;margin-inline:0 1rem;padding-block:0;padding-inline:1.4375rem 1rem;white-space:nowrap}.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{border-radius:.4rem;block-size:2.75rem;margin-block-end:.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-item-icon{flex-shrink:0;font-size:1.375rem;margin-inline-end:0}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-group .nav-item-icon{visibility:hidden}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:hover:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:hover:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:hover:first-child .nav-group.open>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:hover:first-child .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus-visible:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus-visible:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus-visible:first-child .nav-group.open>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus-visible:first-child .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{block-size:1.5rem;color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity));font-size:.75rem;text-transform:uppercase}.layout-nav-type-vertical .layout-vertical-nav .nav-item-badge{display:inline-block;border-radius:1.5rem;font-size:.8em;font-weight:500;line-height:1;padding-block:.25em;padding-inline:.55em;text-align:center;vertical-align:baseline;white-space:nowrap}.layout-horizontal-nav,.layout-nav-type-vertical .layout-vertical-nav{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.layout-horizontal-nav .nav-item-title,.layout-nav-type-vertical .layout-vertical-nav .nav-item-title{letter-spacing:.15px}.layout-horizontal-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{letter-spacing:.4px}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{background-color:rgb(var(--v-global-theme-primary));color:rgb(var(--v-theme-on-primary));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.layout-horizontal-nav .nav-link a,.layout-nav-type-vertical .layout-vertical-nav .nav-link a{color:inherit}.layout-navbar{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-horizontal .header-blur.layout-navbar-and-nav-container{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:rgb(var(--v-theme-surface),.9)}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{background-color:rgb(var(--v-theme-surface))}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent;padding-inline:1.2rem}.layout-wrapper.layout-nav-type-horizontal .layout-navbar-and-nav-container{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent;z-index:1001;background-color:rgb(var(--v-theme-surface))}.layout-wrapper.layout-nav-type-horizontal .layout-navbar{border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.layout-wrapper.layout-nav-type-horizontal .layout-horizontal-nav{padding-block:.625rem}.layout-wrapper.layout-nav-type-horizontal .layout-horizontal-nav .nav-items{gap:8px}.layout-horizontal-nav .nav-link:not(.sub-item) a,.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer>.nav-group-label{border-radius:3.125rem!important}.layout-horizontal-nav .nav-link a,.layout-horizontal-nav .nav-group .popper-triggerer .nav-group-label{padding-block:.5rem}.layout-horizontal-nav .nav-group .nav-item-title{margin-inline-end:.5rem}.layout-horizontal-nav .nav-group .popper-content{box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent}.layout-horizontal-nav .nav-group.sub-item .sub-item .nav-item-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.layout-horizontal-nav .nav-link.sub-item a.router-link-active{background:rgba(var(--v-theme-primary),.16);color:rgb(var(--v-theme-primary))}.layout-horizontal-nav .nav-link.sub-item a.router-link-active i{color:rgb(var(--v-theme-primary))!important}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{background:linear-gradient(-72.47deg,rgb(var(--v-global-theme-primary)) 22.16%,rgba(var(--v-global-theme-primary),.7) 76.47%)!important}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active i,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label i,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active i{color:rgb(var(--v-theme-on-primary))!important}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{box-shadow:0 3px 6px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-sm-opacity)),0 0 transparent,0 0 transparent}.layout-horizontal-nav .nav-item-title,.layout-nav-type-vertical .layout-vertical-nav .nav-item-title{line-height:1.375rem}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{box-shadow:0 4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%);padding-inline:1.5rem}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-horizontal .header-blur.layout-navbar-and-nav-container{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background-color:rgb(var(--v-theme-surface),.85)}.layout-wrapper.layout-nav-type-horizontal .layout-navbar-and-nav-container{box-shadow:0 4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%)}.layout-nav-type-vertical .layout-vertical-nav .nav-header .header-action{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:0}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{block-size:2rem;font-size:.8125rem;line-height:1.125rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;column-gap:.625rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:before,.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:after{border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity));content:""}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:after{flex:1 1 auto}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:before{flex:0 1 .8125rem;margin-inline-start:-1.4375rem}.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-section-title{margin-inline:4px 0}.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{block-size:2.375rem!important;border-end-end-radius:3.125rem!important;border-end-start-radius:0!important;border-start-end-radius:3.125rem!important;border-start-start-radius:0!important;transition:margin-inline .15s ease-in-out;will-change:margin-inline}.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-link>:first-child,.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-group>:first-child{margin-inline:0 5px}.layout-nav-type-vertical .layout-vertical-nav .nav-item-badge{font-size:.8125rem;line-height:20px;padding-block:.125rem;padding-inline:.75rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{gap:.5rem;padding-block:.4375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-group .nav-item-icon{margin-inline-start:1rem;visibility:visible}.layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav.hovered{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}.layout-nav-type-vertical .layout-vertical-nav{background-color:rgb(var(--v-theme-background))}.layout-nav-type-vertical .layout-vertical-nav .nav-header{overflow:hidden;padding:1.25rem 0 1.25rem 1.4375rem;margin-inline:0 1rem;min-block-size:64px}.layout-nav-type-vertical .layout-vertical-nav .nav-header .app-logo{flex-shrink:0;transition:transform .25s ease-in-out}.layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav:not(.hovered) .nav-header .app-logo{transform:translate(-4px)}[dir=rtl] .layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav:not(.hovered) .nav-header .app-logo{transform:translate(4px)}.layout-nav-type-vertical .layout-vertical-nav .nav-header .app-title{margin-inline-start:.9rem}.layout-nav-type-vertical .layout-vertical-nav .vertical-nav-items-shadow{position:absolute;z-index:1;background:linear-gradient(rgb(var(--v-theme-background)) 5%,rgba(var(--v-theme-background),75%) 45%,rgba(var(--v-theme-background),20%) 80%,transparent);block-size:55px;inline-size:100%;inset-block-start:62px;opacity:0;pointer-events:none;transition:opacity .15s ease-in-out;will-change:opacity}[dir=rtl] .layout-nav-type-vertical .layout-vertical-nav .vertical-nav-items-shadow{transform:translate(8px)}.layout-nav-type-vertical .layout-vertical-nav.scrolled .vertical-nav-items-shadow{opacity:1}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{margin-block-end:.5rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title:not(:first-child){margin-block-start:1.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{margin-inline:auto}.layout-nav-type-vertical .layout-vertical-nav .nav-link,.layout-nav-type-vertical .layout-vertical-nav .nav-group{overflow:hidden}.layout-nav-type-vertical .layout-vertical-nav .nav-link.disabled,.layout-nav-type-vertical .layout-vertical-nav .nav-group.disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a{position:relative}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:before{position:absolute;border-radius:inherit;background:currentcolor;block-size:100%;content:"";inline-size:100%;inset:0;opacity:0;pointer-events:none}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group-arrow{flex-shrink:0;transform-origin:center;transition:transform .15s ease-in-out;will-change:transform}.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>.nav-group-label .nav-group-arrow{transform:rotate(180deg)}.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.vertical-nav-section-title-enter-active,.vertical-nav-section-title-leave-active{transition:opacity .1s ease-in-out,transform .1s ease-in-out}.vertical-nav-section-title-enter-from,.vertical-nav-section-title-leave-to{opacity:0;transform:translate(15px)}[dir=rtl] .vertical-nav-section-title-enter-from,[dir=rtl] .vertical-nav-section-title-leave-to{transform:translate(-15px)}.transition-slide-x-enter-active,.transition-slide-x-leave-active{transition:opacity .1s ease-in-out,transform .12s ease-in-out}.transition-slide-x-enter-from,.transition-slide-x-leave-to{opacity:0;transform:translate(-15px)}[dir=rtl] .transition-slide-x-enter-from,[dir=rtl] .transition-slide-x-leave-to{transform:translate(15px)}.vertical-nav-app-title-enter-active,.vertical-nav-app-title-leave-active{transition:opacity .1s ease-in-out,transform .12s ease-in-out}.vertical-nav-app-title-enter-from,.vertical-nav-app-title-leave-to{opacity:0;transform:translate(-15px)}[dir=rtl] .vertical-nav-app-title-enter-from,[dir=rtl] .vertical-nav-app-title-leave-to{transform:translate(15px)}.layout-horizontal-nav .nav-link a{position:relative}.layout-horizontal-nav .nav-link a:before{position:absolute;border-radius:inherit;background:currentcolor;block-size:100%;content:"";inline-size:100%;inset:0;opacity:0;pointer-events:none}.layout-horizontal-nav .nav-link a:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-link a:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-link a:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label{position:relative}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:before{position:absolute;border-radius:inherit;background:currentcolor;block-size:100%;content:"";inline-size:100%;inset:0;opacity:0;pointer-events:none}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group .popper-content{background-color:rgb(var(--v-theme-surface))}.layout-horizontal-nav .nav-group .popper-content>div{max-block-size:calc(100dvh - 120px - 4rem)}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer{position:relative}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer:after{position:absolute;block-size:.75rem;content:"";inline-size:100%;inset-block-start:100%;inset-inline-start:0;pointer-events:none}.layout-horizontal-nav .nav-group:not(.sub-item).show-content>.popper-triggerer:after{z-index:2;pointer-events:auto}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-content{margin-block-start:.75rem!important}.layout-horizontal-nav .nav-group.sub-item.active>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.sub-item.active:hover>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.sub-item.active:focus-visible>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group.sub-item.active:focus>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group .nav-group-arrow{font-size:1.375rem;margin-inline-start:auto}.layout-horizontal-nav .nav-group.popper-inline-end .nav-group-arrow{transform:rotate(270deg)}[dir=rtl] .layout-horizontal-nav .nav-group.popper-inline-end .nav-group-arrow{transform:rotate(90deg)}.layout-horizontal-nav .nav-group.show-content:not(.active)>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.show-content:not(.active):hover>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.show-content:not(.active):focus-visible>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group.show-content:not(.active):focus>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-vertical-nav ol,.layout-vertical-nav ul,.layout-horizontal-nav ol,.layout-horizontal-nav ul{list-style:none}code{border-radius:3px;color:rgb(var(--v-code-color));font-size:90%;font-weight:400;padding-block:.2em;padding-inline:.4em}.layout-wrapper.layout-nav-type-vertical .layout-navbar .navbar-content-container{transition:padding .2s ease,background-color .18s ease}.layout-wrapper.layout-nav-type-vertical .layout-navbar .navbar-content-container{border-radius:0 0 10px 10px}.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{border-radius:10px 10px 0 0}.layout-footer-sticky.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{background-color:rgb(var(--v-theme-surface));padding-block:0;padding-inline:1.2rem;box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.layout-wrapper.layout-nav-type-horizontal .navbar-content-container{display:flex;align-items:center;block-size:100%}.layout-footer-sticky.layout-wrapper.layout-nav-type-horizontal .layout-footer{background-color:rgb(var(--v-theme-surface));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.layout-wrapper.layout-nav-type-vertical.layout-content-height-fixed .page-content-container>.v-layout:first-child{overflow:hidden;min-block-size:100%}.layout-wrapper.layout-nav-type-vertical.layout-content-height-fixed .page-content-container>.v-layout:first-child>.v-main .v-main__wrap>:first-child{block-size:100%;overflow-y:auto}.layout-wrapper.layout-nav-type-horizontal.layout-content-height-fixed>.layout-page-content{display:flex}.skin--bordered .v-card:not(.v-card--flat){box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .v-menu .v-overlay__content>.v-card,.skin--bordered .v-menu .v-overlay__content>.v-sheet,.skin--bordered .v-menu .v-overlay__content>.v-list{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .popper-content{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-navbar-and-nav-container{box-shadow:none!important;border-bottom:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-vertical.window-scrolled .layout-navbar .navbar-content-container{border-block-start:none!important}.skin--bordered .layout-nav-type-vertical.layout-footer-sticky .layout-footer .footer-content-container{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-vertical.layout-footer-sticky .layout-footer .footer-content-container{border-block-end:none}.skin--bordered .layout-nav-type-horizontal.layout-footer-sticky .layout-footer{box-shadow:none!important;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .layout-nav-type-horizontal.layout-footer-sticky .layout-footer{border-block-end:none}.skin--bordered .layout-vertical-nav{border-inline-end:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel__shadow{box-shadow:none!important}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel{border:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel:not(:last-child){margin-block-end:-1px}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel:after{content:none}.v-avatar-group{display:flex;align-items:center}.v-avatar-group>*:not(:first-child){margin-inline-start:-.8rem}.v-avatar-group>*{transition:transform .25s ease,box-shadow .15s ease}.v-avatar-group>*:hover{z-index:2;transform:translateY(-5px) scale(1.05);box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent}.v-avatar-group>.v-avatar{border:2px solid rgb(var(--v-theme-surface));transition:transform .15s ease}.v-alert--variant-outlined:not([class*=text-]),.v-avatar--variant-outlined:not([class*=text-]),.v-btn.v-btn--variant-outlined:not([class*=text-]),.v-card--variant-outlined:not([class*=text-]),.v-chip--variant-outlined:not([class*=text-]),.v-list-item--variant-outlined:not([class*=text-]){border-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-alert--variant-outlined.text-default,.v-avatar--variant-outlined.text-default,.v-btn.v-btn--variant-outlined.text-default,.v-card--variant-outlined.text-default,.v-chip--variant-outlined.text-default,.v-list-item--variant-outlined.text-default{border-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-label.custom-input{padding:1rem;border:1px solid rgba(var(--v-border-color),var(--v-border-opacity));opacity:1;white-space:normal}.v-label.custom-input:hover{border-color:rgba(var(--v-border-color),.25)}.v-label.custom-input.active{border-color:rgb(var(--v-theme-primary))}.v-label.custom-input.active .v-icon{color:rgb(var(--v-theme-primary))!important}.v-label.custom-input.custom-checkbox .v-input__control,.v-label.custom-input.custom-radio .v-input__control{grid-area:none}[dir=rtl] .v-data-table-footer__pagination .v-btn .v-icon{transform:rotate(180deg)}.v-dialog .v-dialog-close-btn{position:absolute;z-index:1;color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))!important;inset-block-start:.8rem;inset-inline-end:.6rem}.v-dialog .v-dialog-close-btn .v-btn__overlay{display:none}@media (min-width: 600px){.v-dialog.v-dialog-sm .v-overlay__content,.v-dialog.v-dialog-lg .v-overlay__content,.v-dialog.v-dialog-xl .v-overlay__content{inline-size:565px!important}}@media (min-width: 960px){.v-dialog.v-dialog-lg .v-overlay__content,.v-dialog.v-dialog-xl .v-overlay__content{inline-size:865px!important}}@media (min-width: 1264px){.v-dialog.v-dialog-xl .v-overlay__content{inline-size:1165px!important}}.v-expansion-panels.customized-panels{border:1px solid rgba(var(--v-border-color),var(--v-border-opacity));border-radius:6px}.v-expansion-panels.customized-panels .v-expansion-panel-title{background-color:rgb(var(--v-theme-expansion-panel-text-custom-bg));border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity));margin-block-end:-1px}.v-expansion-panels.customized-panels .v-expansion-panel-text__wrapper{padding:20px}.v-tabs.v-tabs-pill .v-tab.v-btn{border-radius:.25rem!important;transition:none}.v-tabs.v-tabs-pill .v-tab.v-btn .v-tab__slider{visibility:hidden}body .v-tabs.v-tabs-pill .v-tab--selected.text-primary{background-color:rgb(var(--v-theme-primary));color:rgb(var(--v-theme-on-primary))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-secondary{background-color:rgb(var(--v-theme-secondary));color:rgb(var(--v-theme-on-secondary))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-error{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-info{background-color:rgb(var(--v-theme-info));color:rgb(var(--v-theme-on-info))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-success{background-color:rgb(var(--v-theme-success));color:rgb(var(--v-theme-on-success))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-warning{background-color:rgb(var(--v-theme-warning));color:rgb(var(--v-theme-on-warning))!important}.v-timeline--vertical.v-timeline .v-timeline-item .v-timeline-item__body{justify-self:stretch!important}.v-switch .v-selection-control:not(.v-selection-control--dirty) .v-switch__thumb{color:#fff!important}.demo-space-x{display:flex;flex-wrap:wrap;align-items:center;margin-block-start:-16px}.demo-space-x>*{margin-block-start:16px;margin-inline-end:16px}.demo-space-y>*{margin-block-end:16px}.demo-space-y>*:last-child{margin-block-end:0}.match-height.v-row .v-card{block-size:100%}.whitespace-no-wrap{white-space:nowrap}.text-white{color:#fff!important}.text-white-variant{color:rgba(255,255,255,var(--v-high-emphasis-opacity))}.text-link:not(:hover){color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.bg-var-theme-background{background-color:rgba(var(--v-theme-on-background),var(--v-hover-opacity))!important}.bg-global-primary{background-color:rgb(var(--v-global-theme-primary))!important;color:rgb(var(--v-theme-on-primary))!important}.bg-light-primary{background-color:rgba(var(--v-theme-primary),var(--v-activated-opacity))!important}.bg-light-secondary{background-color:rgba(var(--v-theme-secondary),var(--v-activated-opacity))!important}.bg-light-error{background-color:rgba(var(--v-theme-error),var(--v-activated-opacity))!important}.bg-light-info{background-color:rgba(var(--v-theme-info),var(--v-activated-opacity))!important}.bg-light-success{background-color:rgba(var(--v-theme-success),var(--v-activated-opacity))!important}.bg-light-warning{background-color:rgba(var(--v-theme-warning),var(--v-activated-opacity))!important}.clamp-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis}.custom-badge .v-badge__badge{border-radius:6px!important;block-size:12px!important;inline-size:12px!important}.leading-normal{line-height:normal!important}[dir=rtl] .flip-in-rtl{transform:scaleX(-1)}.carousel-delimiter-top-end .v-carousel__controls{justify-content:end;block-size:40px;inset-block-start:0;padding-inline:1rem}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default{block-size:calc(var(--v-btn-height) - 10px);color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));inline-size:calc(var(--v-btn-height) - 8px)}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default.v-btn--active{color:#fff}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-btn__overlay{opacity:0}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-ripple__container{display:none}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-btn__content .v-icon{block-size:8px!important;font-size:8px!important;inline-size:8px!important}.carousel-delimiter-top-end.dots-active-primary .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-primary))!important}.carousel-delimiter-top-end.dots-active-secondary .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-secondary))!important}.carousel-delimiter-top-end.dots-active-error .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-error))!important}.carousel-delimiter-top-end.dots-active-info .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-info))!important}.carousel-delimiter-top-end.dots-active-success .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-success))!important}.carousel-delimiter-top-end.dots-active-warning .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-warning))!important}.v-timeline-item .app-timeline-title{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));font-size:16px;font-weight:500;line-height:1.3125rem}.v-timeline-item .app-timeline-meta{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity));font-size:12px;line-height:.875rem}.v-timeline-item .app-timeline-text{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:14px;line-height:1.25rem}.v-timeline-item .timeline-chip{border-radius:6px;background:rgba(var(--v-theme-on-surface),var(--v-hover-opacity));padding-block:5px;padding-inline:10px}.app-transition-zoom-fade-enter-active,.app-transition-zoom-fade-leave-active{transition:transform .35s,opacity .28s ease-in-out}.app-transition-zoom-fade-enter-from{opacity:0;transform:scale(.98)}.app-transition-zoom-fade-leave-to{opacity:0;transform:scale(1.02)}.app-transition-fade-enter-active,.app-transition-fade-leave-active{transition:opacity .25s ease-in-out}.app-transition-fade-enter-from,.app-transition-fade-leave-to{opacity:0}.app-transition-fade-bottom-enter-active,.app-transition-fade-bottom-leave-active{transition:opacity .3s,transform .35s}.app-transition-fade-bottom-enter-from{opacity:0;transform:translateY(-.6rem)}.app-transition-fade-bottom-leave-to{opacity:0;transform:translateY(.6rem)}.app-transition-slide-fade-enter-active,.app-transition-slide-fade-leave-active{transition:opacity .3s,transform .35s}.app-transition-slide-fade-enter-from{opacity:0;transform:translate(-.6rem)}.app-transition-slide-fade-leave-to{opacity:0;transform:translate(.6rem)}.app-transition-zoom-out-enter-active,.app-transition-zoom-out-leave-active{transition:opacity .26s ease-in-out,transform .3s ease-out}.app-transition-zoom-out-enter-from,.app-transition-zoom-out-leave-to{opacity:0;transform:scale(.98)}a{color:rgb(var(--v-theme-primary));text-decoration:none}p{margin-block-end:1rem}svg.iconify{block-size:1em;inline-size:1em}.layout-nav-type-vertical .layout-vertical-nav .nav-items{padding-block-start:.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group-arrow{font-size:1.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link,.layout-nav-type-vertical .layout-vertical-nav .nav-group{margin-block-end:-.5rem;padding-block-end:.5rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link a,.layout-nav-type-vertical .layout-vertical-nav .nav-group a{outline:none}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{transform:translate(-3px)}[dir=rtl] .layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{transform:translate(3px)}.layout-nav-type-vertical .layout-vertical-nav .nav-header{padding-block:1.25rem;padding-inline:23px 0}.layout-overlay{touch-action:none}.layout-footer-sticky.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{box-shadow:0 -4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%);padding-inline:1.5rem}.layout-footer-sticky.layout-wrapper.layout-nav-type-horizontal .layout-footer{box-shadow:0 -4px 8px -4px rgba(var(--v-shadow-key-umbra-color),42%)}.layout-wrapper.layout-nav-type-horizontal .layout-page-content{padding-block:1.5rem}.v-timeline .v-timeline-item .app-timeline-title{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));font-size:15px;font-weight:500;letter-spacing:.15px;line-height:1.375rem}.v-timeline .v-timeline-item .app-timeline-meta{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity));font-size:13px;letter-spacing:.4px;line-height:1.125rem}.v-timeline .v-timeline-item .app-timeline-text{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:.9375rem;line-height:1.375rem}.per-page-select{margin-block:auto}.per-page-select .v-field__input{align-items:center;padding:2px}.per-page-select .v-field__append-inner{align-items:center;padding:0}.per-page-select .v-field__append-inner .v-icon{margin-inline-start:0!important}.leading-normal{font-weight:600;letter-spacing:.0094rem}.bg-custom-background{background-color:rgb(var(--v-table-header-color))!important}.skin--bordered .flatpickr-calendar{border:1px solid rgba(var(--v-border-color),var(--v-border-opacity));box-shadow:none}.skin--bordered .v-select__content,.skin--bordered .v-combobox__content,.skin--bordered .v-autocomplete__content{box-shadow:none}::-webkit-scrollbar{background:rgb(var(--v-theme-surface));block-size:8px;border-end-end-radius:14px;border-start-end-radius:14px;inline-size:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:.5rem;background:rgb(var(--v-theme-scrollbar-thumb))}::-webkit-scrollbar-corner{display:none}#app .v-expansion-panel:after{content:none!important}#app .v-expansion-panel-title{background-color:rgb(var(--v-theme-grey-light))}#app .line-container__text{font-size:.813rem}#app .v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:first-child:not(:last-child,.v-expansion-panel--active,.v-expansion-panel--before-active),#app .v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:last-child:not(:first-child,.v-expansion-panel--active,.v-expansion-panel--after-active),#app .v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child,:last-child,.v-expansion-panel--active,.v-expansion-panel--after-active){border-radius:6px!important}.v-table .v-data-table__th{position:relative}.v-table .v-data-table__th:not(:last-child)>div:after{position:absolute;right:0;width:.125rem;height:.875rem;background:rgb(var(--v-divider));content:""}.v-table .v-data-table__th .v-data-table-header__content{color:rgb(var(--v-text-primary),var(--v-text-primary-opacity))}.v-table .v-data-table-header__sort-icon{font-size:.875rem}.v-table .v-data-table__tr{color:rgb(var(--v-text-primary),var(--v-text-primary-opacity))}@media (max-width: 1024px){.v-dialog{align-items:end!important}.v-dialog>.v-overlay__content{width:100%!important;max-width:100%!important;margin:0!important}.v-dialog>.v-overlay__content>.v-card{border-radius:6px 6px 0 0!important}}@media (max-width: 1024px){.v-card{border-radius:0!important}}.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-CIfEhclW.svg)}.fi-ad.fis{background-image:url(/assets/ad-qYbAAoSh.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-BuMBUgKS.svg)}.fi-af.fis{background-image:url(/assets/af-tPgUcn__.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-.2q2%201.3%203.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.3q1.4-.8%203.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-B62a7WAl.svg)}.fi-as.fis{background-image:url(/assets/as-CbXv4jzJ.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-BvR3egAp.svg)}.fi-bm.fis{background-image:url(/assets/bm--cEKCVOn.svg)}.fi-bn{background-image:url(/assets/bn-ChzTadRh.svg)}.fi-bn.fis{background-image:url(/assets/bn-BSuaq1Wb.svg)}.fi-bo{background-image:url(/assets/bo-6ClBJX69.svg)}.fi-bo.fis{background-image:url(/assets/bo-BuzOw5h1.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-PVuHDLSp.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-BVgHscRH.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-UeIMOdYC.svg)}.fi-bz.fis{background-image:url(/assets/bz-CLHtXBeg.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.4a7%207%200%200%201%202.1-1z'/%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-.4q.3.8.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-BcNgb04z.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-BLjaam8q.svg)}.fi-do.fis{background-image:url(/assets/do-CYuBDYHN.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-DoP9inAL.svg)}.fi-eg.fis{background-image:url(/assets/eg-CN2tu5fg.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-ByLEL5u9.svg)}.fi-es.fis{background-image:url(/assets/es-BbeAXIxn.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-cXjcl0Fp.svg)}.fi-fj.fis{background-image:url(/assets/fj-DDs3CkjB.svg)}.fi-fk{background-image:url(/assets/fk-D8T6Bfyo.svg)}.fi-fk.fis{background-image:url(/assets/fk-BSxkPvcy.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-BGaO-uAi.svg)}.fi-gs.fis{background-image:url(/assets/gs-Dhhdhm-N.svg)}.fi-gt{background-image:url(/assets/gt-yQJojBBZ.svg)}.fi-gt.fis{background-image:url(/assets/gt-LfEoDgMu.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-Dk1jfI3h.svg)}.fi-hr.fis{background-image:url(/assets/hr-CrDyIZ9c.svg)}.fi-ht{background-image:url(/assets/ht-CJRwLnD5.svg)}.fi-ht.fis{background-image:url(/assets/ht-OaXW6Ckh.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-DYDp4oLw.svg)}.fi-im.fis{background-image:url(/assets/im-BZvIo3_m.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-Bq_hazPl.svg)}.fi-je.fis{background-image:url(/assets/je-B8TEOR8T.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-CLcIyImU.svg)}.fi-kg.fis{background-image:url(/assets/kg-DE1OcCNa.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-Bl4EUcuf.svg)}.fi-ky.fis{background-image:url(/assets/ky-CNNivbEu.svg)}.fi-kz{background-image:url(/assets/kz-fSbQQwqU.svg)}.fi-kz.fis{background-image:url(/assets/kz-BhJ_sx4z.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-D--sPAzE.svg)}.fi-li.fis{background-image:url(/assets/li-nRBCb42X.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-DN-JqxqQ.svg)}.fi-me.fis{background-image:url(/assets/me-C4rJAeaB.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-CCEaFgc1.svg)}.fi-mt.fis{background-image:url(/assets/mt-CptT5Up5.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-CgANr7Hc.svg)}.fi-mx.fis{background-image:url(/assets/mx-BKTT9Zsn.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.3q-1.6%201-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.3q-1.6%201-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-CuGv--Gp.svg)}.fi-ni.fis{background-image:url(/assets/ni-BYCxSj-P.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-BGRA2mJE.svg)}.fi-om.fis{background-image:url(/assets/om-DzR0by_O.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-Bc8nPEwi.svg)}.fi-pn.fis{background-image:url(/assets/pn-BKudj2S6.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'%20id='flag-icons-ps'%20viewBox='0%200%20640%20480'%3e%3cdefs%3e%3cclipPath%20id='ps-a'%3e%3cpath%20fill-opacity='.7'%20d='M-118%200h682.7v512H-118z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ps-a)'%20transform='translate(110.6)scale(.9375)'%3e%3cg%20fill-rule='evenodd'%20stroke-width='1pt'%3e%3cpath%20fill='%23000001'%20d='M-246%200H778v170.7H-246z'/%3e%3cpath%20fill='%23fff'%20d='M-246%20170.7H778v170.6H-246z'/%3e%3cpath%20fill='%23090'%20d='M-246%20341.3H778V512H-246z'/%3e%3cpath%20fill='red'%20d='m-246%20512%20512-256L-246%200z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-ps.fis{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20id='flag-icons-ps'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cclipPath%20id='ps-a'%3e%3cpath%20fill-opacity='.7'%20d='M237.1%200h493.5v493.5H237.1z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23ps-a)'%20transform='translate(-246)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%3c/g%3e%3c/g%3e%3c/svg%3e")}.fi-pt{background-image:url(/assets/pt-CQVtB-Le.svg)}.fi-pt.fis{background-image:url(/assets/pt-DYRGW68h.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-CUzV776d.svg)}.fi-py.fis{background-image:url(/assets/py-DVcr39IT.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-ZwZi-SR6.svg)}.fi-rs.fis{background-image:url(/assets/rs-BvFrCUNm.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-DMELvfVN.svg)}.fi-sa.fis{background-image:url(/assets/sa-CwDtCY_e.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-CfuSEhAf.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-DwXt4tfO.svg)}.fi-sv.fis{background-image:url(/assets/sv-B3Xyu71P.svg)}.fi-sx{background-image:url(/assets/sx-BCb2l4FV.svg)}.fi-sx.fis{background-image:url(/assets/sx-BV89-FB1.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-B1737jVh.svg)}.fi-va.fis{background-image:url(/assets/va-BcsDw49H.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-9wqmkANB.svg)}.fi-vg.fis{background-image:url(/assets/vg-CIMyeXjw.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-BsTZ3ABm.svg)}.fi-zw.fis{background-image:url(/assets/zw-C6mc_0DL.svg)}.fi-arab{background-image:url(/assets/arab-BKFOg4OI.svg)}.fi-arab.fis{background-image:url(/assets/arab-ChR_bGdP.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'%20stroke-width='4.52548'%20d='M0%200h640v480H0z'/%3e%3ccircle%20cx='320'%20cy='240'%20r='144'%20fill='%23fff'%20stroke-width='4.8'/%3e%3ccircle%20cx='320'%20cy='240'%20r='137.3'%20fill='%23ed2939'%20stroke-width='4.8'/%3e%3cuse%20xlink:href='%23asean-a'%20transform='matrix(-1%200%200%201%20640%200)'/%3e%3cg%20id='asean-a'%3e%3cpath%20fill='%23f9e300'%20d='M82.7%2050c5-3%207.3-9%207.3-15h-2.3v.2c0%202-.3%209.3-5.8%2014.8a22%2022%200%200%201%205.8%2014.8v.2H90c0-6-2.4-12-7.3-15'%20transform='translate(-40)scale(4.8)'/%3e%3cpath%20fill='%23f9e300'%20d='M87%2035.2V35h-2.4v.3c0%202-.4%209-4.3%2014.7%204%205.7%204.3%2012.7%204.3%2014.7v.3H87v-.2c0-2-.5-9.3-5.8-14.8a22%2022%200%200%200%205.8-14.8'%20transform='translate(-40)scale(4.8)'/%3e%3cpath%20fill='%23f9e300'%20d='m79.4%2050%20.2-.2a27%2027%200%200%200%204.2-14.5V35h-2.2v.4c0%202.1-.3%208.8-3%2014.6a38%2038%200%200%201%203%2014.6v.4h2.2v-.3c0-2-.2-8.3-4.2-14.5'%20transform='translate(-40)scale(4.8)'/%3e%3cpath%20fill='%23f9e300'%20d='M77.8%2050a37%2037%200%200%200%203-15h-2.3v.7c0%202.5-.2%208.6-1.5%2014.3a70%2070%200%200%201%201.5%2014.3v.7h2.2v-.4c0-2.1-.2-9-2.8-14.5'%20transform='translate(-40)scale(4.8)'/%3e%3cpath%20fill='%23f9e300'%20d='M76.2%2050a69%2069%200%200%200%201.4-14.3V35h-2.2v30h2.2v-.7c0-2.4%200-8.6-1.4-14.2'%20transform='translate(-40)scale(4.8)'/%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'%20stroke-width='4.18046'%20d='M0%200h512v512H0z'/%3e%3ccircle%20cx='256'%20cy='256'%20r='153.6'%20fill='%23fff'%20stroke-width='5.12'/%3e%3ccircle%20cx='256'%20cy='256'%20r='146.4'%20fill='%23ed2939'%20stroke-width='5.12'/%3e%3cuse%20xlink:href='%23asean-a'%20transform='matrix(-1%200%200%201%20512%200)'/%3e%3cg%20id='asean-a'%3e%3cpath%20fill='%23f9e300'%20d='M82.7%2050c5-3%207.3-9%207.3-15h-2.3v.2c0%202-.3%209.3-5.8%2014.8a22%2022%200%200%201%205.8%2014.8v.2H90c0-6-2.4-12-7.3-15'%20transform='translate(-128)scale(5.12)'/%3e%3cpath%20fill='%23f9e300'%20d='M87%2035.2V35h-2.4v.3c0%202-.4%209-4.3%2014.7%204%205.7%204.3%2012.7%204.3%2014.7v.3H87v-.2c0-2-.5-9.3-5.8-14.8a22%2022%200%200%200%205.8-14.8'%20transform='translate(-128)scale(5.12)'/%3e%3cpath%20fill='%23f9e300'%20d='m79.4%2050%20.2-.2a27%2027%200%200%200%204.2-14.5V35h-2.2v.4c0%202.1-.3%208.8-3%2014.6a38%2038%200%200%201%203%2014.6v.4h2.2v-.3c0-2-.2-8.3-4.2-14.5'%20transform='translate(-128)scale(5.12)'/%3e%3cpath%20fill='%23f9e300'%20d='M77.8%2050a37%2037%200%200%200%203-15h-2.3v.7c0%202.5-.2%208.6-1.5%2014.3a70%2070%200%200%201%201.5%2014.3v.7h2.2v-.4c0-2.1-.2-9-2.8-14.5'%20transform='translate(-128)scale(5.12)'/%3e%3cpath%20fill='%23f9e300'%20d='M76.2%2050a69%2069%200%200%200%201.4-14.3V35h-2.2v30h2.2v-.7c0-2.4%200-8.6-1.4-14.2'%20transform='translate(-128)scale(5.12)'/%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-C2q2INia.svg)}.fi-eac.fis{background-image:url(/assets/eac-5Fo6OcTF.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-DgBiTHPZ.svg)}.fi-es-ga.fis{background-image:url(/assets/es-ga-DHM04YZf.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-C71_G4bk.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-ZZIgADsm.svg)}.fi-sh-ac.fis{background-image:url(/assets/sh-ac-BZX-YwYa.svg)}.fi-sh-hl{background-image:url(/assets/sh-hl-auMKbIRo.svg)}.fi-sh-hl.fis{background-image:url(/assets/sh-hl-ypSwBFIf.svg)}.fi-sh-ta{background-image:url(/assets/sh-ta-COZj1_Fv.svg)}.fi-sh-ta.fis{background-image:url(/assets/sh-ta-euBwJYlc.svg)}.fi-un{background-image:url(/assets/un-BZVtxNUo.svg)}.fi-un.fis{background-image:url(/assets/un-Bzc8jJt-.svg)}.fi-xk{background-image:url(/assets/xk-BKj_MEGI.svg)}.fi-xk.fis{background-image:url(/assets/xk-C19ckn1k.svg)}.ri-add-circle-line,.ri-add-line,.ri-alert-line,.ri-arrow-down-line,.ri-arrow-down-long-line,.ri-arrow-down-s-fill,.ri-arrow-down-s-line,.ri-arrow-go-back-line,.ri-arrow-left-line,.ri-arrow-left-s-line,.ri-arrow-right-line,.ri-arrow-right-s-line,.ri-arrow-up-line,.ri-arrow-up-long-line,.ri-terminal-window-line,.ri-arrow-up-s-line,.ri-asterisk,.ri-attachment-2,.ri-base-station-fill,.ri-bold,.ri-calendar-2-line,.ri-calendar-event-line,.ri-calendar-line,.ri-check-line,.ri-checkbox-circle-fill,.ri-checkbox-circle-line,.ri-circle-line,.ri-close-circle-fill,.ri-close-circle-line,.ri-close-line,.ri-code-s-slash-line,.ri-coins-line,.ri-corner-down-right-line,.ri-coupon-3-line,.ri-coupon-line,.ri-dashboard-3-line,.ri-database-fill,.ri-database-line,.ri-delete-bin-5-fill,.ri-delete-bin-5-line,.ri-discount-percent-line,.ri-download-2-fill,.ri-draggable,.ri-earth-line,.ri-edit-2-line,.ri-error-warning-line,.ri-eye-close-line,.ri-eye-line,.ri-eye-off-line,.ri-file-copy-line,.ri-file-shred-line,.ri-filter-3-line,.ri-flight-takeoff-line,.ri-folder-4-line,.ri-h-1,.ri-h-2,.ri-h-3,.ri-hand-coin-line,.ri-image-line,.ri-import-line,.ri-information-line,.ri-italic,.ri-link,.ri-link-m,.ri-list-check-2,.ri-list-unordered,.ri-logout-box-r-line,.ri-macbook-line,.ri-map-pin-line,.ri-menu-line,.ri-money-dollar-circle-line,.ri-moon-clear-line,.ri-organization-chart,.ri-palette-line,.ri-pencil-line,.ri-radio-button-line,.ri-record-circle-line,.ri-refresh-line,.ri-reset-left-line,.ri-restart-line,.ri-search-line,.ri-settings-5-line,.ri-settings-6-line,.ri-settings-line,.ri-skip-back-mini-line,.ri-skip-forward-mini-line,.ri-split-cells-vertical,.ri-star-fill,.ri-star-half-line,.ri-star-line,.ri-subtract-line,.ri-sun-line,.ri-superscript-2,.ri-table-line,.ri-trophy-line,.ri-upload-2-fill,.ri-upload-2-line,.ri-user-line,.ri-user-settings-line,.ri-wallet-line,.ri-wifi-off-line,.ri-window-line{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.ri-add-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 11V7h2v4h4v2h-4v4h-2v-4H7v-2zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3C/svg%3E")}.ri-add-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E")}.ri-alert-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0m-8.66 16h15.588L12 5.5zM11 16h2v2h-2zm0-7h2v5h-2z'/%3E%3C/svg%3E")}.ri-arrow-down-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m13 16.172l5.364-5.364l1.414 1.414L12 20l-7.778-7.778l1.414-1.414L11 16.172V4h2z'/%3E%3C/svg%3E")}.ri-arrow-down-long-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 2h-2v16.172l-3.95-3.95l-1.414 1.414L12 22l6.364-6.364l-1.414-1.414l-3.95 3.95z'/%3E%3C/svg%3E")}.ri-arrow-down-s-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 16l-6-6h12z'/%3E%3C/svg%3E")}.ri-arrow-down-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E")}.ri-arrow-go-back-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m5.828 7l2.536 2.535L6.95 10.95L2 6l4.95-4.95l1.414 1.415L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 0 0 0-12z'/%3E%3C/svg%3E")}.ri-arrow-left-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7.828 11H20v2H7.828l5.364 5.364l-1.414 1.414L4 12l7.778-7.778l1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-left-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10.828 12l4.95 4.95l-1.414 1.415L8 12l6.364-6.364l1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-right-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E")}.ri-arrow-right-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m13.172 12l-4.95-4.95l1.414-1.413L16 12l-6.364 6.364l-1.414-1.415z'/%3E%3C/svg%3E")}.ri-arrow-up-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 7.828V20h-2V7.828l-5.364 5.364l-1.414-1.414L12 4l7.778 7.778l-1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-up-long-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 22h-2V5.828l-3.95 3.95l-1.414-1.414L12 2l6.364 6.364l-1.414 1.414L13 5.828z'/%3E%3C/svg%3E")}.ri-terminal-window-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 9V5H4v4zm0 2H4v8h16zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m2 9h3v5H5zm0-6h2v2H5zm4 0h2v2H9z'/%3E%3C/svg%3E")}.ri-arrow-up-s-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 10.828l-4.95 4.95l-1.414-1.414L12 8l6.364 6.364l-1.414 1.414z'/%3E%3C/svg%3E")}.ri-asterisk{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 3v7.267l6.294-3.633l1 1.732l-6.293 3.633l6.293 3.635l-1 1.732L13 13.732V21h-2v-7.268l-6.294 3.634l-1-1.732L9.999 12L3.706 8.366l1-1.732L11 10.267V3z'/%3E%3C/svg%3E")}.ri-attachment-2{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m14.829 7.757l-5.657 5.657a1 1 0 1 0 1.414 1.414l5.657-5.656A3 3 0 0 0 12 4.929l-5.657 5.657a5 5 0 0 0 7.071 7.07L19.071 12l1.414 1.414l-5.656 5.657a7 7 0 0 1-9.9-9.9l5.657-5.656a5 5 0 0 1 7.071 7.07L12 16.244A3 3 0 0 1 7.758 12l5.656-5.657z'/%3E%3C/svg%3E")}.ri-base-station-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 13l6 9H6zm-1.06-2.44a1.5 1.5 0 1 1 2.12-2.12a1.5 1.5 0 0 1-2.12 2.12M5.281 2.783l1.415 1.415a7.5 7.5 0 0 0 0 10.606l-1.415 1.415a9.5 9.5 0 0 1 0-13.436m13.436 0a9.5 9.5 0 0 1 0 13.436l-1.415-1.415a7.5 7.5 0 0 0 0-10.606zM8.11 5.611l1.414 1.414a3.5 3.5 0 0 0 0 4.95L8.11 13.389a5.5 5.5 0 0 1 0-7.778m7.778 0a5.5 5.5 0 0 1 0 7.778l-1.414-1.414a3.5 3.5 0 0 0 0-4.95z'/%3E%3C/svg%3E")}.ri-bold{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 11h4.5a2.5 2.5 0 0 0 0-5H8zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.5 4.5 0 0 1 18 15.5M8 13v5h5.5a2.5 2.5 0 0 0 0-5z'/%3E%3C/svg%3E")}.ri-calendar-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zM8 13v2H6v-2zm5 0v2h-2v-2zm5 0v2h-2v-2zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-calendar-event-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zm-9 2v4H6v-4zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-calendar-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-check-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10 15.17l9.192-9.191l1.414 1.414L10 17.999l-6.364-6.364l1.414-1.414z'/%3E%3C/svg%3E")}.ri-checkbox-circle-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m5.457-12.543L11 15.914l-4.207-4.207l1.414-1.414L11 13.086l5.043-5.043z'/%3E%3C/svg%3E")}.ri-checkbox-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 12a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-10C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m5.457 7.457l-1.414-1.414L11 13.086l-2.793-2.793l-1.414 1.414L11 15.914z'/%3E%3C/svg%3E")}.ri-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3C/svg%3E")}.ri-close-circle-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-11.414L9.172 7.757L7.757 9.172L10.586 12l-2.829 2.828l1.415 1.415L12 13.414l2.828 2.829l1.415-1.415L13.414 12l2.829-2.828l-1.415-1.415z'/%3E%3C/svg%3E")}.ri-close-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-9.414l2.828-2.829l1.415 1.415L13.414 12l2.829 2.828l-1.415 1.415L12 13.414l-2.828 2.829l-1.415-1.415L10.586 12L7.757 9.172l1.415-1.415z'/%3E%3C/svg%3E")}.ri-close-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E")}.ri-code-s-slash-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m24 12l-5.657 5.657l-1.414-1.414L21.172 12l-4.243-4.243l1.414-1.414zM2.828 12l4.243 4.243l-1.414 1.414L0 12l5.657-5.657L7.07 7.757zm6.96 9H7.66l6.552-18h2.128z'/%3E%3C/svg%3E")}.ri-coins-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14.005 2.003a8 8 0 0 1 3.292 15.293A8 8 0 1 1 6.711 6.71a8 8 0 0 1 7.294-4.707m-4 6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m1 1v1h2v2h-4a.5.5 0 0 0-.09.992l.09.008h2a2.5 2.5 0 0 1 0 5v1h-2v-1h-2v-2h4a.5.5 0 0 0 .09-.992l-.09-.008h-2a2.5 2.5 0 0 1 0-5v-1zm3-5A6 6 0 0 0 9.52 6.016a8 8 0 0 1 8.47 8.471a6 6 0 0 0-3.986-10.484'/%3E%3C/svg%3E")}.ri-corner-down-right-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 14V5h2v7h10.172l-3.95-3.95l1.414-1.414L21 13l-6.364 6.364l-1.414-1.414l3.95-3.95z'/%3E%3C/svg%3E")}.ri-coupon-3-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.005 4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 0 0 0 5V20a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1zM8.09 19a1.5 1.5 0 0 1 2.83 0h9.085v-2.968a4.5 4.5 0 0 1 0-8.064V5H10.92a1.5 1.5 0 0 1-2.83 0H4.005v14zm1.415-8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E")}.ri-coupon-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.005 9.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 0 0 0 5V20a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 0 0 0-5m2-1.532a4.5 4.5 0 0 1 0 8.064V19h16v-2.968a4.5 4.5 0 0 1 0-8.064V5h-16zm5 1.032h6v2h-6zm0 4h6v2h-6z'/%3E%3C/svg%3E")}.ri-dashboard-3-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m3.833 3.337a.596.596 0 0 1 .763.067a.59.59 0 0 1 .063.76q-3.27 4.569-3.598 4.897a1.5 1.5 0 0 1-2.122-2.122q.56-.56 4.894-3.602M17.5 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-11 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m2.318-3.596a1 1 0 1 1-1.414 1.414a1 1 0 0 1 1.414-1.414M12 5.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2'/%3E%3C/svg%3E")}.ri-database-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 7V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm-6 9v2h5v-2zm9 0v2h5v-2zm0-3v2h5v-2zm0-3v2h5v-2zm-9 3v2h5v-2z'/%3E%3C/svg%3E")}.ri-database-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 19V9H4v10zm0-12V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm2-2v14h7V5zM5 16h5v2H5zm9 0h5v2h-5zm0-3h5v2h-5zm0-3h5v2h-5zm-9 3h5v2H5z'/%3E%3C/svg%3E")}.ri-delete-bin-5-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 8h16v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm3-3V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2h5v2H2V5zm2-1v1h6V4zm0 8v6h2v-6zm4 0v6h2v-6z'/%3E%3C/svg%3E")}.ri-delete-bin-5-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 8h16v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm2 2v10h12V10zm3 2h2v6H9zm4 0h2v6h-2zM7 5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2h5v2H2V5zm2-1v1h6V4z'/%3E%3C/svg%3E")}.ri-discount-percent-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10.054 2.094a3 3 0 0 1 3.892 0l1.348 1.149a1 1 0 0 0 .57.236l1.765.14a3 3 0 0 1 2.752 2.752l.14 1.766a1 1 0 0 0 .236.569l1.149 1.348a3 3 0 0 1 0 3.892l-1.149 1.348a1 1 0 0 0-.236.569l-.14 1.765a3 3 0 0 1-2.752 2.752l-1.766.14a1 1 0 0 0-.569.237l-1.348 1.148a3 3 0 0 1-3.892 0l-1.348-1.148a1 1 0 0 0-.569-.236l-1.765-.141a3 3 0 0 1-2.752-2.752l-.14-1.765a1 1 0 0 0-.237-.57l-1.148-1.348a3 3 0 0 1 0-3.891l1.148-1.348a1 1 0 0 0 .236-.57l.141-1.765A3 3 0 0 1 6.372 3.62l1.765-.14a1 1 0 0 0 .57-.236zm2.595 1.522a1 1 0 0 0-1.297 0l-1.348 1.15a3 3 0 0 1-1.708.706l-1.765.141a1 1 0 0 0-.917.917l-.141 1.766a3 3 0 0 1-.707 1.707l-1.15 1.348a1 1 0 0 0 0 1.297l1.15 1.348a3 3 0 0 1 .707 1.707l.14 1.766a1 1 0 0 0 .918.917l1.765.141a3 3 0 0 1 1.708.707l1.348 1.15a1 1 0 0 0 1.297 0l1.348-1.15a3 3 0 0 1 1.707-.707l1.765-.14a1 1 0 0 0 .918-.918l.14-1.766c.05-.629.298-1.226.708-1.707l1.149-1.348a1 1 0 0 0 0-1.297l-1.15-1.348a3 3 0 0 1-.706-1.707l-.141-1.766a1 1 0 0 0-.918-.917l-1.765-.14a3 3 0 0 1-1.707-.708zm2.18 4.141l1.414 1.414l-7.071 7.072l-1.415-1.415zm-4.597 2.475a1.5 1.5 0 1 1-2.121-2.121a1.5 1.5 0 0 1 2.121 2.121m3.536 5.657a1.5 1.5 0 1 0 2.121-2.121a1.5 1.5 0 0 0-2.121 2.12'/%3E%3C/svg%3E")}.ri-download-2-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2zM14 9h5l-7 7l-7-7h5V3h4z'/%3E%3C/svg%3E")}.ri-draggable{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8.5 7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0 6.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.5 5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M15.5 7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.5 5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1.5 8a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E")}.ri-earth-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.235 6.453a8 8 0 0 0 8.817 12.944c.115-.75-.137-1.47-.24-1.722c-.23-.56-.988-1.517-2.253-2.844c-.338-.355-.316-.627-.195-1.437l.013-.091c.082-.554.22-.882 2.085-1.178c.948-.15 1.197.228 1.542.753l.116.172c.328.48.571.59.938.756c.165.075.37.17.645.325c.652.373.652.794.652 1.716v.105c0 .391-.038.735-.098 1.034a8.002 8.002 0 0 0-3.105-12.341c-.553.373-1.312.902-1.577 1.265c-.135.185-.327 1.132-.95 1.21c-.162.02-.381.006-.613-.009c-.622-.04-1.472-.095-1.744.644c-.173.468-.203 1.74.356 2.4c.09.105.107.3.046.519c-.08.287-.241.462-.292.498c-.096-.056-.288-.279-.419-.43c-.313-.366-.705-.82-1.211-.96c-.184-.051-.386-.093-.583-.135c-.549-.115-1.17-.246-1.315-.554c-.106-.226-.105-.537-.105-.865c0-.417 0-.888-.204-1.345a1.3 1.3 0 0 0-.306-.43M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10'/%3E%3C/svg%3E")}.ri-edit-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 18.89h1.414l9.314-9.314l-1.414-1.414L5 17.476zm16 2H3v-4.243L16.435 3.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 18.89H21zM15.728 6.748l1.414 1.414l1.414-1.414l-1.414-1.414z'/%3E%3C/svg%3E")}.ri-error-warning-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm0-8h2v6h-2z'/%3E%3C/svg%3E")}.ri-eye-close-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m9.343 18.782l-1.932-.518l.787-2.939a11 11 0 0 1-3.237-1.872l-2.153 2.154l-1.414-1.414l2.153-2.154a10.96 10.96 0 0 1-2.371-5.07l1.968-.359a9.002 9.002 0 0 0 17.713 0l1.968.358a10.96 10.96 0 0 1-2.372 5.071l2.154 2.154l-1.414 1.414l-2.154-2.154a11 11 0 0 1-3.237 1.872l.788 2.94l-1.932.517l-.788-2.94a11 11 0 0 1-3.74 0z'/%3E%3C/svg%3E")}.ri-eye-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9s-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3m0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19m0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E")}.ri-eye-off-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z'/%3E%3C/svg%3E")}.ri-file-copy-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1zM5.002 8L5 20h10V8zM9 6h8v10h2V4H9z'/%3E%3C/svg%3E")}.ri-file-shred-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6 12h12V8h-4V4H6zm-2 0V2.995c0-.55.445-.995.996-.995H15l5 5v5h2v2H2v-2zm-1 4h2v6H3zm16 0h2v6h-2zm-4 0h2v6h-2zm-4 0h2v6h-2zm-4 0h2v6H7z'/%3E%3C/svg%3E")}.ri-filter-3-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z'/%3E%3C/svg%3E")}.ri-flight-takeoff-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21.949 10.112a1.5 1.5 0 0 1-1.06 1.837L5.221 16.147a1 1 0 0 1-1.133-.48l-2.623-4.725l1.449-.389l2.468 2.445l5.095-1.365l-4.51-7.074l1.931-.518l6.952 6.42l5.26-1.41a1.5 1.5 0 0 1 1.838 1.06M4 19h16v2H4z'/%3E%3C/svg%3E")}.ri-folder-4-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414zM8 19h12v-8H8zm-2 0v-9a1 1 0 0 1 1-1h13V7h-8.414l-2-2H4v14z'/%3E%3C/svg%3E")}.ri-h-1{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 20h-2v-7H4v7H2V4h2v7h7V4h2zm8-12v12h-2v-9.796l-2 .536V8.67L19.5 8z'/%3E%3C/svg%3E")}.ri-h-2{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 4v7h7V4h2v16h-2v-7H4v7H2V4zm14.5 4a3.75 3.75 0 0 1 2.978 6.03l-.148.18L18.034 18H22v2h-7v-1.556l4.82-5.546a1.75 1.75 0 1 0-3.065-1.292l-.005.144h-2A3.75 3.75 0 0 1 18.5 8'/%3E%3C/svg%3E")}.ri-h-3{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m22 8l-.002 2l-2.505 2.883a3.752 3.752 0 0 1-.993 7.367a3.75 3.75 0 0 1-3.682-3.033l1.964-.382a1.75 1.75 0 1 0 .924-1.895l-1.307-1.547L19.35 10H15V8zM4 4v7h7V4h2v16h-2v-7H4v7H2V4z'/%3E%3C/svg%3E")}.ri-hand-coin-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.53.58 3.354 1.5h3.146a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.603-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.022l.045.032c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007h-2.112q.11.483.112 1v1h-9v-2l6.79-.001l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm14-6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-7-5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2'/%3E%3C/svg%3E")}.ri-image-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.992 21A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993zM20 15V5H4v14L14 9zm0 2.828l-6-6L6.828 19H20zM8 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4'/%3E%3C/svg%3E")}.ri-import-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1zM4 15h3.416a5.001 5.001 0 0 0 9.168 0H20v4H4zM4 5h16v8h-5a3 3 0 1 1-6 0H4zm12 4h-3V6h-2v3H8l4 4.5z'/%3E%3C/svg%3E")}.ri-information-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16M11 7h2v2h-2zm0 4h2v6h-2z'/%3E%3C/svg%3E")}.ri-italic{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z'/%3E%3C/svg%3E")}.ri-link{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 0 0-7.071-7.071L9.878 7.05L8.464 5.636l1.414-1.414a7 7 0 0 1 9.9 9.9zm-2.829 2.828l-1.414 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 0 0 7.07 7.071l1.415-1.414zm-.707-10.607l1.415 1.415l-7.072 7.07l-1.414-1.414z'/%3E%3C/svg%3E")}.ri-link-m{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.657 14.828l-1.415-1.414L17.658 12A4 4 0 1 0 12 6.343l-1.414 1.414L9.17 6.343l1.415-1.414a6 6 0 0 1 8.485 8.485zm-2.829 2.829l-1.414 1.414a6 6 0 0 1-8.485-8.485l1.414-1.414l1.414 1.414L6.343 12A4 4 0 0 0 12 17.657l1.414-1.414zm0-9.9l1.415 1.415l-7.072 7.07l-1.414-1.414z'/%3E%3C/svg%3E")}.ri-list-check-2{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 4h10v2H11zm0 4h6v2h-6zm0 6h10v2H11zm0 4h6v2h-6zM3 4h6v6H3zm2 2v2h2V6zm-2 8h6v6H3zm2 2v2h2v-2z'/%3E%3C/svg%3E")}.ri-list-unordered{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 4h13v2H8zM4.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 7a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 6.9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M8 11h13v2H8zm0 7h13v2H8z'/%3E%3C/svg%3E")}.ri-logout-box-r-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v3h-2V4H6v16h12v-2h2v3a1 1 0 0 1-1 1zm13-6v-3h-7v-2h7V8l5 4z'/%3E%3C/svg%3E")}.ri-macbook-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 5v11h16V5zm-2-.993C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007V18H2zM1 19h22v2H1z'/%3E%3C/svg%3E")}.ri-map-pin-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 20.9l4.95-4.95a7 7 0 1 0-9.9 0zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0zM12 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 2a4 4 0 1 1 0-8a4 4 0 0 1 0 8'/%3E%3C/svg%3E")}.ri-menu-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h18v2H3zm0 7h18v2H3zm0 7h18v2H3z'/%3E%3C/svg%3E")}.ri-money-dollar-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.005 22.003c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-3.5-6h5.5a.5.5 0 1 0 0-1h-4a2.5 2.5 0 1 1 0-5h1v-2h2v2h2.5v2h-5.5a.5.5 0 0 0 0 1h4a2.5 2.5 0 0 1 0 5h-1v2h-2v-2h-2.5z'/%3E%3C/svg%3E")}.ri-moon-clear-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 6a8 8 0 0 0 11.955 6.956C21.474 18.03 17.2 22 12 22C6.477 22 2 17.523 2 12c0-5.2 3.97-9.474 9.044-9.955A7.96 7.96 0 0 0 10 6m-6 6a8 8 0 0 0 8 8a8 8 0 0 0 6.957-4.045Q18.482 16 18 16C12.477 16 8 11.523 8 6q0-.481.045-.957A8 8 0 0 0 4 12m14.164-9.709L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455m5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455'/%3E%3C/svg%3E")}.ri-organization-chart{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15 3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-2v2h4a1 1 0 0 1 1 1v3h2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2v-2H8v2h2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2v-3a1 1 0 0 1 1-1h4V9H9a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM9 17H5v2h4zm10 0h-4v2h4zM14 5h-4v2h4z'/%3E%3C/svg%3E")}.ri-palette-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.522 0 10 3.978 10 8.889a5.56 5.56 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667c0 .422.167.811.422 1.1c.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22C6.478 22 2 17.522 2 12S6.478 2 12 2m-1.189 16.111a3.664 3.664 0 0 1 3.667-3.667h1.966A3.56 3.56 0 0 0 20 10.89C20 7.139 16.468 4 12 4a8 8 0 0 0-.676 15.972a3.65 3.65 0 0 1-.513-1.86M7.5 12a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m9 0a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12 9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E")}.ri-pencil-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m15.728 9.576l-1.414-1.414L5 17.476v1.414h1.414zm1.414-1.414l1.414-1.414l-1.414-1.414l-1.414 1.414zm-9.9 12.728H3v-4.243L16.435 3.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414z'/%3E%3C/svg%3E")}.ri-radio-button-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-3a5 5 0 1 1 0-10a5 5 0 0 1 0 10'/%3E%3C/svg%3E")}.ri-record-circle-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-5a3 3 0 1 1 0-6a3 3 0 0 1 0 6'/%3E%3C/svg%3E")}.ri-refresh-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5.463 4.433A9.96 9.96 0 0 1 12 2c5.523 0 10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 0 0 6.46 6.228zm13.074 15.134A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0 0 13.54 5.772z'/%3E%3C/svg%3E")}.ri-reset-left-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2v2a8 8 0 1 0 4.5 1.385V8h-2V2h6v2H18a9.99 9.99 0 0 1 4 8'/%3E%3C/svg%3E")}.ri-restart-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.537 19.567A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772z'/%3E%3C/svg%3E")}.ri-search-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m18.031 16.617l4.283 4.282l-1.415 1.415l-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9s9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617m-2.006-.742A6.98 6.98 0 0 0 18 11c0-3.867-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7a6.98 6.98 0 0 0 4.875-1.975z'/%3E%3C/svg%3E")}.ri-settings-5-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.212 14.06a9.95 9.95 0 0 1 .001-4.12c1.11.131 2.079-.236 2.396-1.001s-.109-1.71-.986-2.402a9.95 9.95 0 0 1 2.913-2.914c.692.878 1.637 1.303 2.402.986s1.133-1.286 1.002-2.396a9.95 9.95 0 0 1 4.12 0c-.131 1.11.236 2.08 1.001 2.396c.765.317 1.71-.108 2.402-.985a9.9 9.9 0 0 1 2.914 2.912c-.878.692-1.303 1.638-.986 2.403s1.286 1.132 2.396 1.001a9.95 9.95 0 0 1 0 4.12c-1.11-.13-2.08.237-2.396 1.002c-.317.764.108 1.71.985 2.402a9.95 9.95 0 0 1-2.912 2.914c-.693-.878-1.638-1.304-2.403-.987s-1.132 1.286-1.001 2.397a9.9 9.9 0 0 1-4.12-.001c.13-1.11-.237-2.079-1.002-2.396s-1.71.109-2.402.986a9.9 9.9 0 0 1-2.914-2.913c.878-.692 1.304-1.637.987-2.402s-1.286-1.133-2.397-1.002M4 12.21c1.1.305 2.007 1.002 2.456 2.086c.45 1.085.3 2.22-.262 3.212q.145.153.298.298c.993-.563 2.127-.712 3.212-.262c1.084.449 1.781 1.356 2.085 2.456q.21.006.42 0c.305-1.1 1.002-2.007 2.087-2.456c1.084-.45 2.219-.3 3.212.262q.152-.145.297-.298c-.562-.993-.711-2.127-.262-3.212c.45-1.084 1.357-1.781 2.456-2.085q.006-.21 0-.421c-1.1-.304-2.007-1.001-2.456-2.086c-.45-1.084-.3-2.22.262-3.212a8 8 0 0 0-.297-.297c-.993.562-2.128.711-3.212.262C13.21 6.007 12.514 5.1 12.21 4a8 8 0 0 0-.42 0c-.305 1.1-1.002 2.008-2.086 2.457c-1.085.45-2.22.3-3.212-.262q-.153.144-.298.297c.563.993.712 2.128.262 3.212S5.1 11.485 4 11.79q-.006.21 0 .42M12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2'/%3E%3C/svg%3E")}.ri-settings-6-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.5 2.474L23 12l-5.5 9.526h-11L1 12l5.5-9.526zm-1.155 2h-8.69L3.309 12l4.346 7.526h8.69L20.691 12zM8.634 8.17l1.732-1l5 8.66l-1.732 1z'/%3E%3C/svg%3E")}.ri-settings-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 1l9.5 5.5v11L12 23l-9.5-5.5v-11zm0 2.311L4.5 7.653v8.694l7.5 4.342l7.5-4.342V7.653zM12 16a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4'/%3E%3C/svg%3E")}.ri-skip-back-mini-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 6a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m8 8.14V9.86L11.968 12zm-5.921-1.732a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.788.409z'/%3E%3C/svg%3E")}.ri-skip-forward-mini-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.032 12L9 9.86v4.28zM7.5 17.535a.5.5 0 0 1-.5-.5V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.288.091M16 7a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0z'/%3E%3C/svg%3E")}.ri-split-cells-vertical{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm-1 2H5v5.999L9 11v2H5v6h14v-6h-4v-2l4-.001zm-7 1l3 3h-2v6h2l-3 3l-3-3h2V9H9z'/%3E%3C/svg%3E")}.ri-star-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 18.26l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928z'/%3E%3C/svg%3E")}.ri-star-half-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 15.968l4.247 2.377l-.948-4.773l3.573-3.305l-4.833-.573l-2.038-4.419zm0 2.292l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928z'/%3E%3C/svg%3E")}.ri-star-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 18.26l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928zm0-2.292l4.247 2.377l-.948-4.773l3.573-3.305l-4.833-.573l-2.038-4.419l-2.039 4.42l-4.833.572l3.573 3.305l-.948 4.773z'/%3E%3C/svg%3E")}.ri-subtract-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 11v2h14v-2z'/%3E%3C/svg%3E")}.ri-sun-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 18a6 6 0 1 1 0-12a6 6 0 0 1 0 12m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8M11 1h2v3h-2zm0 19h2v3h-2zM3.515 4.929l1.414-1.414L7.05 5.636L5.636 7.05zM16.95 18.364l1.414-1.414l2.121 2.121l-1.414 1.414zm2.121-14.85l1.414 1.415l-2.121 2.121l-1.414-1.414zM5.636 16.95l1.414 1.414l-2.121 2.121l-1.414-1.414zM23 11v2h-3v-2zM4 11v2H1v-2z'/%3E%3C/svg%3E")}.ri-superscript-2{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 7v13H9V7H3V5h12v2zm8.55-.42a.8.8 0 1 0-1.32-.36l-1.154.33A2.001 2.001 0 1 1 21 6c0 .573-.24 1.09-.626 1.454L18.744 9H21v1h-4V9z'/%3E%3C/svg%3E")}.ri-table-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 8h16V5H4zm10 11v-9h-4v9zm2 0h4v-9h-4zm-8 0v-9H4v9zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1'/%3E%3C/svg%3E")}.ri-trophy-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.005 16.94v2.063h5v2h-12v-2h5V16.94a8 8 0 0 1-7-7.938v-6h16v6a8 8 0 0 1-7 7.938m-7-11.937v4a6 6 0 1 0 12 0v-4zm-5 0h2v4h-2zm20 0h2v4h-2z'/%3E%3C/svg%3E")}.ri-upload-2-fill{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2zM14 9v6h-4V9H5l7-7l7 7z'/%3E%3C/svg%3E")}.ri-upload-2-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2zm9-10v7h-2V9H6l6-6l6 6z'/%3E%3C/svg%3E")}.ri-user-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 22a8 8 0 1 1 16 0h-2a6 6 0 0 0-12 0zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4'/%3E%3C/svg%3E")}.ri-user-settings-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8m0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m2.595 7.811a3.5 3.5 0 0 1 0-1.622l-.992-.573l1-1.732l.992.573A3.5 3.5 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573l1 1.732l-.991.573a3.5 3.5 0 0 1 0 1.622l.991.573l-1 1.732l-.992-.573a3.5 3.5 0 0 1-1.405.812V22.5h-2v-1.145a3.5 3.5 0 0 1-1.405-.812l-.992.573l-1-1.732zM18 19.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E")}.ri-wallet-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.005 7h3a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h15zm-14 2v10h16V9zm0-4v2h12V5zm11 8h3v2h-3z'/%3E%3C/svg%3E")}.ri-wifi-off-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 18c.714 0 1.37.25 1.886.666L12 21l-1.886-2.334A3 3 0 0 1 12 18M2.808 1.393l17.677 17.678l-1.414 1.414l-5.18-5.18a6 6 0 0 0-1.89-.305c-1.43 0-2.74.499-3.771 1.332l-1.256-1.556a7.96 7.96 0 0 1 4.622-1.766L9 10.414a11 11 0 0 0-3.912 2.029L3.83 10.887A13 13 0 0 1 7.416 8.83L5.132 6.545a16 16 0 0 0-3.185 2.007L.689 6.997a18 18 0 0 1 2.952-1.942L1.393 2.808zM14.5 10.285l-2.283-2.283L12 8c3.095 0 5.937 1.081 8.17 2.887l-1.258 1.556a10.96 10.96 0 0 0-4.412-2.158M12 3c4.285 0 8.22 1.497 11.31 3.997l-1.257 1.555A15.93 15.93 0 0 0 12 5q-1.319 0-2.58.207L7.726 3.51A18 18 0 0 1 12 3'/%3E%3C/svg%3E")}.ri-window-line{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm-1 8H4v8h16zm0-6H4v4h16zm-9 1v2H9V6zM7 6v2H5V6z'/%3E%3C/svg%3E")}.adv-agt,.adv-alea,.adv-amatic,.adv-aviatrix,.adv-belatra,.adv-betgames,.adv-betsoft,.adv-boldplay,.adv-booming,.adv-ctinteractive,.adv-dwg,.adv-elbet,.adv-eurasian,.adv-fbastards,.adv-gamingcorps,.adv-habanero,.adv-luckymonaco,.adv-mascot,.adv-ngmgames,.adv-playtech,.adv-pragmatic,.adv-promatic,.adv-skypilot,.adv-spadegaming,.adv-spinoro,.adv-spribe,.adv-synot,.adv-tomhorn{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.adv-agt{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21.444 18.79h-3.407c-.55 0-4.998-8.292-5.748-9.345l-.472.205-3.613 5.829h5.743c.42.627 1.804 2.31 1.962 2.914.054.214-.144.397-.21.397H2.556l9.637-15.58z'/%3E%3C/svg%3E")}.adv-alea{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.141 17.56c.813 0 1.491.679 1.533 1.532 0 .854-.68 1.533-1.533 1.533a1.523 1.523 0 01-1.532-1.533c0-.853.679-1.532 1.532-1.532M12.2 3.769c4.648 0 8.432 3.785 8.432 8.434 0 .812-.678 1.49-1.49 1.49h-.01l-1.666-.041h-5.092c-.812 0-1.49-.679-1.49-1.491s.678-1.49 1.49-1.49h5.092c-.535-1.893-2.068-3.334-4.011-3.786-2.931-.679-5.863 1.173-6.49 4.104-.679 2.93 1.172 5.862 4.103 6.49.678.185 1.173.77 1.173 1.49 0 .093-.041.227-.041.32-.185.812-.946 1.356-1.758 1.171-3.878-.863-6.676-4.288-6.676-8.257 0-4.65 3.785-8.434 8.434-8.434'/%3E%3C/svg%3E")}.adv-amatic{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.193 19.1c-2.798-5.188-4.349-11.415-7.179-16.65h-.656l-6.85 16.948c-.17.317-.303.697-.567.962-.603.602-1.669.312-1.464 1.188h5.261c.261-1.049-1.065-.306-1.5-.862-.528-.67.636-4.496 1.134-5.134.211-.268 6.836-.306 7.284-.039.38.933 2.33 4.71 1.323 5.322-.636.383-1.936-.342-1.666.715h7.235c-1.468-.974-1.577-1.003-2.355-2.45M8.064 14.204c.228-.59 2.761-7.709 3.286-7.344l2.962 7.345z'/%3E%3C/svg%3E")}.adv-aviatrix{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M16.01 4.35q.62-.001.704.598l2.637 13.356-.004-.003q.02.289-.125.453a.48.48 0 01-.372.165l-2.494-.04c-.372 0-.513-.165-.569-.495l-.395-1.961H9.007l-1.083 2.003q-.289.452-.785.453H4.65a.4.4 0 01-.29-.103.43.43 0 01-.102-.287q0-.105.061-.228l7.405-13.313q.352-.6.952-.599zm-5.343 9.021h4.356l-1.117-5.806z' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-belatra{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.084 2v2.793h2.297c.035 0 .203.104.232.151.112.181.133 1.871.08 2.143-.018.1-.155.318-.222.318H17.22l-.135.136v3.513l.135.135h2.793c.067 0 .203.22.222.318.05.263.032 2.391-.045 2.563-.038.086-.15.165-.225.226h-5.762c-.055-.05-.272-.244-.272-.269V2zm0 17.117V22H13.93v-5.72c0-.036.104-.203.151-.232l5.885-.039c.15.114.235.272.265.456.046.285.04 2.199-.042 2.38-.021.047-.25.272-.268.272zM11.678 2c.057.67-.32 1.417-.871 1.786-.096.065-.74.376-.796.376H4.427a1.5 1.5 0 01-.225-.225V2zm-.023 13.672a2.1 2.1 0 00-.532-1.089c-.213-.232-.86-.542-.887-.735l.99-.814c.227-.289.375-.551.43-.922.114-.782.109-3.65-.114-4.343-.267-.827-1.043-1.564-1.865-1.83-.81-.26-4.037-.252-4.986-.16-.299.03-.476.047-.494.407v15.323L4.29 22h5.901c.115 0 .829-.46.945-.586.249-.267.5-.806.541-1.17.109-.957.111-3.634-.023-4.572m-4.39-6.6c.328-.283 1.1-.18 1.283.248.119.278.118 2.56 0 2.837-.182.427-.95.532-1.284.248zm1.283 9.482c-.193.452-.878.4-1.284.293v-3.604c.433-.018 1.153-.162 1.31.356.094.306.087 2.693-.026 2.955'/%3E%3C/svg%3E")}.adv-betgames{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.048 7.745c2.321 0 4.158 1.934 4.158 4.255s-1.934 4.255-4.254 4.255c-2.321 0-4.159-1.934-4.159-4.255s1.934-4.255 4.255-4.255m-9.38.29c.58-.29 1.257 0 1.547.58l2.514 5.61c.193.677 0 1.354-.58 1.644s-1.258-.001-1.548-.581L2.087 9.583c-.29-.58.001-1.257.581-1.547m15.182.098c.58-.29 1.257 0 1.547.58l2.515 5.608c.29.58 0 1.258-.58 1.548s-1.257-.001-1.547-.581L17.27 9.68c-.29-.58 0-1.257.58-1.547m-5.802 1.933c-1.063 0-1.837.87-1.837 1.837s.87 1.838 1.837 1.838 1.838-.87 1.838-1.838c0-.967-.87-1.837-1.838-1.837'/%3E%3C/svg%3E")}.adv-betsoft{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14.476 12.317c.284.44.452.945.491 1.468q.012.137 0 .276l.008 4.521a3.17 3.17 0 01-.946 2.28 3.08 3.08 0 01-2.272.946h-3.21v-9.49zm-3.785 7.346h1.066c.277 0 .544-.113.737-.313a1.06 1.06 0 00.32-.768l.015-4.514-.007-.089a1.08 1.08 0 00-.343-.708 1.02 1.02 0 00-.715-.282h-1.073zm9.73-4.052-3.755-3.718 3.754-3.725zM6.533 11.879 2.78 15.566V8.124zm5.007-9.88a3.12 3.12 0 012.19.85 3.13 3.13 0 011.02 2.101 2 2 0 010 .283l.007 4.522a3.1 3.1 0 01-.513 1.742H8.539V2zm-.88 8.829h.874a1.07 1.07 0 001.063-1.073l-.007-4.522-.008-.09a1.04 1.04 0 00-.335-.707 1.05 1.05 0 00-.738-.283h-.849z'/%3E%3C/svg%3E")}.adv-boldplay{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8.78 3.68c.301 0 .545.237.545.528v4.233a5.95 5.95 0 013.068-.822c3.8 0 6.484 2.64 6.484 6.35s-2.685 6.351-6.484 6.351c-1.44 0-2.72-.467-3.722-1.277l-.26.57a.55.55 0 01-.498.316H5.669a.54.54 0 01-.546-.527V5.94c0-.166.08-.323.218-.423l2.387-1.73a.56.56 0 01.329-.107zm3.044 7.567c-1.592 0-2.762 1.164-2.763 2.722 0 1.546 1.171 2.71 2.763 2.71 1.582 0 2.763-1.164 2.763-2.71 0-1.558-1.171-2.722-2.763-2.722' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-booming{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M18.053 5.815q.713-.001 1.416.122.626.114 1.221.34.535.208 1.022.512.442.283.825.644l-.808 1.234a.8.8 0 01-.491.36.87.87 0 01-.65-.153 9 9 0 00-.626-.346 3.6 3.6 0 00-.6-.237 4 4 0 00-.645-.134 6 6 0 00-.76-.043 3.4 3.4 0 00-1.416.28 2.9 2.9 0 00-1.07.784 3.4 3.4 0 00-.684 1.217 5 5 0 00-.238 1.575c-.006.58.087 1.159.273 1.708.158.467.413.897.748 1.259.325.342.721.61 1.16.784.477.183.984.273 1.494.267q.465.006.917-.097a4.6 4.6 0 00.797-.268v-1.83h-1.193a.6.6 0 01-.413-.138.48.48 0 01-.152-.36v-1.532h4.279v5.092a6.3 6.3 0 01-1.976.99 7.7 7.7 0 01-2.189.303 7.6 7.6 0 01-2.71-.468 6.2 6.2 0 01-2.09-1.293 5.7 5.7 0 01-1.342-1.95 6.3 6.3 0 01-.474-2.456 6.7 6.7 0 01.45-2.481 5.6 5.6 0 011.277-1.952 5.8 5.8 0 012.01-1.277 7.3 7.3 0 012.638-.456'/%3E%3Cpath fill-rule='evenodd' d='M5.97 5.939a8.6 8.6 0 012.128.227 4 4 0 011.435.659c.355.265.634.62.808 1.027.176.428.263.887.256 1.35.002.268-.039.535-.118.79a2.4 2.4 0 01-.365.705q-.272.353-.638.603a4 4 0 01-.936.474 3.33 3.33 0 011.762.934c.393.466.597 1.063.571 1.672.005.494-.097.983-.298 1.435a3.3 3.3 0 01-.875 1.156 4.2 4.2 0 01-1.42.775 6.2 6.2 0 01-1.927.28h-4.82V5.938zM4.33 15.9H6.3c.307.009.614-.039.904-.14.211-.075.402-.2.554-.366a1.2 1.2 0 00.273-.503q.075-.282.076-.573.001-.305-.087-.596a1.03 1.03 0 00-.298-.45 1.5 1.5 0 00-.562-.28 3.2 3.2 0 00-.873-.096H4.329zm0-4.884h1.463q.421.002.836-.067a1.7 1.7 0 00.631-.228c.174-.109.311-.269.395-.457a1.7 1.7 0 00.134-.728 2 2 0 00-.11-.72 1.1 1.1 0 00-.328-.464 1.4 1.4 0 00-.565-.25 4 4 0 00-.814-.074H4.329z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.adv-ctinteractive{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M11.197 3.472a1.14 1.14 0 011.605 0l3.766 3.767H14.6c-2.808 0-3.63.867-3.63 3.269v2.989c0 2.401.822 3.268 3.63 3.268h1.966l-3.763 3.765a1.14 1.14 0 01-1.606 0L3.47 12.802a1.14 1.14 0 010-1.606l2.13-2.13h1.907c2.15 0 3.134-.51 3.48-1.828H7.43z'/%3E%3Cpath fill-rule='evenodd' d='m18.4 9.072 2.129 2.129-.002.001a1.14 1.14 0 010 1.606l-2.142 2.144h-3.672c-1.312 0-1.633-.348-1.633-1.535v-2.794c0-1.174.321-1.551 1.62-1.551zm-2.543 2.738v2.107h1.078V11.81zm0-1.706v1.053h1.078v-1.053z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.adv-dwg{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m21.944 5.933.058 12.105-9.991 3.453-10.013-3.453V5.977l10.008-3.468zm-7.811 2.794.007 9.552-1.293.448V9.259l-.14-.075c-.575.327-.916.173-1.49-.027v9.57l-1.291-.448.006-9.552-1.293-.452v10.146c0 .3.645.85.905.997.325.183 2.215.883 2.52.874.277-.01 2.16-.707 2.457-.875.297-.166.905-.703.905-1.064V8.276zm6.655-2.285c-.115-.014-.218.018-.326.048-.592.16-2.644.834-3.09 1.117-.538.342-.751.902-.794 1.513-.184 2.662.146 5.534.001 8.218.014.57.346 1.04.956 1.018l3.254-1.054V9.089l-2.172.68v1.29l.814-.204v5.632l-1.56.476v-8.28l2.918-.95v-1.29zM3.278 7.733l2.834.966a.56.56 0 01.084.288c.047.505-.064 1.182-.07 1.695-.027 2.095.054 4.187.07 6.28l-1.62-.585-.018-6.837-1.28-.45v8.212l.25.047c1.333.339 3.873 2.074 3.962-.147-.143-2.617.18-5.417 0-8.013-.048-.681-.278-1.268-.891-1.621L3.278 6.444zm12.61-2.358c-1.69.179-1.106 1.245.32 1.207.244-.007 1.044-.187 1.154-.41.338-.693-1.038-.843-1.475-.797m-4.023-.018c-.402.025-1.486.314-1.033.862.388.468 2.096.484 2.426-.078.356-.606-.99-.809-1.393-.784m-4.259.018c-.881.115-1.497.77-.325 1.103.496.14 2.135.13 1.89-.666-.116-.374-1.229-.48-1.565-.437' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-elbet{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m22.644 6.748-.145 6.926-2.336 4.775-7.472-1.892-6.461 1.839-5.375-3.514.398-6.192 6.802-3.155L11.68 9.74l2.896-4.278zM6.691 16.795c-.405-.039-.747.094-.765.292-.017.2.297.388.702.423.405.038.747-.095.764-.293.018-.199-.297-.387-.701-.422m12.215-.524c-.411-.248-.868-.251-1.018-.007-.147.244.07.645.482.896.415.252.868.255 1.018.01.146-.248-.066-.648-.482-.899m1.994-.883c-.1-.021-.252.28-.339.67-.087.391-.076.723.026.747.097.02.247-.28.334-.67.087-.391.077-.726-.02-.747m-10.443.248c-.443-.017-.809.146-.82.366-.007.22.345.412.791.43.443.017.81-.147.821-.367.007-.22-.346-.411-.792-.429m3.769-.594c-.401-.24-.842-.244-.985-.006-.142.237.068.624.466.865.35.21.728.24.913.085l.067-.078c.147-.234-.063-.625-.461-.866m-7.116.157c-.436-.039-.81.105-.828.321-.021.22.322.426.76.464.437.039.812-.105.83-.32.02-.22-.323-.426-.762-.465m-3.31-.422c-.44-.045-.813.095-.834.31-.02.217.314.43.754.472.436.045.81-.095.834-.31.02-.217-.318-.43-.754-.472m7.577-1.585c-.128.046-.114.413.033.818.146.404.369.696.498.648.129-.046.116-.412-.031-.816-.147-.405-.371-.699-.5-.65m-3.765.181c-.464-.042-.859.126-.88.37-.02.248.339.48.803.521s.856-.126.88-.37c.021-.248-.339-.478-.803-.52m14.618-.808c-.08-.017-.207.279-.283.655-.074.38-.073.701.007.715.08.017.207-.279.28-.655.077-.38.072-.701-.005-.715m-3.725.041c-.436-.265-.92-.261-1.081.003-.16.265.062.699.498.96.436.266.922.266 1.082-.002.161-.265-.063-.7-.5-.96m3.017-.398c-.108-.018-.255.31-.332.733-.073.422-.05.782.055.8.105.02.252-.308.329-.73.076-.425.052-.781-.052-.803m-18.65.08c-.206-.192-.611-.094-.911.223-.3.314-.377.727-.174.919.203.191.61.094.907-.22.3-.318.38-.73.178-.922m17.777-.537c-.133-.024-.305.346-.385.824-.076.478-.034.882.098.904.133.025.305-.346.385-.824.077-.478.034-.882-.098-.904m-7.082-.336c-.419-.254-.884-.257-1.038-.006-.15.248.07.66.492.915.42.254.883.257 1.037.006.15-.248-.069-.66-.49-.915m-6.514-.761c-.21-.223-.662-.139-1.008.186-.345.328-.457.771-.248.995.21.222.66.138 1.01-.186.345-.325.456-.772.246-.995m3-.415c-.133.053-.106.43.062.839.164.411.405.7.534.648.132-.053.104-.429-.06-.837-.168-.411-.408-.701-.537-.65m-7.048.233c-.203-.188-.604-.089-.904.225-.3.318-.377.726-.179.915.203.191.604.09.904-.225.3-.314.377-.723.179-.915m15.73-.72c-.509.007-.92.257-.917.567 0 .307.415.552.925.549s.921-.258.922-.565c-.004-.307-.42-.555-.93-.552m3.492-1.15c-.109-.017-.26.36-.337.842-.08.48-.058.885.05.904.104.017.255-.36.336-.842.076-.48.055-.885-.05-.904m-15.111.162c-.202-.22-.646-.14-.984.18-.34.318-.447.755-.241.971.205.22.645.137.984-.181s.447-.754.24-.97m-3.99-.028c-.191-.182-.58-.085-.862.216-.286.3-.362.691-.17.872s.579.088.862-.212c.286-.304.362-.695.17-.876m10.672.058c-.457.02-.817.273-.806.559.014.286.393.502.85.485.457-.021.821-.272.808-.558-.014-.29-.395-.507-.852-.486m5.783-.477c-.502.024-.896.278-.883.575.014.293.428.516.931.492.5-.02.894-.279.883-.572-.014-.297-.431-.516-.93-.495M8.732 7.3c-.128.06-.087.419.088.799.178.383.426.646.551.587.13-.06.09-.42-.087-.8-.179-.384-.423-.645-.552-.586m5.934.135c-.44.018-.786.258-.772.534.01.241.291.43.656.461l.162.003c.436-.02.78-.261.77-.537-.014-.275-.38-.481-.816-.46M7.18 6.92c-.189-.202-.615-.104-.953.213-.335.318-.457.736-.27.935.19.203.615.108.954-.21.338-.317.457-.739.269-.937m13.224-.02c-.478.02-.855.26-.845.54.014.279.413.486.89.465.479-.021.856-.262.842-.541-.01-.28-.41-.485-.887-.464m-4.893-.782c-.423.017-.755.247-.741.513.01.231.28.412.629.44l.153.003c.423-.018.754-.248.744-.513-.015-.265-.363-.464-.785-.443' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-eurasian{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M12.349 18.125h6.104c.473 0 .807-.538.874-.972.084-.547.09-3.483-.009-3.996-.103-.539-.475-.715-.963-.78-.59-.08-4.65-.082-5.088.05-1.03.31-.548 1.904.159 1.904h4.873v2.564H13.22c-1.962 0-3.499-2.843-2.8-4.596a4.66 4.66 0 003.537-2.486c2.6.166 7.164-.963 7.7 2.749.333 2.31.615 8.13-2.898 8.13h-6.412z'/%3E%3Cpath d='M11.732 4.328c-1.247-.483-6.8-.465-7.932.273-2.407 1.57-2.336 10.036 1.214 10.036h4.462v-2.565H5.424c-.383 0-.716-.615-.772-.973-.107-.702-.175-4.028.477-4.349.338-.166 5.146-.199 5.583-.07 1.024.303.631 1.904-.159 1.904h-4.77v2.564h5.078c3.051 0 4.183-5.54.871-6.82'/%3E%3C/g%3E%3C/svg%3E")}.adv-fbastards{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.985 12.588c.044-1.252.657-1.57.263-3.12a28 28 0 00-.663-2.189C16.885 2.595 7 2.552 5.32 7.564c-.345 1.03-.805 2.424-.678 3.494.052.444.311.896.346 1.348.07.898-.478 1.35.18 2.227.59.785 2.323 1.255 2.766 1.87.343.477-.062 1.77.2 2.565.172.525.988 1.374 1.536.96l.044-1.25c.755-.032.704.69.755 1.253 1.153.534 1.27-.174 1.246-1.168l.502-.046.07.108c-.093.968.174 1.628 1.22 1.106.052-.591-.016-1.227.754-1.252l.09 1.296c.209.247.783-.108.983-.269.98-.794.473-2.18.668-3.255.839-.846 3.165-1.384 3.17-2.81.002-.371-.201-.756-.187-1.153m-7.854.341c-.069.672-.776 1.787-1.483 1.905-3.39.571-3.804-3.943-1.025-4.323a2.202 2.202 0 012.508 2.418m.636 3.043c-.209.097-.377.624-.613.27.12-.499.228-1.11.478-1.563.646-1.174 1.148 1.187 1.202 1.693-.477.036-.518-.657-1.067-.4m4.38-1.415c-.64.383-1.82.482-2.415-.018-1.46-1.226-.985-3.736.952-4.03 2.337-.354 3.54 2.804 1.463 4.048'/%3E%3C/svg%3E")}.adv-gamingcorps{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M23.366 19.532H17.94L11.992 9.235 6.03 19.532H.603L9.258 4.503l.073-.049 5.245-.015.167.049 8.654 14.982'/%3E%3Cpath d='m15.911 19.561-7.778-.015 3.844-6.684c.028-.02.164.199.184.23a90 90 0 012.803 4.605c.115.202 1.024 1.776.947 1.864'/%3E%3C/g%3E%3C/svg%3E")}.adv-habanero{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath fill-rule='evenodd' d='M12.493 5.422a.47.47 0 01.892-.031c.057.695-.054 1.46.007 2.148.016.186.093.436.28.516.22.091.528-.019.617-.243.103-.26.003-.697.043-.988.071-.527.864-.563.934.059.072.64-.06 1.4.007 2.054.061.179.206.32.398.335a.44.44 0 00.406-.173c.126-.16.073-.3.142-.483.14-.37.65-.388.829-.048.168.319-.01 1.103.068 1.492.033.159.183.253.305.336q.016-.002.031 0a.35.35 0 00.219 0c.444-.132.304-.43.355-.72l.036-.124c.179-.42.816-.339.888.112l-.014 8.85c-.49.31-1.012.58-1.515.872-.58.338-1.171.665-1.748 1-.485.28-.977.59-1.469.874l-1.25.719c-.303.174-.612.34-.906.53h-.062c-.674-.268-1.335-.678-1.906-1.125-.775-.447-1.564-.893-2.343-1.342-.573-.33-1.145-.668-1.718-.999-.31-.179-.64-.33-.937-.53H5.05V9.74l.063-.063c.05-.355.554-.458.781-.203.216.241.092.783.125 1.093.012.11.088.206.094.234.294.304.771.181.813-.264.065-.691-.07-1.496-.001-2.186.064-.64.874-.617.937-.063.032.279-.002.66 0 .952l.014.03c.182.392.61.429.86.064.002-.086.064-.189.065-.295.01-.99-.01-1.98-.003-2.969.06-.495.856-.504.909.063.058.622-.081 1.391.001 1.996.022.16.124.341.279.394.23.077.49-.003.6-.228.159-.329-.008-1.273.057-1.691.075-.48.845-.489.905.029.033.295-.09.821.14 1.047.062.06.157.09.234.125q.032.001.06.005c.28.013.475-.167.503-.457.057-.613-.05-1.309.007-1.93m-3.757 6.534c.105 1.712.073 3.436.039 5.15.445-.044.895-.05 1.337.032a1.45 1.45 0 01.812 0l-.063-.027v-1.59l.063-.036a.4.4 0 01.17-.058c.534-.026 1.197-.05 1.724-.014a.3.3 0 01.085.025q.043.02.082.047c.037-.104.164-.08.188.027v1.57a4.3 4.3 0 011.031.056l.074-.061q.48.032.953-.009a639 639 0 00-.035-5.049h-2.023c.02.556.007 1.14-.027 1.688-.113.127-1.872.097-2.15.04l-.01-.074c.005.105-.1.068-.125-.022l-.007-1.632h-2.08z' clip-rule='evenodd'/%3E%3Cpath d='M14.727 4.938c.493-.072.744.618.3.863-.637.352-1.023-.757-.3-.863m-3.749-1.685c.268-.056.539.105.57.383.024.208.034.815.018 1.214l-.024.308c-.083.453-.84.462-.9-.055-.031-.28-.04-1.263.008-1.522.025-.139.194-.3.328-.328m1.812-1.219c.269-.061.567.053.603.353.044.363-.001.794-.012 1.196l.004.39c-.173.442-.842.383-.9-.086-.032-.277-.037-1.232.004-1.498.018-.12.179-.327.3-.355m-1.811-.53c.7-.145.805.976.055.9-.528-.055-.5-.807-.055-.9'/%3E%3C/g%3E%3C/svg%3E")}.adv-luckymonaco{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath fill-rule='evenodd' d='M11.545 7.353v.064q.002.041.012.121c.068.467.07 1.225 0 1.706l.47.002-.47.585c.933-.14 1.252.516 1.839.927.164.116.494.115.513.134.189.19-.44.418-.455.525-.01.1.374.667.516.766-.341-.88.877-.245 1.115-.597.029-.044-.113-.25-.058-.348.05-.09.451-.292.53-.228.086.07-.787 1.915-.588 2.114.047.047 1.17.09 1.278-.193.05-.134.05-1.1.014-1.274-.057-.27-.329-.357-.354-.592-.027-.26.197-.503.192-.704-.003-.11-.368-.645-.012-.645h4.707c.277 0 .043.568.062.749.059.584.318.486-.128 1.183l.006 9.467.001.002c.04-.009.145-.006.264-.002v.589h-5.56v-3.056c0-.037-.551.012-.736-.029-1.31-.296-2.122-.598-3.23-.622-1.077.035-1.883.33-3.166.62-.185.041-.737-.008-.737.028v3.057H2.01v-.589l.002-.001c.117-.005.225-.008.264.001l.005-9.467c-.445-.698-.186-.6-.127-1.184.02-.18-.215-.749.062-.749h4.707c.356 0-.01.538-.013.646-.004.201.22.443.193.704-.025.234-.298.323-.354.592-.037.173-.038 1.14.014 1.274.107.28 1.23.24 1.278.192.2-.198-.673-2.044-.589-2.114.08-.065.48.138.53.23.056.098-.086.303-.057.347.237.352 1.456-.282 1.115.597.141-.099.528-.667.515-.767-.014-.108-.643-.335-.455-.525.02-.018.35-.018.514-.133.587-.412.906-1.068 1.839-.927l-.47-.585.47-.003a7 7 0 010-1.705q.01-.08.012-.121v-.06h.034a.2.2 0 01.046-.002m-.053 7.159c-.888.097-.738 2.002-.433 2.119.086.032.279.053.486.05.175-.002.33-.02.406-.048.307-.117.457-2.058-.459-2.121m-2.399.675c-.184-1.044-1.286-.57-1.287-.36 0 .26-.065 1.755 0 1.821.039.04.999.023 1.101-.016.291-.111.232-1.183.186-1.446m6.11-.36c-.001-.21-1.104-.684-1.288.36-.046.263-.103 1.333.186 1.445.102.039 1.063.055 1.101.016.065-.064 0-1.56 0-1.821M4.896 10.324c-1.405-.304-1.813 1.705-.745 2.04 1.655.519 2.057-1.755.745-2.04m13.962 2.04c1.066-.336.658-2.344-.745-2.04-1.312.285-.909 2.559.745 2.04' clip-rule='evenodd'/%3E%3Cpath d='M4.625 2.308c.038.478-.045 1.001-.005 1.474.027.309.024.667.038.817.015.159.404.276.429.578.014.178-.238 1.005-.109 1.126.046.042.407-.045.473 0 .03.02-.181.554-.098.678.063.092.638.328.903.691.283.387.438 1.284.49 1.335.029.028.306-.165.352-.118.08.082-.152.512-.314.567-.25.087-4.307.06-4.51-.039-.108-.05-.17-.15-.216-.255-.182-.412.194-.139.273-.261.209-.326.206-.81.532-1.244.272-.362.889-.612.926-.66.036-.046-.133-.672-.103-.69.066-.044.426.043.472 0 .133-.125-.144-1.025-.099-1.212.047-.2.414-.356.423-.493.007-.106-.217-.287-.213-.467.001-.053.195-.064.202-.093l-.002-.003zm13.912 1.734c.007.029.201.04.203.093.003.18-.22.36-.214.467.01.137.377.292.424.493.044.188-.232 1.088-.1 1.212.047.043.407-.044.473 0 .03.02-.14.644-.103.69.036.048.654.298.926.66.325.433.323.918.531 1.244.08.122.456-.151.274.261-.046.105-.108.205-.216.255-.204.098-4.26.126-4.51.039-.162-.056-.394-.485-.314-.567.046-.047.323.146.351.118.052-.05.208-.948.49-1.335.266-.363.84-.599.903-.69.084-.125-.127-.659-.098-.679.066-.045.427.042.473 0 .13-.121-.122-.948-.108-1.126.024-.302.413-.42.429-.578.014-.15.01-.508.037-.817.04-.47-.044-.992-.006-1.472z'/%3E%3C/g%3E%3C/svg%3E")}.adv-mascot{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M15.607 18.6c.396 0 .681.308.682.717a.683.683 0 11-1.362 0 .7.7 0 01.19-.503.7.7 0 01.49-.214m-6.673.022c.273 0 .472.143.472.565v.375H8.46v-.385c0-.4.2-.566.475-.555'/%3E%3Cpath fill-rule='evenodd' d='M8.157 8.47a3.77 3.77 0 011.923.68 2.27 2.27 0 01-.45 1.137 2.612 2.612 0 00-3.922.566c-.272.425-.416.92-.415 1.424v5.07H18.71v-5.07a4.3 4.3 0 001-1.138c.113.368.172.752.174 1.138v9.042H4.127v-9.052a3.81 3.81 0 012.035-3.374 3.77 3.77 0 011.995-.423m2.953 9.819c-.417 0-.66.276-.66.575 0 .231.133.42.518.564.349.132.429.21.429.342s-.111.244-.342.244a1 1 0 01-.539-.174l-.121.317c.195.12.42.186.649.189.45 0 .715-.223.717-.576 0-.264-.132-.43-.571-.607-.275-.1-.385-.178-.386-.31 0-.143.1-.253.308-.253a.95.95 0 01.44.13l.11-.308a1.1 1.1 0 00-.552-.133m2.265-.004c-.583 0-1.066.456-1.066 1.03 0 .588.44 1.03 1.11 1.03.231.006.463-.052.665-.167l-.112-.298c-.18.087-.377.131-.576.13a.7.7 0 01-.504-.195.7.7 0 01-.209-.503c0-.408.285-.695.747-.696q.272.016.517.133l.121-.299a1.4 1.4 0 00-.693-.165m2.232 0a1.02 1.02 0 00-.744.29c-.199.194-.31.462-.31.74 0 .588.449 1.03 1.054 1.03s1.055-.431 1.056-1.03c0-.599-.44-1.03-1.056-1.03M5.293 20.312h.341l.012-1.128.615 1.14h.122l.604-1.151.011 1.139h.342l-.055-2h-.159l-.801 1.447-.82-1.447H5.35zm3.64-2.023c-.517 0-.814.276-.814.884v1.139h.351v-.476h.946v.476h.34l.002-1.14c0-.606-.32-.883-.824-.883m8.114.354h.66v1.669h.353v-1.669h.648v-.322h-1.661z' clip-rule='evenodd'/%3E%3Cpath d='M16.337 8.475a3.77 3.77 0 011.921.677 2.27 2.27 0 01-.45 1.138 2.61 2.61 0 00-3.967.647 2.635 2.635 0 001.337 3.804.926.926 0 011.74.2.93.93 0 01.432 1.479.92.92 0 01-.984.29.89.89 0 01-.902.198.934.934 0 01-.636-1.036 3.85 3.85 0 01-2.519-3.603 3.81 3.81 0 012.034-3.37 3.77 3.77 0 011.994-.424m-4.82 2.652a3.82 3.82 0 01-2.355 4.73.934.934 0 01-.638 1.039.89.89 0 01-.902-.2.926.926 0 01-1.156-.607.93.93 0 01.605-1.161.92.92 0 01.63-.685.926.926 0 011.11.486 2.64 2.64 0 001.705-2.464 4.3 4.3 0 001.001-1.138'/%3E%3Cpath d='M19.872 8.94a3.81 3.81 0 01-2.036 3.367 3.77 3.77 0 01-3.913-.25 2.27 2.27 0 01.45-1.139 2.61 2.61 0 002.804.406 2.64 2.64 0 001.533-2.396V3.856H5.293v5.072a4.3 4.3 0 00-1.001 1.138 4 4 0 01-.175-1.138V2.682h15.755z'/%3E%3Cpath d='M8.047 4.278a.94.94 0 01.477.018.92.92 0 01.638 1.039 3.81 3.81 0 012.502 3.236A3.82 3.82 0 019.8 12.216a3.78 3.78 0 01-4.074-.16c.033-.415.191-.812.452-1.138a2.61 2.61 0 003.965-.649c.261-.443.386-.954.362-1.467a2.63 2.63 0 00-.499-1.424 2.63 2.63 0 00-1.201-.915.926.926 0 01-1.451.287.93.93 0 01-.283-.486.934.934 0 01-.349-1.567.92.92 0 01.9-.202.94.94 0 01.425-.217m7.426.018a.89.89 0 01.902.199.924.924 0 011.094 1.313.93.93 0 01-.542.456.92.92 0 01-1.272.65.93.93 0 01-.465-.451 2.63 2.63 0 00-1.705 2.465 4.3 4.3 0 00-1.001 1.138 3.81 3.81 0 012.355-4.73.93.93 0 01.634-1.04'/%3E%3C/g%3E%3C/svg%3E")}.adv-ngmgames{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M10.913 19.354c-.627.498-1.169.683-1.483.56l-1.129-.374c.502.104 1.067-.083 1.673-.518z'/%3E%3Cpath fill-rule='evenodd' d='M9.381 7.401c1.543-2.926 3.396-4.717 4.603-4.262 1.525.58 1.4 4.665-.25 9.103l-.004.002c-1.65 4.375-4.198 7.487-5.765 7.03a.7.7 0 01-.334-.166c-.917-.705-.836-2.669-.836-2.674 0-.258.02-.534.04-.827.105-.676.21-1.226.283-1.594l.014-.067-2.092-2.532h-.021v4.147h-2.09V7.43h1.672l3.184 3.799q.123-.418.242-.784V7.432h1.336zm-.667 10.87c-.008.048-.03.188-.078.329a.7.7 0 00.078-.33m4.85-14.055c-.976-.35-2.43.964-3.721 3.185l-.014.03h.288v8.128h-1.65l-.945-1.144q-.113.622-.193 1.188c-.007.292 0 .567.03.828.368 2.02 1.31 1.815 1.358 1.823 1.336-.145 3.322-2.695 4.638-6.157 1.462-3.858 1.546-7.383.21-7.881' clip-rule='evenodd'/%3E%3Cpath d='M12.772 17.468a12.4 12.4 0 01-1.443 1.577l-.939-.354a9 9 0 001.4-1.596s.962.373.982.373m1.398-2.075c-.355.623-.71 1.183-1.087 1.7l-1.022-.372c.355-.518.688-1.1 1.022-1.722 0 0 1.066.394 1.087.394m7.23-3.212c0 2.26-1.4 3.629-3.74 3.629-1.085 0-1.984-.291-2.672-.85a27 27 0 00.919-2.282c.293.891.94 1.41 1.796 1.41.96 0 1.63-.562 1.67-1.39v-.124h-1.525v-1.408l3.551-.042zm-6.186.973a21 21 0 01-.856 1.824l-1.085-.394c.271-.58.562-1.182.812-1.824zm.776-2.282c-.167.622-.396 1.225-.627 1.868l-1.129-.394c.02-.02.02-.042.041-.062l.003-.001c.229-.623.438-1.202.605-1.784zm.563-2.382c-.104.642-.25 1.285-.438 1.968l-1.106-.394c.187-.683.333-1.346.437-1.948zm1.023-1.245c2.027 0 3.508 1.14 3.718 2.882h-2.068.001c-.208-.727-.835-1.162-1.65-1.162-.252 0-.502.04-.71.145.145-.829.207-1.472.27-1.846.145-.02.293-.02.44-.02m-.9-1.242c.042.602.02 1.285-.083 2.052l-1.086-.394c.104-.747.124-1.43.103-2.033zm-1.066-2.365c.544.292.878.955 1.025 1.888l-1.066-.373c-.145-.976-.48-1.68-1.024-2.033z'/%3E%3C/g%3E%3C/svg%3E")}.adv-playtech{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M7.916 6.098a.988.988 0 011.482-.821l2.164 1.292c4.883-1.643 9.394-1.086 10.476 1.453 1.201 2.804-2.238 6.971-7.686 9.305-5.444 2.333-10.838 1.946-12.04-.858-1.041-2.424 1.398-5.874 5.604-8.277zm-3.3 8.449c-.616 2.023.33 3.506 2.699 3.676H7.31c2.043.145 4.667-.723 7.026-2.17-.085.04-.17.082-.255.117-4.201 1.798-8.358 1.501-9.284-.662a2.4 2.4 0 01-.182-.961m11.648-6.751c-.721-.05-1.532.065-2.378.305l3.129 1.714a.877.877 0 01.03 1.522L9.33 15.813a.947.947 0 01-1.403-.866v-3.184q-.069.074-.13.155c-2.103 2.544-1.712 4.751.867 4.937 2.579.18 6.375-1.577 8.473-4.121s1.707-4.753-.872-4.938m-6.22-.896a.67.67 0 00-1.006.555l.025 6.03c-.01.556.55.816.95.596l5.235-3.035c.41-.25.365-.817-.02-1.037l-5.184-3.105zm7.136-.616c-1.347-.095-2.95.25-4.562.91l.537.321c3.274-.8 6.114-.27 6.86 1.472l.03.087h.004c.12-1.558-.86-2.645-2.869-2.79' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-pragmatic{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M12.823 10.013c2.076-.128 3.187 2.394 1.08 2.525-2.154.134-3.029-2.404-1.08-2.525'/%3E%3Cpath fill-rule='evenodd' d='M12 8.446a6.277 6.277 0 110 12.553 6.277 6.277 0 010-12.553m-.002.66A5.619 5.619 0 1012 20.344a5.619 5.619 0 00-.003-11.238' clip-rule='evenodd'/%3E%3Cpath d='M8.427 2.999c1.205 1.473 2.136 3.875 2.152 3.917-.005-.036-.243-1.739 1.231-2.853-.785 1.634-.351 3.321-.23 3.722a6.24 6.24 0 00-3.06.925c-.138-.43-.739-2.032-2.286-2.921 1.853.087 2.617 1.638 2.627 1.659-.006-.027-.598-2.546-.434-4.449'/%3E%3C/g%3E%3C/svg%3E")}.adv-promatic{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.5 5.909c.89.216 2.035.356 2.434 1.31.338.81.38 4.097.004 4.873-.235.482-.859.903-1.367 1.043-.27.075-1.168.26-1.389.26h-9.96v4.696H3.795v-6.599c.175-.15.327-.238.565-.26 3.696-.347 7.904.293 11.655-.02.977-.044.883-2.377.545-2.777-.082-.099-.554-.369-.645-.37H8.11l2.92 2.412H6.904L3.795 7.94V5.91z'/%3E%3C/svg%3E")}.adv-skypilot{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cpath fill='black' fill-opacity='.9' d='M16.669 11.89c-.526-.08-.954-.073-1.216-.073-.263 0-.46.008-.68.012-.228.008-.452.02-.68.03q-.339.023-.679.051a19 19 0 00-.675.07q-.338.039-.676.088c-.224.031-.448.07-.672.105q-.336.058-.668.123c-.432.085-.868.17-1.297.282l-.27.07c-.147.038-.297.073-.444.115-.278.081-.556.17-.834.259l-.444.139c-.571.197-1.135.405-1.694.633-.02.008-.047.015-.07.023-.066.023-.139.046-.178.077.105.035.209.058.313.085l.155.039c1.12.286 1.918.367 1.918.367s.348.034 1.463.085c0 0 .259.007.51.003 2.023-.023 4.617-.432 6.447-1.293.398-.185 1.278-.621 1.432-1.042a7 7 0 00-1.061-.247m1.432 1.26c-.035-.109-.078-.213-.12-.317l-.077-.186c-.402.973-1.714 1.718-2.637 2.104a10 10 0 01-1.154.39q-.138.041-.282.078c-.093.023-.19.05-.282.069-.092.023-.189.042-.285.066l-.286.058q-.146.027-.286.05-.144.023-.29.042l-.289.035q-.144.016-.29.027l-.289.023a7 7 0 01-.29.015c-.096 0-.192.008-.293.008h-.293q-.144.002-.294-.008-.144-.002-.29-.015c-.096-.008-.192-.011-.289-.023-.096-.008-.193-.02-.29-.027a9 9 0 01-1.169-.178 8 8 0 01-.977-.235c-.617-.182-1.196-.394-1.752-.722.104.262.258.513.409.753.83 1.328 2.03 2.216 3.44 2.857.088.042.181.08.27.12a8 8 0 00.552.208l.282.092c.092.027.189.058.285.081q.146.04.286.074l.29.065q.144.03.29.054l.292.047c.097.011.197.027.294.034a8 8 0 00.59.043q.148.007.298.008h.297c.1 0 .197-.008.297-.012q.148-.006.298-.023a6 6 0 001.575-.34c.996-.374 1.926-1.007 2.378-2.003.13-.294.235-.626.29-.942.123-.742.018-1.653-.201-2.363zm-5.606-2.329c.251-.03.587-.069 1.039-.1a16 16 0 013.092.081h.02c.335.043.671.089 1 .174.038-.031.184-.236.289-.386.046-.066.085-.12.104-.15.054-.074.116-.147.174-.217.019-.023.038-.042.054-.066.39-.467.791-.907 1.262-1.297q.135-.109.282-.212.076-.052.147-.108c-.05-.054-.116-.1-.178-.147l-.046-.035a11 11 0 00-.653-.455c-1.49-.961-3.123-1.556-4.89-1.703-.337-.027-1.298-.096-1.553.128-.212.189-.228.51-.243.776v.023a3 3 0 00-.25.023l-.105.012a3 3 0 01-.112-.209c-.104-.212-.205-.409-.46-.498-.505-.177-2.335.471-2.856.684-.305.123-.602.27-.9.413q-.106.05-.204.1c-.44.236-.873.486-1.29.757-.139.088-.274.185-.409.278q-.203.143-.401.293-.199.149-.39.305-.191.155-.383.317-.185.161-.37.328-.185.168-.36.343-.179.175-.347.355-.173.181-.335.367c-.19.213-.379.429-.549.66.73.267 1.444.626 2.077 1.077.012.008.023.02.039.027.108.078.224.159.32.251.15-.065.301-.139.452-.208.185-.089.374-.178.564-.259q.7-.295 1.416-.544.72-.248 1.448-.456l.174-.05a22.4 22.4 0 013.34-.668h-.009zm.193-.799c-.03-.03-.05-.08-.07-.123q-.006-.022-.015-.039l-.034-.077c-.078-.178-.19-.44-.31-.537-.123-.1-.37-.112-.574-.12-.15-.007-.282-.01-.325-.05.012-.027.027-.034.05-.046.085-.046.182-.077.275-.112.162-.054.324-.112.451-.231.147-.14.132-.433.116-.68q-.007-.136-.008-.235c.055.088.093.185.132.281.05.12.096.24.173.348.166.24.471.235.742.232h.127c.046 0 .104 0 .143.015a.1.1 0 01-.046.039l-.008.003q-.094.05-.193.1c-.155.074-.31.151-.433.263a.5.5 0 00-.146.224c-.031.112-.035.352-.035.545v.197l-.008.007h-.004zm8.285-2.466c-.085-.19-.39-.452-.544-.599l-.201-.185a9 9 0 00-.209-.182c-.07-.058-.139-.12-.212-.177q-.106-.087-.216-.174a11 11 0 00-.672-.483l-.231-.15q-.116-.074-.236-.147l-.236-.139q-.116-.068-.239-.135l-.243-.127c-.081-.043-.162-.081-.247-.124l-.251-.116q-.126-.055-.25-.112l-.256-.104c-1.135-.46-2.374-.799-3.605-.837-.66-.024-1.317.034-1.97.12-1.03.13-2.06.385-3.018.794q-.18.07-.36.151-.178.076-.35.158-.174.082-.348.17-.172.088-.343.182-.168.093-.336.193c-.112.065-.22.13-.332.2q-.162.104-.325.213-.161.11-.316.22c-1.56 1.12-3.282 2.903-4.061 4.667v.008c-.039.089-.093.212-.054.305q.036.075.12.104a.5.5 0 00.13.027c.07-.077.132-.162.194-.247q.042-.053.077-.104c.185-.24.367-.479.567-.703C3.79 8.675 5.458 7.32 7.346 6.428a12.4 12.4 0 014.088-1.212c-.004-.533.062-.68.316-1.123.348.343.518.513.618 1.007q.38-.04.76-.058.383-.016.765 0c.073 0 .143.008.216.012.073 0 .143.012.216.015.074.008.143.012.216.02.074.007.143.015.217.027q.108.012.212.03l.212.035q.106.016.213.039.105.018.212.042l.212.047q.105.024.209.05c.07.02.139.035.208.054l.209.058.208.062c.07.023.139.042.205.065.07.023.135.047.204.074q.104.035.201.077l.2.08c.066.028.136.055.201.086q.1.041.197.089l.197.092q.1.045.193.097.097.046.193.1l.19.104c.061.035.127.07.189.108q.092.054.185.112l.185.116q.091.057.182.12c.061.038.12.081.177.12.058.042.12.08.178.123l.174.127c.058.043.115.09.17.132l.17.135c.185.15.362.313.547.463.078-.038.159-.093.194-.177a.28.28 0 00-.012-.209z'/%3E%3C/svg%3E")}.adv-spadegaming{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M12.001 4.6c.663.454 4.044 2.838 5.443 5.144 1.478 2.41 1.062 4.81-.091 5.834-1.193 1.062-3.577.427-3.603.427l-.233-.065-.026.234c0 .07-.114 1.414.934 2.526.83.894 2.137 1.361 3.913 1.361v.817c-2.009 0-3.538-.557-4.523-1.633-1.23-1.347-1.115-2.953-1.102-3.136l.104-1.206 1.167.311c.518.143 2.138.388 2.85-.247.907-.803 1.194-2.773-.05-4.807-1.128-1.84-3.63-3.772-4.757-4.575-1.128.816-3.643 2.747-4.757 4.575-1.244 2.034-.96 4.004-.052 4.807.712.635 2.333.377 2.851.247l1.154-.311.116 1.193c.013.184.129 1.789-1.1 3.135-.985 1.089-2.516 1.633-4.525 1.633v-.816c1.763 0 3.085-.453 3.914-1.36.996-1.1.883-2.456.883-2.514l-.027-.234-.233.065c-.026 0-2.41.635-3.603-.427-1.14-1.024-1.569-3.423-.091-5.834C7.957 7.437 11.34 5.054 12 4.6'/%3E%3Cpath d='M12.558 3.498c.181.116 4.239 2.838 5.924 5.612 1.84 3.007 1.23 5.988-.325 7.375-.92.83-2.203.97-3.149.906.078.156.194.325.337.48.583.622 1.594.946 2.993.946v.817c-1.659 0-2.864-.415-3.616-1.231-.648-.713-.777-1.568-.79-1.97.687.142 2.605.414 3.72-.583 1.296-1.167 1.775-3.72.169-6.351-1.594-2.617-5.506-5.222-5.677-5.34l-.117-.078-.117.078c-.158.104-4.084 2.722-5.677 5.34-1.607 2.63-1.14 5.184.169 6.35 1.114 1.011 3.033.726 3.72.584-.013.402-.143 1.257-.79 1.97-.753.816-1.972 1.231-3.618 1.231v-.817c1.4 0 2.411-.31 2.994-.945.143-.156.26-.312.337-.481-.998.052-2.281-.09-3.201-.92-1.555-1.387-2.164-4.367-.324-7.374 1.684-2.773 5.754-5.482 5.923-5.6l.558-.375z'/%3E%3C/g%3E%3C/svg%3E")}.adv-spinoro{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.055 3.648c2.833.01 5.589 2.063 6.5 4.693.33.954 1.076 4.038-.054 4.59-.546.268.045-1.005-.66-.754.032 4.538-5.109 6.863-9.103 6.435.28.38 1.184.677 1.626.738 3.097.43 5.756-1.11 7.852-3.2.125.137-.966 1.46-1.127 1.618-1.107 1.095-3.402 2.336-4.94 2.545a9 9 0 01-1.707 0c-4.513-.615-8.679-6.076-7.265-10.559.08-.25.342-.905.626-.98-1.164 5.668 4.191 11.412 9.935 8.49 6.973-3.549 1.313-14.032-4.795-9.894-2.704 1.83-2.243 5.418-.587 7.832-1.369-.252-2.68-1.891-2.95-3.203-1.107-5.405 4.691-8.054 9.208-6.823-.857-1.022-2.34-1.216-3.6-1.137.027-.344.79-.391 1.04-.391'/%3E%3C/svg%3E")}.adv-spribe{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.1 4.22q1.671 0 2.568.987.896.987.897 2.833v.488H13.29v-.636q0-1.498-1.206-1.498t-1.205 1.5q0 .626.263 1.195t.68 1.025q.419.457.922.903.504.447.995.935.49.488.906 1.046t.678 1.318a5 5 0 01.261 1.652q0 1.843-.917 2.828-.918.985-2.59.984-1.673 0-2.668-.986-.995-.988-.995-2.835v-.934h2.465v1.086q0 1.493 1.153 1.494h.009q1.142 0 1.142-1.488 0-.85-.492-1.594a7 7 0 00-1.18-1.36l-1.235-1.275a5.6 5.6 0 01-1.28-1.657 4.66 4.66 0 01-.518-2.19q0-1.847.975-2.834.974-.988 2.645-.987'/%3E%3C/svg%3E")}.adv-synot{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.38 14.05v3.673h-2.765V14.05zm-2.745-2.235V6.277h2.719v5.538h.005l5.289-5.538h3.269v1.834h-1.945l-5.002 5.267H9.04L4.027 8.116H2.083V6.277h3.27z'/%3E%3C/svg%3E")}.adv-tomhorn{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.718 3.76c.82 0 1.435.656 1.435 1.435v2.46h-5.206V20.24h-3.936V7.696H4.847V3.76z'/%3E%3C/svg%3E")}.adv-notification-close,.adv-notification-error,.adv-notification-info,.adv-notification-success,.adv-notification-warning{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.adv-notification-close{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cg fill='none' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6.857 6.859 5.88 5.878m-5.88 0 5.88-5.878'/%3E%3Ccircle cx='9.797' cy='9.798' r='7.338'/%3E%3C/g%3E%3C/svg%3E")}.adv-notification-error{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001M8.7 7.524c.135.037.404.287 1.73 1.609L12 10.698l1.55-1.544c1.688-1.682 1.65-1.652 2.11-1.649.29.002.441.074.636.301.216.252.275.546.18.894-.037.135-.287.404-1.609 1.73L13.302 12l1.565 1.57c.86.864 1.592 1.625 1.625 1.691.17.339.116.672-.157.977-.2.221-.467.362-.685.361-.331-.002-.437-.09-2.08-1.731L12 13.301l-1.59 1.586c-.875.872-1.648 1.614-1.718 1.649-.277.138-.796.045-1.046-.188-.25-.234-.321-.677-.163-1.028.06-.135.472-.572 1.648-1.75l1.568-1.569-1.546-1.551C7.636 8.929 7.605 8.896 7.539 8.666c-.115-.402-.03-.707.268-.963.251-.215.545-.274.893-.179'/%3E%3C/svg%3E")}.adv-notification-info{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001m1.46 5.418c1.353.577 1.705 2.234.691 3.256A1.9 1.9 0 0112 9.291a1.9 1.9 0 01-1.411-.594c-1.078-1.087-.598-2.874.891-3.322.288-.087.967-.051 1.24.066m.468 4.957c.286.175.27.021.292 2.8l.02 2.502.402.02c.446.022.566.072.7.292.07.116.078.206.078.946 0 .78-.004.823-.089.947a.8.8 0 01-.236.213c-.142.08-.201.082-2.392.082-2.49 0-2.422.007-2.628-.263l-.115-.151-.012-.728c-.015-.831.009-.935.255-1.123.138-.106.183-.116.544-.129l.393-.013V12.73l-.371-.017c-.435-.019-.6-.096-.741-.346-.082-.146-.088-.209-.088-.867 0-.791.031-.906.291-1.09.128-.09.128-.09 1.848-.09 1.635 0 1.727.004 1.849.078'/%3E%3C/svg%3E")}.adv-notification-success{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001m6.92 7.134c.214.1 1.396 1.293 1.478 1.492a.77.77 0 01-.021.631c-.063.14-1.07 1.17-4.548 4.65-2.458 2.459-4.493 4.47-4.522 4.47a.4.4 0 00-.161.076.8.8 0 01-.826.055c-.155-.077-5.107-5.015-5.262-5.248-.097-.146-.118-.218-.118-.412a1 1 0 01.064-.363c.088-.177 1.242-1.336 1.424-1.431A.86.86 0 016.072 11c.193 0 .265.021.411.118.097.065.933.875 1.856 1.799l1.679 1.681 3.661-3.679c2.901-2.916 3.698-3.696 3.841-3.759a.78.78 0 01.66-.003'/%3E%3C/svg%3E")}.adv-notification-warning{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001m2.702 5.885c.266.223.264.019.04 3.766-.222 3.724-.204 3.582-.482 3.744-.131.077-.217.083-1.34.095-1.38.016-1.552-.005-1.733-.211a.56.56 0 01-.141-.348c-.013-.117-.108-1.633-.211-3.367-.127-2.12-.175-3.163-.148-3.18a.4.4 0 00.088-.171c.052-.159.162-.278.345-.373.103-.054.355-.063 1.787-.063h1.667zM12.47 14.46a2.24 2.24 0 011.697 1.83c.131.857-.326 1.787-1.093 2.223A2.6 2.6 0 0112 18.8c-.308 0-.8-.131-1.074-.287-.506-.288-.928-.859-1.066-1.443-.359-1.523 1.087-2.969 2.61-2.61'/%3E%3C/svg%3E")}.adv-calendar,.adv-checklist,.adv-coins,.adv-crown,.adv-custom,.adv-give-freebets,.adv-hand-money,.adv-hand-star,.adv-lotto,.adv-lotto-ball,.adv-money,.adv-percentage,.adv-stepper-check,.adv-timer,.adv-trophy,.adv-tv-manager,.adv-two-up,.adv-wallet,.adv-world{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.adv-calendar{width:1.06em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M177.865 17.999c-6.993 1.392-19.97 5.489-28.838 9.104-45.591 18.588-81.139 56.396-97.011 103.184-8.731 25.737-10.571 46.427-9.908 111.431l.561 54.992 996.895.956-.853-67.796c-.831-65.665-1.013-68.381-5.803-86.386-17.146-64.443-66.799-112.177-130.645-125.608-7.231-1.521-16.503-2.766-20.605-2.766h-7.464l-.04 50.726c-.04 45.24-.421 51.56-3.55 58.445-6.098 13.426-22.249 23.57-37.535 23.57-9.307 0-25.509-9.482-31.869-18.648l-5.7-8.218-1.115-105.876H293.929l-.044 45.038c-.049 48.216-.955 55.896-7.759 65.827-14.496 21.157-42.088 23.367-60.599 4.855-12.121-12.12-13.138-17.624-13.138-71.047V15.11l-10.904.179c-5.997.098-16.626 1.317-23.619 2.709zM41.727 610.076c.004 151.506.701 236.737 2.028 247.939 4.534 38.275 21.849 73.847 49.31 101.308s63.033 44.777 101.309 49.311c23.698 2.81 668.449 2.81 692.149 0 38.275-4.534 73.847-21.851 101.308-49.311s44.777-63.033 49.311-101.308c1.326-11.201 2.025-96.432 2.025-247.939l.006-230.877H41.723zm581.212-87.194c6.542 3.279 11.395 7.45 46.455 39.93 58.806 54.478 98.975 94.124 102.633 101.292 4.574 8.954 5.069 24.496 1.092 34.014-2.799 6.707-23.632 30.043-79.07 88.61-17.209 18.176-36.642 38.81-43.179 45.852-15.28 16.458-25.145 21.419-40.374 20.321-13.921-1.007-25.236-8.232-31.966-20.412-5.979-10.815-6.224-26.266-.586-37.052 2.179-4.17 16.777-21.237 32.438-37.928l28.467-30.339-310.464-1.894-8.221-5.7c-11.804-8.186-19.269-23.222-18.011-36.278 1.083-11.258 4.386-18.455 11.984-26.123 11.046-11.145 4.342-10.729 171.728-10.633l153.832.097-3.641-4.062c-2.002-2.23-16.606-15.957-32.455-30.504-39.366-36.124-45.071-48.281-33.53-71.443 9.882-19.823 33.132-27.63 52.867-17.748z'/%3E%3C/svg%3E")}.adv-checklist{width:.84em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 853 1024' width='853' height='1024'%3E%3Cpath fill='black' d='M290.64 19.157c-13.351 5.167-29.341 20.096-35.96 33.572-4.727 9.629-5.297 12.832-5.297 29.753 0 17.969.337 19.586 6.446 30.85 7.711 14.221 17.772 23.757 32.201 30.523l10.657 4.997 126.88.527c114.712.476 127.805.22 136.533-2.666 29.296-9.684 47.233-34.46 47.284-65.312.023-12.098-.893-16.319-5.814-26.836-6.884-14.707-17.402-25.863-31.278-33.174l-10.02-5.279-130.844-.402c-127.444-.391-131.103-.301-140.787 3.447zM122.33 60.882c-37.939 3.744-72.878 28.083-89.912 62.631-14.467 29.34-13.561.848-12.994 408.902l.507 365.473 4.453 13.278c13.444 40.067 38.555 69.262 73.638 85.618 29.851 13.909 6.484 12.988 328.665 12.988 324.697 0 299.609 1.075 330.904-14.188 35.681-17.402 61.577-49.254 72.482-89.162 3.174-11.611 3.368-33.701 3.368-382.103V154.541l-5.08-13.909c-10.001-27.376-25.941-47.862-48.68-62.559-16.503-10.669-32.08-15.646-52.799-16.872l-17.431-1.033-5.797 5.797c-5.712 5.709-5.797 6.089-5.837 25.378-.097 50.219-10.945 78.78-41.677 109.718-12.976 13.059-19.268 17.76-32.239 24.09-31.812 15.524-21.038 14.723-198.163 14.723H268.345l-14.156-4.445c-39.066-12.268-67.461-36.266-84.488-71.406-10.264-21.187-14.183-39.883-14.193-67.713-.006-18.001-.605-22.396-3.764-27.576-2.067-3.39-3.989-6.163-4.272-6.163s-3.069-.675-6.191-1.499-11.649-.91-18.95-.19zm460.519 366.12c15.104 7.704 23.888 22.199 23.922 39.481.046 20.304-.347 20.774-105.449 125.406-104.285 103.817-101.063 101.148-121.518 100.745-16.845-.336-24.223-5.99-77.03-59.051-52.69-52.946-56.136-57.611-56.177-76.078-.075-33.523 35.182-55.642 64.786-40.643 3.446 1.745 20.564 17.336 38.038 34.645l31.774 31.473 76.315-76.047c41.974-41.824 79.304-77.565 82.954-79.424 14.37-7.318 28.704-7.49 42.386-.507z'/%3E%3C/svg%3E")}.adv-coins{width:.75em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 20' width='15' height='20'%3E%3Cpath fill='black' fill-opacity='.9' d='M9.53 1.787V1.76c0-.026 0-.051-.026-.051V1.69c0-.026 0-.026-.026-.051a.026.026 0 00-.026-.026c0-.026-.025-.026-.025-.052a.026.026 0 00-.026-.026.055.055 0 00-.052-.051c0-.026-.026-.026-.026-.052s-.025-.026-.025-.051c0-.026-.026-.026-.052-.026l-.024-.033-.05-.048-.025-.026-.052-.05-.026-.025c-.101-.078-.23-.128-.357-.205h-.026C8.66.943 8.61.943 8.585.918h-.026a12.3 12.3 0 00-7.358 0h-.026c-.026.025-.077.025-.101.051h-.026a1.6 1.6 0 00-.358.205l-.025.025-.052.05-.031.026-.046.048-.026.026c-.026 0-.026.025-.052.025s-.025.026-.025.052-.026.026-.026.051l-.052.052a.026.026 0 01-.026.026c0 .026-.025.026-.025.051a.026.026 0 01-.026.026c0 .026-.026.026-.026.052v.026c0 .025 0 .051-.026.051v1.072c0 1.048 2.395 1.533 4.65 1.533 2.254 0 4.648-.487 4.648-1.533v-.945a.08.08 0 00.006-.101M4.905 2.809C2.247 2.81.867 2.17.867 1.89v-.052a.026.026 0 01.026-.026l.026-.026.051-.051c.026 0 .026-.026.052-.052.026 0 .052-.026.077-.026q.21-.112.435-.184c.184-.052.383-.127.613-.184.052-.026.128-.026.185-.052a13.8 13.8 0 015.008 0c.051.026.127.026.184.052.23.051.435.127.613.184q.223.079.435.184c.026 0 .052.026.077.026.026.026.052.026.052.052l.051.051a.026.026 0 01.026.026l.026.026v.051c.138.282-1.241.921-3.9.921m0 2.325a9.06 9.06 0 004.65-1.025v1.584a9 9 0 01-4.65 1.023A9 9 0 01.28 5.695L.254 4.19a.1.1 0 01.026-.08 9 9 0 004.625 1.023M.282 10.396.256 8.889a.1.1 0 01.026-.077 8.3 8.3 0 004.164 1.022v.078c0 .077-.026.127-.026.204v1.302a8.15 8.15 0 01-4.138-1.022m0-2.35L.256 6.539a.1.1 0 01.026-.077 9 9 0 004.625 1.022 9.06 9.06 0 004.649-1.022v1.307c-1.255-.009-2.5.199-3.684.614h-.026c-.052.026-.077.026-.127.051h-.026c-.184.078-.331.184-.486.256l-.026.026c-.026.026-.052.052-.077.052l-.052.051c-.026.026-.051.052-.077.052l-.052.051-.051.052-.052.052a8.16 8.16 0 01-4.538-.98m0 4.7L.256 11.24a.1.1 0 01.026-.077A8.2 8.2 0 004.45 12.19v1.584a7.9 7.9 0 01-4.168-1.031zM4.42 16.12a8 8 0 01-4.164-1.023L.23 13.59a.1.1 0 01.026-.078 8.2 8.2 0 004.164 1.023zm10.066-6.106V9.98c0-.026 0-.052-.026-.052v-.016c0-.026 0-.026-.025-.052a.026.026 0 00-.026-.026c0-.026-.026-.026-.026-.051a.026.026 0 00-.026-.026.055.055 0 00-.051-.052c0-.026-.026-.026-.026-.051 0-.026-.026-.026-.026-.052s-.026-.026-.051-.026l-.026-.026-.052-.051-.026-.026-.047-.046-.024-.028c-.102-.077-.23-.127-.358-.204h-.025c-.026-.026-.078-.026-.102-.052h-.026a12.3 12.3 0 00-7.358 0h-.026c-.026.026-.077.026-.101.052h-.026a1.6 1.6 0 00-.357.204l-.026.026-.052.052-.025.026-.052.051-.026.026c-.025 0-.025.026-.051.026s-.026.026-.026.051c0 .026-.026.026-.026.052l-.051.051a.026.026 0 01-.026.026c0 .026-.026.026-.026.052a.026.026 0 01-.026.026c0 .025-.026.025-.026.051v.026c0 .026 0 .052-.025.052v1.073c0 1.048 2.394 1.533 4.649 1.533s4.649-.486 4.649-1.533v-.95c.029-.052.029-.077.003-.103m-4.625.996c-2.658 0-4.037-.639-4.037-.92v-.05a.026.026 0 01.026-.026l.025-.026.052-.052c.026 0 .026-.025.052-.051.025 0 .051-.026.077-.026q.208-.113.435-.184c.184-.052.383-.127.613-.184.052-.026.127-.026.184-.052a13.8 13.8 0 015.008 0c.052.026.127.026.184.052.23.051.435.127.614.184q.223.079.434.184c.026 0 .052.026.078.026.026.026.051.026.051.051l.052.052a.026.026 0 01.026.026l.026.026v.051c.138.28-1.242.92-3.9.92m-4.649 1.406a.1.1 0 01.026-.078 9 9 0 004.625 1.023 9.06 9.06 0 004.649-1.023v1.584a11.03 11.03 0 01-9.274 0m-.026.844a.1.1 0 01.026-.078 9 9 0 004.625 1.023 9.06 9.06 0 004.649-1.023v1.585a11.03 11.03 0 01-9.274 0m-.026.843a.1.1 0 01.026-.077 11.03 11.03 0 009.274 0v1.584a11.03 11.03 0 01-9.274 0'/%3E%3C/svg%3E")}.adv-crown{width:1.06em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M529.62 17.207c-2.304.928-6.571 4.978-9.482 9-7.811 10.796-48.862 83.322-146.3 258.475-54.62 98.185-88.143 156.55-90.142 156.943-2.091.412-31.593-27.54-86.074-81.548-45.591-45.197-90.788-89.747-100.436-99.001l-17.543-16.827-9.399.903c-6.213.597-11.624 2.6-15.962 5.909-11.99 9.144-11.998 10.608-.394 79.211 18.617 110.066 67.721 375.053 74.108 399.914 3.079 11.981 10.845 19.94 21.728 22.266 8.788 1.877 772.663 1.877 781.446 0 10.883-2.327 18.654-10.286 21.732-22.266 6.4-24.923 55.074-287.612 74.092-399.914 11.617-68.604 11.611-70.064-.381-79.211-4.255-3.247-9.751-5.312-15.644-5.879l-9.079-.872-17.863 16.737c-9.819 9.205-55.177 53.739-100.784 98.964-54.568 54.112-84.014 82.016-86.118 81.607-2.014-.391-32.137-52.739-81.647-141.895C552.746 6.7 557.912 15.153 541.727 15.4c-4.353.066-9.799.879-12.104 1.807zM165.598 858.96c-17.108.996-19.876 1.655-24.422 5.86-9.667 8.937-10.329 13.062-10.329 64.319 0 26.624.893 51.541 2.038 56.883 2.421 11.287 11.046 20.008 22.1 22.352 9.346 1.98 761.581 1.98 770.928 0 3.931-.836 10.064-4.079 13.631-7.208 9.586-8.414 10.786-17.345 10.121-75.321-.62-54.369-.54-53.982-13.619-63.75l-5.239-3.908-372.956-.176c-205.127-.097-381.64.33-392.251.95z'/%3E%3C/svg%3E")}.adv-custom{width:.95em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 967 1024' width='967' height='1024'%3E%3Cpath fill='black' d='m512.009 18.889 284.452 474.074H227.574zm47.417 592.593h379.258v379.261H559.426zM263.13 1014.443c124.366 0 225.185-100.813 225.185-225.183S387.496 564.074 263.13 564.074c-124.367 0-225.185 100.815-225.185 225.186s100.819 225.183 225.185 225.183'/%3E%3C/svg%3E")}.adv-give-freebets{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.473.869a6.4 6.4 0 00-2.223.634 5.1 5.1 0 00-1.516 1.096c-.501.503-.791.9-1.094 1.501a6.3 6.3 0 00-.609 3.938 5.68 5.68 0 001.601 3.121l.293.291-.221.22a3 3 0 00-.351.444l-.13.222-.152-.146a373 373 0 00-2.684-2.445 2.3 2.3 0 00-.87-.461 3 3 0 00-1.069 0 2.2 2.2 0 00-1.38 1.117c-.352.734-.305 1.479.136 2.167.076.117.771.785 2.179 2.091a157 157 0 002.382 2.181c1.221 1.02 2.859 1.794 4.495 2.125.904.182.787.177 4.685.191l3.63.013.179-.088a.7.7 0 00.035-1.258l-.14-.075-3.634-.019c-3.958-.02-3.774-.011-4.716-.219a8.9 8.9 0 01-3.52-1.694c-.445-.355-4.375-4.011-4.433-4.123a.72.72 0 01.476-1.024.75.75 0 01.573.117c.066.05 1.07.961 2.231 2.025a213 213 0 002.25 2.046c.204.164.393.268.665.367l.241.088 2.041.01c1.313.006 2.085-.003 2.166-.024a.725.725 0 00.508-.679.68.68 0 00-.383-.635c-.131-.071-.165-.073-2.139-.089l-2.005-.016-.145-.1c-.383-.266-.432-.844-.098-1.126.234-.196.125-.191 3.954-.191 2.373 0 3.567.013 3.701.036a1.7 1.7 0 011.087.745c.204.314.234.454.258 1.186.02.63.022.654.111.805a.7.7 0 00.774.321.57.57 0 00.324-.189c.219-.219.239-.318.219-1.105-.019-.754-.068-.996-.305-1.482a3.13 3.13 0 00-2.178-1.685l-.204-.04.186-.219c.595-.703 1.11-1.766 1.309-2.711.357-1.691-.059-3.481-1.14-4.906a7 7 0 00-1.116-1.115C14.457 1.154 12.972.719 11.47.864m-.17 2.2v.73l-.24.073a3.1 3.1 0 00-1.164.654 1 1 0 01-.198.146c-.037 0-1.126-.656-1.198-.721-.043-.039-.022-.073.15-.247a4.75 4.75 0 011.57-1.07c.316-.131.856-.289 1.004-.293l.075-.001zm1.837-.651a4.6 4.6 0 012.172 1.245l.259.264-.614.372c-.339.205-.624.372-.634.372s-.146-.103-.304-.227a3.6 3.6 0 00-1.093-.586l-.191-.054v-.732c0-.599.007-.732.045-.732.025 0 .186.035.359.079M8.344 5.536l.611.375c.003.004-.026.117-.064.255-.099.356-.098 1.175 0 1.526l.068.241-.61.37a10 10 0 01-.637.37c-.037-.001-.169-.39-.249-.737-.086-.371-.12-1.25-.065-1.64.063-.445.256-1.13.32-1.13.011 0 .294.168.626.37m4.119-.321c.449.12.9.479 1.1.876.357.71.25 1.476-.288 2.046a1.7 1.7 0 01-1.573.521c-.698-.138-1.198-.584-1.385-1.235a2.5 2.5 0 01-.019-.939 1.74 1.74 0 011.239-1.266c.232-.063.698-.064.925-.004m3.964.26c.056.17.128.459.159.641.074.435.076 1.194.003 1.607-.065.371-.244.943-.294.943-.02 0-.305-.161-.633-.357-.547-.33-.595-.365-.583-.443.007-.045.039-.2.068-.344a3.6 3.6 0 000-1.211c-.091-.441-.136-.372.52-.779.321-.198.6-.361.621-.362.02-.001.083.135.139.305M9.99 9.402c.311.251.754.486 1.101.587l.209.06v.984H9.813l-.198-.12a6 6 0 01-.431-.295c-.258-.194-.724-.649-.71-.691a25 25 0 011.216-.76c.004 0 .139.105.3.235m4.951.143.624.378-.168.188a5 5 0 01-.958.775l-.242.149h-1.464v-.988l.241-.076c.42-.133 1.017-.486 1.239-.732.035-.039.073-.071.084-.071s.301.17.644.379'/%3E%3C/svg%3E")}.adv-hand-money{width:1.06em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19' width='20' height='19'%3E%3Cpath fill='black' fill-opacity='.9' fill-rule='evenodd' d='m2.114 12.116 2.92 5.047a.54.54 0 01-.211.747l-1.067.59a.57.57 0 01-.763-.206l-2.92-5.06a.54.54 0 01.21-.748l1.068-.59a.57.57 0 01.763.22M11.292 0c.928 0 1.834.27 2.605.774a4.6 4.6 0 011.727 2.06c.355.838.448 1.761.268 2.652a4.56 4.56 0 01-1.283 2.35 4.7 4.7 0 01-2.4 1.258 4.8 4.8 0 01-2.709-.26 4.67 4.67 0 01-2.105-1.69 4.51 4.51 0 01-.436-4.308 4.6 4.6 0 011.016-1.49A4.7 4.7 0 019.497.35c.57-.231 1.18-.35 1.795-.35m1.872 3.024a1.65 1.65 0 00-.725-.886 2.1 2.1 0 00-.64-.26V1.64a.5.5 0 00-.148-.35.51.51 0 00-.717 0 .5.5 0 00-.148.35v.24c-.305.065-.59.198-.834.387a1.5 1.5 0 00-.447.524 1.46 1.46 0 00.447 1.854c.38.292.85.449 1.334.444.25-.005.495.073.695.222a.5.5 0 01.238.417.48.48 0 01-.238.417c-.2.15-.445.228-.695.222a1.2 1.2 0 01-.57-.139.72.72 0 01-.316-.31.5.5 0 00-.283-.257.52.52 0 00-.386.013.5.5 0 00-.263.277.5.5 0 00.014.379c.158.325.416.593.739.765q.264.145.558.21v.24a.5.5 0 00.148.351.51.51 0 00.717 0 .5.5 0 00.149-.35v-.242c.304-.065.589-.197.833-.387.189-.138.342-.318.447-.524a1.46 1.46 0 00-.447-1.854 2.15 2.15 0 00-1.334-.444 1.12 1.12 0 01-.695-.222.5.5 0 01-.238-.417.48.48 0 01.238-.417c.2-.149.445-.227.695-.222.215-.002.426.054.609.163.138.077.243.2.297.346a.5.5 0 00.249.291c.12.061.258.073.387.033a.5.5 0 00.297-.244.5.5 0 00.033-.378zM3.33 12.202l2.216 3.833.205-.116 5 1.305a2.58 2.58 0 002.051-.282l6.726-3.917c.984-.593.549-3.186-2.407-1.5l-3.627 1.93a2.5 2.5 0 01-1.696.288c-.5-.08-1.716-.411-2.925-.728a.4.4 0 01-.243-.19.396.396 0 01.149-.544.42.42 0 01.307-.045l3.418.897q.052-.105.083-.217c.067-.27.026-.555-.116-.795a1.1 1.1 0 00-.644-.495 28 28 0 01-3.91-1.177 2.86 2.86 0 00-2.315.46z' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-hand-star{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M2.54 10.234H.585A.586.586 0 000 10.82v7.813c0 .323.262.586.586.586h1.953a.586.586 0 00.586-.586V10.82a.586.586 0 00-.586-.586m7.456-3.279-.547 3.191a.586.586 0 00.85.618l2.866-1.507 2.866 1.507a.586.586 0 00.85-.618l-.547-3.191 2.318-2.26a.586.586 0 00-.325-1l-3.203-.465L13.69.327a.586.586 0 00-1.051 0L11.206 3.23l-3.204.466a.586.586 0 00-.325.999zm9.792 7.179a1.495 1.495 0 00-1.927-.58l-3.55 1.697a2.827 2.827 0 01-3.223 2.04l-3.965-.7a.597.597 0 01-.496-.653.586.586 0 01.683-.503l3.981.702a1.66 1.66 0 10.577-3.27l-2.211-.39a1.56 1.56 0 01-.794-.395 4.43 4.43 0 00-4.565-.9v7.197l4.095 1.25a8.49 8.49 0 007.095-.992l3.83-2.478a1.495 1.495 0 00.47-2.025'/%3E%3C/svg%3E")}.adv-lotto{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cdefs%3E%3Cpath id='svgID0' fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/defs%3E%3Cg fill='black'%3E%3Cg clip-path='url(%23svgID1)'%3E%3Cg fill-opacity='.9' clip-path='url(%23svgID2)'%3E%3Cpath d='M8.985 3.738a2.58 2.58 0 00-2.578 2.578c.13 3.416 5.027 3.415 5.156 0a2.58 2.58 0 00-2.578-2.578m0 3.438a.86.86 0 01-.86-.86c.044-1.138 1.677-1.138 1.72 0a.86.86 0 01-.86.86m9.067 3.652a2.58 2.58 0 00-2.578-2.578c-3.416.13-3.415 5.027 0 5.156a2.58 2.58 0 002.578-2.578m-2.578.86a.86.86 0 01-.86-.86c.043-1.138 1.676-1.138 1.719 0a.86.86 0 01-.86.86'/%3E%3Cpath d='M16.87 18.414c8.004-5.756 4-18.35-5.865-18.414C1.933.014-2.54 11.063 3.913 17.391c.045.046.842.75 1.227 1.023l-1.325 2.297c-.333.56.093 1.297.744 1.289H17.45c.652.008 1.077-.728.745-1.289zM3.914 13.621a.86.86 0 01-.86-.86c.044-1.138 1.676-1.137 1.72 0a.86.86 0 01-.86.86m.988 1.977a.86.86 0 01.86-.86c1.138.043 1.138 1.676 0 1.719a.86.86 0 01-.86-.86m1.144 4.683 1.837-3.18c1.341-2.386 4.903-2.385 6.244 0l1.835 3.181zm1.391-7.004a.86.86 0 01.86-.86c1.138.044 1.138 1.677 0 1.72a.86.86 0 01-.86-.86m8.178 2.964a5.34 5.34 0 00-4.758-2.66c.293-2.585-2.992-3.916-4.583-1.899-.574-1.38-2.387-1.987-3.683-1.175-.221-4.766 3.642-8.8 8.413-8.788 8.081.014 11.49 10.409 5 15.198z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID1'%3E%3Cuse href='%23svgID0'/%3E%3C/clipPath%3E%3CclipPath id='svgID2'%3E%3Cuse href='%23svgID0'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")}.adv-lotto-ball{width:1.06em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M494.952 16.275c-25.329 3.034-51.216 7.318-68.267 11.296-22.573 5.267-62.578 17.844-62.578 19.676 0 1.588 27.575 15.462 44.97 22.626 81.863 33.716 180.906 33.716 262.769 0 17.397-7.164 44.971-21.039 44.971-22.626 0-3.896-66.753-21.802-102.4-27.47-19.103-3.037-102.85-5.491-119.466-3.501zM286.234 84.486c-36.038 21.295-67.375 45.952-98.925 77.841-31.854 32.195-56.693 64.323-77.918 100.785l-6.942 11.927 10.024 11.818c42.58 50.192 65.636 120.351 68.977 209.899 3.546 95.031-21.316 183.322-66.957 237.782l-12.011 14.33 6.925 11.901c42.927 73.745 108.486 139.292 182.271 182.244l11.959 6.963 13.641-11.548c33.919-28.712 84.097-50.421 139.621-60.41 115.6-20.793 238.776 3.288 305.956 59.819l14.524 12.22 17.601-10.553c72.3-43.344 134.246-106.092 176.646-178.927l7.037-12.083-9.25-10.672c-34.082-39.316-56.377-93.901-65.65-160.751-15.434-111.222 9.102-223.954 62.566-287.493l12.18-14.476-6.94-11.957c-38.508-66.344-94.857-125.724-158.987-167.536-11.474-7.479-24.223-15.314-28.325-17.411l-7.464-3.811-12.271 10.409c-51.661 43.825-132.858 68.732-224.061 68.732-91.379 0-172.281-24.85-224-68.803l-12.562-10.677-17.666 10.44zm303.977 184.828c48.31 9.786 88.667 31.749 124.888 67.974 48.327 48.322 72.226 105.297 72.476 172.742.159 44.1-8.073 78.992-27.233 115.43-36.244 68.915-98.788 115.331-175.753 130.423-22.467 4.403-65.789 4.403-88.254 0-103.124-20.224-182.25-100.028-199.483-201.194-4.419-25.945-4.155-64.835.608-89.296 9.993-51.326 33.727-95.09 71.257-131.394 59.248-57.316 140.592-81.071 221.493-64.685zm-75.402 54.958c-27.349 3.577-57.958 15.541-82.668 32.312-36.342 24.665-64.686 66.268-76.121 111.728-5.481 21.794-5.83 62.347-.725 84.384 21.003 90.672 104.031 153.653 195.457 148.266 74.093-4.363 137.837-50.233 165.576-119.154 10.012-24.878 12.84-40.965 12.624-71.779-.21-29.601-2.856-43.455-13.284-69.569-31.516-78.923-115.28-127.379-200.859-116.189zM67.706 356.904c-29.65 92.161-32.922 185.073-9.748 276.873 5.971 23.654 16.028 54.505 17.765 54.505.7 0 4.822-7.037 9.161-15.644 27.056-53.646 38.731-102.451 38.663-161.632-.044-40.119-5.709-74.493-18.595-112.857-5.276-15.71-27.072-62.578-29.101-62.578-.705 0-4.371 9.6-8.146 21.333zm924.561 2.844c-21.316 44.746-31.152 81.659-34.469 129.421-3.538 50.914 5.552 107.612 24.718 154.142 7.282 17.681 21.049 44.971 22.687 44.971 1.735 0 11.793-30.851 17.761-54.505 19.638-77.773 19.991-163.871.996-239.991-5.262-21.102-17.306-58.214-18.887-58.214-.705 0-6.468 10.88-12.806 24.178zM504.433 930.207c-2.607.449-11.14 1.729-18.962 2.85-17.257 2.475-39.666 7.953-58.786 14.376-15.71 5.279-62.578 27.073-62.578 29.104 0 1.838 39.167 14.256 62.578 19.843 74.194 17.687 158.605 17.34 231.918-.956 20.901-5.217 58.214-17.3 58.214-18.853 0-1.456-40.044-20.946-54.255-26.408-13.255-5.092-42.553-12.954-61.696-16.555-15.104-2.844-85.243-5.313-96.433-3.402z'/%3E%3C/svg%3E")}.adv-money{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M12 0a8 8 0 013.292 15.293A8 8 0 114.706 4.707 8 8 0 0112 0M8 6a6 6 0 100 12A6 6 0 008 6m1 1v1h2v2H7a.5.5 0 00-.09.992L7 11h2a2.5 2.5 0 110 5v1H7v-1H5v-2h4a.5.5 0 00.09-.992L9 13H7a2.5 2.5 0 010-5V7zm3-5a6 6 0 00-4.484 2.013 8 8 0 018.47 8.471A6 6 0 0012 2'/%3E%3C/svg%3E")}.adv-percentage{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cpath fill='black' d='M9.054 1.095a3 3 0 013.892 0l1.348 1.148a1 1 0 00.57.236l1.765.14a3 3 0 012.752 2.753l.14 1.765a1 1 0 00.236.57l1.149 1.347a3 3 0 010 3.892l-1.149 1.348a1 1 0 00-.236.57l-.14 1.765a3 3 0 01-2.752 2.751l-1.766.141a1 1 0 00-.569.236l-1.348 1.149a3 3 0 01-3.892 0l-1.348-1.149a1 1 0 00-.569-.236l-1.765-.14a3 3 0 01-2.752-2.752l-.14-1.766a1 1 0 00-.237-.569l-1.148-1.348a3 3 0 010-3.892l1.148-1.348a1 1 0 00.236-.569l.141-1.765A3 3 0 015.372 2.62l1.765-.14a1 1 0 00.57-.237zm2.595 1.522a1 1 0 00-1.297 0L9.004 3.766a3 3 0 01-1.708.707l-1.765.14a1 1 0 00-.917.918l-.141 1.765a3 3 0 01-.707 1.708l-1.15 1.348a1 1 0 000 1.297l1.15 1.348a3 3 0 01.707 1.707l.14 1.765a1 1 0 00.918.918l1.765.14a3 3 0 011.708.708l1.348 1.149a1 1 0 001.297 0l1.348-1.15a3 3 0 011.707-.706l1.765-.141a1 1 0 00.918-.918l.14-1.765c.05-.63.298-1.227.708-1.707l1.149-1.348a1 1 0 000-1.297l-1.15-1.348a3 3 0 01-.706-1.708l-.141-1.765a1 1 0 00-.918-.917l-1.765-.141a3 3 0 01-1.707-.707zm2.18 4.14 1.414 1.415-7.071 7.071-1.415-1.414zM9.231 9.233a1.5 1.5 0 11-2.121-2.12 1.5 1.5 0 012.121 2.12m3.536 5.657a1.5 1.5 0 102.121-2.12 1.5 1.5 0 00-2.121 2.12'/%3E%3C/svg%3E")}.adv-stepper-check{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cg fill='black'%3E%3Ccircle cx='10' cy='10' r='10'/%3E%3Cpath d='m8.833 11.85 5.362-5.362.826.825L8.833 13.5 5.121 9.788l.825-.825z'/%3E%3C/g%3E%3C/svg%3E")}.adv-timer{width:.9em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 19' width='17' height='19'%3E%3Cg fill='black' fill-opacity='.9'%3E%3Cpath d='m14.167 5.653 1.137-1.137-1.119-1.12-1.216 1.217a7.86 7.86 0 00-3.763-1.408V1.583h1.582V0H6.04v1.583h1.583v1.622A7.86 7.86 0 003.86 4.613L2.643 3.397l-1.119 1.12 1.137 1.136a7.913 7.913 0 1011.506 0M8.414 17.41a6.33 6.33 0 116.33-6.33 6.34 6.34 0 01-6.33 6.33'/%3E%3Cpath d='M8.415 6.332v4.748H3.667a4.748 4.748 0 104.748-4.748'/%3E%3C/g%3E%3C/svg%3E")}.adv-trophy{width:1.23em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 18' width='22' height='18'%3E%3Cpath fill='black' d='M12 13.938V16h5v2H5v-2h5v-2.062A8 8 0 013 6V0h16v6a8 8 0 01-7 7.938M5 2v4a6 6 0 1012 0V2zM0 2h2v4H0zm20 0h2v4h-2z'/%3E%3C/svg%3E")}.adv-tv-manager{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 1.5 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-opacity='.9' d='M6.38 7.002h4.5v1.886h-4.5v8.992H4.497V8.888H0V7.002h4.496V7h1.885zm8.693 2.061 3.773 8.817h-2.05l-4.67-10.858h2.064zm5.81 4.869-1.042-2.396 1.95-4.514h2.064z'/%3E%3C/svg%3E")}.adv-two-up{width:2.54em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 526.7 208' width='526.7' height='208'%3E%3Cpath fill='black' fill-opacity='.9' d='m311.9 2-22.7 128.3c-2.2 13.1-6.2 22.1-11.8 26.9-5.6 4.9-13.1 7.3-22.5 7.3-15.7 0-23.6-6.5-23.6-19.6s.4-9.9 1.1-14.6L255.2 2h-50.5L182 131.4c-1.5 8-2.2 15.4-2.2 22.2 0 15.2 3.7 27 11.2 35.6 10.5 12.5 29.3 18.8 56.4 18.8s48.1-6.2 62.9-18.5c15-12.5 24.8-31.9 29.5-58.1L362.4 2zM106.7 0C78.3 0 56.4 6.8 41 20.5 25.8 34 18.3 52 18.3 74.7s.6 12.9 1.7 17.4l56.1-29.6-6.9-12.2c-1.3-2.4.4-5.3 3.1-5.2l71.3.7c2.7 0 4.4 3 3 5.3l-36.2 61.4c-1.4 2.3-4.8 2.3-6.1 0l-7.2-12.7c-.5.5-1 .9-1.6 1.2-8 3.9-17 8.5-26.9 13.8-9.7 5.1-19 10.2-27.8 15.4s-16.7 12.5-23.6 21.9c-6.9 9.2-11.4 19.6-13.5 31.4L.1 204.3h146.8l7.9-43.8H79.9v-.3c.6-1.9 4.2-4.6 10.9-8.1 6.7-3.7 14.7-8.2 23.9-13.5 9.2-5.4 18.3-11.7 27.5-18.8 9.2-7.3 16.9-16.6 23.3-27.8 6.4-11.4 9.5-23.7 9.5-36.8C174.9 18.3 152.1 0 106.7 0m410.2 16.6c-9-9.7-24-14.6-45.2-14.6h-85.6l-35.6 202.1H401l10.9-61.5h33.4c19.6 0 36.3-5 50-14.9 13.7-10.1 21.9-22.9 24.7-38.5l5.6-31.7c.7-4.3 1.1-8.4 1.1-12.4 0-11.6-3.3-21.1-9.8-28.6Zm-43.8 50.2-2 11.5c-2.4 13.7-11.3 20.5-26.7 20.5h-25l9.3-53.1H454c7.5 0 12.6 1.7 15.4 5.1q4.2 5.1 4.2 9.3c0 4.2-.2 5.1-.6 6.7Z' class='st0'/%3E%3C/svg%3E")}.adv-wallet{width:1.12em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' width='20' height='18'%3E%3Cpath fill='black' d='M16 4h3a1 1 0 011 1v12a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h15zM2 6v10h16V6zm0-4v2h12V2zm11 8h3v2h-3z'/%3E%3C/svg%3E")}.adv-world{width:1.06em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M520.084 19.08c-13.767 5.43-37.385 28.084-51.897 49.779-13.478 20.149-23.385 39.334-34.789 67.363-7.793 19.155-23.801 66.364-23.801 70.194 0 2.302 17.663 5.337 52.631 9.039 34.053 3.607 115.153 4.127 147.426.945 24.013-2.367 60.075-7.519 61.315-8.761 1.183-1.186-12.595-43.643-21.851-67.319-10.234-26.196-25.822-56.367-38.855-75.215-11.924-17.255-33.917-38.339-46.241-44.333-12.894-6.272-30.598-6.954-43.939-1.693zM413.39 30.595c-72.373 19.776-145.006 58.096-198.131 104.532l-7.555 6.602 15.236 7.66c24.643 12.391 53.032 23.971 81.413 33.212 39.56 12.88 46.56 14.657 47.55 12.067.464-1.21 4.13-12.865 8.151-25.903 15.298-49.611 33.491-91.255 54.057-123.734 5.779-9.126 9.474-16.516 8.212-16.421s-5.282.987-8.933 1.984zm243.813.012c.859 1.416 5.154 8.144 9.54 14.956 9.95 15.44 27.079 49.471 35.851 71.23 6.821 16.929 22.204 63.41 24.502 74.047l1.291 5.956 10.798-2.726c33.86-8.548 85.595-28.006 118.67-44.634 14.683-7.383 15.03-7.711 11.298-10.736l-18.842-15.283c-41.097-33.339-102.519-66.713-153.424-83.369-34.606-11.322-41.876-13.051-39.686-9.44zM154.421 198.632c-57.248 68.88-96.623 161.073-107.896 252.625-1.601 13.005-2.912 25.598-2.912 27.983v4.337l270.222-.973 1.283-30.341c2.346-55.495 8.499-113.283 17.856-167.693 2.589-15.051 4.317-28.383 3.839-29.627-.477-1.244-4.136-2.856-8.13-3.583-12.393-2.257-78.291-24.949-99.199-34.16-10.932-4.816-29.562-13.844-41.401-20.062-11.837-6.218-21.861-11.306-22.273-11.306s-5.536 5.76-11.388 12.8zM896 195.412c-27.324 14.935-66.401 31.46-102.77 43.454-18.569 6.125-37.035 11.739-41.028 12.476s-7.646 2.34-8.118 3.564c-.466 1.222 1.69 17.114 4.801 35.315 8.994 52.709 15.679 120.525 17.738 180.056l.427 12.327 135.111.486c120.832.435 135.111.177 135.111-2.446 0-9.866-4.79-43.751-9.557-67.656-12.305-61.632-37.706-122.817-73.057-175.956-13.187-19.83-36.716-49.748-39.697-50.483-1.041-.258-9.574 3.731-18.961 8.863m-500.696 72.076c-2.018 3.264-12.423 70.621-15.948 103.233-3.326 30.767-7.567 90.366-7.658 107.616l-.027 5.214h167.71c92.244 0 168.145-.7 168.668-1.556 1.667-2.689-2.463-71.776-6.531-109.377-3.447-31.85-14.188-102.296-16.06-105.322-.381-.62-11.56.38-24.843 2.223-77.096 10.7-163.252 10.7-240.351 0-13.28-1.843-24.512-2.757-24.961-2.031zM44.498 557.032c3.424 37.798 14.52 87.246 27.979 124.685 18.159 50.506 54.377 113.152 86.708 149.976l6.236 7.105 30.593-15.326c44.791-22.443 105.43-45.335 134.533-50.796 3.995-.745 6.993-2.418 6.993-3.891 0-1.422-2.509-17.328-5.575-35.345-9.215-54.164-17.118-134.508-17.162-174.511l-.019-16.592H43.167l1.331 14.696zm327.95 0c.57 8.083 1.527 24.936 2.128 37.451 1.576 32.899 7.565 85.51 14.531 127.716l6.059 36.693 6.742-1.138c83.333-14.046 193.736-14.046 277.123.011l6.798 1.143 2.253-12.999c10.405-60.086 17.505-124.399 20.008-181.292l.984-22.281H371.411zm393.652 1.272c0 39.922-7.862 120.335-17.163 175.517-3.078 18.233-5.592 34.139-5.592 35.351 0 1.206 3.146 2.782 6.997 3.504 29.338 5.507 89.611 28.257 134.525 50.779l30.595 15.343 6.241-7.105c32.114-36.574 68.807-100.033 86.721-149.976 13.466-37.541 24.542-86.938 27.961-124.685l1.331-14.696H766.1zM463.143 808.852c-32.863 3.254-53.546 6.65-53.546 8.789 0 3.772 16.073 51.137 23.801 70.127 17.6 43.258 36.944 75.048 58.998 96.956 15.754 15.65 29.243 22.75 45.107 23.734 17.899 1.109 30.529-4.551 48.532-21.754 30.857-29.474 55.74-75.679 77.614-144.111 4.204-13.136 7.64-24.508 7.64-25.276 0-1.917-21.993-5.279-55.945-8.567-35.203-3.402-117.375-3.351-152.201.102m-139.826 26.709c-28.221 8.3-69.601 24.57-95.373 37.49l-19.52 9.785 17.625 14.308c49.388 40.09 103.809 69.683 162.691 88.468 30.627 9.768 37.003 11.184 34.974 7.771-.841-1.417-5.579-9.074-10.528-17.027-22.275-35.783-41.087-80.253-56.65-133.928-2.971-10.251-4.811-13.727-7.224-13.659-1.781.051-13.478 3.106-25.994 6.793zm400.179 11.463c-13.733 47.44-35.925 99.129-56.644 131.937-6.474 10.251-9.483 16.589-7.873 16.589 4.807 0 46.063-13.153 65.32-20.827 49.727-19.809 105.375-53.419 140.174-84.645l8.294-7.447-24.417-11.725c-38.662-18.563-87.967-36.608-112.725-41.256l-6.736-1.263z'/%3E%3C/svg%3E")}.adv-palette-arrow-down,.adv-palette-arrow-up,.adv-palette-command,.adv-palette-enter,.adv-palette-k{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.adv-palette-arrow-down{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='M12 5v14m7-7-7 7-7-7'/%3E%3C/svg%3E")}.adv-palette-arrow-up{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='m5 12 7-7 7 7m-7 7V5'/%3E%3C/svg%3E")}.adv-palette-command{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M8.195 8.768h-.861q-.463 0-.844-.217a1.7 1.7 0 01-.61-.598 1.6 1.6 0 01-.222-.844q0-.463.223-.843a1.75 1.75 0 01.61-.61q.38-.228.843-.228t.844.228q.381.23.603.61.23.381.229.843v.856h1.98v-.856q0-.463.229-.843.228-.38.603-.61.38-.228.844-.228t.844.228.603.61q.23.381.229.843 0 .47-.229.844-.223.376-.603.598a1.7 1.7 0 01-.844.217h-.856v2.01h.856q.463 0 .844.222.381.217.603.592.23.375.229.843 0 .464-.229.844-.223.38-.603.61a1.6 1.6 0 01-.844.228q-.463 0-.844-.228a1.8 1.8 0 01-.603-.61 1.6 1.6 0 01-.229-.844v-.855H9.01v.855q0 .464-.229.844-.223.38-.603.61a1.6 1.6 0 01-.844.228 1.6 1.6 0 01-.844-.228 1.75 1.75 0 01-.61-.61 1.64 1.64 0 01-.222-.844q0-.468.223-.843A1.67 1.67 0 016.49 11q.38-.223.843-.223h.861zm-.861-.791h.861v-.868a.8.8 0 00-.258-.603.8.8 0 00-.603-.258.83.83 0 00-.61.258.82.82 0 00-.251.603.85.85 0 00.252.616.84.84 0 00.609.252m5.332 0a.82.82 0 00.604-.252.84.84 0 00.257-.616.8.8 0 00-.257-.603.8.8 0 00-.604-.258.8.8 0 00-.604.258.82.82 0 00-.252.603v.868zm-3.656 2.8h1.98v-2.01H9.01zm-1.676.786a.83.83 0 00-.61.257.83.83 0 00-.251.61q0 .35.252.61a.84.84 0 00.609.251.82.82 0 00.604-.252.83.83 0 00.257-.61v-.867zm5.332 0h-.856v.867q0 .35.252.61.252.25.604.251a.82.82 0 00.604-.252.83.83 0 00.257-.61.82.82 0 00-.257-.609.8.8 0 00-.604-.258'/%3E%3C/svg%3E")}.adv-palette-enter{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'%3E%3Cpath d='m9 10-5 5 5 5'/%3E%3Cpath d='M20 4v7a4 4 0 01-4 4H4'/%3E%3C/g%3E%3C/svg%3E")}.adv-palette-k{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='m8.016 11.176-.059-1.524h.27l3.703-4.107h1.324l-3.498 3.78-.492.474zM7.078 14V5.545h1.055V14zm5.121 0L9.041 9.787l.727-.732L13.565 14z'/%3E%3C/svg%3E")}.adv-sport-alpine-skiing,.adv-sport-american-football,.adv-sport-archery,.adv-sport-athletics,.adv-sport-australian-football,.adv-sport-badminton,.adv-sport-bandy,.adv-sport-baseball,.adv-sport-basketball,.adv-sport-basketball-3x3,.adv-sport-beach-soccer,.adv-sport-beach-volleyball,.adv-sport-biathlon,.adv-sport-bikes,.adv-sport-bmx-racing,.adv-sport-bowls,.adv-sport-boxing,.adv-sport-canoeing,.adv-sport-counter-strike,.adv-sport-cricket,.adv-sport-cross-country,.adv-sport-curling,.adv-sport-cycling,.adv-sport-darts,.adv-sport-diving,.adv-sport-dota2,.adv-sport-e-soccer,.adv-sport-equestrian,.adv-sport-fencing,.adv-sport-field-hockey,.adv-sport-floorball,.adv-sport-football,.adv-sport-formula-1,.adv-sport-formula-e,.adv-sport-futsal,.adv-sport-gaelic-football,.adv-sport-gaelic-hurling,.adv-sport-golf,.adv-sport-gymnastics,.adv-sport-handball,.adv-sport-ice-hockey,.adv-sport-indy-racing,.adv-sport-judo,.adv-sport-kabaddi,.adv-sport-lacrosse,.adv-sport-league-of-legends,.adv-sport-marathon-swimming,.adv-sport-mma,.adv-sport-modern-pentathlon,.adv-sport-motorcycle-racing,.adv-sport-motorsport,.adv-sport-netball,.adv-sport-olympics,.adv-sport-overwatch,.adv-sport-pesapallo,.adv-sport-pool,.adv-sport-rally,.adv-sport-rowing,.adv-sport-rugby,.adv-sport-sailing,.adv-sport-skateboarding,.adv-sport-ski-jumping,.adv-sport-snooker,.adv-sport-softball,.adv-sport-specials,.adv-sport-speedway,.adv-sport-squash,.adv-sport-stock-car-racing,.adv-sport-surfing,.adv-sport-swimming,.adv-sport-table-tennis,.adv-sport-taekwondo,.adv-sport-tennis,.adv-sport-touring-car-racing,.adv-sport-triathlon,.adv-sport-volleyball,.adv-sport-waterpolo,.adv-sport-weightlifting,.adv-sport-winter-sports,.adv-sport-wrestling{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.adv-sport-alpine-skiing{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='m1019.44 603.895-79.364-79.363a59.75 59.75 0 00-15.463-57.989L757.47 299.401c-21.603-21.603-49.347-33.2-77.545-35.02L515.967 100.423l30.245-30.245-42.524-42.525-30.018 30.472L415.455-.09 372.93 42.435l58.216 58.215-33.657 33.428 42.525 42.525 33.429-33.428L611.25 280.983a109.4 109.4 0 00-23.877 18.646l-76.18 76.18c-63.674 63.674-63.674 166.688 0 230.134l61.626 61.626c13.417 13.417 13.417 35.475 0 48.892L469.578 819.7l-304.04-304.038-42.525 42.524L528.02 963.421c37.75 37.75 88.006 58.67 141.445 58.67 53.44 0 103.696-20.92 141.445-58.67l-42.525-42.524c-26.379 26.379-61.626 40.932-98.92 40.932s-72.543-14.553-98.922-40.932l-16.145-16.147 153.725-153.725c32.518-32.52 32.518-85.504 0-118.023l-60.262-60.261 106.197-106.198 85.05 85.048a59.74 59.74 0 0057.987 15.463l79.364 79.365 42.98-42.526zm-77.544-374.08c0-58.216-47.073-105.288-105.288-105.288-58.216 0-105.288 47.072-105.288 105.288 0 29.107 11.824 55.259 30.927 74.36 19.101 19.103 45.253 30.927 74.361 30.927 58.215 0 105.288-47.072 105.288-105.287M212.611 201.39l42.524-42.524 132.577 132.577-42.524 42.524zM44.56 198.661l42.525-42.525L237.399 306.45l-42.525 42.524z'/%3E%3C/svg%3E")}.adv-sport-american-football{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1037.41 391.272c-30.7-112.339-95.282-198.297-186.927-248.78-47.981-26.379-103.924-42.98-162.365-47.982l-4.321-.455c-29.335-2.274-61.172-1.137-92.326 2.729-316.091 17.738-422.744 228.086-423.2 229.905 0 .227-5.002 22.513-7.05 45.708-.91 9.55-1.136 17.51-.91 25.014-10.46 7.277-16.372 19.556-15.462 32.29 1.364 20.012 18.875 35.703 39.113 34.339 34.565-2.275 63.673.455 85.731 8.64l-1.364 6.823c-8.642 44.343-17.283 87.778-28.198 131.667-4.321-.227-8.87-.456-13.644-.456-9.551-.455-16.6-5.003-26.38-11.142-17.282-10.915-38.658-24.56-85.959-24.787l-4.32.226c-27.743 1.365-50.03 4.322-65.72 22.059-8.869 9.777-13.19 22.286-13.19 37.975 0 1.137 0 2.275.227 4.093v.683c-1.136 15.69-8.868 153.952-11.369 243.776 0 16.146 10.461 30.245 25.924 35.248 20.921 6.596 41.388 9.778 61.172 9.778 30.245 0 58.898-7.959 84.822-23.423 61.626-36.839 75.726-86.186 97.1-161.002 2.275-8.414 5.004-17.283 7.505-26.379 11.37-.227 23.65-.91 37.975-1.592 1.82 15.01 5.686 31.609 14.327 61.399l.682 1.592c22.513 47.527 55.94 78 99.83 90.734 19.557 5.685 38.431 12.736 56.624 19.557 37.522 14.1 72.996 27.516 108.698 27.516 24.787 0 47.301-6.595 68.904-20.239 17.054-12.962 45.026-28.198 80.727-28.198 11.599 0 23.424 1.592 35.248 5.003l3.411 2.5c22.514 12.508 70.724 18.876 86.642 21.15q6.14.682 10.915.682c17.282 0 28.652-7.732 35.93-24.56 3.41-7.732 5.458-16.146 10.006-37.067 1.364-5.913 2.046-10.915 2.274-14.554l.682-3.184c.91-5.458 2.5-12.052 4.32-20.466l1.82-8.187c3.865-17.283 13.416-44.116 24.331-75.498 32.746-93.236 81.865-234.227 57.762-323.142zM207.153 790.593c-5.23 10.915-8.414 19.103-10.915 25.697-7.277 18.647-9.778 24.787-34.111 39.341-17.283 10.234-35.248 15.236-55.26 15.236-7.049 0-14.325-.682-21.603-1.819l-6.594-1.137.227-6.822c.682-20.24 1.819-42.978 3.184-69.586l.455-2.047c3.411-8.187 7.959-14.78 13.872-20.694 11.37-10.688 20.466-9.096 37.521-3.865 12.962 3.865 32.52 9.777 67.313 14.553l10.46 1.365-4.547 9.777zm30.245-78.909c-5.004 16.147-10.688 32.065-16.6 47.3l-2.274 5.685-6.14-.91c-26.835-4.093-46.164-10.687-61.627-15.918-23.65-7.959-37.975-11.37-53.667-1.137l-12.962 8.415.91-15.463c1.365-21.376 2.73-54.122 4.322-94.373l.455-8.188 6.366-2.956c4.094-.455 10.461-1.137 18.875-1.363 47.301.226 69.132 27.742 85.05 47.755 9.096 11.37 16.145 20.238 24.332 20.466l15.918.681-2.956 10.006zm106.653-93.463-.455 6.822-6.821.455c-11.37.682-21.15 1.137-30.245 1.592l-10.234.455 2.501-10.006c8.414-35.02 15.463-70.04 21.376-99.83l5.23-26.606 9.551 25.47c12.962 33.655 10.688 72.997 9.096 101.649zm220.127 57.306c-37.976 0-69.13-30.928-69.13-68.903s30.926-68.904 69.13-68.904c37.977 0 68.903 30.928 68.903 68.904s-30.926 68.903-68.903 68.903'/%3E%3C/svg%3E")}.adv-sport-archery{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M798.24 318.488c-8.192 7.168-16.384 15.36-23.552 22.527 33.792 49.153 53.247 108.544 53.247 173.057 0 169.983-137.216 307.2-307.199 307.2-169.984 0-307.2-137.217-307.2-307.2 0-169.984 137.216-307.2 307.2-307.2 65.536 0 126.976 20.48 177.151 56.32 7.168-8.192 15.36-15.36 22.529-23.552a870 870 0 0061.44-61.44c-58.368-45.056-129.024-75.776-204.801-86.016V62.489c-1.023-23.553-20.48-43.008-45.056-44.033-25.6 1.025-46.08 17.409-48.128 41.985 0 3.071-1.024 15.36-1.024 31.743C265.759 110.617 95.776 292.888 95.776 515.096c0 143.36 70.655 270.336 179.199 347.137-14.336 31.743-27.648 62.464-41.983 94.208-14.336 31.743-9.216 49.151 19.456 66.56h22.527c20.48-8.193 32.769-23.552 40.96-44.033 10.24-25.6 22.528-50.175 33.792-74.752 52.225 23.552 110.593 35.84 171.009 35.84 61.44 0 118.783-13.311 172.031-35.84 11.265 24.577 23.553 49.153 33.792 74.752 8.192 20.48 19.456 35.84 40.96 44.033h22.528c28.672-17.409 33.792-34.817 19.456-66.56s-28.672-62.465-41.984-94.208c108.545-76.8 179.2-203.776 179.2-347.137 0-96.256-32.768-185.344-87.04-257.023-21.504 19.456-41.983 39.935-61.44 60.416zM520.736 408.6c9.216 0 19.456 1.024 27.648 4.097 13.312-12.288 26.624-25.6 38.912-39.937 12.288-11.264 24.576-23.552 35.84-34.815-29.696-17.408-65.537-27.649-102.4-27.649-112.64 0-204.8 92.16-204.8 204.8s92.16 204.801 204.8 204.801 204.8-92.16 204.8-204.8c0-35.84-9.215-69.632-25.6-99.329-11.264 11.265-22.528 23.553-33.792 34.817a893 893 0 00-44.031 44.032c1.023 5.12 1.023 10.24 1.023 16.384 0 56.32-46.08 102.4-102.399 102.4s-102.4-46.08-102.4-102.4 46.08-102.4 102.4-102.4zM977.44 96.28c2.048-2.048 4.096-5.12 6.144-7.168 9.215-10.24 18.431-18.432 27.648-28.672 11.264-12.288 10.24-26.624-1.024-34.816s-21.504-7.168-32.768 3.072c-11.265 11.264-23.553 22.528-34.816 33.792-5.12-19.456-10.24-37.888-14.336-57.344-1.025-6.144-2.048-9.216-9.216-3.072-21.504 22.528-44.032 44.032-66.56 66.56-13.312 13.312-17.409 28.672-13.312 47.104 3.072 13.312 6.143 27.648 9.216 40.96-13.313 13.312-26.624 27.648-40.96 39.936-21.504 22.528-43.008 45.057-66.56 66.56-21.505 22.528-43.009 45.056-66.56 66.56-21.504 22.528-43.008 45.056-66.56 66.56-16.385 17.408-32.769 34.816-51.2 51.2-13.313 16.385-29.697 29.696-44.032 45.056-7.168 7.168-11.264 15.36-7.168 26.624 6.143 15.36 21.503 20.48 34.816 11.264 9.216-6.144 16.384-15.36 24.575-23.552 8.193-8.192 15.36-17.408 25.6-24.576 15.36-18.431 33.793-34.816 51.201-52.224a2040 2040 0 0166.56-66.56c21.503-22.528 43.007-45.056 66.56-66.56 21.504-22.528 43.008-45.056 66.56-65.536 12.288-14.336 26.624-27.648 39.935-40.96 10.24 2.048 19.456 5.12 29.696 7.168 23.552 6.144 44.033 3.071 61.44-16.384 13.312-15.36 28.673-28.673 43.009-43.008 8.191-8.192 16.383-15.36 26.624-24.576-22.529-6.144-44.033-12.288-64.512-17.408'/%3E%3C/svg%3E")}.adv-sport-athletics{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M609.886 103.606c0-56.396 45.708-102.104 102.104-102.104S814.094 47.21 814.094 103.606 768.386 205.71 711.99 205.71s-102.104-45.708-102.104-102.104M995.79 401.505c-16.6-20.466-46.618-23.877-67.084-7.277l-123.026 56.17-99.83-204.664-103.24-60.945-226.723-5.003c-24.105-.91-46.845 10.461-60.944 29.79l-86.868 119.842c-13.872 19.102-9.55 45.936 9.551 59.807l.682.455c19.329 13.872 46.163 9.324 59.807-10.006l78.682-110.746 127.119 21.604-191.93 386.813-186.016-84.368c-20.238-10.232-44.799-3.183-56.396 16.373l-6.594 11.144c-11.826 20.24-5.004 46.618 15.235 58.442l216.49 126.892c24.104 14.099 55.258 7.504 71.63-15.236 47.3-66.175 136.67-190.792 140.309-188.973l166.46 111.655.91 228.541s-.226 61.399 27.972 74.134c7.504 3.411 15.235 5.003 22.968 5.003 21.376 0 41.615-12.28 50.937-32.975l21.831-278.797s.455-60.717-27.288-73.678L590.786 495.649l68.903-100.74 95.055 148.04c16.828 19.329 45.936 21.83 65.72 5.684l168.052-80.046c20.694-16.6 23.877-46.618 7.277-67.084z'/%3E%3C/svg%3E")}.adv-sport-australian-football{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M800.18 449.992c52.958-132.396 57.195-279.831 12.498-414.77-61.854-20.548-126.464-30.716-190.86-30.716-154.002 0-308.006 58.466-425.572 176.245C29.534 347.463-18.553 587.682 50.717 797.185c61.855 20.549 126.252 30.717 190.861 30.717 80.285 0 160.569-16.1 235.77-47.874 22.878 134.726 140.022 237.676 281.103 237.676 157.392 0 285.551-128.159 285.551-285.551-.212-143.411-106.128-262.037-243.82-282.161zm-41.731 484.25c-109.307 0-198.276-86.852-201.877-195.311 0-2.33-.424-4.66-.424-6.99 0-111.636 90.663-202.3 202.3-202.3.847 0 1.695.212 2.542.212 110.577 1.483 199.758 91.3 199.758 202.3 0 111.637-90.664 202.09-202.3 202.09zM117.867 729.823c-43.214-176.245 7.626-360.963 137.056-490.394C352.79 141.563 483.068 87.545 621.818 87.545c41.942 0 83.25 4.872 123.71 14.828 29.02 119.05 15.252 241.701-36.435 348.677C589.197 472.022 495.141 567.771 476.5 688.515c-72.024 36.648-151.884 56.137-235.134 56.137-41.732 0-83.039-4.872-123.5-14.828zM476.5 516.931c8.05 8.05 18.853 12.286 29.445 12.286s21.395-4.024 29.445-12.286c16.311-16.31 16.311-42.578 0-58.678l-43.426-43.425 27.962-28.174 43.425 43.426c8.051 8.05 18.854 12.074 29.446 12.074s21.395-4.026 29.445-12.074c16.31-16.312 16.31-42.579 0-58.89l-43.426-43.427 34.74-34.74c16.312-16.312 16.312-42.578 0-58.89-16.31-16.312-42.578-16.311-58.89 0l-34.74 34.951L476.5 225.66c-16.31-16.312-42.578-16.312-58.89 0-16.312 16.31-16.311 42.578 0 58.89l43.426 43.425-27.962 27.962-43.426-43.426c-16.311-16.31-42.578-16.31-58.89 0-16.312 16.312-16.31 42.578 0 58.89l43.426 43.427-27.962 27.961-43.426-43.425c-16.31-16.312-42.578-16.312-58.678 0-16.311 16.31-16.311 42.578 0 58.89l43.426 43.425-37.706 37.494c-16.31 16.312-16.31 42.578 0 58.89 8.05 8.05 18.853 12.074 29.445 12.074s21.183-4.025 29.444-12.074l37.495-37.705 43.426 43.425c8.05 8.05 18.853 12.075 29.445 12.075s21.183-4.026 29.445-12.075c16.31-16.311 16.31-42.578 0-58.89l-43.426-43.426 27.962-27.962L476.5 516.93zM713.117 780.24l-24.573 80.92h-53.806l91.512-285.551h66.515l92.784 285.55h-55.924L803.78 780.24zm81.768-39.401-22.454-70.33c-5.508-17.37-10.168-36.857-14.404-53.38h-.848c-4.236 16.522-8.473 36.435-13.557 53.38l-22.03 70.33z'/%3E%3C/svg%3E")}.adv-sport-badminton{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M72.758 707.526c-70.344 70.346-70.344 184.405 0 254.752 70.35 70.348 184.404 70.35 254.754 0zm47.764-47.756 47.765-47.765 254.747 254.747-47.766 47.765zM969.7 489.93c-53.07-53.07-84.914-21.23-137.982-74.296-53.071-53.076-21.231-84.918-74.3-137.99-53.074-53.075-84.918-21.231-137.994-74.304-53.074-53.074-21.231-84.918-74.307-137.996-53.073-53.07-68.996-5.305-122.072-58.383L216.059 564.23 470.81 818.985 1044 627.918c-53.073-53.07-21.23-84.915-74.3-137.986z'/%3E%3C/svg%3E")}.adv-sport-bandy{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1060 1024' width='1060' height='1024'%3E%3Cpath fill='black' d='M1039.9 878.616c0 78.848-65.536 144.384-144.385 144.384-79.871 0-146.432-66.56-145.407-144.384 1.023-79.872 65.536-145.408 143.359-145.408 80.897-1.024 146.433 64.512 146.433 145.408M1005.09-1c-28.672 51.2-57.344 103.424-86.016 154.624-21.503 38.912-43.007 78.848-65.536 117.76l-92.16 165.889c-10.24 18.432-10.24 18.432-28.672 7.168-7.168-4.097-12.288-10.24-20.48-10.24C791.074 289.817 869.922 144.409 948.77-1zM575.008 688.152c9.216 5.12 18.433 12.288 28.672 16.384 8.192 4.096 7.168 8.191 3.072 14.336-13.311 24.576-26.624 48.128-40.96 72.704-19.456 33.792-37.888 68.607-57.344 102.399-19.456 32.768-48.128 49.152-86.016 50.177h-81.92c-8.192 0-11.264-1.025-8.192-10.24 13.312-45.056 25.6-91.136 38.913-136.193 1.023-2.047 1.023-4.095 1.023-6.143h87.04c39.937 0 69.632-18.433 90.112-53.248 7.168-17.408 16.384-33.792 25.6-50.176M255.52 791.576c-11.264 38.912-22.527 78.848-32.768 117.76-2.047 8.192-5.12 17.408-7.168 25.6-2.047 7.168-5.12 9.216-12.288 9.216H59.936c-8.191-27.648 3.073-53.248 10.24-78.848 12.289-41.984 39.937-67.584 83.968-73.728 16.385-2.048 32.769-1.024 49.153-1.024 17.408 1.024 34.816 1.024 52.223 1.024m441.344-327.68c12.288 5.12 22.527 13.312 33.792 19.455 5.12 2.049 3.071 6.145 1.023 9.217l-86.015 153.6-15.36 27.648c-3.072 5.12-5.12 7.168-11.264 4.096-10.24-6.145-19.456-12.288-29.697-18.432 14.336-25.6 27.649-52.224 41.985-77.824 20.48-36.864 39.935-73.728 60.416-111.616 3.072-3.072 4.096-5.12 5.12-6.143zm-45.056-279.552c0-8.191-2.048-14.336-7.168-20.48-65.536-81.92-152.575-124.929-256-131.072-100.352-5.12-188.416 28.672-261.12 99.329-37.888 36.864-66.56 80.895-82.943 131.072 41.983 0 83.967 0 125.952 1.023-6.145 20.48-12.288 40.96-20.48 61.44-9.217 24.577-13.312 49.152-11.265 74.752 1.024 10.24-2.047 12.289-12.288 12.289-34.816-1.025-68.608 0-103.424 0v32.767h105.472c7.168 0 10.24 1.025 10.24 9.216v80.896c0 8.192-3.072 9.216-10.24 9.216H23.072v32.768h106.496c7.168 0 10.24 2.049 9.216 9.217-1.024 17.407 9.216 30.72 14.336 46.08s11.264 29.695 17.408 44.031h34.816c-6.144-20.48-15.36-39.936-22.528-60.416-3.072-10.24-9.216-19.456-10.24-29.695 0-6.145 2.048-8.193 8.192-8.193H281.12c3.072 0 7.168-1.024 7.168 5.12-1.025 22.529 12.288 40.96 18.431 61.44 3.072 11.265 8.193 21.505 12.288 32.769h34.817c-6.145-20.481-15.36-39.937-22.529-60.416-4.095-12.289-11.263-22.529-10.24-35.84 0-4.097 1.025-7.168 6.145-8.193 41.983-13.311 83.967-27.647 125.952-40.96 0 20.48 0 41.985 1.023 62.464q1.537-1.535 3.072-3.071c63.489-90.112 128-181.248 191.488-271.36 3.072-4.096 3.072-8.192 3.072-13.313zM280.096 543.768h-97.279c-6.145 0-9.217-1.023-9.217-8.191v-82.945c0-6.143 2.049-8.191 8.192-8.191h99.328c7.168 0 8.192 2.048 8.192 9.216v81.92c-1.024 6.143-3.071 8.191-9.216 8.191m16.384-207.872c-6.145 15.36-8.192 31.743-8.192 48.128 0 9.216 4.095 20.48-2.048 25.6-6.145 5.12-17.408 2.047-25.6 2.047h-78.85c-7.167 0-9.215-2.047-9.215-9.215-1.025-24.577 2.048-47.105 11.263-70.657 8.193-22.527 16.384-45.055 22.529-68.607h113.664c-8.193 24.575-15.36 49.151-23.552 72.704zm89.088 180.224c-21.504 7.168-41.984 14.336-64.513 21.504v-92.16c0-4.096 2.048-6.144 6.145-7.168 41.983-13.312 83.968-27.648 125.952-40.96v97.28c-22.528 5.12-45.057 14.336-67.584 21.504m67.584-153.6c-23.553 5.12-45.057 14.337-67.584 21.505-21.504 7.168-41.984 14.336-64.513 21.504 1.025-19.456-2.048-37.889 5.12-56.32 9.216-24.577 17.409-50.176 25.601-74.753 1.023-3.072 3.071-7.167 2.048-11.263h92.16c6.144 0 8.191 2.048 8.191 8.191-1.023 29.697-1.023 60.416-1.023 91.136m29.696-186.368c-4.096 3.071-9.216 4.096-16.384 4.096h-10.24c-9.216 0-15.36-6.145-17.407-13.313v-3.071c0-4.097 2.048-8.192 5.119-11.265 1.024-1.023 2.049-1.023 2.049-2.048 3.071-2.047 6.143-3.07 10.24-3.07h10.239q13.824 0 18.433 6.143c2.048 3.072 3.071 6.143 3.071 10.24 1.025 5.12-1.023 9.216-5.12 12.288m45.056 4.096h-6.145c-8.19 0-14.335-4.096-17.408-10.24-1.023-2.048-1.023-4.096-1.023-6.144v-3.072c1.023-3.072 2.048-6.144 5.12-8.192 2.048-2.048 5.12-4.096 9.216-4.096h17.408c11.264 0 18.432 7.168 18.432 16.384s-7.168 15.36-17.409 16.385c-3.07-1.025-6.143-1.025-8.191-1.025m57.344 198.656H552.48c-10.24-1.024-16.384-7.168-16.384-16.385 0-9.216 6.144-16.384 16.384-16.384h33.792c9.216 0 16.384 7.168 16.384 16.384-1.024 9.217-7.168 15.36-17.408 16.385m1.024-99.328h-34.816c-9.216-1.024-15.36-7.168-15.36-16.384 0-8.192 6.144-16.385 15.36-16.385 12.288-1.023 23.551-1.023 35.84 0 9.215 0 15.36 8.193 15.36 16.385-1.025 9.216-7.168 15.36-16.384 16.384M1039.9 3.096C1039.9-1 1038.876-1 1035.803-1h-15.36v19.456c-10.24 14.336-17.407 30.72-25.6 46.08-71.68 132.096-141.312 264.191-211.968 395.264-87.04 162.816-174.08 324.608-262.144 487.424-20.48 37.889-51.2 56.32-94.208 56.32H127.514c-21.504 0-41.983-7.167-58.367-19.456 18.432 23.552 46.08 38.913 77.823 38.913h299.01c43.007 0 73.727-18.432 94.207-56.32 87.04-162.816 174.08-324.608 262.144-487.425 69.632-132.096 140.288-263.168 210.944-394.24 8.192-15.36 15.36-31.743 25.6-46.08 0-12.287 0-23.552 1.024-35.84z'/%3E%3C/svg%3E")}.adv-sport-baseball{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M483.956.976c-114.551 10.682-226.374 59.99-314.257 147.822C81.816 236.606 32.558 348.43 21.902 463.13c125.782 14.585 259.521 78.877 369.317 188.674 109.848 109.822 174.215 243.66 188.674 369.344 114.876-10.658 226.425-59.94 314.383-147.723 87.857-87.784 137.064-199.657 147.672-314.332-125.483-14.56-259.446-78.852-369.243-188.674C562.983 260.622 498.615 126.758 483.956.975M1044 495.577c-3.727-125.958-53.56-250.74-149.574-346.879C798.363 52.559 673.43 2.902 547.472-1.001c14.16 109.998 72.573 228.2 170.487 326.14s215.967 156.253 326.04 170.438zM20.025 526.598c3.702 125.908 53.56 250.716 149.674 346.805 96.038 96.038 220.82 145.945 346.754 149.599-14.159-109.847-72.498-227.975-170.462-325.915C248.126 599.197 129.95 540.859 20.026 526.6z'/%3E%3C/svg%3E")}.adv-sport-basketball{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M573.687 81.716c11.582-15.35 9.72-47.91 8.071-76.63-.062-1.238-.132-2.45-.2-3.678-16.234-1.55-32.669-2.407-49.3-2.407-63.733 0-124.717 11.741-181 33.026 40.15 19.295 102.3 52.505 171.38 101.574 23.57-20.283 41.347-39.008 51.05-51.884zm259.421 292.152c-25.236 2.85-46.519 6.992-64.72 12.8 87.01 151.917 120.935 343.845 129.235 482.889 86.2-87.83 140.942-206.562 146.118-338.08-59.395-73.006-138.078-165.84-210.634-157.608zm-517.261-131.13c61.137-12.722 118.572-43.491 164.367-75.972-95.538-65.8-175.222-99.948-191.073-106.448C190.024 113.9 110.707 199.272 64.565 302.713c59.977-23.896 124.934-36.054 188.733-47.901 20.64-3.833 41.976-7.795 62.55-12.073zm353.887 14.887a1030 1030 0 0116.304 16.746c19.944 20.937 38.04 43.837 54.635 68.065 24.167-9.125 52.619-15.595 86.675-19.446 80.244-9.077 151.597 54.489 212.836 124.471-13.13-106.089-58.63-202.107-126.427-277.83-37.006 4.46-78.261 12.017-120.312 24.564-27.584 8.238-71.513 30.623-123.71 63.43zm-67.368 264.411c21-71.128 45.324-122.401 92.452-155.684-14.144-20.305-29.364-39.36-45.852-56.672-7.627-8.01-15.34-15.746-23.086-23.346-189.08 128.7-448.082 365.117-471.633 569.955 78.616 86.015 186.207 145.003 307.326 161.738 44.1-87.802 85.608-266.294 110.28-372.45 11.854-50.989 22.086-95.013 30.512-123.543zM387.982 409.244c65.926-60.75 135.548-115.227 199.226-159.009-21.226-18.78-42.517-36.092-63.419-51.968-52.89 39.76-122.139 78.918-197.517 94.596-21.11 4.392-42.725 8.408-63.622 12.288-80.519 14.951-157.812 29.433-222.812 65.7-12.66 44.558-19.582 91.534-19.582 140.15 0 108.753 34.016 209.517 91.832 292.437 37.456-148.304 165.933-292.868 275.893-394.194zm243.329-188.252c60.911-38.833 113.426-65.684 147.496-75.853 30.597-9.137 60.61-15.793 89.031-20.646C802.161 67.421 721.88 26.745 633.254 9.014c1.965 35.759 2.822 75.016-18.688 103.538-10.221 13.545-27.511 32.121-50.01 52.275 22.034 17.15 44.426 35.852 66.755 56.165m20.154 315.542c-7.994 27.081-18.078 70.436-29.743 120.633-34.445 148.215-67.406 280.838-105.9 365.414 5.465.174 10.928.417 16.434.417 119.324 0 229.017-40.93 316.068-109.359-3.437-145.504-38.319-351.312-126.185-504.089-34.078 25.328-52.418 65.172-70.674 126.984'/%3E%3C/svg%3E")}.adv-sport-basketball-3x3{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M335.392 436.248c7.168-3.072 15.36-5.12 23.553-6.145l12.288-2.047c7.168-1.024 13.311-2.048 20.48-3.072 11.263-2.048 22.528-3.072 33.791-5.12 2.048-5.12 4.096-10.24 5.12-15.36-6.143-10.24-12.288-20.48-16.383-31.744-8.193-1.024-15.36-3.072-22.529-6.144-10.24-4.097-18.431-10.24-25.6-17.408-12.287-12.288-20.48-28.672-22.528-48.128-3.072-28.672 7.168-54.272 29.697-72.704-8.193-9.216-13.313-21.504-13.313-34.816 0-11.264 1.025-22.528 4.097-33.792 3.071-11.264 7.168-21.504 12.287-31.744 14.337-26.624 35.84-49.152 62.465-63.488-11.265-26.624-32.769-46.08-61.44-58.368C368.16 3.096 357.92 1.048 348.704-1h-59.393c-2.048 2.048-5.12 2.048-7.168 2.048-52.224 9.216-92.16 57.344-92.16 110.592 0 10.24 7.169 17.408 16.385 17.408h15.359v31.744c-10.24 0-20.48 3.072-28.672 10.24-14.336 11.264-21.504 26.624-19.456 44.032 2.049 18.432 12.288 31.744 28.673 38.912 10.24 4.096 20.48 4.096 30.72 4.096 0 1.024 1.023 1.024 1.023 2.048 8.192 23.552 19.456 45.056 34.816 64.512q6.144 6.143 0 0c-4.095 19.456-12.288 34.816-31.744 44.032-21.504 5.12-43.008 7.168-64.511 10.24-4.096 1.024-8.193 1.024-12.289 2.048-37.887 6.144-66.56 36.864-68.608 75.775-1.023 26.624 0 53.248 0 79.873 0 8.192 7.168 16.384 15.36 16.384h153.6v-14.336c1.024-28.672 13.313-54.272 31.744-73.728 13.313-13.312 27.649-22.528 43.008-28.672m634.88 18.432c-2.049-37.888-30.72-69.632-68.608-75.775-4.096-1.025-8.193-1.025-12.288-2.048-21.504-3.073-43.008-5.12-64.512-10.24-18.433-9.216-27.649-24.577-31.744-44.033 15.36-19.456 26.624-40.96 34.815-64.511 0-1.025 1.025-1.025 1.025-2.048 10.24 0 21.503 0 30.72-4.097 17.407-7.168 26.623-21.504 28.671-38.912 2.049-18.432-5.119-32.768-19.455-44.031-8.192-6.145-18.433-9.217-28.673-10.24v-32.769c10.24 0 16.385-7.168 16.385-17.407 0-52.225-39.937-101.376-92.16-110.593-2.048 0-5.12 0-7.168-2.048h-74.752c-2.048 2.048-5.12 2.048-7.168 2.048-31.744 6.144-59.393 26.624-75.777 53.248 38.912 11.264 70.657 38.912 89.088 73.728 3.073 4.096 8.193 21.504 11.264 31.744 3.072 11.264 4.097 22.528 4.097 33.792 0 13.312-5.12 25.6-13.313 34.816 22.528 18.432 32.769 44.032 29.696 72.704-2.047 18.433-10.24 34.816-22.528 48.128-7.168 7.168-15.36 13.312-25.6 17.408-7.167 3.072-14.335 5.12-22.528 6.145-5.12 11.263-10.24 21.503-16.384 31.743 1.025 5.12 3.073 10.24 5.12 15.36 10.24 2.048 21.504 4.096 33.793 5.12 7.168 1.024 13.311 2.048 20.48 3.073l12.287 2.047c8.193 1.024 16.385 3.072 23.553 6.144 16.384 6.144 29.695 15.36 41.983 27.648 18.433 19.456 30.72 45.056 31.744 73.728v14.336h153.6c8.192 0 15.36-7.168 15.36-16.384 0-23.552 1.025-50.176-1.023-77.824M747.04 478.232c-14.336-11.265-30.72-15.36-48.128-16.385-8.192-1.023-16.384-2.048-23.552-4.095-13.312-2.048-27.648-3.073-40.96-7.168-14.336-7.168-24.576-18.432-28.673-33.792l-3.07-9.216c11.263-14.336 20.479-28.672 27.647-45.057 3.072-7.168 5.12-14.336 8.192-20.48h14.336c23.552-1.024 45.056-22.528 46.08-46.08 1.023-28.671-19.456-50.175-48.128-51.2v-32.767h2.048c10.24 0 16.384-7.168 16.384-17.408 0-52.224-39.936-101.376-92.16-110.592-2.048 0-5.12 0-7.168-2.048h-79.873c-2.047 2.048-5.119 2.048-7.167 2.048-52.224 9.215-92.16 57.343-92.16 110.592 0 10.24 7.168 17.408 16.384 17.408h15.36v31.744c-10.24 0-20.48 3.071-28.672 10.24-14.336 11.264-21.504 26.623-19.456 44.031 2.047 18.433 12.288 31.744 28.671 38.912 10.24 4.096 20.48 4.096 30.721 4.096 0 1.025 1.024 1.025 1.024 2.049 8.192 23.552 19.456 45.056 34.816 64.512-4.096 19.456-12.288 34.815-31.744 44.032-21.504 5.119-43.008 7.168-64.512 10.24-4.097 1.024-8.192 1.024-12.288 2.048-37.889 6.144-66.56 36.863-68.608 75.775-1.024 20.48-1.024 99.328 0 145.408 2.047-6.144 4.096-13.312 6.144-19.456 9.216-22.528 20.48-44.032 35.84-63.488 6.144-8.191 12.288-15.36 19.456-22.527 6.144-6.145 12.288-12.288 19.456-17.409 16.384-13.312 33.792-24.576 53.248-32.768 9.216-4.096 18.432-7.168 28.672-10.24 18.432-6.144 36.864-9.216 56.32-11.264h4.096s0-1.023 1.023-1.023h26.625l1.024 1.023c20.48 0 40.96 4.097 60.416 10.24 3.072 1.025 6.143 2.048 8.192 3.072 30.72 11.264 59.392 27.648 83.968 49.152l6.144 6.144c1.024 1.024 1.024 2.048 2.047 2.048 7.168 7.168 13.313 14.336 19.457 22.529 12.288 14.335 21.503 31.744 29.696 49.15 10.24 22.53 17.408 46.081 20.48 71.682 2.048-3.073 2.048-6.145 2.048-9.217V541.719c2.048-27.648-9.217-48.128-29.696-63.487m-39.936 152.576c-43.008 44.032-87.04 87.04-130.048 131.072l-22.527 22.528c-2.048 2.048-3.073 3.073 0 5.12 18.431 18.432 36.863 35.84 54.271 54.272 2.048 2.048 3.072 2.048 5.12 0 24.577-21.504 52.224-36.864 83.968-46.08 22.528-7.168 46.08-11.264 69.632-10.24v-3.072c-1.024-36.864-9.216-72.704-26.623-105.473-9.217-17.407-19.456-33.792-33.793-48.128zM588.32 863.256l-52.225-52.224c-4.095-4.096-4.095-4.096-9.215 0L375.328 962.584c14.335 13.313 30.72 24.577 48.127 33.792C457.247 1013.785 493.087 1023 532 1023c0-9.215 0-19.456 2.048-28.671 6.145-47.105 24.577-89.088 55.296-124.928 2.048-2.05 1.025-4.097-1.023-6.145zM475.68 711.704l52.225 52.224c3.07 3.072 5.12 3.072 8.191 0l34.816-34.816 117.76-117.76-3.072-3.072c-21.504-18.433-45.056-32.769-70.655-41.984q-39.937-15.36-82.944-15.36c0 10.24-1.025 19.455-2.048 29.695-6.145 46.08-24.577 88.065-54.273 122.88-3.071 4.097-3.071 6.145 0 8.193m33.792 72.704c-18.432-17.408-35.84-35.84-53.248-53.248q-3.072-3.072-6.144 0c-23.551 20.48-50.175 35.84-79.872 45.056-23.551 8.192-48.128 11.264-72.704 12.288v4.095c1.025 34.817 8.193 67.584 23.552 99.329 9.217 19.456 21.504 37.888 36.864 53.248l5.12-5.12 147.456-147.457c1.024-4.095 2.048-5.119-1.024-8.19m-133.12-172.032 2.049 2.048 71.68 71.68c2.047 2.048 3.072 4.096 6.143 0 13.313-16.384 24.576-33.792 32.769-53.248 10.24-25.6 16.383-51.2 16.383-78.848-24.576 2.048-46.08 8.192-67.584 18.432-22.528 9.216-44.032 22.528-61.44 39.936m-77.824 147.456h11.264c21.504-1.024 43.008-6.144 63.488-14.336s38.912-18.432 55.296-32.769c5.12-4.095 5.12-4.095 1.023-9.215l-71.68-71.68c-33.791 35.84-53.247 78.848-59.391 128M634.4 870.424l72.703 72.704c4.097-4.096 7.17-8.192 11.265-13.311 14.336-19.457 26.624-39.937 34.815-62.465 6.145-17.407 11.265-34.816 12.288-53.248-49.151 1.024-92.16 16.385-130.048 48.129-4.096 4.095-4.096 5.119-1.023 8.191m-21.504 13.312q-1.537-1.536-3.072 0c-7.168 9.216-15.36 19.456-20.48 29.695-18.432 31.744-27.648 66.56-28.673 103.425 16.384-1.024 32.769-5.12 48.128-11.264 29.697-10.24 56.32-25.6 79.872-47.104-25.6-24.576-50.175-49.152-75.775-74.752 1.023 0 0 0 0 0'/%3E%3C/svg%3E")}.adv-sport-beach-soccer{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M532.569-1C249.451-1 20 228.451 20 511.569s229.451 512.568 512.569 512.568 512.568-229.451 512.568-512.568C1045.137 228.451 815.686-1 532.569-1m364.073 251.509c51.849 72.087 83.002 160.092 84.367 255.375l-93.69-112.792 9.324-142.582zm-62.308-31.837-10.687 161.229-79.365 25.696-179.649-130.529v-83.23l150.087-60.035zM707.442 457.901l-66.629 205.346H424.78l-66.63-205.346 174.646-126.892zM532.569 63.128c45.936 0 90.052 7.05 131.894 19.784l-131.894 52.53-131.667-52.758c41.614-12.735 85.959-19.557 131.667-19.557zm-182.151 68.676 150.087 60.035v83.23l-5.685 4.093-174.19 126.664-79.365-25.697L230.578 218.9l119.842-87.097zM168.722 250.509l9.324 142.582-93.69 112.792c1.364-95.282 32.292-183.288 84.367-255.375zm-50.483 314.499 103.469-124.163 70.723 22.969 4.548 13.87 66.63 205.348.681 2.273-43.662 60.263L163.947 706l-45.708-140.99zm50.711 208.075 144.629 36.612 80.956 128.482c-91.644-29.79-170.326-88.46-225.585-165.095zm289.712 146.676-86.186-136.67 40.705-55.714h239.002l40.478 55.714-86.186 136.897zm212.168 18.419 80.956-128.482 144.63-36.612c-55.488 76.635-133.942 135.305-225.586 165.095zm230.36-232.407-156.682 39.567-14.099-19.329-29.79-40.932.682-2.275 66.629-205.346 4.548-13.872 70.95-22.968 103.47 124.163-45.708 140.99z'/%3E%3C/svg%3E")}.adv-sport-beach-volleyball{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M532-1C249.517-1 20 228.517 20 511s229.517 512 512 512 512-229.517 512-512S814.483-1 532-1M72.163 511c0-13.241.401-26.082 1.605-38.922C206.985 572.39 351.837 655.05 505.918 718.85v139.235C347.022 808.33 201.366 721.658 81.793 605.695c-6.42-30.495-9.63-62.194-9.63-94.696zm172.539-196.213C367.084 202.435 515.147 119.376 675.247 74.035c42.934 14.044 83.06 34.106 119.172 59.787C641.14 198.825 497.09 283.088 365.077 384.606zm261.216 211.461v136.025C354.645 597.67 212.601 513.808 82.595 413.093c8.427-38.52 21.668-75.034 38.922-109.141zm52.164 0 117.567-67.812c20.063 162.909 19.26 327.824-2.408 490.734-36.515 12.038-75.437 19.26-115.16 21.668zm166.52-96.301 120.777-69.818c36.514 161.705 34.91 331.034-5.216 491.938-33.304 30.093-70.62 54.971-111.549 74.632 19.661-164.915 18.458-331.837-4.013-496.752zm168.125-97.104 50.157-28.89c31.7 62.195 49.355 132.414 49.355 207.047 0 97.505-30.495 188.188-82.659 262.42 23.273-146.056 17.656-296.125-16.853-440.577m23.674-73.83L532 480.907l-117.969-68.213c131.21-98.708 274.858-179.763 426.934-241.956 28.89 26.082 54.169 55.774 75.437 88.276zM532 51.163c13.643 0 26.884.803 40.527 1.605-138.834 52.564-266.834 132.414-375.172 234.734l-49.756-28.89C229.857 133.822 371.5 51.164 532 51.164zM115.097 705.207c114.76 94.295 247.976 165.317 390.821 207.448v57.379c-172.94-9.63-321.003-115.562-390.821-264.828z'/%3E%3C/svg%3E")}.adv-sport-biathlon{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M986.012 867.456c-.682-3.411-1.363-4.775-2.729-7.05L775.435 469.953c5.004-2.274 10.007-4.548 15.01-7.05l2.274-1.137c24.787-12.507 34.565-42.752 22.058-67.54-12.507-24.785-42.752-34.564-67.539-22.057l-2.274 1.137c-53.213 27.061-115.065 31.383-171.008 13.417-9.096-20.694-27.062-37.067-50.711-42.979-40.25-10.233-81.184 14.326-91.416 54.577L386.12 579.79c-6.595 17.739-6.14 37.068.455 54.122-42.752 59.125-93.918 111.428-152.815 155.316l-50.028 37.977c-13.19 9.778-20.013 23.65-20.013 40.25H50.245c-15.236 0-28.653 12.052-28.653 27.516v6.822c0 15.236 13.417 29.335 28.653 29.335h936.449c30.472 0 55.714-26.379 55.714-56.85v-6.596l-56.397-.227zM477.537 679.847c21.148 11.37 38.66 28.653 50.938 50.03 17.965 31.609 22.058 68.22 11.37 103.013l-5.913 19.785c-1.592 5.002-2.274 8.187-2.274 14.78H297.66c69.813-53.44 130.302-115.748 179.877-187.607zm156.908 187.609 1.592-5.003c18.875-61.4 11.598-126.209-20.24-182.15-19.329-34.111-46.39-62.082-78.681-82.094L564.632 488.6a326.4 326.4 0 0078.454 9.552c24.332 0 48.891-2.73 72.77-8.187l200.797 377.49zM263.55 437.207l128.028-331.555c4.548-11.825 17.965-17.738 29.79-13.19s17.738 17.965 13.189 29.79L362.47 308.725c23.877 9.096 35.702 35.93 26.378 59.807l-15.69 40.705c22.513 8.64 33.656 33.883 25.014 56.396l-47.528 123.026c-9.095 23.423-35.474 34.793-58.897 25.468-22.968-9.324-33.201-36.157-24.332-59.125l30.245-78.454-20.694-7.959c-12.052-5.003-18.192-18.875-13.417-31.381zm232.634-202.389c0-51.394 41.843-93.236 93.236-93.236 51.395 0 93.237 41.842 93.237 93.236s-41.842 93.235-93.237 93.235c-51.393 0-93.236-41.614-93.236-93.235'/%3E%3C/svg%3E")}.adv-sport-bikes{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M1004.06 633.88c-62.465-87.04-167.937-112.64-264.192-64.512-14.336-23.552-26.624-49.152-38.912-72.704 4.096 1.025 7.168 1.025 11.264 2.048 19.456 4.096 37.888 11.264 57.344 11.264 26.624 0 51.2-8.192 65.535-33.792 13.313-22.528 13.313-46.08 0-68.608-18.431-30.72-55.295-44.032-92.159-30.72-32.768 12.288-65.536 23.552-98.304 35.84-7.168-1.024-8.192-3.072-4.096-9.215 5.12-7.17 9.216-14.337 13.312-21.505 3.072-5.12 5.12-7.168 4.096-9.216 1.024 0 2.048-1.024 3.072-1.024 37.888-15.36 107.52-105.473 77.824-163.84 2.048-7.168 3.072-14.336 5.12-21.504 1.024-6.144 2.048-10.24 10.24-6.144 5.12 3.072 10.24 0 14.336-3.072 17.408-15.36 37.887-15.36 59.391-11.264 12.288 3.072 24.577 6.144 36.865 8.191h9.216c1.024 0 2.048 0 2.048-1.023 1.024 0 1.024-1.024 2.048-1.024 0-1.024 1.024-1.024 1.024-2.048s1.024-1.024 1.024-2.048v-7.168c0-15.36-5.12-28.672-13.312-38.912-5.12-6.144-11.264-12.288-19.457-17.408-27.647-18.432-59.391-25.6-90.11-29.696h-1.025c-10.24-1.024-19.456-2.048-29.697-2.048-17.407 0-34.815 2.048-51.199 7.168-2.049 1.024-4.096 1.024-6.144 2.048-1.024 0-1.024 1.024-2.048 1.024s-2.048 1.024-3.072 1.024-1.024 1.024-2.048 1.024-2.048 1.024-2.048 1.024c-1.025 0-1.025 1.024-2.048 1.024-1.024 1.024-2.048 1.024-3.072 2.048l-3.073 3.072-1.023 1.024c-1.024 1.024-1.024 2.048-2.048 2.048 0 0 0 1.024-1.024 1.024q-3.072 6.144-3.072 12.288c-1.024 18.432 2.048 36.864 7.167 54.272-166.91-25.6-271.359 16.384-305.15 28.672-1.025 0-2.048 0-3.073 1.024-18.431 10.24-35.84 19.456-51.2 33.792-32.768 28.672-38.912 81.92-14.336 120.832 16.384 26.624 33.792 52.224 51.2 77.824 11.264 16.384 21.504 33.792 33.792 50.176 7.168 12.288 14.336 24.576 22.529 35.84-16.385 22.528-32.769 45.056-49.153 66.56-25.6-14.336-51.2-25.6-80.896-28.672-81.92-11.264-222.208 37.888-230.4 203.776-5.12 101.376 81.92 189.439 184.32 198.656 92.16 9.215 179.2-45.057 211.969-132.097 9.216 2.048 19.456 3.072 28.672 4.096s19.456 1.024 28.672 1.024 37.887-2.048 57.343-5.12c14.336-2.048 28.672-6.144 43.008-10.24 7.17-2.048 10.24-7.168 11.265-14.336 0-4.096-1.025-7.168-3.072-10.24-1.024-2.048-3.073-3.072-5.12-4.096-3.073-1.024-5.12-2.048-8.192-3.072-2.049 0-3.072-1.024-5.12-1.024-18.433-5.12-36.864-10.24-56.32-15.36-7.168-2.048-14.336-4.096-20.48-6.144 2.048-2.048 4.096-5.12 6.144-7.168L614.94 600.087c20.48-25.6 39.935-51.2 60.416-75.776 2.047-2.048 4.095-8.192 7.168-2.048 11.263 21.504 23.551 40.96 32.767 63.488-47.103 36.864-73.727 83.968-79.872 143.36-10.24 104.447 64.512 200.704 167.937 219.136 88.064 15.36 179.2-30.72 218.111-112.64 14.336-28.673 18.433-67.584 19.456-69.633 2.048-48.128-9.216-92.159-36.863-132.096zM758.304 402.456c23.553-7.168 48.128 7.168 54.273 29.696 1.023 4.096 2.047 7.168-4.096 6.144-29.696-3.072-57.345 4.096-86.017 10.24q-1.535 7.68 0 0c-14.336-6.144-27.647-12.288-41.983-18.433 26.623-8.191 52.223-18.431 77.823-27.647M326.176 642.072c26.624 24.576 43.008 54.272 46.08 91.136-35.84 0-71.68 0-107.52 1.024-5.12 0-5.12-2.049-2.048-6.144 21.504-27.648 40.96-58.369 63.488-86.016q3.07-6.145 0 0m-2.048 216.064c-43.008 35.84-92.16 45.057-145.408 25.6-57.344-19.456-97.28-75.776-95.231-141.311 1.023-57.344 44.03-113.664 99.328-131.072 41.983-13.312 81.92-8.192 119.808 12.288-26.624 36.864-54.273 72.704-80.897 109.568-1.023 1.024-2.048 3.072-3.071 4.095-4.097 5.12-7.168 11.265-3.072 18.433 3.072 7.168 10.24 8.191 17.408 8.191h46.08c31.744 0 62.464 0 94.208 1.025-5.12 36.864-20.48 68.607-49.152 93.183zm96.256-215.04-3.072 27.648c-9.216-18.432-19.455-37.887-33.792-53.248a234 234 0 00-22.528-22.528q-6.143 6.145 0 0c10.24-14.336 20.48-27.647 30.72-41.983 0-4.097 1.025-7.168 1.025-11.265 0 4.097 0 7.168-1.025 11.265 2.048 27.647 9.216 54.271 27.649 75.775 3.07 4.097 1.023 9.216 1.023 14.336M470.56 746.52v-1.023c-1.023 0 0 1.023 0 1.023m149.504-201.728c-49.152 61.44-97.28 121.856-146.433 183.296l-3.072 3.072c4.096-49.152 8.192-99.328 12.288-148.48 2.049-20.48 4.097-41.983 6.144-62.464-1.024-9.215-2.047-18.431-4.095-27.647-7.17-16.385-14.337-32.769-21.505-48.128-1.024-3.072-3.072-5.12-4.096-8.192-13.311-29.697-25.6-60.416-38.912-90.113-2.048-6.143-5.12-12.288-7.168-17.408 16.384-12.287 36.864-14.336 56.32-14.336 37.888-1.023 74.752 4.097 109.567 20.48 2.05 1.025 5.12 1.025 7.17 2.049-15.361 28.671-29.697 56.32-45.057 84.992-11.264 21.504-2.048 37.887 20.48 44.032 23.552 5.12 46.08 11.264 69.632 16.384q10.752 1.535 0 0c-47.105 3.072-93.185 7.168-140.288 10.24-2.048 0-4.096 1.023-6.144 1.023 2.048 9.216 4.096 18.433 4.096 27.649 41.983-3.072 84.992-6.145 126.976-8.193 10.24-1.023 19.456-1.023 31.744-2.047-10.24 11.263-18.431 22.528-27.647 33.792zm296.96 323.584c-52.225 34.816-120.832 32.768-169.984-5.12-41.984-32.768-60.416-76.8-55.296-131.072 3.072-32.768 17.408-59.392 38.912-83.968 3.071-3.072 7.168-6.143 10.24-9.216C762.4 680.985 788 719.897 820.768 754.712c3.072 4.096 7.167 8.193 12.288 8.193 6.144 0 11.264-2.048 14.335-7.168 3.073-6.145 2.05-12.288-2.047-17.409-13.312-15.36-26.624-30.72-37.888-46.08-16.384-21.504-28.672-45.055-40.96-69.631 22.528-15.36 48.128-19.457 74.752-18.433 52.224 3.072 93.184 26.624 120.832 72.704 37.888 62.464 16.384 151.553-45.056 191.488M771.616 201.752c-2.048 2.048-2.048 5.12-3.072 8.192-7.168 30.72-14.336 62.464-21.504 93.184-1.025 3.072 0 8.192-5.12 10.24 16.384 10.24 33.792 18.432 53.248 23.552 17.408 4.096 27.648-2.048 34.816-17.408 3.071-6.144 3.071-13.312 5.12-19.456l6.144-27.648c3.072-7.168 10.24-5.12 15.36-6.144 15.36-3.072 16.384-6.144 11.264-20.48-5.12-12.288-12.288-23.552-11.264-37.888-20.48 16.384-43.009 24.576-84.992-6.144'/%3E%3C/svg%3E")}.adv-sport-bmx-racing{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M1038.88 680.984c-24.576-100.353-130.048-157.696-227.328-124.929-9.216-18.432-17.408-37.888-26.624-56.32-2.048-4.096-1.023-6.144 3.072-8.192 8.193-4.095 10.24-11.263 9.216-20.48-4.096-34.816-8.191-68.608-13.311-103.424-3.073-23.552-21.504-40.96-45.057-44.031-12.288-2.05-22.527 1.023-32.768 2.047-7.168-10.24-14.336-20.48-27.648-24.576-43.008-14.336-86.016-29.696-129.023-44.032-14.336-5.12-28.672-11.264-44.032-14.336-3.072-4.096-8.193-4.096-12.288-6.143-17.409-7.168-36.865-12.288-54.272-21.504 8.192-7.168 16.384-15.36 22.527-24.576 2.048 5.12 5.12 3.07 9.216 2.047l24.577-9.215c16.383 8.191 27.648 6.143 37.888-8.193 12.287-17.408 26.624-33.792 31.743-55.296 8.193 3.073 11.265-1.024 12.289-8.192 1.024-10.24 4.096-19.456 4.096-29.695 0-18.433-2.049-37.89-14.336-53.248C542.241.024 509.473-6.121 474.657 1.047c-31.744 6.145-48.128 29.696-56.32 59.393-2.048 6.143-3.072 12.287 6.144 14.336 5.12 2.048 4.096 6.143 4.096 9.216-24.576 29.696-49.152 60.416-73.728 90.11-54.272-15.359-92.16 13.313-112.64 51.201-11.264 21.504-21.504 43.008-30.72 65.536-20.48 53.248-34.817 108.544-33.792 165.888 1.023 58.368 27.647 102.4 76.8 133.12q27.647 16.897 55.296 33.792c-14.336 20.48-28.672 40.96-44.033 60.416-19.456-9.216-39.935-14.336-60.416-15.36C114.21 664.6 34.336 731.16 22.048 823.32 7.712 927.767 89.632 1021.975 194.08 1023c100.352 1.024 179.2-78.848 179.2-180.224 19.456-2.05 37.888-4.097 57.344-6.145 10.24 19.456 25.6 35.84 29.696 58.368 1.024 4.096 4.096 5.12 7.168 5.12h86.016c10.24 0 17.408-5.12 21.504-14.335 3.072-8.193 3.072-16.384-3.072-23.552-4.096-6.145-8.192-24.576-6.144-31.744 6.144-19.456 0-36.865-7.168-54.273 5.12-5.12 10.24-9.216 15.36-14.336 5.12 1.025 9.216 1.025 14.336 2.048 20.48 3.072 39.936 7.168 60.416 9.216 9.216 1.024 17.408-2.048 21.504-11.264 5.12-9.216 4.096-16.384-2.048-24.576-10.24-12.288-22.528-24.576-34.816-34.815q-6.144 6.143 0 0c47.105-46.08 94.208-93.185 141.312-139.265 1.023 2.049 2.048 6.144 3.071 9.216-52.223 32.768-81.92 78.848-87.04 140.287-8.191 114.688 93.185 204.801 205.824 186.368 100.353-18.431 166.912-119.808 142.336-218.11zm-406.528-307.2c17.408 21.504 53.248 17.408 68.608-6.145 1.025-2.047 3.073-4.095 4.096-6.143l21.504-3.072c13.313-1.024 19.456 4.095 21.505 16.383 3.071 20.48 3.071 20.48-16.385 26.624-15.36 5.12-29.695 9.217-45.056 15.36-6.143 2.049-10.24 2.049-16.383-3.071-11.265-9.216-23.552-18.432-34.817-26.624-5.12-4.096-12.288-5.12-18.431-6.144q-6.144-10.752-15.36-21.504c14.335 1.024 22.527 4.096 30.719 14.336M342.56 526.36c14.337-1.024 27.648-3.072 40.96-4.097 34.816-3.071 69.633-7.168 104.448-10.239 6.145-1.024 10.24 0 11.265 7.168 2.047 10.24 5.119 19.456 8.191 29.695-34.815 10.24-69.632 20.48-104.448 31.744q4.608 3.072 0 0c-21.504-13.311-41.983-25.6-65.535-39.935-6.145-4.097-12.288-7.168-18.433-11.265 8.193-1.023 16.384-2.048 23.552-3.071m-45.056 288.768c-26.624 3.072-53.248 6.145-82.944 9.216 16.385-22.527 30.72-43.008 45.056-63.487 18.432 14.335 30.72 32.767 37.888 54.271m5.12 35.84c-3.072 61.44-58.368 108.544-117.76 100.353-63.488-9.217-104.448-66.56-91.137-128 12.288-59.393 74.753-96.256 134.145-77.824-19.456 27.647-38.912 56.32-58.368 83.968-5.12 8.192-11.264 16.383-5.12 25.6 6.145 10.24 15.36 8.192 25.6 7.168 36.864-3.072 74.753-7.168 112.64-11.264q6.144-1.536 0 0zm122.88-50.176c-19.456 2.048-37.888 4.096-57.344 5.12-10.24-41.984-32.768-76.8-68.608-102.4 10.24-19.456 24.576-35.84 35.84-54.271 4.096-6.145 6.144-1.025 9.216 2.047l52.224 64.512c3.072 4.097 6.144 7.168 9.216 10.24q12.288 35.328 21.504 70.657c-1.024 2.047-2.048 3.07-2.048 4.095m108.544-51.2c-13.311-4.096-26.624-10.24-40.96-9.216-7.168-29.696-15.36-58.368-22.528-88.064-4.096-18.432-12.287-33.792-27.648-46.08q-4.608-3.072 0 0c24.576-8.192 50.176-15.36 75.777-21.504q7.679-3.072 0 0c10.239 34.816 20.48 69.632 31.743 103.425l9.217 35.84a302 302 0 00-25.601 25.6m45.056-268.288c-8.191-34.815-37.888-56.32-72.703-54.271-41.984 2.047-82.944 6.143-124.93 9.215-3.07 0-7.167 0-10.238 1.025-10.24 1.023-20.48 1.023-30.721 2.048-15.36 2.047 0 0 0 0 14.336-30.721 31.744-60.416 48.128-90.113 4.096-1.024 7.168 0 10.24 2.048 1.024 0 2.048 1.025 2.048 1.025 38.912 20.479 78.848 34.815 121.856 43.007 6.143 1.024 11.264 2.048 12.288 10.24 4.096 19.457 17.408 30.72 36.863 32.768 17.408 2.048 32.769-4.096 43.01-19.456l3.07-3.072c14.336 7.168 25.6 18.432 37.889 27.648 18.432 14.336 36.863 28.672 57.344 45.056-43.008 12.288-82.944 23.553-122.88 34.816-6.145-13.312-8.193-27.648-11.265-41.984zm175.104 47.104-2.048 2.048-133.12 133.12c-1.024 1.023-2.048 1.023-3.072 2.048l-21.504-104.448c51.2-15.36 101.376-29.696 152.576-45.056 4.096-1.024 6.144 0 8.192 4.096 1.024 2.048 3.072 5.12-1.024 8.192m-1.024-59.392c-6.144 3.072-10.24 2.049-14.336-2.048-8.191-7.168-16.384-13.311-26.624-21.504 13.313-4.095 25.6-8.191 37.889-12.288 5.12-2.048 6.143 0 7.168 5.12 0 6.145 1.023 12.288 2.048 18.432 0 5.12 0 9.217-6.145 12.288M905.76 821.272c-51.2 19.455-108.544-3.072-133.12-51.2-23.552-47.105-8.191-106.496 34.816-134.145 11.264 23.553 21.504 47.104 32.768 70.656 1.024 3.072 2.049 5.12 4.097 8.192 5.12 9.216 14.336 12.288 23.551 8.192 8.193-4.096 12.289-13.312 8.193-23.552-9.217-21.504-19.456-43.008-29.696-65.536-2.048-5.12-4.096-9.216-6.145-14.336 59.393-14.336 114.688 22.528 129.024 75.776 14.336 52.224-13.312 107.52-63.488 125.952z'/%3E%3C/svg%3E")}.adv-sport-bowls{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M330.6 627.4c0-34.8-24.4-63.2-54.6-63.2s-54.6 28.2-54.6 63.2c0 34.8 24.4 63.2 54.6 63.2s54.6-28.4 54.6-63.2m341 209.4c0 38.6-31.2 69.8-69.8 69.8S532 875.4 532 836.8s31.2-69.8 69.8-69.8 69.8 31.2 69.8 69.8m256-465.4c0 38.6-31.2 69.8-69.8 69.8S788 410 788 371.4s31.2-69.8 69.8-69.8 69.8 31.2 69.8 69.8M532-1C249.2-1 20 228.2 20 511s229.2 512 512 512 512-229.2 512-512C1043.6 228.4 814.6-.6 532-1M136.4 278.2c12.8 0 23.2 10.4 23.2 23.2s-10.4 23.2-23.2 23.2-23.2-10.4-23.2-23.2c-.2-12.8 10.4-23.2 23.2-23.2m279.2 372.4c-114.399 0-116.399 134-116.399 139.601.2 12.8-10.2 23.4-23 23.4-12.8.2-23.4-10.2-23.4-23v-.2c0-5.6-2-139.6-116.4-139.6-12.8 0-23.2-10.4-23.2-23.201s10.4-23.2 23.2-23.2c114.4 0 116.4-134 116.4-139.6-.2-12.8 10.2-23.4 23-23.4s23.4 10.2 23.4 23v.2c0 5.6 2 139.6 116.399 139.6 12.8 0 23.2 10.4 23.2 23.2.2 12.8-10.2 23.2-23.2 23.2m-8-539.6c-13 4-26 8.8-38.4 14.2-12.6 5.4-24.6 11.2-36.6 17.6-11.8 6.4-23.2 13.4-34.6 21-11.2 7.4-22 15.6-32.2 24.2-10.4 8.6-20.4 17.6-29.8 27s-18.6 19.6-27 29.8c-8.2 10-22.8 11.4-32.8 3.2s-11.4-22.8-3.2-32.8q14.1-17.1 30-33t33-30c11.6-9.6 23.6-18.4 35.8-26.8s25.2-16.2 38.4-23.2c13-7 26.8-13.8 40.6-19.6S379 71.4 393.6 67c14.4-4.4 29.6-8.4 44.6-11.4 15.2-3.2 30.6-5.4 46.2-7 6.2-.8 12.4 1 17.2 5s7.8 9.6 8.4 15.8-1.2 12.4-5 17.2-9.6 7.8-15.8 8.4c-14 1.4-28 3.6-41.6 6.4-13.4 2.2-26.8 5.4-40 9.6m194.2 842.2c-64.2 0-116.399-52-116.399-116.4 0-64.2 52-116.399 116.399-116.399 64.2 0 116.4 52 116.4 116.399 0 64.2-52.2 116.4-116.4 116.4m46.6-651.6c-64.2 0-116.4-52-116.4-116.399 0-64.2 52.2-116.4 116.4-116.4s116.399 52 116.399 116.4c-.2 64.2-52.2 116.2-116.399 116.399m209.4 186.2c-64.2 0-116.399-52.2-116.399-116.399 0-64.2 52.2-116.4 116.399-116.4s116.4 52.2 116.4 116.4S922 487.6 857.8 487.8M718.2 185.2c0 38.6-31.2 69.8-69.8 69.8s-69.8-31.2-69.8-69.8 31.2-69.8 69.8-69.8 69.8 31.2 69.8 69.8'/%3E%3C/svg%3E")}.adv-sport-boxing{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='m433 747.6-.2.2 9.6 54.6L497 812l.2-.2-10.4-53.6zm483-419c-211.8-211.6-333.2-102.8-352.8-29-9.4 35.2-8.4 50-8.4 50C523 334 441.8 312 372 567.8L222 752.401c33.6 58 72.2 108.8 116.8 153.399s95.4 83.2 153.4 116.8l184.6-150c60-27.8 157.4-38.8 219.6-101.199 127.8-127.4 211.2-251 19.6-442.801M616.8 783.2c-12.6 12.6-33 12.6-45.6 0-3-3-5.2-6.4-6.8-10l-39.4-7.6 7.6 39.4c3.6 1.6 7 3.8 10 6.8 12.6 12.6 12.6 33 0 45.6s-33 12.6-45.6 0q-4.2-4.2-6.6-9.6l-41.6-7.2 7.4 41.6c3.4 1.6 6.8 3.8 9.6 6.6 12.6 12.6 12.6 33 0 45.6s-33 12.6-45.6 0-12.6-33 0-45.6l.4-.4-9.6-54.6-54.6-9.6c-.2.2-.2.2-.2.4-12.6 12.6-33 12.6-45.6 0s-12.6-33 0-45.6 33-12.6 45.6 0q4.2 4.2 6.6 9.6l41.6 7.4-7.4-41.6q-5.1-2.4-9.6-6.6c-12.6-12.6-12.6-33 0-45.6s33-12.6 45.6 0c3 3 5.2 6.4 6.8 10l39.4 7.6-7.6-39.4c-3.6-1.6-7-3.8-10-6.8-12.6-12.6-12.6-33 0-45.6s33-12.6 45.6 0 12.6 33 0 45.6l10.4 53.6 53.6 10.4c12.6-12.6 33-12.4 45.4 0 12.8 12.6 12.8 33 .2 45.6m-329.4-163-13.6-17.6-52.6 15c0 .2 0 .2-.2.4l32.8 43.8zm-120.8 60c3.8 1.2 7.2 3.2 10.2 5.6l40.4-12.2-25.2-34c-3.8.2-7.6-.2-11.4-1.6-17-5.6-26.2-23.8-20.6-40.6 5.6-17 23.8-26.2 40.6-20.6 4 1.4 7.6 3.4 10.6 5.8l38.6-11-24.6-31.6c-4 .2-8-.2-12-1.6-17-5.6-26.2-23.8-20.6-40.6 5.6-17 23.8-26.2 40.6-20.6s26 23.6 20.6 40.6l33.6 43.2 52.6-15c1.6-5 4.4-9.2 7.8-12.6 29.6-97.4 61-150.4 61-150.4s-32.2-86.2-130.6-47.8C394.6 280 310 191.8 310 191.8S410 268 506.8 309.6q7.2-1.2 14.4-1.199c2 0 4.2 0 6.2.2q1.8-7.8 4.2-17.4c13.4-50.8 59.6-104.8 131.4-116.4-24-53.6-81-110.2-200.4-149.2-257.4-84.4-330 45.8-386.2 217.4-27.4 83.8 6.8 175.6 9 241.6L35 717.202c56.2 36.6 113.6 64.4 173.6 84 2 .6 4 1.2 6 2-7.199-11.2-14.199-22.6-21-34.4l-11.199-19.4 29.6-36.4-24.6 7.4c0 .2 0 .2-.2.4-5.6 17-23.8 26.2-40.6 20.6-17-5.6-26.2-23.8-20.6-40.6 5.6-17 23.8-26.2 40.6-20.6z'/%3E%3C/svg%3E")}.adv-sport-canoeing{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M1025.57 918.552s-1.024 0 0 0c-10.24 0-18.433 1.024-26.624 4.097h-1.024c-2.048 1.023-3.073 1.023-5.12 2.048-2.048 1.023-4.096 1.023-6.144 2.047-10.24 4.096-19.456 10.24-28.672 16.384-26.624 19.456-57.345 23.552-89.088 14.336-13.312-3.072-23.553-10.24-34.816-18.432-40.96-27.648-82.945-28.671-122.88 0-31.744 22.528-64.512 28.672-101.376 16.384-12.288-4.095-21.504-12.288-32.769-18.431-36.863-24.577-78.848-24.577-115.712 0-23.552 16.383-48.128 27.647-77.824 24.575-16.384-2.048-54.272-21.504-58.367-23.552-17.408-13.311-37.889-19.456-60.416-19.456-25.6 0-46.08 10.24-66.56 24.576-37.888 25.6-76.8 26.624-116.736 1.025-17.408-11.265-34.816-23.553-57.344-24.577h-4.096V1023h1020.93V919.576c-4.096-1.024-9.216-1.024-15.36-1.024zM77.344 889.88c7.168 8.192 17.408 9.216 25.6 2.048l86.016-76.8c7.168-6.144 9.216-15.36 4.096-22.528-9.216-11.264-2.048-15.36 5.12-21.504 4.097-3.071 7.168-6.144 11.264-9.216 24.576-21.504 49.152-41.983 73.728-63.488 1.024 0 2.048-1.024 2.048-1.024 2.048 0 5.12 0 7.168-1.024 32.768-9.216 66.56-18.432 99.328-26.624 20.48-5.12 39.936-11.264 56.32-26.624 20.48-11.264 38.912-25.6 58.368-37.888 9.216-5.12 9.216-5.12 10.24 5.12 2.048 12.288 4.096 25.6 5.12 37.888 12.288-7.168 23.552-14.336 35.84-21.504 45.056-27.647 88.064-27.647 134.145-1.023 16.383 9.215 32.767 19.455 48.127 28.672-4.095-31.745-8.192-63.489-13.312-95.233-2.048-16.384-3.071-31.744 9.217-45.056 7.168-8.192 12.288-17.408 17.407-26.624 10.24-16.383 22.528-30.72 30.72-48.127 13.312-15.36 22.528-34.817 34.816-51.2 8.192-11.264 11.265-24.577 12.288-38.913 1.025-23.552 4.096-48.128 5.12-71.68 1.025-22.528 3.073-44.032 4.096-66.56 23.553-22.527 49.152-43.008 73.728-65.536 3.073-3.071 5.12-1.023 7.168 1.024 12.289 10.24 19.457 11.264 31.745 0l79.872-70.656c11.263-10.24 12.288-20.48 2.047-31.744-11.264-12.288-22.528-24.575-33.792-37.888-9.215-10.24-19.456-10.24-30.72-1.024L890.402 75.8c-12.288 11.265-13.313 19.456-3.073 32.769 3.073 4.095 2.048 6.143-1.024 9.216-14.336 12.288-29.695 25.6-44.031 37.887-2.049 1.025-3.072 3.073-6.145 3.073 0-2.048-1.024-4.096-2.048-6.145-9.215-13.311-27.648-20.48-43.007-16.384-17.409 4.096-29.697 16.384-31.744 33.792-3.073 20.48-3.073 39.937-4.096 60.416-13.313 11.265-25.6 23.552-38.912 34.817-16.385 13.311-30.721 28.672-48.128 40.96-1.025-1.025-1.025-2.048-2.049-3.073-25.6-28.672-70.655-35.84-105.472-15.36-33.792 20.48-49.152 63.488-35.84 100.353 4.096 11.264 12.288 19.456 16.384 29.696-45.056 38.911-89.088 78.848-134.144 117.76l-70.656 61.44c-1.025 0-2.048 1.024-2.048 1.024-4.096 0-7.168 0-10.24 1.025l-87.04 23.551c-17.408 5.12-28.672 16.384-31.744 33.792-3.072 16.384 3.072 30.72 16.383 39.936-18.431 18.432-38.91 34.816-58.367 52.224-4.096 4.096-6.144 1.024-8.192-2.048-10.24-9.216-19.456-11.264-28.672-3.072-28.672 24.577-56.32 50.176-84.992 75.776-8.193 7.168-9.216 18.432-2.048 26.624 12.288 16.385 24.576 29.696 37.888 44.032zm433.152-391.168c21.504-18.432 43.008-37.888 64.512-56.32 1.024-1.024 3.072-2.048 5.12-3.072 2.048 2.048 4.096 3.072 7.168 3.072 33.792 7.168 66.56-6.144 87.04-33.792 1.024-1.024 2.048-3.072 3.072-4.096 11.264-18.432 16.384-37.888 10.24-58.368 13.312-15.36 29.696-26.624 44.031-39.936 7.168-6.144 13.313-13.312 21.504-17.408-1.023 17.408-3.07 34.816-4.095 53.248 0 4.096-3.073 6.144-4.096 9.216-9.216 15.36-19.456 28.672-27.648 44.032-15.36 19.456-27.648 39.936-40.96 61.44-6.144 9.216-12.289 14.337-23.552 14.337 4.095 25.6-15.36 40.96-34.817 44.03-17.407 3.073-35.84-11.263-40.96-30.719-20.48 0-38.912 6.144-58.367 14.336-3.072 1.024-5.12 4.096-9.217 3.072-2.047-1.024 0-2.048 1.025-3.072m309.248 265.216c-23.552-20.48-48.128-37.888-73.728-56.32-28.672-17.407-56.32-35.84-84.992-53.247-24.576-14.336-47.104-14.336-71.68 0-20.48 12.288-39.936 24.575-60.416 36.863-6.144 4.097-11.264 8.192-17.409 11.265-45.055 30.72-88.063 63.487-124.928 104.447-26.624 29.696-40.96 62.464-35.84 100.353 26.625-2.048 49.153-13.313 71.68-28.672 44.032-29.697 93.185-29.697 137.217 0 12.287 8.191 24.575 17.408 38.911 22.527 44.033 15.36 82.945 7.168 120.832-19.455 48.128-33.792 97.28-33.792 146.433 0 10.24 7.168 20.48 14.336 32.768 18.431 2.048-25.6-4.096-50.175-21.504-73.728-16.384-23.552-36.864-44.031-57.344-62.464'/%3E%3C/svg%3E")}.adv-sport-counter-strike{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M989.8 282.4c-47.4-98-143.8-194.601-244-236.2C586.8-33.6 366.6-7 228.2 99.4c-172.2 130.8-244 339-189 549C77 810.8 232.599 964 393.4 1004.6c203.6 51.8 413.8-11.4 545.199-181 117.601-143.8 137.4-376.8 51.2-541.2zm-88.6 531.2C782.599 950.201 619.4 1011.401 438.8 979c-107.399-27.2-215-74.8-283.399-175.2-112.2-133.399-132.4-358.6-49.2-511.6C197 119 376.2 20.599 568.6 32.4c117.2 11.8 219.4 59 307 141.8 37.6 43 68.6 89 92.4 137.8 75.4 156.2 47 372.2-66.8 501.6m-19.6-606h-11.8c-5.8-3-15.6-4-15.8-11.8 2-3.4 5.6-3.4 7.8-6-8.6-5.6-3.8-16.4-7.8-23.6-14.4-4.4-2.6 12.6-11.8 15.8-15-2-26.2 5-37.4-6l4-4c-1.4-1.6-5.6-5-9.8-4-2.4 18.2-19.8 6.4-33.4 9.8-12-2.8-4.2-11.4-6-19.6-3.8.6-6.6-1-9.8-2-1.4 24.4-28 12.6-43.2 15.8-15.8-7.2-49.6 8.6-47.2-21.6-11-2.6-18.2 3.6-25.6 9.8-31.4-18.4-38.4 34-65 15.8-1.8-11.6 2.2-20.8 7.8-29.6 15.2-16.2-2.6-33.4-5.8-49.2C556 62.8 512.2 50 480.2 67.8c-35 17.2-38.6 56.6-35.4 90.6-2 3.6-6.4 1.4-9.8 2-28.2 20.2-46.6 51.6-67 78.8-2.4 68.6-16.4 132.2-33.4 194.8 3 2.401 7.4.6 9.8 4-16.4 19 5.6 36.8 4 57-22 66.401-43.8 132.6-57 202.6-7 16.801-25 15.801-37.4 23.601-17.2 26.2-44.4 48.2-51.2 78.8 11.2 22.2 7.4 55.8 33.4 67 13.4 25 36.8 2.6 55.2 4 10.4-17.8-2.6-35.4-4-53.2 18.2-7.4 42-1.2 61-6 14.4-31.4 26-64.2 43.2-94.4 11.6-50 29.4-98.2 53.2-143.6 4.8-3.6-1.6-11.4 5.8-13.8 32.2 8 48 43.6 68.8 67 8.6 24.4 38.4 40.4 51.2 63 12.4 46.6 22 94.4 37.4 139.8 3.2 24.6-8.6 48.2 13.8 65 27.8 18.2 58 47.8 94.4 27.6v-25.6c-10.4-31-41.8-53.6-37.4-90.6 7.2-50.2-21-85.6-13.8-135.8-19-19-25.6-43.2-43.4-63-5.8-14-24-22.8-23.6-39.4 4-3.4 7-8.6 11.8-9.8-.2-23-20.6-39.2-33.4-55.2-11.6-18.4-31.6-33.6-41.4-53.2l-15.8 4c-1.4-12.4-5.6-23.6-4-37.4 1.2-8.6 10.4-14.4 19.6-11.8 4.8-18 2.6-38.6 6-57 5-9.6 15.6-5.8 23.6-7.8 15.8 6.2 30-2.6 43.2-7.8l2 2c5 2.2 6.4-4 9.8-6 27.2 8.6 34-27.2 53.2-37.4l37.4 7.8c5.8-.2 9.4-3.2 7.8-9.8 3.6-10.4-7.4-21.2 2-27.6 12.8 30.8 20.8 63.2 41.4 90.6 6.2-1.2 11.4-4.6 15.8-9.8-16.4-27.8-32.8-57.8-31.4-90.6 7.4 1.2 12.2 8.6 19.6 9.8 3.8-4.6 7.6-14.4 15.8-11.8 11.4-50.8 68.2-25 102.4-37.4-.8-1.4-2.4-2.4-1.8-4.2zm-307 47.2c-7.4-1.2-16.2-3.6-19.6-9.8l31.4-25.6c17-1.6 31.4 2.6 47.2 4-11 22.8-47.2 2-59 31.4'/%3E%3C/svg%3E")}.adv-sport-cricket{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M758.442 373.07c-88.317 0-160.156 71.839-160.156 160.155s71.839 160.156 160.156 160.156c88.316 0 160.155-71.839 160.155-160.156 0-88.316-71.839-160.155-160.155-160.155M240.944 917.226l-116.221-116.22 19.325-19.325 116.22 116.22zm782.766-706.393L832.573 19.696c-26.177-26.212-71.874-26.212-98.05 0l-504.9 504.899c-17.547 17.546-23.472 44.007-15.11 67.372 8.97 25.038 32.086 41.73 61.84 44.612 2.811.286 4.038 2.1 4.572 3.595.445 1.264.89 3.737-1.316 5.944L169.225 756.501l116.22 116.22 100.312-100.31c2.616-2.617 5.659-3.968 9.04-3.968 5.445 0 12.243 3.79 14.396 12.135 7.972 31.16 33.722 52.104 64.062 52.104 17.226 0 33.401-6.71 45.59-18.898l123.392-123.409c-48.136-35.697-79.526-92.748-79.526-157.13 0-107.928 87.82-195.747 195.746-195.747 64.383 0 121.451 31.391 157.131 79.527l108.142-108.123c27.03-27.031 27.03-71.038-.019-98.07zM35.98 889.75C25.678 900.053 20 913.756 20 928.365c0 14.574 5.677 28.294 15.98 38.598l39.007 39.007c10.303 10.303 24.023 15.98 38.598 15.98s28.294-5.677 38.598-15.98l63.6-63.6-116.22-116.22z'/%3E%3C/svg%3E")}.adv-sport-cross-country{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M262.867 137.034H111.189c-16.6 0-30.018 13.417-30.018 30.017.228 16.373 13.417 29.79 30.018 29.79h151.45c16.6 0 30.018-13.417 30.018-30.017 0-16.373-13.417-29.79-29.79-29.79m0 239.457H111.189c-16.6 0-30.018 13.417-30.018 30.017s13.417 30.017 30.018 30.017h151.45c16.6 0 30.018-13.417 30.018-30.017 0-16.829-13.417-30.017-29.79-30.017M203.06 256.649H51.382c-16.6 0-30.017 13.417-30.017 30.017s13.417 30.016 30.017 30.016h151.451c16.6 0 30.017-13.417 30.017-30.016s-13.417-30.017-29.79-30.017M982.601 406.28H801.133V286.666c0-52.53-64.355-80.274-102.104-42.297L459.8 483.6c-23.423 23.423-23.423 61.171 0 84.594l137.125 137.125L429.783 872.46c-23.423 23.423-23.423 61.172 0 84.594s61.172 23.422 84.594 0l209.439-209.438c23.423-23.423 23.423-61.172 0-84.595L586.69 525.896l94.826-94.826v35.02c0 32.973 26.834 59.806 59.808 59.806H982.6c32.974 0 59.807-26.834 59.807-59.807s-26.606-59.806-59.807-59.806v-.001zM580.096 102.241c-23.877-15.691-55.259-12.735-75.498 7.504L340.185 274.158c-23.423 23.423-23.423 61.172 0 84.594 23.424 23.422 61.173 23.423 84.595 0l129.848-129.848 43.662 31.608 58.443-58.442c9.778-9.779 21.376-17.283 33.883-23.196L580.097 102.24zM417.502 610.489c-15.236-15.236-25.242-33.883-30.7-53.895L70.939 872.458c-23.424 23.422-23.424 61.171 0 84.593 23.423 23.422 61.172 23.423 84.594 0l304.266-304.266zM831.15 47.437c49.573 0 89.824 40.25 89.824 89.825s-40.25 89.825-89.824 89.825c-49.575 0-89.825-40.25-89.825-89.825s40.25-89.825 89.825-89.825'/%3E%3C/svg%3E")}.adv-sport-curling{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M1042.98 585.752c-4.096-25.6-11.264-49.152-24.575-71.68-38.912-68.608-98.305-104.448-176.128-110.592 0-13.312-3.072-26.624-9.217-38.912-17.407-33.792-45.056-49.152-82.943-49.152H425.509c-9.216 0-11.264-3.072-11.264-11.264a744 744 0 000-67.584c0-9.217 2.048-13.312 12.288-12.288 82.943 1.024 165.888 0 247.808 0h14.336c16.384-1.024 29.696-14.336 32.769-30.72 4.095-24.576-13.313-44.032-38.913-44.032H410.15c-9.216 0-19.455-1.024-28.672 0-27.647 0-43.008 15.36-43.008 44.031V306.2c0 7.168-2.048 10.24-10.24 10.24-13.311 0-26.624-1.024-39.935 2.048-38.912 8.192-69.632 44.032-69.632 86.016-7.168 1.024-15.36 1.024-22.528 2.048q-102.913 16.897-153.6 107.52c-16.385 26.625-24.577 55.297-25.601 86.017 3.072 23.551 3.072 47.104 4.097 70.656 1.023 31.744 9.215 62.464 25.6 90.112 1.024 1.023 1.024 2.048 2.047 4.096 35.84 62.464 91.136 99.328 162.816 105.472 64.512 5.12 129.023 2.048 193.536 1.024h10.239c12.288 2.048 23.553 0 35.84 0 131.072 0 261.12 2.048 392.192-1.024 78.848-1.024 137.216-40.96 176.128-109.567 6.145-9.217 10.24-19.456 14.336-29.697 13.312-40.96 10.24-144.384 9.216-145.408zM842.272 815.128c-131.072 2.048-261.12 1.024-392.192 1.024-12.288 0-23.552 2.048-35.84 0q-3.072-4.608-6.144 0H404c-64.512 1.024-130.048 4.096-193.536-1.024-48.128-4.096-89.088-22.528-121.855-53.248 0 0 13.311 0 0 0h165.888v-4.096c0 1.024 1.023 3.073 0 4.096 1.023 0 1.023 0 2.048 1.024h719.872c-34.816 31.745-79.872 51.2-134.144 52.224zM89.632 514.072c29.696-27.648 66.56-44.032 109.568-52.225 7.168-1.023 15.36-2.047 22.527-2.047h620.545c53.247 4.096 97.28 21.503 132.096 54.272z'/%3E%3C/svg%3E")}.adv-sport-cycling{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M861.622 481.096c-16.146.228-32.065 2.73-47.527 7.05L698.8 241.415h108.018c16.6 0 30.016 13.417 30.016 30.016 0 7.96-3.183 15.463-8.64 21.15l-17.511 17.51c-11.143 12.28-10.232 31.154 2.048 42.296 11.369 10.461 28.88 10.461 40.25 0l17.51-17.51c35.02-35.247 35.02-92.098-.228-127.345-16.828-16.828-39.567-26.152-63.218-26.152H652.184c-16.6 0-30.016 13.417-30.016 30.018 0 4.32.91 8.64 2.73 12.507l63.9 137.125H382.257v-59.58h90.051c16.601 0 30.018-13.417 30.018-30.018s-13.417-30.017-30.018-30.017H292.431c-16.6 0-30.016 13.417-30.016 30.017s13.417 30.018 30.016 30.018h30.018v82.092l-60.263 108.472c-19.101-7.05-39.112-10.687-59.579-10.915-99.376 0-179.878 80.275-179.878 179.65s80.275 179.876 179.65 179.876h.227c87.55-.226 162.139-63.673 176.692-149.859h38.43c16.601 46.619 67.767 71.178 114.385 54.577s71.177-67.765 54.578-114.384a93.3 93.3 0 00-10.915-21.149l138.943-192.384 44.798 95.737c-81.637 56.17-102.332 168.052-46.162 249.69 33.428 48.663 88.914 77.772 148.04 77.772 99.376 0 179.877-80.275 179.877-179.65s-80.274-179.876-179.649-179.876zm-576.696 93.009c16.147 15.463 27.517 35.02 33.201 56.623h-64.583zm-82.548 206.482c-66.175 3.411-122.571-47.755-125.754-113.929-3.411-66.175 47.755-122.571 113.929-125.754a107 107 0 0112.053 0c10.232.227 20.238 1.592 30.016 4.32l-56.169 100.968c-7.959 14.326-2.956 32.519 11.37 40.478 4.548 2.5 9.551 3.866 14.78 3.866h115.75c-13.871 52.758-61.399 89.825-115.976 90.052zm215.124-149.859h-38.204c-7.504-43.206-30.472-82.32-64.81-109.608l37.976-68.22 82.548 148.721c-7.732 8.414-13.417 18.42-17.51 29.108zm109.609-55.941c-12.962-4.321-26.606-5.23-39.796-2.501L403.403 421.29H638.31l-111.2 153.498zM861.395 780.36c-65.946.227-119.613-52.759-119.842-118.705a118.75 118.75 0 0143.89-93.008l48.664 104.605c7.731 14.554 25.923 20.24 40.477 12.507 13.644-7.276 19.557-23.65 13.644-37.749l-48.892-105.061c7.278-1.364 14.554-2.047 21.831-2.274 66.175-3.412 122.571 47.754 125.754 113.93 3.411 66.174-47.755 122.57-113.929 125.754-3.638.226-7.732.226-11.598 0z'/%3E%3C/svg%3E")}.adv-sport-darts{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M482.669 1023c254.228 0 460.318-206.09 460.318-460.316 0-78.223-19.451-151.825-53.835-216.296-3.762.537-7.629.752-11.39.752-2.149 0-4.405-.106-6.662-.215l-58.56-4.513-42.121 42.12c32.127 51.792 50.717 112.824 50.717 178.15 0 186.857-151.505 338.362-338.36 338.362s-338.47-151.505-338.47-338.361c0-186.855 151.505-338.358 338.361-338.358 65.439 0 126.47 18.588 178.151 50.715l38.145-38.145-5.157-67.155c-.43-5.374-.323-10.746.214-16.011-63.288-32.772-135.172-51.36-211.462-51.36-254.119 0-460.209 206.088-460.209 460.313 0 254.227 206.091 460.316 460.318 460.316v.001zm0-579.264q4.513 0 9.026.321l86.819-86.819c-29.12-13.647-61.568-21.275-95.846-21.275-125.179 0-226.612 101.434-226.612 226.612s101.434 226.72 226.612 226.72 226.613-101.433 226.613-226.612c0-34.277-7.63-66.725-21.276-95.846l-86.822 86.82q.325 4.514.324 9.025c0 65.652-53.188 118.948-118.947 118.948-65.76 0-118.841-53.297-118.841-118.948.002-65.65 53.297-118.945 118.949-118.945zm474.392-291.512 27.292-27.292c12.465-12.464 12.465-32.557 0-45.022l-18.912-19.019c-6.232-6.231-14.397-9.348-22.455-9.348-8.06 0-16.333 3.117-22.457 9.348L889.26 92.16l-6.446-83.275C882.384 2.76 877.33-1 872.069-1c-2.687 0-5.373.967-7.523 3.117l-123.03 123.03c-11.067 11.066-16.763 26.432-15.58 42.119l.322 4.835 5.91 77.042-238.216 238.219c-4.513 4.511-7.308 10.529-7.737 16.869l-2.148 26.97c-1.29 15.688 11.175 29.012 26.755 29.012h1.396l28.475-1.397c6.66-.324 13-3.116 17.622-7.846l241.764-241.762 73.386 5.587c1.398.107 2.794.107 4.084.107 14.182 0 27.83-5.587 38.037-15.688l122.922-122.923c6.447-6.447 2.365-17.622-6.768-18.267l-74.678-5.802z'/%3E%3C/svg%3E")}.adv-sport-diving{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1011.23 816.152c-9.217 1.023-15.36 5.12-21.505 11.264-20.48 21.504-45.056 38.912-74.752 45.055-34.815 7.168-66.56-2.047-95.231-23.551-9.216-7.168-17.408-14.336-24.576-22.529-11.264-13.311-34.817-13.311-46.08 0-20.48 22.529-44.033 39.937-73.728 46.08-35.84 7.168-66.56-2.047-95.232-23.551-9.216-7.168-17.409-15.36-25.6-23.552-6.145-6.145-13.313-10.24-22.528-9.216-10.24 0-19.456 5.12-25.6 13.311-18.433 20.481-39.936 35.84-66.56 43.008-40.96 10.24-76.8-2.048-107.52-28.672-6.145-5.12-11.265-11.263-16.385-16.383-15.36-14.336-32.768-14.336-47.104 0s-29.696 27.648-48.128 36.864c-43.007 20.48-87.04 11.264-122.88-16.384-7.168-6.144-14.336-11.265-20.48-18.433-17.408-19.456-45.056-18.431-57.344 9.216v87.04c0 23.553 11.264 35.84 35.84 35.84h950.272c18.431 0 30.72-5.119 37.888-22.527v-102.4c-7.168-12.288-16.384-21.504-32.768-20.48zm30.72-197.632c-13.312-21.504-33.792-24.575-52.225-7.168-7.168 7.168-14.335 13.313-21.503 19.456-32.768 25.6-69.632 35.84-110.592 22.528-25.6-8.192-45.056-23.551-62.464-43.007-14.336-15.36-31.745-14.336-46.08 0-5.12 5.12-9.216 10.24-15.36 14.336-30.72 26.624-64.513 39.935-105.473 30.72-28.672-6.144-51.2-22.528-70.656-44.033-7.168-7.168-14.336-13.311-24.575-12.287-8.193-1.024-15.36 3.071-20.48 8.191-6.144 5.12-11.265 12.288-17.409 17.409-15.36 13.311-31.744 24.576-51.2 28.671q-10.752 4.61 0 0V179.224h327.68c10.241 0 19.457-3.071 26.625-11.263 7.168-10.24 9.216-20.48 3.071-31.745-6.143-11.263-16.384-16.383-29.695-16.383H263.71v-30.72q0-6.145-3.072-12.288c-5.12-11.265-15.36-18.433-27.648-18.433-2.048 0-4.096 0-6.145 1.025q-12.286 3.07-18.431 12.288c-2.048 3.072-4.096 7.168-5.12 10.24 0 2.048-1.024 4.096-1.024 6.143v23.552c0 2.049-1.024 6.145-4.096 7.168H87.58c-6.143 0-7.168-2.048-7.168-7.168V87.065c0-6.145-2.047-11.265-5.12-15.36-3.072-1.025-5.12-3.073-8.192-5.12-2.048-2.048-4.096-3.073-7.168-4.096-7.168-2.048-15.36-2.048-22.527 1.023-1.025 1.025-2.048 2.048-4.097 2.048l-3.071 3.072-3.073 3.073c-1.024 1.023-3.072 4.095-4.095 7.168-1.025 3.072-3.073 10.24-3.073 16.383v647.169c11.264-26.624 39.936-27.647 56.32-8.191 6.144 7.168 13.312 13.311 20.48 18.431 3.073 2.048 6.145 5.12 10.24 7.168-1.024 0-1.024-1.024-2.047-1.024 1.023 0 1.023 1.024 2.047 1.024 2.048 1.025 3.073 2.048 5.12 3.073 1.024 1.023 2.048 1.023 3.073 2.047 2.048 1.024 3.071 2.048 5.119 2.048 1.024 1.025 2.049 1.025 3.072 2.048 2.048 1.025 3.073 1.025 5.12 2.048 1.025 0 2.048 1.024 3.073 1.024 2.047 1.024 3.072 1.024 5.12 2.048 1.023 0 2.048 1.025 3.071 1.025 2.049 1.023 3.072 1.023 5.12 1.023 1.025 0 2.048 0 2.048 1.025-1.023 0-2.048 0-2.048-1.025 24.576 6.145 50.176 5.12 75.777-7.168 12.288-6.143 22.528-14.336 32.767-22.528 5.12-4.096 10.24-9.216 15.36-14.336 14.336-15.36 32.768-15.36 47.104 0 5.12 5.12 10.24 11.265 16.385 16.385 30.72 25.6 66.56 38.912 107.52 27.647 26.624-7.168 48.128-22.527 66.56-43.008 1.024-2.047 3.072-3.072 4.096-4.095 1.023-1.025 1.023-1.025 2.048-2.048 5.12-4.097 11.264-7.168 19.456-7.168 9.216-1.024 16.384 3.071 22.528 9.216 4.096 5.12 9.216 9.216 14.336 13.311 4.096 3.073 7.168 7.168 11.264 10.24 28.672 21.504 60.416 30.72 95.232 23.552 29.696-6.143 54.272-23.552 73.728-46.08 11.263-13.311 34.816-13.311 46.08 0 7.168 8.193 15.36 16.384 24.576 22.528 28.672 21.504 60.416 30.72 95.231 23.552 29.697-6.143 54.273-23.552 74.752-45.055 6.145-6.145 12.289-10.24 21.505-11.264 16.384-1.025 25.6 8.191 32.768 20.48v-119.81c-1.024 0-2.048-1.024-2.048-2.048zm-839.678 36.864c-19.456 8.192-39.937 7.168-60.416 1.024-24.576-7.168-45.057-19.456-62.465-38.912v-71.679c0-2.05 2.049-3.073 4.097-4.097h113.664c1.024 0 2.048 1.024 2.048 1.024s2.048 3.073 2.048 6.144v50.177c1.024 18.431 1.024 36.863 1.024 56.319M80.416 428.056c0-5.12 1.024-7.168 7.168-7.168h111.617c3.072 1.024 4.095 3.072 4.095 7.168v45.057c0 6.143-1.023 8.191-8.192 8.191H87.584c-6.143 0-8.192-2.048-8.192-8.191v-22.529c1.025-7.168 1.025-15.36 1.025-22.528zm0-73.728v-47.104c0-4.096 1.024-6.144 4.096-6.144h113.664c3.073 1.023 4.097 2.048 4.097 7.168v46.08c0 6.144-2.049 7.168-7.169 7.168H87.584c-6.143 0-8.192-2.048-7.167-7.168zM202.272 234.52q0 6.145-3.072 6.145H84.51c-3.071-1.025-3.071-3.073-3.071-6.145v-49.151c0-2.048 2.048-3.073 4.096-4.096h110.591c3.073 0 5.12 0 6.145 1.023 1.023 1.025 2.048 3.073 2.048 6.145-3.072 15.36-2.048 30.72-2.048 46.08m179.2 420.864c-19.456-4.096-34.815-15.36-50.176-27.647-5.12-4.097-10.24-9.217-15.36-14.336q-24.576-24.577-49.152 0c-2.047 2.047-3.072 3.07-5.12 4.095V181.273h119.808v390.144c1.025 27.648 1.025 55.296 0 83.968q12.29 3.072 0 0'/%3E%3C/svg%3E")}.adv-sport-dota2{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1044-1H917l-53 26.4L811-1H562l-60 30H336.2l-60-30H20v482l30 60v165.8l-30 60V1023h512l53-26.4 53 26.4h406V616.8l-26.4-53L1044 511zM290 843l-90-90V573l270 270zm544 0H714l-77.8-91.4-16-65.2-61.8-26.2L200 239l60-60 604 454zm30-394L594 179h180l90 90z'/%3E%3C/svg%3E")}.adv-sport-e-soccer{--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='black' d='M.1 326.3C3.3 265.3 13.8 202 50.7 146c12.3-18.6 27.2-34.7 45.9-47 22.2-14.6 45.8-16 70.2-7 12.4 4.6 24.5 10 36.4 15.9 36.1 18 71.8 17.3 107.5-1 9.3-4.7 18.9-8.9 28.6-12.7 40.8-16 69.6-8.1 102.4 27.1 36.5 39.2 54.2 87.5 63 139.5 5.7 34.1 10 68.3 5.1 102.9-1.7 12-4.5 23.6-9.6 34.7-10.7 23.4-29.3 32.1-54.1 25.2-21.9-6.1-39.7-18.8-55.3-35-8.3-8.7-17.2-17-24.7-26.3-14.9-18.6-34.5-26.5-57.5-28.2-39.7-2.8-79.3-3.5-118.9 2.1-13.7 1.9-24.8 7.7-34.8 17.2-16.6 15.7-30.2 34.5-48.3 48.7-11.7 9.2-24.3 17-38.9 21.1-27.3 7.6-47.7-2.3-57.8-28.8C2 373.8.2 352.3.1 326.3m126.7-65.6c0 2.8.3 5.7 0 8.4-1.6 12.9 6.8 12.7 15.9 13 9.8.4 14.7-2 14.4-13.2-.7-32.7-1.4-28.3 28.6-27.9 12.2.2 12.5-6.4 12.4-15.2 0-8.6.2-15.5-12.2-15.5-28 0-28.4-.6-28.8-29-.1-11.1-5.6-12.5-14.4-12.1-8.2.3-15.9-.8-16.1 11.8-.4 28.2-1 28.2-29.3 29.6-4.3.2-8.9-.3-11 5.2-5.8 15.4.7 25 17.1 25h3.6q19.8 0 19.8 19.9M440.9 225c0-9.4-9-18.4-18.3-18.6-9.9-.2-18.8 9.1-18.8 19.4 0 10.1 8.1 17.9 18.4 18 11 .1 18.7-7.7 18.6-18.9Zm-109.2 19.4c9.5.1 19.6-9.9 19.4-19.2-.3-8.8-9.8-18.3-18.8-18.7-9.3-.4-18.6 8.4-18.9 18-.3 10.3 8.4 19.8 18.3 19.9m46.2 45.1c10.3-.3 17.8-8.2 17.6-18.6-.2-10.6-8.9-19.2-19.1-18.8-9.2.4-18 9.7-18.1 19.1 0 10.3 8.8 18.6 19.5 18.3Zm17.6-109.4c0-10.4-8.9-19.7-18.6-19.4-9.6.3-18.1 8.9-18.5 18.6-.4 10.1 8.6 19.4 18.8 19.3 9.3 0 18.2-9 18.3-18.5'/%3E%3C/svg%3E")}.adv-sport-equestrian{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M1017.38 621.592c-54.272-27.647-100.352-66.56-145.408-107.52-5.12-4.097-7.168-8.192-4.096-15.36 2.048-5.12 2.048-12.289 1.025-17.409-7.17-47.103-18.433-94.208-35.841-139.264-34.815-89.088-90.111-162.816-172.031-212.992C606.756 95.255 548.388 75.8 484.9 68.631c-13.313-1.023-27.648-4.095-40.961-6.143v-35.84c0-6.144-2.048-8.192-8.191-8.192H367.14c-6.143 0-8.191 2.048-8.191 8.192v37.888c-9.217 0-53.248 8.191-66.56 12.288-28.673 9.216-57.345 19.456-81.92 37.888-8.192 4.095-15.361 9.215-23.552 15.36-18.432 14.336-35.84 28.672-49.153 47.103l-8.191 8.193c-28.672 35.84-51.2 75.775-68.609 117.76-19.456 55.296-34.816 114.688-40.96 175.104-3.072 35.84 12.289 54.271 48.128 54.271h496.64c6.144 0 9.217 1.025 10.24 7.168 3.072 16.384 12.288 30.72 24.576 43.008 37.888 39.937 84.992 64.513 136.192 81.92 52.224 18.433 107.52 28.673 162.815 33.792 33.792 3.072 68.609 5.12 102.4 5.12 25.6 0 45.056-19.456 44.032-44.031-2.048-17.408-11.264-29.696-27.648-37.889zM387.616 740.376c-32.769-7.168-61.44-19.456-86.017-41.984-28.671-25.6-46.08-57.344-57.343-92.16h-89.088c1.024 3.072 1.024 5.12 2.048 8.192 34.816 130.048 123.904 204.8 256 216.064 5.12 0 7.168 3.071 9.215 7.168 6.145 13.311 13.313 25.6 20.48 37.887 36.865 58.369 84.993 102.4 153.6 120.832 10.241 3.073 21.505 2.048 31.745 7.168h29.696v-66.56c0-18.432 0-18.432-17.408-20.48-2.048 0-3.072-1.023-5.12-1.023-48.128-7.169-83.968-33.792-111.616-73.729-28.672-40.96-45.056-86.015-56.32-134.144-8.192-33.792-14.335-68.608-18.432-102.4H363.04c5.12 46.08 14.336 91.136 24.577 135.168z'/%3E%3C/svg%3E")}.adv-sport-fencing{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='m781.856 865.304 168.96-168.96c6.144-6.144 7.168-17.408 0-24.576-62.465-62.464-158.721-69.632-229.376-23.552-4.097 2.048-7.168 5.12-11.265 8.192L594.463 542.744l-29.696 29.697L680.48 688.153c-11.264 14.336-20.48 29.695-26.624 45.055a149.9 149.9 0 00-12.288 51.2c-2.049 23.552 0 47.104 7.168 69.632 3.071 11.264 8.191 22.529 13.311 32.768s12.289 20.48 20.481 30.72c4.096 5.12 8.191 9.216 12.288 14.337 2.048 2.047 4.096 3.07 6.144 4.095s4.095 1.025 6.143 1.025 9.217-2.05 12.288-5.12l11.265-11.265zm244.734 61.44L904.735 804.888l-79.872 79.872 121.855 121.856c3.072 3.072 6.144 5.12 9.216 7.168 17.408 11.264 38.912 12.288 57.344 3.072 5.12-3.072 10.24-6.144 14.336-10.24 2.048-2.048 4.096-5.12 6.144-8.192 0-1.024 1.024-1.024 1.024-2.048 2.048-3.072 3.073-5.12 4.096-8.192 0-1.024 1.024-2.048 1.024-2.048 0-1.024 1.024-2.048 1.024-2.048 5.12-19.456 1.024-41.985-14.336-57.344m-742.398-2.048 38.911 38.912c0 1.024-1.023 1.024-1.023 2.048-1.025 2.048-3.073 4.096-4.096 6.144-1.024 1.024-1.024 2.047-2.049 2.047-1.023 2.05-3.071 3.073-4.096 5.12-1.023 1.025-1.023 2.048-2.047 2.048-1.025 2.05-3.073 3.073-4.096 4.097-1.025 1.023-2.048 2.048-3.072 2.048l-4.096 4.096c-1.025 1.024-2.048 2.047-3.072 2.047-1.025 1.025-3.073 2.048-5.12 3.073-1.025 1.024-2.048 2.048-4.096 2.048-2.048 1.024-3.072 2.047-5.12 3.072-1.025 1.023-3.073 2.048-4.096 2.048-1.024 1.024-3.072 2.047-4.097 2.047-2.048 1.025-3.071 1.025-5.12 2.048-1.023 1.025-3.071 1.025-4.096 2.05-2.047 1.023-4.095 1.023-5.12 2.047-1.023 0-3.072 1.023-4.095 1.023-2.048 1.025-4.096 1.025-6.145 2.048-1.023 0-2.048 1.025-3.071 1.025-3.072 1.024-7.168 1.024-12.288 2.048-17.408 1.024-54.273-3.073-65.536-7.168-3.073-1.024-7.168-3.073-10.24-5.12l39.936-40.96c32.768 11.264 70.655-6.144 87.04-39.936m500.736 0-38.912 38.912c0 1.024 1.024 1.024 1.024 2.048 1.025 2.048 3.073 4.096 4.096 6.144 1.024 1.024 1.024 2.047 2.048 2.047 1.024 2.05 3.072 3.073 4.097 5.12 1.023 1.025 1.023 2.048 2.047 2.048 1.024 2.05 3.073 3.073 4.096 4.097 1.025 1.023 2.048 2.048 3.072 2.048l4.096 4.096c1.024 1.024 2.048 2.047 3.072 2.047 1.025 1.025 3.073 2.048 5.12 3.073 1.024 1.024 2.048 2.048 4.096 2.048 2.048 1.024 3.072 2.047 5.12 3.072 1.025 1.023 3.073 2.048 4.096 2.048 1.024 1.024 3.072 2.047 4.097 2.047 2.047 1.025 3.07 1.025 5.119 2.048 1.024 1.025 3.072 1.025 4.096 2.05 2.048 1.023 4.096 1.023 5.12 2.047 1.024 0 3.072 1.023 4.096 1.023 2.048 1.025 4.096 1.025 6.144 2.048 1.024 0 2.049 1.025 3.072 1.025 3.072 1.024 7.168 1.024 12.288 2.048 17.408 1.024 54.273-3.073 65.536-7.168 3.073-1.024 7.168-3.073 10.24-5.12l-39.936-40.96c-31.744 11.264-70.656-6.144-87.04-39.936m-618.496 32.768 72.704-72.704-79.872-79.872L37.409 926.744c-15.36 15.36-19.456 37.887-13.312 57.344 0 1.024 1.024 2.047 1.024 2.047 0 1.025 1.023 2.048 1.023 2.048 1.025 3.073 3.073 5.12 4.097 8.193 0 1.024 1.023 1.024 1.023 2.048 2.048 3.072 4.097 5.12 6.145 8.192 3.072 3.072 6.144 5.12 9.216 7.168 18.431 12.288 43.008 12.288 62.464 0 3.072-2.048 6.144-4.096 9.216-7.168l11.264-11.265zM1036.83 5.144c-8.192-8.192-21.504-8.192-29.696 0L502.302 509.976l-148.48 147.456c-71.68-55.296-175.103-51.2-240.64 15.36-6.144 6.144-6.144 17.408 0 24.576L346.655 930.84c2.048 2.048 4.095 3.072 6.143 4.096s4.097 1.024 6.145 1.024 9.216-1.024 12.288-5.12l6.143-6.143c13.313-14.336 23.552-30.721 31.745-48.128 3.072-7.168 6.143-14.336 8.19-21.504 2.05-6.145 3.073-11.265 4.098-17.408 7.168-37.89 2.047-78.849-15.36-114.688q-9.216-18.433-21.505-33.792l147.456-148.48 504.832-504.83c8.193-9.216 8.193-22.529 0-30.721zM469.536 478.232l29.696-29.696L57.887 5.143c-8.191-8.192-21.504-8.192-29.695 0-8.192 8.192-8.192 21.505 0 29.696z'/%3E%3C/svg%3E")}.adv-sport-field-hockey{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M327.678 370.805c27.972 0 54.805-6.366 79.59-18.875 10.008-5.003 13.873-17.282 8.87-27.06-5.003-10.006-17.282-13.873-27.06-8.87-19.103 9.551-39.796 14.554-61.172 14.554-75.043 0-135.988-60.943-135.988-135.987S252.862 58.58 327.906 58.58s135.76 60.944 135.76 135.988c0 25.014-6.823 49.573-20.012 70.95-5.913 9.551-2.73 22.058 6.595 27.742 9.55 5.914 22.057 2.73 27.743-6.594 16.828-27.743 25.924-59.58 25.924-92.099 0-97.329-79.137-176.466-176.465-176.466-97.102 0-176.238 79.138-176.238 176.466 0 97.327 79.136 176.237 176.465 176.237zm20.239-176.238c0 11.178-9.06 20.238-20.24 20.238-11.177 0-20.238-9.06-20.238-20.238 0-11.179 9.06-20.24 20.239-20.24s20.239 9.061 20.239 20.24m0 90.507c0 11.178-9.06 20.24-20.24 20.24-11.177 0-20.238-9.062-20.238-20.24s9.06-20.24 20.239-20.24 20.239 9.062 20.239 20.24m0-181.241c0 11.178-9.06 20.24-20.24 20.24-11.177 0-20.238-9.062-20.238-20.24s9.06-20.24 20.239-20.24 20.239 9.062 20.239 20.24m-90.735 90.734c0 11.178-9.06 20.238-20.238 20.238-11.179 0-20.24-9.06-20.24-20.238 0-11.179 9.061-20.24 20.24-20.24 11.177 0 20.238 9.061 20.238 20.24m181.469 0c0 11.178-9.062 20.238-20.24 20.238s-20.239-9.06-20.239-20.238c0-11.179 9.062-20.24 20.24-20.24s20.239 9.061 20.239 20.24m-23.65 66.857c0 11.178-9.06 20.24-20.24 20.24-11.177 0-20.238-9.062-20.238-20.24s9.06-20.24 20.239-20.24S415 250.247 415 261.425M281.06 127.483c0 11.178-9.06 20.238-20.238 20.238-11.179 0-20.24-9.06-20.24-20.238 0-11.179 9.061-20.24 20.24-20.24 11.177 0 20.238 9.061 20.238 20.24m133.941 0c0 11.178-9.06 20.238-20.24 20.238-11.177 0-20.238-9.06-20.238-20.238 0-11.179 9.06-20.24 20.239-20.24S415 116.305 415 127.484m-133.94 133.94c0 11.178-9.06 20.24-20.238 20.24-11.179 0-20.24-9.062-20.24-20.24s9.061-20.24 20.24-20.24c11.177 0 20.238 9.062 20.238 20.24M999.884 1.501 622.621 803.1C547.578 943.181 381.8 996.621 235.807 927.717l-4.093-2.501-.455-.227C103.685 857.677 58.432 705.317 119.15 545.907l10.461-24.332c19.783-41.841 50.256-52.076 72.542-53.44 35.02-2.273 72.087 16.828 90.962 46.163 11.598 18.193 20.693 48.21-.683 86.642-.226.454-.681.909-.455 1.363l-11.597 23.65c-.227.455-.682.91-.91 1.82l-3.412 7.731c-22.285 47.528-6.14 101.65 38.887 129.62.91.682 1.592.91 2.501 1.592 53.213 26.379 113.929 5.686 140.989-48.21L862.533 1.501h-71.632l-387.27 687.442c-.226.455-.681.91-.455 1.363-11.598 23.196-34.338 32.065-56.624 21.376-17.283-11.369-22.513-30.699-13.644-49.346.227-.455.227-.91.456-1.365l3.41-7.731 11.143-22.286c27.516-50.256 26.834-104.378-1.364-149.404-30.7-48.892-90.052-78.91-147.357-75.27-54.35 3.41-100.285 35.929-125.301 89.823 0 .456-.227.456-.227.91l-11.142 25.243c-.228.455-.228.91-.455 1.364-33.656 88.005-39.569 181.014-17.056 261.287 24.106 86.414 79.138 154.407 158.273 196.021l5.003 2.73c.455.226.91.681 1.592.91 75.726 36.156 159.639 45.025 238.547 26.605a373 373 0 0027.288-7.731c87.55-28.198 159.639-88.915 203.299-171.01.227-.454.683-.908.455-1.362l353.387-751.797V1.5z'/%3E%3C/svg%3E")}.adv-sport-floorball{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M185.888 606.232c18.433 0 33.792 16.384 33.792 34.815 0 4.096-1.023 8.193-2.048 11.264 1.025 1.025 2.048 1.025 3.072 2.049 1.024 1.023 2.048 1.023 3.073 2.048 3.071 2.048 5.12 3.072 8.191 4.095 1.025 1.025 2.048 1.025 4.097 2.048 3.071 1.025 5.119 2.048 8.191 3.073 1.025 1.024 3.072 1.024 4.096 2.047 3.072 1.025 5.12 2.048 8.192 2.048 1.025 0 3.073 1.025 4.096 1.025 3.072 1.023 6.145 1.023 9.217 2.048 1.023 0 3.071 0 4.095 1.024 4.096 0 8.192 1.023 13.312 1.023 22.528 0 44.032-6.143 62.464-17.408-14.336-6.143-24.575-21.504-24.575-37.887 0-22.529 19.456-40.96 41.983-39.936 13.313 0 25.6 7.168 32.769 17.407 5.12-12.288 7.168-26.624 7.168-40.96 0-4.095 0-9.216-1.025-13.311 0-1.025 0-3.073-1.023-4.096 0-3.072-1.025-6.145-1.025-9.217 0-1.023-1.024-3.071-1.024-4.095-1.023-3.073-1.023-5.12-2.048-8.193 0-1.023-1.023-3.071-2.048-4.096-1.023-3.072-2.048-5.12-3.072-8.191-1.023-1.024-1.023-2.049-2.048-4.097-1.023-3.07-3.071-5.12-4.096-7.168-4.095 1.025-8.192 2.048-13.312 2.048-18.432 0-33.792-16.384-32.768-34.815 0-4.097 1.025-7.168 2.048-11.265-17.408-10.24-37.887-15.36-59.391-15.36s-41.985 6.144-59.393 16.385c1.024 3.072 2.049 7.168 2.049 10.24-1.025 19.456-16.385 33.792-35.841 32.767-3.071 0-5.12-1.023-8.191-1.023-10.24 17.407-16.384 38.912-17.409 60.416 0 18.432 4.096 36.863 12.289 52.224 0 2.047 3.072 1.024 6.143 1.024m40.96-81.92c5.12-17.407 24.576-28.672 41.984-22.527 7.168 2.048 13.312 7.168 17.409 13.311l3.07 6.145c1.025 2.048 1.025 4.095 2.05 6.143v9.216c0 2.049-1.025 5.12-1.025 7.168-2.048 7.168-6.143 12.288-11.263 16.385-3.073 3.071-7.168 5.12-11.265 6.143-6.144 2.048-13.311 2.048-19.456 0l-6.144-3.072c-13.311-7.168-19.456-23.552-15.36-38.912M1041.95 45.08c-6.145-24.576-22.528-38.912-47.104-43.008C971.294-1 951.838 9.24 938.526 28.696c-7.168 11.264-14.336 23.552-22.528 34.816C802.334 236.569 687.646 408.6 573.982 581.657c-19.456 29.695-38.912 58.368-57.345 88.063l65.536 65.536c5.12 4.096 11.265 7.168 16.384 11.264 10.24-11.264 17.408-24.575 25.6-37.888 112.64-171.008 225.28-340.992 337.92-510.976 27.648-41.984 59.392-82.944 81.92-129.024V47.128c-1.024-1.024-1.024-2.047-2.047-2.047zM417.312 817.176c-2.048 3.072-4.096 7.168-9.216 7.168-12.288 1.024-24.576 3.072-37.888 4.097a428.4 428.4 0 01-124.928-12.288c-41.984-10.24-81.92-22.529-119.809-43.01-15.359-8.19-27.647-7.167-40.96 0C39.456 801.818 16.927 843.8 20 898.074c1.024 22.527 11.263 39.935 29.696 54.271 19.456 15.36 41.983 26.624 64.512 34.817 55.296 19.456 112.64 28.672 172.032 32.767 51.2 3.073 101.376 2.048 150.527-8.191 35.84-8.193 64.512-25.6 79.872-61.44 9.217-21.504 15.36-45.056 14.336-67.585-1.024-25.6 5.12-47.103 21.505-65.536 1.023-1.023 2.048-2.048 2.048-3.072 3.07-5.12 7.168-11.264 10.239-16.384l-79.871-81.92z'/%3E%3C/svg%3E")}.adv-sport-football{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M339.646 35.773C276 61.233 219.424 99.42 169.921 147.507 120.418 197.01 83.646 253.584 58.186 317.232 32.727 379.464 19.999 444.525 19.999 511s12.728 131.536 38.187 192.354c25.46 63.647 63.647 120.222 111.735 169.725 49.503 49.503 106.077 86.276 169.725 111.735 60.817 25.46 125.878 36.773 192.354 36.773s131.536-12.729 192.354-36.773c63.647-25.46 120.222-63.646 169.725-111.735 49.503-49.502 86.275-106.077 111.735-169.725 25.459-60.817 36.773-125.878 36.773-192.354s-12.729-131.536-36.773-192.354C980.354 255 942.168 198.424 894.079 148.921S788.002 62.646 724.354 37.186C663.537 11.727 598.476-1 532-1S400.464 11.727 339.646 35.772zm-192.353 690.21c-24.044-15.559-46.674-33.945-67.89-53.746-31.116-86.276-35.359-179.624-15.558-268.73 9.901-18.386 19.802-36.772 32.53-53.745 5.657-7.071 8.486-11.315 12.729-16.972l115.979 67.89v2.829c0 62.232 5.657 124.464 18.386 183.867l-89.104 140.022c-2.83 1.413-4.243 0-7.072-1.414zm343.69 237.614c19.8 9.901 41.017 18.388 60.817 25.459-89.104 4.243-179.624-16.972-260.243-62.231l195.183 33.944c1.414 1.414 2.83 1.414 4.244 2.829zm0-35.359L261.856 887.22c-26.873-32.529-50.917-66.474-72.134-103.249-5.656-9.9-11.314-18.386-15.557-28.287l89.104-140.02c1.414 0 4.243 1.413 7.072 1.413 56.576 15.558 113.15 25.46 169.725 33.946 2.828 0 5.657 1.413 8.486 1.413l108.906 185.282c-18.387 25.459-36.774 52.33-56.575 77.79-2.83 5.657-7.073 8.486-9.9 12.73m380.465-79.205c-18.388 18.387-38.188 33.944-57.99 49.503-2.828-26.873-8.486-53.746-16.971-79.204l113.148-212.155c31.116-14.144 62.232-31.116 90.52-50.917q6.364-4.244 8.485-8.486c-7.071 110.32-53.746 217.812-137.192 301.26zm-5.658-275.801c4.243 8.485 8.486 16.972 12.729 24.044l-110.32 206.497h-1.414c-59.403 11.314-120.22 16.972-181.039 16.972l-110.32-190.94c16.973-32.529 33.946-63.645 50.917-96.176 11.316-21.215 22.63-43.845 33.946-65.06l227.713-24.045c28.287 42.431 55.16 84.862 77.79 128.707zm-46.674-244.685-33.945 84.862-222.055 22.63c-2.83-2.829-5.658-7.072-8.487-9.901-26.873-29.702-52.33-59.402-79.204-89.105l1.414-1.414-32.53-32.53 62.232-186.696c4.244-1.414 8.487-1.414 12.73-2.828 33.944-2.83 67.89-7.072 100.42-9.902 21.215-1.414 41.017-1.414 62.231 0l152.751 172.552c-4.243 18.387-8.485 35.36-15.557 52.332m52.332-156.995c42.43 42.432 74.96 90.52 97.59 141.437-28.286-19.802-59.402-35.36-91.933-49.503-5.657-1.414-9.901-4.243-15.558-5.657L710.21 88.104c2.829-5.656 2.829-14.144 2.829-21.215 57.989 24.044 111.735 57.99 158.409 104.663M377.834 58.403q2.121 0 0 0c35.36 12.729 66.475 29.702 96.177 50.917l-57.989 173.967h-1.414c-11.315 4.243-24.043 9.902-35.359 14.144-48.088 21.216-94.762 46.675-138.608 74.96l-114.563-67.889c0-4.243 1.414-7.072 1.414-9.901 7.072-19.801 15.558-41.017 24.044-60.818 7.072-15.558 14.144-29.702 22.63-45.26 5.657-5.657 11.315-11.315 16.972-18.387 53.746-53.746 118.808-93.348 186.696-115.978 1.414 2.829 1.414 2.829 0 4.243z'/%3E%3C/svg%3E")}.adv-sport-formula-1{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M175.132 89.452h-63.511c-25.674 0-46.555 20.881-46.555 46.553 0 23.132 17.333 42.943 40.337 46.073v909.936c0 11.834 9.605 21.439 21.439 21.439h33.07c11.834 0 21.438-9.605 21.438-21.439V182.078h.022c22.981-3.13 40.315-22.94 40.315-46.073 0-25.662-20.881-46.553-46.554-46.553zm766.488 99.829c-48.891-18.545-98.779-27.561-152.548-27.561-71.252 0-140.306 15.984-207.065 31.451-66.16 15.339-134.571 31.184-204.633 31.184-48.569 0-93.677-7.493-137.884-22.93-6.559-2.272-14.675-5.262-14.675-5.262v498.795c48.903 18.534 98.8 27.56 152.559 27.56 71.166 0 140.155-15.95 206.979-31.44 66.236-15.339 134.7-31.183 204.74-31.183 48.581 0 93.677 7.482 137.873 22.906 6.539 2.263 13.818 1.254 19.477-2.765a21.46 21.46 0 009.026-17.484V209.325c-.032-8.908-5.509-16.883-13.848-20.045h-.001zm-477.226 359.39c-39.051 10.494-69.385 17.826-99.165 17.826-34.762 0-68.218-10.323-111.396-34.452V398.159c42.406 23.025 76.129 32.941 111.405 32.941 30.348 0 60.651-7.14 99.155-17.451zm226.875 85.905c-49.952 9.754-88.156 19.422-132.17 30.56-25.834 6.539-52.493 13.281-83.975 20.656V560.516c43.723-12.038 77.404-25.213 110.023-37.958 31.654-12.37 64.316-25.137 106.144-36.821zm-109.98-273.72c-31.654 11.995-64.338 24.386-106.176 36.039V248.259c43.682-9.337 76.173-17.151 110.507-25.405 31.193-7.493 63.373-15.243 105.639-24.483l.021 125.353c-43.681 12.006-77.383 24.771-109.99 37.132zM912.56 483.593c-42.406-23.036-76.149-32.951-111.438-32.951-30.357 0-60.629 7.128-99.111 17.43v-135c39.029-10.494 69.344-17.805 99.133-17.805 34.774 0 68.24 10.323 111.439 34.463v133.862h-.023z' style='transform-box:fill-box' transform='rotate(15 0 0)' transform-origin='50%25 50%25'/%3E%3C/svg%3E")}.adv-sport-formula-e{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M1045.02 511v508.928c0 3.072-1.024 4.097-4.097 4.097H24.093c-3.071 0-4.095-1.025-4.095-4.097V3.098c0-3.071 1.024-4.096 4.095-4.096h1016.83c3.073 0 4.097 1.025 4.097 4.096v507.904zM258.592 659.48c0 2.048-1.023 3.071-1.023 5.12v64.512c0 8.191 7.168 15.36 15.359 15.36h43.008c7.168-4.096 11.264-10.24 11.264-18.432v-57.344q0-18.433-18.432-18.433H276c-8.192-2.048-14.336 2.048-17.408 9.217m200.704 32.768c5.12 6.144 9.216 13.312 14.336 19.456q7.68 10.752 15.36 0c5.12-6.144 9.216-13.312 14.336-19.456h1.024v46.08c0 3.072 1.024 5.12 4.096 4.096h9.216c5.12 0 6.144 0 6.144-5.12v-80.896c0-8.192 0-7.168-8.192-8.192-5.12 0-7.168 1.024-10.24 5.12-6.143 10.24-13.311 19.456-20.48 28.672-3.072 4.096-5.12 4.096-8.192 0-6.144-8.192-12.288-17.408-18.431-25.6-4.097-6.144-8.193-9.216-16.385-8.192-3.071 0-4.096 1.024-4.096 4.096v86.016c0 3.072 1.025 5.12 5.12 5.12h9.216c4.096 0 6.145-1.024 6.145-5.12 0-15.36 0-30.72 1.023-46.08M366.112 490.52c4.096 11.265 11.264 20.48 18.432 29.696 7.168 8.193 16.383 14.336 25.6 19.456 10.24 6.145 22.528 9.216 33.791 12.288 9.217 2.048 18.433 2.048 27.649 2.048h258.048c7.168 0 15.36 0 22.528-1.023q30.72-4.608 58.368-21.504c18.432-10.24 33.792-23.553 47.104-39.936-1.024-1.025-4.096-1.025-6.144-1.025zM235.04 405.528c-2.048 1.023-3.072 1.023-5.12 2.048-9.216 6.143-18.432 12.288-26.624 20.48-6.144 6.144-12.288 12.287-17.408 19.455h464.896c26.624-3.07 49.152-15.359 66.56-34.815 9.216-10.24 16.384-21.504 20.48-34.816s6.144-27.648 3.073-41.984c-3.072-15.36-9.217-27.648-20.48-37.888 0 0 0-1.024-1.025-1.024-8.192-7.168-17.407-12.288-27.648-14.336-9.215-2.049-17.408-3.072-26.624-3.072H522.784c-6.144 0-12.288 0-18.432 1.023-3.072 0-6.144 0-8.192 1.025-4.095 1.024-9.215 2.048-13.312 3.072-13.312 2.048-26.624 7.168-37.888 14.336-19.456 10.24-36.864 23.552-51.2 40.96-1.023 1.023-3.071 1.023-2.048 3.072 1.025 1.024 2.048 0 4.096 1.024h88.064c59.392 0 118.784-1.024 178.176 1.024 15.36 0 18.433 15.36 14.336 25.6-5.12 11.263-13.311 16.383-25.6 16.383h-335.87c-7.168 0-13.313 1.025-20.48 1.025-9.217 1.023-19.457 3.072-28.673 6.143-10.24 1.025-20.48 5.12-30.72 11.265 1.025 0 0 0 0 0zm111.616 290.816v43.008c0 3.072 1.023 4.096 4.096 4.096h12.288c3.072 0 4.095-1.024 4.095-4.096v-16.384c0-3.071 1.025-4.096 4.097-4.096h11.264s4.096 1.025 6.143 3.073c3.073 6.143 6.145 11.263 9.217 17.407 1.024 3.072 3.072 4.096 6.144 4.096h14.336c3.072 0 4.095-1.024 2.048-4.096-4.096-7.168-8.192-15.36-13.312-23.552-2.048-3.072-2.048-6.144 1.023-8.191 5.12-6.145 9.216-12.289 13.313-18.433 2.048-2.048 2.048-5.12 0-7.168-6.145-10.24-13.313-19.456-19.456-29.696-2.048-3.072-4.096-4.096-7.168-4.096h-44.032c-4.096 0-5.12 1.024-5.12 5.12 2.047 14.336 1.024 28.672 1.024 43.008m422.912 47.104h7.168c3.071 0 4.096-1.024 3.071-4.097-10.239-28.672-20.48-58.367-30.72-87.04-1.023-2.048-2.047-4.095-5.12-4.095h-15.359c-2.049 0-4.097 1.024-5.12 3.072-10.24 29.696-20.48 58.368-31.744 88.063-1.025 2.05 0 3.073 2.048 3.073h14.336c2.047 0 4.095-1.024 4.095-3.073 0-1.023 1.025-3.07 2.05-4.095 1.023-2.048 2.047-3.073 4.095-3.073h31.744c3.071 0 4.096 1.025 5.12 4.097 2.048 8.192 2.048 7.168 11.264 7.168zM609.824 690.2v-36.864c0-3.073-1.024-4.096-4.097-4.096h-11.263c-3.073 0-5.12 1.023-4.096 4.096v64.511c0 5.12-1.024 6.145-6.145 6.145h-15.359c-3.072 0-5.12-2.048-5.12-5.12v-65.536c0-4.096-1.025-5.12-5.12-5.12H547.36c-3.072 0-4.097 1.024-4.097 4.095v73.729c0 11.264 6.145 17.408 18.433 17.408h31.744c11.264 0 17.407-6.145 17.407-17.408-1.023-12.288-1.023-24.576-1.023-35.84m208.896 6.144v43.008c0 3.072 1.024 4.096 4.097 4.096h54.271c3.072 0 4.096-1.024 4.096-4.096v-10.24c0-4.096-1.024-5.12-5.12-5.12h-32.768c-3.072 0-5.12-1.024-4.096-4.095v-12.288c0-3.073 1.024-4.097 4.096-4.097h12.288c15.36 0 15.36 0 20.48-14.336 1.024-3.072 0-4.096-3.072-4.096H851.49c-12.289 0-12.289 0-12.289-12.288 0-4.095 1.024-5.12 5.12-5.12h32.768c3.072 0 4.096-1.023 4.096-4.096v-11.264c0-3.072-1.024-4.096-5.12-4.096h-53.247c-3.073 0-5.12 1.024-5.12 5.12 2.047 14.336 1.023 28.672 1.023 43.008m-634.88-1.024v44.031c0 3.072 1.024 4.097 4.096 4.097H199.2c3.073 0 5.12-1.025 5.12-5.12v-28.672c0-3.072 1.024-5.12 4.096-4.097h9.216c14.336 0 14.336 0 18.433-13.311 1.023-4.096 1.023-5.12-3.073-5.12h-24.576c-3.072 0-4.096-1.025-4.096-4.096v-11.265c0-3.071 1.024-4.095 4.096-4.095h29.696c3.072 0 5.12-1.024 4.096-4.096v-10.24c0-4.096-1.024-5.12-5.12-5.12h-49.152c-4.096 0-5.12 1.024-5.12 5.12 1.024 14.336 1.024 27.648 1.024 41.984m446.464 1.024v43.008c0 3.072 1.024 4.096 4.097 4.096h39.935c2.048 0 4.096-1.024 5.12-3.072 1.025-4.095 3.073-8.192 4.096-12.288 1.024-3.072 0-4.096-3.071-4.096h-23.553c-6.144 0-6.144 0-6.144-6.144v-64.512c0-3.072-1.024-5.12-5.12-5.12h-10.24c-4.096 0-5.12 1.024-5.12 5.12 1.024 14.336 0 28.672 0 43.008m164.864-11.264h-10.24c-3.071 0-4.096 1.023-3.071 4.096v11.264q0 3.072 3.07 3.072h14.337c2.048 0 3.072-1.024 3.072-2.048 2.048-4.096 3.072-9.216 5.12-13.312 1.025-2.049 0-3.072-2.048-3.072zm-74.752-388.096c1.024 0 0 0 0 0M235.04 405.528q1.536 0 0 0c1.024 0 0 0 0 0m23.552 254.976s1.024 0 0 0c1.024-1.023 0-1.023 0 0m200.704 31.744c0-1.024-1.023-1.024 0 0m-92.16 2.048c0 3.072 1.024 4.096 4.097 4.096h15.36s14.335-9.216 14.335-13.312v-2.048l-9.216-12.288c-1.023-1.024-2.048-1.024-3.072-1.024h-18.432q-3.072 0-3.072 3.072zm-60.416 2.048v-22.527c0-3.073-1.023-5.12-4.096-5.12h-19.456c-3.072 0-4.095 2.047-4.095 5.12v45.055c0 3.073 2.047 5.12 5.12 5.12H301.6c4.096 0 5.12-2.047 5.12-6.144zm430.08-18.432c-4.096 12.288-8.191 23.552-13.311 36.864h23.551c2.048 0 2.048-1.024 2.048-2.049-4.096-11.263-8.191-22.527-11.264-33.792z'/%3E%3C/svg%3E")}.adv-sport-futsal{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M872.658 164.154c-60.386-30.94-122.479-56.973-186.065-80.018-8.962-18.776-41.608-19.204-58.892-17.069-31.58 4.268-63.8 8.534-95.38 9.175-31.58-.64-63.8-4.908-95.38-9.175-17.07-2.348-49.93-1.707-58.892 17.07-63.8 23.257-125.68 49.076-186.064 80.017-14.51 7.468-176.891 96.02-171.77 104.555 24.112 40.115 120.772 219.992 132.721 219.992 16.857 0 45.45-30.94 61.026-25.393.855 35.848 2.347 451.081 2.347 474.98 0 15.15 177.317 17.71 315.8 17.71 138.695 0 315.8-2.562 315.8-17.71.212-24.113 1.493-439.132 2.346-474.98 15.577-5.547 44.169 25.393 61.026 25.393 11.948 0 108.608-179.877 132.721-219.992 5.334-8.322-156.833-97.087-171.342-104.555z'/%3E%3C/svg%3E")}.adv-sport-gaelic-football{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M20 511c0 26.624 3.072 52.224 6.144 77.824C130.592 403.48 330.273 301.08 532 301.08c7.168 0 13.311 1.024 20.48 1.024-2.049-41.984-12.288-82.944-29.696-120.831-185.344 3.07-359.424 74.752-485.376 198.655C26.143 421.912 20 465.944 20 511m530.432-149.504c-6.144 0-12.288-1.024-18.432-1.024-210.944 0-408.576 124.929-482.304 319.488 20.48 58.368 54.272 112.64 93.184 159.744 1.024-187.393 154.624-348.16 369.664-357.376 20.48-38.913 32.768-78.848 37.888-120.832m460.798 322.56C833.053 784.409 620.062 706.584 515.614 541.72c-43.008 2.048-83.968 11.265-121.856 27.648 108.544 204.8 321.536 306.176 525.312 273.408 39.936-47.104 70.655-100.353 92.16-158.72M340.512 598.04c-34.815 22.528-65.536 52.224-89.088 86.016C344.61 840.728 495.136 956.44 665.12 1004.569c68.607-18.433 132.096-53.248 186.368-96.257C638.496 911.384 444.96 792.6 340.511 598.04zM538.144 1023c-128-59.392-238.592-157.696-318.464-278.528-19.456 51.2-22.527 106.496-10.24 161.792C297.505 977.944 409.12 1023 530.977 1023zM86.56 260.12c114.688-80.896 253.952-128 399.36-136.192-34.817-41.983-80.896-74.752-135.168-91.136C239.136 74.777 144.928 157.72 86.56 260.12M532-1c-30.72 0-61.44 3.072-90.112 8.192 165.889 96.256 221.185 316.416 124.929 500.735 23.551 36.865 52.223 67.584 86.015 93.185 76.8-123.904 98.304-263.168 69.632-391.168-16.384-75.776-50.176-145.408-97.28-201.729-30.72-6.144-61.44-9.216-93.184-9.216zm359.424 150.528C842.273 100.376 782.88 60.44 717.344 34.84c28.672 49.152 50.176 104.448 63.488 162.816 31.744 141.312 9.216 296.96-77.824 436.224 37.889 19.456 78.849 30.72 119.81 33.792 88.063-159.744 112.64-345.088 68.606-518.144m0 515.072c56.32-9.216 103.424-31.743 145.408-71.68 4.096-26.624 7.168-54.271 7.168-81.92 0-94.208-28.672-183.296-73.728-259.072 13.312 140.288-14.336 282.624-78.848 412.672'/%3E%3C/svg%3E")}.adv-sport-gaelic-hurling{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M301.6 424.984V192.536c0-25.6 21.504-47.105 47.105-47.105h238.592C549.409 74.776 455.2 5.143 299.553 5.143 164.385 5.143 20 23.576 20 239.64c0 83.97 25.6 167.937 26.623 171.01 3.073 10.239 12.289 16.383 22.529 16.383h68.607c12.288 0 23.552-10.24 23.552-23.552v-14.336L301.6 480.28zm-47.104-30.72-94.208-60.416v-47.103h76.8l17.408 51.2zM583.2 192.536H372.256c-13.311 0-23.552 10.24-23.552 23.552v281.6c0 13.312 10.24 23.553 23.552 23.553 113.664 0 234.496-79.873 234.496-305.152 0-12.289-10.24-23.552-23.552-23.552zm-27.648 94.208h-45.056c1.024-14.336 2.048-29.696 2.048-47.104h47.105c-1.025 16.384-2.05 31.744-4.097 47.104m-159.744 94.208v-47.104h60.416c-4.096 17.408-8.191 32.768-14.336 47.104zm96.256 0c5.12-14.336 9.216-29.696 12.287-47.104h40.96c-5.119 17.408-11.264 32.768-18.432 47.104zM465.44 239.64c0 17.408-1.024 32.769-2.049 47.105h-67.584V239.64zm1.024 565.248c-94.208 139.265-145.408 212.992-243.712 212.992-94.208 0-134.144-67.584-134.144-134.144s22.527-99.328 39.936-111.616c35.84-23.552 98.303-8.192 215.04-73.728zM619.04 586.776c-50.176 67.584-91.136 126.976-126.976 179.199l-107.521-93.184c48.128-31.744 104.448-76.8 169.984-141.312zm179.2-219.136-31.744 35.84c-45.056 51.2-83.968 100.353-118.784 145.408l-59.392-51.2c26.624-27.648 55.296-59.392 86.016-93.184l71.68-81.92zm219.14-155.648-26.624-3.072c-30.72-4.096-62.464 8.192-82.944 31.744l-79.872 92.16-52.224-47.104L971.3 59.416c12.288-14.336 35.84-9.216 39.937 9.215l30.72 113.664c5.12 16.384-8.193 31.744-24.577 29.697M864.8 568.344c-91.136 0-164.864 73.729-164.864 164.864S773.664 898.072 864.8 898.072s164.864-73.728 164.864-164.864S955.936 568.344 864.8 568.344m0 210.944c17.408 0 32.769-4.096 53.248-8.192 17.408-4.096 36.864-9.216 60.416-11.264-5.12 19.456-14.336 37.888-27.648 52.224-8.192 2.047-15.36 3.072-22.528 5.12-21.504 5.12-40.96 10.24-64.512 10.24-52.224 0-94.208-41.985-94.208-94.208S811.553 639 863.777 639c22.528 0 43.008 5.12 64.512 10.24 7.168 2.048 14.336 3.071 22.528 5.12 13.312 14.336 23.552 32.768 27.648 52.224-24.576-3.073-44.032-7.168-60.416-11.264-20.48-5.12-35.84-8.192-53.248-8.192-25.6 0-47.103 21.504-47.103 47.104 1.023 24.575 21.503 45.056 47.103 45.056z'/%3E%3C/svg%3E")}.adv-sport-golf{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M694 683.4c-49.4 22.6-104.2 35.4-162 35.4s-112.6-12.6-162-35.4c45.6 44.6 121.4 138.399 131 279h-88.8c-16.6 0-30 13.4-30 30s13.4 30 30 30h239.6c16.6 0 30-13.4 30-30s-13.4-30-30-30H563c5.4-80.6 32.8-155 81.6-222 17.4-24 34.8-43 49.4-57M532-.2c-181.6 0-329.4 147.8-329.4 329.4S350.401 658.8 532 658.8 861.4 511 861.4 329.2 713.599-.2 532-.2M352.2 359.2c-16.6 0-30-13.4-30-30s13.4-30 30-30 30 13.4 30 30-13.4 30-30 30M391 230.6c-11.6-11.6-11.6-30.6 0-42.4s30.6-11.6 42.4 0c11.6 11.6 11.6 30.6 0 42.4-11.8 11.8-30.6 11.8-42.4 0m102.2 179.8c-11.6 11.6-30.6 11.6-42.4 0s-11.6-30.6 0-42.4c11.6-11.6 30.6-11.6 42.4 0 11.8 11.8 11.8 30.6 0 42.4m60-119.8c-11.6 11.6-30.6 11.6-42.4 0s-11.6-30.6 0-42.4c11.6-11.6 30.6-11.6 42.4 0 11.6 11.8 11.6 30.6 0 42.4'/%3E%3C/svg%3E")}.adv-sport-gymnastics{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M974.368 950.296c0 24.576-19.456 44.032-44.032 44.032H630.304c21.504-23.552 33.792-54.272 33.792-88.064h265.216c25.6 0 45.056 19.456 45.056 44.032m-752.64-686.08c0-53.248 37.889-98.304 88.064-108.544V-1h44.033v156.672c50.175 10.24 88.063 55.296 88.063 108.544 0 36.864-18.431 68.608-45.055 89.088l29.696 71.68c-18.433 22.528-28.672 51.2-28.672 82.944 0 33.792 13.311 64.513 33.792 88.065q-10.752 12.287-18.433 27.647L311.84 374.808c0-1.023 0-1.023-1.023-2.048-50.177-10.24-89.089-55.296-89.089-108.544m45.056 0c0 31.744 22.527 58.368 52.224 64.512 4.095-5.12 10.24-9.216 16.383-12.287 12.288-5.12 25.601-4.097 35.841 1.023 17.407-11.264 27.648-30.72 27.648-53.248 0-36.864-29.697-66.56-66.56-66.56s-65.536 29.696-65.536 66.56M752.16 374.808 620.064 693.273v212.991c0 49.152-39.936 88.064-88.064 88.064H133.664c-24.577 0-44.033-19.456-44.033-44.032s19.456-44.032 44.033-44.032h310.27V685.08c0-49.152 39.937-88.064 88.065-88.064q16.896 0 30.72 6.144l6.144-13.312c-11.264 5.12-23.552 8.192-35.84 8.192-49.152 0-88.064-39.936-88.064-88.064s37.888-91.136 87.04-91.136c37.888 0 69.632 23.552 82.944 57.344l51.2-123.903c-27.648-20.48-45.056-52.225-45.056-89.088 0-53.248 37.887-98.305 88.064-108.544V-1h44.031v156.672c50.177 10.24 88.065 55.296 88.065 108.544s-37.888 98.303-89.088 108.544c1.023 1.024 1.023 1.024 0 2.048zm-87.04-110.592c0 22.528 11.264 41.984 27.648 53.248 11.264-5.12 23.552-6.144 35.84-1.023 7.168 3.07 12.288 7.168 16.384 12.287 29.696-6.144 52.224-32.768 52.224-64.512 0-36.864-29.697-66.56-66.56-66.56-35.84 0-65.536 29.696-65.536 66.56'/%3E%3C/svg%3E")}.adv-sport-handball{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M888.73 596.823c-10.214 8.523-22.621 12.678-34.962 12.678-15.638 0-31.162-6.681-41.962-19.63l-16.545-19.828c-42.25-50.635-88.591-98.048-138.272-141.55 0 0 8.68 345.747-217.203 552.732l-26.983 26.28c-10.617 10.34-24.364 15.49-38.103 15.49-14.217 0-28.424-5.52-39.13-16.508-21.04-21.609-20.585-56.188 1.019-77.232l26.987-26.284C426.93 841.282 470.68 762.88 490.253 677.57a376.1 376.1 0 01-110.089 16.5c-69.24 0-138.463-19.03-198.914-57.109-25.52-16.075-33.176-49.798-17.097-75.32 16.07-25.517 49.794-33.18 75.32-17.099 71.513 45.043 160.418 52.372 237.614 22.086l21.358-195.604c-5.068.243-10.133.408-15.19.408-78.576 0-154.964-29.31-214.476-84.292l-3.55-3.277a96.6 96.6 0 01-13.848 1.009c-52.877 0-95.747-42.865-95.747-95.747s42.866-95.747 95.747-95.747 95.748 42.865 95.748 95.747c0 6.768-.71 13.37-2.046 19.738 52.397 47.085 124.019 64.373 192.25 46.219l32.355-8.615c.363-.098.728-.142 1.089-.233a51 51 0 012.913-.619c.837-.157 1.675-.31 2.512-.426a53 53 0 012.65-.288c.922-.084 1.84-.164 2.757-.2.826-.033 1.652-.025 2.483-.022.943.006 1.881.011 2.818.066.855.047 1.704.142 2.56.232.88.096 1.758.18 2.628.318.94.146 1.871.342 2.808.535.76.16 1.521.309 2.275.499 1.017.259 2.014.568 3.019.885.663.21 1.325.408 1.98.644 1.013.364 2.006.779 3 1.205.642.273 1.283.538 1.909.837.92.437 1.828.921 2.731 1.413.698.38 1.39.761 2.071 1.17.784.472 1.548.975 2.313 1.492.78.524 1.547 1.06 2.3 1.624.314.237.645.43.955.674l54.56 42.81c75.754 59.44 145.438 127.057 207.116 200.983l16.545 19.829c19.323 23.17 16.21 57.61-6.95 76.93zM580.638 222.378c61.686 0 111.688-50.005 111.688-111.687C692.326 49.005 642.324-1 580.638-1S468.951 49.005 468.951 110.687c0 61.685 50.002 111.691 111.687 111.691'/%3E%3C/svg%3E")}.adv-sport-ice-hockey{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M496.599 545.875 227.796 7.758l-56.664 28.308 290.066 580.68zm473.504 278.347H635.639l-32.836-65.733-35.4 70.869 64.733 129.59c15.744 31.523 54.19 55.296 89.429 55.296h248.538c40.747 0 73.897-33.15 73.897-73.898V898.12c0-40.749-33.15-73.897-73.897-73.897zM836.204 7.758 428.361 824.222H93.897c-40.747 0-73.898 33.15-73.898 73.897v42.227c0 40.747 33.15 73.897 73.898 73.897h248.538c35.238 0 73.685-23.772 89.429-55.293L892.869 36.066z'/%3E%3C/svg%3E")}.adv-sport-indy-racing{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='m1016.35 474.136-111.615-23.552c-18.433-4.095-37.889 8.193-41.984 26.624l-9.216 45.056-105.472-26.624 6.143-28.672 28.672 6.145c2.048 0 4.096-1.025 5.12-3.073l4.096-20.48c0-2.048-1.023-4.096-3.071-5.12l-63.489-13.312c-2.047 0-4.095 1.025-5.12 3.072l-4.095 20.48c0 2.048 1.023 4.097 3.07 5.12l14.337 3.072-6.144 27.648-16.384-4.096c-12.288-4.096-36.864-5.12-52.224-61.44-5.12-16.384-9.216-31.744-13.312-45.056l190.464 39.936-13.311 61.44 6.143 1.024 30.72-136.192-6.143-1.023-7.168 32.768-212.992-45.056c-1.025-3.072-1.025-4.097-1.025-4.097-2.048-10.24-7.168-40.96-44.031-49.151-36.864-7.168-54.272 17.408-60.416 26.624l-3.072 3.072-214.016-45.057 7.168-32.767-6.145-1.025-30.72 137.216 6.144 1.025 13.313-61.44 190.464 40.96c-8.193 10.24-18.432 22.528-29.697 35.84-37.887 45.056-60.416 36.864-73.727 34.816l-16.384-3.073 6.143-27.647 14.336 3.072c2.048 0 4.096-1.024 5.12-3.072l4.096-20.48c0-2.048-1.023-4.096-3.071-5.12l-63.488-13.312c-2.048 0-4.096 1.024-5.12 3.072l-4.096 20.48c0 2.047 1.023 4.096 3.071 5.12l28.673 6.144-6.145 28.672-106.496-18.433 9.216-45.055c4.097-18.432-8.191-37.888-26.624-41.985l-111.615-23.551c-18.432-4.096-37.888 8.192-41.984 26.624L21.023 559.129c-4.096 18.431 8.192 37.887 26.624 41.984l111.615 23.552c18.433 4.095 37.889-8.193 41.985-26.624v-1.025l148.479 25.601c2.048 6.144 3.072 11.264 4.096 15.36 3.073 12.287 15.36 14.335 15.36 14.335l118.784 24.576 147.456 31.745s11.264 3.072 19.456-6.144c2.048-3.072 6.144-7.168 10.24-12.288l146.432 35.84v1.024c-4.096 18.432 8.192 37.888 26.624 41.984L949.79 792.6c18.432 4.097 37.888-8.191 41.984-26.624l52.224-247.808c3.072-20.48-9.216-39.935-27.648-44.032M204.32 580.632l4.096-18.432 134.144 35.84c1.024 2.048 1.024 5.12 2.049 7.168zm343.04-266.24 5.12-7.168c3.071-3.071 11.264-14.336 30.72-10.24 18.431 4.096 21.504 17.408 23.552 21.505l2.047 8.191zM813.6 709.656l-138.239-33.792c2.048-2.048 3.071-4.097 5.12-6.145l137.216 21.504z'/%3E%3C/svg%3E")}.adv-sport-judo{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M309.792 859.16c21.504-17.408 43.008-33.792 65.536-51.2 2.048-2.048 5.12-4.096 7.168-6.144 31.744-25.6 64.512-52.224 96.256-77.824v-93.185c0-3.07 1.024-7.168-2.048-10.239-8.192 4.096-13.312 15.36-24.576 15.36h-61.44c-23.552 0-47.104 0-70.656 1.024v70.656h49.152c0 1.024 1.024 2.048 1.024 2.048-19.456 15.36-37.888 30.72-57.344 46.08-12.288 10.24-24.576 21.504-36.864 31.744-8.192 6.144-9.216 10.24-4.096 19.455 10.24 18.433 20.48 36.865 27.648 57.345 4.096 1.023 7.168-2.048 10.24-5.12m480.256-70.656c-13.311-10.24-25.6-21.504-38.912-32.768-19.456-15.36-37.888-30.72-57.344-46.08 0-1.024 0-2.048 1.025-3.072h50.175v-70.656c-12.288 0-23.551 0-35.84-1.024-25.6 0-51.2-1.024-75.776 1.024-18.431 1.024-32.767-2.048-45.056-15.36-3.072 3.072-2.047 7.168-2.047 10.24v93.184c57.343 45.056 113.663 91.136 171.008 136.191 2.047 2.05 5.12 5.12 8.191 3.073 9.217-19.457 18.433-39.936 28.672-59.392 3.072-7.168 2.049-10.24-4.096-15.36m252.932-55.296c-22.527-66.56-43.008-133.12-64.512-199.68-35.84-109.568-70.656-219.137-106.496-328.704-2.048-6.145-5.12-11.265-11.263-14.336-45.056-21.504-89.088-44.032-134.145-66.56-23.552 20.48-41.984 46.08-64.512 68.608-18.432 19.456-36.864 39.936-54.272 60.416-41.984 47.104-83.968 94.208-126.977 140.288-16.383 18.432-33.792 36.863-51.2 55.296-18.431 19.456-35.84 38.912-54.271 58.368-8.193 8.192-2.048 17.407-1.025 24.576 3.073 25.6 7.168 52.224 11.265 77.824h325.632c2.048-18.432 4.096-36.864 6.143-56.32 2.048-17.408 3.073-35.84 5.12-53.248 3.073-26.624 6.145-52.224 8.193-78.848 2.048-17.408 3.071-34.816 5.12-52.224 3.071-30.72 6.144-60.416 9.216-91.136 1.023-9.216 8.191-14.336 18.431-14.336 9.216 0 16.384 7.168 16.384 16.384 0 11.264-1.023 21.504-2.048 32.768-3.07 28.672-5.12 56.32-8.191 84.992-3.072 32.768-7.168 65.536-10.24 98.304-2.048 16.385-3.072 31.744-5.12 48.128 4.095 0 5.12 4.096 6.143 7.168 28.673 78.848 58.368 156.673 87.04 235.52 3.073 8.193 6.145 9.216 14.336 7.169 57.345-16.384 115.713-31.745 173.057-47.105 8.192-1.023 11.264-4.096 8.192-13.311zM308.768 544.792c-1.023-20.48-4.096-39.935-6.144-59.392-1.024-4.096 0-9.216 0-13.312-3.072-17.408-4.095-35.84-5.12-53.248 0-6.144-1.023-12.288-1.023-17.408-3.072-27.648-6.145-56.32-8.192-83.968-1.025-12.288-2.048-24.576-2.048-35.84 0-10.24 7.168-17.408 17.408-17.408s16.384 7.168 17.407 17.408c4.097 37.888 7.168 75.776 11.265 113.664 1.023 12.288 2.048 24.576 2.048 35.84 0 3.072 0 6.144 2.047 8.192 18.432-19.456 36.865-39.936 55.296-59.392l64.512-70.656c6.144-6.144 10.24-10.24 11.265-14.337l-1.025 1.025L673.312 70.68c-2.048-1.024-3.071-1.024-5.119-1.024H453.152c-15.36 0-32.768-3.072-48.127-1.024-5.12 1.024-10.24 2.048-14.336 3.072l-6.145 3.073c-2.048 1.023-4.096 2.047-6.143 4.095l124.928 142.336-35.84 72.704c2.048-6.144-1.025-10.24-11.265-22.528l-110.592-138.24c-2.048-3.071-5.12-6.143-8.191-8.191-4.097 0-7.168 1.023-10.24 3.072l-122.88 61.44c-6.145 3.072-9.217 6.144-11.265 12.288-7.168 22.528-14.336 44.032-21.504 66.56-30.72 94.207-60.416 187.392-91.136 281.6-19.456 61.44-39.935 122.88-59.391 183.296-2.049 7.168-2.049 10.24 6.143 12.288 59.392 16.384 118.784 31.744 178.176 49.153 6.145 2.047 8.193 0 10.24-5.12 24.577-66.561 49.153-134.146 74.753-200.705 6.144-15.36 10.24-30.72 18.431-44.032zm466.944 369.664C695.84 850.968 616.992 787.48 537.12 723.992h-6.145c-79.872 63.488-158.72 126.976-238.592 190.464-1.023 11.264-3.072 21.504-4.095 32.768-1.025 5.12 1.023 7.168 6.143 7.168h479.233c5.12 0 7.168-2.048 6.143-7.168-2.047-10.24-3.07-21.504-4.095-32.768'/%3E%3C/svg%3E")}.adv-sport-kabaddi{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1061 1024' width='1061' height='1024'%3E%3Cpath fill='black' d='M867.872 701.464c-4.096 3.072-8.192 5.12-12.288 8.192l-58.368 43.008c-6.144 4.096-8.192 11.264-9.216 17.408-11.264 39.936-21.504 80.896-32.768 120.832l-9.217 33.792c-6.143 21.504-33.792 29.696-51.199 18.432-11.264-7.168-19.456-21.504-16.385-37.888 5.12-22.528 8.193-45.056 13.313-67.584l12.288-58.368c3.071-15.36 5.12-29.696 8.191-45.056 2.05-13.312 7.168-24.576 16.385-34.816 13.312-16.384 25.6-32.768 37.888-49.152 14.336-18.432 27.647-36.864 41.984-55.296 6.144-8.192 12.287-15.36 18.432-22.528 1.023-1.024 0-4.096-1.024-5.12l-41.984-41.984c-3.072-3.072-6.144-5.12-10.24-9.216-2.048 5.12-5.12 9.216-7.168 14.336-10.24 21.504-20.48 43.008-30.72 65.536-4.096 10.24-11.264 16.384-20.48 21.504-30.72 16.384-61.44 32.768-92.16 50.176-13.312 7.168-25.6 14.336-38.912 20.48-14.336 7.168-27.648 8.192-39.936-2.048-13.312-11.264-18.432-30.72-7.168-47.104 6.144-8.192 14.336-12.288 22.528-17.408 29.696-17.408 58.368-33.792 88.064-51.2 5.12-3.072 6.144-8.192 8.192-13.312 15.36-38.912 30.72-78.848 46.08-117.76 7.168-18.432 13.312-36.864 20.48-54.272 9.216-22.529 26.624-36.865 49.152-47.104 13.312-6.144 27.648-7.168 40.96-6.144 25.6 2.047 46.08 13.312 62.464 32.768 3.072 3.071 6.144 6.144 8.192 9.216l102.4 102.399c7.167 7.168 15.36 14.336 22.528 21.505 16.383 14.336 26.624 32.768 30.72 54.271 3.072 18.432 1.024 35.84-7.169 52.224-12.288 26.624-25.6 52.225-38.912 77.824q-16.894 33.794-33.792 67.584c-3.072 6.145-2.048 9.216 0 14.336 13.313 21.504 25.6 44.032 37.889 65.536 12.287 20.48 23.552 40.96 35.84 62.464 7.168 12.288 9.216 25.6 2.048 37.889-8.193 13.311-20.48 19.456-35.84 18.431-11.265-1.024-19.456-9.215-26.624-18.431-20.48-27.649-40.96-54.273-61.44-81.92-15.36-20.48-29.697-40.961-45.056-60.416-6.145-10.24-7.168-20.48-5.12-30.72l6.143-36.864c1.025-5.12 2.049-11.265 3.072-16.385zm-634.88-25.6c-7.168 14.336-13.313 26.624-19.456 40.96-14.336 33.792-34.817 64.512-54.273 96.256-14.336 23.552-27.647 47.103-41.983 70.656-10.24 17.407-20.48 35.84-32.769 52.224-10.239 14.336-33.792 18.431-48.128 5.12-8.19-7.168-14.335-16.384-13.311-27.649 0-5.12 2.048-11.263 4.096-16.383 14.336-30.72 29.696-60.416 45.055-90.113 8.193-15.36 15.36-31.743 23.553-47.103 4.096-8.193 2.048-17.408 2.048-26.624 0-2.048-1.024-4.096-1.024-6.144v-83.969c0-23.551 0-46.08-1.024-69.631-1.024-22.529 6.144-41.984 17.407-60.416 16.385-26.624 32.769-53.248 48.128-80.896 17.408-28.672 34.817-58.368 52.225-87.04 6.143-9.216 12.288-18.432 20.48-26.624 13.312-12.288 29.696-19.456 48.127-22.528 17.408-2.048 33.792 0 50.177 7.168 13.312 5.12 24.576 14.336 32.768 25.6 8.192 10.24 16.383 19.456 24.576 29.696 10.24 12.288 20.48 25.6 30.72 37.887 11.264 13.313 22.528 26.624 34.816 39.937 1.023 2.048 4.096 3.072 7.168 3.072h98.304c14.335 0 28.671 3.072 36.864 16.384 13.311 20.48 4.096 49.152-22.528 55.296-4.096 1.024-7.168 1.024-11.264 1.024H421.408c-9.216 0-17.408-4.096-23.552-10.24a592 592 0 01-35.84-35.84c-2.049-2.048-4.096-4.096-6.144-7.168-4.096 7.168-8.193 14.336-13.313 21.504-16.384 26.624-32.767 53.248-48.128 80.896-4.095 7.168-4.095 7.168 3.073 15.36 15.36 18.432 31.744 37.888 47.104 56.32 11.264 13.312 21.504 26.624 32.768 39.936 6.143 8.192 8.192 18.432 9.216 27.648 2.047 12.287 4.096 25.6 6.144 38.911 2.048 13.313 4.096 25.601 6.144 38.913l6.144 36.864c2.048 10.24 3.071 21.504 5.12 31.744 1.024 7.168 3.072 15.36 4.096 22.528 2.048 15.36 5.12 29.696 6.143 45.056 1.025 16.384-11.263 28.672-26.624 33.792-18.431 5.12-38.912-7.168-44.032-29.696-7.168-29.696-15.36-59.392-23.552-89.088-9.215-33.792-18.431-67.584-27.647-100.352-1.024-4.097-6.145-8.193-10.24-11.265-17.408-13.311-35.84-26.624-53.248-39.935 0-2.048-1.025-2.048-2.048-2.048M409.12 257.048c-57.344 0-94.208-41.983-95.232-88.063-1.024-53.249 39.936-91.137 84.992-92.16 54.272-1.025 88.064 36.864 93.184 76.8 4.096 27.647-3.072 51.2-21.504 72.703-17.408 21.504-40.96 29.696-61.44 30.72m249.856-106.496c50.177-2.048 87.04 39.937 89.089 80.897 4.096 62.463-41.985 96.255-83.969 98.303-58.368 3.072-91.136-41.984-95.231-79.872-6.145-60.416 46.08-103.424 90.111-99.328'/%3E%3C/svg%3E")}.adv-sport-lacrosse{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M150.048 258.072c71.68 0 130.048-58.368 130.048-130.048-7.168-171.009-253.952-171.009-260.096 0 0 71.68 58.368 130.048 130.048 130.048M274.976 633.88 29.216 880.664c-11.264 11.264-11.264 30.72 0 41.984l91.136 91.136c11.264 11.264 30.72 11.264 41.984 0l246.784-245.76C347.68 746.52 296.48 695.32 274.975 633.88zM956.96 86.04C772.64-100.328 450.08 33.816 451.104 294.936c-1.023 70.656-33.792 108.545-81.92 154.624-142.336 153.601 70.656 366.593 224.257 224.257 46.08-48.128 83.968-81.92 154.624-81.92 261.12 1.024 395.264-321.536 208.896-505.856zm27.648 207.872-96.257-96.256 47.105-47.104c31.744 41.984 48.128 92.16 49.152 143.36m-44.032 138.24-143.36-143.36 48.128-48.128L972.32 367.64c-9.217 30.72-23.553 53.248-31.744 64.513zM839.2 513.048l-133.12-133.12 48.128-48.128 145.408 145.408c-18.433 14.336-38.912 26.624-60.416 35.84m53.248-404.48-47.104 47.103-97.28-97.28c58.367 0 108.544 22.528 144.384 50.177M675.36 70.68l128 128-48.128 48.128-143.36-143.36c11.264-9.215 31.744-22.528 63.488-32.768m-108.544 72.704 145.407 145.408-49.151 48.128-133.12-133.12c9.215-21.504 21.504-41.984 36.864-60.416M511.52 294.936c0-8.191 0-16.384 1.024-23.552l108.544 108.544-48.127 48.128-69.632-69.632c5.12-20.48 8.191-41.983 8.191-63.488m-34.816 122.88 53.248 53.248-48.128 48.128-49.152-49.152c17.408-15.36 32.768-32.768 44.032-52.224M393.76 606.232c-14.336-28.673-14.336-62.465 0-90.112l45.057 45.055zm43.008 43.008 45.057-45.057 45.055 45.057c-28.672 14.336-62.464 14.336-90.112 0m145.408-49.152-10.24 10.24-48.128-48.128 48.128-48.128 53.248 53.248c-15.36 8.192-29.695 19.457-43.008 32.768m165.888-68.608c-21.505 0-43.009 3.071-63.488 8.191l-69.632-69.631 48.128-48.128 108.544 108.544c-8.193 1.024-15.36 1.024-23.552 1.024'/%3E%3C/svg%3E")}.adv-sport-league-of-legends{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M914 530.2c0 94.2-34.4 180.8-91.2 247.399h131.8s69.2-114.8 69.2-247.399c0-253.8-192.6-463-439.6-489v110.6C770.2 177.4 914 337.401 914 530.2m-729.4 348V688.8c-22-48.4-34.6-102-34.6-158.6s12.6-110.2 34.6-158.601V182.4c-89 89-144.399 212-144.399 348s55.4 258.8 144.399 347.8m-2 143.8 706.801-.2L1003.6 855.4H492.201V0H182.6l85.2 103.6v815.2z'/%3E%3C/svg%3E")}.adv-sport-marathon-swimming{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M743.968 144.408h28.672v-33.792h-9.216c-27.647 0-27.647 0-25.6 28.672 0 4.096 2.048 5.12 6.144 5.12m246.784 296.96c18.432 0 18.432 0 18.432-18.433 0-17.407 0-17.407-17.408-17.407-18.432 0-18.432 0-18.432 18.432 0 17.408 0 17.408 17.408 17.408m-861.184-24.576c17.407 0 17.407 0 17.407-17.408v-1.024c0-17.408 0-17.408-17.407-17.408-18.433 0-18.433 0-18.433 18.432 0 17.408 0 17.408 18.433 17.408M92.704 204.824h1.024c17.408 0 17.408 0 17.408-17.408s0-17.408-17.408-17.408c-18.432 0-18.432 0-18.432 18.432 1.024 16.384 1.024 16.384 17.408 16.384m897.024-34.816c18.433 0 18.433 0 18.433-18.432 0-17.408 0-17.408-15.36-17.408-19.457 0-19.457 0-19.457 19.456 0 16.384 0 16.384 16.384 16.384M276 139.288c17.408 0 17.408 0 17.408-17.408 0-18.432 0-18.432-16.384-18.432-18.432 0-18.432 0-18.432 18.432 0 17.408 0 17.408 17.408 17.408m29.696 335.872c6.144 5.12 18.432 1.023 27.648 2.048 6.144 0 8.192-2.048 10.24-7.168 10.24-26.624 29.696-41.985 58.368-45.056 14.336-2.049 27.647-1.024 41.983-1.024 24.577 1.024 48.13 10.24 58.369 32.767 9.215 20.48 21.503 22.529 38.912 20.48h3.072c6.143 1.025 8.192-1.024 10.24-7.167 10.24-26.624 30.72-41.985 59.392-45.056 14.336-1.024 27.648-1.024 41.984-1.024 25.6 1.024 48.128 10.24 58.368 33.792 8.192 18.431 19.455 21.504 36.864 19.456h3.072c6.143 1.024 7.168-2.048 7.168-8.192 0-17.408-1.025-34.816 0-52.224 0-8.192-2.048-10.24-10.24-10.24H313.888c-8.192 0-11.264 2.048-10.24 10.24 1.024 10.24 0 20.48 0 30.72 1.024 9.215-4.096 22.528 2.048 27.648m11.264-103.424h438.273c4.095 0 6.143-1.024 5.119-6.145-2.048-10.24-2.048-20.479-6.144-29.695v-3.072c-19.456-89.088-108.544-165.89-200.704-172.032-82.944-5.12-150.528 23.552-201.728 88.064-20.48 25.6-34.816 54.272-40.96 87.04-3.072 7.168-3.072 16.384-5.12 23.552-2.048 10.24 1.023 12.288 11.264 12.288m131.072 157.696c19.456-1.023 32.768-17.407 31.744-35.84 0-18.431-14.336-32.767-33.792-33.792h-37.889c-19.456 1.025-33.792 15.36-33.792 33.792 0 19.456 13.313 34.817 32.769 35.84 13.312 1.024 27.648 1.024 40.96 0m210.944 0c19.456-1.023 32.769-16.384 31.744-35.84 0-18.431-14.336-33.792-33.792-33.792H619.04c-19.456 1.025-33.792 15.36-33.792 33.792-1.024 19.456 13.312 34.817 32.768 35.84 14.336 1.024 27.648 1.024 40.96 0m-525.312-4.096c-7.168-1.024-15.36-2.048-23.552 1.024-11.264 4.096-18.432 15.36-17.408 27.648s10.24 21.504 23.552 22.528c39.936 2.048 78.847 6.144 119.809 22.529-22.529-44.033-56.32-67.584-102.4-73.729zm734.208 58.368c12.288 0 22.528-6.145 33.792-9.216 27.648-6.144 55.296-8.192 82.944-10.24 14.336-1.024 24.576-13.313 23.552-26.624-1.024-13.313-12.288-24.576-26.624-24.576-11.264 0-22.528 1.024-33.792 4.095-13.312 4.097-25.6 9.217-36.864 16.385-18.432 11.264-32.768 27.648-43.008 50.176l-1.024 1.024h1.024zm-690.176-291.84c22.527 16.384 43.008 35.84 58.368 59.392 0-30.72-2.049-60.416-10.24-89.088-3.072-13.312-15.36-19.456-29.696-19.456-12.288 0-23.552 8.192-27.648 19.456-3.072 9.216 0 21.504 9.216 29.696m747.52-16.384c10.24-8.192 13.313-20.48 9.216-31.744-5.12-12.288-16.384-19.456-29.695-19.456-16.385 0-26.624 9.216-29.697 25.6-5.12 27.648-8.192 55.295-9.216 86.016 5.12-7.169 9.216-13.312 13.312-18.433 14.336-16.383 29.696-29.696 46.08-41.983m33.792 424.96c-34.815 16.384-70.656 19.456-108.544 16.384-30.72-2.048-58.368-14.336-86.016-26.624-39.936-17.408-80.896-17.408-121.856-1.025-23.551 10.24-47.103 21.504-72.704 25.601h-1.023c-3.072 0-5.12 1.023-8.193 1.023-1.023 0-3.072 0-4.095 1.025-2.048 0-3.072 0-5.12 1.023h-37.888c-5.12 0-10.24-1.023-15.36-2.048-22.529-4.095-45.056-11.263-65.537-21.503-39.935-19.457-80.895-21.504-122.88-7.168-18.431 6.144-35.84 17.408-55.295 22.528-27.649 8.191-56.32 10.24-84.993 7.168-30.72-3.072-59.391-14.336-87.04-26.624-16.383-7.168-40.96-11.265-61.44-12.288v240.64h1024.001v-240.64c-29.697 1.023-61.44 11.263-86.017 22.528m-614.4-181.248c-2.049-5.12-4.097-8.192-10.24-7.168h-21.504c-6.145-1.024-8.192 1.023-7.168 8.191 4.096 35.84 16.384 68.609 35.84 99.329 38.912-4.096 76.8 1.024 113.664 19.456 24.576 12.288 50.176 20.48 77.824 19.456 28.672 0 54.271-8.193 78.848-20.48 25.6-13.312 53.248-19.457 82.944-19.457h31.743c19.456-29.695 30.72-63.487 35.84-99.327 1.024-5.12 0-8.192-6.144-7.168-7.168 0-15.359 1.024-22.528 0-6.143 0-8.191 2.048-10.24 7.168-11.264 26.624-30.72 43.008-60.415 45.056a346 346 0 01-46.08 0c-22.529-2.048-43.008-11.264-52.225-31.744-8.191-19.456-20.48-22.529-37.888-20.48h-4.095c-6.145-1.024-8.193 2.048-10.24 7.168-11.264 26.624-30.72 43.008-60.416 45.056-14.336 1.024-28.672 1.024-44.033 0-32.767-2.048-52.223-17.408-63.487-45.056'/%3E%3C/svg%3E")}.adv-sport-mma{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='m973.4 485.8.6-.6c39.6-40.4 72.8-80.6 70-131.6-2.4-44.4-31.8-87.8-92.6-137-.2-.2-.6-.4-.8-.6-60-45.8-267.2-194.6-415.2-186.6C478.6 32.4 391 117.599 356 154c-76.8 80-140 172.4-173 253.6-44.2 108-154 246.8-155.2 248.2-12.8 16-10.2 39.4 5.8 52 6.8 5.4 15 8 23 8 10.8 0 21.6-4.8 29-14C87 700 97 687.4 112 667.2l328.2 192-68.2 70.4c-14.2 14.6-13.8 38.2.8 52.4 7.2 7 16.4 10.4 25.8 10.4 9.6 0 19.4-3.8 26.6-11.2L607.6 793c27.2-1.8 88.4-6.2 154-16.2C929.4 751.4 973 714.4 991.4 689c14-19.4 18-42.6 11.6-65-22.2-77.6-29.2-136.6-29.6-138.2M493.6 805 155.201 607c15-22 30.6-46.4 45.8-71.8l351.8 208.6zm157-89.2L236.201 470c5.6-11.6 10.8-23 15.4-34.2 7-17.2 15.8-35.2 25.8-53.4l222.4 72.8 174.4 258.2c-8.401 1-16.201 1.6-23.601 2.4M763 702c-2.2.4-4.4.8-6.6 1l-142-210.2 195.4 64-4.4 5.6c-12.8 16-10.2 39.2 5.8 52s39.2 10.2 52-5.8l26.4-33 .2-.2c6.2-7.8 12.6-15.4 19-22.6 4.6 21.8 11.8 51.6 23.4 91.8v.2c-2 3.6-23.2 33.6-169.2 57.2m141.4-251.8c-13.8 13.8-28.8 28.8-43.8 45.4l-543.2-178c23.4-33.8 50.6-67.8 80.4-99.8l553.8 181.4c-12 15.6-29 32.8-47.2 51m-446.8-291c43.6-38.4 73.2-54.6 82.2-55.8 97.4-5.2 257.601 89 365.601 171.2 21.4 17.4 37.4 33 48.4 47.2z'/%3E%3C/svg%3E")}.adv-sport-modern-pentathlon{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1067 1024' width='1067' height='1024'%3E%3Cpath fill='black' d='M260.64 421.912c-22.527 12.288-44.031 25.6-66.56 37.888 6.144 11.264 13.312 23.551 19.456 34.816 37.888 64.512 74.752 130.048 112.64 194.56 11.265 19.456 16.384 38.912 15.36 61.44-1.024 87.04 0 174.08 0 260.096v7.168H217.634c-10.24 0-10.24 0-13.312-9.215-13.312-43.008-27.648-86.016-40.96-129.024-25.6-80.896-52.225-160.768-77.824-241.664C71.2 587.8 54.817 537.625 38.432 487.45c-5.12-17.409-11.263-33.792-16.383-51.2-1.024-4.096-1.024-7.169 3.072-10.24 60.416-47.104 120.832-93.184 180.224-140.289C276 230.425 346.657 176.154 417.313 120.858c36.864-28.673 74.753-57.344 111.616-87.04 4.097-3.072 6.144-2.049 9.216 0l205.824 159.743c43.007 33.792 87.04 67.584 131.072 101.376 39.935 30.72 80.895 62.465 120.832 93.185 15.36 12.288 30.72 24.576 47.103 36.864 4.097 3.071 4.097 5.12 3.072 9.216-16.383 49.151-31.744 98.304-48.127 147.456-30.72 94.208-60.416 188.416-91.136 283.647-15.36 47.104-29.696 94.208-45.057 141.312-3.071 11.264-3.071 11.264-15.36 11.264H736.802c-4.096 0-7.168 0-11.264-1.024V728.09c0-8.192 2.048-16.384 6.144-23.552 24.576-41.984 49.152-83.968 72.704-125.952 21.504-36.864 43.008-73.727 63.488-110.592 1.025-3.072 3.072-5.12 5.12-8.192-22.528-13.312-44.032-25.6-66.56-38.912-2.048 4.096-5.12 8.192-7.168 12.288-44.031 75.776-87.04 151.552-131.071 226.305-21.504 37.887-18.433 27.647-18.433 69.631v283.648c0 1.024 0 3.072-1.023 4.096H427.553c-4.095 0-6.143-1.024-6.143-5.12V707.61c0-11.264-3.072-21.505-8.193-30.72-20.479-34.816-40.96-70.656-61.439-105.472L265.761 423.96c-3.07 0-4.095-1.025-5.12-2.048zm366.592 152.576c2.048-43.008-38.912-97.28-97.28-95.232-51.2 2.047-94.208 44.032-93.185 96.256 0 52.224 44.032 95.232 95.232 95.232 53.248 0 96.256-43.008 95.233-96.256'/%3E%3C/svg%3E")}.adv-sport-motorcycle-racing{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M536.207 601.848 397.945 404.235H974.64c-23.65-68.677-62.081-131.667-112.338-184.197C762.017 116.342 623.3 58.126 478.9 59.718h-15.691c-243.55 0-441.164 197.387-441.164 441.164v20.694c0 243.55 197.387 441.164 441.164 441.164h550.545l28.198-272.43H705.848c-67.54 0-130.757-32.974-169.643-88.46zm349.747 184.197h56.396v60.262h-56.396zm-131.212 0h56.396v60.262h-56.396z'/%3E%3C/svg%3E")}.adv-sport-motorsport{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='m559.175 523.166 17.283-56.85-60.262 18.646c-14.1 8.64-18.647 27.061-10.005 41.388 8.64 14.1 27.06 18.647 41.387 10.006 5.23-2.956 9.325-7.504 11.598-13.19zM430.009 791.275h152.815v50.938H430.009zm101.877 228.995c281.299 0 509.386-228.087 509.386-509.386S813.185 1.499 531.886 1.499 22.501 229.585 22.501 510.884c1.137 281.071 228.541 508.476 509.385 509.386m149.405-121.205H382.71V719.871h298.581zM442.517 510.886c0-35.248 20.694-67.084 52.759-81.411l171.463-52.984-51.621 168.052c-13.872 33.656-46.619 55.713-83.002 55.94-49.574 0-89.598-40.022-89.598-89.597zm89.369-387.951c214.215.228 387.725 173.737 387.951 387.951-.91 113.021-50.03 220.582-134.623 295.398L679.699 700.768l42.297-42.297 62.309 62.31c42.296-51.166 67.994-114.157 73.45-180.331h-86.868v-59.353h88.005c-5.912-66.175-32.063-128.938-74.588-180.104l-62.308 62.309-42.297-42.297 62.309-62.309c-50.938-42.525-113.93-68.675-180.104-74.588v88.005h-59.808v-88.005c-66.175 5.913-128.938 32.064-180.104 74.588l62.309 62.309-42.297 42.297-62.309-62.309c-42.525 50.938-68.677 113.93-74.588 180.104h88.005v59.808h-86.868c5.458 66.175 31.154 129.165 73.451 180.33l62.309-62.309 42.297 42.297L278.786 806.74c-87.551-72.77-137.353-181.468-134.623-295.398 0-214.44 173.737-388.179 387.724-388.406z'/%3E%3C/svg%3E")}.adv-sport-netball{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M514.592 450.584h420.864c13.311 0 19.456 5.12 19.456 18.432v72.704q0 18.432-18.432 18.432H86.56c-7.168-1.024-11.264-7.168-11.264-14.336v-79.872c0-7.168 6.145-14.336 14.336-14.336h5.12c138.24-1.024 279.552-1.024 419.84-1.024m202.752 143.36c-2.048-1.024-4.096-3.072-6.144-3.072h-36.864c-1.024 0-2.048 0-3.072 1.024l-1.024 1.024c2.048 1.024 4.096 2.047 5.12 4.095l31.744 31.744q3.074 3.072 0 6.145L651.808 690.2c-5.12 5.12-5.12 5.12-9.216 0-18.432-18.433-35.84-36.864-54.271-54.273-3.073-3.071-3.073-4.095 0-7.168 11.263-11.263 22.527-21.504 32.767-32.767l4.096-4.096h-4.096c-10.24 0-21.504 1.023-31.744 0-8.191-1.024-13.311 4.096-18.432 9.216-2.047 3.071-5.12 5.12-8.192 7.168-1.023 1.023-4.096-3.072-6.143-4.097l-4.096-4.096c-4.097-5.12-9.217-9.215-17.408-8.191-10.24 1.023-19.456 0-29.697 0h-5.12c1.025 1.023 2.048 2.048 2.048 3.071l33.792 33.792c3.072 3.073 3.072 4.097 0 7.168-7.168 7.168-13.311 14.336-20.48 20.48-9.215 8.192-17.408 17.409-26.623 25.6-2.048 1.025-3.073 3.073-5.12 5.12-1.025-2.047-2.048-4.095-2.048-6.143-10.24-29.696-22.529-58.368-37.89-86.017-1.023-3.07-3.07-4.095-6.143-4.095h-27.648c-1.024 0-2.048 0-4.096 1.024l3.072 6.144c17.409 30.72 31.745 62.464 43.008 96.256 12.288 32.768 21.504 65.536 29.697 99.328 6.143 28.672 12.288 58.368 16.383 88.064 4.096 32.768 6.144 66.56 9.216 99.327 1.025 9.217 7.168 15.36 16.384 15.36s15.36-7.167 14.336-16.383c0-7.168 0-13.313-1.024-20.48-3.072-30.72-6.144-62.465-9.215-93.184 0-3.073 0-6.145 3.07-8.193 9.218-9.215 19.457-18.431 28.674-28.672 3.071-3.072 5.119-3.072 7.168 0q27.646 27.65 55.296 55.296c1.023 1.025 2.048 2.048 3.071 4.097-1.023 1.023-2.048 3.071-3.071 4.096l-44.032 44.032c-7.168 7.168-7.168 17.407 0 23.552 6.143 6.143 15.36 5.12 22.528-1.025l45.056-45.055c3.072-3.073 5.12-2.048 8.192 0 16.384 16.383 31.743 32.767 48.128 48.128 7.168 7.167 17.407 7.167 23.552 0 6.143-6.144 5.12-16.384-1.025-23.552l-48.128-48.128c-1.023-1.025-2.048-3.072-3.072-4.097l62.465-62.464 3.071 3.073c13.313 13.311 25.6 25.6 38.912 37.887 6.145 5.12 9.216 11.265 6.145 18.433-1.025 2.048-1.025 5.12-1.025 7.168-2.048 27.647-5.12 55.296-7.168 83.968-1.023 10.24 6.145 17.408 15.36 17.408 10.24 0 15.36-6.145 16.385-16.384 1.024-19.456 2.047-39.937 4.095-59.393 4.097-29.696 8.193-58.368 13.313-88.063 8.191-45.057 19.456-89.089 34.815-133.12 11.265-32.769 25.6-65.536 41.985-96.256 2.047-4.097 4.095-7.168 6.143-12.288h-33.792c-1.023 0-3.071 2.048-4.096 3.071l-33.792 73.729c-4.095 8.191-5.12 17.408-13.311 22.527-3.072 2.049-4.097 2.049-6.145 0-18.431-18.432-36.864-37.888-56.32-56.32-3.071-3.072-3.071-4.095 0-7.167 11.265-10.24 21.505-21.504 31.744-31.744l4.097-4.096h-39.937c-2.048 0-5.12 1.023-7.168 3.071-5.12 4.097-9.215 9.217-14.336 15.36-7.168-1.024-12.288-6.143-17.408-11.263m77.824 122.88-61.44 61.44-61.44-61.44 61.44-61.44c19.456 20.48 40.96 40.96 61.44 61.44m-88.064 89.088-57.344 57.344q-3.072 3.072-6.143 0l-57.344-57.344q-3.073-3.072 0-6.145c19.455-18.431 37.888-37.887 56.32-56.319q3.071-3.072 6.144 0c18.431 19.456 37.887 37.888 56.319 56.32l3.072 3.072c1.025 1.024 0 2.048-1.024 3.072m-86.016-86.016-56.32 56.32c-2.048 3.072-4.096 2.047-6.144 0l-56.32-56.32c-3.071-3.072-3.071-4.097 0-7.169l55.296-55.296c3.072-3.071 4.096-3.071 7.168 0l56.32 56.32 3.072 3.073q-1.536 3.072-3.072 3.072M785.952 833.56l-27.648-27.647c-2.048-2.048-3.072-3.073 0-6.145l46.08-46.08c1.024-1.024 2.048-1.024 3.072-3.071-6.145 28.671-12.288 55.295-18.432 83.967-2.048 0-3.072-1.024-3.072-1.024m-270.336-55.296 21.504 21.504c2.048 2.049 2.048 3.072 0 5.12-5.12 5.12-10.24 11.265-17.408 17.408-3.073-16.384-7.168-31.744-10.24-47.103 0 0 1.024 0 1.024-1.025 2.048 2.048 3.072 3.073 5.12 4.096m163.84-367.616c21.504-4.097 41.984-11.265 61.44-22.528 2.048-1.025 3.072-3.073 4.096-5.12 10.24-31.745 14.336-64.512 13.312-98.304-2.048-40.96-13.312-79.872-30.72-116.736-1.025-3.072-2.048-4.096-5.12-2.048-13.312 9.216-25.6 20.48-36.865 32.768l-15.359 18.432c-1.024 2.048-3.072 5.12-2.048 7.168 12.288 23.552 20.48 49.152 23.552 75.776 4.096 32.768 1.023 64.512-10.24 96.256-1.024 4.096-3.072 8.192-5.12 12.288 2.048 2.048 3.072 2.048 3.072 2.048m-220.16-188.416c0 1.023 1.024 3.071 2.048 4.096 10.24 9.216 19.456 19.456 30.72 28.672 29.696 24.576 62.464 40.96 99.328 51.2 21.505 6.143 44.032 10.24 66.56 12.288 3.072 0 5.12 0 4.096-4.097-2.048-25.6-9.216-49.151-20.48-71.68-1.024-2.047-4.096-4.095-6.144-4.095-21.504-1.025-41.984-5.12-62.464-12.288-30.72-10.24-57.344-26.624-80.896-49.153-7.168-7.168-13.312-14.335-20.48-22.527-7.168 22.527-12.288 45.056-12.288 67.584m117.76-27.648c18.433 7.168 37.889 11.264 58.368 13.313 3.072 0 6.145 0 8.193-3.073q16.895-26.112 39.935-46.08c23.552-20.48 49.152-35.84 78.849-45.056 10.239-3.072 20.48-5.12 30.72-7.169 0-1.023 0-1.023-1.025-2.047-14.336-17.408-31.744-31.744-51.2-41.984-1.024-1.024-3.071-1.024-5.12-1.024-16.384 5.12-31.743 9.216-47.104 15.36-34.815 14.336-64.512 35.84-90.112 63.488-13.312 14.336-25.6 29.696-37.888 47.104 5.12 3.072 10.24 5.12 16.384 7.168m-108.544 87.04c8.192 25.6 20.48 48.128 37.889 67.584 34.815 38.912 78.847 60.416 130.048 63.488 3.071 0 4.095-1.024 6.143-3.072q13.824-26.112 18.433-55.296c1.023-4.096-1.025-4.096-4.097-5.12-18.431-3.072-37.888-5.12-56.32-9.216-38.911-8.192-74.751-24.576-107.52-47.104-8.192-6.144-17.408-12.288-26.624-19.456 1.024 4.096 1.024 6.144 2.048 8.192M687.648 43.032c-1.024 0-2.049-1.024-3.072-1.024a183.8 183.8 0 00-74.752 0c-46.08 9.216-83.968 33.792-112.641 70.656-8.192 10.24-8.192 10.24 0 21.504 9.217 13.312 20.48 24.576 33.792 34.816 2.049 1.024 3.072 2.048 5.12 0 20.48-30.72 45.056-57.344 74.752-79.872 21.504-16.385 45.056-30.72 70.656-40.96 2.048-1.024 5.12-2.049 7.168-3.072zM788 350.232c24.576-28.673 39.936-61.44 45.056-99.328 5.12-38.912-1.024-75.776-19.456-111.616-1.024-1.025-3.072-3.072-5.12-3.072-15.36 0-29.696 3.072-44.032 8.192-4.096 1.023-8.192 3.072-12.288 5.12 31.744 64.512 44.032 131.071 33.792 201.728 1.024 0 2.048 0 2.048-1.023z'/%3E%3C/svg%3E")}.adv-sport-olympics{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='m222.39 648.695 197.842 79.59 120.751-121.434L402.72 468.589 222.389 648.693zm-99.603 99.376 198.523 79.818 53.44-53.667-198.296-79.818zM31.37 839.032c-11.598 11.598-11.598 30.472 0 42.297l97.556 97.556c5.685 5.685 13.19 8.641 21.15 8.641 7.958 0 15.462-3.184 21.148-8.869l104.378-104.833-198.978-80.046zm383.403-510.067c-15.01 25.924-10.007 58.898 12.28 79.364l174.873 174.874a68.62 68.62 0 0048.438 20.921c10.915 0 21.602-2.956 30.927-8.64 0 0 148.722-93.69 151.45-96.42l-321.548-321.55c-2.956 2.73-96.42 151.452-96.42 151.452zM1030.81 57.218c-8.413-7.05-19.783-8.87-30.017-4.775l-125.072 48.664 4.322-32.746c2.274-16.373-9.325-31.382-25.698-33.428-2.046-.227-4.32-.455-6.367-.227-104.15 8.64-183.287 59.58-211.258 135.76-4.548 12.507-7.731 25.697-9.096 39.113l189.427 189.427a153.7 153.7 0 0032.065-6.14c63.218-19.102 148.04-88.004 191.702-306.54 2.273-10.915-1.593-22.059-10.007-29.109z'/%3E%3C/svg%3E")}.adv-sport-overwatch{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M179.744 139.288C78.368 235.544 17.952 373.784 20 515.096c0 145.408 66.56 288.769 177.152 382.977 102.399 89.088 240.64 135.168 375.808 122.88 146.432-11.264 285.696-89.088 371.712-208.896 83.968-113.664 116.736-262.144 89.088-400.384-20.48-105.472-75.775-203.775-154.624-276.479l-96.256 112.64c77.824 73.728 120.832 182.271 112.64 288.768-3.071 53.248-18.432 105.473-45.056 151.553L652.832 497.691l-99.328-214.017v324.608L752.16 800.794c-89.088 68.608-210.944 92.16-318.464 61.44-44.032-12.288-86.016-32.768-121.856-60.416l200.704-193.536c0-105.473 1.025-219.137 0-324.608l-99.328 215.04L214.56 689.178c-60.416-105.472-62.464-242.688-4.096-350.208 18.433-33.792 41.985-65.536 70.657-92.16l-96.256-112.64c-2.048 2.048-3.073 4.096-5.12 5.12zM525.856-1C412.192.024 299.551 39.96 211.488 111.64l96.256 112.641c81.92-64.513 191.488-91.137 293.888-70.656 56.32 11.263 109.568 35.84 154.624 70.656l96.256-112.641C761.376 37.913 644.64-3.048 525.857-1z'/%3E%3C/svg%3E")}.adv-sport-pesapallo{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M532 622.616c-8.192 6.144-15.36 13.312-22.528 18.432-37.888 28.671-69.632 62.463-103.424 95.232-52.224 50.176-104.448 101.376-156.672 151.552-22.529 21.504-44.033 43.008-66.56 63.488-3.072 3.072-2.049 5.12 0 7.168 4.096 7.168 6.144 15.36 2.048 22.528-7.168 16.384-25.6 20.48-38.912 8.192-10.24-9.216-19.456-19.456-28.672-28.672l-38.912-38.912c-5.12-5.12-9.216-11.264-9.216-19.456 0-9.216 4.096-16.384 13.312-21.504 8.192-4.096 16.383-4.096 24.576 1.024 1.024 1.024 2.048 2.048 4.095 3.072 1.025-1.024 3.073-2.048 4.097-3.072C178.72 816.152 242.208 751.64 306.72 686.103c29.696-29.695 58.368-60.415 88.065-91.135 13.311-14.336 25.6-30.72 38.912-45.056 5.12-6.145 5.12-6.145-1.025-11.264-60.416-50.177-121.855-101.376-183.296-151.553-29.696-24.576-56.32-51.199-82.944-77.823l-3.071-3.072c-7.168-7.168-7.168-7.168 0-15.36 44.03-44.033 88.063-87.04 132.096-131.073 0 0 1.024-1.023 2.048-1.023 1.024 1.023 2.047 2.048 3.072 2.048 53.248 50.176 99.328 106.496 145.408 162.816 28.672 33.792 57.344 68.607 84.991 102.399 1.024 1.024 1.024 2.048 3.072 4.095 3.073-3.07 5.12-5.119 7.168-8.19 45.057-54.273 91.136-108.545 136.192-162.817a916 916 0 0186.016-92.16c3.072-3.071 5.12-5.12 8.192-9.216 2.048 2.048 3.073 3.072 5.12 4.097 41.984 41.983 83.968 82.943 125.952 124.928 3.072 3.072 5.12 6.143 8.192 8.191q3.072 3.073 0 6.145c-35.84 36.864-72.704 70.656-112.64 103.424-58.368 45.055-112.641 91.135-166.912 136.192-4.096 3.071-3.072 5.12 0 9.216 38.912 48.127 82.944 91.135 125.952 135.168 63.487 65.536 126.976 130.048 190.464 195.584 4.095 4.095 7.168 6.143 12.288 2.047 9.216-6.143 21.504-3.072 28.672 5.12s9.216 20.48 3.072 29.697c-2.049 2.048-4.097 5.12-6.144 7.168a835373 835373 0 00-66.56 66.56c-9.216 8.192-22.528 9.215-32.769 2.047-10.239-8.191-12.288-21.504-5.12-32.767 2.049-3.073 2.049-5.12-1.023-8.193-26.624-26.624-54.273-52.223-80.897-78.847-47.103-46.08-95.231-91.136-142.336-137.216-25.6-24.577-50.176-49.153-75.775-72.705-16.385-14.335-32.769-26.624-49.152-40.96zm253.952-482.304c11.264-10.24 21.504-21.504 32.768-31.743 19.456-19.456 39.936-38.912 59.392-59.393 13.312-14.336 29.696-20.48 48.128-23.552 53.248-7.168 104.448 28.672 115.712 80.896 5.12 22.528 3.072 44.032-7.168 64.513-3.072 5.12-7.168 10.24-11.264 15.359-30.72 30.72-61.44 61.44-91.136 92.16-3.072 3.072-5.12 3.072-7.168 0L790.048 143.384c-2.048-1.023-3.072-2.048-4.096-3.072m-508.928 0C229.92 187.417 183.839 234.52 136.736 280.6c-2.048-1.023-3.072-3.071-5.12-4.096-31.744-31.744-63.488-63.488-94.208-95.231-10.24-10.24-14.336-23.553-16.384-37.889-9.217-56.32 30.72-103.424 79.872-115.712 21.504-5.12 43.008-3.072 63.487 6.145 6.145 3.071 11.265 7.168 16.384 11.263 31.744 30.72 63.489 62.464 94.208 93.184z'/%3E%3C/svg%3E")}.adv-sport-pool{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M872.992 680.984c-22.528-32.769-51.2-60.416-87.04-78.849-97.28-49.151-216.064-20.48-279.552 67.584-2.049 3.073-5.12 7.168-8.192 10.24-15.36 25.6-26.624 53.249-31.744 82.945-1.024 6.143 0 12.288-3.073 18.431-3.071-36.864-15.36-70.656-33.792-102.4-12.288-17.407-26.624-33.792-41.983-48.127-18.433-15.36-38.912-27.648-60.416-37.888-36.864-13.312-73.729-19.456-113.664-14.336-84.992 10.24-160.77 73.728-184.32 155.648-4.096 12.287-6.144 25.6-9.216 37.888v52.223c4.096 6.145 3.072 13.313 5.12 19.456 20.48 94.208 94.208 161.792 190.464 174.08 2.048 0 3.072 1.025 4.096 2.048h48.128c11.264-2.048 21.504-5.12 32.768-7.168 87.04-20.48 151.552-95.231 161.792-184.319 0-2.049 1.024-4.096 2.048-6.144v-11.264 11.264c4.096 23.552 8.193 46.08 18.432 67.584 35.84 74.752 94.208 118.784 177.152 131.072 2.048 0 3.072 1.023 4.095 2.048h46.08c5.12-4.096 11.265-2.048 17.409-4.096 103.424-19.456 180.224-111.616 181.248-216.064 0-18.432-3.072-35.84-6.144-54.272-7.169-23.552-17.408-46.08-29.696-67.584M261.664 919.576c-14.336 2.048-28.672 4.096-41.984-2.048-41.984-7.168-70.656-31.744-87.04-69.632-30.72-71.68 12.288-149.505 90.112-163.84 58.368-12.289 119.808 27.648 135.168 88.064 17.408 67.584-27.648 135.168-96.256 147.456m540.672-95.232c-10.24 50.176-41.984 80.897-91.136 94.208-15.36 4.097-31.744 5.12-47.104 1.024-50.176-10.24-88.064-48.127-96.256-96.255-8.192-52.225 14.336-99.329 59.392-125.952 11.264-6.145 22.528-11.265 35.84-12.289 35.84-9.215 67.584 0 95.232 21.504 37.888 29.697 53.248 69.632 44.032 117.76M338.464 575.512c19.456 12.288 39.937 21.504 62.464 29.696 23.553 5.12 47.104 10.24 71.68 8.193 83.968-5.12 147.457-44.033 187.393-117.761 51.2-93.184 26.624-209.92-57.344-276.48-2.048-1.024-3.072-3.072-5.12-5.12-18.433-13.312-38.912-23.551-59.393-32.767-32.768-9.217-66.56-14.337-101.376-10.24-143.359 18.431-232.447 166.912-179.199 302.08 16.384 41.983 44.031 75.775 80.896 102.399zm107.52-301.056c63.487-12.288 136.191 37.888 137.216 116.736 1.023 71.68-59.393 128-134.145 120.832-2.048 0-4.096-1.024-7.168-2.049-57.344-10.24-98.304-60.416-98.304-119.808 1.025-58.368 45.056-107.52 102.4-115.712zm589.826 376.832-307.199-614.4Q711.714 4.632 676.386.025c-10.24-2.05-21.504-3.073-30.72 5.119-5.12 0-9.215 1.024-13.312 4.097-10.24 7.167-19.455 16.383-24.575 27.647-19.456 37.889-37.889 75.776-57.345 113.664 25.6 4.097 46.08 15.36 62.465 29.696q12.288-24.574 24.575-49.152c5.12-10.24 12.288-16.384 22.529-19.456 12.288-4.096 26.624 1.024 34.816 11.265 2.048 3.07 4.096 7.167 6.144 10.239 82.944 164.864 164.864 329.729 247.808 494.593 11.264 22.527 1.024 40.96-15.36 49.151-4.097 2.048-7.168 2.048-11.264 2.048h-10.24c9.216 12.288 16.384 25.6 20.48 40.961 1.024 9.216 2.048 18.432 4.096 27.647 4.096 0 8.192 1.025 12.288 1.025 15.36 0 31.744 1.023 46.08-3.072 41.984-10.24 60.416-54.273 40.96-94.208zm-340.994 67.584h-22.528c-11.264 0-18.432 5.12-18.432 15.36s6.144 16.384 18.432 15.36c8.192 0 10.24 2.048 10.24 10.24V864.28c0 11.264 5.12 18.432 15.36 18.432q15.36 0 15.36-18.432V737.303c-1.025-12.288-7.168-17.407-18.432-18.431m-456.704 55.296c5.12-10.24 13.311-18.432 20.48-25.6 3.072-3.072 6.144-6.144 7.167-10.24 1.025-7.168-1.023-12.288-7.167-16.384-7.168-4.096-14.336-3.072-20.48 3.072-28.672 25.6-46.08 58.368-51.2 96.256-4.096 32.768 20.48 60.416 53.248 60.416 30.72 1.024 56.32-25.6 54.271-56.32 1.025-21.504-16.384-50.176-56.319-51.2m4.096 76.8c-13.311 0-23.552-10.24-23.552-23.552 0-12.288 11.264-22.528 23.552-22.528s22.528 10.24 22.528 22.528c0 14.336-9.216 23.552-22.528 23.552m173.056-408.576c9.217 20.48 25.6 30.72 48.128 31.744 22.528-1.023 39.936-11.264 49.152-31.744s6.145-39.935-8.192-57.344c-4.096-5.12-5.12-7.168-2.048-13.311 9.216-18.433 4.097-39.937-12.288-53.248-15.36-12.288-37.888-12.288-53.248 0-16.384 13.311-21.504 33.792-12.287 53.248 3.071 5.12 2.048 8.191-2.05 12.288-14.335 18.431-17.406 37.887-7.167 58.367m48.128-101.376q12.288 0 12.288 12.288c0 8.192-5.12 12.288-12.288 12.288q-12.287-1.535-12.288-12.288c1.024-7.168 5.12-12.288 12.288-12.288m1.024 56.32c13.312 0 22.528 10.24 22.528 22.528s-10.24 22.528-22.528 22.528-23.552-11.264-23.552-23.552 10.24-21.504 23.552-21.504'/%3E%3C/svg%3E")}.adv-sport-rally{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M219.68 172.056c-4.096-16.384-21.504-26.624-37.888-22.527-16.383 4.095-26.624 21.504-22.528 37.887l205.824 812.032c4.096 14.336 16.384 23.552 30.72 23.552 3.072 0 5.12 0 8.192-1.024 16.384-4.096 26.624-21.504 22.528-37.888zm685.056 228.352c-32.769-123.904-66.56-247.809-100.353-371.712C800.287 15.384 794.143 1.048 770.591-1 582.175-14.312 458.272 173.08 269.856 159.768c-15.36-2.048-24.576 6.144-20.48 19.456 33.792 123.904 66.56 247.809 100.352 371.712 5.12 19.456 19.456 27.648 33.792 29.696 188.416 13.313 312.32-174.08 500.736-160.768 15.36 2.048 24.576-6.144 20.48-19.456M757.28 46.104c9.216 33.793 18.432 68.608 27.648 102.4-39.936 1.024-74.752 9.215-111.616 23.551-9.216-33.792-18.432-68.607-27.648-102.399 36.864-14.336 71.68-21.504 111.616-23.552M368.16 429.08c-10.24-38.912-21.504-77.824-31.744-116.736 41.984-1.023 78.848-10.24 117.76-25.6-9.216-33.792-18.432-68.608-27.648-102.4 37.888-17.408 73.728-36.863 109.567-58.368 9.216 33.792 18.433 68.609 27.649 102.4-35.84 20.48-71.68 40.96-109.568 58.368 10.24 38.912 21.504 77.825 31.744 116.736-38.912 15.36-75.776 24.576-117.76 25.6m145.408 78.848c-9.217-34.815-18.433-69.632-28.672-104.447 37.888-16.385 72.703-36.864 108.544-57.345 9.216 34.817 18.432 69.632 28.672 104.448-34.816 20.48-70.656 40.96-108.544 57.344m81.92-161.792c-10.24-38.912-21.504-77.824-31.744-116.735 35.84-20.48 71.68-40.96 109.567-57.345 10.24 38.912 21.505 77.825 31.744 116.736-38.912 16.384-73.727 35.84-109.567 57.344m138.24 46.08c-9.216-34.815-18.432-69.632-28.672-104.448 36.864-13.311 71.68-21.504 111.616-22.527 9.216 34.815 18.432 69.632 28.672 104.448-39.936 1.023-74.752 9.216-111.616 22.527'/%3E%3C/svg%3E")}.adv-sport-rowing{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M959.008 725.016c-34.815 16.385-70.656 19.456-108.544 16.385-30.72-2.049-58.368-14.336-86.016-26.624-39.936-17.408-80.896-17.408-121.856-1.025-23.551 10.24-47.103 21.504-72.704 25.6-12.288 2.049-24.576 3.072-37.887 3.072-35.84 1.025-68.609-8.191-100.352-24.576-39.937-19.456-80.897-21.504-122.881-7.168-18.432 6.145-35.84 17.408-55.296 22.528-27.648 8.193-56.32 10.24-84.992 7.168-30.72-3.072-59.392-14.336-87.04-26.624-19.456-8.192-39.936-12.288-61.44-10.24v239.616h1024v-240.64c-30.72-2.048-57.344 10.24-84.992 22.528M161.312 679.96c5.12 1.024 11.265 1.024 16.385 1.024 23.552 4.096 46.08 0 67.584-8.192s40.96-20.48 63.487-24.576c50.177-10.24 98.305-8.192 144.385 15.36 24.575 12.288 50.176 20.48 77.823 19.456 5.12 0 9.217 0 14.336-1.024l16.385 49.152 17.407-6.144-15.36-46.08c16.385-3.072 31.745-9.216 46.08-16.384 25.6-13.312 53.249-19.456 82.944-19.456 15.36 0 30.721 0 47.105 2.048 32.767 5.12 60.416 24.576 92.16 32.768 16.384 4.096 31.744 6.144 48.128 5.12l15.36 48.128 17.408-6.144-14.336-45.056c6.144-1.024 12.288-2.048 18.432-4.096 33.792-32.768 74.752-71.68 78.848-75.776 9.216-7.168 13.311-18.432 13.311-31.744-1.023-15.36-8.191-27.648-24.575-34.816-14.336-6.144-27.648-4.096-39.936 5.12-15.36 11.264-46.08 27.648-52.224 30.72-9.216 3.072-18.432 6.144-27.648 7.168l-62.464-191.488c2.048-2.048 5.12-4.096 7.168-7.168 15.36-14.336 16.384-33.792 3.072-48.128-8.192-9.216-19.456-12.288-31.744-11.263l-16.384-53.248 23.552-26.624c6.143-7.168 8.192-16.384 4.096-25.601L738.849 92.184c-5.12-11.264-17.408-16.384-28.672-13.312l-35.84 12.289c-11.264 4.095-18.432 16.383-15.36 27.647l29.696 128c2.048 9.217 9.216 16.385 18.431 17.408l35.841 8.193c2.048 0 4.096 1.023 6.144 0l17.408 52.223c-4.096 2.048-8.192 4.096-12.288 7.168-14.336 12.288-25.6 21.504-36.864 30.72 16.383 11.265 27.648 29.696 27.648 51.2 0 11.265-3.072 21.504-8.192 29.696 11.264-9.215 21.504-18.431 32.768-27.648 7.168-6.144 14.336-12.287 21.504-17.407l29.695 91.136c-4.095 0-9.215 0-14.335 2.047-16.384 5.12-32.768 12.288-49.152 18.432-3.072 1.024-7.168 3.072-10.24 4.097l2.048-2.048-33.792-50.177s-1.024-1.023-3.073-2.048c12.289-11.264 19.457-26.624 19.457-45.056 0-33.792-27.648-60.416-60.416-60.416-33.792 0-60.416 27.648-60.416 60.416 0 13.312 4.096 25.6 11.264 34.816-27.648 29.696-45.056 87.04-58.368 129.024h-28.672l-63.488-194.56c2.048-2.049 5.12-4.097 7.168-7.168 15.36-14.337 16.384-33.792 3.072-48.129-8.192-9.216-19.456-12.287-31.744-11.264l-19.456-52.223 23.552-26.624c6.144-7.168 8.192-16.384 4.096-25.6L405.025 92.182c-5.12-11.264-17.408-16.384-28.673-13.311L339.49 91.16c-11.264 4.095-18.432 16.383-15.36 27.647l29.696 128c2.048 9.217 9.216 16.385 18.432 17.408l35.84 8.193c2.047 0 4.096 1.023 6.144 0l17.408 52.223c-4.097 2.048-8.192 4.096-12.288 7.168-14.336 12.288-25.6 21.504-36.864 30.72 16.384 11.265 27.647 29.696 27.647 51.2 0 11.265-3.071 21.504-8.191 29.697 11.264-9.216 21.504-18.432 32.767-27.649 7.168-6.143 14.336-12.287 21.504-17.407l29.697 91.136c-4.096 0-9.216 0-14.336 2.047-16.384 5.12-32.768 12.289-49.153 18.432-3.07 1.024-7.168 3.072-10.239 4.097l2.048-2.048-33.792-50.177s-1.024-1.023-3.072-2.048c12.288-11.263 19.456-26.624 19.456-45.055 0-33.792-27.649-60.416-60.416-60.416-33.792 0-60.416 27.647-60.416 60.416 0 13.311 4.096 25.6 11.264 34.815-27.648 29.696-45.056 86.017-58.368 128q-50.689-4.608-92.16-36.863c-3.072-2.048-6.144-5.12-10.24-7.168-15.36-9.217-34.816-6.145-48.128 7.168-13.312 13.311-15.36 32.767-5.12 49.151 5.12 11.265 50.176 55.296 88.063 90.112zm666.624-124.928c4.097-2.048 7.168-3.072 9.217-6.145l10.24 31.745c-7.169 1.024-14.337 1.024-21.505 1.024h-66.56c11.264-3.072 20.48-7.168 20.48-7.168 16.385-6.145 31.744-12.288 48.128-19.456m-134.144 2.048c5.12 7.168 17.408 18.432 27.648 24.576h-45.056v-30.72l13.312 9.216zm-200.704-2.048c4.096-2.048 7.168-3.072 9.216-6.145l10.24 32.77H424.48c10.24-3.073 19.456-7.169 19.456-7.169 17.408-6.144 33.792-12.288 49.152-19.456m-134.144 2.048c5.12 7.168 17.407 18.432 26.624 24.576h-44.032v-30.72l13.311 9.216z'/%3E%3C/svg%3E")}.adv-sport-rugby{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1043.87 86.62C1042.816 38.6 1004.351.136 956.33-.92c-46.778-.948-148.798 6.286-260.674 26.602l321.674 321.675c20.376-112.015 27.592-214.11 26.54-260.736zM80.54 538.416c-7.076 22.31-13.22 44.434-18.608 66.32l376.448 376.45c21.822-5.372 43.936-11.704 66.17-18.758zM625.908 40.84c-21.896 5.38-44.022 11.522-66.336 18.594L983.54 483.403c7.078-22.31 13.224-44.433 18.61-66.323zM46.754 674.46C26.378 786.476 19.078 888.57 20.132 935.196 21.176 982.688 52.512 1023 131.77 1023c51.53 0 141.423-9.695 236.557-26.968zM496.786 81.55c-85.982 34.13-170.404 83.088-240.706 153.4-70.288 70.288-119.264 154.708-153.414 240.69L567.1 940.075c86.05-34.156 170.572-82.868 240.9-153.206 70.288-70.288 119.264-154.708 153.414-240.692zm183.832 365.682c11.726 11.726 11.726 30.724 0 42.45s-30.725 11.726-42.45 0l-21.224-21.224-42.45 42.45 21.224 21.223c11.726 11.727 11.726 30.725 0 42.45s-30.724 11.726-42.45 0L532.04 553.36l-42.45 42.45 21.224 21.224c11.726 11.725 11.726 30.723 0 42.45-11.726 11.726-30.724 11.726-42.45 0l-21.224-21.225-27.234 27.235c-11.726 11.725-30.724 11.725-42.45 0-11.726-11.727-11.726-30.725 0-42.45l27.234-27.235-21.224-21.223c-11.726-11.726-11.726-30.724 0-42.45s30.724-11.726 42.45 0l21.224 21.224 42.45-42.45-21.224-21.225c-11.726-11.725-11.726-30.723 0-42.45 11.726-11.726 30.724-11.726 42.45 0l21.224 21.225 42.45-42.45-21.224-21.224c-11.726-11.727-11.726-30.725 0-42.45s30.724-11.726 42.45 0l21.224 21.223 27.234-27.233c11.726-11.727 30.724-11.727 42.45 0 11.726 11.725 11.726 30.723 0 42.45l-27.234 27.233z'/%3E%3C/svg%3E")}.adv-sport-sailing{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M204.32 905.24c14.336-1.024 28.672-5.12 41.983-10.24 21.504-8.193 40.96-20.48 63.489-24.576 50.176-10.24 98.303-8.192 144.384 15.36 24.576 12.288 50.176 20.48 76.8 19.456 27.648 0 54.272-8.192 78.848-20.48 25.6-13.312 53.248-19.456 81.92-19.456 15.36 0 30.72 0 47.104 2.047 32.768 5.12 60.416 24.577 92.16 32.769 22.528 6.144 45.056 7.168 66.56 3.072 19.456-23.552 38.912-50.177 46.08-65.536 6.144-14.336 0-23.553-15.36-24.576H517.664l-3.073-1.024s-1.023-30.72-1.023-46.08V35.864c0-5.12 0-9.216-1.024-14.336C513.568 8.216 503.328-1 491.04-1c-13.313 0-23.552 9.216-24.577 23.552v589.825c0 66.56 1.025 133.12-1.023 200.704H350.752c-5.12 7.168-7.168 15.36-12.288 21.504-27.648 33.792-77.824 26.624-96.256-12.289-1.025-3.072-3.072-6.143-4.096-10.24-20.48 0-39.936 0-60.416 1.025-18.432 0-24.576 9.215-17.408 26.624 5.12 16.383 24.576 41.984 44.032 65.536zm735.232 11.264c-34.815 17.408-70.655 19.456-107.52 10.24-31.744-8.192-59.393-27.648-92.16-32.768-15.36-2.048-30.72-2.048-47.105-2.048-28.672 0-56.319 6.144-81.92 19.456-24.575 12.288-51.199 20.48-78.847 20.48-27.649 0-53.248-8.192-76.8-19.456-46.08-22.528-94.208-25.6-144.384-15.36-22.528 4.096-41.985 16.384-63.488 24.576s-44.033 12.288-67.584 8.192c-19.457 1.024-37.888-5.12-55.296-14.335-29.697-14.337-60.416-24.577-94.208-24.577-6.145 0-8.193 2.048-8.193 8.192v122.88h1020.93V890.904c-36.863-1.024-70.655 9.216-103.424 25.6zM537.12 764.952c1.023 0 58.368-14.336 76.8-18.433 45.056-11.263 91.136-21.503 136.192-32.767 3.071-1.025 6.143-1.025 8.191-2.048 19.456-4.096 38.912-9.216 57.345-13.313 44.031-10.239 89.088-21.503 133.119-31.743h4.097c0-1.024 1.023-1.024 2.047-1.024 13.312-3.072 25.6-6.144 38.913-9.216 3.072-1.024 6.143-2.048 8.191-2.048 27.648-7.168 33.792-27.648 16.385-49.152-86.017-101.376-172.032-203.776-258.05-305.152-5.118-6.144-8.19-13.312-15.359-16.384-33.792 33.792-67.584 68.608-102.4 102.4l-51.2 51.2c-2.048 2.048-4.096 6.144-9.216 6.144-3.072 61.44-13.311 121.856-25.6 182.272-6.144 28.672-13.312 56.32-19.455 83.968-2.048 18.431-1.025 35.84-1.025 54.271 0 2.048 1.025 2.048 1.025 1.025m49.152-427.008c19.455-17.408 36.863-36.864 55.296-54.272C660 265.24 678.43 246.807 696.864 229.4c-7.168-14.336-19.456-24.576-29.697-36.864-43.007-52.225-87.04-104.448-131.072-156.672v21.504c22.529 57.343 35.84 116.735 44.033 178.176 4.095 33.792 4.095 67.584 6.144 102.4M252.448 804.888c14.336 30.72 53.248 35.84 74.752 9.216 4.096-5.12 6.144-12.287 9.216-17.407v-12.288c-1.025-18.433-10.24-31.745-26.624-38.913-17.408-7.168-32.768-4.095-47.104 8.193-13.312 11.264-15.36 26.623-14.337 43.008 2.05 3.07 3.073 5.12 4.097 8.191'/%3E%3C/svg%3E")}.adv-sport-skateboarding{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M546.336 168.984c2.048-1.024 4.096-2.049 5.12-4.097L672.288 44.055c2.048-2.048 3.072-4.095 4.096-6.143-9.216-10.24-19.456-19.456-28.672-29.697-13.312-13.311-25.6-13.311-38.912 0L577.056 39.96c10.24 9.215 11.264 19.456 2.048 29.696s-22.528 11.264-32.768 1.023c-10.24 10.24-21.504 20.48-31.744 30.721q-16.896 18.432 0 36.863c11.264 11.265 21.504 20.48 31.744 30.721m488.444 227.328c-10.24-10.24-20.48-19.455-29.696-29.695-3.073 3.072-7.168 5.12-10.24 8.191L882.204 487.45c-3.073 3.071-5.12 6.144-7.168 9.216 10.24 10.24 19.456 20.48 29.696 29.696q18.432 18.432 36.863 0c10.24-10.24 20.48-21.504 31.744-31.744-10.24-10.24-9.216-22.528 1.025-32.768 9.215-9.216 20.48-8.192 29.696 2.048l31.743-31.744c11.265-11.264 11.265-23.552-1.023-35.84zM58.912 655.384c3.072-3.072 7.168-5.12 10.24-8.191 37.888-37.89 75.776-75.777 112.64-112.641 3.073-3.072 5.12-6.144 8.193-9.216-10.24-10.24-19.456-20.48-30.721-30.72-12.288-11.265-24.575-11.265-35.84 0A464 464 0 0091.68 526.36c10.24 10.24 9.217 22.527-1.023 32.768-9.216 9.216-20.48 8.192-29.697-2.048l-31.744 31.744q-18.432 18.432 0 36.864c9.216 10.24 19.456 19.455 29.697 29.696zm458.752 197.632c-2.048 1.024-4.096 3.072-6.145 5.12-39.935 39.937-79.87 79.872-118.783 118.784-2.047 2.048-3.072 4.096-5.12 7.168 9.216 10.24 19.456 19.456 28.672 29.696 13.312 13.312 25.6 13.312 38.912 0 10.24-10.24 20.48-20.48 30.72-31.744-10.24-9.216-11.264-19.456-2.048-29.696s22.529-11.264 32.768-1.023c10.24-10.24 21.504-20.481 31.744-31.745 12.288-12.288 11.265-24.576 0-36.864-10.24-10.24-20.48-19.456-30.72-29.696m518.146-642.048c1.024-24.576-5.12-47.104-16.384-67.584-30.72-57.344-74.752-101.376-134.144-129.023-30.72-14.336-63.488-16.385-96.256-4.097-21.505 8.193-38.912 21.504-55.297 37.889C512.545 268.312 291.362 489.497 70.177 710.68c-44.032 44.032-55.296 109.568-26.624 165.889 29.697 59.392 74.752 102.399 135.168 131.071 30.721 14.336 63.489 17.408 96.256 5.12 21.505-8.191 38.912-21.504 55.297-36.863C551.458 752.665 772.641 531.48 994.85 310.296c26.624-27.648 39.937-60.416 40.96-99.328M223.776 777.24c-12.288 0-23.553-11.265-23.553-23.552 0-12.288 10.24-22.528 22.529-22.528 13.312 0 22.528 8.191 22.528 21.504 1.023 13.311-9.216 24.576-21.504 24.576m64.512 65.536c-12.288 0-23.552-12.288-22.528-24.576s11.264-21.504 24.576-21.504 21.504 9.216 21.504 23.552c-1.024 13.311-11.264 22.528-23.552 22.528m0-131.072c-7.168 0-14.336-5.12-18.432-10.24-3.072-4.096-4.096-8.192-4.096-12.288v-4.096c2.048-9.216 10.24-16.384 18.432-18.432h4.096c3.072 0 6.144 1.024 8.192 2.048 8.192 4.096 13.312 12.288 13.312 21.504 1.024 12.288-9.216 22.527-21.504 21.504m88.064 47.104c0 1.024-1.023 3.072-1.023 4.097-1.025 3.071-3.073 5.12-5.12 7.168l-3.073 3.07c-2.048 2.05-5.12 3.073-8.191 4.098-1.025 0-3.073 1.023-4.097 1.023-12.288 0-23.552-11.264-23.552-23.552s10.24-21.504 23.552-21.504h5.12c10.24 2.048 18.433 11.264 18.433 21.504-1.025 1.025-1.025 2.048-2.049 4.096m340.992-470.016c-3.071 1.024-6.144 1.024-9.216 1.024s-6.143-1.024-8.192-2.048c-3.071-1.024-5.12-3.072-7.168-5.12q-6.144-6.144-6.144-15.36c0-4.096 2.048-9.216 5.12-13.312 2.048-2.048 4.096-5.12 7.168-6.144 3.073-2.048 5.12-3.072 8.192-3.072h4.096c3.073 0 6.144 1.024 8.192 2.048 1.024 1.024 3.072 1.024 4.097 2.048l6.143 6.144c2.048 4.096 4.096 8.192 4.096 12.288-1.024 10.24-7.168 18.432-16.384 21.504m76.8 57.344L788 352.281c-2.048 2.048-5.12 3.07-8.192 3.07h-4.096c-12.288 0-22.528-11.263-21.504-24.574 0-3.073 1.025-6.145 2.048-8.193 4.096-8.192 11.264-13.311 20.48-13.311 4.097 0 9.217 2.048 13.312 5.119 2.048 2.049 5.12 4.097 6.145 7.168 2.048 3.072 3.071 5.12 3.071 8.192v4.096c-1.023 5.12-3.071 9.217-5.12 12.288M774.688 224.28c-13.312 0-21.505-9.216-21.505-23.553 0-13.311 10.24-22.527 22.528-22.527s23.552 12.288 22.529 24.576c0 12.288-11.265 22.528-23.552 21.504m87.04 53.248c-3.071 8.191-11.264 13.312-21.504 13.312-3.071 0-6.143-1.024-9.216-2.048-8.191-3.073-13.311-10.24-13.311-20.48 0-8.192 4.095-15.36 10.24-19.456 4.096-2.049 8.191-4.097 12.287-4.097 2.049 0 3.072 0 4.097 1.025 3.071 1.023 6.143 2.048 8.191 4.095 6.145 4.096 10.24 12.289 10.24 19.457 1.025 2.047 0 5.12-1.024 8.192'/%3E%3C/svg%3E")}.adv-sport-ski-jumping{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M940.576 25.624c57.344 0 104.448 47.104 104.448 104.448s-46.08 104.447-104.448 104.447c-57.344 0-104.448-47.103-104.448-104.447S883.233 25.624 940.576 25.624m-158.72 574.464c-23.553 6.145-38.912 30.72-32.769 54.273 10.24 39.935-14.335 80.895-54.271 91.135L327.2 838.68l6.143-9.216 161.792-258.048L777.76 364.568c39.937-29.696 48.128-84.992 19.457-124.929-21.504-29.695-56.32-39.936-93.184-33.792-3.072 1.024-385.024 76.8-385.024 76.8-30.72 6.144-50.176 35.84-44.032 66.56 5.12 26.624 28.673 45.056 55.297 45.056 4.095 0 7.168 0 11.263-1.023l133.12-26.624-97.28 71.68c-9.216 7.167-16.384 15.36-22.528 24.576l-172.031 271.36c-26.624 41.983-13.313 97.279 28.672 123.903 4.095 3.072 9.215 5.12 13.311 7.168L52.768 908.31c-23.552 6.145-38.91 30.721-32.767 54.273 5.12 20.48 23.551 33.792 43.007 33.792 4.096 0 7.168 0 11.265-1.025l643.071-163.84c88.064-22.527 141.312-111.615 118.784-199.68-5.12-23.551-29.696-37.887-54.272-31.744z'/%3E%3C/svg%3E")}.adv-sport-snooker{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M645.2 122.8C623 84.8 581.8 61 537.599 61h-11.4c-44 0-85.2 23.6-107.4 61.8L37 773.8C-11.2 856.6 48.6 961 144.4 961h775c95.4 0 155.8-104 107.6-187.2zm66.8 718c-36 0-68-16.2-90-41.4-22 25.2-54 41.4-90 41.4s-68-16.2-90-41.4c-22 25.2-54 41.4-90 41.4-66.2 0-120-53.8-120-120 0-61.8 47.2-112.2 107.4-118.8-10.8-18-17.4-38.8-17.4-61.2 0-61.8 47.2-112.2 107.4-118.6-10.801-18-17.4-38.8-17.4-61.2 0-66.2 53.799-120 120-120s120 53.8 120 120c0 22.4-6.6 43.2-17.401 61.2 60.2 6.4 107.4 56.8 107.4 118.6 0 22.4-6.6 43.2-17.4 61.2 60.2 6.4 107.4 56.8 107.4 118.8 0 66.2-53.8 120-120 120zm-210-300c0-33-27-60-60-60s-60 27-60 60 27 60 60 60 60-26.8 60-60m180 0c0-33-27-60-60-60s-60 27-60 60 27 60 60 60 60-26.8 60-60m-330 120c-33 0-60 27-60 60s27 60 60 60 60-27 60-60-27-60-60-60M532 421c33 0 60-27 60-60s-27-60-60-60-60 27-60 60 27 60 60 60m0 239.8c-33 0-60 27-60 60s27 60 60 60 60-27 60-60-27-60-60-60m180 0c-33 0-60 27-60 60s27 60 60 60 60-27 60-60-27-60-60-60'/%3E%3C/svg%3E")}.adv-sport-softball{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1042.98 489.496c0-7.168-1.023-13.312-1.023-20.48 1.023 6.144 1.023 13.312 1.023 20.48m0 43.008c-55.296-6.144-110.592-3.072-165.888 13.313l15.36 30.72c9.216 18.43 3.072 36.863-13.312 45.055s-34.815 2.048-44.032-16.384c-5.12-10.24-11.264-21.504-16.384-31.744-2.048-5.12-4.096-6.144-9.216-4.096-37.888 17.409-72.704 38.912-104.448 65.536-4.096 4.096-3.071 6.144 0 9.216l21.504 21.504c13.312 14.336 13.312 32.768 1.024 46.08-12.288 12.288-31.744 12.288-45.055 0a234 234 0 01-22.529-22.528c-3.072-4.096-5.12-3.072-8.192 1.024q-38.4 46.08-64.512 101.376c-2.048 5.12-2.048 7.168 3.073 10.24 11.263 6.144 22.528 12.288 33.792 19.457 17.408 10.239 22.528 28.672 13.311 44.03-9.216 15.361-27.647 20.481-45.056 11.265-10.24-5.12-19.456-11.264-29.696-17.408-15.36 54.272-19.456 108.544-13.311 163.84H530.98c282.624 0 512-229.376 512-512a75.6 75.6 0 010 21.504M20 490.52c53.248 5.12 106.496 1.024 159.744-13.311l-15.36-30.72c-9.216-18.433-3.073-36.865 13.312-45.057s34.816-2.048 44.031 16.385c5.12 10.24 11.265 21.504 16.385 31.743 2.048 5.12 4.096 6.145 9.216 4.097 37.888-17.408 72.704-38.912 104.448-65.536 4.096-4.096 3.071-6.145 0-9.216l-21.504-21.504c-13.312-14.336-13.312-32.769-1.024-46.08 12.288-12.288 31.744-12.288 45.055 0a234 234 0 0122.529 22.527c3.072 4.097 5.12 3.073 8.192-1.023q38.4-46.08 64.512-101.376c2.048-5.12 2.048-7.168-3.073-10.24-11.263-6.144-22.528-12.288-33.792-19.456-17.408-10.24-22.528-28.672-13.311-44.033 9.216-15.36 27.647-20.48 45.056-11.263 10.24 5.12 19.456 11.263 29.696 17.408C509.472 108.569 513.568 54.297 507.423-1h25.601H532C249.376-1 20 228.377 20 511zm488.448 531.46c-7.168 0-15.36-1.023-22.528-2.048 7.168 2.048 15.36 2.048 22.528 2.048M552.48-1c6.144 0 13.312 1.024 19.455 1.024 2.049 22.528 3.072 45.056 2.049 67.584-2.049 40.96-8.192 81.92-20.48 121.855-2.048 6.145 0 9.216 6.144 12.289 10.24 5.12 20.48 11.263 30.72 17.408 16.383 10.24 21.504 28.672 12.288 45.055-9.216 15.36-27.649 19.457-44.032 10.24-8.193-4.095-15.36-8.192-23.552-13.312q-6.145-4.607-9.216 3.072c-20.48 41.985-45.057 79.872-75.776 114.688-4.096 4.096-2.048 6.144 1.023 10.24 6.145 6.144 13.312 12.288 19.456 19.456 12.288 13.312 11.265 31.744-1.023 44.032s-30.72 12.288-44.033 1.024l-18.431-18.432c-4.097-5.12-7.168-5.12-12.288-1.024-35.84 30.72-75.777 56.32-118.784 75.776-5.12 2.049-7.168 4.096-4.096 10.24 4.096 7.168 8.191 14.336 11.264 22.528 7.168 17.408 2.048 34.816-13.312 43.008-16.385 8.192-33.792 2.048-43.009-14.336-5.12-9.216-9.215-17.408-13.311-26.624-3.072-7.168-7.168-8.192-13.313-6.143-20.48 6.143-41.983 10.239-63.487 13.311-37.889 5.12-76.8 6.144-114.688 3.072-1.023-7.168-1.023-14.336-1.023-21.504C32.288 790.55 231.968 998.423 485.92 1020.951c-2.048-22.528-3.073-44.032-2.048-66.56 2.048-40.96 8.192-81.92 20.48-121.855 2.048-6.145 0-9.216-6.144-12.288-10.24-5.12-20.48-11.264-30.72-17.408-16.385-10.24-21.504-28.672-12.288-45.056 9.216-15.36 27.648-19.456 44.032-10.24 8.192 4.095 15.36 8.192 23.552 13.312q6.144 4.608 9.216-3.072c19.456-41.984 45.056-79.872 74.752-114.688 4.096-4.096 2.048-6.144-1.025-10.24-6.143-6.144-13.311-12.287-19.455-19.455-12.288-13.313-11.264-31.745 1.024-44.033s30.72-12.288 44.032-1.024l18.432 18.433c4.096 5.12 7.168 5.12 12.288 1.023 35.84-30.72 75.776-56.32 118.784-75.775 5.12-2.05 7.168-4.097 4.095-10.24-4.095-7.169-8.191-14.336-11.263-22.529-7.168-17.408-2.048-34.815 13.311-43.008 16.385-8.192 33.792-2.048 43.009 14.336 5.12 9.216 9.216 17.408 13.311 26.624 3.073 7.168 7.168 8.193 13.313 6.144 20.48-6.144 41.983-10.24 63.487-13.312 39.937-6.143 80.897-7.168 120.832-3.072C1021.472 211.992 811.552 9.24 552.481-1z'/%3E%3C/svg%3E")}.adv-sport-specials{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M302.665 994.802c2.501 14.1 14.781 24.332 29.335 24.332h400.004c15.463 0 28.198-11.825 29.564-27.06 16.6-90.507 35.7-180.56 53.439-270.838H248.772c17.965 91.416 37.294 182.15 53.894 273.566zm-80.273-679.938 58.216-38.887c13.643-9.095 17.282-27.515 8.186-41.159s-27.515-17.283-41.16-8.187l-69.357 46.39c-9.325 5.23-15.237 15.236-15.237 25.924v88.915h59.352zm561.005-39.113 58.215 38.886v73.224h59.58v-88.915c0-10.688-5.913-20.694-15.236-25.924l-69.359-46.618c-13.643-9.096-32.063-5.458-41.159 8.187-9.324 13.644-5.686 32.064 7.959 41.16M531.889 2.866c59.58 0 108.018 48.437 108.018 108.017S591.47 218.901 531.889 218.901s-108.017-48.437-108.017-108.018S472.309 2.866 531.889 2.866m387.269 444.575H144.847c-16.373 0-29.79 13.417-29.79 29.79v154.861c0 16.373 13.417 29.79 29.79 29.79h774.311c16.373 0 29.79-13.417 29.79-29.79V477.231c0-16.373-13.417-29.79-29.79-29.79m-357.48 109.381c-1.137 16.373-15.235 28.88-31.608 27.743-15.01-.91-27.062-13.19-27.744-28.198v-3.639c.91-15.235 13.189-27.287 28.425-27.97h2.501c15.009.682 27.288 12.506 28.425 27.516v4.548zm198.524-234.454c0-12.735-7.959-23.877-20.012-28.198-32.974-13.644-67.084-25.014-101.877-33.656-25.014-6.14-50.712-10.461-76.408-12.507v53.44c0 16.373-13.19 29.79-29.79 29.79-16.373 0-29.79-13.19-29.79-29.79v-53.44c-62.081 6.14-122.798 21.83-179.877 46.845-11.143 4.548-18.42 15.463-18.42 27.516v65.492h456.627l-.455-65.492z'/%3E%3C/svg%3E")}.adv-sport-speedway{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M188.96 461.848C95.776 461.848 20 537.624 20 630.808s75.776 168.96 168.96 168.96 168.96-75.775 168.96-168.96c0-93.184-75.776-168.96-168.96-168.96m0 263.168c-51.2 0-94.208-41.983-94.208-94.208 0-52.224 41.984-94.208 94.208-94.208 51.2 0 94.208 41.984 94.208 94.208 0 52.225-43.008 94.208-94.208 94.208m686.08-263.168c-19.456 0-36.864 3.072-54.272 9.217l-46.08-72.704c10.24-7.168 20.48-14.336 30.72-19.456V295.96l-74.752 33.792-69.632-107.52H525.856l-24.576 20.48 113.664 36.864 51.2 78.848-134.145 62.464-131.072-87.04-210.943-33.792v54.272l154.624 118.784 95.232 200.704h186.368l48.128-174.08s19.456-24.576 47.104-53.248l38.911 61.44c-32.767 30.72-54.271 74.752-54.271 123.904 0 93.183 75.776 168.96 168.96 168.96S1044 725.015 1044 631.832s-75.777-169.984-168.96-169.984m0 263.168c-51.2 0-94.208-41.983-94.208-94.208 0-22.527 8.192-43.008 20.48-58.367l50.176 77.823 59.392-37.888-47.104-73.727c4.096 0 7.168-1.025 11.264-1.025 51.2 0 94.208 41.985 94.208 94.208s-41.984 93.184-94.208 93.184'/%3E%3C/svg%3E")}.adv-sport-squash{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M819.547 701.664c-80.679 0-146.187 65.508-146.187 146.187s65.508 146.188 146.187 146.188 146.188-65.508 146.188-146.188-65.509-146.187-146.188-146.187m0 224.452c-43.098 0-78.265-35.168-78.265-78.266 0-43.096 35.168-78.264 78.265-78.264s78.265 35.168 78.265 78.264c0 43.098-35.168 78.266-78.265 78.266M1000.21 211.04 831.957 42.787C801.961 12.791 761.622-2.723 717.834-1c-47.58 2.07-93.435 24.824-125.156 62.405L435.803 246.551c-26.203 31.03-44.132 67.233-56.889 104.47-27.582 81.024-124.466 317.888-124.466 317.888L44.821 878.536c-15.86 15.86-24.824 37.237-24.824 59.992s8.964 43.788 24.824 59.992c15.86 15.86 37.236 24.824 59.993 24.824 22.755 0 43.786-8.964 59.99-24.824l209.628-209.627s236.865-96.884 317.543-124.811c37.236-12.757 73.438-30.341 104.47-56.89L981.59 450.319c37.58-31.72 60.337-77.576 62.405-125.156 1.724-43.787-13.791-84.127-43.787-114.123zm-24.477 111.02c-.346 7.93-1.725 15.516-3.793 23.1l-51.028-51.028 33.098-33.098c15.17 16.205 22.756 37.58 21.722 61.025zM838.855 482.038l-52.753-52.752 38.615-38.615 55.856 55.855-41.72 35.512zm-81.713-81.713-42.753-42.753 38.615-38.615 42.753 42.753zm-393.74 319.268-39.995-39.995 61.716-156.875c12.067 30.686 29.996 58.269 53.441 81.713 23.444 23.445 51.371 41.374 81.713 53.441zm110.33-409.945 43.786 43.786-38.614 38.615-31.375-31.375c6.206-17.584 14.826-34.823 26.203-51.027zm61.026-74.128 50.338 50.339-38.614 38.614-47.236-47.234zm61.716-73.094 55.856 55.856-38.616 38.615-52.752-52.753zm48.269-56.889c4.481-5.516 9.654-10.343 15.17-14.826l60.337 60.337-38.615 38.615-58.268-58.269zm-86.884 493.727c-19.997-6.206-38.96-16.205-55.855-29.306l48.614-48.614 42.753 42.753zm64.129-6.206 13.445 13.446a189 189 0 01-27.926 1.034zm-148.946-52.062c-13.446-16.894-23.1-35.857-29.306-55.855l35.168-35.169 42.753 42.753-48.614 48.27zm34.823-119.984 38.615-38.614 42.753 42.753-38.615 38.614zm67.233-67.577 38.615-38.614 42.753 42.753-38.615 38.615zm67.577-67.577 38.615-38.615 42.753 42.753-38.615 38.615zm67.577-67.577 38.615-38.615 42.753 42.753-38.615 38.615zm-260.31 202.731-14.481 14.481q-.517-13.964 1.034-27.926zm232.383 174.459-31.375-31.375 38.615-38.614 43.786 43.786c-16.204 11.379-33.443 19.997-51.027 26.203zm-60.337-60.336-42.753-42.753 38.614-38.615 42.753 42.753zm24.824-109.986 38.615-38.615 42.753 42.753-38.614 38.615zm135.154-135.154 38.615-38.615 42.753 42.753-38.615 38.615zm67.577-67.577 33.099-33.099 42.752 42.753-33.098 33.099zm4.138-62.06-33.099 33.099-42.752-42.753 33.098-33.099zM720.94 67.267h3.793c22.065 0 42.062 7.585 57.233 22.066l-33.098 33.099-51.029-51.028c7.585-2.758 15.17-3.793 23.101-4.137M116.539 950.25c-4.137 4.137-9.309 4.827-11.723 4.827s-7.585-.69-11.723-4.827c-4.137-4.137-4.827-9.309-4.827-11.723s.69-7.585 4.827-11.723L283.757 736.14l23.445 23.445zm649.223-406.497-47.234-47.235 38.614-38.615 50.339 50.338zm171.701-145.497-25.514 21.72-58.268-58.267 38.615-38.615 60.337 60.337c-4.827 5.172-9.655 10.344-15.17 14.826z'/%3E%3C/svg%3E")}.adv-sport-stock-car-racing{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1067 1024' width='1067' height='1024'%3E%3Cpath fill='black' d='M339.488 576.536c2.048-17.408 2.048-34.816-4.097-52.225-15.36-38.91-54.271-59.391-95.231-53.247-33.792 5.12-63.488 35.84-67.584 69.632-3.072 20.48-1.024 40.96 3.072 60.416 1.024 2.048 1.024 4.096 1.024 6.144H61.984c-4.097 0-4.097-1.024-4.097-4.096v-61.44c9.216 1.024 18.433 3.072 27.648 4.096v-37.888c0-4.096 0-7.168 1.024-11.264s3.072-7.168 7.168-8.193c2.049-1.023 4.096-2.047 4.096-5.12 1.024-10.239 3.073-19.455 5.12-29.695 2.048-7.168 3.072-13.312 4.096-20.48H64.031c-3.072 0-5.12-1.024-6.144-4.096-10.24-26.624-21.504-54.273-31.744-80.897-2.048-7.168-4.096-13.311-7.168-20.48H99.87c9.216 0 15.36 4.097 19.456 11.265 13.312 22.528 25.6 44.032 37.888 65.536 2.048 4.095 4.096 4.095 7.168 4.095 14.336-2.048 27.648-4.095 40.96-6.143 5.12-1.025 10.24-2.048 14.336-4.096 14.336-7.168 27.648-15.36 41.984-23.553 17.409-9.215 34.817-19.456 52.224-27.647 19.456-8.193 39.936-9.216 60.416-10.24 58.368-4.096 116.736-4.096 175.104-4.096 32.768 0 64.512 9.216 93.184 24.576l129.024 70.655c3.072 2.048 5.12 2.048 8.191 1.025q7.68-4.608 18.433-3.072c31.744 6.144 63.487 11.264 94.208 18.432 29.695 6.144 59.391 14.336 89.087 21.504 15.36 4.096 25.6 13.312 29.697 28.672 7.168 24.576 12.287 48.128 18.431 72.704q1.537 4.607-3.072 6.144c-2.048 0-4.096 1.024-6.143 2.047 8.191 11.265 16.383 21.504 25.6 31.745H929.31c0-2.048 1.025-4.096 1.025-6.144 4.095-19.456 6.144-39.936 3.072-60.416-6.145-31.744-31.744-63.488-71.68-68.608-35.84-5.12-71.68 14.336-88.064 47.104-10.24 20.48-9.216 41.984-7.168 63.487 1.023 8.193 3.072 16.385 4.095 25.601H337.44c2.047-10.24 2.047-19.456 2.047-31.744zM665.12 431.128c-3.072-1.024-4.096-4.096-3.072-7.168 1.024-4.096 2.048-7.168 2.048-11.264 0-2.048-1.024-5.12-2.048-6.144-22.529-14.336-44.032-29.696-69.632-38.912-15.36-5.12-31.744-8.192-48.128-8.192H470.56c0 4.096 1.024 8.192 1.024 12.288 21.504-10.24 41.984-11.264 61.44 1.024 8.192 5.12 14.336 13.312 17.408 23.552-10.24 2.048-20.48 3.072-29.696 0-5.12-2.048-9.217-1.024-11.264 3.072-2.048 4.097-2.048 7.168 2.048 11.264 7.168 7.168 15.36 10.24 24.576 11.264 6.144 1.024 13.312 1.024 19.456 2.048 3.072 0 5.12 1.024 6.144 4.096 0 2.048 3.072 3.072 4.096 3.072 31.744 1.024 63.488 3.072 95.232 4.096h13.312c-4.096-2.048-5.12-4.096-9.216-4.096m-212.992-5.12c0-3.072-1.024-5.12-1.024-7.168-1.024-9.216 0-18.432 3.072-26.624 2.048-4.096 2.048-8.191 2.048-12.288 0-6.144-1.024-12.288-1.024-18.432 0-3.072-1.024-4.095-4.096-4.095-21.504 2.047-44.032 3.07-65.536 5.119q-18.432 1.536-30.72 15.36c-12.288 12.288-25.6 24.576-37.888 36.864-1.024 1.024-1.024 2.048-3.072 4.096 46.08 2.048 93.184 4.096 138.24 7.168M332.32 557.08c0 40.96-33.792 72.704-73.728 72.704-39.936 1.024-73.728-32.768-73.728-72.704 0-40.96 32.768-74.752 73.727-74.752 36.865 0 73.729 30.72 73.729 74.752m-74.752 40.96c22.527 0 40.96-18.432 40.96-40.96s-18.433-40.96-40.96-40.96-40.96 17.408-40.96 39.935c0 22.529 19.456 40.96 40.96 41.985m591.872 32.768c-41.984 0-73.728-33.792-73.728-75.775 1.024-38.913 33.792-71.681 74.752-71.681 39.936 0 72.704 33.792 72.704 73.728s-32.768 73.728-73.728 73.728m-38.912-73.728c0 22.528 18.432 39.936 40.96 39.936 22.527 0 39.936-18.432 39.936-40.96-1.024-22.528-19.457-39.936-41.984-39.936-23.553 0-40.96 18.432-38.912 40.96'/%3E%3C/svg%3E")}.adv-sport-surfing{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1016.35-1c-98.304 16.384-192.512 44.032-283.647 82.944l-1.024 1.024c-1.024 1.024-3.072 1.024-4.096 2.048-2.048 1.024-3.072 1.024-4.096 2.048l-69.632 32.768-8.192 4.096c-53.248 27.648-103.424 59.392-150.528 96.256l-72.704 61.44c-6.144 5.12-10.24 9.216-15.36 14.336-132.096 130.048-242.687 276.48-332.8 439.296-19.456 34.816-36.864 71.68-54.272 107.52v10.24c5.12 9.217 13.312 12.288 24.576 11.265 48.128-5.12 96.256-9.216 144.384-14.336 5.12 0 6.144 1.023 5.12 5.12-5.12 48.128-9.215 96.256-14.336 144.384-1.024 11.264 2.048 18.432 11.264 24.576h10.24c1.025-1.024 1.025-1.024 2.048-2.049C276 989.21 344.607 950.296 412.191 908.312c1.024-1.023 2.048-1.023 3.071-2.047l2.048-2.048 71.681-49.152c2.048-2.049 4.096-3.072 7.168-5.12l3.072-2.048c52.224-36.864 102.4-76.8 149.504-118.784l68.608-63.488c36.864-35.84 70.656-71.68 100.353-110.592 119.808-156.672 191.487-333.824 225.279-527.36 4.096-18.432-9.216-30.72-26.624-28.672zM717.344 175.128v389.12c-13.311 11.264-37.888 32.768-64.512 54.272V218.136c29.697-19.457 53.248-34.816 64.512-43.008M423.456 388.12c18.432-16.384 40.96-33.792 64.512-52.224v416.768c-21.504 17.409-44.032 34.817-64.512 51.2z'/%3E%3C/svg%3E")}.adv-sport-swimming{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M959.008 740.376c-34.815 16.384-70.656 19.456-108.544 16.384-30.72-2.048-58.368-14.336-86.016-26.624-39.936-17.408-80.896-17.408-121.856-1.024-23.551 10.24-47.103 21.504-72.704 25.6-12.288 2.048-24.576 3.072-37.887 3.072-35.84 1.024-68.609-8.192-100.352-24.576-39.937-19.456-80.897-21.504-122.881-7.168-18.432 6.144-35.84 17.408-55.296 22.528-27.648 8.192-56.32 10.24-84.992 7.168-30.72-3.072-59.392-14.336-87.04-26.624-19.456-9.215-39.936-13.312-60.415-11.264v140.288c0 29.696 0 59.392-1.025 89.088 0 9.217 3.072 11.264 11.264 11.264h1011.712V717.847c-29.696-2.048-56.32 10.24-83.968 22.529m-386.048 92.16c-7.168 2.048-13.311 3.072-20.48 4.096 7.168 0 13.312-2.048 20.48-4.096m0 62.464c-9.216 2.048-17.408 3.072-26.624 3.072H532h14.336c9.216-1.024 18.432-2.048 26.624-3.072 9.216-2.048 17.408-4.096 26.624-7.168-9.216 3.072-17.408 5.12-26.624 7.168m234.496-407.552 5.12-5.12c29.696-34.817 26.624-87.04-6.144-120.832-32.768-32.769-84.992-35.84-120.832-6.145-2.048 2.05-4.096 3.073-6.144 5.12 43.008 41.985 84.992 83.97 128 126.977m-204.8 48.128q26.112 33.79 79.872 36.864c29.695-2.049 50.176-19.456 69.632-38.912-13.313-19.456-29.696-36.864-44.032-55.296-21.504-26.624-43.008-53.248-64.512-78.848-1.024-1.024-3.072-2.048-4.097-3.073h-4.095c-21.504 17.409-43.008 33.792-49.152 62.465 0 2.048-1.024 4.096-2.049 5.12-2.047 27.648 4.097 53.247 18.433 71.68m136.192 119.808c-27.647-32.768-63.487-56.32-103.424-71.68-23.552-9.216-38.912-22.528-49.151-35.84-14.337-19.456-22.529-45.056-22.529-71.68 0-21.504-8.192-41.984-21.504-58.367-5.12-6.145-11.264-11.265-11.264-19.457 0-23.552-2.048-48.127-4.096-71.68-1.023-11.264-4.096-23.552-1.023-32.768 4.095-9.216 15.36-15.36 23.551-22.528 24.577-20.48 49.152-41.984 73.728-62.464 20.48-17.408 41.984-34.816 62.464-54.271 22.528-21.505 22.528-48.13 4.097-69.633-22.529-25.6-48.128-29.696-72.705-10.24-33.792 27.648-67.584 56.32-101.376 84.992-37.888 31.744-54.272 43.008-92.16 74.752-9.216 8.192-20.48 14.336-17.408 31.744 4.096 31.744-4.096 53.248-2.048 86.016l6.144 98.304c1.024 13.312 1.024 26.624 3.072 39.935 1.024 6.145-1.023 10.24-5.12 13.313-25.6 20.48-70.655 61.44-96.256 81.92-44.032 36.864-88.064 72.704-133.12 109.568 23.553 4.096 46.08 0 67.584-8.192s40.96-20.48 63.488-24.577c50.176-10.24 98.304-8.191 144.384 15.36 24.576 12.289 50.176 20.48 77.824 19.457 28.672 0 55.296-8.193 80.897-21.504 24.575-12.288 53.247-18.433 80.895-18.433 15.36 0 31.745 0 47.105 2.05-1.024-1.025-1.024-2.05-2.049-4.098z'/%3E%3C/svg%3E")}.adv-sport-table-tennis{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1044 898.127c0 64.443-52.241 116.684-116.684 116.684s-116.685-52.24-116.685-116.684 52.241-116.684 116.685-116.684c64.442 0 116.684 52.24 116.684 116.684M855.198 130.013c-163.762-163.768-430.226-163.761-593.989 0-40.146 40.147-71.42 87.736-92.394 139.593l546.787 546.787c51.86-20.973 99.45-52.248 139.593-92.394 163.768-163.757 163.768-430.225.003-593.986M139.501 393.878c-7.254 92.346 16.191 184.537 66.215 261.613l-179.5 179.507c-8.29 8.285-8.29 21.714 0 29.999l93.998 93.998a21.14 21.14 0 0015 6.216 21.16 21.16 0 0015.002-6.213l179.507-179.503c77.079 50.028 169.253 73.466 261.613 66.215a419 419 0 0047.141-6.43L145.93 346.736a419 419 0 00-6.43 47.142z'/%3E%3C/svg%3E")}.adv-sport-taekwondo{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M382.496 873.496c48.128 0 96.256 0 145.408-1.024V369.689c-7.168 1.023-10.24-4.097-14.336-8.193C415.263 264.216 347.68 196.632 250.4 98.328c-10.24-10.24-20.48-17.408-34.816-19.456 3.072 26.624-2.048 50.176-22.529 68.609-18.431 17.407-39.935 20.479-63.487 19.455 0 5.12 1.024 9.216 3.071 13.312 5.12 11.264 13.313 20.48 21.504 28.672L373.28 428.056q9.216 9.217 9.216 21.504c-1.024 154.624 0 269.312 0 423.937zm80.896-696.32c-1.023 1.024-2.048 3.072-3.071 4.097-18.433 18.431-18.433 24.575 0 43.007l117.76 117.76h179.2c4.095-4.095 9.216-9.215 13.311-13.312-38.912-37.888-76.8-76.8-115.712-114.688l-97.28-97.28c-11.264-11.264-19.456-11.264-30.72-1.024-4.095 4.096-7.168 9.216-13.311 10.24-14.336 18.432-32.769 34.816-50.177 51.2m63.488 736.256c-48.128 0-96.256 0-145.408 1.024v70.657c0 22.527 15.36 37.887 38.912 37.887h140.288c25.6 0 43.008-21.504 37.888-46.08-7.168-38.912-31.743-60.416-71.68-63.488M184.864 48.152c-5.12-16.385-14.336-30.72-26.624-41.984-10.24-9.216-19.456-9.216-29.696 0L54.816 79.896c-9.217 9.216-9.217 19.455 0 29.696 12.287 13.312 26.624 21.504 44.031 26.624 23.553 2.048 46.08-2.048 63.489-19.456 20.48-18.432 24.576-41.984 22.528-68.608M429.6 170.008c17.408-12.288 30.72-28.672 45.057-43.008s29.695-27.648 43.007-44.032c-6.144-6.144-12.288-13.311-18.431-19.456l1.023-1.024-1.023 1.024c-3.072-3.071-5.12-6.144-8.193-8.192-11.263-11.264-21.503-12.288-32.767-1.024a1514 1514 0 00-57.345 57.344c-8.191 8.192-10.24 18.432-2.048 27.648 8.193 11.264 17.408 22.529 30.72 30.72m151.552 199.68c-1.024 75.775 62.464 142.336 138.239 144.384 4.097 0 7.168 0 7.168-5.12q3.073-41.473 36.864-67.584c-5.12-9.216-13.311-15.36-21.504-22.528-15.36-13.312-19.456-29.697-11.263-48.128-49.153 0-99.328 0-149.504-1.024m128 180.224c-48.128-4.096-88.064-25.6-119.809-61.44-2.048-2.048-4.096-4.096-6.144-7.168-3.072 3.072-2.047 7.168-2.047 10.24v154.624h12.288c15.36 0 30.72 1.025 46.079 0 7.169 0 9.217 2.048 9.217 9.216v19.456c2.047-1.023 5.12-1.023 8.191-1.023 12.288 0 20.48 6.143 23.553 15.36 4.095 5.12 5.119 11.264 4.095 18.432v12.288c0 1.023-1.024 2.048-1.024 2.048 1.024 3.071 1.024 7.168 1.024 10.239h95.232c38.912 0 72.704-30.72 73.728-67.584 1.024-37.888 0-75.775 0-114.688-48.128 1.023-96.256 3.072-144.384 0zm-38.912 179.2c0-10.24-1.024-18.433-11.265-22.528-11.263-4.096-18.431 1.024-24.575 10.24 0-13.313-1.024-25.6 0-38.912 0-7.168-2.049-9.216-9.217-9.216h-46.08c-6.143 0-11.263 0-17.407 1.023v68.609c0 14.336 6.144 20.48 20.48 21.504H634.4c24.575 3.072 30.72 0 36.864-17.408-1.024-5.12-1.024-9.216-1.024-13.312M858.656 449.56c-3.072 3.072-7.168 6.145-10.24 9.217-20.48 20.48-32.768 22.527-58.368 9.216-14.336 8.191-21.504 19.456-25.6 34.815-2.048 9.217-1.024 13.313 9.216 12.288 26.624-1.023 53.248 0 79.872 0 10.24-2.048 21.504-5.12 27.647-14.336 13.313 2.048 26.624 0 36.865-10.24l76.8-76.8c27.648-28.672 28.671-70.655 2.048-99.328-22.528-23.552-45.056-47.103-68.608-68.607-22.528-21.504-56.32-24.576-82.944-10.24-17.409 9.215-17.409 10.24-5.12 25.6v1.024c15.36 15.36 30.72 30.72 47.104 46.08 3.072 3.072 4.096 5.12 1.023 9.215-9.215 14.336-9.215 28.672 0 41.985 3.073 4.096 2.05 6.143-1.023 9.216-6.144 6.143-11.264 12.288-17.408 17.408-4.096 4.096-7.168 8.191-8.193 13.311-1.023 5.12 0 9.216 4.097 15.36 7.168-4.095 12.288-10.24 18.432-16.383l6.144-6.145c12.288-12.288 25.6-10.24 34.816 5.12 8.192 14.336 6.144 31.745-6.144 44.033-6.144 6.143-13.312 9.216-20.48 10.24-4.096 1.023-8.192 0-11.264 0-2.048 0-4.096-1.024-6.145-2.049-2.047-1.023-4.095-2.048-5.119-2.048-3.072-2.048-6.144-3.071-9.217-5.12-4.095 1.025-6.143 4.097-8.191 7.168'/%3E%3C/svg%3E")}.adv-sport-tennis{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='m922.8 307.512-41.412-41.052-50.182 50.615-33.12-32.842 65.694-66.252-41.412-41.06-65.694 66.265-33.12-32.827 50.183-50.615-41.413-41.064-50.184 50.61-49.704-49.272-41.052 41.412 49.683 49.272-32.843 33.12-66.264-65.68-41.052 41.425 66.266 65.68-32.842 33.12-49.704-49.273-41.052 41.424 49.704 49.272-50.182 50.602 41.39 41.062 50.182-50.614 33.144 32.828-65.694 66.266L543.532 541l65.694-66.266 33.144 32.864-50.16 50.59 41.412 41.062 50.16-50.602 49.704 49.26 41.052-41.423-49.682-49.25 32.818-33.145 66.266 65.68 41.052-41.424-66.24-65.67 32.818-33.132 49.703 49.277 41.051-41.424-49.704-49.26zm-313.922 84.74-33.12-32.832L608.6 326.3l33.12 32.818zm73.612-140.498 33.144 32.842-32.842 33.12-33.12-32.828zm.956 214.422-33.166-32.852 32.842-33.131 33.143 32.851zm73.89-74.556-33.144-32.842 32.842-33.132 33.12 32.852zm262.104-197.884c-15.034-39.068-37.973-75.175-68.748-105.67-30.368-30.137-66.148-52.574-104.75-67.269C807.292 6.055 765.858-1 723.63-1c-113.508.15-233.046 50.487-326.974 145.112-92.912 93.834-142.15 212.426-142.269 324.933 0 25.786 2.67 51.267 8.034 75.978l-65.074 219.275-175.096 176.6L105.077 1023 279.8 846.76l213.98-67.745c25.576 5.807 51.978 8.667 78.72 8.667 113.474-.14 233.01-50.462 326.95-145.078h.021c92.891-93.87 142.126-212.451 142.27-324.957 0-42.825-7.245-84.82-22.3-123.91zm-735.602 566.12 29.378-99.036c9.562 13.342 20.268 25.996 32.188 37.807a298 298 0 0035.92 30.369zM841.48 585.13c-79.467 80.318-179.971 121.042-268.977 120.902-33.166 0-64.666-5.538-93.25-16.433-28.605-10.927-54.322-27.091-76.376-48.935-22.322-22.158-38.858-48.094-50.018-77.04-11.162-28.934-16.83-60.924-16.83-94.568-.14-88.388 39.744-188.065 118.604-267.472 79.466-80.319 179.97-121.066 269-120.926 33.145 0 64.645 5.551 93.227 16.443 28.605 10.916 54.3 27.078 76.351 48.946 22.344 22.158 38.88 48.094 50.065 77.04 11.138 28.922 16.83 60.9 16.83 94.559.117 88.388-39.767 188.029-118.626 267.483z'/%3E%3C/svg%3E")}.adv-sport-touring-car-racing{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M23.072 503.832C26.144 228.376 252.448-1 538.143 2.072c276.48 3.071 507.904 230.399 502.784 518.144-4.095 276.48-231.424 501.76-510.976 500.736-280.576-2.048-510.977-231.424-506.88-517.12zM521.76 88.088c-10.24 1.024-29.695 2.048-49.151 5.12-50.177 6.144-97.28 22.528-141.312 46.08-78.848 43.008-138.24 104.448-178.176 185.344-5.12 11.265-10.24 23.552-14.336 34.817-3.073 8.19 0 12.288 8.191 15.359 8.192 3.072 17.408 6.144 25.6 9.217 5.12 2.048 9.217 4.095 11.264 10.239 1.025 5.12 4.096 6.145 8.193 7.168 27.647 3.072 54.271 6.145 81.92 9.217 43.007 5.119 87.04 9.216 130.048 14.336 4.095 0 6.143 0 9.216-4.097 25.6-31.744 57.343-52.224 98.303-57.344 56.32-6.143 101.377 13.313 137.217 56.32 2.048 3.072 4.096 4.096 8.192 4.096 13.312-1.024 26.624-3.072 39.936-4.095 34.816-4.097 69.632-8.193 104.447-11.265 23.553-3.071 47.105-5.12 70.656-7.168 3.073 0 5.12-1.024 6.145-5.12 1.023-6.144 5.12-9.216 11.264-11.264 9.215-3.072 17.408-6.143 25.6-9.216s10.24-7.168 8.192-15.36c-1.025-5.12-3.073-9.216-5.12-14.336-29.697-68.607-73.728-124.928-132.097-169.983-73.728-58.368-159.744-87.04-264.192-88.064zm-382.976 419.84H122.4c-6.144 0-10.24 3.072-11.264 9.216s-1.024 12.288-1.024 18.432c1.024 24.577 5.12 49.152 10.24 73.728 15.36 63.488 43.008 120.832 84.992 172.032 55.296 66.56 123.904 111.616 206.849 136.192 12.288 4.096 25.6 6.143 38.91 8.191 9.218 1.025 11.265-2.048 13.313-10.239 2.048-9.217 3.073-18.433 5.12-27.648 1.024-5.12 3.073-10.24 8.192-12.288 5.12-2.048 5.12-5.12 5.12-9.216-2.048-22.529-3.071-44.032-4.096-66.56l-9.216-147.457c0-3.071-2.047-6.143-5.12-7.168q-55.296-29.183-73.727-89.088c-1.025-2.048-3.073-4.095-5.12-4.095-18.433-4.096-35.841-9.216-54.273-13.312-52.223-13.312-105.472-25.6-157.696-38.912-2.048 0-5.119 0-5.119 1.023-4.097 8.193-11.265 9.216-18.433 9.216-4.095-3.071-8.191-2.048-11.263-2.048zm814.08 24.576v-13.311c-1.024-9.217-4.097-12.289-13.312-12.289h-26.624c-7.168 0-12.289-2.047-15.36-8.192-1.024-1.023-4.097-2.048-5.12-2.048-10.24 2.048-21.504 5.12-31.744 7.168-55.296 13.312-111.616 27.649-167.937 40.96-12.287 3.072-20.48 6.144-22.527 19.456 0 1.025 0 1.025-1.025 2.048-13.311 32.769-35.84 57.344-67.584 74.752-3.072 1.025-6.143 5.12-6.143 7.168-2.048 17.408-3.073 33.792-4.097 51.2-2.048 34.817-4.096 70.656-7.168 105.472-1.023 20.48-3.071 39.937-4.096 60.416 0 2.048 1.025 5.12 3.073 6.145 6.143 3.071 9.215 8.191 10.24 15.36 1.023 9.216 3.071 17.407 4.095 26.623 1.024 8.193 4.096 10.24 12.289 10.24 5.12 0 11.263-1.023 16.383-2.047 57.344-13.313 109.568-37.888 157.696-73.728 54.272-39.936 96.256-91.137 125.952-151.553 26.624-51.2 40.96-105.472 43.008-163.84zM638.496 511c0-59.392-47.104-105.472-105.472-105.472-60.416 0-106.496 47.104-106.496 108.544 0 56.32 48.128 104.447 107.52 104.447 57.344-2.048 104.448-49.151 104.448-107.52zM532 695.32c-17.408 0-29.696 13.312-29.696 30.72 0 16.384 14.336 29.696 29.696 28.672 16.384 0 29.696-14.336 29.696-30.72 0-15.36-14.336-28.672-29.696-28.672M350.752 474.136c0-16.384-13.311-29.695-28.672-29.695-17.408 0-30.72 13.311-30.72 29.695s13.312 29.696 30.72 29.696c15.36 0 28.672-14.336 28.672-29.696m392.192-29.696c-16.385 0-29.696 12.287-29.696 29.695 0 16.384 13.311 29.697 28.672 29.697 16.383 0 30.72-13.313 30.72-29.697s-13.312-29.695-29.696-29.695m-508.928-8.192c-12.288 0-22.527 10.24-22.527 22.528s10.239 22.528 22.527 22.528 21.504-10.24 21.504-23.552c1.024-11.264-9.216-21.504-21.504-21.504m573.44 22.528c0 12.288 9.216 21.504 21.504 22.527 12.288 0 23.552-9.216 23.552-21.504s-9.216-22.527-21.504-22.527c-13.312-1.024-23.552 8.192-23.552 21.504M509.472 813.08c0 12.288 10.24 22.528 21.504 22.528 12.288 0 22.528-10.24 22.528-22.528 0-11.264-10.24-22.528-22.528-22.528-11.264 0-21.504 10.24-21.504 22.528m112.64-303.104c0-49.151-40.96-89.088-91.137-89.088-49.151 0-89.088 40.96-89.088 90.112s40.96 90.113 90.113 89.088c50.175 1.025 90.112-38.912 90.112-90.112'/%3E%3C/svg%3E")}.adv-sport-triathlon{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1069 1024' width='1069' height='1024'%3E%3Cpath fill='black' d='M939.552 672.792c-34.815 17.408-70.655 19.456-107.52 10.24-31.744-8.192-59.393-27.648-92.16-32.768-15.36-2.048-30.72-2.048-47.105-2.048-28.672 0-56.319 6.144-81.92 19.456-24.575 12.288-51.199 20.48-78.847 20.48s-53.248-8.192-76.8-19.456c-46.08-22.528-94.208-25.6-144.384-15.36-22.528 4.096-41.985 16.384-63.488 24.576-21.504 8.191-44.033 12.288-67.584 8.191-19.457 1.025-37.888-5.119-55.296-14.335-29.697-14.336-60.416-24.576-94.208-24.576-6.145 0-8.193 2.048-8.193 8.192v51.2c21.504-1.024 41.985 3.072 60.416 11.264 27.649 13.312 55.296 24.576 87.04 26.624 28.672 2.048 57.344 1.024 84.993-7.168 19.456-5.12 35.84-16.384 55.295-22.528 41.985-14.335 82.945-12.288 122.88 7.168 31.745 15.36 64.512 24.576 100.353 23.552 12.288 1.024 24.576-1.024 37.888-3.072 25.6-3.072 49.152-15.36 72.704-25.6 40.96-17.408 80.896-16.384 121.855 1.024 27.649 12.288 55.296 23.552 86.017 26.624 37.888 3.072 73.727 0 108.544-16.384 26.624-12.288 53.248-24.576 83.968-22.528v-59.392c-37.888 0-71.68 10.24-104.448 26.624M807.456 814.104c-25.6-11.264-51.2-21.504-78.848-24.575-40.96-4.097-79.872 1.023-116.736 18.431-25.6 12.289-50.175 21.504-78.847 19.457-22.529 1.024-44.033-4.096-64.513-13.313-25.6-12.287-51.2-22.527-79.872-24.575-40.96-4.097-80.896 0-117.76 19.456-50.176 24.575-100.352 27.647-150.528 2.048-30.72-15.36-63.488-22.529-97.28-22.529v60.416c26.624-1.023 51.2 7.168 74.752 18.432 23.552 12.288 49.152 19.456 74.752 20.48 43.008 3.073 83.968-5.12 123.904-24.576 43.008-21.504 88.064-21.504 132.097 0 32.767 15.36 66.56 26.624 104.448 24.577 36.863 1.024 71.68-9.216 105.472-25.6 39.935-19.456 80.895-19.456 121.855-4.097 23.552 9.216 46.08 21.504 72.704 25.6 47.104 7.169 93.184 3.072 136.192-17.407 23.551-11.264 48.127-19.456 75.776-18.432v-59.393c-34.816-1.023-67.584 8.193-99.328 23.552-47.105 21.504-92.16 22.529-138.24 2.048m235.524-428.032q-3.071-26.113-18.432-46.08c-18.431-24.576-41.984-37.889-71.68-40.96-13.312-1.025-25.6 0-38.911 3.071-9.216-25.6-19.456-51.199-28.672-77.823-1.025-3.072-2.048-5.12-3.073-8.192 1.025 3.072 2.048 5.12 3.073 8.192h46.08c2.048 0 4.096 0 6.143-1.024 3.073 4.095 7.168 5.12 12.288 6.144 6.144 1.024 10.24 5.12 9.216 10.24 0 6.144-4.095 10.24-10.24 10.24h-8.191c-5.12 0-9.216 2.047-11.265 6.144-5.12 9.216-1.023 17.407 9.217 19.456h10.24c23.552-1.024 39.936-19.456 36.863-43.009-3.072-14.335-11.263-24.575-25.6-28.671-7.167-2.048-14.335-3.073-19.455 3.072h-62.464c-8.193 0-11.265 5.12-8.193 12.288l6.145 15.36c1.023 3.072 1.023 4.096-3.072 4.096H723.493c-3.073 0-4.097-1.024-5.12-4.097-2.048-6.143-4.096-11.263-6.145-16.383l3.072-3.072c4.096-7.168 10.24-9.217 18.432-9.217h26.624c6.144 0 8.192-3.07 5.12-9.215-4.096-8.192-11.264-13.312-21.504-14.336h-81.92c-8.191 0-12.288 6.144-11.264 14.336 1.024 13.312 12.289 24.576 26.624 24.576h20.48c1.024 7.168 5.12 14.336 7.168 21.504 1.024 2.048 1.024 3.072 0 6.144-9.216 18.432-18.432 36.864-28.672 56.32-9.216-3.073-18.432-6.144-27.647-7.168-9.217-1.024-17.409-1.024-26.624 1.024-60.416 9.216-99.329 69.632-82.945 129.023 12.288 44.032 56.32 79.872 109.568 73.728 2.048 1.024 4.096-1.024 7.168-1.024 46.08-8.191 81.92-47.103 83.968-93.184 2.048 0 2.048 2.048 3.072 4.096 4.096 8.193 10.24 14.336 19.456 16.384v23.553h-7.168c-4.096 1.023-7.168 3.07-7.168 7.168 0 4.095 3.072 8.191 7.168 8.191h29.696c4.096 0 7.168-3.071 7.168-7.168s-3.072-7.168-7.168-8.191h-7.168v-14.336c0-4.097-1.024-8.193 1.024-11.265 2.048 1.025 3.072 1.025 5.12 0 13.312-7.168 19.456-24.576 12.288-37.888-2.048-3.072-1.024-5.12 1.024-8.192 20.48-22.527 39.936-45.056 60.416-66.56 10.24-11.264 19.456-21.503 29.696-32.768 1.024-1.024 3.072-4.096 4.096 0 3.072 9.217 6.144 18.432 10.24 27.648-1.024 1.025-3.072 1.025-4.096 2.048-43.008 22.528-64.512 71.68-52.224 117.76 12.288 45.057 56.32 80.897 109.568 75.777 2.048 1.024 4.095 0 7.168-1.025 41.984-8.191 68.608-32.767 81.92-73.727 1.024-5.12 1.024-10.24 4.095-14.336v-24.576c-5.12-2.048-5.12-3.073-5.12-4.096zm-370.692-43.008c7.168 4.096 12.288 9.216 16.384 15.36 7.168 10.24 12.288 21.503 13.312 33.791h-55.296v-1.023c7.168-14.336 14.336-28.673 22.528-44.032 1.024-1.025 2.048-2.048 3.072-4.096m29.696 65.536c0 2.049 0 4.097-1.024 6.145-4.096 15.359-11.264 28.671-24.577 38.912-16.383 13.311-34.815 17.408-54.271 14.336-18.433-3.073-32.769-12.289-44.032-26.624-11.264-15.36-15.36-31.745-12.288-50.176 2.047-17.408 10.24-31.744 23.551-43.01 17.409-14.335 36.865-19.455 58.369-14.335 3.072 1.024 6.144 0 8.192 3.072-7.168 14.336-14.336 28.672-20.48 41.985l-3.073 6.143c-2.048 0-3.071 1.025-5.119 1.025-5.12 2.048-9.217 7.168-9.217 13.311 0 6.145 2.05 11.265 8.193 13.313 5.12 3.071 10.24 3.071 14.336-1.025 2.047-1.023 3.072-3.072 5.12-4.095 19.456 0 37.887 1.023 56.32 1.023h3.071zm44.032-29.696c-4.096 3.071-6.144 7.168-7.168 11.264 0 1.024 0 3.072-2.048 3.072q-4.608-52.224-49.151-79.872c7.168-15.36 14.336-29.696 22.527-46.08 3.072 9.216 6.145 16.384 9.216 24.576 10.24 26.624 19.456 52.224 29.696 78.848 1.025 3.072 0 5.12-3.072 8.192m132.096-114.688c-31.744 35.84-63.488 70.656-95.232 106.496-2.048 2.048-3.073 3.072-6.144 2.048-1.024 0-2.048-1.024-2.048-1.024-9.217-2.047-10.24-5.12-12.288-11.264-12.288-33.792-24.576-67.584-37.889-101.376 0-1.024-1.023-2.048-1.023-4.096H875.04c2.048 0 5.12-1.024 6.144 2.048 1.024 4.096-2.048 5.12-3.072 7.168m74.752 203.776c-37.889 6.144-72.704-19.456-78.849-58.368-4.095-25.6 9.217-56.32 32.769-68.609 1.023-1.023 2.048-1.023 3.072-2.047 6.144 15.36 12.287 30.72 17.407 47.104 1.025 1.023 1.025 3.071 2.048 4.096-1.023 1.024-1.023 2.048-2.048 3.072-3.07 6.144-2.047 12.288 2.048 17.408 4.097 4.096 12.288 7.168 17.409 3.072 11.264-6.144 11.264-19.457 0-26.624-1.024-1.024-3.072-1.024-4.096-2.048-5.12-15.36-11.264-29.697-16.384-45.056-1.024-2.048-1.024-4.096-2.048-6.145q15.36-3.07 30.72 0c26.624 5.12 48.128 27.649 53.248 54.273 8.191 36.864-17.408 73.727-55.296 79.872M227.872 266.264c15.36-13.311 31.744-26.624 47.104-39.935 4.096-3.073 7.167-4.096 12.288-2.048 4.096 2.048 9.216 4.095 13.312 6.143 2.048 1.025 4.096 2.048 5.12 3.072 9.216 5.12 12.288 14.336 8.192 23.552-2.048 4.096-4.096 9.216-6.144 13.313-9.216 20.48-18.433 40.96-28.672 61.44-10.24 22.528-20.48 45.056-31.744 67.583-1.024 1.025-2.048 3.073-2.048 4.097-4.096 9.216-7.168 10.24-17.408 7.168-20.48-7.168-39.936-13.313-60.416-20.48-2.048-1.025-4.096-2.048-6.144-1.025-8.192-5.12-18.432-7.168-27.648-11.264q-4.608-1.535-6.145 3.073c-2.047 6.143-4.095 12.288-6.143 17.408-4.096 11.263-8.192 21.504-11.264 32.767 0 1.025-2.048 3.073 1.024 4.096 10.24 4.097 19.456 6.145 29.696 0 5.12-3.071 7.168-9.216 11.264-13.311 25.6 8.191 51.2 17.408 75.776 25.6 4.096 1.024 8.192 2.047 13.312 2.047 20.48 1.024 38.912-12.287 46.08-34.815 1.024-1.025 2.048-3.073 3.072-4.096 4.096-7.168 7.168-14.337 11.264-22.528 1.024-3.073 3.072-3.073 5.12-2.048 3.072 2.048 7.168 3.071 11.264 5.12l52.224 21.504c4.096 2.048 8.192 4.095 12.288 5.12 5.12 2.048 8.192 5.12 9.216 10.24 2.048 6.144 4.096 11.264 5.12 17.407 7.168 23.552 15.36 47.105 22.528 70.657v31.744c0 3.071 1.024 4.095 4.096 4.095h55.296c3.072 0 4.096-1.024 4.096-4.095 1.024-17.408-9.216-30.721-27.648-31.744-9.216-31.744-18.433-63.489-28.672-95.233-2.048-8.191-4.096-15.36-8.192-22.527-7.168-13.313-19.456-18.433-32.768-23.553l-6.144-3.071c-8.192-4.097-17.409-7.168-26.624-11.265 2.048-1.023 2.048-3.071 3.072-5.12 10.24-21.504 20.48-44.031 30.72-65.535 4.096-9.217 11.264-12.288 19.456-11.265 3.072 1.025 6.144 2.048 10.24 4.097 4.096 2.048 9.216 4.096 13.311 6.144 18.433 8.192 35.841 6.143 51.2-7.168 13.313-11.264 25.601-24.577 38.913-35.84 5.12-4.096 10.24-9.216 12.288-15.36v-9.216c-2.048-5.12-5.12-9.216-10.24-11.264-9.216-4.097-15.36 0-22.528 5.12l-43.008 39.936c-3.072 3.072-7.168 4.095-11.264 2.047-5.12-2.047-9.216-4.095-14.336-6.143-7.168-4.097-14.336-7.168-21.504-10.24s-10.24-2.048-15.36 4.095c-4.096 5.12-8.192 9.216-14.336 11.265-13.312 6.144-26.624 0-30.72-14.336-2.048-7.169-2.048-13.312-1.024-20.48 0-4.096 0-7.168-3.072-9.216-9.216-5.12-18.432-9.216-28.673-13.313-5.119-3.071-11.263-6.143-17.407-8.191-12.288-5.12-24.576-4.097-36.864 2.048-6.145 3.072-11.264 8.191-16.384 13.311-13.312 11.265-27.648 22.528-39.936 34.817-8.192 7.168-8.192 17.408-2.048 24.576 6.144 8.191 16.384 8.191 24.576 1.023M24.096 319.512c2.048 1.024 5.12 2.048 7.168 2.048h223.232c2.048 0 5.12 0 7.168-1.024 3.072-1.024 5.12-3.072 5.12-7.168 0-6.144-3.073-9.215-10.24-9.215H31.264c-2.048 0-5.12 0-7.168 1.023-2.048 0-4.096 2.048-4.096 6.145 0 3.07 1.024 6.143 4.096 8.191M250.4 347.16c0-4.096-4.097-8.192-10.24-8.192H100.896c-5.12 0-10.24 4.096-10.24 9.215 0 4.097 5.12 8.193 10.24 8.193h140.287c5.12 0 10.24-4.096 9.217-9.216m117.76-154.624c5.12 13.312 18.432 22.528 33.792 22.528 13.312 0 27.648-10.24 32.768-23.552 3.072-10.24 1.024-19.457 2.047-29.696v-20.48q0-6.144-6.143-6.144h-38.912c-11.264 0-22.529 8.192-24.576 19.456s-3.072 23.552 0 34.816c1.024 0 1.024 1.024 1.024 3.072M142.88 249.88c9.216 1.024 19.456 1.024 29.696 0 5.12-1.023 7.168-4.096 7.168-8.191 0-5.12-4.095-8.193-9.216-8.193h-25.6s-8.192 3.072-9.216 7.168c0 4.096 2.048 8.193 7.168 9.216M45.6 284.696h19.456c4.096 0 8.192-4.097 7.168-9.216 0-5.12-3.072-8.192-7.168-8.192H45.6c-4.096 0-7.168 4.095-7.168 8.192-1.024 5.12 3.072 9.216 7.168 9.216'/%3E%3C/svg%3E")}.adv-sport-volleyball{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M684.078 21.598C471.802 86.884 322 288.27 322 511c0 10.095 1.048 19.93 1.63 29.881 57.366-.29 117.214-16.545 182.185-49.578 16.014-180.874 130.268-320.746 322.9-397.777-43.707-31.098-92.259-55.77-144.637-71.928M882.97 138.102C793.26 169.655 696.388 224.462 632.981 312c184.346 36.266 333.046 169.574 388.069 350.43C1035.962 614.573 1044 563.708 1044 511c0-146.18-62.164-279.822-161.03-372.898m85.416 554.95C921.422 519.588 777.323 392.49 600.233 366.384c-17.538 36.492-29.059 78.252-33.809 125.09 170.83 67.99 258.962 245.57 290.212 414.112A513.4 513.4 0 00980.5 756.952c-2.64-21.376-6.372-42.708-12.114-63.9M535.242 543.644C460.052 582.214 390.404 601 322 601c-101.884 0-213.212-34.763-301.234-105.146-.15 5.077-.766 10.035-.766 15.147 0 65.948 12.994 128.812 35.882 186.716C80.04 695.629 159.872 781 322 781c130.064 0 252.612-58.82 332.886-161.348-33.504-32.948-73.271-59.144-119.644-76.009zm40.7-542.52C562.074-.014 548.158-1 534-1 282.856-1 70.046 183.626 28.144 422.948c63.926 61.863 147.479 101.153 235.24 113.474C263.008 527.926 262 519.594 262 511 262 295.162 388.306 97.096 575.942 1.124m118.568 664.19C602.884 776.866 466.76 841 322 841c-76.314 0-152.076-17.856-218.9-51.818C194.228 928.55 355.407 1023 534 1023c98.482 0 190.21-30.529 268.256-79.067-14.172-96.723-48.138-198.97-107.746-278.619'/%3E%3C/svg%3E")}.adv-sport-waterpolo{width:1.05em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M611.243 382.41c0 66.446-53.865 120.31-120.311 120.31-66.444 0-120.31-53.864-120.31-120.31s53.865-120.311 120.31-120.311 120.311 53.865 120.311 120.311M342.712 107.715c0 51.821-42.01 93.831-93.831 93.831s-93.831-42.01-93.831-93.831 42.01-93.831 93.83-93.831 93.832 42.01 93.832 93.831M85.107 506.639c-2.649 9.392 2.577 19.878 11.65 23.427l207.753 81.276c9.074 3.548 17.777 14.233 19.455 23.834l37.673 218.217 23.127-17.405c30.93-23.25 80.095-25.317 112.826-4.695l96.02 60.638c.776.11 2.42.073 3.16-.017l77.025-49.994L637.8 733.894c-3.09-9.23 1.872-14.088 11.049-10.82l209.782 72.523c27.627 9.57 61.963-3.194 76.635-28.494l3.302-5.633c14.67-25.315 4.271-53.845-23.232-63.746L238.184 453.767c-9.181-3.319-14.511-13.611-11.934-23.003L263.57 294.9c7.732-28.211-8.987-56.81-37.355-63.889l-6.179-1.536c-28.37-7.077-57.94 9.956-66.043 38.063zv.002zm919.253 359.805-104.336 77.092c-6.249 4.626-19.313 5.015-25.863.67l-91.412-60.27c-23.514-15.534-59.108-15.712-82.728-.337l-93.619 60.75c-7.202 4.623-21.818 4.73-29.058.178l-97.29-61.438c-24.273-15.285-59.847-13.82-82.778 3.424l-75.56 56.917c-6.249 4.73-19.225 5.176-25.792.902l-93.6-60.715c-24.61-16.01-60.218-13.876-82.76 4.943l-90.618 75.578c-10.557 8.791-11.97 24.47-3.194 35.028a24.93 24.93 0 0019.136 8.95 24.77 24.77 0 0015.907-5.774l90.634-75.578c5.739-4.816 17.496-5.505 23.797-1.426l93.62 60.71c24.202 15.73 59.812 14.442 82.795-2.894l75.576-56.917c6.304-4.785 19.561-5.347 26.252-1.094l97.291 61.436c23.673 14.917 59.194 14.705 82.71-.511l93.62-60.746c7.06-4.555 21.271-4.487 28.246.14l91.412 60.252c24.028 15.906 59.687 14.97 82.85-2.153l104.333-77.113c11.035-8.175 13.347-23.763 5.208-34.796-8.159-11.071-23.749-13.4-34.78-5.208z'/%3E%3C/svg%3E")}.adv-sport-weightlifting{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1055 1024' width='1055' height='1024'%3E%3Cpath fill='black' d='M594.464 256.024v-35.84c0-10.24-2.048-12.288-12.288-12.288h-62.464c-28.672-1.024-52.224 21.504-50.176 48.128 1.024 14.336-2.048 29.695 1.024 44.031 7.168 34.817 45.056 59.393 82.944 46.08 21.504-9.216 35.84-24.576 39.936-47.103 2.048-14.336 1.024-28.672 1.024-43.008m296.96 620.544H172.576v39.936H82.464V1023h899.072V916.504h-90.113zm137.216-783.36V78.872c0-2.048 0-4.096-1.023-6.144V70.68c0-1.024 0-2.048-1.025-3.072 0-1.024 0-2.048-1.023-2.048 0-1.024-1.025-1.024-1.025-2.048 0-3.072 0-3.072-1.024-4.096l-1.024-1.024c-1.024-2.048-3.072-4.096-5.12-5.12-1.024-1.024-2.048-1.024-3.072-2.048h-1.023q-6.145-3.072-15.36-3.072c-11.264-1.024-23.553 0-34.817 0-13.312 0-25.6 2.048-34.816 16.384V25.624c0-16.384-10.24-25.6-26.624-25.6h-43.007c-19.456 0-28.672 8.192-29.697 26.624-1.024 31.744 0 62.464 0 94.208v9.216h-67.584c-6.143-5.12-10.24-12.288-18.431-14.336-16.385-5.12-28.672 2.048-37.889 14.336H353.825c-7.168-9.216-15.36-17.408-28.672-16.384-13.312-1.024-21.504 7.168-28.672 16.384h-67.584v-10.24c0-28.672-1.024-58.368 0-87.04 0-15.36-4.096-26.624-17.408-33.792h-63.488c-25.6 15.36-13.312 40.96-18.432 64.512-8.192-16.384-21.504-16.384-34.816-15.36H67.104c-5.119 0-9.215 0-12.287 1.024h-1.024c1.024 1.024-1.025 1.024-2.048 2.048h-2.048c-1.024 0-2.048 1.024-3.072 2.049L45.6 54.296c-1.023 0-2.047 1.024-2.047 2.048 0 0-1.024 1.024-1.024 2.048-1.024 0-2.048 1.024-2.048 2.048s-1.024 2.048-1.024 2.048c0 1.024-1.025 2.048-1.025 3.072s0 2.048-1.023 4.096v48.128s0 24.576-1.024 36.865c0 5.119 0 9.215-1.024 14.335v44.032c1.024 20.48 9.216 29.696 29.695 30.72h34.817c5.12 0 9.216 0 14.336-1.024 7.168-2.048 14.336-6.144 20.48-15.36v38.912c0 8.192 3.072 14.336 7.168 18.432 3.072 3.072 8.192 5.12 13.312 6.144 2.048 0 4.095 0 6.143 1.024h43.01c16.383 0 26.623-6.144 28.671-20.48 0-2.048 1.023-4.096 1.023-6.144V160.792h63.489v98.304c0 23.552 7.168 45.056 25.6 61.44 26.623 22.528 55.296 44.032 82.944 66.56l5.12 5.12c6.143 5.12 13.312 10.24 20.48 16.383 2.048 2.05 4.096 4.097 6.144 5.12q6.144 6.145 9.216 12.289c6.144 11.264 9.215 23.552 9.215 37.888v151.552c-20.479 14.336-60.416 41.984-60.416 41.984l-76.8 52.224c-14.335 10.24-19.455 24.577-19.455 40.96v90.112h63.488c0-14.336 0-49.152-1.025-63.488-1.023-16.383 5.12-25.6 19.457-29.696 1.024 0 2.047-1.024 3.072-1.024 18.431-9.216 36.864-15.36 54.272-25.6 3.072 0 6.144-2.048 9.216-3.072 17.408-8.192 33.792-15.36 51.2-23.552 23.552-10.24 47.104-10.24 69.632 0 10.24 5.12 21.504 10.24 31.744 14.336 9.216 4.096 18.432 10.24 28.672 12.288 3.071 3.072 6.144 4.096 10.24 6.145 18.432 8.191 35.84 16.383 54.272 24.575 9.216 4.096 13.311 10.24 13.311 20.48v69.632h62.465v-93.184c0-15.36-5.12-27.648-17.408-36.864-25.6-18.431-51.2-36.864-77.824-53.248-19.456-15.36-39.936-28.672-60.416-41.984V454.679c1.024-8.191 3.072-16.383 6.144-23.551 1.024-2.048 2.048-5.12 4.096-7.168 3.072-4.096 6.144-8.193 10.24-12.288 2.048-2.048 4.096-4.096 7.168-6.144l21.504-18.433s-3.072-4.095 0 0c25.6-20.48 50.176-39.935 75.776-60.416 22.528-17.407 31.744-39.935 31.744-68.607-1.024-31.744 0-64.513 0-96.256h64.511v10.24c0 28.671 1.025 58.368 0 87.04v5.12c0 3.072 1.025 7.167 2.05 10.24 0 2.048 1.023 3.072 2.047 4.095 3.072 6.145 7.168 10.24 14.336 14.336h63.488c5.12-3.071 8.192-6.143 11.264-9.216 1.023-1.023 2.048-2.047 2.048-3.072 2.048-5.119 3.072-10.24 4.095-16.384v-26.624s0-6.143 1.025-9.215c7.168 14.335 18.431 15.36 30.72 15.36h33.791c6.145 0 11.265 0 16.384-2.048 3.073-1.024 5.12-2.049 7.168-3.072 1.025-1.025 3.073-2.048 4.097-4.097 4.096-5.119 6.143-12.287 6.143-23.552v-18.431c0-18.433 0-36.865 1.025-56.32-6.145-14.336-6.145-28.672-6.145-43.008m-668.672 68.608h344.064v100.352c0 8.192-4.097 13.313-10.24 17.408L626.208 331.8c-2.048 2.048-4.096 3.072-6.144 5.12 4.096 5.12 0 0 0 0-18.432 13.312-38.912 24.576-47.104 48.128-6.144 17.408-22.529 26.624-40.96 26.624s-34.817-9.216-40.96-26.624c-9.216-23.552-28.672-34.816-47.105-48.128-19.455-15.36-39.935-31.744-59.391-47.104-27.648-21.504-23.552-15.36-23.552-48.127-1.025-26.624-1.025-53.248-1.025-79.873z'/%3E%3C/svg%3E")}.adv-sport-winter-sports{width:1.03em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='m942.805 540.904-185.562 49.573-71.405-41.159v-77.317l70.722-40.478 186.244 49.8c3.64.911 7.504 1.593 11.144 1.593 19.102 0 36.611-12.736 41.842-32.065 6.14-23.194-7.504-46.845-30.7-52.984l-102.104-27.288 94.144-54.122c20.694-11.826 27.97-38.431 15.918-59.125s-38.43-27.971-59.125-15.918l-94.373 54.122 27.288-102.104c6.14-23.195-7.504-46.845-30.7-52.985-22.968-6.14-46.845 7.504-52.984 30.7l-49.575 184.88-71.176 40.932-67.313-38.886v-81.865l136.442-136.442c16.828-16.827 16.828-44.344 0-61.398-16.828-16.828-44.344-16.828-61.4 0L575.09 153.41V44.485c0-23.877-19.33-43.435-43.434-43.435-23.877 0-43.207 19.558-43.207 43.435v108.472l-74.588-74.588c-16.828-16.828-44.345-16.828-61.4 0-16.827 16.828-16.827 44.344 0 61.398l135.76 135.761v82.548l-66.856 38.66-71.176-40.706-49.575-185.562c-6.14-23.194-30.017-36.611-52.985-30.7-23.195 6.14-36.839 30.018-30.7 52.985l27.288 102.104-94.373-54.122c-20.694-12.052-47.3-4.775-59.125 15.918s-4.775 47.3 15.918 59.125l94.145 54.122-102.104 27.288c-23.194 6.14-36.839 30.017-30.7 52.985 5.23 19.33 22.74 32.064 41.843 32.064 3.638 0 7.504-.455 11.143-1.592l186.244-50.029 70.495 40.478v77.545l-71.406 41.389-185.562-49.802c-22.968-6.14-46.845 7.504-52.985 30.7s7.504 46.845 30.7 52.985L200.1 651.2l-93.919 54.123c-20.693 12.051-27.742 38.43-15.918 59.125 7.96 13.872 22.514 21.602 37.523 21.602 7.277 0 14.78-1.82 21.602-5.913l95.056-53.44-27.517 102.56c-6.14 23.195 7.504 46.844 30.7 52.985 3.638.91 7.504 1.592 11.144 1.592 19.102 0 36.611-12.736 41.842-32.065l50.028-186.243 70.95-40.933 66.858 38.431v83.685l-135.76 135.76c-16.828 16.828-16.828 44.344 0 61.4a43.4 43.4 0 0030.699 12.734c11.144 0 22.286-4.093 30.7-12.735l74.588-74.588v108.472c0 23.877 19.33 43.434 43.435 43.434 23.877 0 43.433-19.33 43.433-43.434V868.825l75.043 75.043c8.414 8.414 19.558 12.735 30.7 12.735s22.287-4.093 30.7-12.735c16.829-16.828 16.829-44.344 0-61.4l-136.441-136.44v-82.776l67.312-38.885 70.95 40.932 50.029 186.244c5.23 19.33 22.74 32.065 41.841 32.065 3.64 0 7.504-.455 11.144-1.593 23.194-6.14 36.839-30.017 30.7-52.984l-27.971-102.332 94.373 54.35c6.822 4.092 14.326 5.912 21.603 5.912 15.009 0 29.563-7.732 37.522-21.602 12.051-20.694 4.775-47.3-15.918-59.125l-93.918-54.122 101.65-27.288c23.194-6.141 36.838-30.018 30.7-52.986-5.913-23.423-29.79-37.067-52.759-30.927zm-343.835 8.414-67.084 38.658-67.084-38.658v-77.545l67.084-38.66L598.97 472z'/%3E%3C/svg%3E")}.adv-sport-wrestling{width:1.04em;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='m1038.88 853.016-81.92-179.199s34.817-150.528 34.817-152.576c0-13.312-5.12-25.6-13.313-34.816L815.649 318.489c5.12 7.168 8.191 15.359 10.24 24.576 5.12 21.504 0 43.008-11.264 59.391L839.2 502.808c7.168 28.673-9.216 58.369-36.864 67.584-23.552 8.193-8.193 3.073-97.28 33.792-16.385 9.217-26.625 25.601-27.648 43.01l-10.24 224.255c-1.025 28.672 21.503 53.248 50.175 54.272h2.048c27.649 0 51.2-21.504 52.225-50.176l8.191-193.536 75.777-38.912-5.12 22.528c-3.073 11.264-2.048 23.552 3.072 33.792l90.112 196.608c12.287 26.624 43.008 37.888 69.632 25.6 25.6-11.264 37.888-41.985 25.6-68.609M717.344 447.512v24.576l-161.792 55.296c-22.527 8.192-34.815 32.769-26.624 55.296 6.145 18.433 23.553 29.696 40.96 29.696 5.12 0 9.216-1.024 14.336-2.048l191.488-65.536c17.408-6.143 29.696-22.528 29.696-40.96l1.024-88.064c-10.24 10.24-23.552 18.432-38.912 21.505zM465.44 244.76c35.84 20.48 79.871 10.24 104.447-21.504 3.072 15.36 10.24 29.696 21.504 40.96 30.72 31.744 81.92 32.769 113.664 2.048s32.769-81.92 2.048-113.664c-30.72-31.743-81.92-32.768-113.663-2.048-3.073 3.072-6.145 6.145-8.193 10.24-4.095-22.528-17.408-43.008-38.912-55.296-38.912-21.504-88.063-8.192-109.568 29.697-23.552 38.91-10.239 88.063 28.673 109.567m100.352 409.6-140.288-87.04 49.152-87.04 20.48 29.695c3.072 4.097 7.168 8.193 11.264 11.265 9.216-12.288 21.504-21.504 36.864-26.624l75.776-25.6c-8.192 2.048-16.384 1.024-23.552-2.049L506.4 427.032l-69.632-31.744 166.912 36.864a55.7 55.7 0 0018.432 0l136.191-29.696c23.553-5.12 38.912-28.672 33.792-52.224s-27.647-38.912-52.223-33.792L613.92 344.088l-157.696-35.84 50.176 1.024c-3.072-3.072-6.144-5.12-10.24-7.169l-25.6-13.311c-16.384-9.216-34.816-11.264-52.224-6.144s-32.768 16.384-41.984 32.768L167.456 697.368 34.336 838.68c-19.456 20.48-18.432 54.272 2.047 73.728 20.481 19.457 54.273 18.432 73.729-2.047l139.264-147.456c4.096-4.097 6.144-8.193 9.216-13.313l62.464-125.952 165.889 103.425 2.048 147.455c0 28.673 23.551 51.2 52.223 51.2h1.025c28.671 0 52.223-24.576 51.2-53.248l-3.073-176.128c0-16.383-9.215-32.767-24.576-41.983z'/%3E%3C/svg%3E")}@font-face{font-family:Lato;src:url(/assets/Lato-Bold-450o7qxS.woff2) format("woff2"),local("Lato");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Light-BMaLSd57.woff2) format("woff2"),local("Lato");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Medium--W8Gw7ce.woff2) format("woff2"),local("Lato");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Regular-slfFsoDb.woff2) format("woff2"),local("Lato");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Semibold-ChYtJEHQ.woff2) format("woff2"),local("Lato");font-weight:600;font-style:normal;font-display:swap}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.8125rem;line-height:1.25rem}.text-base{font-size:.9375rem;line-height:1.375rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gap-0{gap:0}.gap-x-0{column-gap:0}.gap-y-0{row-gap:0}.gap-1{gap:.25rem}.gap-x-1{column-gap:.25rem}.gap-y-1{row-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{column-gap:.5rem}.gap-y-2{row-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{column-gap:1.25rem}.gap-y-5{row-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{column-gap:1.75rem}.gap-y-7{row-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{column-gap:2rem}.gap-y-8{row-gap:2rem}.gap-9{gap:2.25rem}.gap-x-9{column-gap:2.25rem}.gap-y-9{row-gap:2.25rem}.gap-10{gap:2.5rem}.gap-x-10{column-gap:2.5rem}.gap-y-10{row-gap:2.5rem}.gap-11{gap:2.75rem}.gap-x-11{column-gap:2.75rem}.gap-y-11{row-gap:2.75rem}.gap-12{gap:3rem}.gap-x-12{column-gap:3rem}.gap-y-12{row-gap:3rem}.gap-14{gap:3.5rem}.gap-x-14{column-gap:3.5rem}.gap-y-14{row-gap:3.5rem}.gap-16{gap:4rem}.gap-x-16{column-gap:4rem}.gap-y-16{row-gap:4rem}.gap-20{gap:5rem}.gap-x-20{column-gap:5rem}.gap-y-20{row-gap:5rem}.gap-24{gap:6rem}.gap-x-24{column-gap:6rem}.gap-y-24{row-gap:6rem}.gap-28{gap:7rem}.gap-x-28{column-gap:7rem}.gap-y-28{row-gap:7rem}.gap-32{gap:8rem}.gap-x-32{column-gap:8rem}.gap-y-32{row-gap:8rem}.gap-36{gap:9rem}.gap-x-36{column-gap:9rem}.gap-y-36{row-gap:9rem}.gap-40{gap:10rem}.gap-x-40{column-gap:10rem}.gap-y-40{row-gap:10rem}.gap-44{gap:11rem}.gap-x-44{column-gap:11rem}.gap-y-44{row-gap:11rem}.gap-48{gap:12rem}.gap-x-48{column-gap:12rem}.gap-y-48{row-gap:12rem}.gap-52{gap:13rem}.gap-x-52{column-gap:13rem}.gap-y-52{row-gap:13rem}.gap-56{gap:14rem}.gap-x-56{column-gap:14rem}.gap-y-56{row-gap:14rem}.gap-60{gap:15rem}.gap-x-60{column-gap:15rem}.gap-y-60{row-gap:15rem}.gap-64{gap:16rem}.gap-x-64{column-gap:16rem}.gap-y-64{row-gap:16rem}.gap-72{gap:18rem}.gap-x-72{column-gap:18rem}.gap-y-72{row-gap:18rem}.gap-80{gap:20rem}.gap-x-80{column-gap:20rem}.gap-y-80{row-gap:20rem}.gap-96{gap:24rem}.gap-x-96{column-gap:24rem}.gap-y-96{row-gap:24rem}.list-none{list-style-type:none}.v-application__wrap{min-height:100dvh}h1,h2,h3,h4,h5,h6,.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6,.text-button,.text-overline,.v-card-title{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}body,.text-body-1,.text-body-2,.text-subtitle-1,.text-subtitle-2{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))}.v-row .v-col .v-input__details,.v-row [class^="v-col-*"] .v-input__details{margin-block-end:0}.v-btn--density-compact.v-btn--size-default .v-btn__content>svg{block-size:22px;font-size:22px;inline-size:22px}.v-card-text+.v-card-text{padding-block-start:0!important}.v-checkbox.v-input,.v-switch.v-input{--v-input-control-height: auto;flex:unset}.v-radio-group .v-selection-control-group .v-radio:not(:last-child){margin-inline-end:.9rem}.disable-tab-transition{overflow:unset!important}.disable-tab-transition .v-window__container{block-size:auto!important}.disable-tab-transition .v-window-item:not(.v-window-item--active){display:none!important}.disable-tab-transition .v-window__container .v-window-item{transform:none!important}.v-list .v-list-item__prepend>.v-icon,.v-list .v-list-item__append>.v-icon{opacity:var(--v-high-emphasis-opacity)}.card-list{--v-card-list-gap: 20px}.card-list.v-list{padding-block:0}.card-list .v-list-item{min-block-size:unset;min-block-size:auto!important;padding-block:0!important;padding-inline:0!important}.card-list .v-list-item>.v-ripple__container{opacity:0}.card-list .v-list-item:not(:last-child){padding-block-end:var(--v-card-list-gap)!important}.card-list .v-list-item:hover>.v-list-item__overlay,.card-list .v-list-item:focus>.v-list-item__overlay,.card-list .v-list-item:active>.v-list-item__overlay,.card-list .v-list-item.active>.v-list-item__overlay{opacity:0!important}.v-divider{color:rgb(var(--v-border-color))}.v-divider.v-divider--vertical{block-size:inherit}.v-data-table .v-checkbox-btn .v-selection-control__wrapper{margin-inline-start:0!important}.v-data-table .v-selection-control{display:flex!important}.v-data-table .v-pagination{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-medium-emphasis-opacity)}.v-label{opacity:1!important}.v-label:not(.v-field-label--floating){color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))}.v-overlay__scrim,.v-navigation-drawer__scrim{background:rgba(var(--v-overlay-scrim-background),var(--v-overlay-scrim-opacity))!important;opacity:1!important}.v-messages{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));opacity:1!important}.v-alert__close .v-btn--icon .v-icon{--v-icon-size-multiplier: 1.5}.v-badge__badge{display:flex;align-items:center}.v-btn:focus-visible:after{opacity:0!important}.v-input:not(.v-select--chips) .v-select__selection .v-chip{margin-block:2px var(--select-chips-margin-bottom)}.v-card-subtitle,.v-list-item-subtitle{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))!important}body{font-size:15px!important}.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6,.text-overline,.v-input{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.text-caption{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))}.v-card-subtitle,.text-subtitle-1,.text-subtitle-2{color:rgba(var(--v-theme-on-background),.55)}.v-input--density-compact input::placeholder{position:relative;inset-block-start:1px}.v-alert .v-alert__content{font-size:.9375rem;font-weight:400;line-height:1.375rem}.v-alert .v-alert__content .v-alert-title{margin-block-end:.25rem}.v-alert:not(.v-alert--prominent) .v-alert__prepend{border-radius:.375rem;block-size:1.875rem;inline-size:1.875rem}.v-alert:not(.v-alert--prominent) .v-alert__prepend .v-icon{margin:auto;block-size:1.375rem!important;font-size:1.375rem!important;inline-size:1.375rem!important}.v-alert:not(.v-alert--prominent).v-alert--variant-flat .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-elevated .v-alert__prepend{background-color:#fff;box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal .v-alert__prepend{z-index:1}.v-alert .v-alert__close .v-btn--icon{--v-btn-height: 34px}.v-alert .v-alert__close .v-btn--icon .v-btn__content{padding:.375rem}.v-alert .v-alert__close .v-btn--icon .v-btn__content .v-icon{block-size:1.25rem;font-size:1.25rem;inline-size:1.25rem}.v-alert:not(.v-alert--prominent).bg-primary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-primary .v-alert__prepend .v-icon{color:rgb(var(--v-theme-primary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__underlay{background:rgb(var(--v-theme-primary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__prepend{background-color:rgb(var(--v-theme-primary))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-primary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-primary .v-alert__prepend{background-color:rgba(var(--v-theme-primary),.16)}.v-alert:not(.v-alert--prominent).bg-secondary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-secondary .v-alert__prepend .v-icon{color:rgb(var(--v-theme-secondary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__underlay{background:rgb(var(--v-theme-secondary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__prepend{background-color:rgb(var(--v-theme-secondary))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-secondary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-secondary .v-alert__prepend{background-color:rgba(var(--v-theme-secondary),.16)}.v-alert:not(.v-alert--prominent).bg-error .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-error .v-alert__prepend .v-icon{color:rgb(var(--v-theme-error))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__underlay{background:rgb(var(--v-theme-error))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__prepend{background-color:rgb(var(--v-theme-error))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-error .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-error .v-alert__prepend{background-color:rgba(var(--v-theme-error),.16)}.v-alert:not(.v-alert--prominent).bg-info .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-info .v-alert__prepend .v-icon{color:rgb(var(--v-theme-info))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__underlay{background:rgb(var(--v-theme-info))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__prepend{background-color:rgb(var(--v-theme-info))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-info .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-info .v-alert__prepend{background-color:rgba(var(--v-theme-info),.16)}.v-alert:not(.v-alert--prominent).bg-success .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-success .v-alert__prepend .v-icon{color:rgb(var(--v-theme-success))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__underlay{background:rgb(var(--v-theme-success))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__prepend{background-color:rgb(var(--v-theme-success))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-success .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-success .v-alert__prepend{background-color:rgba(var(--v-theme-success),.16)}.v-alert:not(.v-alert--prominent).bg-warning .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-warning .v-alert__prepend .v-icon{color:rgb(var(--v-theme-warning))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__underlay{background:rgb(var(--v-theme-warning))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__prepend{background-color:rgb(var(--v-theme-warning))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-warning .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-warning .v-alert__prepend{background-color:rgba(var(--v-theme-warning),.16)}body .v-avatar{font-size:.9375rem}body .v-avatar .v-icon{block-size:1.5rem;font-size:1.5rem;inline-size:1.5rem}body .v-avatar.v-avatar--variant-tonal:not([class*=text-]) .v-avatar__underlay{--v-activated-opacity: .08}body .v-avatar-group>*:hover{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}body .v-btn:not(.v-btn--block){min-inline-size:auto}body .v-btn--variant-elevated.v-btn--disabled .v-btn__overlay,body .v-btn--variant-flat.v-btn--disabled .v-btn__overlay{opacity:.45}body .v-btn--variant-elevated:hover .v-btn__overlay,body .v-btn--variant-flat:hover .v-btn__overlay{opacity:0}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:focus{background-color:rgb(var(--v-theme-primary-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:focus{background-color:rgb(var(--v-theme-secondary-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:focus{background-color:rgb(var(--v-theme-error-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:focus{background-color:rgb(var(--v-theme-info-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:focus{background-color:rgb(var(--v-theme-success-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:focus{background-color:rgb(var(--v-theme-warning-darken-1))!important}body .v-btn--variant-elevated:active{box-shadow:none}body .v-btn--variant-outlined .v-btn__overlay,body .v-btn--variant-text .v-btn__overlay{--v-hover-opacity: .08}body .v-btn--variant-outlined:active .v-btn__overlay,body .v-btn--variant-text:active .v-btn__overlay{opacity:var(--v-hover-opacity)}body .v-btn--variant-outlined:focus .v-btn__overlay,body .v-btn--variant-text:focus .v-btn__overlay{opacity:var(--v-hover-opacity)}body .v-btn--variant-tonal:hover .v-btn__underlay{opacity:0}body .v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity: .24}body .v-btn--variant-tonal:active .v-btn__overlay{--v-hover-opacity: .24;opacity:var(--v-hover-opacity)}body .v-btn--variant-tonal:active .v-btn__underlay{opacity:0}body .v-btn--icon.v-btn--density-default{block-size:var(--v-btn-height);inline-size:var(--v-btn-height);padding-inline:6px}body .v-btn--icon.v-btn--density-default.v-btn--size-default .v-icon{--v-icon-size-multiplier: 1 !important}body .v-btn--icon.v-btn--density-default.v-btn--size-small .v-icon{block-size:20px;font-size:20px;inline-size:20px}body .v-btn--icon.v-btn--density-default.v-btn--size-large .v-icon{block-size:28px;font-size:28px;inline-size:28px}body .v-btn:not(.v-btn--icon) .v-icon{--v-icon-size-multiplier: .7115;inline-size:auto}body .v-btn--variant-text:not(.v-btn--icon),body .v-btn--variant-plain:not(.v-btn--icon){padding-inline:14px}body .v-btn--size-x-small{--v-btn-height: 28px;--v-btn-size: 11px}body .v-btn--size-x-small:not(.v-btn--icon){border-radius:.125rem}body .v-btn--size-x-small{line-height:14px;padding-block:0;padding-inline:10px}body .v-btn--size-small{--v-btn-height: 34px;--v-btn-size: 13px}body .v-btn--size-small:not(.v-btn--icon){border-radius:.25rem}body .v-btn--size-small{line-height:18px;padding-block:0;padding-inline:14px}body .v-btn--size-small .v-icon{--v-icon-size-multiplier: .718}body .v-btn--size-large{--v-btn-height: 42px;--v-btn-size: 17px}body .v-btn--size-large:not(.v-btn--icon){border-radius:.5rem}body .v-btn--size-large{line-height:26px;padding-block:0;padding-inline:22px}body .v-btn--size-x-large{--v-btn-height: 48px;--v-btn-size: 19px}body .v-btn--size-x-large:not(.v-btn--icon){border-radius:.625rem}body .v-btn--size-x-large{line-height:30px;padding-block:0;padding-inline:26px}body .v-btn-toggle .v-btn{border-radius:.375rem;block-size:52px!important;border-inline-end:none;inline-size:52px!important}body .v-btn-toggle .v-btn.v-btn--density-comfortable{block-size:44px!important;inline-size:44px!important}body .v-btn-toggle .v-btn.v-btn--density-compact{block-size:36px!important;inline-size:36px!important}body .v-btn-toggle .v-btn .v-icon{color:rgb(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:24px}body .v-btn-toggle .v-btn--active .v-icon{color:rgb(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}body .v-btn-toggle.v-btn-group{align-items:center;padding:7px;border:1px solid rgb(var(--v-border-color),var(--v-border-opacity));block-size:66px}body .v-btn-toggle.v-btn-group .v-btn.v-btn--active .v-btn__overlay{--v-activated-opacity: .08}body .v-btn-toggle.v-btn-group.v-btn-group--density-compact{block-size:50px}body .v-btn-toggle.v-btn-group.v-btn-group--density-comfortable{block-size:58px}body .v-btn-group{border:none}body .v-btn-group.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-color:unset}.v-badge.v-badge--inline:not(.v-badge--dot) .v-badge__wrapper .v-badge__badge{padding-block:4px;padding-inline:8px}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-primary{background-color:rgba(var(--v-theme-primary),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-primary))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-secondary{background-color:rgba(var(--v-theme-secondary),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-secondary))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-error{background-color:rgba(var(--v-theme-error),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-error))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-info{background-color:rgba(var(--v-theme-info),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-info))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-success{background-color:rgba(var(--v-theme-success),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-success))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-warning{background-color:rgba(var(--v-theme-warning),var(--v-activated-opacity))!important;color:rgb(var(--v-theme-warning))!important}.v-badge.v-badge--bordered.v-badge--dot .v-badge__badge{border-radius:10px;block-size:12px;inline-size:12px}.v-badge.v-badge--bordered.v-badge--dot .v-badge__badge:after{border-width:2px}.v-chip{line-height:1.25rem!important}.v-chip:not(.v-chip--variant-elevated){color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-chip .v-chip__close{margin-inline:4px -8px!important}.v-chip .v-chip__close .v-icon{opacity:.7}.v-chip:not([class*=text-]){--v-activated-opacity: .08}.v-chip.v-chip--size-small{--v-chip-height: 24px !important;font-size:13px!important;padding-block:0!important;padding-inline:12px!important}.v-chip.v-chip--size-small .v-chip__prepend .v-icon--start{font-size:1rem;margin-inline:-8px 4px}.v-chip.v-chip--size-small .v-chip__prepend .v-avatar{--v-avatar-height: 16px}.v-chip.v-chip--size-small .v-chip__prepend .v-avatar--start{margin-inline:-8px 4px}.v-chip.v-chip--size-small .v-chip__append .v-icon--end{font-size:1rem;margin-inline:4px -8px}.v-chip.v-chip--size-small .v-chip__append .v-avatar{--v-avatar-height: 16px}.v-chip.v-chip--size-small .v-chip__append .v-avatar--end{margin-inline:4px -8px}.v-chip.v-chip--size-small .v-chip__close{font-size:16px;max-block-size:16px;max-inline-size:16px}.v-chip.v-chip--size-default{padding-block:0!important;padding-inline:16px!important}.v-chip.v-chip--size-default .v-chip__prepend .v-icon--start{font-size:1.25rem;margin-inline:-8px 4px}.v-chip.v-chip--size-default .v-chip__prepend .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-default .v-chip__prepend .v-avatar--start{margin-inline:-8px 4px}.v-chip.v-chip--size-default .v-chip__append .v-icon--end{font-size:1.25rem;margin-inline:4px -8px}.v-chip.v-chip--size-default .v-chip__append .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-default .v-chip__append .v-avatar--end{margin-inline:4px -8px}body .v-dialog{font-size:.9375rem;line-height:1.375rem}body .v-dialog .v-dialog-close-btn{color:rgb(var(--v-theme-secondary))!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title{font-weight:500}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title--active .v-expansion-panel-title__overlay,.v-expansion-panels .v-expansion-panel .v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay{opacity:0!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title .v-expansion-panel-title__icon .v-icon{block-size:1.25rem;font-size:1.25rem;inline-size:1.25rem}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title:hover .v-expansion-panel-title__overlay{opacity:0!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-text{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:15px;line-height:1.375rem}.v-expansion-panels:not(.v-expansion-panels--variant-accordion) .v-expansion-panel.v-expansion-panel--active .v-expansion-panel__shadow{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent}.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__content *,.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__prepend *{color:rgb(var(--v-theme-primary))}.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__overlay{background:rgb(var(--v-theme-primary))}.v-menu .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-default .v-icon{block-size:1.375rem;font-size:1.375rem;inline-size:1.375rem}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-small .v-icon{block-size:1.25rem;font-size:1.25rem;inline-size:1.25rem}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-large .v-icon{block-size:1.5rem;font-size:1.5rem;inline-size:1.5rem}.v-pagination .v-pagination__list .v-pagination__item .v-btn,.v-pagination .v-pagination__list .v-pagination__next .v-btn,.v-pagination .v-pagination__list .v-pagination__last .v-btn,.v-pagination .v-pagination__list .v-pagination__first .v-btn,.v-pagination .v-pagination__list .v-pagination__prev .v-btn{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));font-weight:400;line-height:1;transform:none}.v-pagination .v-pagination__list .v-pagination__item .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__next .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__last .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__first .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--size-default{--v-btn-size: 13px}.v-pagination .v-pagination__list .v-pagination__item .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__next .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__last .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__first .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--size-large{--v-btn-size: 15px}.v-pagination .v-pagination__list .v-pagination__item .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--disabled{opacity:.4}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal .v-btn__underlay{--v-activated-opacity: .08}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal:hover .v-btn__underlay{--v-activated-opacity: 0}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity: .16}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary:hover .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary:hover .v-btn__content{color:rgb(var(--v-theme-secondary))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error:hover .v-btn__content{color:rgb(var(--v-theme-error))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info:hover .v-btn__content{color:rgb(var(--v-theme-info))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success:hover .v-btn__content{color:rgb(var(--v-theme-success))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning .v-btn__content{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning:hover .v-btn__content{color:rgb(var(--v-theme-warning))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-outlined:hover .v-btn__overlay{--v-hover-opacity: .06}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn:not([class*=text-]){color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__overlay{--v-hover-opacity: .16;background:rgb(var(--v-theme-primary));opacity:var(--v-hover-opacity)}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__underlay{opacity:0}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity: .24}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary .v-btn__overlay{background:rgb(var(--v-theme-primary));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary .v-btn__overlay{background:rgb(var(--v-theme-secondary));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error .v-btn__overlay{background:rgb(var(--v-theme-error));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info .v-btn__overlay{background:rgb(var(--v-theme-info));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success .v-btn__overlay{background:rgb(var(--v-theme-success));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning .v-btn__overlay{background:rgb(var(--v-theme-warning));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined{border-color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined .v-btn__overlay{--v-hover-opacity: .16;background:rgb(var(--v-theme-primary));opacity:var(--v-hover-opacity)}.v-snackbar__wrapper{border:1px solid rgb(var(--v-theme-error));margin-bottom:2rem;background:rgb(var(--v-theme-error),.16);color:rgb(var(--v-theme-on-surface));backdrop-filter:blur(10px)}.v-snackbar__content .v-icon{color:rgb(var(--v-theme-error))}.v-snackbar__content{display:flex;align-items:end;font-size:.9375rem;gap:.4rem}.v-slider .v-slider-track__background--opacity{opacity:.16}.v-slider-thumb .v-slider-thumb__surface:after{border-radius:50%;background-color:#fff;block-size:calc(var(--v-slider-thumb-size) - 10px);inline-size:calc(var(--v-slider-thumb-size) - 10px)}.v-slider-thumb .v-slider-thumb__label{background-color:rgb(var(--v-tooltip-background));color:rgb(var(--v-theme-surface));font-weight:500;letter-spacing:.15px;line-height:1.25rem}.v-slider-thumb .v-slider-thumb__label:before{content:none}.v-data-table table tbody tr.v-data-table-group-header-row td{background:none}.v-table .v-table__wrapper{border-radius:0}.v-table .v-table__wrapper table thead tr th{background:rgb(var(--v-table-header-color))!important;border-block-end:none!important;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))!important;font-size:.8125rem;letter-spacing:.2px;line-height:24px;text-transform:uppercase}body .v-tabs .v-tab.v-btn{color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));padding-block:0;padding-inline:1.375rem}body .v-tabs .v-tab.v-btn .v-icon{block-size:1.125rem;font-size:1.125rem;inline-size:1.125rem}body .v-tabs .v-tab.v-btn.v-btn--stacked .v-icon{block-size:1.5rem!important;font-size:1.5rem!important;inline-size:1.5rem!important}body .v-tabs:not(.v-tabs-pill).v-tabs--vertical{border-inline-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}body .v-tabs:not(.v-tabs-pill).v-tabs--vertical .v-tab__slider{inset-inline-end:0;inset-inline-start:unset}body .v-tabs:not(.v-tabs-pill).v-tabs--horizontal{border-block-end:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}body .v-tabs:not(.v-tabs-pill).v-tabs--horizontal .v-tab__slider{inset-block-end:1px;inset-block-start:unset}body .v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:hover .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:active .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:focus .v-btn__overlay{--v-hover-opacity: 0}body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus{color:rgb(var(--v-theme-primary))}body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus .v-btn__overlay{--v-hover-opacity: 0}body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover .v-btn__content .v-tab__slider,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active .v-btn__content .v-tab__slider,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus .v-btn__content .v-tab__slider{opacity:var(--v-activated-opacity)}body .v-tabs.v-tabs-pill .v-slide-group__content{gap:.25rem}body .v-tabs.v-tabs-pill.v-slide-group,body .v-tabs.v-tabs-pill .v-slide-group__container{box-sizing:content-box;padding:1rem;margin:-1rem}body .v-tabs.v-tabs-pill .v-tab.v-btn{border-radius:.375rem!important}body .v-tabs.v-tabs-pill .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover{color:rgb(var(--v-theme-primary))}body .v-tabs.v-tabs-pill .v-tab.v-tab--selected{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot{background:none!important}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot{box-shadow:0 0 0 .1875rem rgb(var(--v-theme-on-surface-variant))}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-primary{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-primary),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-secondary{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-secondary),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-error{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-error),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-info{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-info),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-success{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-success),.12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-warning{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-warning),.12)}.v-timeline .v-timeline-item .timeline-chip{border-radius:6px;background:rgba(var(--v-theme-on-surface),var(--v-hover-opacity));padding-block:5px;padding-inline:10px}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider .v-timeline-divider__dot{background:none!important}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider__after{border:1px dashed rgba(var(--v-border-color),var(--v-border-opacity));background:none}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider__before{background:none}.v-tooltip .v-overlay__content{font-weight:500}.v-otp-input{justify-content:unset!important}.v-otp-input .v-otp-input__content{max-inline-size:100%}.v-otp-input .v-otp-input__content .v-field.v-field--focused .v-field__outline .v-field__outline__start,.v-otp-input .v-otp-input__content .v-field.v-field--focused .v-field__outline .v-field__outline__end{border-color:rgb(var(--v-theme-primary))!important}.v-field__outline{color:rgba(var(--v-theme-on-surface))}.v-field__outline:not([class*=text-]) .v-label{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-text-field.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-default:not(.v-textarea) .v-field__input{min-block-size:56px}.v-text-field.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input{min-block-size:48px}.v-text-field.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-compact:not(.v-textarea) .v-field__input{min-block-size:40px}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1 !important}@media (hover: hover){.v-field:not(.v-field--focused,.v-field--error):hover .v-field__outline{--v-field-border-opacity: .6 !important}}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{font-size:20px;opacity:var(--v-high-emphasis-opacity)!important}.v-checkbox-btn.v-selection-control--dirty .v-selection-control__input .v-icon.custom-checkbox-checked,.v-checkbox-btn.v-selection-control--dirty .v-selection-control__input .v-icon.custom-checkbox-indeterminate{filter:drop-shadow(rgb(var(--v-shadow-key-umbra-color),16%) 0 2px 4px)}.v-checkbox-btn.v-selection-control{--v-selection-control-size: 1.75rem}.v-checkbox-btn.v-selection-control .v-label{color:rgb(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-checkbox-btn.v-selection-control .v-selection-control__input svg{font-size:1.5rem}.v-checkbox-btn:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));opacity:1}.v-checkbox-btn:not(.v-selection-control--dirty) .v-selection-control__input>.custom-checkbox-indeterminate{color:rgb(var(--v-theme-primary))}.v-radio.v-selection-control--dirty .v-selection-control__input .custom-radio-checked,.v-radio-btn.v-selection-control--dirty .v-selection-control__input .custom-radio-checked{filter:drop-shadow(rgba(var(--v-shadow-key-umbra-color),16%) 0 2px 4px)}.v-radio.v-selection-control .v-selection-control__input svg,.v-radio-btn.v-selection-control .v-selection-control__input svg{font-size:1.5rem}.v-radio.v-selection-control .v-label,.v-radio-btn.v-selection-control .v-label{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-radio:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon,.v-radio-btn:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));opacity:1}.v-radio-group.v-input>.v-input__control>.v-label{font-size:.9375rem;line-height:22px;margin-inline-start:0}.v-radio-group .v-selection-control-group .v-radio:not(:last-child){margin-inline-end:0}.v-switch .v-label{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity));line-height:22px}.v-switch.v-switch--inset .v-selection-control .v-selection-control__wrapper{block-size:36px}.v-switch.v-switch--inset .v-ripple__container{opacity:0}.v-switch.v-switch--inset .v-switch__track{background-color:rgba(var(--v-theme-on-surface),var(--v-focus-opacity));box-shadow:0 0 4px #00000029 inset;opacity:1}.v-switch.v-switch--inset .v-selection-control__input{transform:translate(-5px)!important;--v-selection-control-size: 1.125rem}.v-switch.v-switch--inset .v-selection-control__input .v-switch__thumb{background-color:#fff;block-size:.875rem;box-shadow:none;filter:drop-shadow(0 2px 4px rgba(var(--v-shadow-key-umbra-color),16%));inline-size:.875rem;transform:scale(1)}.v-switch.v-switch--inset .v-selection-control--dirty .text-primary .v-switch__track{border-color:rgb(var(--v-theme-primary));background-color:rgb(var(--v-theme-primary))}.v-switch.v-switch--inset .v-selection-control--dirty .text-secondary .v-switch__track{border-color:rgb(var(--v-theme-secondary));background-color:rgb(var(--v-theme-secondary))}.v-switch.v-switch--inset .v-selection-control--dirty .text-error .v-switch__track{border-color:rgb(var(--v-theme-error));background-color:rgb(var(--v-theme-error))}.v-switch.v-switch--inset .v-selection-control--dirty .text-info .v-switch__track{border-color:rgb(var(--v-theme-info));background-color:rgb(var(--v-theme-info))}.v-switch.v-switch--inset .v-selection-control--dirty .text-success .v-switch__track{border-color:rgb(var(--v-theme-success));background-color:rgb(var(--v-theme-success))}.v-switch.v-switch--inset .v-selection-control--dirty .text-warning .v-switch__track{border-color:rgb(var(--v-theme-warning));background-color:rgb(var(--v-theme-warning))}.v-switch.v-switch--inset .v-selection-control--dirty .v-selection-control__input{transform:translate(5px)!important}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear,::-ms-reveal{display:none}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}@media (prefers-reduced-motion: no-preference){.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translate(100%)}.picker-transition-leave-to{transform:translate(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translate(-100%)}.picker-reverse-transition-leave-to{transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width: 599.98px){.hidden-xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl{display:none!important}}@media (min-width: 2560px){.hidden-xxl{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up{display:none!important}}@media (min-width: 960px){.hidden-md-and-up{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 10px 30px rgba(var(--v-shadow-key-umbra-color),.34),0 0 transparent,0 0 transparent!important}.elevation-23{box-shadow:0 10px 28px rgba(var(--v-shadow-key-umbra-color),.34),0 0 transparent,0 0 transparent!important}.elevation-22{box-shadow:0 9px 27px rgba(var(--v-shadow-key-umbra-color),.32),0 0 transparent,0 0 transparent!important}.elevation-21{box-shadow:0 9px 26px rgba(var(--v-shadow-key-umbra-color),.32),0 0 transparent,0 0 transparent!important}.elevation-20{box-shadow:0 9px 25px rgba(var(--v-shadow-key-umbra-color),.3),0 0 transparent,0 0 transparent!important}.elevation-19{box-shadow:0 8px 24px 6px rgba(var(--v-shadow-key-umbra-color),.28),0 0 transparent,0 0 transparent!important}.elevation-18{box-shadow:0 8px 23px rgba(var(--v-shadow-key-umbra-color),.28),0 0 transparent,0 0 transparent!important}.elevation-17{box-shadow:0 7px 22px rgba(var(--v-shadow-key-umbra-color),.26),0 0 transparent,0 0 transparent!important}.elevation-16{box-shadow:0 7px 21px rgba(var(--v-shadow-key-umbra-color),.26),0 0 transparent,0 0 transparent!important}.elevation-15{box-shadow:0 7px 20px rgba(var(--v-shadow-key-umbra-color),.24),0 0 transparent,0 0 transparent!important}.elevation-14{box-shadow:0 6px 19px rgba(var(--v-shadow-key-umbra-color),.24),0 0 transparent,0 0 transparent!important}.elevation-13{box-shadow:0 6px 18px rgba(var(--v-shadow-key-umbra-color),.22),0 0 transparent,0 0 transparent!important}.elevation-12{box-shadow:0 6px 17px rgba(var(--v-shadow-key-umbra-color),.22),0 0 transparent,0 0 transparent!important}.elevation-11{box-shadow:0 5px 16px rgba(var(--v-shadow-key-umbra-color),.2),0 0 transparent,0 0 transparent!important}.elevation-10{box-shadow:0 8px 28px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xl-opacity)),0 0 transparent,0 0 transparent!important}.elevation-9{box-shadow:0 5px 14px rgba(var(--v-shadow-key-umbra-color),.18),0 0 transparent,0 0 transparent!important}.elevation-8{box-shadow:0 6px 16px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-lg-opacity)),0 0 transparent,0 0 transparent!important}.elevation-7{box-shadow:0 4px 18px rgba(var(--v-shadow-key-umbra-color),.1),0 0 transparent,0 0 transparent!important}.elevation-6{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-md-opacity)),0 0 transparent,0 0 transparent!important}.elevation-5{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color),.15),0 0 transparent,0 0 transparent!important}.elevation-4{box-shadow:0 3px 6px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-sm-opacity)),0 0 transparent,0 0 transparent!important}.elevation-3{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color),.14),0 0 transparent,0 0 transparent!important}.elevation-2{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),var(--v-shadow-xs-opacity)),0 0 transparent,0 0 transparent!important}.elevation-1{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color),.12),0 0 transparent,0 0 transparent!important}.elevation-0{box-shadow:0 0 rgba(var(--v-shadow-key-umbra-color),1),0 0 transparent,0 0 transparent!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.pointer-pass-through{pointer-events:none!important}.pointer-pass-through>*{pointer-events:auto!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.justify-items-start{justify-items:flex-start!important}.justify-items-end{justify-items:flex-end!important}.justify-items-center{justify-items:center!important}.justify-items-stretch{justify-items:stretch!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0px!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0px!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0px!important}.gc-1{column-gap:4px!important}.gc-2{column-gap:8px!important}.gc-3{column-gap:12px!important}.gc-4{column-gap:16px!important}.gc-5{column-gap:20px!important}.gc-6{column-gap:24px!important}.gc-7{column-gap:28px!important}.gc-8{column-gap:32px!important}.gc-9{column-gap:36px!important}.gc-10{column-gap:40px!important}.gc-11{column-gap:44px!important}.gc-12{column-gap:48px!important}.gc-13{column-gap:52px!important}.gc-14{column-gap:56px!important}.gc-15{column-gap:60px!important}.gc-16{column-gap:64px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0px!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0px!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0px!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0px!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:4px!important}.rounded{border-radius:6px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:36px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:25px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t{border-top-left-radius:6px!important;border-top-right-radius:6px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:36px!important;border-top-right-radius:36px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:25px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:36px!important;border-bottom-right-radius:36px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:36px!important;border-bottom-left-radius:36px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:25px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b{border-bottom-left-radius:6px!important;border-bottom-right-radius:6px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:36px!important;border-bottom-right-radius:36px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:36px!important;border-bottom-left-radius:36px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:36px!important;border-bottom-right-radius:36px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:25px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:6px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:6px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:36px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:36px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:25px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:25px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:6px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:6px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:36px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:36px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:25px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:25px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:6px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:6px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:36px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:36px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:25px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:25px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:6px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:6px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:36px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:36px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:25px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:25px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-current{border-color:currentColor!important}.border-opacity-0{--v-border-opacity: 0 !important}.border-opacity{--v-border-opacity: .12 !important}.border-opacity-25{--v-border-opacity: .25 !important}.border-opacity-50{--v-border-opacity: .5 !important}.border-opacity-75{--v-border-opacity: .75 !important}.border-opacity-100{--v-border-opacity: 1 !important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-hover{opacity:var(--v-hover-opacity)!important}.opacity-focus{opacity:var(--v-focus-opacity)!important}.opacity-selected{opacity:var(--v-selected-opacity)!important}.opacity-activated{opacity:var(--v-activated-opacity)!important}.opacity-pressed{opacity:var(--v-pressed-opacity)!important}.opacity-dragged{opacity:var(--v-dragged-opacity)!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-button{font-size:.9375rem!important;font-weight:500;line-height:2.6;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:capitalize!important}.text-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-semibold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.justify-items-sm-start{justify-items:flex-start!important}.justify-items-sm-end{justify-items:flex-end!important}.justify-items-sm-center{justify-items:center!important}.justify-items-sm-stretch{justify-items:stretch!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0px!important}.gc-sm-1{column-gap:4px!important}.gc-sm-2{column-gap:8px!important}.gc-sm-3{column-gap:12px!important}.gc-sm-4{column-gap:16px!important}.gc-sm-5{column-gap:20px!important}.gc-sm-6{column-gap:24px!important}.gc-sm-7{column-gap:28px!important}.gc-sm-8{column-gap:32px!important}.gc-sm-9{column-gap:36px!important}.gc-sm-10{column-gap:40px!important}.gc-sm-11{column-gap:44px!important}.gc-sm-12{column-gap:48px!important}.gc-sm-13{column-gap:52px!important}.gc-sm-14{column-gap:56px!important}.gc-sm-15{column-gap:60px!important}.gc-sm-16{column-gap:64px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-button{font-size:.9375rem!important;font-weight:500;line-height:2.6;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:capitalize!important}.text-sm-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:uppercase!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.justify-items-md-start{justify-items:flex-start!important}.justify-items-md-end{justify-items:flex-end!important}.justify-items-md-center{justify-items:center!important}.justify-items-md-stretch{justify-items:stretch!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0px!important}.gc-md-1{column-gap:4px!important}.gc-md-2{column-gap:8px!important}.gc-md-3{column-gap:12px!important}.gc-md-4{column-gap:16px!important}.gc-md-5{column-gap:20px!important}.gc-md-6{column-gap:24px!important}.gc-md-7{column-gap:28px!important}.gc-md-8{column-gap:32px!important}.gc-md-9{column-gap:36px!important}.gc-md-10{column-gap:40px!important}.gc-md-11{column-gap:44px!important}.gc-md-12{column-gap:48px!important}.gc-md-13{column-gap:52px!important}.gc-md-14{column-gap:56px!important}.gc-md-15{column-gap:60px!important}.gc-md-16{column-gap:64px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-button{font-size:.9375rem!important;font-weight:500;line-height:2.6;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:capitalize!important}.text-md-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:uppercase!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width: 1280px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.justify-items-lg-start{justify-items:flex-start!important}.justify-items-lg-end{justify-items:flex-end!important}.justify-items-lg-center{justify-items:center!important}.justify-items-lg-stretch{justify-items:stretch!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0px!important}.gc-lg-1{column-gap:4px!important}.gc-lg-2{column-gap:8px!important}.gc-lg-3{column-gap:12px!important}.gc-lg-4{column-gap:16px!important}.gc-lg-5{column-gap:20px!important}.gc-lg-6{column-gap:24px!important}.gc-lg-7{column-gap:28px!important}.gc-lg-8{column-gap:32px!important}.gc-lg-9{column-gap:36px!important}.gc-lg-10{column-gap:40px!important}.gc-lg-11{column-gap:44px!important}.gc-lg-12{column-gap:48px!important}.gc-lg-13{column-gap:52px!important}.gc-lg-14{column-gap:56px!important}.gc-lg-15{column-gap:60px!important}.gc-lg-16{column-gap:64px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-button{font-size:.9375rem!important;font-weight:500;line-height:2.6;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:capitalize!important}.text-lg-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:uppercase!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.justify-items-xl-start{justify-items:flex-start!important}.justify-items-xl-end{justify-items:flex-end!important}.justify-items-xl-center{justify-items:center!important}.justify-items-xl-stretch{justify-items:stretch!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0px!important}.gc-xl-1{column-gap:4px!important}.gc-xl-2{column-gap:8px!important}.gc-xl-3{column-gap:12px!important}.gc-xl-4{column-gap:16px!important}.gc-xl-5{column-gap:20px!important}.gc-xl-6{column-gap:24px!important}.gc-xl-7{column-gap:28px!important}.gc-xl-8{column-gap:32px!important}.gc-xl-9{column-gap:36px!important}.gc-xl-10{column-gap:40px!important}.gc-xl-11{column-gap:44px!important}.gc-xl-12{column-gap:48px!important}.gc-xl-13{column-gap:52px!important}.gc-xl-14{column-gap:56px!important}.gc-xl-15{column-gap:60px!important}.gc-xl-16{column-gap:64px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-button{font-size:.9375rem!important;font-weight:500;line-height:2.6;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:capitalize!important}.text-xl-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:uppercase!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width: 2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.justify-items-xxl-start{justify-items:flex-start!important}.justify-items-xxl-end{justify-items:flex-end!important}.justify-items-xxl-center{justify-items:center!important}.justify-items-xxl-stretch{justify-items:stretch!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0px!important}.gc-xxl-1{column-gap:4px!important}.gc-xxl-2{column-gap:8px!important}.gc-xxl-3{column-gap:12px!important}.gc-xxl-4{column-gap:16px!important}.gc-xxl-5{column-gap:20px!important}.gc-xxl-6{column-gap:24px!important}.gc-xxl-7{column-gap:28px!important}.gc-xxl-8{column-gap:32px!important}.gc-xxl-9{column-gap:36px!important}.gc-xxl-10{column-gap:40px!important}.gc-xxl-11{column-gap:44px!important}.gc-xxl-12{column-gap:48px!important}.gc-xxl-13{column-gap:52px!important}.gc-xxl-14{column-gap:56px!important}.gc-xxl-15{column-gap:60px!important}.gc-xxl-16{column-gap:64px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:2.875rem!important;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-h2{font-size:2.375rem!important;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-h3{font-size:1.75rem!important;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-h4{font-size:1.5rem!important;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-h5{font-size:1.125rem!important;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-h6{font-size:.9375rem!important;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-subtitle-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-subtitle-2{font-size:.8125rem!important;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-body-1{font-size:.9375rem!important;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-body-2{font-size:.8125rem!important;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-button{font-size:.9375rem!important;font-weight:500;line-height:2.6;letter-spacing:normal!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:capitalize!important}.text-xxl-caption{font-size:.8125rem!important;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;text-transform:uppercase!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}
