/**
 * Do not edit directly
 * Generated on Thu, 14 Aug 2025 08:21:43 GMT
 */
.vvd-root {
  background-color: var(--vvd-color-canvas);
  color: var(--vvd-color-canvas-text);
  color-scheme: var(--vvd-color-scheme);
}

.vvd-scrollbar {
  --scrollbar-track-color: transparent;
  --scrollbar-thumb-color: color-mix(in srgb, var(--vvd-color-neutral-950), transparent 70%);
}
.vvd-scrollbar {
  scrollbar-color: var(--scrollbar-thumb-color) var(--scrollbar-track-color);
  scrollbar-width: thin;
}
.vvd-scrollbar ::-webkit-scrollbar {
  width: 4px;
}
.vvd-scrollbar ::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color);
}
.vvd-scrollbar ::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 4px;
  background-color: var(--scrollbar-fallback-track-color, var(--scrollbar-thumb-color));
}

.vvd-neutral-tint-elevation {
  --_vvd-tinted-color-surface-0dp: var(--vvd-neutral-tint-color-surface-0dp);
  --_vvd-tinted-color-surface-2dp: var(--vvd-neutral-tint-color-surface-2dp);
  --_vvd-tinted-color-surface-4dp: var(--vvd-neutral-tint-color-surface-4dp);
  --_vvd-tinted-color-surface-8dp: var(--vvd-neutral-tint-color-surface-8dp);
  --_vvd-tinted-color-surface-12dp: var(--vvd-neutral-tint-color-surface-12dp);
  --_vvd-tinted-color-surface-16dp: var(--vvd-neutral-tint-color-surface-16dp);
  --_vvd-tinted-color-surface-24dp: var(--vvd-neutral-tint-color-surface-24dp);
  --_vvd-tinted-shadow-surface-0dp: var(--vvd-neutral-tint-shadow-surface-0dp);
  --_vvd-tinted-shadow-surface-2dp: var(--vvd-neutral-tint-shadow-surface-2dp);
  --_vvd-tinted-shadow-surface-4dp: var(--vvd-neutral-tint-shadow-surface-4dp);
  --_vvd-tinted-shadow-surface-8dp: var(--vvd-neutral-tint-shadow-surface-8dp);
  --_vvd-tinted-shadow-surface-12dp: var(
  	--vvd-neutral-tint-shadow-surface-12dp
  );
  --_vvd-tinted-shadow-surface-16dp: var(
  	--vvd-neutral-tint-shadow-surface-16dp
  );
  --_vvd-tinted-shadow-surface-24dp: var(
  	--vvd-neutral-tint-shadow-surface-24dp
  );
}
.vvd-neutral-tint-elevation > * {
  --_vvd-tinted-color-surface-0dp: var(--vvd-color-surface-0dp);
  --_vvd-tinted-color-surface-2dp: var(--vvd-color-surface-2dp);
  --_vvd-tinted-color-surface-4dp: var(--vvd-color-surface-4dp);
  --_vvd-tinted-color-surface-8dp: var(--vvd-color-surface-8dp);
  --_vvd-tinted-color-surface-12dp: var(--vvd-color-surface-12dp);
  --_vvd-tinted-color-surface-16dp: var(--vvd-color-surface-16dp);
  --_vvd-tinted-color-surface-24dp: var(--vvd-color-surface-24dp);
  --_vvd-tinted-shadow-surface-0dp: var(--vvd-shadow-surface-0dp);
  --_vvd-tinted-shadow-surface-2dp: var(--vvd-shadow-surface-2dp);
  --_vvd-tinted-shadow-surface-4dp: var(--vvd-shadow-surface-4dp);
  --_vvd-tinted-shadow-surface-8dp: var(--vvd-shadow-surface-8dp);
  --_vvd-tinted-shadow-surface-12dp: var(--vvd-shadow-surface-12dp);
  --_vvd-tinted-shadow-surface-16dp: var(--vvd-shadow-surface-16dp);
  --_vvd-tinted-shadow-surface-24dp: var(--vvd-shadow-surface-24dp);
}

.vvd-root:root {
  --vvd-size-font-scale-base: 1rem;
  font-size: unset;
}
.vvd-root:root > body {
  font: var(--vvd-typography-base);
  font-feature-settings: "kern"; /* turns on kerning */
  -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
  -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
  text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
}
.vvd-root:not(:root) {
  font: var(--vvd-typography-base);
  font-feature-settings: "kern"; /* turns on kerning */
  -webkit-font-smoothing: antialiased; /* apply font anti-aliasing for Webkit on OSX */
  -moz-osx-font-smoothing: grayscale; /* apply font anti-aliasing for Firefox on OSX */
  text-rendering: optimizeLegibility; /* emphasise on legibility when rendering, turns on ligatures and kerning */
}
.vvd-root p,
.vvd-root .font-base {
  font: var(--vvd-typography-base);
  margin-block: 16px;
}
.vvd-root p.tight,
.vvd-root .font-base.tight {
  margin-block: 0;
}
.vvd-root .font-base-bold {
  font: var(--vvd-typography-base-bold);
}
.vvd-root .font-base-condensed {
  font: var(--vvd-typography-base-condensed);
}
.vvd-root .font-base-condensed-bold {
  font: var(--vvd-typography-base-condensed-bold);
}
.vvd-root .font-base-extended {
  font: var(--vvd-typography-base-extended);
}
.vvd-root .font-base-extended-bold {
  font: var(--vvd-typography-base-extended-bold);
}
.vvd-root .font-base-code {
  font: var(--vvd-typography-base-code);
}
.vvd-root b, .vvd-root strong {
  font-weight: 600;
}
.vvd-root pre, .vvd-root var, .vvd-root code, .vvd-root kbd, .vvd-root samp {
  font: var(--vvd-typography-base-code);
}
.vvd-root .headline {
  font: var(--vvd-typography-headline);
  margin-block: 40px;
}
.vvd-root .subtitle {
  font: var(--vvd-typography-subtitle);
  margin-block: 40px;
}
.vvd-root h1,
.vvd-root .heading1 {
  font: var(--vvd-typography-heading-1);
  margin-block: 32px;
}
.vvd-root h2,
.vvd-root .heading2 {
  font: var(--vvd-typography-heading-2);
  margin-block: 32px;
}
.vvd-root h3,
.vvd-root .heading3 {
  font: var(--vvd-typography-heading-3);
  margin-block: 24px;
}
.vvd-root h4,
.vvd-root .heading4 {
  font: var(--vvd-typography-heading-4);
  margin-block: 24px;
}
.vvd-root .headline b, .vvd-root .headline strong,
.vvd-root .subtitle b,
.vvd-root .subtitle strong,
.vvd-root h1 b,
.vvd-root h1 strong,
.vvd-root .heading1 b,
.vvd-root .heading1 strong,
.vvd-root h2 b,
.vvd-root h2 strong,
.vvd-root .heading2 b,
.vvd-root .heading2 strong,
.vvd-root h3 b,
.vvd-root h3 strong,
.vvd-root .heading3 b,
.vvd-root .heading3 strong,
.vvd-root h4 b,
.vvd-root h4 strong,
.vvd-root .heading4 b,
.vvd-root .heading4 strong {
  font-weight: 500;
}
.vvd-root .headline.tight,
.vvd-root .subtitle.tight,
.vvd-root h1.tight,
.vvd-root .heading1.tight,
.vvd-root h2.tight,
.vvd-root .heading2.tight,
.vvd-root h3.tight,
.vvd-root .heading3.tight,
.vvd-root h4.tight,
.vvd-root .heading4.tight {
  margin-block: 0;
}
.vvd-root small,
.vvd-root figcaption {
  font: var(--vvd-typography-base-condensed);
}
.vvd-root sub,
.vvd-root sup {
  position: relative;
  font: var(--vvd-typography-base-condensed);
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.vvd-root sub {
  bottom: -0.25em;
}
.vvd-root sup {
  top: -0.5em;
}

/**
 * Do not edit directly
 * Generated on Thu, 14 Aug 2025 08:21:43 GMT
 */
/**
 * Do not edit directly
 * Generated on Thu, 14 Aug 2025 08:21:43 GMT
 */
/**
 * Do not edit directly
 * Generated on Thu, 14 Aug 2025 08:21:43 GMT
 */
/**
 * Do not edit directly
 * Generated on Thu, 14 Aug 2025 08:21:43 GMT
 */
@property --vvd-size-density {
  syntax: "<integer>";
  inherits: true;
  initial-value: 0;
}
@property --vvd-size-font-scale-base {
  syntax: "<length>";
  inherits: true;
  initial-value: 16px;
}
.vvd-root, ::part(vvd-root) {
  --vvd-color-scheme: light;
  --vvd-color-canvas: #ffffff;
  --vvd-color-canvas-text: #0d0d0d;
  --vvd-color-neutral-50: #F2F2F2;
  --vvd-color-neutral-100: #E6E6E6;
  --vvd-color-neutral-200: #cccccc;
  --vvd-color-neutral-300: #b3b3b3;
  --vvd-color-neutral-400: #929292;
  --vvd-color-neutral-500: #757575;
  --vvd-color-neutral-600: #666666;
  --vvd-color-neutral-700: #4d4d4d;
  --vvd-color-neutral-800: #333333;
  --vvd-color-neutral-900: #1a1a1a;
  --vvd-color-neutral-950: #0d0d0d;
  --vvd-color-cta-50: #f5f0fd;
  --vvd-color-cta-100: #ece2fa;
  --vvd-color-cta-200: #dcc1fc;
  --vvd-color-cta-300: #cba1fa;
  --vvd-color-cta-400: #b27bf2;
  --vvd-color-cta-500: #9941ff;
  --vvd-color-cta-600: #871eff;
  --vvd-color-cta-700: #6405d1;
  --vvd-color-cta-800: #440291;
  --vvd-color-cta-900: #26044d;
  --vvd-color-cta-950: #140623;
  --vvd-color-warning-50: #FDF5D4;
  --vvd-color-warning-100: #FDEAA0;
  --vvd-color-warning-200: #FACC4B;
  --vvd-color-warning-300: #fa9f00;
  --vvd-color-warning-400: #e07902;
  --vvd-color-warning-500: #be5702;
  --vvd-color-warning-600: #A64C03;
  --vvd-color-warning-700: #893000;
  --vvd-color-warning-800: #522801;
  --vvd-color-warning-900: #2A1502;
  --vvd-color-warning-950: #150B01;
  --vvd-color-information-50: #e8f4fb;
  --vvd-color-information-100: #d3e9fc;
  --vvd-color-information-200: #9dd2fe;
  --vvd-color-information-300: #65baff;
  --vvd-color-information-400: #2997f0;
  --vvd-color-information-500: #0276d5;
  --vvd-color-information-600: #0e65c2;
  --vvd-color-information-700: #094a9e;
  --vvd-color-information-800: #0e306d;
  --vvd-color-information-900: #071939;
  --vvd-color-information-950: #040d1d;
  --vvd-color-announcement-50: #ffedfb;
  --vvd-color-announcement-100: #ffdcf7;
  --vvd-color-announcement-200: #f8b9e7;
  --vvd-color-announcement-300: #fb8fd8;
  --vvd-color-announcement-400: #e560bb;
  --vvd-color-announcement-500: #d6219c;
  --vvd-color-announcement-600: #bb1e89;
  --vvd-color-announcement-700: #8f1669;
  --vvd-color-announcement-800: #620256;
  --vvd-color-announcement-900: #32082c;
  --vvd-color-announcement-950: #1d031a;
  --vvd-color-success-50: #e1f8e5;
  --vvd-color-success-100: #cfeed4;
  --vvd-color-success-200: #86e090;
  --vvd-color-success-300: #53ca6a;
  --vvd-color-success-400: #30a849;
  --vvd-color-success-500: #1c8731;
  --vvd-color-success-600: #167629;
  --vvd-color-success-700: #155923;
  --vvd-color-success-800: #183a1e;
  --vvd-color-success-900: #0a1e11;
  --vvd-color-success-950: #060f09;
  --vvd-color-alert-50: #ffeef2;
  --vvd-color-alert-100: #fedfdf;
  --vvd-color-alert-200: #ffbbbb;
  --vvd-color-alert-300: #fe9696;
  --vvd-color-alert-400: #f75959;
  --vvd-color-alert-500: #e61d1d;
  --vvd-color-alert-600: #cd0d0d;
  --vvd-color-alert-700: #9f0202;
  --vvd-color-alert-800: #6e0000;
  --vvd-color-alert-900: #3e0004;
  --vvd-color-alert-950: #250004;
  --vvd-color-neutral-tint-50: #f2f3f9;
  --vvd-color-neutral-tint-100: #e5e5ec;
  --vvd-color-neutral-tint-200: #cbcbd9;
  --vvd-color-neutral-tint-300: #b2b1c7;
  --vvd-color-neutral-tint-400: #908fae;
  --vvd-color-neutral-tint-500: #727198;
  --vvd-color-neutral-tint-600: #63628d;
  --vvd-color-neutral-tint-700: #494977;
  --vvd-color-neutral-tint-800: #31304f;
  --vvd-color-neutral-tint-900: #191828;
  --vvd-color-neutral-tint-950: #0d0c15;
  --vvd-color-surface-0dp: #ffffff;
  --vvd-color-surface-2dp: #ffffff;
  --vvd-color-surface-4dp: #ffffff;
  --vvd-color-surface-8dp: #ffffff;
  --vvd-color-surface-12dp: #ffffff;
  --vvd-color-surface-16dp: #ffffff;
  --vvd-color-surface-24dp: #ffffff;
  --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #cccccc) drop-shadow(0px 1px 0px #cccccc) drop-shadow(0px -1px 0px #cccccc) drop-shadow(-1px 0px 0px #cccccc);
  --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #0000001a) drop-shadow(0px 1px 2px #0000000d) drop-shadow(0px 2px 1px #0000000d);
  --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #0000001a) drop-shadow(0px 2px 4px #0000000d) drop-shadow(0px 4px 2px #0000000d);
  --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #0000001a) drop-shadow(0px 8px 8px #0000000d) drop-shadow(0px 4px 4px #0000000d);
  --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #0000001a) drop-shadow(0px 12px 16px #0000000d) drop-shadow(0px 6px 8px #0000000d);
  --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #0000001a) drop-shadow(0px 16px 24px #0000000d) drop-shadow(0px 8px 12px #0000000d);
  --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000033) drop-shadow(0px 24px 32px #0000000d) drop-shadow(0px 12px 16px #0000000d);
  --vvd-neutral-tint-shadow-surface-0dp: drop-shadow(1px 0px 0px #31304f1a) drop-shadow(0px 1px 0px #31304f1a) drop-shadow(0px -1px 0px #31304f1a) drop-shadow(-1px 0px 0px #31304f1a);
  --vvd-neutral-tint-shadow-surface-2dp: drop-shadow(0px 1px 4px #26044d1a) drop-shadow(0px 1px 2px #26044d0d) drop-shadow(0px 2px 1px #26044d0d);
  --vvd-neutral-tint-shadow-surface-4dp: drop-shadow(0px 2px 8px #26044d1a) drop-shadow(0px 2px 4px #26044d0d) drop-shadow(0px 4px 2px #26044d0d);
  --vvd-neutral-tint-shadow-surface-8dp: drop-shadow(0px 2px 16px #26044d1a) drop-shadow(0px 8px 8px #26044d0d) drop-shadow(0px 4px 4px #26044d0d);
  --vvd-neutral-tint-shadow-surface-12dp: drop-shadow(0px 4px 24px #26044d1a) drop-shadow(0px 12px 16px #26044d0d) drop-shadow(0px 6px 8px #26044d0d);
  --vvd-neutral-tint-shadow-surface-16dp: drop-shadow(0px 6px 32px #26044d1a) drop-shadow(0px 16px 24px #26044d0d) drop-shadow(0px 8px 12px #26044d0d);
  --vvd-neutral-tint-shadow-surface-24dp: drop-shadow(0px 12px 48px #26044d33) drop-shadow(0px 24px 32px #26044d0d) drop-shadow(0px 12px 16px #26044d0d);
  --vvd-typography-headline: 500 calc(var(--vvd-size-font-scale-base, 16px) * 4.125)/1.3333333333333333 Montserrat;
  --vvd-typography-subtitle: 500 calc(var(--vvd-size-font-scale-base, 16px) * 3.25)/1.3076923076923077 Montserrat;
  --vvd-typography-heading-1: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2.5)/1.3 Montserrat;
  --vvd-typography-heading-2: 500 calc(var(--vvd-size-font-scale-base, 16px) * 2)/1.375 Montserrat;
  --vvd-typography-heading-3: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.625)/1.3846153846153846 Montserrat;
  --vvd-typography-heading-4: 500 calc(var(--vvd-size-font-scale-base, 16px) * 1.25)/1.4 Montserrat;
  --vvd-typography-base: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;
  --vvd-typography-base-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Montserrat;
  --vvd-typography-base-code: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.875)/1.4285714285714286 Roboto Mono;
  --vvd-typography-base-condensed: 400 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;
  --vvd-typography-base-condensed-bold: 600 calc(var(--vvd-size-font-scale-base, 16px) * 0.75)/1.3333333333333333 Montserrat;
  --vvd-typography-base-extended: 400 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;
  --vvd-typography-base-extended-bold: 600 calc(var(--vvd-size-font-scale-base, 16px))/1.5 Montserrat;
}

.vvd-theme-alternate, ::part(vvd-theme-alternate) {
  --vvd-color-scheme: dark;
  --vvd-color-canvas: #000000;
  --vvd-color-canvas-text: #ffffff;
  --vvd-color-neutral-50: #1a1a1a;
  --vvd-color-neutral-100: #333333;
  --vvd-color-neutral-200: #4d4d4d;
  --vvd-color-neutral-300: #666666;
  --vvd-color-neutral-400: #757575;
  --vvd-color-neutral-500: #929292;
  --vvd-color-neutral-600: #b3b3b3;
  --vvd-color-neutral-700: #cccccc;
  --vvd-color-neutral-800: #E6E6E6;
  --vvd-color-neutral-900: #F2F2F2;
  --vvd-color-neutral-950: #ffffff;
  --vvd-color-cta-50: #26044d;
  --vvd-color-cta-100: #440291;
  --vvd-color-cta-200: #6405d1;
  --vvd-color-cta-300: #871eff;
  --vvd-color-cta-400: #9941ff;
  --vvd-color-cta-500: #b27bf2;
  --vvd-color-cta-600: #cba1fa;
  --vvd-color-cta-700: #dcc1fc;
  --vvd-color-cta-800: #ece2fa;
  --vvd-color-cta-900: #f5f0fd;
  --vvd-color-warning-50: #2A1502;
  --vvd-color-warning-100: #522801;
  --vvd-color-warning-200: #803807;
  --vvd-color-warning-300: #A64C03;
  --vvd-color-warning-400: #be5702;
  --vvd-color-warning-500: #e07902;
  --vvd-color-warning-600: #fa9f00;
  --vvd-color-warning-700: #FACC4B;
  --vvd-color-warning-800: #FDEAA0;
  --vvd-color-warning-900: #FDF5D4;
  --vvd-color-information-50: #071939;
  --vvd-color-information-100: #0e306d;
  --vvd-color-information-200: #094a9e;
  --vvd-color-information-300: #0e65c2;
  --vvd-color-information-400: #0276d5;
  --vvd-color-information-500: #2997f0;
  --vvd-color-information-600: #65baff;
  --vvd-color-information-700: #9dd2fe;
  --vvd-color-information-800: #d3e9fc;
  --vvd-color-information-900: #e8f4fb;
  --vvd-color-announcement-50: #32082c;
  --vvd-color-announcement-100: #620256;
  --vvd-color-announcement-200: #8f1669;
  --vvd-color-announcement-300: #bb1e89;
  --vvd-color-announcement-400: #d6219c;
  --vvd-color-announcement-500: #e560bb;
  --vvd-color-announcement-600: #fb8fd8;
  --vvd-color-announcement-700: #f8b9e7;
  --vvd-color-announcement-800: #ffdcf7;
  --vvd-color-announcement-900: #ffedfb;
  --vvd-color-success-50: #0a1e11;
  --vvd-color-success-100: #183a1e;
  --vvd-color-success-200: #155923;
  --vvd-color-success-300: #167629;
  --vvd-color-success-400: #1c8731;
  --vvd-color-success-500: #30a849;
  --vvd-color-success-600: #53ca6a;
  --vvd-color-success-700: #86e090;
  --vvd-color-success-800: #cfeed4;
  --vvd-color-success-900: #e1f8e5;
  --vvd-color-alert-50: #3e0004;
  --vvd-color-alert-100: #6e0000;
  --vvd-color-alert-200: #9f0202;
  --vvd-color-alert-300: #cd0d0d;
  --vvd-color-alert-400: #e61d1d;
  --vvd-color-alert-500: #f75959;
  --vvd-color-alert-600: #fe9696;
  --vvd-color-alert-700: #ffbbbb;
  --vvd-color-alert-800: #fedfdf;
  --vvd-color-alert-900: #ffeef2;
  --vvd-color-neutral-tint-50: #191828;
  --vvd-color-neutral-tint-100: #31304f;
  --vvd-color-neutral-tint-200: #494977;
  --vvd-color-neutral-tint-300: #63628d;
  --vvd-color-neutral-tint-400: #727198;
  --vvd-color-neutral-tint-500: #908fae;
  --vvd-color-neutral-tint-600: #b2b1c7;
  --vvd-color-neutral-tint-700: #cbcbd9;
  --vvd-color-neutral-tint-800: #e5e5ec;
  --vvd-color-neutral-tint-900: #f2f3f9;
  --vvd-color-surface-0dp: #0d0d0d;
  --vvd-color-surface-2dp: linear-gradient(#ffffff0f, #ffffff0f), #0d0d0d;
  --vvd-color-surface-4dp: linear-gradient(#ffffff14, #ffffff14), #0d0d0d;
  --vvd-color-surface-8dp: linear-gradient(#ffffff1a, #ffffff1a), #0d0d0d;
  --vvd-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #0d0d0d;
  --vvd-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #0d0d0d;
  --vvd-color-surface-24dp: linear-gradient(#ffffff29, #ffffff29), #0d0d0d;
  --vvd-shadow-surface-0dp: drop-shadow(1px 0px 0px #4d4d4d) drop-shadow(0px 1px 0px #4d4d4d) drop-shadow(0px -1px 0px #4d4d4d) drop-shadow(-1px 0px 0px #4d4d4d);
  --vvd-shadow-surface-2dp: drop-shadow(0px 1px 4px #00000040) drop-shadow(0px 1px 2px #00000040) drop-shadow(0px 2px 1px #00000040);
  --vvd-shadow-surface-4dp: drop-shadow(0px 2px 8px #00000040) drop-shadow(0px 2px 4px #00000040) drop-shadow(0px 4px 4px #00000040);
  --vvd-shadow-surface-8dp: drop-shadow(0px 2px 16px #00000040) drop-shadow(0px 8px 8px #00000040) drop-shadow(0px 4px 4px #00000040);
  --vvd-shadow-surface-12dp: drop-shadow(0px 4px 24px #00000040) drop-shadow(0px 12px 16px #00000040) drop-shadow(0px 6px 8px #00000040);
  --vvd-shadow-surface-16dp: drop-shadow(0px 6px 32px #00000040) drop-shadow(0px 16px 24px #00000040) drop-shadow(0px 8px 12px #00000040);
  --vvd-shadow-surface-24dp: drop-shadow(0px 12px 48px #00000040) drop-shadow(0px 24px 32px #00000040) drop-shadow(0px 12px 16px #00000040);
  --vvd-neutral-tint-color-surface-0dp: #191828;
  --vvd-neutral-tint-color-surface-2dp: linear-gradient(#ffffff08, #ffffff08), #191828;
  --vvd-neutral-tint-color-surface-4dp: linear-gradient(#ffffff0f, #ffffff0f), #191828;
  --vvd-neutral-tint-color-surface-8dp: linear-gradient(#ffffff14, #ffffff14), #191828;
  --vvd-neutral-tint-color-surface-12dp: linear-gradient(#ffffff1f, #ffffff1f), #191828;
  --vvd-neutral-tint-color-surface-16dp: linear-gradient(#ffffff24, #ffffff24), #191828;
  --vvd-neutral-tint-color-surface-24dp: linear-gradient(#ffffff33, #ffffff33), #191828;
  --vvd-neutral-tint-shadow-surface-0dp: drop-shadow(1px 0px 0px #f2f3f91a) drop-shadow(0px 1px 0px #f2f3f91a) drop-shadow(0px -1px 0px #f2f3f91a) drop-shadow(-1px 0px 0px #f2f3f91a);
  --vvd-neutral-tint-shadow-surface-2dp: none;
  --vvd-neutral-tint-shadow-surface-4dp: none;
  --vvd-neutral-tint-shadow-surface-8dp: none;
  --vvd-neutral-tint-shadow-surface-12dp: none;
  --vvd-neutral-tint-shadow-surface-16dp: none;
  --vvd-neutral-tint-shadow-surface-24dp: none;
}

@font-face {
  font-display: block;
  font-family: SpeziaCompleteVariableUpright;
  font-stretch: 50% 200%;
  font-weight: 1 1000;
  src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaCompleteVariableUprightWeb.woff2") format("woff2");
}
@font-face {
  font-display: block;
  font-family: SpeziaMonoCompleteVariable;
  font-stretch: 50% 200%;
  font-weight: 1 1000;
  src: url("https://fonts.resources.vonage.com/fonts/v2/SpeziaMonoCompleteVariableWeb.woff2") format("woff2");
}
.vvd-root {
  --vvd-typography-headline: 500 condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 4.125) / 1.3333333333333333
  	speziacompletevariableupright;
  --vvd-typography-subtitle: 500 condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 3.25) / 1.3076923076923077
  	speziacompletevariableupright;
  --vvd-typography-heading-1: 500 condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 2.5) / 1.3
  	speziacompletevariableupright;
  --vvd-typography-heading-2: 500 condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 2) / 1.375
  	speziacompletevariableupright;
  --vvd-typography-heading-3: 500 condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 1.625) / 1.3846153846153846
  	speziacompletevariableupright;
  --vvd-typography-heading-4: 500 condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 1.25) / 1.4
  	speziacompletevariableupright;
  --vvd-typography-base: 400 ultra-condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286
  	speziacompletevariableupright;
  --vvd-typography-base-bold: 600 ultra-condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286
  	speziacompletevariableupright;
  --vvd-typography-base-code: 400 ultra-condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 0.875) / 1.4285714285714286
  	speziamonocompletevariable;
  --vvd-typography-base-condensed: 400 ultra-condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333
  	speziacompletevariableupright;
  --vvd-typography-base-condensed-bold: 600 ultra-condensed
  	calc(var(--vvd-size-font-scale-base, 16px) * 0.75) / 1.3333333333333333
  	speziacompletevariableupright;
  --vvd-typography-base-extended: 400 ultra-condensed
  	calc(var(--vvd-size-font-scale-base, 16px)) / 1.5
  	speziacompletevariableupright;
  --vvd-typography-base-extended-bold: 600 ultra-condensed
  	calc(var(--vvd-size-font-scale-base, 16px)) / 1.5
  	speziacompletevariableupright;
}

@charset "UTF-8";

a,
article,
aside,
audio,
caption,
dd,
div,
dl,
dt,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
label,
li,
mark,
nav,
ol,
p,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    box-sizing: inherit
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

main {
    display: block
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

img {
    height: auto;
    max-width: 100%
}

::-webkit-scrollbar-track {
    background: 0 0
}

@media only screen and (min-width:576px) {
    .Vlt-S-only {
        display: none !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-M-only {
        display: none !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-M-only {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .Vlt-L-plus {
        display: none !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-M-plus {
        display: none !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-M-less {
        display: none !important
    }
}

.Vlt-grid {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px
}

.Vlt-grid--center {
    -ms-flex-pack: center;
    justify-content: center
}

.Vlt-grid--nowrap {
    -ms-flex-flow: row;
    flex-flow: row
}

.Vlt-grid--flush {
    margin-left: 0;
    margin-right: 0
}

.Vlt-grid--flush>.Vlt-col {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width:767px) {

    .Vlt-grid--stack-flush .Vlt-col:not([class*=Vlt-col--A]),
    .Vlt-grid--stack-flush .Vlt-col:not([class*=Vlt-col--M]),
    .Vlt-grid--stack-flush .Vlt-col:not([class*=Vlt-col--S]) {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen and (min-width:768px) {
    .Vlt-grid--narrow {
        margin-left: -8px;
        margin-right: -8px
    }
}

@media only screen and (min-width:768px) {
    .Vlt-grid--narrow .Vlt-col {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media only screen and (max-width:767px) {

    .Vlt-grid--narrow .Vlt-col:not([class*=Vlt-col--M]),
    .Vlt-grid--narrow .Vlt-col:not([class*=Vlt-col--S]) {
        margin-bottom: 4px;
        margin-top: 4px
    }
}

.Vlt-grid__separator {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
}

.Vlt-grid__separator--spaced {
    height: 1.5rem
}

.Vlt-grid__separator--tall {
    height: 2.5rem
}

.Vlt-grid--middle {
    -ms-flex-align: center;
    align-items: center
}

.Vlt-grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.Vlt-grid--margin1 {
    margin-bottom: 8px;
    margin-top: 8px
}

.Vlt-grid--margin2 {
    margin-bottom: 16px;
    margin-top: 16px
}

.Vlt-grid--margin3 {
    margin-bottom: 24px;
    margin-top: 24px
}

.Vlt-grid--margin4 {
    margin-bottom: 32px;
    margin-top: 32px
}

.Vlt-grid--margin-top1 {
    margin-top: 8px
}

.Vlt-grid--margin-top2 {
    margin-top: 16px
}

.Vlt-grid--margin-top3 {
    margin-top: 24px
}

.Vlt-grid--margin-top4 {
    margin-top: 32px
}

.Vlt-grid--margin-bottom1 {
    margin-bottom: 8px
}

.Vlt-grid--margin-bottom2 {
    margin-bottom: 16px
}

.Vlt-grid--margin-bottom3 {
    margin-bottom: 24px
}

.Vlt-grid--margin-bottom4 {
    margin-bottom: 32px
}

.Vlt-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    position: relative
}

@media print {
    .Vlt-col {
        display: inline-block
    }
}

@media only screen and (max-width:767px) {

    .Vlt-col:not([class*=Vlt-col--A]):not([class*=Vlt-col--M]),
    .Vlt-col:not([class*=Vlt-col--A]):not([class*=Vlt-col--S]) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .Vlt-col:not([class*=Vlt-col--M]),
    .Vlt-col:not([class*=Vlt-col--S]) {
        margin-bottom: 8px;
        margin-top: 8px
    }
}

.Vlt-col--full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width:768px) {
    .Vlt-col--1of2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--1of3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .Vlt-col--2of3 {
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%
    }

    .Vlt-col--1of4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Vlt-col--2of4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--3of4 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Vlt-col--center {
        text-align: center
    }

    .Vlt-col--right {
        text-align: right
    }

    .Vlt-col--left {
        text-align: left
    }
}

.Vlt-col--A {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Vlt-col--A-1of2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.Vlt-col--A-1of3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.Vlt-col--A-2of3 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%
}

.Vlt-col--A-1of4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.Vlt-col--A-2of4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.Vlt-col--A-3of4 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.Vlt-col--A-center {
    text-align: center
}

.Vlt-col--A-right {
    text-align: right
}

.Vlt-col--A-left {
    text-align: left
}

@media only screen and (max-width:575px) {
    .Vlt-col--S {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .Vlt-col--S-1of2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--S-1of3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .Vlt-col--S-2of3 {
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%
    }

    .Vlt-col--S-1of4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Vlt-col--S-2of4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--S-3of4 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Vlt-col--S-center {
        text-align: center
    }

    .Vlt-col--S-right {
        text-align: right
    }

    .Vlt-col--S-left {
        text-align: left
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-col--M {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .Vlt-col--M-1of2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--M-1of3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .Vlt-col--M-2of3 {
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        max-width: 66.66%
    }

    .Vlt-col--M-1of4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Vlt-col--M-2of4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Vlt-col--M-3of4 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Vlt-col--M-center {
        text-align: center
    }

    .Vlt-col--M-right {
        text-align: right
    }

    .Vlt-col--M-left {
        text-align: left
    }
}

.Vlt-row {
    clear: both;
    padding: 10px 0
}

@font-face {
    font-family: Spezia;
    font-style: normal;
    font-weight: 600;
    src: url(../d312a749b1c4703995cd.eot?#iefix) format("embedded-opentype"), url(../f15941fff0b335b3b7e6.woff2) format("woff2"), url(../5a5eab742cfe9c1a23df.woff) format("woff"), url(../b949d2a988de2c8bd10e.ttf) format("truetype")
}

@font-face {
    font-family: Spezia;
    font-style: normal;
    font-weight: 800;
    src: url(../1e1ef779742f6f128259.eot?#iefix) format("embedded-opentype"), url(../332b0a49143f74fc3dde.woff2) format("woff2"), url(../5719394edb76cf645435.woff) format("woff"), url(../1da651e0d384f296299a.ttf) format("truetype")
}

@font-face {
    font-family: Spezia;
    font-style: normal;
    font-weight: 900;
    src: url(../1e1ef779742f6f128259.eot?#iefix) format("embedded-opentype"), url(../332b0a49143f74fc3dde.woff2) format("woff2"), url(../5719394edb76cf645435.woff) format("woff"), url(../1da651e0d384f296299a.ttf) format("truetype")
}

@font-face {
    font-family: Spezia;
    font-style: normal;
    font-weight: 400;
    src: url(../45719cbee30171371c45.eot?#iefix) format("embedded-opentype"), url(../e921c43a0b073eb09960.woff2) format("woff2"), url(../8d3beb142494f2679508.woff) format("woff"), url(../b504c160cb487297747b.ttf) format("truetype")
}

html {
    font-size: 62.5%
}

body {
    color: #000;
    font-family: spezia, sans-serif;
    font-size: 1.4rem;
    line-height: 2rem
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

button,
input,
select,
textarea {
    font-family: inherit
}

b,
strong {
    font-weight: 600
}

a {
    text-decoration: none
}

.Vlt-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

.Vlt-title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

p {
    color: #000;
    margin-bottom: 8px
}

.p-large {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: 16px
}

.Vlt-title--icon {
    display: -ms-flexbox;
    display: flex
}

.Vlt-title--icon svg {
    fill: #000;
    margin-right: 8px
}

.Vlt-title--icon .Vlt-badge,
.Vlt-title--icon code {
    margin: 0 .3em
}

.Vlt-title--margin-top1 {
    margin-top: 8px
}

.Vlt-title--margin-top2 {
    margin-top: 16px
}

.Vlt-title--margin-top3 {
    margin-top: 24px
}

.Vlt-title--margin-top4 {
    margin-top: 32px
}

.Vlt-title--center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.Vlt-title--nomargin {
    margin: 0
}

.Vlt-title--h1,
h1 {
    font-size: 3.1rem;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 3.6rem;
    margin-bottom: 24px
}

@media only screen and (min-width:768px) {

    .Vlt-title--h1,
    h1 {
        font-size: 3.9rem;
        line-height: 4.3rem
    }
}

.Vlt-title--h1.Vlt-title--icon svg,
h1.Vlt-title--icon svg {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin-top: 5px;
    width: 25px
}

@media only screen and (min-width:768px) {

    .Vlt-title--h1.Vlt-title--icon svg,
    h1.Vlt-title--icon svg {
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        height: 30px;
        width: 30px
    }
}

.Vlt-title--h2,
h2 {
    font-size: 2.7rem;
    font-weight: 800;
    letter-spacing: -1.5px;
    line-height: 3.1rem;
    margin-bottom: 16px
}

@media only screen and (min-width:768px) {

    .Vlt-title--h2,
    h2 {
        font-size: 2.9rem;
        line-height: 3.4rem
    }
}

.Vlt-title--h2.Vlt-title--icon svg,
h2.Vlt-title--icon svg {
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    height: 21px;
    margin-top: 4px;
    width: 21px
}

@media only screen and (min-width:768px) {

    .Vlt-title--h2.Vlt-title--icon svg,
    h2.Vlt-title--icon svg {
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
        height: 25px;
        width: 25px
    }
}

.Vlt-title--h3,
h3 {
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 2.6rem;
    margin-bottom: 16px
}

@media only screen and (min-width:768px) {

    .Vlt-title--h3,
    h3 {
        font-size: 2.3rem;
        line-height: 2.6rem
    }
}

.Vlt-title--h3.Vlt-title--icon svg,
h3.Vlt-title--icon svg {
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    height: 21px;
    margin-top: 2px;
    width: 21px
}

@media only screen and (min-width:768px) {

    .Vlt-title--h3.Vlt-title--icon svg,
    h3.Vlt-title--icon svg {
        -ms-flex: 0 0 21px;
        flex: 0 0 21px;
        height: 21px;
        width: 21px
    }
}

.Vlt-title--h4,
h4 {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 2.3rem;
    margin-bottom: 8px
}

@media only screen and (min-width:768px) {

    .Vlt-title--h4,
    h4 {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.Vlt-title--h4.Vlt-title--icon svg,
h4.Vlt-title--icon svg {
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    margin-top: 4px;
    width: 16px
}

.Vlt-title--h5,
h5 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -.25px;
    line-height: 2rem;
    margin-bottom: 8px
}

.Vlt-title--h5.Vlt-title--icon svg,
h5.Vlt-title--icon svg {
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    margin-top: 3px;
    width: 14px
}

small {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem
}

.Vlt-title small,
.p-large small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    font-size: 80%;
    font-weight: inherit;
    line-height: inherit
}

code {
    background-color: #f2f2f2;
    border-radius: 4px;
    color: #bb3700;
    font-family: monospace, monospace;
    font-size: inherit;
    line-height: inherit;
    padding: 3px 4px
}

p+.Vlt-title,
p+h1,
p+h2,
p+h3,
p+h4,
ul+.Vlt-title,
ul+h1,
ul+h2,
ul+h3,
ul+h4 {
    padding-top: 16px
}

.Vlt-text--large {
    font-size: 1.6rem
}

.Vlt-text--larger {
    font-size: 2.3rem
}

.Vlt-text--largest {
    font-size: 3.5rem
}

.Vlt-white {
    color: #fff !important;
    fill: #fff !important
}

.Vlt-bg-white {
    background-color: #fff !important
}

.Vlt-orange-50 {
    color: #feefeb !important;
    fill: #feefeb !important
}

.Vlt-bg-orange-50 {
    background-color: #feefeb !important
}

.Vlt-orange-100 {
    color: #fde0d8 !important;
    fill: #fde0d8 !important
}

.Vlt-bg-orange-100 {
    background-color: #fde0d8 !important
}

.Vlt-orange-200 {
    color: #f8bfb1 !important;
    fill: #f8bfb1 !important
}

.Vlt-bg-orange-200 {
    background-color: #f8bfb1 !important
}

.Vlt-orange-300 {
    color: #f89b85 !important;
    fill: #f89b85 !important
}

.Vlt-bg-orange-300 {
    background-color: #f89b85 !important
}

.Vlt-orange-400 {
    color: #f47251 !important;
    fill: #f47251 !important
}

.Vlt-bg-orange-400 {
    background-color: #f47251 !important
}

.Vlt-orange-500 {
    color: #d34204 !important;
    fill: #d34204 !important
}

.Vlt-bg-orange-500 {
    background-color: #d34204 !important
}

.Vlt-orange-600 {
    color: #bb3700 !important;
    fill: #bb3700 !important
}

.Vlt-bg-orange-600 {
    background-color: #bb3700 !important
}

.Vlt-orange-700 {
    color: #893000 !important;
    fill: #893000 !important
}

.Vlt-bg-orange-700 {
    background-color: #893000 !important
}

.Vlt-orange-800 {
    color: #5b2102 !important;
    fill: #5b2102 !important
}

.Vlt-bg-orange-800 {
    background-color: #5b2102 !important
}

.Vlt-orange-900 {
    color: #2d1305 !important;
    fill: #2d1305 !important
}

.Vlt-bg-orange-900 {
    background-color: #2d1305 !important
}

.Vlt-orange-950 {
    color: #190900 !important;
    fill: #190900 !important
}

.Vlt-bg-orange-950 {
    background-color: #190900 !important
}

.Vlt-orange-lighter {
    color: #fde0d8 !important;
    fill: #fde0d8 !important
}

.Vlt-bg-orange-lighter {
    background-color: #fde0d8 !important
}

.Vlt-orange-light {
    color: #f8bfb1 !important;
    fill: #f8bfb1 !important
}

.Vlt-bg-orange-light {
    background-color: #f8bfb1 !important
}

.Vlt-orange {
    color: #f47251 !important;
    fill: #f47251 !important
}

.Vlt-bg-orange {
    background-color: #f47251 !important
}

.Vlt-orange-dark {
    color: #d34204 !important;
    fill: #d34204 !important
}

.Vlt-bg-orange-dark {
    background-color: #d34204 !important
}

.Vlt-orange-darker {
    color: #893000 !important;
    fill: #893000 !important
}

.Vlt-bg-orange-darker {
    background-color: #893000 !important
}

.Vlt-blue-50 {
    color: #e8f4fb !important;
    fill: #e8f4fb !important
}

.Vlt-bg-blue-50 {
    background-color: #e8f4fb !important
}

.Vlt-blue-100 {
    color: #d3e9fc !important;
    fill: #d3e9fc !important
}

.Vlt-bg-blue-100 {
    background-color: #d3e9fc !important
}

.Vlt-blue-200 {
    color: #9dd2fe !important;
    fill: #9dd2fe !important
}

.Vlt-bg-blue-200 {
    background-color: #9dd2fe !important
}

.Vlt-blue-300 {
    color: #65baff !important;
    fill: #65baff !important
}

.Vlt-bg-blue-300 {
    background-color: #65baff !important
}

.Vlt-blue-400 {
    color: #2b9efa !important;
    fill: #2b9efa !important
}

.Vlt-bg-blue-400 {
    background-color: #2b9efa !important
}

.Vlt-blue-500 {
    color: #0276d5 !important;
    fill: #0276d5 !important
}

.Vlt-bg-blue-500 {
    background-color: #0276d5 !important
}

.Vlt-blue-600 {
    color: #0e65c2 !important;
    fill: #0e65c2 !important
}

.Vlt-bg-blue-600 {
    background-color: #0e65c2 !important
}

.Vlt-blue-700 {
    color: #094a9e !important;
    fill: #094a9e !important
}

.Vlt-bg-blue-700 {
    background-color: #094a9e !important
}

.Vlt-blue-800 {
    color: #0e306d !important;
    fill: #0e306d !important
}

.Vlt-bg-blue-800 {
    background-color: #0e306d !important
}

.Vlt-blue-900 {
    color: #071939 !important;
    fill: #071939 !important
}

.Vlt-bg-blue-900 {
    background-color: #071939 !important
}

.Vlt-blue-950 {
    color: #040d1d !important;
    fill: #040d1d !important
}

.Vlt-bg-blue-950 {
    background-color: #040d1d !important
}

.Vlt-blue-lighter {
    color: #d3e9fc !important;
    fill: #d3e9fc !important
}

.Vlt-bg-blue-lighter {
    background-color: #d3e9fc !important
}

.Vlt-blue-light {
    color: #9dd2fe !important;
    fill: #9dd2fe !important
}

.Vlt-bg-blue-light {
    background-color: #9dd2fe !important
}

.Vlt-blue {
    color: #65baff !important;
    fill: #65baff !important
}

.Vlt-bg-blue {
    background-color: #65baff !important
}

.Vlt-blue-dark {
    color: #2b9efa !important;
    fill: #2b9efa !important
}

.Vlt-bg-blue-dark {
    background-color: #2b9efa !important
}

.Vlt-blue-darker {
    color: #0276d5 !important;
    fill: #0276d5 !important
}

.Vlt-bg-blue-darker {
    background-color: #0276d5 !important
}

.Vlt-blue-text {
    color: #3e4e57 !important;
    fill: #3e4e57 !important
}

.Vlt-bg-blue-text {
    background-color: #3e4e57 !important
}

.Vlt-green-50 {
    color: #e1f8e5 !important;
    fill: #e1f8e5 !important
}

.Vlt-bg-green-50 {
    background-color: #e1f8e5 !important
}

.Vlt-green-100 {
    color: #cfeed4 !important;
    fill: #cfeed4 !important
}

.Vlt-bg-green-100 {
    background-color: #cfeed4 !important
}

.Vlt-green-200 {
    color: #86e090 !important;
    fill: #86e090 !important
}

.Vlt-bg-green-200 {
    background-color: #86e090 !important
}

.Vlt-green-300 {
    color: #53ca6a !important;
    fill: #53ca6a !important
}

.Vlt-bg-green-300 {
    background-color: #53ca6a !important
}

.Vlt-green-400 {
    color: #32af4c !important;
    fill: #32af4c !important
}

.Vlt-bg-green-400 {
    background-color: #32af4c !important
}

.Vlt-green-500 {
    color: #1c8731 !important;
    fill: #1c8731 !important
}

.Vlt-bg-green-500 {
    background-color: #1c8731 !important
}

.Vlt-green-600 {
    color: #167629 !important;
    fill: #167629 !important
}

.Vlt-bg-green-600 {
    background-color: #167629 !important
}

.Vlt-green-700 {
    color: #155923 !important;
    fill: #155923 !important
}

.Vlt-bg-green-700 {
    background-color: #155923 !important
}

.Vlt-green-800 {
    color: #183a1e !important;
    fill: #183a1e !important
}

.Vlt-bg-green-800 {
    background-color: #183a1e !important
}

.Vlt-green-900 {
    color: #0a1e11 !important;
    fill: #0a1e11 !important
}

.Vlt-bg-green-900 {
    background-color: #0a1e11 !important
}

.Vlt-green-950 {
    color: #060f09 !important;
    fill: #060f09 !important
}

.Vlt-bg-green-950 {
    background-color: #060f09 !important
}

.Vlt-green-lighter {
    color: #cfeed4 !important;
    fill: #cfeed4 !important
}

.Vlt-bg-green-lighter {
    background-color: #cfeed4 !important
}

.Vlt-green-light {
    color: #86e090 !important;
    fill: #86e090 !important
}

.Vlt-bg-green-light {
    background-color: #86e090 !important
}

.Vlt-green {
    color: #32af4c !important;
    fill: #32af4c !important
}

.Vlt-bg-green {
    background-color: #32af4c !important
}

.Vlt-green-dark {
    color: #1c8731 !important;
    fill: #1c8731 !important
}

.Vlt-bg-green-dark {
    background-color: #1c8731 !important
}

.Vlt-green-darker {
    color: #155923 !important;
    fill: #155923 !important
}

.Vlt-bg-green-darker {
    background-color: #155923 !important
}

.Vlt-green-text {
    color: #414f3e !important;
    fill: #414f3e !important
}

.Vlt-bg-green-text {
    background-color: #414f3e !important
}

.Vlt-purple-50 {
    color: #f5f0fd !important;
    fill: #f5f0fd !important
}

.Vlt-bg-purple-50 {
    background-color: #f5f0fd !important
}

.Vlt-purple-100 {
    color: #ece2fa !important;
    fill: #ece2fa !important
}

.Vlt-bg-purple-100 {
    background-color: #ece2fa !important
}

.Vlt-purple-200 {
    color: #dcc1fc !important;
    fill: #dcc1fc !important
}

.Vlt-bg-purple-200 {
    background-color: #dcc1fc !important
}

.Vlt-purple-300 {
    color: #cba1fa !important;
    fill: #cba1fa !important
}

.Vlt-bg-purple-300 {
    background-color: #cba1fa !important
}

.Vlt-purple-400 {
    color: #b77ef9 !important;
    fill: #b77ef9 !important
}

.Vlt-bg-purple-400 {
    background-color: #b77ef9 !important
}

.Vlt-purple-500 {
    color: #9941ff !important;
    fill: #9941ff !important
}

.Vlt-bg-purple-500 {
    background-color: #9941ff !important
}

.Vlt-purple-600 {
    color: #871eff !important;
    fill: #871eff !important
}

.Vlt-bg-purple-600 {
    background-color: #871eff !important
}

.Vlt-purple-700 {
    color: #6405d1 !important;
    fill: #6405d1 !important
}

.Vlt-bg-purple-700 {
    background-color: #6405d1 !important
}

.Vlt-purple-800 {
    color: #440291 !important;
    fill: #440291 !important
}

.Vlt-bg-purple-800 {
    background-color: #440291 !important
}

.Vlt-purple-900 {
    color: #26044d !important;
    fill: #26044d !important
}

.Vlt-bg-purple-900 {
    background-color: #26044d !important
}

.Vlt-purple-950 {
    color: #140623 !important;
    fill: #140623 !important
}

.Vlt-bg-purple-950 {
    background-color: #140623 !important
}

.Vlt-purple-lighter {
    color: #f5f0fd !important;
    fill: #f5f0fd !important
}

.Vlt-bg-purple-lighter {
    background-color: #f5f0fd !important
}

.Vlt-purple-light {
    color: #cba1fa !important;
    fill: #cba1fa !important
}

.Vlt-bg-purple-light {
    background-color: #cba1fa !important
}

.Vlt-purple {
    color: #b77ef9 !important;
    fill: #b77ef9 !important
}

.Vlt-bg-purple {
    background-color: #b77ef9 !important
}

.Vlt-purple-dark {
    color: #9941ff !important;
    fill: #9941ff !important
}

.Vlt-bg-purple-dark {
    background-color: #9941ff !important
}

.Vlt-purple-darker {
    color: #6405d1 !important;
    fill: #6405d1 !important
}

.Vlt-bg-purple-darker {
    background-color: #6405d1 !important
}

.Vlt-purple-text {
    color: #50495a !important;
    fill: #50495a !important
}

.Vlt-bg-purple-text {
    background-color: #50495a !important
}

.Vlt-yellow-50 {
    color: #fcf5a7 !important;
    fill: #fcf5a7 !important
}

.Vlt-bg-yellow-50 {
    background-color: #fcf5a7 !important
}

.Vlt-yellow-100 {
    color: #fde76d !important;
    fill: #fde76d !important
}

.Vlt-bg-yellow-100 {
    background-color: #fde76d !important
}

.Vlt-yellow-200 {
    color: #ffc321 !important;
    fill: #ffc321 !important
}

.Vlt-bg-yellow-200 {
    background-color: #ffc321 !important
}

.Vlt-yellow-300 {
    color: #fa9f00 !important;
    fill: #fa9f00 !important
}

.Vlt-bg-yellow-300 {
    background-color: #fa9f00 !important
}

.Vlt-yellow-400 {
    color: #e87d02 !important;
    fill: #e87d02 !important
}

.Vlt-bg-yellow-400 {
    background-color: #e87d02 !important
}

.Vlt-yellow-500 {
    color: #be5702 !important;
    fill: #be5702 !important
}

.Vlt-bg-yellow-500 {
    background-color: #be5702 !important
}

.Vlt-yellow-600 {
    color: #a64c03 !important;
    fill: #a64c03 !important
}

.Vlt-bg-yellow-600 {
    background-color: #a64c03 !important
}

.Vlt-yellow-700 {
    color: #803807 !important;
    fill: #803807 !important
}

.Vlt-bg-yellow-700 {
    background-color: #803807 !important
}

.Vlt-yellow-800 {
    color: #522801 !important;
    fill: #522801 !important
}

.Vlt-bg-yellow-800 {
    background-color: #522801 !important
}

.Vlt-yellow-900 {
    color: #2a1502 !important;
    fill: #2a1502 !important
}

.Vlt-bg-yellow-900 {
    background-color: #2a1502 !important
}

.Vlt-yellow-950 {
    color: #150b01 !important;
    fill: #150b01 !important
}

.Vlt-bg-yellow-950 {
    background-color: #150b01 !important
}

.Vlt-yellow-lighter {
    color: #fcf5a7 !important;
    fill: #fcf5a7 !important
}

.Vlt-bg-yellow-lighter {
    background-color: #fcf5a7 !important
}

.Vlt-yellow-light {
    color: #fde76d !important;
    fill: #fde76d !important
}

.Vlt-bg-yellow-light {
    background-color: #fde76d !important
}

.Vlt-yellow {
    color: #ffc321 !important;
    fill: #ffc321 !important
}

.Vlt-bg-yellow {
    background-color: #ffc321 !important
}

.Vlt-yellow-dark {
    color: #be5702 !important;
    fill: #be5702 !important
}

.Vlt-bg-yellow-dark {
    background-color: #be5702 !important
}

.Vlt-yellow-darker {
    color: #803807 !important;
    fill: #803807 !important
}

.Vlt-bg-yellow-darker {
    background-color: #803807 !important
}

.Vlt-yellow-text {
    color: #595130 !important;
    fill: #595130 !important
}

.Vlt-bg-yellow-text {
    background-color: #595130 !important
}

.Vlt-magenta-50 {
    color: #ffedfb !important;
    fill: #ffedfb !important
}

.Vlt-bg-magenta-50 {
    background-color: #ffedfb !important
}

.Vlt-magenta-100 {
    color: #ffdcf7 !important;
    fill: #ffdcf7 !important
}

.Vlt-bg-magenta-100 {
    background-color: #ffdcf7 !important
}

.Vlt-magenta-200 {
    color: #f8b9e7 !important;
    fill: #f8b9e7 !important
}

.Vlt-bg-magenta-200 {
    background-color: #f8b9e7 !important
}

.Vlt-magenta-300 {
    color: #fb8fd8 !important;
    fill: #fb8fd8 !important
}

.Vlt-bg-magenta-300 {
    background-color: #fb8fd8 !important
}

.Vlt-magenta-400 {
    color: #ea6bc1 !important;
    fill: #ea6bc1 !important
}

.Vlt-bg-magenta-400 {
    background-color: #ea6bc1 !important
}

.Vlt-magenta-500 {
    color: #d6219c !important;
    fill: #d6219c !important
}

.Vlt-bg-magenta-500 {
    background-color: #d6219c !important
}

.Vlt-magenta-600 {
    color: #bb1e89 !important;
    fill: #bb1e89 !important
}

.Vlt-bg-magenta-600 {
    background-color: #bb1e89 !important
}

.Vlt-magenta-700 {
    color: #8f1669 !important;
    fill: #8f1669 !important
}

.Vlt-bg-magenta-700 {
    background-color: #8f1669 !important
}

.Vlt-magenta-800 {
    color: #620256 !important;
    fill: #620256 !important
}

.Vlt-bg-magenta-800 {
    background-color: #620256 !important
}

.Vlt-magenta-900 {
    color: #32082c !important;
    fill: #32082c !important
}

.Vlt-bg-magenta-900 {
    background-color: #32082c !important
}

.Vlt-magenta-950 {
    color: #1d031a !important;
    fill: #1d031a !important
}

.Vlt-bg-magenta-950 {
    background-color: #1d031a !important
}

.Vlt-magenta-lighter {
    color: #ffdcf7 !important;
    fill: #ffdcf7 !important
}

.Vlt-bg-magenta-lighter {
    background-color: #ffdcf7 !important
}

.Vlt-magenta-light {
    color: #fb8fd8 !important;
    fill: #fb8fd8 !important
}

.Vlt-bg-magenta-light {
    background-color: #fb8fd8 !important
}

.Vlt-magenta {
    color: #d6219c !important;
    fill: #d6219c !important
}

.Vlt-bg-magenta {
    background-color: #d6219c !important
}

.Vlt-magenta-dark {
    color: #bb1e89 !important;
    fill: #bb1e89 !important
}

.Vlt-bg-magenta-dark {
    background-color: #bb1e89 !important
}

.Vlt-magenta-darker {
    color: #620256 !important;
    fill: #620256 !important
}

.Vlt-bg-magenta-darker {
    background-color: #620256 !important
}

.Vlt-magenta-text {
    color: #3e4155 !important;
    fill: #3e4155 !important
}

.Vlt-bg-magenta-text {
    background-color: #3e4155 !important
}

.Vlt-indigo-lighter {
    color: #ffdcf7 !important;
    fill: #ffdcf7 !important
}

.Vlt-bg-indigo-lighter {
    background-color: #ffdcf7 !important
}

.Vlt-indigo-light {
    color: #fb8fd8 !important;
    fill: #fb8fd8 !important
}

.Vlt-bg-indigo-light {
    background-color: #fb8fd8 !important
}

.Vlt-indigo {
    color: #d6219c !important;
    fill: #d6219c !important
}

.Vlt-bg-indigo {
    background-color: #d6219c !important
}

.Vlt-indigo-dark {
    color: #bb1e89 !important;
    fill: #bb1e89 !important
}

.Vlt-bg-indigo-dark {
    background-color: #bb1e89 !important
}

.Vlt-indigo-darker {
    color: #620256 !important;
    fill: #620256 !important
}

.Vlt-bg-indigo-darker {
    background-color: #620256 !important
}

.Vlt-indigo-text {
    color: #3e4155 !important;
    fill: #3e4155 !important
}

.Vlt-bg-indigo-text {
    background-color: #3e4155 !important
}

.Vlt-red-50 {
    color: #ffeef2 !important;
    fill: #ffeef2 !important
}

.Vlt-bg-red-50 {
    background-color: #ffeef2 !important
}

.Vlt-red-100 {
    color: #fedfdf !important;
    fill: #fedfdf !important
}

.Vlt-bg-red-100 {
    background-color: #fedfdf !important
}

.Vlt-red-200 {
    color: #fbb !important;
    fill: #fbb !important
}

.Vlt-bg-red-200 {
    background-color: #fbb !important
}

.Vlt-red-300 {
    color: #fe9696 !important;
    fill: #fe9696 !important
}

.Vlt-bg-red-300 {
    background-color: #fe9696 !important
}

.Vlt-red-400 {
    color: #fb6a6a !important;
    fill: #fb6a6a !important
}

.Vlt-bg-red-400 {
    background-color: #fb6a6a !important
}

.Vlt-red-500 {
    color: #e61d1d !important;
    fill: #e61d1d !important
}

.Vlt-bg-red-500 {
    background-color: #e61d1d !important
}

.Vlt-red-600 {
    color: #cd0d0d !important;
    fill: #cd0d0d !important
}

.Vlt-bg-red-600 {
    background-color: #cd0d0d !important
}

.Vlt-red-700 {
    color: #9f0202 !important;
    fill: #9f0202 !important
}

.Vlt-bg-red-700 {
    background-color: #9f0202 !important
}

.Vlt-red-800 {
    color: #6e0000 !important;
    fill: #6e0000 !important
}

.Vlt-bg-red-800 {
    background-color: #6e0000 !important
}

.Vlt-red-900 {
    color: #3e0004 !important;
    fill: #3e0004 !important
}

.Vlt-bg-red-900 {
    background-color: #3e0004 !important
}

.Vlt-red-950 {
    color: #250004 !important;
    fill: #250004 !important
}

.Vlt-bg-red-950 {
    background-color: #250004 !important
}

.Vlt-red-lighter {
    color: #ffeef2 !important;
    fill: #ffeef2 !important
}

.Vlt-bg-red-lighter {
    background-color: #ffeef2 !important
}

.Vlt-red-light {
    color: #fbb !important;
    fill: #fbb !important
}

.Vlt-bg-red-light {
    background-color: #fbb !important
}

.Vlt-red {
    color: #fb6a6a !important;
    fill: #fb6a6a !important
}

.Vlt-bg-red {
    background-color: #fb6a6a !important
}

.Vlt-red-dark {
    color: #cd0d0d !important;
    fill: #cd0d0d !important
}

.Vlt-bg-red-dark {
    background-color: #cd0d0d !important
}

.Vlt-red-darker {
    color: #6e0000 !important;
    fill: #6e0000 !important
}

.Vlt-bg-red-darker {
    background-color: #6e0000 !important
}

.Vlt-red-text {
    color: #583c35 !important;
    fill: #583c35 !important
}

.Vlt-bg-red-text {
    background-color: #583c35 !important
}

.Vlt-grey-50 {
    color: #f2f2f2 !important;
    fill: #f2f2f2 !important
}

.Vlt-bg-grey-50 {
    background-color: #f2f2f2 !important
}

.Vlt-grey-100 {
    color: #e6e6e6 !important;
    fill: #e6e6e6 !important
}

.Vlt-bg-grey-100 {
    background-color: #e6e6e6 !important
}

.Vlt-grey-200 {
    color: #ccc !important;
    fill: #ccc !important
}

.Vlt-bg-grey-200 {
    background-color: #ccc !important
}

.Vlt-grey-300 {
    color: #b3b3b3 !important;
    fill: #b3b3b3 !important
}

.Vlt-bg-grey-300 {
    background-color: #b3b3b3 !important
}

.Vlt-grey-400 {
    color: #999 !important;
    fill: #999 !important
}

.Vlt-bg-grey-400 {
    background-color: #999 !important
}

.Vlt-grey-500 {
    color: #757575 !important;
    fill: #757575 !important
}

.Vlt-bg-grey-500 {
    background-color: #757575 !important
}

.Vlt-grey-600 {
    color: #666 !important;
    fill: #666 !important
}

.Vlt-bg-grey-600 {
    background-color: #666 !important
}

.Vlt-grey-700 {
    color: #4d4d4d !important;
    fill: #4d4d4d !important
}

.Vlt-bg-grey-700 {
    background-color: #4d4d4d !important
}

.Vlt-grey-800 {
    color: #333 !important;
    fill: #333 !important
}

.Vlt-bg-grey-800 {
    background-color: #333 !important
}

.Vlt-grey-900 {
    color: #1a1a1a !important;
    fill: #1a1a1a !important
}

.Vlt-bg-grey-900 {
    background-color: #1a1a1a !important
}

.Vlt-grey-950 {
    color: #0d0d0d !important;
    fill: #0d0d0d !important
}

.Vlt-bg-grey-950 {
    background-color: #0d0d0d !important
}

.Vlt-grey-lighter {
    color: #f2f2f2 !important;
    fill: #f2f2f2 !important
}

.Vlt-bg-grey-lighter {
    background-color: #f2f2f2 !important
}

.Vlt-grey-light {
    color: #e6e6e6 !important;
    fill: #e6e6e6 !important
}

.Vlt-bg-grey-light {
    background-color: #e6e6e6 !important
}

.Vlt-grey {
    color: #ccc !important;
    fill: #ccc !important
}

.Vlt-bg-grey {
    background-color: #ccc !important
}

.Vlt-grey-dark {
    color: #999 !important;
    fill: #999 !important
}

.Vlt-bg-grey-dark {
    background-color: #999 !important
}

.Vlt-grey-darker {
    color: #666 !important;
    fill: #666 !important
}

.Vlt-bg-grey-darker {
    background-color: #666 !important
}

.Vlt-black {
    color: #000 !important;
    fill: #000 !important
}

.Vlt-bg-black {
    background-color: #000 !important
}

.Vlt-aqua-lighter {
    color: #d0e7f1 !important;
    fill: #d0e7f1 !important
}

.Vlt-bg-aqua-lighter {
    background-color: #d0e7f1 !important
}

.Vlt-aqua-light {
    color: #9ccde2 !important;
    fill: #9ccde2 !important
}

.Vlt-bg-aqua-light {
    background-color: #9ccde2 !important
}

.Vlt-aqua {
    color: #3298c4 !important;
    fill: #3298c4 !important
}

.Vlt-bg-aqua {
    background-color: #3298c4 !important
}

.Vlt-aqua-dark {
    color: #0070a1 !important;
    fill: #0070a1 !important
}

.Vlt-bg-aqua-dark {
    background-color: #0070a1 !important
}

.Vlt-aqua-darker {
    color: #035879 !important;
    fill: #035879 !important
}

.Vlt-bg-aqua-darker {
    background-color: #035879 !important
}

.Vlt-aqua-text {
    color: #004059 !important;
    fill: #004059 !important
}

.Vlt-bg-aqua-text {
    background-color: #004059 !important
}

.Vlt-teal-lighter {
    color: #dbf3f6 !important;
    fill: #dbf3f6 !important
}

.Vlt-bg-teal-lighter {
    background-color: #dbf3f6 !important
}

.Vlt-teal-light {
    color: #94dbe4 !important;
    fill: #94dbe4 !important
}

.Vlt-bg-teal-light {
    background-color: #94dbe4 !important
}

.Vlt-teal {
    color: #4cc3d2 !important;
    fill: #4cc3d2 !important
}

.Vlt-bg-teal {
    background-color: #4cc3d2 !important
}

.Vlt-teal-dark {
    color: #00848e !important;
    fill: #00848e !important
}

.Vlt-bg-teal-dark {
    background-color: #00848e !important
}

.Vlt-teal-darker {
    color: #003136 !important;
    fill: #003136 !important
}

.Vlt-bg-teal-darker {
    background-color: #003136 !important
}

.Vlt-teal-text {
    color: #405352 !important;
    fill: #405352 !important
}

.Vlt-bg-teal-text {
    background-color: #405352 !important
}

.Vlt-gradient--blue {
    background: linear-gradient(to right, #44a9fb, #0686ec) !important
}

.Vlt-gradient--blue-light {
    background: linear-gradient(to right, #7fc5ff, #32a3ff) !important
}

.Vlt-gradient--red {
    background: linear-gradient(to right, #fc8383, #fa3838) !important
}

.Vlt-gradient--orange {
    background: linear-gradient(to right, #f79981, #f25f39) !important
}

.Vlt-gradient--indigo,
.Vlt-gradient--magenta {
    background: linear-gradient(to right, #df31a8, #aa1a7c) !important
}

.Vlt-gradient--green {
    background: linear-gradient(to right, #38c355, #27873b) !important
}

.Vlt-gradient--purple {
    background: linear-gradient(to right, #c596fa, #9c4df7) !important
}

.Vlt-gradient--teal {
    background: linear-gradient(to right, #60cad7, #2facbc) !important
}

.Vlt-gradient--blue-to-pink {
    background: linear-gradient(to right, #7fc6f4, #d5279b) !important
}

.Vlt-gradient--blue-to-purple {
    background: linear-gradient(to right, #7fc6f4, #8728fb) !important
}

.Vlt-gradient--pink-to-blue {
    background: linear-gradient(to right, #d5279b, #7fc6f4) !important
}

.Vlt-gradient--pink-to-peach {
    background: linear-gradient(to right, #d5279b, #fea18c) !important
}

.Vlt-gradient--purple-to-peach {
    background: linear-gradient(to right, #8728fb, #fea18c) !important
}

.Vlt-gradient--gumdrops1 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGumdrops%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3144563%25%22%20y1%3D%2234.7953338%25%22%20x2%3D%2250%25%22%20y2%3D%2266.5343565%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%221267%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-264.000000%2C%20-1527.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Gumdrops-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--gumdrops2 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGumdrops%202%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2217.1215089%25%22%20y1%3D%2236.5604745%25%22%20x2%3D%2250%25%22%20y2%3D%2264.0645185%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2286.1918852%25%22%20y1%3D%2235.5961581%25%22%20x2%3D%2236.8815991%25%22%20y2%3D%2276.4527216%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%221267%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-813.000000%2C%20-1527.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Gumdrops-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--gumdrops3 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3EGumdrops%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2214.549983%25%22%20y1%3D%2236.9106736%25%22%20x2%3D%2250%25%22%20y2%3D%2267.2917158%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%237FC8F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.1626569%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%221267%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-1362.000000%2C%20-1527.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Gumdrops-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--lovehearts1 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ELovehearts%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3144563%25%22%20y1%3D%2234.7953338%25%22%20x2%3D%2250%25%22%20y2%3D%2266.5343565%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%22868%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-264.000000%2C%20-1128.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Lovehearts-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--lovehearts2 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ELovehearts%202%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.6436478%25%22%20y1%3D%2234.4795812%25%22%20x2%3D%2224.3581829%25%22%20y2%3D%2283.1645088%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%22868%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-813.000000%2C%20-1128.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Lovehearts-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--lovehearts3 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ELovehearts%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA68C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%22868%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-1362.000000%2C%20-1128.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Lovehearts-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--skittles1 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ESkittles%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-264.000000%2C%20-260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Skittles-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--skittles2 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ERectangle%20Copy%209%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%220%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-813.000000%2C%20-260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Rectangle-Copy-9%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--skittles3 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ESkittles%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23FFA78C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%220%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-1362.000000%2C%20-260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Skittles-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--twizzlers1 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ETwizzlers%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3144563%25%22%20y1%3D%2234.7953338%25%22%20x2%3D%2250%25%22%20y2%3D%2266.5343565%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.0050238%25%22%20y1%3D%2234.3360213%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%220%22%20y%3D%22428%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-264.000000%2C%20-688.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Twizzlers-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--twizzlers2 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ETwizzlers%202%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.3312755%25%22%20y1%3D%2235.0197434%25%22%20x2%3D%2250%25%22%20y2%3D%2268.0240162%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2289.6436478%25%22%20y1%3D%2234.4795812%25%22%20x2%3D%2224.3581829%25%22%20y2%3D%2283.1645088%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%22549%22%20y%3D%22428%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-813.000000%2C%20-688.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Twizzlers-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-gradient--twizzlers3 {
    background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22367px%22%20height%3D%22250px%22%20preserveAspectRatio%3D%22none%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2056.3%20%2881716%29%20-%20https%3A%2F%2Fsketch.com%20--%3E%0A%20%20%20%20%3Ctitle%3ETwizzlers%203%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2213.5473433%25%22%20y1%3D%2234.8769086%25%22%20x2%3D%2250%25%22%20y2%3D%2265.6074248%25%22%20id%3D%22linearGradient-1%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%2380C7F5%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20x1%3D%2284.1887347%25%22%20y1%3D%2238.7711517%25%22%20x2%3D%2250%25%22%20y2%3D%2267.4497767%25%22%20id%3D%22linearGradient-2%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23871FFF%22%20offset%3D%220%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23D6219C%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%3E%3C%2Fstop%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22path-3%22%20x%3D%221098%22%20y%3D%22428%22%20width%3D%22367%22%20height%3D%22250%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22Components%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22gradients%22%20transform%3D%22translate%28-1362.000000%2C%20-688.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group-2%22%20transform%3D%22translate%28264.000000%2C%20260.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Twizzlers-3%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-1%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20fill%3D%22url%28%23linearGradient-2%29%22%20xlink%3Ahref%3D%22%23path-3%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 0 0/100% 100% !important
}

.Vlt-btn,
.Vlt-btn-group .Vlt-btn,
.Vlt-callout__cta,
.Vlt-dropdown__btn,
.Vlt-native-dropdown select {
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 48px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px 0;
    min-height: 40px;
    min-width: 40px;
    outline: 0;
    overflow: hidden;
    padding: 8px 14px;
    position: relative;
    text-align: center;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1
}

.Vlt-btn-group .Vlt-btn:before,
.Vlt-btn:before,
.Vlt-callout__cta:before,
.Vlt-dropdown__btn:before,
.Vlt-native-dropdown select:before {
    background-color: #000;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: -1
}

.Vlt-btn:hover:before,
.Vlt-callout__cta:hover:before,
.Vlt-dropdown__btn:hover:before,
.Vlt-native-dropdown select:hover:before {
    opacity: .16
}

.Vlt-btn:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus:before,
.Vlt-callout__cta:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus:before,
.Vlt-dropdown__btn:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus:before,
.Vlt-native-dropdown select:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):focus:before {
    opacity: .24
}

.Vlt-btn:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active:before,
.Vlt-btn_active.Vlt-btn:before,
.Vlt-btn_active.Vlt-callout__cta:before,
.Vlt-btn_active.Vlt-dropdown__btn:before,
.Vlt-callout__cta:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active:before,
.Vlt-dropdown__btn:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active:before,
.Vlt-native-dropdown select.Vlt-btn_active:before,
.Vlt-native-dropdown select:not(.Vlt-btn--no-focus):not(.Vlt-btn--outline):active:before {
    opacity: .32
}

.Vlt-btn:focus,
.Vlt-callout__cta:focus,
.Vlt-dropdown__btn:focus,
.Vlt-native-dropdown select:focus {
    outline: 0
}

.Vlt-btn:active,
.Vlt-callout__cta:active,
.Vlt-dropdown__btn:active,
.Vlt-native-dropdown select:active {
    outline: 0
}

.Vlt-btn svg,
.Vlt-btn-group .Vlt-btn svg,
.Vlt-callout__cta svg,
.Vlt-dropdown__btn svg,
.Vlt-native-dropdown select svg {
    display: inline-block;
    fill: #fff;
    height: 18px;
    margin-right: 8px;
    margin-top: -2px;
    vertical-align: middle;
    width: 18px
}

.Vlt-native-dropdown .vlt-btn--large select svg,
.vlt-btn--large .Vlt-btn svg,
.vlt-btn--large .Vlt-callout__cta svg,
.vlt-btn--large .Vlt-dropdown__btn svg,
.vlt-btn--large .Vlt-native-dropdown select svg {
    margin-right: 10px
}

.Vlt-btn--block {
    width: 100%
}

.Vlt-btn+.Vlt-btn {
    margin-left: 8px
}

.Vlt-btn--nomargin {
    margin: 0
}

.Vlt-btn--app,
.Vlt-callout__cta,
.Vlt-card__cta .Vlt-btn,
.Vlt-composite__append .Vlt-btn,
.Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select,
.Vlt-composite__prepend .Vlt-btn,
.Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select,
.Vlt-modal__footer .Vlt-btn,
.Vlt-table .Vlt-btn {
    border-radius: 6px
}

.Vlt-btn--small.Vlt-btn--app,
.Vlt-btn--small.Vlt-callout__cta,
.Vlt-card__cta .Vlt-btn--small.Vlt-btn,
.Vlt-composite__append .Vlt-btn--small.Vlt-btn,
.Vlt-composite__append .Vlt-btn--small.Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select.Vlt-btn--small,
.Vlt-composite__prepend .Vlt-btn--small.Vlt-btn,
.Vlt-composite__prepend .Vlt-btn--small.Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select.Vlt-btn--small,
.Vlt-modal__footer .Vlt-btn--small.Vlt-btn,
.Vlt-table .Vlt-btn--small.Vlt-btn {
    border-radius: 5px
}

.Vlt-btn--small,
.Vlt-btn-group--small .Vlt-btn,
.Vlt-callout--banner .Vlt-btn,
.Vlt-callout--banner .Vlt-callout__cta,
.Vlt-callout__cta,
.Vlt-dropdown__btn--small,
.Vlt-table .Vlt-btn {
    font-size: 1.2rem;
    line-height: 1.6rem;
    min-height: 32px;
    min-width: 32px;
    padding: 8px 12px
}

.Vlt-btn--small svg,
.Vlt-btn-group--small .Vlt-btn svg,
.Vlt-callout--banner .Vlt-btn svg,
.Vlt-callout--banner .Vlt-callout__cta svg,
.Vlt-callout__cta svg,
.Vlt-dropdown__btn--small svg,
.Vlt-table .Vlt-btn svg {
    height: 16px;
    width: 16px
}

.Vlt-btn--large,
.Vlt-btn-group--large .Vlt-btn,
.Vlt-dropdown__btn--large,
.Vlt-form__element--big .Vlt-composite__append .Vlt-btn,
.Vlt-form__element--big .Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-form__element--big .Vlt-composite__append .Vlt-native-dropdown select,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-native-dropdown select,
.Vlt-native-dropdown--large select {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 8px 0 16px;
    min-height: 48px;
    min-width: 48px;
    padding: 12px 24px
}

.Vlt-btn--large svg,
.Vlt-btn-group--large .Vlt-btn svg,
.Vlt-dropdown__btn--large svg,
.Vlt-form__element--big .Vlt-composite__append .Vlt-btn svg,
.Vlt-form__element--big .Vlt-composite__append .Vlt-dropdown__btn svg,
.Vlt-form__element--big .Vlt-composite__append .Vlt-native-dropdown select svg,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn svg,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-dropdown__btn svg,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-native-dropdown select svg,
.Vlt-native-dropdown--large select svg {
    height: 20px;
    margin-right: 14px;
    margin-top: -3px;
    width: 20px
}

.Vlt-btn--large svg span,
.Vlt-btn-group--large .Vlt-btn svg span,
.Vlt-dropdown__btn--large svg span,
.Vlt-form__element--big .Vlt-composite__append .Vlt-btn svg span,
.Vlt-form__element--big .Vlt-composite__append .Vlt-dropdown__btn svg span,
.Vlt-form__element--big .Vlt-composite__append .Vlt-native-dropdown select svg span,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn svg span,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-dropdown__btn svg span,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-native-dropdown select svg span,
.Vlt-native-dropdown--large select svg span {
    margin-left: 8px
}

.Vlt-btn--icon svg,
.Vlt-btn-group--icon .Vlt-btn svg,
.Vlt-form__element--big .Vlt-composite__append .Vlt-btn.Vlt-btn--icon svg,
.Vlt-form__element--big .Vlt-composite__append .Vlt-dropdown__btn.Vlt-btn--icon svg,
.Vlt-form__element--big .Vlt-composite__append .Vlt-native-dropdown select.Vlt-btn--icon svg,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn.Vlt-btn--icon svg,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-dropdown__btn.Vlt-btn--icon svg,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-native-dropdown select.Vlt-btn--icon svg {
    margin-left: -10px;
    margin-right: -10px
}

.Vlt-btn--icon-right svg {
    margin-left: 8px;
    margin-right: 0
}

.Vlt-btn--large.Vlt-btn--icon-right svg {
    margin-left: 14px
}

.Vlt-btn--cta,
.Vlt-btn--primary,
.Vlt-dialpad__key .Vlt-btn,
.Vlt-dropdown__btn--primary {
    background: #9941ff;
    color: #fff
}

.Vlt-btn--cta svg,
.Vlt-btn--primary svg,
.Vlt-dialpad__key .Vlt-btn svg,
.Vlt-dropdown__btn--primary svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--cta,
.Vlt-btn--outline.Vlt-btn--primary,
.Vlt-btn--outline.Vlt-dropdown__btn--primary,
.Vlt-dialpad__key .Vlt-btn--outline.Vlt-btn {
    color: #9941ff
}

.Vlt-btn--outline.Vlt-btn--cta svg,
.Vlt-btn--outline.Vlt-btn--primary svg,
.Vlt-btn--outline.Vlt-dropdown__btn--primary svg,
.Vlt-dialpad__key .Vlt-btn--outline.Vlt-btn svg {
    fill: #9941ff
}

.Vlt-btn--outline.Vlt-btn--cta:hover,
.Vlt-btn--outline.Vlt-btn--cta:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-btn--primary:hover,
.Vlt-btn--outline.Vlt-btn--primary:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-dropdown__btn--primary:hover,
.Vlt-btn--outline.Vlt-dropdown__btn--primary:not(.Vlt-btn--no-focus):focus,
.Vlt-dialpad__key .Vlt-btn--outline.Vlt-btn:hover,
.Vlt-dialpad__key .Vlt-btn--outline.Vlt-btn:not(.Vlt-btn--no-focus):focus {
    background: rgba(153, 65, 255, .1)
}

.Vlt-btn--outline.Vlt-btn--cta:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn--primary:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--cta,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--primary,
.Vlt-btn--outline.Vlt-btn_active.Vlt-dropdown__btn--primary,
.Vlt-btn--outline.Vlt-dropdown__btn--primary:not(.Vlt-btn--no-focus):active,
.Vlt-dialpad__key .Vlt-btn--outline.Vlt-btn:not(.Vlt-btn--no-focus):active,
.Vlt-dialpad__key .Vlt-btn--outline.Vlt-btn_active.Vlt-btn {
    background: rgba(153, 65, 255, .2)
}

.Vlt-btn--secondary,
.Vlt-callout__cta,
.Vlt-dropdown__btn--secondary {
    background: #000;
    color: #fff
}

.Vlt-btn--secondary:before,
.Vlt-callout__cta:before,
.Vlt-dropdown__btn--secondary:before {
    background-color: #fff
}

.Vlt-btn--secondary svg,
.Vlt-callout__cta svg,
.Vlt-dropdown__btn--secondary svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--secondary,
.Vlt-btn--outline.Vlt-callout__cta,
.Vlt-btn--outline.Vlt-dropdown__btn--secondary {
    color: #000
}

.Vlt-btn--outline.Vlt-btn--secondary svg,
.Vlt-btn--outline.Vlt-callout__cta svg,
.Vlt-btn--outline.Vlt-dropdown__btn--secondary svg {
    fill: #000
}

.Vlt-btn--outline.Vlt-btn--secondary:hover,
.Vlt-btn--outline.Vlt-btn--secondary:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-callout__cta:hover,
.Vlt-btn--outline.Vlt-callout__cta:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-dropdown__btn--secondary:hover,
.Vlt-btn--outline.Vlt-dropdown__btn--secondary:not(.Vlt-btn--no-focus):focus {
    background: rgba(0, 0, 0, .1)
}

.Vlt-btn--outline.Vlt-btn--secondary:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--secondary,
.Vlt-btn--outline.Vlt-btn_active.Vlt-callout__cta,
.Vlt-btn--outline.Vlt-btn_active.Vlt-dropdown__btn--secondary,
.Vlt-btn--outline.Vlt-callout__cta:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-dropdown__btn--secondary:not(.Vlt-btn--no-focus):active {
    background: rgba(0, 0, 0, .2)
}

.Vlt-btn--outline.Vlt-btn--tertiary,
.Vlt-btn--outline.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-btn--tertiary,
.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) {
    color: #000
}

.Vlt-btn--outline.Vlt-btn--tertiary svg,
.Vlt-btn--outline.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) svg,
.Vlt-btn--tertiary svg,
.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) svg {
    fill: #000
}

.Vlt-btn--outline.Vlt-btn--tertiary:hover,
.Vlt-btn--outline.Vlt-btn--tertiary:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-dropdown__btn:hover:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-btn--outline.Vlt-dropdown__btn:not(.Vlt-btn--no-focus):focus:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-btn--tertiary:hover,
.Vlt-btn--tertiary:not(.Vlt-btn--no-focus):focus,
.Vlt-dropdown__btn:hover:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-dropdown__btn:not(.Vlt-btn--no-focus):focus:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) {
    background: rgba(0, 0, 0, .1)
}

.Vlt-btn--outline.Vlt-btn--tertiary:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--tertiary,
.Vlt-btn--outline.Vlt-btn_active.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-btn--outline.Vlt-dropdown__btn:not(.Vlt-btn--no-focus):active:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-btn--tertiary:not(.Vlt-btn--no-focus):active,
.Vlt-btn_active.Vlt-btn--tertiary,
.Vlt-btn_active.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-dropdown__btn:not(.Vlt-btn--no-focus):active:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) {
    background: rgba(0, 0, 0, .2)
}

.Vlt-btn--destruction,
.Vlt-btn--destructive,
.Vlt-dropdown__btn--destructive {
    background: #e61d1d;
    color: #fff
}

.Vlt-btn--destruction svg,
.Vlt-btn--destructive svg,
.Vlt-dropdown__btn--destructive svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--destruction,
.Vlt-btn--outline.Vlt-btn--destructive,
.Vlt-btn--outline.Vlt-dropdown__btn--destructive {
    color: #e61d1d
}

.Vlt-btn--outline.Vlt-btn--destruction svg,
.Vlt-btn--outline.Vlt-btn--destructive svg,
.Vlt-btn--outline.Vlt-dropdown__btn--destructive svg {
    fill: #e61d1d
}

.Vlt-btn--outline.Vlt-btn--destruction:hover,
.Vlt-btn--outline.Vlt-btn--destruction:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-btn--destructive:hover,
.Vlt-btn--outline.Vlt-btn--destructive:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-dropdown__btn--destructive:hover,
.Vlt-btn--outline.Vlt-dropdown__btn--destructive:not(.Vlt-btn--no-focus):focus {
    background: rgba(230, 29, 29, .1)
}

.Vlt-btn--outline.Vlt-btn--destruction:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn--destructive:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--destruction,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--destructive,
.Vlt-btn--outline.Vlt-btn_active.Vlt-dropdown__btn--destructive,
.Vlt-btn--outline.Vlt-dropdown__btn--destructive:not(.Vlt-btn--no-focus):active {
    background: rgba(230, 29, 29, .2)
}

.Vlt-btn--quaternary,
.Vlt-btn--success,
.Vlt-dropdown__btn--quaternary {
    background: #1c8731;
    color: #fff
}

.Vlt-btn--quaternary svg,
.Vlt-btn--success svg,
.Vlt-dropdown__btn--quaternary svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--quaternary,
.Vlt-btn--outline.Vlt-btn--success,
.Vlt-btn--outline.Vlt-dropdown__btn--quaternary {
    color: #1c8731
}

.Vlt-btn--outline.Vlt-btn--quaternary svg,
.Vlt-btn--outline.Vlt-btn--success svg,
.Vlt-btn--outline.Vlt-dropdown__btn--quaternary svg {
    fill: #1c8731
}

.Vlt-btn--outline.Vlt-btn--quaternary:hover,
.Vlt-btn--outline.Vlt-btn--quaternary:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-btn--success:hover,
.Vlt-btn--outline.Vlt-btn--success:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-dropdown__btn--quaternary:hover,
.Vlt-btn--outline.Vlt-dropdown__btn--quaternary:not(.Vlt-btn--no-focus):focus {
    background: rgba(28, 135, 49, .1)
}

.Vlt-btn--outline.Vlt-btn--quaternary:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn--success:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--quaternary,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--success,
.Vlt-btn--outline.Vlt-btn_active.Vlt-dropdown__btn--quaternary,
.Vlt-btn--outline.Vlt-dropdown__btn--quaternary:not(.Vlt-btn--no-focus):active {
    background: rgba(28, 135, 49, .2)
}

.Vlt-btn--announcement,
.Vlt-btn--indigo,
.Vlt-btn--magenta {
    background: #d6219c;
    color: #fff
}

.Vlt-btn--announcement svg,
.Vlt-btn--indigo svg,
.Vlt-btn--magenta svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--announcement,
.Vlt-btn--outline.Vlt-btn--indigo,
.Vlt-btn--outline.Vlt-btn--magenta {
    color: #d6219c
}

.Vlt-btn--outline.Vlt-btn--announcement svg,
.Vlt-btn--outline.Vlt-btn--indigo svg,
.Vlt-btn--outline.Vlt-btn--magenta svg {
    fill: #d6219c
}

.Vlt-btn--outline.Vlt-btn--announcement:hover,
.Vlt-btn--outline.Vlt-btn--announcement:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-btn--indigo:hover,
.Vlt-btn--outline.Vlt-btn--indigo:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-btn--magenta:hover,
.Vlt-btn--outline.Vlt-btn--magenta:not(.Vlt-btn--no-focus):focus {
    background: rgba(214, 33, 156, .1)
}

.Vlt-btn--outline.Vlt-btn--announcement:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn--indigo:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn--magenta:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--announcement,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--indigo,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--magenta {
    background: rgba(214, 33, 156, .2)
}

.Vlt-btn--orange {
    background: #d34204;
    color: #fff
}

.Vlt-btn--orange svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--orange {
    color: #d34204
}

.Vlt-btn--outline.Vlt-btn--orange svg {
    fill: #d34204
}

.Vlt-btn--outline.Vlt-btn--orange:hover,
.Vlt-btn--outline.Vlt-btn--orange:not(.Vlt-btn--no-focus):focus {
    background: rgba(211, 66, 4, .1)
}

.Vlt-btn--outline.Vlt-btn--orange:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--orange {
    background: rgba(211, 66, 4, .2)
}

.Vlt-btn--blue,
.Vlt-btn--information {
    background: #0276d5;
    color: #fff
}

.Vlt-btn--blue svg,
.Vlt-btn--information svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--blue,
.Vlt-btn--outline.Vlt-btn--information {
    color: #0276d5
}

.Vlt-btn--outline.Vlt-btn--blue svg,
.Vlt-btn--outline.Vlt-btn--information svg {
    fill: #0276d5
}

.Vlt-btn--outline.Vlt-btn--blue:hover,
.Vlt-btn--outline.Vlt-btn--blue:not(.Vlt-btn--no-focus):focus,
.Vlt-btn--outline.Vlt-btn--information:hover,
.Vlt-btn--outline.Vlt-btn--information:not(.Vlt-btn--no-focus):focus {
    background: rgba(2, 118, 213, .1)
}

.Vlt-btn--outline.Vlt-btn--blue:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn--information:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--blue,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--information {
    background: rgba(2, 118, 213, .2)
}

.Vlt-btn--white {
    background: #fff;
    color: #000
}

.Vlt-btn--white svg {
    fill: #000
}

.Vlt-btn--outline.Vlt-btn--white {
    color: #fff
}

.Vlt-btn--outline.Vlt-btn--white svg {
    fill: #fff
}

.Vlt-btn--outline.Vlt-btn--white:hover,
.Vlt-btn--outline.Vlt-btn--white:not(.Vlt-btn--no-focus):focus {
    background: rgba(255, 255, 255, .1)
}

.Vlt-btn--outline.Vlt-btn--white:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--white {
    background: rgba(255, 255, 255, .2)
}

.Vlt-btn--outline,
.Vlt-btn--tertiary,
.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px
}

.Vlt-btn--outline:before,
.Vlt-btn--tertiary:before,
.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--ghost):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--primary):before {
    display: none
}

.Vlt-btn--outline .Vlt-spinner:after,
.Vlt-btn--outline .Vlt-spinner:before,
.Vlt-btn--tertiary .Vlt-spinner:after,
.Vlt-btn--tertiary .Vlt-spinner:before,
.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) .Vlt-spinner:after,
.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) .Vlt-spinner:before {
    border-color: currentColor transparent transparent
}

.Vlt-btn--disabled.Vlt-btn--outline,
.Vlt-btn--disabled.Vlt-btn--tertiary,
.Vlt-btn--disabled.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-btn--outline:disabled,
.Vlt-btn--tertiary:disabled,
.Vlt-btn_disabled.Vlt-btn--outline,
.Vlt-btn_disabled.Vlt-btn--tertiary,
.Vlt-btn_disabled.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-dropdown__btn:disabled:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) {
    background: 0 0 !important;
    border: 1px solid #999 !important
}

.Vlt-btn--ghost {
    background-color: transparent;
    color: #000
}

.Vlt-btn--ghost svg {
    fill: #000
}

.Vlt-btn--disabled.Vlt-btn--ghost,
.Vlt-btn--ghost:disabled,
.Vlt-btn_disabled.Vlt-btn--ghost {
    background: 0 0 !important
}

.Vlt-btn--outline.Vlt-btn--ghost svg {
    fill: #000
}

.Vlt-btn--outline.Vlt-btn--ghost:hover,
.Vlt-btn--outline.Vlt-btn--ghost:not(.Vlt-btn--no-focus):focus {
    background: rgba(0, 0, 0, .1)
}

.Vlt-btn--outline.Vlt-btn--ghost:not(.Vlt-btn--no-focus):active,
.Vlt-btn--outline.Vlt-btn_active.Vlt-btn--ghost {
    background: rgba(0, 0, 0, .2)
}

.Vlt-btn--ghost .Vlt-spinner:after,
.Vlt-btn--ghost .Vlt-spinner:before {
    border-color: currentColor transparent transparent
}

.Vlt-btn--link,
.Vlt-callout--banner .Vlt-callout__link,
.Vlt-text-btn {
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 1.5rem;
    padding: 0;
    white-space: nowrap
}

.Vlt-btn--link:before,
.Vlt-callout--banner .Vlt-callout__link:before,
.Vlt-text-btn:before {
    display: none
}

.Vlt-btn--link svg,
.Vlt-callout--banner .Vlt-callout__link svg,
.Vlt-text-btn svg {
    fill: #9941ff
}

.Vlt-btn--link:hover,
.Vlt-callout--banner .Vlt-callout__link:hover,
.Vlt-text-btn:hover {
    text-decoration: underline;
    transform: none
}

.Vlt-btn--link:active,
.Vlt-callout--banner .Vlt-callout__link:active,
.Vlt-text-btn:active {
    box-shadow: none
}

.Vlt-btn--link.Vlt-btn--disabled,
.Vlt-btn--link.Vlt-btn_disabled,
.Vlt-btn--link:disabled,
.Vlt-callout--banner .Vlt-btn--disabled.Vlt-callout__link,
.Vlt-callout--banner .Vlt-btn_disabled.Vlt-callout__link,
.Vlt-callout--banner .Vlt-callout__link:disabled,
.Vlt-text-btn.Vlt-btn--disabled,
.Vlt-text-btn.Vlt-btn_disabled,
.Vlt-text-btn:disabled {
    background: 0 0 !important
}

.Vlt-btn-group {
    display: -ms-flexbox;
    display: flex
}

.Vlt-btn-group:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
    min-width: 44px;
    padding-left: 20px
}

.Vlt-btn-group:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
    min-width: 44px;
    padding-right: 20px
}

.Vlt-btn-group .Vlt-btn {
    background-color: #ccc;
    box-shadow: none;
    color: #000;
    margin-left: 0;
    margin-right: 0
}

.Vlt-btn-group .Vlt-btn:before {
    display: none
}

.Vlt-btn-group .Vlt-btn:focus,
.Vlt-btn-group .Vlt-btn:hover {
    background-color: #b3b3b3
}

.Vlt-btn-group .Vlt-btn.Vlt-btn_active,
.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link_active,
.Vlt-btn-group .Vlt-btn:active {
    background-color: #999
}

.Vlt-btn-group .Vlt-btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.Vlt-btn-group .Vlt-btn:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.Vlt-btn-group .Vlt-btn:not(.Vlt-btn--no-focus):focus {
    z-index: 2
}

.Vlt-btn-group .Vlt-btn svg {
    fill: #000
}

.Vlt-btn-group--app .Vlt-btn {
    background: #ccc !important;
    color: #000;
    position: relative;
    z-index: 1
}

.Vlt-btn-group--app .Vlt-btn:before {
    background-color: transparent;
    border-radius: 5px;
    bottom: 2px;
    display: block;
    left: 1px;
    opacity: 1 !important;
    right: 1px;
    top: 2px;
    transition: background .3s
}

.Vlt-btn-group--app .Vlt-btn:after {
    display: none
}

.Vlt-btn-group--app .Vlt-btn:focus:before,
.Vlt-btn-group--app .Vlt-btn:hover:before {
    background-color: #b3b3b3
}

.Vlt-btn-group--app .Vlt-btn svg {
    fill: #000 !important
}

.Vlt-btn-group--app .Vlt-btn:active:before {
    background-color: #999
}

.Vlt-btn-group--app .Vlt-btn.Vlt-btn_active {
    color: #fff !important
}

.Vlt-btn-group--app .Vlt-btn.Vlt-btn_active svg {
    fill: #fff !important
}

.Vlt-btn-group--app .Vlt-btn.Vlt-btn_active:before {
    background-color: #000
}

.Vlt-btn-group--app .Vlt-btn:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.Vlt-btn-group--app .Vlt-btn:first-child:before {
    left: 2px
}

.Vlt-btn-group--app .Vlt-btn:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.Vlt-btn-group--app .Vlt-btn:last-child:before {
    right: 2px
}

.Vlt-btn-group--small:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
    min-width: 36px;
    padding-left: 16px
}

.Vlt-btn-group--small:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
    min-width: 36px;
    padding-right: 16px
}

.Vlt-btn-group--large:not(.Vlt-btn-group--app) .Vlt-btn:first-child {
    min-width: 52px;
    padding-left: 28px
}

.Vlt-btn-group--large:not(.Vlt-btn-group--app) .Vlt-btn:last-child {
    min-width: 52px;
    padding-right: 28px
}

.Vlt-btn-group--hover {
    border: 0 !important;
    margin-top: -1px;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    right: 16px;
    transition: all .3s;
    z-index: -1
}

.Vlt-btn-group--inline {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.Vlt-btn-on-hover {
    position: relative
}

.Vlt-btn-on-hover:hover .Vlt-btn-group--hover {
    background-color: transparent;
    opacity: 1;
    z-index: 2
}

.Vlt-btn-on-hover:not(tr):not(td):not(table) .Vlt-btn-group--hover {
    margin-top: 0;
    top: -16px
}

.Vlt-btn--link,
.Vlt-callout--banner .Vlt-callout__link,
.Vlt-text-btn,
.Vlt-text-link,
label a:not([class]),
li a:not([class]),
nav a:not([class]),
p a:not([class]),
small a:not([class]),
span a:not([class]),
td a:not([class]),
th a:not([class]) {
    color: #871eff;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.Vlt-btn--link:hover,
.Vlt-callout--banner .Vlt-callout__link:hover,
.Vlt-text-btn:hover,
.Vlt-text-link:hover,
label a:hover:not([class]),
li a:hover:not([class]),
nav a:hover:not([class]),
p a:hover:not([class]),
small a:hover:not([class]),
span a:hover:not([class]),
td a:hover:not([class]),
th a:hover:not([class]) {
    text-decoration: underline
}

.Vlt-btn--link:active,
.Vlt-callout--banner .Vlt-callout__link:active,
.Vlt-text-btn:active,
.Vlt-text-link:active,
label a:active:not([class]),
li a:active:not([class]),
nav a:active:not([class]),
p a:active:not([class]),
small a:active:not([class]),
span a:active:not([class]),
td a:active:not([class]),
th a:active:not([class]) {
    color: #26044d
}

.Vlt-btn--link:visited,
.Vlt-callout--banner .Vlt-callout__link:visited,
.Vlt-text-btn:visited,
.Vlt-text-link:visited,
label a:visited:not([class]),
li a:visited:not([class]),
nav a:visited:not([class]),
p a:visited:not([class]),
small a:visited:not([class]),
span a:visited:not([class]),
td a:visited:not([class]),
th a:visited:not([class]) {
    color: #871eff
}

.Vlt-black.Vlt-btn--link,
.Vlt-black.Vlt-text-btn,
.Vlt-callout--banner .Vlt-black.Vlt-callout__link,
.Vlt-text-link.Vlt-black,
label a.Vlt-black:not([class]),
li a.Vlt-black:not([class]),
nav a.Vlt-black:not([class]),
p a.Vlt-black:not([class]),
small a.Vlt-black:not([class]),
span a.Vlt-black:not([class]),
td a.Vlt-black:not([class]),
th a.Vlt-black:not([class]) {
    color: #000;
    font-weight: 600;
    position: relative
}

.Vlt-black.Vlt-btn--link:after,
.Vlt-black.Vlt-text-btn:after,
.Vlt-callout--banner .Vlt-black.Vlt-callout__link:after,
.Vlt-text-link.Vlt-black:after,
label a.Vlt-black:not([class]):after,
li a.Vlt-black:not([class]):after,
nav a.Vlt-black:not([class]):after,
p a.Vlt-black:not([class]):after,
small a.Vlt-black:not([class]):after,
span a.Vlt-black:not([class]):after,
td a.Vlt-black:not([class]):after,
th a.Vlt-black:not([class]):after {
    background-color: #000;
    bottom: -2px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.Vlt-black.Vlt-btn--link:hover,
.Vlt-black.Vlt-text-btn:hover,
.Vlt-callout--banner .Vlt-black.Vlt-callout__link:hover,
.Vlt-text-link.Vlt-black:hover,
label a.Vlt-black:hover:not([class]),
li a.Vlt-black:hover:not([class]),
nav a.Vlt-black:hover:not([class]),
p a.Vlt-black:hover:not([class]),
small a.Vlt-black:hover:not([class]),
span a.Vlt-black:hover:not([class]),
td a.Vlt-black:hover:not([class]),
th a.Vlt-black:hover:not([class]) {
    color: #1a1a1a !important;
    text-decoration: none
}

.Vlt-black.Vlt-btn--link:hover:after,
.Vlt-black.Vlt-text-btn:hover:after,
.Vlt-callout--banner .Vlt-black.Vlt-callout__link:hover:after,
.Vlt-text-link.Vlt-black:hover:after,
label a.Vlt-black:not([class]):hover:after,
li a.Vlt-black:not([class]):hover:after,
nav a.Vlt-black:not([class]):hover:after,
p a.Vlt-black:not([class]):hover:after,
small a.Vlt-black:not([class]):hover:after,
span a.Vlt-black:not([class]):hover:after,
td a.Vlt-black:not([class]):hover:after,
th a.Vlt-black:not([class]):hover:after {
    background-color: #1a1a1a
}

.Vlt-black.Vlt-btn--link:active,
.Vlt-black.Vlt-text-btn:active,
.Vlt-callout--banner .Vlt-black.Vlt-callout__link:active,
.Vlt-text-link.Vlt-black:active,
label a.Vlt-black:active:not([class]),
li a.Vlt-black:active:not([class]),
nav a.Vlt-black:active:not([class]),
p a.Vlt-black:active:not([class]),
small a.Vlt-black:active:not([class]),
span a.Vlt-black:active:not([class]),
td a.Vlt-black:active:not([class]),
th a.Vlt-black:active:not([class]) {
    color: #1a1a1a
}

.Vlt-black.Vlt-btn--link:visited,
.Vlt-black.Vlt-text-btn:visited,
.Vlt-callout--banner .Vlt-black.Vlt-callout__link:visited,
.Vlt-text-link.Vlt-black:visited,
label a.Vlt-black:visited:not([class]),
li a.Vlt-black:visited:not([class]),
nav a.Vlt-black:visited:not([class]),
p a.Vlt-black:visited:not([class]),
small a.Vlt-black:visited:not([class]),
span a.Vlt-black:visited:not([class]),
td a.Vlt-black:visited:not([class]),
th a.Vlt-black:visited:not([class]) {
    color: #000
}

.Vlt-accordion__trigger,
.Vlt-badge__dismiss,
.Vlt-btn--link,
.Vlt-callout--banner .Vlt-callout__link,
.Vlt-callout__dismiss,
.Vlt-dialpad__key,
.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link,
.Vlt-sidenav__mobile button,
.Vlt-text-btn,
.reset-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0
}

.Vlt-btn--disabled.Vlt-btn,
.Vlt-btn--disabled.Vlt-btn--ghost,
.Vlt-btn--disabled.Vlt-btn--outline,
.Vlt-btn--disabled.Vlt-btn--tertiary,
.Vlt-btn--disabled.Vlt-callout__cta,
.Vlt-btn--disabled.Vlt-dropdown__btn,
.Vlt-btn--disabled.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-btn--ghost:disabled,
.Vlt-btn--link.Vlt-btn--disabled,
.Vlt-btn--link.Vlt-btn_disabled,
.Vlt-btn--link:disabled,
.Vlt-btn--outline:disabled,
.Vlt-btn--tertiary:disabled,
.Vlt-btn:disabled,
.Vlt-btn_disabled.Vlt-btn,
.Vlt-btn_disabled.Vlt-btn--ghost,
.Vlt-btn_disabled.Vlt-btn--outline,
.Vlt-btn_disabled.Vlt-btn--tertiary,
.Vlt-btn_disabled.Vlt-callout__cta,
.Vlt-btn_disabled.Vlt-dropdown__btn,
.Vlt-btn_disabled.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-callout--banner .Vlt-btn--disabled.Vlt-callout__link,
.Vlt-callout--banner .Vlt-btn_disabled.Vlt-callout__link,
.Vlt-callout--banner .Vlt-callout__link:disabled,
.Vlt-callout__cta:disabled,
.Vlt-dropdown__btn:disabled,
.Vlt-dropdown__btn:disabled:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost),
.Vlt-native-dropdown select.Vlt-btn--disabled,
.Vlt-native-dropdown select.Vlt-btn_disabled,
.Vlt-native-dropdown select:disabled,
.Vlt-text-btn.Vlt-btn--disabled,
.Vlt-text-btn.Vlt-btn_disabled,
.Vlt-text-btn:disabled {
    background: #ccc;
    border: 0;
    box-shadow: none;
    color: #999;
    pointer-events: none
}

.Vlt-btn--disabled.Vlt-btn svg,
.Vlt-btn--disabled.Vlt-btn--ghost svg,
.Vlt-btn--disabled.Vlt-btn--outline svg,
.Vlt-btn--disabled.Vlt-btn--tertiary svg,
.Vlt-btn--disabled.Vlt-callout__cta svg,
.Vlt-btn--disabled.Vlt-dropdown__btn svg,
.Vlt-btn--disabled.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) svg,
.Vlt-btn--ghost:disabled svg,
.Vlt-btn--link.Vlt-btn--disabled svg,
.Vlt-btn--link.Vlt-btn_disabled svg,
.Vlt-btn--link:disabled svg,
.Vlt-btn--outline:disabled svg,
.Vlt-btn--tertiary:disabled svg,
.Vlt-btn:disabled svg,
.Vlt-btn_disabled.Vlt-btn svg,
.Vlt-btn_disabled.Vlt-btn--ghost svg,
.Vlt-btn_disabled.Vlt-btn--outline svg,
.Vlt-btn_disabled.Vlt-btn--tertiary svg,
.Vlt-btn_disabled.Vlt-callout__cta svg,
.Vlt-btn_disabled.Vlt-dropdown__btn svg,
.Vlt-btn_disabled.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) svg,
.Vlt-callout--banner .Vlt-btn--disabled.Vlt-callout__link svg,
.Vlt-callout--banner .Vlt-btn_disabled.Vlt-callout__link svg,
.Vlt-callout--banner .Vlt-callout__link:disabled svg,
.Vlt-callout__cta:disabled svg,
.Vlt-dropdown__btn:disabled svg,
.Vlt-dropdown__btn:disabled:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost) svg,
.Vlt-native-dropdown select.Vlt-btn--disabled svg,
.Vlt-native-dropdown select.Vlt-btn_disabled svg,
.Vlt-native-dropdown select:disabled svg,
.Vlt-text-btn.Vlt-btn--disabled svg,
.Vlt-text-btn.Vlt-btn_disabled svg,
.Vlt-text-btn:disabled svg {
    fill: #999
}

.Vlt-blockquote {
    display: block;
    padding-left: 14px;
    position: relative
}

.Vlt-blockquote:after {
    background-color: currentColor;
    border-radius: 1px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px
}

.Vlt-blockquote strong:first-child {
    color: currentColor;
    display: block;
    line-height: 21px
}

.Vlt-blockquote p:last-child {
    margin-bottom: 0
}

.Vlt-custom-select:after,
.Vlt-select:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 20px;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 20px
}

.Vlt-label {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4px;
    text-align: left
}

.Vlt-label label {
    font-size: 1.4rem
}

.Vlt-label+.Vlt-checkbox,
.Vlt-label+.Vlt-form__element,
.Vlt-label+.Vlt-radio {
    margin-top: 4px
}

.Vlt-input input:-webkit-autofill,
.Vlt-input input:-webkit-autofill:focus,
.Vlt-input input:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px #ece2fa inset
}

.Vlt-input.Vlt-input--round input {
    border-radius: 46px
}

.Vlt-select.Vlt-select--round select {
    border-radius: 46px
}

.Vlt-custom-select,
.Vlt-input,
.Vlt-select,
.Vlt-textarea {
    max-width: 100%;
    position: relative
}

.Vlt-custom-select__input,
.Vlt-input input,
.Vlt-select select,
.Vlt-textarea textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    display: block;
    height: 40px;
    padding-left: 12px;
    transition: background-color .5s, border-color .5s;
    width: 100%
}

.Vlt-custom-select__input:hover,
.Vlt-input input:hover,
.Vlt-select select:hover,
.Vlt-textarea textarea:hover {
    border-color: #000
}

.Vlt-custom-select__input:disabled,
.Vlt-input input:disabled,
.Vlt-select select:disabled,
.Vlt-textarea textarea:disabled {
    background: #e6e6e6 !important;
    color: #999;
    cursor: default
}

.Vlt-custom-select__input[readonly],
.Vlt-input input[readonly],
.Vlt-select select[readonly],
.Vlt-textarea textarea[readonly] {
    background: #e6e6e6 !important
}

.Vlt-composite {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row;
    flex-flow: row;
    position: relative
}

.Vlt-composite .Vlt-composite {
    -ms-flex: 1;
    flex: 1
}

.Vlt-composite .Vlt-input,
.Vlt-composite .Vlt-select {
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.Vlt-form__element--elastic .Vlt-composite .Vlt-input,
.Vlt-form__element--elastic .Vlt-composite .Vlt-select {
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.Vlt-composite--appendedicon .Vlt-input input,
.Vlt-composite--appendedicon .Vlt-select select {
    padding-right: 40px
}

.Vlt-composite .Vlt-composite:first-child .Vlt-input input,
.Vlt-composite:not(.Vlt-composite--appendedicon) .Vlt-input:first-child input,
.Vlt-composite:not(.Vlt-composite--appendedicon) .Vlt-select:first-child select {
    border-bottom-right-radius: 0;
    border-right: 0;
    border-top-right-radius: 0
}

.Vlt-composite__append .Vlt-btn,
.Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select,
.Vlt-composite__prepend .Vlt-btn,
.Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select {
    border: 1px solid #757575;
    margin: 0 !important;
    padding-bottom: 7px;
    padding-top: 7px
}

.Vlt-composite__append .Vlt-btn:hover,
.Vlt-composite__append .Vlt-dropdown__btn:hover,
.Vlt-composite__append .Vlt-native-dropdown select:hover,
.Vlt-composite__prepend .Vlt-btn:hover,
.Vlt-composite__prepend .Vlt-dropdown__btn:hover,
.Vlt-composite__prepend .Vlt-native-dropdown select:hover {
    transform: scale(1)
}

.Vlt-form__element--big .Vlt-composite__append .Vlt-btn,
.Vlt-form__element--big .Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-form__element--big .Vlt-composite__append .Vlt-native-dropdown select,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-btn,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-form__element--big .Vlt-composite__prepend .Vlt-native-dropdown select {
    padding: 10px 24px
}

.Vlt-composite__append .Vlt-btn:not(.Vlt-btn--primary):not(.Vlt-btn--secondary):not(.Vlt-btn--tertiary):not(.Vlt-btn--quaternary):not(.Vlt-btn--destructive):not(.Vlt-btn--magenta):not(.Vlt-btn--indigo):not(.Vlt-btn--orange):not(.Vlt-btn--white),
.Vlt-composite__append .Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white),
.Vlt-composite__append .Vlt-native-dropdown select,
.Vlt-composite__prepend .Vlt-btn:not(.Vlt-btn--primary):not(.Vlt-btn--secondary):not(.Vlt-btn--tertiary):not(.Vlt-btn--quaternary):not(.Vlt-btn--destructive):not(.Vlt-btn--magenta):not(.Vlt-btn--indigo):not(.Vlt-btn--orange):not(.Vlt-btn--white),
.Vlt-composite__prepend .Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white),
.Vlt-composite__prepend .Vlt-native-dropdown select {
    background-color: #ccc;
    color: #000
}

.Vlt-composite__append .Vlt-btn:not(.Vlt-btn--primary):not(.Vlt-btn--secondary):not(.Vlt-btn--tertiary):not(.Vlt-btn--quaternary):not(.Vlt-btn--destructive):not(.Vlt-btn--magenta):not(.Vlt-btn--indigo):not(.Vlt-btn--orange):not(.Vlt-btn--white) svg,
.Vlt-composite__append .Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white) svg,
.Vlt-composite__append .Vlt-native-dropdown select svg,
.Vlt-composite__prepend .Vlt-btn:not(.Vlt-btn--primary):not(.Vlt-btn--secondary):not(.Vlt-btn--tertiary):not(.Vlt-btn--quaternary):not(.Vlt-btn--destructive):not(.Vlt-btn--magenta):not(.Vlt-btn--indigo):not(.Vlt-btn--orange):not(.Vlt-btn--white) svg,
.Vlt-composite__prepend .Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white) svg,
.Vlt-composite__prepend .Vlt-native-dropdown select svg {
    fill: #000
}

.Vlt-composite__append .Vlt-btn--destructive,
.Vlt-composite__append .Vlt-btn--indigo,
.Vlt-composite__append .Vlt-btn--magenta,
.Vlt-composite__append .Vlt-btn--orange,
.Vlt-composite__append .Vlt-btn--primary,
.Vlt-composite__append .Vlt-btn--quaternary,
.Vlt-composite__append .Vlt-btn--secondary,
.Vlt-composite__append .Vlt-dialpad__key .Vlt-btn,
.Vlt-composite__prepend .Vlt-btn--destructive,
.Vlt-composite__prepend .Vlt-btn--indigo,
.Vlt-composite__prepend .Vlt-btn--magenta,
.Vlt-composite__prepend .Vlt-btn--orange,
.Vlt-composite__prepend .Vlt-btn--primary,
.Vlt-composite__prepend .Vlt-btn--quaternary,
.Vlt-composite__prepend .Vlt-btn--secondary,
.Vlt-composite__prepend .Vlt-dialpad__key .Vlt-btn,
.Vlt-dialpad__key .Vlt-composite__append .Vlt-btn,
.Vlt-dialpad__key .Vlt-composite__prepend .Vlt-btn {
    border: 0
}

.Vlt-composite__append .Vlt-dropdown__btn:after,
.Vlt-composite__append .Vlt-native-dropdown:after,
.Vlt-composite__prepend .Vlt-dropdown__btn:after,
.Vlt-composite__prepend .Vlt-native-dropdown:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-composite__append {
    position: relative;
    z-index: 2
}

.Vlt-composite__append .Vlt-btn,
.Vlt-composite__append .Vlt-dropdown__btn,
.Vlt-composite__append .Vlt-native-dropdown select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.Vlt-composite__append--icon {
    height: 100%;
    padding: 11px 12px;
    position: absolute;
    right: 0;
    width: 42px
}

.Vlt-composite__append--icon svg {
    fill: #4d4d4d;
    height: 18px;
    position: relative;
    width: 18px
}

.Vlt-composite__prepend {
    position: relative;
    z-index: 2
}

.Vlt-composite__prepend .Vlt-btn,
.Vlt-composite__prepend .Vlt-dropdown__btn,
.Vlt-composite__prepend .Vlt-native-dropdown select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.Vlt-composite__prepend:not(.Vlt-composite__prepend--icon)+.Vlt-input input,
.Vlt-composite__prepend:not(.Vlt-composite__prepend--icon)+.Vlt-select select {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0
}

.Vlt-composite__prepend--icon {
    height: 100%;
    padding: 11px 12px;
    position: absolute;
    width: 42px
}

.Vlt-composite__prepend--icon svg {
    fill: #000;
    height: 18px;
    width: 18px
}

.Vlt-composite__prepend--icon+.Vlt-input input,
.Vlt-composite__prepend--icon+.Vlt-select select {
    padding-left: 42px
}

.Vlt-composite .Vlt-btn,
.Vlt-composite .Vlt-dropdown__btn .Vlt-native-dropdown select {
    margin: 0
}

.Vlt-composite .Vlt-input input[readonly] {
    border-color: #757575
}

.Vlt-composite .Vlt-input input:disabled {
    border-color: #b3b3b3
}

.Vlt-textarea textarea {
    height: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    resize: vertical
}

.Vlt-custom-select__input,
.Vlt-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 42px;
    text-indent: 1px;
    text-overflow: ''
}

.Vlt-custom-select__input::-ms-expand,
.Vlt-select select::-ms-expand {
    display: none
}

.Vlt-form__group {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.Vlt-form__group .Vlt-form__element {
    margin-right: 16px
}

.Vlt-form__group .Vlt-form__element:last-child {
    margin-right: 0
}

.Vlt-form__group>.Vlt-btn {
    margin-bottom: 8px
}

.Vlt-form__group>.Vlt-form__element__error,
.Vlt-form__group>.Vlt-form__element__hint {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 4px
}

.Vlt-form__group+.Vlt-form__element,
.Vlt-form__group+.Vlt-form__group {
    margin-top: 0
}

@media only screen and (max-width:575px) {
    .Vlt-form__group--M-plus {
        display: block
    }
}

.Vlt-form__group--inline {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.Vlt-form__group--stretch .Vlt-form__element {
    -ms-flex: auto;
    flex: auto
}

.Vlt-form__element {
    padding: 8px 0
}

.Vlt-form__element h1,
.Vlt-form__element h2,
.Vlt-form__element h3,
.Vlt-form__element h4 {
    margin: 0
}

.Vlt-form__element__error,
.Vlt-form__element__hint {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.2rem;
    line-height: 1.33;
    margin-top: 6px;
    text-align: left
}

.Vlt-form__element__hint {
    color: #1a1a1a
}

.Vlt-form__element__error {
    color: #000
}

.Vlt-form__element__error:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23e61d1d%3B%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208C0%2012.4%203.6%2016%208%2016C12.4%2016%2016%2012.4%2016%208C16%203.6%2012.4%200%208%200ZM8%2012C7.4%2012%207%2011.6%207%2011C7%2010.4%207.4%2010%208%2010C8.6%2010%209%2010.4%209%2011C9%2011.6%208.6%2012%208%2012ZM9%209H7V4H9V9Z%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    vertical-align: bottom;
    width: 16px
}

.Vlt-form__element--error .Vlt-checkbox input:not(:checked)+.Vlt-checkbox__icon,
.Vlt-form__element--error .Vlt-radio input:not(:checked)+.Vlt-radio__icon {
    background: #fff !important
}

.Vlt-form__element--error.Vlt-form__element--big label {
    color: #e61d1d
}

.Vlt-form__element--error.Vlt-form__element--big .Vlt-textarea textarea:not(:focus)+* {
    background-color: #ffeef2
}

.Vlt-form__element--elastic .Vlt-input,
.Vlt-form__element--elastic .Vlt-select,
.Vlt-form__element--elastic input,
.Vlt-form__element--elastic select {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: auto
}

.Vlt-form__element--elastic .Vlt-input+.Vlt-input,
.Vlt-form__element--elastic .Vlt-input+.Vlt-select,
.Vlt-form__element--elastic .Vlt-input+input,
.Vlt-form__element--elastic .Vlt-input+select,
.Vlt-form__element--elastic .Vlt-select+.Vlt-input,
.Vlt-form__element--elastic .Vlt-select+.Vlt-select,
.Vlt-form__element--elastic .Vlt-select+input,
.Vlt-form__element--elastic .Vlt-select+select,
.Vlt-form__element--elastic input+.Vlt-input,
.Vlt-form__element--elastic input+.Vlt-select,
.Vlt-form__element--elastic input+input,
.Vlt-form__element--elastic input+select,
.Vlt-form__element--elastic select+.Vlt-input,
.Vlt-form__element--elastic select+.Vlt-select,
.Vlt-form__element--elastic select+input,
.Vlt-form__element--elastic select+select {
    margin-left: 16px
}

.Vlt-form__element--elastic .Vlt-textarea,
.Vlt-form__element--elastic textarea {
    display: inline-block;
    width: auto
}

.Vlt-form__element--inline-content .Vlt-checkbox,
.Vlt-form__element--inline-content .Vlt-radio {
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 16px;
    margin-top: 4px !important
}

.Vlt-form__element .Vlt-dropdown__btn {
    margin: 0
}

.Vlt-checkbox,
.Vlt-radio {
    position: relative
}

.Vlt-checkbox input,
.Vlt-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

.Vlt-checkbox input:active,
.Vlt-checkbox input:focus,
.Vlt-radio input:active,
.Vlt-radio input:focus {
    box-shadow: none;
    outline: 0
}

.Vlt-checkbox input:disabled:active+.Vlt-checkbox__icon,
.Vlt-checkbox input:disabled:active+.Vlt-radio__icon,
.Vlt-radio input:disabled:active+.Vlt-checkbox__icon,
.Vlt-radio input:disabled:active+.Vlt-radio__icon {
    box-shadow: none
}

.Vlt-checkbox input:invalid:focus+.Vlt-checkbox__icon,
.Vlt-checkbox input:invalid:focus+.Vlt-radio__icon,
.Vlt-radio input:invalid:focus+.Vlt-checkbox__icon,
.Vlt-radio input:invalid:focus+.Vlt-radio__icon {
    box-shadow: 0 0 5px rgba(230, 29, 29, .5)
}

.Vlt-checkbox label,
.Vlt-radio label {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.Vlt-checkbox__button,
.Vlt-radio__button {
    display: block;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: -1px;
    position: relative;
    width: 22px
}

.Vlt-checkbox__icon,
.Vlt-radio__icon {
    border: 2px solid #757575;
    display: block;
    height: 100%;
    transition: all .2s;
    width: 100%
}

.Vlt-checkbox__icon:after,
.Vlt-radio__icon:after {
    content: '';
    display: block;
    position: absolute;
    transform: scale(.1, .1);
    transition: transform .2s ease-out
}

.Vlt-checkbox:hover .Vlt-checkbox__icon,
.Vlt-checkbox:hover .Vlt-radio__icon,
.Vlt-radio:hover .Vlt-checkbox__icon,
.Vlt-radio:hover .Vlt-radio__icon {
    border-color: #000
}

.Vlt-checkbox+.Vlt-checkbox,
.Vlt-checkbox+.Vlt-form__element__error,
.Vlt-checkbox+.Vlt-form__element__hint,
.Vlt-checkbox+.Vlt-radio,
.Vlt-radio+.Vlt-checkbox,
.Vlt-radio+.Vlt-form__element__error,
.Vlt-radio+.Vlt-form__element__hint,
.Vlt-radio+.Vlt-radio {
    margin-top: 16px
}

.Vlt-checkbox--inline,
.Vlt-radio--inline {
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 16px;
    margin-top: 4px !important
}

.Vlt-radio__icon {
    border-radius: 100%;
    transition: all .2s
}

.Vlt-radio__icon:after {
    border-radius: 100%;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    top: 50%;
    width: 10px
}

.Vlt-radio__button input:checked~.Vlt-radio__icon:after {
    background: #000;
    transform: scale(1, 1)
}

.Vlt-checkbox--error .Vlt-checkbox input:not(:checked)+.Vlt-checkbox__icon {
    background-color: #fff
}

.Vlt-checkbox__icon {
    background-color: #fff;
    border: 2px solid #757575;
    border-radius: 3px
}

.Vlt-checkbox__icon:after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1, 1);
    width: 100%
}

.Vlt-checkbox__button input:focus~.Vlt-checkbox__icon,
.Vlt-checkbox__button input:hover:not(:checked)~.Vlt-checkbox__icon {
    background-color: #fff;
    border-color: #000
}

.Vlt-checkbox__button input:checked:disabled~.Vlt-checkbox__icon,
.Vlt-checkbox__button input:checked~.Vlt-checkbox__icon {
    background-color: #000;
    border-color: #000
}

.Vlt-checkbox__button input:checked:disabled~.Vlt-checkbox__icon:after,
.Vlt-checkbox__button input:checked~.Vlt-checkbox__icon:after {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M21.45%203.45L7.5%2017.4L2.55%2012.45C1.95%2011.85%201.05%2011.85%200.45%2012.45C-0.15%2013.05%20-0.15%2013.95%200.45%2014.55L6.45%2020.55C6.75%2020.85%207.05%2021%207.5%2021C7.95%2021%208.25%2020.85%208.55%2020.55L23.55%205.55C24.15%204.95%2024.15%204.05%2023.55%203.45C22.95%202.85%2022.05%202.85%2021.45%203.45Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-checkbox__button input:hover:not(:checked):disabled~.Vlt-checkbox__icon,
.Vlt-checkbox__button input:not(:checked):disabled~.Vlt-checkbox__icon {
    background-color: #fff;
    border-color: #b3b3b3
}

.Vlt-checkbox__button input:checked:disabled~.Vlt-checkbox__icon,
.Vlt-checkbox__button input:hover:checked:disabled~.Vlt-checkbox__icon {
    background-color: #ccc;
    border-color: #ccc
}

.Vlt-checkbox--partial .Vlt-checkbox__button input:checked~.Vlt-checkbox__icon,
.Vlt-checkbox--partial .Vlt-checkbox__button input:disabled~.Vlt-checkbox__icon,
.Vlt-checkbox--partial .Vlt-checkbox__button input:hover:disabled~.Vlt-checkbox__icon,
.Vlt-checkbox--partial .Vlt-checkbox__button input:hover~.Vlt-checkbox__icon,
.Vlt-checkbox--partial .Vlt-checkbox__button input~.Vlt-checkbox__icon {
    background-color: #000;
    border-color: #000
}

.Vlt-checkbox--partial .Vlt-checkbox__button input:disabled~.Vlt-checkbox__icon,
.Vlt-checkbox--partial .Vlt-checkbox__button input:hover:disabled~.Vlt-checkbox__icon {
    background-color: #ccc;
    border-color: #ccc
}

.Vlt-checkbox--partial .Vlt-checkbox__icon:after {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M15%207H1C0.4%207%200%207.4%200%208C0%208.6%200.4%209%201%209H15C15.6%209%2016%208.6%2016%208C16%207.4%2015.6%207%2015%207Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-checkbox input:invalid+.Vlt-checkbox__icon,
.Vlt-checkbox input:invalid+.Vlt-radio__icon,
.Vlt-custom-select__input:invalid,
.Vlt-form-error-style,
.Vlt-form__element--error .Vlt-checkbox input:not(:checked)+.Vlt-checkbox__icon,
.Vlt-form__element--error .Vlt-radio input:not(:checked)+.Vlt-radio__icon,
.Vlt-form__element--error input,
.Vlt-form__element--error select,
.Vlt-form__element--error textarea,
.Vlt-input input:invalid,
.Vlt-radio input:invalid+.Vlt-checkbox__icon,
.Vlt-radio input:invalid+.Vlt-radio__icon,
.Vlt-select select:invalid,
.Vlt-textarea textarea:invalid {
    background: #ffeef2;
    border-color: #e61d1d
}

.Vlt-checkbox input:invalid+.Vlt-checkbox__icon:hover,
.Vlt-checkbox input:invalid+.Vlt-radio__icon:hover,
.Vlt-custom-select__input:hover:invalid,
.Vlt-form-error-style:hover,
.Vlt-form__element--error .Vlt-checkbox input:not(:checked)+.Vlt-checkbox__icon:hover,
.Vlt-form__element--error .Vlt-radio input:not(:checked)+.Vlt-radio__icon:hover,
.Vlt-form__element--error input:hover,
.Vlt-form__element--error select:hover,
.Vlt-form__element--error textarea:hover,
.Vlt-input input:hover:invalid,
.Vlt-radio input:invalid+.Vlt-checkbox__icon:hover,
.Vlt-radio input:invalid+.Vlt-radio__icon:hover,
.Vlt-select select:hover:invalid,
.Vlt-textarea textarea:hover:invalid {
    border-color: #e61d1d
}

.Vlt-form-valid-style,
.Vlt-form__element--valid input,
.Vlt-form__element--valid select,
.Vlt-form__element--valid textarea {
    border-color: #1c8731
}

.Vlt-form-valid-style:hover,
.Vlt-form__element--valid input:hover,
.Vlt-form__element--valid select:hover,
.Vlt-form__element--valid textarea:hover {
    border-color: #155923
}

.Vlt-checkbox input:active+.Vlt-radio__icon,
.Vlt-checkbox input:focus+.Vlt-radio__icon,
.Vlt-custom-select__input:focus,
.Vlt-form-focus-style,
.Vlt-input input:focus,
.Vlt-radio input:active+.Vlt-radio__icon,
.Vlt-radio input:focus+.Vlt-radio__icon,
.Vlt-select select:focus,
.Vlt-textarea textarea:focus {
    background: #fff;
    border-color: #000;
    outline: 0
}

.Vlt-checkbox input:disabled+.Vlt-radio__icon,
.Vlt-custom-select__input:disabled,
.Vlt-custom-select__input[readonly],
.Vlt-form-disabled-readonly-style,
.Vlt-input input:disabled,
.Vlt-input input[readonly],
.Vlt-radio input:disabled+.Vlt-radio__icon,
.Vlt-select select:disabled,
.Vlt-select select[readonly],
.Vlt-textarea textarea:disabled,
.Vlt-textarea textarea[readonly] {
    background: #f2f2f2;
    border-color: #b3b3b3;
    box-shadow: none
}

.Vlt-form__element--big {
    display: block;
    position: relative
}

.Vlt-form__element--big label {
    color: #666;
    cursor: text;
    font-size: 1.2rem;
    left: 14px;
    line-height: 1.6rem;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 7px;
    transition: all .2s, background-color .5s
}

.Vlt-form__element--big input:disabled+label {
    color: #999
}

.Vlt-form__element--big.Vlt-form__element--valid label {
    color: #1c8731
}

.Vlt-form__element--big textarea {
    width: 100%
}

.Vlt-form__element--big .Vlt-custom-select .Vlt-custom-select__input,
.Vlt-form__element--big .Vlt-custom-select input,
.Vlt-form__element--big .Vlt-custom-select select,
.Vlt-form__element--big .Vlt-custom-select textarea,
.Vlt-form__element--big .Vlt-input .Vlt-custom-select__input,
.Vlt-form__element--big .Vlt-input input,
.Vlt-form__element--big .Vlt-input select,
.Vlt-form__element--big .Vlt-input textarea,
.Vlt-form__element--big .Vlt-select .Vlt-custom-select__input,
.Vlt-form__element--big .Vlt-select input,
.Vlt-form__element--big .Vlt-select select,
.Vlt-form__element--big .Vlt-select textarea,
.Vlt-form__element--big .Vlt-textarea .Vlt-custom-select__input,
.Vlt-form__element--big .Vlt-textarea input,
.Vlt-form__element--big .Vlt-textarea select,
.Vlt-form__element--big .Vlt-textarea textarea {
    border-radius: 6px;
    height: 4.8rem;
    padding: 20px 14px 6px
}

.Vlt-form__element--big .Vlt-custom-select .Vlt-custom-select__input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-custom-select input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-custom-select select:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-custom-select textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input .Vlt-custom-select__input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input select:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select .Vlt-custom-select__input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select select:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select textarea:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea .Vlt-custom-select__input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select:-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea textarea:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    transition: all .2s
}

.Vlt-form__element--big .Vlt-custom-select .Vlt-custom-select__input::placeholder,
.Vlt-form__element--big .Vlt-custom-select input::placeholder,
.Vlt-form__element--big .Vlt-custom-select select::placeholder,
.Vlt-form__element--big .Vlt-custom-select textarea::placeholder,
.Vlt-form__element--big .Vlt-input .Vlt-custom-select__input::placeholder,
.Vlt-form__element--big .Vlt-input input::placeholder,
.Vlt-form__element--big .Vlt-input select::placeholder,
.Vlt-form__element--big .Vlt-input textarea::placeholder,
.Vlt-form__element--big .Vlt-select .Vlt-custom-select__input::placeholder,
.Vlt-form__element--big .Vlt-select input::placeholder,
.Vlt-form__element--big .Vlt-select select::placeholder,
.Vlt-form__element--big .Vlt-select textarea::placeholder,
.Vlt-form__element--big .Vlt-textarea .Vlt-custom-select__input::placeholder,
.Vlt-form__element--big .Vlt-textarea input::placeholder,
.Vlt-form__element--big .Vlt-textarea select::placeholder,
.Vlt-form__element--big .Vlt-textarea textarea::placeholder {
    color: #666;
    opacity: 1;
    transition: all .2s
}

.Vlt-form__element--big .Vlt-custom-select .Vlt-custom-select__input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-custom-select input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-custom-select select:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-custom-select textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input .Vlt-custom-select__input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input select:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-input textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select .Vlt-custom-select__input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select select:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-select textarea:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea .Vlt-custom-select__input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea input:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea select:placeholder-shown:not(:focus):-ms-input-placeholder,
.Vlt-form__element--big .Vlt-textarea textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0
}

.Vlt-form__element--big .Vlt-custom-select .Vlt-custom-select__input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-custom-select input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-custom-select select:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-custom-select textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-input .Vlt-custom-select__input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-input select:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-input textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select .Vlt-custom-select__input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select select:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-select textarea:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea .Vlt-custom-select__input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea input:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea select:placeholder-shown:not(:focus)::placeholder,
.Vlt-form__element--big .Vlt-textarea textarea:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}

.Vlt-form__element--big .Vlt-custom-select .Vlt-custom-select__input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-custom-select input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-custom-select select:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-custom-select textarea:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-input .Vlt-custom-select__input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-input input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-input select:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-input textarea:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-select .Vlt-custom-select__input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-select input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-select select:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-select textarea:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-textarea .Vlt-custom-select__input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-textarea input:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-textarea select:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-textarea textarea:placeholder-shown:not(:focus)+* {
    font-size: 1.6rem;
    margin-top: -.8rem;
    top: 50%
}

.Vlt-form__element--big .Vlt-custom-select select,
.Vlt-form__element--big .Vlt-input select,
.Vlt-form__element--big .Vlt-select select,
.Vlt-form__element--big .Vlt-textarea select {
    padding-right: 50px
}

.Vlt-form__element--big .Vlt-custom-select textarea,
.Vlt-form__element--big .Vlt-input textarea,
.Vlt-form__element--big .Vlt-select textarea,
.Vlt-form__element--big .Vlt-textarea textarea {
    height: auto;
    min-height: 4.8rem
}

.Vlt-form__element--big .Vlt-custom-select textarea+*,
.Vlt-form__element--big .Vlt-input textarea+*,
.Vlt-form__element--big .Vlt-select textarea+*,
.Vlt-form__element--big .Vlt-textarea textarea+* {
    background-color: #fff;
    border-top-right-radius: 6px;
    padding-top: 6px;
    right: 14px;
    top: 1px
}

.Vlt-form__element--big .Vlt-custom-select textarea:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-input textarea:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-select textarea:placeholder-shown:not(:focus)+*,
.Vlt-form__element--big .Vlt-textarea textarea:placeholder-shown:not(:focus)+* {
    margin-top: 0;
    top: 1rem
}

.Vlt-form__element--big .Vlt-custom-select textarea:disabled+*,
.Vlt-form__element--big .Vlt-custom-select textarea[readonly]+*,
.Vlt-form__element--big .Vlt-input textarea:disabled+*,
.Vlt-form__element--big .Vlt-input textarea[readonly]+*,
.Vlt-form__element--big .Vlt-select textarea:disabled+*,
.Vlt-form__element--big .Vlt-select textarea[readonly]+*,
.Vlt-form__element--big .Vlt-textarea textarea:disabled+*,
.Vlt-form__element--big .Vlt-textarea textarea[readonly]+* {
    background-color: #e6e6e6
}

.Vlt-form__element--big .Vlt-custom-select:after,
.Vlt-form__element--big .Vlt-select:after {
    height: 24px;
    margin-top: -12px;
    width: 24px
}

.Vlt-form__element--big .Vlt-custom-select__input {
    text-align: left
}

.Vlt-form__element--big .Vlt-form__element__error,
.Vlt-form__element--big .Vlt-form__element__hint {
    margin-top: 8px
}

.Vlt-dropdown .Vlt-composite {
    -ms-flex: 1;
    flex: 1;
    z-index: 2
}

.Vlt-dropdown .Vlt-composite:first-child {
    margin-bottom: -1px
}

.Vlt-dropdown .Vlt-composite .Vlt-composite__append .Vlt-btn {
    transition: border-bottom-right-radius 0s
}

.Vlt-dropdown .Vlt-composite+.Vlt-dropdown__panel {
    z-index: 1
}

.Vlt-dropdown .Vlt-composite+.Vlt-dropdown__panel .Vlt-dropdown__panel__content {
    border: 1px solid #999;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15)
}

.Vlt-dropdown--expanded .Vlt-composite .Vlt-input input {
    border-bottom-left-radius: 0;
    transition: border-bottom-left-radius 0s
}

.Vlt-dropdown--expanded .Vlt-composite .Vlt-composite__append .Vlt-btn {
    border-bottom-right-radius: 0
}

.Vlt-dropdown--expanded .Vlt-dropdown__panel .Vlt-composite .Vlt-input input {
    border-bottom-left-radius: 5px
}

.Vlt-dropdown--expanded .Vlt-dropdown__panel .Vlt-composite .Vlt-composite__append .Vlt-btn {
    border-bottom-right-radius: 5px
}

.Vlt-dropdown {
    display: inline-block;
    position: relative
}

.Vlt-dropdown__header,
.Vlt-dropdown__title {
    background: #9941ff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: -8px;
    padding: 5px 16px;
    text-align: left
}

.Vlt-dropdown__label {
    -ms-flex: 1;
    flex: 1
}

.Vlt-dropdown__block,
.Vlt-dropdown__link {
    color: #000;
    overflow: hidden;
    padding: 5px 16px;
    position: relative;
    text-align: left
}

.Vlt-dropdown__block--border-top,
.Vlt-dropdown__link--border-top {
    margin-top: 3px;
    padding-bottom: 8px;
    padding-top: 8px
}

.Vlt-dropdown__block--border-top:before,
.Vlt-dropdown__link--border-top:before {
    background-color: #e6e6e6;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Vlt-dropdown__block--disabled,
.Vlt-dropdown__block_disabled,
.Vlt-dropdown__link--disabled,
.Vlt-dropdown__link_disabled {
    color: #999;
    cursor: default;
    pointer-events: none
}

.Vlt-dropdown__block--highlighted,
.Vlt-dropdown__link--highlighted {
    color: #0276d5
}

.Vlt-dropdown__block__icon,
.Vlt-dropdown__link__icon {
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-bottom: -3px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px
}

.Vlt-dropdown__block__label,
.Vlt-dropdown__link__label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 1;
    flex: 1
}

.Vlt-dropdown__link {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    transition: all .3s;
    white-space: nowrap
}

.Vlt-dropdown__link:hover {
    background: #f2f2f2
}

.Vlt-dropdown__link:focus {
    background: #e6e6e6;
    outline: 0
}

.Vlt-dropdown__link:active {
    background: #e6e6e6
}

.Vlt-dropdown__link--nohover:hover {
    background: 0 0
}

.Vlt-dropdown__link--selected,
.Vlt-dropdown__link_selected {
    background: #e6e6e6;
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 40px
}

.Vlt-dropdown__link--selected:after,
.Vlt-dropdown__link_selected:after {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M2.904%2012.11L1.5%2013.52%207.958%2020%2022.5%205.409%2021.096%204%207.958%2017.182z%22%2F%3E%3C%2Fsvg%3E") no-repeat right center;
    background-size: contain;
    content: '';
    height: 16px;
    position: absolute;
    right: 16px;
    top: 9px;
    width: 16px
}

.Vlt-dropdown__block--nowrap {
    white-space: nowrap
}

.Vlt-dropdown__block--center {
    text-align: center
}

.Vlt-btn+.Vlt-dropdown,
.Vlt-dropdown+.Vlt-btn {
    margin-left: 8px
}

.Vlt-dropdown--full-width {
    display: -ms-flexbox;
    display: flex
}

.Vlt-dropdown--full-width .Vlt-dropdown__trigger {
    width: 100%
}

.Vlt-dropdown--full-width .Vlt-dropdown__trigger .Vlt-btn {
    text-align: left;
    width: 100%
}

.Vlt-dropdown__trigger {
    display: inline-block
}

.Vlt-dropdown__trigger--btn .Vlt-btn:hover {
    transform: none
}

.Vlt-dropdown__trigger--btn .Vlt-btn:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    float: right;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
    width: 20px
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--secondary.Vlt-btn--outline:after,
.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--tertiary:after,
.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--white:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dialpad__key .Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline:after,
.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--primary:after,
.Vlt-dropdown__trigger--btn .Vlt-dialpad__key .Vlt-btn.Vlt-btn--outline:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%239941ff%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--tertiary:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23e6e6e6%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--quaternary:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%231c8731%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--indigo:after,
.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--magenta:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23d6219c%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--orange:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23d34204%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--destructive:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23e61d1d%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--outline.Vlt-btn--white:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn .Vlt-btn.Vlt-btn--link:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23117bb8%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__trigger--btn+.Vlt-dropdown__panel {
    margin-top: -4px
}

.Vlt-dropdown__trigger--block {
    width: 100%
}

.Vlt-dropdown__trigger--block .Vlt-btn {
    text-align: left;
    width: 100%
}

.Vlt-dropdown__btn {
    margin-bottom: 0;
    margin-top: 0
}

.Vlt-dropdown__btn:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 20px;
    margin-bottom: -1px;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
    width: 20px
}

.Vlt-dropdown__btn:hover {
    transform: none
}

.Vlt-dropdown__btn:active {
    transform: none
}

.Vlt-dropdown__btn:not(.Vlt-dropdown__btn--primary):not(.Vlt-dropdown__btn--cta):not(.Vlt-dropdown__btn--secondary):not(.Vlt-dropdown__btn--tertiary):not(.Vlt-dropdown__btn--quaternary):not(.Vlt-dropdown__btn--success):not(.Vlt-dropdown__btn--destructive):not(.Vlt-dropdown__btn--destruction):not(.Vlt-dropdown__btn--information):not(.Vlt-dropdown__btn--announcement):not(.Vlt-dropdown__btn--magenta):not(.Vlt-dropdown__btn--indigo):not(.Vlt-dropdown__btn--orange):not(.Vlt-dropdown__btn--white):not(.Vlt-dropdown__btn--ghost):after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-dropdown__btn--large:after {
    height: 24px;
    margin-left: 8px;
    width: 24px
}

.Vlt-dropdown__btn--small:after {
    margin: -4px -5px -3px 5px
}

.Vlt-dropdown__btn--app {
    border-radius: 6px
}

.Vlt-dropdown__btn--app.Vlt-btn--small {
    border-radius: 5px
}

.Vlt-form__element .Vlt-dropdown__btn {
    margin-bottom: 0;
    margin-top: 0
}

.Vlt-native-dropdown {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.Vlt-native-dropdown select {
    background: #000;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 38px
}

.Vlt-native-dropdown select:before {
    display: none
}

.Vlt-native-dropdown select::-ms-expand {
    display: none
}

.Vlt-native-dropdown select:hover {
    opacity: .84;
    transform: none
}

.Vlt-native-dropdown select:focus {
    opacity: .76
}

.Vlt-native-dropdown select:active {
    opacity: .68;
    transform: none
}

.Vlt-composite .Vlt-native-dropdown select:focus,
.Vlt-composite .Vlt-native-dropdown select:hover {
    background-color: gray;
    opacity: 1
}

.Vlt-native-dropdown:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M7%2C7.8C6.7%2C7.5%2C6.2%2C7.6%2C5.9%2C7.9S5.7%2C8.7%2C6%2C9l4%2C3.4l4-3.4c0.3-0.3%2C0.3-0.8%2C0-1.1%0D%0A%09c-0.3-0.3-0.7-0.3-1-0.1l-3%2C2.6L7%2C7.8L7%2C7.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 20px;
    z-index: 1
}

.Vlt-form__element--big .Vlt-native-dropdown:after,
.Vlt-native-dropdown--large:after {
    right: 25px
}

.Vlt-form__element--big .Vlt-native-dropdown select,
.Vlt-native-dropdown--large select {
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 50px !important
}

.Vlt-btn+.Vlt-native-dropdown,
.Vlt-native-dropdown+.Vlt-btn {
    margin-left: 8px
}

.Vlt-native-dropdown--app select {
    border-radius: 6px
}

.Vlt-native-dropdown--app select.Vlt-btn--small {
    border-radius: 5px
}

.Vlt-dropdown__panel {
    max-height: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 500
}

.Vlt-dropdown__panel__content {
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #e6e6e6, 0 2px 5px rgba(0, 0, 0, .15);
    font-size: 1.5rem;
    margin-bottom: 4px;
    padding: 8px 0
}

@media only screen and (max-width:767px) {
    .Vlt-dropdown__panel__content {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }
}

.Vlt-dropdown__panel__content li:not([class]) {
    display: block
}

.Vlt-dropdown__panel--left {
    right: 0
}

.Vlt-dropdown__panel--width2 {
    min-width: 200px
}

.Vlt-dropdown__panel--width3 {
    min-width: 300px
}

.Vlt-dropdown__panel--nomaxheight {
    max-height: none
}

.Vlt-dropdown__panel .Vlt-btn {
    margin-bottom: 0;
    margin-top: 0
}

.Vlt-dropdown__scroll {
    -ms-flex: auto;
    flex: auto;
    overflow-y: auto
}

.Vlt-dropdown--expanded .Vlt-dropdown__panel,
.Vlt-dropdown__panel_open,
.Vlt-dropdown_expanded .Vlt-dropdown__panel {
    max-height: 100vh;
    overflow: visible;
    transition: .3s
}

.Vlt-dropdown--expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content,
.Vlt-dropdown__panel_open .Vlt-dropdown__panel__content,
.Vlt-dropdown_expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content {
    max-height: 400px;
    overflow-y: auto
}

.Vlt-dropdown--expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content--scroll-area,
.Vlt-dropdown__panel_open .Vlt-dropdown__panel__content--scroll-area,
.Vlt-dropdown_expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content--scroll-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow-y: hidden
}

.Vlt-dropdown--expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content--scroll-area .Vlt-dropdown__block,
.Vlt-dropdown--expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content--scroll-area .Vlt-dropdown__link,
.Vlt-dropdown__panel_open .Vlt-dropdown__panel__content--scroll-area .Vlt-dropdown__block,
.Vlt-dropdown__panel_open .Vlt-dropdown__panel__content--scroll-area .Vlt-dropdown__link,
.Vlt-dropdown_expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content--scroll-area .Vlt-dropdown__block,
.Vlt-dropdown_expanded .Vlt-dropdown__panel .Vlt-dropdown__panel__content--scroll-area .Vlt-dropdown__link {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.Vlt-badge {
    background: #9941ff;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
    padding: 5px 12px;
    vertical-align: bottom;
    white-space: nowrap
}

.Vlt-badge--black {
    background: #000;
    color: #fff
}

.Vlt-badge--black.Vlt-badge--outline,
.Vlt-badge--black.Vlt-badge--transparent {
    background: #ccc;
    color: #000
}

.Vlt-badge--black.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #000
}

.Vlt-badge--grey {
    background: #757575;
    color: #fff
}

.Vlt-badge--grey.Vlt-badge--outline,
.Vlt-badge--grey.Vlt-badge--transparent {
    background: #e6e6e6;
    color: #000
}

.Vlt-badge--grey.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #757575
}

.Vlt-badge--white {
    background: #fff;
    color: #000
}

.Vlt-badge--white.Vlt-badge--outline,
.Vlt-badge--white.Vlt-badge--transparent {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.Vlt-badge--white.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #fff
}

.Vlt-badge--purple {
    background: #9941ff;
    color: #fff
}

.Vlt-badge--purple.Vlt-badge--outline,
.Vlt-badge--purple.Vlt-badge--transparent {
    background: #ece2fa;
    color: #000
}

.Vlt-badge--purple.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #9941ff
}

.Vlt-badge--indigo,
.Vlt-badge--magenta {
    background: #d6219c;
    color: #fff
}

.Vlt-badge--indigo.Vlt-badge--outline,
.Vlt-badge--indigo.Vlt-badge--transparent,
.Vlt-badge--magenta.Vlt-badge--outline,
.Vlt-badge--magenta.Vlt-badge--transparent {
    background: rgba(214, 33, 156, .2);
    color: #000
}

.Vlt-badge--indigo.Vlt-badge--outline,
.Vlt-badge--magenta.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #d6219c
}

.Vlt-badge--red {
    background: #e61d1d;
    color: #fff
}

.Vlt-badge--red.Vlt-badge--outline,
.Vlt-badge--red.Vlt-badge--transparent {
    background: #fedfdf;
    color: #000
}

.Vlt-badge--red.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #e61d1d
}

.Vlt-badge--yellow {
    background: #fa9f00;
    color: #000
}

.Vlt-badge--yellow.Vlt-badge--outline,
.Vlt-badge--yellow.Vlt-badge--transparent {
    background: #fde76d;
    color: #000
}

.Vlt-badge--yellow.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #fa9f00
}

.Vlt-badge--orange {
    background: #d34204;
    color: #fff
}

.Vlt-badge--orange.Vlt-badge--outline,
.Vlt-badge--orange.Vlt-badge--transparent {
    background: rgba(244, 114, 81, .2);
    color: #000
}

.Vlt-badge--orange.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #bb3700
}

.Vlt-badge--green {
    background: #1c8731;
    color: #fff
}

.Vlt-badge--green.Vlt-badge--outline,
.Vlt-badge--green.Vlt-badge--transparent {
    background: #cfeed4;
    color: #000
}

.Vlt-badge--green.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #1c8731
}

.Vlt-badge--blue {
    background: #0276d5;
    color: #fff
}

.Vlt-badge--blue.Vlt-badge--outline,
.Vlt-badge--blue.Vlt-badge--transparent {
    background: #d3e9fc;
    color: #000
}

.Vlt-badge--blue.Vlt-badge--outline {
    box-shadow: inset 0 0 0 1px #0276d5
}

.Vlt-badge--outline {
    background: 0 0 !important;
    box-shadow: inset 0 0 0 1px #9941ff;
    color: #000
}

.Vlt-badge--transparent {
    background: #ece2fa;
    color: #000
}

.Vlt-badge--large {
    border-radius: 15px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 7px 14px
}

.Vlt-badge--large .Vlt-badge__dismiss {
    margin-left: 8px
}

.Vlt-badge--small {
    border-radius: 10px;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding: 2px 8px
}

p .Vlt-badge {
    margin: 0 5px
}

.Vlt-badge__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M17.7429%206.25714C17.4%205.91429%2016.8857%205.91429%2016.5429%206.25714L12%2010.8L7.45714%206.25714C7.11429%205.91429%206.6%205.91429%206.25714%206.25714C5.91429%206.6%205.91429%207.11429%206.25714%207.45714L10.8%2012L6.25714%2016.5429C5.91429%2016.8857%205.91429%2017.4%206.25714%2017.7429C6.42857%2017.9143%206.6%2018%206.85714%2018C7.11429%2018%207.28571%2017.9143%207.45714%2017.7429L12%2013.2L16.5429%2017.7429C16.7143%2017.9143%2016.9714%2018%2017.1429%2018C17.3143%2018%2017.5714%2017.9143%2017.7429%2017.7429C18.0857%2017.4%2018.0857%2016.8857%2017.7429%2016.5429L13.2%2012L17.7429%207.45714C18.0857%207.11429%2018.0857%206.6%2017.7429%206.25714Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 16px;
    margin-left: 6px;
    margin-right: -4px;
    margin-top: -1px;
    transition: opacity .2s;
    vertical-align: middle;
    width: 16px
}

.Vlt-badge--white.Vlt-badge--outline .Vlt-badge__dismiss,
.Vlt-badge--white.Vlt-badge--transparent .Vlt-badge__dismiss,
.Vlt-badge:not(.Vlt-badge--outline):not(.Vlt-badge--transparent):not(.Vlt-badge--yellow):not(.Vlt-badge--white) .Vlt-badge__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M17.7429%206.25714C17.4%205.91429%2016.8857%205.91429%2016.5429%206.25714L12%2010.8L7.45714%206.25714C7.11429%205.91429%206.6%205.91429%206.25714%206.25714C5.91429%206.6%205.91429%207.11429%206.25714%207.45714L10.8%2012L6.25714%2016.5429C5.91429%2016.8857%205.91429%2017.4%206.25714%2017.7429C6.42857%2017.9143%206.6%2018%206.85714%2018C7.11429%2018%207.28571%2017.9143%207.45714%2017.7429L12%2013.2L16.5429%2017.7429C16.7143%2017.9143%2016.9714%2018%2017.1429%2018C17.3143%2018%2017.5714%2017.9143%2017.7429%2017.7429C18.0857%2017.4%2018.0857%2016.8857%2017.7429%2016.5429L13.2%2012L17.7429%207.45714C18.0857%207.11429%2018.0857%206.6%2017.7429%206.25714Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-badge__dismiss:focus,
.Vlt-badge__dismiss:hover {
    opacity: .6
}

.Vlt-badge--dismissed {
    border: 0 !important;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0
}

.Vlt-badge-combined {
    display: -ms-flexbox;
    display: flex
}

.Vlt-badge-combined .Vlt-badge:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0
}

.Vlt-badge-combined .Vlt-badge:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0
}

.Vlt-badge-combined--app .Vlt-badge {
    border-radius: 4px
}

.Vlt-badge+.Vlt-badge {
    margin-left: 8px
}

.Vlt-badge--margin {
    margin-bottom: 8px;
    margin-top: 8px
}

.Vlt-badge--margin-left {
    margin-left: 8px
}

.Vlt-badge--middle {
    vertical-align: middle
}

.Vlt-badge--app {
    border-radius: 4px
}

.Vlt-badge-group .Vlt-badge {
    margin-bottom: 4px;
    margin-right: 8px;
    margin-top: 4px
}

.Vlt-badge-group .Vlt-badge.Vlt-badge--large {
    margin: 7px 14px
}

.Vlt-badge-group .Vlt-badge+.Vlt-badge {
    margin-left: 0
}

.Vlt-badge-group--app .Vlt-badge {
    border-radius: 4px
}

.Vlt-callout {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #ccc;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    opacity: 1;
    overflow: hidden;
    padding: 20px;
    padding-left: 21px;
    position: relative;
    text-align: left;
    transition: all .3s ease-out
}

.Vlt-callout:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 5px
}

.Vlt-callout i {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px 23px !important;
    -ms-flex: 0 0 23px;
    flex: 0 0 23px;
    height: 23px;
    margin-right: 12px;
    width: 23px
}

.Vlt-callout__icon {
    -ms-flex: 0 0 23px;
    flex: 0 0 23px;
    height: 23px;
    margin-right: 12px;
    width: 23px
}

.Vlt-callout__icon svg {
    fill: #000;
    height: 23px;
    width: 23px
}

.Vlt-callout h4 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 2.2rem;
    margin-bottom: 2px
}

.Vlt-callout p {
    color: #000;
    line-height: 1.5;
    margin-bottom: 0
}

.Vlt-callout p+p,
.Vlt-callout p+ul {
    margin-top: 8px
}

.Vlt-callout__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 2;
    flex: 2;
    margin-left: 4px;
    word-break: break-word
}

.Vlt-callout__dismiss {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px;
    margin-left: 12px;
    margin-right: -2px;
    margin-top: -2px;
    transition: opacity .2s;
    width: 22px
}

.Vlt-callout__dismiss:hover {
    opacity: .6
}

.Vlt-callout .Vlt-btn {
    margin-top: 16px
}

.Vlt-callout__cta {
    line-height: 1.6rem;
    margin-bottom: 0;
    margin-top: 10px;
    min-height: 30px
}

.Vlt-callout--dismissed {
    border: 0 !important;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0
}

.Vlt-callout--bottom {
    margin-bottom: 0;
    margin-top: 16px
}

.Vlt-callout--warning:before {
    background-color: #fa9f00
}

.Vlt-callout--warning i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M23.8055%2020.7941L13.443%201.36628C12.8278%200.211242%2011.1722%200.211242%2010.5554%201.36628L0.194435%2020.7941C-0.386353%2021.8837%200.403847%2023.2007%201.63905%2023.2007H22.3626C23.5961%2023.2007%2024.3863%2021.8837%2023.8055%2020.7941ZM12%2019.9286C11.0969%2019.9286%2010.364%2019.1957%2010.364%2018.2926C10.364%2017.3895%2011.0969%2016.6566%2012%2016.6566C12.9031%2016.6566%2013.636%2017.3895%2013.636%2018.2926C13.636%2019.1957%2012.9031%2019.9286%2012%2019.9286ZM13.636%2015.0205H10.364V8.47644H13.636V15.0205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--warning .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--critical:before,
.Vlt-callout--error:before {
    background-color: #e61d1d
}

.Vlt-callout--critical i,
.Vlt-callout--error i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208C0%2012.4%203.6%2016%208%2016C12.4%2016%2016%2012.4%2016%208C16%203.6%2012.4%200%208%200ZM9%2012H7V7H9V12ZM8%206C7.4%206%207%205.6%207%205C7%204.4%207.4%204%208%204C8.6%204%209%204.4%209%205C9%205.6%208.6%206%208%206Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    transform: rotate(180deg)
}

.Vlt-callout--critical .Vlt-callout__dismiss,
.Vlt-callout--error .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--good:before,
.Vlt-callout--success:before {
    background-color: #32af4c
}

.Vlt-callout--good i,
.Vlt-callout--success i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208C0%2012.4%203.6%2016%208%2016C12.4%2016%2016%2012.4%2016%208C16%203.6%2012.4%200%208%200ZM7%2011.4L3.6%208L5%206.6L7%208.6L11%204.6L12.4%206L7%2011.4Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--good .Vlt-callout__dismiss,
.Vlt-callout--success .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--announcement:before,
.Vlt-callout--shoutout:before {
    background-color: #d6219c
}

.Vlt-callout--announcement i,
.Vlt-callout--shoutout i {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M17.9%2C0.2C18.3%2C0.1%2C18.6%2C0%2C19%2C0c2.9%2C0%2C5%2C3.9%2C5%2C9s-2.1%2C9-5%2C9c-0.4%2C0-0.7-0.1-1-0.2L2.7%2C13%0A%09%09c-0.8-0.3-1.6-0.8-2-1.5C0.2%2C10.7-0.1%2C9.9%2C0%2C9c-0.1-0.9%2C0.2-1.7%2C0.7-2.5C1.2%2C5.8%2C1.9%2C5.3%2C2.7%2C5L17.9%2C0.2z%20M16%2C9c0%2C4%2C1.6%2C7%2C3%2C7%0A%09%09c1.4%2C0%2C3-3%2C3-7s-1.6-7-3-7C17.6%2C2%2C16%2C5%2C16%2C9z%20M20%2C9c0-0.7-0.3-1.4-0.8-2c-0.5-0.5-1.2-0.9-1.9-1C17.1%2C7%2C17%2C8%2C17%2C9c0%2C1%2C0.1%2C2%2C0.3%2C3%0A%09%09c0.7-0.1%2C1.4-0.4%2C1.9-1C19.7%2C10.4%2C20%2C9.7%2C20%2C9z%20M11.7%2C17.9l-5.8-1.8l2.6%2C6.5c0.1%2C0.3%2C0.3%2C0.5%2C0.5%2C0.8c0.2%2C0.2%2C0.5%2C0.4%2C0.8%2C0.5%0A%09%09c0.3%2C0.1%2C0.6%2C0.2%2C0.9%2C0.2c0.3%2C0%2C0.6-0.1%2C0.9-0.2s0.5-0.3%2C0.8-0.5c0.2-0.2%2C0.4-0.5%2C0.5-0.8c0.1-0.3%2C0.2-0.6%2C0.2-0.9%0A%09%09c0-0.3-0.1-0.6-0.2-0.9L11.7%2C17.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--announcement .Vlt-callout__dismiss,
.Vlt-callout--shoutout .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--information:before,
.Vlt-callout--tip:before {
    background-color: #2b9efa
}

.Vlt-callout--information i,
.Vlt-callout--tip i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208C0%2012.4%203.6%2016%208%2016C12.4%2016%2016%2012.4%2016%208C16%203.6%2012.4%200%208%200ZM9%2012H7V7H9V12ZM8%206C7.4%206%207%205.6%207%205C7%204.4%207.4%204%208%204C8.6%204%209%204.4%209%205C9%205.6%208.6%206%208%206Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--information .Vlt-callout__dismiss,
.Vlt-callout--tip .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--banner {
    -ms-flex-align: start;
    align-items: start;
    border-radius: 0;
    box-shadow: none;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 !important;
    padding: 16px;
    padding-right: 54px;
    text-align: center
}

.Vlt-callout--banner i {
    background-size: 20px 20px !important;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-top: 5px;
    width: 20px
}

.Vlt-callout--banner .Vlt-callout__icon {
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-top: 5px;
    width: 20px
}

.Vlt-callout--banner .Vlt-callout__icon svg {
    height: 20px;
    width: 20px
}

.Vlt-callout--banner .Vlt-callout__link,
.Vlt-callout--banner p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2rem
}

.Vlt-callout--banner:before {
    display: none
}

.Vlt-callout--banner.Vlt-callout--critical,
.Vlt-callout--banner.Vlt-callout--error {
    background-color: #cd0d0d
}

.Vlt-callout--banner.Vlt-callout--critical .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--critical p,
.Vlt-callout--banner.Vlt-callout--error .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--error p {
    color: #fff
}

.Vlt-callout--banner.Vlt-callout--critical i,
.Vlt-callout--banner.Vlt-callout--error i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208C0%2012.4%203.6%2016%208%2016C12.4%2016%2016%2012.4%2016%208C16%203.6%2012.4%200%208%200ZM9%2012H7V7H9V12ZM8%206C7.4%206%207%205.6%207%205C7%204.4%207.4%204%208%204C8.6%204%209%204.4%209%205C9%205.6%208.6%206%208%206Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    transform: rotate(180deg)
}

.Vlt-callout--banner.Vlt-callout--critical .Vlt-callout__dismiss,
.Vlt-callout--banner.Vlt-callout--error .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--banner.Vlt-callout--good,
.Vlt-callout--banner.Vlt-callout--success {
    background-color: #1c8731
}

.Vlt-callout--banner.Vlt-callout--good .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--good p,
.Vlt-callout--banner.Vlt-callout--success .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--success p {
    color: #fff
}

.Vlt-callout--banner.Vlt-callout--good i,
.Vlt-callout--banner.Vlt-callout--success i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208C0%2012.4%203.6%2016%208%2016C12.4%2016%2016%2012.4%2016%208C16%203.6%2012.4%200%208%200ZM7%2011.4L3.6%208L5%206.6L7%208.6L11%204.6L12.4%206L7%2011.4Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--banner.Vlt-callout--good .Vlt-callout__dismiss,
.Vlt-callout--banner.Vlt-callout--success .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--banner.Vlt-callout--announcement,
.Vlt-callout--banner.Vlt-callout--shoutout {
    background-color: #d6219c
}

.Vlt-callout--banner.Vlt-callout--announcement .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--announcement p,
.Vlt-callout--banner.Vlt-callout--shoutout .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--shoutout p {
    color: #fff
}

.Vlt-callout--banner.Vlt-callout--announcement i,
.Vlt-callout--banner.Vlt-callout--shoutout i {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M17.9%2C0.2C18.3%2C0.1%2C18.6%2C0%2C19%2C0c2.9%2C0%2C5%2C3.9%2C5%2C9s-2.1%2C9-5%2C9c-0.4%2C0-0.7-0.1-1-0.2L2.7%2C13%0A%09%09c-0.8-0.3-1.6-0.8-2-1.5C0.2%2C10.7-0.1%2C9.9%2C0%2C9c-0.1-0.9%2C0.2-1.7%2C0.7-2.5C1.2%2C5.8%2C1.9%2C5.3%2C2.7%2C5L17.9%2C0.2z%20M16%2C9c0%2C4%2C1.6%2C7%2C3%2C7%0A%09%09c1.4%2C0%2C3-3%2C3-7s-1.6-7-3-7C17.6%2C2%2C16%2C5%2C16%2C9z%20M20%2C9c0-0.7-0.3-1.4-0.8-2c-0.5-0.5-1.2-0.9-1.9-1C17.1%2C7%2C17%2C8%2C17%2C9c0%2C1%2C0.1%2C2%2C0.3%2C3%0A%09%09c0.7-0.1%2C1.4-0.4%2C1.9-1C19.7%2C10.4%2C20%2C9.7%2C20%2C9z%20M11.7%2C17.9l-5.8-1.8l2.6%2C6.5c0.1%2C0.3%2C0.3%2C0.5%2C0.5%2C0.8c0.2%2C0.2%2C0.5%2C0.4%2C0.8%2C0.5%0A%09%09c0.3%2C0.1%2C0.6%2C0.2%2C0.9%2C0.2c0.3%2C0%2C0.6-0.1%2C0.9-0.2s0.5-0.3%2C0.8-0.5c0.2-0.2%2C0.4-0.5%2C0.5-0.8c0.1-0.3%2C0.2-0.6%2C0.2-0.9%0A%09%09c0-0.3-0.1-0.6-0.2-0.9L11.7%2C17.9z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--banner.Vlt-callout--announcement .Vlt-callout__dismiss,
.Vlt-callout--banner.Vlt-callout--shoutout .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--banner.Vlt-callout--information,
.Vlt-callout--banner.Vlt-callout--tip {
    background-color: #0276d5
}

.Vlt-callout--banner.Vlt-callout--information .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--information p,
.Vlt-callout--banner.Vlt-callout--tip .Vlt-callout__link,
.Vlt-callout--banner.Vlt-callout--tip p {
    color: #fff
}

.Vlt-callout--banner.Vlt-callout--information i,
.Vlt-callout--banner.Vlt-callout--tip i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208C0%2012.4%203.6%2016%208%2016C12.4%2016%2016%2012.4%2016%208C16%203.6%2012.4%200%208%200ZM9%2012H7V7H9V12ZM8%206C7.4%206%207%205.6%207%205C7%204.4%207.4%204%208%204C8.6%204%209%204.4%209%205C9%205.6%208.6%206%208%206Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--banner.Vlt-callout--information .Vlt-callout__dismiss,
.Vlt-callout--banner.Vlt-callout--tip .Vlt-callout__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M12%2012.7223L18.2777%2019L19%2018.2777L12.7223%2012L19%205.72229L18.2777%205L12%2011.2777L5.72229%205L5%205.72229L11.2777%2012L5%2018.2777L5.72229%2019L12%2012.7223Z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-callout--banner.Vlt-callout--warning {
    background-color: #fa9f00
}

.Vlt-callout--banner.Vlt-callout--warning i {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M23.8055%2020.7941L13.443%201.36628C12.8278%200.211242%2011.1722%200.211242%2010.5554%201.36628L0.194435%2020.7941C-0.386353%2021.8837%200.403847%2023.2007%201.63905%2023.2007H22.3626C23.5961%2023.2007%2024.3863%2021.8837%2023.8055%2020.7941ZM12%2019.9286C11.0969%2019.9286%2010.364%2019.1957%2010.364%2018.2926C10.364%2017.3895%2011.0969%2016.6566%2012%2016.6566C12.9031%2016.6566%2013.636%2017.3895%2013.636%2018.2926C13.636%2019.1957%2012.9031%2019.9286%2012%2019.9286ZM13.636%2015.0205H10.364V8.47644H13.636V15.0205Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-callout--banner.Vlt-callout--warning .Vlt-callout__icon svg {
    fill: #000
}

.Vlt-callout--banner.Vlt-callout--announcement .Vlt-callout__icon svg,
.Vlt-callout--banner.Vlt-callout--critical .Vlt-callout__icon svg,
.Vlt-callout--banner.Vlt-callout--error .Vlt-callout__icon svg,
.Vlt-callout--banner.Vlt-callout--good .Vlt-callout__icon svg,
.Vlt-callout--banner.Vlt-callout--information .Vlt-callout__icon svg,
.Vlt-callout--banner.Vlt-callout--shoutout .Vlt-callout__icon svg,
.Vlt-callout--banner.Vlt-callout--success .Vlt-callout__icon svg,
.Vlt-callout--banner.Vlt-callout--tip .Vlt-callout__icon svg {
    fill: #fff
}

.Vlt-callout--banner .Vlt-callout__content {
    -ms-flex: inherit;
    flex: inherit;
    margin: 4px 0
}

.Vlt-callout--banner .Vlt-btn,
.Vlt-callout--banner .Vlt-callout__cta {
    background-color: #000;
    color: #fff;
    -ms-flex: none;
    flex: none;
    margin: 0 0 0 16px
}

.Vlt-callout--banner .Vlt-callout__link {
    color: #000;
    margin-left: 4px;
    margin-top: 4px;
    text-decoration: underline
}

.Vlt-callout--banner .Vlt-callout__dismiss {
    position: absolute;
    right: 22px;
    top: 22px
}

.Vlt-flash {
    box-shadow: inset 0 0 0 1px #ccc, 0 4px 10px rgba(0, 0, 0, .2);
    left: 50%;
    margin-left: -45%;
    position: fixed;
    top: -100%;
    transition: top .3s;
    width: 90%;
    z-index: 1000
}

.Vlt-flash.Vlt-flash_visible {
    top: 20px
}

.Vlt-flash--bottom {
    bottom: -100%;
    top: auto;
    transition: bottom .3s
}

.Vlt-flash--bottom.Vlt-flash_visible {
    bottom: 20px;
    top: auto
}

@media only screen and (min-width:768px) {
    .Vlt-flash--small {
        margin-left: -25%;
        width: 50%
    }
}

@media only screen and (min-width:768px) {

    .Vlt-table .Vlt-table__row:hover .Vlt-table__cell,
    .Vlt-table table tbody tr:hover>td {
        background-color: #f2f2f2
    }
}

.Vlt-table {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.Vlt-table table tr {
    position: relative
}

.Vlt-table table td,
.Vlt-table table th {
    transition: all .3s
}

.Vlt-table__cell {
    display: table-cell
}

.Vlt-table .Vlt-table__row--noline .Vlt-table__cell,
.Vlt-table .Vlt-table__row--noline>td {
    border-bottom: 0
}

.Vlt-table .Vlt-table__row--nohighlight:hover .Vlt-table__cell,
.Vlt-table .Vlt-table__row--nohighlight:hover>td {
    background-color: transparent
}

.Vlt-table--nowrap .Vlt-table__cell,
.Vlt-table--nowrap td,
.Vlt-table--nowrap th {
    white-space: nowrap
}

@media only screen and (min-width:576px) {
    .Vlt-table--fixed table {
        table-layout: fixed
    }
}

.Vlt-table--nohighlight .Vlt-table__row:hover .Vlt-table__cell {
    background-color: transparent
}

.Vlt-table--nohighlight table tbody tr:hover>td {
    background-color: transparent
}

.Vlt-table--bordered {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-radius: 2px 2px 4px 4px;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6
}

table tbody .Vlt-table__cell--number,
table tfoot .Vlt-table__cell--number {
    text-align: right
}

table tbody .Vlt-table__cell--neg,
table tfoot .Vlt-table__cell--neg {
    color: #e61d1d
}

table tbody .Vlt-table__cell--pos,
table tfoot .Vlt-table__cell--pos {
    color: #1c8731
}

table tbody .Vlt-table__cell--avg,
table tfoot .Vlt-table__cell--avg {
    color: #be5702
}

table tbody .Vlt-table__cell--nowrap,
table tfoot .Vlt-table__cell--nowrap {
    white-space: nowrap
}

.Vlt-table .Vlt-btn {
    margin-bottom: -4px;
    margin-top: -4px
}

.Vlt-table__pagination {
    padding: 8px;
    text-align: center
}

.Vlt-table__pagination ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.Vlt-table__pagination ul li {
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-left: 4px;
    min-width: 24px;
    text-align: center
}

.Vlt-table__pagination ul li:first-child {
    margin-left: 0
}

.Vlt-table__pagination ul li a {
    border-radius: 8px;
    color: #000;
    line-height: 1.6rem;
    padding: 4px;
    transition: all .3s
}

.Vlt-table__pagination ul li a,
.Vlt-table__pagination ul li a:visited {
    color: #000;
    display: block;
    height: 100%;
    width: 100%
}

.Vlt-table__pagination ul li a:hover,
.Vlt-table__pagination ul li a:visited:hover {
    background: rgba(0, 0, 0, .12);
    color: #000;
    font-weight: 600;
    text-decoration: none
}

.Vlt-table__pagination ul li.Vlt-table__pagination__next a:hover,
.Vlt-table__pagination ul li.Vlt-table__pagination__prev a:hover {
    background: 0 0;
    color: #6405d1;
    font-weight: 400
}

.Vlt-table__pagination ul li.Vlt-table__pagination__prev {
    margin-right: 8px
}

.Vlt-table__pagination ul li.Vlt-table__pagination__next {
    margin-left: 12px
}

.Vlt-table__pagination__current {
    background: #e6e6e6;
    font-weight: 600
}

@media only screen and (max-width:575px) {

    .Vlt-table--mobile-stack,
    .Vlt-table--mobile-stack.Vlt-table--data {
        background: 0 0
    }

    .Vlt-table--mobile-stack table,
    .Vlt-table--mobile-stack.Vlt-table--data table {
        background: 0 0;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: auto
    }

    .Vlt-table--mobile-stack table thead,
    .Vlt-table--mobile-stack.Vlt-table--data table thead {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content
    }

    .Vlt-table--mobile-stack table thead th,
    .Vlt-table--mobile-stack.Vlt-table--data table thead th {
        border-bottom: 1px solid #e6e6e6;
        border-top: 0;
        font-size: 1.5rem;
        height: auto;
        min-height: 3.6rem;
        padding: 12px 16px
    }

    .Vlt-table--mobile-stack table tr,
    .Vlt-table--mobile-stack.Vlt-table--data table tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content
    }

    .Vlt-table--mobile-stack table tbody,
    .Vlt-table--mobile-stack.Vlt-table--data table tbody {
        background: linear-gradient(90deg, rgba(0, 0, 0, .1) 0, transparent 30%), linear-gradient(90deg, transparent 70%, rgba(0, 0, 0, .1) 100%) 100% 0;
        background-repeat: no-repeat;
        background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        position: relative
    }

    .Vlt-table--mobile-stack table tbody tr:first-child,
    .Vlt-table--mobile-stack.Vlt-table--data table tbody tr:first-child {
        background: linear-gradient(90deg, #fff 20px, transparent 20px)
    }

    .Vlt-table--mobile-stack table tbody tr:last-child,
    .Vlt-table--mobile-stack.Vlt-table--data table tbody tr:last-child {
        background: linear-gradient(90deg, transparent calc(100% - 20px), #fff calc(100% - 20px)) 100% 0
    }

    .Vlt-table--mobile-stack table td,
    .Vlt-table--mobile-stack table th,
    .Vlt-table--mobile-stack.Vlt-table--data table td,
    .Vlt-table--mobile-stack.Vlt-table--data table th {
        border-left: 0;
        border-right: 0;
        display: block;
        white-space: nowrap
    }

    .Vlt-table--mobile-stack table .Vlt-table__cell--number,
    .Vlt-table--mobile-stack.Vlt-table--data table .Vlt-table__cell--number {
        text-align: left
    }

    .Vlt-table--mobile-stack table tfoot,
    .Vlt-table--mobile-stack.Vlt-table--data table tfoot {
        display: none
    }

    .Vlt-table--mobile-stack.Vlt-table--data:not(.Vlt-table--data) table thead th,
    .Vlt-table--mobile-stack:not(.Vlt-table--data) table thead th {
        border-right: 1px solid #e6e6e6;
        padding-left: 0;
        padding-right: 16px
    }

    .Vlt-table--mobile-stack.Vlt-table--data:not(.Vlt-table--data) table tbody td,
    .Vlt-table--mobile-stack:not(.Vlt-table--data) table tbody td {
        padding-left: 16px;
        padding-right: 16px
    }
}

.Vlt-table__col--sortable {
    cursor: pointer;
    padding-left: 16px;
    position: relative
}

.Vlt-table__col--sortable:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20dstyle%3D%22fill%3A%23757575%3B%22%20d%3D%22M2.37873%200.265338L0%202.71856L1.24253%204L3%202.1875L4.75747%204L6%202.71856L3.62127%200.265338C3.45648%200.0954422%203.23301%200%203%200C2.76699%200%202.54352%200.0954422%202.37873%200.265338V0.265338Z%22%2F%3E%0A%3Cpath%20d%3D%22M3%207.8125L1.24253%206L0%207.28144L2.37873%209.73466C2.54352%209.90456%202.76699%2010%203%2010C3.23301%2010%203.45648%209.90456%203.62127%209.73466L6%207.28144L4.75747%206L3%207.8125Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 10px;
    left: 5px;
    margin-top: -5px;
    opacity: .6;
    position: absolute;
    top: 50%;
    width: 6px
}

.Vlt-table__col--ascending,
.Vlt-table__col--descending {
    color: #000;
    font-weight: 600
}

.Vlt-table__col--descending:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3%207.8125L1.24253%206L0%207.28144L2.37873%209.73466C2.54352%209.90456%202.76699%2010%203%2010C3.23301%2010%203.45648%209.90456%203.62127%209.73466L6%207.28144L4.75747%206L3%207.8125Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-table__col--ascending:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.37873%200.265338L0%202.71856L1.24253%204L3%202.1875L4.75747%204L6%202.71856L3.62127%200.265338C3.45648%200.0954422%203.23301%200%203%200C2.76699%200%202.54352%200.0954422%202.37873%200.265338Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-table td:not(.Vlt-btn-group) .Vlt-btn+.Vlt-btn {
    margin-left: 4px
}

.Vlt-table td.Vlt-btn-group {
    min-height: 0
}

.Vlt-table[data-sortable] th:not([data-sortable=false]) {
    cursor: pointer;
    padding-left: 16px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Vlt-table[data-sortable] th:not([data-sortable=false]):before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23333333%3B%22%20d%3D%22M2.37873%200.265338L0%202.71856L1.24253%204L3%202.1875L4.75747%204L6%202.71856L3.62127%200.265338C3.45648%200.0954422%203.23301%200%203%200C2.76699%200%202.54352%200.0954422%202.37873%200.265338V0.265338Z%22%2F%3E%0A%3Cpath%20style%3D%22fill%3A%23333333%3B%22%20d%3D%22M3%207.8125L1.24253%206L0%207.28144L2.37873%209.73466C2.54352%209.90456%202.76699%2010%203%2010C3.23301%2010%203.45648%209.90456%203.62127%209.73466L6%207.28144L4.75747%206L3%207.8125Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 10px;
    left: 5px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 6px
}

.Vlt-table[data-sortable] th[data-sorted=true] {
    color: #000;
    font-weight: 600
}

.Vlt-table[data-sortable] th[data-sorted-direction=descending]:before,
.Vlt-table[data-sortable].Vlt-table--data th[data-sorted-direction=descending]:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3%207.8125L1.24253%206L0%207.28144L2.37873%209.73466C2.54352%209.90456%202.76699%2010%203%2010C3.23301%2010%203.45648%209.90456%203.62127%209.73466L6%207.28144L4.75747%206L3%207.8125Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-table[data-sortable] th[data-sorted-direction=ascending]:before,
.Vlt-table[data-sortable].Vlt-table--data th[data-sorted-direction=ascending]:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%206%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.37873%200.265338L0%202.71856L1.24253%204L3%202.1875L4.75747%204L6%202.71856L3.62127%200.265338C3.45648%200.0954422%203.23301%200%203%200C2.76699%200%202.54352%200.0954422%202.37873%200.265338Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-table--cols .Vlt-table__cell:not(:first-child),
.Vlt-table--cols td:not(:first-child),
.Vlt-table--cols th:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.Vlt-table--data .Vlt-table__inner,
.Vlt-table--data table {
    font-size: 1.4rem;
    width: 100%
}

.Vlt-table--data--cols .Vlt-table__cell:not(:first-child),
.Vlt-table--data--cols td:not(:first-child),
.Vlt-table--data--cols th:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.Vlt-table--data.Vlt-table--data--teal.Vlt-table--bordered {
    border-bottom: 1px solid #dbf3f6;
    border-left: 1px solid #dbf3f6;
    border-right: 1px solid #dbf3f6
}

.Vlt-table--data.Vlt-table--data--orange.Vlt-table--bordered {
    border-bottom: 1px solid #fde0d8;
    border-left: 1px solid #fde0d8;
    border-right: 1px solid #fde0d8
}

.Vlt-table table thead th,
.Vlt-table__header .Vlt-table__cell {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 16px
}

.Vlt-table table td,
.Vlt-table table th,
.Vlt-table__cell,
.Vlt-table__header .Vlt-table__cell {
    background-clip: padding-box;
    border-bottom: 1px solid #e6e6e6;
    min-height: 3.6rem;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding: 12px 16px;
    text-align: left;
    vertical-align: middle
}

.Vlt-table--data .Vlt-table__header .Vlt-table__cell,
.Vlt-table--data table thead th {
    background-color: #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    color: #000;
    font-size: 1.4rem;
    height: 3.6rem;
    padding: 10px 16px
}

.Vlt-table--data.Vlt-table--data--dark .Vlt-table__header .Vlt-table__cell,
.Vlt-table--data.Vlt-table--data--dark table thead th {
    background-color: #b3b3b3;
    border-bottom-color: #000;
    color: #000
}

.Vlt-table--data.Vlt-table--data--dark.Vlt-table--cols .Vlt-table__header .Vlt-table__cell:not(:first-child),
.Vlt-table--data.Vlt-table--data--dark.Vlt-table--cols thead th+th,
.Vlt-table--data.Vlt-table--data--dark.Vlt-table--data--cols .Vlt-table__header .Vlt-table__cell:not(:first-child),
.Vlt-table--data.Vlt-table--data--dark.Vlt-table--data--cols thead th+th {
    border-left-color: #757575
}

.Vlt-table--data.Vlt-table--data--teal .Vlt-table__header .Vlt-table__cell,
.Vlt-table--data.Vlt-table--data--teal table thead th {
    background-color: #dbf3f6;
    border-bottom-color: #4cc3d2;
    color: #405352
}

.Vlt-table--data.Vlt-table--data--teal.Vlt-table--cols .Vlt-table__header .Vlt-table__cell:not(:first-child),
.Vlt-table--data.Vlt-table--data--teal.Vlt-table--cols thead th+th,
.Vlt-table--data.Vlt-table--data--teal.Vlt-table--data--cols .Vlt-table__header .Vlt-table__cell:not(:first-child),
.Vlt-table--data.Vlt-table--data--teal.Vlt-table--data--cols thead th+th {
    border-left-color: #94dbe4
}

.Vlt-table--data.Vlt-table--data--orange .Vlt-table__header .Vlt-table__cell,
.Vlt-table--data.Vlt-table--data--orange table thead th {
    background-color: #fde0d8;
    border-bottom-color: #f47251;
    color: #594430
}

.Vlt-table--data.Vlt-table--data--orange.Vlt-table--cols .Vlt-table__header .Vlt-table__cell:not(:first-child),
.Vlt-table--data.Vlt-table--data--orange.Vlt-table--cols thead th+th,
.Vlt-table--data.Vlt-table--data--orange.Vlt-table--data--cols .Vlt-table__header .Vlt-table__cell:not(:first-child),
.Vlt-table--data.Vlt-table--data--orange.Vlt-table--data--cols thead th+th {
    border-left-color: #f89b85
}

.Vlt-table tfoot td,
.Vlt-table__footer .Vlt-table__cell {
    border-bottom: 0;
    font-weight: 700
}

.Vlt-table table,
.Vlt-table__inner {
    font-size: 1.5rem;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    width: 100%
}

.Vlt-table--tall .Vlt-table__cell,
.Vlt-table--tall table td {
    padding-bottom: 16px;
    padding-top: 16px
}

.Vlt-table--short .Vlt-table__cell,
.Vlt-table--short table td {
    padding-bottom: 4px;
    padding-top: 4px
}

.Vlt-list {
    margin-bottom: 41px;
    padding-left: 16px
}

.Vlt-list ol,
.Vlt-list ul {
    margin-top: 8px;
    padding-left: 24px
}

.Vlt-list li {
    margin-bottom: .5em;
    position: relative
}

.Vlt-list--simple>li:before {
    color: #000
}

.Vlt-list--simple>li>ol>li:before,
.Vlt-list--simple>li>ul>li:before {
    color: #1a1a1a
}

.Vlt-list--simple>li>ol>li>ol>li:before,
.Vlt-list--simple>li>ol>li>ul>li:before,
.Vlt-list--simple>li>ul>li>ol>li:before,
.Vlt-list--simple>li>ul>li>ul>li:before {
    color: #000
}

ul.Vlt-list--simple>li:before {
    content: '•';
    left: -16px;
    position: absolute;
    top: 0
}

ol.Vlt-list--simple {
    counter-reset: list;
    padding-left: 20px
}

ol.Vlt-list--simple ol {
    counter-reset: list
}

ol.Vlt-list--simple>li:before {
    content: counter(list) ".";
    counter-increment: list;
    font-weight: 600;
    left: -20px;
    position: absolute;
    top: 0
}

.Vlt-list--square>li {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative
}

.Vlt-list--square>li:before {
    background: #094a9e;
    border-radius: 2px;
    content: '';
    height: 10px;
    left: 5px;
    position: absolute;
    top: .6em;
    width: 10px
}

.Vlt-list--square>li>li:before {
    color: inherit;
    content: inherit
}

.Vlt-list--icon {
    padding-left: 0
}

.Vlt-list--icon>li {
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative
}

.Vlt-list--icon>li:before {
    display: none
}

.Vlt-list--icon>li>svg {
    background: 0 0;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.Vlt-big-number,
.Vlt-list--big-number ol>li,
.Vlt-list--big-number>li {
    margin-top: 8px;
    min-height: 40px;
    padding-left: 50px;
    padding-top: 4px;
    position: relative
}

.Vlt-big-number:before,
.Vlt-list--big-number ol>li:before,
.Vlt-list--big-number>li:before {
    -ms-flex-align: center;
    align-items: center;
    background: #4d4d4d;
    border-radius: 50px;
    color: #fff;
    content: attr(data-index);
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    left: 5px;
    position: absolute;
    top: 0;
    width: 30px
}

.Vlt-big-number--h3:before {
    top: 0
}

.Vlt-big-number__inset {
    margin-left: 48px
}

.Vlt-list--big-number {
    counter-reset: list
}

.Vlt-list--big-number ol>li,
.Vlt-list--big-number>li {
    counter-increment: list;
    padding-left: 24px
}

.Vlt-list--big-number ol>li:before,
.Vlt-list--big-number>li:before {
    content: counter(list);
    left: -16px;
    top: 0
}

.Vlt-bg-blue .Vlt-list--big-number ol>li:before,
.Vlt-bg-blue .Vlt-list--big-number>li:before {
    background: #0276d5
}

.Vlt-list--big-number-black ol>li:before,
.Vlt-list--big-number-black>li:before {
    background: #000
}

.Vlt-list--big-number-grey ol>li:before,
.Vlt-list--big-number-grey>li:before {
    background: #757575
}

.Vlt-list--big-number-white ol>li:before,
.Vlt-list--big-number-white>li:before {
    background: #fff;
    color: #000
}

.Vlt-list--big-number-orange ol>li:before,
.Vlt-list--big-number-orange>li:before {
    background: #d34204
}

.Vlt-list--big-number-blue ol>li:before,
.Vlt-list--big-number-blue>li:before {
    background: #0276d5
}

.Vlt-list--big-number-red ol>li:before,
.Vlt-list--big-number-red>li:before {
    background: #e61d1d
}

.Vlt-list--big-number-green ol>li:before,
.Vlt-list--big-number-green>li:before {
    background: #1c8731
}

.Vlt-list--big-number-purple ol>li:before,
.Vlt-list--big-number-purple>li:before {
    background: #9941ff
}

.Vlt-list--big-number-yellow ol>li:before,
.Vlt-list--big-number-yellow>li:before {
    background: #be5702
}

.Vlt-list--big-number-indigo ol>li:before,
.Vlt-list--big-number-indigo>li:before,
.Vlt-list--big-number-magenta ol>li:before,
.Vlt-list--big-number-magenta>li:before {
    background: #d6219c
}

.Vlt-number {
    -ms-flex-align: center;
    align-items: center;
    background: #757575;
    border-radius: 50px;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 700;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4px;
    width: 30px
}

.Vlt-number:before {
    content: attr(data-index)
}

.Vlt-number--dialer {
    background: #e6e6e6;
    border-radius: 8px;
    color: #000;
    -ms-flex-flow: column;
    flex-flow: column;
    font-weight: 400;
    height: 36px;
    line-height: 1;
    width: 36px
}

.Vlt-number--dialer small {
    font-size: 1rem;
    line-height: 1rem
}

.Vlt-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.Vlt-list-item__meta {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #1a1a1a;
    font-size: 1.2rem
}

.Vlt-list-item__icon,
.Vlt-list-item__icon svg {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    margin-right: 12px;
    position: relative;
    width: 32px
}

.Vlt-list-item__icon svg.Vlt-icon--smaller {
    height: 16px;
    margin-bottom: 0
}

.Vlt-list-item__icon .Vlt-status {
    bottom: -2px;
    right: -2px
}

.Vlt-list-item__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 1;
    flex: 1
}

.Vlt-list-item.Vlt-list-item--large {
    margin-bottom: 0;
    padding: 12px 0 13px
}

.Vlt-list-item.Vlt-list-item--large:after {
    background-color: #b3b3b3;
    bottom: 0;
    content: '';
    height: 1px;
    left: 64px;
    position: absolute;
    right: 0
}

.Vlt-list-item.Vlt-list-item--large-noborder:after {
    display: none
}

.Vlt-list-item.Vlt-list-item--large .Vlt-list-item__icon,
.Vlt-list-item.Vlt-list-item--large .Vlt-list-item__icon svg {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    margin-right: 16px;
    width: 48px
}

.Vlt-list-item.Vlt-list-item--large .Vlt-list-item__icon .Vlt-status {
    bottom: 1px;
    right: 1px
}

.Vlt-list-item.Vlt-list-item--large .Vlt-list-item__text {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.3rem
}

.Vlt-list-item.Vlt-list-item--large .Vlt-list-item__text span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1rem;
    margin-top: 4px
}

.Vlt-list-item.Vlt-list-item--large .Vlt-list-item__text+.Vlt-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    padding: 0;
    width: 20px
}

.Vlt-list-item.Vlt-list-item--large .Vlt-list-item__text+.Vlt-btn svg {
    height: 8px;
    width: 8px
}

.Vlt-js-tabs__panel,
.Vlt-tabs__panel {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Vlt-js-tabs__panel_active,
.Vlt-tabs__panel_active {
    display: block;
    position: static
}

.Vlt-tabs__link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 20px 0 0;
    outline: 0;
    padding: 14px 4px;
    position: relative;
    transition: all .3s
}

.Vlt-tabs__link svg {
    height: 20px;
    margin-bottom: -4px;
    vertical-align: baseline;
    width: 20px
}

.Vlt-tabs__link svg+span {
    margin-left: 8px
}

.Vlt-tabs__link:after {
    background: #b3b3b3;
    bottom: 0;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    transition: none;
    width: 0
}

@media only screen and (min-width:768px) {
    .Vlt-tabs__link:hover:not(.Vlt-tabs__link_active) {
        color: #000
    }

    .Vlt-tabs__link:hover:not(.Vlt-tabs__link_active):after {
        left: 0;
        transition: all .2s;
        width: 100%
    }
}

.Vlt-tabs__header--bordered .Vlt-tabs__link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    transition: background .2s
}

.Vlt-tabs__header--bordered .Vlt-tabs__link:after {
    background: #b3b3b3;
    content: '';
    display: block;
    height: 60%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 1px !important
}

.Vlt-tabs__header--bordered .Vlt-tabs__link:first-child:after {
    display: none
}

@media only screen and (min-width:768px) {
    .Vlt-tabs__header--bordered .Vlt-tabs__link:hover:not(.Vlt-tabs__link_active) {
        background: rgba(0, 0, 0, .05)
    }
}

.Vlt-tabs__link_active {
    background: 0 0;
    font-weight: 600
}

.Vlt-tabs__link_active:after {
    background: #000;
    left: 0;
    width: 100%
}

@media only screen and (max-width:767px) {
    .Vlt-tabs__link_active:after {
        transition: all .2s
    }
}

.Vlt-tabs__header--bordered .Vlt-tabs__link_active {
    border: 1px solid #b3b3b3;
    border-bottom: 0
}

.Vlt-tabs__header--bordered .Vlt-tabs__link_active:after {
    display: none
}

.Vlt-tabs__header--bordered .Vlt-tabs__link_active:before {
    background: #fff;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.Vlt-tabs__header {
    border-bottom: 1px solid #b3b3b3;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap
}

.Vlt-tabs__header--bordered {
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 #b3b3b3;
    margin-top: 8px
}

.Vlt-tabs__header--bordered .Vlt-tabs__link {
    margin-top: 4px
}

.Vlt-tabs__header--bordered .Vlt-tabs__link:first-child {
    margin-left: 8px
}

.Vlt-tabs__header--shadow:not(.Vlt-tabs__header--icons) {
    background: linear-gradient(90deg, rgba(0, 0, 0, .1) 0, transparent 10px), linear-gradient(90deg, transparent calc(100% - 10px), rgba(0, 0, 0, .1) 100%) 100% 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 20px 100%, 20px 100%, 14px 100%, 14px 100%
}

.Vlt-tabs__header--shadow:not(.Vlt-tabs__header--icons) .Vlt-tabs__header__wrapper {
    background: linear-gradient(90deg, #fff 20px, transparent 20px), linear-gradient(90deg, transparent calc(100% - 20px), #fff calc(100% - 20px)) 100% 0;
    display: -ms-flexbox;
    display: flex;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    width: 100%
}

.Vlt-tabs__header--spaced {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.Vlt-tabs__header--bordered .Vlt-tabs__link_active+.Vlt-tabs__link:after {
    display: none
}

.Vlt-tabs__header--bordered .Vlt-tabs__link_disabled:hover {
    background: 0 0 !important
}

.Vlt-tabs__header--icons {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow-x: visible;
    white-space: normal
}

.Vlt-tabs__header--icons .Vlt-tabs__link {
    display: inline-block
}

.Vlt-tabs__header--icons .Vlt-tabs__link_disabled {
    pointer-events: inherit
}

.Vlt-tabs__header--icons .Vlt-tabs__link .Vlt-tooltip--js[x-placement^=bottom] {
    margin-top: 15px
}

.Vlt-tabs__header--icons:not(.Vlt-tabs__header--bordered) .Vlt-tabs__link {
    padding: 8px 4px
}

.Vlt-tabs__link svg {
    fill: #000
}

.Vlt-tabs__link:active {
    background-color: #ccc !important
}

.Vlt-tabs__link:active:after {
    background: #000;
    left: 0;
    width: 100%
}

@media only screen and (max-width:767px) {
    .Vlt-tabs__link:active:after {
        transition: all .2s
    }
}

.Vlt-tabs__link:focus {
    background-color: #e6e6e6
}

.Vlt-tabs__link_disabled {
    background: 0 0;
    color: #999;
    cursor: default;
    pointer-events: none
}

.Vlt-tabs__link_disabled:after {
    display: none
}

.Vlt-tabs__link_disabled svg {
    fill: #999
}

.Vlt-tabs__content {
    margin-top: 16px;
    position: relative
}

.Vlt-tabs__content--flush {
    margin-top: 0
}

.Vlt-js-tabs__link {
    cursor: pointer
}

.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link {
    background-color: transparent;
    border: 1px solid #000
}

.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link:hover,
.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link:not(.Vlt-btn--no-focus):focus {
    background: rgba(0, 0, 0, .1)
}

.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link.Vlt-btn_active,
.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link:not(.Vlt-btn--no-focus):active {
    background: rgba(0, 0, 0, .2)
}

.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link.Vlt-btn_active,
.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link.Vlt-js-tabs__link_active,
.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link:active {
    background-color: #ccc
}

.Vlt-btn-group .Vlt-btn.Vlt-js-tabs__link.Vlt-btn--disabled {
    border-color: #ccc;
    color: #757575
}

.Vlt-tooltip {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

span.Vlt-tooltip {
    margin-left: 4px;
    vertical-align: bottom
}

.Vlt-tooltip__content a,
.Vlt-tooltip__content a.Vlt-text-link,
.Vlt-tooltip__content a.Vlt-text-link:visited,
.Vlt-tooltip__content a:visited,
.Vlt-tooltip__content label a:not([class]),
.Vlt-tooltip__content label a:visited:not([class]),
.Vlt-tooltip__content li a:not([class]),
.Vlt-tooltip__content li a:visited:not([class]),
.Vlt-tooltip__content nav a:not([class]),
.Vlt-tooltip__content nav a:visited:not([class]),
.Vlt-tooltip__content p a:not([class]),
.Vlt-tooltip__content p a:visited:not([class]),
.Vlt-tooltip__content small a:not([class]),
.Vlt-tooltip__content small a:visited:not([class]),
.Vlt-tooltip__content span a:not([class]),
.Vlt-tooltip__content span a:visited:not([class]),
.Vlt-tooltip__content td a:not([class]),
.Vlt-tooltip__content td a:visited:not([class]),
.Vlt-tooltip__content th a:not([class]),
.Vlt-tooltip__content th a:visited:not([class]),
label .Vlt-tooltip__content a:not([class]),
label .Vlt-tooltip__content a:visited:not([class]),
li .Vlt-tooltip__content a:not([class]),
li .Vlt-tooltip__content a:visited:not([class]),
nav .Vlt-tooltip__content a:not([class]),
nav .Vlt-tooltip__content a:visited:not([class]),
p .Vlt-tooltip__content a:not([class]),
p .Vlt-tooltip__content a:visited:not([class]),
small .Vlt-tooltip__content a:not([class]),
small .Vlt-tooltip__content a:visited:not([class]),
span .Vlt-tooltip__content a:not([class]),
span .Vlt-tooltip__content a:visited:not([class]),
td .Vlt-tooltip__content a:not([class]),
td .Vlt-tooltip__content a:visited:not([class]),
th .Vlt-tooltip__content a:not([class]),
th .Vlt-tooltip__content a:visited:not([class]) {
    color: #b77ef9;
    font-weight: 600
}

.Vlt-tooltip__content a.Vlt-text-link:hover,
.Vlt-tooltip__content a.Vlt-text-link:visited:hover,
.Vlt-tooltip__content a:hover,
.Vlt-tooltip__content a:visited:hover,
.Vlt-tooltip__content label a:hover:not([class]),
.Vlt-tooltip__content label a:visited:hover:not([class]),
.Vlt-tooltip__content li a:hover:not([class]),
.Vlt-tooltip__content li a:visited:hover:not([class]),
.Vlt-tooltip__content nav a:hover:not([class]),
.Vlt-tooltip__content nav a:visited:hover:not([class]),
.Vlt-tooltip__content p a:hover:not([class]),
.Vlt-tooltip__content p a:visited:hover:not([class]),
.Vlt-tooltip__content small a:hover:not([class]),
.Vlt-tooltip__content small a:visited:hover:not([class]),
.Vlt-tooltip__content span a:hover:not([class]),
.Vlt-tooltip__content span a:visited:hover:not([class]),
.Vlt-tooltip__content td a:hover:not([class]),
.Vlt-tooltip__content td a:visited:hover:not([class]),
.Vlt-tooltip__content th a:hover:not([class]),
.Vlt-tooltip__content th a:visited:hover:not([class]),
label .Vlt-tooltip__content a:hover:not([class]),
label .Vlt-tooltip__content a:visited:hover:not([class]),
li .Vlt-tooltip__content a:hover:not([class]),
li .Vlt-tooltip__content a:visited:hover:not([class]),
nav .Vlt-tooltip__content a:hover:not([class]),
nav .Vlt-tooltip__content a:visited:hover:not([class]),
p .Vlt-tooltip__content a:hover:not([class]),
p .Vlt-tooltip__content a:visited:hover:not([class]),
small .Vlt-tooltip__content a:hover:not([class]),
small .Vlt-tooltip__content a:visited:hover:not([class]),
span .Vlt-tooltip__content a:hover:not([class]),
span .Vlt-tooltip__content a:visited:hover:not([class]),
td .Vlt-tooltip__content a:hover:not([class]),
td .Vlt-tooltip__content a:visited:hover:not([class]),
th .Vlt-tooltip__content a:hover:not([class]),
th .Vlt-tooltip__content a:visited:hover:not([class]) {
    color: #9941ff
}

.Vlt-tooltip--js {
    z-index: 600
}

.Vlt-tooltip--js.Vlt-tooltip--large .Vlt-tooltip__content {
    padding: 16px 24px
}

.Vlt-tooltip--js[x-placement^=bottom] .Vlt-tooltip__arrow,
.Vlt-tooltip--js[x-placement^=left] .Vlt-tooltip__arrow,
.Vlt-tooltip--js[x-placement^=right] .Vlt-tooltip__arrow,
.Vlt-tooltip--js[x-placement^=top] .Vlt-tooltip__arrow,
.tooltip-arrow {
    border-style: solid;
    position: absolute
}

.Vlt-tooltip--js[x-placement^=bottom] .Vlt-tooltip__arrow,
.arrow-bottom-mixin {
    border-color: transparent transparent #000;
    border-width: 0 6px 6px;
    top: 3px
}

.Vlt-tooltip--js[x-placement^=top] .Vlt-tooltip__arrow,
.arrow-top-mixin {
    border-color: #000 transparent transparent;
    border-width: 6px 6px 0;
    bottom: 3px
}

.Vlt-tooltip--js[x-placement^=right] .Vlt-tooltip__arrow,
.arrow-right-mixin {
    border-color: transparent #000 transparent transparent;
    border-width: 6px 6px 6px 0;
    left: 3px
}

.Vlt-tooltip--js[x-placement^=left] .Vlt-tooltip__arrow,
.arrow-left-mixin {
    border-color: transparent transparent transparent #000;
    border-width: 6px 0 6px 6px;
    right: 3px
}

.Vlt-tooltip--js[x-placement^=bottom] .Vlt-tooltip__content,
.tooltip-bottom-mixin {
    margin-top: 9px;
    text-align: center
}

.Vlt-tooltip--js[x-placement^=top] .Vlt-tooltip__content,
.tooltip-top-mixin {
    margin-bottom: 9px;
    text-align: center
}

.Vlt-tooltip--js[x-placement^=right] .Vlt-tooltip__content,
.tooltip-right-mixin {
    margin-left: 9px;
    text-align: left
}

.Vlt-tooltip--js[x-placement^=left] .Vlt-tooltip__content,
.tooltip-left-mixin {
    margin-right: 9px;
    text-align: left
}

.Vlt-tooltip__content {
    background: #000;
    border-radius: 6px;
    color: #fff;
    cursor: default;
    font-weight: 600;
    line-height: 1.4rem;
    max-width: 300px;
    padding: 6px 12px;
    transition: display .2s;
    white-space: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 600
}

.Vlt-sidenav {
    background: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    -ms-flex-flow: column;
    flex-flow: column;
    font-weight: 600;
    height: 100vh;
    padding-bottom: 10px;
    width: 270px
}

@media only screen and (max-width:575px) {
    .Vlt-sidenav {
        height: 100vh;
        left: 0;
        padding-top: 5px;
        position: fixed;
        top: 0;
        transform: translate(-100vw, 0);
        transition: transform .2s;
        width: 80vw;
        z-index: 800
    }

    .Vlt-sidenav_visible {
        box-shadow: 4px 0 12px rgba(0, 0, 0, .15), 20vw 0 0 rgba(0, 0, 0, .15);
        transform: translate(0, 0)
    }
}

.Vlt-sidenav--animate {
    transition: width .2s, flex-basis .2s;
    transition: width .2s, flex-basis .2s, -ms-flex-preferred-size .2s
}

.Vlt-sidenav__mobile-trigger {
    display: none
}

@media only screen and (max-width:575px) {
    .Vlt-sidenav__mobile-trigger {
        display: block
    }
}

.Vlt-sidenav__block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 12px;
    position: relative
}

.Vlt-sidenav__block:after,
.Vlt-sidenav__block:before {
    content: '';
    display: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 1px;
    left: 20px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: calc(100% - 40px)
}

.Vlt-sidenav__block:after {
    bottom: 0;
    top: auto
}

.Vlt-sidenav__block img,
.Vlt-sidenav__block svg {
    max-width: 100%
}

.Vlt-sidenav__block--logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 15px;
    padding-top: 15px
}

.Vlt-sidenav__block--logo .Vlt-sidenav__logo {
    -ms-flex: 1;
    flex: 1;
    margin-left: 4px
}

.Vlt-sidenav__block--logo .Vlt-sidenav__logo svg {
    width: 100%
}

.Vlt-sidenav__block--link {
    padding: 0
}

.Vlt-sidenav__block--border-top:before {
    display: block
}

.Vlt-sidenav__block--border-bottom:after {
    display: block
}

.Vlt-sidenav__scroll {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0, transparent 4px), linear-gradient(to bottom, transparent calc(100% - 4px), rgba(0, 0, 0, .05) 100%);
    background-position: 20px 0;
    background-repeat: no-repeat;
    background-size: calc(100% - 40px) 100%, calc(100% - 40px) 100%, 14px 100%, 14px 100%;
    -ms-flex: auto;
    flex: auto;
    height: 100%;
    overflow-y: auto;
    position: static
}

@media only screen and (max-width:575px) {
    .Vlt-sidenav__scroll {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }
}

.Vlt-sidenav__scroll .Vlt-sidemenu {
    background: linear-gradient(0deg, #f2f2f2 10px, transparent 10px), linear-gradient(0deg, transparent calc(100% - 10px), #f2f2f2 calc(100% - 10px)) 100% 0
}

.Vlt-sidenav .Vlt-sidemenu {
    list-style: none;
    margin: 0;
    min-height: 100%;
    padding: 0 12px 10px
}

.Vlt-sidenav .Vlt-sidemenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.Vlt-sidenav .Vlt-sidemenu .Vlt-sidemenu__title {
    margin-bottom: 0;
    margin-left: 0
}

.Vlt-sidenav .Vlt-sidemenu li {
    margin: 0;
    padding: 0;
    padding-top: 3px
}

.Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__trigger {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 35px
}

.Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__link+.Vlt-sidemenu__tooltip,
.Vlt-sidenav .Vlt-sidemenu li .Vlt-sidemenu__trigger+.Vlt-sidemenu__tooltip {
    display: none
}

.Vlt-sidenav .Vlt-sidemenu li li:first-child {
    padding-top: 0
}

.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__trigger {
    margin-left: 9px;
    padding-left: 12px
}

.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__link svg,
.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__trigger svg {
    display: none
}

.Vlt-sidenav .Vlt-sidemenu li li .Vlt-sidemenu__title {
    padding-left: 21px
}

.Vlt-sidenav .Vlt-sidemenu__trigger+ul {
    border-left: 1px solid #ccc
}

.Vlt-sidenav .Vlt-sidemenu__trigger span:last-of-type:not(.Vlt-badge):after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.38326%207.96544C3.58628%207.68629%203.97717%207.62457%204.25632%207.82759L9.99983%2012.0047L15.7433%207.82759C16.0225%207.62457%2016.4134%207.68629%2016.6164%207.96544C16.8194%208.2446%2016.7577%208.63549%2016.4785%208.83851L10.3674%2013.283C10.1483%2013.4423%209.85138%2013.4423%209.63222%2013.283L3.52111%208.83851C3.24195%208.63549%203.18023%208.2446%203.38326%207.96544Z%22%20fill%3D%22%23000000%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
    transition: transform .2s;
    width: 16px
}

.Vlt-sidenav .Vlt-sidemenu__trigger_active span:last-of-type:not(.Vlt-badge):after {
    transform: rotate(180deg)
}

.Vlt-sidenav .Vlt-sidemenu__trigger_current:not(.Vlt-sidemenu__trigger_active) {
    background: #ccc
}

.Vlt-sidenav .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu__trigger {
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    line-height: 1.5;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    transition: background .2s
}

.Vlt-sidenav .Vlt-sidemenu__link:hover,
.Vlt-sidenav .Vlt-sidemenu__trigger:hover {
    background: #e6e6e6;
    text-decoration: none
}

.Vlt-sidenav .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav .Vlt-sidemenu__trigger_active:not(.Vlt-sidemenu__trigger_active) {
    background: #fff;
    color: #000;
    font-weight: 600
}

.Vlt-sidenav .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav .Vlt-sidemenu__trigger_active:not(.Vlt-sidemenu__trigger_active) svg {
    fill: #000
}

.Vlt-sidenav .Vlt-sidemenu__link--disabled,
.Vlt-sidenav .Vlt-sidemenu__trigger--disabled {
    cursor: default;
    pointer-events: none
}

.Vlt-sidenav .Vlt-sidemenu__link svg,
.Vlt-sidenav .Vlt-sidemenu__trigger svg {
    fill: #000;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    height: 21px;
    margin-right: 12px;
    vertical-align: middle;
    width: 17px
}

.Vlt-sidenav .Vlt-sidemenu__link--disabled,
.Vlt-sidenav .Vlt-sidemenu__trigger--disabled {
    color: #999
}

.Vlt-sidenav .Vlt-sidemenu__link--disabled svg,
.Vlt-sidenav .Vlt-sidemenu__trigger--disabled svg {
    fill: #999
}

.Vlt-sidenav .Vlt-sidemenu__link .Vlt-badge,
.Vlt-sidenav .Vlt-sidemenu__trigger .Vlt-badge {
    margin-left: 8px;
    margin-top: 1px;
    position: relative;
    z-index: 2
}

.Vlt-sidenav .Vlt-sidemenu__link .Vlt-sidemenu__label .Vlt-badge,
.Vlt-sidenav .Vlt-sidemenu__trigger .Vlt-sidemenu__label .Vlt-badge {
    margin-bottom: 2px;
    margin-top: 0
}

.Vlt-sidenav .Vlt-sidemenu__title {
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    padding: 8px 10px;
    text-transform: uppercase
}

.Vlt-sidenav .Vlt-sidemenu__title--border {
    border-top: 1px solid #ccc;
    margin-top: 8px;
    padding-top: 19px
}

.Vlt-sidenav .Vlt-sidemenu__trigger {
    position: relative
}

.Vlt-sidenav .Vlt-sidemenu__trigger:not(.Vlt-sidemenu__trigger_active)+ul {
    margin: 0;
    opacity: 0;
    padding: 0;
    transition: opacity .1s, padding .2s, margin .2s
}

.Vlt-sidenav .Vlt-sidemenu__trigger:not(.Vlt-sidemenu__trigger_active)+ul * {
    border: 0;
    font-size: 0 !important;
    line-height: 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    opacity: 0;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    transition: all .1s
}

.Vlt-sidenav .Vlt-sidemenu__trigger:not(.Vlt-sidemenu__trigger_active)+ul * .Vlt-badge,
.Vlt-sidenav .Vlt-sidemenu__trigger:not(.Vlt-sidemenu__trigger_active)+ul * svg {
    height: 0;
    transition: height .1s
}

.Vlt-sidenav .Vlt-sidemenu__trigger_active+ul {
    margin: 2px 0 2px 18px;
    margin-bottom: 0;
    margin-left: 18px;
    margin-top: 2px;
    transition: font-size .2s, margin .2s, opacity .2s, padding .2s
}

.Vlt-sidenav .Vlt-sidemenu__trigger_active+ul>* {
    opacity: 1;
    transition: all .2s
}

.Vlt-sidenav .Vlt-sidemenu__trigger .Vlt-sidemenu__label {
    max-width: 100%
}

.Vlt-sidenav .Vlt-sidemenu__list--compressed .Vlt-sidemenu__link,
.Vlt-sidenav .Vlt-sidemenu__list--compressed .Vlt-sidemenu__trigger {
    padding: 4px 10px
}

.Vlt-sidenav .Vlt-sidemenu__list--compressed .Vlt-sidemenu__trigger {
    margin-bottom: 4px
}

.Vlt-sidenav__mobile {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav__mobile {
        display: none
    }
}

.Vlt-sidenav__mobile__logo {
    height: 34px
}

.Vlt-sidenav__mobile button {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px
}

.Vlt-sidenav__mobile button svg {
    height: 24px;
    width: 24px
}

.Vlt-template--header .Vlt-sidenav__mobile {
    padding-bottom: 5px;
    padding-top: 5px
}

.Vlt-sidenav hr {
    border-top: 1px solid #ccc
}

.Vlt-sidenav .Vlt-sidenav__link:hover {
    background: #e6e6e6
}

.Vlt-sidenav .Vlt-sidetabs--bottom {
    border-top: 1px solid #ccc
}

.Vlt-sidenav .Vlt-sidetabs--top {
    border-bottom: 1px solid #ccc
}

.Vlt-sidenav .Vlt-sidetabs .Vlt-js-tabs__link svg {
    fill: #4d4d4d !important
}

.Vlt-sidenav .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
    background: #e6e6e6
}

.Vlt-sidenav .Vlt-sidetabs .Vlt-js-tabs__link:hover svg {
    fill: #1a1a1a !important
}

.Vlt-sidenav .Vlt-sidetabs .Vlt-js-tabs__link:active:after,
.Vlt-sidenav .Vlt-sidetabs .Vlt-js-tabs__link_active:after {
    background: #000
}

.Vlt-sidenav .Vlt-sidetabs .Vlt-js-tabs__link:active svg,
.Vlt-sidenav .Vlt-sidetabs .Vlt-js-tabs__link_active svg {
    fill: #1a1a1a !important
}

.Vlt-sidenav .Vlt-sidenav__block:after,
.Vlt-sidenav .Vlt-sidenav__block:before {
    background: #ccc
}

.Vlt-sidenav .Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
    fill: #000
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
        border-bottom: 1px solid #ccc
    }
}

.Vlt-sidenav.Vlt-sidenav--rounded,
.Vlt-sidenav.Vlt-sidenav--rounded .Vlt-sidenav__scroll {
    border-radius: 0 16px 16px 0
}

.Vlt-sidenav.Vlt-sidenav--active-blue .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-green .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-indigo .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-magenta .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-orange .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-purple .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-purple-dark .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-red .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-yellow .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    color: #fff
}

.Vlt-sidenav.Vlt-sidenav--active-blue .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-green .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-indigo .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-magenta .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-orange .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-purple .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-purple-dark .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-red .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav.Vlt-sidenav--active-yellow .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg {
    fill: #fff
}

.Vlt-sidenav.Vlt-sidenav--active-white .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #fff
}

.Vlt-sidenav.Vlt-sidenav--active-grey .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #ccc
}

.Vlt-sidenav.Vlt-sidenav--active-blue .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #0276d5
}

.Vlt-sidenav.Vlt-sidenav--active-green .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #1c8731
}

.Vlt-sidenav.Vlt-sidenav--active-indigo .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav.Vlt-sidenav--active-magenta .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #d6219c
}

.Vlt-sidenav.Vlt-sidenav--active-orange .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #d34204
}

.Vlt-sidenav.Vlt-sidenav--active-purple .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #9941ff
}

.Vlt-sidenav.Vlt-sidenav--active-purple-dark .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #6405d1
}

.Vlt-sidenav.Vlt-sidenav--active-red .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #e61d1d
}

.Vlt-sidenav.Vlt-sidenav--active-yellow .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) {
    background: #be5702
}

@media only screen and (max-width:575px) {
    body.Vlt-body--has-sidenav {
        padding-top: 60px
    }

    body.Vlt-body--mobile-menu-open {
        overflow: hidden
    }
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs {
    margin-left: 20px;
    margin-right: 20px
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs ul li {
    -ms-flex: 1;
    flex: 1
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs__label {
    display: none
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs__trigger {
    display: none
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link {
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: 400;
    height: 45px;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link:after {
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    transition: none;
    width: 0
}

@media only screen and (min-width:768px) {
    .Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
        left: 0;
        transition: all .2s;
        width: 100%
    }
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link:active:after,
.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs .Vlt-js-tabs__link_active:after {
    left: 0;
    width: 100%
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--bottom {
    padding-bottom: 5px
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--bottom .Vlt-sidetabs__link:after {
    top: 0
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--top {
    padding-top: 5px
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs--top .Vlt-sidetabs__link:after {
    bottom: 0
}

.Vlt-sidenav:not(.Vlt-sidenav--collapsed) .Vlt-sidetabs svg {
    height: 24px;
    transition: fill .2s;
    width: 24px
}

.Vlt-sidenav__elem--collapsed {
    display: none
}

.Vlt-sidenav__elem--full {
    display: inherit
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse {
    cursor: pointer;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    margin-left: 20px;
    text-align: center;
    transition: opacity .2s
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse:hover {
    opacity: .5
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
    height: 24px;
    width: 16px
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse {
        margin-bottom: 10px;
        margin-left: 0
    }
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse__close {
        display: none
    }
}

.Vlt-sidenav__block--logo .Vlt-sidenav__collapse__open {
    display: none;
    -ms-flex-order: 1;
    order: 1
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse__open {
        display: block
    }
}

.Vlt-sidenav__block--logo .Vlt-sidenav__elem--full {
    width: 109px
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav.Vlt-sidenav--collapsed {
        -ms-flex: 0 0 68px;
        flex: 0 0 68px;
        overflow: visible;
        position: relative;
        width: 68px;
        z-index: 650
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__elem--collapsed {
        display: inherit
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__elem--full {
        display: none
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block {
        left: 0;
        padding: 10px 0;
        text-align: center;
        width: 100%
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block:after,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block:before {
        left: 14px;
        width: 40px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block+.Vlt-sidenav__block {
        margin-top: 0
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--link {
        margin: 5px 0 0;
        padding: 5px 0 0
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--link .Vlt-sidenav__link {
        border-radius: 4px;
        display: block;
        margin: 0 10px;
        padding: 8px 10px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo {
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 10px 10px 15px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__collapse {
        -ms-flex-order: 1;
        order: 1
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__logo {
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        margin: 0;
        -ms-flex-order: 2;
        order: 2
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__logo img,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidenav__block--logo .Vlt-sidenav__logo svg {
        height: 24px;
        width: 27px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu li li[role=separator] {
        display: none
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger {
        -ms-flex-align: center;
        align-items: center;
        border-radius: 4px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: column;
        flex-flow: column;
        opacity: 1;
        padding: 8px 10px;
        position: static
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link .Vlt-badge,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger .Vlt-badge {
        margin-left: 14px;
        margin-top: -4px;
        position: absolute
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger svg {
        height: 22px;
        margin: 0;
        opacity: .8;
        width: 22px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link--disabled,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger--disabled {
        cursor: default;
        pointer-events: none
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link:hover .Vlt-sidemenu__label,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger:hover .Vlt-sidemenu__label {
        display: block
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link_active svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger_active svg {
        opacity: 1
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link .Vlt-sidemenu__label,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger .Vlt-sidemenu__label {
        background: #000;
        border-radius: 6px;
        color: #fff;
        cursor: default;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 2.1rem;
        max-width: 300px;
        padding: 6px 12px;
        transition: display .2s;
        white-space: normal;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        z-index: 600;
        display: none;
        font-weight: 400;
        left: 100%;
        margin-left: 10px;
        margin-top: -12px;
        position: absolute;
        text-align: left;
        white-space: nowrap;
        width: auto
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__link .Vlt-sidemenu__label:before,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu>li>.Vlt-sidemenu__trigger .Vlt-sidemenu__label:before {
        border-color: transparent #000 transparent transparent;
        border-style: solid;
        border-width: 6px 6px 6px 0;
        content: '';
        left: -5px;
        margin-top: -5px;
        position: absolute;
        top: 50%
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul {
        border-radius: 6px;
        left: 72px;
        margin-top: -36px;
        position: absolute;
        width: 240px;
        z-index: 650
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__title {
        margin-left: 0
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger {
        border-radius: 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:after,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:before,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:after,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:before {
        content: none
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link span,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger span,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger svg {
        transform: none !important
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul ul {
        left: 244px;
        margin-top: -40px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul li {
        margin-left: 0 !important;
        padding-top: 0
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul li:last-child>.Vlt-sidemenu__link,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul li:last-child>.Vlt-sidemenu__trigger {
        margin-bottom: 0
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger_active+ul {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
        margin-left: 0;
        overflow: visible
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger span:after {
        content: none !important
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
        border-top: 0;
        height: 1px;
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        text-indent: -9999px;
        width: 40px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs {
        padding: 10px 10px 0
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs ul {
        display: block;
        margin-bottom: 10px;
        max-height: 0;
        overflow: hidden;
        top: auto !important
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs__label {
        display: block;
        -ms-flex: 1;
        flex: 1
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs .Vlt-js-tabs__link {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0 0;
        border: 0;
        outline: 0;
        text-align: left;
        width: 100%
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs .Vlt-sidemenu__trigger {
        border-radius: 4px;
        display: block;
        margin: 0 0 10px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs .Vlt-tooltip--js {
        display: none
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidetabs--bottom ul {
        bottom: 0
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul {
        background: #fff;
        padding: 5px 0 8px
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger {
        color: #1a1a1a
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link svg[class*=Vlt-],
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger svg[class*=Vlt-] {
        fill: #1a1a1a !important
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:hover,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link_active,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:hover,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger_active {
        background: #e6e6e6;
        color: #000
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:hover svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:hover svg[class*=Vlt-],
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link_active svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link_active svg[class*=Vlt-],
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:hover svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:hover svg[class*=Vlt-],
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger_active svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger_active svg[class*=Vlt-] {
        fill: #000 !important
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link--disabled,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger--disabled {
        color: #999
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link--disabled svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link--disabled svg[class*=Vlt-],
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger--disabled svg,
    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger--disabled svg[class*=Vlt-] {
        fill: #999 !important
    }

    .Vlt-sidenav.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__title {
        border-bottom: 1px solid #b3b3b3;
        margin: 5px 0
    }
}

.Vlt-sidenav__mobile--aqua {
    background: #0070a1
}

.Vlt-sidenav__mobile--aqua button svg {
    fill: #fff
}

.Vlt-sidenav--aqua {
    background: linear-gradient(to bottom, #035879, #0085a8)
}

.Vlt-sidenav--aqua hr {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.Vlt-sidenav--aqua .Vlt-sidenav__link:hover {
    background: rgba(255, 255, 255, .05)
}

.Vlt-sidenav--aqua .Vlt-sidenav__scroll .Vlt-sidemenu {
    background: linear-gradient(to bottom, #035c7e 10px, transparent 10px), linear-gradient(0deg, transparent calc(100% - 10px), #0085a8 calc(100% - 10px), #0085a8 100%)
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link,
.Vlt-sidenav--aqua .Vlt-sidemenu__trigger {
    color: #fff
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link:hover,
.Vlt-sidenav--aqua .Vlt-sidemenu__trigger:hover {
    background: rgba(255, 255, 255, .05)
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link svg,
.Vlt-sidenav--aqua .Vlt-sidemenu__trigger svg {
    fill: #00fff4
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link_active {
    background: rgba(255, 255, 255, .1)
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link_active svg {
    fill: #fff !important
}

.Vlt-sidenav--aqua .Vlt-sidemenu__link_active:hover {
    background: #0070a1
}

.Vlt-sidenav--aqua .Vlt-sidemenu__trigger:after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2013.524L4.692%208.136a.667.667%200%201%201%20.951-.937L10%2011.62l4.357-4.422a.668.668%200%200%201%20.95.937L10%2013.524z%22%20opacity%3D%22.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-sidenav--aqua .Vlt-sidemenu__trigger_current:not(.Vlt-sidemenu__trigger_active) {
    background: rgba(255, 255, 255, .05)
}

.Vlt-sidenav--aqua .Vlt-sidemenu__title {
    color: rgba(208, 231, 241, .8)
}

.Vlt-sidenav--aqua .Vlt-sidemenu__title--border {
    border-top: 1px solid rgba(156, 205, 226, .2)
}

.Vlt-sidenav--aqua .Vlt-sidetabs--bottom {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.Vlt-sidenav--aqua .Vlt-sidetabs--top {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link svg {
    fill: rgba(0, 255, 244, .8) !important
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
    background: rgba(0, 255, 244, .4)
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:hover svg {
    fill: #fff !important
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:active:after,
.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link_active:after {
    background: rgba(0, 255, 244, .8)
}

.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link:active svg,
.Vlt-sidenav--aqua .Vlt-sidetabs .Vlt-js-tabs__link_active svg {
    fill: #fff !important
}

.Vlt-sidenav--aqua .Vlt-sidenav__block:after,
.Vlt-sidenav--aqua .Vlt-sidenav__block:before {
    background: rgba(255, 255, 255, .1)
}

.Vlt-sidenav--aqua .Vlt-sidenav__block--logo:after {
    display: block
}

.Vlt-sidenav--aqua .Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
    fill: #00fff4
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav--aqua.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .Vlt-sidenav--aqua.Vlt-sidenav--collapsed li li .Vlt-sidemenu__link_active svg {
        fill: #999 !important
    }

    .Vlt-sidenav--aqua.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger_active {
        background: #0070a1
    }
}

.Vlt-sidenav__mobile--light {
    background: #fff;
    box-shadow: 1px 0 8px rgba(0, 0, 0, .2)
}

.Vlt-sidenav__mobile--light button svg {
    fill: #4d4d4d
}

.Vlt-template--header .Vlt-sidenav__mobile--light {
    background: #fff;
    border-bottom: 1px solid #999;
    box-shadow: none
}

.Vlt-sidenav--light {
    background: #fff
}

.Vlt-sidenav--light hr {
    border-top: 1px solid #ccc
}

.Vlt-sidenav--light .Vlt-sidenav__link:hover {
    background: #e6e6e6
}

.Vlt-sidenav--light .Vlt-sidemenu__link,
.Vlt-sidenav--light .Vlt-sidemenu__trigger {
    color: #000
}

.Vlt-sidenav--light .Vlt-sidemenu__link:hover,
.Vlt-sidenav--light .Vlt-sidemenu__trigger:hover {
    background: #e6e6e6
}

.Vlt-sidenav--light .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav--light .Vlt-sidemenu__trigger_active:not(.Vlt-sidemenu__trigger_active) {
    background: #000;
    color: #fff;
    font-weight: 600
}

.Vlt-sidenav--light .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav--light .Vlt-sidemenu__trigger_active:not(.Vlt-sidemenu__trigger_active) svg {
    fill: #fff
}

.Vlt-sidenav--light .Vlt-sidemenu__link svg,
.Vlt-sidenav--light .Vlt-sidemenu__trigger svg {
    fill: #000
}

.Vlt-sidenav--light .Vlt-sidemenu__link--disabled,
.Vlt-sidenav--light .Vlt-sidemenu__trigger--disabled {
    color: #999
}

.Vlt-sidenav--light .Vlt-sidemenu__link--disabled svg,
.Vlt-sidenav--light .Vlt-sidemenu__trigger--disabled svg {
    fill: #999
}

.Vlt-sidenav--light .Vlt-sidemenu__trigger+ul {
    border-left: 1px solid #ccc
}

.Vlt-sidenav--light .Vlt-sidemenu__trigger span:last-of-type:not(.Vlt-badge):after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.38326%207.96544C3.58628%207.68629%203.97717%207.62457%204.25632%207.82759L9.99983%2012.0047L15.7433%207.82759C16.0225%207.62457%2016.4134%207.68629%2016.6164%207.96544C16.8194%208.2446%2016.7577%208.63549%2016.4785%208.83851L10.3674%2013.283C10.1483%2013.4423%209.85138%2013.4423%209.63222%2013.283L3.52111%208.83851C3.24195%208.63549%203.18023%208.2446%203.38326%207.96544Z%22%20fill%3D%22%23333333%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-sidenav--light .Vlt-sidemenu__trigger_current:not(.Vlt-sidemenu__trigger_active) {
    background: #e6e6e6
}

.Vlt-sidenav--light .Vlt-sidemenu__trigger--disabled span:last-of-type:not(.Vlt-badge):after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.38326%207.96544C3.58628%207.68629%203.97717%207.62457%204.25632%207.82759L9.99983%2012.0047L15.7433%207.82759C16.0225%207.62457%2016.4134%207.68629%2016.6164%207.96544C16.8194%208.2446%2016.7577%208.63549%2016.4785%208.83851L10.3674%2013.283C10.1483%2013.4423%209.85138%2013.4423%209.63222%2013.283L3.52111%208.83851C3.24195%208.63549%203.18023%208.2446%203.38326%207.96544Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E")
}

.Vlt-sidenav--light .Vlt-sidemenu__title {
    color: #333
}

.Vlt-sidenav--light .Vlt-sidemenu__title--border {
    border-top: 1px solid #ccc
}

.Vlt-sidenav--light .Vlt-sidetabs--bottom {
    border-top: 1px solid #ccc
}

.Vlt-sidenav--light .Vlt-sidetabs--top {
    border-bottom: 1px solid #ccc
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link svg {
    fill: #4d4d4d !important
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
    background: #e6e6e6
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:hover svg {
    fill: #1a1a1a !important
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:active:after,
.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link_active:after {
    background: #000
}

.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link:active svg,
.Vlt-sidenav--light .Vlt-sidetabs .Vlt-js-tabs__link_active svg {
    fill: #1a1a1a !important
}

.Vlt-sidenav--light .Vlt-sidenav__block:after,
.Vlt-sidenav--light .Vlt-sidenav__block:before {
    background: #999
}

.Vlt-sidenav--light .Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
    fill: #4d4d4d
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav--light.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
        border-bottom: 1px solid #999
    }
}

.Vlt-sidenav--light .Vlt-sidenav__scroll .Vlt-sidemenu {
    background: linear-gradient(0deg, #fff 10px, transparent 10px), linear-gradient(0deg, transparent calc(100% - 10px), #fff calc(100% - 10px)) 100% 0
}

.Vlt-sidenav__mobile--dark {
    background: #000
}

.Vlt-sidenav__mobile--dark button svg {
    fill: #fff
}

.Vlt-sidenav--dark {
    background: #000
}

.Vlt-sidenav--dark hr {
    border-top: 1px solid #4d4d4d
}

.Vlt-sidenav--dark .Vlt-sidenav__link:hover {
    background: #333
}

.Vlt-sidenav--dark .Vlt-sidemenu__link,
.Vlt-sidenav--dark .Vlt-sidemenu__trigger {
    color: #fff
}

.Vlt-sidenav--dark .Vlt-sidemenu__link:hover,
.Vlt-sidenav--dark .Vlt-sidemenu__trigger:hover {
    background: #333
}

.Vlt-sidenav--dark .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active),
.Vlt-sidenav--dark .Vlt-sidemenu__trigger_active:not(.Vlt-sidemenu__trigger_active) {
    background: #fff;
    color: #000;
    font-weight: 600
}

.Vlt-sidenav--dark .Vlt-sidemenu__link_active:not(.Vlt-sidemenu__trigger_active) svg,
.Vlt-sidenav--dark .Vlt-sidemenu__trigger_active:not(.Vlt-sidemenu__trigger_active) svg {
    fill: #000
}

.Vlt-sidenav--dark .Vlt-sidemenu__link svg,
.Vlt-sidenav--dark .Vlt-sidemenu__trigger svg {
    fill: #fff
}

.Vlt-sidenav--dark .Vlt-sidemenu__link--disabled,
.Vlt-sidenav--dark .Vlt-sidemenu__trigger--disabled {
    color: #4d4d4d
}

.Vlt-sidenav--dark .Vlt-sidemenu__link--disabled svg,
.Vlt-sidenav--dark .Vlt-sidemenu__trigger--disabled svg {
    fill: #4d4d4d
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger+ul {
    border-left: 1px solid #4d4d4d
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger span:last-of-type:not(.Vlt-badge):after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.38326%207.96544C3.58628%207.68629%203.97717%207.62457%204.25632%207.82759L9.99983%2012.0047L15.7433%207.82759C16.0225%207.62457%2016.4134%207.68629%2016.6164%207.96544C16.8194%208.2446%2016.7577%208.63549%2016.4785%208.83851L10.3674%2013.283C10.1483%2013.4423%209.85138%2013.4423%209.63222%2013.283L3.52111%208.83851C3.24195%208.63549%203.18023%208.2446%203.38326%207.96544Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger:hover span:last-of-type:not(.Vlt-badge):after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.38326%207.96544C3.58628%207.68629%203.97717%207.62457%204.25632%207.82759L9.99983%2012.0047L15.7433%207.82759C16.0225%207.62457%2016.4134%207.68629%2016.6164%207.96544C16.8194%208.2446%2016.7577%208.63549%2016.4785%208.83851L10.3674%2013.283C10.1483%2013.4423%209.85138%2013.4423%209.63222%2013.283L3.52111%208.83851C3.24195%208.63549%203.18023%208.2446%203.38326%207.96544Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E")
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger_current:not(.Vlt-sidemenu__trigger_active) {
    background: #1a1a1a
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger_current span:last-of-type:not(.Vlt-badge):after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.38326%207.96544C3.58628%207.68629%203.97717%207.62457%204.25632%207.82759L9.99983%2012.0047L15.7433%207.82759C16.0225%207.62457%2016.4134%207.68629%2016.6164%207.96544C16.8194%208.2446%2016.7577%208.63549%2016.4785%208.83851L10.3674%2013.283C10.1483%2013.4423%209.85138%2013.4423%209.63222%2013.283L3.52111%208.83851C3.24195%208.63549%203.18023%208.2446%203.38326%207.96544Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E")
}

.Vlt-sidenav--dark .Vlt-sidemenu__trigger--disabled span:last-of-type:not(.Vlt-badge):after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.38326%207.96544C3.58628%207.68629%203.97717%207.62457%204.25632%207.82759L9.99983%2012.0047L15.7433%207.82759C16.0225%207.62457%2016.4134%207.68629%2016.6164%207.96544C16.8194%208.2446%2016.7577%208.63549%2016.4785%208.83851L10.3674%2013.283C10.1483%2013.4423%209.85138%2013.4423%209.63222%2013.283L3.52111%208.83851C3.24195%208.63549%203.18023%208.2446%203.38326%207.96544Z%22%20fill%3D%22%234d4d4d%22%2F%3E%0A%3C%2Fsvg%3E")
}

.Vlt-sidenav--dark .Vlt-sidemenu__title {
    color: #757575
}

.Vlt-sidenav--dark .Vlt-sidemenu__title--border {
    border-top: 1px solid #4d4d4d
}

.Vlt-sidenav--dark .Vlt-sidetabs--bottom {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.Vlt-sidenav--dark .Vlt-sidetabs--top {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link svg {
    fill: #757575 !important
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:hover:after {
    background: #757575
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:hover svg {
    fill: #fff !important
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:active:after,
.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link_active:after {
    background: #fff
}

.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link:active svg,
.Vlt-sidenav--dark .Vlt-sidetabs .Vlt-js-tabs__link_active svg {
    fill: #000 !important
}

.Vlt-sidenav--dark .Vlt-sidenav__block:after,
.Vlt-sidenav--dark .Vlt-sidenav__block:before {
    background: #333
}

.Vlt-sidenav--dark .Vlt-sidenav__block--logo .Vlt-sidenav__collapse svg {
    fill: #fff
}

@media only screen and (min-width:576px) {
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__title {
        border-bottom: 1px solid #4d4d4d
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul {
        background: #000
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger {
        color: #fff
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link svg[class*=Vlt-],
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger svg[class*=Vlt-] {
        fill: #fff !important
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:hover,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link_active,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:hover,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger_active {
        background: #333;
        color: #fff
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:hover svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link:hover svg[class*=Vlt-],
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link_active svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link_active svg[class*=Vlt-],
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:hover svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger:hover svg[class*=Vlt-],
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger_active svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger_active svg[class*=Vlt-] {
        fill: #fff !important
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link--disabled,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger--disabled {
        color: #4d4d4d
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link--disabled svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__link--disabled svg[class*=Vlt-],
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger--disabled svg,
    .Vlt-sidenav--dark.Vlt-sidenav--collapsed .Vlt-sidemenu__trigger+ul .Vlt-sidemenu__trigger--disabled svg[class*=Vlt-] {
        fill: #4d4d4d !important
    }

    .Vlt-sidenav--dark.Vlt-sidenav--collapsed li li .Vlt-sidemenu__link_active svg {
        fill: #fff !important
    }
}

.Vlt-sidenav--dark .Vlt-sidenav__scroll {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .15) 0, transparent 4px), linear-gradient(to bottom, transparent calc(100% - 4px), rgba(255, 255, 255, .15) 100%)
}

.Vlt-sidenav--dark .Vlt-sidenav__scroll .Vlt-sidemenu {
    background: linear-gradient(0deg, #000 10px, transparent 10px), linear-gradient(0deg, transparent calc(100% - 10px), #000 calc(100% - 10px)) 100% 0
}

.Vlt-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    display: block;
    margin-bottom: 24px;
    padding: 24px;
    position: relative;
    width: 100%
}

.Vlt-card--border {
    box-shadow: inset 0 0 0 1px #e6e6e6
}

.Vlt-card[class*=Vlt-card--border-top-] {
    overflow: hidden;
    padding: 23px 24px 16px
}

.Vlt-card[class*=Vlt-card--border-top-]::before {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.Vlt-card--border-top-blue::before {
    background-color: #0276d5
}

.Vlt-card--border-top-green::before {
    background-color: #1c8731
}

.Vlt-card--border-top-indigo::before,
.Vlt-card--border-top-magenta::before {
    background-color: #d6219c
}

.Vlt-card--border-top-orange::before {
    background-color: #d34204
}

.Vlt-card--border-top-purple::before {
    background-color: #9941ff
}

.Vlt-card--border-top-red::before {
    background-color: #e61d1d
}

.Vlt-card--border-top-teal::before {
    background-color: #4cc3d2
}

.Vlt-card--border-top-yellow::before {
    background-color: #be5702
}

.Vlt-card--gradient-wrapper {
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 1px;
    position: relative;
    width: 100%
}

.Vlt-card--gradient-wrapper .Vlt-card {
    box-shadow: inset 0 0 0 0;
    margin-bottom: 0
}

.Vlt-card--plain {
    box-shadow: none
}

.Vlt-card--lesspadding {
    padding: 16px
}

.Vlt-card--lesspadding .Vlt-card__footer,
.Vlt-card--lesspadding .Vlt-card__header {
    margin-left: 0;
    margin-right: 0
}

.Vlt-card--lesspadding .Vlt-card__header {
    padding-bottom: 8px
}

.Vlt-card--lesspadding .Vlt-card__footer {
    padding-bottom: 2px;
    padding-top: 8px
}

.Vlt-card--lesspadding .Vlt-card__corner {
    right: 16px;
    top: 16px
}

.Vlt-card--lesspadding .Vlt-card__image {
    margin: -16px -17px 19px
}

.Vlt-card--lesspadding.Vlt-card--scrollable .Vlt-card__content {
    padding-bottom: 8px;
    padding-top: 8px
}

.Vlt-card__image {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 90px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -24px -24px 24px;
    position: relative;
    text-align: center
}

.Vlt-card__image svg {
    fill: #fff
}

.Vlt-card__image * {
    max-height: 100%;
    z-index: 1
}

.Vlt-card__image--app:before,
.Vlt-card__image--grid:before,
.Vlt-card__image--tech:before {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.Vlt-card__image--app:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20506.4%20190.8%22%20style%3D%22enable-background%3Anew%200%200%20506.4%20190.8%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M138.4%2C190.1c-0.7%2C0-1.3%2C0.3-1.6%2C0.7h1c0.2-0.1%2C0.4-0.1%2C0.6-0.1c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1h1.5%0D%0A%09%09c-0.4-0.3-0.8-0.5-1.3-0.6C139%2C190.1%2C138.7%2C190.1%2C138.4%2C190.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M138.4%2C189.6c-1%2C0-1.8%2C0.5-2.3%2C1.2h0.6c0.4-0.4%2C1-0.7%2C1.6-0.7c0.3%2C0%2C0.6%2C0%2C0.8%2C0.1c0.4%2C0.1%2C0.9%2C0.3%2C1.3%2C0.6%0D%0A%09%09h0.9c-0.6-0.5-1.2-0.9-1.9-1.1C139%2C189.6%2C138.7%2C189.6%2C138.4%2C189.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M137.8%2C190.8h1.2c-0.3-0.1-0.5-0.1-0.7-0.1C138.1%2C190.7%2C137.9%2C190.7%2C137.8%2C190.8z%22%2F%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M29.9%2C171.9c-1.1-0.6-2.5-0.4-3.5%2C0.3L1%2C190.8h2.1l24.1-17.6c0.6-0.5%2C1.5-0.6%2C2.2-0.2s1.2%2C1.1%2C1.2%2C1.9v15.9%0D%0A%09%09%09h1.2v-15.9C31.7%2C173.6%2C31%2C172.5%2C29.9%2C171.9z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M264.7%2C154c1.7%2C0%2C2.9-1.2%2C2.8-2.9c0-2-1.6-4.1-3.6-4.6c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6C264.1%2C154%2C264.4%2C154%2C264.7%2C154z%20M261.2%2C149.2c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09c0.1%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1C262.5%2C152.3%2C261.2%2C150.7%2C261.2%2C149.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M250.7%2C151.6c0.4%2C0.1%2C0.9%2C0.2%2C1.3%2C0.2c2.2%2C0%2C3.8-1.6%2C3.8-3.9c0-2.7-2.2-5.5-4.9-6.2l-32.4-8.7%0D%0A%09%09%09c-0.4-0.1-0.9-0.2-1.3-0.2c-2.2%2C0-3.8%2C1.6-3.8%2C3.9c0%2C2.7%2C2.2%2C5.5%2C4.9%2C6.2L250.7%2C151.6z%20M214.6%2C136.7c0-1.6%2C1-2.7%2C2.6-2.7%0D%0A%09%09%09c0.3%2C0%2C0.6%2C0%2C1%2C0.1l32.4%2C8.7c2.2%2C0.6%2C4%2C2.9%2C4%2C5.1c0%2C1.6-1%2C2.7-2.6%2C2.7c-0.3%2C0-0.6%2C0-1-0.1l-32.4-8.7%0D%0A%09%09%09C216.4%2C141.2%2C214.6%2C138.9%2C214.6%2C136.7z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M294.3%2C133l-95.4-25.6c-2.4-0.6-4.7-0.3-6.5%2C0.8l-12.1%2C8.9l0.2%2C0.3c-0.8%2C0.5-1.4%2C1.2-1.9%2C2%0D%0A%09%09%09c-0.1%2C0.1-0.2%2C0.3-0.3%2C0.5c0%2C0%2C0%2C0.1-0.1%2C0.1c-0.1%2C0.2-0.2%2C0.4-0.3%2C0.6c0%2C0%2C0%2C0%2C0%2C0c-0.1%2C0.2-0.2%2C0.4-0.2%2C0.7c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09%09c-0.1%2C0.2-0.1%2C0.4-0.1%2C0.7c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0%2C0.2-0.1%2C0.4-0.1%2C0.6c0%2C0.3%2C0%2C0.5%2C0%2C0.8V140v50.8h0.6h0.6v-67.3%0D%0A%09%09%09c0-3.6%2C2.3-6.1%2C5.8-6.1c0.7%2C0%2C1.4%2C0.1%2C2.1%2C0.3l95.4%2C25.6c4.6%2C1.2%2C8.4%2C6%2C8.4%2C10.7v36.8h0.7h0.5v-20.2l0.1%2C0v-16.7%0D%0A%09%09%09c0-5.1-4.2-10.4-9.3-11.8L187%2C116.5c-1.2-0.3-2.4-0.4-3.5-0.3l8.7-6.3l0.4-0.3c1.6-1.2%2C3.7-1.5%2C6-0.9l95.4%2C25.6%0D%0A%09%09%09c4.8%2C1.3%2C8.7%2C6.2%2C8.7%2C11v45.5h1.1v-45.7C303.8%2C139.8%2C299.6%2C134.4%2C294.3%2C133z%22%2F%3E%0D%0A%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%22179.3%2C140.7%20289.9%2C170.4%20289.9%2C169.2%20179.3%2C139.5%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M187.1%2C100.8l0.3-0.2c1.7-1.3%2C4.1-1.7%2C6.6-1l62.9%2C16.9c0.2%2C1.9%2C1.7%2C3.7%2C3.6%2C4.1c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-2-1.6-4.1-3.6-4.6c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.4%2C0.8-2.7%2C2.1l-62.7-16.8c-2.7-0.7-5.2-0.4-7.2%2C0.9%0D%0A%09%09%09l-1.5%2C1.1c-9.8%2C7.1-11.5%2C8.4-11.8%2C8.6c-2.1%2C1.5-3.3%2C4-3.3%2C6.9v74.9h1.3v-75c0-2.5%2C1-4.6%2C2.8-5.9c0.3-0.2%2C9-6.5%2C11.8-8.6%0D%0A%09%09%09L187.1%2C100.8z%20M260.3%2C114.3c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.7%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09C258%2C114.6%2C259%2C113.9%2C260.3%2C114.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M351.6%2C153.3c-1-0.3-1.9-0.1-2.6%2C0.4c-0.6%2C0.5-1%2C1.3-1%2C2.2c0%2C1.9%2C1.5%2C3.7%2C3.3%2C4.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1%0D%0A%09%09%09c0.6%2C0%2C1.2-0.1%2C1.7-0.5c0.6-0.5%2C1-1.3%2C1-2.2C354.9%2C155.6%2C353.4%2C153.8%2C351.6%2C153.3z%20M353.1%2C158.8c-0.4%2C0.3-0.9%2C0.4-1.5%2C0.2%0D%0A%09%09%09c-1.3-0.3-2.4-1.7-2.4-3c0-0.6%2C0.2-1%2C0.6-1.3c0.2-0.2%2C0.5-0.3%2C0.9-0.3c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1c1.3%2C0.3%2C2.4%2C1.7%2C2.4%2C3%0D%0A%09%09%09C353.7%2C158.1%2C353.5%2C158.5%2C353.1%2C158.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M361.1%2C155.9c-1-0.3-1.9-0.1-2.6%2C0.4c-0.6%2C0.5-1%2C1.3-1%2C2.2c0%2C1.9%2C1.5%2C3.7%2C3.3%2C4.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1%0D%0A%09%09%09c0.6%2C0%2C1.2-0.2%2C1.7-0.5c0.6-0.5%2C1-1.3%2C1-2.2C364.4%2C158.2%2C362.9%2C156.4%2C361.1%2C155.9z%20M362.6%2C161.3c-0.4%2C0.3-0.9%2C0.4-1.5%2C0.2%0D%0A%09%09%09c-1.3-0.3-2.4-1.7-2.4-3c0-0.6%2C0.2-1%2C0.6-1.3c0.2-0.2%2C0.5-0.3%2C0.9-0.3c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1c1.3%2C0.3%2C2.4%2C1.7%2C2.4%2C3%0D%0A%09%09%09C363.2%2C160.6%2C363%2C161%2C362.6%2C161.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M370.5%2C158.4c-1-0.3-1.9-0.1-2.6%2C0.4c-0.6%2C0.5-1%2C1.3-1%2C2.2c0%2C1.9%2C1.5%2C3.7%2C3.3%2C4.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1%0D%0A%09%09%09c0.7%2C0%2C1.3-0.2%2C1.7-0.5c0.6-0.5%2C1-1.3%2C1-2.2C373.8%2C160.7%2C372.3%2C158.9%2C370.5%2C158.4z%20M372.1%2C163.9c-0.4%2C0.3-0.9%2C0.4-1.5%2C0.2%0D%0A%09%09%09c-1.3-0.3-2.4-1.7-2.4-3c0-0.6%2C0.2-1%2C0.6-1.3c0.2-0.2%2C0.5-0.3%2C0.9-0.3c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1c1.3%2C0.3%2C2.4%2C1.7%2C2.4%2C3%0D%0A%09%09%09C372.7%2C163.2%2C372.5%2C163.6%2C372.1%2C163.9z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M366.3%2C136.7c-6.8-1.8-13.2-1.2-17.7%2C1.8l-3.7%2C2.6c-0.8%2C0.4-1.6%2C0.9-2.3%2C1.4c-3.3%2C2.5-5.1%2C6.3-5.1%2C10.6%0D%0A%09%09%09c0%2C5.1%2C2.4%2C10.5%2C6.8%2C15.2c-0.4%2C4.3-2.7%2C7.4-4.1%2C8.9c-0.4%2C0.4-0.5%2C0.8-0.3%2C1.2c0.2%2C0.6%2C0.8%2C0.9%2C1.3%2C1c1%2C0.1%2C1.9%2C0.2%2C2.8%2C0.2%0D%0A%09%09%09c5%2C0%2C8-2.1%2C9.4-4.1c2.3%2C1.2%2C4.7%2C2.2%2C7.1%2C2.8c2.8%2C0.8%2C5.3%2C1.1%2C7.9%2C1c0.5%2C1.2%2C1.5%2C2.2%2C2.7%2C2.6v8.9h1.2v-8.6c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.4-0.1-0.8-0.2-1.2c1.5-0.6%2C2.8-1.3%2C4-2.2l0%2C0.1c0.2-0.1%2C4.9-2.9%2C6.8-5c2.3-2.4%2C3.5-5.5%2C3.5-9.1%0D%0A%09%09%09C389.5%2C151.4%2C379.1%2C140.1%2C366.3%2C136.7z%20M372.6%2C181c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C374.2%2C180.3%2C373.6%2C181%2C372.6%2C181z%20M374.8%2C177c-0.6-1.1-1.7-2-2.9-2.3%0D%0A%09%09%09c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C0.2%2C0%2C0.4%2C0.1%2C0.6c-2.3%2C0-4.7-0.3-7.2-0.9c-2.4-0.7-4.9-1.6-7.2-2.9l-0.4-0.2%0D%0A%09%09%09l-0.3%2C0.4c-2.5%2C3.2-6.5%2C4.5-11.7%2C3.8c-0.1%2C0-0.3-0.2-0.3-0.2c1.5-1.6%2C4.1-5.1%2C4.5-9.8V168l-0.2-0.2c-4.2-4.6-6.6-9.8-6.6-14.6%0D%0A%09%09%09c0-3.9%2C1.6-7.2%2C4.5-9.5l0%2C0l1.4-1c4.1-2.5%2C9.9-3%2C16.1-1.3c12.4%2C3.3%2C22.4%2C14%2C22.4%2C24C383.1%2C170.9%2C380.1%2C175.1%2C374.8%2C177z%0D%0A%09%09%09%20M385.3%2C170.1c-0.8%2C0.8-1.9%2C1.7-3.1%2C2.5c1.3-2.1%2C2.1-4.6%2C2.1-7.3c0-10.5-10.4-21.8-23.2-25.2c-4.3-1.1-8.3-1.3-11.9-0.6l0.1%2C0%0D%0A%09%09%09c4.2-2.8%2C10.3-3.4%2C16.7-1.7c12.4%2C3.3%2C22.4%2C14%2C22.4%2C24C388.4%2C165%2C387.4%2C167.9%2C385.3%2C170.1z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M251.6%2C16.5c-3.1-0.8-5.9-0.4-8.1%2C1.3c-2.1%2C1.6-3.2%2C4.1-3.2%2C7c0%2C6.1%2C4.9%2C12.4%2C11%2C14c1%2C0.3%2C2%2C0.4%2C2.9%2C0.4%0D%0A%09%09%09c1.9%2C0%2C3.7-0.6%2C5.2-1.7c2.1-1.6%2C3.2-4.1%2C3.2-7C262.6%2C24.4%2C257.7%2C18.1%2C251.6%2C16.5z%20M258.7%2C36.5c-1.9%2C1.4-4.4%2C1.8-7.1%2C1.1%0D%0A%09%09%09c-5.6-1.5-10.1-7.2-10.1-12.8c0-2.6%2C0.9-4.7%2C2.7-6.1c1.3-0.9%2C2.8-1.4%2C4.5-1.4c0.8%2C0%2C1.7%2C0.1%2C2.6%2C0.3c5.6%2C1.5%2C10.1%2C7.2%2C10.1%2C12.8%0D%0A%09%09%09C261.4%2C33%2C260.5%2C35.1%2C258.7%2C36.5z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M74.3%2C75.7c0.3%2C0.1%2C0.5%2C0.1%2C0.8%2C0.1c0.6%2C0%2C1.1-0.1%2C1.6-0.5c0.7-0.5%2C1-1.2%2C1-2.1c0-1.7-1.3-3.3-3-3.8%0D%0A%09%09%09c-0.9-0.2-1.8-0.1-2.4%2C0.4c-0.7%2C0.5-1%2C1.2-1%2C2.1C71.3%2C73.6%2C72.6%2C75.2%2C74.3%2C75.7z%20M73%2C70.8c0.2-0.2%2C0.5-0.3%2C0.8-0.3%0D%0A%09%09%09c0.1%2C0%2C0.3%2C0.1%2C0.5%2C0.1c1.1%2C0.3%2C2.1%2C1.6%2C2.1%2C2.7c0%2C0.5-0.2%2C0.9-0.5%2C1.1c-0.3%2C0.3-0.8%2C0.3-1.3%2C0.2c-1.1-0.3-2.1-1.6-2.1-2.7%0D%0A%09%09%09C72.5%2C71.4%2C72.7%2C71%2C73%2C70.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M44.8%2C109l24%2C6.4c0.2%2C0.1%2C0.4%2C0.1%2C0.6%2C0.1c0.4%2C0%2C0.8-0.1%2C1-0.3c0.1-0.1%2C0.2-0.2%2C0.2-0.3c4.3-3%2C4.3-3%2C4.2-3.1%0D%0A%09%09%09V93.6c0-0.6-0.2-1.2-0.6-1.7l-12-15.1c-0.9-1.1-2.2-1.4-3.1-0.8l-3.3%2C1.9c-0.2%2C0.1-0.3%2C0.1-0.4%2C0.2l-0.4%2C0.3l-0.2%2C0.1l0%2C0%0D%0A%09%09%09l-11.4%2C8.2c-0.4%2C0.3-0.7%2C0.9-0.7%2C1.5v18.2C42.7%2C107.5%2C43.6%2C108.7%2C44.8%2C109z%20M45.1%2C107.8c-0.1%2C0-0.2-0.1-0.3-0.1l8.8-6.6l6.6%2C1.8%0D%0A%09%09%09l8.7%2C11.3L45.1%2C107.8z%20M69.9%2C113.4l-8.6-10.9l8.6-6.5V113.4z%20M59.8%2C76.9c0.4-0.2%2C1-0.1%2C1.5%2C0.5l12%2C15.1c0.3%2C0.3%2C0.4%2C0.6%2C0.4%2C0.9%0D%0A%09%09%09v17.8c-0.3%2C0.2-1%2C0.7-2.6%2C1.9V95.6c0-0.6-0.2-1.2-0.6-1.7l-12-15.1c-0.2-0.3-0.5-0.5-0.8-0.7L59.8%2C76.9z%20M55.5%2C79.5l1-0.6%0D%0A%09%09%09c0%2C0%2C0.1%2C0%2C0.1%2C0c0.4%2C0%2C0.8%2C0.2%2C1%2C0.6l12%2C15.1c0%2C0%2C0.1%2C0.1%2C0.1%2C0.1l-9.2%2C6.9l-6.7-1.8l-9.6-12.3L55.5%2C79.5z%20M43.9%2C89.2l8.7%2C11.1%0D%0A%09%09%09l-8.6%2C6.5c-0.1-0.2-0.1-0.3-0.1-0.5V89.2z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M61.8%2C131.1l-5.8-1.5c-0.3-0.1-0.7%2C0-1%2C0.2c-0.2%2C0.2-0.4%2C0.5-0.4%2C0.9v3.2c0%2C0.7%2C0.4%2C1.3%2C1.1%2C1.5l5.8%2C1.5%0D%0A%09%09%09c0.1%2C0%2C0.2%2C0%2C0.3%2C0c0.3%2C0%2C0.5-0.1%2C0.7-0.2c0.2-0.2%2C0.4-0.5%2C0.4-0.9v-3.2C62.9%2C131.9%2C62.5%2C131.3%2C61.8%2C131.1z%20M61.8%2C135.6l-5.7-1.5%0D%0A%09%09%09c-0.2%2C0-0.3-0.2-0.3-0.3v-3.1l5.7%2C1.5c0.2%2C0%2C0.3%2C0.2%2C0.3%2C0.3V135.6z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M70.1%2C58.7c-0.6-0.1-1.1%2C0-1.5%2C0.3c-0.4%2C0.3-0.6%2C0.8-0.6%2C1.3c0%2C1%2C0.7%2C1.9%2C1.7%2C2.2c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1%0D%0A%09%09%09c0.3%2C0%2C0.7-0.1%2C1-0.4c0.4-0.3%2C0.6-0.8%2C0.6-1.3C71.8%2C59.9%2C71.1%2C59%2C70.1%2C58.7z%20M70.5%2C61.4c-0.1%2C0-0.2%2C0-0.4%2C0%0D%0A%09%09%09c-0.5-0.2-0.9-0.7-0.9-1.1c0-0.1%2C0-0.2%2C0.1-0.3c0-0.1%2C0.1-0.1%2C0.2-0.1s0.1%2C0%2C0.2%2C0.1c0.5%2C0.2%2C0.9%2C0.7%2C0.9%2C1.1%0D%0A%09%09%09C70.6%2C61.2%2C70.6%2C61.3%2C70.5%2C61.4z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M63.9%2C56.9l-10-2.7c-0.6-0.1-1.2%2C0-1.6%2C0.3c-0.4%2C0.3-0.6%2C0.8-0.6%2C1.4c0%2C1.1%2C0.8%2C2.1%2C1.9%2C2.4l10%2C2.7%0D%0A%09%09%09c0.2%2C0.1%2C0.3%2C0.1%2C0.5%2C0.1c0.4%2C0%2C0.8-0.1%2C1.1-0.4c0.4-0.3%2C0.6-0.8%2C0.6-1.4C65.8%2C58.2%2C65%2C57.2%2C63.9%2C56.9z%20M64.4%2C59.8%0D%0A%09%09%09c-0.1%2C0.1-0.3%2C0.2-0.5%2C0.1l-10-2.7c-0.5-0.2-1-0.8-1-1.3c0-0.1%2C0.1-0.3%2C0.2-0.4c0.1-0.1%2C0.2-0.1%2C0.3-0.1c0.1%2C0%2C0.1%2C0%2C0.2%2C0l10%2C2.7%0D%0A%09%09%09c0.5%2C0.2%2C1%2C0.8%2C1%2C1.3C64.6%2C59.5%2C64.5%2C59.7%2C64.4%2C59.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M403%2C188.3c-0.4-0.1-0.7-0.1-1-0.1c-1.5%2C0-2.6%2C1.1-2.8%2C2.6h0.6h0.5c0.1-1%2C0.6-1.5%2C1.6-1.5%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c0.8%2C0.2%2C1.5%2C0.7%2C2%2C1.4h0.8h0.7C405.4%2C189.6%2C404.3%2C188.6%2C403%2C188.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M502.6%2C127.5c-0.4-0.1-0.7-0.1-1-0.1c-1.5%2C0-2.5%2C0.9-2.7%2C2.2l-20.3-5.4l-0.3%2C1.2l20.6%2C5.5%0D%0A%09%09%09c0.3%2C1.8%2C1.7%2C3.6%2C3.5%2C4.1c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.4-0.9%2C2.7-2.2l0.2%2C0.1v-1.3l-0.2-0.1c-0.1-0.6-0.3-1.2-0.6-1.8l0.8-0.6%0D%0A%09%09%09v-1.5l-1.6%2C1.2C504.2%2C128.2%2C503.5%2C127.7%2C502.6%2C127.5z%20M503.4%2C133.8c-0.2%2C0-0.4%2C0-0.6-0.1c-1.5-0.4-2.7-2-2.7-3.4%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.7%2C2%2C2.7%2C3.4C505%2C133.1%2C504.4%2C133.8%2C503.4%2C133.8z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M481.7%2C69.1L466.6%2C65c-0.2-1.7-1.4-3.4-3.1-4V40.3c0-3-2-5.6-4.9-6.4l-7.4-2c-2.4-0.6-4-2.8-4-5.2V0H446v26.6%0D%0A%09%09%09c0%2C3%2C2%2C5.6%2C4.9%2C6.4l7.4%2C2c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v20.5c-0.1%2C0-0.2%2C0-0.3%2C0c-1.4%2C0-2.6%2C1-2.8%2C2.4l-11.9-3.2c-1.9-0.6-4-0.2-5.6%2C1%0D%0A%09%09%09l-13.9%2C10.2c-0.5-0.5-1-0.8-1.6-1.1V57.6c0-3-2-5.6-4.9-6.4l-25.6-6.9c-2.4-0.6-4-2.8-4-5.2v-3.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4v-1.7c0-1.7%2C0.8-3.3%2C2.2-4.3L424.5%2C0h-2l-29.2%2C21.4c-1.7%2C1.2-2.7%2C3.2-2.7%2C5.3V28%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-28.2-7.5c-0.9-0.3-1.6-1.1-1.6-2.1V0h-1.2v20.6c0%2C1.5%2C1%2C2.8%2C2.5%2C3.2l28.5%2C7.6%0D%0A%09%09%09c0.2%2C1.7%2C1.5%2C3.3%2C3%2C3.9v3.8c0%2C3%2C2%2C5.6%2C4.9%2C6.4l25.6%2C6.9c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v12.1c-0.1%2C0-0.2%2C0-0.3%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C0.8%2C0.2%2C1.6%2C0.7%2C2.3l-35.1%2C25.7c-0.6-0.6-1.3-1.1-2.2-1.3c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.3%2C0.8-2.7%2C2l-27-7.2l19.7-14.4%0D%0A%09%09%09c1-0.7%2C1.5-2%2C1.3-3.3c-0.2-1.2-1.2-2.3-2.4-2.6l-46.6-12.5c-0.3-1.8-1.7-3.5-3.5-4c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C0.8%2C0.3%2C1.6%2C0.7%2C2.3l-13.8%2C10.1c-0.6%2C0.5-1.5%2C0.6-2.2%2C0.2c-0.7-0.4-1.2-1.1-1.2-1.9V58.4c0.1%2C0%2C0.1%2C0%2C0.2%2C0%0D%0A%09%09%09c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4V40.8c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4V0h-1.2v33.2%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-1.3%2C0-2.4%2C0.9-2.7%2C2.1L271.2%2C28c-0.3-1.8-1.7-3.6-3.5-4c-0.3-0.1-0.6-0.1-0.9-0.1c-0.8-1.8-1.8-3.5-3-5%0D%0A%09%09%09c-5.2-6.5-12.6-9.7-18.8-8.7c6.4-4.1%2C15.9-1.3%2C22.1%2C6.6c2.3%2C2.9%2C3.9%2C6.3%2C4.5%2C9.7l1.2-0.3c-0.7-3.5-2.3-7.1-4.8-10.2%0D%0A%09%09%09c-6.8-8.6-17.5-11.4-24.3-6.4l-4.6%2C3.1l0.1%2C0.1c-2.5%2C2-4.2%2C4.9-4.7%2C8.4c-0.7%2C5.1%2C1%2C10.8%2C4.7%2C15.7c0.2%2C0.4%2C0.7%2C1.1%2C1.8%2C2.4%0D%0A%09%09%09l10.4%2C13.2l7.3-5.3c6.8-4.7%2C8.8-6.2%2C9.4-6.7v0.1c2.4-1.9%2C4.1-4.6%2C4.7-7.8l-1.2-0.2c-0.6%2C2.9-2%2C5.3-4.2%2C7c0%2C0-0.2%2C0.2-0.5%2C0.3%0D%0A%09%09%09c1.4-2.4%2C2-5.3%2C1.9-8.5c1.3-0.1%2C2.2-1%2C2.5-2.2l27.3%2C7.3c0.2%2C1.7%2C1.4%2C3.3%2C3.1%2C4v10.3c-0.1%2C0-0.2%2C0-0.3%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9%0D%0A%09%09%09c0%2C0.7%2C0.2%2C1.5%2C0.6%2C2.1l-20.8%2C15.3c-1.3%2C1-3%2C1.3-4.6%2C0.9l-36.2-9.7c-0.2-1.6-1.4-3.1-2.9-3.8V46c0-1.3-0.7-2.4-1.8-3%0D%0A%09%09%09c-1.1-0.6-2.5-0.4-3.5%2C0.3L191.4%2C71l-17.4-4.7V27.7v-0.6c0.1%2C0%2C0.1%2C0%2C0.2%2C0c1.3%2C0%2C2.2-0.9%2C2.2-2.3c0-1.8-1.4-3.6-3.2-4.1%0D%0A%09%09%09c-0.2-0.1-0.5-0.1-0.8-0.1c-1%2C0-1.8%2C0.6-2.1%2C1.5l-0.5-0.1l-20.2-5.4V0h-1.2v16.3L101.7%2C3.8c-1-0.2-2.1-0.1-2.9%2C0.6%0D%0A%09%09%09c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v16.7c0%2C0.7-0.3%2C1.3-0.8%2C1.7c-0.6%2C0.4-1.3%2C0.6-1.9%2C0.4l-19.6-5.2c-0.4-1.7-1.8-3.2-3.5-3.7%0D%0A%09%09%09c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.3%2C0.8-2.7%2C2l-21.3-5.7c-0.2-1.7-1.4-3.4-3.1-4.1V0h-1.2v8.8c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.3%2C0%2C2.3-0.8%2C2.7-2L68%2C20.1c0.1%2C1.7%2C1.3%2C3.4%2C3%2C4.1v10.2%0D%0A%09%09%09c0%2C0.7-0.3%2C1.3-0.8%2C1.7c-0.6%2C0.4-1.3%2C0.6-1.9%2C0.4L24.5%2C24.8c-0.3-1.8-1.7-3.5-3.5-4c-0.4-0.1-0.7-0.1-1-0.1%0D%0A%09%09%09c-1.4%2C0-2.4%2C0.9-2.7%2C2.2L0.7%2C18.5v1.2l16.5%2C4.4c0.2%2C1.7%2C1.5%2C3.3%2C3.1%2C3.9v24c0%2C0.7-0.3%2C1.3-0.8%2C1.7c-0.6%2C0.4-1.3%2C0.6-1.9%2C0.4%0D%0A%09%09%09L0.7%2C49.7V51l16.5%2C4.4c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1c0.7%2C0%2C1.5-0.3%2C2-0.7c0.8-0.7%2C1.3-1.7%2C1.3-2.7V28.3c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.5%2C0%2C2.5-0.9%2C2.8-2.2l43.4%2C11.7c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1c0.7%2C0%2C1.5-0.3%2C2-0.7c0.8-0.7%2C1.3-1.7%2C1.3-2.7v-10c0.1%2C0%2C0.3%2C0%2C0.4%2C0%0D%0A%09%09%09c1.5%2C0%2C2.6-1.1%2C2.8-2.5l19.2%2C5.2c0.3%2C0.1%2C0.6%2C0.1%2C0.9%2C0.1c0.7%2C0%2C1.4-0.3%2C2-0.7c0.8-0.7%2C1.3-1.7%2C1.3-2.7V7.1c0-0.7%2C0.3-1.3%2C0.8-1.7%0D%0A%09%09%09c0.6-0.4%2C1.3-0.6%2C1.9-0.4l46.9%2C12.5v38.9c-0.1%2C0-0.2%2C0-0.3%2C0c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-15.6-4.1c-1-0.2-2.1%2C0-2.9%2C0.6%0D%0A%09%09%09c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v54.6c-0.1%2C0-0.3%2C0-0.4%2C0c-1.3%2C0-2.4%2C0.8-2.7%2C2.1L84%2C104.2c-0.3-1.6-1.5-3.1-3-3.7V62.1%0D%0A%09%09%09c0-2.2-1.7-4.4-3.9-5l-36.2-9.6c-0.1%2C0-0.2%2C0-0.3%2C0l2.1-1.6c0-0.1%2C0.7-0.6%2C1.9-0.3l36.2%2C9.7c1.6%2C0.4%2C3%2C2.2%2C3%2C3.8v41.1h1.2V59.1%0D%0A%09%09%09c0-2.2-1.7-4.4-3.9-5l-36.1-9.7c-1.9-0.5-3%2C0.5-3%2C0.5l-4%2C3l0%2C0c0%2C0-0.1%2C0-0.1%2C0.1c-0.8%2C0.6-1.2%2C1.5-1.2%2C2.6v38c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-1.4%2C0-2.4%2C0.9-2.7%2C2.2L22%2C87.7c-0.1-2-1.6-4-3.6-4.4c-0.4-0.1-0.7-0.1-1-0.1c-1.5%2C0-2.6%2C1-2.8%2C2.6L0.7%2C81.9v1.2l14%2C3.8%0D%0A%09%09%09c0.4%2C1.5%2C1.5%2C2.9%2C3%2C3.5v44.3c0%2C1.8-0.8%2C3.4-2.2%2C4.4l-1.8%2C1.3c0.1%2C0.1%2C0.2%2C0.2%2C0.3%2C0.3c-0.1-0.1-0.2-0.2-0.3-0.3%0D%0A%09%09%09c-0.6-0.6-1.3-1-2.1-1.2c-0.4-0.1-0.7-0.1-1-0.1c-1.6%2C0-2.8%2C1.3-2.7%2C3c0%2C0.7%2C0.3%2C1.5%2C0.7%2C2.2l-7.8%2C5.7v1.5l8.5-6.2%0D%0A%09%09%09c-0.1-0.1-0.1-0.1-0.2-0.2c0.1%2C0.1%2C0.1%2C0.2%2C0.2%2C0.2c0.6%2C0.6%2C1.4%2C1.1%2C2.3%2C1.3c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.4-0.9%2C2.7-2.2%0D%0A%09%09%09l70.3%2C18.8c0.1%2C0.6%2C0.3%2C1.3%2C0.7%2C1.9l-9%2C6.6c-1%2C0.7-1.5%2C2-1.3%2C3.3c0.2%2C1.2%2C1.2%2C2.3%2C2.4%2C2.6l0.7%2C0.2c0.2%2C1.7%2C1.5%2C3.3%2C3.1%2C3.9v9.1%0D%0A%09%09%09h1.2V182c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.5%2C0%2C2.5-0.9%2C2.7-2.3l14.9%2C4c0.1%2C1.7%2C1.4%2C3.5%2C3.1%2C4.1v3h1.2v-2.7c0.1%2C0%2C0.2%2C0%2C0.3%2C0%0D%0A%09%09%09c1.5%2C0%2C2.6-1%2C2.8-2.4l19%2C5.1h4.6l-23.7-6.3c-0.3-1.7-1.8-3.4-3.5-3.9c-0.4-0.1-0.7-0.1-1-0.1c-1.3%2C0-2.3%2C0.8-2.7%2C2l-15-4%0D%0A%09%09%09c-0.3-1.8-1.7-3.5-3.5-4c-0.4-0.1-0.7-0.1-1-0.1c-1.4%2C0-2.4%2C0.9-2.7%2C2.2l-0.4-0.1c-0.8-0.2-1.4-0.9-1.6-1.7%0D%0A%09%09%09c-0.2-0.8%2C0.1-1.6%2C0.8-2.1l9-6.6c0.6%2C0.6%2C1.3%2C1%2C2.1%2C1.2c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.7%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.6-0.7-2.3%0D%0A%09%09%09l31.8-23.3c1.7-1.2%2C2.7-3.2%2C2.7-5.3V120c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.7%2C0%2C2.9-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3-4.4c0-1.1%2C0-54.9%2C0-54.9%0D%0A%09%09%09c0-0.7%2C0.3-1.3%2C0.8-1.7c0.6-0.4%2C1.3-0.6%2C1.9-0.4l15.9%2C4.2c0.3%2C1.8%2C1.7%2C3.5%2C3.5%2C4c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.5-0.8%2C2.7-2.1%0D%0A%09%09%09l20.2%2C5.4v12.3c0%2C1.3%2C0.7%2C2.4%2C1.8%2C3c0.5%2C0.3%2C1%2C0.4%2C1.5%2C0.4c0.7%2C0%2C1.4-0.2%2C2-0.6l13.7-10l38.4%2C10.3c0.1%2C1.9%2C1.7%2C3.9%2C3.6%2C4.3%0D%0A%09%09%09c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.7%2C0%2C2.9-1.2%2C2.8-2.9c0-1.8-1.3-3.7-3.1-4.4v-14c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.5%2C0%2C2.5-0.9%2C2.8-2.2l35.8%2C9.6%0D%0A%09%09%09c0.6%2C0.1%2C1.1%2C0.2%2C1.7%2C0.2c1.4%2C0%2C2.7-0.5%2C3.9-1.3l20.8-15.3c0.5%2C0.6%2C1.2%2C1.1%2C1.9%2C1.3v12.5c0%2C1.3%2C0.7%2C2.4%2C1.8%2C3%0D%0A%09%09%09c0.5%2C0.3%2C1%2C0.4%2C1.5%2C0.4c0.7%2C0%2C1.4-0.2%2C2-0.7l13.8-10.1c0.6%2C0.6%2C1.3%2C1.1%2C2.2%2C1.3c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.5%2C0%2C2.5-0.9%2C2.7-2.2%0D%0A%09%09%09l46.2%2C12.4c0.8%2C0.2%2C1.4%2C0.9%2C1.6%2C1.7s-0.1%2C1.6-0.8%2C2.1l-20.5%2C14.9l-30-8c-1-0.2-2.1%2C0-2.9%2C0.6c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v13.6%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0c-1.3%2C0-2.3%2C0.8-2.7%2C1.9c-0.1%2C0.3-0.2%2C0.6-0.2%2C1c0%2C0.1%2C0%2C0.2%2C0%2C0.3c0.1%2C1.9%2C1.6%2C3.8%2C3.5%2C4.3%0D%0A%09%09%09c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.5%2C0%2C2.6-1%2C2.8-2.4c0-0.2%2C0-0.3%2C0-0.5c0-0.3%2C0-0.5-0.1-0.8c-0.3-1.6-1.5-3-3-3.6c0%2C0%2C0%2C0%2C0%2C0V88.9%0D%0A%09%09%09c0-0.7%2C0.3-1.3%2C0.8-1.7c0.6-0.4%2C1.3-0.6%2C1.9-0.4l29.1%2C7.8l-7.2%2C5.3c-0.6-0.6-1.3-1.1-2.1-1.3c-0.4-0.1-0.7-0.1-1-0.1%0D%0A%09%09%09c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C0.8%2C0.3%2C1.6%2C0.7%2C2.3l-4.9%2C3.6c-1.3%2C1-3%2C1.3-4.6%2C0.9l-6.8-1.8c0.1%2C0.3%2C0.1%2C0.5%2C0.1%2C0.8%0D%0A%09%09%09c0%2C0.2%2C0%2C0.3%2C0%2C0.5l6.4%2C1.7c0.6%2C0.1%2C1.1%2C0.2%2C1.7%2C0.2c1.4%2C0%2C2.7-0.5%2C3.9-1.3l4.9-3.6c0.5%2C0.5%2C1%2C0.8%2C1.6%2C1.1V134%0D%0A%09%09%09c0%2C1.8-0.8%2C3.4-2.2%2C4.4l-28%2C20.4c-0.5-0.6-1.2-1-1.9-1.2v-17.8c0-5.8-4.6-11.8-10.4-13.3l-12.8-3.5c-0.3-1.6-1.5-3.1-3-3.7V99.8%0D%0A%09%09%09c0-0.7%2C0.3-1.3%2C0.8-1.7c0.6-0.4%2C1.3-0.6%2C1.9-0.4l29.7%2C8c0-0.1%2C0-0.2%2C0-0.3c0-0.3%2C0.1-0.7%2C0.2-1l-29.6-7.9c-1-0.2-2.1%2C0-2.9%2C0.6%0D%0A%09%09%09c-0.8%2C0.7-1.3%2C1.7-1.3%2C2.7v19.3c-0.1%2C0-0.2%2C0-0.3%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.5%2C0%2C2.5-1%2C2.8-2.4l12.4%2C3.4c5.3%2C1.4%2C9.6%2C6.8%2C9.6%2C12.1v17.6c0%2C0-0.1%2C0-0.1%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C1.8%2C1.2%2C3.6%2C2.9%2C4.4v26.1%0D%0A%09%09%09h1.2V165c0.2%2C0%2C0.3%2C0%2C0.5%2C0c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.6-0.7-2.4l27.9-20.4c1.7-1.2%2C2.7-3.2%2C2.7-5.3v-27.9%0D%0A%09%09%09c0.1%2C0%2C0.3%2C0%2C0.4%2C0c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.7-0.7-2.4l8-5.8l28.2%2C7.5c0.2%2C1.9%2C1.7%2C3.7%2C3.6%2C4.2c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.5%2C0%2C2.6-1%2C2.8-2.4l15%2C4.1c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v25.5c0%2C3%2C2%2C5.6%2C4.9%2C6.4l0.5%2C0.1c0.3%2C1.8%2C1.7%2C3.5%2C3.5%2C4c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1%0D%0A%09%09%09c1.4%2C0%2C2.4-0.9%2C2.7-2.2l20.2%2C5.5c2.4%2C0.6%2C4%2C2.8%2C4%2C5.2v32.5h1.2v-32.5c0-3-2-5.6-4.9-6.4l-20.5-5.5c-0.1-0.6-0.3-1.2-0.6-1.8%0D%0A%09%09%09l18.8-13.8c0.6%2C0.6%2C1.3%2C1.1%2C2.2%2C1.3c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.4%2C0%2C2.5-0.9%2C2.7-2.2c1.9%2C0.5%2C3.7%2C0.8%2C5.3%2C0.8c2.4%2C0%2C4.3-0.6%2C5.7-1.6%0D%0A%09%09%09c0.1-0.1%2C0.2-0.2%2C0.2-0.2l3.8-2.4l0.3-0.2c2.5-1.8%2C3.8-5%2C3.8-9.6c0-7.5-2.1-11.2-9.3-19.9c-2.2-2.7-2.3-6.6-2.3-7.3%0D%0A%09%09%09c0-1.7-0.9-3-2.5-3.4c-0.4-0.1-0.8-0.1-1.2%2C0v-0.1l-5.4%2C3.2l0.1%2C0.2c-0.1%2C0.1-0.2%2C0.1-0.3%2C0.2c-0.9%2C0.7-2%2C2.3-2%2C6%0D%0A%09%09%09c0%2C1.8%2C0.3%2C3.1%2C0.7%2C4.2l-6.1-1.6c-0.9-0.3-1.8-0.2-2.5%2C0.2l-4.8%2C2.9l0%2C0.1c-0.1%2C0-0.2%2C0.1-0.2%2C0.1c-0.7%2C0.6-1.1%2C1.5-1.1%2C2.5%0D%0A%09%09%09c0%2C1.6%2C1%2C3.2%2C2.4%2C4.1c-0.7%2C0.5-1.1%2C1.4-1.1%2C2.4c0%2C1.5%2C0.8%2C3%2C2.1%2C3.9c-0.5%2C0.6-0.8%2C1.3-0.8%2C2.2c0%2C1.4%2C0.8%2C2.9%2C2%2C3.8%0D%0A%09%09%09c-0.6%2C0.5-0.9%2C1.3-0.9%2C2.2c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6l3.3%2C0.8c0.1%2C0.6%2C0.3%2C1.2%2C0.6%2C1.7l-18.8%2C13.8c-0.6-0.6-1.4-1.1-2.2-1.3%0D%0A%09%09%09c-0.4-0.1-0.7-0.1-1-0.1c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-0.2%2C0c-2.4-0.6-4-2.8-4-5.2v-25.5c0-3-2-5.6-4.9-6.4l-15.4-4.2%0D%0A%09%09%09c-0.1-0.6-0.3-1.1-0.6-1.6l35.1-25.7c0.6%2C0.6%2C1.4%2C1.1%2C2.2%2C1.4c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.6%2C0%2C2.8-1.2%2C2.8-2.9c0-0.8-0.3-1.7-0.7-2.4%0D%0A%09%09%09l13.8-10.1c1.3-1%2C3-1.3%2C4.6-0.9l12.3%2C3.4c0.4%2C1.7%2C1.8%2C3.3%2C3.5%2C3.8c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.3%2C0%2C2.4-0.8%2C2.7-2.1l14.9%2C4L481.7%2C69.1%0D%0A%09%09%09z%20M388.5%2C30.8c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09C389.8%2C33.9%2C388.5%2C32.3%2C388.5%2C30.8z%20M263%2C42.5c-0.2%2C0.1-2.4%2C1.7-5.1%2C3.7c-0.9%2C0.6-1.7%2C1.2-2.4%2C1.7l0%2C0c-1.4%2C1.1-2.9%2C2.1-4%2C3%0D%0A%09%09%09c-4.1-5.2-11.2-14.2-11.6-14.7c-3.6-4.6-5.2-10-4.5-14.8c0.5-3.3%2C2.1-6.1%2C4.6-7.9c6.4-4.6%2C16.3-1.9%2C22.7%2C6.2%0D%0A%09%09%09c1.1%2C1.3%2C2%2C2.8%2C2.8%2C4.4c-1%2C0.4-1.7%2C1.4-1.7%2C2.7c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6c0%2C0%2C0%2C0%2C0.1%2C0C267.8%2C36.1%2C266.2%2C40.1%2C263%2C42.5z%20M268.4%2C30.3%0D%0A%09%09%09c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C270%2C29.6%2C269.4%2C30.3%2C268.4%2C30.3z%20M44%2C15.2c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C45.6%2C14.6%2C45%2C15.2%2C44%2C15.2z%20M21.7%2C27.1c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C23.4%2C26.4%2C22.7%2C27.1%2C21.7%2C27.1z%20M72.5%2C23.3%0D%0A%09%09%09c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C74.1%2C22.6%2C73.4%2C23.3%2C72.5%2C23.3z%20M12.5%2C145.5c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-1.9-2.9-3.4c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C1.9%2C2.9%2C3.4C14.1%2C144.8%2C13.5%2C145.5%2C12.5%2C145.5z%20M103.9%2C181.6c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1%0D%0A%09%09%09c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5C102.3%2C182.2%2C102.9%2C181.6%2C103.9%2C181.6z%0D%0A%09%09%09%20M81.7%2C175.5c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09C80.1%2C176.1%2C80.7%2C175.5%2C81.7%2C175.5z%20M82.8%2C104.9c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6C81.5%2C101.8%2C82.8%2C103.4%2C82.8%2C104.9z%20M37.8%2C50.6c0-0.7%2C0.2-1.3%2C0.7-1.7c0%2C0%2C0%2C0%2C0.1%2C0l0%2C0l0.3-0.2%0D%0A%09%09%09c0.4-0.2%2C1-0.2%2C1.6-0.1l36.2%2C9.7c1.6%2C0.4%2C3%2C2.2%2C3%2C3.8v5.3L37.8%2C56.2V50.6z%20M37.8%2C57.4l41.9%2C11.2v31.6c-0.1%2C0-0.2%2C0-0.3%2C0%0D%0A%09%09%09c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C1.8%2C1.3%2C3.7%2C3.1%2C4.4v25.8l-41.9-11.2V96.2c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.7%2C0%2C2.8-1.2%2C2.8-2.9%0D%0A%09%09%09c0-1.8-1.3-3.7-3.1-4.4V57.4z%20M78.9%2C142c-0.5%2C0.3-1.1%2C0.4-1.8%2C0.2l-36.2-9.7c-1.6-0.4-3-2.2-3-3.8v-5.4l41.9%2C11.2v5.6%0D%0A%09%09%09c0%2C0.6-0.2%2C1.2-0.6%2C1.6C79%2C141.9%2C78.8%2C142%2C78.9%2C142L78.9%2C142z%20M36.2%2C89.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5C34.6%2C90.3%2C35.2%2C89.7%2C36.2%2C89.7z%20M15.7%2C86%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09C17%2C89.1%2C15.7%2C87.5%2C15.7%2C86z%20M90%2C166.2c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C91.6%2C165.5%2C91%2C166.2%2C90%2C166.2z%20M125.4%2C133.6c0%2C1.7-0.8%2C3.3-2.2%2C4.3l-31.8%2C23.3c-0.6-0.6-1.3-1.1-2.2-1.3c-0.4-0.1-0.7-0.1-1-0.1%0D%0A%09%09%09c-1.4%2C0-2.5%2C0.9-2.7%2C2.2l-70.3-18.8c0%2C0%2C0-0.1%2C0-0.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.8-1.3c1.7-1.2%2C2.7-3.2%2C2.7-5.3v-44%0D%0A%09%09%09c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.3%2C0%2C2.3-0.7%2C2.6-1.9L33.6%2C92c0.2%2C1.7%2C1.5%2C3.3%2C3.1%2C3.9v32.8c0%2C2.2%2C1.7%2C4.4%2C3.9%2C5l36.2%2C9.8%0D%0A%09%09%09c0.3%2C0.1%2C0.7%2C0.1%2C1%2C0.1c0.8%2C0%2C1.5-0.3%2C2-0.7c0.1-0.1%2C0.1-0.1%2C0.2-0.2c3.5-2.5%2C3.8-2.7%2C3.7-2.8c0.8-0.6%2C1.2-1.5%2C1.2-2.6V109h-1.2%0D%0A%09%09%09v28.3c0%2C0.7-0.2%2C1.3-0.7%2C1.7c0%2C0-1%2C0.8-2%2C1.5c0-0.1%2C0-0.1%2C0-0.2v-32.5c0.1%2C0%2C0.2%2C0%2C0.3%2C0c1.5%2C0%2C2.5-1%2C2.8-2.4l38.4%2C10.3%0D%0A%09%09%09c0.2%2C1.7%2C1.4%2C3.4%2C3.1%2C4V133.6z%20M128.5%2C117.1c0.1%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1C127.2%2C114%2C128.5%2C115.6%2C128.5%2C117.1z%20M149.8%2C62.8c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C151.5%2C62.2%2C150.8%2C62.8%2C149.8%2C62.8z%0D%0A%09%09%09%20M172.7%2C27.5V66l-20.1-5.4c-0.2-1.7-1.4-3.3-3.1-4V17.9l20%2C5.4l0.6%2C0.2c0.2%2C1.4%2C1.2%2C2.8%2C2.6%2C3.4V27.5z%20M173.6%2C25.8%0D%0A%09%09%09c-1.2-0.3-2.3-1.7-2.3-2.9c0-0.7%2C0.3-1.1%2C1-1.1c0.2%2C0%2C0.4%2C0%2C0.5%2C0c1.2%2C0.3%2C2.3%2C1.7%2C2.3%2C2.9C175.1%2C25.6%2C174.5%2C26%2C173.6%2C25.8z%0D%0A%09%09%09%20M177.3%2C81.3c-0.6%2C0.5-1.5%2C0.6-2.2%2C0.2c-0.7-0.4-1.2-1.1-1.2-1.9v-12l16.2%2C4.3L177.3%2C81.3z%20M230.3%2C81.5l-37.3-10l37-27.1%0D%0A%09%09%09c0.6-0.5%2C1.5-0.6%2C2.2-0.2c0.7%2C0.4%2C1.2%2C1.1%2C1.2%2C1.9v12.1c-0.1%2C0-0.3%2C0-0.4%2C0c-1.6%2C0-2.8%2C1.2-2.8%2C2.9c0%2C1.8%2C1.3%2C3.7%2C3.1%2C4.4v14%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0C231.7%2C79.5%2C230.7%2C80.3%2C230.3%2C81.5z%20M236.3%2C84.2c0.1%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1C235%2C81.1%2C236.3%2C82.7%2C236.3%2C84.2z%20M234.7%2C64.6%0D%0A%09%09%09c-0.1%2C0-0.2%2C0-0.3%2C0v-0.1H234c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C236.4%2C63.9%2C235.7%2C64.6%2C234.7%2C64.6z%20M299.5%2C36c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1C300.8%2C39.1%2C299.5%2C37.5%2C299.5%2C36z%20M302.3%2C57.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1-0.6%2C1.7-1.6%2C1.7C302.8%2C57.2%2C302.6%2C57.2%2C302.3%2C57.1z%20M323.9%2C63.5%0D%0A%09%09%09c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C325.5%2C62.8%2C324.9%2C63.5%2C323.9%2C63.5z%20M320.4%2C109.5c-0.2%2C0-0.5%2C0-0.8-0.1c-0.7-0.2-1.3-0.6-1.8-1c0.5%2C0.5%2C1.1%2C0.9%2C1.8%2C1%0D%0A%09%09%09C319.9%2C109.5%2C320.2%2C109.5%2C320.4%2C109.5c0.5%2C0%2C0.9-0.1%2C1.3-0.4C321.4%2C109.4%2C320.9%2C109.5%2C320.4%2C109.5z%20M322%2C107.2%0D%0A%09%09%09c0%2C1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1%0D%0A%09%09%09C320.7%2C104.1%2C322%2C105.7%2C322%2C107.2z%20M321.6%2C104.5c-0.6-0.6-1.3-1.2-2.1-1.4c-0.3-0.1-0.5-0.1-0.8-0.1c-0.5%2C0-0.9%2C0.1-1.3%2C0.4%0D%0A%09%09%09c0.4-0.2%2C0.8-0.4%2C1.3-0.4c0.3%2C0%2C0.5%2C0%2C0.8%2C0.1C320.3%2C103.3%2C321%2C103.8%2C321.6%2C104.5z%20M283.7%2C125.5c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C285.3%2C124.8%2C284.7%2C125.5%2C283.7%2C125.5z%0D%0A%09%09%09%20M310.2%2C163.8c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C311.8%2C163.1%2C311.2%2C163.8%2C310.2%2C163.8z%20M343.3%2C104.9c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7%0D%0A%09%09%09c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C344.9%2C104.3%2C344.3%2C104.9%2C343.3%2C104.9z%20M386.1%2C105.6c-0.2%2C0-0.4%2C0-0.7-0.1%0D%0A%09%09%09c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C387.8%2C104.9%2C387.1%2C105.6%2C386.1%2C105.6z%0D%0A%09%09%09%20M441.9%2C131c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5%0D%0A%09%09%09C443.6%2C130.4%2C442.9%2C131%2C441.9%2C131z%20M448.3%2C87.5h0.1c0.3-0.1%2C0.7-0.2%2C1-0.1c1.4%2C0.4%2C1.6%2C1.8%2C1.6%2C2.3c0%2C0.9%2C0.1%2C5.1%2C2.6%2C8.1%0D%0A%09%09%09c7%2C8.5%2C9%2C12%2C9%2C19.1c0%2C4.4-1.2%2C7.3-3.5%2C8.8l-1.3%2C0.8c0.9-1.8%2C1.3-4%2C1.3-6.7c0-7.5-2.1-11.2-9.3-19.9c-2.2-2.7-2.3-6.6-2.3-7.3%0D%0A%09%09%09c0-1.6-0.8-2.8-2.2-3.3L448.3%2C87.5z%20M433.5%2C99.6c0.5-0.2%2C1-0.3%2C1.6-0.1l7.2%2C1.9c0.3%2C0.5%2C0.6%2C0.9%2C0.9%2C1.3c0.3%2C0.4%2C0.6%2C0.8%2C0.8%2C1.2%0D%0A%09%09%09c0.3%2C0.5%2C0.3%2C0.7%2C0.3%2C0.7c-0.1%2C0-0.3%2C0-0.8-0.1l-12.6-3.4L433.5%2C99.6z%20M437.4%2C126.9l-3-0.8c-1.4-0.4-2.7-2-2.7-3.5%0D%0A%09%09%09c0-0.8%2C0.4-1.4%2C1-1.7l1.2-0.5l-1.2-0.6c-1.3-0.6-2.2-2-2.2-3.3c0-0.8%2C0.4-1.4%2C1-1.7l1.2-0.6l-1.2-0.5c-1.3-0.6-2.3-2-2.3-3.3%0D%0A%09%09%09c0-0.9%2C0.5-1.6%2C1.4-1.8v-1.2c-1.4-0.4-2.7-2-2.7-3.5c0-0.6%2C0.3-1.2%2C0.7-1.5c0%2C0%2C0%2C0%2C0.1%2C0l0%2C0l0.6-0.3c0.3-0.1%2C0.7-0.1%2C1.1%2C0%0D%0A%09%09%09l12.8%2C3.4c1.2%2C0.3%2C1.7%2C0%2C2-0.3c0.6-0.7%2C0.1-1.7-0.1-2c-0.2-0.5-0.6-0.9-0.9-1.4c-0.9-1.2-2.1-2.8-2.1-6.3c0-2.5%2C0.5-4.4%2C1.5-5.1%0D%0A%09%09%09c0.5-0.4%2C0.9-0.4%2C1.2-0.3c1.4%2C0.4%2C1.6%2C1.8%2C1.6%2C2.3c0%2C0.9%2C0.1%2C5.1%2C2.6%2C8.1c7%2C8.5%2C9%2C12%2C9%2C19.1c0%2C4.1-1.1%2C6.9-3.1%2C8.5%0D%0A%09%09%09c-2.2%2C1.7-5.6%2C1.9-10.1%2C0.7l-0.2%2C0c-0.3-1.8-1.7-3.6-3.5-4.1c-0.4-0.1-0.7-0.1-1-0.1C438.8%2C124.6%2C437.7%2C125.5%2C437.4%2C126.9z%0D%0A%09%09%09%20M416.6%2C143.4c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5c0%2C1.1-0.6%2C1.7-1.6%2C1.7c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09C414.3%2C143.7%2C415.3%2C143%2C416.6%2C143.4z%20M426.5%2C76.1c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5c0-1.2%2C0.9-1.9%2C2-1.7v0.1h0.3%0D%0A%09%09%09c0%2C0%2C0%2C0%2C0%2C0c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C428.1%2C75.5%2C427.5%2C76.1%2C426.5%2C76.1z%20M463.8%2C67.1c-0.2%2C0-0.4%2C0-0.7-0.1c-1.5-0.4-2.8-2-2.8-3.5%0D%0A%09%09%09c0-1.1%2C0.6-1.7%2C1.6-1.7c0.2%2C0%2C0.4%2C0%2C0.7%2C0.1c1.5%2C0.4%2C2.8%2C2%2C2.8%2C3.5C465.4%2C66.4%2C464.8%2C67.1%2C463.8%2C67.1z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M489.2%2C5.8c-0.3-1.7-1.8-3.4-3.5-3.8c-0.4-0.1-0.7-0.1-1-0.1c-1.7%2C0-2.8%2C1.2-2.8%2C2.9c0%2C2%2C1.6%2C4.1%2C3.6%2C4.6%0D%0A%09%09%09c0.4%2C0.1%2C0.7%2C0.1%2C1%2C0.1c1.5%2C0%2C2.6-1%2C2.8-2.4l17.2%2C4.6v-1.2L489.2%2C5.8z%20M486.4%2C8.3c-0.2%2C0-0.4%2C0-0.6-0.1c-1.5-0.4-2.7-2-2.7-3.4%0D%0A%09%09%09c0-1.3%2C1-2%2C2.3-1.6c1.5%2C0.4%2C2.7%2C2%2C2.7%2C3.4C488.1%2C7.6%2C487.4%2C8.3%2C486.4%2C8.3z%22%2F%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M502.9%2C48.2L502.9%2C48.2c-0.1%2C0.2-0.3%2C0.3-0.4%2C0.4c-0.5%2C0.6-0.8%2C1.5-0.5%2C2.5l4.3%2C16.6v-4.1l-0.8-3.2l0.8%2C0.2%0D%0A%09%09%09v-1.2l-1.2-0.3l-2.1-8.1c-0.1-0.6%2C0-1.1%2C0.3-1.4c0.3-0.3%2C0.8-0.4%2C1.3-0.3l1.6%2C0.4v-1.3v-0.4v-1.3c-0.8%2C0.3-1.8%2C0.8-3%2C1.4%0D%0A%09%09%09L502.9%2C48.2z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-size: auto 180px
}

.Vlt-card__image--grid:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2047.2%2027%22%20style%3D%22enable-background%3Anew%200%200%2047.2%2027%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M24.6%2C0L24.6%2C0l-2%2C0l0%2C0L0%2C12.9l0%2C0v1.2l0%2C0L22.6%2C27h2h0l22.6-12.9v0v-1.2L24.6%2C0z%20M23.6%2C26.4L1%2C13.5L23.6%2C0.6%0D%0A%09l22.6%2C12.9L23.6%2C26.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-size: auto 27px
}

.Vlt-card__image--tech:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20800%20250%22%20style%3D%22enable-background%3Anew%200%200%20800%20250%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23ffffff%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M684.5%2C189.4c-0.1-0.1-0.3-0.2-0.5-0.2H453.6c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-35.5%2C37.1c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v6.2%0D%0A%09%09c-2.4%2C0.4-4.2%2C2.5-4.2%2C5.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1v-5.9l35-36.7h229.9l56.5%2C58.4%0D%0A%09%09c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h62.5v-1.5H741L684.5%2C189.4z%20M421.7%2C238.3c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09S421.7%2C236.2%2C421.7%2C238.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M683.8%2C199.4H457.5c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-28%2C29.3c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v4c-2%2C0.7-3.4%2C2.6-3.4%2C4.9%0D%0A%09%09c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1l0%2C0v-3.4l27.6-28.8h225.7l46.5%2C48.6h2.1l-47.7-49.9%0D%0A%09%09C684.2%2C199.5%2C684%2C199.4%2C683.8%2C199.4z%20M430.2%2C234.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C426.7%2C236.2%2C428.3%2C234.6%2C430.2%2C234.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M680.8%2C214.6H473c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-16.6%2C17.3c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v10.7l-5.9%2C6.2h2.1l5.1-5.3%0D%0A%09%09c0.1-0.1%2C0.2-0.3%2C0.2-0.5V233l16.1-16.9h207.2l32%2C33.5h2.1l-33.3-34.8C681.2%2C214.6%2C681%2C214.6%2C680.8%2C214.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M676.7%2C223.5H478.5c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-13%2C13.6c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v10.3l-1.2%2C1.3h2.1l0.4-0.5%0D%0A%09%09c0.1-0.1%2C0.2-0.3%2C0.2-0.5v-10.3l12.6-13.2h197.5l23.4%2C24.5h2.1l-24.7-25.8C677%2C223.6%2C676.9%2C223.5%2C676.7%2C223.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M132.5%2C244.4c0-2.8-2.2-5.1-4.9-5.1c-1.2%2C0-2.3%2C0.5-3.1%2C1.2L111.6%2C227c-0.1-0.1-0.3-0.2-0.5-0.2H91.7%0D%0A%09%09c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-6.4%2C6.7h-6.1l-9-9.5c-0.1-0.1-0.3-0.2-0.5-0.2H39.3l-10.6-11c-0.1-0.1-0.3-0.2-0.5-0.2H-0.1v1.5h28%0D%0A%09%09l10.6%2C11.1c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h29.8l9%2C9.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H85c0.2%2C0%2C0.4-0.1%2C0.5-0.2l6.4-6.7h18.8l12.7%2C13.3%0D%0A%09%09c-0.5%2C0.8-0.8%2C1.8-0.8%2C2.8c0%2C2.7%2C2.1%2C5%2C4.7%2C5.1h0.5C130.4%2C249.4%2C132.5%2C247.2%2C132.5%2C244.4z%20M127.6%2C248.2c-2%2C0-3.6-1.7-3.6-3.7%0D%0A%09%09c0-2.1%2C1.6-3.7%2C3.6-3.7c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7C131.1%2C246.5%2C129.5%2C248.2%2C127.6%2C248.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M60.4%2C247.4H23.3c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-1.8%2C1.9h2.1l0.6-0.6h36.5l0.6%2C0.6h2.1l-1.8-1.9%0D%0A%09%09C60.8%2C247.5%2C60.6%2C247.4%2C60.4%2C247.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C250.6c3.2%2C0.1%2C5.8-2.8%2C5.9-6.3c0.1-3.6-2.5-6.5-5.6-6.6c-2.9-0.1-5.3%2C2.3-5.8%2C5.4L0%2C243v1.9l6.5%2C0.1%0D%0A%09%09C6.7%2C248.1%2C9.1%2C250.5%2C12%2C250.6z%20M12.2%2C239.4c2.3%2C0%2C4.1%2C2.2%2C4.1%2C4.8c-0.1%2C2.6-2%2C4.6-4.3%2C4.6s-4.1-2.2-4.1-4.8%0D%0A%09%09C8%2C241.5%2C9.9%2C239.4%2C12.2%2C239.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M62.6%2C240.8H30.2l-9-9.4c-0.1-0.1-0.3-0.2-0.5-0.2H-0.1v1.5h20.5l9%2C9.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h32.4l6.9%2C7.2%0D%0A%09%09h2.1l-8.2-8.5C62.9%2C240.9%2C62.8%2C240.8%2C62.6%2C240.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M103.5%2C244.4c0-2.8-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4H76.4l-10.7-11.1c-0.1-0.1-0.3-0.2-0.5-0.2H33.7%0D%0A%09%09L24%2C222.3c-0.1-0.1-0.3-0.2-0.5-0.2H-0.1v1.5h23.4l9.7%2C10.1c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H65L75.6%2C245c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h17.7%0D%0A%09%09c0.3%2C2.4%2C2.2%2C4.2%2C4.6%2C4.4h0.5C101.4%2C249.4%2C103.5%2C247.2%2C103.5%2C244.4z%20M98.6%2C248.2c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09s3.6%2C1.7%2C3.6%2C3.7C102.1%2C246.5%2C100.5%2C248.2%2C98.6%2C248.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M139.5%2C179.5l-6.6-6.9c-0.1-0.1-0.3-0.2-0.5-0.2H48.9c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-7.4%2C7.7H-0.1v1.5h41.4%0D%0A%09%09c0.2%2C0%2C0.4-0.1%2C0.5-0.2l7.4-7.7h82.9l6.2%2C6.5v69.2h1.5V180C139.7%2C179.8%2C139.6%2C179.6%2C139.5%2C179.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M147.1%2C176.8l-12.5-13c-0.1-0.1-0.3-0.2-0.5-0.2H36c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-8.2%2C8.6H-0.1v1.5h27.7%0D%0A%09%09c0.2%2C0%2C0.4-0.1%2C0.5-0.2l8.2-8.6h97.4l12%2C12.6v71.9h1.5v-72.2C147.3%2C177.2%2C147.2%2C177%2C147.1%2C176.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M153.8%2C170.5l-14.3-14.9c-0.1-0.1-0.3-0.2-0.5-0.2H7.6l-7.7-8v2.2l6.9%2C7.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h131.4%0D%0A%09%09l13.9%2C14.5v78.3h1.5V171C154%2C170.8%2C153.9%2C170.6%2C153.8%2C170.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M162%2C167.2L143.6%2C148c-0.1-0.1-0.3-0.2-0.5-0.2H14.6l-14.7-15.4v2.2l13.9%2C14.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h128.5%0D%0A%09%09l17.9%2C18.8v81.5h1.5v-81.9C162.2%2C167.5%2C162.1%2C167.3%2C162%2C167.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.1%2C113.4h143.2l9.6%2C10c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h23.4l12.4%2C13v100l-1.6%2C1.7c-0.9-1-2.2-1.7-3.6-1.7%0D%0A%09%09c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1c0-0.8-0.2-1.5-0.5-2.2l2-2.1c0.1-0.1%2C0.2-0.3%2C0.2-0.5V136.3%0D%0A%09%09c0-0.2-0.1-0.4-0.2-0.5l-12.9-13.5c-0.1-0.1-0.3-0.2-0.5-0.2h-23.4l-9.6-10c-0.1-0.1-0.3-0.2-0.5-0.2H9.4l-9.5-9.9v2.2l8.7%2C9.1%0D%0A%09%09C8.7%2C113.3%2C8.9%2C113.4%2C9.1%2C113.4z%20M193%2C245.5c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09C196.6%2C243.9%2C195%2C245.5%2C193%2C245.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2C102.5h142.5l7.2%2C7.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h34.9l11.1%2C11.6v39c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l14.9%2C15.6v24.6%0D%0A%09%09c-2.4%2C0.4-4.2%2C2.5-4.2%2C5.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1v-24.9c0-0.2-0.1-0.4-0.2-0.5l-14.9-15.6%0D%0A%09%09v-39c0-0.2-0.1-0.4-0.2-0.5l-11.5-12.1c-0.1-0.1-0.3-0.2-0.5-0.2h-34.9l-7.2-7.5c-0.1-0.1-0.3-0.2-0.5-0.2H14.3L-0.1%2C85.9V88%0D%0A%09%09l13.6%2C14.2C13.6%2C102.4%2C13.8%2C102.5%2C14%2C102.5z%20M229.7%2C206.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09C228.1%2C202.9%2C229.7%2C204.6%2C229.7%2C206.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M6.6%2C29.5l43.6%2C45.6c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h106.1c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4c2.7%2C0%2C4.9-2.3%2C4.9-5.1%0D%0A%09%09c0-2.8-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4H51L7.8%2C28.6V-0.7H6.3V29C6.3%2C29.2%2C6.4%2C29.4%2C6.6%2C29.5z%20M161.6%2C70.8%0D%0A%09%09c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S159.6%2C70.8%2C161.6%2C70.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M19.7%2C24.2l36.9%2C38.6c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h102.2c0.2%2C0%2C0.4-0.1%2C0.5-0.2l6.6-6.9c0.7%2C0.4%2C1.5%2C0.6%2C2.3%2C0.6%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1c0%2C1.4%2C0.5%2C2.7%2C1.4%2C3.6l-6.2%2C6.5H57.5L21%2C23.4V-0.7h-1.5v24.4%0D%0A%09%09C19.5%2C23.9%2C19.6%2C24.1%2C19.7%2C24.2z%20M165.2%2C51.4c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09C166.8%2C55.2%2C165.2%2C53.5%2C165.2%2C51.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M42.7%2C14.4c-0.8-0.5-1.6-0.8-2.6-0.8c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1%0D%0A%09%09c0-1.3-0.5-2.5-1.2-3.4l5.1-5.3c0.1-0.1%2C0.2-0.3%2C0.2-0.5V-0.7h-1.5v10L42.7%2C14.4z%20M40.1%2C22.5c-2%2C0-3.6-1.7-3.6-3.7%0D%0A%09%09c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C43.7%2C20.8%2C42.1%2C22.5%2C40.1%2C22.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M57.5%2C10.9l4.5%2C4.8c-0.6%2C0.9-1%2C1.9-1%2C3c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.1%2C0-2.1%2C0.4-2.9%2C1l-4.3-4.5V-0.7h-1.5v11.1C57.3%2C10.6%2C57.4%2C10.8%2C57.5%2C10.9z%20M66%2C15c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09s-3.6-1.7-3.6-3.7S64%2C15%2C66%2C15z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M85.3%2C7l9.2%2C9.6c-0.3%2C0.6-0.4%2C1.3-0.4%2C2.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.5%2C0-2.8%2C0.7-3.7%2C1.8l-8.8-9.2v-6.9H85v7.2C85.1%2C6.7%2C85.2%2C6.9%2C85.3%2C7z%20M99%2C15c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09s-3.6-1.7-3.6-3.7S97%2C15%2C99%2C15z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M120.3%2C12.8l23.9%2C25c-0.3%2C0.7-0.5%2C1.4-0.5%2C2.3c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.4%2C0-2.7%2C0.6-3.6%2C1.6L121.5%2C12V-0.7H120v13C120.1%2C12.5%2C120.2%2C12.7%2C120.3%2C12.8z%20M148.6%2C36.4c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7C145%2C38%2C146.6%2C36.4%2C148.6%2C36.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M133.3%2C12.7h10.4c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4H134%0D%0A%09%09v-12h-1.5V12C132.6%2C12.4%2C132.9%2C12.7%2C133.3%2C12.7z%20M148.6%2C8.2c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7S145%2C14%2C145%2C11.9%0D%0A%09%09C145%2C9.9%2C146.6%2C8.2%2C148.6%2C8.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M288.9%2C222.1c0.1-0.1%2C0.2-0.3%2C0.2-0.5v-35.4c0-0.2-0.1-0.4-0.2-0.5l-81.1-84.9c-0.1-0.1-0.3-0.2-0.5-0.2h-39.8%0D%0A%09%09l-6.2-6.5c-0.1-0.1-0.3-0.2-0.5-0.2H19l-19.1-20V76l18.3%2C19.1c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h141.7l6.2%2C6.5c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h39.8%0D%0A%09%09l80.7%2C84.4v34.8l-25.7%2C26.9h-14c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-1.2%2C1.2h16.3c0.1%2C0%2C0.1-0.1%2C0.2-0.1L288.9%2C222.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M186.8%2C44.5l10.9%2C11.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H213l2.9%2C3c-0.7%2C0.9-1.1%2C2-1.1%2C3.2c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09s4.9-2.3%2C4.9-5.1c0-2.8-2.2-5.1-4.9-5.1c-1%2C0-2%2C0.3-2.8%2C0.9l-3.1-3.3c-0.1-0.1-0.3-0.2-0.5-0.2h-14.8l-10.5-11V-0.7h-1.5V44%0D%0A%09%09C186.6%2C44.1%2C186.7%2C44.3%2C186.8%2C44.5z%20M219.8%2C58.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C216.3%2C60.3%2C217.9%2C58.6%2C219.8%2C58.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M196.7%2C38.9l6.1%2C6.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h7.9c0.2%2C0%2C0.4-0.1%2C0.5-0.2l3-3.2c0.9%2C0.9%2C2.1%2C1.4%2C3.4%2C1.4%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1c0%2C0.9%2C0.2%2C1.7%2C0.6%2C2.5l-3%2C3.1h-7.3l-5.7-6V-0.7h-1.5v39.1%0D%0A%09%09C196.5%2C38.5%2C196.6%2C38.7%2C196.7%2C38.9z%20M218.2%2C34.7c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C214.6%2C36.4%2C216.2%2C34.7%2C218.2%2C34.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M243.2%2C74.8l31.9%2C33.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h48.5l5.7%2C6c-0.6%2C0.9-1%2C1.9-1%2C3.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-1.1%2C0-2%2C0.4-2.9%2C1l-6-6.2c-0.1-0.1-0.3-0.2-0.5-0.2h-48.5l-31.5-32.9V-0.7h-1.5v75%0D%0A%09%09C242.9%2C74.4%2C243%2C74.6%2C243.2%2C74.8z%20M333.7%2C113.7c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C330.1%2C115.4%2C331.7%2C113.7%2C333.7%2C113.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M254.9%2C69l22.8%2C23.8c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h50.7c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4c2.7%2C0%2C4.9-2.3%2C4.9-5.1%0D%0A%09%09s-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4h-50.4l-22.4-23.4V-0.7h-1.5v69.2C254.7%2C68.7%2C254.7%2C68.8%2C254.9%2C69z%20M333.7%2C88.5%0D%0A%09%09c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S331.7%2C88.5%2C333.7%2C88.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M273.1%2C44.8c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l17.4%2C18.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h7.3c0.2%2C2.6%2C2.3%2C4.7%2C4.9%2C4.7%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.4%2C0-4.3%2C1.7-4.8%2C4h-7l-16.9-17.7V-0.1l0.6-0.6h-2c0%2C0.1-0.1%2C0.2-0.1%2C0.3v45.2H273.1z%0D%0A%09%09%20M303.3%2C59.5c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7C299.8%2C61.2%2C301.4%2C59.5%2C303.3%2C59.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M281.6%2C5.8v33.4c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l7.8%2C8.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h8.3c0.4%2C2.5%2C2.4%2C4.4%2C4.8%2C4.4%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.5%2C0-4.5%2C1.9-4.8%2C4.4h-8l-7.4-7.8V6.1l6.5-6.8h-2.1l-5.7%2C6%0D%0A%09%09C281.7%2C5.4%2C281.6%2C5.6%2C281.6%2C5.8z%20M303.3%2C43.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C299.8%2C45.3%2C301.4%2C43.6%2C303.3%2C43.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M314.3%2C37L328%2C51.3c-0.5%2C0.8-0.8%2C1.7-0.8%2C2.7c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1%0D%0A%09%09c-1.2%2C0-2.3%2C0.5-3.2%2C1.3l-13.4-14V-0.7H314v37.2C314.1%2C36.7%2C314.2%2C36.8%2C314.3%2C37z%20M332.2%2C50.3c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S330.2%2C50.3%2C332.2%2C50.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M323.3%2C21.5c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l3.7%2C3.9c-0.5%2C0.8-0.8%2C1.7-0.8%2C2.7c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-1.2%2C0-2.3%2C0.5-3.2%2C1.3l-3.4-3.6V-0.3l0.4-0.4h-1.8c0%2C0%2C0%2C0%2C0%2C0.1L323.3%2C21.5L323.3%2C21.5z%0D%0A%09%09%20M331.4%2C24.9c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7C327.9%2C26.6%2C329.5%2C24.9%2C331.4%2C24.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M351.3%2C170.9c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v78.1h1.5v-77.8l69.6-72.8c0.1-0.1%2C0.2-0.3%2C0.2-0.5V-0.7H421v98.8%0D%0A%09%09L351.3%2C170.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M547.9%2C16.4v86.8c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l57.8%2C60.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H699l13.9%2C14.5c-0.6%2C0.9-1%2C1.9-1%2C3%0D%0A%09%09c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-1.1%2C0-2.1%2C0.4-2.9%2C1L699.8%2C163c-0.1-0.1-0.3-0.2-0.5-0.2h-92.6l-57.3-60%0D%0A%09%09V16.7L566-0.7h-2.1l-15.8%2C16.6C548%2C16%2C547.9%2C16.2%2C547.9%2C16.4z%20M716.8%2C178.2c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09s-3.6-1.7-3.6-3.7C713.2%2C179.8%2C714.8%2C178.2%2C716.8%2C178.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M360.4%2C172.6c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v76.4h1.5v-76.1L477.5%2C52.3c0.1-0.1%2C0.2-0.3%2C0.2-0.5V-0.7h-1.5v52.2%0D%0A%09%09L360.4%2C172.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M393.3%2C56.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1V-0.7h-1.5v51.8%0D%0A%09%09C395.2%2C51.4%2C393.3%2C53.6%2C393.3%2C56.1z%20M401.8%2C56.1c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09S401.8%2C54.1%2C401.8%2C56.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M450.6%2C21.2c2.7%2C0%2C4.9-2.3%2C4.9-5.1s-2.2-5.1-4.9-5.1c-2.7%2C0-4.9%2C2.3-4.9%2C5.1S447.9%2C21.2%2C450.6%2C21.2z%0D%0A%09%09%20M450.6%2C12.3c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7S447%2C18%2C447%2C16C447.1%2C14%2C448.7%2C12.3%2C450.6%2C12.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M481.2%2C237.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1S483.9%2C237.5%2C481.2%2C237.5z%0D%0A%09%09%20M481.2%2C246.4c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C484.8%2C244.7%2C483.2%2C246.4%2C481.2%2C246.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M515%2C237.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1S517.7%2C237.5%2C515%2C237.5z%20M515%2C246.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7S517%2C246.4%2C515%2C246.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M583.1%2C237.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1S585.8%2C237.5%2C583.1%2C237.5z%20M583.1%2C246.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C586.7%2C244.7%2C585.1%2C246.4%2C583.1%2C246.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M382.3%2C86.2c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.8-2.2-5.1-4.9-5.1c-2.7%2C0-4.9%2C2.3-4.9%2C5.1%0D%0A%09%09C377.3%2C83.9%2C379.6%2C86.2%2C382.3%2C86.2z%20M382.3%2C77.4c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C378.7%2C79%2C380.3%2C77.4%2C382.3%2C77.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M297.9%2C225.2v-63.8c0-0.2-0.1-0.4-0.2-0.5l-66.5-69.5c-0.1-0.1-0.3-0.2-0.5-0.2h-60l-5.9-6.2%0D%0A%09%09c-0.1-0.1-0.3-0.2-0.5-0.2H28.8L-0.1%2C54.4v2.2L28%2C86c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2H164l5.9%2C6.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h60l66%2C69.1v63.2%0D%0A%09%09l-23.6%2C24.7h2.1l22.8-23.8C297.9%2C225.6%2C297.9%2C225.4%2C297.9%2C225.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M366.7%2C4.8v131.5L311%2C194.5c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v54.5h1.5v-54.2l55.7-58.2c0.1-0.1%2C0.2-0.3%2C0.2-0.5V5.1%0D%0A%09%09l5.6-5.8h-2.1l-4.8%2C5C366.8%2C4.4%2C366.7%2C4.6%2C366.7%2C4.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M494.8%2C5.4V47L370.2%2C177.4c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v71.7h1.5v-71.3L496%2C47.9c0.1-0.1%2C0.2-0.3%2C0.2-0.5V5.8%0D%0A%09%09l6.2-6.5h-2.1L495%2C4.9C494.9%2C5%2C494.8%2C5.2%2C494.8%2C5.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M509.5%2C4.8v39.5l-131.9%2C138c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v66.7h1.5v-66.4l131.9-138c0.1-0.1%2C0.2-0.3%2C0.2-0.5V5.1%0D%0A%09%09l5.6-5.8h-2.1l-4.8%2C5C509.6%2C4.4%2C509.5%2C4.6%2C509.5%2C4.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M521%2C14.5v36.3L389.2%2C188.7c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v60.4h1.5v-60l131.8-138c0.1-0.1%2C0.2-0.3%2C0.2-0.5V14.8%0D%0A%09%09l14.9-15.5h-2.1l-14%2C14.7C521.1%2C14.1%2C521%2C14.3%2C521%2C14.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M169.8%2C149.6l-20.3-21.2c-0.1-0.1-0.3-0.2-0.5-0.2H91.2c-0.4-2.5-2.4-4.4-4.8-4.4c-2.7%2C0-4.9%2C2.3-4.9%2C5.1%0D%0A%09%09c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1c2.5%2C0%2C4.5-1.9%2C4.8-4.4h57.5l19.8%2C20.7v99.1h1.5V150C170%2C149.9%2C170%2C149.8%2C169.8%2C149.6z%20M86.4%2C132.7%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7S90%2C127%2C90%2C129S88.4%2C132.7%2C86.4%2C132.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M303.3%2C9.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1S306%2C9.5%2C303.3%2C9.5z%20M303.3%2C18.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7S305.3%2C18.4%2C303.3%2C18.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M210.3%2C9.5c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1S213%2C9.5%2C210.3%2C9.5z%20M210.3%2C18.4%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7C213.9%2C16.7%2C212.3%2C18.4%2C210.3%2C18.4z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M99%2C41.9c-2.7%2C0-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c2.7%2C0%2C4.9-2.3%2C4.9-5.1S101.7%2C41.9%2C99%2C41.9z%20M99%2C50.8%0D%0A%09%09c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7S101%2C50.8%2C99%2C50.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M175.9%2C144c0-0.2-0.1-0.4-0.2-0.5l-22.2-23.2c-0.1-0.1-0.3-0.2-0.5-0.2H75.4c-0.2%2C0-0.4%2C0.1-0.5%2C0.2l-11%2C11.5%0D%0A%09%09H14.3l-14.4-15.1v2.2l13.6%2C14.2c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h50.1c0.2%2C0%2C0.4-0.1%2C0.5-0.2l11-11.5h76.9l21.8%2C22.8V245%0D%0A%09%09c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l3.8%2C4h2.1l-4.7-4.9V144H175.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M641.2%2C109.2V54c0-0.2-0.1-0.4-0.2-0.5l-25.2-26.4c1-0.9%2C1.6-2.3%2C1.6-3.8c0-2.8-2.2-5.1-4.9-5.1%0D%0A%09%09s-4.9%2C2.3-4.9%2C5.1s2.2%2C5.1%2C4.9%2C5.1c0.7%2C0%2C1.4-0.2%2C2-0.5l25.2%2C26.4v55.1c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5L662%2C133c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2%0D%0A%09%09h140.7v-1.5H662.9L641.2%2C109.2z%20M612.5%2C27c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09C616.1%2C25.4%2C614.5%2C27%2C612.5%2C27z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M612.5%2C4.9c0.9%2C0%2C1.8-0.3%2C2.5-0.7l45.1%2C47.1v50.5c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l19.9%2C20.8c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2%0D%0A%09%09h122.6v-1.5H681l-19.4-20.3V51c0-0.2-0.1-0.4-0.2-0.5L616.1%2C3.2c0.8-0.9%2C1.3-2.1%2C1.3-3.4c0-0.2%2C0-0.3%2C0-0.5H616c0%2C0.2%2C0%2C0.3%2C0%2C0.5%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-0.2%2C0-0.3%2C0-0.5h-1.3c0%2C0.2%2C0%2C0.3%2C0%2C0.5C607.6%2C2.6%2C609.8%2C4.9%2C612.5%2C4.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M676.5%2C87.5l16.7%2C17.4c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h109.6v-1.5H693.9l-16.2-17V-0.7h-1.5V87%0D%0A%09%09C676.2%2C87.2%2C676.3%2C87.4%2C676.5%2C87.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M773.2%2C69.3c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1c0-2.6-1.8-4.7-4.2-5.1V-0.7h-1.5v64.9%0D%0A%09%09C775%2C64.6%2C773.2%2C66.7%2C773.2%2C69.3z%20M781.7%2C69.3c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7%0D%0A%09%09C780.1%2C65.5%2C781.7%2C67.2%2C781.7%2C69.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M737.1%2C43.8l17.5%2C18.3v19c-2.4%2C0.4-4.2%2C2.5-4.2%2C5.1c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1s4.9-2.3%2C4.9-5.1%0D%0A%09%09c0-2.6-1.8-4.7-4.2-5.1V61.8c0-0.2-0.1-0.4-0.2-0.5L738.3%2C43V-0.7h-1.5v44C736.9%2C43.4%2C737%2C43.6%2C737.1%2C43.8z%20M758.9%2C86.1%0D%0A%09%09c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7S758.9%2C84.1%2C758.9%2C86.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M725.9%2C72.8c-1.4%2C0-2.7%2C0.7-3.6%2C1.7l-13.4-14V16.7c2.4-0.4%2C4.2-2.5%2C4.2-5.1c0-2.8-2.2-5.1-4.9-5.1%0D%0A%09%09s-4.9%2C2.3-4.9%2C5.1c0%2C2.6%2C1.8%2C4.7%2C4.2%2C5.1v44.1c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l13.8%2C14.4c-0.3%2C0.7-0.5%2C1.4-0.5%2C2.2c0%2C2.8%2C2.2%2C5.1%2C4.9%2C5.1%0D%0A%09%09s4.9-2.3%2C4.9-5.1C730.9%2C75.1%2C728.6%2C72.8%2C725.9%2C72.8z%20M704.6%2C11.6c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09C706.2%2C15.4%2C704.6%2C13.7%2C704.6%2C11.6z%20M725.9%2C81.7c-2%2C0-3.6-1.7-3.6-3.7c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7%0D%0A%09%09S727.9%2C81.7%2C725.9%2C81.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M770.4%2C151.7l-18.3%2C19.2h-14.9L714%2C146.6c-0.1-0.1-0.3-0.2-0.5-0.2h-75.3l-52.8-55.3V49.9%0D%0A%09%09c2.5-0.2%2C4.6-2.4%2C4.6-5.1c0-2.8-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1c0%2C2.4%2C1.6%2C4.5%2C3.8%2C5v41.6c0%2C0.2%2C0.1%2C0.4%2C0.2%2C0.5l53.2%2C55.7%0D%0A%09%09c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h75.3l23.2%2C24.3c0.1%2C0.1%2C0.3%2C0.2%2C0.5%2C0.2h15.5c0.2%2C0%2C0.4-0.1%2C0.5-0.2l18.3-19.2h32v-1.5H771%0D%0A%09%09C770.8%2C151.5%2C770.6%2C151.6%2C770.4%2C151.7z%20M581.4%2C44.8c0-2.1%2C1.6-3.7%2C3.6-3.7s3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7%0D%0A%09%09S581.4%2C46.8%2C581.4%2C44.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M612.8%2C86.9c2.7%2C0%2C4.9-2.3%2C4.9-5.1c0-2.8-2.2-5.1-4.9-5.1s-4.9%2C2.3-4.9%2C5.1C607.9%2C84.6%2C610.1%2C86.9%2C612.8%2C86.9z%0D%0A%09%09%20M612.8%2C78c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7S610.8%2C78%2C612.8%2C78z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M759.6%2C229.4c2.5%2C0%2C4.5-1.9%2C4.8-4.4h38.8v-1.5h-38.8c-0.4-2.5-2.4-4.4-4.8-4.4c-2.7%2C0-4.9%2C2.3-4.9%2C5.1%0D%0A%09%09C754.6%2C227.1%2C756.8%2C229.4%2C759.6%2C229.4z%20M759.6%2C220.6c2%2C0%2C3.6%2C1.7%2C3.6%2C3.7c0%2C2.1-1.6%2C3.7-3.6%2C3.7s-3.6-1.7-3.6-3.7%0D%0A%09%09C756%2C222.2%2C757.6%2C220.6%2C759.6%2C220.6z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-size: auto 250px
}

.Vlt-card__image__icon {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .14);
    height: 60px;
    width: 60px
}

.Vlt-card__image__icon img,
.Vlt-card__image__icon svg {
    height: 40px;
    margin: 10px;
    width: 40px
}

.Vlt-card__image--blue {
    background: linear-gradient(to right, #0a55b6, #06336e)
}

.Vlt-card__image--blue .Vlt-card__image__icon svg {
    fill: #094a9e
}

.Vlt-card__image--blue-light {
    background: linear-gradient(to right, #0284ee, #025aa2)
}

.Vlt-card__image--blue-light .Vlt-card__image__icon svg {
    fill: #0276d5
}

.Vlt-card__image--red {
    background: linear-gradient(to right, #e93434, #bb1515)
}

.Vlt-card__image--red .Vlt-card__image__icon svg {
    fill: #fb6a6a
}

.Vlt-card__image--orange {
    background: linear-gradient(to right, #fa5610, #ba3a04)
}

.Vlt-card__image--orange .Vlt-card__image__icon svg {
    fill: #f47251
}

.Vlt-card__image--indigo,
.Vlt-card__image--magenta {
    background: linear-gradient(to right, #df31a8, #aa1a7c)
}

.Vlt-card__image--indigo .Vlt-card__image__icon svg,
.Vlt-card__image--magenta .Vlt-card__image__icon svg {
    fill: #d6219c
}

.Vlt-card__image--green {
    background: linear-gradient(to right, #209c39, #135d22)
}

.Vlt-card__image--green .Vlt-card__image__icon svg {
    fill: #32af4c
}

.Vlt-card__image--purple {
    background: linear-gradient(to right, #a75bff, #7e0eff)
}

.Vlt-card__image--purple .Vlt-card__image__icon svg {
    fill: #b77ef9
}

.Vlt-card__image--teal {
    background: linear-gradient(to right, #60cad7, #2facbc)
}

.Vlt-card__image--teal .Vlt-card__image__icon svg {
    fill: #4cc3d2
}

.Vlt-card__image .Vlt-grid {
    width: calc(100% - 146px)
}

.Vlt-card__image .Vlt-progress {
    width: calc(100% - 176px)
}

@media only screen and (max-width:767px) {
    .Vlt-card__image .Vlt-grid {
        width: calc(100% - 16px)
    }

    .Vlt-card__image .Vlt-grid .Vlt-col {
        margin: 0
    }

    .Vlt-card__image .Vlt-progress {
        width: calc(100% - 48px)
    }
}

.Vlt-card__header {
    padding-bottom: 16px
}

.Vlt-card__header .Vlt-btn,
.Vlt-card__header .Vlt-dropdown__btn,
.Vlt-card__header h1,
.Vlt-card__header h2,
.Vlt-card__header h3,
.Vlt-card__header h4,
.Vlt-card__header h5 {
    margin: 0 !important
}

.Vlt-card__footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 16px -8px -8px;
    padding-top: 16px
}

.Vlt-card__footer .Vlt-btn {
    margin-bottom: 0;
    margin-top: 0
}

.Vlt-card__footer--short {
    margin-bottom: -12px;
    margin-top: 16px;
    padding-top: 8px
}

.Vlt-card__footer--noborder {
    border: 0;
    margin-top: 0
}

.Vlt-card--scrollable {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.Vlt-card--scrollable .Vlt-card__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0
}

.Vlt-card--scrollable .Vlt-card__header,
.Vlt-card--scrollable .Vlt-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0
}

.Vlt-card--scrollable .Vlt-card__header+.Vlt-card__content,
.Vlt-card--scrollable .Vlt-card__image+.Vlt-card__content {
    padding-top: 16px
}

.Vlt-card--scrollable .Vlt-card__content {
    -ms-flex: auto;
    flex: auto;
    overflow-y: auto;
    padding-bottom: 16px
}

.Vlt-card--stretch {
    height: 100%
}

.Vlt-card__cta {
    margin-bottom: -8px;
    text-align: center
}

.Vlt-card__content .Vlt-icon--larger:first-child,
.Vlt-card__content .Vlt-icon--largest:first-child {
    margin-bottom: 24px
}

.Vlt-card__corner {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.8rem;
    padding-right: 23px;
    position: absolute;
    right: 24px;
    top: 24px
}

.Vlt-card__corner>svg {
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px
}

.Vlt-card__corner .Vlt-btn {
    margin: 0;
    margin-right: -23px
}

.Vlt-card--clickable,
a.Vlt-card {
    cursor: pointer;
    transition: transform .1s
}

.Vlt-card--clickable:hover,
a.Vlt-card:hover {
    transform: scale(1.022)
}

.Vlt-card--clickable:active,
a.Vlt-card:active {
    transform: scale(1)
}

.Vlt-text-separator {
    display: block;
    line-height: 1.6rem;
    margin: 16px 0;
    overflow: hidden;
    text-align: center
}

.Vlt-text-separator span {
    color: #000;
    font-size: 1.2rem;
    padding: 0 8px;
    position: relative
}

.Vlt-text-separator span:after,
.Vlt-text-separator span:before {
    background: #b3b3b3;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100vw
}

.Vlt-text-separator span:before {
    right: 100%
}

.Vlt-text-separator span:after {
    left: 100%
}

.Vlt-text-separator--red span {
    color: #e61d1d
}

.Vlt-text-separator--red span:after,
.Vlt-text-separator--red span:before {
    background: #fe9696
}

.Vlt-text-separator--big {
    line-height: 2.1rem
}

.Vlt-text-separator--big span {
    font-size: 1.4rem;
    font-weight: 600
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(.8) translateY(1000px)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@keyframes scaleDown {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }

    100% {
        opacity: 0;
        transform: scale(.8) translateY(1000px)
    }
}

.Vlt-modal {
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transform: scale(0);
    transition: background .5s;
    width: 100vw;
    z-index: 900
}

.Vlt-modal__panel {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    max-height: 95vh;
    padding: 32px;
    position: relative;
    width: calc(100vw - 20px)
}

@media only screen and (min-width:576px) {
    .Vlt-modal__panel {
        width: 400px
    }
}

@media only screen and (max-width:575px) {
    .Vlt-modal__panel {
        margin-bottom: 80px;
        margin-top: 80px;
        max-height: calc(70vh)
    }
}

.Vlt-modal__panel p {
    color: #000
}

.Vlt-modal__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 8px
}

.Vlt-modal__header .Vlt-icon {
    margin-bottom: 24px
}

.Vlt-modal__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M17.7429%206.25714C17.4%205.91429%2016.8857%205.91429%2016.5429%206.25714L12%2010.8L7.45714%206.25714C7.11429%205.91429%206.6%205.91429%206.25714%206.25714C5.91429%206.6%205.91429%207.11429%206.25714%207.45714L10.8%2012L6.25714%2016.5429C5.91429%2016.8857%205.91429%2017.4%206.25714%2017.7429C6.42857%2017.9143%206.6%2018%206.85714%2018C7.11429%2018%207.28571%2017.9143%207.45714%2017.7429L12%2013.2L16.5429%2017.7429C16.7143%2017.9143%2016.9714%2018%2017.1429%2018C17.3143%2018%2017.5714%2017.9143%2017.7429%2017.7429C18.0857%2017.4%2018.0857%2016.8857%2017.7429%2016.5429L13.2%2012L17.7429%207.45714C18.0857%207.11429%2018.0857%206.6%2017.7429%206.25714Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 24px;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: opacity .2s;
    width: 24px
}

.Vlt-modal__dismiss:hover {
    opacity: .6
}

.Vlt-modal__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: -8px
}

.Vlt-modal__footer--small {
    margin: 0 -20px -20px;
    padding-top: 4px;
    position: relative
}

.Vlt-modal__footer--small:before {
    bottom: -12px;
    content: '';
    left: -12px;
    position: absolute;
    right: -12px;
    top: 0
}

.Vlt-modal__footer .Vlt-btn {
    margin-bottom: 0;
    min-width: 75px
}

.Vlt-modal_visible {
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    transform: scale(1) translateY(0)
}

.Vlt-modal_visible .Vlt-modal__panel {
    animation: scaleUp .5s cubic-bezier(.165, .84, .44, 1) forwards
}

.Vlt-modal--out {
    background: 0 0;
    opacity: 0;
    transform: scale(0)
}

.Vlt-modal--out .Vlt-modal__panel {
    animation: scaleDown .5s cubic-bezier(.165, .84, .44, 1) forwards
}

@media only screen and (min-width:576px) {
    .Vlt-modal--large .Vlt-modal__panel {
        width: 630px
    }
}

.Vlt-modal--message {
    text-align: center
}

.Vlt-modal--message .Vlt-modal__content {
    text-align: center
}

.Vlt-modal__content {
    -webkit-overflow-scrolling: touch;
    -ms-flex: auto;
    flex: auto;
    max-height: calc(95vh - 122px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 24px
}

.Vlt-modal__content--message {
    text-align: center
}

.Vlt-modal--form {
    text-align: left
}

.Vlt-modal--small .Vlt-modal__header .Vlt-icon {
    margin-bottom: 16px
}

.Vlt-modal--small .Vlt-modal__panel {
    padding: 24px
}

.Vlt-modal--small .Vlt-modal__sticky {
    padding: 16px 0;
    position: relative
}

.Vlt-modal--small .Vlt-modal__sticky:before {
    background-color: #b3b3b3;
    content: '';
    height: 1px;
    left: -24px;
    position: absolute;
    right: -24px;
    top: 0
}

.Vlt-modal--small .Vlt-modal__footer--small {
    margin: 0 -12px -12px
}

body.Vlt-body--modal-open {
    overflow: hidden
}

body.Vlt-body--modal-open main {
    overflow: hidden
}

.Vlt-accordion__content,
.Vlt-js-accordion__content {
    height: 0;
    overflow: hidden;
    padding: 0 4px 0 12px;
    transition: height .3s
}

.Vlt-accordion__content_open,
.Vlt-js-accordion__content_open {
    height: auto;
    overflow: visible
}

.Vlt-js-accordion__trigger {
    cursor: pointer
}

.Vlt-accordion {
    border-bottom: 1px solid #ccc
}

.Vlt-accordion__trigger {
    border-top: 1px solid #ccc;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.4rem;
    padding: 15px 28px 15px 12px;
    position: relative;
    text-align: left;
    transition: all .3s;
    width: 100%
}

.Vlt-accordion__trigger:focus,
.Vlt-accordion__trigger:hover {
    background-color: #f2f2f2
}

.Vlt-accordion__trigger:active {
    background-color: #e6e6e6
}

.Vlt-accordion__trigger:first-child {
    border-top: 0
}

.Vlt-accordion__trigger span {
    -ms-flex: 1;
    flex: 1
}

.Vlt-accordion__trigger svg {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    margin-right: 16px;
    width: 24px
}

.Vlt-accordion__trigger:after,
.Vlt-accordion__trigger:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M18.5629%208.32894L12.0004%2013.5789L5.43794%208.32894C5.2841%208.20583%205.10751%208.11422%204.91826%208.05935C4.72902%208.00448%204.53082%207.98743%204.33498%208.00916C4.13914%208.03089%203.9495%208.09097%203.77688%208.18599C3.60426%208.28101%203.45205%208.4091%203.32894%208.56294C3.20583%208.71679%203.11422%208.89337%203.05935%209.08262C3.00448%209.27187%202.98742%209.47007%203.00915%209.66591C3.03088%209.86175%203.09097%2010.0514%203.18599%2010.224C3.28101%2010.3966%203.4091%2010.5488%203.56294%2010.6719L11.0629%2016.6719C11.329%2016.885%2011.6596%2017.001%2012.0004%2017.001C12.3412%2017.001%2012.6719%2016.885%2012.9379%2016.6719L20.4379%2010.6719C20.7486%2010.4233%2020.9478%2010.0614%2020.9917%209.66591C21.0356%209.27039%2020.9206%208.87365%2020.6719%208.56294C20.5488%208.4091%2020.3966%208.28101%2020.224%208.18599C20.0514%208.09097%2019.8617%208.03089%2019.6659%208.00916C19.2704%207.96527%2018.8736%208.0803%2018.5629%208.32894V8.32894Z%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    content: '';
    display: block;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    transition: transform .2s;
    width: 16px
}

.Vlt-accordion__trigger:after {
    position: absolute;
    right: 12px;
    top: 18px
}

.Vlt-accordion__trigger:before {
    display: none
}

.Vlt-accordion__trigger_active+.Vlt-accordion__content+.Vlt-accordion__trigger {
    margin-top: 23px
}

.Vlt-accordion__trigger_active:after,
.Vlt-accordion__trigger_active:before {
    transform: rotate(180deg)
}

.Vlt-accordion__trigger--noborder+.Vlt-accordion__content {
    border-bottom: 0
}

.Vlt-accordion--chevron-left .Vlt-accordion__trigger,
.Vlt-accordion--icons .Vlt-accordion__trigger,
.Vlt-accordion--plus-minus .Vlt-accordion__trigger {
    padding-left: 12px
}

.Vlt-accordion--chevron-left .Vlt-accordion__content,
.Vlt-accordion--icons .Vlt-accordion__content,
.Vlt-accordion--plus-minus .Vlt-accordion__content {
    padding-left: 54px
}

.Vlt-accordion--chevron-left .Vlt-accordion__trigger:before,
.Vlt-accordion--plus-minus .Vlt-accordion__trigger:before {
    display: block;
    margin-right: 20px;
    margin-top: 3px
}

.Vlt-accordion--chevron-left .Vlt-accordion__trigger:after,
.Vlt-accordion--plus-minus .Vlt-accordion__trigger:after {
    display: none
}

.Vlt-accordion--chevron-left .Vlt-accordion__content,
.Vlt-accordion--plus-minus .Vlt-accordion__content {
    padding-left: 50px
}

.Vlt-accordion--plus-minus .Vlt-accordion__trigger {
    -ms-flex-pack: left;
    justify-content: left
}

.Vlt-accordion--plus-minus .Vlt-accordion__trigger:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M22.5%2010.5H13.5V1.5C13.5%200.6%2012.9%200%2012%200C11.1%200%2010.5%200.6%2010.5%201.5V10.5H1.5C0.6%2010.5%200%2011.1%200%2012C0%2012.9%200.6%2013.5%201.5%2013.5H10.5V22.5C10.5%2023.4%2011.1%2024%2012%2024C12.9%2024%2013.5%2023.4%2013.5%2022.5V13.5H22.5C23.4%2013.5%2024%2012.9%2024%2012C24%2011.1%2023.4%2010.5%2022.5%2010.5Z%22%2F%3E%0A%3C%2Fsvg%3E")
}

.Vlt-accordion--plus-minus .Vlt-accordion__trigger_active:before {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M22.5%2010.5H1.5C0.6%2010.5%200%2011.1%200%2012C0%2012.9%200.6%2013.5%201.5%2013.5H22.5C23.4%2013.5%2024%2012.9%2024%2012C24%2011.1%2023.4%2010.5%2022.5%2010.5Z%22%2F%3E%0A%3C%2Fsvg%3E");
    transform: none
}

.Vlt-accordion__content:last-of-type.Vlt-accordion__content_open {
    padding-bottom: 28px
}

.Vlt-accordion__content--noborder {
    border: 0
}

.Vlt-accordion--large .Vlt-accordion__trigger {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 19px 28px 20px 12px
}

.Vlt-accordion--large .Vlt-accordion__trigger:after {
    top: 23px
}

.Vlt-accordion--large .Vlt-accordion__trigger_active+.Vlt-accordion__content+.Vlt-accordion__trigger {
    margin-top: 28px
}

.Vlt-spinner {
    display: inline-block;
    height: 64px;
    margin: 8px;
    position: relative;
    width: 64px
}

.Vlt-spinner:after,
.Vlt-spinner:before {
    animation: spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border: 6px solid #000;
    border-color: #000 transparent transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 75%;
    margin: 6px;
    position: absolute;
    width: 75%
}

.Vlt-spinner:after {
    animation-delay: -.1s
}

.Vlt-spinner--small {
    height: 32px;
    width: 32px
}

.Vlt-spinner--small:after,
.Vlt-spinner--small:before {
    border-width: 3px;
    margin: 3px
}

.Vlt-spinner--smaller {
    height: 20px;
    width: 20px
}

.Vlt-spinner--smaller:after,
.Vlt-spinner--smaller:before {
    border-width: 2px;
    margin: 2px
}

.Vlt-spinner--middle {
    vertical-align: middle
}

.Vlt-spinner--center {
    display: block;
    margin: 0 auto
}

.Vlt-spinner--white:after,
.Vlt-spinner--white:before {
    border-color: #fff transparent transparent
}

.Vlt-btn .Vlt-spinner {
    height: 20px;
    margin: -3px 6px 0 0;
    vertical-align: middle;
    width: 20px
}

.Vlt-btn .Vlt-spinner:after,
.Vlt-btn .Vlt-spinner:before {
    border-width: 2px;
    margin: 2px
}

.Vlt-btn--large .Vlt-spinner {
    height: 24px;
    width: 24px
}

.Vlt-btn--small .Vlt-spinner {
    height: 18px;
    margin-top: -4px;
    width: 18px
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.Vlt-empty {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
    text-align: center;
    width: 100%
}

.Vlt-empty:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2260%22%20fill%3D%22%23E1E2E6%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M42.75%2038.4375C42.75%2037.6436%2043.3936%2037%2044.1875%2037H75.812C76.606%2037%2077.25%2037.6436%2077.25%2038.4375C77.25%2039.2314%2076.606%2039.875%2075.812%2039.875H44.1875C43.3936%2039.875%2042.75%2039.2314%2042.75%2038.4375ZM49.938%2054.25C50.731%2054.25%2051.375%2054.8936%2051.375%2055.6875V60H68.625V55.6875C68.625%2054.8936%2069.269%2054.25%2070.062%2054.25C70.856%2054.25%2071.5%2054.8936%2071.5%2055.6875V61.438C71.5%2062.231%2070.856%2062.875%2070.062%2062.875H49.938C49.144%2062.875%2048.5%2062.231%2048.5%2061.438V55.6875C48.5%2054.8936%2049.144%2054.25%2049.938%2054.25ZM38.4375%2045.625C37.6436%2045.625%2037%2046.2686%2037%2047.0625V78.688C37%2079.481%2037.6436%2080.125%2038.4375%2080.125H81.562C82.356%2080.125%2083%2079.481%2083%2078.688V47.0625C83%2046.2686%2082.356%2045.625%2081.562%2045.625H38.4375ZM39.875%2077.25V48.5H80.125V77.25H39.875Z%22%20fill%3D%22%23131415%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 120px
}

.Vlt-empty__icon {
    background-color: #e6e6e6;
    border-radius: 50%;
    display: block;
    height: 120px;
    position: relative;
    width: 120px
}

.Vlt-empty__icon svg {
    height: 60px;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 60px
}

.Vlt-empty__header {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.3rem;
    margin-bottom: -8px;
    margin-top: 24px
}

.Vlt-empty__content {
    color: #000;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 16px
}

.Vlt-empty__content p {
    color: #000
}

.Vlt-empty--search:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22120%22%20height%3D%22120%22%20viewBox%3D%220%200%20120%20120%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2260%22%20cy%3D%2260%22%20r%3D%2260%22%20fill%3D%22%23E1E2E6%22%2F%3E%0A%3Cpath%20d%3D%22M39.875%2055.6875C39.875%2047.0625%2047.062%2039.875%2055.687%2039.875C64.312%2039.875%2071.5%2047.0625%2071.5%2055.6875C71.5%2064.312%2064.312%2071.5%2055.687%2071.5C47.062%2071.5%2039.875%2064.312%2039.875%2055.6875ZM55.687%2037C45.338%2037%2037%2045.3375%2037%2055.6875C37%2066.037%2045.338%2074.375%2055.687%2074.375C58.85%2074.375%2061.725%2073.512%2064.312%2072.075L74.663%2082.425C75.238%2083%2076.1%2083%2076.675%2082.425L82.425%2076.675C83%2076.1%2083%2075.238%2082.425%2074.663L72.075%2064.312C73.512%2061.725%2074.375%2058.85%2074.375%2055.6875C74.375%2045.3375%2066.037%2037%2055.687%2037Z%22%20fill%3D%22%23131415%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.Vlt-empty--icon:before {
    display: none
}

.Vlt-steps {
    counter-reset: steps;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    overflow: visible;
    padding: 0
}

.Vlt-steps--black .Vlt-steps__item--selected:before,
.Vlt-steps--black .Vlt-steps__item_selected:before {
    background: #000;
    border-color: #000
}

.Vlt-steps--grey .Vlt-steps__item--selected:before,
.Vlt-steps--grey .Vlt-steps__item_selected:before {
    background: #757575;
    border-color: #757575
}

.Vlt-steps--white .Vlt-steps__item:before {
    border-color: #fff;
    color: #fff
}

.Vlt-steps--white .Vlt-steps__item--selected:before,
.Vlt-steps--white .Vlt-steps__item_selected:before {
    background: #fff;
    color: #000
}

.Vlt-steps--orange .Vlt-steps__item--selected:before,
.Vlt-steps--orange .Vlt-steps__item_selected:before {
    background: #d34204;
    border-color: #d34204
}

.Vlt-steps--blue .Vlt-steps__item--selected:before,
.Vlt-steps--blue .Vlt-steps__item_selected:before {
    background: #0276d5;
    border-color: #0276d5
}

.Vlt-steps--red .Vlt-steps__item--selected:before,
.Vlt-steps--red .Vlt-steps__item_selected:before {
    background: #e61d1d;
    border-color: #e61d1d
}

.Vlt-steps--green .Vlt-steps__item--selected:before,
.Vlt-steps--green .Vlt-steps__item_selected:before {
    background: #1c8731;
    border-color: #1c8731
}

.Vlt-steps--purple .Vlt-steps__item--selected:before,
.Vlt-steps--purple .Vlt-steps__item_selected:before {
    background: #9941ff;
    border-color: #9941ff
}

.Vlt-steps--yellow .Vlt-steps__item--selected:before,
.Vlt-steps--yellow .Vlt-steps__item_selected:before {
    background: #be5702;
    border-color: #be5702
}

.Vlt-steps--indigo .Vlt-steps__item--selected:before,
.Vlt-steps--indigo .Vlt-steps__item_selected:before,
.Vlt-steps--magenta .Vlt-steps__item--selected:before,
.Vlt-steps--magenta .Vlt-steps__item_selected:before {
    background: #d6219c;
    border-color: #d6219c
}

.Vlt-steps__item {
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    counter-increment: steps;
    display: table;
    font-size: 14px;
    font-weight: 400;
    margin: 0 65px 0 0;
    position: relative;
    text-align: center
}

@media only screen and (max-width:575px) {
    .Vlt-steps__item {
        -ms-flex: 1;
        flex: 1;
        position: relative;
        text-align: center
    }
}

.Vlt-steps__item span {
    font-size: 1.1rem;
    font-weight: 400;
    left: 50%;
    line-height: 1.5rem;
    margin-top: 4px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap
}

.Vlt-steps__item:first-child {
    margin-left: 0
}

.Vlt-steps__item a {
    color: #000
}

.Vlt-steps__item:before {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    border-color: #000;
    border-radius: 100%;
    color: #000;
    content: counter(steps);
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 14px;
    height: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 40px
}

.Vlt-steps__item:after {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M9.55892%204.05952C9.89391%203.81589%2010.363%203.88995%2010.6066%204.22494L15.9399%2011.5583C16.1312%2011.8213%2016.1312%2012.1775%2015.9399%2012.4405L10.6066%2019.7739C10.363%2020.1089%209.89391%2020.1829%209.55892%2019.9393C9.22393%2019.6957%209.14987%2019.2266%209.3935%2018.8916L14.406%2011.9994L9.3935%205.1072C9.14987%204.77221%209.22393%204.30315%209.55892%204.05952Z%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    position: absolute;
    right: -45px;
    top: 8px;
    width: 24px
}

.Vlt-steps__item:last-child {
    margin-right: 0
}

.Vlt-steps__item:last-child:after {
    display: none
}

.Vlt-steps__item--selected:before,
.Vlt-steps__item_selected:before {
    background: #000;
    color: #fff;
    font-weight: 400
}

.Vlt-steps__item_done:before {
    background-color: #ccc;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20%3E%3Cpath%20fill%3D%22%23999999%22%20fill-rule%3D%22nonzero%22%20d%3D%22M2.904%2012.11L1.5%2013.52%207.958%2020%2022.5%205.409%2021.096%204%207.958%2017.182z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0;
    content: ''
}

.Vlt-steps__item_done:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23999999%3B%22%20d%3D%22M13.5%2C12l-5.2%2C5.4c-0.3%2C0.4-0.3%2C0.9%2C0%2C1.3c0.3%2C0.3%2C0.9%2C0.4%2C1.2%2C0c0%2C0%2C0%2C0%2C0%2C0L16%2C12L9.5%2C5.3%0D%0A%09c-0.3-0.3-0.9-0.4-1.2%2C0c0%2C0%2C0%2C0%2C0%2C0c-0.3%2C0.4-0.3%2C0.9%2C0%2C1.3L13.5%2C12z%22%2F%3E%0D%0A%3C%2Fsvg%3E")
}

.Vlt-switch {
    height: 30px;
    position: relative;
    width: 50px
}

.Vlt-switch__slider {
    background-color: #757575;
    border-radius: 30px;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 100%
}

.Vlt-switch__slider:before {
    background-color: transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    transition: .4s;
    width: 50px
}

.Vlt-switch__slider:after {
    background-color: #fff;
    border-radius: 30px;
    content: '';
    height: 24px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: .4s;
    width: 24px
}

.Vlt-switch__slider:hover {
    background-color: #666
}

.Vlt-switch__slider:hover:after {
    background-color: #e6e6e6
}

.Vlt-switch__slider:active {
    background-color: #b3b3b3
}

.Vlt-switch__slider:active:after {
    background-color: #1a1a1a
}

.Vlt-switch input {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 0
}

.Vlt-switch input:disabled~.Vlt-switch__slider {
    background-color: #ccc
}

.Vlt-switch input:disabled~.Vlt-switch__slider:active,
.Vlt-switch input:disabled~.Vlt-switch__slider:hover {
    background-color: #ccc;
    cursor: auto
}

.Vlt-switch input:disabled~.Vlt-switch__slider:active:after,
.Vlt-switch input:disabled~.Vlt-switch__slider:hover:after {
    background-color: #fff
}

.Vlt-switch input:focus {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

.Vlt-switch input:focus~.Vlt-switch__slider:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}

.Vlt-switch input:focus:checked~.Vlt-switch__slider:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}

.Vlt-switch input:checked~.Vlt-switch__slider {
    background-color: #1c8731
}

.Vlt-switch input:checked~.Vlt-switch__slider:after {
    left: 22px
}

.Vlt-switch input:checked~.Vlt-switch__slider:hover {
    background-color: #167629
}

.Vlt-switch input:checked~.Vlt-switch__slider:hover:after {
    background-color: #cfeed4
}

.Vlt-switch input:checked~.Vlt-switch__slider:active {
    background-color: #53ca6a
}

.Vlt-switch input:checked~.Vlt-switch__slider:active:after {
    background-color: #1c8731
}

.Vlt-switch.Vlt-switch--red input:checked~.Vlt-switch__slider {
    background-color: #e61d1d
}

.Vlt-switch.Vlt-switch--red input:checked~.Vlt-switch__slider:hover {
    background-color: #cd0d0d
}

.Vlt-switch.Vlt-switch--red input:checked~.Vlt-switch__slider:hover:after {
    background-color: #fedfdf
}

.Vlt-switch.Vlt-switch--red input:checked~.Vlt-switch__slider:active {
    background-color: #fe9696
}

.Vlt-switch.Vlt-switch--red input:checked~.Vlt-switch__slider:active:after {
    background-color: #9f0202
}

.Vlt-switch.Vlt-switch--primary input:checked~.Vlt-switch__slider {
    background-color: #9941ff
}

.Vlt-switch.Vlt-switch--primary input:checked~.Vlt-switch__slider:hover {
    background-color: #871eff
}

.Vlt-switch.Vlt-switch--primary input:checked~.Vlt-switch__slider:hover:after {
    background-color: #ece2fa
}

.Vlt-switch.Vlt-switch--primary input:checked~.Vlt-switch__slider:active {
    background-color: #cba1fa
}

.Vlt-switch.Vlt-switch--primary input:checked~.Vlt-switch__slider:active:after {
    background-color: #6405d1
}

.Vlt-switch.Vlt-switch--secondary input:checked~.Vlt-switch__slider {
    background-color: #000
}

.Vlt-switch.Vlt-switch--secondary input:checked~.Vlt-switch__slider:hover {
    background-color: #1a1a1a
}

.Vlt-switch.Vlt-switch--secondary input:checked~.Vlt-switch__slider:hover:after {
    background-color: #e6e6e6
}

.Vlt-switch.Vlt-switch--secondary input:checked~.Vlt-switch__slider:active {
    background-color: #b3b3b3
}

.Vlt-switch.Vlt-switch--secondary input:checked~.Vlt-switch__slider:active:after {
    background-color: #1a1a1a
}

.Vlt-switch.Vlt-switch--orange input:checked~.Vlt-switch__slider {
    background-color: #d34204
}

.Vlt-switch.Vlt-switch--orange input:checked~.Vlt-switch__slider:hover {
    background-color: #bb3700
}

.Vlt-switch.Vlt-switch--orange input:checked~.Vlt-switch__slider:hover:after {
    background-color: #fde0d8
}

.Vlt-switch.Vlt-switch--orange input:checked~.Vlt-switch__slider:active {
    background-color: #f89b85
}

.Vlt-switch.Vlt-switch--orange input:checked~.Vlt-switch__slider:active:after {
    background-color: #893000
}

.Vlt-switch.Vlt-switch--indigo input:checked~.Vlt-switch__slider,
.Vlt-switch.Vlt-switch--magenta input:checked~.Vlt-switch__slider {
    background-color: #d6219c
}

.Vlt-switch.Vlt-switch--indigo input:checked~.Vlt-switch__slider:hover,
.Vlt-switch.Vlt-switch--magenta input:checked~.Vlt-switch__slider:hover {
    background-color: #bb1e89
}

.Vlt-switch.Vlt-switch--indigo input:checked~.Vlt-switch__slider:hover:after,
.Vlt-switch.Vlt-switch--magenta input:checked~.Vlt-switch__slider:hover:after {
    background-color: #ffdcf7
}

.Vlt-switch.Vlt-switch--indigo input:checked~.Vlt-switch__slider:active,
.Vlt-switch.Vlt-switch--magenta input:checked~.Vlt-switch__slider:active {
    background-color: #fb8fd8
}

.Vlt-switch.Vlt-switch--indigo input:checked~.Vlt-switch__slider:active:after,
.Vlt-switch.Vlt-switch--magenta input:checked~.Vlt-switch__slider:active:after {
    background-color: #8f1669
}

.Vlt-switch.Vlt-switch--blue input:checked~.Vlt-switch__slider {
    background-color: #1c8fda
}

.Vlt-switch.Vlt-switch--blue input:checked~.Vlt-switch__slider:hover {
    background-color: #0070b9
}

.Vlt-switch.Vlt-switch--blue input:checked~.Vlt-switch__slider:hover:after {
    background-color: #d9eefc
}

.Vlt-switch.Vlt-switch--blue input:checked~.Vlt-switch__slider:active {
    background-color: #d9eefc
}

.Vlt-switch.Vlt-switch--blue input:checked~.Vlt-switch__slider:active:after {
    background-color: #0070b9
}

.Vlt-switch--small {
    height: 20px;
    position: relative;
    width: 32px
}

.Vlt-switch--small .Vlt-switch__slider:before {
    height: 20px;
    left: 0;
    top: 0;
    width: 32px
}

.Vlt-switch--small .Vlt-switch__slider:after {
    height: 16px;
    left: 2px;
    top: 2px;
    width: 16px
}

.Vlt-switch--small input:checked~.Vlt-switch__slider:after {
    left: 13px
}

.Vlt-dialpad {
    background: #000;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
    margin: 8px auto;
    max-width: 100%;
    width: 300px
}

.Vlt-dialpad__keypad {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 8px 8px 24px
}

.Vlt-dialpad__key {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 60px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px 0;
    transition: background .4s
}

.Vlt-dialpad__key__main {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 3rem;
    font-weight: 800;
    padding-bottom: 2px;
    padding-top: 10px;
    text-align: center
}

.Vlt-dialpad__key__sub {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #fff;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.Vlt-dialpad__key__sub-plus {
    font-size: 2rem;
    font-weight: 800
}

.Vlt-dialpad__key:hover {
    background: rgba(255, 255, 255, .15)
}

.Vlt-dialpad__key:focus {
    background: rgba(255, 255, 255, .1)
}

.Vlt-dialpad__key:active {
    background: rgba(255, 255, 255, .2)
}

.Vlt-dialpad__key svg {
    height: 24px;
    width: 24px
}

.Vlt-dialpad__key .Vlt-btn {
    margin: 0
}

.Vlt-dialpad__key .Vlt-btn svg {
    height: 24px;
    margin: 0 -12px;
    width: 24px
}

.Vlt-dialpad__key--nohover:hover {
    background: 0 0;
    cursor: default
}

.Vlt-dialpad__header {
    color: #fff;
    font-size: 1.2rem;
    padding: 12px 32px;
    position: relative;
    text-align: center
}

.Vlt-dialpad__header__dismiss {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23ffffff%3B%22%20d%3D%22M17.7429%206.25714C17.4%205.91429%2016.8857%205.91429%2016.5429%206.25714L12%2010.8L7.45714%206.25714C7.11429%205.91429%206.6%205.91429%206.25714%206.25714C5.91429%206.6%205.91429%207.11429%206.25714%207.45714L10.8%2012L6.25714%2016.5429C5.91429%2016.8857%205.91429%2017.4%206.25714%2017.7429C6.42857%2017.9143%206.6%2018%206.85714%2018C7.11429%2018%207.28571%2017.9143%207.45714%2017.7429L12%2013.2L16.5429%2017.7429C16.7143%2017.9143%2016.9714%2018%2017.1429%2018C17.3143%2018%2017.5714%2017.9143%2017.7429%2017.7429C18.0857%2017.4%2018.0857%2016.8857%2017.7429%2016.5429L13.2%2012L17.7429%207.45714C18.0857%207.11429%2018.0857%206.6%2017.7429%206.25714Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    height: 24px;
    opacity: 1;
    outline: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: opacity .2s;
    width: 24px
}

.Vlt-dialpad__header__dismiss svg {
    display: none
}

.Vlt-dialpad__header__dismiss:hover {
    opacity: .7
}

.Vlt-dialpad__strip {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    padding: 12px 16px;
    position: relative
}

.Vlt-dialpad__strip:after {
    background-color: #757575;
    bottom: 0;
    content: '';
    height: 1px;
    left: 16px;
    position: absolute;
    right: 16px
}

.Vlt-dialpad__strip__icon {
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px
}

.Vlt-dialpad__strip__icon .Vlt-icon {
    width: 28px
}

.Vlt-dialpad__strip__backspace {
    cursor: pointer;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    transition: opacity .2s;
    width: 22px
}

.Vlt-dialpad__strip__backspace:hover {
    opacity: .7
}

.Vlt-dialpad__strip__backspace .Vlt-icon {
    width: 22px
}

.Vlt-dialpad__strip__number {
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px 0 4px
}

.Vlt-dialpad__strip__number input {
    background: 0 0;
    border: 0;
    color: #fff;
    direction: rtl;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.Vlt-dialpad__strip__number input:focus {
    direction: ltr;
    outline: 0
}

.Vlt-dialpad--light {
    background: #fff;
    border: 0
}

.Vlt-dialpad--light .Vlt-dialpad__key__main {
    color: #000
}

.Vlt-dialpad--light .Vlt-dialpad__key__sub {
    color: #000
}

.Vlt-dialpad--light .Vlt-dialpad__key:hover {
    background: #e6e6e6
}

.Vlt-dialpad--light .Vlt-dialpad__key:active {
    background: #b3b3b3
}

.Vlt-dialpad--light .Vlt-dialpad__key--nohover:hover {
    background: 0 0
}

.Vlt-dialpad--light .Vlt-dialpad__header {
    color: #1a1a1a
}

.Vlt-dialpad--light .Vlt-dialpad__header__dismiss {
    background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20style%3D%22fill%3A%23000000%3B%22%20d%3D%22M17.7429%206.25714C17.4%205.91429%2016.8857%205.91429%2016.5429%206.25714L12%2010.8L7.45714%206.25714C7.11429%205.91429%206.6%205.91429%206.25714%206.25714C5.91429%206.6%205.91429%207.11429%206.25714%207.45714L10.8%2012L6.25714%2016.5429C5.91429%2016.8857%205.91429%2017.4%206.25714%2017.7429C6.42857%2017.9143%206.6%2018%206.85714%2018C7.11429%2018%207.28571%2017.9143%207.45714%2017.7429L12%2013.2L16.5429%2017.7429C16.7143%2017.9143%2016.9714%2018%2017.1429%2018C17.3143%2018%2017.5714%2017.9143%2017.7429%2017.7429C18.0857%2017.4%2018.0857%2016.8857%2017.7429%2016.5429L13.2%2012L17.7429%207.45714C18.0857%207.11429%2018.0857%206.6%2017.7429%206.25714Z%22%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.Vlt-dialpad--light .Vlt-dialpad__strip:after {
    background-color: #757575
}

.Vlt-dialpad--light .Vlt-dialpad__strip__number input {
    color: #000
}

.Vlt-popup {
    display: inline-block;
    position: relative
}

.Vlt-popup__panel {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: 250px;
    z-index: 550
}

.Vlt-popup__panel--width2 {
    min-width: 200px
}

.Vlt-popup__panel--width3 {
    min-width: 300px
}

.Vlt-popup__panel__content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2)
}

.Vlt-popup__panel_open {
    max-height: 100vh;
    overflow: visible
}

.Vlt-popup__panel_open .Vlt-popup__scroll {
    max-height: 400px;
    overflow-y: auto
}

.Vlt-popup__header {
    background: #0276d5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    padding: 8px 24px;
    text-align: left
}

.Vlt-popup__link {
    color: #000;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 12px 20px 0;
    position: relative;
    text-align: left
}

.Vlt-popup__link--noborder {
    margin-top: -4px
}

.Vlt-popup__link--noborder:before {
    display: none
}

.Vlt-popup__link--disabled,
.Vlt-popup__link--selected {
    color: #4d4d4d;
    cursor: default;
    pointer-events: none
}

.Vlt-popup__link--disabled .Vlt-popup__link__icon,
.Vlt-popup__link--selected .Vlt-popup__link__icon {
    fill: #4d4d4d
}

.Vlt-popup__link--highlighted {
    color: #0276d5
}

.Vlt-popup__link__icon {
    fill: #0276d5;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px
}

.Vlt-popup__link__content {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 16px;
    position: relative
}

.Vlt-popup__link__content:after {
    background: #b3b3b3;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.Vlt-popup__link__content h6 {
    font-weight: 600;
    margin-bottom: 0 !important
}

.Vlt-popup__link__content p {
    margin-top: 8px
}

.Vlt-popup__link:hover {
    background: rgba(0, 0, 0, .05)
}

.Vlt-popup__link:active {
    background: rgba(0, 0, 0, .1)
}

.Vlt-popup__link--nohover:hover {
    background: 0 0
}

.Vlt-popup__link:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.Vlt-popup__link:last-child .Vlt-popup__link__content:after {
    display: none
}

.Vlt-popup--top-left .Vlt-popup__panel {
    bottom: 100%;
    right: 0
}

.Vlt-popup--top-right .Vlt-popup__panel {
    bottom: 100%;
    left: 0
}

.Vlt-popup--bottom-left .Vlt-popup__panel {
    right: 0;
    top: 100%
}

.Vlt-popup--bottom-right .Vlt-popup__panel {
    left: 0;
    top: 100%
}

.Vlt-progress {
    background-color: rgba(117, 117, 117, .45);
    border-radius: 10px;
    display: block;
    height: 6px;
    margin: 7px 0;
    overflow: hidden;
    position: relative
}

.Vlt-progress__bar {
    background-image: linear-gradient(to right, #7fc6f4, #8728fb);
    height: 100%;
    left: 0;
    position: absolute;
    transition: width .2s ease-out;
    width: 0%
}

.Vlt-progress__bar[class*=Vlt-bg-] {
    background-image: none
}

.Vlt-article h1,
.Vlt-article h2 {
    margin-bottom: 24px
}

.Vlt-article h1:not(:first-child),
.Vlt-article h2:not(:first-child) {
    margin-top: 32px;
    padding-top: 0
}

.Vlt-article h3,
.Vlt-article h4,
.Vlt-article h5,
.Vlt-article h6 {
    margin-bottom: 16px
}

.Vlt-article h3:not(:first-child),
.Vlt-article h4:not(:first-child),
.Vlt-article h5:not(:first-child),
.Vlt-article h6:not(:first-child) {
    margin-top: 24px;
    padding-top: 0
}

.Vlt-article .Vlt-box,
.Vlt-article .Vlt-callout,
.Vlt-article .Vlt-table,
.Vlt-article pre[class*=language] {
    margin-bottom: 16px
}

.Vlt-article .Vlt-box:not(:first-child),
.Vlt-article .Vlt-callout:not(:first-child),
.Vlt-article .Vlt-table:not(:first-child),
.Vlt-article pre[class*=language]:not(:first-child) {
    margin-top: 16px
}

.Vlt-article .Vlt-list li {
    margin-bottom: 16px
}

.Vlt-article p:not(.p-large) {
    line-height: 2rem
}

.Vlt-article figure {
    margin: 32px auto;
    text-align: center
}

.Vlt-article .Vlt-box--fancy h1,
.Vlt-article .Vlt-box--fancy h2,
.Vlt-article .Vlt-box--fancy h3,
.Vlt-article .Vlt-box--fancy h4,
.Vlt-article .Vlt-box--fancy h5,
.Vlt-article .Vlt-box--fancy h6,
.Vlt-article .Vlt-callout h1,
.Vlt-article .Vlt-callout h2,
.Vlt-article .Vlt-callout h3,
.Vlt-article .Vlt-callout h4,
.Vlt-article .Vlt-callout h5,
.Vlt-article .Vlt-callout h6,
.Vlt-article .Vlt-modal h1,
.Vlt-article .Vlt-modal h2,
.Vlt-article .Vlt-modal h3,
.Vlt-article .Vlt-modal h4,
.Vlt-article .Vlt-modal h5,
.Vlt-article .Vlt-modal h6,
.Vlt-article .Vlt-sidenav h1,
.Vlt-article .Vlt-sidenav h2,
.Vlt-article .Vlt-sidenav h3,
.Vlt-article .Vlt-sidenav h4,
.Vlt-article .Vlt-sidenav h5,
.Vlt-article .Vlt-sidenav h6,
.Vlt-article--reverse h1,
.Vlt-article--reverse h2,
.Vlt-article--reverse h3,
.Vlt-article--reverse h4,
.Vlt-article--reverse h5,
.Vlt-article--reverse h6 {
    margin-bottom: 8px;
    margin-top: 0
}

.Vlt-article .Vlt-box--fancy h1:not(:first-child),
.Vlt-article .Vlt-box--fancy h2:not(:first-child),
.Vlt-article .Vlt-box--fancy h3:not(:first-child),
.Vlt-article .Vlt-box--fancy h4:not(:first-child),
.Vlt-article .Vlt-box--fancy h5:not(:first-child),
.Vlt-article .Vlt-box--fancy h6:not(:first-child),
.Vlt-article .Vlt-callout h1:not(:first-child),
.Vlt-article .Vlt-callout h2:not(:first-child),
.Vlt-article .Vlt-callout h3:not(:first-child),
.Vlt-article .Vlt-callout h4:not(:first-child),
.Vlt-article .Vlt-callout h5:not(:first-child),
.Vlt-article .Vlt-callout h6:not(:first-child),
.Vlt-article .Vlt-modal h1:not(:first-child),
.Vlt-article .Vlt-modal h2:not(:first-child),
.Vlt-article .Vlt-modal h3:not(:first-child),
.Vlt-article .Vlt-modal h4:not(:first-child),
.Vlt-article .Vlt-modal h5:not(:first-child),
.Vlt-article .Vlt-modal h6:not(:first-child),
.Vlt-article .Vlt-sidenav h1:not(:first-child),
.Vlt-article .Vlt-sidenav h2:not(:first-child),
.Vlt-article .Vlt-sidenav h3:not(:first-child),
.Vlt-article .Vlt-sidenav h4:not(:first-child),
.Vlt-article .Vlt-sidenav h5:not(:first-child),
.Vlt-article .Vlt-sidenav h6:not(:first-child),
.Vlt-article--reverse h1:not(:first-child),
.Vlt-article--reverse h2:not(:first-child),
.Vlt-article--reverse h3:not(:first-child),
.Vlt-article--reverse h4:not(:first-child),
.Vlt-article--reverse h5:not(:first-child),
.Vlt-article--reverse h6:not(:first-child) {
    margin-top: 0
}

.Vlt-article .Vlt-box--fancy h1,
.Vlt-article .Vlt-box--fancy h2,
.Vlt-article .Vlt-callout h1,
.Vlt-article .Vlt-callout h2,
.Vlt-article .Vlt-modal h1,
.Vlt-article .Vlt-modal h2,
.Vlt-article .Vlt-sidenav h1,
.Vlt-article .Vlt-sidenav h2,
.Vlt-article--reverse h1,
.Vlt-article--reverse h2 {
    margin-bottom: 16px
}

.Vlt-article .Vlt-box--fancy .Vlt-box,
.Vlt-article .Vlt-box--fancy .Vlt-callout,
.Vlt-article .Vlt-box--fancy .Vlt-table,
.Vlt-article .Vlt-box--fancy pre[class*=language],
.Vlt-article .Vlt-callout .Vlt-box,
.Vlt-article .Vlt-callout .Vlt-callout,
.Vlt-article .Vlt-callout .Vlt-table,
.Vlt-article .Vlt-callout pre[class*=language],
.Vlt-article .Vlt-modal .Vlt-box,
.Vlt-article .Vlt-modal .Vlt-callout,
.Vlt-article .Vlt-modal .Vlt-table,
.Vlt-article .Vlt-modal pre[class*=language],
.Vlt-article .Vlt-sidenav .Vlt-box,
.Vlt-article .Vlt-sidenav .Vlt-callout,
.Vlt-article .Vlt-sidenav .Vlt-table,
.Vlt-article .Vlt-sidenav pre[class*=language],
.Vlt-article--reverse .Vlt-box,
.Vlt-article--reverse .Vlt-callout,
.Vlt-article--reverse .Vlt-table,
.Vlt-article--reverse pre[class*=language] {
    margin-bottom: 8px;
    margin-top: 0
}

.Vlt-article .Vlt-box--fancy .Vlt-box:not(:first-child),
.Vlt-article .Vlt-box--fancy .Vlt-callout:not(:first-child),
.Vlt-article .Vlt-box--fancy .Vlt-table:not(:first-child),
.Vlt-article .Vlt-box--fancy pre[class*=language]:not(:first-child),
.Vlt-article .Vlt-callout .Vlt-box:not(:first-child),
.Vlt-article .Vlt-callout .Vlt-callout:not(:first-child),
.Vlt-article .Vlt-callout .Vlt-table:not(:first-child),
.Vlt-article .Vlt-callout pre[class*=language]:not(:first-child),
.Vlt-article .Vlt-modal .Vlt-box:not(:first-child),
.Vlt-article .Vlt-modal .Vlt-callout:not(:first-child),
.Vlt-article .Vlt-modal .Vlt-table:not(:first-child),
.Vlt-article .Vlt-modal pre[class*=language]:not(:first-child),
.Vlt-article .Vlt-sidenav .Vlt-box:not(:first-child),
.Vlt-article .Vlt-sidenav .Vlt-callout:not(:first-child),
.Vlt-article .Vlt-sidenav .Vlt-table:not(:first-child),
.Vlt-article .Vlt-sidenav pre[class*=language]:not(:first-child),
.Vlt-article--reverse .Vlt-box:not(:first-child),
.Vlt-article--reverse .Vlt-callout:not(:first-child),
.Vlt-article--reverse .Vlt-table:not(:first-child),
.Vlt-article--reverse pre[class*=language]:not(:first-child) {
    margin-top: 0
}

.Vlt-article .Vlt-box--fancy p:not(.p-large),
.Vlt-article .Vlt-callout p:not(.p-large),
.Vlt-article .Vlt-modal p:not(.p-large),
.Vlt-article .Vlt-sidenav p:not(.p-large),
.Vlt-article--reverse p:not(.p-large) {
    line-height: 2rem
}

.Vlt-article .Vlt-box--fancy .Vlt-list li,
.Vlt-article .Vlt-callout .Vlt-list li,
.Vlt-article .Vlt-modal .Vlt-list li,
.Vlt-article .Vlt-sidenav .Vlt-list li,
.Vlt-article--reverse .Vlt-list li {
    margin-bottom: .5em
}

.Vlt-article .Vlt-box--fancy figure,
.Vlt-article .Vlt-callout figure,
.Vlt-article .Vlt-modal figure,
.Vlt-article .Vlt-sidenav figure,
.Vlt-article--reverse figure {
    margin: 16px auto;
    text-align: center
}

.Vlt-section {
    display: inline-block;
    margin: 24px 0
}

.Vlt-inset {
    margin-left: 32px
}

.Vlt-center {
    text-align: center !important
}

.Vlt-right {
    text-align: right !important
}

.Vlt-left {
    text-align: left !important
}

.Vlt-nowrap {
    white-space: nowrap !important
}

.Vlt-no-border {
    border-color: transparent !important;
    transition: border-color .5s
}

.Vlt-no-border:active,
.Vlt-no-border:focus,
.Vlt-no-border:hover {
    border-color: initial !important
}

.Vlt-elevation--1,
.Vlt-modal__footer--small:before {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1) !important
}

.Vlt-elevation--2 {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1) !important
}

.Vlt-elevation--3 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1) !important
}

.Vlt-elevation--4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1) !important
}

.Vlt-status {
    background-color: currentColor;
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: 0;
    box-sizing: content-box;
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    width: 8px
}

.Vlt-form__element--big .Vlt-custom-select__input,
.Vlt-truncate {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Vlt-truncate--inline {
    display: inline
}

hr {
    border-bottom: 0;
    border-top: 1px solid #b3b3b3;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 0;
    margin: 24px 0
}

hr[class*=Vlt-gradient] {
    border: 0;
    height: 1px
}

.hr--tall {
    margin: 32px 0
}

.hr--short {
    margin: 16px 0
}

.hr--shorter {
    margin: 8px 0
}

.Vlt-icon {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px
}

.Vlt-icon--18 {
    height: 18px;
    width: 18px
}

.Vlt-icon--small {
    height: 20px;
    width: 20px
}

.Vlt-icon--smaller {
    height: 16px;
    width: 16px
}

.Vlt-icon--text-bottom {
    vertical-align: text-bottom
}

.Vlt-icon--large {
    height: 32px;
    width: 32px
}

.Vlt-icon--larger {
    height: 40px;
    width: 40px
}

.Vlt-icon--largest {
    height: 48px;
    width: 48px
}

.Vlt-container {
    max-width: 1200px
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top0 {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top1 {
        margin-top: 8px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top2 {
        margin-top: 16px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top3 {
        margin-top: 24px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--top4 {
        margin-top: 32px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-top0 {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-top1 {
        margin-top: 8px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-top2 {
        margin-top: 16px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-top3 {
        margin-top: 24px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-top4 {
        margin-top: 32px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top0 {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top1 {
        margin-top: 8px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top2 {
        margin-top: 16px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top3 {
        margin-top: 24px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-top4 {
        margin-top: 32px !important
    }
}

.Vlt-margin--A-top0 {
    margin-top: 0 !important
}

.Vlt-margin--A-top1 {
    margin-top: 8px !important
}

.Vlt-margin--A-top2 {
    margin-top: 16px !important
}

.Vlt-margin--A-top3 {
    margin-top: 24px !important
}

.Vlt-margin--A-top4 {
    margin-top: 32px !important
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom0 {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom1 {
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom2 {
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom3 {
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width:768px) {
    .Vlt-margin--bottom4 {
        margin-bottom: 32px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-bottom0 {
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-bottom1 {
        margin-bottom: 8px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-bottom2 {
        margin-bottom: 16px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-bottom3 {
        margin-bottom: 24px !important
    }
}

@media only screen and (max-width:575px) {
    .Vlt-margin--S-bottom4 {
        margin-bottom: 32px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom0 {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom1 {
        margin-bottom: 8px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom2 {
        margin-bottom: 16px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom3 {
        margin-bottom: 24px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .Vlt-margin--M-bottom4 {
        margin-bottom: 32px !important
    }
}

.Vlt-margin--A-bottom0 {
    margin-bottom: 0 !important
}

.Vlt-margin--A-bottom1 {
    margin-bottom: 8px !important
}

.Vlt-margin--A-bottom2 {
    margin-bottom: 16px !important
}

.Vlt-margin--A-bottom3 {
    margin-bottom: 24px !important
}

.Vlt-margin--A-bottom4 {
    margin-bottom: 32px !important
}
.main_header {
  margin-top: 30px;
}

body {
    margin: 0;
    padding: 0;
    outline: 0;
    background: #efefef;
}

.main_wrapper {
    min-height: 100vh;
    padding-bottom: 80px;
}

.header {
    display: flex;
    width: 100%;
    color: #fff;
    background: #303030;
    font-size: 13px;
    justify-content: space-between;
}

.logo {
    margin: 6px 48px;
    cursor: pointer;
}

.logo img {
    height: 27px;
}

.user_info {
    margin: 1em;
}

.user_info span {
    position: relative;
    bottom: -8px;
    margin: 3px;
}

.user_action {
    cursor: pointer;
}

.main {
    width: 75%;
    min-width: 940px;
    max-width: 940px;
    margin: 0 auto;
}

#customKey {
    margin-top: 35px;
    width: 100%;
    text-align: center;
}

.input-group {
    margin: 30px auto;
    padding: 25px 0;
    width: 60%;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 1px #ced7db;
    border-radius: 5px;
}

.not_supported_browser_holder {
    margin: 31px 0px 29px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.start_button_holder {
    margin: 31px 0px 29px;
    text-align: center;
}

.start_button_holder label {
    margin-right: 5px;
}

#start_button {
    width: 180px;
}

.logo_container a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_container .browser_logo {
    height: 32px;
}

/*CSS for basic styling and non-retina image path:*/

.icon {
    width: 100px;
    height: 100px;
}


/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-devicepixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx) {
    .icon {
        background-size: 100px 100px;
    }
}

.text-with-icon {
    display: flex;
    align-items: center;
}

.text-with-icon > p {
    margin-bottom: 0;
    margin-left: 10px;
}

#browser_unsupported .Vlt-modal__content {
    display: flex;
    gap: 6rem;
    justify-content: space-around;
}

.landing_tooltip {
    margin-right: 12px;
    margin-left: -2px;
    opacity: 0.5;
}

.landing_tooltip:hover {
    cursor: pointer;
}

.disabled {
    color: #888;
}

.video-options {
    font-size: 14px;
}

