@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-gray-500: oklch(55.1% .027 264.364);--color-white: #fff;--spacing: .25rem;--container-xl: 36rem;--text-xs: .75rem;--text-xs--line-height: 1.125rem;--text-sm: .875rem;--text-sm--line-height: 1.3125rem;--text-base: 1rem;--text-base--line-height: 1.5rem;--text-lg: 1.125rem;--text-lg--line-height: 1.625rem;--text-xl: 1.25rem;--text-xl--line-height: 1.625rem;--text-2xl: 1.5rem;--text-2xl--line-height: 2rem;--font-weight-normal: 400;--font-weight-bold: 700;--radius-lg: .5rem;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-1\/2{inset:50%}.float-left{float:left}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.\!m-0{margin:calc(var(--spacing) * 0)!important}.mx-auto{margin-inline:auto}.my-4{margin-block:calc(var(--spacing) * 4)}.my-20{margin-block:calc(var(--spacing) * 20)}.mt-0\!{margin-top:calc(var(--spacing) * 0)!important}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mr-3{margin-right:calc(var(--spacing) * 3)}.mr-4{margin-right:calc(var(--spacing) * 4)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.ml-10{margin-left:calc(var(--spacing) * 10)}.\!flex{display:flex!important}.\!hidden{display:none!important}.block\!{display:block!important}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.h-auto{height:auto}.w-auto{width:auto}.w-full{width:100%}.max-w-xl{max-width:var(--container-xl)}.min-w-min\!{min-width:min-content!important}.-translate-1\/2{--tw-translate-x: -50% ;--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.resize-none\!{resize:none!important}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.\!flex-wrap{flex-wrap:wrap!important}.flex-wrap{flex-wrap:wrap}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:var(--radius-lg)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-white{background-color:var(--color-white)}.\!p-0{padding:calc(var(--spacing) * 0)!important}.p-4{padding:calc(var(--spacing) * 4)}.px-3{padding-inline:calc(var(--spacing) * 3)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-8{padding-block:calc(var(--spacing) * 8)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading, var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height))}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-normal{--tw-font-weight: var(--font-weight-normal);font-weight:var(--font-weight-normal)}.break-all{word-break:break-all}.text-\(--md-color-cobalt-100\){color:var(--md-color-cobalt-100)}.text-gray-500{color:var(--color-gray-500)}.text-inherit{color:inherit}.uppercase{text-transform:uppercase}.shadow{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.select-none{-webkit-user-select:none;user-select:none}@media(hover:hover){.hover\:cursor-pointer:hover{cursor:pointer}}.focus\:z-1:focus{z-index:1}@media(width>=40rem){.sm\:ml-2{margin-left:calc(var(--spacing) * 2)}}@media(width>=40rem){.sm\:flex-row{flex-direction:row}}@media(width>=48rem){.md\:max-w-\[500px\]{max-width:500px}}@media(width>=48rem){.md\:max-w-\[800px\]{max-width:800px}}@media(width>=64rem){.lg\:w-1\/2{width:50%}}}@layer base{h1{font-size:var(--text-2xl)}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}h1,h2,h3,h4,h5,h6{font-weight:700}a{color:#0452a8}}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-font-weight: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}:root{--md-color-black: #000000;--md-color-blue-10: #f2f8ff;--md-color-blue-100: #0069dd;--md-color-blue-20: #e7f2ff;--md-color-blue-200: #0059bc;--md-color-blue-30: #bbdbff;--md-color-blue-300: #004ea4;--md-color-blue-40: #75b7ff;--md-color-blue-400: #003978;--md-color-blue-500: #002650;--md-color-blue-60: #4097f5;--md-color-blue-80: #1a7eec;--md-color-cobalt-10: #f4f6fb;--md-color-cobalt-100: #0452a8;--md-color-cobalt-20: #ddebfb;--md-color-cobalt-200: #063477;--md-color-cobalt-30: #bcd9f9;--md-color-cobalt-300: #062256;--md-color-cobalt-40: #9dc3ee;--md-color-cobalt-400: #05163e;--md-color-cobalt-500: #030b28;--md-color-cobalt-60: #5094df;--md-color-cobalt-80: #1f71cc;--md-color-green-10: #f7fdf0;--md-color-green-100: #317c26;--md-color-green-20: #eefae1;--md-color-green-200: #115a22;--md-color-green-30: #dff4c6;--md-color-green-300: #064720;--md-color-green-40: #cfeab0;--md-color-green-400: #053c1b;--md-color-green-500: #033017;--md-color-green-60: #b7da8e;--md-color-green-80: #74b05b;--md-color-grey-10: #f6f8f9;--md-color-grey-100: #656a75;--md-color-grey-20: #eff1f3;--md-color-grey-200: #52575f;--md-color-grey-30: #e7eaed;--md-color-grey-300: #34383f;--md-color-grey-40: #d0d4db;--md-color-grey-400: #1f2328;--md-color-grey-60: #a4aab2;--md-color-grey-80: #808893;--md-color-grey-500: #101317;--md-color-orange-10: #fff9eb;--md-color-orange-100: #ae5e00;--md-color-orange-20: #fdf1d2;--md-color-orange-200: #924e00;--md-color-orange-30: #ffe6b7;--md-color-orange-300: #7c4300;--md-color-orange-40: #ffc672;--md-color-orange-400: #543000;--md-color-orange-500: #2e1c00;--md-color-orange-60: #f9961f;--md-color-orange-80: #dc7606;--md-color-plum-10: #e6e7f8;--md-color-plum-100: #4b50c5;--md-color-plum-20: #d5d8f5;--md-color-plum-200: #3d47ad;--md-color-plum-30: #b1b7ec;--md-color-plum-300: #373e8d;--md-color-plum-40: #a0a7e3;--md-color-plum-400: #313478;--md-color-plum-500: #222458;--md-color-plum-60: #7f8bdd;--md-color-plum-80: #5762d5;--md-color-red-10: #fdfbfa;--md-color-red-100: #cd3214;--md-color-red-20: #f9f1f0;--md-color-red-200: #a12408;--md-color-red-30: #f4dfdc;--md-color-red-300: #7c1502;--md-color-red-40: #f1c0b9;--md-color-red-400: #5c0e01;--md-color-red-500: #430600;--md-color-red-60: #f48e81;--md-color-red-80: #f95030;--md-color-ruby-10: #fff4f6;--md-color-ruby-100: #d4213d;--md-color-ruby-20: #ffecef;--md-color-ruby-200: #b90f29;--md-color-ruby-30: #fcd9df;--md-color-ruby-300: #94071d;--md-color-ruby-40: #f8b9c3;--md-color-ruby-400: #660615;--md-color-ruby-500: #39020b;--md-color-ruby-60: #f27f91;--md-color-ruby-80: #ee3955;--md-color-sea-10: #f2fbfe;--md-color-sea-100: #1670b7;--md-color-sea-20: #e2f7fe;--md-color-sea-200: #0a4f8c;--md-color-sea-30: #c8eefd;--md-color-sea-300: #0e3d72;--md-color-sea-40: #84daff;--md-color-sea-400: #092b54;--md-color-sea-60: #20bcff;--md-color-sea-80: #1789d6;--md-color-sea-500: #031a35;--md-color-silver-10: #f3f8fd;--md-color-silver-100: #4e6a9a;--md-color-silver-20: #e6eef6;--md-color-silver-200: #3f5482;--md-color-silver-30: #d3dfed;--md-color-silver-300: #313f68;--md-color-silver-40: #b0c8e1;--md-color-silver-400: #252d4d;--md-color-silver-500: #141a33;--md-color-silver-60: #799bc3;--md-color-silver-80: #6183af;--md-color-yellow-100: #ffdd00;--md-color-white: #ffffff;--md-color-grey-100-alpha-10: rgba(101, 106, 117, .1);--md-color-grey-100-alpha-35: rgba(101, 106, 117, .35);--md-color-red-100-alpha-10: rgba(205, 50, 20, .1);--md-color-red-100-alpha-35: rgba(205, 50, 20, .35);--md-color-background-opposite-main: var(--md-color-white);--md-color-background-opposite-state-main-enabled: var(--md-color-white);--md-color-background-opposite-state-alternative-main-hover: var(--md-color-grey-10);--md-color-background-opposite-state-main-activated: var(--md-color-white);--md-color-background-opposite-state-main-hover: var(--md-color-white);--md-color-background-opposite-state-main-pressed: var(--md-color-white);--md-color-background-standard-state-readonly: var(--md-color-grey-10);--md-color-background-standard-state-disabled: var(--md-color-grey-10);--md-color-background-accessibility-state-primary-main-focused: var(--md-color-black);--md-color-background-accessibility-state-secondary-main-focused: var(--md-color-yellow-100);--md-color-background-brand-state-primary-bolder-enabled: var(--md-color-cobalt-100);--md-color-background-brand-state-primary-bolder-activated: var(--md-color-cobalt-100);--md-color-background-brand-primary-weakest: var(--md-color-cobalt-10);--md-color-background-brand-state-primary-bolder-hover: var(--md-color-cobalt-200);--md-color-background-brand-state-primary-bolder-pressed: var(--md-color-cobalt-300);--md-color-background-status-danger-weaker: var(--md-color-red-20);--md-color-background-status-success-weaker: var(--md-color-green-20);--md-color-background-status-informative-weaker: var(--md-color-blue-20);--md-color-background-status-warning-weaker: var(--md-color-orange-20);--md-color-text-opposite-main: var(--md-color-white);--md-color-text-opposite-state-main-enabled: var(--md-color-white);--md-color-text-standard-boldest: var(--md-color-grey-500);--md-color-text-standard-state-readonly: var(--md-color-grey-200);--md-color-text-accessibility-state-primary-main-focused: var(--md-color-cobalt-100);--md-color-text-brand-state-primary-weak-enabled: var(--md-color-cobalt-100);--md-color-text-status-danger-boldest: var(--md-color-red-500);--md-color-text-opposite-state-main-activated: var(--md-color-white);--md-color-text-opposite-state-main-hover: var(--md-color-white);--md-color-text-opposite-state-main-pressed: var(--md-color-white);--md-color-text-standard-bolder: var(--md-color-grey-400);--md-color-text-standard-bold: var(--md-color-grey-300);--md-color-text-standard-middle: var(--md-color-grey-200);--md-color-text-standard-weak: var(--md-color-grey-100);--md-color-text-standard-state-disabled: var(--md-color-grey-60);--md-color-text-standard-state-boldest-enabled: var(--md-color-grey-500);--md-color-text-standard-state-boldest-hover: var(--md-color-grey-400);--md-color-text-standard-state-boldest-pressed: var(--md-color-grey-300);--md-color-text-standard-state-boldest-activated: var(--md-color-grey-500);--md-color-text-accessibility-state-secondary-main-focused: var(--md-color-yellow-100);--md-color-text-brand-state-primary-weak-activated: var(--md-color-cobalt-100);--md-color-text-brand-state-primary-weak-hover: var(--md-color-cobalt-200);--md-color-text-brand-state-primary-weak-pressed: var(--md-color-cobalt-300);--md-color-text-status-danger-bolder: var(--md-color-red-400);--md-color-text-status-danger-middle: var(--md-color-red-200);--md-color-text-status-success-boldest: var(--md-color-green-500);--md-color-text-status-success-bolder: var(--md-color-green-400);--md-color-text-status-informative-boldest: var(--md-color-blue-500);--md-color-text-status-informative-bolder: var(--md-color-blue-400);--md-color-text-status-warning-boldest: var(--md-color-orange-500);--md-color-text-status-warning-bolder: var(--md-color-orange-400);--md-color-icon-opposite-main: var(--md-color-white);--md-color-icon-opposite-state-main-enabled: var(--md-color-white);--md-color-icon-standard-bolder: var(--md-color-grey-400);--md-color-icon-standard-state-readonly: var(--md-color-grey-200);--md-color-icon-accessibility-state-primary-main-focused: var(--md-color-black);--md-color-icon-brand-state-primary-weak-enabled: var(--md-color-cobalt-100);--md-color-icon-status-danger-middle: var(--md-color-red-200);--md-color-icon-opposite-state-main-activated: var(--md-color-white);--md-color-icon-opposite-state-main-hover: var(--md-color-white);--md-color-icon-opposite-state-main-pressed: var(--md-color-white);--md-color-icon-standard-middle: var(--md-color-grey-200);--md-color-icon-standard-weak: var(--md-color-grey-100);--md-color-icon-standard-state-disabled: var(--md-color-grey-60);--md-color-icon-accessibility-state-secondary-main-focused: var(--md-color-yellow-100);--md-color-icon-brand-state-primary-weak-activated: var(--md-color-cobalt-100);--md-color-icon-brand-state-primary-weak-hover: var(--md-color-cobalt-200);--md-color-icon-brand-state-primary-weak-pressed: var(--md-color-cobalt-300);--md-color-icon-status-success-middle: var(--md-color-green-200);--md-color-icon-status-informative-middle: var(--md-color-blue-200);--md-color-icon-status-warning-middle: var(--md-color-orange-200);--md-color-border-standard-state-readonly: var(--md-color-grey-40);--md-color-border-accessibility-state-primary-main-focused: var(--md-color-cobalt-100);--md-color-border-brand-state-primary-bolder-enabled: var(--md-color-cobalt-100);--md-color-border-standard-state-disabled: var(--md-color-grey-20);--md-color-border-standard-state-bold-enabled: var(--md-color-grey-80);--md-color-border-accessibility-state-secondary-main-focused: var(--md-color-white);--md-color-border-brand-state-primary-bolder-activated: var(--md-color-cobalt-100);--md-color-border-brand-state-primary-bolder-hover: var(--md-color-cobalt-200);--md-color-border-brand-state-primary-bolder-pressed: var(--md-color-cobalt-300);--md-color-border-status-state-danger-bolder-activated: var(--md-color-red-100);--md-color-border-status-state-danger-bolder-hover: var(--md-color-red-200);--md-color-border-status-state-danger-bolder-pressed: var(--md-color-red-300);--md-color-text-status-danger-bold: var(--md-color-red-300);--md-color-text-status-success-bold: var(--md-color-green-300);--md-color-text-status-informative-bold: var(--md-color-blue-300);--md-color-text-status-warning-bold: var(--md-color-orange-300);--md-color-icon-standard-bold: var(--md-color-grey-300);--md-color-icon-brand-primary-weak: var(--md-color-cobalt-100);--md-color-icon-status-state-danger-weak-enabled: var(--md-color-red-100);--md-color-icon-status-state-danger-weak-hover: var(--md-color-red-200);--md-color-background-standard-boldest: var(--md-color-grey-500);--md-color-background-standard-weaker: var(--md-color-grey-20);--md-color-background-standard-weakest: var(--md-color-grey-10);--md-color-background-brand-primary-bolder: var(--md-color-cobalt-100);--md-color-background-brand-state-primary-weak-enabled: var(--md-color-cobalt-40);--md-color-background-brand-state-primary-weak-hover: var(--md-color-cobalt-60);--md-color-background-brand-state-primary-weakest-hover: var(--md-color-cobalt-20);--md-color-background-status-danger-bolder: var(--md-color-red-100);--md-color-background-status-success-bolder: var(--md-color-green-100);--md-color-background-status-informative-bolder: var(--md-color-blue-100);--md-color-background-status-warning-bolder: var(--md-color-orange-100);--md-color-background-status-state-danger-bolder-enabled: var(--md-color-red-100);--md-color-background-status-state-danger-bolder-activated: var(--md-color-red-100);--md-color-background-status-state-danger-bolder-hover: var(--md-color-red-200);--md-color-background-status-state-danger-bolder-pressed: var(--md-color-red-300);--md-color-border-standard-weaker: var(--md-color-grey-20);--md-color-border-status-state-danger-bolder-enabled: var(--md-color-red-100);--md-color-border-standard-weak: var(--md-color-grey-40);--md-color-border-status-danger-bolder: var(--md-color-red-100);--md-color-border-standard-state-bolder-hover: var(--md-color-grey-400);--md-color-border-brand-state-primary-bolder-dragged: var(--md-color-cobalt-200);--md-color-background-brand-state-primary-weakest-dragged: var(--md-color-cobalt-20)}:root{--md-spacing-25: .125rem;--md-spacing-50: .25rem;--md-spacing-100: .5rem;--md-spacing-150: .75rem;--md-spacing-200: 1rem;--md-spacing-250: 1.25rem;--md-spacing-300: 1.5rem;--md-spacing-400: 2rem;--md-spacing-450: 2.25rem;--md-spacing-500: 2.5rem;--md-spacing-600: 3rem;--md-spacing-800: 4rem;--md-spacing-1000: 5rem;--md-spacing-1200: 6rem;--md-spacing-2000: 10rem}:root{--md-elevation-shadow-raised: 0px 0px 12px var(--md-color-grey-100-alpha-10);--md-elevation-shadow-overlay: 0px 0px 12px var(--md-color-grey-100-alpha-35);--md-elevation-shadow-header: 0px 5px 12px var(--md-color-grey-100-alpha-10);--md-elevation-shadow-raised-error: 0px 0px 12px var(--md-color-red-100-alpha-10);--md-elevation-shadow-overlay-error: 0px 0px 12px var(--md-color-red-100-alpha-35);--md-elevation-overlay: rgba(16, 23, 19, .65)}:root{--md-radius-25: .125rem;--md-radius-50: .25rem;--md-radius-100: .5rem;--md-radius-150: .75rem;--md-radius-200: 1rem;--md-radius-full: 100%}:root{--md-border-width-10: .0625rem;--md-border-width-25: .125rem}@layer base{:root{--md-font-family: "Open Sans", sans-serif;--md-text-500-bold: 700 3rem/3.5rem var(--md-font-family);--md-text-400-bold: 700 2rem/3rem var(--md-font-family);--md-text-300-bold: 700 1.5rem/2rem var(--md-font-family);--md-text-250-bold: 700 1.25rem/1.625rem var(--md-font-family);--md-text-225-bold: 700 1.125rem/1.625rem var(--md-font-family);--md-text-200-regular: 400 1rem/1.5rem var(--md-font-family);--md-text-200-semibold: 600 1rem/1.5rem var(--md-font-family);--md-text-250-semibold: 600 1.25rem/1.5rem var(--md-font-family);--md-text-200-bold: 700 1rem/1.5rem var(--md-font-family);--md-text-175-regular: 400 .875rem/1.3125rem var(--md-font-family);--md-text-175-semibold: 600 .875rem/1.3125rem var(--md-font-family);--md-text-175-bold: 700 .875rem/1.3125rem var(--md-font-family);--md-text-150-regular: 400 .75rem/1.125rem var(--md-font-family);--md-text-150-semibold: 600 .75rem/1.125rem var(--md-font-family);--md-text-150-bold: 700 .75rem/1.125rem var(--md-font-family)}:root{--md-text-display-1-bold: var(--md-text-500-bold);--md-text-display-2-bold: var(--md-text-400-bold);--md-text-heading-1-bold: var(--md-text-400-bold);--md-text-heading-2-bold: var(--md-text-300-bold);--md-text-heading-3-bold: var(--md-text-250-bold);--md-text-heading-4-bold: var(--md-text-225-bold);--md-text-paragraph-1-regular: var(--md-text-200-regular);--md-text-paragraph-1-semibold: var(--md-text-200-semibold);--md-text-paragraph-1-bold: var(--md-text-200-bold);--md-text-caption-1-regular: var(--md-text-175-regular);--md-text-caption-1-semibold: var(--md-text-175-semibold);--md-text-caption-1-bold: var(--md-text-175-bold);--md-text-caption-2-regular: var(--md-text-150-regular);--md-text-caption-2-semibild: var(--md-text-150-semibold);--md-text-caption-2-bold: var(--md-text-150-bold)}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:local("OpenSans-Light"),url("./media/md-OpenSans-Light-HJ63MGDM.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("OpenSans-Regular"),url("./media/md-OpenSans-Regular-UHVE43X5.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;src:local("OpenSans-Medium"),url("./media/md-OpenSans-Medium-WK2QERA7.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:local("OpenSans-SemiBold"),url("./media/md-OpenSans-SemiBold-HYZXH3VK.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("OpenSans-Bold"),url("./media/md-OpenSans-Bold-474BUIDJ.ttf") format("woff2")}}.mat-mdc-option:hover:not(.mat-mdc-option-disabled),.mat-mdc-selected{background-color:var(--gov-color-input-selected)!important}.mat-mdc-option-text{color:var(--blue-700)!important}.mat-mdc-selected{font-weight:600!important}.mat-mdc-option .mdc-list-item__primary-text{letter-spacing:normal!important}@supports (-moz-appearance: none){:host ::ng-deep .mat-date-range-input-start-wrapper{overflow:visible!important;translate:0 -2px!important}:host ::ng-deep .mat-date-range-input-start-wrapper .mat-mdc-icon-button .mat-mdc-button-persistent-ripple:before{background-color:unset}:host ::ng-deep .mat-date-range-input-start-wrapper .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{background-color:var(--mat-icon-button-state-layer-color)}}:host ::ng-deep .mat-datepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base{padding:11px;--mat-icon-button-state-layer-size: 46px}:host ::ng-deep .mat-datepicker-toggle .mdc-icon-button{display:flex;justify-content:center}:host ::ng-deep .mat-datepicker-toggle span.mat-mdc-button-persistent-ripple.mdc-icon-button__ripple:before{background-color:transparent}:host ::ng-deep .mat-datepicker-toggle .mat-mdc-button-touch-target{height:46px!important;width:46px!important}:host ::ng-deep .mat-date-range-input-wrapper{max-width:max-content}:host ::ng-deep .mat-mdc-form-field-subscript-wrapper:before{height:0;content:unset}:host ::ng-deep .mat-mdc-form-field-type-mat-date-range-input .mat-form-field-wrapper{padding-bottom:.5rem!important}:host ::ng-deep .mat-mdc-form-field-type-mat-date-range-input .mat-form-field-infix{padding:0!important;border-top:none!important}:host ::ng-deep .mat-mdc-form-field-type-mat-date-range-input .mat-form-field-invalid .mat-form-field-outline>*{border-color:var(--red-300)!important}:host ::ng-deep .mat-mdc-form-field-type-mat-date-range-input .mat-form-field-appearance-outline .mat-form-field-flex{padding:.3rem .75rem!important}:host ::ng-deep .mat-date-range-input-inner::placeholder{color:var(--blue-700)!important}:host ::ng-deep .mat-date-range-input-container{transform:translateY(-2px)!important}:host ::ng-deep .mat-date-range-input-separator{position:relative;bottom:2px}:host ::ng-deep .mat-date-range-input-start-wrapper{max-width:100%!important}:host ::ng-deep .mat-calendar-body-selected{background-color:var(--blue-700)!important}:host ::ng-deep .mat-calendar-body-in-range:before{background-color:var(--gov-color-background-active)!important}:host ::ng-deep input.mat-start-date::placeholder{color:var(--gray-300)!important}:host ::ng-deep .order-dialog .mat-form-field-outline>*{border-color:var(--blue-700)!important}:host ::ng-deep .show-separator .mat-date-range-input-separator{display:block!important}:host .material-datepicker{margin-top:1rem!important;width:100%!important}@media screen and (min-width:1366px){:host .material-datepicker{margin-top:0!important;min-width:300px!important}:host ::ng-deep .mat-form-field-wrapper{padding:.75rem 0!important}}.mat-mdc-raised-button{--mat-button-protected-container-height: 46px !important;--mat-button-protected-label-text-tracking: 0 !important}.mat-mdc-raised-button .mat-mdc-button-touch-target{height:46px!important}.mat-mdc-outlined-button{--mat-button-outlined-container-height: 46px !important;--mat-button-outlined-label-text-tracking: 0 !important}.mat-mdc-outlined-button .mat-mdc-button-touch-target{height:46px!important}::ng-deep .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:.625rem;padding-bottom:.625rem;min-height:auto;align-self:center}::ng-deep .mat-date-range-input-container{display:none}::ng-deep .mat-mdc-form-field.mat-focused .mdc-notched-outline,::ng-deep .mat-mdc-form-field:hover .mdc-notched-outline{border-radius:5px;background-color:#f0f5fa4d}.mat-mdc-form-field-input-control{letter-spacing:normal!important}.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background{border-color:var(--mat-checkbox-selected-icon-color)!important;background-color:#fff!important}.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{color:var(--mat-checkbox-selected-icon-color)!important}.mat-mdc-table .mat-mdc-cell,.mat-mdc-table .mat-mdc-header-cell{border-bottom-color:var(--gov-color-table-border-line)}.gov-accordion .mat-expansion-panel{box-shadow:none!important;border-top:1px solid var(--gov-color-border-line)!important}.gov-accordion .mat-expansion-panel:first-of-type{margin-top:1.25rem!important}.gov-accordion .mat-expansion-panel:last-of-type{border-bottom:1px solid var(--gov-color-border-line)!important}.gov-accordion .mat-expansion-panel-header{font:unset!important;height:100%!important;padding:.75rem 0!important}.gov-accordion .mat-expansion-panel-header:hover{background-color:var(--gov-color-hover)!important}.gov-accordion .mat-expansion-panel-header-title{color:var(--blue-700)!important;gap:1rem!important}.gov-accordion .mat-expansion-panel-header .mat-expansion-indicator{margin-right:.5rem!important}.gov-accordion .mat-expansion-panel-header .mat-expansion-indicator:after{content:url('data:image/svg+xml; utf8, <svg width="32" height="32" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="rgb(240, 245, 250)"/><path d="M19.223 15.321a.94.94 0 0 1 .272.684.945.945 0 0 1-.272.661l-5.105 5.105a.945.945 0 0 1-1.336-1.337l4.443-4.443-4.443-4.441a.945.945 0 0 1 1.336-1.338l5.105 5.11Z" fill="rgb(0, 82, 165)" xmlns="http://www.w3.org/2000/svg"/></svg>');border:none;transform:rotate(90deg) translateY(3px)}.gov-accordion .mat-expansion-panel .mat-expansion-panel-content{font:unset!important}.gov-accordion .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body{margin-bottom:1.25rem!important;padding:0!important}.gov-accordion .mat-expansion-panel .mat-expansion-panel-content{padding:0!important}.data-list>*{line-height:2rem}.data-loader{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin:6.25rem 0}.ql-snow,.ql-container.ql-snow{border:none}.ql-snow .ql-editor li,.ql-snow .ql-editor p{font-size:1rem}.ql-snow .ql-editor h1{font-size:2.5rem}.ql-snow .ql-editor h2{font-size:2rem}.ql-snow .ql-editor h3{font-size:1.75rem}.ql-snow .ql-editor h4{font-size:1.5rem}.ql-snow .ql-editor h5{font-size:1.25rem}.ql-snow .ql-editor h6{font-size:1rem}.icon-container{display:flex;justify-content:flex-end}.chevron-table-row-mobile{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%;background-color:var(--p-coineutral-0);border:1px solid var(--p-coineutral-30);border-width:1px 0 0 0;padding:1.25rem 0}.chevron-table-row-mobile:last-of-type{border-width:1px 0}.chevron-table-row-mobile.rdp:last-child{border-bottom:none}.chevron-table-row-mobile--content{display:flex;flex-direction:column;gap:.5rem;text-align:start;color:var(--p-coineutral-400)!important}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-option-selected-state-label-text-color: #0052a5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-accent{--mat-option-selected-state-label-text-color: #767676;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}.mat-warn{--mat-option-selected-state-label-text-color: #d5233f;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-pseudo-checkbox-full-selected-icon-color: #767676;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #767676;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-primary{--mat-pseudo-checkbox-full-selected-icon-color: #0052a5;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #0052a5;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-accent{--mat-pseudo-checkbox-full-selected-icon-color: #767676;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #767676;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-warn{--mat-pseudo-checkbox-full-selected-icon-color: #d5233f;--mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, .54);--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #d5233f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-card-elevated-container-shape: 4px;--mat-card-outlined-container-shape: 4px;--mat-card-filled-container-shape: 4px;--mat-card-outlined-outline-width: 1px}html{--mat-card-elevated-container-color: white;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: white;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: rgba(0, 0, 0, .12);--mat-card-subtitle-text-color: rgba(0, 0, 0, .54);--mat-card-filled-container-color: white;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)}html{--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0}.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #0052a5;--mat-progress-bar-track-color: rgba(0, 82, 165, .25)}.mat-mdc-progress-bar.mat-accent{--mat-progress-bar-active-indicator-color: #767676;--mat-progress-bar-track-color: rgba(118, 118, 118, .25)}.mat-mdc-progress-bar.mat-warn{--mat-progress-bar-active-indicator-color: #d5233f;--mat-progress-bar-track-color: rgba(213, 35, 63, .25)}html{--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-line-height: 16px}html{--mat-tooltip-container-color: #424242;--mat-tooltip-supporting-text-color: white}html{--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px}html{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #0052a5 87%, transparent);--mat-form-field-filled-caret-color: #0052a5;--mat-form-field-filled-focus-active-indicator-color: #0052a5;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #0052a5 87%, transparent);--mat-form-field-outlined-caret-color: #0052a5;--mat-form-field-outlined-focus-outline-color: #0052a5;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #0052a5 87%, transparent);--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #d5233f;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .12;--mat-form-field-filled-container-color: #f6f6f6;--mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-form-field-filled-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-filled-error-hover-label-text-color: #d5233f;--mat-form-field-filled-error-focus-label-text-color: #d5233f;--mat-form-field-filled-error-label-text-color: #d5233f;--mat-form-field-filled-error-caret-color: #d5233f;--mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, .54);--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, .87);--mat-form-field-filled-error-active-indicator-color: #d5233f;--mat-form-field-filled-error-focus-active-indicator-color: #d5233f;--mat-form-field-filled-error-hover-active-indicator-color: #d5233f;--mat-form-field-outlined-label-text-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, .54);--mat-form-field-outlined-error-caret-color: #d5233f;--mat-form-field-outlined-error-focus-label-text-color: #d5233f;--mat-form-field-outlined-error-label-text-color: #d5233f;--mat-form-field-outlined-error-hover-label-text-color: #d5233f;--mat-form-field-outlined-outline-color: rgba(0, 0, 0, .38);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, .87);--mat-form-field-outlined-error-focus-outline-color: #d5233f;--mat-form-field-outlined-error-hover-outline-color: #d5233f;--mat-form-field-outlined-error-outline-color: #d5233f}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #767676 87%, transparent);--mat-form-field-filled-caret-color: #767676;--mat-form-field-filled-focus-active-indicator-color: #767676;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #767676 87%, transparent);--mat-form-field-outlined-caret-color: #767676;--mat-form-field-outlined-focus-outline-color: #767676;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #767676 87%, transparent)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: color-mix(in srgb, #d5233f 87%, transparent);--mat-form-field-filled-caret-color: #d5233f;--mat-form-field-filled-focus-active-indicator-color: #d5233f;--mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #d5233f 87%, transparent);--mat-form-field-outlined-caret-color: #d5233f;--mat-form-field-outlined-focus-outline-color: #d5233f;--mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #d5233f 87%, transparent)}html{--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px}html{--mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #0052a5;--mat-select-invalid-arrow-color: #d5233f}.mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #767676;--mat-select-invalid-arrow-color: #d5233f}.mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-placeholder-text-color: rgba(0, 0, 0, .54);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-select-focused-arrow-color: #d5233f;--mat-select-invalid-arrow-color: #d5233f}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-autocomplete-background-color: white}html{--mat-dialog-container-shape: 4px;--mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mat-dialog-container-color: white;--mat-dialog-subhead-color: rgba(0, 0, 0, .87);--mat-dialog-supporting-text-color: rgba(0, 0, 0, .54)}.mat-mdc-standard-chip{--mat-chip-container-shape-radius: 16px;--mat-chip-disabled-container-opacity: .4;--mat-chip-disabled-outline-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-focus-outline-color: transparent;--mat-chip-hover-state-layer-opacity: .04;--mat-chip-outline-color: transparent;--mat-chip-outline-width: 0;--mat-chip-selected-hover-state-layer-opacity: .04;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-focus-state-layer-opacity: 0;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-with-avatar-avatar-shape-radius: 14px;--mat-chip-with-avatar-avatar-size: 28px;--mat-chip-with-avatar-disabled-avatar-opacity: 1;--mat-chip-with-icon-disabled-icon-opacity: 1;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: rgba(0, 0, 0, .87);--mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #0052a5;--mat-chip-elevated-disabled-container-color: #0052a5;--mat-chip-elevated-selected-container-color: #0052a5;--mat-chip-flat-disabled-selected-container-color: #0052a5;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #767676;--mat-chip-elevated-disabled-container-color: #767676;--mat-chip-elevated-selected-container-color: #767676;--mat-chip-flat-disabled-selected-container-color: #767676;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-disabled-label-text-color: white;--mat-chip-elevated-container-color: #d5233f;--mat-chip-elevated-disabled-container-color: #d5233f;--mat-chip-elevated-selected-container-color: #d5233f;--mat-chip-flat-disabled-selected-container-color: #d5233f;--mat-chip-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-chip-label-text-color: white;--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-focus-state-layer-color: .12;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: .04;--mat-chip-selected-label-text-color: white;--mat-chip-selected-trailing-icon-color: white;--mat-chip-with-icon-disabled-icon-color: white;--mat-chip-with-icon-icon-color: white;--mat-chip-with-icon-selected-icon-color: white;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mat-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mat-chip-container-height: 32px}html{--mat-slide-toggle-disabled-handle-opacity: .38;--mat-slide-toggle-disabled-selected-handle-opacity: .38;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-color: transparent;--mat-slide-toggle-disabled-unselected-track-outline-width: 1px;--mat-slide-toggle-handle-height: 20px;--mat-slide-toggle-handle-shape: 10px;--mat-slide-toggle-handle-width: 20px;--mat-slide-toggle-hidden-track-opacity: 1;--mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-slide-toggle-pressed-handle-size: 20px;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-handle-horizontal-margin: 0;--mat-slide-toggle-selected-handle-size: 20px;--mat-slide-toggle-selected-hover-state-layer-opacity: .04;--mat-slide-toggle-selected-icon-size: 18px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 1px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-track-height: 14px;--mat-slide-toggle-track-outline-color: transparent;--mat-slide-toggle-track-outline-width: 1px;--mat-slide-toggle-track-shape: 7px;--mat-slide-toggle-track-width: 36px;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-handle-size: 20px;--mat-slide-toggle-unselected-hover-state-layer-opacity: .12;--mat-slide-toggle-unselected-icon-size: 18px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .1;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-slide-toggle-with-icon-handle-size: 20px;--mat-slide-toggle-touch-target-size: 48px}html{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #0052a5;--mat-slide-toggle-selected-handle-color: #0052a5;--mat-slide-toggle-selected-hover-state-layer-color: #0052a5;--mat-slide-toggle-selected-pressed-state-layer-color: #0052a5;--mat-slide-toggle-selected-focus-handle-color: #0052a5;--mat-slide-toggle-selected-hover-handle-color: #0052a5;--mat-slide-toggle-selected-pressed-handle-color: #0052a5;--mat-slide-toggle-selected-focus-track-color: #0086ff;--mat-slide-toggle-selected-hover-track-color: #0086ff;--mat-slide-toggle-selected-pressed-track-color: #0086ff;--mat-slide-toggle-selected-track-color: #0086ff;--mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-slide-toggle-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, .87);--mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;--mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, .87);--mat-slide-toggle-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slide-toggle-handle-surface-color: white;--mat-slide-toggle-label-text-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-handle-color: #424242;--mat-slide-toggle-unselected-focus-handle-color: #424242;--mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-icon-color: #f6f6f6;--mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, .54);--mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-handle-color: #424242;--mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, .12);--mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87);--mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, .12)}.mat-mdc-slide-toggle.mat-accent{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #767676;--mat-slide-toggle-selected-handle-color: #767676;--mat-slide-toggle-selected-hover-state-layer-color: #767676;--mat-slide-toggle-selected-pressed-state-layer-color: #767676;--mat-slide-toggle-selected-focus-handle-color: #767676;--mat-slide-toggle-selected-hover-handle-color: #767676;--mat-slide-toggle-selected-pressed-handle-color: #767676;--mat-slide-toggle-selected-focus-track-color: #767676;--mat-slide-toggle-selected-hover-track-color: #767676;--mat-slide-toggle-selected-pressed-track-color: #767676;--mat-slide-toggle-selected-track-color: #767676}.mat-mdc-slide-toggle.mat-warn{--mat-slide-toggle-selected-icon-color: white;--mat-slide-toggle-disabled-selected-icon-color: white;--mat-slide-toggle-selected-focus-state-layer-color: #d5233f;--mat-slide-toggle-selected-handle-color: #d5233f;--mat-slide-toggle-selected-hover-state-layer-color: #d5233f;--mat-slide-toggle-selected-pressed-state-layer-color: #d5233f;--mat-slide-toggle-selected-focus-handle-color: #d5233f;--mat-slide-toggle-selected-hover-handle-color: #d5233f;--mat-slide-toggle-selected-pressed-handle-color: #d5233f;--mat-slide-toggle-selected-focus-track-color: #d5233f;--mat-slide-toggle-selected-hover-track-color: #d5233f;--mat-slide-toggle-selected-pressed-track-color: #d5233f;--mat-slide-toggle-selected-track-color: #d5233f}html{--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-touch-target-display: block}html{--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-size: 48px}.mat-mdc-radio-button.mat-primary{--mat-radio-checked-ripple-color: #0052a5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #0052a5;--mat-radio-selected-hover-icon-color: #0052a5;--mat-radio-selected-icon-color: #0052a5;--mat-radio-selected-pressed-icon-color: #0052a5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent{--mat-radio-checked-ripple-color: #767676;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #767676;--mat-radio-selected-hover-icon-color: #767676;--mat-radio-selected-icon-color: #767676;--mat-radio-selected-pressed-icon-color: #767676;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mat-radio-checked-ripple-color: #d5233f;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #d5233f;--mat-radio-selected-hover-icon-color: #d5233f;--mat-radio-selected-icon-color: #d5233f;--mat-radio-selected-pressed-icon-color: #d5233f;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}html{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}html{--mat-slider-active-track-height: 6px;--mat-slider-active-track-shape: 9999px;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-height: 20px;--mat-slider-handle-shape: 50%;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-inactive-track-shape: 9999px;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-container-transform: translateX(-50%);--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-width: auto;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .6;--mat-slider-with-tick-marks-container-shape: 50%;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .6;--mat-slider-value-indicator-transform-origin: bottom}html{--mat-slider-active-track-color: #0052a5;--mat-slider-focus-handle-color: #0052a5;--mat-slider-handle-color: #0052a5;--mat-slider-hover-handle-color: #0052a5;--mat-slider-focus-state-layer-color: color-mix(in srgb, #0052a5 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #0052a5 4%, transparent);--mat-slider-inactive-track-color: #0052a5;--mat-slider-ripple-color: #0052a5;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #0052a5;--mat-slider-disabled-active-track-color: rgba(0, 0, 0, .87);--mat-slider-disabled-handle-color: rgba(0, 0, 0, .87);--mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, .87);--mat-slider-label-container-color: #424242;--mat-slider-label-label-text-color: white;--mat-slider-value-indicator-opacity: 1;--mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, .87);--mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, .87)}.mat-accent{--mat-slider-active-track-color: #767676;--mat-slider-focus-handle-color: #767676;--mat-slider-handle-color: #767676;--mat-slider-hover-handle-color: #767676;--mat-slider-focus-state-layer-color: color-mix(in srgb, #767676 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #767676 4%, transparent);--mat-slider-inactive-track-color: #767676;--mat-slider-ripple-color: #767676;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #767676}.mat-warn{--mat-slider-active-track-color: #d5233f;--mat-slider-focus-handle-color: #d5233f;--mat-slider-handle-color: #d5233f;--mat-slider-hover-handle-color: #d5233f;--mat-slider-focus-state-layer-color: color-mix(in srgb, #d5233f 12%, transparent);--mat-slider-hover-state-layer-color: color-mix(in srgb, #d5233f 4%, transparent);--mat-slider-inactive-track-color: #d5233f;--mat-slider-ripple-color: #d5233f;--mat-slider-with-tick-marks-active-container-color: white;--mat-slider-with-tick-marks-inactive-container-color: #d5233f}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px;--mat-list-list-item-container-shape: 0;--mat-list-list-item-leading-avatar-shape: 50%;--mat-list-list-item-container-color: transparent;--mat-list-list-item-selected-container-color: transparent;--mat-list-list-item-leading-avatar-color: transparent;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-disabled-state-layer-color: transparent;--mat-list-list-item-disabled-state-layer-opacity: 0;--mat-list-list-item-disabled-label-text-opacity: .38;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .54);--mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-hover-state-layer-opacity: .04;--mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .54);--mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-checked-ripple-color: #0052a5;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #0052a5;--mat-radio-selected-hover-icon-color: #0052a5;--mat-radio-selected-icon-color: #0052a5;--mat-radio-selected-pressed-icon-color: #0052a5;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mat-radio-checked-ripple-color: #767676;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #767676;--mat-radio-selected-hover-icon-color: #767676;--mat-radio-selected-icon-color: #767676;--mat-radio-selected-pressed-icon-color: #767676;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mat-radio-checked-ripple-color: #d5233f;--mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, .87);--mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, .87);--mat-radio-label-text-color: rgba(0, 0, 0, .87);--mat-radio-ripple-color: rgba(0, 0, 0, .87);--mat-radio-selected-focus-icon-color: #d5233f;--mat-radio-selected-hover-icon-color: #d5233f;--mat-radio-selected-icon-color: #d5233f;--mat-radio-selected-pressed-icon-color: #d5233f;--mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #0052a5;--mat-checkbox-selected-hover-icon-color: #0052a5;--mat-checkbox-selected-icon-color: #0052a5;--mat-checkbox-selected-pressed-icon-color: #0052a5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #0052a5;--mat-checkbox-selected-hover-state-layer-color: #0052a5;--mat-checkbox-selected-pressed-state-layer-color: #0052a5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-accent{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #767676;--mat-checkbox-selected-hover-icon-color: #767676;--mat-checkbox-selected-icon-color: #767676;--mat-checkbox-selected-pressed-icon-color: #767676;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #767676;--mat-checkbox-selected-hover-state-layer-color: #767676;--mat-checkbox-selected-pressed-state-layer-color: #767676;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-option.mat-warn{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #d5233f;--mat-checkbox-selected-hover-icon-color: #d5233f;--mat-checkbox-selected-icon-color: #d5233f;--mat-checkbox-selected-pressed-icon-color: #d5233f;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #d5233f;--mat-checkbox-selected-hover-state-layer-color: #d5233f;--mat-checkbox-selected-pressed-state-layer-color: #d5233f;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#0052a5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px}.mdc-list-item__start,.mdc-list-item__end{--mat-radio-state-layer-size: 40px;--mat-radio-touch-target-display: block}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}html{--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block}html{--mat-tab-container-height: 48px;--mat-tab-divider-color: transparent;--mat-tab-divider-height: 0;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #0052a5;--mat-tab-active-ripple-color: #0052a5;--mat-tab-inactive-ripple-color: #0052a5;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #0052a5;--mat-tab-active-hover-label-text-color: #0052a5;--mat-tab-active-focus-indicator-color: #0052a5;--mat-tab-active-hover-indicator-color: #0052a5;--mat-tab-active-indicator-color: #0052a5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #767676;--mat-tab-active-ripple-color: #767676;--mat-tab-inactive-ripple-color: #767676;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #767676;--mat-tab-active-hover-label-text-color: #767676;--mat-tab-active-focus-indicator-color: #767676;--mat-tab-active-hover-indicator-color: #767676;--mat-tab-active-indicator-color: #767676}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-disabled-ripple-color: rgba(0, 0, 0, .54);--mat-tab-pagination-icon-color: rgba(0, 0, 0, .87);--mat-tab-inactive-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-label-text-color: #d5233f;--mat-tab-active-ripple-color: #d5233f;--mat-tab-inactive-ripple-color: #d5233f;--mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, .54);--mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, .54);--mat-tab-active-focus-label-text-color: #d5233f;--mat-tab-active-hover-label-text-color: #d5233f;--mat-tab-active-focus-indicator-color: #d5233f;--mat-tab-active-hover-indicator-color: #d5233f;--mat-tab-active-indicator-color: #d5233f}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-background-color: #0052a5;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-background-color: #767676;--mat-tab-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-background-color: #d5233f;--mat-tab-foreground-color: white}.mat-mdc-tab-header{--mat-tab-container-height: 48px}html{--mat-checkbox-disabled-selected-checkmark-color: white;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .04;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .04;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px}html{--mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87);--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #767676;--mat-checkbox-selected-hover-icon-color: #767676;--mat-checkbox-selected-icon-color: #767676;--mat-checkbox-selected-pressed-icon-color: #767676;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #767676;--mat-checkbox-selected-hover-state-layer-color: #767676;--mat-checkbox-selected-pressed-state-layer-color: #767676;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #0052a5;--mat-checkbox-selected-hover-icon-color: #0052a5;--mat-checkbox-selected-icon-color: #0052a5;--mat-checkbox-selected-pressed-icon-color: #0052a5;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #0052a5;--mat-checkbox-selected-hover-state-layer-color: #0052a5;--mat-checkbox-selected-pressed-state-layer-color: #0052a5;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-warn{--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-checkbox-selected-checkmark-color: white;--mat-checkbox-selected-focus-icon-color: #d5233f;--mat-checkbox-selected-hover-icon-color: #d5233f;--mat-checkbox-selected-icon-color: #d5233f;--mat-checkbox-selected-pressed-icon-color: #d5233f;--mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-checkbox-selected-focus-state-layer-color: #d5233f;--mat-checkbox-selected-hover-state-layer-color: #d5233f;--mat-checkbox-selected-pressed-state-layer-color: #d5233f;--mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, .87);--mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, .87)}html{--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px}html{--mat-button-filled-container-shape: 4px;--mat-button-filled-horizontal-padding: 16px;--mat-button-filled-icon-offset: -4px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 4px;--mat-button-outlined-horizontal-padding: 15px;--mat-button-outlined-icon-offset: -4px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-keep-touch-target: false;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-button-protected-container-shape: 4px;--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-horizontal-padding: 16px;--mat-button-protected-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-button-protected-icon-offset: -4px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 4px;--mat-button-text-horizontal-padding: 8px;--mat-button-text-icon-offset: 0;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 8px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 4px;--mat-button-tonal-horizontal-padding: 16px;--mat-button-tonal-icon-offset: -4px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px}html{--mat-button-filled-container-color: white;--mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .04;--mat-button-filled-label-text-color: rgba(0, 0, 0, .87);--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-filled-state-layer-color: rgba(0, 0, 0, .87);--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .04;--mat-button-outlined-label-text-color: rgba(0, 0, 0, .87);--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-outlined-state-layer-color: rgba(0, 0, 0, .87);--mat-button-protected-container-color: white;--mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-state-layer-opacity: .04;--mat-button-protected-label-text-color: rgba(0, 0, 0, .87);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-protected-state-layer-color: rgba(0, 0, 0, .87);--mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .04;--mat-button-text-label-text-color: rgba(0, 0, 0, .87);--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-text-state-layer-color: rgba(0, 0, 0, .87);--mat-button-tonal-container-color: white;--mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .04;--mat-button-tonal-label-text-color: rgba(0, 0, 0, .87);--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-tonal-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-tonal-button.mat-primary{--mat-button-filled-container-color: #0052a5;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #0052a5;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #0052a5 12%, transparent);--mat-button-outlined-state-layer-color: #0052a5;--mat-button-protected-container-color: #0052a5;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #0052a5;--mat-button-text-ripple-color: color-mix(in srgb, #0052a5 12%, transparent);--mat-button-text-state-layer-color: #0052a5;--mat-button-tonal-container-color: #0052a5;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-accent,.mat-mdc-outlined-button.mat-accent,.mat-tonal-button.mat-accent{--mat-button-filled-container-color: #767676;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #767676;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #767676 12%, transparent);--mat-button-outlined-state-layer-color: #767676;--mat-button-protected-container-color: #767676;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #767676;--mat-button-text-ripple-color: color-mix(in srgb, #767676 12%, transparent);--mat-button-text-state-layer-color: #767676;--mat-button-tonal-container-color: #767676;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}.mat-mdc-button.mat-warn,.mat-mdc-unelevated-button.mat-warn,.mat-mdc-raised-button.mat-warn,.mat-mdc-outlined-button.mat-warn,.mat-tonal-button.mat-warn{--mat-button-filled-container-color: #d5233f;--mat-button-filled-label-text-color: white;--mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-filled-state-layer-color: white;--mat-button-outlined-label-text-color: #d5233f;--mat-button-outlined-outline-color: rgba(0, 0, 0, .12);--mat-button-outlined-ripple-color: color-mix(in srgb, #d5233f 12%, transparent);--mat-button-outlined-state-layer-color: #d5233f;--mat-button-protected-container-color: #d5233f;--mat-button-protected-label-text-color: white;--mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-protected-state-layer-color: white;--mat-button-text-label-text-color: #d5233f;--mat-button-text-ripple-color: color-mix(in srgb, #d5233f 12%, transparent);--mat-button-text-state-layer-color: #d5233f;--mat-button-tonal-container-color: #d5233f;--mat-button-tonal-label-text-color: white;--mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-button-tonal-state-layer-color: white}html{--mat-button-filled-container-height: 36px;--mat-button-filled-touch-target-display: block;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-protected-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block}html{--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 50%;--mat-icon-button-touch-target-size: 48px}html{--mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-icon-color: inherit;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-icon-button-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-icon-button.mat-primary{--mat-icon-button-icon-color: #0052a5;--mat-icon-button-state-layer-color: #0052a5;--mat-icon-button-ripple-color: color-mix(in srgb, #0052a5 12%, transparent)}.mat-mdc-icon-button.mat-accent{--mat-icon-button-icon-color: #767676;--mat-icon-button-state-layer-color: #767676;--mat-icon-button-ripple-color: color-mix(in srgb, #767676 12%, transparent)}.mat-mdc-icon-button.mat-warn{--mat-icon-button-icon-color: #d5233f;--mat-icon-button-state-layer-color: #d5233f;--mat-icon-button-ripple-color: color-mix(in srgb, #d5233f 12%, transparent)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;--mat-icon-button-state-layer-size: 48px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:12px}html{--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-container-shape: 50%;--mat-fab-touch-target-size: 48px;--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-container-height: 48px;--mat-fab-extended-container-shape: 24px;--mat-fab-extended-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-container-shape: 50%;--mat-fab-small-touch-target-size: 48px;--mat-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12)}html{--mat-fab-container-color: white;--mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: rgba(0, 0, 0, .87);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-container-color: white;--mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, .54);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: rgba(0, 0, 0, .87);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-fab-small-state-layer-color: rgba(0, 0, 0, .87);--mat-fab-state-layer-color: rgba(0, 0, 0, .87)}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mat-fab-container-color: #0052a5;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #0052a5 12%, transparent);--mat-fab-small-container-color: #0052a5;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mat-fab-container-color: #767676;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #767676 12%, transparent);--mat-fab-small-container-color: #767676;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-fab-container-color: #d5233f;--mat-fab-foreground-color: white;--mat-fab-ripple-color: color-mix(in srgb, #d5233f 12%, transparent);--mat-fab-small-container-color: #d5233f;--mat-fab-small-foreground-color: white;--mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);--mat-fab-small-state-layer-color: white;--mat-fab-state-layer-color: white}html{--mat-fab-small-touch-target-display: block;--mat-fab-touch-target-display: block}html{--mat-snack-bar-container-shape: 4px}html{--mat-snack-bar-container-color: #424242;--mat-snack-bar-supporting-text-color: white;--mat-snack-bar-button-color: #0086ff}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-size: 48px}html{--mat-progress-spinner-active-indicator-color: #0052a5}.mat-accent{--mat-progress-spinner-active-indicator-color: #767676}.mat-warn{--mat-progress-spinner-active-indicator-color: #d5233f}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #0052a5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent)}.mat-badge-accent{--mat-badge-background-color: #767676;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #d5233f;--mat-badge-text-color: white}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .04;--mat-button-toggle-legacy-focus-state-layer-opacity: 1;--mat-button-toggle-legacy-height: 36px;--mat-button-toggle-legacy-shape: 2px;--mat-button-toggle-shape: 4px}html{--mat-button-toggle-background-color: white;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-disabled-state-background-color: white;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-divider-color: rgba(0, 0, 0, .12);--mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-disabled-state-background-color: white;--mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-legacy-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-button-toggle-state-layer-color: rgba(0, 0, 0, .87);--mat-button-toggle-text-color: rgba(0, 0, 0, .87)}html{--mat-button-toggle-height: 48px}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12)}html{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #0052a5 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #767676 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #0052a5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #0052a5 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #0052a5 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #0052a5 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #0052a5;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent,.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #767676 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #767676 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #767676;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #767676 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #767676 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #767676 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #767676;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-warn,.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #d5233f 20%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #767676 20%, transparent);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #d5233f;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #d5233f 38%, transparent);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #d5233f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #d5233f 4%, transparent);--mat-datepicker-toggle-active-state-icon-color: #d5233f;--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .54);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;--mat-icon-button-state-layer-size: 40px;width:var(--mat-icon-button-state-layer-size);height:var(--mat-icon-button-state-layer-size);padding:8px}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, .87) 38%, transparent);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #0052a5}.mat-icon.mat-accent{--mat-icon-color: #767676}.mat-icon.mat-warn{--mat-icon-color: #d5233f}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-focus-state-layer-shape: 0;--mat-stepper-header-hover-state-layer-shape: 0}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #0052a5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #0052a5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #0052a5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 4%, transparent);--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, .87) 12%, transparent);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #d5233f;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #d5233f;--mat-stepper-header-error-state-icon-background-color: transparent}.mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #767676;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #767676;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #767676;--mat-stepper-header-edit-state-icon-foreground-color: white}.mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #d5233f;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #d5233f;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #d5233f;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-sort-arrow-color: rgba(0, 0, 0, .87)}html{--mat-toolbar-container-background-color: white;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #0052a5;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #767676;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #d5233f;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12)}html{--mat-timepicker-container-background-color: white}.pagination mat-form-field{background-color:#fff}.pagination mat-form-field.mat-focused{outline:1px solid var(--p-paginator-nav-button-selected-background);outline-offset:3px;border-radius:4px}.mdc-menu-surface--open{padding:.5rem .25rem!important;display:flex;flex-direction:column;gap:.25rem}mat-option.mat-mdc-option:hover:not(.mdc-list-item--disabled),mat-option.mat-mdc-option-active{background-color:var(--p-paginator-nav-button-selected-background)!important;border-radius:4px!important}mat-option.mat-mdc-option:hover:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,mat-option.mat-mdc-option-active .mdc-list-item__primary-text{color:#fff!important;font-weight:600}mat-option.mdc-list-item--selected{background:var(--p-paginator-nav-button-selected-background)!important;border-radius:4px!important}mat-option.mdc-list-item--selected .mdc-list-item__primary-text{color:#fff!important;font-weight:600}a.mogp-link{display:inline-block;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;padding:.75rem 1.25rem;background-color:transparent;color:#0452a8;border:none;outline:none;box-shadow:inset 0 0 0 1px #0452a8;border-radius:4px;font-weight:700}a.mogp-link:hover{text-decoration:none;color:#063477;box-shadow:inset 0 0 0 1px #063477}a.mogp-link.mobile-wide{width:100%}@media screen and (min-width:768px){a.mogp-link.mobile-wide{width:auto}}@layer base{h1,h2,h3,h4,h5,h6{margin:0}h1{font-size:1.5rem;font-weight:700;line-height:2rem}h2{font-size:1.25rem;font-weight:700;line-height:1.625rem}h3,h4,h5,h6{font-size:1rem;font-weight:700;line-height:1.625rem}p{font-size:1rem;font-weight:400;line-height:1.625rem}p a{font-weight:600}a{color:var(--gov-color-endeavour);font-size:1rem;text-decoration:none}a:hover{text-decoration:underline}}:root{--gds-color-black: #000000;--gds-color-blue-10: #f2f8ff;--gds-color-blue-100: #0069dd;--gds-color-blue-20: #e7f2ff;--gds-color-blue-200: #0059bc;--gds-color-blue-30: #bbdbff;--gds-color-blue-300: #004ea4;--gds-color-blue-40: #75b7ff;--gds-color-blue-400: #003978;--gds-color-blue-500: #002650;--gds-color-blue-60: #4097f5;--gds-color-blue-80: #1a7eec;--gds-color-cobalt-10: #f4f6fb;--gds-color-cobalt-100: #0452a8;--gds-color-cobalt-20: #ddebfb;--gds-color-cobalt-200: #063477;--gds-color-cobalt-30: #bcd9f9;--gds-color-cobalt-300: #062256;--gds-color-cobalt-40: #9dc3ee;--gds-color-cobalt-400: #05163e;--gds-color-cobalt-500: #030b28;--gds-color-cobalt-60: #5094df;--gds-color-cobalt-80: #1f71cc;--gds-color-green-10: #f7fdf0;--gds-color-green-100: #317c26;--gds-color-green-20: #eefae1;--gds-color-green-200: #115a22;--gds-color-green-30: #dff4c6;--gds-color-green-300: #064720;--gds-color-green-40: #cfeab0;--gds-color-green-400: #053c1b;--gds-color-green-500: #033017;--gds-color-green-60: #b7da8e;--gds-color-green-80: #74b05b;--gds-color-grey-10: #f6f8f9;--gds-color-grey-100: #656a75;--gds-color-grey-20: #eff1f3;--gds-color-grey-200: #52575f;--gds-color-grey-30: #e7eaed;--gds-color-grey-300: #34383f;--gds-color-grey-40: #d0d4db;--gds-color-grey-400: #1f2328;--gds-color-grey-60: #a4aab2;--gds-color-grey-80: #808893;--gds-color-grey-500: #101317;--gds-color-orange-10: #fff9eb;--gds-color-orange-100: #ae5e00;--gds-color-orange-20: #fdf1d2;--gds-color-orange-200: #924e00;--gds-color-orange-30: #ffe6b7;--gds-color-orange-300: #7c4300;--gds-color-orange-40: #ffc672;--gds-color-orange-400: #543000;--gds-color-orange-500: #2e1c00;--gds-color-orange-60: #f9961f;--gds-color-orange-80: #dc7606;--gds-color-plum-10: #e6e7f8;--gds-color-plum-100: #4b50c5;--gds-color-plum-20: #d5d8f5;--gds-color-plum-200: #3d47ad;--gds-color-plum-30: #b1b7ec;--gds-color-plum-300: #373e8d;--gds-color-plum-40: #a0a7e3;--gds-color-plum-400: #313478;--gds-color-plum-500: #222458;--gds-color-plum-60: #7f8bdd;--gds-color-plum-80: #5762d5;--gds-color-red-10: #fdfbfa;--gds-color-red-100: #cd3214;--gds-color-red-20: #f9f1f0;--gds-color-red-200: #a12408;--gds-color-red-30: #f4dfdc;--gds-color-red-300: #7c1502;--gds-color-red-40: #f1c0b9;--gds-color-red-400: #5c0e01;--gds-color-red-500: #430600;--gds-color-red-60: #f48e81;--gds-color-red-80: #f95030;--gds-color-ruby-10: #fff4f6;--gds-color-ruby-100: #d4213d;--gds-color-ruby-20: #ffecef;--gds-color-ruby-200: #b90f29;--gds-color-ruby-30: #fcd9df;--gds-color-ruby-300: #94071d;--gds-color-ruby-40: #f8b9c3;--gds-color-ruby-400: #660615;--gds-color-ruby-500: #39020b;--gds-color-ruby-60: #f27f91;--gds-color-ruby-80: #ee3955;--gds-color-sea-10: #f2fbfe;--gds-color-sea-100: #1670b7;--gds-color-sea-20: #e2f7fe;--gds-color-sea-200: #0a4f8c;--gds-color-sea-30: #c8eefd;--gds-color-sea-300: #0e3d72;--gds-color-sea-40: #84daff;--gds-color-sea-400: #092b54;--gds-color-sea-60: #20bcff;--gds-color-sea-80: #1789d6;--gds-color-sea-500: #031a35;--gds-color-silver-10: #f3f8fd;--gds-color-silver-100: #4e6a9a;--gds-color-silver-20: #e6eef6;--gds-color-silver-200: #3f5482;--gds-color-silver-30: #d3dfed;--gds-color-silver-300: #313f68;--gds-color-silver-40: #b0c8e1;--gds-color-silver-400: #252d4d;--gds-color-silver-500: #141a33;--gds-color-silver-60: #799bc3;--gds-color-silver-80: #6183af;--gds-color-yellow-100: #ffdd00;--gds-color-white: #ffffff;--gds-color-grey-100-alpha-10: rgba(101, 106, 117, .1);--gds-color-grey-100-alpha-35: rgba(101, 106, 117, .35);--gds-color-red-100-alpha-10: rgba(205, 50, 20, .1);--gds-color-red-100-alpha-35: rgba(205, 50, 20, .35);--gds-color-background-opposite-main: var(--gds-color-white);--gds-color-background-opposite-state-main-enabled: var(--gds-color-white);--gds-color-background-opposite-state-alternative-main-hover: var(--gds-color-grey-10);--gds-color-background-opposite-state-main-activated: var(--gds-color-white);--gds-color-background-opposite-state-main-hover: var(--gds-color-white);--gds-color-background-opposite-state-main-pressed: var(--gds-color-white);--gds-color-background-standard-state-readonly: var(--gds-color-grey-10);--gds-color-background-standard-state-disabled: var(--gds-color-grey-10);--gds-color-background-accessibility-state-primary-main-focused: var(--gds-color-black);--gds-color-background-accessibility-state-secondary-main-focused: var(--gds-color-yellow-100);--gds-color-background-brand-state-primary-bolder-enabled: var(--gds-color-cobalt-100);--gds-color-background-brand-state-primary-bolder-activated: var(--gds-color-cobalt-100);--gds-color-background-brand-primary-weakest: var(--gds-color-cobalt-10);--gds-color-background-brand-state-primary-bolder-hover: var(--gds-color-cobalt-200);--gds-color-background-brand-state-primary-bolder-pressed: var(--gds-color-cobalt-300);--gds-color-background-status-danger-weaker: var(--gds-color-red-20);--gds-color-background-status-success-weaker: var(--gds-color-green-20);--gds-color-background-status-informative-weaker: var(--gds-color-blue-20);--gds-color-background-status-warning-weaker: var(--gds-color-orange-20);--gds-color-text-opposite-main: var(--gds-color-white);--gds-color-text-opposite-state-main-enabled: var(--gds-color-white);--gds-color-text-standard-boldest: var(--gds-color-grey-500);--gds-color-text-standard-state-readonly: var(--gds-color-grey-200);--gds-color-text-accessibility-state-primary-main-focused: var(--gds-color-cobalt-100);--gds-color-text-brand-state-primary-weak-enabled: var(--gds-color-cobalt-100);--gds-color-text-status-danger-boldest: var(--gds-color-red-500);--gds-color-text-opposite-state-main-activated: var(--gds-color-white);--gds-color-text-opposite-state-main-hover: var(--gds-color-white);--gds-color-text-opposite-state-main-pressed: var(--gds-color-white);--gds-color-text-standard-bolder: var(--gds-color-grey-400);--gds-color-text-standard-bold: var(--gds-color-grey-300);--gds-color-text-standard-middle: var(--gds-color-grey-200);--gds-color-text-standard-weak: var(--gds-color-grey-100);--gds-color-text-standard-state-disabled: var(--gds-color-grey-60);--gds-color-text-standard-state-boldest-enabled: var(--gds-color-grey-500);--gds-color-text-standard-state-boldest-hover: var(--gds-color-grey-400);--gds-color-text-standard-state-boldest-pressed: var(--gds-color-grey-300);--gds-color-text-standard-state-boldest-activated: var(--gds-color-grey-500);--gds-color-text-accessibility-state-secondary-main-focused: var(--gds-color-yellow-100);--gds-color-text-brand-state-primary-weak-activated: var(--gds-color-cobalt-100);--gds-color-text-brand-state-primary-weak-hover: var(--gds-color-cobalt-200);--gds-color-text-brand-state-primary-weak-pressed: var(--gds-color-cobalt-300);--gds-color-text-status-danger-bolder: var(--gds-color-red-400);--gds-color-text-status-danger-middle: var(--gds-color-red-200);--gds-color-text-status-success-boldest: var(--gds-color-green-500);--gds-color-text-status-success-bolder: var(--gds-color-green-400);--gds-color-text-status-informative-boldest: var(--gds-color-blue-500);--gds-color-text-status-informative-bolder: var(--gds-color-blue-400);--gds-color-text-status-warning-boldest: var(--gds-color-orange-500);--gds-color-text-status-warning-bolder: var(--gds-color-orange-400);--gds-color-icon-opposite-main: var(--gds-color-white);--gds-color-icon-opposite-state-main-enabled: var(--gds-color-white);--gds-color-icon-standard-bolder: var(--gds-color-grey-400);--gds-color-icon-standard-state-readonly: var(--gds-color-grey-200);--gds-color-icon-accessibility-state-primary-main-focused: var(--gds-color-black);--gds-color-icon-brand-state-primary-weak-enabled: var(--gds-color-cobalt-100);--gds-color-icon-status-danger-middle: var(--gds-color-red-200);--gds-color-icon-opposite-state-main-activated: var(--gds-color-white);--gds-color-icon-opposite-state-main-hover: var(--gds-color-white);--gds-color-icon-opposite-state-main-pressed: var(--gds-color-white);--gds-color-icon-standard-middle: var(--gds-color-grey-200);--gds-color-icon-standard-weak: var(--gds-color-grey-100);--gds-color-icon-standard-state-disabled: var(--gds-color-grey-60);--gds-color-icon-accessibility-state-secondary-main-focused: var(--gds-color-yellow-100);--gds-color-icon-brand-state-primary-weak-activated: var(--gds-color-cobalt-100);--gds-color-icon-brand-state-primary-weak-hover: var(--gds-color-cobalt-200);--gds-color-icon-brand-state-primary-weak-pressed: var(--gds-color-cobalt-300);--gds-color-icon-status-success-middle: var(--gds-color-green-200);--gds-color-icon-status-informative-middle: var(--gds-color-blue-200);--gds-color-icon-status-warning-middle: var(--gds-color-orange-200);--gds-color-border-standard-state-readonly: var(--gds-color-grey-40);--gds-color-border-accessibility-state-primary-main-focused: var(--gds-color-cobalt-100);--gds-color-border-brand-state-primary-bolder-enabled: var(--gds-color-cobalt-100);--gds-color-border-standard-state-disabled: var(--gds-color-grey-20);--gds-color-border-standard-state-bold-enabled: var(--gds-color-grey-80);--gds-color-border-accessibility-state-secondary-main-focused: var(--gds-color-white);--gds-color-border-brand-state-primary-bolder-activated: var(--gds-color-cobalt-100);--gds-color-border-brand-state-primary-bolder-hover: var(--gds-color-cobalt-200);--gds-color-border-brand-state-primary-bolder-pressed: var(--gds-color-cobalt-300);--gds-color-border-status-state-danger-bolder-activated: var(--gds-color-red-100);--gds-color-border-status-state-danger-bolder-hover: var(--gds-color-red-200);--gds-color-border-status-state-danger-bolder-pressed: var(--gds-color-red-300);--gds-color-text-status-danger-bold: var(--gds-color-red-300);--gds-color-text-status-success-bold: var(--gds-color-green-300);--gds-color-text-status-informative-bold: var(--gds-color-blue-300);--gds-color-text-status-warning-bold: var(--gds-color-orange-300);--gds-color-icon-standard-bold: var(--gds-color-grey-300);--gds-color-icon-brand-primary-weak: var(--gds-color-cobalt-100);--gds-color-icon-status-state-danger-weak-enabled: var(--gds-color-red-100);--gds-color-icon-status-state-danger-weak-hover: var(--gds-color-red-200);--gds-color-background-standard-boldest: var(--gds-color-grey-500);--gds-color-background-standard-weaker: var(--gds-color-grey-20);--gds-color-background-standard-weakest: var(--gds-color-grey-10);--gds-color-background-brand-primary-bolder: var(--gds-color-cobalt-100);--gds-color-background-brand-state-primary-weak-enabled: var(--gds-color-cobalt-40);--gds-color-background-brand-state-primary-weak-hover: var(--gds-color-cobalt-60);--gds-color-background-brand-state-primary-weakest-hover: var(--gds-color-cobalt-20);--gds-color-background-status-danger-bolder: var(--gds-color-red-100);--gds-color-background-status-success-bolder: var(--gds-color-green-100);--gds-color-background-status-informative-bolder: var(--gds-color-blue-100);--gds-color-background-status-warning-bolder: var(--gds-color-orange-100);--gds-color-background-status-state-danger-bolder-enabled: var(--gds-color-red-100);--gds-color-background-status-state-danger-bolder-activated: var(--gds-color-red-100);--gds-color-background-status-state-danger-bolder-hover: var(--gds-color-red-200);--gds-color-background-status-state-danger-bolder-pressed: var(--gds-color-red-300);--gds-color-border-standard-weaker: var(--gds-color-grey-20);--gds-color-border-status-state-danger-bolder-enabled: var(--gds-color-red-100);--gds-color-border-standard-weak: var(--gds-color-grey-40);--gds-color-border-status-danger-bolder: var(--gds-color-red-100);--gds-color-border-standard-state-bolder-hover: var(--gds-color-grey-400);--gds-color-border-brand-state-primary-bolder-dragged: var(--gds-color-cobalt-200);--gds-color-background-brand-state-primary-weakest-dragged: var(--gds-color-cobalt-20);--gov-color-endeavour: #0052a5;--gov-color-blue: #014a93;--gov-color-endeavour-rgb: 0, 82, 165;--gov-color-endeavour-hover: #006cd7;--gov-color-endeavour-active: #0086ff;--gov-color-endeavour-light: #1963ae;--gov-color-pale-blue-gray: #90b4d4;--gov-color-cardinal: #d5233f;--gov-color-cardinal-light: #fbe9ec;--gov-color-orange: #e06533;--gov-color-gold: #eba828;--gov-color-green: #598527;--gov-color-green-check: #517f2c;--gov-color-black: #000000;--gov-color-almost-black: #1d1d1d;--gov-color-white: #ffffff;--gov-color-white-2: #f9f9f9;--gov-color-white-3: #dddddd;--gov-color-grey: #767676;--gov-color-grey-2: #9f9f9f;--gov-color-label: #4a4a4a;--gov-color-grey-rgb: 118, 118, 118;--gov-color-white-alpha-95: #fffffff2;--gov-color-white-hover: #ffffffe6;--gov-color-white-active: #ffffffd9;--gov-color-white-inverted-hover: #ffffff1a;--gov-color-white-inverted-active: #ffffff26;--gov-color-list-hover: #f5f9fd;--gov-color-background: #f0f5fa;--gov-color-background-cancel: rgba(0, 82, 165, .05);--gov-color-background-hover-cardinal: #fcedf0;--gov-color-background-hover-success: #edf9eb;--gov-color-background-success: #d6f6d5;--gov-color-background-hover: #e6eef6;--gov-color-background-active: #e0eaf4;--gov-color-background-disabled: #f9f9f9;--gov-color-background-select-active: #f3f8fd;--gov-color-background-progress-bar: #f1f1f1;--gov-color-background-progress-bar-value: #0052a5;--gov-color-text: #393939;--gov-color-text-description: #80a9d2;--gov-color-text-disabled: #d3d3d3;--gov-color-text-placeholder: #656a75;--gov-color-text-placeholder2: #b6b6b6;--gov-color-border: #dce0e5;--gov-color-border-dash: #bfd4e9;--gov-color-blueish: #ecf1f7;--gov-color-border-line: #c9dbf0;--gov-color-icon-default: #85acd4;--gov-color-icon-hover-default: #7fa0c7;--gov-color-button-disabled-primary: #8aa3c0;--gov-color-button-disabled-secondary: #ccdced;--gov-color-scrollbar-default: var(--gov-color-icon-default);--gov-color-scrollbar-light: #d6e1ec;--gov-color-notification: var(--gov-color-green);--gov-color-box-shadow: 0 7px 10px rgba(0, 82, 165, .07);--gov-color-box-shadow-error: rgba(213, 35, 63, .35);--gov-color-divider: 1px solid var(--gov-color-divider-line);--gov-color-divider-active: 1px solid transparent;--gov-color-divider-line: #e6eef6;--gov-color-background-backdrop: rgba(0, 82, 165, .75)}:root{--gds-spacing-25: .125rem;--gds-spacing-50: .25rem;--gds-spacing-100: .5rem;--gds-spacing-150: .75rem;--gds-spacing-200: 1rem;--gds-spacing-250: 1.25rem;--gds-spacing-300: 1.5rem;--gds-spacing-400: 2rem;--gds-spacing-500: 2.5rem;--gds-spacing-600: 3rem;--gds-spacing-800: 4rem;--gds-spacing-1000: 5rem;--gds-spacing-1200: 6rem;--gds-spacing-2000: 10rem}:root{--gds-radius-25: .125rem;--gds-radius-50: .25rem;--gds-radius-100: .5rem;--gds-radius-150: .75rem;--gds-radius-200: 1rem;--gds-radius-full: 100%}:root{--gds-border-width-10: .0625rem;--gds-border-width-25: .125rem}:root{--gds-elevation-shadow-raised: 0px 0px 12px var(--gds-color-grey-100-alpha-10);--gds-elevation-shadow-overlay: 0px 0px 12px var(--gds-color-grey-100-alpha-35);--gds-elevation-shadow-header: 0px 5px 12px var(--gds-color-grey-100-alpha-10);--gds-elevation-shadow-raised-error: 0px 0px 12px var(--gds-color-red-100-alpha-10);--gds-elevation-shadow-overlay-error: 0px 0px 12px var(--gds-color-red-100-alpha-35);--gds-elevation-overlay: rgba(16, 23, 19, .65)}@layer base{:root{--gds-font-family: "Open Sans", sans-serif;--gds-text-500-bold: 700 3rem/3.5rem var(--gds-font-family);--gds-text-400-bold: 700 2rem/3rem var(--gds-font-family);--gds-text-300-bold: 700 1.5rem/2rem var(--gds-font-family);--gds-text-250-bold: 700 1.25rem/1.625rem var(--gds-font-family);--gds-text-225-bold: 700 1.125rem/1.625rem var(--gds-font-family);--gds-text-200-regular: 400 1rem/1.5rem var(--gds-font-family);--gds-text-200-semibold: 600 1rem/1.5rem var(--gds-font-family);--gds-text-200-bold: 700 1rem/1.5rem var(--gds-font-family);--gds-text-175-regular: 400 .875rem/1.3125rem var(--gds-font-family);--gds-text-175-semibold: 600 .875rem/1.3125rem var(--gds-font-family);--gds-text-175-bold: 700 .875rem/1.3125rem var(--gds-font-family);--gds-text-150-regular: 400 .75rem/1.125rem var(--gds-font-family);--gds-text-150-semibold: 600 .75rem/1.125rem var(--gds-font-family);--gds-text-150-bold: 700 .75rem/1.125rem var(--gds-font-family)}:root{--gds-text-display-1-bold: var(--gds-text-500-bold);--gds-text-display-2-bold: var(--gds-text-400-bold);--gds-text-heading-1-bold: var(--gds-text-400-bold);--gds-text-heading-2-bold: var(--gds-text-300-bold);--gds-text-heading-3-bold: var(--gds-text-250-bold);--gds-text-heading-4-bold: var(--gds-text-225-bold);--gds-text-paragraph-1-regular: var(--gds-text-200-regular);--gds-text-paragraph-1-semibold: var(--gds-text-200-semibold);--gds-text-paragraph-1-bold: var(--gds-text-200-bold);--gds-text-caption-1-regular: var(--gds-text-175-regular);--gds-text-caption-1-semibold: var(--gds-text-175-semibold);--gds-text-caption-1-bold: var(--gds-text-175-bold);--gds-text-caption-2-regular: var(--gds-text-150-regular);--gds-text-caption-2-semibild: var(--gds-text-150-semibold);--gds-text-caption-2-bold: var(--gds-text-150-bold)}}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:local("OpenSans-Light"),url("./media/OpenSans-Light-S64ACDLS.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local("OpenSans-Regular"),url("./media/OpenSans-Regular-PFNGOB2K.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:500;src:local("OpenSans-Medium"),url("./media/OpenSans-Medium-KZCZ6QQ4.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:local("OpenSans-SemiBold"),url("./media/OpenSans-SemiBold-V337ZMN3.ttf") format("woff2")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local("OpenSans-Bold"),url("./media/OpenSans-Bold-4X47SGAL.ttf") format("woff2")}@font-face{font-family:Lato;font-style:normal;font-weight:300;src:local("Lato-Light"),url("./media/Lato-Light-X3DPBLSO.ttf") format("woff2")}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:local("Lato-Regular"),url("./media/Lato-Regular-IKI7JDBO.ttf") format("woff2")}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:local("Lato-Bold"),url("./media/Lato-Bold-FQAMFF6T.ttf") format("woff2")}:root{--gov-font-family: "Open Sans", sans-serif}.gds-row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.gds-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.gds-col{flex:1 0 0}.gds-row-cols-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-1>*{flex:0 0 auto;width:100%}.gds-row-cols-2>*{flex:0 0 auto;width:50%}.gds-row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-4>*{flex:0 0 auto;width:25%}.gds-row-cols-5>*{flex:0 0 auto;width:20%}.gds-row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-auto{flex:0 0 auto;width:auto}.gds-col-1{flex:0 0 auto;width:8.33333333%}.gds-col-2{flex:0 0 auto;width:16.66666667%}.gds-col-3{flex:0 0 auto;width:25%}.gds-col-4{flex:0 0 auto;width:33.33333333%}.gds-col-5{flex:0 0 auto;width:41.66666667%}.gds-col-6{flex:0 0 auto;width:50%}.gds-col-7{flex:0 0 auto;width:58.33333333%}.gds-col-8{flex:0 0 auto;width:66.66666667%}.gds-col-9{flex:0 0 auto;width:75%}.gds-col-10{flex:0 0 auto;width:83.33333333%}.gds-col-11{flex:0 0 auto;width:91.66666667%}.gds-col-12{flex:0 0 auto;width:100%}.gds-offset-1{margin-left:8.33333333%}.gds-offset-2{margin-left:16.66666667%}.gds-offset-3{margin-left:25%}.gds-offset-4{margin-left:33.33333333%}.gds-offset-5{margin-left:41.66666667%}.gds-offset-6{margin-left:50%}.gds-offset-7{margin-left:58.33333333%}.gds-offset-8{margin-left:66.66666667%}.gds-offset-9{margin-left:75%}.gds-offset-10{margin-left:83.33333333%}.gds-offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: .75rem}.g-3,.gy-3{--bs-gutter-y: .75rem}.g-4,.gx-4{--bs-gutter-x: 1rem}.g-4,.gy-4{--bs-gutter-y: 1rem}.g-5,.gx-5{--bs-gutter-x: 1.25rem}.g-5,.gy-5{--bs-gutter-y: 1.25rem}.g-6,.gx-6{--bs-gutter-x: 1.5rem}.g-6,.gy-6{--bs-gutter-y: 1.5rem}.g-7,.gx-7{--bs-gutter-x: 1.75rem}.g-7,.gy-7{--bs-gutter-y: 1.75rem}.g-8,.gx-8{--bs-gutter-x: 2rem}.g-8,.gy-8{--bs-gutter-y: 2rem}.g-9,.gx-9{--bs-gutter-x: 2.25rem}.g-9,.gy-9{--bs-gutter-y: 2.25rem}.g-10,.gx-10{--bs-gutter-x: 2.5rem}.g-10,.gy-10{--bs-gutter-y: 2.5rem}.g-11,.gx-11{--bs-gutter-x: 2.75rem}.g-11,.gy-11{--bs-gutter-y: 2.75rem}.g-12,.gx-12{--bs-gutter-x: 3rem}.g-12,.gy-12{--bs-gutter-y: 3rem}.g-13,.gx-13{--bs-gutter-x: 3.25rem}.g-13,.gy-13{--bs-gutter-y: 3.25rem}.g-14,.gx-14{--bs-gutter-x: 3.5rem}.g-14,.gy-14{--bs-gutter-y: 3.5rem}.g-15,.gx-15{--bs-gutter-x: 3.75rem}.g-15,.gy-15{--bs-gutter-y: 3.75rem}.g-16,.gx-16{--bs-gutter-x: 4rem}.g-16,.gy-16{--bs-gutter-y: 4rem}.g-17,.gx-17{--bs-gutter-x: 4.25rem}.g-17,.gy-17{--bs-gutter-y: 4.25rem}.g-18,.gx-18{--bs-gutter-x: 4.5rem}.g-18,.gy-18{--bs-gutter-y: 4.5rem}.g-19,.gx-19{--bs-gutter-x: 4.75rem}.g-19,.gy-19{--bs-gutter-y: 4.75rem}.g-20,.gx-20{--bs-gutter-x: 5rem}.g-20,.gy-20{--bs-gutter-y: 5rem}@media(min-width:394px){.gds-col-xs{flex:1 0 0}.gds-row-cols-xs-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-xs-1>*{flex:0 0 auto;width:100%}.gds-row-cols-xs-2>*{flex:0 0 auto;width:50%}.gds-row-cols-xs-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-xs-4>*{flex:0 0 auto;width:25%}.gds-row-cols-xs-5>*{flex:0 0 auto;width:20%}.gds-row-cols-xs-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-xs-auto{flex:0 0 auto;width:auto}.gds-col-xs-1{flex:0 0 auto;width:8.33333333%}.gds-col-xs-2{flex:0 0 auto;width:16.66666667%}.gds-col-xs-3{flex:0 0 auto;width:25%}.gds-col-xs-4{flex:0 0 auto;width:33.33333333%}.gds-col-xs-5{flex:0 0 auto;width:41.66666667%}.gds-col-xs-6{flex:0 0 auto;width:50%}.gds-col-xs-7{flex:0 0 auto;width:58.33333333%}.gds-col-xs-8{flex:0 0 auto;width:66.66666667%}.gds-col-xs-9{flex:0 0 auto;width:75%}.gds-col-xs-10{flex:0 0 auto;width:83.33333333%}.gds-col-xs-11{flex:0 0 auto;width:91.66666667%}.gds-col-xs-12{flex:0 0 auto;width:100%}.gds-offset-xs-0{margin-left:0}.gds-offset-xs-1{margin-left:8.33333333%}.gds-offset-xs-2{margin-left:16.66666667%}.gds-offset-xs-3{margin-left:25%}.gds-offset-xs-4{margin-left:33.33333333%}.gds-offset-xs-5{margin-left:41.66666667%}.gds-offset-xs-6{margin-left:50%}.gds-offset-xs-7{margin-left:58.33333333%}.gds-offset-xs-8{margin-left:66.66666667%}.gds-offset-xs-9{margin-left:75%}.gds-offset-xs-10{margin-left:83.33333333%}.gds-offset-xs-11{margin-left:91.66666667%}.g-xs-0,.gx-xs-0{--bs-gutter-x: 0}.g-xs-0,.gy-xs-0{--bs-gutter-y: 0}.g-xs-1,.gx-xs-1{--bs-gutter-x: .25rem}.g-xs-1,.gy-xs-1{--bs-gutter-y: .25rem}.g-xs-2,.gx-xs-2{--bs-gutter-x: .5rem}.g-xs-2,.gy-xs-2{--bs-gutter-y: .5rem}.g-xs-3,.gx-xs-3{--bs-gutter-x: .75rem}.g-xs-3,.gy-xs-3{--bs-gutter-y: .75rem}.g-xs-4,.gx-xs-4{--bs-gutter-x: 1rem}.g-xs-4,.gy-xs-4{--bs-gutter-y: 1rem}.g-xs-5,.gx-xs-5{--bs-gutter-x: 1.25rem}.g-xs-5,.gy-xs-5{--bs-gutter-y: 1.25rem}.g-xs-6,.gx-xs-6{--bs-gutter-x: 1.5rem}.g-xs-6,.gy-xs-6{--bs-gutter-y: 1.5rem}.g-xs-7,.gx-xs-7{--bs-gutter-x: 1.75rem}.g-xs-7,.gy-xs-7{--bs-gutter-y: 1.75rem}.g-xs-8,.gx-xs-8{--bs-gutter-x: 2rem}.g-xs-8,.gy-xs-8{--bs-gutter-y: 2rem}.g-xs-9,.gx-xs-9{--bs-gutter-x: 2.25rem}.g-xs-9,.gy-xs-9{--bs-gutter-y: 2.25rem}.g-xs-10,.gx-xs-10{--bs-gutter-x: 2.5rem}.g-xs-10,.gy-xs-10{--bs-gutter-y: 2.5rem}.g-xs-11,.gx-xs-11{--bs-gutter-x: 2.75rem}.g-xs-11,.gy-xs-11{--bs-gutter-y: 2.75rem}.g-xs-12,.gx-xs-12{--bs-gutter-x: 3rem}.g-xs-12,.gy-xs-12{--bs-gutter-y: 3rem}.g-xs-13,.gx-xs-13{--bs-gutter-x: 3.25rem}.g-xs-13,.gy-xs-13{--bs-gutter-y: 3.25rem}.g-xs-14,.gx-xs-14{--bs-gutter-x: 3.5rem}.g-xs-14,.gy-xs-14{--bs-gutter-y: 3.5rem}.g-xs-15,.gx-xs-15{--bs-gutter-x: 3.75rem}.g-xs-15,.gy-xs-15{--bs-gutter-y: 3.75rem}.g-xs-16,.gx-xs-16{--bs-gutter-x: 4rem}.g-xs-16,.gy-xs-16{--bs-gutter-y: 4rem}.g-xs-17,.gx-xs-17{--bs-gutter-x: 4.25rem}.g-xs-17,.gy-xs-17{--bs-gutter-y: 4.25rem}.g-xs-18,.gx-xs-18{--bs-gutter-x: 4.5rem}.g-xs-18,.gy-xs-18{--bs-gutter-y: 4.5rem}.g-xs-19,.gx-xs-19{--bs-gutter-x: 4.75rem}.g-xs-19,.gy-xs-19{--bs-gutter-y: 4.75rem}.g-xs-20,.gx-xs-20{--bs-gutter-x: 5rem}.g-xs-20,.gy-xs-20{--bs-gutter-y: 5rem}}@media(min-width:576px){.gds-col-sm{flex:1 0 0}.gds-row-cols-sm-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-sm-1>*{flex:0 0 auto;width:100%}.gds-row-cols-sm-2>*{flex:0 0 auto;width:50%}.gds-row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-sm-4>*{flex:0 0 auto;width:25%}.gds-row-cols-sm-5>*{flex:0 0 auto;width:20%}.gds-row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-sm-auto{flex:0 0 auto;width:auto}.gds-col-sm-1{flex:0 0 auto;width:8.33333333%}.gds-col-sm-2{flex:0 0 auto;width:16.66666667%}.gds-col-sm-3{flex:0 0 auto;width:25%}.gds-col-sm-4{flex:0 0 auto;width:33.33333333%}.gds-col-sm-5{flex:0 0 auto;width:41.66666667%}.gds-col-sm-6{flex:0 0 auto;width:50%}.gds-col-sm-7{flex:0 0 auto;width:58.33333333%}.gds-col-sm-8{flex:0 0 auto;width:66.66666667%}.gds-col-sm-9{flex:0 0 auto;width:75%}.gds-col-sm-10{flex:0 0 auto;width:83.33333333%}.gds-col-sm-11{flex:0 0 auto;width:91.66666667%}.gds-col-sm-12{flex:0 0 auto;width:100%}.gds-offset-sm-0{margin-left:0}.gds-offset-sm-1{margin-left:8.33333333%}.gds-offset-sm-2{margin-left:16.66666667%}.gds-offset-sm-3{margin-left:25%}.gds-offset-sm-4{margin-left:33.33333333%}.gds-offset-sm-5{margin-left:41.66666667%}.gds-offset-sm-6{margin-left:50%}.gds-offset-sm-7{margin-left:58.33333333%}.gds-offset-sm-8{margin-left:66.66666667%}.gds-offset-sm-9{margin-left:75%}.gds-offset-sm-10{margin-left:83.33333333%}.gds-offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: .75rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: .75rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 1.25rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 1.25rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 1.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 1.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 1.75rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 1.75rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 2rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 2rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 2.25rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 2.25rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 2.5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 2.5rem}.g-sm-11,.gx-sm-11{--bs-gutter-x: 2.75rem}.g-sm-11,.gy-sm-11{--bs-gutter-y: 2.75rem}.g-sm-12,.gx-sm-12{--bs-gutter-x: 3rem}.g-sm-12,.gy-sm-12{--bs-gutter-y: 3rem}.g-sm-13,.gx-sm-13{--bs-gutter-x: 3.25rem}.g-sm-13,.gy-sm-13{--bs-gutter-y: 3.25rem}.g-sm-14,.gx-sm-14{--bs-gutter-x: 3.5rem}.g-sm-14,.gy-sm-14{--bs-gutter-y: 3.5rem}.g-sm-15,.gx-sm-15{--bs-gutter-x: 3.75rem}.g-sm-15,.gy-sm-15{--bs-gutter-y: 3.75rem}.g-sm-16,.gx-sm-16{--bs-gutter-x: 4rem}.g-sm-16,.gy-sm-16{--bs-gutter-y: 4rem}.g-sm-17,.gx-sm-17{--bs-gutter-x: 4.25rem}.g-sm-17,.gy-sm-17{--bs-gutter-y: 4.25rem}.g-sm-18,.gx-sm-18{--bs-gutter-x: 4.5rem}.g-sm-18,.gy-sm-18{--bs-gutter-y: 4.5rem}.g-sm-19,.gx-sm-19{--bs-gutter-x: 4.75rem}.g-sm-19,.gy-sm-19{--bs-gutter-y: 4.75rem}.g-sm-20,.gx-sm-20{--bs-gutter-x: 5rem}.g-sm-20,.gy-sm-20{--bs-gutter-y: 5rem}}@media(min-width:768px){.gds-col-md{flex:1 0 0}.gds-row-cols-md-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-md-1>*{flex:0 0 auto;width:100%}.gds-row-cols-md-2>*{flex:0 0 auto;width:50%}.gds-row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-md-4>*{flex:0 0 auto;width:25%}.gds-row-cols-md-5>*{flex:0 0 auto;width:20%}.gds-row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-md-auto{flex:0 0 auto;width:auto}.gds-col-md-1{flex:0 0 auto;width:8.33333333%}.gds-col-md-2{flex:0 0 auto;width:16.66666667%}.gds-col-md-3{flex:0 0 auto;width:25%}.gds-col-md-4{flex:0 0 auto;width:33.33333333%}.gds-col-md-5{flex:0 0 auto;width:41.66666667%}.gds-col-md-6{flex:0 0 auto;width:50%}.gds-col-md-7{flex:0 0 auto;width:58.33333333%}.gds-col-md-8{flex:0 0 auto;width:66.66666667%}.gds-col-md-9{flex:0 0 auto;width:75%}.gds-col-md-10{flex:0 0 auto;width:83.33333333%}.gds-col-md-11{flex:0 0 auto;width:91.66666667%}.gds-col-md-12{flex:0 0 auto;width:100%}.gds-offset-md-0{margin-left:0}.gds-offset-md-1{margin-left:8.33333333%}.gds-offset-md-2{margin-left:16.66666667%}.gds-offset-md-3{margin-left:25%}.gds-offset-md-4{margin-left:33.33333333%}.gds-offset-md-5{margin-left:41.66666667%}.gds-offset-md-6{margin-left:50%}.gds-offset-md-7{margin-left:58.33333333%}.gds-offset-md-8{margin-left:66.66666667%}.gds-offset-md-9{margin-left:75%}.gds-offset-md-10{margin-left:83.33333333%}.gds-offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: .75rem}.g-md-3,.gy-md-3{--bs-gutter-y: .75rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1rem}.g-md-5,.gx-md-5{--bs-gutter-x: 1.25rem}.g-md-5,.gy-md-5{--bs-gutter-y: 1.25rem}.g-md-6,.gx-md-6{--bs-gutter-x: 1.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 1.5rem}.g-md-7,.gx-md-7{--bs-gutter-x: 1.75rem}.g-md-7,.gy-md-7{--bs-gutter-y: 1.75rem}.g-md-8,.gx-md-8{--bs-gutter-x: 2rem}.g-md-8,.gy-md-8{--bs-gutter-y: 2rem}.g-md-9,.gx-md-9{--bs-gutter-x: 2.25rem}.g-md-9,.gy-md-9{--bs-gutter-y: 2.25rem}.g-md-10,.gx-md-10{--bs-gutter-x: 2.5rem}.g-md-10,.gy-md-10{--bs-gutter-y: 2.5rem}.g-md-11,.gx-md-11{--bs-gutter-x: 2.75rem}.g-md-11,.gy-md-11{--bs-gutter-y: 2.75rem}.g-md-12,.gx-md-12{--bs-gutter-x: 3rem}.g-md-12,.gy-md-12{--bs-gutter-y: 3rem}.g-md-13,.gx-md-13{--bs-gutter-x: 3.25rem}.g-md-13,.gy-md-13{--bs-gutter-y: 3.25rem}.g-md-14,.gx-md-14{--bs-gutter-x: 3.5rem}.g-md-14,.gy-md-14{--bs-gutter-y: 3.5rem}.g-md-15,.gx-md-15{--bs-gutter-x: 3.75rem}.g-md-15,.gy-md-15{--bs-gutter-y: 3.75rem}.g-md-16,.gx-md-16{--bs-gutter-x: 4rem}.g-md-16,.gy-md-16{--bs-gutter-y: 4rem}.g-md-17,.gx-md-17{--bs-gutter-x: 4.25rem}.g-md-17,.gy-md-17{--bs-gutter-y: 4.25rem}.g-md-18,.gx-md-18{--bs-gutter-x: 4.5rem}.g-md-18,.gy-md-18{--bs-gutter-y: 4.5rem}.g-md-19,.gx-md-19{--bs-gutter-x: 4.75rem}.g-md-19,.gy-md-19{--bs-gutter-y: 4.75rem}.g-md-20,.gx-md-20{--bs-gutter-x: 5rem}.g-md-20,.gy-md-20{--bs-gutter-y: 5rem}}@media(min-width:900px){.gds-col-semiLg{flex:1 0 0}.gds-row-cols-semiLg-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-semiLg-1>*{flex:0 0 auto;width:100%}.gds-row-cols-semiLg-2>*{flex:0 0 auto;width:50%}.gds-row-cols-semiLg-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-semiLg-4>*{flex:0 0 auto;width:25%}.gds-row-cols-semiLg-5>*{flex:0 0 auto;width:20%}.gds-row-cols-semiLg-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-semiLg-auto{flex:0 0 auto;width:auto}.gds-col-semiLg-1{flex:0 0 auto;width:8.33333333%}.gds-col-semiLg-2{flex:0 0 auto;width:16.66666667%}.gds-col-semiLg-3{flex:0 0 auto;width:25%}.gds-col-semiLg-4{flex:0 0 auto;width:33.33333333%}.gds-col-semiLg-5{flex:0 0 auto;width:41.66666667%}.gds-col-semiLg-6{flex:0 0 auto;width:50%}.gds-col-semiLg-7{flex:0 0 auto;width:58.33333333%}.gds-col-semiLg-8{flex:0 0 auto;width:66.66666667%}.gds-col-semiLg-9{flex:0 0 auto;width:75%}.gds-col-semiLg-10{flex:0 0 auto;width:83.33333333%}.gds-col-semiLg-11{flex:0 0 auto;width:91.66666667%}.gds-col-semiLg-12{flex:0 0 auto;width:100%}.gds-offset-semiLg-0{margin-left:0}.gds-offset-semiLg-1{margin-left:8.33333333%}.gds-offset-semiLg-2{margin-left:16.66666667%}.gds-offset-semiLg-3{margin-left:25%}.gds-offset-semiLg-4{margin-left:33.33333333%}.gds-offset-semiLg-5{margin-left:41.66666667%}.gds-offset-semiLg-6{margin-left:50%}.gds-offset-semiLg-7{margin-left:58.33333333%}.gds-offset-semiLg-8{margin-left:66.66666667%}.gds-offset-semiLg-9{margin-left:75%}.gds-offset-semiLg-10{margin-left:83.33333333%}.gds-offset-semiLg-11{margin-left:91.66666667%}.g-semiLg-0,.gx-semiLg-0{--bs-gutter-x: 0}.g-semiLg-0,.gy-semiLg-0{--bs-gutter-y: 0}.g-semiLg-1,.gx-semiLg-1{--bs-gutter-x: .25rem}.g-semiLg-1,.gy-semiLg-1{--bs-gutter-y: .25rem}.g-semiLg-2,.gx-semiLg-2{--bs-gutter-x: .5rem}.g-semiLg-2,.gy-semiLg-2{--bs-gutter-y: .5rem}.g-semiLg-3,.gx-semiLg-3{--bs-gutter-x: .75rem}.g-semiLg-3,.gy-semiLg-3{--bs-gutter-y: .75rem}.g-semiLg-4,.gx-semiLg-4{--bs-gutter-x: 1rem}.g-semiLg-4,.gy-semiLg-4{--bs-gutter-y: 1rem}.g-semiLg-5,.gx-semiLg-5{--bs-gutter-x: 1.25rem}.g-semiLg-5,.gy-semiLg-5{--bs-gutter-y: 1.25rem}.g-semiLg-6,.gx-semiLg-6{--bs-gutter-x: 1.5rem}.g-semiLg-6,.gy-semiLg-6{--bs-gutter-y: 1.5rem}.g-semiLg-7,.gx-semiLg-7{--bs-gutter-x: 1.75rem}.g-semiLg-7,.gy-semiLg-7{--bs-gutter-y: 1.75rem}.g-semiLg-8,.gx-semiLg-8{--bs-gutter-x: 2rem}.g-semiLg-8,.gy-semiLg-8{--bs-gutter-y: 2rem}.g-semiLg-9,.gx-semiLg-9{--bs-gutter-x: 2.25rem}.g-semiLg-9,.gy-semiLg-9{--bs-gutter-y: 2.25rem}.g-semiLg-10,.gx-semiLg-10{--bs-gutter-x: 2.5rem}.g-semiLg-10,.gy-semiLg-10{--bs-gutter-y: 2.5rem}.g-semiLg-11,.gx-semiLg-11{--bs-gutter-x: 2.75rem}.g-semiLg-11,.gy-semiLg-11{--bs-gutter-y: 2.75rem}.g-semiLg-12,.gx-semiLg-12{--bs-gutter-x: 3rem}.g-semiLg-12,.gy-semiLg-12{--bs-gutter-y: 3rem}.g-semiLg-13,.gx-semiLg-13{--bs-gutter-x: 3.25rem}.g-semiLg-13,.gy-semiLg-13{--bs-gutter-y: 3.25rem}.g-semiLg-14,.gx-semiLg-14{--bs-gutter-x: 3.5rem}.g-semiLg-14,.gy-semiLg-14{--bs-gutter-y: 3.5rem}.g-semiLg-15,.gx-semiLg-15{--bs-gutter-x: 3.75rem}.g-semiLg-15,.gy-semiLg-15{--bs-gutter-y: 3.75rem}.g-semiLg-16,.gx-semiLg-16{--bs-gutter-x: 4rem}.g-semiLg-16,.gy-semiLg-16{--bs-gutter-y: 4rem}.g-semiLg-17,.gx-semiLg-17{--bs-gutter-x: 4.25rem}.g-semiLg-17,.gy-semiLg-17{--bs-gutter-y: 4.25rem}.g-semiLg-18,.gx-semiLg-18{--bs-gutter-x: 4.5rem}.g-semiLg-18,.gy-semiLg-18{--bs-gutter-y: 4.5rem}.g-semiLg-19,.gx-semiLg-19{--bs-gutter-x: 4.75rem}.g-semiLg-19,.gy-semiLg-19{--bs-gutter-y: 4.75rem}.g-semiLg-20,.gx-semiLg-20{--bs-gutter-x: 5rem}.g-semiLg-20,.gy-semiLg-20{--bs-gutter-y: 5rem}}@media(min-width:1050px){.gds-col-lg{flex:1 0 0}.gds-row-cols-lg-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-lg-1>*{flex:0 0 auto;width:100%}.gds-row-cols-lg-2>*{flex:0 0 auto;width:50%}.gds-row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-lg-4>*{flex:0 0 auto;width:25%}.gds-row-cols-lg-5>*{flex:0 0 auto;width:20%}.gds-row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-lg-auto{flex:0 0 auto;width:auto}.gds-col-lg-1{flex:0 0 auto;width:8.33333333%}.gds-col-lg-2{flex:0 0 auto;width:16.66666667%}.gds-col-lg-3{flex:0 0 auto;width:25%}.gds-col-lg-4{flex:0 0 auto;width:33.33333333%}.gds-col-lg-5{flex:0 0 auto;width:41.66666667%}.gds-col-lg-6{flex:0 0 auto;width:50%}.gds-col-lg-7{flex:0 0 auto;width:58.33333333%}.gds-col-lg-8{flex:0 0 auto;width:66.66666667%}.gds-col-lg-9{flex:0 0 auto;width:75%}.gds-col-lg-10{flex:0 0 auto;width:83.33333333%}.gds-col-lg-11{flex:0 0 auto;width:91.66666667%}.gds-col-lg-12{flex:0 0 auto;width:100%}.gds-offset-lg-0{margin-left:0}.gds-offset-lg-1{margin-left:8.33333333%}.gds-offset-lg-2{margin-left:16.66666667%}.gds-offset-lg-3{margin-left:25%}.gds-offset-lg-4{margin-left:33.33333333%}.gds-offset-lg-5{margin-left:41.66666667%}.gds-offset-lg-6{margin-left:50%}.gds-offset-lg-7{margin-left:58.33333333%}.gds-offset-lg-8{margin-left:66.66666667%}.gds-offset-lg-9{margin-left:75%}.gds-offset-lg-10{margin-left:83.33333333%}.gds-offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: .75rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: .75rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 1.25rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 1.25rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 1.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 1.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 1.75rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 1.75rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 2rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 2rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 2.25rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 2.25rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 2.5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 2.5rem}.g-lg-11,.gx-lg-11{--bs-gutter-x: 2.75rem}.g-lg-11,.gy-lg-11{--bs-gutter-y: 2.75rem}.g-lg-12,.gx-lg-12{--bs-gutter-x: 3rem}.g-lg-12,.gy-lg-12{--bs-gutter-y: 3rem}.g-lg-13,.gx-lg-13{--bs-gutter-x: 3.25rem}.g-lg-13,.gy-lg-13{--bs-gutter-y: 3.25rem}.g-lg-14,.gx-lg-14{--bs-gutter-x: 3.5rem}.g-lg-14,.gy-lg-14{--bs-gutter-y: 3.5rem}.g-lg-15,.gx-lg-15{--bs-gutter-x: 3.75rem}.g-lg-15,.gy-lg-15{--bs-gutter-y: 3.75rem}.g-lg-16,.gx-lg-16{--bs-gutter-x: 4rem}.g-lg-16,.gy-lg-16{--bs-gutter-y: 4rem}.g-lg-17,.gx-lg-17{--bs-gutter-x: 4.25rem}.g-lg-17,.gy-lg-17{--bs-gutter-y: 4.25rem}.g-lg-18,.gx-lg-18{--bs-gutter-x: 4.5rem}.g-lg-18,.gy-lg-18{--bs-gutter-y: 4.5rem}.g-lg-19,.gx-lg-19{--bs-gutter-x: 4.75rem}.g-lg-19,.gy-lg-19{--bs-gutter-y: 4.75rem}.g-lg-20,.gx-lg-20{--bs-gutter-x: 5rem}.g-lg-20,.gy-lg-20{--bs-gutter-y: 5rem}}@media(min-width:1366px){.gds-col-xl{flex:1 0 0}.gds-row-cols-xl-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-xl-1>*{flex:0 0 auto;width:100%}.gds-row-cols-xl-2>*{flex:0 0 auto;width:50%}.gds-row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-xl-4>*{flex:0 0 auto;width:25%}.gds-row-cols-xl-5>*{flex:0 0 auto;width:20%}.gds-row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-xl-auto{flex:0 0 auto;width:auto}.gds-col-xl-1{flex:0 0 auto;width:8.33333333%}.gds-col-xl-2{flex:0 0 auto;width:16.66666667%}.gds-col-xl-3{flex:0 0 auto;width:25%}.gds-col-xl-4{flex:0 0 auto;width:33.33333333%}.gds-col-xl-5{flex:0 0 auto;width:41.66666667%}.gds-col-xl-6{flex:0 0 auto;width:50%}.gds-col-xl-7{flex:0 0 auto;width:58.33333333%}.gds-col-xl-8{flex:0 0 auto;width:66.66666667%}.gds-col-xl-9{flex:0 0 auto;width:75%}.gds-col-xl-10{flex:0 0 auto;width:83.33333333%}.gds-col-xl-11{flex:0 0 auto;width:91.66666667%}.gds-col-xl-12{flex:0 0 auto;width:100%}.gds-offset-xl-0{margin-left:0}.gds-offset-xl-1{margin-left:8.33333333%}.gds-offset-xl-2{margin-left:16.66666667%}.gds-offset-xl-3{margin-left:25%}.gds-offset-xl-4{margin-left:33.33333333%}.gds-offset-xl-5{margin-left:41.66666667%}.gds-offset-xl-6{margin-left:50%}.gds-offset-xl-7{margin-left:58.33333333%}.gds-offset-xl-8{margin-left:66.66666667%}.gds-offset-xl-9{margin-left:75%}.gds-offset-xl-10{margin-left:83.33333333%}.gds-offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: .75rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: .75rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 1.25rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 1.25rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 1.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 1.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 1.75rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 1.75rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 2rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 2rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 2.25rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 2.25rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 2.5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 2.5rem}.g-xl-11,.gx-xl-11{--bs-gutter-x: 2.75rem}.g-xl-11,.gy-xl-11{--bs-gutter-y: 2.75rem}.g-xl-12,.gx-xl-12{--bs-gutter-x: 3rem}.g-xl-12,.gy-xl-12{--bs-gutter-y: 3rem}.g-xl-13,.gx-xl-13{--bs-gutter-x: 3.25rem}.g-xl-13,.gy-xl-13{--bs-gutter-y: 3.25rem}.g-xl-14,.gx-xl-14{--bs-gutter-x: 3.5rem}.g-xl-14,.gy-xl-14{--bs-gutter-y: 3.5rem}.g-xl-15,.gx-xl-15{--bs-gutter-x: 3.75rem}.g-xl-15,.gy-xl-15{--bs-gutter-y: 3.75rem}.g-xl-16,.gx-xl-16{--bs-gutter-x: 4rem}.g-xl-16,.gy-xl-16{--bs-gutter-y: 4rem}.g-xl-17,.gx-xl-17{--bs-gutter-x: 4.25rem}.g-xl-17,.gy-xl-17{--bs-gutter-y: 4.25rem}.g-xl-18,.gx-xl-18{--bs-gutter-x: 4.5rem}.g-xl-18,.gy-xl-18{--bs-gutter-y: 4.5rem}.g-xl-19,.gx-xl-19{--bs-gutter-x: 4.75rem}.g-xl-19,.gy-xl-19{--bs-gutter-y: 4.75rem}.g-xl-20,.gx-xl-20{--bs-gutter-x: 5rem}.g-xl-20,.gy-xl-20{--bs-gutter-y: 5rem}}@media(min-width:1536px){.gds-col-xxl{flex:1 0 0}.gds-row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-xxl-1>*{flex:0 0 auto;width:100%}.gds-row-cols-xxl-2>*{flex:0 0 auto;width:50%}.gds-row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-xxl-4>*{flex:0 0 auto;width:25%}.gds-row-cols-xxl-5>*{flex:0 0 auto;width:20%}.gds-row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-xxl-auto{flex:0 0 auto;width:auto}.gds-col-xxl-1{flex:0 0 auto;width:8.33333333%}.gds-col-xxl-2{flex:0 0 auto;width:16.66666667%}.gds-col-xxl-3{flex:0 0 auto;width:25%}.gds-col-xxl-4{flex:0 0 auto;width:33.33333333%}.gds-col-xxl-5{flex:0 0 auto;width:41.66666667%}.gds-col-xxl-6{flex:0 0 auto;width:50%}.gds-col-xxl-7{flex:0 0 auto;width:58.33333333%}.gds-col-xxl-8{flex:0 0 auto;width:66.66666667%}.gds-col-xxl-9{flex:0 0 auto;width:75%}.gds-col-xxl-10{flex:0 0 auto;width:83.33333333%}.gds-col-xxl-11{flex:0 0 auto;width:91.66666667%}.gds-col-xxl-12{flex:0 0 auto;width:100%}.gds-offset-xxl-0{margin-left:0}.gds-offset-xxl-1{margin-left:8.33333333%}.gds-offset-xxl-2{margin-left:16.66666667%}.gds-offset-xxl-3{margin-left:25%}.gds-offset-xxl-4{margin-left:33.33333333%}.gds-offset-xxl-5{margin-left:41.66666667%}.gds-offset-xxl-6{margin-left:50%}.gds-offset-xxl-7{margin-left:58.33333333%}.gds-offset-xxl-8{margin-left:66.66666667%}.gds-offset-xxl-9{margin-left:75%}.gds-offset-xxl-10{margin-left:83.33333333%}.gds-offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: .75rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: .75rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 1.25rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 1.25rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 1.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 1.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 1.75rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 1.75rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 2rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 2rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 2.25rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 2.25rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 2.5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 2.5rem}.g-xxl-11,.gx-xxl-11{--bs-gutter-x: 2.75rem}.g-xxl-11,.gy-xxl-11{--bs-gutter-y: 2.75rem}.g-xxl-12,.gx-xxl-12{--bs-gutter-x: 3rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y: 3rem}.g-xxl-13,.gx-xxl-13{--bs-gutter-x: 3.25rem}.g-xxl-13,.gy-xxl-13{--bs-gutter-y: 3.25rem}.g-xxl-14,.gx-xxl-14{--bs-gutter-x: 3.5rem}.g-xxl-14,.gy-xxl-14{--bs-gutter-y: 3.5rem}.g-xxl-15,.gx-xxl-15{--bs-gutter-x: 3.75rem}.g-xxl-15,.gy-xxl-15{--bs-gutter-y: 3.75rem}.g-xxl-16,.gx-xxl-16{--bs-gutter-x: 4rem}.g-xxl-16,.gy-xxl-16{--bs-gutter-y: 4rem}.g-xxl-17,.gx-xxl-17{--bs-gutter-x: 4.25rem}.g-xxl-17,.gy-xxl-17{--bs-gutter-y: 4.25rem}.g-xxl-18,.gx-xxl-18{--bs-gutter-x: 4.5rem}.g-xxl-18,.gy-xxl-18{--bs-gutter-y: 4.5rem}.g-xxl-19,.gx-xxl-19{--bs-gutter-x: 4.75rem}.g-xxl-19,.gy-xxl-19{--bs-gutter-y: 4.75rem}.g-xxl-20,.gx-xxl-20{--bs-gutter-x: 5rem}.g-xxl-20,.gy-xxl-20{--bs-gutter-y: 5rem}}@media(min-width:1750px){.gds-col-xxxl{flex:1 0 0}.gds-row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.gds-row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.gds-row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.gds-row-cols-xxxl-3>*{flex:0 0 auto;width:33.3333333333%}.gds-row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.gds-row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.gds-row-cols-xxxl-6>*{flex:0 0 auto;width:16.6666666667%}.gds-col-xxxl-auto{flex:0 0 auto;width:auto}.gds-col-xxxl-1{flex:0 0 auto;width:8.33333333%}.gds-col-xxxl-2{flex:0 0 auto;width:16.66666667%}.gds-col-xxxl-3{flex:0 0 auto;width:25%}.gds-col-xxxl-4{flex:0 0 auto;width:33.33333333%}.gds-col-xxxl-5{flex:0 0 auto;width:41.66666667%}.gds-col-xxxl-6{flex:0 0 auto;width:50%}.gds-col-xxxl-7{flex:0 0 auto;width:58.33333333%}.gds-col-xxxl-8{flex:0 0 auto;width:66.66666667%}.gds-col-xxxl-9{flex:0 0 auto;width:75%}.gds-col-xxxl-10{flex:0 0 auto;width:83.33333333%}.gds-col-xxxl-11{flex:0 0 auto;width:91.66666667%}.gds-col-xxxl-12{flex:0 0 auto;width:100%}.gds-offset-xxxl-0{margin-left:0}.gds-offset-xxxl-1{margin-left:8.33333333%}.gds-offset-xxxl-2{margin-left:16.66666667%}.gds-offset-xxxl-3{margin-left:25%}.gds-offset-xxxl-4{margin-left:33.33333333%}.gds-offset-xxxl-5{margin-left:41.66666667%}.gds-offset-xxxl-6{margin-left:50%}.gds-offset-xxxl-7{margin-left:58.33333333%}.gds-offset-xxxl-8{margin-left:66.66666667%}.gds-offset-xxxl-9{margin-left:75%}.gds-offset-xxxl-10{margin-left:83.33333333%}.gds-offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x: 0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y: 0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x: .25rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y: .25rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x: .5rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y: .5rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x: .75rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y: .75rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x: 1rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y: 1rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x: 1.25rem}.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y: 1.25rem}.g-xxxl-6,.gx-xxxl-6{--bs-gutter-x: 1.5rem}.g-xxxl-6,.gy-xxxl-6{--bs-gutter-y: 1.5rem}.g-xxxl-7,.gx-xxxl-7{--bs-gutter-x: 1.75rem}.g-xxxl-7,.gy-xxxl-7{--bs-gutter-y: 1.75rem}.g-xxxl-8,.gx-xxxl-8{--bs-gutter-x: 2rem}.g-xxxl-8,.gy-xxxl-8{--bs-gutter-y: 2rem}.g-xxxl-9,.gx-xxxl-9{--bs-gutter-x: 2.25rem}.g-xxxl-9,.gy-xxxl-9{--bs-gutter-y: 2.25rem}.g-xxxl-10,.gx-xxxl-10{--bs-gutter-x: 2.5rem}.g-xxxl-10,.gy-xxxl-10{--bs-gutter-y: 2.5rem}.g-xxxl-11,.gx-xxxl-11{--bs-gutter-x: 2.75rem}.g-xxxl-11,.gy-xxxl-11{--bs-gutter-y: 2.75rem}.g-xxxl-12,.gx-xxxl-12{--bs-gutter-x: 3rem}.g-xxxl-12,.gy-xxxl-12{--bs-gutter-y: 3rem}.g-xxxl-13,.gx-xxxl-13{--bs-gutter-x: 3.25rem}.g-xxxl-13,.gy-xxxl-13{--bs-gutter-y: 3.25rem}.g-xxxl-14,.gx-xxxl-14{--bs-gutter-x: 3.5rem}.g-xxxl-14,.gy-xxxl-14{--bs-gutter-y: 3.5rem}.g-xxxl-15,.gx-xxxl-15{--bs-gutter-x: 3.75rem}.g-xxxl-15,.gy-xxxl-15{--bs-gutter-y: 3.75rem}.g-xxxl-16,.gx-xxxl-16{--bs-gutter-x: 4rem}.g-xxxl-16,.gy-xxxl-16{--bs-gutter-y: 4rem}.g-xxxl-17,.gx-xxxl-17{--bs-gutter-x: 4.25rem}.g-xxxl-17,.gy-xxxl-17{--bs-gutter-y: 4.25rem}.g-xxxl-18,.gx-xxxl-18{--bs-gutter-x: 4.5rem}.g-xxxl-18,.gy-xxxl-18{--bs-gutter-y: 4.5rem}.g-xxxl-19,.gx-xxxl-19{--bs-gutter-x: 4.75rem}.g-xxxl-19,.gy-xxxl-19{--bs-gutter-y: 4.75rem}.g-xxxl-20,.gx-xxxl-20{--bs-gutter-x: 5rem}.g-xxxl-20,.gy-xxxl-20{--bs-gutter-y: 5rem}}.gds-visually-hidden,.gds-visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.gds-d-inline{display:inline!important}.gds-d-inline-block{display:inline-block!important}.gds-d-block{display:block!important}.gds-d-grid{display:grid!important}.gds-d-table{display:table!important}.gds-d-table-row{display:table-row!important}.gds-d-table-cell{display:table-cell!important}.gds-d-flex{display:flex!important}.gds-d-inline-flex{display:inline-flex!important}.gds-d-none{display:none!important}.gds-justify-content-start{justify-content:flex-start!important}.gds-justify-content-end{justify-content:flex-end!important}.gds-justify-content-center{justify-content:center!important}.gds-justify-content-between{justify-content:space-between!important}.gds-justify-content-around{justify-content:space-around!important}.gds-justify-content-evenly{justify-content:space-evenly!important}.gds-flex-fill{flex:1 1 auto!important}.gds-flex-row{flex-direction:row!important}.gds-flex-column{flex-direction:column!important}.gds-flex-row-reverse{flex-direction:row-reverse!important}.gds-flex-column-reverse{flex-direction:column-reverse!important}.gds-m-0{margin:0!important}.gds-m-1{margin:.25rem!important}.gds-m-2{margin:.5rem!important}.gds-m-3{margin:.75rem!important}.gds-m-4{margin:1rem!important}.gds-m-5{margin:1.25rem!important}.gds-m-6{margin:1.5rem!important}.gds-m-7{margin:1.75rem!important}.gds-m-8{margin:2rem!important}.gds-m-9{margin:2.25rem!important}.gds-m-10{margin:2.5rem!important}.gds-m-11{margin:2.75rem!important}.gds-m-12{margin:3rem!important}.gds-m-13{margin:3.25rem!important}.gds-m-14{margin:3.5rem!important}.gds-m-15{margin:3.75rem!important}.gds-m-16{margin:4rem!important}.gds-m-17{margin:4.25rem!important}.gds-m-18{margin:4.5rem!important}.gds-m-19{margin:4.75rem!important}.gds-m-20{margin:5rem!important}.gds-m-auto{margin:auto!important}.gds-mx-0{margin-right:0!important;margin-left:0!important}.gds-mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-0{margin-top:0!important;margin-bottom:0!important}.gds-my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-0{margin-top:0!important}.gds-mt-1{margin-top:.25rem!important}.gds-mt-2{margin-top:.5rem!important}.gds-mt-3{margin-top:.75rem!important}.gds-mt-4{margin-top:1rem!important}.gds-mt-5{margin-top:1.25rem!important}.gds-mt-6{margin-top:1.5rem!important}.gds-mt-7{margin-top:1.75rem!important}.gds-mt-8{margin-top:2rem!important}.gds-mt-9{margin-top:2.25rem!important}.gds-mt-10{margin-top:2.5rem!important}.gds-mt-11{margin-top:2.75rem!important}.gds-mt-12{margin-top:3rem!important}.gds-mt-13{margin-top:3.25rem!important}.gds-mt-14{margin-top:3.5rem!important}.gds-mt-15{margin-top:3.75rem!important}.gds-mt-16{margin-top:4rem!important}.gds-mt-17{margin-top:4.25rem!important}.gds-mt-18{margin-top:4.5rem!important}.gds-mt-19{margin-top:4.75rem!important}.gds-mt-20{margin-top:5rem!important}.gds-mt-auto{margin-top:auto!important}.gds-me-0{margin-right:0!important}.gds-me-1{margin-right:.25rem!important}.gds-me-2{margin-right:.5rem!important}.gds-me-3{margin-right:.75rem!important}.gds-me-4{margin-right:1rem!important}.gds-me-5{margin-right:1.25rem!important}.gds-me-6{margin-right:1.5rem!important}.gds-me-7{margin-right:1.75rem!important}.gds-me-8{margin-right:2rem!important}.gds-me-9{margin-right:2.25rem!important}.gds-me-10{margin-right:2.5rem!important}.gds-me-11{margin-right:2.75rem!important}.gds-me-12{margin-right:3rem!important}.gds-me-13{margin-right:3.25rem!important}.gds-me-14{margin-right:3.5rem!important}.gds-me-15{margin-right:3.75rem!important}.gds-me-16{margin-right:4rem!important}.gds-me-17{margin-right:4.25rem!important}.gds-me-18{margin-right:4.5rem!important}.gds-me-19{margin-right:4.75rem!important}.gds-me-20{margin-right:5rem!important}.gds-me-auto{margin-right:auto!important}.gds-mb-0{margin-bottom:0!important}.gds-mb-1{margin-bottom:.25rem!important}.gds-mb-2{margin-bottom:.5rem!important}.gds-mb-3{margin-bottom:.75rem!important}.gds-mb-4{margin-bottom:1rem!important}.gds-mb-5{margin-bottom:1.25rem!important}.gds-mb-6{margin-bottom:1.5rem!important}.gds-mb-7{margin-bottom:1.75rem!important}.gds-mb-8{margin-bottom:2rem!important}.gds-mb-9{margin-bottom:2.25rem!important}.gds-mb-10{margin-bottom:2.5rem!important}.gds-mb-11{margin-bottom:2.75rem!important}.gds-mb-12{margin-bottom:3rem!important}.gds-mb-13{margin-bottom:3.25rem!important}.gds-mb-14{margin-bottom:3.5rem!important}.gds-mb-15{margin-bottom:3.75rem!important}.gds-mb-16{margin-bottom:4rem!important}.gds-mb-17{margin-bottom:4.25rem!important}.gds-mb-18{margin-bottom:4.5rem!important}.gds-mb-19{margin-bottom:4.75rem!important}.gds-mb-20{margin-bottom:5rem!important}.gds-mb-auto{margin-bottom:auto!important}.gds-ms-0{margin-left:0!important}.gds-ms-1{margin-left:.25rem!important}.gds-ms-2{margin-left:.5rem!important}.gds-ms-3{margin-left:.75rem!important}.gds-ms-4{margin-left:1rem!important}.gds-ms-5{margin-left:1.25rem!important}.gds-ms-6{margin-left:1.5rem!important}.gds-ms-7{margin-left:1.75rem!important}.gds-ms-8{margin-left:2rem!important}.gds-ms-9{margin-left:2.25rem!important}.gds-ms-10{margin-left:2.5rem!important}.gds-ms-11{margin-left:2.75rem!important}.gds-ms-12{margin-left:3rem!important}.gds-ms-13{margin-left:3.25rem!important}.gds-ms-14{margin-left:3.5rem!important}.gds-ms-15{margin-left:3.75rem!important}.gds-ms-16{margin-left:4rem!important}.gds-ms-17{margin-left:4.25rem!important}.gds-ms-18{margin-left:4.5rem!important}.gds-ms-19{margin-left:4.75rem!important}.gds-ms-20{margin-left:5rem!important}.gds-ms-auto{margin-left:auto!important}.gds-p-0{padding:0!important}.gds-p-1{padding:.25rem!important}.gds-p-2{padding:.5rem!important}.gds-p-3{padding:.75rem!important}.gds-p-4{padding:1rem!important}.gds-p-5{padding:1.25rem!important}.gds-p-6{padding:1.5rem!important}.gds-p-7{padding:1.75rem!important}.gds-p-8{padding:2rem!important}.gds-p-9{padding:2.25rem!important}.gds-p-10{padding:2.5rem!important}.gds-p-11{padding:2.75rem!important}.gds-p-12{padding:3rem!important}.gds-p-13{padding:3.25rem!important}.gds-p-14{padding:3.5rem!important}.gds-p-15{padding:3.75rem!important}.gds-p-16{padding:4rem!important}.gds-p-17{padding:4.25rem!important}.gds-p-18{padding:4.5rem!important}.gds-p-19{padding:4.75rem!important}.gds-p-20{padding:5rem!important}.gds-p-auto{padding:auto!important}.gds-px-0{padding-right:0!important;padding-left:0!important}.gds-px-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-0{padding-top:0!important;padding-bottom:0!important}.gds-py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-0{padding-top:0!important}.gds-pt-1{padding-top:.25rem!important}.gds-pt-2{padding-top:.5rem!important}.gds-pt-3{padding-top:.75rem!important}.gds-pt-4{padding-top:1rem!important}.gds-pt-5{padding-top:1.25rem!important}.gds-pt-6{padding-top:1.5rem!important}.gds-pt-7{padding-top:1.75rem!important}.gds-pt-8{padding-top:2rem!important}.gds-pt-9{padding-top:2.25rem!important}.gds-pt-10{padding-top:2.5rem!important}.gds-pt-11{padding-top:2.75rem!important}.gds-pt-12{padding-top:3rem!important}.gds-pt-13{padding-top:3.25rem!important}.gds-pt-14{padding-top:3.5rem!important}.gds-pt-15{padding-top:3.75rem!important}.gds-pt-16{padding-top:4rem!important}.gds-pt-17{padding-top:4.25rem!important}.gds-pt-18{padding-top:4.5rem!important}.gds-pt-19{padding-top:4.75rem!important}.gds-pt-20{padding-top:5rem!important}.gds-pt-auto{padding-top:auto!important}.gds-pe-0{padding-right:0!important}.gds-pe-1{padding-right:.25rem!important}.gds-pe-2{padding-right:.5rem!important}.gds-pe-3{padding-right:.75rem!important}.gds-pe-4{padding-right:1rem!important}.gds-pe-5{padding-right:1.25rem!important}.gds-pe-6{padding-right:1.5rem!important}.gds-pe-7{padding-right:1.75rem!important}.gds-pe-8{padding-right:2rem!important}.gds-pe-9{padding-right:2.25rem!important}.gds-pe-10{padding-right:2.5rem!important}.gds-pe-11{padding-right:2.75rem!important}.gds-pe-12{padding-right:3rem!important}.gds-pe-13{padding-right:3.25rem!important}.gds-pe-14{padding-right:3.5rem!important}.gds-pe-15{padding-right:3.75rem!important}.gds-pe-16{padding-right:4rem!important}.gds-pe-17{padding-right:4.25rem!important}.gds-pe-18{padding-right:4.5rem!important}.gds-pe-19{padding-right:4.75rem!important}.gds-pe-20{padding-right:5rem!important}.gds-pe-auto{padding-right:auto!important}.gds-pb-0{padding-bottom:0!important}.gds-pb-1{padding-bottom:.25rem!important}.gds-pb-2{padding-bottom:.5rem!important}.gds-pb-3{padding-bottom:.75rem!important}.gds-pb-4{padding-bottom:1rem!important}.gds-pb-5{padding-bottom:1.25rem!important}.gds-pb-6{padding-bottom:1.5rem!important}.gds-pb-7{padding-bottom:1.75rem!important}.gds-pb-8{padding-bottom:2rem!important}.gds-pb-9{padding-bottom:2.25rem!important}.gds-pb-10{padding-bottom:2.5rem!important}.gds-pb-11{padding-bottom:2.75rem!important}.gds-pb-12{padding-bottom:3rem!important}.gds-pb-13{padding-bottom:3.25rem!important}.gds-pb-14{padding-bottom:3.5rem!important}.gds-pb-15{padding-bottom:3.75rem!important}.gds-pb-16{padding-bottom:4rem!important}.gds-pb-17{padding-bottom:4.25rem!important}.gds-pb-18{padding-bottom:4.5rem!important}.gds-pb-19{padding-bottom:4.75rem!important}.gds-pb-20{padding-bottom:5rem!important}.gds-pb-auto{padding-bottom:auto!important}.gds-ps-0{padding-left:0!important}.gds-ps-1{padding-left:.25rem!important}.gds-ps-2{padding-left:.5rem!important}.gds-ps-3{padding-left:.75rem!important}.gds-ps-4{padding-left:1rem!important}.gds-ps-5{padding-left:1.25rem!important}.gds-ps-6{padding-left:1.5rem!important}.gds-ps-7{padding-left:1.75rem!important}.gds-ps-8{padding-left:2rem!important}.gds-ps-9{padding-left:2.25rem!important}.gds-ps-10{padding-left:2.5rem!important}.gds-ps-11{padding-left:2.75rem!important}.gds-ps-12{padding-left:3rem!important}.gds-ps-13{padding-left:3.25rem!important}.gds-ps-14{padding-left:3.5rem!important}.gds-ps-15{padding-left:3.75rem!important}.gds-ps-16{padding-left:4rem!important}.gds-ps-17{padding-left:4.25rem!important}.gds-ps-18{padding-left:4.5rem!important}.gds-ps-19{padding-left:4.75rem!important}.gds-ps-20{padding-left:5rem!important}.gds-ps-auto{padding-left:auto!important}.gds-fs-1{font-size:calc(1.375rem + 1.5vw)!important}.gds-fs-2{font-size:calc(1.325rem + .9vw)!important}.gds-fs-3{font-size:calc(1.3rem + .6vw)!important}.gds-fs-4{font-size:calc(1.275rem + .3vw)!important}.gds-fs-5{font-size:1.25rem!important}.gds-fs-6{font-size:1rem!important}.gds-fw-light{font-weight:300!important}.gds-fw-lighter{font-weight:lighter!important}.gds-fw-normal{font-weight:400!important}.gds-fw-bold{font-weight:700!important}.gds-fw-semibold{font-weight:600!important}.gds-fw-bolder{font-weight:bolder!important}.gds-gap-0{gap:0!important}.gds-gap-1{gap:.25rem!important}.gds-gap-2{gap:.5rem!important}.gds-gap-3{gap:.75rem!important}.gds-gap-4{gap:1rem!important}.gds-gap-5{gap:1.25rem!important}.gds-gap-6{gap:1.5rem!important}.gds-gap-7{gap:1.75rem!important}.gds-gap-8{gap:2rem!important}.gds-gap-9{gap:2.25rem!important}.gds-gap-10{gap:2.5rem!important}.gds-gap-11{gap:2.75rem!important}.gds-gap-12{gap:3rem!important}.gds-gap-13{gap:3.25rem!important}.gds-gap-14{gap:3.5rem!important}.gds-gap-15{gap:3.75rem!important}.gds-gap-16{gap:4rem!important}.gds-gap-17{gap:4.25rem!important}.gds-gap-18{gap:4.5rem!important}.gds-gap-19{gap:4.75rem!important}.gds-gap-20{gap:5rem!important}.gds-position-static{position:static!important}.gds-position-relative{position:relative!important}.gds-position-absolute{position:absolute!important}.gds-position-fixed{position:fixed!important}.gds-position-sticky{position:sticky!important}.gds-align-items-start{align-items:flex-start!important}.gds-align-items-end{align-items:flex-end!important}.gds-align-items-center{align-items:center!important}.gds-align-items-baseline{align-items:baseline!important}.gds-align-items-stretch{align-items:stretch!important}.gds-w-25{width:25%!important}.gds-w-50{width:50%!important}.gds-w-75{width:75%!important}.gds-w-100{width:100%!important}.gds-w-auto{width:auto!important}@media(min-width:394px){.gds-d-xs-inline{display:inline!important}.gds-d-xs-inline-block{display:inline-block!important}.gds-d-xs-block{display:block!important}.gds-d-xs-grid{display:grid!important}.gds-d-xs-table{display:table!important}.gds-d-xs-table-row{display:table-row!important}.gds-d-xs-table-cell{display:table-cell!important}.gds-d-xs-flex{display:flex!important}.gds-d-xs-inline-flex{display:inline-flex!important}.gds-d-xs-none{display:none!important}.gds-justify-content-xs-start{justify-content:flex-start!important}.gds-justify-content-xs-end{justify-content:flex-end!important}.gds-justify-content-xs-center{justify-content:center!important}.gds-justify-content-xs-between{justify-content:space-between!important}.gds-justify-content-xs-around{justify-content:space-around!important}.gds-justify-content-xs-evenly{justify-content:space-evenly!important}.gds-flex-xs-fill{flex:1 1 auto!important}.gds-flex-xs-row{flex-direction:row!important}.gds-flex-xs-column{flex-direction:column!important}.gds-flex-xs-row-reverse{flex-direction:row-reverse!important}.gds-flex-xs-column-reverse{flex-direction:column-reverse!important}.gds-m-xs-0{margin:0!important}.gds-m-xs-1{margin:.25rem!important}.gds-m-xs-2{margin:.5rem!important}.gds-m-xs-3{margin:.75rem!important}.gds-m-xs-4{margin:1rem!important}.gds-m-xs-5{margin:1.25rem!important}.gds-m-xs-6{margin:1.5rem!important}.gds-m-xs-7{margin:1.75rem!important}.gds-m-xs-8{margin:2rem!important}.gds-m-xs-9{margin:2.25rem!important}.gds-m-xs-10{margin:2.5rem!important}.gds-m-xs-11{margin:2.75rem!important}.gds-m-xs-12{margin:3rem!important}.gds-m-xs-13{margin:3.25rem!important}.gds-m-xs-14{margin:3.5rem!important}.gds-m-xs-15{margin:3.75rem!important}.gds-m-xs-16{margin:4rem!important}.gds-m-xs-17{margin:4.25rem!important}.gds-m-xs-18{margin:4.5rem!important}.gds-m-xs-19{margin:4.75rem!important}.gds-m-xs-20{margin:5rem!important}.gds-m-xs-auto{margin:auto!important}.gds-mx-xs-0{margin-right:0!important;margin-left:0!important}.gds-mx-xs-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-xs-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-xs-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-xs-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-xs-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-xs-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-xs-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-xs-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-xs-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-xs-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-xs-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-xs-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-xs-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-xs-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-xs-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-xs-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-xs-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-xs-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-xs-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-xs-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-xs-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-xs-0{margin-top:0!important;margin-bottom:0!important}.gds-my-xs-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-xs-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-xs-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-xs-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-xs-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-xs-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-xs-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-xs-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-xs-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-xs-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-xs-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-xs-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-xs-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-xs-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-xs-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-xs-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-xs-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-xs-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-xs-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-xs-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-xs-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-xs-0{margin-top:0!important}.gds-mt-xs-1{margin-top:.25rem!important}.gds-mt-xs-2{margin-top:.5rem!important}.gds-mt-xs-3{margin-top:.75rem!important}.gds-mt-xs-4{margin-top:1rem!important}.gds-mt-xs-5{margin-top:1.25rem!important}.gds-mt-xs-6{margin-top:1.5rem!important}.gds-mt-xs-7{margin-top:1.75rem!important}.gds-mt-xs-8{margin-top:2rem!important}.gds-mt-xs-9{margin-top:2.25rem!important}.gds-mt-xs-10{margin-top:2.5rem!important}.gds-mt-xs-11{margin-top:2.75rem!important}.gds-mt-xs-12{margin-top:3rem!important}.gds-mt-xs-13{margin-top:3.25rem!important}.gds-mt-xs-14{margin-top:3.5rem!important}.gds-mt-xs-15{margin-top:3.75rem!important}.gds-mt-xs-16{margin-top:4rem!important}.gds-mt-xs-17{margin-top:4.25rem!important}.gds-mt-xs-18{margin-top:4.5rem!important}.gds-mt-xs-19{margin-top:4.75rem!important}.gds-mt-xs-20{margin-top:5rem!important}.gds-mt-xs-auto{margin-top:auto!important}.gds-me-xs-0{margin-right:0!important}.gds-me-xs-1{margin-right:.25rem!important}.gds-me-xs-2{margin-right:.5rem!important}.gds-me-xs-3{margin-right:.75rem!important}.gds-me-xs-4{margin-right:1rem!important}.gds-me-xs-5{margin-right:1.25rem!important}.gds-me-xs-6{margin-right:1.5rem!important}.gds-me-xs-7{margin-right:1.75rem!important}.gds-me-xs-8{margin-right:2rem!important}.gds-me-xs-9{margin-right:2.25rem!important}.gds-me-xs-10{margin-right:2.5rem!important}.gds-me-xs-11{margin-right:2.75rem!important}.gds-me-xs-12{margin-right:3rem!important}.gds-me-xs-13{margin-right:3.25rem!important}.gds-me-xs-14{margin-right:3.5rem!important}.gds-me-xs-15{margin-right:3.75rem!important}.gds-me-xs-16{margin-right:4rem!important}.gds-me-xs-17{margin-right:4.25rem!important}.gds-me-xs-18{margin-right:4.5rem!important}.gds-me-xs-19{margin-right:4.75rem!important}.gds-me-xs-20{margin-right:5rem!important}.gds-me-xs-auto{margin-right:auto!important}.gds-mb-xs-0{margin-bottom:0!important}.gds-mb-xs-1{margin-bottom:.25rem!important}.gds-mb-xs-2{margin-bottom:.5rem!important}.gds-mb-xs-3{margin-bottom:.75rem!important}.gds-mb-xs-4{margin-bottom:1rem!important}.gds-mb-xs-5{margin-bottom:1.25rem!important}.gds-mb-xs-6{margin-bottom:1.5rem!important}.gds-mb-xs-7{margin-bottom:1.75rem!important}.gds-mb-xs-8{margin-bottom:2rem!important}.gds-mb-xs-9{margin-bottom:2.25rem!important}.gds-mb-xs-10{margin-bottom:2.5rem!important}.gds-mb-xs-11{margin-bottom:2.75rem!important}.gds-mb-xs-12{margin-bottom:3rem!important}.gds-mb-xs-13{margin-bottom:3.25rem!important}.gds-mb-xs-14{margin-bottom:3.5rem!important}.gds-mb-xs-15{margin-bottom:3.75rem!important}.gds-mb-xs-16{margin-bottom:4rem!important}.gds-mb-xs-17{margin-bottom:4.25rem!important}.gds-mb-xs-18{margin-bottom:4.5rem!important}.gds-mb-xs-19{margin-bottom:4.75rem!important}.gds-mb-xs-20{margin-bottom:5rem!important}.gds-mb-xs-auto{margin-bottom:auto!important}.gds-ms-xs-0{margin-left:0!important}.gds-ms-xs-1{margin-left:.25rem!important}.gds-ms-xs-2{margin-left:.5rem!important}.gds-ms-xs-3{margin-left:.75rem!important}.gds-ms-xs-4{margin-left:1rem!important}.gds-ms-xs-5{margin-left:1.25rem!important}.gds-ms-xs-6{margin-left:1.5rem!important}.gds-ms-xs-7{margin-left:1.75rem!important}.gds-ms-xs-8{margin-left:2rem!important}.gds-ms-xs-9{margin-left:2.25rem!important}.gds-ms-xs-10{margin-left:2.5rem!important}.gds-ms-xs-11{margin-left:2.75rem!important}.gds-ms-xs-12{margin-left:3rem!important}.gds-ms-xs-13{margin-left:3.25rem!important}.gds-ms-xs-14{margin-left:3.5rem!important}.gds-ms-xs-15{margin-left:3.75rem!important}.gds-ms-xs-16{margin-left:4rem!important}.gds-ms-xs-17{margin-left:4.25rem!important}.gds-ms-xs-18{margin-left:4.5rem!important}.gds-ms-xs-19{margin-left:4.75rem!important}.gds-ms-xs-20{margin-left:5rem!important}.gds-ms-xs-auto{margin-left:auto!important}.gds-p-xs-0{padding:0!important}.gds-p-xs-1{padding:.25rem!important}.gds-p-xs-2{padding:.5rem!important}.gds-p-xs-3{padding:.75rem!important}.gds-p-xs-4{padding:1rem!important}.gds-p-xs-5{padding:1.25rem!important}.gds-p-xs-6{padding:1.5rem!important}.gds-p-xs-7{padding:1.75rem!important}.gds-p-xs-8{padding:2rem!important}.gds-p-xs-9{padding:2.25rem!important}.gds-p-xs-10{padding:2.5rem!important}.gds-p-xs-11{padding:2.75rem!important}.gds-p-xs-12{padding:3rem!important}.gds-p-xs-13{padding:3.25rem!important}.gds-p-xs-14{padding:3.5rem!important}.gds-p-xs-15{padding:3.75rem!important}.gds-p-xs-16{padding:4rem!important}.gds-p-xs-17{padding:4.25rem!important}.gds-p-xs-18{padding:4.5rem!important}.gds-p-xs-19{padding:4.75rem!important}.gds-p-xs-20{padding:5rem!important}.gds-p-xs-auto{padding:auto!important}.gds-px-xs-0{padding-right:0!important;padding-left:0!important}.gds-px-xs-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-xs-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-xs-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-xs-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-xs-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-xs-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-xs-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-xs-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-xs-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-xs-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-xs-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-xs-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-xs-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-xs-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-xs-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-xs-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-xs-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-xs-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-xs-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-xs-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-xs-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-xs-0{padding-top:0!important;padding-bottom:0!important}.gds-py-xs-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-xs-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-xs-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-xs-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-xs-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-xs-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-xs-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-xs-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-xs-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-xs-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-xs-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-xs-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-xs-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-xs-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-xs-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-xs-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-xs-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-xs-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-xs-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-xs-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-xs-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-xs-0{padding-top:0!important}.gds-pt-xs-1{padding-top:.25rem!important}.gds-pt-xs-2{padding-top:.5rem!important}.gds-pt-xs-3{padding-top:.75rem!important}.gds-pt-xs-4{padding-top:1rem!important}.gds-pt-xs-5{padding-top:1.25rem!important}.gds-pt-xs-6{padding-top:1.5rem!important}.gds-pt-xs-7{padding-top:1.75rem!important}.gds-pt-xs-8{padding-top:2rem!important}.gds-pt-xs-9{padding-top:2.25rem!important}.gds-pt-xs-10{padding-top:2.5rem!important}.gds-pt-xs-11{padding-top:2.75rem!important}.gds-pt-xs-12{padding-top:3rem!important}.gds-pt-xs-13{padding-top:3.25rem!important}.gds-pt-xs-14{padding-top:3.5rem!important}.gds-pt-xs-15{padding-top:3.75rem!important}.gds-pt-xs-16{padding-top:4rem!important}.gds-pt-xs-17{padding-top:4.25rem!important}.gds-pt-xs-18{padding-top:4.5rem!important}.gds-pt-xs-19{padding-top:4.75rem!important}.gds-pt-xs-20{padding-top:5rem!important}.gds-pt-xs-auto{padding-top:auto!important}.gds-pe-xs-0{padding-right:0!important}.gds-pe-xs-1{padding-right:.25rem!important}.gds-pe-xs-2{padding-right:.5rem!important}.gds-pe-xs-3{padding-right:.75rem!important}.gds-pe-xs-4{padding-right:1rem!important}.gds-pe-xs-5{padding-right:1.25rem!important}.gds-pe-xs-6{padding-right:1.5rem!important}.gds-pe-xs-7{padding-right:1.75rem!important}.gds-pe-xs-8{padding-right:2rem!important}.gds-pe-xs-9{padding-right:2.25rem!important}.gds-pe-xs-10{padding-right:2.5rem!important}.gds-pe-xs-11{padding-right:2.75rem!important}.gds-pe-xs-12{padding-right:3rem!important}.gds-pe-xs-13{padding-right:3.25rem!important}.gds-pe-xs-14{padding-right:3.5rem!important}.gds-pe-xs-15{padding-right:3.75rem!important}.gds-pe-xs-16{padding-right:4rem!important}.gds-pe-xs-17{padding-right:4.25rem!important}.gds-pe-xs-18{padding-right:4.5rem!important}.gds-pe-xs-19{padding-right:4.75rem!important}.gds-pe-xs-20{padding-right:5rem!important}.gds-pe-xs-auto{padding-right:auto!important}.gds-pb-xs-0{padding-bottom:0!important}.gds-pb-xs-1{padding-bottom:.25rem!important}.gds-pb-xs-2{padding-bottom:.5rem!important}.gds-pb-xs-3{padding-bottom:.75rem!important}.gds-pb-xs-4{padding-bottom:1rem!important}.gds-pb-xs-5{padding-bottom:1.25rem!important}.gds-pb-xs-6{padding-bottom:1.5rem!important}.gds-pb-xs-7{padding-bottom:1.75rem!important}.gds-pb-xs-8{padding-bottom:2rem!important}.gds-pb-xs-9{padding-bottom:2.25rem!important}.gds-pb-xs-10{padding-bottom:2.5rem!important}.gds-pb-xs-11{padding-bottom:2.75rem!important}.gds-pb-xs-12{padding-bottom:3rem!important}.gds-pb-xs-13{padding-bottom:3.25rem!important}.gds-pb-xs-14{padding-bottom:3.5rem!important}.gds-pb-xs-15{padding-bottom:3.75rem!important}.gds-pb-xs-16{padding-bottom:4rem!important}.gds-pb-xs-17{padding-bottom:4.25rem!important}.gds-pb-xs-18{padding-bottom:4.5rem!important}.gds-pb-xs-19{padding-bottom:4.75rem!important}.gds-pb-xs-20{padding-bottom:5rem!important}.gds-pb-xs-auto{padding-bottom:auto!important}.gds-ps-xs-0{padding-left:0!important}.gds-ps-xs-1{padding-left:.25rem!important}.gds-ps-xs-2{padding-left:.5rem!important}.gds-ps-xs-3{padding-left:.75rem!important}.gds-ps-xs-4{padding-left:1rem!important}.gds-ps-xs-5{padding-left:1.25rem!important}.gds-ps-xs-6{padding-left:1.5rem!important}.gds-ps-xs-7{padding-left:1.75rem!important}.gds-ps-xs-8{padding-left:2rem!important}.gds-ps-xs-9{padding-left:2.25rem!important}.gds-ps-xs-10{padding-left:2.5rem!important}.gds-ps-xs-11{padding-left:2.75rem!important}.gds-ps-xs-12{padding-left:3rem!important}.gds-ps-xs-13{padding-left:3.25rem!important}.gds-ps-xs-14{padding-left:3.5rem!important}.gds-ps-xs-15{padding-left:3.75rem!important}.gds-ps-xs-16{padding-left:4rem!important}.gds-ps-xs-17{padding-left:4.25rem!important}.gds-ps-xs-18{padding-left:4.5rem!important}.gds-ps-xs-19{padding-left:4.75rem!important}.gds-ps-xs-20{padding-left:5rem!important}.gds-ps-xs-auto{padding-left:auto!important}.gds-gap-xs-0{gap:0!important}.gds-gap-xs-1{gap:.25rem!important}.gds-gap-xs-2{gap:.5rem!important}.gds-gap-xs-3{gap:.75rem!important}.gds-gap-xs-4{gap:1rem!important}.gds-gap-xs-5{gap:1.25rem!important}.gds-gap-xs-6{gap:1.5rem!important}.gds-gap-xs-7{gap:1.75rem!important}.gds-gap-xs-8{gap:2rem!important}.gds-gap-xs-9{gap:2.25rem!important}.gds-gap-xs-10{gap:2.5rem!important}.gds-gap-xs-11{gap:2.75rem!important}.gds-gap-xs-12{gap:3rem!important}.gds-gap-xs-13{gap:3.25rem!important}.gds-gap-xs-14{gap:3.5rem!important}.gds-gap-xs-15{gap:3.75rem!important}.gds-gap-xs-16{gap:4rem!important}.gds-gap-xs-17{gap:4.25rem!important}.gds-gap-xs-18{gap:4.5rem!important}.gds-gap-xs-19{gap:4.75rem!important}.gds-gap-xs-20{gap:5rem!important}.gds-align-items-xs-start{align-items:flex-start!important}.gds-align-items-xs-end{align-items:flex-end!important}.gds-align-items-xs-center{align-items:center!important}.gds-align-items-xs-baseline{align-items:baseline!important}.gds-align-items-xs-stretch{align-items:stretch!important}}@media(min-width:576px){.gds-d-sm-inline{display:inline!important}.gds-d-sm-inline-block{display:inline-block!important}.gds-d-sm-block{display:block!important}.gds-d-sm-grid{display:grid!important}.gds-d-sm-table{display:table!important}.gds-d-sm-table-row{display:table-row!important}.gds-d-sm-table-cell{display:table-cell!important}.gds-d-sm-flex{display:flex!important}.gds-d-sm-inline-flex{display:inline-flex!important}.gds-d-sm-none{display:none!important}.gds-justify-content-sm-start{justify-content:flex-start!important}.gds-justify-content-sm-end{justify-content:flex-end!important}.gds-justify-content-sm-center{justify-content:center!important}.gds-justify-content-sm-between{justify-content:space-between!important}.gds-justify-content-sm-around{justify-content:space-around!important}.gds-justify-content-sm-evenly{justify-content:space-evenly!important}.gds-flex-sm-fill{flex:1 1 auto!important}.gds-flex-sm-row{flex-direction:row!important}.gds-flex-sm-column{flex-direction:column!important}.gds-flex-sm-row-reverse{flex-direction:row-reverse!important}.gds-flex-sm-column-reverse{flex-direction:column-reverse!important}.gds-m-sm-0{margin:0!important}.gds-m-sm-1{margin:.25rem!important}.gds-m-sm-2{margin:.5rem!important}.gds-m-sm-3{margin:.75rem!important}.gds-m-sm-4{margin:1rem!important}.gds-m-sm-5{margin:1.25rem!important}.gds-m-sm-6{margin:1.5rem!important}.gds-m-sm-7{margin:1.75rem!important}.gds-m-sm-8{margin:2rem!important}.gds-m-sm-9{margin:2.25rem!important}.gds-m-sm-10{margin:2.5rem!important}.gds-m-sm-11{margin:2.75rem!important}.gds-m-sm-12{margin:3rem!important}.gds-m-sm-13{margin:3.25rem!important}.gds-m-sm-14{margin:3.5rem!important}.gds-m-sm-15{margin:3.75rem!important}.gds-m-sm-16{margin:4rem!important}.gds-m-sm-17{margin:4.25rem!important}.gds-m-sm-18{margin:4.5rem!important}.gds-m-sm-19{margin:4.75rem!important}.gds-m-sm-20{margin:5rem!important}.gds-m-sm-auto{margin:auto!important}.gds-mx-sm-0{margin-right:0!important;margin-left:0!important}.gds-mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-sm-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-sm-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-sm-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-sm-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-sm-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-sm-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-sm-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-sm-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-sm-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-sm-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-sm-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-sm-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-sm-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-sm-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-sm-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-sm-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-sm-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-sm-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-sm-0{margin-top:0!important;margin-bottom:0!important}.gds-my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-sm-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-sm-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-sm-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-sm-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-sm-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-sm-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-sm-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-sm-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-sm-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-sm-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-sm-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-sm-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-sm-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-sm-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-sm-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-sm-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-sm-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-sm-0{margin-top:0!important}.gds-mt-sm-1{margin-top:.25rem!important}.gds-mt-sm-2{margin-top:.5rem!important}.gds-mt-sm-3{margin-top:.75rem!important}.gds-mt-sm-4{margin-top:1rem!important}.gds-mt-sm-5{margin-top:1.25rem!important}.gds-mt-sm-6{margin-top:1.5rem!important}.gds-mt-sm-7{margin-top:1.75rem!important}.gds-mt-sm-8{margin-top:2rem!important}.gds-mt-sm-9{margin-top:2.25rem!important}.gds-mt-sm-10{margin-top:2.5rem!important}.gds-mt-sm-11{margin-top:2.75rem!important}.gds-mt-sm-12{margin-top:3rem!important}.gds-mt-sm-13{margin-top:3.25rem!important}.gds-mt-sm-14{margin-top:3.5rem!important}.gds-mt-sm-15{margin-top:3.75rem!important}.gds-mt-sm-16{margin-top:4rem!important}.gds-mt-sm-17{margin-top:4.25rem!important}.gds-mt-sm-18{margin-top:4.5rem!important}.gds-mt-sm-19{margin-top:4.75rem!important}.gds-mt-sm-20{margin-top:5rem!important}.gds-mt-sm-auto{margin-top:auto!important}.gds-me-sm-0{margin-right:0!important}.gds-me-sm-1{margin-right:.25rem!important}.gds-me-sm-2{margin-right:.5rem!important}.gds-me-sm-3{margin-right:.75rem!important}.gds-me-sm-4{margin-right:1rem!important}.gds-me-sm-5{margin-right:1.25rem!important}.gds-me-sm-6{margin-right:1.5rem!important}.gds-me-sm-7{margin-right:1.75rem!important}.gds-me-sm-8{margin-right:2rem!important}.gds-me-sm-9{margin-right:2.25rem!important}.gds-me-sm-10{margin-right:2.5rem!important}.gds-me-sm-11{margin-right:2.75rem!important}.gds-me-sm-12{margin-right:3rem!important}.gds-me-sm-13{margin-right:3.25rem!important}.gds-me-sm-14{margin-right:3.5rem!important}.gds-me-sm-15{margin-right:3.75rem!important}.gds-me-sm-16{margin-right:4rem!important}.gds-me-sm-17{margin-right:4.25rem!important}.gds-me-sm-18{margin-right:4.5rem!important}.gds-me-sm-19{margin-right:4.75rem!important}.gds-me-sm-20{margin-right:5rem!important}.gds-me-sm-auto{margin-right:auto!important}.gds-mb-sm-0{margin-bottom:0!important}.gds-mb-sm-1{margin-bottom:.25rem!important}.gds-mb-sm-2{margin-bottom:.5rem!important}.gds-mb-sm-3{margin-bottom:.75rem!important}.gds-mb-sm-4{margin-bottom:1rem!important}.gds-mb-sm-5{margin-bottom:1.25rem!important}.gds-mb-sm-6{margin-bottom:1.5rem!important}.gds-mb-sm-7{margin-bottom:1.75rem!important}.gds-mb-sm-8{margin-bottom:2rem!important}.gds-mb-sm-9{margin-bottom:2.25rem!important}.gds-mb-sm-10{margin-bottom:2.5rem!important}.gds-mb-sm-11{margin-bottom:2.75rem!important}.gds-mb-sm-12{margin-bottom:3rem!important}.gds-mb-sm-13{margin-bottom:3.25rem!important}.gds-mb-sm-14{margin-bottom:3.5rem!important}.gds-mb-sm-15{margin-bottom:3.75rem!important}.gds-mb-sm-16{margin-bottom:4rem!important}.gds-mb-sm-17{margin-bottom:4.25rem!important}.gds-mb-sm-18{margin-bottom:4.5rem!important}.gds-mb-sm-19{margin-bottom:4.75rem!important}.gds-mb-sm-20{margin-bottom:5rem!important}.gds-mb-sm-auto{margin-bottom:auto!important}.gds-ms-sm-0{margin-left:0!important}.gds-ms-sm-1{margin-left:.25rem!important}.gds-ms-sm-2{margin-left:.5rem!important}.gds-ms-sm-3{margin-left:.75rem!important}.gds-ms-sm-4{margin-left:1rem!important}.gds-ms-sm-5{margin-left:1.25rem!important}.gds-ms-sm-6{margin-left:1.5rem!important}.gds-ms-sm-7{margin-left:1.75rem!important}.gds-ms-sm-8{margin-left:2rem!important}.gds-ms-sm-9{margin-left:2.25rem!important}.gds-ms-sm-10{margin-left:2.5rem!important}.gds-ms-sm-11{margin-left:2.75rem!important}.gds-ms-sm-12{margin-left:3rem!important}.gds-ms-sm-13{margin-left:3.25rem!important}.gds-ms-sm-14{margin-left:3.5rem!important}.gds-ms-sm-15{margin-left:3.75rem!important}.gds-ms-sm-16{margin-left:4rem!important}.gds-ms-sm-17{margin-left:4.25rem!important}.gds-ms-sm-18{margin-left:4.5rem!important}.gds-ms-sm-19{margin-left:4.75rem!important}.gds-ms-sm-20{margin-left:5rem!important}.gds-ms-sm-auto{margin-left:auto!important}.gds-p-sm-0{padding:0!important}.gds-p-sm-1{padding:.25rem!important}.gds-p-sm-2{padding:.5rem!important}.gds-p-sm-3{padding:.75rem!important}.gds-p-sm-4{padding:1rem!important}.gds-p-sm-5{padding:1.25rem!important}.gds-p-sm-6{padding:1.5rem!important}.gds-p-sm-7{padding:1.75rem!important}.gds-p-sm-8{padding:2rem!important}.gds-p-sm-9{padding:2.25rem!important}.gds-p-sm-10{padding:2.5rem!important}.gds-p-sm-11{padding:2.75rem!important}.gds-p-sm-12{padding:3rem!important}.gds-p-sm-13{padding:3.25rem!important}.gds-p-sm-14{padding:3.5rem!important}.gds-p-sm-15{padding:3.75rem!important}.gds-p-sm-16{padding:4rem!important}.gds-p-sm-17{padding:4.25rem!important}.gds-p-sm-18{padding:4.5rem!important}.gds-p-sm-19{padding:4.75rem!important}.gds-p-sm-20{padding:5rem!important}.gds-p-sm-auto{padding:auto!important}.gds-px-sm-0{padding-right:0!important;padding-left:0!important}.gds-px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-sm-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-sm-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-sm-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-sm-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-sm-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-sm-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-sm-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-sm-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-sm-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-sm-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-sm-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-sm-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-sm-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-sm-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-sm-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-sm-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-sm-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-sm-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-sm-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-sm-0{padding-top:0!important;padding-bottom:0!important}.gds-py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-sm-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-sm-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-sm-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-sm-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-sm-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-sm-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-sm-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-sm-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-sm-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-sm-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-sm-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-sm-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-sm-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-sm-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-sm-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-sm-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-sm-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-sm-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-sm-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-sm-0{padding-top:0!important}.gds-pt-sm-1{padding-top:.25rem!important}.gds-pt-sm-2{padding-top:.5rem!important}.gds-pt-sm-3{padding-top:.75rem!important}.gds-pt-sm-4{padding-top:1rem!important}.gds-pt-sm-5{padding-top:1.25rem!important}.gds-pt-sm-6{padding-top:1.5rem!important}.gds-pt-sm-7{padding-top:1.75rem!important}.gds-pt-sm-8{padding-top:2rem!important}.gds-pt-sm-9{padding-top:2.25rem!important}.gds-pt-sm-10{padding-top:2.5rem!important}.gds-pt-sm-11{padding-top:2.75rem!important}.gds-pt-sm-12{padding-top:3rem!important}.gds-pt-sm-13{padding-top:3.25rem!important}.gds-pt-sm-14{padding-top:3.5rem!important}.gds-pt-sm-15{padding-top:3.75rem!important}.gds-pt-sm-16{padding-top:4rem!important}.gds-pt-sm-17{padding-top:4.25rem!important}.gds-pt-sm-18{padding-top:4.5rem!important}.gds-pt-sm-19{padding-top:4.75rem!important}.gds-pt-sm-20{padding-top:5rem!important}.gds-pt-sm-auto{padding-top:auto!important}.gds-pe-sm-0{padding-right:0!important}.gds-pe-sm-1{padding-right:.25rem!important}.gds-pe-sm-2{padding-right:.5rem!important}.gds-pe-sm-3{padding-right:.75rem!important}.gds-pe-sm-4{padding-right:1rem!important}.gds-pe-sm-5{padding-right:1.25rem!important}.gds-pe-sm-6{padding-right:1.5rem!important}.gds-pe-sm-7{padding-right:1.75rem!important}.gds-pe-sm-8{padding-right:2rem!important}.gds-pe-sm-9{padding-right:2.25rem!important}.gds-pe-sm-10{padding-right:2.5rem!important}.gds-pe-sm-11{padding-right:2.75rem!important}.gds-pe-sm-12{padding-right:3rem!important}.gds-pe-sm-13{padding-right:3.25rem!important}.gds-pe-sm-14{padding-right:3.5rem!important}.gds-pe-sm-15{padding-right:3.75rem!important}.gds-pe-sm-16{padding-right:4rem!important}.gds-pe-sm-17{padding-right:4.25rem!important}.gds-pe-sm-18{padding-right:4.5rem!important}.gds-pe-sm-19{padding-right:4.75rem!important}.gds-pe-sm-20{padding-right:5rem!important}.gds-pe-sm-auto{padding-right:auto!important}.gds-pb-sm-0{padding-bottom:0!important}.gds-pb-sm-1{padding-bottom:.25rem!important}.gds-pb-sm-2{padding-bottom:.5rem!important}.gds-pb-sm-3{padding-bottom:.75rem!important}.gds-pb-sm-4{padding-bottom:1rem!important}.gds-pb-sm-5{padding-bottom:1.25rem!important}.gds-pb-sm-6{padding-bottom:1.5rem!important}.gds-pb-sm-7{padding-bottom:1.75rem!important}.gds-pb-sm-8{padding-bottom:2rem!important}.gds-pb-sm-9{padding-bottom:2.25rem!important}.gds-pb-sm-10{padding-bottom:2.5rem!important}.gds-pb-sm-11{padding-bottom:2.75rem!important}.gds-pb-sm-12{padding-bottom:3rem!important}.gds-pb-sm-13{padding-bottom:3.25rem!important}.gds-pb-sm-14{padding-bottom:3.5rem!important}.gds-pb-sm-15{padding-bottom:3.75rem!important}.gds-pb-sm-16{padding-bottom:4rem!important}.gds-pb-sm-17{padding-bottom:4.25rem!important}.gds-pb-sm-18{padding-bottom:4.5rem!important}.gds-pb-sm-19{padding-bottom:4.75rem!important}.gds-pb-sm-20{padding-bottom:5rem!important}.gds-pb-sm-auto{padding-bottom:auto!important}.gds-ps-sm-0{padding-left:0!important}.gds-ps-sm-1{padding-left:.25rem!important}.gds-ps-sm-2{padding-left:.5rem!important}.gds-ps-sm-3{padding-left:.75rem!important}.gds-ps-sm-4{padding-left:1rem!important}.gds-ps-sm-5{padding-left:1.25rem!important}.gds-ps-sm-6{padding-left:1.5rem!important}.gds-ps-sm-7{padding-left:1.75rem!important}.gds-ps-sm-8{padding-left:2rem!important}.gds-ps-sm-9{padding-left:2.25rem!important}.gds-ps-sm-10{padding-left:2.5rem!important}.gds-ps-sm-11{padding-left:2.75rem!important}.gds-ps-sm-12{padding-left:3rem!important}.gds-ps-sm-13{padding-left:3.25rem!important}.gds-ps-sm-14{padding-left:3.5rem!important}.gds-ps-sm-15{padding-left:3.75rem!important}.gds-ps-sm-16{padding-left:4rem!important}.gds-ps-sm-17{padding-left:4.25rem!important}.gds-ps-sm-18{padding-left:4.5rem!important}.gds-ps-sm-19{padding-left:4.75rem!important}.gds-ps-sm-20{padding-left:5rem!important}.gds-ps-sm-auto{padding-left:auto!important}.gds-gap-sm-0{gap:0!important}.gds-gap-sm-1{gap:.25rem!important}.gds-gap-sm-2{gap:.5rem!important}.gds-gap-sm-3{gap:.75rem!important}.gds-gap-sm-4{gap:1rem!important}.gds-gap-sm-5{gap:1.25rem!important}.gds-gap-sm-6{gap:1.5rem!important}.gds-gap-sm-7{gap:1.75rem!important}.gds-gap-sm-8{gap:2rem!important}.gds-gap-sm-9{gap:2.25rem!important}.gds-gap-sm-10{gap:2.5rem!important}.gds-gap-sm-11{gap:2.75rem!important}.gds-gap-sm-12{gap:3rem!important}.gds-gap-sm-13{gap:3.25rem!important}.gds-gap-sm-14{gap:3.5rem!important}.gds-gap-sm-15{gap:3.75rem!important}.gds-gap-sm-16{gap:4rem!important}.gds-gap-sm-17{gap:4.25rem!important}.gds-gap-sm-18{gap:4.5rem!important}.gds-gap-sm-19{gap:4.75rem!important}.gds-gap-sm-20{gap:5rem!important}.gds-align-items-sm-start{align-items:flex-start!important}.gds-align-items-sm-end{align-items:flex-end!important}.gds-align-items-sm-center{align-items:center!important}.gds-align-items-sm-baseline{align-items:baseline!important}.gds-align-items-sm-stretch{align-items:stretch!important}}@media(min-width:768px){.gds-d-md-inline{display:inline!important}.gds-d-md-inline-block{display:inline-block!important}.gds-d-md-block{display:block!important}.gds-d-md-grid{display:grid!important}.gds-d-md-table{display:table!important}.gds-d-md-table-row{display:table-row!important}.gds-d-md-table-cell{display:table-cell!important}.gds-d-md-flex{display:flex!important}.gds-d-md-inline-flex{display:inline-flex!important}.gds-d-md-none{display:none!important}.gds-justify-content-md-start{justify-content:flex-start!important}.gds-justify-content-md-end{justify-content:flex-end!important}.gds-justify-content-md-center{justify-content:center!important}.gds-justify-content-md-between{justify-content:space-between!important}.gds-justify-content-md-around{justify-content:space-around!important}.gds-justify-content-md-evenly{justify-content:space-evenly!important}.gds-flex-md-fill{flex:1 1 auto!important}.gds-flex-md-row{flex-direction:row!important}.gds-flex-md-column{flex-direction:column!important}.gds-flex-md-row-reverse{flex-direction:row-reverse!important}.gds-flex-md-column-reverse{flex-direction:column-reverse!important}.gds-m-md-0{margin:0!important}.gds-m-md-1{margin:.25rem!important}.gds-m-md-2{margin:.5rem!important}.gds-m-md-3{margin:.75rem!important}.gds-m-md-4{margin:1rem!important}.gds-m-md-5{margin:1.25rem!important}.gds-m-md-6{margin:1.5rem!important}.gds-m-md-7{margin:1.75rem!important}.gds-m-md-8{margin:2rem!important}.gds-m-md-9{margin:2.25rem!important}.gds-m-md-10{margin:2.5rem!important}.gds-m-md-11{margin:2.75rem!important}.gds-m-md-12{margin:3rem!important}.gds-m-md-13{margin:3.25rem!important}.gds-m-md-14{margin:3.5rem!important}.gds-m-md-15{margin:3.75rem!important}.gds-m-md-16{margin:4rem!important}.gds-m-md-17{margin:4.25rem!important}.gds-m-md-18{margin:4.5rem!important}.gds-m-md-19{margin:4.75rem!important}.gds-m-md-20{margin:5rem!important}.gds-m-md-auto{margin:auto!important}.gds-mx-md-0{margin-right:0!important;margin-left:0!important}.gds-mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-md-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-md-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-md-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-md-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-md-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-md-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-md-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-md-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-md-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-md-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-md-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-md-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-md-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-md-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-md-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-md-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-md-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-md-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-md-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-md-0{margin-top:0!important;margin-bottom:0!important}.gds-my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-md-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-md-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-md-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-md-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-md-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-md-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-md-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-md-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-md-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-md-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-md-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-md-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-md-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-md-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-md-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-md-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-md-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-md-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-md-0{margin-top:0!important}.gds-mt-md-1{margin-top:.25rem!important}.gds-mt-md-2{margin-top:.5rem!important}.gds-mt-md-3{margin-top:.75rem!important}.gds-mt-md-4{margin-top:1rem!important}.gds-mt-md-5{margin-top:1.25rem!important}.gds-mt-md-6{margin-top:1.5rem!important}.gds-mt-md-7{margin-top:1.75rem!important}.gds-mt-md-8{margin-top:2rem!important}.gds-mt-md-9{margin-top:2.25rem!important}.gds-mt-md-10{margin-top:2.5rem!important}.gds-mt-md-11{margin-top:2.75rem!important}.gds-mt-md-12{margin-top:3rem!important}.gds-mt-md-13{margin-top:3.25rem!important}.gds-mt-md-14{margin-top:3.5rem!important}.gds-mt-md-15{margin-top:3.75rem!important}.gds-mt-md-16{margin-top:4rem!important}.gds-mt-md-17{margin-top:4.25rem!important}.gds-mt-md-18{margin-top:4.5rem!important}.gds-mt-md-19{margin-top:4.75rem!important}.gds-mt-md-20{margin-top:5rem!important}.gds-mt-md-auto{margin-top:auto!important}.gds-me-md-0{margin-right:0!important}.gds-me-md-1{margin-right:.25rem!important}.gds-me-md-2{margin-right:.5rem!important}.gds-me-md-3{margin-right:.75rem!important}.gds-me-md-4{margin-right:1rem!important}.gds-me-md-5{margin-right:1.25rem!important}.gds-me-md-6{margin-right:1.5rem!important}.gds-me-md-7{margin-right:1.75rem!important}.gds-me-md-8{margin-right:2rem!important}.gds-me-md-9{margin-right:2.25rem!important}.gds-me-md-10{margin-right:2.5rem!important}.gds-me-md-11{margin-right:2.75rem!important}.gds-me-md-12{margin-right:3rem!important}.gds-me-md-13{margin-right:3.25rem!important}.gds-me-md-14{margin-right:3.5rem!important}.gds-me-md-15{margin-right:3.75rem!important}.gds-me-md-16{margin-right:4rem!important}.gds-me-md-17{margin-right:4.25rem!important}.gds-me-md-18{margin-right:4.5rem!important}.gds-me-md-19{margin-right:4.75rem!important}.gds-me-md-20{margin-right:5rem!important}.gds-me-md-auto{margin-right:auto!important}.gds-mb-md-0{margin-bottom:0!important}.gds-mb-md-1{margin-bottom:.25rem!important}.gds-mb-md-2{margin-bottom:.5rem!important}.gds-mb-md-3{margin-bottom:.75rem!important}.gds-mb-md-4{margin-bottom:1rem!important}.gds-mb-md-5{margin-bottom:1.25rem!important}.gds-mb-md-6{margin-bottom:1.5rem!important}.gds-mb-md-7{margin-bottom:1.75rem!important}.gds-mb-md-8{margin-bottom:2rem!important}.gds-mb-md-9{margin-bottom:2.25rem!important}.gds-mb-md-10{margin-bottom:2.5rem!important}.gds-mb-md-11{margin-bottom:2.75rem!important}.gds-mb-md-12{margin-bottom:3rem!important}.gds-mb-md-13{margin-bottom:3.25rem!important}.gds-mb-md-14{margin-bottom:3.5rem!important}.gds-mb-md-15{margin-bottom:3.75rem!important}.gds-mb-md-16{margin-bottom:4rem!important}.gds-mb-md-17{margin-bottom:4.25rem!important}.gds-mb-md-18{margin-bottom:4.5rem!important}.gds-mb-md-19{margin-bottom:4.75rem!important}.gds-mb-md-20{margin-bottom:5rem!important}.gds-mb-md-auto{margin-bottom:auto!important}.gds-ms-md-0{margin-left:0!important}.gds-ms-md-1{margin-left:.25rem!important}.gds-ms-md-2{margin-left:.5rem!important}.gds-ms-md-3{margin-left:.75rem!important}.gds-ms-md-4{margin-left:1rem!important}.gds-ms-md-5{margin-left:1.25rem!important}.gds-ms-md-6{margin-left:1.5rem!important}.gds-ms-md-7{margin-left:1.75rem!important}.gds-ms-md-8{margin-left:2rem!important}.gds-ms-md-9{margin-left:2.25rem!important}.gds-ms-md-10{margin-left:2.5rem!important}.gds-ms-md-11{margin-left:2.75rem!important}.gds-ms-md-12{margin-left:3rem!important}.gds-ms-md-13{margin-left:3.25rem!important}.gds-ms-md-14{margin-left:3.5rem!important}.gds-ms-md-15{margin-left:3.75rem!important}.gds-ms-md-16{margin-left:4rem!important}.gds-ms-md-17{margin-left:4.25rem!important}.gds-ms-md-18{margin-left:4.5rem!important}.gds-ms-md-19{margin-left:4.75rem!important}.gds-ms-md-20{margin-left:5rem!important}.gds-ms-md-auto{margin-left:auto!important}.gds-p-md-0{padding:0!important}.gds-p-md-1{padding:.25rem!important}.gds-p-md-2{padding:.5rem!important}.gds-p-md-3{padding:.75rem!important}.gds-p-md-4{padding:1rem!important}.gds-p-md-5{padding:1.25rem!important}.gds-p-md-6{padding:1.5rem!important}.gds-p-md-7{padding:1.75rem!important}.gds-p-md-8{padding:2rem!important}.gds-p-md-9{padding:2.25rem!important}.gds-p-md-10{padding:2.5rem!important}.gds-p-md-11{padding:2.75rem!important}.gds-p-md-12{padding:3rem!important}.gds-p-md-13{padding:3.25rem!important}.gds-p-md-14{padding:3.5rem!important}.gds-p-md-15{padding:3.75rem!important}.gds-p-md-16{padding:4rem!important}.gds-p-md-17{padding:4.25rem!important}.gds-p-md-18{padding:4.5rem!important}.gds-p-md-19{padding:4.75rem!important}.gds-p-md-20{padding:5rem!important}.gds-p-md-auto{padding:auto!important}.gds-px-md-0{padding-right:0!important;padding-left:0!important}.gds-px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-md-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-md-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-md-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-md-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-md-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-md-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-md-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-md-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-md-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-md-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-md-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-md-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-md-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-md-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-md-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-md-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-md-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-md-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-md-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-md-0{padding-top:0!important;padding-bottom:0!important}.gds-py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-md-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-md-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-md-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-md-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-md-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-md-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-md-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-md-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-md-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-md-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-md-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-md-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-md-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-md-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-md-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-md-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-md-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-md-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-md-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-md-0{padding-top:0!important}.gds-pt-md-1{padding-top:.25rem!important}.gds-pt-md-2{padding-top:.5rem!important}.gds-pt-md-3{padding-top:.75rem!important}.gds-pt-md-4{padding-top:1rem!important}.gds-pt-md-5{padding-top:1.25rem!important}.gds-pt-md-6{padding-top:1.5rem!important}.gds-pt-md-7{padding-top:1.75rem!important}.gds-pt-md-8{padding-top:2rem!important}.gds-pt-md-9{padding-top:2.25rem!important}.gds-pt-md-10{padding-top:2.5rem!important}.gds-pt-md-11{padding-top:2.75rem!important}.gds-pt-md-12{padding-top:3rem!important}.gds-pt-md-13{padding-top:3.25rem!important}.gds-pt-md-14{padding-top:3.5rem!important}.gds-pt-md-15{padding-top:3.75rem!important}.gds-pt-md-16{padding-top:4rem!important}.gds-pt-md-17{padding-top:4.25rem!important}.gds-pt-md-18{padding-top:4.5rem!important}.gds-pt-md-19{padding-top:4.75rem!important}.gds-pt-md-20{padding-top:5rem!important}.gds-pt-md-auto{padding-top:auto!important}.gds-pe-md-0{padding-right:0!important}.gds-pe-md-1{padding-right:.25rem!important}.gds-pe-md-2{padding-right:.5rem!important}.gds-pe-md-3{padding-right:.75rem!important}.gds-pe-md-4{padding-right:1rem!important}.gds-pe-md-5{padding-right:1.25rem!important}.gds-pe-md-6{padding-right:1.5rem!important}.gds-pe-md-7{padding-right:1.75rem!important}.gds-pe-md-8{padding-right:2rem!important}.gds-pe-md-9{padding-right:2.25rem!important}.gds-pe-md-10{padding-right:2.5rem!important}.gds-pe-md-11{padding-right:2.75rem!important}.gds-pe-md-12{padding-right:3rem!important}.gds-pe-md-13{padding-right:3.25rem!important}.gds-pe-md-14{padding-right:3.5rem!important}.gds-pe-md-15{padding-right:3.75rem!important}.gds-pe-md-16{padding-right:4rem!important}.gds-pe-md-17{padding-right:4.25rem!important}.gds-pe-md-18{padding-right:4.5rem!important}.gds-pe-md-19{padding-right:4.75rem!important}.gds-pe-md-20{padding-right:5rem!important}.gds-pe-md-auto{padding-right:auto!important}.gds-pb-md-0{padding-bottom:0!important}.gds-pb-md-1{padding-bottom:.25rem!important}.gds-pb-md-2{padding-bottom:.5rem!important}.gds-pb-md-3{padding-bottom:.75rem!important}.gds-pb-md-4{padding-bottom:1rem!important}.gds-pb-md-5{padding-bottom:1.25rem!important}.gds-pb-md-6{padding-bottom:1.5rem!important}.gds-pb-md-7{padding-bottom:1.75rem!important}.gds-pb-md-8{padding-bottom:2rem!important}.gds-pb-md-9{padding-bottom:2.25rem!important}.gds-pb-md-10{padding-bottom:2.5rem!important}.gds-pb-md-11{padding-bottom:2.75rem!important}.gds-pb-md-12{padding-bottom:3rem!important}.gds-pb-md-13{padding-bottom:3.25rem!important}.gds-pb-md-14{padding-bottom:3.5rem!important}.gds-pb-md-15{padding-bottom:3.75rem!important}.gds-pb-md-16{padding-bottom:4rem!important}.gds-pb-md-17{padding-bottom:4.25rem!important}.gds-pb-md-18{padding-bottom:4.5rem!important}.gds-pb-md-19{padding-bottom:4.75rem!important}.gds-pb-md-20{padding-bottom:5rem!important}.gds-pb-md-auto{padding-bottom:auto!important}.gds-ps-md-0{padding-left:0!important}.gds-ps-md-1{padding-left:.25rem!important}.gds-ps-md-2{padding-left:.5rem!important}.gds-ps-md-3{padding-left:.75rem!important}.gds-ps-md-4{padding-left:1rem!important}.gds-ps-md-5{padding-left:1.25rem!important}.gds-ps-md-6{padding-left:1.5rem!important}.gds-ps-md-7{padding-left:1.75rem!important}.gds-ps-md-8{padding-left:2rem!important}.gds-ps-md-9{padding-left:2.25rem!important}.gds-ps-md-10{padding-left:2.5rem!important}.gds-ps-md-11{padding-left:2.75rem!important}.gds-ps-md-12{padding-left:3rem!important}.gds-ps-md-13{padding-left:3.25rem!important}.gds-ps-md-14{padding-left:3.5rem!important}.gds-ps-md-15{padding-left:3.75rem!important}.gds-ps-md-16{padding-left:4rem!important}.gds-ps-md-17{padding-left:4.25rem!important}.gds-ps-md-18{padding-left:4.5rem!important}.gds-ps-md-19{padding-left:4.75rem!important}.gds-ps-md-20{padding-left:5rem!important}.gds-ps-md-auto{padding-left:auto!important}.gds-gap-md-0{gap:0!important}.gds-gap-md-1{gap:.25rem!important}.gds-gap-md-2{gap:.5rem!important}.gds-gap-md-3{gap:.75rem!important}.gds-gap-md-4{gap:1rem!important}.gds-gap-md-5{gap:1.25rem!important}.gds-gap-md-6{gap:1.5rem!important}.gds-gap-md-7{gap:1.75rem!important}.gds-gap-md-8{gap:2rem!important}.gds-gap-md-9{gap:2.25rem!important}.gds-gap-md-10{gap:2.5rem!important}.gds-gap-md-11{gap:2.75rem!important}.gds-gap-md-12{gap:3rem!important}.gds-gap-md-13{gap:3.25rem!important}.gds-gap-md-14{gap:3.5rem!important}.gds-gap-md-15{gap:3.75rem!important}.gds-gap-md-16{gap:4rem!important}.gds-gap-md-17{gap:4.25rem!important}.gds-gap-md-18{gap:4.5rem!important}.gds-gap-md-19{gap:4.75rem!important}.gds-gap-md-20{gap:5rem!important}.gds-align-items-md-start{align-items:flex-start!important}.gds-align-items-md-end{align-items:flex-end!important}.gds-align-items-md-center{align-items:center!important}.gds-align-items-md-baseline{align-items:baseline!important}.gds-align-items-md-stretch{align-items:stretch!important}}@media(min-width:900px){.gds-d-semiLg-inline{display:inline!important}.gds-d-semiLg-inline-block{display:inline-block!important}.gds-d-semiLg-block{display:block!important}.gds-d-semiLg-grid{display:grid!important}.gds-d-semiLg-table{display:table!important}.gds-d-semiLg-table-row{display:table-row!important}.gds-d-semiLg-table-cell{display:table-cell!important}.gds-d-semiLg-flex{display:flex!important}.gds-d-semiLg-inline-flex{display:inline-flex!important}.gds-d-semiLg-none{display:none!important}.gds-justify-content-semiLg-start{justify-content:flex-start!important}.gds-justify-content-semiLg-end{justify-content:flex-end!important}.gds-justify-content-semiLg-center{justify-content:center!important}.gds-justify-content-semiLg-between{justify-content:space-between!important}.gds-justify-content-semiLg-around{justify-content:space-around!important}.gds-justify-content-semiLg-evenly{justify-content:space-evenly!important}.gds-flex-semiLg-fill{flex:1 1 auto!important}.gds-flex-semiLg-row{flex-direction:row!important}.gds-flex-semiLg-column{flex-direction:column!important}.gds-flex-semiLg-row-reverse{flex-direction:row-reverse!important}.gds-flex-semiLg-column-reverse{flex-direction:column-reverse!important}.gds-m-semiLg-0{margin:0!important}.gds-m-semiLg-1{margin:.25rem!important}.gds-m-semiLg-2{margin:.5rem!important}.gds-m-semiLg-3{margin:.75rem!important}.gds-m-semiLg-4{margin:1rem!important}.gds-m-semiLg-5{margin:1.25rem!important}.gds-m-semiLg-6{margin:1.5rem!important}.gds-m-semiLg-7{margin:1.75rem!important}.gds-m-semiLg-8{margin:2rem!important}.gds-m-semiLg-9{margin:2.25rem!important}.gds-m-semiLg-10{margin:2.5rem!important}.gds-m-semiLg-11{margin:2.75rem!important}.gds-m-semiLg-12{margin:3rem!important}.gds-m-semiLg-13{margin:3.25rem!important}.gds-m-semiLg-14{margin:3.5rem!important}.gds-m-semiLg-15{margin:3.75rem!important}.gds-m-semiLg-16{margin:4rem!important}.gds-m-semiLg-17{margin:4.25rem!important}.gds-m-semiLg-18{margin:4.5rem!important}.gds-m-semiLg-19{margin:4.75rem!important}.gds-m-semiLg-20{margin:5rem!important}.gds-m-semiLg-auto{margin:auto!important}.gds-mx-semiLg-0{margin-right:0!important;margin-left:0!important}.gds-mx-semiLg-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-semiLg-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-semiLg-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-semiLg-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-semiLg-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-semiLg-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-semiLg-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-semiLg-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-semiLg-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-semiLg-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-semiLg-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-semiLg-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-semiLg-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-semiLg-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-semiLg-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-semiLg-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-semiLg-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-semiLg-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-semiLg-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-semiLg-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-semiLg-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-semiLg-0{margin-top:0!important;margin-bottom:0!important}.gds-my-semiLg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-semiLg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-semiLg-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-semiLg-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-semiLg-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-semiLg-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-semiLg-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-semiLg-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-semiLg-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-semiLg-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-semiLg-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-semiLg-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-semiLg-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-semiLg-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-semiLg-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-semiLg-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-semiLg-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-semiLg-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-semiLg-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-semiLg-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-semiLg-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-semiLg-0{margin-top:0!important}.gds-mt-semiLg-1{margin-top:.25rem!important}.gds-mt-semiLg-2{margin-top:.5rem!important}.gds-mt-semiLg-3{margin-top:.75rem!important}.gds-mt-semiLg-4{margin-top:1rem!important}.gds-mt-semiLg-5{margin-top:1.25rem!important}.gds-mt-semiLg-6{margin-top:1.5rem!important}.gds-mt-semiLg-7{margin-top:1.75rem!important}.gds-mt-semiLg-8{margin-top:2rem!important}.gds-mt-semiLg-9{margin-top:2.25rem!important}.gds-mt-semiLg-10{margin-top:2.5rem!important}.gds-mt-semiLg-11{margin-top:2.75rem!important}.gds-mt-semiLg-12{margin-top:3rem!important}.gds-mt-semiLg-13{margin-top:3.25rem!important}.gds-mt-semiLg-14{margin-top:3.5rem!important}.gds-mt-semiLg-15{margin-top:3.75rem!important}.gds-mt-semiLg-16{margin-top:4rem!important}.gds-mt-semiLg-17{margin-top:4.25rem!important}.gds-mt-semiLg-18{margin-top:4.5rem!important}.gds-mt-semiLg-19{margin-top:4.75rem!important}.gds-mt-semiLg-20{margin-top:5rem!important}.gds-mt-semiLg-auto{margin-top:auto!important}.gds-me-semiLg-0{margin-right:0!important}.gds-me-semiLg-1{margin-right:.25rem!important}.gds-me-semiLg-2{margin-right:.5rem!important}.gds-me-semiLg-3{margin-right:.75rem!important}.gds-me-semiLg-4{margin-right:1rem!important}.gds-me-semiLg-5{margin-right:1.25rem!important}.gds-me-semiLg-6{margin-right:1.5rem!important}.gds-me-semiLg-7{margin-right:1.75rem!important}.gds-me-semiLg-8{margin-right:2rem!important}.gds-me-semiLg-9{margin-right:2.25rem!important}.gds-me-semiLg-10{margin-right:2.5rem!important}.gds-me-semiLg-11{margin-right:2.75rem!important}.gds-me-semiLg-12{margin-right:3rem!important}.gds-me-semiLg-13{margin-right:3.25rem!important}.gds-me-semiLg-14{margin-right:3.5rem!important}.gds-me-semiLg-15{margin-right:3.75rem!important}.gds-me-semiLg-16{margin-right:4rem!important}.gds-me-semiLg-17{margin-right:4.25rem!important}.gds-me-semiLg-18{margin-right:4.5rem!important}.gds-me-semiLg-19{margin-right:4.75rem!important}.gds-me-semiLg-20{margin-right:5rem!important}.gds-me-semiLg-auto{margin-right:auto!important}.gds-mb-semiLg-0{margin-bottom:0!important}.gds-mb-semiLg-1{margin-bottom:.25rem!important}.gds-mb-semiLg-2{margin-bottom:.5rem!important}.gds-mb-semiLg-3{margin-bottom:.75rem!important}.gds-mb-semiLg-4{margin-bottom:1rem!important}.gds-mb-semiLg-5{margin-bottom:1.25rem!important}.gds-mb-semiLg-6{margin-bottom:1.5rem!important}.gds-mb-semiLg-7{margin-bottom:1.75rem!important}.gds-mb-semiLg-8{margin-bottom:2rem!important}.gds-mb-semiLg-9{margin-bottom:2.25rem!important}.gds-mb-semiLg-10{margin-bottom:2.5rem!important}.gds-mb-semiLg-11{margin-bottom:2.75rem!important}.gds-mb-semiLg-12{margin-bottom:3rem!important}.gds-mb-semiLg-13{margin-bottom:3.25rem!important}.gds-mb-semiLg-14{margin-bottom:3.5rem!important}.gds-mb-semiLg-15{margin-bottom:3.75rem!important}.gds-mb-semiLg-16{margin-bottom:4rem!important}.gds-mb-semiLg-17{margin-bottom:4.25rem!important}.gds-mb-semiLg-18{margin-bottom:4.5rem!important}.gds-mb-semiLg-19{margin-bottom:4.75rem!important}.gds-mb-semiLg-20{margin-bottom:5rem!important}.gds-mb-semiLg-auto{margin-bottom:auto!important}.gds-ms-semiLg-0{margin-left:0!important}.gds-ms-semiLg-1{margin-left:.25rem!important}.gds-ms-semiLg-2{margin-left:.5rem!important}.gds-ms-semiLg-3{margin-left:.75rem!important}.gds-ms-semiLg-4{margin-left:1rem!important}.gds-ms-semiLg-5{margin-left:1.25rem!important}.gds-ms-semiLg-6{margin-left:1.5rem!important}.gds-ms-semiLg-7{margin-left:1.75rem!important}.gds-ms-semiLg-8{margin-left:2rem!important}.gds-ms-semiLg-9{margin-left:2.25rem!important}.gds-ms-semiLg-10{margin-left:2.5rem!important}.gds-ms-semiLg-11{margin-left:2.75rem!important}.gds-ms-semiLg-12{margin-left:3rem!important}.gds-ms-semiLg-13{margin-left:3.25rem!important}.gds-ms-semiLg-14{margin-left:3.5rem!important}.gds-ms-semiLg-15{margin-left:3.75rem!important}.gds-ms-semiLg-16{margin-left:4rem!important}.gds-ms-semiLg-17{margin-left:4.25rem!important}.gds-ms-semiLg-18{margin-left:4.5rem!important}.gds-ms-semiLg-19{margin-left:4.75rem!important}.gds-ms-semiLg-20{margin-left:5rem!important}.gds-ms-semiLg-auto{margin-left:auto!important}.gds-p-semiLg-0{padding:0!important}.gds-p-semiLg-1{padding:.25rem!important}.gds-p-semiLg-2{padding:.5rem!important}.gds-p-semiLg-3{padding:.75rem!important}.gds-p-semiLg-4{padding:1rem!important}.gds-p-semiLg-5{padding:1.25rem!important}.gds-p-semiLg-6{padding:1.5rem!important}.gds-p-semiLg-7{padding:1.75rem!important}.gds-p-semiLg-8{padding:2rem!important}.gds-p-semiLg-9{padding:2.25rem!important}.gds-p-semiLg-10{padding:2.5rem!important}.gds-p-semiLg-11{padding:2.75rem!important}.gds-p-semiLg-12{padding:3rem!important}.gds-p-semiLg-13{padding:3.25rem!important}.gds-p-semiLg-14{padding:3.5rem!important}.gds-p-semiLg-15{padding:3.75rem!important}.gds-p-semiLg-16{padding:4rem!important}.gds-p-semiLg-17{padding:4.25rem!important}.gds-p-semiLg-18{padding:4.5rem!important}.gds-p-semiLg-19{padding:4.75rem!important}.gds-p-semiLg-20{padding:5rem!important}.gds-p-semiLg-auto{padding:auto!important}.gds-px-semiLg-0{padding-right:0!important;padding-left:0!important}.gds-px-semiLg-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-semiLg-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-semiLg-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-semiLg-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-semiLg-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-semiLg-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-semiLg-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-semiLg-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-semiLg-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-semiLg-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-semiLg-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-semiLg-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-semiLg-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-semiLg-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-semiLg-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-semiLg-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-semiLg-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-semiLg-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-semiLg-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-semiLg-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-semiLg-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-semiLg-0{padding-top:0!important;padding-bottom:0!important}.gds-py-semiLg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-semiLg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-semiLg-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-semiLg-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-semiLg-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-semiLg-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-semiLg-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-semiLg-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-semiLg-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-semiLg-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-semiLg-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-semiLg-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-semiLg-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-semiLg-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-semiLg-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-semiLg-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-semiLg-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-semiLg-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-semiLg-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-semiLg-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-semiLg-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-semiLg-0{padding-top:0!important}.gds-pt-semiLg-1{padding-top:.25rem!important}.gds-pt-semiLg-2{padding-top:.5rem!important}.gds-pt-semiLg-3{padding-top:.75rem!important}.gds-pt-semiLg-4{padding-top:1rem!important}.gds-pt-semiLg-5{padding-top:1.25rem!important}.gds-pt-semiLg-6{padding-top:1.5rem!important}.gds-pt-semiLg-7{padding-top:1.75rem!important}.gds-pt-semiLg-8{padding-top:2rem!important}.gds-pt-semiLg-9{padding-top:2.25rem!important}.gds-pt-semiLg-10{padding-top:2.5rem!important}.gds-pt-semiLg-11{padding-top:2.75rem!important}.gds-pt-semiLg-12{padding-top:3rem!important}.gds-pt-semiLg-13{padding-top:3.25rem!important}.gds-pt-semiLg-14{padding-top:3.5rem!important}.gds-pt-semiLg-15{padding-top:3.75rem!important}.gds-pt-semiLg-16{padding-top:4rem!important}.gds-pt-semiLg-17{padding-top:4.25rem!important}.gds-pt-semiLg-18{padding-top:4.5rem!important}.gds-pt-semiLg-19{padding-top:4.75rem!important}.gds-pt-semiLg-20{padding-top:5rem!important}.gds-pt-semiLg-auto{padding-top:auto!important}.gds-pe-semiLg-0{padding-right:0!important}.gds-pe-semiLg-1{padding-right:.25rem!important}.gds-pe-semiLg-2{padding-right:.5rem!important}.gds-pe-semiLg-3{padding-right:.75rem!important}.gds-pe-semiLg-4{padding-right:1rem!important}.gds-pe-semiLg-5{padding-right:1.25rem!important}.gds-pe-semiLg-6{padding-right:1.5rem!important}.gds-pe-semiLg-7{padding-right:1.75rem!important}.gds-pe-semiLg-8{padding-right:2rem!important}.gds-pe-semiLg-9{padding-right:2.25rem!important}.gds-pe-semiLg-10{padding-right:2.5rem!important}.gds-pe-semiLg-11{padding-right:2.75rem!important}.gds-pe-semiLg-12{padding-right:3rem!important}.gds-pe-semiLg-13{padding-right:3.25rem!important}.gds-pe-semiLg-14{padding-right:3.5rem!important}.gds-pe-semiLg-15{padding-right:3.75rem!important}.gds-pe-semiLg-16{padding-right:4rem!important}.gds-pe-semiLg-17{padding-right:4.25rem!important}.gds-pe-semiLg-18{padding-right:4.5rem!important}.gds-pe-semiLg-19{padding-right:4.75rem!important}.gds-pe-semiLg-20{padding-right:5rem!important}.gds-pe-semiLg-auto{padding-right:auto!important}.gds-pb-semiLg-0{padding-bottom:0!important}.gds-pb-semiLg-1{padding-bottom:.25rem!important}.gds-pb-semiLg-2{padding-bottom:.5rem!important}.gds-pb-semiLg-3{padding-bottom:.75rem!important}.gds-pb-semiLg-4{padding-bottom:1rem!important}.gds-pb-semiLg-5{padding-bottom:1.25rem!important}.gds-pb-semiLg-6{padding-bottom:1.5rem!important}.gds-pb-semiLg-7{padding-bottom:1.75rem!important}.gds-pb-semiLg-8{padding-bottom:2rem!important}.gds-pb-semiLg-9{padding-bottom:2.25rem!important}.gds-pb-semiLg-10{padding-bottom:2.5rem!important}.gds-pb-semiLg-11{padding-bottom:2.75rem!important}.gds-pb-semiLg-12{padding-bottom:3rem!important}.gds-pb-semiLg-13{padding-bottom:3.25rem!important}.gds-pb-semiLg-14{padding-bottom:3.5rem!important}.gds-pb-semiLg-15{padding-bottom:3.75rem!important}.gds-pb-semiLg-16{padding-bottom:4rem!important}.gds-pb-semiLg-17{padding-bottom:4.25rem!important}.gds-pb-semiLg-18{padding-bottom:4.5rem!important}.gds-pb-semiLg-19{padding-bottom:4.75rem!important}.gds-pb-semiLg-20{padding-bottom:5rem!important}.gds-pb-semiLg-auto{padding-bottom:auto!important}.gds-ps-semiLg-0{padding-left:0!important}.gds-ps-semiLg-1{padding-left:.25rem!important}.gds-ps-semiLg-2{padding-left:.5rem!important}.gds-ps-semiLg-3{padding-left:.75rem!important}.gds-ps-semiLg-4{padding-left:1rem!important}.gds-ps-semiLg-5{padding-left:1.25rem!important}.gds-ps-semiLg-6{padding-left:1.5rem!important}.gds-ps-semiLg-7{padding-left:1.75rem!important}.gds-ps-semiLg-8{padding-left:2rem!important}.gds-ps-semiLg-9{padding-left:2.25rem!important}.gds-ps-semiLg-10{padding-left:2.5rem!important}.gds-ps-semiLg-11{padding-left:2.75rem!important}.gds-ps-semiLg-12{padding-left:3rem!important}.gds-ps-semiLg-13{padding-left:3.25rem!important}.gds-ps-semiLg-14{padding-left:3.5rem!important}.gds-ps-semiLg-15{padding-left:3.75rem!important}.gds-ps-semiLg-16{padding-left:4rem!important}.gds-ps-semiLg-17{padding-left:4.25rem!important}.gds-ps-semiLg-18{padding-left:4.5rem!important}.gds-ps-semiLg-19{padding-left:4.75rem!important}.gds-ps-semiLg-20{padding-left:5rem!important}.gds-ps-semiLg-auto{padding-left:auto!important}.gds-gap-semiLg-0{gap:0!important}.gds-gap-semiLg-1{gap:.25rem!important}.gds-gap-semiLg-2{gap:.5rem!important}.gds-gap-semiLg-3{gap:.75rem!important}.gds-gap-semiLg-4{gap:1rem!important}.gds-gap-semiLg-5{gap:1.25rem!important}.gds-gap-semiLg-6{gap:1.5rem!important}.gds-gap-semiLg-7{gap:1.75rem!important}.gds-gap-semiLg-8{gap:2rem!important}.gds-gap-semiLg-9{gap:2.25rem!important}.gds-gap-semiLg-10{gap:2.5rem!important}.gds-gap-semiLg-11{gap:2.75rem!important}.gds-gap-semiLg-12{gap:3rem!important}.gds-gap-semiLg-13{gap:3.25rem!important}.gds-gap-semiLg-14{gap:3.5rem!important}.gds-gap-semiLg-15{gap:3.75rem!important}.gds-gap-semiLg-16{gap:4rem!important}.gds-gap-semiLg-17{gap:4.25rem!important}.gds-gap-semiLg-18{gap:4.5rem!important}.gds-gap-semiLg-19{gap:4.75rem!important}.gds-gap-semiLg-20{gap:5rem!important}.gds-align-items-semiLg-start{align-items:flex-start!important}.gds-align-items-semiLg-end{align-items:flex-end!important}.gds-align-items-semiLg-center{align-items:center!important}.gds-align-items-semiLg-baseline{align-items:baseline!important}.gds-align-items-semiLg-stretch{align-items:stretch!important}}@media(min-width:1050px){.gds-d-lg-inline{display:inline!important}.gds-d-lg-inline-block{display:inline-block!important}.gds-d-lg-block{display:block!important}.gds-d-lg-grid{display:grid!important}.gds-d-lg-table{display:table!important}.gds-d-lg-table-row{display:table-row!important}.gds-d-lg-table-cell{display:table-cell!important}.gds-d-lg-flex{display:flex!important}.gds-d-lg-inline-flex{display:inline-flex!important}.gds-d-lg-none{display:none!important}.gds-justify-content-lg-start{justify-content:flex-start!important}.gds-justify-content-lg-end{justify-content:flex-end!important}.gds-justify-content-lg-center{justify-content:center!important}.gds-justify-content-lg-between{justify-content:space-between!important}.gds-justify-content-lg-around{justify-content:space-around!important}.gds-justify-content-lg-evenly{justify-content:space-evenly!important}.gds-flex-lg-fill{flex:1 1 auto!important}.gds-flex-lg-row{flex-direction:row!important}.gds-flex-lg-column{flex-direction:column!important}.gds-flex-lg-row-reverse{flex-direction:row-reverse!important}.gds-flex-lg-column-reverse{flex-direction:column-reverse!important}.gds-m-lg-0{margin:0!important}.gds-m-lg-1{margin:.25rem!important}.gds-m-lg-2{margin:.5rem!important}.gds-m-lg-3{margin:.75rem!important}.gds-m-lg-4{margin:1rem!important}.gds-m-lg-5{margin:1.25rem!important}.gds-m-lg-6{margin:1.5rem!important}.gds-m-lg-7{margin:1.75rem!important}.gds-m-lg-8{margin:2rem!important}.gds-m-lg-9{margin:2.25rem!important}.gds-m-lg-10{margin:2.5rem!important}.gds-m-lg-11{margin:2.75rem!important}.gds-m-lg-12{margin:3rem!important}.gds-m-lg-13{margin:3.25rem!important}.gds-m-lg-14{margin:3.5rem!important}.gds-m-lg-15{margin:3.75rem!important}.gds-m-lg-16{margin:4rem!important}.gds-m-lg-17{margin:4.25rem!important}.gds-m-lg-18{margin:4.5rem!important}.gds-m-lg-19{margin:4.75rem!important}.gds-m-lg-20{margin:5rem!important}.gds-m-lg-auto{margin:auto!important}.gds-mx-lg-0{margin-right:0!important;margin-left:0!important}.gds-mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-lg-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-lg-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-lg-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-lg-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-lg-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-lg-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-lg-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-lg-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-lg-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-lg-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-lg-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-lg-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-lg-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-lg-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-lg-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-lg-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-lg-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-lg-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-lg-0{margin-top:0!important;margin-bottom:0!important}.gds-my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-lg-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-lg-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-lg-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-lg-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-lg-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-lg-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-lg-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-lg-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-lg-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-lg-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-lg-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-lg-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-lg-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-lg-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-lg-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-lg-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-lg-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-lg-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-lg-0{margin-top:0!important}.gds-mt-lg-1{margin-top:.25rem!important}.gds-mt-lg-2{margin-top:.5rem!important}.gds-mt-lg-3{margin-top:.75rem!important}.gds-mt-lg-4{margin-top:1rem!important}.gds-mt-lg-5{margin-top:1.25rem!important}.gds-mt-lg-6{margin-top:1.5rem!important}.gds-mt-lg-7{margin-top:1.75rem!important}.gds-mt-lg-8{margin-top:2rem!important}.gds-mt-lg-9{margin-top:2.25rem!important}.gds-mt-lg-10{margin-top:2.5rem!important}.gds-mt-lg-11{margin-top:2.75rem!important}.gds-mt-lg-12{margin-top:3rem!important}.gds-mt-lg-13{margin-top:3.25rem!important}.gds-mt-lg-14{margin-top:3.5rem!important}.gds-mt-lg-15{margin-top:3.75rem!important}.gds-mt-lg-16{margin-top:4rem!important}.gds-mt-lg-17{margin-top:4.25rem!important}.gds-mt-lg-18{margin-top:4.5rem!important}.gds-mt-lg-19{margin-top:4.75rem!important}.gds-mt-lg-20{margin-top:5rem!important}.gds-mt-lg-auto{margin-top:auto!important}.gds-me-lg-0{margin-right:0!important}.gds-me-lg-1{margin-right:.25rem!important}.gds-me-lg-2{margin-right:.5rem!important}.gds-me-lg-3{margin-right:.75rem!important}.gds-me-lg-4{margin-right:1rem!important}.gds-me-lg-5{margin-right:1.25rem!important}.gds-me-lg-6{margin-right:1.5rem!important}.gds-me-lg-7{margin-right:1.75rem!important}.gds-me-lg-8{margin-right:2rem!important}.gds-me-lg-9{margin-right:2.25rem!important}.gds-me-lg-10{margin-right:2.5rem!important}.gds-me-lg-11{margin-right:2.75rem!important}.gds-me-lg-12{margin-right:3rem!important}.gds-me-lg-13{margin-right:3.25rem!important}.gds-me-lg-14{margin-right:3.5rem!important}.gds-me-lg-15{margin-right:3.75rem!important}.gds-me-lg-16{margin-right:4rem!important}.gds-me-lg-17{margin-right:4.25rem!important}.gds-me-lg-18{margin-right:4.5rem!important}.gds-me-lg-19{margin-right:4.75rem!important}.gds-me-lg-20{margin-right:5rem!important}.gds-me-lg-auto{margin-right:auto!important}.gds-mb-lg-0{margin-bottom:0!important}.gds-mb-lg-1{margin-bottom:.25rem!important}.gds-mb-lg-2{margin-bottom:.5rem!important}.gds-mb-lg-3{margin-bottom:.75rem!important}.gds-mb-lg-4{margin-bottom:1rem!important}.gds-mb-lg-5{margin-bottom:1.25rem!important}.gds-mb-lg-6{margin-bottom:1.5rem!important}.gds-mb-lg-7{margin-bottom:1.75rem!important}.gds-mb-lg-8{margin-bottom:2rem!important}.gds-mb-lg-9{margin-bottom:2.25rem!important}.gds-mb-lg-10{margin-bottom:2.5rem!important}.gds-mb-lg-11{margin-bottom:2.75rem!important}.gds-mb-lg-12{margin-bottom:3rem!important}.gds-mb-lg-13{margin-bottom:3.25rem!important}.gds-mb-lg-14{margin-bottom:3.5rem!important}.gds-mb-lg-15{margin-bottom:3.75rem!important}.gds-mb-lg-16{margin-bottom:4rem!important}.gds-mb-lg-17{margin-bottom:4.25rem!important}.gds-mb-lg-18{margin-bottom:4.5rem!important}.gds-mb-lg-19{margin-bottom:4.75rem!important}.gds-mb-lg-20{margin-bottom:5rem!important}.gds-mb-lg-auto{margin-bottom:auto!important}.gds-ms-lg-0{margin-left:0!important}.gds-ms-lg-1{margin-left:.25rem!important}.gds-ms-lg-2{margin-left:.5rem!important}.gds-ms-lg-3{margin-left:.75rem!important}.gds-ms-lg-4{margin-left:1rem!important}.gds-ms-lg-5{margin-left:1.25rem!important}.gds-ms-lg-6{margin-left:1.5rem!important}.gds-ms-lg-7{margin-left:1.75rem!important}.gds-ms-lg-8{margin-left:2rem!important}.gds-ms-lg-9{margin-left:2.25rem!important}.gds-ms-lg-10{margin-left:2.5rem!important}.gds-ms-lg-11{margin-left:2.75rem!important}.gds-ms-lg-12{margin-left:3rem!important}.gds-ms-lg-13{margin-left:3.25rem!important}.gds-ms-lg-14{margin-left:3.5rem!important}.gds-ms-lg-15{margin-left:3.75rem!important}.gds-ms-lg-16{margin-left:4rem!important}.gds-ms-lg-17{margin-left:4.25rem!important}.gds-ms-lg-18{margin-left:4.5rem!important}.gds-ms-lg-19{margin-left:4.75rem!important}.gds-ms-lg-20{margin-left:5rem!important}.gds-ms-lg-auto{margin-left:auto!important}.gds-p-lg-0{padding:0!important}.gds-p-lg-1{padding:.25rem!important}.gds-p-lg-2{padding:.5rem!important}.gds-p-lg-3{padding:.75rem!important}.gds-p-lg-4{padding:1rem!important}.gds-p-lg-5{padding:1.25rem!important}.gds-p-lg-6{padding:1.5rem!important}.gds-p-lg-7{padding:1.75rem!important}.gds-p-lg-8{padding:2rem!important}.gds-p-lg-9{padding:2.25rem!important}.gds-p-lg-10{padding:2.5rem!important}.gds-p-lg-11{padding:2.75rem!important}.gds-p-lg-12{padding:3rem!important}.gds-p-lg-13{padding:3.25rem!important}.gds-p-lg-14{padding:3.5rem!important}.gds-p-lg-15{padding:3.75rem!important}.gds-p-lg-16{padding:4rem!important}.gds-p-lg-17{padding:4.25rem!important}.gds-p-lg-18{padding:4.5rem!important}.gds-p-lg-19{padding:4.75rem!important}.gds-p-lg-20{padding:5rem!important}.gds-p-lg-auto{padding:auto!important}.gds-px-lg-0{padding-right:0!important;padding-left:0!important}.gds-px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-lg-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-lg-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-lg-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-lg-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-lg-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-lg-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-lg-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-lg-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-lg-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-lg-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-lg-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-lg-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-lg-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-lg-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-lg-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-lg-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-lg-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-lg-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-lg-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-lg-0{padding-top:0!important;padding-bottom:0!important}.gds-py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-lg-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-lg-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-lg-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-lg-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-lg-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-lg-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-lg-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-lg-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-lg-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-lg-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-lg-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-lg-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-lg-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-lg-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-lg-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-lg-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-lg-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-lg-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-lg-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-lg-0{padding-top:0!important}.gds-pt-lg-1{padding-top:.25rem!important}.gds-pt-lg-2{padding-top:.5rem!important}.gds-pt-lg-3{padding-top:.75rem!important}.gds-pt-lg-4{padding-top:1rem!important}.gds-pt-lg-5{padding-top:1.25rem!important}.gds-pt-lg-6{padding-top:1.5rem!important}.gds-pt-lg-7{padding-top:1.75rem!important}.gds-pt-lg-8{padding-top:2rem!important}.gds-pt-lg-9{padding-top:2.25rem!important}.gds-pt-lg-10{padding-top:2.5rem!important}.gds-pt-lg-11{padding-top:2.75rem!important}.gds-pt-lg-12{padding-top:3rem!important}.gds-pt-lg-13{padding-top:3.25rem!important}.gds-pt-lg-14{padding-top:3.5rem!important}.gds-pt-lg-15{padding-top:3.75rem!important}.gds-pt-lg-16{padding-top:4rem!important}.gds-pt-lg-17{padding-top:4.25rem!important}.gds-pt-lg-18{padding-top:4.5rem!important}.gds-pt-lg-19{padding-top:4.75rem!important}.gds-pt-lg-20{padding-top:5rem!important}.gds-pt-lg-auto{padding-top:auto!important}.gds-pe-lg-0{padding-right:0!important}.gds-pe-lg-1{padding-right:.25rem!important}.gds-pe-lg-2{padding-right:.5rem!important}.gds-pe-lg-3{padding-right:.75rem!important}.gds-pe-lg-4{padding-right:1rem!important}.gds-pe-lg-5{padding-right:1.25rem!important}.gds-pe-lg-6{padding-right:1.5rem!important}.gds-pe-lg-7{padding-right:1.75rem!important}.gds-pe-lg-8{padding-right:2rem!important}.gds-pe-lg-9{padding-right:2.25rem!important}.gds-pe-lg-10{padding-right:2.5rem!important}.gds-pe-lg-11{padding-right:2.75rem!important}.gds-pe-lg-12{padding-right:3rem!important}.gds-pe-lg-13{padding-right:3.25rem!important}.gds-pe-lg-14{padding-right:3.5rem!important}.gds-pe-lg-15{padding-right:3.75rem!important}.gds-pe-lg-16{padding-right:4rem!important}.gds-pe-lg-17{padding-right:4.25rem!important}.gds-pe-lg-18{padding-right:4.5rem!important}.gds-pe-lg-19{padding-right:4.75rem!important}.gds-pe-lg-20{padding-right:5rem!important}.gds-pe-lg-auto{padding-right:auto!important}.gds-pb-lg-0{padding-bottom:0!important}.gds-pb-lg-1{padding-bottom:.25rem!important}.gds-pb-lg-2{padding-bottom:.5rem!important}.gds-pb-lg-3{padding-bottom:.75rem!important}.gds-pb-lg-4{padding-bottom:1rem!important}.gds-pb-lg-5{padding-bottom:1.25rem!important}.gds-pb-lg-6{padding-bottom:1.5rem!important}.gds-pb-lg-7{padding-bottom:1.75rem!important}.gds-pb-lg-8{padding-bottom:2rem!important}.gds-pb-lg-9{padding-bottom:2.25rem!important}.gds-pb-lg-10{padding-bottom:2.5rem!important}.gds-pb-lg-11{padding-bottom:2.75rem!important}.gds-pb-lg-12{padding-bottom:3rem!important}.gds-pb-lg-13{padding-bottom:3.25rem!important}.gds-pb-lg-14{padding-bottom:3.5rem!important}.gds-pb-lg-15{padding-bottom:3.75rem!important}.gds-pb-lg-16{padding-bottom:4rem!important}.gds-pb-lg-17{padding-bottom:4.25rem!important}.gds-pb-lg-18{padding-bottom:4.5rem!important}.gds-pb-lg-19{padding-bottom:4.75rem!important}.gds-pb-lg-20{padding-bottom:5rem!important}.gds-pb-lg-auto{padding-bottom:auto!important}.gds-ps-lg-0{padding-left:0!important}.gds-ps-lg-1{padding-left:.25rem!important}.gds-ps-lg-2{padding-left:.5rem!important}.gds-ps-lg-3{padding-left:.75rem!important}.gds-ps-lg-4{padding-left:1rem!important}.gds-ps-lg-5{padding-left:1.25rem!important}.gds-ps-lg-6{padding-left:1.5rem!important}.gds-ps-lg-7{padding-left:1.75rem!important}.gds-ps-lg-8{padding-left:2rem!important}.gds-ps-lg-9{padding-left:2.25rem!important}.gds-ps-lg-10{padding-left:2.5rem!important}.gds-ps-lg-11{padding-left:2.75rem!important}.gds-ps-lg-12{padding-left:3rem!important}.gds-ps-lg-13{padding-left:3.25rem!important}.gds-ps-lg-14{padding-left:3.5rem!important}.gds-ps-lg-15{padding-left:3.75rem!important}.gds-ps-lg-16{padding-left:4rem!important}.gds-ps-lg-17{padding-left:4.25rem!important}.gds-ps-lg-18{padding-left:4.5rem!important}.gds-ps-lg-19{padding-left:4.75rem!important}.gds-ps-lg-20{padding-left:5rem!important}.gds-ps-lg-auto{padding-left:auto!important}.gds-gap-lg-0{gap:0!important}.gds-gap-lg-1{gap:.25rem!important}.gds-gap-lg-2{gap:.5rem!important}.gds-gap-lg-3{gap:.75rem!important}.gds-gap-lg-4{gap:1rem!important}.gds-gap-lg-5{gap:1.25rem!important}.gds-gap-lg-6{gap:1.5rem!important}.gds-gap-lg-7{gap:1.75rem!important}.gds-gap-lg-8{gap:2rem!important}.gds-gap-lg-9{gap:2.25rem!important}.gds-gap-lg-10{gap:2.5rem!important}.gds-gap-lg-11{gap:2.75rem!important}.gds-gap-lg-12{gap:3rem!important}.gds-gap-lg-13{gap:3.25rem!important}.gds-gap-lg-14{gap:3.5rem!important}.gds-gap-lg-15{gap:3.75rem!important}.gds-gap-lg-16{gap:4rem!important}.gds-gap-lg-17{gap:4.25rem!important}.gds-gap-lg-18{gap:4.5rem!important}.gds-gap-lg-19{gap:4.75rem!important}.gds-gap-lg-20{gap:5rem!important}.gds-align-items-lg-start{align-items:flex-start!important}.gds-align-items-lg-end{align-items:flex-end!important}.gds-align-items-lg-center{align-items:center!important}.gds-align-items-lg-baseline{align-items:baseline!important}.gds-align-items-lg-stretch{align-items:stretch!important}}@media(min-width:1366px){.gds-d-xl-inline{display:inline!important}.gds-d-xl-inline-block{display:inline-block!important}.gds-d-xl-block{display:block!important}.gds-d-xl-grid{display:grid!important}.gds-d-xl-table{display:table!important}.gds-d-xl-table-row{display:table-row!important}.gds-d-xl-table-cell{display:table-cell!important}.gds-d-xl-flex{display:flex!important}.gds-d-xl-inline-flex{display:inline-flex!important}.gds-d-xl-none{display:none!important}.gds-justify-content-xl-start{justify-content:flex-start!important}.gds-justify-content-xl-end{justify-content:flex-end!important}.gds-justify-content-xl-center{justify-content:center!important}.gds-justify-content-xl-between{justify-content:space-between!important}.gds-justify-content-xl-around{justify-content:space-around!important}.gds-justify-content-xl-evenly{justify-content:space-evenly!important}.gds-flex-xl-fill{flex:1 1 auto!important}.gds-flex-xl-row{flex-direction:row!important}.gds-flex-xl-column{flex-direction:column!important}.gds-flex-xl-row-reverse{flex-direction:row-reverse!important}.gds-flex-xl-column-reverse{flex-direction:column-reverse!important}.gds-m-xl-0{margin:0!important}.gds-m-xl-1{margin:.25rem!important}.gds-m-xl-2{margin:.5rem!important}.gds-m-xl-3{margin:.75rem!important}.gds-m-xl-4{margin:1rem!important}.gds-m-xl-5{margin:1.25rem!important}.gds-m-xl-6{margin:1.5rem!important}.gds-m-xl-7{margin:1.75rem!important}.gds-m-xl-8{margin:2rem!important}.gds-m-xl-9{margin:2.25rem!important}.gds-m-xl-10{margin:2.5rem!important}.gds-m-xl-11{margin:2.75rem!important}.gds-m-xl-12{margin:3rem!important}.gds-m-xl-13{margin:3.25rem!important}.gds-m-xl-14{margin:3.5rem!important}.gds-m-xl-15{margin:3.75rem!important}.gds-m-xl-16{margin:4rem!important}.gds-m-xl-17{margin:4.25rem!important}.gds-m-xl-18{margin:4.5rem!important}.gds-m-xl-19{margin:4.75rem!important}.gds-m-xl-20{margin:5rem!important}.gds-m-xl-auto{margin:auto!important}.gds-mx-xl-0{margin-right:0!important;margin-left:0!important}.gds-mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-xl-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-xl-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-xl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-xl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-xl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-xl-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-xl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-xl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-xl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-xl-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-xl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-xl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-xl-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-xl-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-xl-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-xl-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-xl-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-xl-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-xl-0{margin-top:0!important;margin-bottom:0!important}.gds-my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-xl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-xl-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-xl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-xl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-xl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-xl-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-xl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-xl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-xl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-xl-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-xl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-xl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-xl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-xl-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-xl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-xl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-xl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-xl-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-xl-0{margin-top:0!important}.gds-mt-xl-1{margin-top:.25rem!important}.gds-mt-xl-2{margin-top:.5rem!important}.gds-mt-xl-3{margin-top:.75rem!important}.gds-mt-xl-4{margin-top:1rem!important}.gds-mt-xl-5{margin-top:1.25rem!important}.gds-mt-xl-6{margin-top:1.5rem!important}.gds-mt-xl-7{margin-top:1.75rem!important}.gds-mt-xl-8{margin-top:2rem!important}.gds-mt-xl-9{margin-top:2.25rem!important}.gds-mt-xl-10{margin-top:2.5rem!important}.gds-mt-xl-11{margin-top:2.75rem!important}.gds-mt-xl-12{margin-top:3rem!important}.gds-mt-xl-13{margin-top:3.25rem!important}.gds-mt-xl-14{margin-top:3.5rem!important}.gds-mt-xl-15{margin-top:3.75rem!important}.gds-mt-xl-16{margin-top:4rem!important}.gds-mt-xl-17{margin-top:4.25rem!important}.gds-mt-xl-18{margin-top:4.5rem!important}.gds-mt-xl-19{margin-top:4.75rem!important}.gds-mt-xl-20{margin-top:5rem!important}.gds-mt-xl-auto{margin-top:auto!important}.gds-me-xl-0{margin-right:0!important}.gds-me-xl-1{margin-right:.25rem!important}.gds-me-xl-2{margin-right:.5rem!important}.gds-me-xl-3{margin-right:.75rem!important}.gds-me-xl-4{margin-right:1rem!important}.gds-me-xl-5{margin-right:1.25rem!important}.gds-me-xl-6{margin-right:1.5rem!important}.gds-me-xl-7{margin-right:1.75rem!important}.gds-me-xl-8{margin-right:2rem!important}.gds-me-xl-9{margin-right:2.25rem!important}.gds-me-xl-10{margin-right:2.5rem!important}.gds-me-xl-11{margin-right:2.75rem!important}.gds-me-xl-12{margin-right:3rem!important}.gds-me-xl-13{margin-right:3.25rem!important}.gds-me-xl-14{margin-right:3.5rem!important}.gds-me-xl-15{margin-right:3.75rem!important}.gds-me-xl-16{margin-right:4rem!important}.gds-me-xl-17{margin-right:4.25rem!important}.gds-me-xl-18{margin-right:4.5rem!important}.gds-me-xl-19{margin-right:4.75rem!important}.gds-me-xl-20{margin-right:5rem!important}.gds-me-xl-auto{margin-right:auto!important}.gds-mb-xl-0{margin-bottom:0!important}.gds-mb-xl-1{margin-bottom:.25rem!important}.gds-mb-xl-2{margin-bottom:.5rem!important}.gds-mb-xl-3{margin-bottom:.75rem!important}.gds-mb-xl-4{margin-bottom:1rem!important}.gds-mb-xl-5{margin-bottom:1.25rem!important}.gds-mb-xl-6{margin-bottom:1.5rem!important}.gds-mb-xl-7{margin-bottom:1.75rem!important}.gds-mb-xl-8{margin-bottom:2rem!important}.gds-mb-xl-9{margin-bottom:2.25rem!important}.gds-mb-xl-10{margin-bottom:2.5rem!important}.gds-mb-xl-11{margin-bottom:2.75rem!important}.gds-mb-xl-12{margin-bottom:3rem!important}.gds-mb-xl-13{margin-bottom:3.25rem!important}.gds-mb-xl-14{margin-bottom:3.5rem!important}.gds-mb-xl-15{margin-bottom:3.75rem!important}.gds-mb-xl-16{margin-bottom:4rem!important}.gds-mb-xl-17{margin-bottom:4.25rem!important}.gds-mb-xl-18{margin-bottom:4.5rem!important}.gds-mb-xl-19{margin-bottom:4.75rem!important}.gds-mb-xl-20{margin-bottom:5rem!important}.gds-mb-xl-auto{margin-bottom:auto!important}.gds-ms-xl-0{margin-left:0!important}.gds-ms-xl-1{margin-left:.25rem!important}.gds-ms-xl-2{margin-left:.5rem!important}.gds-ms-xl-3{margin-left:.75rem!important}.gds-ms-xl-4{margin-left:1rem!important}.gds-ms-xl-5{margin-left:1.25rem!important}.gds-ms-xl-6{margin-left:1.5rem!important}.gds-ms-xl-7{margin-left:1.75rem!important}.gds-ms-xl-8{margin-left:2rem!important}.gds-ms-xl-9{margin-left:2.25rem!important}.gds-ms-xl-10{margin-left:2.5rem!important}.gds-ms-xl-11{margin-left:2.75rem!important}.gds-ms-xl-12{margin-left:3rem!important}.gds-ms-xl-13{margin-left:3.25rem!important}.gds-ms-xl-14{margin-left:3.5rem!important}.gds-ms-xl-15{margin-left:3.75rem!important}.gds-ms-xl-16{margin-left:4rem!important}.gds-ms-xl-17{margin-left:4.25rem!important}.gds-ms-xl-18{margin-left:4.5rem!important}.gds-ms-xl-19{margin-left:4.75rem!important}.gds-ms-xl-20{margin-left:5rem!important}.gds-ms-xl-auto{margin-left:auto!important}.gds-p-xl-0{padding:0!important}.gds-p-xl-1{padding:.25rem!important}.gds-p-xl-2{padding:.5rem!important}.gds-p-xl-3{padding:.75rem!important}.gds-p-xl-4{padding:1rem!important}.gds-p-xl-5{padding:1.25rem!important}.gds-p-xl-6{padding:1.5rem!important}.gds-p-xl-7{padding:1.75rem!important}.gds-p-xl-8{padding:2rem!important}.gds-p-xl-9{padding:2.25rem!important}.gds-p-xl-10{padding:2.5rem!important}.gds-p-xl-11{padding:2.75rem!important}.gds-p-xl-12{padding:3rem!important}.gds-p-xl-13{padding:3.25rem!important}.gds-p-xl-14{padding:3.5rem!important}.gds-p-xl-15{padding:3.75rem!important}.gds-p-xl-16{padding:4rem!important}.gds-p-xl-17{padding:4.25rem!important}.gds-p-xl-18{padding:4.5rem!important}.gds-p-xl-19{padding:4.75rem!important}.gds-p-xl-20{padding:5rem!important}.gds-p-xl-auto{padding:auto!important}.gds-px-xl-0{padding-right:0!important;padding-left:0!important}.gds-px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-xl-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-xl-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-xl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-xl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-xl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-xl-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-xl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-xl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-xl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-xl-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-xl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-xl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-xl-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-xl-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-xl-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-xl-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-xl-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-xl-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-xl-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-xl-0{padding-top:0!important;padding-bottom:0!important}.gds-py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-xl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-xl-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-xl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-xl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-xl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-xl-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-xl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-xl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-xl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-xl-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-xl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-xl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-xl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-xl-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-xl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-xl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-xl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-xl-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-xl-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-xl-0{padding-top:0!important}.gds-pt-xl-1{padding-top:.25rem!important}.gds-pt-xl-2{padding-top:.5rem!important}.gds-pt-xl-3{padding-top:.75rem!important}.gds-pt-xl-4{padding-top:1rem!important}.gds-pt-xl-5{padding-top:1.25rem!important}.gds-pt-xl-6{padding-top:1.5rem!important}.gds-pt-xl-7{padding-top:1.75rem!important}.gds-pt-xl-8{padding-top:2rem!important}.gds-pt-xl-9{padding-top:2.25rem!important}.gds-pt-xl-10{padding-top:2.5rem!important}.gds-pt-xl-11{padding-top:2.75rem!important}.gds-pt-xl-12{padding-top:3rem!important}.gds-pt-xl-13{padding-top:3.25rem!important}.gds-pt-xl-14{padding-top:3.5rem!important}.gds-pt-xl-15{padding-top:3.75rem!important}.gds-pt-xl-16{padding-top:4rem!important}.gds-pt-xl-17{padding-top:4.25rem!important}.gds-pt-xl-18{padding-top:4.5rem!important}.gds-pt-xl-19{padding-top:4.75rem!important}.gds-pt-xl-20{padding-top:5rem!important}.gds-pt-xl-auto{padding-top:auto!important}.gds-pe-xl-0{padding-right:0!important}.gds-pe-xl-1{padding-right:.25rem!important}.gds-pe-xl-2{padding-right:.5rem!important}.gds-pe-xl-3{padding-right:.75rem!important}.gds-pe-xl-4{padding-right:1rem!important}.gds-pe-xl-5{padding-right:1.25rem!important}.gds-pe-xl-6{padding-right:1.5rem!important}.gds-pe-xl-7{padding-right:1.75rem!important}.gds-pe-xl-8{padding-right:2rem!important}.gds-pe-xl-9{padding-right:2.25rem!important}.gds-pe-xl-10{padding-right:2.5rem!important}.gds-pe-xl-11{padding-right:2.75rem!important}.gds-pe-xl-12{padding-right:3rem!important}.gds-pe-xl-13{padding-right:3.25rem!important}.gds-pe-xl-14{padding-right:3.5rem!important}.gds-pe-xl-15{padding-right:3.75rem!important}.gds-pe-xl-16{padding-right:4rem!important}.gds-pe-xl-17{padding-right:4.25rem!important}.gds-pe-xl-18{padding-right:4.5rem!important}.gds-pe-xl-19{padding-right:4.75rem!important}.gds-pe-xl-20{padding-right:5rem!important}.gds-pe-xl-auto{padding-right:auto!important}.gds-pb-xl-0{padding-bottom:0!important}.gds-pb-xl-1{padding-bottom:.25rem!important}.gds-pb-xl-2{padding-bottom:.5rem!important}.gds-pb-xl-3{padding-bottom:.75rem!important}.gds-pb-xl-4{padding-bottom:1rem!important}.gds-pb-xl-5{padding-bottom:1.25rem!important}.gds-pb-xl-6{padding-bottom:1.5rem!important}.gds-pb-xl-7{padding-bottom:1.75rem!important}.gds-pb-xl-8{padding-bottom:2rem!important}.gds-pb-xl-9{padding-bottom:2.25rem!important}.gds-pb-xl-10{padding-bottom:2.5rem!important}.gds-pb-xl-11{padding-bottom:2.75rem!important}.gds-pb-xl-12{padding-bottom:3rem!important}.gds-pb-xl-13{padding-bottom:3.25rem!important}.gds-pb-xl-14{padding-bottom:3.5rem!important}.gds-pb-xl-15{padding-bottom:3.75rem!important}.gds-pb-xl-16{padding-bottom:4rem!important}.gds-pb-xl-17{padding-bottom:4.25rem!important}.gds-pb-xl-18{padding-bottom:4.5rem!important}.gds-pb-xl-19{padding-bottom:4.75rem!important}.gds-pb-xl-20{padding-bottom:5rem!important}.gds-pb-xl-auto{padding-bottom:auto!important}.gds-ps-xl-0{padding-left:0!important}.gds-ps-xl-1{padding-left:.25rem!important}.gds-ps-xl-2{padding-left:.5rem!important}.gds-ps-xl-3{padding-left:.75rem!important}.gds-ps-xl-4{padding-left:1rem!important}.gds-ps-xl-5{padding-left:1.25rem!important}.gds-ps-xl-6{padding-left:1.5rem!important}.gds-ps-xl-7{padding-left:1.75rem!important}.gds-ps-xl-8{padding-left:2rem!important}.gds-ps-xl-9{padding-left:2.25rem!important}.gds-ps-xl-10{padding-left:2.5rem!important}.gds-ps-xl-11{padding-left:2.75rem!important}.gds-ps-xl-12{padding-left:3rem!important}.gds-ps-xl-13{padding-left:3.25rem!important}.gds-ps-xl-14{padding-left:3.5rem!important}.gds-ps-xl-15{padding-left:3.75rem!important}.gds-ps-xl-16{padding-left:4rem!important}.gds-ps-xl-17{padding-left:4.25rem!important}.gds-ps-xl-18{padding-left:4.5rem!important}.gds-ps-xl-19{padding-left:4.75rem!important}.gds-ps-xl-20{padding-left:5rem!important}.gds-ps-xl-auto{padding-left:auto!important}.gds-gap-xl-0{gap:0!important}.gds-gap-xl-1{gap:.25rem!important}.gds-gap-xl-2{gap:.5rem!important}.gds-gap-xl-3{gap:.75rem!important}.gds-gap-xl-4{gap:1rem!important}.gds-gap-xl-5{gap:1.25rem!important}.gds-gap-xl-6{gap:1.5rem!important}.gds-gap-xl-7{gap:1.75rem!important}.gds-gap-xl-8{gap:2rem!important}.gds-gap-xl-9{gap:2.25rem!important}.gds-gap-xl-10{gap:2.5rem!important}.gds-gap-xl-11{gap:2.75rem!important}.gds-gap-xl-12{gap:3rem!important}.gds-gap-xl-13{gap:3.25rem!important}.gds-gap-xl-14{gap:3.5rem!important}.gds-gap-xl-15{gap:3.75rem!important}.gds-gap-xl-16{gap:4rem!important}.gds-gap-xl-17{gap:4.25rem!important}.gds-gap-xl-18{gap:4.5rem!important}.gds-gap-xl-19{gap:4.75rem!important}.gds-gap-xl-20{gap:5rem!important}.gds-align-items-xl-start{align-items:flex-start!important}.gds-align-items-xl-end{align-items:flex-end!important}.gds-align-items-xl-center{align-items:center!important}.gds-align-items-xl-baseline{align-items:baseline!important}.gds-align-items-xl-stretch{align-items:stretch!important}}@media(min-width:1536px){.gds-d-xxl-inline{display:inline!important}.gds-d-xxl-inline-block{display:inline-block!important}.gds-d-xxl-block{display:block!important}.gds-d-xxl-grid{display:grid!important}.gds-d-xxl-table{display:table!important}.gds-d-xxl-table-row{display:table-row!important}.gds-d-xxl-table-cell{display:table-cell!important}.gds-d-xxl-flex{display:flex!important}.gds-d-xxl-inline-flex{display:inline-flex!important}.gds-d-xxl-none{display:none!important}.gds-justify-content-xxl-start{justify-content:flex-start!important}.gds-justify-content-xxl-end{justify-content:flex-end!important}.gds-justify-content-xxl-center{justify-content:center!important}.gds-justify-content-xxl-between{justify-content:space-between!important}.gds-justify-content-xxl-around{justify-content:space-around!important}.gds-justify-content-xxl-evenly{justify-content:space-evenly!important}.gds-flex-xxl-fill{flex:1 1 auto!important}.gds-flex-xxl-row{flex-direction:row!important}.gds-flex-xxl-column{flex-direction:column!important}.gds-flex-xxl-row-reverse{flex-direction:row-reverse!important}.gds-flex-xxl-column-reverse{flex-direction:column-reverse!important}.gds-m-xxl-0{margin:0!important}.gds-m-xxl-1{margin:.25rem!important}.gds-m-xxl-2{margin:.5rem!important}.gds-m-xxl-3{margin:.75rem!important}.gds-m-xxl-4{margin:1rem!important}.gds-m-xxl-5{margin:1.25rem!important}.gds-m-xxl-6{margin:1.5rem!important}.gds-m-xxl-7{margin:1.75rem!important}.gds-m-xxl-8{margin:2rem!important}.gds-m-xxl-9{margin:2.25rem!important}.gds-m-xxl-10{margin:2.5rem!important}.gds-m-xxl-11{margin:2.75rem!important}.gds-m-xxl-12{margin:3rem!important}.gds-m-xxl-13{margin:3.25rem!important}.gds-m-xxl-14{margin:3.5rem!important}.gds-m-xxl-15{margin:3.75rem!important}.gds-m-xxl-16{margin:4rem!important}.gds-m-xxl-17{margin:4.25rem!important}.gds-m-xxl-18{margin:4.5rem!important}.gds-m-xxl-19{margin:4.75rem!important}.gds-m-xxl-20{margin:5rem!important}.gds-m-xxl-auto{margin:auto!important}.gds-mx-xxl-0{margin-right:0!important;margin-left:0!important}.gds-mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-xxl-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-xxl-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-xxl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-xxl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-xxl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-xxl-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-xxl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-xxl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-xxl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-xxl-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-xxl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-xxl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-xxl-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-xxl-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-xxl-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-xxl-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-xxl-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-xxl-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-xxl-0{margin-top:0!important;margin-bottom:0!important}.gds-my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-xxl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-xxl-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-xxl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-xxl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-xxl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-xxl-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-xxl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-xxl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-xxl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-xxl-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-xxl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-xxl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-xxl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-xxl-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-xxl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-xxl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-xxl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-xxl-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-xxl-0{margin-top:0!important}.gds-mt-xxl-1{margin-top:.25rem!important}.gds-mt-xxl-2{margin-top:.5rem!important}.gds-mt-xxl-3{margin-top:.75rem!important}.gds-mt-xxl-4{margin-top:1rem!important}.gds-mt-xxl-5{margin-top:1.25rem!important}.gds-mt-xxl-6{margin-top:1.5rem!important}.gds-mt-xxl-7{margin-top:1.75rem!important}.gds-mt-xxl-8{margin-top:2rem!important}.gds-mt-xxl-9{margin-top:2.25rem!important}.gds-mt-xxl-10{margin-top:2.5rem!important}.gds-mt-xxl-11{margin-top:2.75rem!important}.gds-mt-xxl-12{margin-top:3rem!important}.gds-mt-xxl-13{margin-top:3.25rem!important}.gds-mt-xxl-14{margin-top:3.5rem!important}.gds-mt-xxl-15{margin-top:3.75rem!important}.gds-mt-xxl-16{margin-top:4rem!important}.gds-mt-xxl-17{margin-top:4.25rem!important}.gds-mt-xxl-18{margin-top:4.5rem!important}.gds-mt-xxl-19{margin-top:4.75rem!important}.gds-mt-xxl-20{margin-top:5rem!important}.gds-mt-xxl-auto{margin-top:auto!important}.gds-me-xxl-0{margin-right:0!important}.gds-me-xxl-1{margin-right:.25rem!important}.gds-me-xxl-2{margin-right:.5rem!important}.gds-me-xxl-3{margin-right:.75rem!important}.gds-me-xxl-4{margin-right:1rem!important}.gds-me-xxl-5{margin-right:1.25rem!important}.gds-me-xxl-6{margin-right:1.5rem!important}.gds-me-xxl-7{margin-right:1.75rem!important}.gds-me-xxl-8{margin-right:2rem!important}.gds-me-xxl-9{margin-right:2.25rem!important}.gds-me-xxl-10{margin-right:2.5rem!important}.gds-me-xxl-11{margin-right:2.75rem!important}.gds-me-xxl-12{margin-right:3rem!important}.gds-me-xxl-13{margin-right:3.25rem!important}.gds-me-xxl-14{margin-right:3.5rem!important}.gds-me-xxl-15{margin-right:3.75rem!important}.gds-me-xxl-16{margin-right:4rem!important}.gds-me-xxl-17{margin-right:4.25rem!important}.gds-me-xxl-18{margin-right:4.5rem!important}.gds-me-xxl-19{margin-right:4.75rem!important}.gds-me-xxl-20{margin-right:5rem!important}.gds-me-xxl-auto{margin-right:auto!important}.gds-mb-xxl-0{margin-bottom:0!important}.gds-mb-xxl-1{margin-bottom:.25rem!important}.gds-mb-xxl-2{margin-bottom:.5rem!important}.gds-mb-xxl-3{margin-bottom:.75rem!important}.gds-mb-xxl-4{margin-bottom:1rem!important}.gds-mb-xxl-5{margin-bottom:1.25rem!important}.gds-mb-xxl-6{margin-bottom:1.5rem!important}.gds-mb-xxl-7{margin-bottom:1.75rem!important}.gds-mb-xxl-8{margin-bottom:2rem!important}.gds-mb-xxl-9{margin-bottom:2.25rem!important}.gds-mb-xxl-10{margin-bottom:2.5rem!important}.gds-mb-xxl-11{margin-bottom:2.75rem!important}.gds-mb-xxl-12{margin-bottom:3rem!important}.gds-mb-xxl-13{margin-bottom:3.25rem!important}.gds-mb-xxl-14{margin-bottom:3.5rem!important}.gds-mb-xxl-15{margin-bottom:3.75rem!important}.gds-mb-xxl-16{margin-bottom:4rem!important}.gds-mb-xxl-17{margin-bottom:4.25rem!important}.gds-mb-xxl-18{margin-bottom:4.5rem!important}.gds-mb-xxl-19{margin-bottom:4.75rem!important}.gds-mb-xxl-20{margin-bottom:5rem!important}.gds-mb-xxl-auto{margin-bottom:auto!important}.gds-ms-xxl-0{margin-left:0!important}.gds-ms-xxl-1{margin-left:.25rem!important}.gds-ms-xxl-2{margin-left:.5rem!important}.gds-ms-xxl-3{margin-left:.75rem!important}.gds-ms-xxl-4{margin-left:1rem!important}.gds-ms-xxl-5{margin-left:1.25rem!important}.gds-ms-xxl-6{margin-left:1.5rem!important}.gds-ms-xxl-7{margin-left:1.75rem!important}.gds-ms-xxl-8{margin-left:2rem!important}.gds-ms-xxl-9{margin-left:2.25rem!important}.gds-ms-xxl-10{margin-left:2.5rem!important}.gds-ms-xxl-11{margin-left:2.75rem!important}.gds-ms-xxl-12{margin-left:3rem!important}.gds-ms-xxl-13{margin-left:3.25rem!important}.gds-ms-xxl-14{margin-left:3.5rem!important}.gds-ms-xxl-15{margin-left:3.75rem!important}.gds-ms-xxl-16{margin-left:4rem!important}.gds-ms-xxl-17{margin-left:4.25rem!important}.gds-ms-xxl-18{margin-left:4.5rem!important}.gds-ms-xxl-19{margin-left:4.75rem!important}.gds-ms-xxl-20{margin-left:5rem!important}.gds-ms-xxl-auto{margin-left:auto!important}.gds-p-xxl-0{padding:0!important}.gds-p-xxl-1{padding:.25rem!important}.gds-p-xxl-2{padding:.5rem!important}.gds-p-xxl-3{padding:.75rem!important}.gds-p-xxl-4{padding:1rem!important}.gds-p-xxl-5{padding:1.25rem!important}.gds-p-xxl-6{padding:1.5rem!important}.gds-p-xxl-7{padding:1.75rem!important}.gds-p-xxl-8{padding:2rem!important}.gds-p-xxl-9{padding:2.25rem!important}.gds-p-xxl-10{padding:2.5rem!important}.gds-p-xxl-11{padding:2.75rem!important}.gds-p-xxl-12{padding:3rem!important}.gds-p-xxl-13{padding:3.25rem!important}.gds-p-xxl-14{padding:3.5rem!important}.gds-p-xxl-15{padding:3.75rem!important}.gds-p-xxl-16{padding:4rem!important}.gds-p-xxl-17{padding:4.25rem!important}.gds-p-xxl-18{padding:4.5rem!important}.gds-p-xxl-19{padding:4.75rem!important}.gds-p-xxl-20{padding:5rem!important}.gds-p-xxl-auto{padding:auto!important}.gds-px-xxl-0{padding-right:0!important;padding-left:0!important}.gds-px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-xxl-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-xxl-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-xxl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-xxl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-xxl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-xxl-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-xxl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-xxl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-xxl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-xxl-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-xxl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-xxl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-xxl-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-xxl-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-xxl-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-xxl-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-xxl-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-xxl-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-xxl-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-xxl-0{padding-top:0!important;padding-bottom:0!important}.gds-py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-xxl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-xxl-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-xxl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-xxl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-xxl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-xxl-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-xxl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-xxl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-xxl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-xxl-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-xxl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-xxl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-xxl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-xxl-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-xxl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-xxl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-xxl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-xxl-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-xxl-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-xxl-0{padding-top:0!important}.gds-pt-xxl-1{padding-top:.25rem!important}.gds-pt-xxl-2{padding-top:.5rem!important}.gds-pt-xxl-3{padding-top:.75rem!important}.gds-pt-xxl-4{padding-top:1rem!important}.gds-pt-xxl-5{padding-top:1.25rem!important}.gds-pt-xxl-6{padding-top:1.5rem!important}.gds-pt-xxl-7{padding-top:1.75rem!important}.gds-pt-xxl-8{padding-top:2rem!important}.gds-pt-xxl-9{padding-top:2.25rem!important}.gds-pt-xxl-10{padding-top:2.5rem!important}.gds-pt-xxl-11{padding-top:2.75rem!important}.gds-pt-xxl-12{padding-top:3rem!important}.gds-pt-xxl-13{padding-top:3.25rem!important}.gds-pt-xxl-14{padding-top:3.5rem!important}.gds-pt-xxl-15{padding-top:3.75rem!important}.gds-pt-xxl-16{padding-top:4rem!important}.gds-pt-xxl-17{padding-top:4.25rem!important}.gds-pt-xxl-18{padding-top:4.5rem!important}.gds-pt-xxl-19{padding-top:4.75rem!important}.gds-pt-xxl-20{padding-top:5rem!important}.gds-pt-xxl-auto{padding-top:auto!important}.gds-pe-xxl-0{padding-right:0!important}.gds-pe-xxl-1{padding-right:.25rem!important}.gds-pe-xxl-2{padding-right:.5rem!important}.gds-pe-xxl-3{padding-right:.75rem!important}.gds-pe-xxl-4{padding-right:1rem!important}.gds-pe-xxl-5{padding-right:1.25rem!important}.gds-pe-xxl-6{padding-right:1.5rem!important}.gds-pe-xxl-7{padding-right:1.75rem!important}.gds-pe-xxl-8{padding-right:2rem!important}.gds-pe-xxl-9{padding-right:2.25rem!important}.gds-pe-xxl-10{padding-right:2.5rem!important}.gds-pe-xxl-11{padding-right:2.75rem!important}.gds-pe-xxl-12{padding-right:3rem!important}.gds-pe-xxl-13{padding-right:3.25rem!important}.gds-pe-xxl-14{padding-right:3.5rem!important}.gds-pe-xxl-15{padding-right:3.75rem!important}.gds-pe-xxl-16{padding-right:4rem!important}.gds-pe-xxl-17{padding-right:4.25rem!important}.gds-pe-xxl-18{padding-right:4.5rem!important}.gds-pe-xxl-19{padding-right:4.75rem!important}.gds-pe-xxl-20{padding-right:5rem!important}.gds-pe-xxl-auto{padding-right:auto!important}.gds-pb-xxl-0{padding-bottom:0!important}.gds-pb-xxl-1{padding-bottom:.25rem!important}.gds-pb-xxl-2{padding-bottom:.5rem!important}.gds-pb-xxl-3{padding-bottom:.75rem!important}.gds-pb-xxl-4{padding-bottom:1rem!important}.gds-pb-xxl-5{padding-bottom:1.25rem!important}.gds-pb-xxl-6{padding-bottom:1.5rem!important}.gds-pb-xxl-7{padding-bottom:1.75rem!important}.gds-pb-xxl-8{padding-bottom:2rem!important}.gds-pb-xxl-9{padding-bottom:2.25rem!important}.gds-pb-xxl-10{padding-bottom:2.5rem!important}.gds-pb-xxl-11{padding-bottom:2.75rem!important}.gds-pb-xxl-12{padding-bottom:3rem!important}.gds-pb-xxl-13{padding-bottom:3.25rem!important}.gds-pb-xxl-14{padding-bottom:3.5rem!important}.gds-pb-xxl-15{padding-bottom:3.75rem!important}.gds-pb-xxl-16{padding-bottom:4rem!important}.gds-pb-xxl-17{padding-bottom:4.25rem!important}.gds-pb-xxl-18{padding-bottom:4.5rem!important}.gds-pb-xxl-19{padding-bottom:4.75rem!important}.gds-pb-xxl-20{padding-bottom:5rem!important}.gds-pb-xxl-auto{padding-bottom:auto!important}.gds-ps-xxl-0{padding-left:0!important}.gds-ps-xxl-1{padding-left:.25rem!important}.gds-ps-xxl-2{padding-left:.5rem!important}.gds-ps-xxl-3{padding-left:.75rem!important}.gds-ps-xxl-4{padding-left:1rem!important}.gds-ps-xxl-5{padding-left:1.25rem!important}.gds-ps-xxl-6{padding-left:1.5rem!important}.gds-ps-xxl-7{padding-left:1.75rem!important}.gds-ps-xxl-8{padding-left:2rem!important}.gds-ps-xxl-9{padding-left:2.25rem!important}.gds-ps-xxl-10{padding-left:2.5rem!important}.gds-ps-xxl-11{padding-left:2.75rem!important}.gds-ps-xxl-12{padding-left:3rem!important}.gds-ps-xxl-13{padding-left:3.25rem!important}.gds-ps-xxl-14{padding-left:3.5rem!important}.gds-ps-xxl-15{padding-left:3.75rem!important}.gds-ps-xxl-16{padding-left:4rem!important}.gds-ps-xxl-17{padding-left:4.25rem!important}.gds-ps-xxl-18{padding-left:4.5rem!important}.gds-ps-xxl-19{padding-left:4.75rem!important}.gds-ps-xxl-20{padding-left:5rem!important}.gds-ps-xxl-auto{padding-left:auto!important}.gds-gap-xxl-0{gap:0!important}.gds-gap-xxl-1{gap:.25rem!important}.gds-gap-xxl-2{gap:.5rem!important}.gds-gap-xxl-3{gap:.75rem!important}.gds-gap-xxl-4{gap:1rem!important}.gds-gap-xxl-5{gap:1.25rem!important}.gds-gap-xxl-6{gap:1.5rem!important}.gds-gap-xxl-7{gap:1.75rem!important}.gds-gap-xxl-8{gap:2rem!important}.gds-gap-xxl-9{gap:2.25rem!important}.gds-gap-xxl-10{gap:2.5rem!important}.gds-gap-xxl-11{gap:2.75rem!important}.gds-gap-xxl-12{gap:3rem!important}.gds-gap-xxl-13{gap:3.25rem!important}.gds-gap-xxl-14{gap:3.5rem!important}.gds-gap-xxl-15{gap:3.75rem!important}.gds-gap-xxl-16{gap:4rem!important}.gds-gap-xxl-17{gap:4.25rem!important}.gds-gap-xxl-18{gap:4.5rem!important}.gds-gap-xxl-19{gap:4.75rem!important}.gds-gap-xxl-20{gap:5rem!important}.gds-align-items-xxl-start{align-items:flex-start!important}.gds-align-items-xxl-end{align-items:flex-end!important}.gds-align-items-xxl-center{align-items:center!important}.gds-align-items-xxl-baseline{align-items:baseline!important}.gds-align-items-xxl-stretch{align-items:stretch!important}}@media(min-width:1750px){.gds-d-xxxl-inline{display:inline!important}.gds-d-xxxl-inline-block{display:inline-block!important}.gds-d-xxxl-block{display:block!important}.gds-d-xxxl-grid{display:grid!important}.gds-d-xxxl-table{display:table!important}.gds-d-xxxl-table-row{display:table-row!important}.gds-d-xxxl-table-cell{display:table-cell!important}.gds-d-xxxl-flex{display:flex!important}.gds-d-xxxl-inline-flex{display:inline-flex!important}.gds-d-xxxl-none{display:none!important}.gds-justify-content-xxxl-start{justify-content:flex-start!important}.gds-justify-content-xxxl-end{justify-content:flex-end!important}.gds-justify-content-xxxl-center{justify-content:center!important}.gds-justify-content-xxxl-between{justify-content:space-between!important}.gds-justify-content-xxxl-around{justify-content:space-around!important}.gds-justify-content-xxxl-evenly{justify-content:space-evenly!important}.gds-flex-xxxl-fill{flex:1 1 auto!important}.gds-flex-xxxl-row{flex-direction:row!important}.gds-flex-xxxl-column{flex-direction:column!important}.gds-flex-xxxl-row-reverse{flex-direction:row-reverse!important}.gds-flex-xxxl-column-reverse{flex-direction:column-reverse!important}.gds-m-xxxl-0{margin:0!important}.gds-m-xxxl-1{margin:.25rem!important}.gds-m-xxxl-2{margin:.5rem!important}.gds-m-xxxl-3{margin:.75rem!important}.gds-m-xxxl-4{margin:1rem!important}.gds-m-xxxl-5{margin:1.25rem!important}.gds-m-xxxl-6{margin:1.5rem!important}.gds-m-xxxl-7{margin:1.75rem!important}.gds-m-xxxl-8{margin:2rem!important}.gds-m-xxxl-9{margin:2.25rem!important}.gds-m-xxxl-10{margin:2.5rem!important}.gds-m-xxxl-11{margin:2.75rem!important}.gds-m-xxxl-12{margin:3rem!important}.gds-m-xxxl-13{margin:3.25rem!important}.gds-m-xxxl-14{margin:3.5rem!important}.gds-m-xxxl-15{margin:3.75rem!important}.gds-m-xxxl-16{margin:4rem!important}.gds-m-xxxl-17{margin:4.25rem!important}.gds-m-xxxl-18{margin:4.5rem!important}.gds-m-xxxl-19{margin:4.75rem!important}.gds-m-xxxl-20{margin:5rem!important}.gds-m-xxxl-auto{margin:auto!important}.gds-mx-xxxl-0{margin-right:0!important;margin-left:0!important}.gds-mx-xxxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.gds-mx-xxxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.gds-mx-xxxl-3{margin-right:.75rem!important;margin-left:.75rem!important}.gds-mx-xxxl-4{margin-right:1rem!important;margin-left:1rem!important}.gds-mx-xxxl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.gds-mx-xxxl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.gds-mx-xxxl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.gds-mx-xxxl-8{margin-right:2rem!important;margin-left:2rem!important}.gds-mx-xxxl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.gds-mx-xxxl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.gds-mx-xxxl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.gds-mx-xxxl-12{margin-right:3rem!important;margin-left:3rem!important}.gds-mx-xxxl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.gds-mx-xxxl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.gds-mx-xxxl-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.gds-mx-xxxl-16{margin-right:4rem!important;margin-left:4rem!important}.gds-mx-xxxl-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.gds-mx-xxxl-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.gds-mx-xxxl-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.gds-mx-xxxl-20{margin-right:5rem!important;margin-left:5rem!important}.gds-mx-xxxl-auto{margin-right:auto!important;margin-left:auto!important}.gds-my-xxxl-0{margin-top:0!important;margin-bottom:0!important}.gds-my-xxxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.gds-my-xxxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.gds-my-xxxl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.gds-my-xxxl-4{margin-top:1rem!important;margin-bottom:1rem!important}.gds-my-xxxl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.gds-my-xxxl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.gds-my-xxxl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.gds-my-xxxl-8{margin-top:2rem!important;margin-bottom:2rem!important}.gds-my-xxxl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.gds-my-xxxl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.gds-my-xxxl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.gds-my-xxxl-12{margin-top:3rem!important;margin-bottom:3rem!important}.gds-my-xxxl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.gds-my-xxxl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.gds-my-xxxl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.gds-my-xxxl-16{margin-top:4rem!important;margin-bottom:4rem!important}.gds-my-xxxl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.gds-my-xxxl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.gds-my-xxxl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.gds-my-xxxl-20{margin-top:5rem!important;margin-bottom:5rem!important}.gds-my-xxxl-auto{margin-top:auto!important;margin-bottom:auto!important}.gds-mt-xxxl-0{margin-top:0!important}.gds-mt-xxxl-1{margin-top:.25rem!important}.gds-mt-xxxl-2{margin-top:.5rem!important}.gds-mt-xxxl-3{margin-top:.75rem!important}.gds-mt-xxxl-4{margin-top:1rem!important}.gds-mt-xxxl-5{margin-top:1.25rem!important}.gds-mt-xxxl-6{margin-top:1.5rem!important}.gds-mt-xxxl-7{margin-top:1.75rem!important}.gds-mt-xxxl-8{margin-top:2rem!important}.gds-mt-xxxl-9{margin-top:2.25rem!important}.gds-mt-xxxl-10{margin-top:2.5rem!important}.gds-mt-xxxl-11{margin-top:2.75rem!important}.gds-mt-xxxl-12{margin-top:3rem!important}.gds-mt-xxxl-13{margin-top:3.25rem!important}.gds-mt-xxxl-14{margin-top:3.5rem!important}.gds-mt-xxxl-15{margin-top:3.75rem!important}.gds-mt-xxxl-16{margin-top:4rem!important}.gds-mt-xxxl-17{margin-top:4.25rem!important}.gds-mt-xxxl-18{margin-top:4.5rem!important}.gds-mt-xxxl-19{margin-top:4.75rem!important}.gds-mt-xxxl-20{margin-top:5rem!important}.gds-mt-xxxl-auto{margin-top:auto!important}.gds-me-xxxl-0{margin-right:0!important}.gds-me-xxxl-1{margin-right:.25rem!important}.gds-me-xxxl-2{margin-right:.5rem!important}.gds-me-xxxl-3{margin-right:.75rem!important}.gds-me-xxxl-4{margin-right:1rem!important}.gds-me-xxxl-5{margin-right:1.25rem!important}.gds-me-xxxl-6{margin-right:1.5rem!important}.gds-me-xxxl-7{margin-right:1.75rem!important}.gds-me-xxxl-8{margin-right:2rem!important}.gds-me-xxxl-9{margin-right:2.25rem!important}.gds-me-xxxl-10{margin-right:2.5rem!important}.gds-me-xxxl-11{margin-right:2.75rem!important}.gds-me-xxxl-12{margin-right:3rem!important}.gds-me-xxxl-13{margin-right:3.25rem!important}.gds-me-xxxl-14{margin-right:3.5rem!important}.gds-me-xxxl-15{margin-right:3.75rem!important}.gds-me-xxxl-16{margin-right:4rem!important}.gds-me-xxxl-17{margin-right:4.25rem!important}.gds-me-xxxl-18{margin-right:4.5rem!important}.gds-me-xxxl-19{margin-right:4.75rem!important}.gds-me-xxxl-20{margin-right:5rem!important}.gds-me-xxxl-auto{margin-right:auto!important}.gds-mb-xxxl-0{margin-bottom:0!important}.gds-mb-xxxl-1{margin-bottom:.25rem!important}.gds-mb-xxxl-2{margin-bottom:.5rem!important}.gds-mb-xxxl-3{margin-bottom:.75rem!important}.gds-mb-xxxl-4{margin-bottom:1rem!important}.gds-mb-xxxl-5{margin-bottom:1.25rem!important}.gds-mb-xxxl-6{margin-bottom:1.5rem!important}.gds-mb-xxxl-7{margin-bottom:1.75rem!important}.gds-mb-xxxl-8{margin-bottom:2rem!important}.gds-mb-xxxl-9{margin-bottom:2.25rem!important}.gds-mb-xxxl-10{margin-bottom:2.5rem!important}.gds-mb-xxxl-11{margin-bottom:2.75rem!important}.gds-mb-xxxl-12{margin-bottom:3rem!important}.gds-mb-xxxl-13{margin-bottom:3.25rem!important}.gds-mb-xxxl-14{margin-bottom:3.5rem!important}.gds-mb-xxxl-15{margin-bottom:3.75rem!important}.gds-mb-xxxl-16{margin-bottom:4rem!important}.gds-mb-xxxl-17{margin-bottom:4.25rem!important}.gds-mb-xxxl-18{margin-bottom:4.5rem!important}.gds-mb-xxxl-19{margin-bottom:4.75rem!important}.gds-mb-xxxl-20{margin-bottom:5rem!important}.gds-mb-xxxl-auto{margin-bottom:auto!important}.gds-ms-xxxl-0{margin-left:0!important}.gds-ms-xxxl-1{margin-left:.25rem!important}.gds-ms-xxxl-2{margin-left:.5rem!important}.gds-ms-xxxl-3{margin-left:.75rem!important}.gds-ms-xxxl-4{margin-left:1rem!important}.gds-ms-xxxl-5{margin-left:1.25rem!important}.gds-ms-xxxl-6{margin-left:1.5rem!important}.gds-ms-xxxl-7{margin-left:1.75rem!important}.gds-ms-xxxl-8{margin-left:2rem!important}.gds-ms-xxxl-9{margin-left:2.25rem!important}.gds-ms-xxxl-10{margin-left:2.5rem!important}.gds-ms-xxxl-11{margin-left:2.75rem!important}.gds-ms-xxxl-12{margin-left:3rem!important}.gds-ms-xxxl-13{margin-left:3.25rem!important}.gds-ms-xxxl-14{margin-left:3.5rem!important}.gds-ms-xxxl-15{margin-left:3.75rem!important}.gds-ms-xxxl-16{margin-left:4rem!important}.gds-ms-xxxl-17{margin-left:4.25rem!important}.gds-ms-xxxl-18{margin-left:4.5rem!important}.gds-ms-xxxl-19{margin-left:4.75rem!important}.gds-ms-xxxl-20{margin-left:5rem!important}.gds-ms-xxxl-auto{margin-left:auto!important}.gds-p-xxxl-0{padding:0!important}.gds-p-xxxl-1{padding:.25rem!important}.gds-p-xxxl-2{padding:.5rem!important}.gds-p-xxxl-3{padding:.75rem!important}.gds-p-xxxl-4{padding:1rem!important}.gds-p-xxxl-5{padding:1.25rem!important}.gds-p-xxxl-6{padding:1.5rem!important}.gds-p-xxxl-7{padding:1.75rem!important}.gds-p-xxxl-8{padding:2rem!important}.gds-p-xxxl-9{padding:2.25rem!important}.gds-p-xxxl-10{padding:2.5rem!important}.gds-p-xxxl-11{padding:2.75rem!important}.gds-p-xxxl-12{padding:3rem!important}.gds-p-xxxl-13{padding:3.25rem!important}.gds-p-xxxl-14{padding:3.5rem!important}.gds-p-xxxl-15{padding:3.75rem!important}.gds-p-xxxl-16{padding:4rem!important}.gds-p-xxxl-17{padding:4.25rem!important}.gds-p-xxxl-18{padding:4.5rem!important}.gds-p-xxxl-19{padding:4.75rem!important}.gds-p-xxxl-20{padding:5rem!important}.gds-p-xxxl-auto{padding:auto!important}.gds-px-xxxl-0{padding-right:0!important;padding-left:0!important}.gds-px-xxxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.gds-px-xxxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.gds-px-xxxl-3{padding-right:.75rem!important;padding-left:.75rem!important}.gds-px-xxxl-4{padding-right:1rem!important;padding-left:1rem!important}.gds-px-xxxl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.gds-px-xxxl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.gds-px-xxxl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.gds-px-xxxl-8{padding-right:2rem!important;padding-left:2rem!important}.gds-px-xxxl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.gds-px-xxxl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.gds-px-xxxl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.gds-px-xxxl-12{padding-right:3rem!important;padding-left:3rem!important}.gds-px-xxxl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.gds-px-xxxl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.gds-px-xxxl-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.gds-px-xxxl-16{padding-right:4rem!important;padding-left:4rem!important}.gds-px-xxxl-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.gds-px-xxxl-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.gds-px-xxxl-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.gds-px-xxxl-20{padding-right:5rem!important;padding-left:5rem!important}.gds-px-xxxl-auto{padding-right:auto!important;padding-left:auto!important}.gds-py-xxxl-0{padding-top:0!important;padding-bottom:0!important}.gds-py-xxxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.gds-py-xxxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.gds-py-xxxl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.gds-py-xxxl-4{padding-top:1rem!important;padding-bottom:1rem!important}.gds-py-xxxl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.gds-py-xxxl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gds-py-xxxl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.gds-py-xxxl-8{padding-top:2rem!important;padding-bottom:2rem!important}.gds-py-xxxl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.gds-py-xxxl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.gds-py-xxxl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.gds-py-xxxl-12{padding-top:3rem!important;padding-bottom:3rem!important}.gds-py-xxxl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.gds-py-xxxl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.gds-py-xxxl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.gds-py-xxxl-16{padding-top:4rem!important;padding-bottom:4rem!important}.gds-py-xxxl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.gds-py-xxxl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.gds-py-xxxl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.gds-py-xxxl-20{padding-top:5rem!important;padding-bottom:5rem!important}.gds-py-xxxl-auto{padding-top:auto!important;padding-bottom:auto!important}.gds-pt-xxxl-0{padding-top:0!important}.gds-pt-xxxl-1{padding-top:.25rem!important}.gds-pt-xxxl-2{padding-top:.5rem!important}.gds-pt-xxxl-3{padding-top:.75rem!important}.gds-pt-xxxl-4{padding-top:1rem!important}.gds-pt-xxxl-5{padding-top:1.25rem!important}.gds-pt-xxxl-6{padding-top:1.5rem!important}.gds-pt-xxxl-7{padding-top:1.75rem!important}.gds-pt-xxxl-8{padding-top:2rem!important}.gds-pt-xxxl-9{padding-top:2.25rem!important}.gds-pt-xxxl-10{padding-top:2.5rem!important}.gds-pt-xxxl-11{padding-top:2.75rem!important}.gds-pt-xxxl-12{padding-top:3rem!important}.gds-pt-xxxl-13{padding-top:3.25rem!important}.gds-pt-xxxl-14{padding-top:3.5rem!important}.gds-pt-xxxl-15{padding-top:3.75rem!important}.gds-pt-xxxl-16{padding-top:4rem!important}.gds-pt-xxxl-17{padding-top:4.25rem!important}.gds-pt-xxxl-18{padding-top:4.5rem!important}.gds-pt-xxxl-19{padding-top:4.75rem!important}.gds-pt-xxxl-20{padding-top:5rem!important}.gds-pt-xxxl-auto{padding-top:auto!important}.gds-pe-xxxl-0{padding-right:0!important}.gds-pe-xxxl-1{padding-right:.25rem!important}.gds-pe-xxxl-2{padding-right:.5rem!important}.gds-pe-xxxl-3{padding-right:.75rem!important}.gds-pe-xxxl-4{padding-right:1rem!important}.gds-pe-xxxl-5{padding-right:1.25rem!important}.gds-pe-xxxl-6{padding-right:1.5rem!important}.gds-pe-xxxl-7{padding-right:1.75rem!important}.gds-pe-xxxl-8{padding-right:2rem!important}.gds-pe-xxxl-9{padding-right:2.25rem!important}.gds-pe-xxxl-10{padding-right:2.5rem!important}.gds-pe-xxxl-11{padding-right:2.75rem!important}.gds-pe-xxxl-12{padding-right:3rem!important}.gds-pe-xxxl-13{padding-right:3.25rem!important}.gds-pe-xxxl-14{padding-right:3.5rem!important}.gds-pe-xxxl-15{padding-right:3.75rem!important}.gds-pe-xxxl-16{padding-right:4rem!important}.gds-pe-xxxl-17{padding-right:4.25rem!important}.gds-pe-xxxl-18{padding-right:4.5rem!important}.gds-pe-xxxl-19{padding-right:4.75rem!important}.gds-pe-xxxl-20{padding-right:5rem!important}.gds-pe-xxxl-auto{padding-right:auto!important}.gds-pb-xxxl-0{padding-bottom:0!important}.gds-pb-xxxl-1{padding-bottom:.25rem!important}.gds-pb-xxxl-2{padding-bottom:.5rem!important}.gds-pb-xxxl-3{padding-bottom:.75rem!important}.gds-pb-xxxl-4{padding-bottom:1rem!important}.gds-pb-xxxl-5{padding-bottom:1.25rem!important}.gds-pb-xxxl-6{padding-bottom:1.5rem!important}.gds-pb-xxxl-7{padding-bottom:1.75rem!important}.gds-pb-xxxl-8{padding-bottom:2rem!important}.gds-pb-xxxl-9{padding-bottom:2.25rem!important}.gds-pb-xxxl-10{padding-bottom:2.5rem!important}.gds-pb-xxxl-11{padding-bottom:2.75rem!important}.gds-pb-xxxl-12{padding-bottom:3rem!important}.gds-pb-xxxl-13{padding-bottom:3.25rem!important}.gds-pb-xxxl-14{padding-bottom:3.5rem!important}.gds-pb-xxxl-15{padding-bottom:3.75rem!important}.gds-pb-xxxl-16{padding-bottom:4rem!important}.gds-pb-xxxl-17{padding-bottom:4.25rem!important}.gds-pb-xxxl-18{padding-bottom:4.5rem!important}.gds-pb-xxxl-19{padding-bottom:4.75rem!important}.gds-pb-xxxl-20{padding-bottom:5rem!important}.gds-pb-xxxl-auto{padding-bottom:auto!important}.gds-ps-xxxl-0{padding-left:0!important}.gds-ps-xxxl-1{padding-left:.25rem!important}.gds-ps-xxxl-2{padding-left:.5rem!important}.gds-ps-xxxl-3{padding-left:.75rem!important}.gds-ps-xxxl-4{padding-left:1rem!important}.gds-ps-xxxl-5{padding-left:1.25rem!important}.gds-ps-xxxl-6{padding-left:1.5rem!important}.gds-ps-xxxl-7{padding-left:1.75rem!important}.gds-ps-xxxl-8{padding-left:2rem!important}.gds-ps-xxxl-9{padding-left:2.25rem!important}.gds-ps-xxxl-10{padding-left:2.5rem!important}.gds-ps-xxxl-11{padding-left:2.75rem!important}.gds-ps-xxxl-12{padding-left:3rem!important}.gds-ps-xxxl-13{padding-left:3.25rem!important}.gds-ps-xxxl-14{padding-left:3.5rem!important}.gds-ps-xxxl-15{padding-left:3.75rem!important}.gds-ps-xxxl-16{padding-left:4rem!important}.gds-ps-xxxl-17{padding-left:4.25rem!important}.gds-ps-xxxl-18{padding-left:4.5rem!important}.gds-ps-xxxl-19{padding-left:4.75rem!important}.gds-ps-xxxl-20{padding-left:5rem!important}.gds-ps-xxxl-auto{padding-left:auto!important}.gds-gap-xxxl-0{gap:0!important}.gds-gap-xxxl-1{gap:.25rem!important}.gds-gap-xxxl-2{gap:.5rem!important}.gds-gap-xxxl-3{gap:.75rem!important}.gds-gap-xxxl-4{gap:1rem!important}.gds-gap-xxxl-5{gap:1.25rem!important}.gds-gap-xxxl-6{gap:1.5rem!important}.gds-gap-xxxl-7{gap:1.75rem!important}.gds-gap-xxxl-8{gap:2rem!important}.gds-gap-xxxl-9{gap:2.25rem!important}.gds-gap-xxxl-10{gap:2.5rem!important}.gds-gap-xxxl-11{gap:2.75rem!important}.gds-gap-xxxl-12{gap:3rem!important}.gds-gap-xxxl-13{gap:3.25rem!important}.gds-gap-xxxl-14{gap:3.5rem!important}.gds-gap-xxxl-15{gap:3.75rem!important}.gds-gap-xxxl-16{gap:4rem!important}.gds-gap-xxxl-17{gap:4.25rem!important}.gds-gap-xxxl-18{gap:4.5rem!important}.gds-gap-xxxl-19{gap:4.75rem!important}.gds-gap-xxxl-20{gap:5rem!important}.gds-align-items-xxxl-start{align-items:flex-start!important}.gds-align-items-xxxl-end{align-items:flex-end!important}.gds-align-items-xxxl-center{align-items:center!important}.gds-align-items-xxxl-baseline{align-items:baseline!important}.gds-align-items-xxxl-stretch{align-items:stretch!important}}@media(min-width:1200px){.gds-fs-1{font-size:2.5rem!important}.gds-fs-2{font-size:2rem!important}.gds-fs-3{font-size:1.75rem!important}.gds-fs-4{font-size:1.5rem!important}}@media print{.gds-d-print-inline{display:inline!important}.gds-d-print-inline-block{display:inline-block!important}.gds-d-print-block{display:block!important}.gds-d-print-grid{display:grid!important}.gds-d-print-table{display:table!important}.gds-d-print-table-row{display:table-row!important}.gds-d-print-table-cell{display:table-cell!important}.gds-d-print-flex{display:flex!important}.gds-d-print-inline-flex{display:inline-flex!important}.gds-d-print-none{display:none!important}}:root{font-size:1rem;--gov-closed-sidenav-width: 5rem;--gov-open-sidenav-width: 325px;--gov-header-height: 80px;--gov-calendar-dot-size: .8rem;--gov-calendar-event-dot-size: .625rem;--gov-table-min-width: 100px;--gds-transition-time: .4s;--gov-sidebar-transition-props: all var(--gds-transition-time) cubic-bezier(.25, .8, .25, 1);--error-message-font-size: 1rem}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}*{box-sizing:border-box}body{line-height:1.5;margin:0}.content__body{max-width:100%}:root{font-size:1rem;--gov-color-blue-dark: #234b8c;--gov-color-blue-very-light-border: #a6c2e0;--gov-color-endeavour-light: #3782d9;--gov-color-orange: #e06533;--gov-color-orange-light: #e87400;--gov-color-green-check: #517f2c;--gov-color-black: #000000;--gov-color-white: #ffffff;--gov-color-grey: #8e8e8e;--gov-color-grey-background: #f2f2f2;--gov-color-grey-border: #dddddd;--gov-color-grey-text: #adadad;--gov-color-list-hover: #f5f9fd;--gov-color-background: #f0f5fa;--gov-color-background-active: #dce8f7;--gov-color-text-disabled: #d3d3d3;--gov-color-border: #dce0e5;--gov-color-border-line: #c9dbf0;--gov-color-icon-default: #85acd4;--gov-color-icon-hover-default: #7fa0c7;--gov-color-active-menu-item: #edf6ff;--gov-color-button-disabled: #8aa3c0;--gov-color-title-light-blue: #e0eaf4;--gov-color-input-selected: #f5f8fb;--gov-color-danger: #6C2C10;--gov-color-teal: #337f8f;--gov-color-wine-red: #91121c;--gov-color-green-dot: #63a103;--gov-color-orange-dot: #cd631c;--gov-color-faded-text: #bcbcbc;--gov-color-warning-orange: #f59a23;--gov-color-table-border-line: #cfe0ee;--blue-50: #ffffff;--blue-100: #def3ff;--blue-200: #b4e0f9;--blue-300: #0086ff;--blue-400: #006cd7;--blue-500: #1963ae;--blue-600: #0c5aa9;--blue-700: #0052a5;--blue-800: #004a94;--blue-900: #284770;--blue-A100: #ffffff;--blue-A200: #b4e0f9;--blue-A400: #006cd7;--blue-A700: #0052a5;--gray-blue-50: #ffffff;--gray-blue-100: #f3f8fd;--gray-blue-200: #e6eef6;--gray-blue-300: #d9e5f2;--gray-blue-400: #8db2d7;--gray-50: #ffffff;--gray-100: #f9f9f9;--gray-200: #9f9f9f;--gray-300: #767676;--gray-400: #393939;--gray-A100: #ffffff;--gray-A200: #9f9f9f;--gray-A400: #393939;--red-50: #ffffff;--red-100: #fbe9ec;--red-200: #f2bdc5;--red-300: #d5233f;--red-400: #550e19;--red-A100: #ffffff;--red-A200: #f2bdc5;--red-A400: #550e19;--green-50: #ffffff;--green-100: #dee7d4;--green-200: #bdcea9;--green-300: #598527;--green-400: #2d4314;--yellow-50: #ffffff;--yellow-100: #fae9c9;--yellow-200: #f4cf89;--yellow-300: #eba828;--yellow-400: #5e4310;--gov-closed-sidenav-width: 5rem;--gov-open-sidenav-width: 325px;--gov-header-height: 80px;--gov-calendar-dot-size: .8rem;--gov-calendar-event-dot-size: .75rem;--gov-scrollbar-width: .75rem;--gov-table-min-width: 100px;--gov-sidebar-transition-time: .4s;--gov-sidebar-transition-props: all var(--gov-sidebar-transition-time) cubic-bezier(.25, .8, .25, 1);--err-text-max-width: 648px;--mat-form-field-subscript-text-tracking: 0;--mat-datepicker-calendar-date-disabled-state-text-color: var(--gov-color-text-disabled);--mat-form-field-outlined-hover-outline-color: #598fc5;--mat-form-field-filled-active-indicator-color: #bfd4e9;--mat-form-field-filled-container-color: #f5f8fb;--mat-form-field-filled-label-text-color: #0052a5;--mat-form-field-filled-hover-active-indicator-color: #598fc5;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .6);--mat-select-trigger-text-weight: bold;--mat-form-field-outlined-outline-color: #3e78b1;--mat-option-label-text-color: #0052a5;--mat-option-focus-state-layer-color: #f3f8fd !important;--mat-option-selected-state-layer-color: #f3f8fd !important;--p-paginator-nav-button-selected-background: #0452a8}::-webkit-scrollbar{width:var(--gov-scrollbar-width)}::-webkit-scrollbar-track{background:#d6e1ec}::-webkit-scrollbar-thumb{background:var(--gov-color-icon-default);border-radius:var(--gov-scrollbar-width)}::-webkit-scrollbar-thumb:hover{background:#578dc4}*{font-family:Open Sans,sans-serif!important;-webkit-tap-highlight-color:transparent}*,*:before,*:after{box-sizing:border-box}*[x-apple-data-detectors]{border-bottom:0!important;cursor:default!important;color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}body{line-height:1.5;margin:0;overflow-x:hidden;word-break:break-word!important;min-width:320px;background-color:var(--gov-color-background)}#tooltip{font-size:.75rem;max-width:unset;padding:.5rem}p-table a{text-decoration:underline}.block-scroll{overflow:hidden}.no-data-info{display:flex;justify-content:center}.no-data-info p{max-width:var(--err-text-max-width)}a{color:var(--blue-700);cursor:pointer;text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:none}.list-without-indentation{padding-left:0;list-style-position:inside}.list-without-indentation li{line-height:2rem}p{margin:0}p.paragraph-header{font-weight:700}button{font-family:inherit;font-size:inherit;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}h2{margin-bottom:1rem}.gds-text-start{text-align:left!important}.gds-badge__message{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}gds-button.w-full{--gds-button-width: 100%}gds-button.mobile-wide{width:100%}@media screen and (min-width:768px){gds-button.mobile-wide{width:auto}}gds-button.mobile-wide button.gds-button{width:100%}.w-full{width:100%}.gov-text-center{text-align:center!important}.spacer-blue-dark{border-left:2px solid #234b8c;height:100%;width:0}.spacer-blue-very-light-border{border-left:2px solid #a6c2e0;height:100%;width:0}.spacer-endeavour-light{border-left:2px solid #3782d9;height:100%;width:0}.spacer-orange{border-left:2px solid #e06533;height:100%;width:0}.spacer-orange-light{border-left:2px solid #e87400;height:100%;width:0}.spacer-green-check{border-left:2px solid #517f2c;height:100%;width:0}.spacer-black{border-left:2px solid #000000;height:100%;width:0}.spacer-white{border-left:2px solid #ffffff;height:100%;width:0}.spacer-grey{border-left:2px solid #8e8e8e;height:100%;width:0}.spacer-grey-background{border-left:2px solid #f2f2f2;height:100%;width:0}.spacer-grey-border{border-left:2px solid #dddddd;height:100%;width:0}.spacer-grey-text{border-left:2px solid #adadad;height:100%;width:0}.spacer-list-hover{border-left:2px solid #f5f9fd;height:100%;width:0}.spacer-background{border-left:2px solid #f0f5fa;height:100%;width:0}.spacer-background-active{border-left:2px solid #dce8f7;height:100%;width:0}.spacer-text-disabled{border-left:2px solid #d3d3d3;height:100%;width:0}.spacer-border{border-left:2px solid #dce0e5;height:100%;width:0}.spacer-border-line{border-left:2px solid #c9dbf0;height:100%;width:0}.spacer-icon-default{border-left:2px solid #85acd4;height:100%;width:0}.spacer-icon-hover-default{border-left:2px solid #7fa0c7;height:100%;width:0}.spacer-active-menu-item{border-left:2px solid #edf6ff;height:100%;width:0}.spacer-button-disabled{border-left:2px solid #8aa3c0;height:100%;width:0}.spacer-title-light-blue{border-left:2px solid #e0eaf4;height:100%;width:0}.spacer-input-selected{border-left:2px solid #f5f8fb;height:100%;width:0}.spacer-danger{border-left:2px solid #6C2C10;height:100%;width:0}.spacer-teal{border-left:2px solid #337f8f;height:100%;width:0}.spacer-wine-red{border-left:2px solid #91121c;height:100%;width:0}.spacer-green-dot{border-left:2px solid #63a103;height:100%;width:0}.spacer-orange-dot{border-left:2px solid #cd631c;height:100%;width:0}.spacer-faded-text{border-left:2px solid #bcbcbc;height:100%;width:0}.spacer-warning-orange{border-left:2px solid #f59a23;height:100%;width:0}.spacer-table-border-line{border-left:2px solid #cfe0ee;height:100%;width:0}.break-spaces{white-space:break-spaces}.text-grey{color:#868686}.icon-button{cursor:pointer;background-color:transparent;border:none}.status-dot{content:"";border-radius:1rem;background-color:var(--red-300);margin-right:.75rem;min-height:1rem;min-width:1rem;height:1rem;width:1rem}.layout-item-wrapper{background-color:var(--p-coineutral-0);border-radius:8px;box-shadow:0 0 12px #656a751a;padding:1.25rem}.layout-item-wrapper-hoz-large{padding-left:2.5rem;padding-right:2.5rem}.layout-item-wrapper.large{padding:2.5rem}.line-clamp{-webkit-line-clamp:var(--gov-line-clamp-length, 2);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.overflow-wrapper{overflow-x:auto}.backdrop-background{background:#0052a5be}.no-padding .mat-form-field-wrapper{padding:0!important}.cdk-overlay-container{z-index:1004!important;position:fixed}.cdk-global-scrollblock{overflow-y:initial!important}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:var(--gov-color-background)!important}.mat-mdc-checkbox-checked.mat-primary .mat-checkbox-background,.mat-mdc-raised-button.mat-primary:not(.mat-button-disabled){background-color:var(--blue-700)!important}.mat-form-field-outline{background-color:var(--gov-color-white)!important}.mat-form-field-outline>*{border-color:#a6c2e0!important;border-width:2px!important}.mat-form-field-outline-thick>*{border-color:#598fc5!important}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{padding:0;background-color:#f1f1f1!important}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline>*{border-color:#b7b7b7!important}.mat-mdc-button{box-shadow:none!important;font-size:1rem!important;font-weight:700!important;min-height:3rem!important;min-width:unset!important;width:100%}@media screen and (min-width:768px){.mat-mdc-button{width:auto}}.mat-mdc-button:hover{background-color:var(--gov-color-background-hover)}.mat-mdc-button-base:focus-visible{outline:auto;outline-color:#000}.mat-mdc-raised-button,.mat-mdc-stroked-button,.mat-mdc-outlined-button{box-shadow:none!important;font-size:1rem!important;font-weight:700!important;min-width:9rem!important;padding:.625rem 1.25rem!important;width:100%}@media screen and (min-width:768px){.mat-mdc-raised-button,.mat-mdc-stroked-button,.mat-mdc-outlined-button{width:auto}}.mat-mdc-stroked-button.mat-primary:not(.mat-button-disabled){border:2px solid var(--blue-700)!important}.mat-mdc-outlined-button.mat-primary:not(.mat-button-disabled){border:2px solid var(--blue-700)!important}.mat-mdc-button.mat-primary:not(.mat-button-disabled),.mat-mdc-stroked-button.mat-primary:not(.mat-button-disabled),.mat-mdc-outlined-button.mat-primary:not(.mat-button-disabled){color:var(--blue-700)!important}.mat-mdc-raised-button:not(.mat-button-disabled):hover{background-color:var(--blue-400)!important;border-color:var(--blue-400)!important}.mat-mdc-stroked-button.mat-primary:not(.mat-button-disabled):hover{border-color:var(--blue-400)!important;color:var(--blue-400)!important}.mat-mdc-outlined-button.mat-primary:not(.mat-button-disabled):hover{border-color:var(--blue-400)!important;color:var(--blue-400)!important}.mat-mdc-raised-button.mat-primary.mat-button-disabled,.mat-mdc-stroked-button.mat-primary.mat-button-disabled{background-color:#ccdced!important;border:none!important;color:var(--gov-color-button-disabled)!important}.mat-mdc-raised-button.bannerBtn{border:2px solid var(--gov-color-white)!important}.mat-mdc-raised-button.bannerBtn:hover{border-color:var(--gov-color-white)!important}.mat-calendar-body-label[colspan="7"]{display:none}.mat-calendar-body-label{visibility:hidden}.gds-datepicker-field-input{border:var(--gds-datepicker-input-border-error);box-shadow:var(--gds-datepicker-input-box-shadow-error)}.gds-datepicker-field-input:focus-visible{box-shadow:var(--gds-datepicker-input-box-shadow-focus-error)}.gds-datepicker-field-calendar{width:100%!important;padding:var(--gds-spacing-300)}.gds-datepicker-field-calendar .mat-calendar-body-cell-content,.gds-datepicker-field-calendar .mat-calendar-body-label,.gds-datepicker-field-calendar .mat-calendar-table-header th{font:var(--gds-text-caption-1-regular)}.gds-datepicker-field-calendar .mat-calendar-body-in-range,.gds-datepicker-field-calendar .mat-calendar-body-in-preview{color:transparent}.gds-datepicker-field-calendar .mat-calendar-body-in-range .mat-calendar-body-cell-content,.gds-datepicker-field-calendar .mat-calendar-body-in-preview .mat-calendar-body-cell-content{background:var(--gds-color-cobalt-10)}.gds-datepicker-field-calendar .mat-calendar-body-in-range:before,.gds-datepicker-field-calendar .mat-calendar-body-in-preview:before{background:none}.gds-datepicker-field-calendar .mat-calendar-body-label{opacity:0}.gds-datepicker-field-calendar mat-year-view .mat-calendar-body-label{display:none}.gds-datepicker-field-calendar .mat-calendar-body-label[colspan="7"]{display:none}.gds-datepicker-field-calendar .mat-calendar-table-header{color:var(--gds-color-text-standard-state-readonly);font:var(--gds-text-caption-1-regular)}.gds-datepicker-field-calendar .mat-calendar-table-header-divider{visibility:hidden}.gds-datepicker-field-calendar .mat-calendar-content{padding:0}.gds-datepicker-field-calendar .mat-datepicker-content .mat-calendar-body-label{padding:0!important;opacity:0}.gds-datepicker-field-calendar .mat-datepicker-content mat-month-view .mat-calendar-body-cell-container .mat-calendar-body-in-range:before{width:var(--gds-spacing-500);height:var(--gds-spacing-500);background:var(--gds-color-cobalt-10);left:var(--gds-spacing-25);border-radius:var(--gds-spacing-50)}.gds-datepicker-field-calendar .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:var(--gds-color-background-brand-state-primary-weakest-hover);color:var(--gds-color-text-brand-state-primary-weak-hover);border:none}.gds-datepicker-field-calendar .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background:transparent;border:2px solid var(--gds-color-border-brand-state-primary-bolder-enabled)}.gds-datepicker-field-calendar mat-month-view .mat-calendar-body-cell>.mat-calendar-body-cell-content{width:var(--gds-spacing-500);height:var(--gds-spacing-500)}.gds-datepicker-field-calendar .mat-calendar-body-cell>.mat-calendar-body-cell-content{border-radius:var(--gds-spacing-50);border:none}.gds-datepicker-field-calendar .mat-calendar-body-cell-container{width:var(--gds-spacing-500);height:var(--gds-spacing-500);padding:var(--gds-spacing-25)}.gds-datepicker-field-calendar .mat-calendar-body-cell-container .mat-calendar-body-cell-content{color:var(--gds-color-text-standard-state-boldest-enabled)}.gds-datepicker-field-calendar .mat-calendar-body-cell-container .mat-calendar-body-selected{background:var(--gds-color-background-brand-state-primary-bolder-enabled);color:var(--gds-color-text-opposite-state-main-enabled)}.gds-datepicker-field-calendar .mat-calendar-body-cell-container .mat-calendar-body-selected:hover{background:var(--gds-color-background-brand-state-primary-bolder-hover);color:var(--gds-color-text-opposite-state-main-hover)}.gds-datepicker-field-calendar .mat-calendar-body-cell-container .mat-calendar-body-active>.mat-calendar-body-cell-content.mat-calendar-body-selected:not(.mat-calendar-body-comparison-identical){background:var(--gds-color-background-brand-state-primary-bolder-enabled);color:var(--gds-color-text-opposite-state-main-enabled);border:none;box-shadow:0 0 0 var(--gds-spacing-25) var(--gds-color-border-accessibility-state-secondary-main-focused),0 0 0 .25rem var(--gds-color-border-accessibility-state-primary-main-focused)}.gds-datepicker-field-calendar .mat-calendar-table{width:17.5rem;margin:0 auto}.mat-calendar-body-cell:hover .mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:var(--gov-color-background-hover)!important}.mat-calendar-body-cell:not(.event-date){cursor:default!important}.mat-sort-header-content{text-align:left!important;word-break:keep-all!important}.mat-calendar-table-header span{color:var(--gds-color-text-standard-state-readonly);font-size:15px;word-break:keep-all}.mat-calendar-table-header-divider{display:none}.mat-calendar-body-cell{font-size:15px;font-weight:600}.gov-table.mat-table{width:100%}.gov-table.mat-table .mat-cell,.gov-table.mat-table .mat-header-cell{padding:0 .5rem}.gov-table.mat-table .mat-header-cell.mat-column-menu{min-width:unset}.gov-table.mat-table .mat-cell{word-break:keep-all}.gov-table.mat-table .mat-cell a{word-break:break-word}.gov-table.mat-table .mat-header-cell{color:var(--gray-400);font-size:14px;font-weight:700;min-width:var(--gov-table-min-width);white-space:nowrap!important;word-break:keep-all}.mat-mdc-option{padding-left:10px!important;padding-right:10px!important}.mat-mdc-option .mdc-list-item__primary-text{white-space:nowrap!important}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:5px!important}.gds-w-100{width:100%}.gov-fw-semibold{font-weight:600}.gov-fw-bold{font-weight:700}.gov-fs-0{font-size:0px!important}.gov-fs-1{font-size:1px!important}.gov-fs-2{font-size:2px!important}.gov-fs-3{font-size:3px!important}.gov-fs-4{font-size:4px!important}.gov-fs-5{font-size:5px!important}.gov-fs-6{font-size:6px!important}.gov-fs-7{font-size:7px!important}.gov-fs-8{font-size:8px!important}.gov-fs-9{font-size:9px!important}.gov-fs-10{font-size:10px!important}.gov-fs-11{font-size:11px!important}.gov-fs-12{font-size:12px!important}.gov-fs-13{font-size:13px!important}.gov-fs-14{font-size:14px!important}.gov-fs-15{font-size:15px!important}.gov-fs-16{font-size:16px!important}.gov-fs-17{font-size:17px!important}.gov-fs-18{font-size:18px!important}.gov-fs-19{font-size:19px!important}.gov-fs-20{font-size:20px!important}.gov-fs-21{font-size:21px!important}.gov-fs-22{font-size:22px!important}.gov-fs-23{font-size:23px!important}.gov-fs-24{font-size:24px!important}.gov-fs-25{font-size:25px!important}.gov-fs-26{font-size:26px!important}.gov-fs-27{font-size:27px!important}.gov-fs-28{font-size:28px!important}.gov-fs-29{font-size:29px!important}.gov-fs-30{font-size:30px!important}.gov-fs-31{font-size:31px!important}.gov-fs-32{font-size:32px!important}.gov-fs-33{font-size:33px!important}.gov-fs-34{font-size:34px!important}.gov-fs-35{font-size:35px!important}.gov-fs-36{font-size:36px!important}.gov-fs-37{font-size:37px!important}.gov-fs-38{font-size:38px!important}.gov-fs-39{font-size:39px!important}.gov-fs-40{font-size:40px!important}.gov-fs-41{font-size:41px!important}.gov-fs-42{font-size:42px!important}.gov-fs-43{font-size:43px!important}.gov-fs-44{font-size:44px!important}.gov-fs-45{font-size:45px!important}.gov-fs-46{font-size:46px!important}.gov-fs-47{font-size:47px!important}.gov-fs-48{font-size:48px!important}.gov-fs-49{font-size:49px!important}.gov-fs-50{font-size:50px!important}.gov-pt-0{padding-top:0rem!important}.gov-pt-1{padding-top:.25rem!important}.gov-pt-2{padding-top:.5rem!important}.gov-pt-3{padding-top:.75rem!important}.gov-pt-4{padding-top:1rem!important}.gov-pt-5{padding-top:1.25rem!important}.gov-pt-6{padding-top:1.5rem!important}.gov-pt-7{padding-top:1.75rem!important}.gov-pt-8{padding-top:2rem!important}.gov-pt-9{padding-top:2.25rem!important}.gov-pt-10{padding-top:2.5rem!important}.gov-pt-11{padding-top:2.75rem!important}.gov-pt-12{padding-top:3rem!important}.gov-pt-13{padding-top:3.25rem!important}.gov-pt-14{padding-top:3.5rem!important}.gov-pt-15{padding-top:3.75rem!important}.gov-pt-16{padding-top:4rem!important}.gov-pt-17{padding-top:4.25rem!important}.gov-pt-18{padding-top:4.5rem!important}.gov-pt-19{padding-top:4.75rem!important}.gov-pt-20{padding-top:5rem!important}.gov-pt-auto{padding-top:auto!important}.gov-pb-0{padding-bottom:0rem!important}.gov-pb-1{padding-bottom:.25rem!important}.gov-pb-2{padding-bottom:.5rem!important}.gov-pb-3{padding-bottom:.75rem!important}.gov-pb-4{padding-bottom:1rem!important}.gov-pb-5{padding-bottom:1.25rem!important}.gov-pb-6{padding-bottom:1.5rem!important}.gov-pb-7{padding-bottom:1.75rem!important}.gov-pb-8{padding-bottom:2rem!important}.gov-pb-9{padding-bottom:2.25rem!important}.gov-pb-10{padding-bottom:2.5rem!important}.gov-pb-11{padding-bottom:2.75rem!important}.gov-pb-12{padding-bottom:3rem!important}.gov-pb-13{padding-bottom:3.25rem!important}.gov-pb-14{padding-bottom:3.5rem!important}.gov-pb-15{padding-bottom:3.75rem!important}.gov-pb-16{padding-bottom:4rem!important}.gov-pb-17{padding-bottom:4.25rem!important}.gov-pb-18{padding-bottom:4.5rem!important}.gov-pb-19{padding-bottom:4.75rem!important}.gov-pb-20{padding-bottom:5rem!important}.gov-pb-auto{padding-bottom:auto!important}.gov-pr-0{padding-right:0rem!important}.gov-pr-1{padding-right:.25rem!important}.gov-pr-2{padding-right:.5rem!important}.gov-pr-3{padding-right:.75rem!important}.gov-pr-4{padding-right:1rem!important}.gov-pr-5{padding-right:1.25rem!important}.gov-pr-6{padding-right:1.5rem!important}.gov-pr-7{padding-right:1.75rem!important}.gov-pr-8{padding-right:2rem!important}.gov-pr-9{padding-right:2.25rem!important}.gov-pr-10{padding-right:2.5rem!important}.gov-pr-11{padding-right:2.75rem!important}.gov-pr-12{padding-right:3rem!important}.gov-pr-13{padding-right:3.25rem!important}.gov-pr-14{padding-right:3.5rem!important}.gov-pr-15{padding-right:3.75rem!important}.gov-pr-16{padding-right:4rem!important}.gov-pr-17{padding-right:4.25rem!important}.gov-pr-18{padding-right:4.5rem!important}.gov-pr-19{padding-right:4.75rem!important}.gov-pr-20{padding-right:5rem!important}.gov-pr-auto{padding-right:auto!important}.gov-pl-0{padding-left:0rem!important}.gov-pl-1{padding-left:.25rem!important}.gov-pl-2{padding-left:.5rem!important}.gov-pl-3{padding-left:.75rem!important}.gov-pl-4{padding-left:1rem!important}.gov-pl-5{padding-left:1.25rem!important}.gov-pl-6{padding-left:1.5rem!important}.gov-pl-7{padding-left:1.75rem!important}.gov-pl-8{padding-left:2rem!important}.gov-pl-9{padding-left:2.25rem!important}.gov-pl-10{padding-left:2.5rem!important}.gov-pl-11{padding-left:2.75rem!important}.gov-pl-12{padding-left:3rem!important}.gov-pl-13{padding-left:3.25rem!important}.gov-pl-14{padding-left:3.5rem!important}.gov-pl-15{padding-left:3.75rem!important}.gov-pl-16{padding-left:4rem!important}.gov-pl-17{padding-left:4.25rem!important}.gov-pl-18{padding-left:4.5rem!important}.gov-pl-19{padding-left:4.75rem!important}.gov-pl-20{padding-left:5rem!important}.gov-pl-auto{padding-left:auto!important}.gov-mt-0{margin-top:0rem!important}.gov-mt-1{margin-top:.25rem!important}.gov-mt-2{margin-top:.5rem!important}.gov-mt-3{margin-top:.75rem!important}.gov-mt-4{margin-top:1rem!important}.gov-mt-5{margin-top:1.25rem!important}.gov-mt-6{margin-top:1.5rem!important}.gov-mt-7{margin-top:1.75rem!important}.gov-mt-8{margin-top:2rem!important}.gov-mt-9{margin-top:2.25rem!important}.gov-mt-10{margin-top:2.5rem!important}.gov-mt-11{margin-top:2.75rem!important}.gov-mt-12{margin-top:3rem!important}.gov-mt-13{margin-top:3.25rem!important}.gov-mt-14{margin-top:3.5rem!important}.gov-mt-15{margin-top:3.75rem!important}.gov-mt-16{margin-top:4rem!important}.gov-mt-17{margin-top:4.25rem!important}.gov-mt-18{margin-top:4.5rem!important}.gov-mt-19{margin-top:4.75rem!important}.gov-mt-20{margin-top:5rem!important}.gov-mt-auto{margin-top:auto!important}.gov-mb-0{margin-bottom:0rem!important}.gov-mb-1{margin-bottom:.25rem!important}.gov-mb-2{margin-bottom:.5rem!important}.gov-mb-3{margin-bottom:.75rem!important}.gov-mb-4{margin-bottom:1rem!important}.gov-mb-5{margin-bottom:1.25rem!important}.gov-mb-6{margin-bottom:1.5rem!important}.gov-mb-7{margin-bottom:1.75rem!important}.gov-mb-8{margin-bottom:2rem!important}.gov-mb-9{margin-bottom:2.25rem!important}.gov-mb-10{margin-bottom:2.5rem!important}.gov-mb-11{margin-bottom:2.75rem!important}.gov-mb-12{margin-bottom:3rem!important}.gov-mb-13{margin-bottom:3.25rem!important}.gov-mb-14{margin-bottom:3.5rem!important}.gov-mb-15{margin-bottom:3.75rem!important}.gov-mb-16{margin-bottom:4rem!important}.gov-mb-17{margin-bottom:4.25rem!important}.gov-mb-18{margin-bottom:4.5rem!important}.gov-mb-19{margin-bottom:4.75rem!important}.gov-mb-20{margin-bottom:5rem!important}.gov-mb-auto{margin-bottom:auto!important}.gov-mr-0{margin-right:0rem!important}.gov-mr-1{margin-right:.25rem!important}.gov-mr-2{margin-right:.5rem!important}.gov-mr-3{margin-right:.75rem!important}.gov-mr-4{margin-right:1rem!important}.gov-mr-5{margin-right:1.25rem!important}.gov-mr-6{margin-right:1.5rem!important}.gov-mr-7{margin-right:1.75rem!important}.gov-mr-8{margin-right:2rem!important}.gov-mr-9{margin-right:2.25rem!important}.gov-mr-10{margin-right:2.5rem!important}.gov-mr-11{margin-right:2.75rem!important}.gov-mr-12{margin-right:3rem!important}.gov-mr-13{margin-right:3.25rem!important}.gov-mr-14{margin-right:3.5rem!important}.gov-mr-15{margin-right:3.75rem!important}.gov-mr-16{margin-right:4rem!important}.gov-mr-17{margin-right:4.25rem!important}.gov-mr-18{margin-right:4.5rem!important}.gov-mr-19{margin-right:4.75rem!important}.gov-mr-20{margin-right:5rem!important}.gov-mr-auto{margin-right:auto!important}.gov-ml-0{margin-left:0rem!important}.gov-ml-1{margin-left:.25rem!important}.gov-ml-2{margin-left:.5rem!important}.gov-ml-3{margin-left:.75rem!important}.gov-ml-4{margin-left:1rem!important}.gov-ml-5{margin-left:1.25rem!important}.gov-ml-6{margin-left:1.5rem!important}.gov-ml-7{margin-left:1.75rem!important}.gov-ml-8{margin-left:2rem!important}.gov-ml-9{margin-left:2.25rem!important}.gov-ml-10{margin-left:2.5rem!important}.gov-ml-11{margin-left:2.75rem!important}.gov-ml-12{margin-left:3rem!important}.gov-ml-13{margin-left:3.25rem!important}.gov-ml-14{margin-left:3.5rem!important}.gov-ml-15{margin-left:3.75rem!important}.gov-ml-16{margin-left:4rem!important}.gov-ml-17{margin-left:4.25rem!important}.gov-ml-18{margin-left:4.5rem!important}.gov-ml-19{margin-left:4.75rem!important}.gov-ml-20{margin-left:5rem!important}.gov-ml-auto{margin-left:auto!important}.gov-gap-0{gap:0rem!important}.gov-gap-1{gap:.25rem!important}.gov-gap-2{gap:.5rem!important}.gov-gap-3{gap:.75rem!important}.gov-gap-4{gap:1rem!important}.gov-gap-5{gap:1.25rem!important}.gov-gap-6{gap:1.5rem!important}.gov-gap-7{gap:1.75rem!important}.gov-gap-8{gap:2rem!important}.gov-gap-9{gap:2.25rem!important}.gov-gap-10{gap:2.5rem!important}.gov-gap-11{gap:2.75rem!important}.gov-gap-12{gap:3rem!important}.gov-gap-13{gap:3.25rem!important}.gov-gap-14{gap:3.5rem!important}.gov-gap-15{gap:3.75rem!important}.gov-gap-16{gap:4rem!important}.gov-gap-17{gap:4.25rem!important}.gov-gap-18{gap:4.5rem!important}.gov-gap-19{gap:4.75rem!important}.gov-gap-20{gap:5rem!important}.gov-d-flex{display:flex}.gov-d-contents{display:contents}@media(min-width:0){.gov-d-xxs-contents{display:contents!important}}@media(min-width:394px){.gov-d-xs-contents{display:contents!important}}@media(min-width:576px){.gov-d-sm-contents{display:contents!important}}@media(min-width:768px){.gov-d-md-contents{display:contents!important}}@media(min-width:900px){.gov-d-semiLg-contents{display:contents!important}}@media(min-width:1050px){.gov-d-lg-contents{display:contents!important}}@media(min-width:1366px){.gov-d-xl-contents{display:contents!important}}@media(min-width:1536px){.gov-d-xxl-contents{display:contents!important}}@media(min-width:1750px){.gov-d-xxxl-contents{display:contents!important}}.gov-row{display:flex;flex-wrap:wrap}.gov-col{flex-basis:0;flex-grow:1;max-width:100%}.gov-col-0{flex:0 0 0%;max-width:0%}.gov-col-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}.gov-col-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}.gov-col-3{flex:0 0 25%;max-width:25%}.gov-col-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}.gov-col-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}.gov-col-6{flex:0 0 50%;max-width:50%}.gov-col-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}.gov-col-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}.gov-col-9{flex:0 0 75%;max-width:75%}.gov-col-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}.gov-col-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}.gov-col-12{flex:0 0 100%;max-width:100%}@media(min-width:0){.gov-col-xxs-0{flex:0 0 0%;max-width:0%}}@media(min-width:0){.gov-col-xxs-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:0){.gov-col-xxs-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:0){.gov-col-xxs-3{flex:0 0 25%;max-width:25%}}@media(min-width:0){.gov-col-xxs-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:0){.gov-col-xxs-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:0){.gov-col-xxs-6{flex:0 0 50%;max-width:50%}}@media(min-width:0){.gov-col-xxs-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:0){.gov-col-xxs-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:0){.gov-col-xxs-9{flex:0 0 75%;max-width:75%}}@media(min-width:0){.gov-col-xxs-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:0){.gov-col-xxs-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:0){.gov-col-xxs-12{flex:0 0 100%;max-width:100%}}@media(min-width:394px){.gov-col-xs-0{flex:0 0 0%;max-width:0%}}@media(min-width:394px){.gov-col-xs-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:394px){.gov-col-xs-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:394px){.gov-col-xs-3{flex:0 0 25%;max-width:25%}}@media(min-width:394px){.gov-col-xs-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:394px){.gov-col-xs-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:394px){.gov-col-xs-6{flex:0 0 50%;max-width:50%}}@media(min-width:394px){.gov-col-xs-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:394px){.gov-col-xs-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:394px){.gov-col-xs-9{flex:0 0 75%;max-width:75%}}@media(min-width:394px){.gov-col-xs-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:394px){.gov-col-xs-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:394px){.gov-col-xs-12{flex:0 0 100%;max-width:100%}}@media(min-width:576px){.gov-col-sm-0{flex:0 0 0%;max-width:0%}}@media(min-width:576px){.gov-col-sm-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:576px){.gov-col-sm-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:576px){.gov-col-sm-3{flex:0 0 25%;max-width:25%}}@media(min-width:576px){.gov-col-sm-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:576px){.gov-col-sm-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:576px){.gov-col-sm-6{flex:0 0 50%;max-width:50%}}@media(min-width:576px){.gov-col-sm-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:576px){.gov-col-sm-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:576px){.gov-col-sm-9{flex:0 0 75%;max-width:75%}}@media(min-width:576px){.gov-col-sm-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:576px){.gov-col-sm-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:576px){.gov-col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.gov-col-md-0{flex:0 0 0%;max-width:0%}}@media(min-width:768px){.gov-col-md-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:768px){.gov-col-md-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:768px){.gov-col-md-3{flex:0 0 25%;max-width:25%}}@media(min-width:768px){.gov-col-md-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:768px){.gov-col-md-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:768px){.gov-col-md-6{flex:0 0 50%;max-width:50%}}@media(min-width:768px){.gov-col-md-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:768px){.gov-col-md-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:768px){.gov-col-md-9{flex:0 0 75%;max-width:75%}}@media(min-width:768px){.gov-col-md-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:768px){.gov-col-md-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:768px){.gov-col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width:900px){.gov-col-semiLg-0{flex:0 0 0%;max-width:0%}}@media(min-width:900px){.gov-col-semiLg-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:900px){.gov-col-semiLg-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:900px){.gov-col-semiLg-3{flex:0 0 25%;max-width:25%}}@media(min-width:900px){.gov-col-semiLg-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:900px){.gov-col-semiLg-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:900px){.gov-col-semiLg-6{flex:0 0 50%;max-width:50%}}@media(min-width:900px){.gov-col-semiLg-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:900px){.gov-col-semiLg-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:900px){.gov-col-semiLg-9{flex:0 0 75%;max-width:75%}}@media(min-width:900px){.gov-col-semiLg-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:900px){.gov-col-semiLg-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:900px){.gov-col-semiLg-12{flex:0 0 100%;max-width:100%}}@media(min-width:1050px){.gov-col-lg-0{flex:0 0 0%;max-width:0%}}@media(min-width:1050px){.gov-col-lg-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:1050px){.gov-col-lg-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:1050px){.gov-col-lg-3{flex:0 0 25%;max-width:25%}}@media(min-width:1050px){.gov-col-lg-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:1050px){.gov-col-lg-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:1050px){.gov-col-lg-6{flex:0 0 50%;max-width:50%}}@media(min-width:1050px){.gov-col-lg-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:1050px){.gov-col-lg-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:1050px){.gov-col-lg-9{flex:0 0 75%;max-width:75%}}@media(min-width:1050px){.gov-col-lg-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:1050px){.gov-col-lg-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:1050px){.gov-col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width:1366px){.gov-col-xl-0{flex:0 0 0%;max-width:0%}}@media(min-width:1366px){.gov-col-xl-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:1366px){.gov-col-xl-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:1366px){.gov-col-xl-3{flex:0 0 25%;max-width:25%}}@media(min-width:1366px){.gov-col-xl-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:1366px){.gov-col-xl-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:1366px){.gov-col-xl-6{flex:0 0 50%;max-width:50%}}@media(min-width:1366px){.gov-col-xl-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:1366px){.gov-col-xl-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:1366px){.gov-col-xl-9{flex:0 0 75%;max-width:75%}}@media(min-width:1366px){.gov-col-xl-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:1366px){.gov-col-xl-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:1366px){.gov-col-xl-12{flex:0 0 100%;max-width:100%}}@media(min-width:1536px){.gov-col-xxl-0{flex:0 0 0%;max-width:0%}}@media(min-width:1536px){.gov-col-xxl-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:1536px){.gov-col-xxl-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:1536px){.gov-col-xxl-3{flex:0 0 25%;max-width:25%}}@media(min-width:1536px){.gov-col-xxl-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:1536px){.gov-col-xxl-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:1536px){.gov-col-xxl-6{flex:0 0 50%;max-width:50%}}@media(min-width:1536px){.gov-col-xxl-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:1536px){.gov-col-xxl-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:1536px){.gov-col-xxl-9{flex:0 0 75%;max-width:75%}}@media(min-width:1536px){.gov-col-xxl-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:1536px){.gov-col-xxl-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:1536px){.gov-col-xxl-12{flex:0 0 100%;max-width:100%}}@media(min-width:1750px){.gov-col-xxxl-0{flex:0 0 0%;max-width:0%}}@media(min-width:1750px){.gov-col-xxxl-1{flex:0 0 calc(100% * 1 / 12);max-width:calc(100% * 1 / 12)}}@media(min-width:1750px){.gov-col-xxxl-2{flex:0 0 calc(100% * 2 / 12);max-width:calc(100% * 2 / 12)}}@media(min-width:1750px){.gov-col-xxxl-3{flex:0 0 25%;max-width:25%}}@media(min-width:1750px){.gov-col-xxxl-4{flex:0 0 calc(100% * 4 / 12);max-width:calc(100% * 4 / 12)}}@media(min-width:1750px){.gov-col-xxxl-5{flex:0 0 calc(100% * 5 / 12);max-width:calc(100% * 5 / 12)}}@media(min-width:1750px){.gov-col-xxxl-6{flex:0 0 50%;max-width:50%}}@media(min-width:1750px){.gov-col-xxxl-7{flex:0 0 calc(100% * 7 / 12);max-width:calc(100% * 7 / 12)}}@media(min-width:1750px){.gov-col-xxxl-8{flex:0 0 calc(100% * 8 / 12);max-width:calc(100% * 8 / 12)}}@media(min-width:1750px){.gov-col-xxxl-9{flex:0 0 75%;max-width:75%}}@media(min-width:1750px){.gov-col-xxxl-10{flex:0 0 calc(100% * 10 / 12);max-width:calc(100% * 10 / 12)}}@media(min-width:1750px){.gov-col-xxxl-11{flex:0 0 calc(100% * 11 / 12);max-width:calc(100% * 11 / 12)}}@media(min-width:1750px){.gov-col-xxxl-12{flex:0 0 100%;max-width:100%}}.id-img{border:thin solid var(--gov-color-border-line);border-radius:10px;margin-top:1.5rem;max-height:200px}.inline-size{container-type:inline-size}.pointer{cursor:pointer}.error-message{color:var(--gds-color-red-100)}.pointer-events-none{pointer-events:none}.sr-only:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}@layer utilities;[class^=mdi-icon-],[class*=" mdi-icon-"]{display:inline-block;width:24px;height:24px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.mdi-icon-AA_check_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m4.48-11.67c.29.29.29.77 0 1.06l-5.29 5.29c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.62-2.62a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.09 2.09 4.76-4.76c.29-.29.77-.29 1.06 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m4.48-11.67c.29.29.29.77 0 1.06l-5.29 5.29c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.62-2.62a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.09 2.09 4.76-4.76c.29-.29.77-.29 1.06 0'/%3E%3C/svg%3E")}.mdi-icon-AA_exclamation_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m-.75-8.16V8.77c0-.41.34-.75.75-.75s.75.34.75.75v3.57c0 .41-.34.75-.75.75s-.75-.34-.75-.75m1.7 2.75c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m-.75-8.16V8.77c0-.41.34-.75.75-.75s.75.34.75.75v3.57c0 .41-.34.75-.75.75s-.75-.34-.75-.75m1.7 2.75c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95'/%3E%3C/svg%3E")}.mdi-icon-AA_exclamation_triangle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.853 8.748a.6.6 0 0 1 .598-.65h1.096a.6.6 0 0 1 .598.65l-.5 6a.6.6 0 0 1-.598.55h-.096a.6.6 0 0 1-.598-.55zM13.199 17.698a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.92 12.837 16.206 9.97c-.92-1.542-1.559-2.608-2.108-3.362-.552-.757-.879-1.001-1.095-1.096a2.5 2.5 0 0 0-2.007 0c-.216.095-.543.339-1.095 1.096-.549.754-1.188 1.82-2.108 3.362l-1.714 2.868c-.961 1.61-1.628 2.73-2.05 3.609-.424.887-.483 1.304-.46 1.54a2.5 2.5 0 0 0 1.01 1.78c.19.14.579.304 1.559.393.97.09 2.272.09 4.148.09h3.427c1.876 0 3.178 0 4.149-.09.98-.09 1.367-.253 1.558-.393a2.5 2.5 0 0 0 1.01-1.78c.023-.236-.036-.653-.46-1.54-.422-.879-1.088-1.998-2.05-3.609m-7.526-8.7c-1.172.514-2.078 2.03-3.889 5.063l-1.713 2.868c-1.894 3.17-2.84 4.755-2.717 6.059a4 4 0 0 0 1.617 2.849c1.056.774 2.902.774 6.594.774h3.427c3.692 0 5.538 0 6.594-.774a4 4 0 0 0 1.617-2.85c.123-1.303-.823-2.888-2.716-6.058L17.494 9.2c-1.811-3.033-2.717-4.55-3.89-5.063a4 4 0 0 0-3.21 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.853 8.748a.6.6 0 0 1 .598-.65h1.096a.6.6 0 0 1 .598.65l-.5 6a.6.6 0 0 1-.598.55h-.096a.6.6 0 0 1-.598-.55zM13.199 17.698a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.92 12.837 16.206 9.97c-.92-1.542-1.559-2.608-2.108-3.362-.552-.757-.879-1.001-1.095-1.096a2.5 2.5 0 0 0-2.007 0c-.216.095-.543.339-1.095 1.096-.549.754-1.188 1.82-2.108 3.362l-1.714 2.868c-.961 1.61-1.628 2.73-2.05 3.609-.424.887-.483 1.304-.46 1.54a2.5 2.5 0 0 0 1.01 1.78c.19.14.579.304 1.559.393.97.09 2.272.09 4.148.09h3.427c1.876 0 3.178 0 4.149-.09.98-.09 1.367-.253 1.558-.393a2.5 2.5 0 0 0 1.01-1.78c.023-.236-.036-.653-.46-1.54-.422-.879-1.088-1.998-2.05-3.609m-7.526-8.7c-1.172.514-2.078 2.03-3.889 5.063l-1.713 2.868c-1.894 3.17-2.84 4.755-2.717 6.059a4 4 0 0 0 1.617 2.849c1.056.774 2.902.774 6.594.774h3.427c3.692 0 5.538 0 6.594-.774a4 4 0 0 0 1.617-2.85c.123-1.303-.823-2.888-2.716-6.058L17.494 9.2c-1.811-3.033-2.717-4.55-3.89-5.063a4 4 0 0 0-3.21 0'/%3E%3C/svg%3E")}.mdi-icon-AA_information_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m.75-8.78v3.57c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.57c0-.41.34-.75.75-.75s.75.34.75.75m.2-2.75c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m.75-8.78v3.57c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.57c0-.41.34-.75.75-.75s.75.34.75.75m.2-2.75c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95'/%3E%3C/svg%3E")}.mdi-icon-AA_question_mark_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m2.36-11.06a2.5 2.5 0 0 1-1.33 2.91c-.21.1-.34.34-.34.6v.33c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.33c0-.84.47-1.6 1.19-1.95.36-.17.68-.62.53-1.18a.98.98 0 0 0-.69-.69 1.004 1.004 0 0 0-1.28.96c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.78.35-1.5.97-1.98s1.41-.64 2.19-.44c.85.22 1.54.91 1.76 1.76zm-1.41 6.22c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m2.36-11.06a2.5 2.5 0 0 1-1.33 2.91c-.21.1-.34.34-.34.6v.33c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.33c0-.84.47-1.6 1.19-1.95.36-.17.68-.62.53-1.18a.98.98 0 0 0-.69-.69 1.004 1.004 0 0 0-1.28.96c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.78.35-1.5.97-1.98s1.41-.64 2.19-.44c.85.22 1.54.91 1.76 1.76zm-1.41 6.22c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95'/%3E%3C/svg%3E")}.mdi-icon-AA_x_mark_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m3.62-11.01L13.11 12l2.51 2.51c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.51-2.51-2.51 2.51c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L10.99 12 8.48 9.49a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.51 2.51 2.51-2.51c.29-.29.77-.29 1.06 0s.29.77 0 1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18.5c-4.69 0-8.5-3.81-8.5-8.5S7.31 3.5 12 3.5s8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m3.62-11.01L13.11 12l2.51 2.51c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.51-2.51-2.51 2.51c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L10.99 12 8.48 9.49a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.51 2.51 2.51-2.51c.29-.29.77-.29 1.06 0s.29.77 0 1.06'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_down_tray{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.07 16.76v1.49c0 1.52-1.23 2.75-2.75 2.75H5.75C4.23 21 3 19.77 3 18.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75v1.49c0 .69.56 1.25 1.25 1.25h12.56c.69 0 1.25-.56 1.25-1.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75zm-9.6-.99a.75.75 0 0 0 1.06 0l5.22-5.22c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-3.94 3.94V3.76c0-.41-.34-.75-.75-.75s-.75.34-.75.75v9.66L7.31 9.48a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l5.22 5.22z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.07 16.76v1.49c0 1.52-1.23 2.75-2.75 2.75H5.75C4.23 21 3 19.77 3 18.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75v1.49c0 .69.56 1.25 1.25 1.25h12.56c.69 0 1.25-.56 1.25-1.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75zm-9.6-.99a.75.75 0 0 0 1.06 0l5.22-5.22c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-3.94 3.94V3.76c0-.41-.34-.75-.75-.75s-.75.34-.75.75v9.66L7.31 9.48a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l5.22 5.22z'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.01 12c0 .41-.34.75-.75.75H5.59l3.94 3.94c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-5.22-5.22a.75.75 0 0 1 0-1.06l5.22-5.22c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.94 3.94h14.67c.41 0 .75.34.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.01 12c0 .41-.34.75-.75.75H5.59l3.94 3.94c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-5.22-5.22a.75.75 0 0 1 0-1.06l5.22-5.22c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-3.94 3.94h14.67c.41 0 .75.34.75.75'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_path{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.26 13.03a8.03 8.03 0 0 1-2.29 4.67 8.03 8.03 0 0 1-5.7 2.36c-2.07 0-4.13-.79-5.7-2.36l-1.15-1.15v2.47c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.28c0-.1.02-.19.06-.29.08-.18.22-.33.41-.41.09-.04.19-.06.29-.06h4.28c.41 0 .75.34.75.75s-.34.75-.75.75H6.49l1.15 1.15c2.56 2.56 6.72 2.56 9.27 0a6.5 6.5 0 0 0 1.87-3.8c.05-.41.42-.7.84-.65.41.05.7.43.65.84zM4.48 11.88h.1c.37 0 .69-.27.74-.65.2-1.43.84-2.72 1.86-3.74a6.52 6.52 0 0 1 4.64-1.92c1.75 0 3.4.68 4.64 1.92l1.07 1.07h-2.47c-.41 0-.75.34-.75.75s.34.75.75.75h4.28c.1 0 .19-.02.29-.06.18-.08.33-.22.41-.41.04-.09.06-.19.06-.29V5.02c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.47l-1.07-1.07a8 8 0 0 0-5.7-2.36c-2.16 0-4.18.84-5.7 2.36a7.98 7.98 0 0 0-2.28 4.59c-.06.41.23.79.64.85z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.26 13.03a8.03 8.03 0 0 1-2.29 4.67 8.03 8.03 0 0 1-5.7 2.36c-2.07 0-4.13-.79-5.7-2.36l-1.15-1.15v2.47c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4.28c0-.1.02-.19.06-.29.08-.18.22-.33.41-.41.09-.04.19-.06.29-.06h4.28c.41 0 .75.34.75.75s-.34.75-.75.75H6.49l1.15 1.15c2.56 2.56 6.72 2.56 9.27 0a6.5 6.5 0 0 0 1.87-3.8c.05-.41.42-.7.84-.65.41.05.7.43.65.84zM4.48 11.88h.1c.37 0 .69-.27.74-.65.2-1.43.84-2.72 1.86-3.74a6.52 6.52 0 0 1 4.64-1.92c1.75 0 3.4.68 4.64 1.92l1.07 1.07h-2.47c-.41 0-.75.34-.75.75s.34.75.75.75h4.28c.1 0 .19-.02.29-.06.18-.08.33-.22.41-.41.04-.09.06-.19.06-.29V5.02c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.47l-1.07-1.07a8 8 0 0 0-5.7-2.36c-2.16 0-4.18.84-5.7 2.36a7.98 7.98 0 0 0-2.28 4.59c-.06.41.23.79.64.85z'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_right_start_on_rectangle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.9 11.5-3.4-3.4c-.3-.3-.8-.3-1.1 0s-.3.8 0 1.1l2.1 2.1h-8.9c-.4 0-.8.3-.8.8s.3.8.8.8h8.9L17.4 15c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l3.4-3.4c.3-.4.4-.8.1-1.2'/%3E%3Cpath d='M14.3 16.1c-.4 0-.8.3-.8.8v1.6q0 .3-.3.3H3.8q-.3 0-.3-.3V5.9q0-.3.3-.3h9.5q.3 0 .3.3v1.5c0 .4.3.8.8.8s.8-.3.8-.8V5.9c0-1-.8-1.8-1.8-1.8H3.8c-1 0-1.8.8-1.8 1.8v12.5c0 1 .8 1.8 1.8 1.8h9.5c1 0 1.8-.8 1.8-1.8v-1.6c0-.4-.4-.7-.8-.7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.9 11.5-3.4-3.4c-.3-.3-.8-.3-1.1 0s-.3.8 0 1.1l2.1 2.1h-8.9c-.4 0-.8.3-.8.8s.3.8.8.8h8.9L17.4 15c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l3.4-3.4c.3-.4.4-.8.1-1.2'/%3E%3Cpath d='M14.3 16.1c-.4 0-.8.3-.8.8v1.6q0 .3-.3.3H3.8q-.3 0-.3-.3V5.9q0-.3.3-.3h9.5q.3 0 .3.3v1.5c0 .4.3.8.8.8s.8-.3.8-.8V5.9c0-1-.8-1.8-1.8-1.8H3.8c-1 0-1.8.8-1.8 1.8v12.5c0 1 .8 1.8 1.8 1.8h9.5c1 0 1.8-.8 1.8-1.8v-1.6c0-.4-.4-.7-.8-.7'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_top_right_on_square{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.5a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-3.75a.75.75 0 0 1 1.5 0V18a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3.75a.75.75 0 0 1 0 1.5z'/%3E%3Cpath d='M14.25 4H18a2 2 0 0 1 2 2v3.75a.75.75 0 0 1-1.5 0V6.56l-5.47 5.47a.75.75 0 1 1-1.06-1.06l5.47-5.47h-3.19a.75.75 0 0 1 0-1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.5a.5.5 0 0 0-.5.5v12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-3.75a.75.75 0 0 1 1.5 0V18a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3.75a.75.75 0 0 1 0 1.5z'/%3E%3Cpath d='M14.25 4H18a2 2 0 0 1 2 2v3.75a.75.75 0 0 1-1.5 0V6.56l-5.47 5.47a.75.75 0 1 1-1.06-1.06l5.47-5.47h-3.19a.75.75 0 0 1 0-1.5'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_up_on_rectangle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.1 6.4c-.3-.3-.3-.8 0-1.1L11.5 2c.3-.3.8-.3 1.1 0L16 5.4c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.5-.1-.7-.3l-2.1-2.1v8.9c0 .4-.3.8-.8.8s-.8-.3-.8-.8V4.3L9.2 6.4c-.3.3-.8.3-1.1 0m10.1 2.5h-1.5c-.4 0-.8.3-.8.8s.3.8.8.8h1.5q.3 0 .3.3v9.5q0 .3-.3.3H5.8q-.3 0-.3-.3v-9.5q0-.3.3-.3h1.5c.4-.1.7-.5.7-.9s-.3-.7-.7-.7H5.8c-1 0-1.8.8-1.8 1.8v9.5c0 1 .8 1.8 1.8 1.8h12.5c1 0 1.8-.8 1.8-1.8v-9.5c-.1-1-.9-1.8-1.9-1.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.1 6.4c-.3-.3-.3-.8 0-1.1L11.5 2c.3-.3.8-.3 1.1 0L16 5.4c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.5-.1-.7-.3l-2.1-2.1v8.9c0 .4-.3.8-.8.8s-.8-.3-.8-.8V4.3L9.2 6.4c-.3.3-.8.3-1.1 0m10.1 2.5h-1.5c-.4 0-.8.3-.8.8s.3.8.8.8h1.5q.3 0 .3.3v9.5q0 .3-.3.3H5.8q-.3 0-.3-.3v-9.5q0-.3.3-.3h1.5c.4-.1.7-.5.7-.9s-.3-.7-.7-.7H5.8c-1 0-1.8.8-1.8 1.8v9.5c0 1 .8 1.8 1.8 1.8h12.5c1 0 1.8-.8 1.8-1.8v-9.5c-.1-1-.9-1.8-1.9-1.8'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_up_tray{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.07 16.76v1.49c0 1.52-1.23 2.75-2.75 2.75H5.75C4.23 21 3 19.77 3 18.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75v1.49c0 .69.56 1.25 1.25 1.25h12.56c.69 0 1.25-.56 1.25-1.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75zM7.31 9.51l3.94-3.94v9.66c0 .41.34.75.75.75s.75-.34.75-.75V5.57l3.94 3.94c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-5.22-5.22a.754.754 0 0 0-1.06 0L6.25 8.45c-.29.29-.29.77 0 1.06s.77.29 1.06 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.07 16.76v1.49c0 1.52-1.23 2.75-2.75 2.75H5.75C4.23 21 3 19.77 3 18.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75v1.49c0 .69.56 1.25 1.25 1.25h12.56c.69 0 1.25-.56 1.25-1.25v-1.49c0-.41.34-.75.75-.75s.75.34.75.75zM7.31 9.51l3.94-3.94v9.66c0 .41.34.75.75.75s.75-.34.75-.75V5.57l3.94 3.94c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-5.22-5.22a.754.754 0 0 0-1.06 0L6.25 8.45c-.29.29-.29.77 0 1.06s.77.29 1.06 0'/%3E%3C/svg%3E")}.mdi-icon-AB_arrow_uturn_down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.45 2.7a.75.75 0 0 1 .75.75v1.999A8.75 8.75 0 1 1 3.25 12v-.75a.75.75 0 0 1 1.5 0V12a7.25 7.25 0 1 0 2.304-5.301H9.45a.75.75 0 1 1 0 1.5h-3.5c-.69 0-1.25-.56-1.25-1.25v-3.5a.75.75 0 0 1 .75-.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.45 2.7a.75.75 0 0 1 .75.75v1.999A8.75 8.75 0 1 1 3.25 12v-.75a.75.75 0 0 1 1.5 0V12a7.25 7.25 0 1 0 2.304-5.301H9.45a.75.75 0 1 1 0 1.5h-3.5c-.69 0-1.25-.56-1.25-1.25v-3.5a.75.75 0 0 1 .75-.75'/%3E%3C/svg%3E")}.mdi-icon-AB_arrows_up_down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.53 7.53a.75.75 0 1 1-1.06-1.06l2.646-2.647a1.25 1.25 0 0 1 1.768 0L11.53 6.47a.75.75 0 0 1-1.06 1.06L8.75 5.81V19a.75.75 0 0 1-1.5 0V5.81zM13.53 16.47l1.72 1.72V5a.75.75 0 0 1 1.5 0v13.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.646 2.647a1.25 1.25 0 0 1-1.768 0L12.47 17.53a.75.75 0 0 1 1.06-1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.53 7.53a.75.75 0 1 1-1.06-1.06l2.646-2.647a1.25 1.25 0 0 1 1.768 0L11.53 6.47a.75.75 0 0 1-1.06 1.06L8.75 5.81V19a.75.75 0 0 1-1.5 0V5.81zM13.53 16.47l1.72 1.72V5a.75.75 0 0 1 1.5 0v13.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-2.646 2.647a1.25 1.25 0 0 1-1.768 0L12.47 17.53a.75.75 0 0 1 1.06-1.06'/%3E%3C/svg%3E")}.mdi-icon-AB_chevron_down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15.75c-.19 0-.38-.07-.53-.22l-6-6a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0L12 13.94l5.47-5.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-6 6c-.15.15-.34.22-.53.22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15.75c-.19 0-.38-.07-.53-.22l-6-6a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0L12 13.94l5.47-5.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-6 6c-.15.15-.34.22-.53.22'/%3E%3C/svg%3E")}.mdi-icon-AB_chevron_left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18.75c-.19 0-.38-.07-.53-.22l-6-6a.75.75 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06L10.06 12l5.47 5.47c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18.75c-.19 0-.38-.07-.53-.22l-6-6a.75.75 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0s.29.77 0 1.06L10.06 12l5.47 5.47c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22'/%3E%3C/svg%3E")}.mdi-icon-AB_chevron_right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L13.94 12 8.47 6.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6c-.15.15-.34.22-.53.22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06L13.94 12 8.47 6.53a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6c-.15.15-.34.22-.53.22'/%3E%3C/svg%3E")}.mdi-icon-AB_chevron_up{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15.75c-.19 0-.38-.07-.53-.22L12 10.06l-5.47 5.47c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0l6 6c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15.75c-.19 0-.38-.07-.53-.22L12 10.06l-5.47 5.47c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l6-6c.29-.29.77-.29 1.06 0l6 6c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22'/%3E%3C/svg%3E")}.mdi-icon-AC_block_of_flats{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.75A.75.75 0 0 1 6.25 6h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M10.75 6a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM6.25 9a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM10.75 9a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM6.25 12a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM10.75 12a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM17.75 9a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM17 12.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M17 15.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 21a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-5.5V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1zM3.5 3.5v17H6V16a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v4.5h3v-17zm6 17h-2v-4h2zm6-13v13h5v-13z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 6.75A.75.75 0 0 1 6.25 6h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M10.75 6a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM6.25 9a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM10.75 9a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM6.25 12a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM10.75 12a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM17.75 9a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5zM17 12.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M17 15.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 21a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-5.5V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1zM3.5 3.5v17H6V16a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v4.5h3v-17zm6 17h-2v-4h2zm6-13v13h5v-13z'/%3E%3C/svg%3E")}.mdi-icon-AC_factory{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 15.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M17.75 15a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6.877l5.4-3.675a1 1 0 0 1 1.6.8v2.873L20.4 6.2A1 1 0 0 1 22 7v14a1 1 0 0 1-1 1h-6.44l-.06.002h-6q-.03 0-.06-.002zM6.5 3.5v9.212l7-4.764v4.762l7-4.764V20.5h-5.984l-.03.002H11V16a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v4.5H3.5v-17zm1 17h2v-4h-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 15.75a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75M17.75 15a.75.75 0 0 0 0 1.5h.5a.75.75 0 0 0 0-1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6.877l5.4-3.675a1 1 0 0 1 1.6.8v2.873L20.4 6.2A1 1 0 0 1 22 7v14a1 1 0 0 1-1 1h-6.44l-.06.002h-6q-.03 0-.06-.002zM6.5 3.5v9.212l7-4.764v4.762l7-4.764V20.5h-5.984l-.03.002H11V16a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v4.5H3.5v-17zm1 17h2v-4h-2z'/%3E%3C/svg%3E")}.mdi-icon-AC_home{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.38c.09 0 .18.03.26.07l6.92 4.26.06.03c.16.09.26.26.26.44V19c0 .28-.22.5-.5.5h-3.02c-.28 0-.5-.22-.5-.5v-4c0-.83-.67-1.5-1.5-1.5H10c-.83 0-1.5.67-1.5 1.5v4c0 .28-.22.5-.5.5H5c-.28 0-.5-.22-.5-.5V9.18c0-.18.1-.35.26-.44l.06-.03 6.92-4.26c.08-.05.17-.07.26-.07m0-1.5c-.36 0-.73.1-1.05.3L4.03 7.44C3.4 7.79 3 8.46 3 9.19v9.82c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-4h3.98v4c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2V9.19c0-.73-.39-1.4-1.03-1.75l-6.92-4.26c-.32-.2-.68-.3-1.05-.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.38c.09 0 .18.03.26.07l6.92 4.26.06.03c.16.09.26.26.26.44V19c0 .28-.22.5-.5.5h-3.02c-.28 0-.5-.22-.5-.5v-4c0-.83-.67-1.5-1.5-1.5H10c-.83 0-1.5.67-1.5 1.5v4c0 .28-.22.5-.5.5H5c-.28 0-.5-.22-.5-.5V9.18c0-.18.1-.35.26-.44l.06-.03 6.92-4.26c.08-.05.17-.07.26-.07m0-1.5c-.36 0-.73.1-1.05.3L4.03 7.44C3.4 7.79 3 8.46 3 9.19v9.82c0 1.1.9 2 2 2h3c1.1 0 2-.9 2-2v-4h3.98v4c0 1.1.9 2 2 2H19c1.1 0 2-.9 2-2V9.19c0-.73-.39-1.4-1.03-1.75l-6.92-4.26c-.32-.2-.68-.3-1.05-.3'/%3E%3C/svg%3E")}.mdi-icon-AC_office{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.85 8.97h14.3c.89 0 1.26-1.14.53-1.66l-7.15-5.14A.95.95 0 0 0 12 2c-.18 0-.38.06-.53.17L4.32 7.31c-.72.52-.36 1.66.53 1.66M12 3.64l5.34 3.83H6.66zm8.07 15.66c0 .41-.34.75-.75.75H4.68c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h14.64c.41 0 .75.34.75.75m-12.8-4.36c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75m9.43 0c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75m-6.41 0c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75m3.39 0c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75M5.9 15.96h12.2c.41 0 .75.34.75.75s-.34.75-.75.75H5.9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.85 8.97h14.3c.89 0 1.26-1.14.53-1.66l-7.15-5.14A.95.95 0 0 0 12 2c-.18 0-.38.06-.53.17L4.32 7.31c-.72.52-.36 1.66.53 1.66M12 3.64l5.34 3.83H6.66zm8.07 15.66c0 .41-.34.75-.75.75H4.68c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h14.64c.41 0 .75.34.75.75m-12.8-4.36c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75m9.43 0c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75m-6.41 0c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75m3.39 0c-.41 0-.75-.34-.75-.75v-3.41c0-.41.34-.75.75-.75s.75.34.75.75v3.41c0 .41-.34.75-.75.75M5.9 15.96h12.2c.41 0 .75.34.75.75s-.34.75-.75.75H5.9c-.41 0-.75-.34-.75-.75s.34-.75.75-.75'/%3E%3C/svg%3E")}.mdi-icon-AC_office_pin{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8 9h14.3c.9 0 1.3-1.1.5-1.7l-7.1-5.1c-.1-.1-.3-.2-.5-.2s-.4.1-.5.2L4.3 7.3C3.6 7.8 4 9 4.8 9M12 3.6l5.3 3.8H6.7zm1.7 15.7c0 .4-.3.8-.7.8H4.7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h8.2c.4 0 .8.4.8.8m-6.4-4.4c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.7.5.7.9v3.4c0 .4-.3.7-.7.7m3 0c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.8.3.8.8v3.4c-.1.5-.4.8-.8.8M5.4 16h6.9c.4 0 .8.3.8.8s-.3.8-.8.8H5.4c-.4 0-.8-.3-.8-.8s.3-.8.8-.8m11.4-6.3c-2.3 0-4.1 1.9-4.1 4.1 0 2.1 3 5.3 3.6 5.9.1.1.3.2.5.2s.4-.1.5-.2c.6-.6 3.6-3.9 3.6-5.9.1-2.2-1.8-4.1-4.1-4.1m0 8.5c-1.2-1.4-2.6-3.4-2.6-4.3 0-1.5 1.2-2.6 2.6-2.6 1.5 0 2.6 1.2 2.6 2.6.1.9-1.3 2.9-2.6 4.3m0-5.2c-.5 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8 9h14.3c.9 0 1.3-1.1.5-1.7l-7.1-5.1c-.1-.1-.3-.2-.5-.2s-.4.1-.5.2L4.3 7.3C3.6 7.8 4 9 4.8 9M12 3.6l5.3 3.8H6.7zm1.7 15.7c0 .4-.3.8-.7.8H4.7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h8.2c.4 0 .8.4.8.8m-6.4-4.4c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.7.5.7.9v3.4c0 .4-.3.7-.7.7m3 0c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.8.3.8.8v3.4c-.1.5-.4.8-.8.8M5.4 16h6.9c.4 0 .8.3.8.8s-.3.8-.8.8H5.4c-.4 0-.8-.3-.8-.8s.3-.8.8-.8m11.4-6.3c-2.3 0-4.1 1.9-4.1 4.1 0 2.1 3 5.3 3.6 5.9.1.1.3.2.5.2s.4-.1.5-.2c.6-.6 3.6-3.9 3.6-5.9.1-2.2-1.8-4.1-4.1-4.1m0 8.5c-1.2-1.4-2.6-3.4-2.6-4.3 0-1.5 1.2-2.6 2.6-2.6 1.5 0 2.6 1.2 2.6 2.6.1.9-1.3 2.9-2.6 4.3m0-5.2c-.5 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1'/%3E%3C/svg%3E")}.mdi-icon-AD_archives{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 10.5H3a1 1 0 0 1-1-1v-3a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-.5V18a2 2 0 0 1-2 2h-13a2 2 0 0 1-2-2zM4 6h16a.5.5 0 0 1 .5.5V9h-17V6.5A.5.5 0 0 1 4 6m1 4.5V18a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-7.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 10.5H3a1 1 0 0 1-1-1v-3a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-.5V18a2 2 0 0 1-2 2h-13a2 2 0 0 1-2-2zM4 6h16a.5.5 0 0 1 .5.5V9h-17V6.5A.5.5 0 0 1 4 6m1 4.5V18a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-7.5z'/%3E%3C/svg%3E")}.mdi-icon-AD_document{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4 7.9 14 2.6c-.3-.4-.8-.6-1.4-.6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9.3c0-.5-.2-1-.6-1.4m-1.7.4H14c-.1 0-.2-.1-.2-.2V4.4zm.3 12.2H6c-.3 0-.5-.2-.5-.5V4c0-.3.2-.5.5-.5h6.2v4.6c0 1 .8 1.8 1.8 1.8h4.5V20c0 .3-.2.5-.5.5m-3.1-7.9c0 .4-.3.8-.8.8h-6c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h6c.5 0 .8.4.8.8m-2 3.9c0 .4-.3.8-.8.8h-4c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h4c.5 0 .8.4.8.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4 7.9 14 2.6c-.3-.4-.8-.6-1.4-.6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V9.3c0-.5-.2-1-.6-1.4m-1.7.4H14c-.1 0-.2-.1-.2-.2V4.4zm.3 12.2H6c-.3 0-.5-.2-.5-.5V4c0-.3.2-.5.5-.5h6.2v4.6c0 1 .8 1.8 1.8 1.8h4.5V20c0 .3-.2.5-.5.5m-3.1-7.9c0 .4-.3.8-.8.8h-6c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h6c.5 0 .8.4.8.8m-2 3.9c0 .4-.3.8-.8.8h-4c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h4c.5 0 .8.4.8.8'/%3E%3C/svg%3E")}.mdi-icon-AD_document_arrow_down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.3 7.7-5.2-4.9c-.4-.5-1.1-.8-1.8-.8H5.6c-1 0-1.8.8-1.8 1.7v16.5c0 1 .8 1.8 1.8 1.8H9c.4 0 .8-.3.8-.8s-.4-.7-.8-.7H5.6c-.1 0-.2-.1-.2-.2V3.8c0-.1.1-.2.2-.2h6.7v4.3c0 1 .8 1.8 1.8 1.8h4.5v6c0 .4.3.8.7.8s.7-.3.8-.7v-6c.1-1-.2-1.7-.8-2.1m-5.4.1V4.5L17.5 8h-3.4c-.1 0-.2-.1-.2-.2m3.8 10.1c.3.3.3.8 0 1.1l-2.8 2.8c-.1.2-.3.2-.5.2s-.4-.1-.5-.2L11 19c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.5 1.5v-5.3c0-.4.3-.8.8-.8s.8.3.8.8v5.3l1.5-1.6c.3-.2.7-.2 1 .1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.3 7.7-5.2-4.9c-.4-.5-1.1-.8-1.8-.8H5.6c-1 0-1.8.8-1.8 1.7v16.5c0 1 .8 1.8 1.8 1.8H9c.4 0 .8-.3.8-.8s-.4-.7-.8-.7H5.6c-.1 0-.2-.1-.2-.2V3.8c0-.1.1-.2.2-.2h6.7v4.3c0 1 .8 1.8 1.8 1.8h4.5v6c0 .4.3.8.7.8s.7-.3.8-.7v-6c.1-1-.2-1.7-.8-2.1m-5.4.1V4.5L17.5 8h-3.4c-.1 0-.2-.1-.2-.2m3.8 10.1c.3.3.3.8 0 1.1l-2.8 2.8c-.1.2-.3.2-.5.2s-.4-.1-.5-.2L11 19c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.5 1.5v-5.3c0-.4.3-.8.8-.8s.8.3.8.8v5.3l1.5-1.6c.3-.2.7-.2 1 .1'/%3E%3C/svg%3E")}.mdi-icon-AD_document_arrow_right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.5-.5-1.1-.8-1.8-.8H5.5c-1 0-1.8.8-1.8 1.8V8c0 .4.3.8.8.8.4 0 .8-.3.8-.8V3.7c0-.1.1-.2.2-.2h6.7v4.3c0 1 .8 1.8 1.8 1.8h4.5v10.7c0 .1-.1.2-.2.2H5.5c-.1 0-.2-.1-.2-.2v-1.4c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v1.4c0 1 .8 1.8 1.8 1.8h12.8c1 0 1.8-.8 1.8-1.8V9.6c-.1-.8-.4-1.4-.9-1.9m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2m-3.3 6.6H3.6c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h6.8l-1.5-1.5c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.8 2.8c.1.1.2.3.2.5s-.1.4-.2.5l-2.9 3c-.1.2-.3.2-.5.2s-.4-.1-.6-.2c-.3-.3-.3-.8 0-1.1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.5-.5-1.1-.8-1.8-.8H5.5c-1 0-1.8.8-1.8 1.8V8c0 .4.3.8.8.8.4 0 .8-.3.8-.8V3.7c0-.1.1-.2.2-.2h6.7v4.3c0 1 .8 1.8 1.8 1.8h4.5v10.7c0 .1-.1.2-.2.2H5.5c-.1 0-.2-.1-.2-.2v-1.4c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v1.4c0 1 .8 1.8 1.8 1.8h12.8c1 0 1.8-.8 1.8-1.8V9.6c-.1-.8-.4-1.4-.9-1.9m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2m-3.3 6.6H3.6c-.4 0-.8-.3-.8-.8 0-.4.3-.8.8-.8h6.8l-1.5-1.5c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.8 2.8c.1.1.2.3.2.5s-.1.4-.2.5l-2.9 3c-.1.2-.3.2-.5.2s-.4-.1-.6-.2c-.3-.3-.3-.8 0-1.1z'/%3E%3C/svg%3E")}.mdi-icon-AD_document_arrow_uturn_down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 17.78c0 2.33-1.9 4.24-4.24 4.24-.41 0-.75-.34-.75-.75s.34-.75.75-.75c1.51 0 2.74-1.23 2.74-2.74s-1.23-2.74-2.74-2.74c-1.38 0-2.51 1.02-2.7 2.35l.7-.7c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.02 2.02c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.02-2.02a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.77.77c.16-2.19 1.98-3.92 4.2-3.92s4.24 1.9 4.24 4.24zM8.46 21.27c0 .41-.34.75-.75.75h-2c-.96 0-1.75-.79-1.75-1.75L4 3.74c0-.96.79-1.75 1.75-1.75h6.44c.71 0 1.38.27 1.89.75l5.16 4.93c.51.49.8 1.16.8 1.86v1.98a.77.77 0 0 1-.76.75c-.41 0-.75-.34-.75-.75V9.52c-.03 0-.06.02-.09.02H14c-.96 0-1.75-.79-1.75-1.75V3.5s-.04-.01-.06-.01H5.75c-.14 0-.25.11-.25.25l-.04 16.53c0 .14.11.25.25.25h2c.41 0 .75.34.75.75m5.28-16.76v3.27c0 .14.11.25.25.25h3.43z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.07 17.78c0 2.33-1.9 4.24-4.24 4.24-.41 0-.75-.34-.75-.75s.34-.75.75-.75c1.51 0 2.74-1.23 2.74-2.74s-1.23-2.74-2.74-2.74c-1.38 0-2.51 1.02-2.7 2.35l.7-.7c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.02 2.02c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.02-2.02a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.77.77c.16-2.19 1.98-3.92 4.2-3.92s4.24 1.9 4.24 4.24zM8.46 21.27c0 .41-.34.75-.75.75h-2c-.96 0-1.75-.79-1.75-1.75L4 3.74c0-.96.79-1.75 1.75-1.75h6.44c.71 0 1.38.27 1.89.75l5.16 4.93c.51.49.8 1.16.8 1.86v1.98a.77.77 0 0 1-.76.75c-.41 0-.75-.34-.75-.75V9.52c-.03 0-.06.02-.09.02H14c-.96 0-1.75-.79-1.75-1.75V3.5s-.04-.01-.06-.01H5.75c-.14 0-.25.11-.25.25l-.04 16.53c0 .14.11.25.25.25h2c.41 0 .75.34.75.75m5.28-16.76v3.27c0 .14.11.25.25.25h3.43z'/%3E%3C/svg%3E")}.mdi-icon-AD_document_check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.5-.5-1.2-.8-1.9-.8H5.7c-1 0-1.8.8-1.8 1.8v4.7c0 .4.3.8.8.8s.8-.3.8-.8V3.7c0-.1.1-.2.2-.2h6.5v4.3c0 1 .8 1.8 1.8 1.8h4.5v10.7c0 .1-.1.2-.2.2H5.7c-.1 0-.2-.1-.2-.2v-1.4c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v1.4c0 1 .8 1.8 1.8 1.8h12.5c1 0 1.8-.8 1.8-1.8V9.6c0-.8-.3-1.4-.8-1.9m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2m-8.5 7.7L3 13.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.7 1.7L9.7 10c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-4.5 4.5c-.2.1-.3.2-.5.2q-.3 0-.6-.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.5-.5-1.2-.8-1.9-.8H5.7c-1 0-1.8.8-1.8 1.8v4.7c0 .4.3.8.8.8s.8-.3.8-.8V3.7c0-.1.1-.2.2-.2h6.5v4.3c0 1 .8 1.8 1.8 1.8h4.5v10.7c0 .1-.1.2-.2.2H5.7c-.1 0-.2-.1-.2-.2v-1.4c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v1.4c0 1 .8 1.8 1.8 1.8h12.5c1 0 1.8-.8 1.8-1.8V9.6c0-.8-.3-1.4-.8-1.9m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2m-8.5 7.7L3 13.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.7 1.7L9.7 10c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-4.5 4.5c-.2.1-.3.2-.5.2q-.3 0-.6-.3'/%3E%3C/svg%3E")}.mdi-icon-AD_document_duplicate{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1 6.4c-.3-.4-.9-.6-1.5-.6H5.1C3.9 5.8 3 6.8 3 8v11c0 1.2 1 2.1 2.1 2.1h8.3c1.2 0 2.1-1 2.1-2.1v-7.3q0-.9-.6-1.5zm2.2 4.3h-2.4c-.1 0-.2-.1-.2-.2V8zm.1 8.9H5.1c-.3 0-.6-.3-.6-.6V8c0-.3.3-.6.6-.6h4v3.1c0 1 .8 1.8 1.8 1.8H14V19c0 .3-.3.6-.6.6m7-13.4-3.7-3.7c-.4-.3-.9-.5-1.5-.5H10c-.8 0-1.5.6-1.5 1.4v.9c0 .4.4.7.8.7s.7-.3.7-.7v-.8h4.7v3.1c0 1 .8 1.8 1.8 1.8h3.1l.1 7.4h-2.5c-.4 0-.8.3-.8.8s.3.8.8.8h2.5c.8 0 1.4-.6 1.4-1.4V8c-.1-.8-.3-1.4-.7-1.8m-4.2.4V4.2l2.7 2.7h-2.4q-.3-.15-.3-.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1 6.4c-.3-.4-.9-.6-1.5-.6H5.1C3.9 5.8 3 6.8 3 8v11c0 1.2 1 2.1 2.1 2.1h8.3c1.2 0 2.1-1 2.1-2.1v-7.3q0-.9-.6-1.5zm2.2 4.3h-2.4c-.1 0-.2-.1-.2-.2V8zm.1 8.9H5.1c-.3 0-.6-.3-.6-.6V8c0-.3.3-.6.6-.6h4v3.1c0 1 .8 1.8 1.8 1.8H14V19c0 .3-.3.6-.6.6m7-13.4-3.7-3.7c-.4-.3-.9-.5-1.5-.5H10c-.8 0-1.5.6-1.5 1.4v.9c0 .4.4.7.8.7s.7-.3.7-.7v-.8h4.7v3.1c0 1 .8 1.8 1.8 1.8h3.1l.1 7.4h-2.5c-.4 0-.8.3-.8.8s.3.8.8.8h2.5c.8 0 1.4-.6 1.4-1.4V8c-.1-.8-.3-1.4-.7-1.8m-4.2.4V4.2l2.7 2.7h-2.4q-.3-.15-.3-.3'/%3E%3C/svg%3E")}.mdi-icon-AD_document_globe{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6 16c0-.4-.3-.8-.8-.8h-2s-.1 0-.1-.1c-.3-1-.5-2.1-.5-3.1 0-1.1.2-2.2.5-3.2l.1-.1h6.4c.1.3.1.5.3.9.1.3.4.6.7.6h.2c.4-.1.7-.5.6-.9 0-.2-.2-.5-.2-.7h2.9s.1 0 .1.1c.3.7.6 1.6.7 2.2.1.4.4.7.8.6s.7-.4.6-.8c-.7-5-5-8.7-10-8.7-2.7 0-5.2 1-7.1 3-1.9 1.9-2.9 4.4-2.9 7.1 0 1.5.3 3 1 4.3 1.4 3 4.4 5.3 7.9 5.7h.1c.4 0 .7-.3.7-.7s-.2-.8-.7-.8c-2.5-.3-4.6-1.6-6-3.5 0-.1 0-.2.1-.2h2.5s.1 0 .1.1c.4.9.9 1.8 1.5 2.5.1.2.6.5 1.1.1.4-.3.4-.7.1-1.1-.4-.5-.7-1.1-1-1.7h1.5c.6 0 .8-.4.8-.8m2.5-12.4c2 .5 3.7 1.7 4.8 3.4 0 .1 0 .2-.1.2h-2.5s-.1 0-.1-.1c-.5-1.3-1.3-2.4-2.2-3.3-.1-.1 0-.2.1-.2m-2.1.5c1.1.8 2 1.8 2.6 2.9 0 .1 0 .2-.1.2h-5c-.1 0-.2-.1-.1-.2.7-1.2 1.5-2.1 2.6-2.9m-5.1 11c0 .1 0 .1-.1.1H4.1s-.1 0-.1-.1c-.1-.3-.7-2.1-.7-3.2s.2-2.2.6-3.1l.1-.1h2.9l.1.1c-.3 1-.5 2-.5 3.1s.2 2.2.4 3.2m.6-7.9H4.8c.3-.5.7-.9 1.1-1.3C7 4.8 8.4 4 9.8 3.7c.1 0 .2.1.1.1-1 .9-1.8 2-2.3 3.3 0 0 0 .1-.1.1m14.3 7.2c-.3-.4-.9-1-1.5-1.6-.8-.7-1.3-1.3-1.5-1.5s-.5-.3-.8-.3h-3.6c-.7 0-1.2.5-1.2 1.2v8.7c0 .7.5 1.2 1.2 1.2H21c.6 0 1.1-.5 1.1-1.1v-6c0-.2 0-.2-.3-.6M18.4 13l1.8 1.8h-1.7c-.1 0-.1 0-.1-.1zm2.2 7.6c0 .1 0 .1-.1.1h-5.7c-.1 0-.1 0-.1-.1v-8c0-.1 0-.1.1-.1h2c.1 0 .1 0 .1.1v2.3c0 .8.6 1.4 1.4 1.4h2.2c.1 0 .1 0 .1.1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6 16c0-.4-.3-.8-.8-.8h-2s-.1 0-.1-.1c-.3-1-.5-2.1-.5-3.1 0-1.1.2-2.2.5-3.2l.1-.1h6.4c.1.3.1.5.3.9.1.3.4.6.7.6h.2c.4-.1.7-.5.6-.9 0-.2-.2-.5-.2-.7h2.9s.1 0 .1.1c.3.7.6 1.6.7 2.2.1.4.4.7.8.6s.7-.4.6-.8c-.7-5-5-8.7-10-8.7-2.7 0-5.2 1-7.1 3-1.9 1.9-2.9 4.4-2.9 7.1 0 1.5.3 3 1 4.3 1.4 3 4.4 5.3 7.9 5.7h.1c.4 0 .7-.3.7-.7s-.2-.8-.7-.8c-2.5-.3-4.6-1.6-6-3.5 0-.1 0-.2.1-.2h2.5s.1 0 .1.1c.4.9.9 1.8 1.5 2.5.1.2.6.5 1.1.1.4-.3.4-.7.1-1.1-.4-.5-.7-1.1-1-1.7h1.5c.6 0 .8-.4.8-.8m2.5-12.4c2 .5 3.7 1.7 4.8 3.4 0 .1 0 .2-.1.2h-2.5s-.1 0-.1-.1c-.5-1.3-1.3-2.4-2.2-3.3-.1-.1 0-.2.1-.2m-2.1.5c1.1.8 2 1.8 2.6 2.9 0 .1 0 .2-.1.2h-5c-.1 0-.2-.1-.1-.2.7-1.2 1.5-2.1 2.6-2.9m-5.1 11c0 .1 0 .1-.1.1H4.1s-.1 0-.1-.1c-.1-.3-.7-2.1-.7-3.2s.2-2.2.6-3.1l.1-.1h2.9l.1.1c-.3 1-.5 2-.5 3.1s.2 2.2.4 3.2m.6-7.9H4.8c.3-.5.7-.9 1.1-1.3C7 4.8 8.4 4 9.8 3.7c.1 0 .2.1.1.1-1 .9-1.8 2-2.3 3.3 0 0 0 .1-.1.1m14.3 7.2c-.3-.4-.9-1-1.5-1.6-.8-.7-1.3-1.3-1.5-1.5s-.5-.3-.8-.3h-3.6c-.7 0-1.2.5-1.2 1.2v8.7c0 .7.5 1.2 1.2 1.2H21c.6 0 1.1-.5 1.1-1.1v-6c0-.2 0-.2-.3-.6M18.4 13l1.8 1.8h-1.7c-.1 0-.1 0-.1-.1zm2.2 7.6c0 .1 0 .1-.1.1h-5.7c-.1 0-.1 0-.1-.1v-8c0-.1 0-.1.1-.1h2c.1 0 .1 0 .1.1v2.3c0 .8.6 1.4 1.4 1.4h2.2c.1 0 .1 0 .1.1z'/%3E%3C/svg%3E")}.mdi-icon-AD_document_magnifying_glass{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.5H6a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h3.25a.75.75 0 0 1 0 1.5H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.25a.75.75 0 0 1-1.5 0V4a.5.5 0 0 0-.5-.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.25 19.308a4 4 0 1 1 1.06-1.061l2.221 2.222a.75.75 0 1 1-1.06 1.06zM16.5 16a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0'/%3E%3Cpath d='M8.25 7A.75.75 0 0 1 9 6.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 3.5H6a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5h3.25a.75.75 0 0 1 0 1.5H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.25a.75.75 0 0 1-1.5 0V4a.5.5 0 0 0-.5-.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.25 19.308a4 4 0 1 1 1.06-1.061l2.221 2.222a.75.75 0 1 1-1.06 1.06zM16.5 16a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0'/%3E%3Cpath d='M8.25 7A.75.75 0 0 1 9 6.25h6a.75.75 0 0 1 0 1.5H9A.75.75 0 0 1 8.25 7'/%3E%3C/svg%3E")}.mdi-icon-AD_document_paragraph{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.4-.6-1.1-.8-1.8-.8H5.8C4.8 2 4 2.8 4 3.7v16.5c0 1 .8 1.8 1.8 1.8h6c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-6c-.1 0-.2-.1-.2-.2V3.7c0-.1.1-.2.2-.2h6.4v4.3c0 1 .8 1.8 1.8 1.8h4.5v1.7c0 .4.3.8.7.8s.8-.3.8-.7V9.7c0-.9-.2-1.5-.8-2m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2m2.3 6.6c-.2-.2-.2-.5-.2-.5s.1-.3.3-.5q.3-.15.6 0l.2.1c.1 0 .1.1.1.2.1.4.6.6 1 .5s.6-.6.5-1-.4-.7-.7-.9l-.2-.1c-.6-.4-1.4-.5-2.1-.2s-1.1.9-1.2 1.6c-.1.4 0 .8.2 1.1-.4.3-.7.8-.7 1.4-.1.7.2 1.4.8 1.9l2 1.5c.2.2.2.4.2.5s-.1.3-.3.5q-.3.15-.6 0l-.2-.1c-.1 0-.1-.1-.1-.2-.1-.4-.6-.6-1-.5s-.6.6-.5 1 .4.7.7.9l.2.1c.3.2.8.4 1.2.4.3 0 .6-.1.9-.2.6-.3 1.1-.9 1.2-1.6.1-.4 0-.8-.2-1.1.4-.3.7-.8.8-1.4.1-.7-.2-1.4-.8-1.9zm-.6 2.5c-.2-.2-.2-.4-.2-.5s.1-.3.3-.4l1.6 1.2c.2.2.2.4.2.5s-.1.3-.3.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.4-.6-1.1-.8-1.8-.8H5.8C4.8 2 4 2.8 4 3.7v16.5c0 1 .8 1.8 1.8 1.8h6c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-6c-.1 0-.2-.1-.2-.2V3.7c0-.1.1-.2.2-.2h6.4v4.3c0 1 .8 1.8 1.8 1.8h4.5v1.7c0 .4.3.8.7.8s.8-.3.8-.7V9.7c0-.9-.2-1.5-.8-2m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2m2.3 6.6c-.2-.2-.2-.5-.2-.5s.1-.3.3-.5q.3-.15.6 0l.2.1c.1 0 .1.1.1.2.1.4.6.6 1 .5s.6-.6.5-1-.4-.7-.7-.9l-.2-.1c-.6-.4-1.4-.5-2.1-.2s-1.1.9-1.2 1.6c-.1.4 0 .8.2 1.1-.4.3-.7.8-.7 1.4-.1.7.2 1.4.8 1.9l2 1.5c.2.2.2.4.2.5s-.1.3-.3.5q-.3.15-.6 0l-.2-.1c-.1 0-.1-.1-.1-.2-.1-.4-.6-.6-1-.5s-.6.6-.5 1 .4.7.7.9l.2.1c.3.2.8.4 1.2.4.3 0 .6-.1.9-.2.6-.3 1.1-.9 1.2-1.6.1-.4 0-.8-.2-1.1.4-.3.7-.8.8-1.4.1-.7-.2-1.4-.8-1.9zm-.6 2.5c-.2-.2-.2-.4-.2-.5s.1-.3.3-.4l1.6 1.2c.2.2.2.4.2.5s-.1.3-.3.4z'/%3E%3C/svg%3E")}.mdi-icon-AD_document_pen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.44 15.14a.754.754 0 0 0-1.06 0l-3.58 3.58c-.15.15-.25.34-.29.54l-.29 1.56c-.06.33.04.67.28.9.19.19.45.29.71.29.06 0 .12 0 .19-.02l1.56-.29c.21-.04.4-.14.54-.29l3.58-3.58a.75.75 0 0 0 0-1.06l-1.64-1.64zm-2.9 5.12-.71.13.13-.71 2.95-2.95.58.58zM19.89 14.97l-1.64-1.64a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.64 1.64c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06'/%3E%3Cpath d='M8.08 20.51H5.43c-.14 0-.25-.11-.25-.25l.04-16.53c0-.14.11-.25.25-.25h6.65s.04.01.06.01v4.27c0 .96.79 1.75 1.75 1.75h4.44s.06-.01.09-.02v.01l-.03 1.8c0 .41.33.75.74.76.4-.02.76-.33.76-.74l.03-1.81c0-.69-.29-1.37-.8-1.86L14 2.72c-.51-.49-1.18-.76-1.89-.76H5.46c-.96 0-1.75.79-1.75 1.75l-.04 16.53c0 .96.79 1.75 1.75 1.75h2.65c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm9.29-12.49h-3.43c-.14 0-.25-.11-.25-.25V4.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.44 15.14a.754.754 0 0 0-1.06 0l-3.58 3.58c-.15.15-.25.34-.29.54l-.29 1.56c-.06.33.04.67.28.9.19.19.45.29.71.29.06 0 .12 0 .19-.02l1.56-.29c.21-.04.4-.14.54-.29l3.58-3.58a.75.75 0 0 0 0-1.06l-1.64-1.64zm-2.9 5.12-.71.13.13-.71 2.95-2.95.58.58zM19.89 14.97l-1.64-1.64a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.64 1.64c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06'/%3E%3Cpath d='M8.08 20.51H5.43c-.14 0-.25-.11-.25-.25l.04-16.53c0-.14.11-.25.25-.25h6.65s.04.01.06.01v4.27c0 .96.79 1.75 1.75 1.75h4.44s.06-.01.09-.02v.01l-.03 1.8c0 .41.33.75.74.76.4-.02.76-.33.76-.74l.03-1.81c0-.69-.29-1.37-.8-1.86L14 2.72c-.51-.49-1.18-.76-1.89-.76H5.46c-.96 0-1.75.79-1.75 1.75l-.04 16.53c0 .96.79 1.75 1.75 1.75h2.65c.41 0 .75-.34.75-.75s-.34-.75-.75-.75zm9.29-12.49h-3.43c-.14 0-.25-.11-.25-.25V4.5z'/%3E%3C/svg%3E")}.mdi-icon-AD_document_plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 14.25H3.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H5.5V11c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75H7V16c0 .41-.34.75-.75.75s-.75-.34-.75-.75zM20 9.53l-.04 10.74c0 .96-.79 1.75-1.75 1.75H5.68c-.96 0-1.75-.79-1.75-1.75v-1.35c0-.41.34-.75.75-.75s.75.34.75.75v1.35c0 .14.11.25.25.25h12.53c.14 0 .25-.11.25-.25l.04-10.74v-.02c-.03 0-.06.02-.09.02h-4.44c-.96 0-1.75-.79-1.75-1.75V3.5s-.04-.01-.06-.01H5.72c-.14 0-.25.11-.25.25v4.73c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.74c0-.96.79-1.75 1.75-1.75h6.44c.71 0 1.38.27 1.89.75l5.16 4.93c.51.49.8 1.16.8 1.86zm-6.03-1.51h3.43L13.72 4.5v3.27c0 .14.11.25.25.25'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 14.25H3.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H5.5V11c0-.41.34-.75.75-.75s.75.34.75.75v1.75h1.75c.41 0 .75.34.75.75s-.34.75-.75.75H7V16c0 .41-.34.75-.75.75s-.75-.34-.75-.75zM20 9.53l-.04 10.74c0 .96-.79 1.75-1.75 1.75H5.68c-.96 0-1.75-.79-1.75-1.75v-1.35c0-.41.34-.75.75-.75s.75.34.75.75v1.35c0 .14.11.25.25.25h12.53c.14 0 .25-.11.25-.25l.04-10.74v-.02c-.03 0-.06.02-.09.02h-4.44c-.96 0-1.75-.79-1.75-1.75V3.5s-.04-.01-.06-.01H5.72c-.14 0-.25.11-.25.25v4.73c0 .41-.34.75-.75.75s-.75-.34-.75-.75V3.74c0-.96.79-1.75 1.75-1.75h6.44c.71 0 1.38.27 1.89.75l5.16 4.93c.51.49.8 1.16.8 1.86zm-6.03-1.51h3.43L13.72 4.5v3.27c0 .14.11.25.25.25'/%3E%3C/svg%3E")}.mdi-icon-AD_document_user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.4-.6-1.1-.8-1.8-.8H5.8C4.8 2 4 2.8 4 3.7v16.5c0 1 .8 1.8 1.8 1.8h2c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-2c-.1 0-.2-.1-.2-.2V3.7c0-.1.1-.2.2-.2h6.4v4.3c0 1 .8 1.8 1.8 1.8h4.5v2c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-2c-.1-.8-.3-1.4-.9-1.9m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2M20 21.3c0 .4-.3.8-.8.8-.4 0-.8-.3-.8-.8 0-1.3-1-2.3-2.3-2.3h-1.8C13 19 12 20 12 21.3c0 .4-.3.8-.8.8-.4 0-.8-.3-.8-.8 0-2.1 1.7-3.8 3.8-3.8H16c2.4 0 4 1.6 4 3.8m-2.2-6.9c0-1.3-1.1-2.4-2.4-2.4S13 13.1 13 14.4s1.1 2.4 2.4 2.4 2.4-1 2.4-2.4m-3.4 0c0-.5.4-.9.9-.9s.9.4.9.9-.4.9-.9.9-.9-.4-.9-.9'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 7.7 14 2.8c-.4-.6-1.1-.8-1.8-.8H5.8C4.8 2 4 2.8 4 3.7v16.5c0 1 .8 1.8 1.8 1.8h2c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-2c-.1 0-.2-.1-.2-.2V3.7c0-.1.1-.2.2-.2h6.4v4.3c0 1 .8 1.8 1.8 1.8h4.5v2c0 .4.3.8.8.8.4 0 .8-.3.8-.8v-2c-.1-.8-.3-1.4-.9-1.9m-5.5.1V4.5L17.4 8H14c-.2 0-.3-.1-.3-.2M20 21.3c0 .4-.3.8-.8.8-.4 0-.8-.3-.8-.8 0-1.3-1-2.3-2.3-2.3h-1.8C13 19 12 20 12 21.3c0 .4-.3.8-.8.8-.4 0-.8-.3-.8-.8 0-2.1 1.7-3.8 3.8-3.8H16c2.4 0 4 1.6 4 3.8m-2.2-6.9c0-1.3-1.1-2.4-2.4-2.4S13 13.1 13 14.4s1.1 2.4 2.4 2.4 2.4-1 2.4-2.4m-3.4 0c0-.5.4-.9.9-.9s.9.4.9.9-.4.9-.9.9-.9-.4-.9-.9'/%3E%3C/svg%3E")}.mdi-icon-AD_folder{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18 5.5a.5.5 0 0 1 .38.17c.03.04.07.07.1.11l2.4 2.3c.28.27.65.42 1.04.42h7c.28 0 .5.22.5.5v9c0 .28-.22.5-.5.5H3.9c-.28 0-.5-.22-.5-.5V6c0-.28.22-.5.5-.5h5.29m0-1.5H3.9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16.21c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-7l-2.4-2.3c-.38-.44-.93-.7-1.52-.7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18 5.5a.5.5 0 0 1 .38.17c.03.04.07.07.1.11l2.4 2.3c.28.27.65.42 1.04.42h7c.28 0 .5.22.5.5v9c0 .28-.22.5-.5.5H3.9c-.28 0-.5-.22-.5-.5V6c0-.28.22-.5.5-.5h5.29m0-1.5H3.9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16.21c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2h-7l-2.4-2.3c-.38-.44-.93-.7-1.52-.7'/%3E%3C/svg%3E")}.mdi-icon-AD_folder_arrow_up{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58 5.67a.5.5 0 0 0-.376-.17H3.98a.493.493 0 0 0-.495.5v12c0 .28.218.5.495.5h7.271a.75.75 0 0 1 0 1.5H3.98C2.89 20 2 19.1 2 18V6c0-1.1.89-2 1.98-2h5.234c.584 0 1.128.26 1.505.7L13.094 7h6.927C21.109 7 22 7.9 22 9v2.25a.75.75 0 0 1-1.5 0V11h.006V9c0-.28-.218-.5-.495-.5h-6.927a1.47 1.47 0 0 1-1.03-.42L9.68 5.78q-.022-.03-.05-.055-.025-.026-.049-.055'/%3E%3Cpath d='M16.293 12.646a1 1 0 0 1 1.414 0l2.823 2.824a.75.75 0 1 1-1.06 1.06l-1.72-1.72V20a.75.75 0 0 1-1.5 0v-5.19l-1.72 1.72a.75.75 0 1 1-1.06-1.06z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58 5.67a.5.5 0 0 0-.376-.17H3.98a.493.493 0 0 0-.495.5v12c0 .28.218.5.495.5h7.271a.75.75 0 0 1 0 1.5H3.98C2.89 20 2 19.1 2 18V6c0-1.1.89-2 1.98-2h5.234c.584 0 1.128.26 1.505.7L13.094 7h6.927C21.109 7 22 7.9 22 9v2.25a.75.75 0 0 1-1.5 0V11h.006V9c0-.28-.218-.5-.495-.5h-6.927a1.47 1.47 0 0 1-1.03-.42L9.68 5.78q-.022-.03-.05-.055-.025-.026-.049-.055'/%3E%3Cpath d='M16.293 12.646a1 1 0 0 1 1.414 0l2.823 2.824a.75.75 0 1 1-1.06 1.06l-1.72-1.72V20a.75.75 0 0 1-1.5 0v-5.19l-1.72 1.72a.75.75 0 1 1-1.06-1.06z'/%3E%3C/svg%3E")}.mdi-icon-AE_adjustments_horizontal{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.337 5.75H2a.75.75 0 0 1 0-1.5h7.337a3.251 3.251 0 0 1 6.326 0H22a.75.75 0 0 1 0 1.5h-6.337a3.251 3.251 0 0 1-6.326 0M10.75 5a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0M3.337 12.75H2a.75.75 0 0 1 0-1.5h1.337a3.251 3.251 0 0 1 6.326 0H22a.75.75 0 0 1 0 1.5H9.663a3.251 3.251 0 0 1-6.326 0M4.75 12a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0M14.337 18.25a3.251 3.251 0 0 1 6.326 0H22a.75.75 0 0 1 0 1.5h-1.337a3.251 3.251 0 0 1-6.326 0H2a.75.75 0 0 1 0-1.5zm3.163-1a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.337 5.75H2a.75.75 0 0 1 0-1.5h7.337a3.251 3.251 0 0 1 6.326 0H22a.75.75 0 0 1 0 1.5h-6.337a3.251 3.251 0 0 1-6.326 0M10.75 5a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0M3.337 12.75H2a.75.75 0 0 1 0-1.5h1.337a3.251 3.251 0 0 1 6.326 0H22a.75.75 0 0 1 0 1.5H9.663a3.251 3.251 0 0 1-6.326 0M4.75 12a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0M14.337 18.25a3.251 3.251 0 0 1 6.326 0H22a.75.75 0 0 1 0 1.5h-1.337a3.251 3.251 0 0 1-6.326 0H2a.75.75 0 0 1 0-1.5zm3.163-1a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5'/%3E%3C/svg%3E")}.mdi-icon-AE_bars_2{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 9.4h18.6c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H2.7c-.4.1-.7.5-.7.9s.3.7.7.7M21.3 14.5H2.7c-.4 0-.8.3-.8.8s.4.7.8.7h18.6c.4 0 .8-.3.8-.8s-.4-.7-.8-.7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 9.4h18.6c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H2.7c-.4.1-.7.5-.7.9s.3.7.7.7M21.3 14.5H2.7c-.4 0-.8.3-.8.8s.4.7.8.7h18.6c.4 0 .8-.3.8-.8s-.4-.7-.8-.7'/%3E%3C/svg%3E")}.mdi-icon-AE_bars_3{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 8h18.6c.4 0 .7-.3.7-.8s-.3-.8-.8-.8H2.7c-.4.1-.7.4-.7.8s.3.8.7.8M21.3 16H2.7c-.4 0-.7.3-.7.8s.3.8.8.8h18.6c.4 0 .8-.3.8-.8s-.5-.8-.9-.8M2.7 12.8h18.6c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H2.7c-.4 0-.7.4-.7.8s.3.8.7.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.7 8h18.6c.4 0 .7-.3.7-.8s-.3-.8-.8-.8H2.7c-.4.1-.7.4-.7.8s.3.8.7.8M21.3 16H2.7c-.4 0-.7.3-.7.8s.3.8.8.8h18.6c.4 0 .8-.3.8-.8s-.5-.8-.9-.8M2.7 12.8h18.6c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H2.7c-.4 0-.7.4-.7.8s.3.8.7.8'/%3E%3C/svg%3E")}.mdi-icon-AE_bell{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.9 13.1-.4-.7c-.1-.2-.2-.5-.2-.8V9.1c0-4-3.3-7.3-7.3-7.3S4.7 5.1 4.7 9.1v2.6c0 .3-.1.5-.2.8l-.4.7c-.5.9-.5 2.1 0 3s1.5 1.5 2.6 1.5h10.6c1.1 0 2.1-.6 2.6-1.5.3-.6.5-1.4.3-2 0-.1-.1-.4-.2-.7 0-.2-.1-.3-.1-.4m-1.3 2.3c-.3.5-.8.8-1.3.8H6.7c-.5 0-1-.3-1.3-.8q-.45-.75 0-1.5l.4-.7c.3-.5.4-1 .4-1.5V9.1c0-3.2 2.6-5.8 5.8-5.8s5.8 2.6 5.8 5.8v2.6c0 .5.1 1 .4 1.5l.3.5s.1.2.2.3c.2.5.2.9-.1 1.4m-4 4c0 1.4-1.2 2.6-2.6 2.6s-2.6-1.2-2.6-2.6c0-.4.3-.8.8-.8s.8.3.8.8c0 .6.5 1.1 1.1 1.1s1.1-.5 1.1-1.1c0-.4.3-.8.8-.8s.6.4.6.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.9 13.1-.4-.7c-.1-.2-.2-.5-.2-.8V9.1c0-4-3.3-7.3-7.3-7.3S4.7 5.1 4.7 9.1v2.6c0 .3-.1.5-.2.8l-.4.7c-.5.9-.5 2.1 0 3s1.5 1.5 2.6 1.5h10.6c1.1 0 2.1-.6 2.6-1.5.3-.6.5-1.4.3-2 0-.1-.1-.4-.2-.7 0-.2-.1-.3-.1-.4m-1.3 2.3c-.3.5-.8.8-1.3.8H6.7c-.5 0-1-.3-1.3-.8q-.45-.75 0-1.5l.4-.7c.3-.5.4-1 .4-1.5V9.1c0-3.2 2.6-5.8 5.8-5.8s5.8 2.6 5.8 5.8v2.6c0 .5.1 1 .4 1.5l.3.5s.1.2.2.3c.2.5.2.9-.1 1.4m-4 4c0 1.4-1.2 2.6-2.6 2.6s-2.6-1.2-2.6-2.6c0-.4.3-.8.8-.8s.8.3.8.8c0 .6.5 1.1 1.1 1.1s1.1-.5 1.1-1.1c0-.4.3-.8.8-.8s.6.4.6.8'/%3E%3C/svg%3E")}.mdi-icon-AE_bullet{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0v24h24z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M24 0H0v24h24z' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/g%3E%3C/svg%3E")}.mdi-icon-AE_calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.61 3.18c-.41 0-.75.34-.75.75s.34.75.75.75c.63 0 1.14.51 1.14 1.14v1.74H4.25V5.82c0-.63.51-1.14 1.14-1.14.41 0 .75-.34.75-.75s-.34-.75-.75-.75c-1.46 0-2.64 1.18-2.64 2.64v13.22c0 1.46 1.18 2.64 2.64 2.64h13.22c1.46 0 2.64-1.18 2.64-2.64V5.82c0-1.46-1.18-2.64-2.64-2.64m0 17H5.39c-.63 0-1.14-.51-1.14-1.14V9.05h15.5v9.99c0 .63-.51 1.14-1.14 1.14M7.47 4.58v-1.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75m8 0v-1.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75m-5.5-.77c0-.41.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75m.17 8.38c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75m0 4c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75m8-4c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75m0 4c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.61 3.18c-.41 0-.75.34-.75.75s.34.75.75.75c.63 0 1.14.51 1.14 1.14v1.74H4.25V5.82c0-.63.51-1.14 1.14-1.14.41 0 .75-.34.75-.75s-.34-.75-.75-.75c-1.46 0-2.64 1.18-2.64 2.64v13.22c0 1.46 1.18 2.64 2.64 2.64h13.22c1.46 0 2.64-1.18 2.64-2.64V5.82c0-1.46-1.18-2.64-2.64-2.64m0 17H5.39c-.63 0-1.14-.51-1.14-1.14V9.05h15.5v9.99c0 .63-.51 1.14-1.14 1.14M7.47 4.58v-1.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75m8 0v-1.5c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 .41-.34.75-.75.75s-.75-.34-.75-.75m-5.5-.77c0-.41.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75m.17 8.38c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75m0 4c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75m8-4c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75m0 4c0 .41-.34.75-.75.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75'/%3E%3C/svg%3E")}.mdi-icon-AE_caps_lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.6H8c-.4 0-.8.3-.8.8v3c0 .4.3.8.8.8h8c.4 0 .8-.3.8-.8v-3c0-.5-.4-.8-.8-.8m-.8 3H8.8v-1.5h6.5v1.5zm5.5-8.9-8.2-7.6c-.3-.3-.7-.3-1 0l-8.2 7.6c-.3.2-.3.5-.2.8s.4.5.7.5h3.5v2.2c-.1.4.3.8.7.8h8c.4 0 .8-.3.8-.8V12h3.5c.3 0 .6-.2.7-.5 0-.3 0-.6-.3-.8m-4.7-.2c-.4 0-.8.3-.8.8v2.2H8.8v-2.2c0-.4-.3-.8-.8-.8H5.7L12 4.7l6.3 5.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16.6H8c-.4 0-.8.3-.8.8v3c0 .4.3.8.8.8h8c.4 0 .8-.3.8-.8v-3c0-.5-.4-.8-.8-.8m-.8 3H8.8v-1.5h6.5v1.5zm5.5-8.9-8.2-7.6c-.3-.3-.7-.3-1 0l-8.2 7.6c-.3.2-.3.5-.2.8s.4.5.7.5h3.5v2.2c-.1.4.3.8.7.8h8c.4 0 .8-.3.8-.8V12h3.5c.3 0 .6-.2.7-.5 0-.3 0-.6-.3-.8m-4.7-.2c-.4 0-.8.3-.8.8v2.2H8.8v-2.2c0-.4-.3-.8-.8-.8H5.7L12 4.7l6.3 5.8z'/%3E%3C/svg%3E")}.mdi-icon-AE_check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.24 18.53c-.19 0-.38-.07-.53-.22l-5.43-5.43a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l4.9 4.9L19.65 6.31c.29-.29.77-.29 1.06 0s.29.77 0 1.06L9.77 18.31c-.15.15-.34.22-.53.22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.24 18.53c-.19 0-.38-.07-.53-.22l-5.43-5.43a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l4.9 4.9L19.65 6.31c.29-.29.77-.29 1.06 0s.29.77 0 1.06L9.77 18.31c-.15.15-.34.22-.53.22'/%3E%3C/svg%3E")}.mdi-icon-AE_clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.83 2.02c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.47-10-10-10m0 18.5c-4.69 0-8.5-3.81-8.5-8.5s3.82-8.5 8.5-8.5 8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m4.75-8.5c0 .41-.34.75-.75.75h-4a.75.75 0 0 1-.53-.22l-4-4a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.78 3.78h3.69c.41 0 .75.34.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.83 2.02c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10-4.47-10-10-10m0 18.5c-4.69 0-8.5-3.81-8.5-8.5s3.82-8.5 8.5-8.5 8.5 3.81 8.5 8.5-3.81 8.5-8.5 8.5m4.75-8.5c0 .41-.34.75-.75.75h-4a.75.75 0 0 1-.53-.22l-4-4a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.78 3.78h3.69c.41 0 .75.34.75.75'/%3E%3C/svg%3E")}.mdi-icon-AE_cog{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.59 9.5h-.34c-.22 0-.41-.13-.49-.33l-.27-.65c-.08-.2-.04-.43.12-.58l.24-.24c.55-.55.55-1.45 0-2l-1.54-1.54c-.28-.28-.64-.41-1-.41s-.72.14-1 .41l-.24.24c-.1.1-.24.16-.38.16-.07 0-.14-.01-.2-.04l-.65-.27a.53.53 0 0 1-.33-.49v-.34c0-.78-.63-1.41-1.41-1.41h-2.18c-.78 0-1.41.63-1.41 1.41v.34c0 .22-.13.41-.33.49l-.65.27a.522.522 0 0 1-.58-.12l-.24-.24c-.28-.28-.64-.41-1-.41s-.72.14-1 .41L4.17 5.7c-.55.55-.55 1.45 0 2l.24.24c.15.15.2.38.12.58l-.27.65c-.08.2-.28.33-.49.33h-.34c-.78 0-1.41.63-1.41 1.41v2.18c0 .78.63 1.41 1.41 1.41h.34c.22 0 .41.13.49.33l.27.65c.08.2.04.43-.12.58l-.24.24c-.55.55-.55 1.45 0 2l1.54 1.54c.28.28.64.41 1 .41s.72-.14 1-.41l.24-.24c.1-.1.24-.16.38-.16.07 0 .14.01.2.04l.65.27c.2.08.33.28.33.49v.34c0 .78.63 1.41 1.41 1.41h2.18c.78 0 1.41-.63 1.41-1.41v-.34c0-.22.13-.41.33-.49l.65-.27a.522.522 0 0 1 .58.12l.24.24c.28.28.64.41 1 .41s.72-.14 1-.41l1.54-1.54c.55-.55.55-1.45 0-2l-.24-.24a.54.54 0 0 1-.12-.58l.27-.65c.08-.2.28-.33.49-.33h.34c.78 0 1.41-.63 1.41-1.41v-2.18c0-.78-.63-1.41-1.41-1.41M20.5 13h-.26c-.83 0-1.56.49-1.88 1.25l-.27.65c-.32.76-.14 1.63.44 2.22l.18.18-1.41 1.41-.18-.18c-.38-.38-.89-.6-1.44-.6q-.405 0-.78.15l-.65.27c-.76.32-1.25 1.05-1.25 1.88v.26h-2v-.26c0-.83-.49-1.56-1.25-1.88l-.65-.27q-.375-.15-.78-.15c-.54 0-1.05.21-1.44.6l-.18.18-1.41-1.41.18-.18c.58-.58.76-1.45.44-2.22l-.27-.65A2.03 2.03 0 0 0 3.76 13H3.5v-2h.26c.83 0 1.56-.49 1.88-1.25l.27-.65c.32-.76.14-1.63-.44-2.22l-.18-.18L6.7 5.29l.18.18c.38.38.89.6 1.44.6q.405 0 .78-.15l.65-.27C10.51 5.33 11 4.6 11 3.77v-.26h2v.26c0 .83.49 1.56 1.25 1.88l.65.27q.375.15.78.15c.54 0 1.05-.21 1.44-.6l.18-.18 1.41 1.41-.18.18c-.58.58-.76 1.45-.44 2.22l.27.65c.32.76 1.05 1.25 1.88 1.25h.26zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m0 8.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.59 9.5h-.34c-.22 0-.41-.13-.49-.33l-.27-.65c-.08-.2-.04-.43.12-.58l.24-.24c.55-.55.55-1.45 0-2l-1.54-1.54c-.28-.28-.64-.41-1-.41s-.72.14-1 .41l-.24.24c-.1.1-.24.16-.38.16-.07 0-.14-.01-.2-.04l-.65-.27a.53.53 0 0 1-.33-.49v-.34c0-.78-.63-1.41-1.41-1.41h-2.18c-.78 0-1.41.63-1.41 1.41v.34c0 .22-.13.41-.33.49l-.65.27a.522.522 0 0 1-.58-.12l-.24-.24c-.28-.28-.64-.41-1-.41s-.72.14-1 .41L4.17 5.7c-.55.55-.55 1.45 0 2l.24.24c.15.15.2.38.12.58l-.27.65c-.08.2-.28.33-.49.33h-.34c-.78 0-1.41.63-1.41 1.41v2.18c0 .78.63 1.41 1.41 1.41h.34c.22 0 .41.13.49.33l.27.65c.08.2.04.43-.12.58l-.24.24c-.55.55-.55 1.45 0 2l1.54 1.54c.28.28.64.41 1 .41s.72-.14 1-.41l.24-.24c.1-.1.24-.16.38-.16.07 0 .14.01.2.04l.65.27c.2.08.33.28.33.49v.34c0 .78.63 1.41 1.41 1.41h2.18c.78 0 1.41-.63 1.41-1.41v-.34c0-.22.13-.41.33-.49l.65-.27a.522.522 0 0 1 .58.12l.24.24c.28.28.64.41 1 .41s.72-.14 1-.41l1.54-1.54c.55-.55.55-1.45 0-2l-.24-.24a.54.54 0 0 1-.12-.58l.27-.65c.08-.2.28-.33.49-.33h.34c.78 0 1.41-.63 1.41-1.41v-2.18c0-.78-.63-1.41-1.41-1.41M20.5 13h-.26c-.83 0-1.56.49-1.88 1.25l-.27.65c-.32.76-.14 1.63.44 2.22l.18.18-1.41 1.41-.18-.18c-.38-.38-.89-.6-1.44-.6q-.405 0-.78.15l-.65.27c-.76.32-1.25 1.05-1.25 1.88v.26h-2v-.26c0-.83-.49-1.56-1.25-1.88l-.65-.27q-.375-.15-.78-.15c-.54 0-1.05.21-1.44.6l-.18.18-1.41-1.41.18-.18c.58-.58.76-1.45.44-2.22l-.27-.65A2.03 2.03 0 0 0 3.76 13H3.5v-2h.26c.83 0 1.56-.49 1.88-1.25l.27-.65c.32-.76.14-1.63-.44-2.22l-.18-.18L6.7 5.29l.18.18c.38.38.89.6 1.44.6q.405 0 .78-.15l.65-.27C10.51 5.33 11 4.6 11 3.77v-.26h2v.26c0 .83.49 1.56 1.25 1.88l.65.27q.375.15.78.15c.54 0 1.05-.21 1.44-.6l.18-.18 1.41 1.41-.18.18c-.58.58-.76 1.45-.44 2.22l.27.65c.32.76 1.05 1.25 1.88 1.25h.26zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m0 8.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5'/%3E%3C/svg%3E")}.mdi-icon-AE_cog_arrow_path{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.75 9v5h-1.5V9zM15 6.75H9v-1.5h6zM18.75 9v6h-1.5V9z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 3.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M2.25 6a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M18 15.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M14.25 18a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M4.763 13.934a1.75 1.75 0 0 1 2.475 0l2.828 2.829a1.75 1.75 0 0 1 0 2.474l-2.828 2.829a1.75 1.75 0 0 1-2.475 0l-2.829-2.829a1.75 1.75 0 0 1 0-2.474zm1.414 1.06a.25.25 0 0 0-.353 0l-2.829 2.83a.25.25 0 0 0 0 .353l2.829 2.828a.25.25 0 0 0 .353 0l2.829-2.828a.25.25 0 0 0 0-.354zM14.25 4c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 20 9.75h-4A1.75 1.75 0 0 1 14.25 8zM16 3.75a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25V4a.25.25 0 0 0-.25-.25z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.75 9v5h-1.5V9zM15 6.75H9v-1.5h6zM18.75 9v6h-1.5V9z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 3.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M2.25 6a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M18 15.75a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5M14.25 18a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M4.763 13.934a1.75 1.75 0 0 1 2.475 0l2.828 2.829a1.75 1.75 0 0 1 0 2.474l-2.828 2.829a1.75 1.75 0 0 1-2.475 0l-2.829-2.829a1.75 1.75 0 0 1 0-2.474zm1.414 1.06a.25.25 0 0 0-.353 0l-2.829 2.83a.25.25 0 0 0 0 .353l2.829 2.828a.25.25 0 0 0 .353 0l2.829-2.828a.25.25 0 0 0 0-.354zM14.25 4c0-.966.784-1.75 1.75-1.75h4c.967 0 1.75.784 1.75 1.75v4A1.75 1.75 0 0 1 20 9.75h-4A1.75 1.75 0 0 1 14.25 8zM16 3.75a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25V4a.25.25 0 0 0-.25-.25z'/%3E%3C/svg%3E")}.mdi-icon-AE_ellipsis_horizontal{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12c0 .8-.7 1.5-1.5 1.5S17 12.8 17 12s.7-1.5 1.5-1.5 1.5.7 1.5 1.5m-8-1.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m-6.5 0c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5S7 12.8 7 12s-.7-1.5-1.5-1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12c0 .8-.7 1.5-1.5 1.5S17 12.8 17 12s.7-1.5 1.5-1.5 1.5.7 1.5 1.5m-8-1.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m-6.5 0c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5S7 12.8 7 12s-.7-1.5-1.5-1.5'/%3E%3C/svg%3E")}.mdi-icon-AE_ellipsis_horizontal_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5m1-8.5c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m-4 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m8 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5m1-8.5c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m-4 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1m8 0c0 .6-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .4 1 1'/%3E%3C/svg%3E")}.mdi-icon-AE_ellipsis_vertical{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.8 7 12 7s-1.5-.7-1.5-1.5m1.5 5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m0 6.5c-.8 0-1.5.7-1.5 1.5S11.2 20 12 20s1.5-.7 1.5-1.5S12.8 17 12 17'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S12.8 7 12 7s-1.5-.7-1.5-1.5m1.5 5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5m0 6.5c-.8 0-1.5.7-1.5 1.5S11.2 20 12 20s1.5-.7 1.5-1.5S12.8 17 12 17'/%3E%3C/svg%3E")}.mdi-icon-AE_eye{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.4 10.6-3-2.5c-3.7-3.2-9.1-3.2-12.8 0l-3 2.5c-.4.4-.6.9-.6 1.4s.2 1 .6 1.4l3 2.5c1.9 1.6 4.1 2.4 6.4 2.4s4.6-.8 6.4-2.4l3-2.5c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4m-1 1.6-3 2.5c-3.2 2.7-7.7 2.7-10.9 0l-3-2.5V12c0-.1 0-.1.1-.2l3-2.5c1.6-1.3 3.5-2 5.4-2s3.9.7 5.4 2l3 2.5c.1.1.1.2.1.2s0 .1-.1.2M12 8.8c-1.8 0-3.2 1.5-3.2 3.2s1.5 3.2 3.2 3.2 3.2-1.5 3.2-3.2-1.4-3.2-3.2-3.2m0 5c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8 1.8.8 1.8 1.8-.8 1.8-1.8 1.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.4 10.6-3-2.5c-3.7-3.2-9.1-3.2-12.8 0l-3 2.5c-.4.4-.6.9-.6 1.4s.2 1 .6 1.4l3 2.5c1.9 1.6 4.1 2.4 6.4 2.4s4.6-.8 6.4-2.4l3-2.5c.4-.4.6-.9.6-1.4s-.2-1-.6-1.4m-1 1.6-3 2.5c-3.2 2.7-7.7 2.7-10.9 0l-3-2.5V12c0-.1 0-.1.1-.2l3-2.5c1.6-1.3 3.5-2 5.4-2s3.9.7 5.4 2l3 2.5c.1.1.1.2.1.2s0 .1-.1.2M12 8.8c-1.8 0-3.2 1.5-3.2 3.2s1.5 3.2 3.2 3.2 3.2-1.5 3.2-3.2-1.4-3.2-3.2-3.2m0 5c-1 0-1.8-.8-1.8-1.8s.8-1.8 1.8-1.8 1.8.8 1.8 1.8-.8 1.8-1.8 1.8'/%3E%3C/svg%3E")}.mdi-icon-AE_eye_slash{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.9 15.3-2.3-1.9C2.2 13 2 12.5 2 12s.2-1 .6-1.4l3-2.5c2.2-1.9 5.2-2.7 8-2.2.4.1.7.5.6.9s-.5.7-.9.6c-2.4-.4-4.9.3-6.8 1.9l-3 2.5c-.1.1-.1.2-.1.2s0 .1.1.2l2.3 1.9c.3.3.4.7.1 1.1-.1.2-.4.3-.6.3-.1 0-.3-.1-.4-.2M22 12c0 .5-.2 1-.6 1.4l-3 2.5c-1.8 1.6-4.1 2.4-6.4 2.4-1.4 0-2.9-.3-4.3-1L4 21c-.1.1-.3.2-.5.2s-.3-.1-.5-.3c-.3-.3-.3-.8 0-1.1L19.9 3c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-3.4 3.4.9.6 3 2.5c.3.4.5.9.5 1.4m-8.4-.6-2.2 2.2c.2.1.4.1.6.1 1 0 1.8-.8 1.8-1.8 0-.1-.1-.3-.2-.5m6.9.6c0-.1 0-.1-.1-.2l-3-2.5c-.3-.3-.6-.5-1-.7l-1.7 1.7c.3.5.5 1.1.5 1.7 0 1.8-1.5 3.2-3.2 3.2-.6 0-1.2-.2-1.7-.5l-1.4 1.4c2.9 1.2 6.2.7 8.6-1.4l3-2.5zM8.9 10.9c-.1.4.1.8.4 1h.3c.3 0 .6-.2.7-.5.2-.6.7-1 1.3-1.1.4-.1.7-.5.6-.9s-.5-.7-.9-.6c-1 .2-2 1-2.4 2.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.9 15.3-2.3-1.9C2.2 13 2 12.5 2 12s.2-1 .6-1.4l3-2.5c2.2-1.9 5.2-2.7 8-2.2.4.1.7.5.6.9s-.5.7-.9.6c-2.4-.4-4.9.3-6.8 1.9l-3 2.5c-.1.1-.1.2-.1.2s0 .1.1.2l2.3 1.9c.3.3.4.7.1 1.1-.1.2-.4.3-.6.3-.1 0-.3-.1-.4-.2M22 12c0 .5-.2 1-.6 1.4l-3 2.5c-1.8 1.6-4.1 2.4-6.4 2.4-1.4 0-2.9-.3-4.3-1L4 21c-.1.1-.3.2-.5.2s-.3-.1-.5-.3c-.3-.3-.3-.8 0-1.1L19.9 3c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-3.4 3.4.9.6 3 2.5c.3.4.5.9.5 1.4m-8.4-.6-2.2 2.2c.2.1.4.1.6.1 1 0 1.8-.8 1.8-1.8 0-.1-.1-.3-.2-.5m6.9.6c0-.1 0-.1-.1-.2l-3-2.5c-.3-.3-.6-.5-1-.7l-1.7 1.7c.3.5.5 1.1.5 1.7 0 1.8-1.5 3.2-3.2 3.2-.6 0-1.2-.2-1.7-.5l-1.4 1.4c2.9 1.2 6.2.7 8.6-1.4l3-2.5zM8.9 10.9c-.1.4.1.8.4 1h.3c.3 0 .6-.2.7-.5.2-.6.7-1 1.3-1.1.4-.1.7-.5.6-.9s-.5-.7-.9-.6c-1 .2-2 1-2.4 2.1'/%3E%3C/svg%3E")}.mdi-icon-AE_filter{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.949 4 6.24 7.483a3.5 3.5 0 0 1 .813 2.242v4.06l2 2.258v-6.315a3.5 3.5 0 0 1 .812-2.241L20.057 4zm5.089 8.444a2 2 0 0 1 .464 1.281v4.249a1 1 0 0 0 .251.663l3 3.388c.61.69 1.749.258 1.749-.663v-7.634a2 2 0 0 1 .464-1.28l6.927-8.308a1 1 0 0 0-.768-1.64H2.881a1 1 0 0 0-.768 1.64z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m3.949 4 6.24 7.483a3.5 3.5 0 0 1 .813 2.242v4.06l2 2.258v-6.315a3.5 3.5 0 0 1 .812-2.241L20.057 4zm5.089 8.444a2 2 0 0 1 .464 1.281v4.249a1 1 0 0 0 .251.663l3 3.388c.61.69 1.749.258 1.749-.663v-7.634a2 2 0 0 1 .464-1.28l6.927-8.308a1 1 0 0 0-.768-1.64H2.881a1 1 0 0 0-.768 1.64z'/%3E%3C/svg%3E")}.mdi-icon-AE_floppy_disk{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 20.5h16a.5.5 0 0 0 .5-.5V7.273a.5.5 0 0 0-.146-.354L17.08 3.646a.5.5 0 0 0-.354-.146H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5M4 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7.273a2 2 0 0 0-.586-1.414l-3.273-3.273A2 2 0 0 0 16.727 2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 20.5h-11V12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5zM5 22V12a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10zM5.75 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2A.75.75 0 0 1 5.75 5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 20.5h16a.5.5 0 0 0 .5-.5V7.273a.5.5 0 0 0-.146-.354L17.08 3.646a.5.5 0 0 0-.354-.146H4a.5.5 0 0 0-.5.5v16a.5.5 0 0 0 .5.5M4 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7.273a2 2 0 0 0-.586-1.414l-3.273-3.273A2 2 0 0 0 16.727 2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 20.5h-11V12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5zM5 22V12a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10zM5.75 5a.75.75 0 0 1 .75.75v2a.75.75 0 0 1-1.5 0v-2A.75.75 0 0 1 5.75 5'/%3E%3C/svg%3E")}.mdi-icon-AE_funnel{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25 6A.75.75 0 0 1 4 5.25h16a.75.75 0 0 1 0 1.5H4A.75.75 0 0 1 3.25 6M5.25 10A.75.75 0 0 1 6 9.25h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M8.25 14a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75M10.25 18a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.25 6A.75.75 0 0 1 4 5.25h16a.75.75 0 0 1 0 1.5H4A.75.75 0 0 1 3.25 6M5.25 10A.75.75 0 0 1 6 9.25h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75M8.25 14a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75M10.25 18a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75'/%3E%3C/svg%3E")}.mdi-icon-AE_hand_pointer{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.41 12.16v-.6a2.332 2.332 0 0 0-3.25-2.14 2.33 2.33 0 0 0-2.24-1.71c-.35 0-.68.08-.97.22a2.314 2.314 0 0 0-3.04-1.42v-2.1c0-1.28-1.05-2.33-2.33-2.33S5.25 3.13 5.25 4.41v10.74c0 3.91 3.18 7.09 7.09 7.09s7.09-3.18 7.09-7.09v-2.99zm-7.08 8.58a5.6 5.6 0 0 1-5.59-5.59V4.41c0-.46.37-.83.83-.83s.83.37.83.83v7.8c0 .41.34.75.75.75s.75-.34.75-.75V8.68c0-.46.37-.83.83-.83s.83.37.83.83v3.53c0 .41.34.75.75.75s.75-.34.75-.75v-2.17c0-.46.37-.83.83-.83s.83.37.83.83v2.14c0 .41.34.75.75.75s.75-.34.75-.75v-.62c0-.46.37-.83.83-.83s.83.37.83.83v3.59a5.6 5.6 0 0 1-5.59 5.59z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.41 12.16v-.6a2.332 2.332 0 0 0-3.25-2.14 2.33 2.33 0 0 0-2.24-1.71c-.35 0-.68.08-.97.22a2.314 2.314 0 0 0-3.04-1.42v-2.1c0-1.28-1.05-2.33-2.33-2.33S5.25 3.13 5.25 4.41v10.74c0 3.91 3.18 7.09 7.09 7.09s7.09-3.18 7.09-7.09v-2.99zm-7.08 8.58a5.6 5.6 0 0 1-5.59-5.59V4.41c0-.46.37-.83.83-.83s.83.37.83.83v7.8c0 .41.34.75.75.75s.75-.34.75-.75V8.68c0-.46.37-.83.83-.83s.83.37.83.83v3.53c0 .41.34.75.75.75s.75-.34.75-.75v-2.17c0-.46.37-.83.83-.83s.83.37.83.83v2.14c0 .41.34.75.75.75s.75-.34.75-.75v-.62c0-.46.37-.83.83-.83s.83.37.83.83v3.59a5.6 5.6 0 0 1-5.59 5.59z'/%3E%3C/svg%3E")}.mdi-icon-AE_hand_thumb_down{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.9 12.7-1-5.6c-.3-1.8-1.8-3-3.6-3h-7.1c-.7-.1-1.4.6-1.4 1.3v8.8c0 .6.4 1.1.9 1.3 1.5.5 2.3 2.2 2.5 2.8.2.5.3 1 .4 1.5v.1q.15.9.9 1.5c.5.4 1 .6 1.6.6s1.3-.2 1.7-.7c.5-.4.8-1 .8-1.7l-.4-4.1h2.1c.7 0 1.4-.3 1.8-.9.8-.5 1-1.3.8-1.9m-1.6.9q-.3.3-.6.3h-3.1c-.2 0-.4.1-.6.2-.1.2-.2.4-.2.6l.4 4.7c0 .3-.1.5-.3.7-.4.4-1 .4-1.4 0-.2-.2-.3-.4-.4-.5v-.1c-.1-.7-.3-1.3-.5-1.9-.3-.7-1.2-2.8-3.3-3.5V5.5h7c1.1 0 2 .8 2.1 1.8l1 5.6c.1.3 0 .5-.1.7M6 4H4c-.5 0-1 .2-1.3.6C2.2 5 2 5.5 2 6v8.2c0 .4.3.7.6.7l3.2.4h.1c.8 0 1.4-.6 1.4-1.4V5.4c0-.4-.1-.7-.4-1S6.3 4 6 4m-.1 9.9-2.3-.3V6c0-.1.1-.2.1-.3s.2-.2.3-.2h1.9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.9 12.7-1-5.6c-.3-1.8-1.8-3-3.6-3h-7.1c-.7-.1-1.4.6-1.4 1.3v8.8c0 .6.4 1.1.9 1.3 1.5.5 2.3 2.2 2.5 2.8.2.5.3 1 .4 1.5v.1q.15.9.9 1.5c.5.4 1 .6 1.6.6s1.3-.2 1.7-.7c.5-.4.8-1 .8-1.7l-.4-4.1h2.1c.7 0 1.4-.3 1.8-.9.8-.5 1-1.3.8-1.9m-1.6.9q-.3.3-.6.3h-3.1c-.2 0-.4.1-.6.2-.1.2-.2.4-.2.6l.4 4.7c0 .3-.1.5-.3.7-.4.4-1 .4-1.4 0-.2-.2-.3-.4-.4-.5v-.1c-.1-.7-.3-1.3-.5-1.9-.3-.7-1.2-2.8-3.3-3.5V5.5h7c1.1 0 2 .8 2.1 1.8l1 5.6c.1.3 0 .5-.1.7M6 4H4c-.5 0-1 .2-1.3.6C2.2 5 2 5.5 2 6v8.2c0 .4.3.7.6.7l3.2.4h.1c.8 0 1.4-.6 1.4-1.4V5.4c0-.4-.1-.7-.4-1S6.3 4 6 4m-.1 9.9-2.3-.3V6c0-.1.1-.2.1-.3s.2-.2.3-.2h1.9z'/%3E%3C/svg%3E")}.mdi-icon-AE_hand_thumb_up{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.421 10.48c-.46-.54-1.13-.86-1.84-.86h-2.16l.35-3.9v-.21c-.04-.64-.32-1.24-.79-1.68s-1.08-.69-1.74-.7c-.6 0-1.18.21-1.64.58-.46.38-.79.91-.9 1.46 0 .03-.02.09-.02.11-.08.54-.22 1.06-.43 1.54-.24.55-.97 2.22-2.51 2.76-.55.19-.92.72-.92 1.31v8.77c0 .76.62 1.38 1.38 1.38h7.15c1.78 0 3.3-1.28 3.61-3.03l.97-5.57c.12-.7-.07-1.41-.53-1.96zm-1.92 7.27a2.16 2.16 0 0 1-2.13 1.79h-7.04v-8.57c2.1-.78 3.01-2.86 3.32-3.56.26-.61.44-1.26.53-1.92.05-.25.18-.47.38-.63.19-.16.44-.24.69-.24.27 0 .52.11.71.29s.31.43.32.67l-.43 4.72a.737.737 0 0 0 .74.81h2.98c.27 0 .52.12.69.32.17.21.24.47.2.74l-.97 5.57zM5.871 9.72l-3.18.37c-.38.04-.66.36-.66.75v8.28a1.982 1.982 0 0 0 1.97 1.93h1.97c.37 0 .72-.14.98-.41.26-.26.41-.61.41-.98V11.1c0-.79-.67-1.46-1.47-1.38zm-1.88 9.83a.47.47 0 0 1-.33-.14.45.45 0 0 1-.14-.33V11.5l2.32-.27v8.31h-1.85z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.421 10.48c-.46-.54-1.13-.86-1.84-.86h-2.16l.35-3.9v-.21c-.04-.64-.32-1.24-.79-1.68s-1.08-.69-1.74-.7c-.6 0-1.18.21-1.64.58-.46.38-.79.91-.9 1.46 0 .03-.02.09-.02.11-.08.54-.22 1.06-.43 1.54-.24.55-.97 2.22-2.51 2.76-.55.19-.92.72-.92 1.31v8.77c0 .76.62 1.38 1.38 1.38h7.15c1.78 0 3.3-1.28 3.61-3.03l.97-5.57c.12-.7-.07-1.41-.53-1.96zm-1.92 7.27a2.16 2.16 0 0 1-2.13 1.79h-7.04v-8.57c2.1-.78 3.01-2.86 3.32-3.56.26-.61.44-1.26.53-1.92.05-.25.18-.47.38-.63.19-.16.44-.24.69-.24.27 0 .52.11.71.29s.31.43.32.67l-.43 4.72a.737.737 0 0 0 .74.81h2.98c.27 0 .52.12.69.32.17.21.24.47.2.74l-.97 5.57zM5.871 9.72l-3.18.37c-.38.04-.66.36-.66.75v8.28a1.982 1.982 0 0 0 1.97 1.93h1.97c.37 0 .72-.14.98-.41.26-.26.41-.61.41-.98V11.1c0-.79-.67-1.46-1.47-1.38zm-1.88 9.83a.47.47 0 0 1-.33-.14.45.45 0 0 1-.14-.33V11.5l2.32-.27v8.31h-1.85z'/%3E%3C/svg%3E")}.mdi-icon-AE_inbox{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 13s0-.1-.1-.3L19.7 5c-.2-.7-.5-.9-.5-.9s-.1-.3-1.4-.3h-12c-.7 0-1.4.5-1.6 1.2l-2.3 7.8v5.4c0 .9.8 1.7 1.7 1.7h16.8c.9 0 1.7-.8 1.7-1.7zM5.7 5.5c0-.1.1-.1.2-.1h11.9c.3 0 .5 0 .6.3l2 6.6H17c-.4 0-.8.2-1 .6l-.9 1.8H8.9L8 12.9c-.2-.4-.6-.6-1-.6H3.6zm14.6 12.9H3.6c-.1 0-.2-.1-.2-.2v-4.5h3.4l.8 1.8c.2.4.6.6 1 .6h6.8c.4 0 .8-.2 1-.6l.9-1.8h3.3v4.5c-.1.2-.2.2-.3.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 13s0-.1-.1-.3L19.7 5c-.2-.7-.5-.9-.5-.9s-.1-.3-1.4-.3h-12c-.7 0-1.4.5-1.6 1.2l-2.3 7.8v5.4c0 .9.8 1.7 1.7 1.7h16.8c.9 0 1.7-.8 1.7-1.7zM5.7 5.5c0-.1.1-.1.2-.1h11.9c.3 0 .5 0 .6.3l2 6.6H17c-.4 0-.8.2-1 .6l-.9 1.8H8.9L8 12.9c-.2-.4-.6-.6-1-.6H3.6zm14.6 12.9H3.6c-.1 0-.2-.1-.2-.2v-4.5h3.4l.8 1.8c.2.4.6.6 1 .6h6.8c.4 0 .8-.2 1-.6l.9-1.8h3.3v4.5c-.1.2-.2.2-.3.2'/%3E%3C/svg%3E")}.mdi-icon-AE_light_bulb{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2 4.5c-1.3-1.2-3.1-1.7-4.9-1.5-2.7.3-5 2.5-5.4 5.2-.3 2.2.5 4.3 2.2 5.7.4.3.6.7.6 1.1v.8c0 .7.6 1.2 1.2 1.2h4.3c.7 0 1.2-.6 1.2-1.2V15c0-.4.3-.9.6-1.2 1.4-1.2 2.2-2.9 2.2-4.7.1-1.7-.7-3.4-2-4.6m-1.1 8.2c-.7.6-1.2 1.6-1.2 2.4v.4h-3.8V15c0-.9-.4-1.7-1.1-2.3-1.3-1.1-1.9-2.7-1.6-4.3.3-2 2-3.7 4.1-3.9 1.4-.2 2.7.3 3.7 1.2s1.6 2.2 1.6 3.5-.6 2.6-1.7 3.5M5.6 4.6c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2L3.2 4.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0zm12.8 1c-.3-.3-.3-.8 0-1.1l1.4-1.4c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-1.4 1.4c-.1.1-.3.2-.5.2s-.4-.1-.6-.2M5.6 14.5c.3.3.3.8 0 1.1L4.2 17c-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.3-.3-.3-.8 0-1.1l1.4-1.4c.3-.3.7-.3 1 0m15.2 1.4c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-1.4-1.4c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0zM4.5 11.1H2.8c-.5 0-.8-.4-.8-.8s.3-.7.7-.8h1.6c.5 0 .8.4.8.8s-.3.8-.6.8m17.5-.7c0 .5-.4.8-.8.8h-1.7c-.5 0-.8-.3-.8-.8s.4-.8.8-.8h1.7c.4 0 .8.3.8.8m-7.5 8.3c.3.3.3.8 0 1.1-.6.7-1.5 1.1-2.5 1.1-.9 0-1.8-.3-2.5-1-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0c.8.8 2.1.8 2.9 0 .2-.3.7-.3 1-.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2 4.5c-1.3-1.2-3.1-1.7-4.9-1.5-2.7.3-5 2.5-5.4 5.2-.3 2.2.5 4.3 2.2 5.7.4.3.6.7.6 1.1v.8c0 .7.6 1.2 1.2 1.2h4.3c.7 0 1.2-.6 1.2-1.2V15c0-.4.3-.9.6-1.2 1.4-1.2 2.2-2.9 2.2-4.7.1-1.7-.7-3.4-2-4.6m-1.1 8.2c-.7.6-1.2 1.6-1.2 2.4v.4h-3.8V15c0-.9-.4-1.7-1.1-2.3-1.3-1.1-1.9-2.7-1.6-4.3.3-2 2-3.7 4.1-3.9 1.4-.2 2.7.3 3.7 1.2s1.6 2.2 1.6 3.5-.6 2.6-1.7 3.5M5.6 4.6c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2L3.2 4.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0zm12.8 1c-.3-.3-.3-.8 0-1.1l1.4-1.4c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-1.4 1.4c-.1.1-.3.2-.5.2s-.4-.1-.6-.2M5.6 14.5c.3.3.3.8 0 1.1L4.2 17c-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.3-.3-.3-.8 0-1.1l1.4-1.4c.3-.3.7-.3 1 0m15.2 1.4c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-1.4-1.4c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0zM4.5 11.1H2.8c-.5 0-.8-.4-.8-.8s.3-.7.7-.8h1.6c.5 0 .8.4.8.8s-.3.8-.6.8m17.5-.7c0 .5-.4.8-.8.8h-1.7c-.5 0-.8-.3-.8-.8s.4-.8.8-.8h1.7c.4 0 .8.3.8.8m-7.5 8.3c.3.3.3.8 0 1.1-.6.7-1.5 1.1-2.5 1.1-.9 0-1.8-.3-2.5-1-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0c.8.8 2.1.8 2.9 0 .2-.3.7-.3 1-.1'/%3E%3C/svg%3E")}.mdi-icon-AE_link{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4 9.9c-.6-.7-1.5-1-2.4-1s-1.8.4-2.4 1c-.3.3-.3.8 0 1.1s.8.3 1.1 0c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l1.7 1.7c.4.4.6.9.6 1.4s-.2 1-.6 1.4L11.4 20c-.4.4-.8.6-1.4.6-.5 0-1-.2-1.4-.6L7 18.3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0c-.7.6-1 1.5-1 2.4s.4 1.8 1 2.5L7.6 21c.6.7 1.5 1 2.4 1s1.8-.4 2.4-1l4.6-4.6c.7-.6 1-1.5 1-2.4s-.4-1.8-1-2.5z'/%3E%3Cpath d='M18.1 4.6 16.4 3c-.6-.7-1.5-1-2.4-1s-1.8.4-2.5 1L7 7.6c-.7.6-1 1.5-1 2.4s.4 1.8 1 2.5l1.7 1.7c.6.7 1.5 1 2.4 1s1.8-.4 2.4-1c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6L8 11.4c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4L12.6 4c.4-.3.9-.5 1.4-.5s1 .2 1.4.6L17 5.7c.4.4.6.9.6 1.4s-.2 1-.6 1.4c-.3.3-.3.8 0 1.1s.8.3 1.1 0c.7-.6 1-1.5 1-2.4 0-1-.4-1.9-1-2.6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4 9.9c-.6-.7-1.5-1-2.4-1s-1.8.4-2.4 1c-.3.3-.3.8 0 1.1s.8.3 1.1 0c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l1.7 1.7c.4.4.6.9.6 1.4s-.2 1-.6 1.4L11.4 20c-.4.4-.8.6-1.4.6-.5 0-1-.2-1.4-.6L7 18.3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0c-.7.6-1 1.5-1 2.4s.4 1.8 1 2.5L7.6 21c.6.7 1.5 1 2.4 1s1.8-.4 2.4-1l4.6-4.6c.7-.6 1-1.5 1-2.4s-.4-1.8-1-2.5z'/%3E%3Cpath d='M18.1 4.6 16.4 3c-.6-.7-1.5-1-2.4-1s-1.8.4-2.5 1L7 7.6c-.7.6-1 1.5-1 2.4s.4 1.8 1 2.5l1.7 1.7c.6.7 1.5 1 2.4 1s1.8-.4 2.4-1c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0c-.4.4-.9.6-1.4.6s-1-.2-1.4-.6L8 11.4c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4L12.6 4c.4-.3.9-.5 1.4-.5s1 .2 1.4.6L17 5.7c.4.4.6.9.6 1.4s-.2 1-.6 1.4c-.3.3-.3.8 0 1.1s.8.3 1.1 0c.7-.6 1-1.5 1-2.4 0-1-.4-1.9-1-2.6'/%3E%3C/svg%3E")}.mdi-icon-AE_list_bulleted{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M5.5 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M5.5 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M9 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zM8.25 12a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75M9 17.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M5.5 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M5.5 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M9 5.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5zM8.25 12a.75.75 0 0 1 .75-.75h10a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75M9 17.25a.75.75 0 0 0 0 1.5h10a.75.75 0 0 0 0-1.5z'/%3E%3C/svg%3E")}.mdi-icon-AE_magnifying_glass{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 19.5 15 14.3c1-1.2 1.6-2.7 1.6-4.4 0-3.8-3.1-6.8-6.8-6.8C6 3.1 3 6.1 3 9.9s3.1 6.8 6.8 6.8c1.6 0 3-.5 4.1-1.4l5.3 5.3c.1.1.3.2.5.2s.4-.1.5-.2c.4-.3.4-.8.1-1.1M4.5 9.9c0-2.9 2.4-5.3 5.3-5.3s5.3 2.4 5.3 5.3-2.4 5.3-5.3 5.3-5.3-2.4-5.3-5.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 19.5 15 14.3c1-1.2 1.6-2.7 1.6-4.4 0-3.8-3.1-6.8-6.8-6.8C6 3.1 3 6.1 3 9.9s3.1 6.8 6.8 6.8c1.6 0 3-.5 4.1-1.4l5.3 5.3c.1.1.3.2.5.2s.4-.1.5-.2c.4-.3.4-.8.1-1.1M4.5 9.9c0-2.9 2.4-5.3 5.3-5.3s5.3 2.4 5.3 5.3-2.4 5.3-5.3 5.3-5.3-2.4-5.3-5.3'/%3E%3C/svg%3E")}.mdi-icon-AE_minus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='11.25' width='16' height='1.5' rx='.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='11.25' width='16' height='1.5' rx='.75'/%3E%3C/svg%3E")}.mdi-icon-AE_minus_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5'/%3E%3Cpath d='M16.3 11.2H7.7c-.4 0-.8.3-.8.8s.3.8.8.8h8.6c.4 0 .8-.3.8-.8s-.4-.8-.8-.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5'/%3E%3Cpath d='M16.3 11.2H7.7c-.4 0-.8.3-.8.8s.3.8.8.8h8.6c.4 0 .8-.3.8-.8s-.4-.8-.8-.8'/%3E%3C/svg%3E")}.mdi-icon-AE_paper_clip{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4 20.8c-1.2 0-2.4-.5-3.2-1.3l-.7-.7c-.9-.9-1.3-2-1.3-3.2s.5-2.4 1.3-3.2l8.1-8.1c1.4-1.4 3.6-1.4 5 0l.3.3c.7.7 1 1.5 1 2.5 0 .9-.4 1.8-1 2.5l-7.5 7.5c-.8.8-2 1.1-3 .5-1.4-.8-1.6-2.6-.5-3.8l7.6-7.6c.3-.3.8-.3 1.1 0s.3.8 0 1.1L9 14.9c-.3.3-.3.9 0 1.3.3.3.9.3 1.3 0l7.6-7.6c.6-.7.6-1.1.6-1.6s-.2-1-.6-1.4l-.3-.3c-.7-.8-2.1-.8-2.8 0l-8.1 8.1c-.7.6-1 1.4-1 2.2s.3 1.6.9 2.2l.7.7c1.1 1.2 3.2 1.2 4.4 0l6.3-6.6c.3-.3.8-.3 1.1 0s.3.8 0 1.1c0 0-4.6 4.7-6.4 6.4-.2.2-.5.4-.7.6-1.1.6-1.7.8-2.6.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4 20.8c-1.2 0-2.4-.5-3.2-1.3l-.7-.7c-.9-.9-1.3-2-1.3-3.2s.5-2.4 1.3-3.2l8.1-8.1c1.4-1.4 3.6-1.4 5 0l.3.3c.7.7 1 1.5 1 2.5 0 .9-.4 1.8-1 2.5l-7.5 7.5c-.8.8-2 1.1-3 .5-1.4-.8-1.6-2.6-.5-3.8l7.6-7.6c.3-.3.8-.3 1.1 0s.3.8 0 1.1L9 14.9c-.3.3-.3.9 0 1.3.3.3.9.3 1.3 0l7.6-7.6c.6-.7.6-1.1.6-1.6s-.2-1-.6-1.4l-.3-.3c-.7-.8-2.1-.8-2.8 0l-8.1 8.1c-.7.6-1 1.4-1 2.2s.3 1.6.9 2.2l.7.7c1.1 1.2 3.2 1.2 4.4 0l6.3-6.6c.3-.3.8-.3 1.1 0s.3.8 0 1.1c0 0-4.6 4.7-6.4 6.4-.2.2-.5.4-.7.6-1.1.6-1.7.8-2.6.8'/%3E%3C/svg%3E")}.mdi-icon-AE_paper_plane{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6 11.5 5 4.3c-.3-.1-.6 0-.8.2s-.3.5-.2.8l3.1 6.8L4 19c-.1.3-.1.6.2.8.1.1.3.2.5.2.1 0 .2 0 .3-.1l15.6-7.1c.3-.1.4-.4.4-.7s-.1-.5-.4-.6M6.2 17.7l2.2-4.9h2.8c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H8.4L6.2 6.5l12.3 5.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6 11.5 5 4.3c-.3-.1-.6 0-.8.2s-.3.5-.2.8l3.1 6.8L4 19c-.1.3-.1.6.2.8.1.1.3.2.5.2.1 0 .2 0 .3-.1l15.6-7.1c.3-.1.4-.4.4-.7s-.1-.5-.4-.6M6.2 17.7l2.2-4.9h2.8c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H8.4L6.2 6.5l12.3 5.6z'/%3E%3C/svg%3E")}.mdi-icon-AE_pause_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2.75a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8.25a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75M14 8.25a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2.75a9.25 9.25 0 1 0 0 18.5 9.25 9.25 0 0 0 0-18.5M1.25 12C1.25 6.063 6.063 1.25 12 1.25S22.75 6.063 22.75 12 17.937 22.75 12 22.75 1.25 17.937 1.25 12'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 8.25a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75M14 8.25a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75'/%3E%3C/svg%3E")}.mdi-icon-AE_pen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.09 7.29a.774.774 0 0 0-1.06 0l-7.88 7.89c-.2.2-.34.46-.39.73l-.64 3.43c-.08.43.05.88.36 1.18.25.25.58.38.93.38.08 0 .17 0 .25-.02l3.43-.64c.28-.05.53-.18.73-.39l7.89-7.88a.75.75 0 0 0 0-1.06zM7.78 18.77l-3.14.59.57-3.12 7.35-7.36 2.56 2.56zM20.69 6.93l-3.61-3.61a.754.754 0 0 0-1.06 0l-2.14 2.14c-.29.29-.29.77 0 1.06l3.61 3.61c.15.15.34.22.53.22s.38-.07.53-.22l2.14-2.14c.29-.29.29-.77 0-1.06m-2.67 1.61-2.55-2.55 1.08-1.08 2.55 2.55z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.09 7.29a.774.774 0 0 0-1.06 0l-7.88 7.89c-.2.2-.34.46-.39.73l-.64 3.43c-.08.43.05.88.36 1.18.25.25.58.38.93.38.08 0 .17 0 .25-.02l3.43-.64c.28-.05.53-.18.73-.39l7.89-7.88a.75.75 0 0 0 0-1.06zM7.78 18.77l-3.14.59.57-3.12 7.35-7.36 2.56 2.56zM20.69 6.93l-3.61-3.61a.754.754 0 0 0-1.06 0l-2.14 2.14c-.29.29-.29.77 0 1.06l3.61 3.61c.15.15.34.22.53.22s.38-.07.53-.22l2.14-2.14c.29-.29.29-.77 0-1.06m-2.67 1.61-2.55-2.55 1.08-1.08 2.55 2.55z'/%3E%3C/svg%3E")}.mdi-icon-AE_play_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.25 12c0 5.65-4.6 10.25-10.25 10.25-.41 0-.75-.34-.75-.75s.34-.75.75-.75c4.83 0 8.75-3.92 8.75-8.75S16.83 3.25 12 3.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c5.65 0 10.25 4.6 10.25 10.25M11.5 16.45c-.31.21-.67.31-1.03.31a1.858 1.858 0 0 1-1.86-1.86V9.1c0-.69.38-1.31.98-1.64a1.87 1.87 0 0 1 1.91.09l4.35 2.91a1.856 1.856 0 0 1 0 3.09l-4.35 2.89zm-.83-1.25 4.35-2.89c.14-.09.16-.23.16-.3s-.02-.21-.16-.3l-4.35-2.9a.33.33 0 0 0-.2-.06c-.08 0-.14.03-.17.04-.06.03-.19.12-.19.32v5.8c0 .19.13.29.19.32s.21.09.37-.02zm-7.46-.32c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m5.13 5.13c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m-3.06-2.03c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m-1.86-5.96c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75m-.2-4.42c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m2.06-1.56c.41 0 .75-.34.75-.75s-.34-.75-.75-.75-.75.34-.75.75.34.75.75.75M8.37 4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75-.75.34-.75.75.34.75.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.25 12c0 5.65-4.6 10.25-10.25 10.25-.41 0-.75-.34-.75-.75s.34-.75.75-.75c4.83 0 8.75-3.92 8.75-8.75S16.83 3.25 12 3.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c5.65 0 10.25 4.6 10.25 10.25M11.5 16.45c-.31.21-.67.31-1.03.31a1.858 1.858 0 0 1-1.86-1.86V9.1c0-.69.38-1.31.98-1.64a1.87 1.87 0 0 1 1.91.09l4.35 2.91a1.856 1.856 0 0 1 0 3.09l-4.35 2.89zm-.83-1.25 4.35-2.89c.14-.09.16-.23.16-.3s-.02-.21-.16-.3l-4.35-2.9a.33.33 0 0 0-.2-.06c-.08 0-.14.03-.17.04-.06.03-.19.12-.19.32v5.8c0 .19.13.29.19.32s.21.09.37-.02zm-7.46-.32c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m5.13 5.13c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m-3.06-2.03c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m-1.86-5.96c0-.41-.34-.75-.75-.75s-.75.34-.75.75.34.75.75.75.75-.34.75-.75m-.2-4.42c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75m2.06-1.56c.41 0 .75-.34.75-.75s-.34-.75-.75-.75-.75.34-.75.75.34.75.75.75M8.37 4c.41 0 .75-.34.75-.75s-.34-.75-.75-.75-.75.34-.75.75.34.75.75.75'/%3E%3C/svg%3E")}.mdi-icon-AE_play_off_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.67 5.22 1.1-1.11c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0L2.9 19.88c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l5-5c.16.24.38.45.64.59.28.15.58.22.88.22.36 0 .72-.1 1.03-.31l4.35-2.89c.52-.34.83-.92.83-1.54s-.31-1.2-.83-1.55l-.85-.57 3.61-3.61A8.7 8.7 0 0 1 20.76 12c0 4.83-3.92 8.75-8.75 8.75-.41 0-.75.34-.75.75s.34.75.75.75c5.65 0 10.25-4.6 10.25-10.25 0-2.51-.92-4.9-2.58-6.78zm-4.65 6.49c.14.09.16.23.16.3s-.02.21-.16.3l-4.35 2.89c-.16.11-.31.05-.37.02a.34.34 0 0 1-.19-.32v-.12l3.81-3.81 1.1.73zM11.25 2.5c0-.41.34-.75.75-.75 1.64 0 3.21.38 4.66 1.12a.75.75 0 0 1-.34 1.42c-.11 0-.23-.03-.34-.08A8.7 8.7 0 0 0 12 3.26c-.41 0-.75-.34-.75-.75zM8.61 9.1c0-.69.38-1.31.98-1.64a1.87 1.87 0 0 1 1.91.09l.33.22c.34.23.44.7.21 1.04s-.7.44-1.04.21l-.33-.22a.35.35 0 0 0-.37-.02c-.06.03-.19.12-.19.32v1.27c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm-6.15 6.52c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75m6.63 5.13c0 .41-.34.75-.75.75s-.75-.34-.75-.75.34-.75.75-.75.75.34.75.75m-6.42-7.99c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.34.75.75-.34.75-.75.75m-.2-4.42c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75m2.06-3.06c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75m3.09-2.04c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.67 5.22 1.1-1.11c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0L2.9 19.88c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l5-5c.16.24.38.45.64.59.28.15.58.22.88.22.36 0 .72-.1 1.03-.31l4.35-2.89c.52-.34.83-.92.83-1.54s-.31-1.2-.83-1.55l-.85-.57 3.61-3.61A8.7 8.7 0 0 1 20.76 12c0 4.83-3.92 8.75-8.75 8.75-.41 0-.75.34-.75.75s.34.75.75.75c5.65 0 10.25-4.6 10.25-10.25 0-2.51-.92-4.9-2.58-6.78zm-4.65 6.49c.14.09.16.23.16.3s-.02.21-.16.3l-4.35 2.89c-.16.11-.31.05-.37.02a.34.34 0 0 1-.19-.32v-.12l3.81-3.81 1.1.73zM11.25 2.5c0-.41.34-.75.75-.75 1.64 0 3.21.38 4.66 1.12a.75.75 0 0 1-.34 1.42c-.11 0-.23-.03-.34-.08A8.7 8.7 0 0 0 12 3.26c-.41 0-.75-.34-.75-.75zM8.61 9.1c0-.69.38-1.31.98-1.64a1.87 1.87 0 0 1 1.91.09l.33.22c.34.23.44.7.21 1.04s-.7.44-1.04.21l-.33-.22a.35.35 0 0 0-.37-.02c-.06.03-.19.12-.19.32v1.27c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm-6.15 6.52c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75m6.63 5.13c0 .41-.34.75-.75.75s-.75-.34-.75-.75.34-.75.75-.75.75.34.75.75m-6.42-7.99c-.41 0-.75-.34-.75-.75s.34-.75.75-.75.75.34.75.75-.34.75-.75.75m-.2-4.42c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75m2.06-3.06c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75m3.09-2.04c0-.41.34-.75.75-.75s.75.34.75.75-.34.75-.75.75-.75-.34-.75-.75'/%3E%3C/svg%3E")}.mdi-icon-AE_plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.02 12c0 .41-.34.75-.75.75h-6.52v6.52c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-6.52H4.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.52V4.73c0-.41.34-.75.75-.75s.75.34.75.75v6.52h6.52c.41 0 .75.34.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.02 12c0 .41-.34.75-.75.75h-6.52v6.52c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-6.52H4.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h6.52V4.73c0-.41.34-.75.75-.75s.75.34.75.75v6.52h6.52c.41 0 .75.34.75.75'/%3E%3C/svg%3E")}.mdi-icon-AE_plus_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5'/%3E%3Cpath d='M16.3 11.2h-3.6V7.7c0-.4-.3-.8-.8-.8s-.8.3-.8.8v3.6H7.7c-.4 0-.8.3-.8.8s.3.8.8.8h3.6v3.6c0 .4.3.8.8.8s.8-.3.8-.8v-3.6h3.6c.4 0 .8-.3.8-.8s-.6-.9-1-.9'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5'/%3E%3Cpath d='M16.3 11.2h-3.6V7.7c0-.4-.3-.8-.8-.8s-.8.3-.8.8v3.6H7.7c-.4 0-.8.3-.8.8s.3.8.8.8h3.6v3.6c0 .4.3.8.8.8s.8-.3.8-.8v-3.6h3.6c.4 0 .8-.3.8-.8s-.6-.9-1-.9'/%3E%3C/svg%3E")}.mdi-icon-AE_spinner{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12h2a8 8 0 1 0 8-8V2c5.523 0 10 4.477 10 10'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12h2a8 8 0 1 0 8-8V2c5.523 0 10 4.477 10 10'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E")}.mdi-icon-AE_star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 4.73 1.67 3.35c.31.62.91 1.06 1.6 1.16l3.7.53-2.67 2.57a2.11 2.11 0 0 0-.62 1.89l.63 3.65-3.34-1.74a2.1 2.1 0 0 0-.99-.24q-.525 0-.99.24l-3.34 1.74.63-3.65c.12-.69-.11-1.4-.62-1.89L4.99 9.77l3.7-.53c.69-.1 1.29-.53 1.6-1.16l1.67-3.35m0-2.58a.62.62 0 0 0-.56.35L8.95 7.41c-.09.18-.27.31-.47.34l-5.47.79a.62.62 0 0 0-.35 1.06l3.96 3.82c.15.14.22.35.18.55l-.93 5.39c-.07.4.25.73.62.73.1 0 .2-.02.29-.07l4.9-2.55c.09-.05.19-.07.29-.07s.2.02.29.07l4.9 2.55a.626.626 0 0 0 .91-.66l-.93-5.39c-.04-.2.03-.41.18-.55l3.96-3.82a.62.62 0 0 0-.35-1.06l-5.47-.79a.62.62 0 0 1-.47-.34L12.54 2.5a.63.63 0 0 0-.56-.35z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 4.73 1.67 3.35c.31.62.91 1.06 1.6 1.16l3.7.53-2.67 2.57a2.11 2.11 0 0 0-.62 1.89l.63 3.65-3.34-1.74a2.1 2.1 0 0 0-.99-.24q-.525 0-.99.24l-3.34 1.74.63-3.65c.12-.69-.11-1.4-.62-1.89L4.99 9.77l3.7-.53c.69-.1 1.29-.53 1.6-1.16l1.67-3.35m0-2.58a.62.62 0 0 0-.56.35L8.95 7.41c-.09.18-.27.31-.47.34l-5.47.79a.62.62 0 0 0-.35 1.06l3.96 3.82c.15.14.22.35.18.55l-.93 5.39c-.07.4.25.73.62.73.1 0 .2-.02.29-.07l4.9-2.55c.09-.05.19-.07.29-.07s.2.02.29.07l4.9 2.55a.626.626 0 0 0 .91-.66l-.93-5.39c-.04-.2.03-.41.18-.55l3.96-3.82a.62.62 0 0 0-.35-1.06l-5.47-.79a.62.62 0 0 1-.47-.34L12.54 2.5a.63.63 0 0 0-.56-.35z'/%3E%3C/svg%3E")}.mdi-icon-AE_timeline{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1 5.3c0-1.3-1.1-2.4-2.4-2.4S16.3 4 16.3 5.3c0 1.1.7 2 1.7 2.3V17c0 1.4-1.2 2.6-2.6 2.6s-2.6-1.2-2.6-2.6v-2.7c1-.3 1.7-1.2 1.7-2.3s-.7-2-1.7-2.3V7c0-2.2-1.8-4.1-4.1-4.1S4.6 4.8 4.6 7v9.4c-1 .3-1.7 1.2-1.7 2.3 0 1.3 1.1 2.4 2.4 2.4s2.4-1.1 2.4-2.4c0-1.1-.7-2-1.7-2.3V7c0-1.4 1.2-2.6 2.6-2.6s2.6 1.2 2.6 2.6v2.7c-1 .3-1.7 1.2-1.7 2.3s.7 2 1.7 2.3V17c0 2.2 1.8 4.1 4.1 4.1s4.1-1.8 4.1-4.1V7.6c1-.3 1.7-1.2 1.7-2.3M5.3 19.6c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9-.4.9-.9.9m6.7-8.5c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9m6.7-4.8c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9-.4.9-.9.9'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.1 5.3c0-1.3-1.1-2.4-2.4-2.4S16.3 4 16.3 5.3c0 1.1.7 2 1.7 2.3V17c0 1.4-1.2 2.6-2.6 2.6s-2.6-1.2-2.6-2.6v-2.7c1-.3 1.7-1.2 1.7-2.3s-.7-2-1.7-2.3V7c0-2.2-1.8-4.1-4.1-4.1S4.6 4.8 4.6 7v9.4c-1 .3-1.7 1.2-1.7 2.3 0 1.3 1.1 2.4 2.4 2.4s2.4-1.1 2.4-2.4c0-1.1-.7-2-1.7-2.3V7c0-1.4 1.2-2.6 2.6-2.6s2.6 1.2 2.6 2.6v2.7c-1 .3-1.7 1.2-1.7 2.3s.7 2 1.7 2.3V17c0 2.2 1.8 4.1 4.1 4.1s4.1-1.8 4.1-4.1V7.6c1-.3 1.7-1.2 1.7-2.3M5.3 19.6c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9-.4.9-.9.9m6.7-8.5c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9m6.7-4.8c-.5 0-.9-.4-.9-.9s.4-.9.9-.9.9.4.9.9-.4.9-.9.9'/%3E%3C/svg%3E")}.mdi-icon-AE_trash{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 10.8v8.4c0 1.5-1.2 2.8-2.8 2.8H8.3c-1.5 0-2.8-1.2-2.8-2.8v-8.4c0-.4.3-.8.8-.8s.8.3.8.8v8.4c0 .7.6 1.2 1.2 1.2h7.5c.7 0 1.2-.6 1.2-1.2v-8.4c0-.4.3-.8.8-.8s.7.4.7.8M20 6.7v1.5c0 .4-.3.8-.8.8H4.8c-.4-.1-.8-.4-.8-.8V6.7C4 5.2 5.3 4 6.8 4h2v-.8c0-.7.5-1.2 1.2-1.2h4c.7 0 1.2.6 1.2 1.2V4h2C18.8 4 20 5.2 20 6.7M10.2 4h3.5v-.5h-3.5zm8.4 2.7c0-.7-.7-1.2-1.3-1.2H6.8c-.7 0-1.2.6-1.2 1.2v.7h13zm-7.8 11.2V12c0-.4-.3-.8-.8-.8s-.8.4-.8.8v5.9c0 .4.3.8.8.8s.8-.4.8-.8m4 0V12c0-.4-.3-.8-.8-.8s-.8.3-.8.8v5.9c0 .4.3.8.8.8s.8-.4.8-.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 10.8v8.4c0 1.5-1.2 2.8-2.8 2.8H8.3c-1.5 0-2.8-1.2-2.8-2.8v-8.4c0-.4.3-.8.8-.8s.8.3.8.8v8.4c0 .7.6 1.2 1.2 1.2h7.5c.7 0 1.2-.6 1.2-1.2v-8.4c0-.4.3-.8.8-.8s.7.4.7.8M20 6.7v1.5c0 .4-.3.8-.8.8H4.8c-.4-.1-.8-.4-.8-.8V6.7C4 5.2 5.3 4 6.8 4h2v-.8c0-.7.5-1.2 1.2-1.2h4c.7 0 1.2.6 1.2 1.2V4h2C18.8 4 20 5.2 20 6.7M10.2 4h3.5v-.5h-3.5zm8.4 2.7c0-.7-.7-1.2-1.3-1.2H6.8c-.7 0-1.2.6-1.2 1.2v.7h13zm-7.8 11.2V12c0-.4-.3-.8-.8-.8s-.8.4-.8.8v5.9c0 .4.3.8.8.8s.8-.4.8-.8m4 0V12c0-.4-.3-.8-.8-.8s-.8.3-.8.8v5.9c0 .4.3.8.8.8s.8-.4.8-.8'/%3E%3C/svg%3E")}.mdi-icon-AE_x_mark{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.531 17.47c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-5.47-5.47-5.47 5.47c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l5.47-5.47-5.47-5.47a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l5.47 5.47 5.47-5.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06L13.061 12z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.531 17.47c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-5.47-5.47-5.47 5.47c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l5.47-5.47-5.47-5.47a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l5.47 5.47 5.47-5.47c.29-.29.77-.29 1.06 0s.29.77 0 1.06L13.061 12z'/%3E%3C/svg%3E")}.mdi-icon-AF_credit_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 6.5H4a.5.5 0 0 0-.5.5v1h17V7a.5.5 0 0 0-.5-.5m.5 4.5h-17v6a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5zM4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm1 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 6.5H4a.5.5 0 0 0-.5.5v1h17V7a.5.5 0 0 0-.5-.5m.5 4.5h-17v6a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5zM4 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm1 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z'/%3E%3C/svg%3E")}.mdi-icon-AF_credit_cards{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 5.5H4a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h.5V16H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v.5h-1.5V6a.5.5 0 0 0-.5-.5m-8 4h12a.5.5 0 0 1 .5.5v1h-13v-1a.5.5 0 0 1 .5-.5m-.5 3V18a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-5.5zM6 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm3 5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 5.5H4a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h.5V16H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v.5h-1.5V6a.5.5 0 0 0-.5-.5m-8 4h12a.5.5 0 0 1 .5.5v1h-13v-1a.5.5 0 0 1 .5-.5m-.5 3V18a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5v-5.5zM6 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm3 5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z'/%3E%3C/svg%3E")}.mdi-icon-AF_price_tag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6 3.4c-.2-.3-.6-.4-1-.4h-8.4c-.4 0-.7.1-1 .4l-8 8c-.5.6-.5 1.5 0 2l8.3 8.3.1.1q.3.3.9.3c.4 0 .8-.2 1-.4l8.1-8.3c.3-.3.4-.6.4-1v-8c0-.4-.1-.7-.4-1m-1.1 8.9-8.1 8.3-8.1-8.1 7.9-7.9h8.4zm-6.8-1.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0-2.5c.3 0 .5.2.5.5s-.2.5-.5.5-.5-.2-.5-.5.2-.5.5-.5m-1.4 4.8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 2.5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5m-3.9-4.3h9.1c.4 0 .8.3.8.8s-.3.8-.8.8H7.4c-.4 0-.8-.3-.8-.8s.4-.8.8-.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6 3.4c-.2-.3-.6-.4-1-.4h-8.4c-.4 0-.7.1-1 .4l-8 8c-.5.6-.5 1.5 0 2l8.3 8.3.1.1q.3.3.9.3c.4 0 .8-.2 1-.4l8.1-8.3c.3-.3.4-.6.4-1v-8c0-.4-.1-.7-.4-1m-1.1 8.9-8.1 8.3-8.1-8.1 7.9-7.9h8.4zm-6.8-1.5c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0-2.5c.3 0 .5.2.5.5s-.2.5-.5.5-.5-.2-.5-.5.2-.5.5-.5m-1.4 4.8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 2.5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5m-3.9-4.3h9.1c.4 0 .8.3.8.8s-.3.8-.8.8H7.4c-.4 0-.8-.3-.8-.8s.4-.8.8-.8'/%3E%3C/svg%3E")}.mdi-icon-AF_wallet{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 8.9h-.2V6.5c0-1.5-1.2-2.8-2.8-2.8H4.6C3.1 3.8 1.9 5 1.9 6.5v11c0 1.5 1.2 2.8 2.8 2.8h12.7c1.5 0 2.8-1.2 2.8-2.8V15h.2c1 0 1.8-.8 1.8-1.8v-2.6c-.1-.9-.9-1.7-1.9-1.7m-1.7 8.6c0 .7-.6 1.2-1.2 1.2H4.6c-.7 0-1.2-.6-1.2-1.2v-11c0-.7.6-1.2 1.2-1.2h12.8c.7 0 1.2.6 1.2 1.2v2.4h-3.8c-1 0-1.8.8-1.8 1.8v2.6c0 1 .8 1.8 1.8 1.8h3.8zm2-4.2c0 .1-.1.2-.2.2h-5.5c-.1 0-.2-.1-.2-.2v-2.6c0-.1.1-.2.2-.2h5.5c.1 0 .2.1.2.2zM17.2 12c0 .5-.4 1-1 1s-1-.4-1-1c0-.5.4-1 1-1s1 .5 1 1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 8.9h-.2V6.5c0-1.5-1.2-2.8-2.8-2.8H4.6C3.1 3.8 1.9 5 1.9 6.5v11c0 1.5 1.2 2.8 2.8 2.8h12.7c1.5 0 2.8-1.2 2.8-2.8V15h.2c1 0 1.8-.8 1.8-1.8v-2.6c-.1-.9-.9-1.7-1.9-1.7m-1.7 8.6c0 .7-.6 1.2-1.2 1.2H4.6c-.7 0-1.2-.6-1.2-1.2v-11c0-.7.6-1.2 1.2-1.2h12.8c.7 0 1.2.6 1.2 1.2v2.4h-3.8c-1 0-1.8.8-1.8 1.8v2.6c0 1 .8 1.8 1.8 1.8h3.8zm2-4.2c0 .1-.1.2-.2.2h-5.5c-.1 0-.2-.1-.2-.2v-2.6c0-.1.1-.2.2-.2h5.5c.1 0 .2.1.2.2zM17.2 12c0 .5-.4 1-1 1s-1-.4-1-1c0-.5.4-1 1-1s1 .5 1 1'/%3E%3C/svg%3E")}.mdi-icon-AG_lock_closed{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3 11.24h-1.09V8.17c0-2.86-2.33-5.19-5.19-5.19S6.83 5.31 6.83 8.17v3.07H5.71c-.96 0-1.75.78-1.75 1.75v6.28c0 .96.78 1.75 1.75 1.75h12.58c.96 0 1.75-.78 1.75-1.75v-6.28c0-.96-.78-1.75-1.75-1.75zM8.33 8.17c0-2.03 1.65-3.69 3.69-3.69s3.69 1.65 3.69 3.69v3.07H8.33zm10.21 11.1c0 .13-.11.25-.25.25H5.72c-.13 0-.25-.11-.25-.25v-6.28c0-.13.11-.25.25-.25h12.57c.13 0 .25.11.25.25z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3 11.24h-1.09V8.17c0-2.86-2.33-5.19-5.19-5.19S6.83 5.31 6.83 8.17v3.07H5.71c-.96 0-1.75.78-1.75 1.75v6.28c0 .96.78 1.75 1.75 1.75h12.58c.96 0 1.75-.78 1.75-1.75v-6.28c0-.96-.78-1.75-1.75-1.75zM8.33 8.17c0-2.03 1.65-3.69 3.69-3.69s3.69 1.65 3.69 3.69v3.07H8.33zm10.21 11.1c0 .13-.11.25-.25.25H5.72c-.13 0-.25-.11-.25-.25v-6.28c0-.13.11-.25.25-.25h12.57c.13 0 .25.11.25.25z'/%3E%3C/svg%3E")}.mdi-icon-AG_lock_open{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.28 11.25h-1.09V8.18c0-2.86-2.33-5.19-5.19-5.19S6.81 5.32 6.81 8.18c0 .41.34.75.75.75s.75-.34.75-.75c0-2.03 1.65-3.69 3.69-3.69s3.69 1.65 3.69 3.69v3.07H5.7c-.96 0-1.74.78-1.74 1.74v6.28c0 .96.78 1.75 1.74 1.75h12.58c.96 0 1.74-.78 1.74-1.75v-6.28c0-.96-.78-1.74-1.74-1.74m.24 8.03c0 .13-.11.25-.24.25H5.7c-.13 0-.24-.11-.24-.25V13c0-.13.11-.24.24-.24h12.58c.13 0 .24.11.24.24z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.28 11.25h-1.09V8.18c0-2.86-2.33-5.19-5.19-5.19S6.81 5.32 6.81 8.18c0 .41.34.75.75.75s.75-.34.75-.75c0-2.03 1.65-3.69 3.69-3.69s3.69 1.65 3.69 3.69v3.07H5.7c-.96 0-1.74.78-1.74 1.74v6.28c0 .96.78 1.75 1.74 1.75h12.58c.96 0 1.74-.78 1.74-1.75v-6.28c0-.96-.78-1.74-1.74-1.74m.24 8.03c0 .13-.11.25-.24.25H5.7c-.13 0-.24-.11-.24-.25V13c0-.13.11-.24.24-.24h12.58c.13 0 .24.11.24.24z'/%3E%3C/svg%3E")}.mdi-icon-AG_shield_check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2.9c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9V4.7c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3zm-2.1-4.7c.3.3.3.8 0 1.1l-5.3 5.3c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-2.6-2.6c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.1 2.1 4.7-4.7c.3-.3.7-.4 1-.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2.9c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9V4.7c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3zm-2.1-4.7c.3.3.3.8 0 1.1l-5.3 5.3c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-2.6-2.6c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.1 2.1 4.7-4.7c.3-.3.7-.4 1-.1'/%3E%3C/svg%3E")}.mdi-icon-AG_shield_key{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.59 16.29c.31.28.34.75.06 1.06-1.59 1.79-3.4 3.26-5.38 4.38a2.464 2.464 0 0 1-2.5-.04c-2-1.21-3.79-2.67-5.34-4.33-.98-1.05-1.52-2.45-1.52-3.94V4.66c0-.86.6-1.61 1.43-1.79 4.38-.94 8.87-.94 13.33 0 .41.09.67.48.58.89s-.49.66-.89.58c-4.26-.9-8.54-.9-12.71 0-.14.03-.25.17-.25.32v8.76c0 1.1.4 2.14 1.12 2.91 1.46 1.56 3.14 2.93 5.02 4.07a1 1 0 0 0 .99.02c1.84-1.04 3.52-2.41 5-4.08.28-.31.75-.34 1.06-.06zm3.44-6.48c0 1.04-.41 2.01-1.14 2.75a3.93 3.93 0 0 1-3.64 1.04l-3.82 3.81a1.95 1.95 0 0 1-2.09.45c-.73-.28-1.21-.94-1.26-1.72l-.1-1.8c-.02-.3.09-.59.3-.8.2-.21.48-.33.78-.33h.37v-.34c0-.6.48-1.08 1.08-1.08h.74l1.09-1.08a3.9 3.9 0 0 1 1.04-3.61 3.917 3.917 0 0 1 5.51 0c.74.73 1.14 1.71 1.14 2.75zm-1.5 0c0-.64-.25-1.24-.7-1.69-.93-.93-2.46-.93-3.39 0-.66.66-.88 1.64-.55 2.51l.17.45-2.18 2.17h-.94v1.42h-1.42l.07 1.36c0 .19.12.34.3.41s.36.03.5-.1l4.48-4.46.45.17c.89.33 1.86.12 2.53-.55.45-.45.7-1.05.7-1.69zM17.2 8.75c-.52 0-.95.43-.95.95s.43.95.95.95.95-.43.95-.95-.43-.95-.95-.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.59 16.29c.31.28.34.75.06 1.06-1.59 1.79-3.4 3.26-5.38 4.38a2.464 2.464 0 0 1-2.5-.04c-2-1.21-3.79-2.67-5.34-4.33-.98-1.05-1.52-2.45-1.52-3.94V4.66c0-.86.6-1.61 1.43-1.79 4.38-.94 8.87-.94 13.33 0 .41.09.67.48.58.89s-.49.66-.89.58c-4.26-.9-8.54-.9-12.71 0-.14.03-.25.17-.25.32v8.76c0 1.1.4 2.14 1.12 2.91 1.46 1.56 3.14 2.93 5.02 4.07a1 1 0 0 0 .99.02c1.84-1.04 3.52-2.41 5-4.08.28-.31.75-.34 1.06-.06zm3.44-6.48c0 1.04-.41 2.01-1.14 2.75a3.93 3.93 0 0 1-3.64 1.04l-3.82 3.81a1.95 1.95 0 0 1-2.09.45c-.73-.28-1.21-.94-1.26-1.72l-.1-1.8c-.02-.3.09-.59.3-.8.2-.21.48-.33.78-.33h.37v-.34c0-.6.48-1.08 1.08-1.08h.74l1.09-1.08a3.9 3.9 0 0 1 1.04-3.61 3.917 3.917 0 0 1 5.51 0c.74.73 1.14 1.71 1.14 2.75zm-1.5 0c0-.64-.25-1.24-.7-1.69-.93-.93-2.46-.93-3.39 0-.66.66-.88 1.64-.55 2.51l.17.45-2.18 2.17h-.94v1.42h-1.42l.07 1.36c0 .19.12.34.3.41s.36.03.5-.1l4.48-4.46.45.17c.89.33 1.86.12 2.53-.55.45-.45.7-1.05.7-1.69zM17.2 8.75c-.52 0-.95.43-.95.95s.43.95.95.95.95-.43.95-.95-.43-.95-.95-.95'/%3E%3C/svg%3E")}.mdi-icon-AG_shield_lock_closed{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.498 9.502v1.6c.7 0 1.3.6 1.3 1.3v2.3c0 .8-.6 1.4-1.3 1.4h-4.9c-.7 0-1.3-.7-1.3-1.4v-2.3c0-.684.439-1.222 1.003-1.364V9.463l-.003-.061c0-1.4 1.2-2.5 2.6-2.5s2.6 1.2 2.6 2.6m-3.6-.104h.003v1.6l-.053.004h2.15v-1.6c0-.6-.4-1.1-1-1.1a1.11 1.11 0 0 0-1.1 1.096m-1.2 5.104h4.6v-2h-4.6z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.398 2.902c4.3-.9 8.8-.9 13.3 0 .8.1 1.4.9 1.3 1.8v9c0 1.4-.5 2.7-1.4 3.7-1.6 1.8-3.4 3.3-5.4 4.4q-.6.3-1.2.3c-.5 0-.9-.2-1.3-.4-2-1.2-3.8-2.6-5.3-4.3-1-1-1.5-2.4-1.5-3.9v-8.8c0-.9.6-1.7 1.5-1.8m12.1 13.5c.7-.8 1.1-1.8 1.1-2.9l.1-8.8c0-.1-.2-.3-.3-.3-2.1-.5-4.3-.7-6.4-.7-2.2 0-4.3.2-6.4.7-.1 0-.2.2-.2.3v8.8c0 1.1.4 2.1 1.1 2.9 1.4 1.6 3.1 3 5 4.1.3.2.7.2 1 0 1.8-1.1 3.5-2.4 5-4.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.498 9.502v1.6c.7 0 1.3.6 1.3 1.3v2.3c0 .8-.6 1.4-1.3 1.4h-4.9c-.7 0-1.3-.7-1.3-1.4v-2.3c0-.684.439-1.222 1.003-1.364V9.463l-.003-.061c0-1.4 1.2-2.5 2.6-2.5s2.6 1.2 2.6 2.6m-3.6-.104h.003v1.6l-.053.004h2.15v-1.6c0-.6-.4-1.1-1-1.1a1.11 1.11 0 0 0-1.1 1.096m-1.2 5.104h4.6v-2h-4.6z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.398 2.902c4.3-.9 8.8-.9 13.3 0 .8.1 1.4.9 1.3 1.8v9c0 1.4-.5 2.7-1.4 3.7-1.6 1.8-3.4 3.3-5.4 4.4q-.6.3-1.2.3c-.5 0-.9-.2-1.3-.4-2-1.2-3.8-2.6-5.3-4.3-1-1-1.5-2.4-1.5-3.9v-8.8c0-.9.6-1.7 1.5-1.8m12.1 13.5c.7-.8 1.1-1.8 1.1-2.9l.1-8.8c0-.1-.2-.3-.3-.3-2.1-.5-4.3-.7-6.4-.7-2.2 0-4.3.2-6.4.7-.1 0-.2.2-.2.3v8.8c0 1.1.4 2.1 1.1 2.9 1.4 1.6 3.1 3 5 4.1.3.2.7.2 1 0 1.8-1.1 3.5-2.4 5-4.1'/%3E%3C/svg%3E")}.mdi-icon-AG_shield_lock_open{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2.9c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9V4.7c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3zm-4.1-2.4V9.5c0-1.4-1.2-2.6-2.6-2.6S9.3 8 9.3 9.4c0 .4.3.8.8.8s.8-.3.8-.8c0-.6.5-1.1 1.1-1.1s1 .5 1 1.1V11H9.6c-.7 0-1.3.6-1.3 1.4v2.3c0 .7.6 1.4 1.3 1.4h4.9c.7 0 1.3-.6 1.3-1.4v-2.3c0-.7-.6-1.3-1.3-1.3m-.2 3.4H9.7v-2h4.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2.9c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9V4.7c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3zm-4.1-2.4V9.5c0-1.4-1.2-2.6-2.6-2.6S9.3 8 9.3 9.4c0 .4.3.8.8.8s.8-.3.8-.8c0-.6.5-1.1 1.1-1.1s1 .5 1 1.1V11H9.6c-.7 0-1.3.6-1.3 1.4v2.3c0 .7.6 1.4 1.3 1.4h4.9c.7 0 1.3-.6 1.3-1.4v-2.3c0-.7-.6-1.3-1.3-1.3m-.2 3.4H9.7v-2h4.6z'/%3E%3C/svg%3E")}.mdi-icon-AG_shield_three_dot{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 8 12M13.25 10.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M16 12a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.698 2.902c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9v-8.8c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 8 12M13.25 10.75a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0M16 12a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.698 2.902c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9v-8.8c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3z'/%3E%3C/svg%3E")}.mdi-icon-AG_shield_x{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2.9c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9V4.7c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3zm-3-4L13.1 12l2.5 2.5c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2L12 13.1l-2.5 2.5c-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.3-.3-.3-.8 0-1.1L11 12 8.5 9.5c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.5 2.5 2.5-2.5c.3-.3.8-.3 1.1 0 .2.3.2.8-.1 1.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7 2.9c-4.5-.9-9-.9-13.3 0-.9.1-1.5.9-1.5 1.8v8.8c0 1.5.5 2.9 1.5 3.9 1.5 1.7 3.3 3.1 5.3 4.3.4.2.8.4 1.3.4q.6 0 1.2-.3c2-1.1 3.8-2.6 5.4-4.4.9-1 1.4-2.3 1.4-3.7v-9c.1-.9-.5-1.7-1.3-1.8m-.1 10.6c0 1.1-.4 2.1-1.1 2.9-1.5 1.7-3.2 3-5 4.1-.3.2-.7.2-1 0-1.9-1.1-3.6-2.5-5-4.1-.7-.8-1.1-1.8-1.1-2.9V4.7c0-.1.1-.3.2-.3 2.1-.5 4.2-.7 6.4-.7 2.1 0 4.3.2 6.4.7.1 0 .3.2.3.3zm-3-4L13.1 12l2.5 2.5c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2L12 13.1l-2.5 2.5c-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.3-.3-.3-.8 0-1.1L11 12 8.5 9.5c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l2.5 2.5 2.5-2.5c.3-.3.8-.3 1.1 0 .2.3.2.8-.1 1.1'/%3E%3C/svg%3E")}.mdi-icon-AH_bot{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.7 13.4h8.5c1.2 0 2.2-1 2.2-2.3V5.3c0-1.2-1-2.2-2.2-2.2H7.7c-1.2 0-2.2 1-2.2 2.2v5.8c0 1.3 1 2.3 2.2 2.3m.1-8.9h8.5c.4 0 .8.3.8.8v5.8c0 .4-.3.8-.8.8H7.7c-.4 0-.8-.3-.8-.8V5.3c0-.6.3-.9.9-.8'/%3E%3Cpath d='M14.1 9.2c.5 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.5 1 1 1M9.9 9.2c.5 0 1-.4 1-1 0-.5-.4-.9-1-.9-.5 0-.9.4-.9.9 0 .6.4 1 .9 1M3.6 10.4c.4 0 .8-.3.8-.8V6.8c0-.4-.3-.8-.8-.8s-.7.4-.7.8v2.8c0 .5.3.8.7.8M18.8 14.6H5.2c-1.3 0-2.3 1-2.3 2.3v3.2c0 .4.3.8.8.8s.8-.3.8-.8V17c0-.5.4-.8.8-.8h13.6c.5 0 .8.4.8.8v3.2c0 .4.3.8.8.8s.8-.3.8-.8V17c-.2-1.3-1.2-2.4-2.5-2.4M20.4 6.1c-.4 0-.8.3-.8.8v2.8c0 .4.3.8.8.8s.8-.3.8-.8V6.8c-.1-.4-.4-.7-.8-.7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.7 13.4h8.5c1.2 0 2.2-1 2.2-2.3V5.3c0-1.2-1-2.2-2.2-2.2H7.7c-1.2 0-2.2 1-2.2 2.2v5.8c0 1.3 1 2.3 2.2 2.3m.1-8.9h8.5c.4 0 .8.3.8.8v5.8c0 .4-.3.8-.8.8H7.7c-.4 0-.8-.3-.8-.8V5.3c0-.6.3-.9.9-.8'/%3E%3Cpath d='M14.1 9.2c.5 0 1-.4 1-1 0-.5-.4-.9-1-.9s-1 .4-1 .9c0 .6.5 1 1 1M9.9 9.2c.5 0 1-.4 1-1 0-.5-.4-.9-1-.9-.5 0-.9.4-.9.9 0 .6.4 1 .9 1M3.6 10.4c.4 0 .8-.3.8-.8V6.8c0-.4-.3-.8-.8-.8s-.7.4-.7.8v2.8c0 .5.3.8.7.8M18.8 14.6H5.2c-1.3 0-2.3 1-2.3 2.3v3.2c0 .4.3.8.8.8s.8-.3.8-.8V17c0-.5.4-.8.8-.8h13.6c.5 0 .8.4.8.8v3.2c0 .4.3.8.8.8s.8-.3.8-.8V17c-.2-1.3-1.2-2.4-2.5-2.4M20.4 6.1c-.4 0-.8.3-.8.8v2.8c0 .4.3.8.8.8s.8-.3.8-.8V6.8c-.1-.4-.4-.7-.8-.7'/%3E%3C/svg%3E")}.mdi-icon-AH_camera{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 6.8H17c-.2 0-.4-.1-.5-.3l-.9-1.6c-.4-.7-1.1-1.1-1.8-1.1h-3.7c-.8 0-1.6.5-1.9 1.2l-.7 1.5q-.15.3-.6.3H4.5C3.1 6.8 2 7.9 2 9.3v8.3c0 1.4 1.1 2.5 2.5 2.5h15c1.4 0 2.5-1.1 2.5-2.5V9.3c0-1.4-1.1-2.5-2.5-2.5m1 10.8c0 .6-.5 1-1 1h-15c-.6 0-1-.5-1-1V9.3c0-.6.5-1 1-1H7c.8 0 1.5-.5 1.9-1.2l.7-1.5c.1-.2.3-.3.5-.3h3.7c.2 0 .4.1.5.3l.9 1.6c.4.7 1.1 1.1 1.8 1.1h2.5c.6 0 1 .5 1 1zm-8.6-8.5c-2.3 0-4.1 1.8-4.1 4.1s1.8 4.1 4.1 4.1 4.1-1.8 4.1-4.1-1.8-4.1-4.1-4.1m0 6.7c-1.4 0-2.6-1.2-2.6-2.6s1.2-2.6 2.6-2.6 2.6 1.2 2.6 2.6-1.1 2.6-2.6 2.6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 6.8H17c-.2 0-.4-.1-.5-.3l-.9-1.6c-.4-.7-1.1-1.1-1.8-1.1h-3.7c-.8 0-1.6.5-1.9 1.2l-.7 1.5q-.15.3-.6.3H4.5C3.1 6.8 2 7.9 2 9.3v8.3c0 1.4 1.1 2.5 2.5 2.5h15c1.4 0 2.5-1.1 2.5-2.5V9.3c0-1.4-1.1-2.5-2.5-2.5m1 10.8c0 .6-.5 1-1 1h-15c-.6 0-1-.5-1-1V9.3c0-.6.5-1 1-1H7c.8 0 1.5-.5 1.9-1.2l.7-1.5c.1-.2.3-.3.5-.3h3.7c.2 0 .4.1.5.3l.9 1.6c.4.7 1.1 1.1 1.8 1.1h2.5c.6 0 1 .5 1 1zm-8.6-8.5c-2.3 0-4.1 1.8-4.1 4.1s1.8 4.1 4.1 4.1 4.1-1.8 4.1-4.1-1.8-4.1-4.1-4.1m0 6.7c-1.4 0-2.6-1.2-2.6-2.6s1.2-2.6 2.6-2.6 2.6 1.2 2.6 2.6-1.1 2.6-2.6 2.6'/%3E%3C/svg%3E")}.mdi-icon-AH_chat_bot{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.11 18.81c0 .41-.34.75-.75.75H6.95l-1.63 1.62c-.36.36-.85.57-1.36.58h-.04c-.52 0-1.01-.2-1.38-.57-.38-.38-.59-.88-.59-1.41V9.05c0-1.24 1.01-2.25 2.25-2.25h.98c.41 0 .75.34.75.75s-.34.75-.75.75H4.2c-.41 0-.75.34-.75.75v10.73c0 .13.05.25.14.34s.19.11.34.14c.13 0 .24-.05.33-.14l1.69-1.68c.24-.24.57-.38.91-.38h10.5c.41 0 .75.34.75.75m-1.07-9.98c-.52 0-.95.43-.95.95s.43.95.95.95.95-.43.95-.95-.43-.95-.95-.95m-4.15 0c-.52 0-.95.43-.95.95s.43.95.95.95.95-.43.95-.95-.43-.95-.95-.95m9.16-2.33v9.62c0 .72-.44 1.33-1.11 1.57-.19.06-.38.1-.56.1-.49 0-.96-.22-1.29-.63L18 15.81h-7.31c-1.52 0-2.75-1.23-2.75-2.75V6.91c0-1.74 1.42-3.15 3.15-3.15h8.21c1.52 0 2.75 1.23 2.75 2.75zm-1.5 0c0-.69-.56-1.25-1.25-1.25h-8.21c-.91 0-1.65.74-1.65 1.65v6.15c0 .69.56 1.25 1.25 1.25h7.67c.23 0 .44.1.58.28l1.31 1.64s.07.09.18.05.11-.13.11-.16V6.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.11 18.81c0 .41-.34.75-.75.75H6.95l-1.63 1.62c-.36.36-.85.57-1.36.58h-.04c-.52 0-1.01-.2-1.38-.57-.38-.38-.59-.88-.59-1.41V9.05c0-1.24 1.01-2.25 2.25-2.25h.98c.41 0 .75.34.75.75s-.34.75-.75.75H4.2c-.41 0-.75.34-.75.75v10.73c0 .13.05.25.14.34s.19.11.34.14c.13 0 .24-.05.33-.14l1.69-1.68c.24-.24.57-.38.91-.38h10.5c.41 0 .75.34.75.75m-1.07-9.98c-.52 0-.95.43-.95.95s.43.95.95.95.95-.43.95-.95-.43-.95-.95-.95m-4.15 0c-.52 0-.95.43-.95.95s.43.95.95.95.95-.43.95-.95-.43-.95-.95-.95m9.16-2.33v9.62c0 .72-.44 1.33-1.11 1.57-.19.06-.38.1-.56.1-.49 0-.96-.22-1.29-.63L18 15.81h-7.31c-1.52 0-2.75-1.23-2.75-2.75V6.91c0-1.74 1.42-3.15 3.15-3.15h8.21c1.52 0 2.75 1.23 2.75 2.75zm-1.5 0c0-.69-.56-1.25-1.25-1.25h-8.21c-.91 0-1.65.74-1.65 1.65v6.15c0 .69.56 1.25 1.25 1.25h7.67c.23 0 .44.1.58.28l1.31 1.64s.07.09.18.05.11-.13.11-.16V6.5z'/%3E%3C/svg%3E")}.mdi-icon-AH_devices{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6 17.5h8.2c.4 0 .8.3.8.8s-.3.7-.8.7H3.3c-.5 0-1-.3-1.2-.8s-.1-1 .2-1.4l1.8-2.7V4.9C4.1 3.8 4.9 3 6 3h11.8c1 0 1.9.8 1.9 1.9v.6c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-.6c0-.2-.2-.4-.4-.4H6c-.2 0-.4.2-.4.4v8.8h6.2c.4 0 .8.3.8.8s-.3.8-.8.8H5.1zm14.2-.1c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9m4.2-9v11.1c0 .8-.6 1.4-1.4 1.4h-5.4c-.8 0-1.4-.6-1.4-1.4V8.4c0-.8.6-1.4 1.4-1.4h5.4c.7 0 1.4.6 1.4 1.4m-6.8 7.3h5.3v-4.5h-5.3zm0-7.2v1.2h5.3V8.5zm5.3 11v-2.3h-5.3v2.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6 17.5h8.2c.4 0 .8.3.8.8s-.3.7-.8.7H3.3c-.5 0-1-.3-1.2-.8s-.1-1 .2-1.4l1.8-2.7V4.9C4.1 3.8 4.9 3 6 3h11.8c1 0 1.9.8 1.9 1.9v.6c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-.6c0-.2-.2-.4-.4-.4H6c-.2 0-.4.2-.4.4v8.8h6.2c.4 0 .8.3.8.8s-.3.8-.8.8H5.1zm14.2-.1c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9m4.2-9v11.1c0 .8-.6 1.4-1.4 1.4h-5.4c-.8 0-1.4-.6-1.4-1.4V8.4c0-.8.6-1.4 1.4-1.4h5.4c.7 0 1.4.6 1.4 1.4m-6.8 7.3h5.3v-4.5h-5.3zm0-7.2v1.2h5.3V8.5zm5.3 11v-2.3h-5.3v2.4z'/%3E%3C/svg%3E")}.mdi-icon-AH_envelope{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.99 4h-16c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-.56 1.5-6.83 6.83c-.33.34-.88.34-1.22 0L4.55 5.5zm.56 13h-16c-.28 0-.5-.22-.5-.5V6.56l6.83 6.83a2.363 2.363 0 0 0 3.34 0l6.83-6.83V18c0 .28-.22.5-.5.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.99 4h-16c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-.56 1.5-6.83 6.83c-.33.34-.88.34-1.22 0L4.55 5.5zm.56 13h-16c-.28 0-.5-.22-.5-.5V6.56l6.83 6.83a2.363 2.363 0 0 0 3.34 0l6.83-6.83V18c0 .28-.22.5-.5.5'/%3E%3C/svg%3E")}.mdi-icon-AH_face_id{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.6 8V5.36c0-1.52 1.24-2.75 2.75-2.75h2.64c.41 0 .75.34.75.75s-.34.75-.75.75H5.35c-.69 0-1.25.56-1.25 1.25V8c0 .41-.34.75-.75.75S2.6 8.41 2.6 8M8 19.9H5.36c-.69 0-1.25-.56-1.25-1.25v-2.64c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.64c0 1.52 1.24 2.75 2.75 2.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m12.65-4.65c-.41 0-.75.34-.75.75v2.64c0 .69-.56 1.25-1.25 1.25h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c1.52 0 2.75-1.24 2.75-2.75V16c0-.41-.34-.75-.75-.75m-2-12.65h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c.69 0 1.25.56 1.25 1.25v2.64c0 .41.34.75.75.75s.75-.34.75-.75V5.35c0-1.52-1.24-2.75-2.75-2.75M8 7.9c-.41 0-.75.34-.75.75v1.63c0 .41.34.75.75.75s.75-.34.75-.75V8.65c0-.41-.34-.75-.75-.75m8 3.13c.41 0 .75-.34.75-.75V8.65c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.63c0 .41.34.75.75.75m-4.5 2.99c.96 0 1.75-.79 1.75-1.75V8.66c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.61c0 .14-.11.25-.25.25-.41 0-.75.34-.75.75s.34.75.75.75m4.46 1.95c.27-.31.25-.78-.06-1.06a.756.756 0 0 0-1.06.06c-.72.81-1.75 1.28-2.83 1.28a3.72 3.72 0 0 1-2.67-1.11.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06 1 1 2.32 1.55 3.74 1.55 1.51 0 2.95-.65 3.96-1.78z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.6 8V5.36c0-1.52 1.24-2.75 2.75-2.75h2.64c.41 0 .75.34.75.75s-.34.75-.75.75H5.35c-.69 0-1.25.56-1.25 1.25V8c0 .41-.34.75-.75.75S2.6 8.41 2.6 8M8 19.9H5.36c-.69 0-1.25-.56-1.25-1.25v-2.64c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.64c0 1.52 1.24 2.75 2.75 2.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m12.65-4.65c-.41 0-.75.34-.75.75v2.64c0 .69-.56 1.25-1.25 1.25h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c1.52 0 2.75-1.24 2.75-2.75V16c0-.41-.34-.75-.75-.75m-2-12.65h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c.69 0 1.25.56 1.25 1.25v2.64c0 .41.34.75.75.75s.75-.34.75-.75V5.35c0-1.52-1.24-2.75-2.75-2.75M8 7.9c-.41 0-.75.34-.75.75v1.63c0 .41.34.75.75.75s.75-.34.75-.75V8.65c0-.41-.34-.75-.75-.75m8 3.13c.41 0 .75-.34.75-.75V8.65c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.63c0 .41.34.75.75.75m-4.5 2.99c.96 0 1.75-.79 1.75-1.75V8.66c0-.41-.34-.75-.75-.75s-.75.34-.75.75v3.61c0 .14-.11.25-.25.25-.41 0-.75.34-.75.75s.34.75.75.75m4.46 1.95c.27-.31.25-.78-.06-1.06a.756.756 0 0 0-1.06.06c-.72.81-1.75 1.28-2.83 1.28a3.72 3.72 0 0 1-2.67-1.11.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06 1 1 2.32 1.55 3.74 1.55 1.51 0 2.95-.65 3.96-1.78z'/%3E%3C/svg%3E")}.mdi-icon-AH_finger_print{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9 11.8c-.4 0-.8-.3-.8-.8 0-2.3 2-7.7 8.1-8.9.4-.1.8.2.9.6s-.2.8-.6.9C5.3 4.7 3.7 9.4 3.7 11c0 .4-.4.8-.8.8m17.4-5.5C17.7 2.5 12.9 2 12.7 2c-.4 0-.8.3-.8.7s.3.8.7.8c0 0 4.3.4 6.5 3.7 1.6 2.5 1.7 5.9.3 10.3-.1.4.1.8.5 1h.2c.3 0 .6-.2.7-.5 1.5-4.9 1.4-8.8-.5-11.7M17 8.1c-.4.2-.5.7-.2 1 0 0 2.5 4-1.5 10.3-.2.4-.1.8.2 1 .1.1.3.1.4.1.3 0 .5-.1.6-.4 4.5-7 1.6-11.6 1.5-11.8-.2-.4-.7-.5-1-.2m-4.1 4.8c-.4-.1-.8.2-.9.6-1 4.6-3.9 5.8-4 5.8-.4.1-.6.6-.4 1 .1.3.4.5.7.5h.3c.1-.1 3.8-1.5 4.9-6.9.1-.5-.2-.9-.6-1m2.8-3.5c-.5-.8-1.5-1.8-3.6-2-.4 0-.8.3-.8.7s.3.8.7.8c1.2.1 2 .5 2.4 1.3.9 1.4.4 3.8-.4 5.5-1.1 2.6-2.9 4.5-3 4.5-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2 2.1-2.1 3.3-5c1.3-2.7 1.4-5.2.4-6.9m-4.8 4.3c.2-.9.5-1.6.9-1.9s.8-.2.8-.2c.4.1.8-.1.9-.6.1-.4-.1-.8-.6-.9-.1 0-1-.2-1.9.4-.8.5-1.4 1.5-1.6 2.9-.6 3.1-3.2 4-4 4.2-.4.1-.7.5-.6.8.1.5.4.7 1 .6 1-.2 4.4-1.3 5.1-5.3m-2.3-1.8c0-.7.4-1.3.9-1.6.4-.2.5-.7.2-1-.2-.4-.6-.5-1-.3-.9.6-1.5 1.6-1.6 2.8-.2 3.5-2.9 3.5-3.2 3.5-.4 0-.8.3-.8.7s.3.8.7.8H4c1.6 0 4.4-1 4.6-4.9m-4.9 2.5c.9 0 2.5-.6 2.6-2.9.1-1.1 1-3.5 3-4.7 1.6-.9 3.6-.8 6 .4.4.2.8.1 1-.3s0-.8-.3-1c-3.5-1.8-6-1.2-7.4-.4C6.1 7 4.9 9.8 4.8 11.4c-.1 1.4-.9 1.5-1.1 1.5-.4 0-.8.3-.8.7 0 .5.3.8.8.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9 11.8c-.4 0-.8-.3-.8-.8 0-2.3 2-7.7 8.1-8.9.4-.1.8.2.9.6s-.2.8-.6.9C5.3 4.7 3.7 9.4 3.7 11c0 .4-.4.8-.8.8m17.4-5.5C17.7 2.5 12.9 2 12.7 2c-.4 0-.8.3-.8.7s.3.8.7.8c0 0 4.3.4 6.5 3.7 1.6 2.5 1.7 5.9.3 10.3-.1.4.1.8.5 1h.2c.3 0 .6-.2.7-.5 1.5-4.9 1.4-8.8-.5-11.7M17 8.1c-.4.2-.5.7-.2 1 0 0 2.5 4-1.5 10.3-.2.4-.1.8.2 1 .1.1.3.1.4.1.3 0 .5-.1.6-.4 4.5-7 1.6-11.6 1.5-11.8-.2-.4-.7-.5-1-.2m-4.1 4.8c-.4-.1-.8.2-.9.6-1 4.6-3.9 5.8-4 5.8-.4.1-.6.6-.4 1 .1.3.4.5.7.5h.3c.1-.1 3.8-1.5 4.9-6.9.1-.5-.2-.9-.6-1m2.8-3.5c-.5-.8-1.5-1.8-3.6-2-.4 0-.8.3-.8.7s.3.8.7.8c1.2.1 2 .5 2.4 1.3.9 1.4.4 3.8-.4 5.5-1.1 2.6-2.9 4.5-3 4.5-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2 2.1-2.1 3.3-5c1.3-2.7 1.4-5.2.4-6.9m-4.8 4.3c.2-.9.5-1.6.9-1.9s.8-.2.8-.2c.4.1.8-.1.9-.6.1-.4-.1-.8-.6-.9-.1 0-1-.2-1.9.4-.8.5-1.4 1.5-1.6 2.9-.6 3.1-3.2 4-4 4.2-.4.1-.7.5-.6.8.1.5.4.7 1 .6 1-.2 4.4-1.3 5.1-5.3m-2.3-1.8c0-.7.4-1.3.9-1.6.4-.2.5-.7.2-1-.2-.4-.6-.5-1-.3-.9.6-1.5 1.6-1.6 2.8-.2 3.5-2.9 3.5-3.2 3.5-.4 0-.8.3-.8.7s.3.8.7.8H4c1.6 0 4.4-1 4.6-4.9m-4.9 2.5c.9 0 2.5-.6 2.6-2.9.1-1.1 1-3.5 3-4.7 1.6-.9 3.6-.8 6 .4.4.2.8.1 1-.3s0-.8-.3-1c-3.5-1.8-6-1.2-7.4-.4C6.1 7 4.9 9.8 4.8 11.4c-.1 1.4-.9 1.5-1.1 1.5-.4 0-.8.3-.8.7 0 .5.3.8.8.8'/%3E%3C/svg%3E")}.mdi-icon-AH_key{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.37 3.79c-2.38-2.38-6.26-2.38-8.65 0-1.57 1.56-2.16 3.85-1.57 5.95l-2.22 2.21H6.44c-.72 0-1.31.59-1.31 1.31v1.12H3.97c-.36 0-.71.15-.95.41-.25.26-.38.61-.36.97l.17 3.07c.06 1.12.75 2.07 1.8 2.48.33.13.68.19 1.02.19.74 0 1.45-.29 1.98-.83l6.74-6.71c2.11.6 4.42.01 5.99-1.55a6.02 6.02 0 0 0 1.79-4.31c0-1.63-.64-3.16-1.79-4.31zm-1.06 7.57c-1.3 1.29-3.16 1.7-4.88 1.06l-.45-.17-7.4 7.38c-.37.37-.91.49-1.41.3s-.81-.62-.84-1.16l-.16-2.88h2.46v-2.43h1.92l3.33-3.32-.17-.45c-.62-1.67-.2-3.57 1.07-4.84 1.8-1.8 4.73-1.79 6.53 0 .87.87 1.35 2.02 1.35 3.25s-.48 2.38-1.35 3.25zm-2.87-6.1c-1.28 0-2.31 1.04-2.31 2.31s1.04 2.31 2.31 2.31 2.31-1.04 2.31-2.31-1.04-2.31-2.31-2.31m0 3.13c-.45 0-.81-.37-.81-.81s.37-.81.81-.81.81.37.81.81-.37.81-.81.81'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.37 3.79c-2.38-2.38-6.26-2.38-8.65 0-1.57 1.56-2.16 3.85-1.57 5.95l-2.22 2.21H6.44c-.72 0-1.31.59-1.31 1.31v1.12H3.97c-.36 0-.71.15-.95.41-.25.26-.38.61-.36.97l.17 3.07c.06 1.12.75 2.07 1.8 2.48.33.13.68.19 1.02.19.74 0 1.45-.29 1.98-.83l6.74-6.71c2.11.6 4.42.01 5.99-1.55a6.02 6.02 0 0 0 1.79-4.31c0-1.63-.64-3.16-1.79-4.31zm-1.06 7.57c-1.3 1.29-3.16 1.7-4.88 1.06l-.45-.17-7.4 7.38c-.37.37-.91.49-1.41.3s-.81-.62-.84-1.16l-.16-2.88h2.46v-2.43h1.92l3.33-3.32-.17-.45c-.62-1.67-.2-3.57 1.07-4.84 1.8-1.8 4.73-1.79 6.53 0 .87.87 1.35 2.02 1.35 3.25s-.48 2.38-1.35 3.25zm-2.87-6.1c-1.28 0-2.31 1.04-2.31 2.31s1.04 2.31 2.31 2.31 2.31-1.04 2.31-2.31-1.04-2.31-2.31-2.31m0 3.13c-.45 0-.81-.37-.81-.81s.37-.81.81-.81.81.37.81.81-.37.81-.81.81'/%3E%3C/svg%3E")}.mdi-icon-AH_mobile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 18.6c0 .5-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .5 1 1m4.8-14.8v16.5c0 1-.8 1.8-1.8 1.8H8c-1 0-1.8-.8-1.8-1.8V3.8c0-.5.2-.9.5-1.2.4-.4.8-.6 1.3-.6h8c1 0 1.8.8 1.8 1.8m-10 11.7h8.5v-9H7.8zm0-11.8v1.2h8.5V3.8c0-.1-.1-.2-.2-.2H8c-.1 0-.1 0-.2.1m8.4 16.6V17H7.7v3.3c0 .1.1.2.2.2h8c.2 0 .3-.1.3-.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 18.6c0 .5-.4 1-1 1s-1-.4-1-1 .4-1 1-1 1 .5 1 1m4.8-14.8v16.5c0 1-.8 1.8-1.8 1.8H8c-1 0-1.8-.8-1.8-1.8V3.8c0-.5.2-.9.5-1.2.4-.4.8-.6 1.3-.6h8c1 0 1.8.8 1.8 1.8m-10 11.7h8.5v-9H7.8zm0-11.8v1.2h8.5V3.8c0-.1-.1-.2-.2-.2H8c-.1 0-.1 0-.2.1m8.4 16.6V17H7.7v3.3c0 .1.1.2.2.2h8c.2 0 .3-.1.3-.2'/%3E%3C/svg%3E")}.mdi-icon-AH_mobile_arrows_right_left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.99 12.95c-.41 0-.75.34-.75.75v1.75H7a.75.75 0 0 0-.75.75v4.05c0 .47.19.91.52 1.24S7.54 22 8 22h7.99a1.74 1.74 0 0 0 1.75-1.75V13.7c0-.41-.34-.75-.76-.75zm-.82 7.48s-.09.07-.18.07H8c-.09 0-.15-.05-.18-.07a.25.25 0 0 1-.07-.18v-3.3h8.48v3.3c0 .09-.04.15-.07.18zm-3.23-1.83c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95M7 9.04c.41 0 .75-.34.75-.75V6.45h9.24a.75.75 0 0 0 .75-.75V3.75c0-.96-.79-1.75-1.76-1.75H7.99c-.47 0-.91.19-1.24.52s-.51.77-.51 1.24v4.53c0 .41.34.75.76.75m.82-5.46s.09-.07.18-.07h7.99c.14 0 .25.11.25.25v1.2H7.76v-1.2c0-.09.04-.15.07-.18zm14.07 5.58-1.96 1.96c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.68-.68h-7.92c-.39 0-.7.32-.7.7v.33c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.33c0-1.22.99-2.2 2.2-2.2h7.92l-.68-.68a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.96 1.96c.29.29.29.77 0 1.06M5.31 14.8c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22L2.29 13.9a.754.754 0 0 1 0-1.06l1.96-1.96c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.68.68h7.92c.39 0 .7-.32.7-.7v-.33c0-.41.34-.75.75-.75s.75.34.75.75v.33a2.2 2.2 0 0 1-2.2 2.2H4.63z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.99 12.95c-.41 0-.75.34-.75.75v1.75H7a.75.75 0 0 0-.75.75v4.05c0 .47.19.91.52 1.24S7.54 22 8 22h7.99a1.74 1.74 0 0 0 1.75-1.75V13.7c0-.41-.34-.75-.76-.75zm-.82 7.48s-.09.07-.18.07H8c-.09 0-.15-.05-.18-.07a.25.25 0 0 1-.07-.18v-3.3h8.48v3.3c0 .09-.04.15-.07.18zm-3.23-1.83c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95M7 9.04c.41 0 .75-.34.75-.75V6.45h9.24a.75.75 0 0 0 .75-.75V3.75c0-.96-.79-1.75-1.76-1.75H7.99c-.47 0-.91.19-1.24.52s-.51.77-.51 1.24v4.53c0 .41.34.75.76.75m.82-5.46s.09-.07.18-.07h7.99c.14 0 .25.11.25.25v1.2H7.76v-1.2c0-.09.04-.15.07-.18zm14.07 5.58-1.96 1.96c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.68-.68h-7.92c-.39 0-.7.32-.7.7v.33c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.33c0-1.22.99-2.2 2.2-2.2h7.92l-.68-.68a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l1.96 1.96c.29.29.29.77 0 1.06M5.31 14.8c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22L2.29 13.9a.754.754 0 0 1 0-1.06l1.96-1.96c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.68.68h7.92c.39 0 .7-.32.7-.7v-.33c0-.41.34-.75.75-.75s.75.34.75.75v.33a2.2 2.2 0 0 1-2.2 2.2H4.63z'/%3E%3C/svg%3E")}.mdi-icon-AH_mobile_off{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2 17.6c-.5 0-.9.4-.9 1s.4 1 .9 1 1-.4 1-1-.5-1-1-1m-5.7-5.3V3.8c0-.5.2-.9.5-1.2Q7.45 2 8.2 2h8c.4 0 .8.3.8.8s-.3.8-.8.8H8c-.1 0-.1.1-.1.2V5h5.8c.4 0 .8.3.8.8s-.3.8-.8.8H8v5.8c0 .3-.4.6-.8.6s-.7-.3-.7-.7m14.4-9.2c-.3-.3-.8-.3-1.1 0L3.1 19.9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l2.3-2.3v1.6c0 1 .8 1.8 1.8 1.8h8c.5 0 .9-.2 1.2-.5s.5-.8.5-1.2V7.1l3-3c.3-.3.3-.7 0-1m-4.5 17.3s-.1.1-.2.1h-8c-.1 0-.2-.1-.2-.2v-3.1l.1-.2h8.3v3.4m0-4.9H9.6l6.8-6.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2 17.6c-.5 0-.9.4-.9 1s.4 1 .9 1 1-.4 1-1-.5-1-1-1m-5.7-5.3V3.8c0-.5.2-.9.5-1.2Q7.45 2 8.2 2h8c.4 0 .8.3.8.8s-.3.8-.8.8H8c-.1 0-.1.1-.1.2V5h5.8c.4 0 .8.3.8.8s-.3.8-.8.8H8v5.8c0 .3-.4.6-.8.6s-.7-.3-.7-.7m14.4-9.2c-.3-.3-.8-.3-1.1 0L3.1 19.9c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l2.3-2.3v1.6c0 1 .8 1.8 1.8 1.8h8c.5 0 .9-.2 1.2-.5s.5-.8.5-1.2V7.1l3-3c.3-.3.3-.7 0-1m-4.5 17.3s-.1.1-.2.1h-8c-.1 0-.2-.1-.2-.2v-3.1l.1-.2h8.3v3.4m0-4.9H9.6l6.8-6.8z'/%3E%3C/svg%3E")}.mdi-icon-AH_mobile_pin{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.99 14.45c-.41 0-.75.34-.75.75v.25H7.75v-.26c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.05c0 .96.79 1.75 1.75 1.75h7.99c.47 0 .91-.18 1.24-.52.33-.33.51-.77.51-1.24v-5.05c0-.41-.34-.75-.76-.75zm-.82 5.98s-.09.07-.18.07H8c-.14 0-.25-.11-.25-.25v-3.3h8.48v3.3c0 .09-.04.15-.07.18zm-3.23-1.83c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95M7.01 8c.42 0 .75-.34.75-.75v-.79h8.49v.8c0 .41.34.75.75.75s.75-.34.75-.75V3.77c0-.96-.79-1.75-1.75-1.75H8.01c-.96 0-1.75.79-1.75 1.76v3.49c0 .41.34.75.76.75zM8 3.51h7.99c.14 0 .25.11.25.25v1.2H7.76V3.77c0-.14.11-.25.25-.25zm5.81 7.02-.75.75.75.75c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.75-.75-.75.75c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.75-.75-.75-.75a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.75.75.75-.75c.29-.29.77-.29 1.06 0s.29.77 0 1.06M6 12.34l-.75.75c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.75-.75-.75-.75a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.75.75.75-.75c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.75.75.75.75c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22zm13.81-.31c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.75-.75-.75.75c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.75-.75-.75-.75a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.75.75.75-.75c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.75.75z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.99 14.45c-.41 0-.75.34-.75.75v.25H7.75v-.26c0-.41-.34-.75-.75-.75s-.75.34-.75.75v5.05c0 .96.79 1.75 1.75 1.75h7.99c.47 0 .91-.18 1.24-.52.33-.33.51-.77.51-1.24v-5.05c0-.41-.34-.75-.76-.75zm-.82 5.98s-.09.07-.18.07H8c-.14 0-.25-.11-.25-.25v-3.3h8.48v3.3c0 .09-.04.15-.07.18zm-3.23-1.83c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95M7.01 8c.42 0 .75-.34.75-.75v-.79h8.49v.8c0 .41.34.75.75.75s.75-.34.75-.75V3.77c0-.96-.79-1.75-1.75-1.75H8.01c-.96 0-1.75.79-1.75 1.76v3.49c0 .41.34.75.76.75zM8 3.51h7.99c.14 0 .25.11.25.25v1.2H7.76V3.77c0-.14.11-.25.25-.25zm5.81 7.02-.75.75.75.75c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.75-.75-.75.75c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.75-.75-.75-.75a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.75.75.75-.75c.29-.29.77-.29 1.06 0s.29.77 0 1.06M6 12.34l-.75.75c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.75-.75-.75-.75a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.75.75.75-.75c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.75.75.75.75c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22zm13.81-.31c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-.75-.75-.75.75c-.15.15-.34.22-.53.22s-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l.75-.75-.75-.75a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.75.75.75-.75c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-.75.75z'/%3E%3C/svg%3E")}.mdi-icon-AH_printer{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 6V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v1H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h.75a.75.75 0 0 0 0-1.5H4a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 .5-.5h16a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-.75a.75.75 0 0 0 0 1.5H20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zM7.5 5v1h9V5a.5.5 0 0 0-.5-.5H8a.5.5 0 0 0-.5.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 13.5V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.5h1.25a.75.75 0 0 0 0-1.5H5.75a.75.75 0 0 0 0 1.5zm8.5 6v-6h-7v6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 6V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v1H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h.75a.75.75 0 0 0 0-1.5H4a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 .5-.5h16a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-.75a.75.75 0 0 0 0 1.5H20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2zM7.5 5v1h9V5a.5.5 0 0 0-.5-.5H8a.5.5 0 0 0-.5.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 13.5V20a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6.5h1.25a.75.75 0 0 0 0-1.5H5.75a.75.75 0 0 0 0 1.5zm8.5 6v-6h-7v6z'/%3E%3C/svg%3E")}.mdi-icon-AH_qr_check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.6 8V5.36c0-1.52 1.24-2.75 2.75-2.75h2.64c.41 0 .75.34.75.75s-.34.75-.75.75H5.35c-.69 0-1.25.56-1.25 1.25V8c0 .41-.34.75-.75.75S2.6 8.41 2.6 8M8 19.9H5.36c-.69 0-1.25-.56-1.25-1.25v-2.64c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.64c0 1.52 1.24 2.75 2.75 2.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m12.65-4.65c-.41 0-.75.34-.75.75v2.64c0 .69-.56 1.25-1.25 1.25h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c1.52 0 2.75-1.24 2.75-2.75V16c0-.41-.34-.75-.75-.75m-2-12.65h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c.69 0 1.25.56 1.25 1.25v2.64c0 .41.34.75.75.75s.75-.34.75-.75V5.35c0-1.52-1.24-2.75-2.75-2.75m-2.16 6.22a.754.754 0 0 0-1.06 0l-4.76 4.76-2.09-2.09a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2.62 2.62a.75.75 0 0 0 1.06 0l5.29-5.29c.29-.29.29-.77 0-1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.6 8V5.36c0-1.52 1.24-2.75 2.75-2.75h2.64c.41 0 .75.34.75.75s-.34.75-.75.75H5.35c-.69 0-1.25.56-1.25 1.25V8c0 .41-.34.75-.75.75S2.6 8.41 2.6 8M8 19.9H5.36c-.69 0-1.25-.56-1.25-1.25v-2.64c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.64c0 1.52 1.24 2.75 2.75 2.75H8c.41 0 .75-.34.75-.75s-.34-.75-.75-.75m12.65-4.65c-.41 0-.75.34-.75.75v2.64c0 .69-.56 1.25-1.25 1.25h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c1.52 0 2.75-1.24 2.75-2.75V16c0-.41-.34-.75-.75-.75m-2-12.65h-2.64c-.41 0-.75.34-.75.75s.34.75.75.75h2.64c.69 0 1.25.56 1.25 1.25v2.64c0 .41.34.75.75.75s.75-.34.75-.75V5.35c0-1.52-1.24-2.75-2.75-2.75m-2.16 6.22a.754.754 0 0 0-1.06 0l-4.76 4.76-2.09-2.09a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2.62 2.62a.75.75 0 0 0 1.06 0l5.29-5.29c.29-.29.29-.77 0-1.06'/%3E%3C/svg%3E")}.mdi-icon-AH_qr_code{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74 11.07h4.51c.96 0 1.75-.79 1.75-1.75V4.81c0-.96-.79-1.75-1.75-1.75H4.74c-.96 0-1.75.79-1.75 1.75v4.51c0 .96.79 1.75 1.75 1.75m-.25-6.26c0-.14.11-.25.25-.25h4.51c.14 0 .25.11.25.25v4.51c0 .14-.11.25-.25.25H4.74c-.14 0-.25-.11-.25-.25zm16.51 0v5.51c0 .41-.34.75-.75.75s-.75-.34-.75-.75V4.81c0-.14-.11-.25-.25-.25h-5.51c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.51c.96 0 1.75.79 1.75 1.75M11 20.26c0 .41-.34.75-.75.75H4.74c-.96 0-1.75-.79-1.75-1.75v-5.51c0-.41.34-.75.75-.75s.75.34.75.75v5.51c0 .14.11.25.25.25h5.51c.41 0 .75.34.75.75M19.25 13h-4.51c-.96 0-1.75.79-1.75 1.75v4.51c0 .96.79 1.75 1.75 1.75h4.51c.96 0 1.75-.79 1.75-1.75v-4.51c0-.96-.79-1.75-1.75-1.75m.25 6.26c0 .14-.11.25-.25.25h-4.51c-.14 0-.25-.11-.25-.25v-4.51c0-.14.11-.25.25-.25h4.51c.14 0 .25.11.25.25zM9.81 13H7.55c-.69 0-1.25.56-1.25 1.25v2.26c0 .69.56 1.25 1.25 1.25h2.26c.69 0 1.25-.56 1.25-1.25v-2.26c0-.69-.56-1.25-1.25-1.25m-.25 3.26H7.8V14.5h1.76zm6.99-5.18c.69 0 1.25-.56 1.25-1.25V7.57c0-.69-.56-1.25-1.25-1.25h-2.26c-.69 0-1.25.56-1.25 1.25v2.26c0 .69.56 1.25 1.25 1.25zm-2.01-3.26h1.76v1.76h-1.76zm3.99 9.38c0 .41-.34.75-.75.75h-1.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.73c.41 0 .75.34.75.75M6.31 7.93V6.2c0-.41.34-.75.75-.75s.75.34.75.75v1.73c0 .41-.34.75-.75.75s-.75-.34-.75-.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74 11.07h4.51c.96 0 1.75-.79 1.75-1.75V4.81c0-.96-.79-1.75-1.75-1.75H4.74c-.96 0-1.75.79-1.75 1.75v4.51c0 .96.79 1.75 1.75 1.75m-.25-6.26c0-.14.11-.25.25-.25h4.51c.14 0 .25.11.25.25v4.51c0 .14-.11.25-.25.25H4.74c-.14 0-.25-.11-.25-.25zm16.51 0v5.51c0 .41-.34.75-.75.75s-.75-.34-.75-.75V4.81c0-.14-.11-.25-.25-.25h-5.51c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5.51c.96 0 1.75.79 1.75 1.75M11 20.26c0 .41-.34.75-.75.75H4.74c-.96 0-1.75-.79-1.75-1.75v-5.51c0-.41.34-.75.75-.75s.75.34.75.75v5.51c0 .14.11.25.25.25h5.51c.41 0 .75.34.75.75M19.25 13h-4.51c-.96 0-1.75.79-1.75 1.75v4.51c0 .96.79 1.75 1.75 1.75h4.51c.96 0 1.75-.79 1.75-1.75v-4.51c0-.96-.79-1.75-1.75-1.75m.25 6.26c0 .14-.11.25-.25.25h-4.51c-.14 0-.25-.11-.25-.25v-4.51c0-.14.11-.25.25-.25h4.51c.14 0 .25.11.25.25zM9.81 13H7.55c-.69 0-1.25.56-1.25 1.25v2.26c0 .69.56 1.25 1.25 1.25h2.26c.69 0 1.25-.56 1.25-1.25v-2.26c0-.69-.56-1.25-1.25-1.25m-.25 3.26H7.8V14.5h1.76zm6.99-5.18c.69 0 1.25-.56 1.25-1.25V7.57c0-.69-.56-1.25-1.25-1.25h-2.26c-.69 0-1.25.56-1.25 1.25v2.26c0 .69.56 1.25 1.25 1.25zm-2.01-3.26h1.76v1.76h-1.76zm3.99 9.38c0 .41-.34.75-.75.75h-1.73c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.73c.41 0 .75.34.75.75M6.31 7.93V6.2c0-.41.34-.75.75-.75s.75.34.75.75v1.73c0 .41-.34.75-.75.75s-.75-.34-.75-.75'/%3E%3C/svg%3E")}.mdi-icon-AH_qr_desktop{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4 3.9H4.6c-1.5 0-2.8 1.2-2.8 2.8v10.8c0 1.5 1.2 2.8 2.8 2.8h7.9c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H4.6c-.7 0-1.2-.6-1.2-1.2V9h17.3v1.5c0 .4.3.8.8.8s.8-.3.8-.8V6.6c-.2-1.5-1.4-2.7-2.9-2.7M3.3 7.5v-.9c0-.7.6-1.2 1.2-1.2h14.8c.7 0 1.2.6 1.2 1.2v.9zm18.8 6.3v1c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-.7H20c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h1c.6.2 1.1.7 1.1 1.3m-4.5 5.6c0 .4-.3.8-.8.8h-1c-.6 0-1.1-.5-1.1-1.1v-1c0-.4.3-.8.8-.8s.8.3.8.8v.7h.7c.2-.1.6.2.6.6m4.5-1.4v1c0 .6-.5 1.1-1.1 1.1h-1c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h.7V18c0-.4.3-.8.8-.8s.6.4.6.8m-4.5-4.6c0 .4-.3.8-.8.8h-.7v.7c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-1c0-.6.5-1.1 1.1-1.1h1c.6-.1 1 .2 1 .6m1.7 4.4c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-2.5c0-.4.3-.8.8-.8s.8.3.8.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4 3.9H4.6c-1.5 0-2.8 1.2-2.8 2.8v10.8c0 1.5 1.2 2.8 2.8 2.8h7.9c.4 0 .8-.3.8-.8s-.3-.8-.8-.8H4.6c-.7 0-1.2-.6-1.2-1.2V9h17.3v1.5c0 .4.3.8.8.8s.8-.3.8-.8V6.6c-.2-1.5-1.4-2.7-2.9-2.7M3.3 7.5v-.9c0-.7.6-1.2 1.2-1.2h14.8c.7 0 1.2.6 1.2 1.2v.9zm18.8 6.3v1c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-.7H20c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h1c.6.2 1.1.7 1.1 1.3m-4.5 5.6c0 .4-.3.8-.8.8h-1c-.6 0-1.1-.5-1.1-1.1v-1c0-.4.3-.8.8-.8s.8.3.8.8v.7h.7c.2-.1.6.2.6.6m4.5-1.4v1c0 .6-.5 1.1-1.1 1.1h-1c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h.7V18c0-.4.3-.8.8-.8s.6.4.6.8m-4.5-4.6c0 .4-.3.8-.8.8h-.7v.7c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-1c0-.6.5-1.1 1.1-1.1h1c.6-.1 1 .2 1 .6m1.7 4.4c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-2.5c0-.4.3-.8.8-.8s.8.3.8.8z'/%3E%3C/svg%3E")}.mdi-icon-AH_qr_mobile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 15.45H7.76v-9h9.23a.75.75 0 0 0 .75-.75V3.75c0-.96-.79-1.75-1.76-1.75H7.99c-.47 0-.91.19-1.24.52s-.51.77-.51 1.24v16.49c0 .96.79 1.75 1.75 1.75h7.99c.96 0 1.75-.79 1.75-1.75V16.2c0-.41-.34-.75-.76-.75zM7.75 3.75c0-.09.05-.15.07-.18s.09-.07.18-.07h7.99c.14 0 .25.11.25.25v1.2H7.75zM16 20.49H8.01c-.14 0-.25-.11-.25-.25v-3.3h8.48v3.3c0 .14-.11.25-.24.25m-3.05-1.9c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95m7.3-9.67v.88c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.43h-.43c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.88c.58 0 1.05.47 1.05 1.05m-5 3.5v.43h.43c.41 0 .75.34.75.75s-.34.75-.75.75h-.88c-.58 0-1.05-.47-1.05-1.05v-.88c0-.41.34-.75.75-.75s.75.34.75.75m4.99 0v.88c0 .58-.47 1.05-1.05 1.05h-.88c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.43v-.43c0-.41.34-.75.75-.75s.75.34.75.75m-3.8-3.82c0 .41-.34.75-.75.75h-.43v.43c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8.9c0-.58.47-1.05 1.05-1.05h.88c.41 0 .75.34.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 15.45H7.76v-9h9.23a.75.75 0 0 0 .75-.75V3.75c0-.96-.79-1.75-1.76-1.75H7.99c-.47 0-.91.19-1.24.52s-.51.77-.51 1.24v16.49c0 .96.79 1.75 1.75 1.75h7.99c.96 0 1.75-.79 1.75-1.75V16.2c0-.41-.34-.75-.76-.75zM7.75 3.75c0-.09.05-.15.07-.18s.09-.07.18-.07h7.99c.14 0 .25.11.25.25v1.2H7.75zM16 20.49H8.01c-.14 0-.25-.11-.25-.25v-3.3h8.48v3.3c0 .14-.11.25-.24.25m-3.05-1.9c0 .52-.43.95-.95.95s-.95-.43-.95-.95.43-.95.95-.95.95.43.95.95m7.3-9.67v.88c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.43h-.43c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.88c.58 0 1.05.47 1.05 1.05m-5 3.5v.43h.43c.41 0 .75.34.75.75s-.34.75-.75.75h-.88c-.58 0-1.05-.47-1.05-1.05v-.88c0-.41.34-.75.75-.75s.75.34.75.75m4.99 0v.88c0 .58-.47 1.05-1.05 1.05h-.88c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.43v-.43c0-.41.34-.75.75-.75s.75.34.75.75m-3.8-3.82c0 .41-.34.75-.75.75h-.43v.43c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8.9c0-.58.47-1.05 1.05-1.05h.88c.41 0 .75.34.75.75'/%3E%3C/svg%3E")}.mdi-icon-AH_qr_pin{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 14.5c-.4 0-.8.3-.8.8v.2H7.9v-.3c0-.4-.3-.8-.8-.8s-.8.3-.8.8v5.1c0 1 .8 1.8 1.8 1.8h8c1 0 1.8-.8 1.8-1.8v-5c0-.5-.4-.8-.8-.8m-1 6h-8c-.1 0-.3-.1-.3-.2V17h8.5v3.3c.1.1 0 .2-.2.2m-4-2.9c-.5 0-1 .4-1 1s.4 1 1 1c.5 0 1-.4 1-1s-.5-1-1-1m-5-10c.4 0 .8-.3.8-.8v-.4h8.5v.4c0 .4.3.8.8.8s.8-.3.8-.8v-3c0-1-.8-1.8-1.8-1.8h-8c-1 0-1.8.8-1.8 1.8v3.1c0 .3.3.7.7.7m1-4.1h8c.1 0 .3.1.3.2v1.2H7.9V3.8c0-.2.1-.3.2-.3M5.4 9.3v4c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-2.2l-.6.6c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1L4 8.7c.2-.2.5-.3.8-.2.4.3.6.5.6.8m3.3-.7c-.9 0-1.6.7-1.6 1.6v2.3c0 .9.7 1.6 1.6 1.6H10c.9 0 1.6-.7 1.6-1.6v-2.3c0-.9-.7-1.6-1.6-1.6zm1.4 1.6v2.3c0 .1-.1.1-.1.1H8.7c-.1 0-.1-.1-.1-.1v-2.3c0-.1.1-.1.1-.1H10s.1 0 .1.1m3.4 2.7 1.7-2.8h-1.7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h3c.3 0 .5.1.7.4.1.2.1.5 0 .8l-2.4 3.9c-.1.2-.4.4-.6.4-.1 0-.3 0-.4-.1-.4-.2-.5-.7-.3-1m7.1-4.3h-1.3c-.9 0-1.6.7-1.6 1.6v2.3c0 .9.7 1.6 1.6 1.6h1.3c.9 0 1.6-.7 1.6-1.6v-2.3c0-.9-.7-1.6-1.6-1.6m.2 3.9c0 .1-.1.1-.1.1h-1.3c-.1 0-.1-.1-.1-.1v-2.3c0-.1.1-.1.1-.1h1.3c.1 0 .1.1.1.1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 14.5c-.4 0-.8.3-.8.8v.2H7.9v-.3c0-.4-.3-.8-.8-.8s-.8.3-.8.8v5.1c0 1 .8 1.8 1.8 1.8h8c1 0 1.8-.8 1.8-1.8v-5c0-.5-.4-.8-.8-.8m-1 6h-8c-.1 0-.3-.1-.3-.2V17h8.5v3.3c.1.1 0 .2-.2.2m-4-2.9c-.5 0-1 .4-1 1s.4 1 1 1c.5 0 1-.4 1-1s-.5-1-1-1m-5-10c.4 0 .8-.3.8-.8v-.4h8.5v.4c0 .4.3.8.8.8s.8-.3.8-.8v-3c0-1-.8-1.8-1.8-1.8h-8c-1 0-1.8.8-1.8 1.8v3.1c0 .3.3.7.7.7m1-4.1h8c.1 0 .3.1.3.2v1.2H7.9V3.8c0-.2.1-.3.2-.3M5.4 9.3v4c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-2.2l-.6.6c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1L4 8.7c.2-.2.5-.3.8-.2.4.3.6.5.6.8m3.3-.7c-.9 0-1.6.7-1.6 1.6v2.3c0 .9.7 1.6 1.6 1.6H10c.9 0 1.6-.7 1.6-1.6v-2.3c0-.9-.7-1.6-1.6-1.6zm1.4 1.6v2.3c0 .1-.1.1-.1.1H8.7c-.1 0-.1-.1-.1-.1v-2.3c0-.1.1-.1.1-.1H10s.1 0 .1.1m3.4 2.7 1.7-2.8h-1.7c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h3c.3 0 .5.1.7.4.1.2.1.5 0 .8l-2.4 3.9c-.1.2-.4.4-.6.4-.1 0-.3 0-.4-.1-.4-.2-.5-.7-.3-1m7.1-4.3h-1.3c-.9 0-1.6.7-1.6 1.6v2.3c0 .9.7 1.6 1.6 1.6h1.3c.9 0 1.6-.7 1.6-1.6v-2.3c0-.9-.7-1.6-1.6-1.6m.2 3.9c0 .1-.1.1-.1.1h-1.3c-.1 0-.1-.1-.1-.1v-2.3c0-.1.1-.1.1-.1h1.3c.1 0 .1.1.1.1z'/%3E%3C/svg%3E")}.mdi-icon-AH_qr_scanner{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 20.3c0 .4-.3.8-.8.8H5.2c-1.2 0-2.3-1-2.3-2.3v-3.3c0-.4.3-.8.8-.8s.8.3.8.8v3.3c0 .4.3.8.8.8h3.3c.3 0 .6.3.6.7M8.5 2.9H5.2c-1.2 0-2.3 1-2.3 2.3v3.3c0 .4.3.8.8.8s.8-.3.8-.8V5.2c0-.4.3-.8.8-.8h3.3c.4 0 .8-.3.8-.8s-.5-.7-.9-.7m11.8 11.9c-.4 0-.8.3-.8.8v3.3c0 .4-.3.8-.8.8h-3.3c-.4 0-.8.3-.8.8s.3.8.8.8h3.3c1.2 0 2.3-1 2.3-2.3v-3.3c.1-.6-.3-.9-.7-.9M18.8 2.9h-3.3c-.4 0-.8.3-.8.8s.3.8.8.8h3.3c.4 0 .8.3.8.8v3.3c0 .4.3.8.8.8s.8-.3.8-.8V5.2c-.1-1.3-1.1-2.3-2.4-2.3m-10 12.4V8.7c0-.4-.4-.7-.8-.7s-.7.3-.7.7v6.5c0 .5.3.8.7.8s.8-.3.8-.7M12 6c-.4 0-.8.3-.8.8v10.5c0 .4.3.8.8.8s.8-.3.8-.8V6.7c0-.4-.4-.7-.8-.7m4.8 9.3V8.7c0-.4-.4-.7-.8-.7s-.8.3-.8.8v6.5c0 .4.3.8.8.8s.8-.4.8-.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.2 20.3c0 .4-.3.8-.8.8H5.2c-1.2 0-2.3-1-2.3-2.3v-3.3c0-.4.3-.8.8-.8s.8.3.8.8v3.3c0 .4.3.8.8.8h3.3c.3 0 .6.3.6.7M8.5 2.9H5.2c-1.2 0-2.3 1-2.3 2.3v3.3c0 .4.3.8.8.8s.8-.3.8-.8V5.2c0-.4.3-.8.8-.8h3.3c.4 0 .8-.3.8-.8s-.5-.7-.9-.7m11.8 11.9c-.4 0-.8.3-.8.8v3.3c0 .4-.3.8-.8.8h-3.3c-.4 0-.8.3-.8.8s.3.8.8.8h3.3c1.2 0 2.3-1 2.3-2.3v-3.3c.1-.6-.3-.9-.7-.9M18.8 2.9h-3.3c-.4 0-.8.3-.8.8s.3.8.8.8h3.3c.4 0 .8.3.8.8v3.3c0 .4.3.8.8.8s.8-.3.8-.8V5.2c-.1-1.3-1.1-2.3-2.4-2.3m-10 12.4V8.7c0-.4-.4-.7-.8-.7s-.7.3-.7.7v6.5c0 .5.3.8.7.8s.8-.3.8-.7M12 6c-.4 0-.8.3-.8.8v10.5c0 .4.3.8.8.8s.8-.3.8-.8V6.7c0-.4-.4-.7-.8-.7m4.8 9.3V8.7c0-.4-.4-.7-.8-.7s-.8.3-.8.8v6.5c0 .4.3.8.8.8s.8-.4.8-.8'/%3E%3C/svg%3E")}.mdi-icon-AH_share{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4 15.13c-.74 0-1.49.28-2.06.83l-5.63-3.25c.06-.32.06-.65 0-.98l5.76-3.33c.56.47 1.24.72 1.93.72.77 0 1.54-.29 2.12-.88a3 3 0 0 0-2.12-5.12c-.77 0-1.54.29-2.12.88-.86.86-1.08 2.11-.68 3.17l-5.48 3.17c-.08-.1-.15-.2-.24-.29-.59-.59-1.35-.88-2.12-.88s-1.54.29-2.12.88a3 3 0 0 0 2.12 5.12c.77 0 1.54-.29 2.12-.88.07-.07.12-.15.19-.23l5.49 3.17c-.32 1.03-.09 2.2.73 3.01.59.59 1.35.88 2.12.88s1.54-.29 2.12-.88a3 3 0 0 0-2.12-5.12zM14.34 5.07a1.5 1.5 0 0 1 2.12 0c.58.58.58 1.54 0 2.12a1.5 1.5 0 0 1-2.12 0c-.58-.58-.58-1.54 0-2.12m-8.52 8.17a1.5 1.5 0 0 1-2.12 0c-.58-.58-.58-1.54 0-2.12a1.5 1.5 0 0 1 2.12 0c.58.58.58 1.54 0 2.12m10.65 5.95a1.5 1.5 0 0 1-2.12 0c-.58-.58-.58-1.54 0-2.12a1.5 1.5 0 0 1 2.12 0c.58.58.58 1.54 0 2.12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4 15.13c-.74 0-1.49.28-2.06.83l-5.63-3.25c.06-.32.06-.65 0-.98l5.76-3.33c.56.47 1.24.72 1.93.72.77 0 1.54-.29 2.12-.88a3 3 0 0 0-2.12-5.12c-.77 0-1.54.29-2.12.88-.86.86-1.08 2.11-.68 3.17l-5.48 3.17c-.08-.1-.15-.2-.24-.29-.59-.59-1.35-.88-2.12-.88s-1.54.29-2.12.88a3 3 0 0 0 2.12 5.12c.77 0 1.54-.29 2.12-.88.07-.07.12-.15.19-.23l5.49 3.17c-.32 1.03-.09 2.2.73 3.01.59.59 1.35.88 2.12.88s1.54-.29 2.12-.88a3 3 0 0 0-2.12-5.12zM14.34 5.07a1.5 1.5 0 0 1 2.12 0c.58.58.58 1.54 0 2.12a1.5 1.5 0 0 1-2.12 0c-.58-.58-.58-1.54 0-2.12m-8.52 8.17a1.5 1.5 0 0 1-2.12 0c-.58-.58-.58-1.54 0-2.12a1.5 1.5 0 0 1 2.12 0c.58.58.58 1.54 0 2.12m10.65 5.95a1.5 1.5 0 0 1-2.12 0c-.58-.58-.58-1.54 0-2.12a1.5 1.5 0 0 1 2.12 0c.58.58.58 1.54 0 2.12'/%3E%3C/svg%3E")}.mdi-icon-AH_video_call{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.902 11h3.5c.8 0 1.5-.5 1.7-1.3l1.2.6c.2.1.4.2.6.2s.4 0 .6-.1c.4-.2.7-.6.7-1.1V5.8c0-.5-.2-.9-.7-1.1q-.6-.3-1.2 0l-1.2.6c-.2-.7-.9-1.3-1.7-1.3h-3.5c-1 0-1.8.8-1.8 1.8v3.5c.1.9.9 1.7 1.8 1.7m6.7-4.8v2.6l-1.5-.7V6.9zm-6.9-.4c0-.1.1-.3.3-.3h3.5c.1 0 .3.1.3.3v3.5c0 .1-.1.3-.3.3h-3.5c-.1 0-.3-.1-.3-.3z'/%3E%3Cpath d='M21.7 18 20 15.3V13c0-.4-.3-.8-.8-.8s-.8.3-.8.8v1.8h-13V5.9c0-.2.2-.4.4-.4h2.6c.4 0 .8-.3.8-.8S8.9 4 8.5 4H5.9C4.8 4 4 4.8 4 5.9v9.4L2.3 18c-.3.4-.4.9-.2 1.4s.7.8 1.2.8h17.4c.5 0 1-.3 1.2-.8s.1-1-.2-1.4m-18 .6 1.6-2.4h13.5l1.6 2.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.902 11h3.5c.8 0 1.5-.5 1.7-1.3l1.2.6c.2.1.4.2.6.2s.4 0 .6-.1c.4-.2.7-.6.7-1.1V5.8c0-.5-.2-.9-.7-1.1q-.6-.3-1.2 0l-1.2.6c-.2-.7-.9-1.3-1.7-1.3h-3.5c-1 0-1.8.8-1.8 1.8v3.5c.1.9.9 1.7 1.8 1.7m6.7-4.8v2.6l-1.5-.7V6.9zm-6.9-.4c0-.1.1-.3.3-.3h3.5c.1 0 .3.1.3.3v3.5c0 .1-.1.3-.3.3h-3.5c-.1 0-.3-.1-.3-.3z'/%3E%3Cpath d='M21.7 18 20 15.3V13c0-.4-.3-.8-.8-.8s-.8.3-.8.8v1.8h-13V5.9c0-.2.2-.4.4-.4h2.6c.4 0 .8-.3.8-.8S8.9 4 8.5 4H5.9C4.8 4 4 4.8 4 5.9v9.4L2.3 18c-.3.4-.4.9-.2 1.4s.7.8 1.2.8h17.4c.5 0 1-.3 1.2-.8s.1-1-.2-1.4m-18 .6 1.6-2.4h13.5l1.6 2.4z'/%3E%3C/svg%3E")}.mdi-icon-AH_wifi{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.202 16.6c.3.3.3.8 0 1.1l-1.7 1.7c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-1.7-1.7c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.2 1.2 1.2-1.2c.2-.3.6-.3.9 0m7.4-7.2c-2.3-2.9-5.8-4.6-9.5-4.6-3.8 0-7.2 1.7-9.6 4.6-.3.3-.2.8.1 1.1.1.1.3.2.5.2q.3 0 .6-.3c2-2.6 5.1-4.1 8.4-4.1s6.3 1.5 8.4 4c.3.3.7.4 1.1.1.2-.2.2-.7 0-1m-9.6-.9c-2.8 0-5.4 1.4-7 3.6-.2.3-.2.8.2 1 .1.1.3.1.4.1.2 0 .5-.1.6-.3 1.3-1.9 3.5-3 5.7-3 2.3 0 4.4 1.1 5.7 2.9.2.3.7.4 1 .2s.4-.7.2-1c-1.5-2.2-4-3.5-6.8-3.5m0 3.5c-1.9 0-3.6 1.1-4.5 2.8-.2.4 0 .8.3 1 .1.1.2.1.3.1.3 0 .5-.2.7-.4.6-1.2 1.8-1.9 3.1-1.9s2.5.7 3.1 1.9c.2.4.6.5 1 .3s.5-.6.3-1c-.7-1.8-2.4-2.8-4.3-2.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.202 16.6c.3.3.3.8 0 1.1l-1.7 1.7c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-1.7-1.7c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.2 1.2 1.2-1.2c.2-.3.6-.3.9 0m7.4-7.2c-2.3-2.9-5.8-4.6-9.5-4.6-3.8 0-7.2 1.7-9.6 4.6-.3.3-.2.8.1 1.1.1.1.3.2.5.2q.3 0 .6-.3c2-2.6 5.1-4.1 8.4-4.1s6.3 1.5 8.4 4c.3.3.7.4 1.1.1.2-.2.2-.7 0-1m-9.6-.9c-2.8 0-5.4 1.4-7 3.6-.2.3-.2.8.2 1 .1.1.3.1.4.1.2 0 .5-.1.6-.3 1.3-1.9 3.5-3 5.7-3 2.3 0 4.4 1.1 5.7 2.9.2.3.7.4 1 .2s.4-.7.2-1c-1.5-2.2-4-3.5-6.8-3.5m0 3.5c-1.9 0-3.6 1.1-4.5 2.8-.2.4 0 .8.3 1 .1.1.2.1.3.1.3 0 .5-.2.7-.4.6-1.2 1.8-1.9 3.1-1.9s2.5.7 3.1 1.9c.2.4.6.5 1 .3s.5-.6.3-1c-.7-1.8-2.4-2.8-4.3-2.8'/%3E%3C/svg%3E")}.mdi-icon-AH_wifi_off{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.202 16.6c.3.3.3.8 0 1.1l-1.7 1.7c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-1.7-1.7c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.2 1.2 1.2-1.2c.2-.3.6-.3.9 0m7.4-7.2c-.9-1.1-2-2-3.1-2.8l2.5-2.5c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-3.2 3.2-2.9 2.8-10.8 10.8c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l7.4-7.3h.1c1.5-.2 2.9.5 3.6 1.8.1.3.4.4.7.4.1 0 .2 0 .3-.1.4-.2.5-.6.3-1-.7-1.4-2-2.3-3.5-2.6l1.6-1.6c1.3.5 2.4 1.3 3.2 2.4.1.2.4.3.6.3s.3 0 .4-.1c.3-.2.4-.7.2-1-.8-1.2-2-2.1-3.2-2.7l1.6-1.6c1.2.7 2.2 1.6 3.1 2.6.1.2.4.3.6.3s.3-.1.5-.2c.3-.3.3-.8.1-1.1m-17.9 1c2.4-3.1 6.3-4.6 10.2-3.9.4.1.8-.2.9-.6s-.2-.8-.6-.9c-.7-.1-1.4-.2-2.1-.2-3.8 0-7.2 1.7-9.6 4.6-.3.3-.2.8.1 1.1.1.1.3.2.5.2q.3 0 .6-.3m1.4 1.7c-.2.3-.2.8.2 1 .1.1.3.1.4.1.2 0 .5-.1.6-.3 1.1-1.5 2.7-2.6 4.5-2.9.4-.1.7-.5.6-.9s-.5-.7-.9-.6c-2.2.5-4.1 1.8-5.4 3.6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.202 16.6c.3.3.3.8 0 1.1l-1.7 1.7c-.1.1-.3.2-.5.2s-.4-.1-.5-.2l-1.7-1.7c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l1.2 1.2 1.2-1.2c.2-.3.6-.3.9 0m7.4-7.2c-.9-1.1-2-2-3.1-2.8l2.5-2.5c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-3.2 3.2-2.9 2.8-10.8 10.8c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l7.4-7.3h.1c1.5-.2 2.9.5 3.6 1.8.1.3.4.4.7.4.1 0 .2 0 .3-.1.4-.2.5-.6.3-1-.7-1.4-2-2.3-3.5-2.6l1.6-1.6c1.3.5 2.4 1.3 3.2 2.4.1.2.4.3.6.3s.3 0 .4-.1c.3-.2.4-.7.2-1-.8-1.2-2-2.1-3.2-2.7l1.6-1.6c1.2.7 2.2 1.6 3.1 2.6.1.2.4.3.6.3s.3-.1.5-.2c.3-.3.3-.8.1-1.1m-17.9 1c2.4-3.1 6.3-4.6 10.2-3.9.4.1.8-.2.9-.6s-.2-.8-.6-.9c-.7-.1-1.4-.2-2.1-.2-3.8 0-7.2 1.7-9.6 4.6-.3.3-.2.8.1 1.1.1.1.3.2.5.2q.3 0 .6-.3m1.4 1.7c-.2.3-.2.8.2 1 .1.1.3.1.4.1.2 0 .5-.1.6-.3 1.1-1.5 2.7-2.6 4.5-2.9.4-.1.7-.5.6-.9s-.5-.7-.9-.6c-2.2.5-4.1 1.8-5.4 3.6'/%3E%3C/svg%3E")}.mdi-icon-AI_bus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 16.25a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75M8.75 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 4.25V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v.25a.75.75 0 0 0 0 1.5V18a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2V5.75a.75.75 0 0 0 0-1.5M4 3.5h16a.5.5 0 0 1 .5.5v8.5h-17V4a.5.5 0 0 1 .5-.5M3.5 14v4a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5v-4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 16.25a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75M8.75 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 4.25V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v.25a.75.75 0 0 0 0 1.5V18a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2V5.75a.75.75 0 0 0 0-1.5M4 3.5h16a.5.5 0 0 1 .5.5v8.5h-17V4a.5.5 0 0 1 .5-.5M3.5 14v4a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5v-4z'/%3E%3C/svg%3E")}.mdi-icon-AI_car{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 16a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75M18 16.75a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0 1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 14a.75.75 0 0 0 0-1.5h-.324l-2.382-3.676A4 4 0 0 0 15.937 7H8.459a4 4 0 0 0-3.214 1.62l-2.852 3.85-.022.03H2A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2zm-1.5 4a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-4h17zM4.237 12.5 6.45 9.512A2.5 2.5 0 0 1 8.46 8.5h7.477a2.5 2.5 0 0 1 2.098 1.14l1.853 2.86z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 16a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75M18 16.75a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0 1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 14a.75.75 0 0 0 0-1.5h-.324l-2.382-3.676A4 4 0 0 0 15.937 7H8.459a4 4 0 0 0-3.214 1.62l-2.852 3.85-.022.03H2A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2zm-1.5 4a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5v-4h17zM4.237 12.5 6.45 9.512A2.5 2.5 0 0 1 8.46 8.5h7.477a2.5 2.5 0 0 1 2.098 1.14l1.853 2.86z'/%3E%3C/svg%3E")}.mdi-icon-AI_car_check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.086 5.969a.75.75 0 0 0-1.172-.937l-1.476 1.845-.408-.407a.75.75 0 1 0-1.06 1.06l.802.803a1 1 0 0 0 1.488-.083z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 6.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0m-1.5 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0'/%3E%3Cpath d='M8.75 16a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75M18 16.75a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0 1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.46 7a4 4 0 0 0-3.215 1.62l-2.852 3.85-.022.03H2A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2v-4a.75.75 0 0 0 0-1.5H4.237L6.45 9.512A2.5 2.5 0 0 1 8.46 8.5h2.79a.75.75 0 0 0 0-1.5zM20 18.5a.5.5 0 0 0 .5-.5v-4h-17v4a.5.5 0 0 0 .5.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.086 5.969a.75.75 0 0 0-1.172-.937l-1.476 1.845-.408-.407a.75.75 0 1 0-1.06 1.06l.802.803a1 1 0 0 0 1.488-.083z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 6.5a5 5 0 1 1-10 0 5 5 0 0 1 10 0m-1.5 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0'/%3E%3Cpath d='M8.75 16a.75.75 0 0 1-.75.75H6a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75M18 16.75a.75.75 0 0 0 0-1.5h-2a.75.75 0 0 0 0 1.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.46 7a4 4 0 0 0-3.215 1.62l-2.852 3.85-.022.03H2A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2v-4a.75.75 0 0 0 0-1.5H4.237L6.45 9.512A2.5 2.5 0 0 1 8.46 8.5h2.79a.75.75 0 0 0 0-1.5zM20 18.5a.5.5 0 0 0 .5-.5v-4h-17v4a.5.5 0 0 0 .5.5z'/%3E%3C/svg%3E")}.mdi-icon-AI_compass_needle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7 22.1c-.3 0-.6-.2-.7-.5l-2.3-7.2L2.5 12c-.3-.1-.5-.4-.5-.7s.2-.6.5-.7l16-6c.3-.1.6 0 .8.2s.3.5.2.8l-6 16c-.2.3-.5.5-.8.5M5 11.3l5.6 1.8c.2.1.4.3.5.5l1.7 5.5 4.6-12.4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7 22.1c-.3 0-.6-.2-.7-.5l-2.3-7.2L2.5 12c-.3-.1-.5-.4-.5-.7s.2-.6.5-.7l16-6c.3-.1.6 0 .8.2s.3.5.2.8l-6 16c-.2.3-.5.5-.8.5M5 11.3l5.6 1.8c.2.1.4.3.5.5l1.7 5.5 4.6-12.4z'/%3E%3C/svg%3E")}.mdi-icon-AI_compass_needle_question_mark{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 15.6c-.4-.1-.8.1-1 .4l-.7 2-1.7-5.5c-.1-.3-.3-.5-.5-.5l-5.5-1.7 12.4-4.6-.9 2.5c-.1.4.1.8.4 1 .4.1.8-.1 1-.4l1.5-4c.1-.3 0-.6-.2-.8s-.5-.3-.8-.2l-16 6c-.3-.1-.5.2-.5.5s.2.6.5.7l7.3 2.3 2.3 7.3c.1.3.4.5.7.5s.6-.2.7-.5l1.5-4c.1-.4-.1-.8-.5-1'/%3E%3Cpath d='M20.9 12.8c-.2-.9-.9-1.5-1.8-1.8-.8-.2-1.6 0-2.2.4-.6.5-1 1.2-1 2 0 .4.3.8.8.8s.8-.3.8-.8c0-.3.1-.6.4-.8s.6-.3.9-.2.6.4.7.7c.1.6-.2 1-.5 1.2-.7.3-1.2 1.1-1.2 2v.3c0 .4.3.8.8.8s.8-.3.8-.8v-.3q0-.45.3-.6c1-.5 1.5-1.7 1.2-2.9M18.6 18c-.5 0-1 .4-1 1s.4 1 1 1c.5 0 .9-.4.9-1s-.4-1-.9-1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 15.6c-.4-.1-.8.1-1 .4l-.7 2-1.7-5.5c-.1-.3-.3-.5-.5-.5l-5.5-1.7 12.4-4.6-.9 2.5c-.1.4.1.8.4 1 .4.1.8-.1 1-.4l1.5-4c.1-.3 0-.6-.2-.8s-.5-.3-.8-.2l-16 6c-.3-.1-.5.2-.5.5s.2.6.5.7l7.3 2.3 2.3 7.3c.1.3.4.5.7.5s.6-.2.7-.5l1.5-4c.1-.4-.1-.8-.5-1'/%3E%3Cpath d='M20.9 12.8c-.2-.9-.9-1.5-1.8-1.8-.8-.2-1.6 0-2.2.4-.6.5-1 1.2-1 2 0 .4.3.8.8.8s.8-.3.8-.8c0-.3.1-.6.4-.8s.6-.3.9-.2.6.4.7.7c.1.6-.2 1-.5 1.2-.7.3-1.2 1.1-1.2 2v.3c0 .4.3.8.8.8s.8-.3.8-.8v-.3q0-.45.3-.6c1-.5 1.5-1.7 1.2-2.9M18.6 18c-.5 0-1 .4-1 1s.4 1 1 1c.5 0 .9-.4.9-1s-.4-1-.9-1'/%3E%3C/svg%3E")}.mdi-icon-AI_globe{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3 2.1h-.6c-5.4.1-9.6 4.5-9.6 9.9 0 5.5 4.5 9.9 9.9 9.9 5.5 0 9.9-4.5 9.9-9.9s-4.3-9.8-9.6-9.9M12 20.2c-1.3-.9-2.3-2.1-3-3.4h6.1c-.8 1.3-1.8 2.5-3.1 3.4m-3.7-4.9a9.6 9.6 0 0 1-.6-3.3c0-1.1.2-2.2.5-3.2h7.5c.3 1 .5 2.1.5 3.2q0 1.8-.6 3.3zM12 3.7c1.3 1 2.4 2.2 3.1 3.6H8.9c.7-1.5 1.8-2.7 3.1-3.6m5.3 5.1h2.4c.4 1 .7 2.1.7 3.2 0 1.2-.2 2.2-.7 3.2h-2.5c.3-1.1.5-2.2.5-3.3.1-1.1-.1-2.1-.4-3.1M19 7.3h-2.2q-.75-1.8-2.1-3.3c1.8.6 3.2 1.8 4.3 3.3M9.4 4c-.9 1-1.7 2.1-2.2 3.3H5C6.1 5.7 7.6 4.6 9.4 4M4.2 8.7h2.5c-.3 1-.4 2.1-.4 3.2s.2 2.3.5 3.3H4.2c-.4-1-.7-2.1-.7-3.3s.3-2.2.7-3.2m.8 8.1h2.3c.6 1.2 1.3 2.4 2.3 3.3-1.9-.6-3.5-1.8-4.6-3.3m9.5 3.3c1-1 1.7-2.1 2.3-3.3H19c-1.1 1.5-2.7 2.7-4.5 3.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3 2.1h-.6c-5.4.1-9.6 4.5-9.6 9.9 0 5.5 4.5 9.9 9.9 9.9 5.5 0 9.9-4.5 9.9-9.9s-4.3-9.8-9.6-9.9M12 20.2c-1.3-.9-2.3-2.1-3-3.4h6.1c-.8 1.3-1.8 2.5-3.1 3.4m-3.7-4.9a9.6 9.6 0 0 1-.6-3.3c0-1.1.2-2.2.5-3.2h7.5c.3 1 .5 2.1.5 3.2q0 1.8-.6 3.3zM12 3.7c1.3 1 2.4 2.2 3.1 3.6H8.9c.7-1.5 1.8-2.7 3.1-3.6m5.3 5.1h2.4c.4 1 .7 2.1.7 3.2 0 1.2-.2 2.2-.7 3.2h-2.5c.3-1.1.5-2.2.5-3.3.1-1.1-.1-2.1-.4-3.1M19 7.3h-2.2q-.75-1.8-2.1-3.3c1.8.6 3.2 1.8 4.3 3.3M9.4 4c-.9 1-1.7 2.1-2.2 3.3H5C6.1 5.7 7.6 4.6 9.4 4M4.2 8.7h2.5c-.3 1-.4 2.1-.4 3.2s.2 2.3.5 3.3H4.2c-.4-1-.7-2.1-.7-3.3s.3-2.2.7-3.2m.8 8.1h2.3c.6 1.2 1.3 2.4 2.3 3.3-1.9-.6-3.5-1.8-4.6-3.3m9.5 3.3c1-1 1.7-2.1 2.3-3.3H19c-1.1 1.5-2.7 2.7-4.5 3.3'/%3E%3C/svg%3E")}.mdi-icon-AI_lorry{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.25 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5zM9.5 16.25a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12.5V6a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v6.5A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2v-4a.75.75 0 0 0 0-1.5m-4-9H6A2.5 2.5 0 0 0 3.5 6v4.3l1.801-3.243A4 4 0 0 1 8.798 5h6.81a4 4 0 0 1 3.598 2.251L20.5 9.914V6A2.5 2.5 0 0 0 18 3.5M20.5 14h-17v4a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5zM6.613 7.786 3.993 12.5H20.09l-2.233-4.593A2.5 2.5 0 0 0 15.608 6.5h-6.81a2.5 2.5 0 0 0-2.185 1.286'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.25 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5zM9.5 16.25a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12.5V6a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v6.5A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2v-4a.75.75 0 0 0 0-1.5m-4-9H6A2.5 2.5 0 0 0 3.5 6v4.3l1.801-3.243A4 4 0 0 1 8.798 5h6.81a4 4 0 0 1 3.598 2.251L20.5 9.914V6A2.5 2.5 0 0 0 18 3.5M20.5 14h-17v4a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5zM6.613 7.786 3.993 12.5H20.09l-2.233-4.593A2.5 2.5 0 0 0 15.608 6.5h-6.81a2.5 2.5 0 0 0-2.185 1.286'/%3E%3C/svg%3E")}.mdi-icon-AI_map{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 13.2c-.4 0-.8.3-.8.8v4.2c0 .7-.6 1.2-1.2 1.2h-3.1l-6.4-15h3.4c.4 0 .8-.3.8-.8s-.5-.6-.9-.6H5.5C4 3 2.8 4.2 2.8 5.8v12.5C2.8 19.8 4 21 5.5 21h12.7c1.5 0 2.8-1.2 2.8-2.8V14c0-.4-.3-.8-.7-.8M4.2 5.8c.1-.7.6-1.3 1.3-1.3H7l3.1 7.2-5.9 2.5zm1.3 13.7c-.7 0-1.2-.6-1.2-1.3v-2.3l6.5-2.8 2.7 6.4zm12.3-7.1c.2 0 .5-.3.5-.3S22 8.2 22 6.2C22 3.9 20.1 2 17.8 2s-4.1 1.9-4.1 4.1c0 2.1 3.6 5.9 3.6 5.9s.3.4.5.4m0-8.9c1.5 0 2.6 1.2 2.6 2.6 0 .9-1.4 2.9-2.6 4.3C16.6 9 15.2 7 15.2 6.1c0-1.4 1.2-2.6 2.6-2.6m0 3.8c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3 13.2c-.4 0-.8.3-.8.8v4.2c0 .7-.6 1.2-1.2 1.2h-3.1l-6.4-15h3.4c.4 0 .8-.3.8-.8s-.5-.6-.9-.6H5.5C4 3 2.8 4.2 2.8 5.8v12.5C2.8 19.8 4 21 5.5 21h12.7c1.5 0 2.8-1.2 2.8-2.8V14c0-.4-.3-.8-.7-.8M4.2 5.8c.1-.7.6-1.3 1.3-1.3H7l3.1 7.2-5.9 2.5zm1.3 13.7c-.7 0-1.2-.6-1.2-1.3v-2.3l6.5-2.8 2.7 6.4zm12.3-7.1c.2 0 .5-.3.5-.3S22 8.2 22 6.2C22 3.9 20.1 2 17.8 2s-4.1 1.9-4.1 4.1c0 2.1 3.6 5.9 3.6 5.9s.3.4.5.4m0-8.9c1.5 0 2.6 1.2 2.6 2.6 0 .9-1.4 2.9-2.6 4.3C16.6 9 15.2 7 15.2 6.1c0-1.4 1.2-2.6 2.6-2.6m0 3.8c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1'/%3E%3C/svg%3E")}.mdi-icon-AI_map_pin{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c-4.5 0-8.2 3.7-8.2 8.2 0 3.4 4.6 8.8 6.9 11.3.3.4.8.6 1.3.6s.9-.2 1.3-.6c2.3-2.5 6.9-7.9 6.9-11.3C20.2 5.7 16.5 2 12 2m.2 18.4c-.1.1-.1.1-.2.1s-.1 0-.2-.1c-4-4.3-6.5-8.3-6.5-10.2a6.7 6.7 0 0 1 13.4 0c0 2-2.5 5.9-6.5 10.2M12 7c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m0 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c-4.5 0-8.2 3.7-8.2 8.2 0 3.4 4.6 8.8 6.9 11.3.3.4.8.6 1.3.6s.9-.2 1.3-.6c2.3-2.5 6.9-7.9 6.9-11.3C20.2 5.7 16.5 2 12 2m.2 18.4c-.1.1-.1.1-.2.1s-.1 0-.2-.1c-4-4.3-6.5-8.3-6.5-10.2a6.7 6.7 0 0 1 13.4 0c0 2-2.5 5.9-6.5 10.2M12 7c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3m0 4.5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5 1.5.7 1.5 1.5-.7 1.5-1.5 1.5'/%3E%3C/svg%3E")}.mdi-icon-AI_motorcycle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.444 8.5.063-1.433q.009-.193.03-.348c.078-.554.274-1.446.706-2.16.396-.654.91-1.059 1.757-1.059s1.36.405 1.757 1.06c.432.713.628 1.605.706 2.159q.021.155.03.348l.063 1.433H17a1.5 1.5 0 0 1 1.5 1.5v1a6.5 6.5 0 0 1-3.5 5.768v1.65A8 8 0 0 0 20 11v-1a3 3 0 0 0-3-3h-1.009a6 6 0 0 0-.016-.252.8.8 0 0 0 .263-.038l3-1a.75.75 0 1 0-.475-1.423l-3 1-.07.027C15.273 3.863 14.287 2 12 2S8.728 3.863 8.307 5.314l-.07-.027-3-1a.75.75 0 0 0-.475 1.423l3 1q.132.043.263.038A6 6 0 0 0 8.01 7H7a3 3 0 0 0-3 3v1a8 8 0 0 0 5 7.419v-1.651A6.5 6.5 0 0 1 5.5 11v-1A1.5 1.5 0 0 1 7 8.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 9.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-1.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10 16a2 2 0 1 1 4 0v4a2 2 0 1 1-4 0zm2.5 0v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 1 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.444 8.5.063-1.433q.009-.193.03-.348c.078-.554.274-1.446.706-2.16.396-.654.91-1.059 1.757-1.059s1.36.405 1.757 1.06c.432.713.628 1.605.706 2.159q.021.155.03.348l.063 1.433H17a1.5 1.5 0 0 1 1.5 1.5v1a6.5 6.5 0 0 1-3.5 5.768v1.65A8 8 0 0 0 20 11v-1a3 3 0 0 0-3-3h-1.009a6 6 0 0 0-.016-.252.8.8 0 0 0 .263-.038l3-1a.75.75 0 1 0-.475-1.423l-3 1-.07.027C15.273 3.863 14.287 2 12 2S8.728 3.863 8.307 5.314l-.07-.027-3-1a.75.75 0 0 0-.475 1.423l3 1q.132.043.263.038A6 6 0 0 0 8.01 7H7a3 3 0 0 0-3 3v1a8 8 0 0 0 5 7.419v-1.651A6.5 6.5 0 0 1 5.5 11v-1A1.5 1.5 0 0 1 7 8.5z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 9.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-1.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10 16a2 2 0 1 1 4 0v4a2 2 0 1 1-4 0zm2.5 0v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 1 0'/%3E%3C/svg%3E")}.mdi-icon-AI_scooter{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.42 6.25H19a.75.75 0 0 1 0 1.5h-3.58A3.5 3.5 0 0 1 15 8.804a6 6 0 0 1 3 5.198v2.25a2.75 2.75 0 0 1-2.75 2.75H15v-1.5h.25c.69 0 1.25-.56 1.25-1.25v-2.25a4.5 4.5 0 0 0-2.584-4.073c-.55.361-1.209.571-1.916.571s-1.366-.21-1.916-.57A4.5 4.5 0 0 0 7.5 14.001v2.25c0 .69.56 1.25 1.25 1.25H9v1.5h-.25A2.75 2.75 0 0 1 6 16.252v-2.25a6 6 0 0 1 3-5.198 3.5 3.5 0 0 1-.42-1.054H5a.75.75 0 0 1 0-1.5h3.58a3.501 3.501 0 0 1 6.84 0m-5.275 1.5-.024-.062a2 2 0 0 1 .024-1.438 2 2 0 1 1 0 1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 14a2 2 0 0 0-2 2v4a2 2 0 1 0 4 0v-4a2 2 0 0 0-2-2m.5 6v-4a.5.5 0 0 0-1 0v4a.5.5 0 0 0 1 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.42 6.25H19a.75.75 0 0 1 0 1.5h-3.58A3.5 3.5 0 0 1 15 8.804a6 6 0 0 1 3 5.198v2.25a2.75 2.75 0 0 1-2.75 2.75H15v-1.5h.25c.69 0 1.25-.56 1.25-1.25v-2.25a4.5 4.5 0 0 0-2.584-4.073c-.55.361-1.209.571-1.916.571s-1.366-.21-1.916-.57A4.5 4.5 0 0 0 7.5 14.001v2.25c0 .69.56 1.25 1.25 1.25H9v1.5h-.25A2.75 2.75 0 0 1 6 16.252v-2.25a6 6 0 0 1 3-5.198 3.5 3.5 0 0 1-.42-1.054H5a.75.75 0 0 1 0-1.5h3.58a3.501 3.501 0 0 1 6.84 0m-5.275 1.5-.024-.062a2 2 0 0 1 .024-1.438 2 2 0 1 1 0 1.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 14a2 2 0 0 0-2 2v4a2 2 0 1 0 4 0v-4a2 2 0 0 0-2-2m.5 6v-4a.5.5 0 0 0-1 0v4a.5.5 0 0 0 1 0'/%3E%3C/svg%3E")}.mdi-icon-AI_tractor{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.656 9.5 1.905-6.097A2 2 0 0 1 10.471 2h3.059a2 2 0 0 1 1.909 1.403L17.344 9.5h.906V4.75H18a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75v5.5h1.598c1.977 0 2.4 2.715.648 3.378q.004.06.004.122v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8q0-.06.004-.121C.249 12.217.672 9.5 2.65 9.5zm7.35-5.65 1.766 5.65H8.228l1.765-5.65a.5.5 0 0 1 .477-.35h3.06a.5.5 0 0 1 .477.35M21.349 11H16v1.934l5.412-1.442c.283-.076.229-.492-.064-.492M14.5 11h-5v6a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5zM8 12.934V11H2.65c-.293 0-.347.416-.065.492zM17.5 21v-6.914l3-.799V21a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5m-14 0v-7.712l3 .8V21a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.656 9.5 1.905-6.097A2 2 0 0 1 10.471 2h3.059a2 2 0 0 1 1.909 1.403L17.344 9.5h.906V4.75H18a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75v5.5h1.598c1.977 0 2.4 2.715.648 3.378q.004.06.004.122v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8q0-.06.004-.121C.249 12.217.672 9.5 2.65 9.5zm7.35-5.65 1.766 5.65H8.228l1.765-5.65a.5.5 0 0 1 .477-.35h3.06a.5.5 0 0 1 .477.35M21.349 11H16v1.934l5.412-1.442c.283-.076.229-.492-.064-.492M14.5 11h-5v6a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5zM8 12.934V11H2.65c-.293 0-.347.416-.065.492zM17.5 21v-6.914l3-.799V21a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5m-14 0v-7.712l3 .8V21a.5.5 0 0 1-.5.5H4a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E")}.mdi-icon-AI_train{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2a4 4 0 0 0-4 4v10c0 1.345.664 2.535 1.681 3.26L4.35 20.593a.75.75 0 0 0 1.06 1.06l1.744-1.743q.41.09.847.09h8q.436 0 .847-.09l1.742 1.742a.75.75 0 0 0 1.06-1.061l-1.33-1.331A4 4 0 0 0 20 16V6a4 4 0 0 0-4-4zm8 1.5H8A2.5 2.5 0 0 0 5.5 6v6.5h13V6A2.5 2.5 0 0 0 16 3.5m-10.25 12a.8.8 0 0 0-.25.043V14h13v1.543a.8.8 0 0 0-.25-.043h-3a.75.75 0 0 0 0 1.5h3l.043-.001A2.5 2.5 0 0 1 16 18.5H8a2.5 2.5 0 0 1-2.293-1.501L5.75 17h3a.75.75 0 0 0 0-1.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 2a4 4 0 0 0-4 4v10c0 1.345.664 2.535 1.681 3.26L4.35 20.593a.75.75 0 0 0 1.06 1.06l1.744-1.743q.41.09.847.09h8q.436 0 .847-.09l1.742 1.742a.75.75 0 0 0 1.06-1.061l-1.33-1.331A4 4 0 0 0 20 16V6a4 4 0 0 0-4-4zm8 1.5H8A2.5 2.5 0 0 0 5.5 6v6.5h13V6A2.5 2.5 0 0 0 16 3.5m-10.25 12a.8.8 0 0 0-.25.043V14h13v1.543a.8.8 0 0 0-.25-.043h-3a.75.75 0 0 0 0 1.5h3l.043-.001A2.5 2.5 0 0 1 16 18.5H8a2.5 2.5 0 0 1-2.293-1.501L5.75 17h3a.75.75 0 0 0 0-1.5z'/%3E%3C/svg%3E")}.mdi-icon-AJ_accessibility{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M12 8.9a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6m-4.74.477a.75.75 0 0 1 .863-.617c1.504.25 2.582.55 3.273 1.004.238.156.443.339.604.553.16-.214.366-.397.604-.553.69-.454 1.77-.753 3.273-1.004a.75.75 0 1 1 .246 1.48c-1.497.25-2.293.513-2.696.777-.181.12-.246.216-.275.281-.03.069-.053.176-.032.369.045.404.24.915.542 1.702l.085.223c.332.869.726 1.947.988 3.26a.75.75 0 1 1-1.47.295c-.238-1.187-.594-2.17-.919-3.02l-.1-.263-.001-.001q-.127-.326-.245-.647-.118.32-.245.647l-.101.264c-.325.85-.681 1.833-.918 3.02a.75.75 0 0 1-1.471-.294c.262-1.314.656-2.392.988-3.261l.085-.223c.301-.787.497-1.298.542-1.702.021-.193-.002-.3-.032-.369-.03-.065-.094-.162-.275-.28-.403-.265-1.2-.529-2.696-.778a.75.75 0 0 1-.617-.863'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0m1.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10M12 8.9a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6m-4.74.477a.75.75 0 0 1 .863-.617c1.504.25 2.582.55 3.273 1.004.238.156.443.339.604.553.16-.214.366-.397.604-.553.69-.454 1.77-.753 3.273-1.004a.75.75 0 1 1 .246 1.48c-1.497.25-2.293.513-2.696.777-.181.12-.246.216-.275.281-.03.069-.053.176-.032.369.045.404.24.915.542 1.702l.085.223c.332.869.726 1.947.988 3.26a.75.75 0 1 1-1.47.295c-.238-1.187-.594-2.17-.919-3.02l-.1-.263-.001-.001q-.127-.326-.245-.647-.118.32-.245.647l-.101.264c-.325.85-.681 1.833-.918 3.02a.75.75 0 0 1-1.471-.294c.262-1.314.656-2.392.988-3.261l.085-.223c.301-.787.497-1.298.542-1.702.021-.193-.002-.3-.032-.369-.03-.065-.094-.162-.275-.28-.403-.265-1.2-.529-2.696-.778a.75.75 0 0 1-.617-.863'/%3E%3C/svg%3E")}.mdi-icon-AJ_address_book{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.7 15.5v.2c0 .7.6 1.3 1.4 1.3H15c.7 0 1.3-.6 1.3-1.3v-.2c0-1.8-1.4-3.2-3.2-3.2h-2.2c-1.8 0-3.2 1.4-3.2 3.2m1.5 0c0-.9.7-1.7 1.7-1.7h2.2c.9 0 1.7.7 1.7 1.7v.1zm5.1-6.2C14.3 8 13.3 7 12 7S9.6 8 9.6 9.3s1 2.4 2.3 2.4 2.4-1 2.4-2.4m-3.2 0c0-.5.4-.8.8-.8.5 0 .9.4.9.8 0 .5-.4.9-.9.9-.4 0-.8-.4-.8-.9m9.7-5.5V20c0 1.4-1.1 2.6-2.5 2.6H5.8c-1.4 0-2.5-1.1-2.5-2.6v-1.5c0-.4.3-.8.8-.8s.8.3.8.8V20c0 .6.5 1.1 1 1.1h12.4c.6 0 1-.5 1-1.1V3.8c0-.6-.5-1-1-1H5.8c-.6 0-1 .5-1 1v1.7c0 .4-.3.8-.8.8s-.8-.4-.8-.8V3.8c0-1.4 1.1-2.5 2.5-2.5h12.4c1.5 0 2.7 1.1 2.7 2.5M4 9.9c.4 0 .8.3.8.8v2.8c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-2.8c0-.4.4-.8.8-.8M2 8c0-.4.3-.8.8-.8h2.6c.4 0 .8.3.8.8s-.4.8-.8.8H2.8c-.4 0-.8-.4-.8-.8m3.4 8.8H2.8c-.4 0-.8-.4-.8-.8s.3-.8.8-.8h2.6c.4 0 .8.3.8.8s-.4.8-.8.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.7 15.5v.2c0 .7.6 1.3 1.4 1.3H15c.7 0 1.3-.6 1.3-1.3v-.2c0-1.8-1.4-3.2-3.2-3.2h-2.2c-1.8 0-3.2 1.4-3.2 3.2m1.5 0c0-.9.7-1.7 1.7-1.7h2.2c.9 0 1.7.7 1.7 1.7v.1zm5.1-6.2C14.3 8 13.3 7 12 7S9.6 8 9.6 9.3s1 2.4 2.3 2.4 2.4-1 2.4-2.4m-3.2 0c0-.5.4-.8.8-.8.5 0 .9.4.9.8 0 .5-.4.9-.9.9-.4 0-.8-.4-.8-.9m9.7-5.5V20c0 1.4-1.1 2.6-2.5 2.6H5.8c-1.4 0-2.5-1.1-2.5-2.6v-1.5c0-.4.3-.8.8-.8s.8.3.8.8V20c0 .6.5 1.1 1 1.1h12.4c.6 0 1-.5 1-1.1V3.8c0-.6-.5-1-1-1H5.8c-.6 0-1 .5-1 1v1.7c0 .4-.3.8-.8.8s-.8-.4-.8-.8V3.8c0-1.4 1.1-2.5 2.5-2.5h12.4c1.5 0 2.7 1.1 2.7 2.5M4 9.9c.4 0 .8.3.8.8v2.8c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-2.8c0-.4.4-.8.8-.8M2 8c0-.4.3-.8.8-.8h2.6c.4 0 .8.3.8.8s-.4.8-.8.8H2.8c-.4 0-.8-.4-.8-.8m3.4 8.8H2.8c-.4 0-.8-.4-.8-.8s.3-.8.8-.8h2.6c.4 0 .8.3.8.8s-.4.8-.8.8'/%3E%3C/svg%3E")}.mdi-icon-AJ_document_horizontal{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m.5 14c0 .28-.22.5-.5.5H4c-.28 0-.5-.22-.5-.5V6c0-.28.22-.5.5-.5h16c.28 0 .5.22.5.5zm-6.75-1.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.28-1-2.28-2.28-2.28h-1.8c-1.28 0-2.28 1-2.28 2.28 0 .41-.34.75-.75.75s-.75-.34-.75-.75a3.74 3.74 0 0 1 3.78-3.78h1.8a3.74 3.74 0 0 1 3.78 3.78m-4.68-4.42c1.33 0 2.42-1.08 2.42-2.42s-1.08-2.42-2.42-2.42-2.42 1.08-2.42 2.42 1.08 2.42 2.42 2.42m0-3.33c.5 0 .92.41.92.92s-.41.92-.92.92-.92-.41-.92-.92.41-.92.92-.92m9.93.13c0 .41-.34.75-.75.75h-3.72c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.72c.41 0 .75.34.75.75m-1.34 2.5c0 .41-.34.75-.75.75h-2.38c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.38c.41 0 .75.34.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m.5 14c0 .28-.22.5-.5.5H4c-.28 0-.5-.22-.5-.5V6c0-.28.22-.5.5-.5h16c.28 0 .5.22.5.5zm-6.75-1.37c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-1.28-1-2.28-2.28-2.28h-1.8c-1.28 0-2.28 1-2.28 2.28 0 .41-.34.75-.75.75s-.75-.34-.75-.75a3.74 3.74 0 0 1 3.78-3.78h1.8a3.74 3.74 0 0 1 3.78 3.78m-4.68-4.42c1.33 0 2.42-1.08 2.42-2.42s-1.08-2.42-2.42-2.42-2.42 1.08-2.42 2.42 1.08 2.42 2.42 2.42m0-3.33c.5 0 .92.41.92.92s-.41.92-.92.92-.92-.41-.92-.92.41-.92.92-.92m9.93.13c0 .41-.34.75-.75.75h-3.72c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.72c.41 0 .75.34.75.75m-1.34 2.5c0 .41-.34.75-.75.75h-2.38c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.38c.41 0 .75.34.75.75'/%3E%3C/svg%3E")}.mdi-icon-AJ_face_confused{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5M8.7 11c-.4 0-.8-.3-.8-.8V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c-.1.4-.4.7-.8.7M16 8.7v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8m-1.1 6.8c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.5-.5-1.1-.8-1.8-.8-.8 0-1.4.3-1.9.8-.3.3-.8.3-1.1 0s-.3-.8 0-1.1c.8-.8 1.8-1.2 2.9-1.2s2.1.4 2.9 1.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5M8.7 11c-.4 0-.8-.3-.8-.8V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c-.1.4-.4.7-.8.7M16 8.7v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8m-1.1 6.8c.3.3.3.8 0 1.1-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.5-.5-1.1-.8-1.8-.8-.8 0-1.4.3-1.9.8-.3.3-.8.3-1.1 0s-.3-.8 0-1.1c.8-.8 1.8-1.2 2.9-1.2s2.1.4 2.9 1.2'/%3E%3C/svg%3E")}.mdi-icon-AJ_face_frown{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1 8.8c0 .4-.3.8-.8.8h-.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h.8c.4 0 .8.3.8.8M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5m-8.6.3c-2.2 0-4 1.8-4 4 0 .4.3.8.8.8s.8-.3.8-.8c0-1.4 1.1-2.5 2.6-2.5 1.4 0 2.5 1.1 2.5 2.5 0 .4.3.8.8.8s.8-.3.8-.8c-.2-2.3-2-4-4.3-4M8.7 9.5h.9c.4 0 .8-.3.8-.8S10 8 9.5 8h-.8c-.4 0-.8.3-.8.8s.4.7.8.7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1 8.8c0 .4-.3.8-.8.8h-.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h.8c.4 0 .8.3.8.8M22 12c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5m-8.6.3c-2.2 0-4 1.8-4 4 0 .4.3.8.8.8s.8-.3.8-.8c0-1.4 1.1-2.5 2.6-2.5 1.4 0 2.5 1.1 2.5 2.5 0 .4.3.8.8.8s.8-.3.8-.8c-.2-2.3-2-4-4.3-4M8.7 9.5h.9c.4 0 .8-.3.8-.8S10 8 9.5 8h-.8c-.4 0-.8.3-.8.8s.4.7.8.7'/%3E%3C/svg%3E")}.mdi-icon-AJ_face_neutral{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9 10.3V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.8m7.3.7c.4 0 .8-.3.8-.8V8.7c0-.4-.4-.7-.8-.7s-.8.3-.8.8v1.5c.1.4.4.7.8.7m6.8 1c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5m-4 3.1c-.9-.9-2.3-.9-3.2 0l-.7.7c-.3.3-.8.3-1 0l-.7-.7c-.8-.8-2.3-.8-3.2 0l-.4.4c-.3.3-.3.8 0 1.1s.8.3 1.1 0l.4-.4c.3-.3.8-.3 1 0l.7.7c.4.4 1 .7 1.6.7s1.2-.2 1.6-.7l.7-.7c.3-.3.8-.3 1 0l.4.4c.3.3.8.3 1.1 0s.3-.8 0-1.1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9 10.3V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.8m7.3.7c.4 0 .8-.3.8-.8V8.7c0-.4-.4-.7-.8-.7s-.8.3-.8.8v1.5c.1.4.4.7.8.7m6.8 1c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5m-4 3.1c-.9-.9-2.3-.9-3.2 0l-.7.7c-.3.3-.8.3-1 0l-.7-.7c-.8-.8-2.3-.8-3.2 0l-.4.4c-.3.3-.3.8 0 1.1s.8.3 1.1 0l.4-.4c.3-.3.8-.3 1 0l.7.7c.4.4 1 .7 1.6.7s1.2-.2 1.6-.7l.7-.7c.3-.3.8-.3 1 0l.4.4c.3.3.8.3 1.1 0s.3-.8 0-1.1z'/%3E%3C/svg%3E")}.mdi-icon-AJ_face_slightly_smile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7 11c-.4 0-.8-.3-.8-.8V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c-.1.4-.4.7-.8.7m6.5-3c-.4 0-.8.3-.8.8v1.5c0 .4.3.8.8.8s.8-.3.8-.8V8.7c0-.4-.4-.7-.8-.7m6.8 4c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5m-6.7 3.5c-.5.5-1.1.8-1.8.8h-.1c-.7 0-1.3-.3-1.8-.8-.3-.3-.8-.3-1.1 0s-.3.8 0 1.1c.8.8 1.8 1.2 2.9 1.2h.1c1.1 0 2.1-.4 2.9-1.2.3-.3.3-.8 0-1.1-.4-.3-.8-.3-1.1 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7 11c-.4 0-.8-.3-.8-.8V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c-.1.4-.4.7-.8.7m6.5-3c-.4 0-.8.3-.8.8v1.5c0 .4.3.8.8.8s.8-.3.8-.8V8.7c0-.4-.4-.7-.8-.7m6.8 4c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5m-6.7 3.5c-.5.5-1.1.8-1.8.8h-.1c-.7 0-1.3-.3-1.8-.8-.3-.3-.8-.3-1.1 0s-.3.8 0 1.1c.8.8 1.8 1.2 2.9 1.2h.1c1.1 0 2.1-.4 2.9-1.2.3-.3.3-.8 0-1.1-.4-.3-.8-.3-1.1 0'/%3E%3C/svg%3E")}.mdi-icon-AJ_face_slighty_frown{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5m3.5-6.8c.2.4 0 .8-.4 1L9.5 17c-.1 0-.2.1-.3.1-.3 0-.6-.2-.7-.5-.2-.4 0-.8.4-1l5.5-2.3c.4-.1.9 0 1.1.4M8.7 11c-.4 0-.8-.3-.8-.8V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c-.1.4-.4.7-.8.7M16 8.7v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m0 18.5c-4.7 0-8.5-3.8-8.5-8.5S7.3 3.5 12 3.5s8.5 3.8 8.5 8.5-3.8 8.5-8.5 8.5m3.5-6.8c.2.4 0 .8-.4 1L9.5 17c-.1 0-.2.1-.3.1-.3 0-.6-.2-.7-.5-.2-.4 0-.8.4-1l5.5-2.3c.4-.1.9 0 1.1.4M8.7 11c-.4 0-.8-.3-.8-.8V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c-.1.4-.4.7-.8.7M16 8.7v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8'/%3E%3C/svg%3E")}.mdi-icon-AJ_face_smile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9 10.3V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.8M15.2 8c-.4 0-.8.3-.8.8v1.5c0 .4.3.8.8.8s.8-.3.8-.8V8.7c0-.4-.4-.7-.8-.7m6.8 4c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5M16 13.8c0 2.2-1.8 4-4 4h-.1c-2.2 0-4-1.8-4-4 0-.4.3-.8.8-.8h6.5c.4 0 .8.4.8.8m-1.6.7H9.5c.3 1 1.3 1.7 2.4 1.7h.1c1.1 0 2-.7 2.4-1.7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.9 10.3V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.8M15.2 8c-.4 0-.8.3-.8.8v1.5c0 .4.3.8.8.8s.8-.3.8-.8V8.7c0-.4-.4-.7-.8-.7m6.8 4c0 5.5-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2s10 4.5 10 10m-1.5 0c0-4.7-3.8-8.5-8.5-8.5S3.5 7.3 3.5 12s3.8 8.5 8.5 8.5 8.5-3.8 8.5-8.5M16 13.8c0 2.2-1.8 4-4 4h-.1c-2.2 0-4-1.8-4-4 0-.4.3-.8.8-.8h6.5c.4 0 .8.4.8.8m-1.6.7H9.5c.3 1 1.3 1.7 2.4 1.7h.1c1.1 0 2-.7 2.4-1.7'/%3E%3C/svg%3E")}.mdi-icon-AJ_many_users{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-1.5 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0M20 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-1.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 20a2 2 0 0 0 .403-.04A2 2 0 0 0 15 18c0-.663-.107-1.3-.306-1.896l-.01-.028A5.995 5.995 0 0 0 9 12H7.001a6 6 0 0 0-6 6 2 2 0 0 0 2 2zM2.5 18A4.5 4.5 0 0 1 7 13.5h2a4.5 4.5 0 0 1 4.5 4.5.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M16.083 15.529a7.5 7.5 0 0 0-.658-1.4A4.5 4.5 0 0 1 16.5 14h1a4.5 4.5 0 0 1 4.5 4.5 1.5 1.5 0 0 1-1.5 1.5h-4.627c.305-.437.513-.948.592-1.5H20.5a3 3 0 0 0-3-3h-1q-.212 0-.417.029'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-1.5 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0M20 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-1.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M13 20a2 2 0 0 0 .403-.04A2 2 0 0 0 15 18c0-.663-.107-1.3-.306-1.896l-.01-.028A5.995 5.995 0 0 0 9 12H7.001a6 6 0 0 0-6 6 2 2 0 0 0 2 2zM2.5 18A4.5 4.5 0 0 1 7 13.5h2a4.5 4.5 0 0 1 4.5 4.5.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M16.083 15.529a7.5 7.5 0 0 0-.658-1.4A4.5 4.5 0 0 1 16.5 14h1a4.5 4.5 0 0 1 4.5 4.5 1.5 1.5 0 0 1-1.5 1.5h-4.627c.305-.437.513-.948.592-1.5H20.5a3 3 0 0 0-3-3h-1q-.212 0-.417.029'/%3E%3C/svg%3E")}.mdi-icon-AJ_user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.61 12H9.39C5.8 12 3 14.81 3 18.39v.57c0 1.19.96 2.15 2.15 2.15h13.71c1.19 0 2.15-.96 2.15-2.15v-.57c0-3.59-2.81-6.39-6.39-6.39zm4.89 6.97c0 .36-.29.65-.65.65H5.15c-.36 0-.65-.29-.65-.65v-.57c0-2.74 2.15-4.89 4.89-4.89h5.22c2.74 0 4.89 2.15 4.89 4.89zm-7.52-8.07c2.46 0 4.45-1.99 4.45-4.45S14.44 2 11.98 2 7.53 3.99 7.53 6.45s1.99 4.45 4.45 4.45m0-7.39a2.949 2.949 0 1 1-2.95 2.95c0-1.63 1.32-2.95 2.95-2.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.61 12H9.39C5.8 12 3 14.81 3 18.39v.57c0 1.19.96 2.15 2.15 2.15h13.71c1.19 0 2.15-.96 2.15-2.15v-.57c0-3.59-2.81-6.39-6.39-6.39zm4.89 6.97c0 .36-.29.65-.65.65H5.15c-.36 0-.65-.29-.65-.65v-.57c0-2.74 2.15-4.89 4.89-4.89h5.22c2.74 0 4.89 2.15 4.89 4.89zm-7.52-8.07c2.46 0 4.45-1.99 4.45-4.45S14.44 2 11.98 2 7.53 3.99 7.53 6.45s1.99 4.45 4.45 4.45m0-7.39a2.949 2.949 0 1 1-2.95 2.95c0-1.63 1.32-2.95 2.95-2.95'/%3E%3C/svg%3E")}.mdi-icon-AJ_user_arrow_right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.21 20.43c0 .41-.34.75-.75.75H5.18c-1.19 0-2.15-.96-2.15-2.15v-.57c0-3.59 2.81-6.39 6.39-6.39h2.77c.41 0 .75.34.75.75s-.34.75-.75.75H9.42c-2.74 0-4.89 2.15-4.89 4.89v.57c0 .36.29.65.65.65h10.28c.41 0 .75.34.75.75M7.38 6.45C7.38 3.99 9.37 2 11.83 2s4.45 1.99 4.45 4.45-1.99 4.45-4.45 4.45-4.45-1.99-4.45-4.45m1.5 0a2.949 2.949 0 1 0 2.95-2.95 2.95 2.95 0 0 0-2.95 2.95m11.87 8.33-2.83-2.83a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.55 1.55h-4.43c-.41 0-.75.34-.75.75s.34.75.75.75h4.43l-1.55 1.55c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l2.83-2.83c.29-.29.29-.77 0-1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.21 20.43c0 .41-.34.75-.75.75H5.18c-1.19 0-2.15-.96-2.15-2.15v-.57c0-3.59 2.81-6.39 6.39-6.39h2.77c.41 0 .75.34.75.75s-.34.75-.75.75H9.42c-2.74 0-4.89 2.15-4.89 4.89v.57c0 .36.29.65.65.65h10.28c.41 0 .75.34.75.75M7.38 6.45C7.38 3.99 9.37 2 11.83 2s4.45 1.99 4.45 4.45-1.99 4.45-4.45 4.45-4.45-1.99-4.45-4.45m1.5 0a2.949 2.949 0 1 0 2.95-2.95 2.95 2.95 0 0 0-2.95 2.95m11.87 8.33-2.83-2.83a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.55 1.55h-4.43c-.41 0-.75.34-.75.75s.34.75.75.75h4.43l-1.55 1.55c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l2.83-2.83c.29-.29.29-.77 0-1.06'/%3E%3C/svg%3E")}.mdi-icon-AJ_user_check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1 20.43c0 .41-.34.75-.75.75H5.07c-1.19 0-2.15-.96-2.15-2.15v-.57c0-3.59 2.81-6.39 6.39-6.39h2.77c.41 0 .75.34.75.75s-.34.75-.75.75H9.31c-2.74 0-4.89 2.15-4.89 4.89v.57c0 .36.29.65.65.65h10.28c.41 0 .75.34.75.75M7.26 6.45C7.26 3.99 9.25 2 11.71 2s4.45 1.99 4.45 4.45-1.99 4.45-4.45 4.45-4.45-1.99-4.45-4.45m1.5 0a2.949 2.949 0 1 0 2.95-2.95c-1.63 0-2.95 1.32-2.95 2.95m12.1 6.8a.754.754 0 0 0-1.06 0l-3.3 3.3-1.68-1.68a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2.21 2.21c.15.15.34.22.53.22s.38-.07.53-.22l3.83-3.83c.29-.29.29-.77 0-1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1 20.43c0 .41-.34.75-.75.75H5.07c-1.19 0-2.15-.96-2.15-2.15v-.57c0-3.59 2.81-6.39 6.39-6.39h2.77c.41 0 .75.34.75.75s-.34.75-.75.75H9.31c-2.74 0-4.89 2.15-4.89 4.89v.57c0 .36.29.65.65.65h10.28c.41 0 .75.34.75.75M7.26 6.45C7.26 3.99 9.25 2 11.71 2s4.45 1.99 4.45 4.45-1.99 4.45-4.45 4.45-4.45-1.99-4.45-4.45m1.5 0a2.949 2.949 0 1 0 2.95-2.95c-1.63 0-2.95 1.32-2.95 2.95m12.1 6.8a.754.754 0 0 0-1.06 0l-3.3 3.3-1.68-1.68a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l2.21 2.21c.15.15.34.22.53.22s.38-.07.53-.22l3.83-3.83c.29-.29.29-.77 0-1.06'/%3E%3C/svg%3E")}.mdi-icon-AJ_user_cog{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.75 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0m-1.5 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0M16.25 19a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0-1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.046 10.292c-.516-1.806-3.076-1.806-3.591 0a1.867 1.867 0 0 1-2.25 1.3c-1.822-.458-3.102 1.76-1.796 3.11a1.867 1.867 0 0 1 0 2.597c-1.306 1.35-.026 3.567 1.796 3.11a1.867 1.867 0 0 1 2.25 1.3c.515 1.806 3.075 1.806 3.591 0a1.867 1.867 0 0 1 2.25-1.3c1.822.457 3.102-1.76 1.795-3.11-.7-.724-.7-1.873 0-2.597 1.307-1.35.027-3.568-1.795-3.11a1.867 1.867 0 0 1-2.25-1.3m-2.149.412a3.367 3.367 0 0 1-4.057 2.342c-.122-.03-.193-.011-.238.01a.4.4 0 0 0-.17.163.4.4 0 0 0-.056.228c.005.05.023.12.11.211a3.367 3.367 0 0 1 0 4.685c-.087.09-.105.161-.11.21a.4.4 0 0 0 .057.229.4.4 0 0 0 .169.163c.045.02.116.04.238.01a3.367 3.367 0 0 1 4.057 2.342c.035.121.087.172.128.201.051.037.13.065.225.065a.4.4 0 0 0 .226-.065c.04-.029.093-.08.128-.201a3.37 3.37 0 0 1 4.056-2.343c.123.031.194.012.239-.01a.4.4 0 0 0 .169-.162.4.4 0 0 0 .056-.228c-.004-.05-.023-.12-.11-.211a3.367 3.367 0 0 1 0-4.685c.087-.09.106-.162.11-.211a.4.4 0 0 0-.056-.228.4.4 0 0 0-.17-.163c-.044-.021-.115-.04-.238-.01a3.37 3.37 0 0 1-4.056-2.342c-.035-.121-.087-.173-.128-.202a.4.4 0 0 0-.226-.065.4.4 0 0 0-.225.066c-.041.028-.093.08-.128.201'/%3E%3Cpath d='M2.75 18a5.5 5.5 0 0 1 5.5-5.5h.25a.75.75 0 0 0 0-1.5h-.25a7 7 0 0 0-7 7v.25a.75.75 0 0 0 1.5 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.75 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0m-1.5 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0M16.25 19a3 3 0 1 0 0-6 3 3 0 0 0 0 6m0-1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.046 10.292c-.516-1.806-3.076-1.806-3.591 0a1.867 1.867 0 0 1-2.25 1.3c-1.822-.458-3.102 1.76-1.796 3.11a1.867 1.867 0 0 1 0 2.597c-1.306 1.35-.026 3.567 1.796 3.11a1.867 1.867 0 0 1 2.25 1.3c.515 1.806 3.075 1.806 3.591 0a1.867 1.867 0 0 1 2.25-1.3c1.822.457 3.102-1.76 1.795-3.11-.7-.724-.7-1.873 0-2.597 1.307-1.35.027-3.568-1.795-3.11a1.867 1.867 0 0 1-2.25-1.3m-2.149.412a3.367 3.367 0 0 1-4.057 2.342c-.122-.03-.193-.011-.238.01a.4.4 0 0 0-.17.163.4.4 0 0 0-.056.228c.005.05.023.12.11.211a3.367 3.367 0 0 1 0 4.685c-.087.09-.105.161-.11.21a.4.4 0 0 0 .057.229.4.4 0 0 0 .169.163c.045.02.116.04.238.01a3.367 3.367 0 0 1 4.057 2.342c.035.121.087.172.128.201.051.037.13.065.225.065a.4.4 0 0 0 .226-.065c.04-.029.093-.08.128-.201a3.37 3.37 0 0 1 4.056-2.343c.123.031.194.012.239-.01a.4.4 0 0 0 .169-.162.4.4 0 0 0 .056-.228c-.004-.05-.023-.12-.11-.211a3.367 3.367 0 0 1 0-4.685c.087-.09.106-.162.11-.211a.4.4 0 0 0-.056-.228.4.4 0 0 0-.17-.163c-.044-.021-.115-.04-.238-.01a3.37 3.37 0 0 1-4.056-2.342c-.035-.121-.087-.173-.128-.202a.4.4 0 0 0-.226-.065.4.4 0 0 0-.225.066c-.041.028-.093.08-.128.201'/%3E%3Cpath d='M2.75 18a5.5 5.5 0 0 1 5.5-5.5h.25a.75.75 0 0 0 0-1.5h-.25a7 7 0 0 0-7 7v.25a.75.75 0 0 0 1.5 0z'/%3E%3C/svg%3E")}.mdi-icon-AJ_user_plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.19 20.39c0 .41-.34.75-.75.75H5.16c-1.19 0-2.15-.96-2.15-2.15v-.57c0-3.59 2.81-6.39 6.39-6.39h2.77c.41 0 .75.34.75.75s-.34.75-.75.75H9.4c-2.74 0-4.89 2.15-4.89 4.89v.57c0 .36.29.65.65.65h10.28c.41 0 .75.34.75.75M7.55 6.41c0-2.46 1.99-4.45 4.45-4.45s4.45 1.99 4.45 4.45-1.99 4.45-4.45 4.45-4.45-1.99-4.45-4.45m1.5 0A2.949 2.949 0 1 0 12 3.46a2.95 2.95 0 0 0-2.95 2.95m11.19 8.11h-1.75v-1.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.75h-1.75c-.41 0-.75.34-.75.75s.34.75.75.75h1.75v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-1.75h1.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.19 20.39c0 .41-.34.75-.75.75H5.16c-1.19 0-2.15-.96-2.15-2.15v-.57c0-3.59 2.81-6.39 6.39-6.39h2.77c.41 0 .75.34.75.75s-.34.75-.75.75H9.4c-2.74 0-4.89 2.15-4.89 4.89v.57c0 .36.29.65.65.65h10.28c.41 0 .75.34.75.75M7.55 6.41c0-2.46 1.99-4.45 4.45-4.45s4.45 1.99 4.45 4.45-1.99 4.45-4.45 4.45-4.45-1.99-4.45-4.45m1.5 0A2.949 2.949 0 1 0 12 3.46a2.95 2.95 0 0 0-2.95 2.95m11.19 8.11h-1.75v-1.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.75h-1.75c-.41 0-.75.34-.75.75s.34.75.75.75h1.75v1.75c0 .41.34.75.75.75s.75-.34.75-.75v-1.75h1.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75'/%3E%3C/svg%3E")}.mdi-icon-AJ_user_square{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V5c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5zm-1.3-1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8c0-1.7-1.3-3-3-3h-3.5c-1.7 0-3 1.3-3 3 0 .4-.3.8-.8.8s-.8-.3-.8-.8c0-2.5 2-4.5 4.5-4.5h3.5c2.8 0 4.7 2 4.7 4.5M12 12c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3m0-4.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V5c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5zm-1.3-1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8c0-1.7-1.3-3-3-3h-3.5c-1.7 0-3 1.3-3 3 0 .4-.3.8-.8.8s-.8-.3-.8-.8c0-2.5 2-4.5 4.5-4.5h3.5c2.8 0 4.7 2 4.7 4.5M12 12c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3m0-4.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5'/%3E%3C/svg%3E")}.mdi-icon-BA_check_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.48 7.89-5.29 5.29c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.62-2.62a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.09 2.09 4.76-4.76c.29-.29.77-.29 1.06 0s.29.77 0 1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.48 7.89-5.29 5.29c-.15.15-.34.22-.53.22s-.38-.07-.53-.22l-2.62-2.62a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l2.09 2.09 4.76-4.76c.29-.29.77-.29 1.06 0s.29.77 0 1.06'/%3E%3C/svg%3E")}.mdi-icon-BA_exclamation_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10m-.75-13.29c0-.41.34-.75.75-.75s.75.34.75.75v3.57c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm.75 5.37c.52 0 .95.43.95.95s-.43.95-.95.95-.95-.43-.95-.95.43-.95.95-.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10m-.75-13.29c0-.41.34-.75.75-.75s.75.34.75.75v3.57c0 .41-.34.75-.75.75s-.75-.34-.75-.75zm.75 5.37c.52 0 .95.43.95.95s-.43.95-.95.95-.95-.43-.95-.95.43-.95.95-.95'/%3E%3C/svg%3E")}.mdi-icon-BA_information_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.8 13.3c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-3.6c0-.4.3-.8.8-.8s.8.3.8.8zM12 9.9c-.5 0-.9-.4-.9-.9s.4-1 .9-1 .9.4.9.9-.4 1-.9 1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m.8 13.3c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-3.6c0-.4.3-.8.8-.8s.8.3.8.8zM12 9.9c-.5 0-.9-.4-.9-.9s.4-1 .9-1 .9.4.9.9-.4 1-.9 1'/%3E%3C/svg%3E")}.mdi-icon-BA_x_mark_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.06c-5.52 0-10 4.47-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10m3.57 12.51c.29.29.29.77 0 1.06s-.77.29-1.06 0L12 13.12l-2.51 2.51c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2.51-2.51-2.51-2.51a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0L12 11l2.51-2.51c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.51 2.51z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.06c-5.52 0-10 4.47-10 10s4.48 10 10 10 10-4.48 10-10-4.48-10-10-10m3.57 12.51c.29.29.29.77 0 1.06s-.77.29-1.06 0L12 13.12l-2.51 2.51c-.29.29-.77.29-1.06 0a.754.754 0 0 1 0-1.06l2.51-2.51-2.51-2.51a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0L12 11l2.51-2.51c.29-.29.77-.29 1.06 0s.29.77 0 1.06l-2.51 2.51z'/%3E%3C/svg%3E")}.mdi-icon-BC_home{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21h-3.02c-1.1 0-2-.9-2-2v-4H10v4c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9.18c0-.73.39-1.4 1.03-1.75l6.92-4.26c.64-.39 1.45-.39 2.09 0l6.92 4.26c.63.35 1.03 1.02 1.03 1.75V19c0 1.1-.9 2-2 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 21h-3.02c-1.1 0-2-.9-2-2v-4H10v4c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V9.18c0-.73.39-1.4 1.03-1.75l6.92-4.26c.64-.39 1.45-.39 2.09 0l6.92 4.26c.63.35 1.03 1.02 1.03 1.75V19c0 1.1-.9 2-2 2z'/%3E%3C/svg%3E")}.mdi-icon-BD_folder{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1 20H3.9c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h5.29c.58 0 1.14.26 1.52.7l2.4 2.3h7c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1 20H3.9c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h5.29c.58 0 1.14.26 1.52.7l2.4 2.3h7c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2z'/%3E%3C/svg%3E")}.mdi-icon-BE_ellipsis_horizontal_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M8 12.95c-.52 0-.95-.43-.95-.95s.43-.95.95-.95.95.43.95.95-.43.95-.95.95m4 0c-.52 0-.95-.43-.95-.95s.43-.95.95-.95.95.43.95.95-.43.95-.95.95m4 0c-.52 0-.95-.43-.95-.95s.43-.95.95-.95.95.43.95.95-.43.95-.95.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M8 12.95c-.52 0-.95-.43-.95-.95s.43-.95.95-.95.95.43.95.95-.43.95-.95.95m4 0c-.52 0-.95-.43-.95-.95s.43-.95.95-.95.95.43.95.95-.43.95-.95.95m4 0c-.52 0-.95-.43-.95-.95s.43-.95.95-.95.95.43.95.95-.43.95-.95.95'/%3E%3C/svg%3E")}.mdi-icon-BE_minus_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.31 10.75H7.69c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.61c.41 0 .75.34.75.75s-.34.75-.75.75z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.31 10.75H7.69c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.61c.41 0 .75.34.75.75s-.34.75-.75.75z'/%3E%3C/svg%3E")}.mdi-icon-BE_plus_circle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.31 10.75h-3.56v3.56c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.56H7.69c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.56V7.69c0-.41.34-.75.75-.75s.75.34.75.75v3.56h3.56c.41 0 .75.34.75.75s-.34.75-.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m4.31 10.75h-3.56v3.56c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.56H7.69c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3.56V7.69c0-.41.34-.75.75-.75s.75.34.75.75v3.56h3.56c.41 0 .75.34.75.75s-.34.75-.75.75'/%3E%3C/svg%3E")}.mdi-icon-BH_qr_scanner{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.83 2.91H5.17c-1.25 0-2.26 1.01-2.26 2.26v13.66c0 1.24 1.01 2.26 2.26 2.26h13.65c1.25 0 2.26-1.01 2.26-2.26V5.17c0-1.25-1.01-2.26-2.26-2.26zM8.77 15.27c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8.73c0-.41.34-.75.75-.75s.75.34.75.75zm4 1.96c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6.72c0-.41.34-.75.75-.75s.75.34.75.75zm4-1.96c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8.73c0-.41.34-.75.75-.75s.75.34.75.75z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.83 2.91H5.17c-1.25 0-2.26 1.01-2.26 2.26v13.66c0 1.24 1.01 2.26 2.26 2.26h13.65c1.25 0 2.26-1.01 2.26-2.26V5.17c0-1.25-1.01-2.26-2.26-2.26zM8.77 15.27c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8.73c0-.41.34-.75.75-.75s.75.34.75.75zm4 1.96c0 .41-.34.75-.75.75s-.75-.34-.75-.75V6.72c0-.41.34-.75.75-.75s.75.34.75.75zm4-1.96c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8.73c0-.41.34-.75.75-.75s.75.34.75.75z'/%3E%3C/svg%3E")}.mdi-icon-BI_bus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 5.75V18a2 2 0 0 1-2 2v.5a1.5 1.5 0 0 1-3 0V20H7v.5a1.5 1.5 0 0 1-3 0V20a2 2 0 0 1-2-2V5.75a.75.75 0 0 1 0-1.5V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v.25a.75.75 0 0 1 0 1.5M20 3.5H4a.5.5 0 0 0-.5.5v8.5h17V4a.5.5 0 0 0-.5-.5M18.25 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5zm-8.75-.75a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 5.75V18a2 2 0 0 1-2 2v.5a1.5 1.5 0 0 1-3 0V20H7v.5a1.5 1.5 0 0 1-3 0V20a2 2 0 0 1-2-2V5.75a.75.75 0 0 1 0-1.5V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v.25a.75.75 0 0 1 0 1.5M20 3.5H4a.5.5 0 0 0-.5.5v8.5h17V4a.5.5 0 0 0-.5-.5M18.25 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5zm-8.75-.75a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E")}.mdi-icon-BI_lorry{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 14a.75.75 0 0 0 0-1.5V6a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v6.5A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2zM3.994 12.5h16.095l-2.233-4.593A2.5 2.5 0 0 0 15.608 6.5h-6.81a2.5 2.5 0 0 0-2.185 1.286zM18.25 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5zm-8.75-.75a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 14a.75.75 0 0 0 0-1.5V6a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v6.5A.75.75 0 0 0 2 14v4a2 2 0 0 0 2 2v.5a1.5 1.5 0 0 0 3 0V20h10v.5a1.5 1.5 0 0 0 3 0V20a2 2 0 0 0 2-2zM3.994 12.5h16.095l-2.233-4.593A2.5 2.5 0 0 0 15.608 6.5h-6.81a2.5 2.5 0 0 0-2.185 1.286zM18.25 17a.75.75 0 0 0 0-1.5h-3a.75.75 0 0 0 0 1.5zm-8.75-.75a.75.75 0 0 1-.75.75h-3a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E")}.mdi-icon-BI_motorcycle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 10a3 3 0 0 1 3-3h1.009q.006-.126.016-.252a.8.8 0 0 1-.263-.038l-3-1a.75.75 0 0 1 .475-1.423l3 1 .07.027C8.727 3.863 9.713 2 12 2s3.272 1.863 3.693 3.314l.07-.027 3-1a.75.75 0 1 1 .475 1.423l-3 1a.8.8 0 0 1-.263.038q.01.126.016.252H17a3 3 0 0 1 3 3v1a8 8 0 0 1-5 7.419V16a3 3 0 1 0-6 0v2.419A8 8 0 0 1 4 11zm8 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3Cpath d='M10 16a2 2 0 1 1 4 0v4a2 2 0 1 1-4 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 10a3 3 0 0 1 3-3h1.009q.006-.126.016-.252a.8.8 0 0 1-.263-.038l-3-1a.75.75 0 0 1 .475-1.423l3 1 .07.027C8.727 3.863 9.713 2 12 2s3.272 1.863 3.693 3.314l.07-.027 3-1a.75.75 0 1 1 .475 1.423l-3 1a.8.8 0 0 1-.263.038q.01.126.016.252H17a3 3 0 0 1 3 3v1a8 8 0 0 1-5 7.419V16a3 3 0 1 0-6 0v2.419A8 8 0 0 1 4 11zm8 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3Cpath d='M10 16a2 2 0 1 1 4 0v4a2 2 0 1 1-4 0z'/%3E%3C/svg%3E")}.mdi-icon-BI_scooter{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 6.25h-3.58a3.501 3.501 0 0 0-6.84 0H5a.75.75 0 0 0 0 1.5h3.58c.083.378.227.733.42 1.054a6 6 0 0 0-3 5.198v2.25a2.75 2.75 0 0 0 2.75 2.75H9V16a3 3 0 1 1 6 0v3.002h.25a2.75 2.75 0 0 0 2.75-2.75v-2.25a6 6 0 0 0-3-5.198 3.5 3.5 0 0 0 .42-1.054H19a.75.75 0 0 0 0-1.5M12 9a2 2 0 1 0 0-4.001A2 2 0 0 0 12 9'/%3E%3Cpath d='M10 16a2 2 0 1 1 4 0v4a2 2 0 1 1-4 0z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 6.25h-3.58a3.501 3.501 0 0 0-6.84 0H5a.75.75 0 0 0 0 1.5h3.58c.083.378.227.733.42 1.054a6 6 0 0 0-3 5.198v2.25a2.75 2.75 0 0 0 2.75 2.75H9V16a3 3 0 1 1 6 0v3.002h.25a2.75 2.75 0 0 0 2.75-2.75v-2.25a6 6 0 0 0-3-5.198 3.5 3.5 0 0 0 .42-1.054H19a.75.75 0 0 0 0-1.5M12 9a2 2 0 1 0 0-4.001A2 2 0 0 0 12 9'/%3E%3Cpath d='M10 16a2 2 0 1 1 4 0v4a2 2 0 1 1-4 0z'/%3E%3C/svg%3E")}.mdi-icon-BI_tractor{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.656 9.5 1.905-6.097A2 2 0 0 1 10.471 2h3.059a2 2 0 0 1 1.909 1.403L17.344 9.5h.906V4.75H18a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75v5.5h1.598c1.977 0 2.4 2.715.648 3.378q.004.06.004.122v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-3.998A2 2 0 0 1 14 19h-4a2 2 0 0 1-2-2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8q0-.061.004-.121C.249 12.217.672 9.5 2.65 9.5zM8 12.934V11H2.65c-.293 0-.347.416-.065.492zm1.993-9.083L8.228 9.5h7.544l-1.765-5.65a.5.5 0 0 0-.477-.35h-3.06a.5.5 0 0 0-.477.35M16 11v1.934l5.412-1.442c.283-.076.229-.492-.064-.492z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m6.656 9.5 1.905-6.097A2 2 0 0 1 10.471 2h3.059a2 2 0 0 1 1.909 1.403L17.344 9.5h.906V4.75H18a.75.75 0 0 1 0-1.5h1a.75.75 0 0 1 .75.75v5.5h1.598c1.977 0 2.4 2.715.648 3.378q.004.06.004.122v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-3.998A2 2 0 0 1 14 19h-4a2 2 0 0 1-2-2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8q0-.061.004-.121C.249 12.217.672 9.5 2.65 9.5zM8 12.934V11H2.65c-.293 0-.347.416-.065.492zm1.993-9.083L8.228 9.5h7.544l-1.765-5.65a.5.5 0 0 0-.477-.35h-3.06a.5.5 0 0 0-.477.35M16 11v1.934l5.412-1.442c.283-.076.229-.492-.064-.492z'/%3E%3C/svg%3E")}.mdi-icon-BI_train{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 6a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a4 4 0 0 1-1.68 3.258l1.331 1.33a.75.75 0 0 1-1.06 1.062l-1.74-1.74A4 4 0 0 1 16 20H8q-.436 0-.848-.09l-1.74 1.741a.75.75 0 0 1-1.062-1.06l1.331-1.331A4 4 0 0 1 4 16zm14.5 9.543v1.414a.8.8 0 0 1-.25.043h-3a.75.75 0 0 1 0-1.5h3q.133 0 .25.043m-9 .707a.75.75 0 0 1-.75.75h-3a.8.8 0 0 1-.25-.043v-1.414a.8.8 0 0 1 .25-.043h3a.75.75 0 0 1 .75.75M8 3.5A2.5 2.5 0 0 0 5.5 6v6.5h13V6A2.5 2.5 0 0 0 16 3.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 6a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a4 4 0 0 1-1.68 3.258l1.331 1.33a.75.75 0 0 1-1.06 1.062l-1.74-1.74A4 4 0 0 1 16 20H8q-.436 0-.848-.09l-1.74 1.741a.75.75 0 0 1-1.062-1.06l1.331-1.331A4 4 0 0 1 4 16zm14.5 9.543v1.414a.8.8 0 0 1-.25.043h-3a.75.75 0 0 1 0-1.5h3q.133 0 .25.043m-9 .707a.75.75 0 0 1-.75.75h-3a.8.8 0 0 1-.25-.043v-1.414a.8.8 0 0 1 .25-.043h3a.75.75 0 0 1 .75.75M8 3.5A2.5 2.5 0 0 0 5.5 6v6.5h13V6A2.5 2.5 0 0 0 16 3.5z'/%3E%3C/svg%3E")}.mdi-icon-BJ_face_confused{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-4.1 8.2V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.9m6.9 6.3c-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.5-.5-1.1-.8-1.8-.8-.8 0-1.4.3-1.9.8-.3.3-.8.3-1.1 0s-.3-.8 0-1.1c.8-.8 1.8-1.2 2.9-1.2q1.8 0 3 1.2c.3.4.2.8-.1 1.1m1.2-6.3c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-4.1 8.2V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.9m6.9 6.3c-.1.1-.3.2-.5.2s-.4-.1-.5-.2c-.5-.5-1.1-.8-1.8-.8-.8 0-1.4.3-1.9.8-.3.3-.8.3-1.1 0s-.3-.8 0-1.1c.8-.8 1.8-1.2 2.9-1.2q1.8 0 3 1.2c.3.4.2.8-.1 1.1m1.2-6.3c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E")}.mdi-icon-BJ_face_frown{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M8.7 8h.9c.4 0 .8.3.8.8s-.4.7-.9.7h-.8c-.4 0-.8-.3-.8-.8s.4-.7.8-.7m6.5 9c-.4 0-.8-.3-.8-.8 0-1.4-1.1-2.5-2.5-2.5-1.5 0-2.6 1.1-2.6 2.5 0 .4-.3.8-.8.8s-.8-.3-.8-.8c0-2.2 1.8-4 4-4s4.1 1.8 4.1 4c.2.4-.2.8-.6.8m.1-7.5h-.9c-.4 0-.8-.3-.8-.8s.5-.7.9-.7h.9c.4 0 .7.3.7.8s-.4.7-.8.7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M8.7 8h.9c.4 0 .8.3.8.8s-.4.7-.9.7h-.8c-.4 0-.8-.3-.8-.8s.4-.7.8-.7m6.5 9c-.4 0-.8-.3-.8-.8 0-1.4-1.1-2.5-2.5-2.5-1.5 0-2.6 1.1-2.6 2.5 0 .4-.3.8-.8.8s-.8-.3-.8-.8c0-2.2 1.8-4 4-4s4.1 1.8 4.1 4c.2.4-.2.8-.6.8m.1-7.5h-.9c-.4 0-.8-.3-.8-.8s.5-.7.9-.7h.9c.4 0 .7.3.7.8s-.4.7-.8.7'/%3E%3C/svg%3E")}.mdi-icon-BJ_face_neutral{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m2.5 6.7c0-.4.3-.8.8-.8s.7.4.7.8v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7zm-6.6 0c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8zm9 7.9c-.3.3-.8.3-1.1 0l-.4-.4c-.3-.3-.8-.3-1 0l-.7.7c-.4.4-1 .6-1.6.6s-1.1-.2-1.6-.6l-.7-.7c-.3-.3-.8-.3-1 0l-.4.4c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1l.4-.4c.9-.9 2.3-.9 3.2 0l.7.7c.3.3.8.3 1 0l.7-.7c.8-.8 2.3-.8 3.2 0l.4.4c.3.3.3.8 0 1.1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m2.5 6.7c0-.4.3-.8.8-.8s.7.4.7.8v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7zm-6.6 0c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8zm9 7.9c-.3.3-.8.3-1.1 0l-.4-.4c-.3-.3-.8-.3-1 0l-.7.7c-.4.4-1 .6-1.6.6s-1.1-.2-1.6-.6l-.7-.7c-.3-.3-.8-.3-1 0l-.4.4c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1l.4-.4c.9-.9 2.3-.9 3.2 0l.7.7c.3.3.8.3 1 0l.7-.7c.8-.8 2.3-.8 3.2 0l.4.4c.3.3.3.8 0 1.1'/%3E%3C/svg%3E")}.mdi-icon-BJ_face_slightly_smile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-4.1 8.2V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.9m7 6.3c-.8.8-1.8 1.2-2.9 1.2q-1.8 0-3-1.2c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0c.5.5 1.1.8 1.8.8.8 0 1.4-.3 1.9-.8.3-.3.8-.3 1.1 0 .2.4.2.8 0 1.1m1.1-6.3c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-4.1 8.2V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.9m7 6.3c-.8.8-1.8 1.2-2.9 1.2q-1.8 0-3-1.2c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0c.5.5 1.1.8 1.8.8.8 0 1.4-.3 1.9-.8.3-.3.8-.3 1.1 0 .2.4.2.8 0 1.1m1.1-6.3c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E")}.mdi-icon-BJ_face_slighty_frown{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-4.1 8.2V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.9m7.2 4.5L9.5 17c-.1 0-.2.1-.3.1-.3 0-.6-.2-.7-.5-.2-.4 0-.8.4-1l5.5-2.3c.4-.2.8 0 1 .4s0 .8-.3 1m.9-4.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m-4.1 8.2V8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.4-.8-.9m7.2 4.5L9.5 17c-.1 0-.2.1-.3.1-.3 0-.6-.2-.7-.5-.2-.4 0-.8.4-1l5.5-2.3c.4-.2.8 0 1 .4s0 .8-.3 1m.9-4.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E")}.mdi-icon-BJ_face_smile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M7.9 8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8zm4.1 9c-2.3 0-4.1-1.8-4.1-4 0-.4.3-.8.8-.8h6.5c.4 0 .8.3.8.8 0 2.3-1.8 4-4 4m4-7.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M7.9 8.7c0-.4.4-.7.8-.7s.8.3.8.8v1.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8zm4.1 9c-2.3 0-4.1-1.8-4.1-4 0-.4.3-.8.8-.8h6.5c.4 0 .8.3.8.8 0 2.3-1.8 4-4 4m4-7.5c0 .4-.3.8-.8.8s-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.4.8.8z'/%3E%3C/svg%3E")}.mdi-icon-BJ_user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.605 12.445h-5.22c-3.59 0-6.39 2.81-6.39 6.39v.57c0 1.19.96 2.15 2.15 2.15h13.71c1.19 0 2.15-.96 2.15-2.15v-.57c0-3.59-2.81-6.39-6.39-6.39zm4.89 6.97c0 .36-.29.65-.65.65h-13.7c-.36 0-.65-.29-.65-.65v-.57c0-2.74 2.15-4.89 4.89-4.89h5.22c2.74 0 4.89 2.15 4.89 4.89zm-7.52-8.07c2.46 0 4.45-1.99 4.45-4.45s-1.99-4.45-4.45-4.45-4.45 1.99-4.45 4.45 1.99 4.45 4.45 4.45m0-7.39a2.949 2.949 0 1 1-2.95 2.95c0-1.63 1.32-2.95 2.95-2.95'/%3E%3Cpath d='M19.495 19.415c0 .36-.29.65-.65.65h-13.7c-.36 0-.65-.29-.65-.65v-.57c0-2.74 2.15-4.89 4.89-4.89h5.22c2.74 0 4.89 2.15 4.89 4.89zM11.975 3.955a2.949 2.949 0 1 1-2.95 2.95c0-1.63 1.32-2.95 2.95-2.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.605 12.445h-5.22c-3.59 0-6.39 2.81-6.39 6.39v.57c0 1.19.96 2.15 2.15 2.15h13.71c1.19 0 2.15-.96 2.15-2.15v-.57c0-3.59-2.81-6.39-6.39-6.39zm4.89 6.97c0 .36-.29.65-.65.65h-13.7c-.36 0-.65-.29-.65-.65v-.57c0-2.74 2.15-4.89 4.89-4.89h5.22c2.74 0 4.89 2.15 4.89 4.89zm-7.52-8.07c2.46 0 4.45-1.99 4.45-4.45s-1.99-4.45-4.45-4.45-4.45 1.99-4.45 4.45 1.99 4.45 4.45 4.45m0-7.39a2.949 2.949 0 1 1-2.95 2.95c0-1.63 1.32-2.95 2.95-2.95'/%3E%3Cpath d='M19.495 19.415c0 .36-.29.65-.65.65h-13.7c-.36 0-.65-.29-.65-.65v-.57c0-2.74 2.15-4.89 4.89-4.89h5.22c2.74 0 4.89 2.15 4.89 4.89zM11.975 3.955a2.949 2.949 0 1 1-2.95 2.95c0-1.63 1.32-2.95 2.95-2.95'/%3E%3C/svg%3E")}.mdi-icon-BJ_user_square{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 9c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5M21 5v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2M9 9c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3-3 1.3-3 3m9.2 8.5c0-2.5-2-4.5-4.5-4.5h-3.5c-2.5 0-4.5 2-4.5 4.5 0 .4.3.8.8.8s.8-.3.8-.8c0-1.7 1.3-3 3-3h3.5c1.7 0 3 1.3 3 3 0 .4.3.8.8.8s.6-.4.6-.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 9c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5M21 5v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2M9 9c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3-3 1.3-3 3m9.2 8.5c0-2.5-2-4.5-4.5-4.5h-3.5c-2.5 0-4.5 2-4.5 4.5 0 .4.3.8.8.8s.8-.3.8-.8c0-1.7 1.3-3 3-3h3.5c1.7 0 3 1.3 3 3 0 .4.3.8.8.8s.6-.4.6-.8'/%3E%3C/svg%3E")}.mdi-icon-CA_bilkom{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.21 2.01H6.81c-1.66 0-3 1.34-3 3V15.9a2.5 2.5 0 0 0 2.5 2.5h.29l-1.42 2.46a.746.746 0 0 0 .64 1.12c.26 0 .51-.13.65-.38l.4-.7h10.25l.41.72c.14.24.39.38.65.38.13 0 .26-.03.37-.1.36-.21.48-.67.27-1.02l-1.43-2.48h.3a2.5 2.5 0 0 0 2.5-2.5V5.01c0-1.66-1.32-3-2.98-3m-9.63 12.6a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m8.68 4.8H7.75l.59-1.02h7.34l.59 1.02zm-1.08-3.55a1.25 1.25 0 1 1 0-2.501 1.25 1.25 0 0 1 0 2.5m3.49-5.21c0 .55-.45 1-1 1H6.34c-.55 0-1-.45-1-1V6.97c0-.55.45-1 1-1h11.33c.55 0 1 .45 1 1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.21 2.01H6.81c-1.66 0-3 1.34-3 3V15.9a2.5 2.5 0 0 0 2.5 2.5h.29l-1.42 2.46a.746.746 0 0 0 .64 1.12c.26 0 .51-.13.65-.38l.4-.7h10.25l.41.72c.14.24.39.38.65.38.13 0 .26-.03.37-.1.36-.21.48-.67.27-1.02l-1.43-2.48h.3a2.5 2.5 0 0 0 2.5-2.5V5.01c0-1.66-1.32-3-2.98-3m-9.63 12.6a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0m8.68 4.8H7.75l.59-1.02h7.34l.59 1.02zm-1.08-3.55a1.25 1.25 0 1 1 0-2.501 1.25 1.25 0 0 1 0 2.5m3.49-5.21c0 .55-.45 1-1 1H6.34c-.55 0-1-.45-1-1V6.97c0-.55.45-1 1-1h11.33c.55 0 1 .45 1 1z'/%3E%3C/svg%3E")}.mdi-icon-CA_clean_air{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.96 9.16h7.84c1.63 0 2.95-1.38 2.95-3.08S13.43 3 11.8 3c-1 0-1.93.52-2.47 1.4-.29.46-.16 1.08.28 1.38s1.04.17 1.33-.29c.19-.31.52-.49.87-.49.57 0 1.03.48 1.03 1.08s-.46 1.08-1.03 1.08H3.96c-.53 0-.96.45-.96 1s.43 1 .96 1M13.44 14.84H3.96c-.53 0-.96.45-.96 1s.43 1 .96 1h9.48c.57 0 1.03.48 1.03 1.08S14.01 19 13.44 19c-.35 0-.67-.18-.87-.49a.94.94 0 0 0-1.33-.29c-.44.3-.57.92-.28 1.38.55.88 1.47 1.4 2.47 1.4 1.63 0 2.95-1.38 2.95-3.08s-1.32-3.08-2.95-3.08z'/%3E%3Cpath d='M18.05 6.85c-1 0-1.93.52-2.47 1.4-.29.46-.16 1.08.28 1.38s1.04.17 1.33-.29c.19-.31.51-.49.87-.49.57 0 1.03.48 1.03 1.08s-.46 1.08-1.03 1.08H3.96c-.53 0-.96.45-.96 1s.43 1 .96 1h14.09c1.63 0 2.95-1.38 2.95-3.08s-1.32-3.08-2.95-3.08'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.96 9.16h7.84c1.63 0 2.95-1.38 2.95-3.08S13.43 3 11.8 3c-1 0-1.93.52-2.47 1.4-.29.46-.16 1.08.28 1.38s1.04.17 1.33-.29c.19-.31.52-.49.87-.49.57 0 1.03.48 1.03 1.08s-.46 1.08-1.03 1.08H3.96c-.53 0-.96.45-.96 1s.43 1 .96 1M13.44 14.84H3.96c-.53 0-.96.45-.96 1s.43 1 .96 1h9.48c.57 0 1.03.48 1.03 1.08S14.01 19 13.44 19c-.35 0-.67-.18-.87-.49a.94.94 0 0 0-1.33-.29c-.44.3-.57.92-.28 1.38.55.88 1.47 1.4 2.47 1.4 1.63 0 2.95-1.38 2.95-3.08s-1.32-3.08-2.95-3.08z'/%3E%3Cpath d='M18.05 6.85c-1 0-1.93.52-2.47 1.4-.29.46-.16 1.08.28 1.38s1.04.17 1.33-.29c.19-.31.51-.49.87-.49.57 0 1.03.48 1.03 1.08s-.46 1.08-1.03 1.08H3.96c-.53 0-.96.45-.96 1s.43 1 .96 1h14.09c1.63 0 2.95-1.38 2.95-3.08s-1.32-3.08-2.95-3.08'/%3E%3C/svg%3E")}.mdi-icon-CA_crw{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 13.94h16.86c.31 0 .53-.31.42-.6l-1.55-4.35a.16.16 0 0 0-.15-.11h-2.95c-.1 0-.17.08-.17.17v1.85s.03.07.07.07h.47c.29 0 .54.24.54.55 0 .29-.23.55-.54.55H7.4c-.29 0-.54-.25-.54-.55s.23-.55.54-.55h.48s.06-.02.06-.06V9.05c0-.1-.08-.18-.18-.18H5.08c-.21 0-.42.16-.5.35l-1.46 4.1c-.11.29.11.6.43.6zM20.65 14.81H3.35c-.19 0-.35.16-.35.35v5.3c0 .29.22.53.53.53h16.94c.29 0 .53-.24.53-.53v-5.3c0-.2-.16-.35-.35-.35'/%3E%3Cpath d='M9.19 10.95h5.58c.12 0 .22-.1.22-.22V3.68a.6.6 0 0 0-.61-.63H9.82a.85.85 0 0 0-.85.85v6.82c0 .12.1.22.22.22zm1.15-4.51c.22-.22.55-.22.77 0l.47.47 1.26-1.26c.22-.22.55-.22.77 0 .24.24.24.57.02.79L12 8.07c-.1.1-.24.16-.39.16a.6.6 0 0 1-.39-.16l-.86-.86a.53.53 0 0 1 0-.77z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 13.94h16.86c.31 0 .53-.31.42-.6l-1.55-4.35a.16.16 0 0 0-.15-.11h-2.95c-.1 0-.17.08-.17.17v1.85s.03.07.07.07h.47c.29 0 .54.24.54.55 0 .29-.23.55-.54.55H7.4c-.29 0-.54-.25-.54-.55s.23-.55.54-.55h.48s.06-.02.06-.06V9.05c0-.1-.08-.18-.18-.18H5.08c-.21 0-.42.16-.5.35l-1.46 4.1c-.11.29.11.6.43.6zM20.65 14.81H3.35c-.19 0-.35.16-.35.35v5.3c0 .29.22.53.53.53h16.94c.29 0 .53-.24.53-.53v-5.3c0-.2-.16-.35-.35-.35'/%3E%3Cpath d='M9.19 10.95h5.58c.12 0 .22-.1.22-.22V3.68a.6.6 0 0 0-.61-.63H9.82a.85.85 0 0 0-.85.85v6.82c0 .12.1.22.22.22zm1.15-4.51c.22-.22.55-.22.77 0l.47.47 1.26-1.26c.22-.22.55-.22.77 0 .24.24.24.57.02.79L12 8.07c-.1.1-.24.16-.39.16a.6.6 0 0 1-.39-.16l-.86-.86a.53.53 0 0 1 0-.77z'/%3E%3C/svg%3E")}.mdi-icon-CA_document_pen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.356 3.143v2.835c0 .288.234.53.531.53h2.835l-3.357-3.356zM13.716 17.354l-1.764.26a.413.413 0 0 1-.46-.458l.262-1.764a.3.3 0 0 1 .099-.19l7.02-7.02c.144-.143.378-.134.53.019l1.495 1.494c.153.153.162.387.018.53l-7.02 7.02a.4.4 0 0 1-.19.1z'/%3E%3Cpath d='M14.796 18.073a.74.74 0 0 1-.369.198l-3.384.64a.717.717 0 0 1-.837-.838l.64-3.384a.7.7 0 0 1 .197-.369l5.877-5.877v-.8H13.5a1.277 1.277 0 0 1-1.278-1.279v-3.42H5.778c-1.08 0-1.953.873-1.953 1.953v13.275c0 1.08.873 1.953 1.953 1.953h9.19c1.08 0 1.952-.873 1.952-1.953v-2.214l-2.124 2.124z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.356 3.143v2.835c0 .288.234.53.531.53h2.835l-3.357-3.356zM13.716 17.354l-1.764.26a.413.413 0 0 1-.46-.458l.262-1.764a.3.3 0 0 1 .099-.19l7.02-7.02c.144-.143.378-.134.53.019l1.495 1.494c.153.153.162.387.018.53l-7.02 7.02a.4.4 0 0 1-.19.1z'/%3E%3Cpath d='M14.796 18.073a.74.74 0 0 1-.369.198l-3.384.64a.717.717 0 0 1-.837-.838l.64-3.384a.7.7 0 0 1 .197-.369l5.877-5.877v-.8H13.5a1.277 1.277 0 0 1-1.278-1.279v-3.42H5.778c-1.08 0-1.953.873-1.953 1.953v13.275c0 1.08.873 1.953 1.953 1.953h9.19c1.08 0 1.952-.873 1.952-1.953v-2.214l-2.124 2.124z'/%3E%3C/svg%3E")}.mdi-icon-CA_e_payments{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.69 13.75V9.97c0-.94.76-1.7 1.7-1.7h4.48V4.8c0-.99-.8-1.8-1.8-1.8H4.81C3.81 3 3 3.81 3 4.8v14.39c0 1 .81 1.81 1.81 1.81h13.26c1 0 1.8-.81 1.8-1.81v-3.75h-4.48c-.94 0-1.7-.76-1.7-1.69'/%3E%3Cpath d='M20.02 9.77h-3.84c-.54 0-.98.44-.98.98v2.18c0 .54.44.98.98.98h3.84c.54 0 .98-.44.98-.98v-2.18c0-.54-.44-.98-.98-.98m-2.72 2.84c-.42 0-.76-.35-.76-.77s.34-.76.76-.76.77.34.77.76-.34.77-.77.77'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.69 13.75V9.97c0-.94.76-1.7 1.7-1.7h4.48V4.8c0-.99-.8-1.8-1.8-1.8H4.81C3.81 3 3 3.81 3 4.8v14.39c0 1 .81 1.81 1.81 1.81h13.26c1 0 1.8-.81 1.8-1.81v-3.75h-4.48c-.94 0-1.7-.76-1.7-1.69'/%3E%3Cpath d='M20.02 9.77h-3.84c-.54 0-.98.44-.98.98v2.18c0 .54.44.98.98.98h3.84c.54 0 .98-.44.98-.98v-2.18c0-.54-.44-.98-.98-.98m-2.72 2.84c-.42 0-.76-.35-.76-.77s.34-.76.76-.76.77.34.77.76-.34.77-.77.77'/%3E%3C/svg%3E")}.mdi-icon-CA_e_recipe{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.87 7.96c0 .02.01.05.01.05.24.98.1 1.94-.27 2.83H13.8c-.27 0-.52.15-.65.38l-.4.7-1.46-2.52a.73.73 0 0 0-.65-.38c-.27 0-.51.14-.65.38l-.83 1.44H3.39c-.37-.89-.51-1.85-.27-2.83q0-.007.004-.017.005-.016.006-.033a5.14 5.14 0 0 1 3.75-3.71q.66-.15 1.29-.15c1.51 0 2.88.65 3.83 1.68a5.2 5.2 0 0 1 3.83-1.68q.63 0 1.29.15c1.83.44 3.29 1.89 3.75 3.71m-8.12 6.22c.27 0 .51-.15.65-.38l.83-1.45h5.52c-.21.28-.44.55-.68.81l-6.68 6.58a.6.6 0 0 1-.39.16.6.6 0 0 1-.39-.16l-6.68-6.58c-.24-.26-.47-.53-.68-.81h5.34c.27 0 .51-.14.65-.37l.4-.7 1.46 2.52c.13.23.38.38.65.38'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.87 7.96c0 .02.01.05.01.05.24.98.1 1.94-.27 2.83H13.8c-.27 0-.52.15-.65.38l-.4.7-1.46-2.52a.73.73 0 0 0-.65-.38c-.27 0-.51.14-.65.38l-.83 1.44H3.39c-.37-.89-.51-1.85-.27-2.83q0-.007.004-.017.005-.016.006-.033a5.14 5.14 0 0 1 3.75-3.71q.66-.15 1.29-.15c1.51 0 2.88.65 3.83 1.68a5.2 5.2 0 0 1 3.83-1.68q.63 0 1.29.15c1.83.44 3.29 1.89 3.75 3.71m-8.12 6.22c.27 0 .51-.15.65-.38l.83-1.45h5.52c-.21.28-.44.55-.68.81l-6.68 6.58a.6.6 0 0 1-.39.16.6.6 0 0 1-.39-.16l-6.68-6.58c-.24-.26-.47-.53-.68-.81h5.34c.27 0 .51-.14.65-.37l.4-.7 1.46 2.52c.13.23.38.38.65.38'/%3E%3C/svg%3E")}.mdi-icon-CA_e_visit_zus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.66 3.44H4.34C3.6 3.44 3 4.04 3 4.78v11.09c0 .74.6 1.34 1.34 1.34h10.48l3.24 3.24c.23.23.6.07.6-.25v-2.98h1c.74 0 1.34-.6 1.34-1.34V4.78c0-.74-.6-1.34-1.34-1.34M12 6.02c1.07 0 1.93.87 1.93 1.95S13.06 9.92 12 9.92s-1.93-.87-1.93-1.95.87-1.95 1.93-1.95m-3.61 7.85A3.65 3.65 0 0 1 12 10.7c1.85 0 3.36 1.38 3.61 3.17.03.26-.17.5-.43.5H8.84c-.26 0-.47-.23-.43-.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.66 3.44H4.34C3.6 3.44 3 4.04 3 4.78v11.09c0 .74.6 1.34 1.34 1.34h10.48l3.24 3.24c.23.23.6.07.6-.25v-2.98h1c.74 0 1.34-.6 1.34-1.34V4.78c0-.74-.6-1.34-1.34-1.34M12 6.02c1.07 0 1.93.87 1.93 1.95S13.06 9.92 12 9.92s-1.93-.87-1.93-1.95.87-1.95 1.93-1.95m-3.61 7.85A3.65 3.65 0 0 1 12 10.7c1.85 0 3.36 1.38 3.61 3.17.03.26-.17.5-.43.5H8.84c-.26 0-.47-.23-.43-.5z'/%3E%3C/svg%3E")}.mdi-icon-CA_energy_allowance{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.65 6.48h-1.26c0-.05.02-.1.02-.15V2.94a.939.939 0 1 0-1.88 0v3.39c0 .05 0 .1.02.15H10.4c0-.05.02-.1.02-.15V2.94a.939.939 0 1 0-1.88 0v3.39c0 .05 0 .1.02.15H7.35c-.86 0-1.56.7-1.56 1.56V9.5c0 2.95 2.17 5.4 5 5.85h-.65a1.25 1.25 0 0 0 0 2.5h.61v2.9a1.25 1.25 0 0 0 2.5 0v-2.9h.61a1.25 1.25 0 0 0 0-2.5h-.74c.08 0 .17 0 .25-.02 2.75-.51 4.85-2.92 4.85-5.82V8.05c0-.86-.7-1.56-1.56-1.56z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.65 6.48h-1.26c0-.05.02-.1.02-.15V2.94a.939.939 0 1 0-1.88 0v3.39c0 .05 0 .1.02.15H10.4c0-.05.02-.1.02-.15V2.94a.939.939 0 1 0-1.88 0v3.39c0 .05 0 .1.02.15H7.35c-.86 0-1.56.7-1.56 1.56V9.5c0 2.95 2.17 5.4 5 5.85h-.65a1.25 1.25 0 0 0 0 2.5h.61v2.9a1.25 1.25 0 0 0 2.5 0v-2.9h.61a1.25 1.25 0 0 0 0-2.5h-.74c.08 0 .17 0 .25-.02 2.75-.51 4.85-2.92 4.85-5.82V8.05c0-.86-.7-1.56-1.56-1.56z'/%3E%3C/svg%3E")}.mdi-icon-CA_energy_limit{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.21 6.97 3.41 3.41a3.67 3.67 0 0 0-.3 2.33c.4 2.03 2.37 3.36 4.4 2.96s3.36-2.37 2.96-4.4a3.75 3.75 0 0 0-2.96-2.96c-.79-.15-1.61-.04-2.33.31L6.98 5.2a1.25 1.25 0 0 0-1.77-.03l-.02.02c-.48.49-.48 1.28.02 1.77zM12 10.74a1.25 1.25 0 1 1-.001 2.5 1.25 1.25 0 0 1 0-2.5'/%3E%3Cpath d='M17.28 3.51c-.58-.37-1.35-.21-1.73.37-.08.13-.14.28-.17.43-.11.51.12 1.03.56 1.31a7.5 7.5 0 0 1 2.46 10.32 7.501 7.501 0 0 1-13.89-3.93c0-.44.04-.88.12-1.31.12-.68-.34-1.33-1.02-1.45s-1.33.34-1.45 1.02c-.96 5.44 2.67 10.63 8.1 11.59 5.44.96 10.63-2.67 11.59-8.1q.15-.87.15-1.74c0-3.46-1.79-6.67-4.72-8.49zM12 4.5A1.25 1.25 0 1 0 12 2a1.25 1.25 0 0 0 0 2.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.21 6.97 3.41 3.41a3.67 3.67 0 0 0-.3 2.33c.4 2.03 2.37 3.36 4.4 2.96s3.36-2.37 2.96-4.4a3.75 3.75 0 0 0-2.96-2.96c-.79-.15-1.61-.04-2.33.31L6.98 5.2a1.25 1.25 0 0 0-1.77-.03l-.02.02c-.48.49-.48 1.28.02 1.77zM12 10.74a1.25 1.25 0 1 1-.001 2.5 1.25 1.25 0 0 1 0-2.5'/%3E%3Cpath d='M17.28 3.51c-.58-.37-1.35-.21-1.73.37-.08.13-.14.28-.17.43-.11.51.12 1.03.56 1.31a7.5 7.5 0 0 1 2.46 10.32 7.501 7.501 0 0 1-13.89-3.93c0-.44.04-.88.12-1.31.12-.68-.34-1.33-1.02-1.45s-1.33.34-1.45 1.02c-.96 5.44 2.67 10.63 8.1 11.59 5.44.96 10.63-2.67 11.59-8.1q.15-.87.15-1.74c0-3.46-1.79-6.67-4.72-8.49zM12 4.5A1.25 1.25 0 1 0 12 2a1.25 1.25 0 0 0 0 2.5'/%3E%3C/svg%3E")}.mdi-icon-CA_environmental_violation{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.78 9.35a4.195 4.195 0 0 0-5.92 0 4.16 4.16 0 0 0-.76 4.86c.61 1.18 2.14 3.47 3.04 4.79.33.48 1.03.48 1.36 0 .89-1.32 2.42-3.61 3.04-4.79.84-1.61.53-3.57-.76-4.86m-2.96 5.03c-1.23 0-2.23-1-2.23-2.24s1-2.24 2.23-2.24 2.23 1 2.23 2.24-1 2.24-2.23 2.24m-2.9 3.54c.07.11 0 .25-.14.25h-3.37v1.82c0 .56-.46 1.02-1.02 1.02H9.3c-.56 0-1.03-.46-1.03-1.03v-1.82H4.53c-1.08 0-1.82-1.1-1.42-2.11L7.92 3.97c.51-1.28 2.33-1.28 2.84 0l1.96 4.91q-.21.165-.42.36a4.16 4.16 0 0 0-.76 4.86c.48.92 1.52 2.53 2.38 3.81z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.78 9.35a4.195 4.195 0 0 0-5.92 0 4.16 4.16 0 0 0-.76 4.86c.61 1.18 2.14 3.47 3.04 4.79.33.48 1.03.48 1.36 0 .89-1.32 2.42-3.61 3.04-4.79.84-1.61.53-3.57-.76-4.86m-2.96 5.03c-1.23 0-2.23-1-2.23-2.24s1-2.24 2.23-2.24 2.23 1 2.23 2.24-1 2.24-2.23 2.24m-2.9 3.54c.07.11 0 .25-.14.25h-3.37v1.82c0 .56-.46 1.02-1.02 1.02H9.3c-.56 0-1.03-.46-1.03-1.03v-1.82H4.53c-1.08 0-1.82-1.1-1.42-2.11L7.92 3.97c.51-1.28 2.33-1.28 2.84 0l1.96 4.91q-.21.165-.42.36a4.16 4.16 0 0 0-.76 4.86c.48.92 1.52 2.53 2.38 3.81z'/%3E%3C/svg%3E")}.mdi-icon-CA_gas_allowance{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.17 17.37a5.09 5.09 0 0 0 3.74-8.99c-.41-.34-.81-.71-1.14-1.13-1.53-1.99-1.15-3.72-.97-4.27.03-.1-.02-.14-.12-.1-3.29 1.45-4.05 3.7-4.09 5.38v.02s.03 1.01.49 2.11c.15.35-.09.75-.47.8-.26.04-.52-.1-.63-.34-.16-.35-.36-.86-.39-1.3 0-.09-.12-.12-.17-.05-.42.63-.71 1.37-.81 2.17-.36 2.8 1.74 5.42 4.54 5.7zM18.88 18.87H5.12A1.12 1.12 0 0 0 4 19.99v.03c0 .619.501 1.12 1.12 1.12h13.76A1.12 1.12 0 0 0 20 20.02v-.03a1.12 1.12 0 0 0-1.12-1.12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.17 17.37a5.09 5.09 0 0 0 3.74-8.99c-.41-.34-.81-.71-1.14-1.13-1.53-1.99-1.15-3.72-.97-4.27.03-.1-.02-.14-.12-.1-3.29 1.45-4.05 3.7-4.09 5.38v.02s.03 1.01.49 2.11c.15.35-.09.75-.47.8-.26.04-.52-.1-.63-.34-.16-.35-.36-.86-.39-1.3 0-.09-.12-.12-.17-.05-.42.63-.71 1.37-.81 2.17-.36 2.8 1.74 5.42 4.54 5.7zM18.88 18.87H5.12A1.12 1.12 0 0 0 4 19.99v.03c0 .619.501 1.12 1.12 1.12h13.76A1.12 1.12 0 0 0 20 20.02v-.03a1.12 1.12 0 0 0-1.12-1.12'/%3E%3C/svg%3E")}.mdi-icon-CA_heat_bonus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.09 8.11q.075.09.21.09t.21-.09l1.65-1.65c.11-.11.11-.3 0-.43l-.71-.71a.33.33 0 0 0-.21-.09c-.08 0-.17.04-.22.09l-1.65 1.65c-.05.05-.09.14-.09.21 0 .1.05.18.09.22zM16.51 15.89a.3.3 0 0 0-.22-.09q-.12 0-.21.09l-.71.71q-.09.09-.09.21c0 .08.03.16.09.22l1.65 1.65c.06.06.13.09.22.09q.12 0 .21-.09l.71-.71c.05-.06.09-.13.09-.21a.36.36 0 0 0-.09-.22zM20.13 11.2h-2.34a.3.3 0 0 0-.3.3v1c0 .17.14.31.3.31h2.34c.17 0 .3-.15.3-.31v-1c0-.17-.15-.3-.3-.3M11.83 3h-.58c-.28 0-.5.22-.5.5v1.63l-1.27-.7a.557.557 0 0 0-.77.23l-.22.37c-.14.28-.04.63.23.79l2.03 1.11v3.66L7.58 8.77l.04-2.32c0-.15-.05-.3-.17-.41a.52.52 0 0 0-.39-.17h-.41c-.19 0-.33.05-.44.15-.1.11-.16.24-.17.4l-.02 1.45-1.35-.78c-.1-.06-.2-.09-.29-.09-.2 0-.39.12-.5.29l-.22.37c-.07.14-.09.31-.05.45.03.14.14.27.27.34l1.37.79-1.28.77a.57.57 0 0 0-.2.78l.23.37c.08.14.21.22.37.26q.045.03.12.03c.11 0 .2-.04.29-.09l2.03-1.23 3.17 1.85-3.22 1.86-1.97-1.21a.75.75 0 0 0-.3-.08c-.05 0-.11 0-.14.02a.52.52 0 0 0-.35.26l-.22.37c-.17.27-.08.63.19.78l1.23.74-1.35.79a.55.55 0 0 0-.26.35.56.56 0 0 0 .05.42l.22.39c.11.18.29.29.5.29.08 0 .19-.03.28-.08l1.38-.79.02 1.47c.01.13.04.29.18.42.1.09.23.15.41.16h.43c.14-.01.29-.08.39-.18.12-.12.17-.26.17-.42l-.04-2.36 3.17-1.82v3.7l-2.03 1.13c-.13.07-.23.19-.27.33-.04.16-.03.3.04.44l.22.38c.07.14.2.23.33.27a.519.519 0 0 0 .44-.04l1.27-.71v1.64c0 .28.22.5.5.5h.58c.28 0 .5-.22.5-.5v-17c0-.28-.22-.5-.5-.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.09 8.11q.075.09.21.09t.21-.09l1.65-1.65c.11-.11.11-.3 0-.43l-.71-.71a.33.33 0 0 0-.21-.09c-.08 0-.17.04-.22.09l-1.65 1.65c-.05.05-.09.14-.09.21 0 .1.05.18.09.22zM16.51 15.89a.3.3 0 0 0-.22-.09q-.12 0-.21.09l-.71.71q-.09.09-.09.21c0 .08.03.16.09.22l1.65 1.65c.06.06.13.09.22.09q.12 0 .21-.09l.71-.71c.05-.06.09-.13.09-.21a.36.36 0 0 0-.09-.22zM20.13 11.2h-2.34a.3.3 0 0 0-.3.3v1c0 .17.14.31.3.31h2.34c.17 0 .3-.15.3-.31v-1c0-.17-.15-.3-.3-.3M11.83 3h-.58c-.28 0-.5.22-.5.5v1.63l-1.27-.7a.557.557 0 0 0-.77.23l-.22.37c-.14.28-.04.63.23.79l2.03 1.11v3.66L7.58 8.77l.04-2.32c0-.15-.05-.3-.17-.41a.52.52 0 0 0-.39-.17h-.41c-.19 0-.33.05-.44.15-.1.11-.16.24-.17.4l-.02 1.45-1.35-.78c-.1-.06-.2-.09-.29-.09-.2 0-.39.12-.5.29l-.22.37c-.07.14-.09.31-.05.45.03.14.14.27.27.34l1.37.79-1.28.77a.57.57 0 0 0-.2.78l.23.37c.08.14.21.22.37.26q.045.03.12.03c.11 0 .2-.04.29-.09l2.03-1.23 3.17 1.85-3.22 1.86-1.97-1.21a.75.75 0 0 0-.3-.08c-.05 0-.11 0-.14.02a.52.52 0 0 0-.35.26l-.22.37c-.17.27-.08.63.19.78l1.23.74-1.35.79a.55.55 0 0 0-.26.35.56.56 0 0 0 .05.42l.22.39c.11.18.29.29.5.29.08 0 .19-.03.28-.08l1.38-.79.02 1.47c.01.13.04.29.18.42.1.09.23.15.41.16h.43c.14-.01.29-.08.39-.18.12-.12.17-.26.17-.42l-.04-2.36 3.17-1.82v3.7l-2.03 1.13c-.13.07-.23.19-.27.33-.04.16-.03.3.04.44l.22.38c.07.14.2.23.33.27a.519.519 0 0 0 .44-.04l1.27-.71v1.64c0 .28.22.5.5.5h.58c.28 0 .5-.22.5-.5v-17c0-.28-.22-.5-.5-.5'/%3E%3C/svg%3E")}.mdi-icon-CA_m_business{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.2 6a3 3 0 0 1 3-3h3.6a3 3 0 0 1 3 3v.6h3.45c.14 0 .21 0 .268.006a1.2 1.2 0 0 1 1.077 1.076c.005.059.005.129.005.268 0 .418 0 .627-.017.803a3.6 3.6 0 0 1-3.23 3.23c-.176.017-.385.017-.803.017H6.45c-.418 0-.626 0-.802-.017a3.6 3.6 0 0 1-3.23-3.23C2.4 8.577 2.4 8.368 2.4 7.95c0-.14 0-.209.006-.268a1.2 1.2 0 0 1 1.077-1.076C3.54 6.6 3.61 6.6 3.75 6.6H7.2zm1.8.6h6V6a1.2 1.2 0 0 0-1.2-1.2h-3.6A1.2 1.2 0 0 0 9 6zm-6.6 8.64v-3.664c.801.907 1.94 1.509 3.224 1.61.188.015.41.015.856.015H9c0 .592.008.903.131 1.144a1.2 1.2 0 0 0 .525.524c.256.131.592.131 1.264.131h2.16c.672 0 1.008 0 1.265-.13a1.2 1.2 0 0 0 .525-.525c.122-.241.13-.552.13-1.144h2.52c.446 0 .669 0 .857-.015a4.8 4.8 0 0 0 3.223-1.61v3.665c0 2.016 0 3.024-.392 3.794a3.6 3.6 0 0 1-1.573 1.573c-.77.393-1.778.393-3.795.393H8.16c-2.016 0-3.024 0-3.794-.393a3.6 3.6 0 0 1-1.573-1.573c-.393-.77-.393-1.778-.393-3.794'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.2 6a3 3 0 0 1 3-3h3.6a3 3 0 0 1 3 3v.6h3.45c.14 0 .21 0 .268.006a1.2 1.2 0 0 1 1.077 1.076c.005.059.005.129.005.268 0 .418 0 .627-.017.803a3.6 3.6 0 0 1-3.23 3.23c-.176.017-.385.017-.803.017H6.45c-.418 0-.626 0-.802-.017a3.6 3.6 0 0 1-3.23-3.23C2.4 8.577 2.4 8.368 2.4 7.95c0-.14 0-.209.006-.268a1.2 1.2 0 0 1 1.077-1.076C3.54 6.6 3.61 6.6 3.75 6.6H7.2zm1.8.6h6V6a1.2 1.2 0 0 0-1.2-1.2h-3.6A1.2 1.2 0 0 0 9 6zm-6.6 8.64v-3.664c.801.907 1.94 1.509 3.224 1.61.188.015.41.015.856.015H9c0 .592.008.903.131 1.144a1.2 1.2 0 0 0 .525.524c.256.131.592.131 1.264.131h2.16c.672 0 1.008 0 1.265-.13a1.2 1.2 0 0 0 .525-.525c.122-.241.13-.552.13-1.144h2.52c.446 0 .669 0 .857-.015a4.8 4.8 0 0 0 3.223-1.61v3.665c0 2.016 0 3.024-.392 3.794a3.6 3.6 0 0 1-1.573 1.573c-.77.393-1.778.393-3.795.393H8.16c-2.016 0-3.024 0-3.794-.393a3.6 3.6 0 0 1-1.573-1.573c-.393-.77-.393-1.778-.393-3.794'/%3E%3C/svg%3E")}.mdi-icon-CA_news{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.15 11.11 1.74-4.1c.17-.39.73-.38.88.02l1.44 3.96c.23.63.73 1.14 1.36 1.38l4.12 1.56c.4.15.41.71.02.88l-4.22 1.79c-.58.25-1.04.72-1.26 1.31l-1.46 3.81a.47.47 0 0 1-.87.02l-1.76-3.95c-.23-.52-.65-.94-1.17-1.17l-4.02-1.81a.472.472 0 0 1 .02-.87l3.92-1.58c.57-.23 1.03-.68 1.27-1.24zM4.41 7.05l.89-2.1c.09-.2.37-.19.45.01l.74 2.03c.12.32.37.58.7.7l2.11.8c.2.08.21.36 0 .45l-2.16.91c-.3.13-.53.37-.65.67l-.75 1.95c-.08.2-.36.21-.45.01l-.9-2.02c-.12-.27-.33-.48-.6-.6l-2.06-.93c-.19-.09-.19-.37 0-.45l2.01-.81c.29-.12.53-.35.65-.64zM10.13 3.28l.51-1.19c.05-.11.21-.11.26 0l.42 1.15c.07.18.21.33.4.4l1.2.45c.12.04.12.21 0 .26l-1.23.52a.7.7 0 0 0-.37.38l-.42 1.11c-.04.11-.2.12-.25 0l-.51-1.15a.7.7 0 0 0-.34-.34l-1.17-.53c-.11-.05-.11-.21 0-.25l1.14-.46c.17-.07.3-.2.37-.36z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.15 11.11 1.74-4.1c.17-.39.73-.38.88.02l1.44 3.96c.23.63.73 1.14 1.36 1.38l4.12 1.56c.4.15.41.71.02.88l-4.22 1.79c-.58.25-1.04.72-1.26 1.31l-1.46 3.81a.47.47 0 0 1-.87.02l-1.76-3.95c-.23-.52-.65-.94-1.17-1.17l-4.02-1.81a.472.472 0 0 1 .02-.87l3.92-1.58c.57-.23 1.03-.68 1.27-1.24zM4.41 7.05l.89-2.1c.09-.2.37-.19.45.01l.74 2.03c.12.32.37.58.7.7l2.11.8c.2.08.21.36 0 .45l-2.16.91c-.3.13-.53.37-.65.67l-.75 1.95c-.08.2-.36.21-.45.01l-.9-2.02c-.12-.27-.33-.48-.6-.6l-2.06-.93c-.19-.09-.19-.37 0-.45l2.01-.81c.29-.12.53-.35.65-.64zM10.13 3.28l.51-1.19c.05-.11.21-.11.26 0l.42 1.15c.07.18.21.33.4.4l1.2.45c.12.04.12.21 0 .26l-1.23.52a.7.7 0 0 0-.37.38l-.42 1.11c-.04.11-.2.12-.25 0l-.51-1.15a.7.7 0 0 0-.34-.34l-1.17-.53c-.11-.05-.11-.21 0-.25l1.14-.46c.17-.07.3-.2.37-.36z'/%3E%3C/svg%3E")}.mdi-icon-CA_penalty{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.37 16.32H4.63c-.36 0-.54.44-.28.69 1.17 1.12 3.79 3.11 7.65 3.18 3.86-.06 6.48-2.06 7.65-3.18.26-.25.08-.69-.28-.69M12.22 9.94a.5.5 0 0 0-.22-.06c-.08 0-.17.03-.23.06-.42.19-1.33.59-1.54.7-.14.07-.19.17-.19.32.05.67.29 2.66 1.75 3.37.07.03.14.05.2.04.06 0 .13-.01.2-.04 1.46-.7 1.71-2.7 1.75-3.37 0-.14-.05-.25-.19-.32-.22-.11-1.12-.51-1.54-.7z'/%3E%3Cpath d='M20.7 8.86c-3.62-1.25-5.81-3.13-7.15-4.42-.87-.84-2.24-.84-3.11 0C9.1 5.73 6.92 7.61 3.29 8.86c-.72.25-.11 1.9 1.34 2.91 1.3-.39 2.69-.68 4.13-.85.18-.02.31-.19.28-.38-.07-.42-.11-.37-.12-.61a.5.5 0 0 1 .29-.5c.34-.17 1.77-.81 2.43-1.1.09-.04.23-.1.35-.09a.9.9 0 0 1 .35.09c.67.29 2.09.93 2.43 1.1.22.11.31.27.29.5-.02.24-.05.19-.12.61-.03.18.1.35.28.37 1.39.16 2.72.44 3.98.81.1.03.2.01.29-.05 1.35-1.02 1.9-2.58 1.2-2.82zM14.7 14.8h4.14c.2 0 .37-.17.37-.37v-1.21c0-.12-.08-.24-.2-.27-.98-.28-2.02-.48-3.1-.62a.72.72 0 0 0-.76.48c-.17.48-.41.97-.74 1.41-.18.24 0 .58.3.58zM8.09 12.33c-1.07.14-2.11.35-3.1.62a.27.27 0 0 0-.2.27v1.21c0 .2.17.37.37.37h4.13c.3 0 .48-.34.3-.58-.32-.43-.56-.92-.74-1.41a.72.72 0 0 0-.76-.48'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.37 16.32H4.63c-.36 0-.54.44-.28.69 1.17 1.12 3.79 3.11 7.65 3.18 3.86-.06 6.48-2.06 7.65-3.18.26-.25.08-.69-.28-.69M12.22 9.94a.5.5 0 0 0-.22-.06c-.08 0-.17.03-.23.06-.42.19-1.33.59-1.54.7-.14.07-.19.17-.19.32.05.67.29 2.66 1.75 3.37.07.03.14.05.2.04.06 0 .13-.01.2-.04 1.46-.7 1.71-2.7 1.75-3.37 0-.14-.05-.25-.19-.32-.22-.11-1.12-.51-1.54-.7z'/%3E%3Cpath d='M20.7 8.86c-3.62-1.25-5.81-3.13-7.15-4.42-.87-.84-2.24-.84-3.11 0C9.1 5.73 6.92 7.61 3.29 8.86c-.72.25-.11 1.9 1.34 2.91 1.3-.39 2.69-.68 4.13-.85.18-.02.31-.19.28-.38-.07-.42-.11-.37-.12-.61a.5.5 0 0 1 .29-.5c.34-.17 1.77-.81 2.43-1.1.09-.04.23-.1.35-.09a.9.9 0 0 1 .35.09c.67.29 2.09.93 2.43 1.1.22.11.31.27.29.5-.02.24-.05.19-.12.61-.03.18.1.35.28.37 1.39.16 2.72.44 3.98.81.1.03.2.01.29-.05 1.35-1.02 1.9-2.58 1.2-2.82zM14.7 14.8h4.14c.2 0 .37-.17.37-.37v-1.21c0-.12-.08-.24-.2-.27-.98-.28-2.02-.48-3.1-.62a.72.72 0 0 0-.76.48c-.17.48-.41.97-.74 1.41-.18.24 0 .58.3.58zM8.09 12.33c-1.07.14-2.11.35-3.1.62a.27.27 0 0 0-.2.27v1.21c0 .2.17.37.37.37h4.13c.3 0 .48-.34.3-.58-.32-.43-.56-.92-.74-1.41a.72.72 0 0 0-.76-.48'/%3E%3C/svg%3E")}.mdi-icon-CA_pesel_reserve{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.44 5.15a.65.65 0 0 0-.54-.49c-3.37-.59-5.69-1.88-6.54-2.4a.66.66 0 0 0-.36-.11c-.12 0-.24.04-.35.11-.85.52-3.18 1.81-6.54 2.4-.26.04-.48.23-.55.49-1.24 4.88-.41 9.43 2.47 12.89 1.79 2.14 3.86 3.33 4.67 3.73.09.05.2.08.3.08.11 0 .21-.03.31-.08.81-.4 2.88-1.59 4.67-3.73 2.88-3.46 3.71-8.01 2.46-12.89m-4.21 9.43c0 .47-.38.86-.86.86H9.64a.86.86 0 0 1-.86-.86V12c0-.47.38-.86.86-.86h.12v-1.13c0-1.24 1-2.24 2.24-2.24s2.24 1 2.24 2.24v1.13h.12c.47 0 .86.38.86.86v2.58z'/%3E%3Cpath d='M12 9.05c-.52 0-.95.43-.95.95v1.13h1.9V10c0-.52-.43-.95-.95-.95'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.44 5.15a.65.65 0 0 0-.54-.49c-3.37-.59-5.69-1.88-6.54-2.4a.66.66 0 0 0-.36-.11c-.12 0-.24.04-.35.11-.85.52-3.18 1.81-6.54 2.4-.26.04-.48.23-.55.49-1.24 4.88-.41 9.43 2.47 12.89 1.79 2.14 3.86 3.33 4.67 3.73.09.05.2.08.3.08.11 0 .21-.03.31-.08.81-.4 2.88-1.59 4.67-3.73 2.88-3.46 3.71-8.01 2.46-12.89m-4.21 9.43c0 .47-.38.86-.86.86H9.64a.86.86 0 0 1-.86-.86V12c0-.47.38-.86.86-.86h.12v-1.13c0-1.24 1-2.24 2.24-2.24s2.24 1 2.24 2.24v1.13h.12c.47 0 .86.38.86.86v2.58z'/%3E%3Cpath d='M12 9.05c-.52 0-.95.43-.95.95v1.13h1.9V10c0-.52-.43-.95-.95-.95'/%3E%3C/svg%3E")}.mdi-icon-CA_pole_abroad{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.57 20.53v-3.3l3.24-2.76 3.37 4.98c.43.64 1.43.33 1.43-.45l-1.33-8.07c3.35-3.73 5.32-7.01 4.56-7.78s-4.02 1.22-7.72 4.6L5.14 6.42c-.77 0-1.08 1-.44 1.44l4.92 3.39-2.79 3.33H3.48c-.42 0-.63.51-.33.81l1.94 1.87-.11.59c-.14.76.53 1.42 1.29 1.28l.59-.11 1.92 1.83c.3.29.8.07.8-.34z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.57 20.53v-3.3l3.24-2.76 3.37 4.98c.43.64 1.43.33 1.43-.45l-1.33-8.07c3.35-3.73 5.32-7.01 4.56-7.78s-4.02 1.22-7.72 4.6L5.14 6.42c-.77 0-1.08 1-.44 1.44l4.92 3.39-2.79 3.33H3.48c-.42 0-.63.51-.33.81l1.94 1.87-.11.59c-.14.76.53 1.42 1.29 1.28l.59-.11 1.92 1.83c.3.29.8.07.8-.34z'/%3E%3C/svg%3E")}.mdi-icon-CA_proxies{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.78 6.24c0-1.04.85-1.89 1.89-1.89s1.89.85 1.89 1.89-.85 1.89-1.89 1.89-1.89-.85-1.89-1.89M6.26 8.13c1.04 0 1.89-.85 1.89-1.89S7.3 4.35 6.26 4.35s-1.89.85-1.89 1.89.85 1.89 1.89 1.89m5.72-.86c1.18 0 2.13-.95 2.13-2.13s-.95-2.13-2.13-2.13-2.13.95-2.13 2.13.95 2.13 2.13 2.13m3.8 2.99h-.03a2.29 2.29 0 0 0-2.29-2.29h-2.91a2.29 2.29 0 0 0-2.29 2.29v5.07c0 .94.57 1.78 1.4 2.13v3.52h4.72v-3.55c.81-.35 1.4-1.16 1.4-2.13zM6.96 15.3v-5.04c0-.54.13-1.05.35-1.54H5.02C3.91 8.72 3 9.63 3 10.74v4.45c0 .84.51 1.54 1.24 1.86v3.36c0 .31.25.56.56.56h3.56v-2.85c-.86-.67-1.4-1.7-1.4-2.83zm12-6.58h-2.27c.22.46.35.97.35 1.54v5.07c0 1.13-.54 2.19-1.4 2.83v2.82h3.56c.31 0 .56-.25.56-.56v-3.36c.73-.3 1.24-1.03 1.24-1.86v-4.45c-.03-1.11-.92-2.02-2.05-2.02z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.78 6.24c0-1.04.85-1.89 1.89-1.89s1.89.85 1.89 1.89-.85 1.89-1.89 1.89-1.89-.85-1.89-1.89M6.26 8.13c1.04 0 1.89-.85 1.89-1.89S7.3 4.35 6.26 4.35s-1.89.85-1.89 1.89.85 1.89 1.89 1.89m5.72-.86c1.18 0 2.13-.95 2.13-2.13s-.95-2.13-2.13-2.13-2.13.95-2.13 2.13.95 2.13 2.13 2.13m3.8 2.99h-.03a2.29 2.29 0 0 0-2.29-2.29h-2.91a2.29 2.29 0 0 0-2.29 2.29v5.07c0 .94.57 1.78 1.4 2.13v3.52h4.72v-3.55c.81-.35 1.4-1.16 1.4-2.13zM6.96 15.3v-5.04c0-.54.13-1.05.35-1.54H5.02C3.91 8.72 3 9.63 3 10.74v4.45c0 .84.51 1.54 1.24 1.86v3.36c0 .31.25.56.56.56h3.56v-2.85c-.86-.67-1.4-1.7-1.4-2.83zm12-6.58h-2.27c.22.46.35.97.35 1.54v5.07c0 1.13-.54 2.19-1.4 2.83v2.82h3.56c.31 0 .56-.25.56-.56v-3.36c.73-.3 1.24-1.03 1.24-1.86v-4.45c-.03-1.11-.92-2.02-2.05-2.02z'/%3E%3C/svg%3E")}.mdi-icon-CA_safe_bus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.97 4H7.04a2.2 2.2 0 0 0-2.2 2.2v9.94c0 1.12.84 2.04 1.91 2.18v.97c0 .39.32.71.72.71h1.9c.39 0 .71-.32.71-.71v-.94h3.84v.94c0 .39.32.71.72.71h1.9c.39 0 .71-.32.71-.71v-.97a2.2 2.2 0 0 0 1.92-2.18V6.2a2.2 2.2 0 0 0-2.2-2.2M9.55 15.33c-.1.4-.43.73-.82.82-.85.2-1.59-.53-1.4-1.39.1-.4.43-.72.83-.82.84-.2 1.59.54 1.39 1.39m7.17 0c-.1.4-.43.73-.82.82-.85.2-1.6-.53-1.4-1.39.1-.4.43-.72.83-.82.84-.2 1.59.54 1.39 1.39m.04-3.74c0 .44-.36.78-.78.78H8.1c-.44 0-.78-.35-.78-.78V7.18c0-.44.35-.78.78-.78h7.88c.43 0 .78.35.78.78zM3.01 10.36c-.41 0-.75-.34-.75-.75V6.97c0-.41.34-.75.75-.75s.75.34.75.75v2.64c0 .41-.34.75-.75.75m18 0c-.41 0-.75-.34-.75-.75V6.97c0-.41.34-.75.75-.75s.75.34.75.75v2.64c0 .41-.34.75-.75.75'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.97 4H7.04a2.2 2.2 0 0 0-2.2 2.2v9.94c0 1.12.84 2.04 1.91 2.18v.97c0 .39.32.71.72.71h1.9c.39 0 .71-.32.71-.71v-.94h3.84v.94c0 .39.32.71.72.71h1.9c.39 0 .71-.32.71-.71v-.97a2.2 2.2 0 0 0 1.92-2.18V6.2a2.2 2.2 0 0 0-2.2-2.2M9.55 15.33c-.1.4-.43.73-.82.82-.85.2-1.59-.53-1.4-1.39.1-.4.43-.72.83-.82.84-.2 1.59.54 1.39 1.39m7.17 0c-.1.4-.43.73-.82.82-.85.2-1.6-.53-1.4-1.39.1-.4.43-.72.83-.82.84-.2 1.59.54 1.39 1.39m.04-3.74c0 .44-.36.78-.78.78H8.1c-.44 0-.78-.35-.78-.78V7.18c0-.44.35-.78.78-.78h7.88c.43 0 .78.35.78.78zM3.01 10.36c-.41 0-.75-.34-.75-.75V6.97c0-.41.34-.75.75-.75s.75.34.75.75v2.64c0 .41-.34.75-.75.75m18 0c-.41 0-.75-.34-.75-.75V6.97c0-.41.34-.75.75-.75s.75.34.75.75v2.64c0 .41-.34.75-.75.75'/%3E%3C/svg%3E")}.mdi-icon-CA_tax_office{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.39 20.92h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4H12.4c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM13.2 17.95h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4h-8.49c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM12.39 14.98h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4H12.4c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM10.39 12h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4H10.4c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM11.37 9.03h8.5c.23 0 .4-.2.4-.4V7.04c0-.23-.2-.4-.4-.4h-8.49c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM7.73 6.03h8.5c.23 0 .4-.2.4-.4V4.04c0-.23-.2-.4-.4-.4H7.74c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM6.63 11.46a4.74 4.74 0 0 0-4.73 4.73c0 2.6 2.12 4.73 4.73 4.73s4.73-2.12 4.73-4.73-2.12-4.73-4.73-4.73'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.39 20.92h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4H12.4c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM13.2 17.95h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4h-8.49c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM12.39 14.98h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4H12.4c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM10.39 12h8.5c.23 0 .4-.2.4-.4v-1.59c0-.23-.2-.4-.4-.4H10.4c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM11.37 9.03h8.5c.23 0 .4-.2.4-.4V7.04c0-.23-.2-.4-.4-.4h-8.49c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM7.73 6.03h8.5c.23 0 .4-.2.4-.4V4.04c0-.23-.2-.4-.4-.4H7.74c-.23 0-.4.2-.4.4v1.59c0 .23.2.4.4.4zM6.63 11.46a4.74 4.74 0 0 0-4.73 4.73c0 2.6 2.12 4.73 4.73 4.73s4.73-2.12 4.73-4.73-2.12-4.73-4.73-4.73'/%3E%3C/svg%3E")}.mdi-icon-CA_ticket{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.99 18.66c-.4.23-.79.28-1.19.28-.28 0-.57-.06-.85-.17l-10.5-3.8v4.43c0 .97.74 1.7 1.7 1.7h11.3c.85 0 1.53-.68 1.53-1.53v-4.26l-.68 1.93c-.28.57-.74 1.14-1.31 1.42'/%3E%3Cpath d='M19.92 7.36 8 2.99c-.91-.28-1.93.17-2.21 1.08l-2.67 7.21c-.34.91.11 1.87 1.02 2.21l11.92 4.37c.91.34 1.87-.11 2.21-1.02l2.61-7.21c.34-.97-.11-1.93-.97-2.27zm-5.68 5.45c-.11.28-.4.57-.68.45-.68-.23-1.08-.34-1.25-.45l-5-1.82c-.34-.11-.57-.51-.45-.91.11-.34.51-.57.91-.45l6.02 2.21c.4.17.57.57.45.97m3.75-1.7c-.11.28-.4.45-.68.45-.34 0-1.02-.34-1.19-.4L8.34 8.32c-.34-.11-.57-.51-.45-.91.11-.34.51-.57.91-.45l8.74 3.18c.4.17.57.62.45.97'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.99 18.66c-.4.23-.79.28-1.19.28-.28 0-.57-.06-.85-.17l-10.5-3.8v4.43c0 .97.74 1.7 1.7 1.7h11.3c.85 0 1.53-.68 1.53-1.53v-4.26l-.68 1.93c-.28.57-.74 1.14-1.31 1.42'/%3E%3Cpath d='M19.92 7.36 8 2.99c-.91-.28-1.93.17-2.21 1.08l-2.67 7.21c-.34.91.11 1.87 1.02 2.21l11.92 4.37c.91.34 1.87-.11 2.21-1.02l2.61-7.21c.34-.97-.11-1.93-.97-2.27zm-5.68 5.45c-.11.28-.4.57-.68.45-.68-.23-1.08-.34-1.25-.45l-5-1.82c-.34-.11-.57-.51-.45-.91.11-.34.51-.57.91-.45l6.02 2.21c.4.17.57.57.45.97m3.75-1.7c-.11.28-.4.45-.68.45-.34 0-1.02-.34-1.19-.4L8.34 8.32c-.34-.11-.57-.51-.45-.91.11-.34.51-.57.91-.45l8.74 3.18c.4.17.57.62.45.97'/%3E%3C/svg%3E")}.mdi-icon-CA_vehicle_history{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.61 2.98c-2.23 0-4.04 1.81-4.05 4.04 0 2.23 1.81 4.04 4.04 4.04s4.04-1.81 4.05-4.04c0-2.23-1.81-4.04-4.04-4.04m2.2 3.43-2.43 2.43c-.11.11-.26.17-.4.17s-.29-.06-.4-.17l-1.16-1.17a.567.567 0 0 1 0-.8c.22-.22.58-.22.8 0l.76.76 2.03-2.02c.22-.22.58-.22.8 0s.22.58 0 .8M4.98 20.09c0 .51.41.92.92.92h.45c.51 0 .92-.41.92-.92v-.96H4.98v.96M15.04 20.1c0 .51.41.92.92.92h.45c.51 0 .92-.41.92-.92v-.96h-2.29v.96M4.17 11.55c.09 0 .18-.05.21-.14l.44-1.18c.03-.09-.02-.18-.11-.19-.23-.01-.59-.04-.59-.04-.44-.03-.81.37-.77.86.04.38.35.66.71.69h.11'/%3E%3Cpath d='M16.07 12.12H7.56c-.48 0-.83-.47-.7-.93l.51-1.76c.09-.31.38-.53.7-.53h2.94c.36 0 .65-.29.66-.65s-.29-.65-.65-.66H8.08c-.75 0-1.44.41-1.78 1.07l-1.19 3.55c-.06.18-.18.33-.34.44-.29.2-.49.54-.49.92v3.57c0 .57.47 1.03 1.04 1.03h11.71c.33 0 .66-.12.85-.39.13-.18.2-.4.2-.64v-2.73c0-.54-.16-1.07-.48-1.51-.35-.49-.91-.78-1.51-.78zm-7.44 2.64c-.1.4-.43.74-.83.83-.86.21-1.62-.55-1.41-1.42.1-.4.43-.74.83-.83.86-.21 1.62.55 1.41 1.42m7.29 0c-.1.4-.43.74-.83.83-.86.21-1.62-.55-1.41-1.42.1-.4.43-.74.83-.83.86-.21 1.62.55 1.41 1.42'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.61 2.98c-2.23 0-4.04 1.81-4.05 4.04 0 2.23 1.81 4.04 4.04 4.04s4.04-1.81 4.05-4.04c0-2.23-1.81-4.04-4.04-4.04m2.2 3.43-2.43 2.43c-.11.11-.26.17-.4.17s-.29-.06-.4-.17l-1.16-1.17a.567.567 0 0 1 0-.8c.22-.22.58-.22.8 0l.76.76 2.03-2.02c.22-.22.58-.22.8 0s.22.58 0 .8M4.98 20.09c0 .51.41.92.92.92h.45c.51 0 .92-.41.92-.92v-.96H4.98v.96M15.04 20.1c0 .51.41.92.92.92h.45c.51 0 .92-.41.92-.92v-.96h-2.29v.96M4.17 11.55c.09 0 .18-.05.21-.14l.44-1.18c.03-.09-.02-.18-.11-.19-.23-.01-.59-.04-.59-.04-.44-.03-.81.37-.77.86.04.38.35.66.71.69h.11'/%3E%3Cpath d='M16.07 12.12H7.56c-.48 0-.83-.47-.7-.93l.51-1.76c.09-.31.38-.53.7-.53h2.94c.36 0 .65-.29.66-.65s-.29-.65-.65-.66H8.08c-.75 0-1.44.41-1.78 1.07l-1.19 3.55c-.06.18-.18.33-.34.44-.29.2-.49.54-.49.92v3.57c0 .57.47 1.03 1.04 1.03h11.71c.33 0 .66-.12.85-.39.13-.18.2-.4.2-.64v-2.73c0-.54-.16-1.07-.48-1.51-.35-.49-.91-.78-1.51-.78zm-7.44 2.64c-.1.4-.43.74-.83.83-.86.21-1.62-.55-1.41-1.42.1-.4.43-.74.83-.83.86-.21 1.62.55 1.41 1.42m7.29 0c-.1.4-.43.74-.83.83-.86.21-1.62-.55-1.41-1.42.1-.4.43-.74.83-.83.86-.21 1.62.55 1.41 1.42'/%3E%3C/svg%3E")}.mdi-icon-CA_verify_pesel{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.44 5.17a.67.67 0 0 0-.55-.51c-3.36-.59-5.69-1.88-6.54-2.4a.65.65 0 0 0-.71 0c-.42.26-1.22.71-2.33 1.17s-2.53.94-4.21 1.23c-.27.04-.48.24-.55.51-1.23 4.87-.4 9.42 2.47 12.87 1.79 2.14 3.86 3.33 4.67 3.73.1.05.2.08.31.08.1 0 .21-.03.3-.08.81-.4 2.89-1.59 4.67-3.73 2.88-3.45 3.71-8 2.47-12.87m-4.08 5.47-3.79 3.79a.75.75 0 0 1-1.06 0l-1.88-1.88a.754.754 0 0 1 0-1.06c.3-.3.77-.3 1.07 0l1.34 1.35 3.26-3.26c.29-.29.77-.29 1.06 0s.29.77 0 1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.44 5.17a.67.67 0 0 0-.55-.51c-3.36-.59-5.69-1.88-6.54-2.4a.65.65 0 0 0-.71 0c-.42.26-1.22.71-2.33 1.17s-2.53.94-4.21 1.23c-.27.04-.48.24-.55.51-1.23 4.87-.4 9.42 2.47 12.87 1.79 2.14 3.86 3.33 4.67 3.73.1.05.2.08.31.08.1 0 .21-.03.3-.08.81-.4 2.89-1.59 4.67-3.73 2.88-3.45 3.71-8 2.47-12.87m-4.08 5.47-3.79 3.79a.75.75 0 0 1-1.06 0l-1.88-1.88a.754.754 0 0 1 0-1.06c.3-.3.77-.3 1.07 0l1.34 1.35 3.26-3.26c.29-.29.77-.29 1.06 0s.29.77 0 1.06'/%3E%3C/svg%3E")}.mdi-icon-CA_your_inboxes{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.56 1.47H4.44C1.99 1.47 0 3.46 0 5.91v12.17c0 2.45 1.99 4.44 4.44 4.44h15.12c2.45 0 4.44-1.99 4.44-4.44V5.91c0-2.45-1.99-4.44-4.44-4.44m1.46 4.62-7.08 7.15c-.57.54-1.29.81-2.01.81s-1.42-.26-1.97-.79L2.99 6.3c-.46-.46-.46-1.2 0-1.65.46-.46 1.2-.46 1.65 0l6.96 6.94c.18.17.52.17.71-.02l7.05-7.13c.45-.46 1.2-.46 1.65 0 .46.45.46 1.19 0 1.65z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.56 1.47H4.44C1.99 1.47 0 3.46 0 5.91v12.17c0 2.45 1.99 4.44 4.44 4.44h15.12c2.45 0 4.44-1.99 4.44-4.44V5.91c0-2.45-1.99-4.44-4.44-4.44m1.46 4.62-7.08 7.15c-.57.54-1.29.81-2.01.81s-1.42-.26-1.97-.79L2.99 6.3c-.46-.46-.46-1.2 0-1.65.46-.46 1.2-.46 1.65 0l6.96 6.94c.18.17.52.17.71-.02l7.05-7.13c.45-.46 1.2-.46 1.65 0 .46.45.46 1.19 0 1.65z'/%3E%3C/svg%3E")}.mdi-icon-CA_your_issues{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.02 14.92H8.46l-1.27-1.38a.72.72 0 0 0-.53-.23H3.01c-.57 0-1.02.46-1.02 1.02v6.7c0 .57.46 1.02 1.02 1.02h10.02c.57 0 1.02-.46 1.02-1.02v-5.09c0-.57-.46-1.02-1.02-1.02z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.43 1.95H6.78c-.88 0-1.59.71-1.59 1.59v7.58c.01.38.32.69.7.69h1.53c.29 0 .57.12.77.34l.94 1.02c.16.17.38.27.61.27h4.18c.84 0 1.52.67 1.52 1.51v4.92c0 .38.31.69.69.69h2.27c.88 0 1.6-.72 1.6-1.6V3.54c0-.88-.71-1.59-1.59-1.59zm-4.22 7.61H8.64a.794.794 0 1 1 0-1.59h5.57c.43 0 .79.35.79.79a.8.8 0 0 1-.79.8m2.37-3.04H8.63a.8.8 0 0 1-.8-.79c0-.43.36-.8.8-.8h7.95a.794.794 0 1 1 0 1.59'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.02 14.92H8.46l-1.27-1.38a.72.72 0 0 0-.53-.23H3.01c-.57 0-1.02.46-1.02 1.02v6.7c0 .57.46 1.02 1.02 1.02h10.02c.57 0 1.02-.46 1.02-1.02v-5.09c0-.57-.46-1.02-1.02-1.02z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.43 1.95H6.78c-.88 0-1.59.71-1.59 1.59v7.58c.01.38.32.69.7.69h1.53c.29 0 .57.12.77.34l.94 1.02c.16.17.38.27.61.27h4.18c.84 0 1.52.67 1.52 1.51v4.92c0 .38.31.69.69.69h2.27c.88 0 1.6-.72 1.6-1.6V3.54c0-.88-.71-1.59-1.59-1.59zm-4.22 7.61H8.64a.794.794 0 1 1 0-1.59h5.57c.43 0 .79.35.79.79a.8.8 0 0 1-.79.8m2.37-3.04H8.63a.8.8 0 0 1-.8-.79c0-.43.36-.8.8-.8h7.95a.794.794 0 1 1 0 1.59'/%3E%3C/svg%3E")}.mdi-icon-CB_advocate_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.93 11.2 18.8 6.19c.1-.17.17-.37.17-.59 0-.62-.51-1.13-1.13-1.13h-4.72v-.34c0-.62-.5-1.13-1.12-1.13s-1.12.51-1.12 1.13v.34H6.16c-.62 0-1.13.51-1.13 1.13 0 .22.07.42.17.59L3.07 11.2c-.05.1-.07.21-.07.33 0 1.19.64 2.29 1.66 2.89 1.03.59 2.29.59 3.31 0 1.03-.6 1.66-1.7 1.66-2.89 0 0-.02-.23-.07-.33l-1.9-4.47h3.22v10.38c0 .07.01.14.02.21l-5.16 2.16c-.22.09-.39.29-.46.52-.06.24-.01.5.14.69.15.2.38.31.62.31h11.92c.24 0 .47-.11.62-.31.15-.19.2-.45.14-.69a.82.82 0 0 0-.46-.52l-5.16-2.16c.01-.07.02-.14.02-.21V6.73h3.22l-1.9 4.47c-.05.1-.07.33-.07.33 0 1.19.63 2.29 1.66 2.89 1.02.59 2.28.59 3.31 0 1.02-.6 1.65-1.7 1.66-2.89 0-.12-.02-.23-.07-.33m-13.07 0c.06.16-.05.32-.21.32H4.98c-.16 0-.27-.16-.21-.32l1.34-3.12c.08-.19.34-.19.42 0zm11.16.32h-2.67c-.16 0-.27-.16-.21-.32l1.33-3.12c.08-.19.34-.19.42 0l1.34 3.12c.06.16-.05.32-.21.32'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.93 11.2 18.8 6.19c.1-.17.17-.37.17-.59 0-.62-.51-1.13-1.13-1.13h-4.72v-.34c0-.62-.5-1.13-1.12-1.13s-1.12.51-1.12 1.13v.34H6.16c-.62 0-1.13.51-1.13 1.13 0 .22.07.42.17.59L3.07 11.2c-.05.1-.07.21-.07.33 0 1.19.64 2.29 1.66 2.89 1.03.59 2.29.59 3.31 0 1.03-.6 1.66-1.7 1.66-2.89 0 0-.02-.23-.07-.33l-1.9-4.47h3.22v10.38c0 .07.01.14.02.21l-5.16 2.16c-.22.09-.39.29-.46.52-.06.24-.01.5.14.69.15.2.38.31.62.31h11.92c.24 0 .47-.11.62-.31.15-.19.2-.45.14-.69a.82.82 0 0 0-.46-.52l-5.16-2.16c.01-.07.02-.14.02-.21V6.73h3.22l-1.9 4.47c-.05.1-.07.33-.07.33 0 1.19.63 2.29 1.66 2.89 1.02.59 2.28.59 3.31 0 1.02-.6 1.65-1.7 1.66-2.89 0-.12-.02-.23-.07-.33m-13.07 0c.06.16-.05.32-.21.32H4.98c-.16 0-.27-.16-.21-.32l1.34-3.12c.08-.19.34-.19.42 0zm11.16.32h-2.67c-.16 0-.27-.16-.21-.32l1.33-3.12c.08-.19.34-.19.42 0l1.34 3.12c.06.16-.05.32-.21.32'/%3E%3C/svg%3E")}.mdi-icon-CB_blood_donor_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.378 12.9-1.8-1 1.8-1c.6-.4.8-1.1.5-1.8l-2.5-4.3c-.4-.6-1.2-.9-1.8-.5l-1.8 1v-2c0-.7-.6-1.3-1.3-1.3h-5c-.7 0-1.3.6-1.3 1.3v2.1l-1.8-1c-.6-.5-1.3-.3-1.7.4l-2.5 4.3c-.4.6-.2 1.4.4 1.8l1.8 1-1.8 1c-.6.4-.8 1.1-.5 1.8l2.5 4.3c.3.5.9.6 1.4.4.5-.3.6-.9.4-1.4l-2.1-3.7 2.7-1.5c.3-.2.5-.5.5-.9s-.2-.7-.5-.9l-2.8-1.5 1.8-3.1 2.7 1.5c.3.2.7.2 1 0s.5-.5.5-.9V4h3.6v3.1c0 .4.2.7.5.9s.7.2 1 0l2.7-1.6 1.8 3.1-2.7 1.6c-.3.2-.5.5-.5.9s.2.7.5.9l2.7 1.5-2.1 3.7c-.3.5-.1 1.1.4 1.4.2.1.3.1.5.1.3 0 .7-.2.9-.5l2.5-4.3c.2-.7 0-1.5-.6-1.9'/%3E%3Cpath d='M16.578 15h-2.7v-2.7c0-.3-.2-.5-.5-.5h-2.7c-.3 0-.5.2-.5.5V15h-2.8c-.3 0-.5.2-.5.5v2.7c0 .3.2.5.5.5h2.7v2.7c0 .3.2.5.5.5h2.7c.3 0 .5-.2.5-.5v-2.7h2.7c.3 0 .5-.2.5-.5v-2.7c.1-.3-.2-.5-.4-.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21.378 12.9-1.8-1 1.8-1c.6-.4.8-1.1.5-1.8l-2.5-4.3c-.4-.6-1.2-.9-1.8-.5l-1.8 1v-2c0-.7-.6-1.3-1.3-1.3h-5c-.7 0-1.3.6-1.3 1.3v2.1l-1.8-1c-.6-.5-1.3-.3-1.7.4l-2.5 4.3c-.4.6-.2 1.4.4 1.8l1.8 1-1.8 1c-.6.4-.8 1.1-.5 1.8l2.5 4.3c.3.5.9.6 1.4.4.5-.3.6-.9.4-1.4l-2.1-3.7 2.7-1.5c.3-.2.5-.5.5-.9s-.2-.7-.5-.9l-2.8-1.5 1.8-3.1 2.7 1.5c.3.2.7.2 1 0s.5-.5.5-.9V4h3.6v3.1c0 .4.2.7.5.9s.7.2 1 0l2.7-1.6 1.8 3.1-2.7 1.6c-.3.2-.5.5-.5.9s.2.7.5.9l2.7 1.5-2.1 3.7c-.3.5-.1 1.1.4 1.4.2.1.3.1.5.1.3 0 .7-.2.9-.5l2.5-4.3c.2-.7 0-1.5-.6-1.9'/%3E%3Cpath d='M16.578 15h-2.7v-2.7c0-.3-.2-.5-.5-.5h-2.7c-.3 0-.5.2-.5.5V15h-2.8c-.3 0-.5.2-.5.5v2.7c0 .3.2.5.5.5h2.7v2.7c0 .3.2.5.5.5h2.7c.3 0 .5-.2.5-.5v-2.7h2.7c.3 0 .5-.2.5-.5v-2.7c.1-.3-.2-.5-.4-.5'/%3E%3C/svg%3E")}.mdi-icon-CB_covid_certificate{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.99 16.2a8.3 8.3 0 0 1-4 1.02 8.3 8.3 0 0 1-3.97-1.01.494.494 0 0 0-.73.44v4.99c0 .28.31.45.55.3l3.98-2.42c.11-.07.26-.07.37 0l3.98 2.42c.24.15.55-.02.55-.3v-5c0-.38-.4-.62-.73-.44M12 2c-.72 0-1.41.11-2.05.32a6.855 6.855 0 0 0-4.82 6.55c0 3.79 3.08 6.87 6.87 6.87s6.88-3.08 6.88-6.87S15.8 2 12 2m3.37 5.51-3.79 3.78a.75.75 0 0 1-1.06 0L8.64 9.42a.767.767 0 0 1 0-1.07c.29-.29.77-.29 1.06 0l1.35 1.35 3.26-3.25c.29-.3.77-.3 1.06 0 .29.29.29.76 0 1.06'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.99 16.2a8.3 8.3 0 0 1-4 1.02 8.3 8.3 0 0 1-3.97-1.01.494.494 0 0 0-.73.44v4.99c0 .28.31.45.55.3l3.98-2.42c.11-.07.26-.07.37 0l3.98 2.42c.24.15.55-.02.55-.3v-5c0-.38-.4-.62-.73-.44M12 2c-.72 0-1.41.11-2.05.32a6.855 6.855 0 0 0-4.82 6.55c0 3.79 3.08 6.87 6.87 6.87s6.88-3.08 6.88-6.87S15.8 2 12 2m3.37 5.51-3.79 3.78a.75.75 0 0 1-1.06 0L8.64 9.42a.767.767 0 0 1 0-1.07c.29-.29.77-.29 1.06 0l1.35 1.35 3.26-3.25c.29-.3.77-.3 1.06 0 .29.29.29.76 0 1.06'/%3E%3C/svg%3E")}.mdi-icon-CB_dentist_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 3H5.25C4.01 3 3 4.01 3 5.25v13.5C3 19.99 4.01 21 5.25 21h13.5c1.24 0 2.25-1.01 2.25-2.25V5.25C21 4.01 19.99 3 18.75 3M6.06 13.15c0 .09.08.17.17.17h1.49c.39-.01.71.31.71.7s-.32.71-.71.71H6.21c-.87 0-1.58-.71-1.58-1.58v-2.22c0-.87.71-1.58 1.58-1.58h1.51c.39 0 .71.32.71.71s-.32.71-.71.71h-1.5c-.09 0-.17.08-.17.17v2.21zm8.63 4.64c0 .87-.71 1.58-1.58 1.58h-2.22c-.87 0-1.58-.71-1.58-1.58v-1.51c0-.39.32-.71.71-.71s.71.32.71.71v1.5c0 .09.08.17.17.17h2.21c.09-.01.17-.09.17-.18v-1.49c-.01-.39.31-.71.7-.71s.71.32.71.71zm-3.08-7.39s.03.02.04.03c.02.01.04.02.09.03l1.12.38s.08.03.12.05c.09.04.17.09.24.13.09.06.17.13.23.2a.95.95 0 0 1 .19.94c-.03.1-.08.2-.16.29-.07.09-.14.16-.22.22-.16.11-.32.18-.45.23-.05.02-.08.03-.11.04l-.26.08s-.05.02-.12.04l-.66.19s-.02.01-.02.02c.04.07.4.31.71.49.15.11.27.19.31.22l.04.03s.09.08.14.13c.07.08.13.17.17.27.07.19.06.38-.02.58-.05.1-.13.2-.22.28-.05.04-.29.17-.54.18h-.08c-.13 0-.28-.03-.44-.08-.16-.04-.26-.16-.25-.3.03-.22.32-.24.45-.25.12-.01.29-.06.38-.1.02-.02 0-.04 0-.05-.02-.02-.06-.05-.1-.08-.08-.06-.67-.44-.88-.58-.15-.1-.34-.24-.4-.32-.16-.13-.17-.37-.17-.43-.02-.22.06-.42.23-.6.07-.08.18-.14.28-.19.05-.03.19-.08.23-.08l.96-.32s.04-.01.05-.02c.12-.05.17-.08.19-.1l.04-.04v-.03c0-.01-.02-.03-.05-.04-.03-.02-.05-.03-.07-.03s-.03-.01-.05-.02l-1.14-.33c-.1-.03-.18-.06-.25-.09-.08-.04-.17-.09-.26-.16-.17-.14-.29-.31-.37-.5-.04-.09-.07-.2-.08-.3v-.15c0-.05 0-.1.01-.15l.03-.14.03-.1v-.03l.02-.04c.02-.05.05-.1.07-.14l.08-.12a1.33 1.33 0 0 1 1.11-.51c.05 0 .3.01.51.06.28.06.56.16.57.16.19.04.34.08.48.22.1.1.22.25.27.35.1.19.07.32.03.4-.03.06-.11.17-.31.19h-.07a.96.96 0 0 1-.67-.06c-.02-.01-.12-.08-.18-.12a.45.45 0 0 0-.17-.08c-.08-.02-.21-.02-.36-.02-.17 0-.26.03-.26.04-.05.02-.09.06-.09.1 0 .06.01.12.05.15zm3.16-2.68c0 .39-.32.71-.71.71s-.71-.32-.71-.71V6.21c0-.09-.08-.17-.17-.17h-2.21c-.09.01-.17.09-.17.18v1.49c.01.39-.31.71-.7.71s-.71-.32-.71-.71V6.2c0-.87.71-1.58 1.58-1.58h2.22c.87 0 1.58.71 1.58 1.58v1.52m4.6 5.39c0 .87-.71 1.58-1.58 1.58h-1.51c-.39 0-.71-.32-.71-.71s.32-.71.71-.71h1.5c.09 0 .17-.08.17-.17v-2.21c-.01-.09-.09-.17-.18-.17h-1.49a.7.7 0 0 1-.71-.7c0-.39.32-.71.71-.71h1.51c.87 0 1.58.71 1.58 1.58z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 3H5.25C4.01 3 3 4.01 3 5.25v13.5C3 19.99 4.01 21 5.25 21h13.5c1.24 0 2.25-1.01 2.25-2.25V5.25C21 4.01 19.99 3 18.75 3M6.06 13.15c0 .09.08.17.17.17h1.49c.39-.01.71.31.71.7s-.32.71-.71.71H6.21c-.87 0-1.58-.71-1.58-1.58v-2.22c0-.87.71-1.58 1.58-1.58h1.51c.39 0 .71.32.71.71s-.32.71-.71.71h-1.5c-.09 0-.17.08-.17.17v2.21zm8.63 4.64c0 .87-.71 1.58-1.58 1.58h-2.22c-.87 0-1.58-.71-1.58-1.58v-1.51c0-.39.32-.71.71-.71s.71.32.71.71v1.5c0 .09.08.17.17.17h2.21c.09-.01.17-.09.17-.18v-1.49c-.01-.39.31-.71.7-.71s.71.32.71.71zm-3.08-7.39s.03.02.04.03c.02.01.04.02.09.03l1.12.38s.08.03.12.05c.09.04.17.09.24.13.09.06.17.13.23.2a.95.95 0 0 1 .19.94c-.03.1-.08.2-.16.29-.07.09-.14.16-.22.22-.16.11-.32.18-.45.23-.05.02-.08.03-.11.04l-.26.08s-.05.02-.12.04l-.66.19s-.02.01-.02.02c.04.07.4.31.71.49.15.11.27.19.31.22l.04.03s.09.08.14.13c.07.08.13.17.17.27.07.19.06.38-.02.58-.05.1-.13.2-.22.28-.05.04-.29.17-.54.18h-.08c-.13 0-.28-.03-.44-.08-.16-.04-.26-.16-.25-.3.03-.22.32-.24.45-.25.12-.01.29-.06.38-.1.02-.02 0-.04 0-.05-.02-.02-.06-.05-.1-.08-.08-.06-.67-.44-.88-.58-.15-.1-.34-.24-.4-.32-.16-.13-.17-.37-.17-.43-.02-.22.06-.42.23-.6.07-.08.18-.14.28-.19.05-.03.19-.08.23-.08l.96-.32s.04-.01.05-.02c.12-.05.17-.08.19-.1l.04-.04v-.03c0-.01-.02-.03-.05-.04-.03-.02-.05-.03-.07-.03s-.03-.01-.05-.02l-1.14-.33c-.1-.03-.18-.06-.25-.09-.08-.04-.17-.09-.26-.16-.17-.14-.29-.31-.37-.5-.04-.09-.07-.2-.08-.3v-.15c0-.05 0-.1.01-.15l.03-.14.03-.1v-.03l.02-.04c.02-.05.05-.1.07-.14l.08-.12a1.33 1.33 0 0 1 1.11-.51c.05 0 .3.01.51.06.28.06.56.16.57.16.19.04.34.08.48.22.1.1.22.25.27.35.1.19.07.32.03.4-.03.06-.11.17-.31.19h-.07a.96.96 0 0 1-.67-.06c-.02-.01-.12-.08-.18-.12a.45.45 0 0 0-.17-.08c-.08-.02-.21-.02-.36-.02-.17 0-.26.03-.26.04-.05.02-.09.06-.09.1 0 .06.01.12.05.15zm3.16-2.68c0 .39-.32.71-.71.71s-.71-.32-.71-.71V6.21c0-.09-.08-.17-.17-.17h-2.21c-.09.01-.17.09-.17.18v1.49c.01.39-.31.71-.7.71s-.71-.32-.71-.71V6.2c0-.87.71-1.58 1.58-1.58h2.22c.87 0 1.58.71 1.58 1.58v1.52m4.6 5.39c0 .87-.71 1.58-1.58 1.58h-1.51c-.39 0-.71-.32-.71-.71s.32-.71.71-.71h1.5c.09 0 .17-.08.17-.17v-2.21c-.01-.09-.09-.17-.18-.17h-1.49a.7.7 0 0 1-.71-.7c0-.39.32-.71.71-.71h1.51c.87 0 1.58.71 1.58 1.58z'/%3E%3C/svg%3E")}.mdi-icon-CB_diia{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 3.01H5.25C4.01 3.01 3 4.02 3 5.26v13.49C3 19.99 4.01 21 5.25 21h13.49c1.24 0 2.25-1.01 2.25-2.25V5.25c0-1.24-1.01-2.25-2.25-2.25zM12 6.17c1.49 0 2.7 1.22 2.7 2.72s-1.21 2.72-2.7 2.72-2.7-1.22-2.7-2.72 1.21-2.72 2.7-2.72m4.43 11.67H7.57c-.36 0-.66-.32-.61-.69.33-2.51 2.46-4.44 5.04-4.44s4.7 1.93 5.04 4.44c.05.36-.24.69-.61.69'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 3.01H5.25C4.01 3.01 3 4.02 3 5.26v13.49C3 19.99 4.01 21 5.25 21h13.49c1.24 0 2.25-1.01 2.25-2.25V5.25c0-1.24-1.01-2.25-2.25-2.25zM12 6.17c1.49 0 2.7 1.22 2.7 2.72s-1.21 2.72-2.7 2.72-2.7-1.22-2.7-2.72 1.21-2.72 2.7-2.72m4.43 11.67H7.57c-.36 0-.66-.32-.61-.69.33-2.51 2.46-4.44 5.04-4.44s4.7 1.93 5.04 4.44c.05.36-.24.69-.61.69'/%3E%3C/svg%3E")}.mdi-icon-CB_disability_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.26 16.52a1.28 1.28 0 0 0-1.67.69c-.54 1.3-1.8 2.18-3.21 2.25a3.6 3.6 0 0 1-2.64-.96 3.63 3.63 0 0 1-1.19-2.53c-.05-1.2.48-2.35 1.44-3.08.27-.21.44-.51.49-.85s-.04-.67-.25-.94-.51-.44-.85-.49-.67.04-.94.25A6.23 6.23 0 0 0 3 16.08a6.13 6.13 0 0 0 2.01 4.3 6.18 6.18 0 0 0 4.18 1.63h.29c2.38-.11 4.52-1.61 5.45-3.81a1.255 1.255 0 0 0-.67-1.67z'/%3E%3Cpath d='m20.18 17.07-2.98-3.25c-.58-.63-1.41-1-2.27-1h-3.56v-2.74l2.45 1c.72.28 1.4-.07 1.66-.7.26-.65-.05-1.4-.7-1.66l-4.19-1.7-.1-.03c-.06-.03-.11-.03-.11-.03-.06-.02-.11-.02-.11-.02l-.18-.02h-.30000000000000004l-.03.04c-.11.03-.23.08-.37.17l-.12.08v.02c-.08.07-.14.14-.2.22l-.05.08s-.06.07-.07.13l-.05.12c-.04.07-.04.13-.04.14-.02.05-.02.09-.02.09l-.02 6.08c0 .7.57 1.28 1.28 1.28h4.83a.5.5 0 0 1 .38.17l2.98 3.25c.25.27.58.41.94.41.32 0 .62-.12.86-.34.51-.48.54-1.28.07-1.8zM10.18 6.18a2.11 2.11 0 1 0 0-4.22 2.11 2.11 0 0 0 0 4.22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.26 16.52a1.28 1.28 0 0 0-1.67.69c-.54 1.3-1.8 2.18-3.21 2.25a3.6 3.6 0 0 1-2.64-.96 3.63 3.63 0 0 1-1.19-2.53c-.05-1.2.48-2.35 1.44-3.08.27-.21.44-.51.49-.85s-.04-.67-.25-.94-.51-.44-.85-.49-.67.04-.94.25A6.23 6.23 0 0 0 3 16.08a6.13 6.13 0 0 0 2.01 4.3 6.18 6.18 0 0 0 4.18 1.63h.29c2.38-.11 4.52-1.61 5.45-3.81a1.255 1.255 0 0 0-.67-1.67z'/%3E%3Cpath d='m20.18 17.07-2.98-3.25c-.58-.63-1.41-1-2.27-1h-3.56v-2.74l2.45 1c.72.28 1.4-.07 1.66-.7.26-.65-.05-1.4-.7-1.66l-4.19-1.7-.1-.03c-.06-.03-.11-.03-.11-.03-.06-.02-.11-.02-.11-.02l-.18-.02h-.30000000000000004l-.03.04c-.11.03-.23.08-.37.17l-.12.08v.02c-.08.07-.14.14-.2.22l-.05.08s-.06.07-.07.13l-.05.12c-.04.07-.04.13-.04.14-.02.05-.02.09-.02.09l-.02 6.08c0 .7.57 1.28 1.28 1.28h4.83a.5.5 0 0 1 .38.17l2.98 3.25c.25.27.58.41.94.41.32 0 .62-.12.86-.34.51-.48.54-1.28.07-1.8zM10.18 6.18a2.11 2.11 0 1 0 0-4.22 2.11 2.11 0 0 0 0 4.22'/%3E%3C/svg%3E")}.mdi-icon-CB_doctor_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 3H5.25C4.01 3 3 4.01 3 5.25v13.5C3 19.99 4.01 21 5.25 21h13.5c1.24 0 2.25-1.01 2.25-2.25V5.25C21 4.01 19.99 3 18.75 3M6.06 13.15c0 .09.08.17.17.17h1.49c.39-.01.71.31.71.7s-.32.71-.71.71H6.21c-.87 0-1.58-.71-1.58-1.58v-2.22c0-.87.71-1.58 1.58-1.58h1.51c.39 0 .71.32.71.71s-.32.71-.71.71h-1.5c-.09 0-.17.08-.17.17v2.21zm8.63 4.64c0 .87-.71 1.58-1.58 1.58h-2.22c-.87 0-1.58-.71-1.58-1.58v-1.51c0-.39.32-.71.71-.71s.71.32.71.71v1.5c0 .09.08.17.17.17h2.21c.09-.01.17-.09.17-.18v-1.49c-.01-.39.31-.71.7-.71s.71.32.71.71zm-3.08-7.39s.03.02.04.03c.02.01.04.02.09.03l1.12.38s.08.03.12.05c.09.04.17.09.24.13.09.06.17.13.23.2a.95.95 0 0 1 .19.94c-.03.1-.08.2-.16.29-.07.09-.14.16-.22.22-.16.11-.32.18-.45.23-.05.02-.08.03-.11.04l-.26.08s-.05.02-.12.04l-.66.19s-.02.01-.02.02c.04.07.4.31.71.49.15.11.27.19.31.22l.04.03s.09.08.14.13c.07.08.13.17.17.27.07.19.06.38-.02.58-.05.1-.13.2-.22.28-.05.04-.29.17-.54.18h-.08c-.13 0-.28-.03-.44-.08-.16-.04-.26-.16-.25-.3.03-.22.32-.24.45-.25.12-.01.29-.06.38-.1.02-.02 0-.04 0-.05-.02-.02-.06-.05-.1-.08-.08-.06-.67-.44-.88-.58-.15-.1-.34-.24-.4-.32-.16-.13-.17-.37-.17-.43-.02-.22.06-.42.23-.6.07-.08.18-.14.28-.19.05-.03.19-.08.23-.08l.96-.32s.04-.01.05-.02c.12-.05.17-.08.19-.1l.04-.04v-.03c0-.01-.02-.03-.05-.04-.03-.02-.05-.03-.07-.03s-.03-.01-.05-.02l-1.14-.33c-.1-.03-.18-.06-.25-.09-.08-.04-.17-.09-.26-.16-.17-.14-.29-.31-.37-.5-.04-.09-.07-.2-.08-.3v-.15c0-.05 0-.1.01-.15l.03-.14.03-.1v-.03l.02-.04c.02-.05.05-.1.07-.14l.08-.12a1.33 1.33 0 0 1 1.11-.51c.05 0 .3.01.51.06.28.06.56.16.57.16.19.04.34.08.48.22.1.1.22.25.27.35.1.19.07.32.03.4-.03.06-.11.17-.31.19h-.07a.96.96 0 0 1-.67-.06c-.02-.01-.12-.08-.18-.12a.45.45 0 0 0-.17-.08c-.08-.02-.21-.02-.36-.02-.17 0-.26.03-.26.04-.05.02-.09.06-.09.1 0 .06.01.12.05.15zm3.16-2.68c0 .39-.32.71-.71.71s-.71-.32-.71-.71V6.21c0-.09-.08-.17-.17-.17h-2.21c-.09.01-.17.09-.17.18v1.49c.01.39-.31.71-.7.71s-.71-.32-.71-.71V6.2c0-.87.71-1.58 1.58-1.58h2.22c.87 0 1.58.71 1.58 1.58v1.52m4.6 5.39c0 .87-.71 1.58-1.58 1.58h-1.51c-.39 0-.71-.32-.71-.71s.32-.71.71-.71h1.5c.09 0 .17-.08.17-.17v-2.21c-.01-.09-.09-.17-.18-.17h-1.49a.7.7 0 0 1-.71-.7c0-.39.32-.71.71-.71h1.51c.87 0 1.58.71 1.58 1.58z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 3H5.25C4.01 3 3 4.01 3 5.25v13.5C3 19.99 4.01 21 5.25 21h13.5c1.24 0 2.25-1.01 2.25-2.25V5.25C21 4.01 19.99 3 18.75 3M6.06 13.15c0 .09.08.17.17.17h1.49c.39-.01.71.31.71.7s-.32.71-.71.71H6.21c-.87 0-1.58-.71-1.58-1.58v-2.22c0-.87.71-1.58 1.58-1.58h1.51c.39 0 .71.32.71.71s-.32.71-.71.71h-1.5c-.09 0-.17.08-.17.17v2.21zm8.63 4.64c0 .87-.71 1.58-1.58 1.58h-2.22c-.87 0-1.58-.71-1.58-1.58v-1.51c0-.39.32-.71.71-.71s.71.32.71.71v1.5c0 .09.08.17.17.17h2.21c.09-.01.17-.09.17-.18v-1.49c-.01-.39.31-.71.7-.71s.71.32.71.71zm-3.08-7.39s.03.02.04.03c.02.01.04.02.09.03l1.12.38s.08.03.12.05c.09.04.17.09.24.13.09.06.17.13.23.2a.95.95 0 0 1 .19.94c-.03.1-.08.2-.16.29-.07.09-.14.16-.22.22-.16.11-.32.18-.45.23-.05.02-.08.03-.11.04l-.26.08s-.05.02-.12.04l-.66.19s-.02.01-.02.02c.04.07.4.31.71.49.15.11.27.19.31.22l.04.03s.09.08.14.13c.07.08.13.17.17.27.07.19.06.38-.02.58-.05.1-.13.2-.22.28-.05.04-.29.17-.54.18h-.08c-.13 0-.28-.03-.44-.08-.16-.04-.26-.16-.25-.3.03-.22.32-.24.45-.25.12-.01.29-.06.38-.1.02-.02 0-.04 0-.05-.02-.02-.06-.05-.1-.08-.08-.06-.67-.44-.88-.58-.15-.1-.34-.24-.4-.32-.16-.13-.17-.37-.17-.43-.02-.22.06-.42.23-.6.07-.08.18-.14.28-.19.05-.03.19-.08.23-.08l.96-.32s.04-.01.05-.02c.12-.05.17-.08.19-.1l.04-.04v-.03c0-.01-.02-.03-.05-.04-.03-.02-.05-.03-.07-.03s-.03-.01-.05-.02l-1.14-.33c-.1-.03-.18-.06-.25-.09-.08-.04-.17-.09-.26-.16-.17-.14-.29-.31-.37-.5-.04-.09-.07-.2-.08-.3v-.15c0-.05 0-.1.01-.15l.03-.14.03-.1v-.03l.02-.04c.02-.05.05-.1.07-.14l.08-.12a1.33 1.33 0 0 1 1.11-.51c.05 0 .3.01.51.06.28.06.56.16.57.16.19.04.34.08.48.22.1.1.22.25.27.35.1.19.07.32.03.4-.03.06-.11.17-.31.19h-.07a.96.96 0 0 1-.67-.06c-.02-.01-.12-.08-.18-.12a.45.45 0 0 0-.17-.08c-.08-.02-.21-.02-.36-.02-.17 0-.26.03-.26.04-.05.02-.09.06-.09.1 0 .06.01.12.05.15zm3.16-2.68c0 .39-.32.71-.71.71s-.71-.32-.71-.71V6.21c0-.09-.08-.17-.17-.17h-2.21c-.09.01-.17.09-.17.18v1.49c.01.39-.31.71-.7.71s-.71-.32-.71-.71V6.2c0-.87.71-1.58 1.58-1.58h2.22c.87 0 1.58.71 1.58 1.58v1.52m4.6 5.39c0 .87-.71 1.58-1.58 1.58h-1.51c-.39 0-.71-.32-.71-.71s.32-.71.71-.71h1.5c.09 0 .17-.08.17-.17v-2.21c-.01-.09-.09-.17-.18-.17h-1.49a.7.7 0 0 1-.71-.7c0-.39.32-.71.71-.71h1.51c.87 0 1.58.71 1.58 1.58z'/%3E%3C/svg%3E")}.mdi-icon-CB_football_player_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.654 8.587a1.44 1.44 0 0 0-1.387-.373l-2.4.64a1.44 1.44 0 0 0-1.013 1.013l-.64 2.4a1.43 1.43 0 0 0 .373 1.387l1.753 1.753c.36.36.893.507 1.387.373l2.4-.64a1.44 1.44 0 0 0 1.013-1.013l.64-2.4a1.43 1.43 0 0 0-.373-1.387z'/%3E%3Cpath d='M17.5 2.447C12.246-.586 5.507 1.22 2.474 6.474-.56 11.727 1.246 18.467 6.5 21.5s11.993 1.227 15.026-4.026C24.56 12.22 22.754 5.48 17.5 2.447m-.734 16.058-2.398-.646a1.44 1.44 0 0 0-1.385.371L11.23 19.99c-.34.335-.473.82-.388 1.285a9.4 9.4 0 0 1-3.528-1.183 9.2 9.2 0 0 1-2.743-2.408c.436-.156.774-.515.897-.967l.646-2.399a1.44 1.44 0 0 0-.371-1.384l-1.759-1.754a1.44 1.44 0 0 0-1.279-.385 9.25 9.25 0 0 1 1.178-3.507A9.3 9.3 0 0 1 6.337 4.5c.146.469.518.838.99.965l2.4.645a1.44 1.44 0 0 0 1.384-.37l1.754-1.759c.343-.34.476-.826.385-1.294a9.3 9.3 0 0 1 3.43 1.165 9.5 9.5 0 0 1 2.773 2.439 1.42 1.42 0 0 0-.947.986l-.646 2.398a1.44 1.44 0 0 0 .371 1.384l1.759 1.755c.34.343.826.476 1.294.385a9.2 9.2 0 0 1-1.169 3.451 9.3 9.3 0 0 1-2.392 2.73 1.42 1.42 0 0 0-.96-.885z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.654 8.587a1.44 1.44 0 0 0-1.387-.373l-2.4.64a1.44 1.44 0 0 0-1.013 1.013l-.64 2.4a1.43 1.43 0 0 0 .373 1.387l1.753 1.753c.36.36.893.507 1.387.373l2.4-.64a1.44 1.44 0 0 0 1.013-1.013l.64-2.4a1.43 1.43 0 0 0-.373-1.387z'/%3E%3Cpath d='M17.5 2.447C12.246-.586 5.507 1.22 2.474 6.474-.56 11.727 1.246 18.467 6.5 21.5s11.993 1.227 15.026-4.026C24.56 12.22 22.754 5.48 17.5 2.447m-.734 16.058-2.398-.646a1.44 1.44 0 0 0-1.385.371L11.23 19.99c-.34.335-.473.82-.388 1.285a9.4 9.4 0 0 1-3.528-1.183 9.2 9.2 0 0 1-2.743-2.408c.436-.156.774-.515.897-.967l.646-2.399a1.44 1.44 0 0 0-.371-1.384l-1.759-1.754a1.44 1.44 0 0 0-1.279-.385 9.25 9.25 0 0 1 1.178-3.507A9.3 9.3 0 0 1 6.337 4.5c.146.469.518.838.99.965l2.4.645a1.44 1.44 0 0 0 1.384-.37l1.754-1.759c.343-.34.476-.826.385-1.294a9.3 9.3 0 0 1 3.43 1.165 9.5 9.5 0 0 1 2.773 2.439 1.42 1.42 0 0 0-.947.986l-.646 2.398a1.44 1.44 0 0 0 .371 1.384l1.759 1.755c.34.343.826.476 1.294.385a9.2 9.2 0 0 1-1.169 3.451 9.3 9.3 0 0 1-2.392 2.73 1.42 1.42 0 0 0-.96-.885z'/%3E%3C/svg%3E")}.mdi-icon-CB_football_trainer_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.94 5.54a1.386 1.386 0 1 0 0 2.773 1.386 1.386 0 1 0 0-2.773'/%3E%3Cpath d='M20.82 1.333H3.18c-1.02 0-1.847.827-1.847 1.847v17.64c0 1.02.827 1.846 1.847 1.846h17.64c1.02 0 1.846-.826 1.846-1.846V3.18c0-1.02-.826-1.847-1.846-1.847m-7.12 4.26a.88.88 0 0 1 0-1.24c.34-.34.9-.34 1.24 0l1.333 1.333 1.333-1.333c.34-.34.9-.34 1.24 0s.34.9 0 1.24l-1.333 1.333 1.333 1.334a.881.881 0 0 1-.62 1.5.87.87 0 0 1-.62-.26l-1.333-1.334L14.94 9.5a.87.87 0 0 1-1.24 0 .88.88 0 0 1 0-1.24l1.333-1.334zM9.52 17.886a.881.881 0 0 1-.62 1.5.87.87 0 0 1-.62-.26l-1.334-1.333-1.333 1.333a.87.87 0 0 1-1.24 0 .88.88 0 0 1 0-1.24l1.333-1.333-1.333-1.333a.88.88 0 0 1 0-1.24c.34-.34.9-.34 1.24 0l1.333 1.333L8.28 13.98c.34-.34.9-.34 1.24 0s.34.9 0 1.24l-1.334 1.333zm-2.574-7.96c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m13.28 10.294c-.34.34-.9.34-1.24 0l-4.6-4.6v.586a.88.88 0 1 1-1.76 0V13.5c0-.234.094-.46.26-.62a.87.87 0 0 1 .62-.26h2.707c.24 0 .46.1.62.26a.877.877 0 0 1-.62 1.5h-.587l4.6 4.6c.34.34.34.9 0 1.24'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.94 5.54a1.386 1.386 0 1 0 0 2.773 1.386 1.386 0 1 0 0-2.773'/%3E%3Cpath d='M20.82 1.333H3.18c-1.02 0-1.847.827-1.847 1.847v17.64c0 1.02.827 1.846 1.847 1.846h17.64c1.02 0 1.846-.826 1.846-1.846V3.18c0-1.02-.826-1.847-1.846-1.847m-7.12 4.26a.88.88 0 0 1 0-1.24c.34-.34.9-.34 1.24 0l1.333 1.333 1.333-1.333c.34-.34.9-.34 1.24 0s.34.9 0 1.24l-1.333 1.333 1.333 1.334a.881.881 0 0 1-.62 1.5.87.87 0 0 1-.62-.26l-1.333-1.334L14.94 9.5a.87.87 0 0 1-1.24 0 .88.88 0 0 1 0-1.24l1.333-1.334zM9.52 17.886a.881.881 0 0 1-.62 1.5.87.87 0 0 1-.62-.26l-1.334-1.333-1.333 1.333a.87.87 0 0 1-1.24 0 .88.88 0 0 1 0-1.24l1.333-1.333-1.333-1.333a.88.88 0 0 1 0-1.24c.34-.34.9-.34 1.24 0l1.333 1.333L8.28 13.98c.34-.34.9-.34 1.24 0s.34.9 0 1.24l-1.334 1.333zm-2.574-7.96c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m13.28 10.294c-.34.34-.9.34-1.24 0l-4.6-4.6v.586a.88.88 0 1 1-1.76 0V13.5c0-.234.094-.46.26-.62a.87.87 0 0 1 .62-.26h2.707c.24 0 .46.1.62.26a.877.877 0 0 1-.62 1.5h-.587l4.6 4.6c.34.34.34.9 0 1.24'/%3E%3C/svg%3E")}.mdi-icon-CB_identity_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.62 3v12.68c0 2.25 1.82 4.07 4.07 4.07h1.92c.59 0 1.16.21 1.61.58l.79.66.79-.66c.45-.38 1.02-.58 1.61-.58h1.88c2.25 0 4.07-1.82 4.07-4.07V3zM12 5.14c1.49 0 2.7 1.22 2.7 2.72s-1.21 2.72-2.7 2.72-2.7-1.22-2.7-2.72 1.21-2.72 2.7-2.72m4.43 11.67H7.57a.61.61 0 0 1-.61-.69c.33-2.51 2.46-4.44 5.04-4.44s4.71 1.93 5.04 4.44c.05.36-.24.69-.61.69'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.62 3v12.68c0 2.25 1.82 4.07 4.07 4.07h1.92c.59 0 1.16.21 1.61.58l.79.66.79-.66c.45-.38 1.02-.58 1.61-.58h1.88c2.25 0 4.07-1.82 4.07-4.07V3zM12 5.14c1.49 0 2.7 1.22 2.7 2.72s-1.21 2.72-2.7 2.72-2.7-1.22-2.7-2.72 1.21-2.72 2.7-2.72m4.43 11.67H7.57a.61.61 0 0 1-.61-.69c.33-2.51 2.46-4.44 5.04-4.44s4.71 1.93 5.04 4.44c.05.36-.24.69-.61.69'/%3E%3C/svg%3E")}.mdi-icon-CB_large_family_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10.95c1.28 0 2.32 1.05 2.32 2.34s-1.04 2.34-2.32 2.34-2.32-1.05-2.32-2.34 1.04-2.34 2.32-2.34m0 5.16c-2.21 0-4.04 1.66-4.33 3.82-.04.31.21.59.52.59h7.62c.31 0 .56-.28.52-.59-.29-2.15-2.12-3.82-4.33-3.82m-5.45 3.67a5.5 5.5 0 0 1 2.46-3.89c.22-.15.28-.45.13-.67-.37-.55-.58-1.21-.58-1.92 0-.49.1-.95.28-1.38H6.55c-1.96 0-3.56 1.59-3.56 3.56v4.55c0 .28.22.5.5.5h3.13c-.08-.24-.11-.49-.08-.74zm10.89-7.86h-2.28a3.503 3.503 0 0 1-.3 3.3c-.15.22-.09.53.13.67 1.3.85 2.24 2.25 2.46 3.89.03.25 0 .5-.08.74h3.13c.28 0 .5-.22.5-.5v-4.55c0-1.96-1.59-3.56-3.56-3.56zM7.28 10.36c1.88 0 3.41-1.54 3.41-3.44S9.16 3.48 7.28 3.48 3.87 5.02 3.87 6.92s1.53 3.44 3.41 3.44m9.43 0c1.88 0 3.41-1.54 3.41-3.44s-1.53-3.44-3.41-3.44-3.41 1.54-3.41 3.44 1.53 3.44 3.41 3.44'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10.95c1.28 0 2.32 1.05 2.32 2.34s-1.04 2.34-2.32 2.34-2.32-1.05-2.32-2.34 1.04-2.34 2.32-2.34m0 5.16c-2.21 0-4.04 1.66-4.33 3.82-.04.31.21.59.52.59h7.62c.31 0 .56-.28.52-.59-.29-2.15-2.12-3.82-4.33-3.82m-5.45 3.67a5.5 5.5 0 0 1 2.46-3.89c.22-.15.28-.45.13-.67-.37-.55-.58-1.21-.58-1.92 0-.49.1-.95.28-1.38H6.55c-1.96 0-3.56 1.59-3.56 3.56v4.55c0 .28.22.5.5.5h3.13c-.08-.24-.11-.49-.08-.74zm10.89-7.86h-2.28a3.503 3.503 0 0 1-.3 3.3c-.15.22-.09.53.13.67 1.3.85 2.24 2.25 2.46 3.89.03.25 0 .5-.08.74h3.13c.28 0 .5-.22.5-.5v-4.55c0-1.96-1.59-3.56-3.56-3.56zM7.28 10.36c1.88 0 3.41-1.54 3.41-3.44S9.16 3.48 7.28 3.48 3.87 5.02 3.87 6.92s1.53 3.44 3.41 3.44m9.43 0c1.88 0 3.41-1.54 3.41-3.44s-1.53-3.44-3.41-3.44-3.41 1.54-3.41 3.44 1.53 3.44 3.41 3.44'/%3E%3C/svg%3E")}.mdi-icon-CB_legal_advisor_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.32 12.65c0-.72-.22-1.43-.65-2.07-.43-.63-1.39-1.39-2.96-2.33-1.45-.86-2.37-1.48-2.76-1.84-.31-.29-.46-.58-.46-.88 0-.33.11-.57.33-.77.24-.21.6-.32 1.07-.32 1.09 0 1.38.52 1.53.96.19.6.73 1 1.36 1 .49 0 .93-.24 1.2-.64.25-.39.3-.87.12-1.29-.24-.56-.61-1.05-1.07-1.44-.81-.69-1.9-1.03-3.25-1.03-1.27 0-2.29.37-3.04 1.1Q7.6 4.195 7.6 5.62c0 .83.33 1.62.99 2.33-1.26.74-1.9 1.73-1.9 2.94 0 .77.2 1.49.6 2.14.4.66 1.37 1.45 2.96 2.41 1.48.9 2.47 1.54 2.95 1.93.38.31.56.61.56.91 0 .33-.13.61-.39.86s-.67.38-1.2.38c-1.32 0-1.67-.62-1.82-1.09A1.39 1.39 0 0 0 9 17.45c-.48 0-.93.24-1.19.63-.26.4-.32.89-.13 1.32.27.63.68 1.16 1.2 1.57.86.67 2.01 1.01 3.29 1.01s2.35-.35 3.18-1.04c.85-.71 1.28-1.62 1.28-2.7s-.4-1.97-1.17-2.68c1.24-.77 1.86-1.75 1.86-2.93zm-3.62 1.6c-.43-.27-1.06-.66-1.92-1.18-1.22-.73-1.72-1.17-1.92-1.4-.24-.3-.37-.62-.37-.99 0-.58.24-1 .78-1.33.49.37 1.15.81 1.96 1.29.91.54 1.55 1.01 1.87 1.38.29.33.43.64.43.97 0 .51-.27.91-.82 1.25z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.32 12.65c0-.72-.22-1.43-.65-2.07-.43-.63-1.39-1.39-2.96-2.33-1.45-.86-2.37-1.48-2.76-1.84-.31-.29-.46-.58-.46-.88 0-.33.11-.57.33-.77.24-.21.6-.32 1.07-.32 1.09 0 1.38.52 1.53.96.19.6.73 1 1.36 1 .49 0 .93-.24 1.2-.64.25-.39.3-.87.12-1.29-.24-.56-.61-1.05-1.07-1.44-.81-.69-1.9-1.03-3.25-1.03-1.27 0-2.29.37-3.04 1.1Q7.6 4.195 7.6 5.62c0 .83.33 1.62.99 2.33-1.26.74-1.9 1.73-1.9 2.94 0 .77.2 1.49.6 2.14.4.66 1.37 1.45 2.96 2.41 1.48.9 2.47 1.54 2.95 1.93.38.31.56.61.56.91 0 .33-.13.61-.39.86s-.67.38-1.2.38c-1.32 0-1.67-.62-1.82-1.09A1.39 1.39 0 0 0 9 17.45c-.48 0-.93.24-1.19.63-.26.4-.32.89-.13 1.32.27.63.68 1.16 1.2 1.57.86.67 2.01 1.01 3.29 1.01s2.35-.35 3.18-1.04c.85-.71 1.28-1.62 1.28-2.7s-.4-1.97-1.17-2.68c1.24-.77 1.86-1.75 1.86-2.93zm-3.62 1.6c-.43-.27-1.06-.66-1.92-1.18-1.22-.73-1.72-1.17-1.92-1.4-.24-.3-.37-.62-.37-.99 0-.58.24-1 .78-1.33.49.37 1.15.81 1.96 1.29.91.54 1.55 1.01 1.87 1.38.29.33.43.64.43.97 0 .51-.27.91-.82 1.25z'/%3E%3C/svg%3E")}.mdi-icon-CB_licence{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 11.54a1.54 1.54 0 1 1 .001-3.081A1.54 1.54 0 0 1 12 13.54m0-9.04c3.71 0 6.79 2.71 7.39 6.25h-3.55A4.045 4.045 0 0 0 12 7.96c-1.79 0-3.31 1.17-3.84 2.79H4.61C5.21 7.21 8.29 4.5 12 4.5m-7.39 8.75h3.55c.4 1.22 1.37 2.19 2.59 2.59v3.55c-3.13-.53-5.61-3-6.14-6.14m8.64 6.14v-3.55c1.22-.4 2.19-1.37 2.59-2.59h3.55c-.53 3.13-3 5.61-6.14 6.14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2m0 11.54a1.54 1.54 0 1 1 .001-3.081A1.54 1.54 0 0 1 12 13.54m0-9.04c3.71 0 6.79 2.71 7.39 6.25h-3.55A4.045 4.045 0 0 0 12 7.96c-1.79 0-3.31 1.17-3.84 2.79H4.61C5.21 7.21 8.29 4.5 12 4.5m-7.39 8.75h3.55c.4 1.22 1.37 2.19 2.59 2.59v3.55c-3.13-.53-5.61-3-6.14-6.14m8.64 6.14v-3.55c1.22-.4 2.19-1.37 2.59-2.59h3.55c-.53 3.13-3 5.61-6.14 6.14'/%3E%3C/svg%3E")}.mdi-icon-CB_m_vehicle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3 18.85c0 .64.52 1.15 1.15 1.15h.56c.63 0 1.15-.51 1.15-1.15v-1.19H4.3zM16.86 18.85c0 .64.52 1.15 1.15 1.15h.56c.63 0 1.15-.51 1.15-1.15v-1.19h-2.86zM19.77 10.13c-.19-.13-.34-.31-.41-.53l-1.44-4.3C17.5 4.5 16.67 4 15.76 4H8.25c-.91 0-1.74.5-2.16 1.3L4.65 9.6c-.07.22-.22.4-.41.53-.36.24-.59.65-.59 1.12v4.329999999999999c0 .69.56 1.25 1.25 1.25h14.18c.4 0 .8-.16 1.03-.49.15-.22.25-.49.25-.78v-4.31c0-.47-.24-.87-.59-1.12M6.63 8.29l.63-2.19c.11-.39.47-.66.87-.66h7.74a.9.9 0 0 1 .87.66l.63 2.19a.908.908 0 0 1-.87 1.16H7.51c-.6 0-1.04-.58-.87-1.16zm2.22 4.47c-.12.51-.54.92-1.04 1.04-1.08.26-2.02-.69-1.76-1.77.12-.51.54-.92 1.04-1.04 1.08-.26 2.02.69 1.76 1.77m9.1 0c-.12.51-.54.92-1.04 1.04-1.08.26-2.02-.69-1.76-1.77.12-.51.54-.92 1.04-1.04 1.08-.26 2.02.69 1.76 1.77M3.66 8.83c.11 0 .22-.08.25-.19l.46-1.51c.03-.11-.04-.23-.15-.23h-.73c-.55 0-.98.52-.89 1.13.07.47.49.8.94.8h.13zM20.51 6.85h-.73c-.11 0-.19.12-.15.23l.46 1.51c.04.12.14.19.25.19h.13c.45 0 .87-.33.94-.8.09-.6-.34-1.13-.89-1.13z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3 18.85c0 .64.52 1.15 1.15 1.15h.56c.63 0 1.15-.51 1.15-1.15v-1.19H4.3zM16.86 18.85c0 .64.52 1.15 1.15 1.15h.56c.63 0 1.15-.51 1.15-1.15v-1.19h-2.86zM19.77 10.13c-.19-.13-.34-.31-.41-.53l-1.44-4.3C17.5 4.5 16.67 4 15.76 4H8.25c-.91 0-1.74.5-2.16 1.3L4.65 9.6c-.07.22-.22.4-.41.53-.36.24-.59.65-.59 1.12v4.329999999999999c0 .69.56 1.25 1.25 1.25h14.18c.4 0 .8-.16 1.03-.49.15-.22.25-.49.25-.78v-4.31c0-.47-.24-.87-.59-1.12M6.63 8.29l.63-2.19c.11-.39.47-.66.87-.66h7.74a.9.9 0 0 1 .87.66l.63 2.19a.908.908 0 0 1-.87 1.16H7.51c-.6 0-1.04-.58-.87-1.16zm2.22 4.47c-.12.51-.54.92-1.04 1.04-1.08.26-2.02-.69-1.76-1.77.12-.51.54-.92 1.04-1.04 1.08-.26 2.02.69 1.76 1.77m9.1 0c-.12.51-.54.92-1.04 1.04-1.08.26-2.02-.69-1.76-1.77.12-.51.54-.92 1.04-1.04 1.08-.26 2.02.69 1.76 1.77M3.66 8.83c.11 0 .22-.08.25-.19l.46-1.51c.03-.11-.04-.23-.15-.23h-.73c-.55 0-.98.52-.89 1.13.07.47.49.8.94.8h.13zM20.51 6.85h-.73c-.11 0-.19.12-.15.23l.46 1.51c.04.12.14.19.25.19h.13c.45 0 .87-.33.94-.8.09-.6-.34-1.13-.89-1.13z'/%3E%3C/svg%3E")}.mdi-icon-CB_malopolska_agglomeration_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 4.18a7.557 7.557 0 0 0-10.61 0 7.33 7.33 0 0 0-1.35 8.65c1.1 2.1 3.84 6.18 5.44 8.53.59.86 1.85.86 2.44 0 1.6-2.34 4.34-6.43 5.44-8.53a7.35 7.35 0 0 0-1.35-8.65zM12 13.13c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 4.18a7.557 7.557 0 0 0-10.61 0 7.33 7.33 0 0 0-1.35 8.65c1.1 2.1 3.84 6.18 5.44 8.53.59.86 1.85.86 2.44 0 1.6-2.34 4.34-6.43 5.44-8.53a7.35 7.35 0 0 0-1.35-8.65zM12 13.13c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4'/%3E%3C/svg%3E")}.mdi-icon-CB_marrow_donor_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 8.8c-.65 0-1.26.25-1.72.71l-.25.26c-.16.16-.38.26-.6.26-.22-.04-.45-.09-.61-.25l-.26-.26c-.46-.46-1.07-.71-1.72-.71h-.03c-.62 0-1.21.25-1.63.69-.87.9-.85 2.36.03 3.25l4.21 4.2 4.21-4.21c.89-.89.9-2.35.03-3.25-.43-.44-1.01-.72-1.64-.68z'/%3E%3Cpath d='M12 2C6.48 2 2 6.5 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m5.41 11.94-4.65 4.65c-.2.2-.47.32-.76.32s-.56-.11-.76-.32l-4.65-4.64c-1.54-1.54-1.56-4.07-.05-5.63.75-.78 1.82-1.24 2.88-1.21h.01c.94 0 1.84.32 2.57.9.74-.59 1.64-.91 2.59-.91h.03c1.07 0 2.1.44 2.85 1.2 1.51 1.57 1.49 4.1-.05 5.64z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 8.8c-.65 0-1.26.25-1.72.71l-.25.26c-.16.16-.38.26-.6.26-.22-.04-.45-.09-.61-.25l-.26-.26c-.46-.46-1.07-.71-1.72-.71h-.03c-.62 0-1.21.25-1.63.69-.87.9-.85 2.36.03 3.25l4.21 4.2 4.21-4.21c.89-.89.9-2.35.03-3.25-.43-.44-1.01-.72-1.64-.68z'/%3E%3Cpath d='M12 2C6.48 2 2 6.5 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m5.41 11.94-4.65 4.65c-.2.2-.47.32-.76.32s-.56-.11-.76-.32l-4.65-4.64c-1.54-1.54-1.56-4.07-.05-5.63.75-.78 1.82-1.24 2.88-1.21h.01c.94 0 1.84.32 2.57.9.74-.59 1.64-.91 2.59-.91h.03c1.07 0 2.1.44 2.85 1.2 1.51 1.57 1.49 4.1-.05 5.64z'/%3E%3C/svg%3E")}.mdi-icon-CB_midwife_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.07 9.48C5.73 8.03 8.85 7.28 12 7.23c3.14.05 6.26.8 9.93 2.25.03-.11.05-.21.08-.33.3-1.24-.74-3.02-2.16-3.5-3.07-1.03-5.46-1.55-7.85-1.6-2.4.04-4.78.57-7.85 1.6-1.43.48-2.46 2.26-2.16 3.5.03.12.05.22.08.33M12 9.61c-2.92.06-5.84.81-9.36 2.26.52 2.2.94 3.98 1.6 6.81.23.96 1.14 1.43 2.21 1.22 2.2-.42 3.87-.62 5.56-.57 1.68-.04 3.36.15 5.56.57 1.07.21 1.98-.26 2.21-1.22.66-2.83 1.08-4.61 1.6-6.81-3.52-1.44-6.44-2.19-9.36-2.26z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.07 9.48C5.73 8.03 8.85 7.28 12 7.23c3.14.05 6.26.8 9.93 2.25.03-.11.05-.21.08-.33.3-1.24-.74-3.02-2.16-3.5-3.07-1.03-5.46-1.55-7.85-1.6-2.4.04-4.78.57-7.85 1.6-1.43.48-2.46 2.26-2.16 3.5.03.12.05.22.08.33M12 9.61c-2.92.06-5.84.81-9.36 2.26.52 2.2.94 3.98 1.6 6.81.23.96 1.14 1.43 2.21 1.22 2.2-.42 3.87-.62 5.56-.57 1.68-.04 3.36.15 5.56.57 1.07.21 1.98-.26 2.21-1.22.66-2.83 1.08-4.61 1.6-6.81-3.52-1.44-6.44-2.19-9.36-2.26z'/%3E%3C/svg%3E")}.mdi-icon-CB_nurse_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.07 9.48C5.73 8.03 8.85 7.28 12 7.23c3.14.05 6.26.8 9.93 2.25.03-.11.05-.21.08-.33.3-1.24-.74-3.02-2.16-3.5-3.07-1.03-5.46-1.55-7.85-1.6-2.4.04-4.78.57-7.85 1.6-1.43.48-2.46 2.26-2.16 3.5.03.12.05.22.08.33M12 9.61c-2.92.06-5.84.81-9.36 2.26.52 2.2.94 3.98 1.6 6.81.23.96 1.14 1.43 2.21 1.22 2.2-.42 3.87-.62 5.56-.57 1.68-.04 3.36.15 5.56.57 1.07.21 1.98-.26 2.21-1.22.66-2.83 1.08-4.61 1.6-6.81-3.52-1.44-6.44-2.19-9.36-2.26z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.07 9.48C5.73 8.03 8.85 7.28 12 7.23c3.14.05 6.26.8 9.93 2.25.03-.11.05-.21.08-.33.3-1.24-.74-3.02-2.16-3.5-3.07-1.03-5.46-1.55-7.85-1.6-2.4.04-4.78.57-7.85 1.6-1.43.48-2.46 2.26-2.16 3.5.03.12.05.22.08.33M12 9.61c-2.92.06-5.84.81-9.36 2.26.52 2.2.94 3.98 1.6 6.81.23.96 1.14 1.43 2.21 1.22 2.2-.42 3.87-.62 5.56-.57 1.68-.04 3.36.15 5.56.57 1.07.21 1.98-.26 2.21-1.22.66-2.83 1.08-4.61 1.6-6.81-3.52-1.44-6.44-2.19-9.36-2.26z'/%3E%3C/svg%3E")}.mdi-icon-CB_parliamentary_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.21 6.5-7.68-3.41c-.33-.15-.71-.15-1.05 0L3.79 6.5c-.48.21-.78.69-.78 1.21v.1c0 .73.58 1.32 1.31 1.32h15.37c.72 0 1.31-.59 1.31-1.32v-.1c0-.53-.31-1-.78-1.21zM8.4 13.86V11.1c0-.61-.49-1.1-1.1-1.1s-1.1.49-1.1 1.1v2.76c0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1M17.78 13.86V11.1c0-.61-.49-1.1-1.1-1.1s-1.1.49-1.1 1.1v2.76c0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1M13.09 13.86V11.1c0-.61-.49-1.1-1.1-1.1s-1.1.49-1.1 1.1v2.76c0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1M4.7 17c0 .55.45 1 1 1h12.6c.55 0 1-.45 1-1s-.45-1-1-1H5.7c-.55 0-1 .45-1 1M19.93 19H4.06C3.48 19 3 19.45 3 20s.48 1 1.06 1h15.87c.58 0 1.06-.45 1.06-1s-.48-1-1.06-1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.21 6.5-7.68-3.41c-.33-.15-.71-.15-1.05 0L3.79 6.5c-.48.21-.78.69-.78 1.21v.1c0 .73.58 1.32 1.31 1.32h15.37c.72 0 1.31-.59 1.31-1.32v-.1c0-.53-.31-1-.78-1.21zM8.4 13.86V11.1c0-.61-.49-1.1-1.1-1.1s-1.1.49-1.1 1.1v2.76c0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1M17.78 13.86V11.1c0-.61-.49-1.1-1.1-1.1s-1.1.49-1.1 1.1v2.76c0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1M13.09 13.86V11.1c0-.61-.49-1.1-1.1-1.1s-1.1.49-1.1 1.1v2.76c0 .61.49 1.1 1.1 1.1s1.1-.49 1.1-1.1M4.7 17c0 .55.45 1 1 1h12.6c.55 0 1-.45 1-1s-.45-1-1-1H5.7c-.55 0-1 .45-1 1M19.93 19H4.06C3.48 19 3 19.45 3 20s.48 1 1.06 1h15.87c.58 0 1.06-.45 1.06-1s-.48-1-1.06-1'/%3E%3C/svg%3E")}.mdi-icon-CB_pensioner_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9.9v10.53c0 .69.57 1.26 1.26 1.26h15.47c.7 0 1.27-.57 1.27-1.26V9.9zm12.14 5.98-2.91 2.9-.02.02s-.13.08-.19.08c-.08 0-.16-.03-.2-.08l-.02-.02-2.97-2.96c-.83-.84-.83-2.2 0-3.04a2.18 2.18 0 0 1 3.05 0l.14.14.13-.14c.97-.96 2.64-.82 3.4.44.52.85.3 1.96-.41 2.67zM21 7.94c0-1.14-.92-2.06-2.06-2.06H5.07c-1.14 0-2.06.92-2.06 2.06v.45H21zM9 4c0-.55-.45-1-1-1s-1 .45-1 1v.95h2zM17 4c0-.55-.45-1-1-1s-1 .45-1 1v.95h2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9.9v10.53c0 .69.57 1.26 1.26 1.26h15.47c.7 0 1.27-.57 1.27-1.26V9.9zm12.14 5.98-2.91 2.9-.02.02s-.13.08-.19.08c-.08 0-.16-.03-.2-.08l-.02-.02-2.97-2.96c-.83-.84-.83-2.2 0-3.04a2.18 2.18 0 0 1 3.05 0l.14.14.13-.14c.97-.96 2.64-.82 3.4.44.52.85.3 1.96-.41 2.67zM21 7.94c0-1.14-.92-2.06-2.06-2.06H5.07c-1.14 0-2.06.92-2.06 2.06v.45H21zM9 4c0-.55-.45-1-1-1s-1 .45-1 1v.95h2zM17 4c0-.55-.45-1-1-1s-1 .45-1 1v.95h2z'/%3E%3C/svg%3E")}.mdi-icon-CB_phd_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.06 16.19 17 14v2.71c0 .31-.17.6-.45.76l-4.33 2.41a.84.84 0 0 1-.84 0l-4.33-2.41a.88.88 0 0 1-.45-.76V14l3.94 2.19a2.577 2.577 0 0 0 1.97.23c.19-.05.38-.13.56-.23zm7.47-7.68-8.1-4.5a.9.9 0 0 0-.87 0l-8.1 4.5c-.29.16-.46.46-.46.79s.18.63.46.79l8.1 4.5c.27.15.6.15.87 0l3.91-2.28 2.21 1.2v5.59c0 .5.4.9.9.9s.9-.4.9-.9v-6.13c0-.33-.18-.63-.47-.79l-1.68-.92 2.33-1.18c.29-.16.46-.46.46-.79s-.18-.63-.46-.79z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.06 16.19 17 14v2.71c0 .31-.17.6-.45.76l-4.33 2.41a.84.84 0 0 1-.84 0l-4.33-2.41a.88.88 0 0 1-.45-.76V14l3.94 2.19a2.577 2.577 0 0 0 1.97.23c.19-.05.38-.13.56-.23zm7.47-7.68-8.1-4.5a.9.9 0 0 0-.87 0l-8.1 4.5c-.29.16-.46.46-.46.79s.18.63.46.79l8.1 4.5c.27.15.6.15.87 0l3.91-2.28 2.21 1.2v5.59c0 .5.4.9.9.9s.9-.4.9-.9v-6.13c0-.33-.18-.63-.47-.79l-1.68-.92 2.33-1.18c.29-.16.46-.46.46-.79s-.18-.63-.46-.79z'/%3E%3C/svg%3E")}.mdi-icon-CB_request_for_id{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.2 7.2a2.4 2.4 0 0 1 2.4-2.4h16.8a2.4 2.4 0 0 1 2.4 2.4v9.6a2.4 2.4 0 0 1-2.4 2.4H3.6a2.4 2.4 0 0 1-2.4-2.4zm12 1.2a.6.6 0 0 1 .6-.6h5.4a.6.6 0 0 1 .6.6v.3a.6.6 0 0 1-.6.6h-5.4a.6.6 0 0 1-.6-.6zm.6 2.4a.6.6 0 0 0-.6.6v.3a.6.6 0 0 0 .6.6h5.4a.6.6 0 0 0 .6-.6v-.3a.6.6 0 0 0-.6-.6zM8.997 9.6a1.8 1.8 0 1 1-3.6 0 1.8 1.8 0 0 1 3.6 0m-2.198 3a3.2 3.2 0 0 0-3.2 3.2c0 .221.179.4.4.4h6.4a.4.4 0 0 0 .4-.4 3.2 3.2 0 0 0-3.2-3.2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.2 7.2a2.4 2.4 0 0 1 2.4-2.4h16.8a2.4 2.4 0 0 1 2.4 2.4v9.6a2.4 2.4 0 0 1-2.4 2.4H3.6a2.4 2.4 0 0 1-2.4-2.4zm12 1.2a.6.6 0 0 1 .6-.6h5.4a.6.6 0 0 1 .6.6v.3a.6.6 0 0 1-.6.6h-5.4a.6.6 0 0 1-.6-.6zm.6 2.4a.6.6 0 0 0-.6.6v.3a.6.6 0 0 0 .6.6h5.4a.6.6 0 0 0 .6-.6v-.3a.6.6 0 0 0-.6-.6zM8.997 9.6a1.8 1.8 0 1 1-3.6 0 1.8 1.8 0 0 1 3.6 0m-2.198 3a3.2 3.2 0 0 0-3.2 3.2c0 .221.179.4.4.4h6.4a.4.4 0 0 0 .4-.4 3.2 3.2 0 0 0-3.2-3.2z'/%3E%3C/svg%3E")}.mdi-icon-CB_school_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.23 4.08-3.47 3.13a.32.32 0 0 0-.11.24v8.19c0 .28.33.43.54.24l3.47-3.13a.32.32 0 0 0 .11-.24V4.32c0-.28-.33-.43-.54-.24M7.48 6.07c-1.51 0-3.17.31-4.39 1.14-.09.06-.14.16-.14.27v11.93c0 .16.15.42.41.41.06 0 .19-.08.22-.09 1.07-.49 2.68-.9 3.9-.9 1.49 0 3.21.3 4.36 1.11.1.07.24.08.34.01 1.17-.68 3.02-1.13 4.35-1.13s2.74.23 3.88.88c.09.04.13.05.24.04.16-.02.4-.18.4-.42V7.48c0-.11-.05-.21-.14-.27-.33-.22-.67-.43-1.06-.59a.323.323 0 0 0-.44.3v10.23c0 .21-.2.37-.41.31-.79-.22-1.63-.28-2.47-.28-1.22 0-2.89.38-4.06.97a.326.326 0 0 1-.47-.29V7.47c0-.1-.05-.2-.13-.26-1.16-.83-2.89-1.14-4.4-1.14z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.23 4.08-3.47 3.13a.32.32 0 0 0-.11.24v8.19c0 .28.33.43.54.24l3.47-3.13a.32.32 0 0 0 .11-.24V4.32c0-.28-.33-.43-.54-.24M7.48 6.07c-1.51 0-3.17.31-4.39 1.14-.09.06-.14.16-.14.27v11.93c0 .16.15.42.41.41.06 0 .19-.08.22-.09 1.07-.49 2.68-.9 3.9-.9 1.49 0 3.21.3 4.36 1.11.1.07.24.08.34.01 1.17-.68 3.02-1.13 4.35-1.13s2.74.23 3.88.88c.09.04.13.05.24.04.16-.02.4-.18.4-.42V7.48c0-.11-.05-.21-.14-.27-.33-.22-.67-.43-1.06-.59a.323.323 0 0 0-.44.3v10.23c0 .21-.2.37-.41.31-.79-.22-1.63-.28-2.47-.28-1.22 0-2.89.38-4.06.97a.326.326 0 0 1-.47-.29V7.47c0-.1-.05-.2-.13-.26-1.16-.83-2.89-1.14-4.4-1.14z'/%3E%3C/svg%3E")}.mdi-icon-CB_senator_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.86 5.58h-7.42a.39.39 0 0 1-.39-.39V2.4c0-.28-.28-.47-.54-.36L2.99 6.01c-.14.06-.24.2-.24.36V16c0 .14.08.28.21.35l10.54 5.58c.12.06.27.06.39-.01l7.18-4.51c.12-.07.19-.2.19-.33V5.97a.39.39 0 0 0-.39-.39zM4.13 12.34V7.3c0-.16.09-.3.24-.36l6.75-2.82c.26-.11.54.08.54.36v2.1c0 .21.17.39.39.39h7.42c.21 0 .39.17.39.39v4.98c0 .21-.17.39-.39.39H4.52a.39.39 0 0 1-.39-.39'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.86 5.58h-7.42a.39.39 0 0 1-.39-.39V2.4c0-.28-.28-.47-.54-.36L2.99 6.01c-.14.06-.24.2-.24.36V16c0 .14.08.28.21.35l10.54 5.58c.12.06.27.06.39-.01l7.18-4.51c.12-.07.19-.2.19-.33V5.97a.39.39 0 0 0-.39-.39zM4.13 12.34V7.3c0-.16.09-.3.24-.36l6.75-2.82c.26-.11.54.08.54.36v2.1c0 .21.17.39.39.39h7.42c.21 0 .39.17.39.39v4.98c0 .21-.17.39-.39.39H4.52a.39.39 0 0 1-.39-.39'/%3E%3C/svg%3E")}.mdi-icon-CB_student_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.06 16.19 17 14v2.71c0 .31-.17.6-.45.76l-4.33 2.41a.84.84 0 0 1-.84 0l-4.33-2.41a.88.88 0 0 1-.45-.76V14l3.94 2.19a2.577 2.577 0 0 0 1.97.23c.19-.05.38-.13.56-.23zm7.47-7.68-8.1-4.5a.9.9 0 0 0-.87 0l-8.1 4.5c-.29.16-.46.46-.46.79s.18.63.46.79l8.1 4.5c.27.15.6.15.87 0l3.91-2.28 2.21 1.2v5.59c0 .5.4.9.9.9s.9-.4.9-.9v-6.13c0-.33-.18-.63-.47-.79l-1.68-.92 2.33-1.18c.29-.16.46-.46.46-.79s-.18-.63-.46-.79z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.06 16.19 17 14v2.71c0 .31-.17.6-.45.76l-4.33 2.41a.84.84 0 0 1-.84 0l-4.33-2.41a.88.88 0 0 1-.45-.76V14l3.94 2.19a2.577 2.577 0 0 0 1.97.23c.19-.05.38-.13.56-.23zm7.47-7.68-8.1-4.5a.9.9 0 0 0-.87 0l-8.1 4.5c-.29.16-.46.46-.46.79s.18.63.46.79l8.1 4.5c.27.15.6.15.87 0l3.91-2.28 2.21 1.2v5.59c0 .5.4.9.9.9s.9-.4.9-.9v-6.13c0-.33-.18-.63-.47-.79l-1.68-.92 2.33-1.18c.29-.16.46-.46.46-.79s-.18-.63-.46-.79z'/%3E%3C/svg%3E")}.mdi-icon-CB_trainee_lawyer_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.32 12.65c0-.72-.22-1.43-.65-2.07-.43-.63-1.39-1.39-2.96-2.33-1.45-.86-2.37-1.48-2.76-1.84-.31-.29-.46-.58-.46-.88 0-.33.11-.57.33-.77.24-.21.6-.32 1.07-.32 1.09 0 1.38.52 1.53.96.19.6.73 1 1.36 1 .49 0 .93-.24 1.2-.64.25-.39.3-.87.12-1.29-.24-.56-.61-1.05-1.07-1.44-.81-.69-1.9-1.03-3.25-1.03-1.27 0-2.29.37-3.04 1.1Q7.6 4.195 7.6 5.62c0 .83.33 1.62.99 2.33-1.26.74-1.9 1.73-1.9 2.94 0 .77.2 1.49.6 2.14.4.66 1.37 1.45 2.96 2.41 1.48.9 2.47 1.54 2.95 1.93.38.31.56.61.56.91 0 .33-.13.61-.39.86s-.67.38-1.2.38c-1.32 0-1.67-.62-1.82-1.09A1.39 1.39 0 0 0 9 17.45c-.48 0-.93.24-1.19.63-.26.4-.32.89-.13 1.32.27.63.68 1.16 1.2 1.57.86.67 2.01 1.01 3.29 1.01s2.35-.35 3.18-1.04c.85-.71 1.28-1.62 1.28-2.7s-.4-1.97-1.17-2.68c1.24-.77 1.86-1.75 1.86-2.93zm-3.62 1.6c-.43-.27-1.06-.66-1.92-1.18-1.22-.73-1.72-1.17-1.92-1.4-.24-.3-.37-.62-.37-.99 0-.58.24-1 .78-1.33.49.37 1.15.81 1.96 1.29.91.54 1.55 1.01 1.87 1.38.29.33.43.64.43.97 0 .51-.27.91-.82 1.25z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.32 12.65c0-.72-.22-1.43-.65-2.07-.43-.63-1.39-1.39-2.96-2.33-1.45-.86-2.37-1.48-2.76-1.84-.31-.29-.46-.58-.46-.88 0-.33.11-.57.33-.77.24-.21.6-.32 1.07-.32 1.09 0 1.38.52 1.53.96.19.6.73 1 1.36 1 .49 0 .93-.24 1.2-.64.25-.39.3-.87.12-1.29-.24-.56-.61-1.05-1.07-1.44-.81-.69-1.9-1.03-3.25-1.03-1.27 0-2.29.37-3.04 1.1Q7.6 4.195 7.6 5.62c0 .83.33 1.62.99 2.33-1.26.74-1.9 1.73-1.9 2.94 0 .77.2 1.49.6 2.14.4.66 1.37 1.45 2.96 2.41 1.48.9 2.47 1.54 2.95 1.93.38.31.56.61.56.91 0 .33-.13.61-.39.86s-.67.38-1.2.38c-1.32 0-1.67-.62-1.82-1.09A1.39 1.39 0 0 0 9 17.45c-.48 0-.93.24-1.19.63-.26.4-.32.89-.13 1.32.27.63.68 1.16 1.2 1.57.86.67 2.01 1.01 3.29 1.01s2.35-.35 3.18-1.04c.85-.71 1.28-1.62 1.28-2.7s-.4-1.97-1.17-2.68c1.24-.77 1.86-1.75 1.86-2.93zm-3.62 1.6c-.43-.27-1.06-.66-1.92-1.18-1.22-.73-1.72-1.17-1.92-1.4-.24-.3-.37-.62-.37-.99 0-.58.24-1 .78-1.33.49.37 1.15.81 1.96 1.29.91.54 1.55 1.01 1.87 1.38.29.33.43.64.43.97 0 .51-.27.91-.82 1.25z'/%3E%3C/svg%3E")}.mdi-icon-CB_uut_card{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 3H6.9C5.21 3 3.84 4.37 3.84 6.04v9.88c0 1.54 1.15 2.82 2.64 3.02l-.57.69c-.3.36-.24.88.11 1.18.36.29.89.25 1.18-.11l1.43-1.73h6.72l1.43 1.73c.3.36.83.41 1.18.11a.83.83 0 0 0 .11-1.18l-.57-.69c1.49-.2 2.64-1.48 2.64-3.02V6.04A3.05 3.05 0 0 0 17.08 3zM8.14 16.54c-.59 0-1.06-.47-1.06-1.04s.47-1.05 1.06-1.05 1.05.47 1.05 1.05c0 .57-.47 1.04-1.05 1.04m7.73 0c-.58 0-1.06-.47-1.06-1.04s.48-1.05 1.06-1.05 1.05.47 1.05 1.05c0 .57-.46 1.04-1.05 1.04m1.77-5.21c0 .54-.44.98-1 .98H7.36c-.55 0-1-.44-1-.98V6.5c0-.55.44-.99 1-.99h9.28c.55 0 1 .44 1 .99z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 3H6.9C5.21 3 3.84 4.37 3.84 6.04v9.88c0 1.54 1.15 2.82 2.64 3.02l-.57.69c-.3.36-.24.88.11 1.18.36.29.89.25 1.18-.11l1.43-1.73h6.72l1.43 1.73c.3.36.83.41 1.18.11a.83.83 0 0 0 .11-1.18l-.57-.69c1.49-.2 2.64-1.48 2.64-3.02V6.04A3.05 3.05 0 0 0 17.08 3zM8.14 16.54c-.59 0-1.06-.47-1.06-1.04s.47-1.05 1.06-1.05 1.05.47 1.05 1.05c0 .57-.47 1.04-1.05 1.04m7.73 0c-.58 0-1.06-.47-1.06-1.04s.48-1.05 1.06-1.05 1.05.47 1.05 1.05c0 .57-.46 1.04-1.05 1.04m1.77-5.21c0 .54-.44.98-1 .98H7.36c-.55 0-1-.44-1-.98V6.5c0-.55.44-.99 1-.99h9.28c.55 0 1 .44 1 .99z'/%3E%3C/svg%3E")}
