@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(https://static.cdnpth.com/assets-core/fonts/Poppins-SemiBold.woff) format("woff")
}

:root {
    --space: 0.25rem;
    --pink-100: #fcf5f9;
    --pink-200: #faebf3;
    --pink-300: #f7d2e5;
    --pink-500: #e50072;
    --pink-600: #800d46;
    --purple-100: #f7f5fc;
    --purple-200: #eeebf7;
    --purple-300: #c6bce5;
    --purple-500: #5c469c;
    --purple-600: #3e2f6a;
    --orange-100: #fcf6f5;
    --orange-200: #f7e4df;
    --orange-300: #f2c2b6;
    --orange-500: #e23105;
    --orange-600: #c22f0a;
    --navy-100: #f0f6ff;
    --navy-200: #cce0ff;
    --navy-300: #85b4ff;
    --navy-500: #186cdf;
    --navy-600: #003b98;
    --color-nav: #186cdf;
    --color-nav-hover: #0a3066;
    --color-nav-disabled: #96949c;
    --white: #fff;
    --gray-50: #fafafa;
    --purple-gray-100: #f5f5f7;
    --purple-gray-200: #e4e4e6;
    --purple-gray-300: #c1bfc7;
    --purple-gray-400: #96949c;
    --purple-gray-600: #696770;
    --purple-gray-700: #3b3a40;
    --purple-gray-900: #18161c;
    --navy-gray-100: #f2f3f5;
    --navy-gray-200: #e4e5e6;
    --navy-gray-300: #bfc2c7;
    --navy-gray-400: #94979c;
    --navy-gray-600: #676b70;
    --navy-gray-700: #3a3c40;
    --navy-gray-900: #16191c;
    --green-100: #f2faf0;
    --green-300: #bbe5b3;
    --green-500: #1c8207;
    --green-600: #0f4704;
    --red-100: #fcf4f2;
    --red-300: #f2c6bd;
    --red-500: #d93616;
    --red-600: #8c230e;
    --yellow-100: #faf8f0;
    --yellow-300: #f2e7c2;
    --yellow-500: #f2bd0d;
    --yellow-600: #664f05;
    --blue-100: #f2f5fc;
    --blue-300: #b5c5f5;
    --blue-500: #3161f2;
    --blue-600: #07288c;
    --basefontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Arial, system-ui;
    --basefontFamily-brand: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, system-ui;
    --elevation-level-n1: 2;
    --elevation-level-1: 2;
    --elevation-level-2: 4;
    --elevation-level-3: 8;
    --elevation-level-4: 12;
    --elevation-level-5: 20;
    --elevation-hsl: 210, 18%, 4%;
    --elevation-lowlevel-opacity-1: 0.14;
    --elevation-highlevel-opacity-1: 0.24;
    --elevation-highlevel-opacity-2: 0.2
}

:root {
    --space-4: var(--space);
    --space-8: calc(var(--space)*2);
    --space-12: calc(var(--space)*3);
    --space-16: calc(var(--space)*4);
    --space-20: calc(var(--space)*5);
    --space-24: calc(var(--space)*6);
    --space-28: calc(var(--space)*7);
    --space-32: calc(var(--space)*8);
    --space-36: calc(var(--space)*9);
    --space-40: calc(var(--space)*10);
    --bg-primary: var(--orange-500);
    --bg-primary-hover: var(--orange-600);
    --bg-primary-subtle: var(--orange-100);
    --bg-primary-level1: var(--orange-200);
    --bg-primary-level2: var(--orange-300);
    --bg-secondary: var(--navy-500);
    --bg-secondary-hover: var(--navy-600);
    --bg-secondary-subtle: var(--navy-100);
    --bg-secondary-level1: var(--navy-200);
    --bg-secondary-level2: var(--navy-300);
    --bg-base: var(--white);
    --bg-level1: var(--gray-50);
    --bg-level2: var(--navy-gray-100);
    --bg-level3: var(--navy-gray-200);
    --bg-level4: var(--navy-gray-600);
    --bg-error: var(--red-500);
    --bg-error-subtle: var(--red-100);
    --bg-success: var(--green-500);
    --bg-success-subtle: var(--green-100);
    --bg-warning: var(--yellow-500);
    --bg-warning-subtle: var(--yellow-100);
    --bg-info: var(--blue-500);
    --bg-info-subtle: var(--blue-100);
    --icon-primary: var(--orange-500);
    --icon-primary-strong: var(--orange-600);
    --icon-secondary: var(--navy-500);
    --icon-secondary-strong: var(--navy-600);
    --icon-link: var(--color-nav);
    --icon-link-hover: var(--color-nav-hover);
    --icon-main: var(--navy-gray-900);
    --icon-strong: var(--navy-gray-700);
    --icon-subtle: var(--navy-gray-600);
    --icon-disabled: var(--navy-gray-400);
    --icon-oncolor: var(--white);
    --icon-error: var(--red-500);
    --icon-error-strong: var(--red-600);
    --icon-success: var(--green-500);
    --icon-success-strong: var(--green-600);
    --icon-warning: var(--yellow-500);
    --icon-warning-strong: var(--yellow-600);
    --icon-info: var(--blue-500);
    --icon-info-strong: var(--blue-600);
    --icon-xs: var(--space-16);
    --icon-sm: var(--space-20);
    --icon-md: var(--space-24);
    --icon-lg: var(--space-26);
    --icon-xl: var(--space-28);
    --icon-xxl: var(--space-32);
    --icon-xxxl: var(--space-36);
    --border-primary: var(--orange-500);
    --border-primary-hover: var(--orange-600);
    --border-primary-subtle: var(--orange-300);
    --border-secondary: var(--navy-500);
    --border-secondary-hover: var(--navy-600);
    --border-secondary-subtle: var(--navy-300);
    --border-strong: var(--navy-gray-300);
    --border-strong-hover: var(--navy-gray-400);
    --border-subtle: var(--navy-gray-200);
    --border-subtle-hover: var(--navy-gray-300);
    --border-disabled: var(--navy-gray-100);
    --border-error: var(--red-500);
    --border-error-hover: var(--red-600);
    --border-error-subtle: var(--red-300);
    --border-success: var(--green-500);
    --border-success-hover: var(--green-600);
    --border-success-subtle: var(--green-300);
    --border-warning: var(--yellow-500);
    --border-warning-hover: var(--yellow-600);
    --border-warning-subtle: var(--yellow-300);
    --border-info: var(--blue-500);
    --border-info-hover: var(--blue-600);
    --border-info-subtle: var(--blue-300);
    --border-radius: 4px;
    --border-radius-xs: 8px;
    --border-radius-sm: 12px;
    --border-radius-md: 16px;
    --border-radius-full: 999px;
    --border-width-xs: .5px;
    --border-width-sm: 1px;
    --border-width-md: 1.5px;
    --border-width-lg: 2px;
    --border-width-xl: 2.5px;
    --text-primary: var(--orange-500);
    --text-primary-strong: var(--orange-600);
    --text-secondary: var(--navy-500);
    --text-secondary-strong: var(--navy-600);
    --text-link: var(--color-nav);
    --text-link-hover: var(--color-nav-hover);
    --text-main: var(--navy-gray-900);
    --text-strong: var(--navy-gray-700);
    --text-subtle: var(--navy-gray-600);
    --text-disabled: var(--navy-gray-400);
    --text-oncolor: var(--white);
    --text-error: var(--red-500);
    --text-error-strong: var(--red-600);
    --text-success: var(--green-500);
    --text-success-strong: var(--green-600);
    --text-warning: var(--yellow-600);
    --text-info: var(--blue-500);
    --text-info-strong: var(--blue-600);
    --display-xl: 600 3.5rem/120% var(--basefontFamily-brand);
    --display-lg: 600 3.25rem/120% var(--basefontFamily-brand);
    --display-md: 600 3rem/120% var(--basefontFamily-brand);
    --display-sm: 600 2.75rem/120% var(--basefontFamily-brand);
    --display-xs: 600 2.5rem/120% var(--basefontFamily-brand);
    --display-xxs: 600 2.25rem/120% var(--basefontFamily-brand);
    --title-xl: 600 2rem/120% var(--basefontFamily-brand);
    --title-lg: 600 1.75rem/120% var(--basefontFamily-brand);
    --title-md: 600 1.5rem/120% var(--basefontFamily-brand);
    --title-sm: 600 1.25rem/120% var(--basefontFamily-brand);
    --title-xs: 600 1.125rem/120% var(--basefontFamily-brand);
    --title-xxs: 600 1rem/120% var(--basefontFamily);
    --body: 400 1rem/150% var(--basefontFamily);
    --body-bold: 500 1rem/150% var(--basefontFamily);
    --body-italic: 400 1rem/150% var(--basefontFamily);
    --body-strikethrough: 400 1rem/150% var(--basefontFamily);
    --body-sm: 400 0.875rem/150% var(--basefontFamily);
    --body-sm-bold: 500 0.875rem/150% var(--basefontFamily);
    --body-sm-italic: 400 0.875rem/150% var(--basefontFamily);
    --body-sm-strikethrough: 400 0.875rem/150% var(--basefontFamily);
    --body-xs: 400 0.75rem/150% var(--basefontFamily);
    --body-xs-bold: 500 0.75rem/150% var(--basefontFamily);
    --body-xs-italic: 400 0.75rem/150% var(--basefontFamily);
    --body-xs-strikethrough: 400 0.75rem/150% var(--basefontFamily);
    --tight: 400 1rem/100% var(--basefontFamily);
    --tight-bold: 500 1rem/100% var(--basefontFamily);
    --tight-italic: 400 1rem/100% var(--basefontFamily);
    --tight-strikethrough: 400 1rem/100% var(--basefontFamily);
    --tight-sm: 400 0.875rem/100% var(--basefontFamily);
    --tight-sm-bold: 500 0.875rem/100% var(--basefontFamily);
    --tight-sm-italic: 400 0.875rem/100% var(--basefontFamily);
    --tight-sm-strikethrough: 400 0.875rem/100% var(--basefontFamily);
    --tight-xs: 400 0.75rem/100% var(--basefontFamily);
    --tight-xs-bold: 500 0.75rem/100% var(--basefontFamily);
    --tight-xs-italic: 400 0.75rem/100% var(--basefontFamily);
    --tight-xs-strikethrough: 400 0.75rem/100% var(--basefontFamily);
    --shadow-100: 0 calc(0.5px*var(--elevation-level-1)) calc(1px*var(--elevation-level-1)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1)), 0 calc(0.5px*var(--elevation-level-1)) calc(1px*var(--elevation-level-1)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1));
    --shadow-200: 0 calc(0.5px*var(--elevation-level-2)) calc(1px*var(--elevation-level-2)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1)), 0 calc(0.5px*var(--elevation-level-2)) calc(1px*var(--elevation-level-2)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1));
    --shadow-300: 0 calc(0.5px*var(--elevation-level-3)) calc(1px*var(--elevation-level-3)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1)), 0 calc(0.5px*var(--elevation-level-3)) calc(1px*var(--elevation-level-3)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1));
    --shadow-400: 0 calc(0.5px*var(--elevation-level-4)) calc(1px*var(--elevation-level-4)) hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-1)), 0 0 8px hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-2));
    --shadow-500: 0 calc(0.5px*var(--elevation-level-5)) calc(1px*var(--elevation-level-5)) hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-1)), 0 0 8px hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-2))
}

.bg-base {
    background: var(--bg-base)
}

.bg-level1 {
    background: var(--bg-level1)
}

.bg-level2 {
    background: var(--bg-level2)
}

.bg-level3 {
    background: var(--bg-level3)
}

.bg-level4 {
    background: var(--bg-level4)
}

.body {
    font: var(--body)
}

.body-bold {
    font: var(--body-bold)
}

.body-sm {
    font: var(--body-sm)
}

.title-xxs {
    font: var(--title-xxs)
}

.title-xs {
    font: var(--title-xs)
}

.text-strong {
    color: var(--text-strong)
}

.text-subtle {
    color: var(--text-subtle)
}

.icon-warning {
    color: var(--icon-warning)
}

.icon-xs {
    font-size: var(--icon-xs)
}

.icon-sm {
    font-size: var(--icon-sm)
}

.icon-md {
    font-size: var(--icon-md)
}

.icon-lg {
    font-size: var(--icon-lg)
}

.icon-xl {
    font-size: var(--icon-xl)
}

.icon-xxl {
    font-size: var(--icon-xxl)
}

.icon-xxxl {
    font-size: var(--icon-xxxl)
}

.text-link {
    color: var(--text-link);
    font: var(--body-bold)
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(https://static.cdnpth.com/assets-core/fonts/Poppins-SemiBold.woff) format("woff")
}

:root {
    --space: 0.25rem;
    --pink-100: #fcf5f9;
    --pink-200: #faebf3;
    --pink-300: #f7d2e5;
    --pink-500: #e50072;
    --pink-600: #800d46;
    --purple-100: #f7f5fc;
    --purple-200: #eeebf7;
    --purple-300: #c6bce5;
    --purple-500: #5c469c;
    --purple-600: #3e2f6a;
    --orange-100: #fcf6f5;
    --orange-200: #f7e4df;
    --orange-300: #f2c2b6;
    --orange-500: #e23105;
    --orange-600: #c22f0a;
    --navy-100: #f0f6ff;
    --navy-200: #cce0ff;
    --navy-300: #85b4ff;
    --navy-500: #186cdf;
    --navy-600: #003b98;
    --color-nav: #186cdf;
    --color-nav-hover: #0a3066;
    --color-nav-disabled: #96949c;
    --white: #fff;
    --gray-50: #fafafa;
    --purple-gray-100: #f5f5f7;
    --purple-gray-200: #e4e4e6;
    --purple-gray-300: #c1bfc7;
    --purple-gray-400: #96949c;
    --purple-gray-600: #696770;
    --purple-gray-700: #3b3a40;
    --purple-gray-900: #18161c;
    --navy-gray-100: #f2f3f5;
    --navy-gray-200: #e4e5e6;
    --navy-gray-300: #bfc2c7;
    --navy-gray-400: #94979c;
    --navy-gray-600: #676b70;
    --navy-gray-700: #3a3c40;
    --navy-gray-900: #16191c;
    --green-100: #f2faf0;
    --green-300: #bbe5b3;
    --green-500: #1c8207;
    --green-600: #0f4704;
    --red-100: #fcf4f2;
    --red-300: #f2c6bd;
    --red-500: #d93616;
    --red-600: #8c230e;
    --yellow-100: #faf8f0;
    --yellow-300: #f2e7c2;
    --yellow-500: #f2bd0d;
    --yellow-600: #664f05;
    --blue-100: #f2f5fc;
    --blue-300: #b5c5f5;
    --blue-500: #3161f2;
    --blue-600: #07288c;
    --basefontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Arial, system-ui;
    --basefontFamily-brand: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, system-ui;
    --elevation-level-n1: 2;
    --elevation-level-1: 2;
    --elevation-level-2: 4;
    --elevation-level-3: 8;
    --elevation-level-4: 12;
    --elevation-level-5: 20;
    --elevation-hsl: 210, 18%, 4%;
    --elevation-lowlevel-opacity-1: 0.14;
    --elevation-highlevel-opacity-1: 0.24;
    --elevation-highlevel-opacity-2: 0.2
}

:root {
    --space-4: var(--space);
    --space-8: calc(var(--space)*2);
    --space-12: calc(var(--space)*3);
    --space-16: calc(var(--space)*4);
    --space-20: calc(var(--space)*5);
    --space-24: calc(var(--space)*6);
    --space-28: calc(var(--space)*7);
    --space-32: calc(var(--space)*8);
    --space-36: calc(var(--space)*9);
    --space-40: calc(var(--space)*10);
    --bg-primary: var(--orange-500);
    --bg-primary-hover: var(--orange-600);
    --bg-primary-subtle: var(--orange-100);
    --bg-primary-level1: var(--orange-200);
    --bg-primary-level2: var(--orange-300);
    --bg-secondary: var(--navy-500);
    --bg-secondary-hover: var(--navy-600);
    --bg-secondary-subtle: var(--navy-100);
    --bg-secondary-level1: var(--navy-200);
    --bg-secondary-level2: var(--navy-300);
    --bg-base: var(--white);
    --bg-level1: var(--gray-50);
    --bg-level2: var(--navy-gray-100);
    --bg-level3: var(--navy-gray-200);
    --bg-level4: var(--navy-gray-600);
    --bg-error: var(--red-500);
    --bg-error-subtle: var(--red-100);
    --bg-success: var(--green-500);
    --bg-success-subtle: var(--green-100);
    --bg-warning: var(--yellow-500);
    --bg-warning-subtle: var(--yellow-100);
    --bg-info: var(--blue-500);
    --bg-info-subtle: var(--blue-100);
    --icon-primary: var(--orange-500);
    --icon-primary-strong: var(--orange-600);
    --icon-secondary: var(--navy-500);
    --icon-secondary-strong: var(--navy-600);
    --icon-link: var(--color-nav);
    --icon-link-hover: var(--color-nav-hover);
    --icon-main: var(--navy-gray-900);
    --icon-strong: var(--navy-gray-700);
    --icon-subtle: var(--navy-gray-600);
    --icon-disabled: var(--navy-gray-400);
    --icon-oncolor: var(--white);
    --icon-error: var(--red-500);
    --icon-error-strong: var(--red-600);
    --icon-success: var(--green-500);
    --icon-success-strong: var(--green-600);
    --icon-warning: var(--yellow-500);
    --icon-warning-strong: var(--yellow-600);
    --icon-info: var(--blue-500);
    --icon-info-strong: var(--blue-600);
    --icon-xs: var(--space-16);
    --icon-sm: var(--space-20);
    --icon-md: var(--space-24);
    --icon-lg: var(--space-26);
    --icon-xl: var(--space-28);
    --icon-xxl: var(--space-32);
    --icon-xxxl: var(--space-36);
    --border-primary: var(--orange-500);
    --border-primary-hover: var(--orange-600);
    --border-primary-subtle: var(--orange-300);
    --border-secondary: var(--navy-500);
    --border-secondary-hover: var(--navy-600);
    --border-secondary-subtle: var(--navy-300);
    --border-strong: var(--navy-gray-300);
    --border-strong-hover: var(--navy-gray-400);
    --border-subtle: var(--navy-gray-200);
    --border-subtle-hover: var(--navy-gray-300);
    --border-disabled: var(--navy-gray-100);
    --border-error: var(--red-500);
    --border-error-hover: var(--red-600);
    --border-error-subtle: var(--red-300);
    --border-success: var(--green-500);
    --border-success-hover: var(--green-600);
    --border-success-subtle: var(--green-300);
    --border-warning: var(--yellow-500);
    --border-warning-hover: var(--yellow-600);
    --border-warning-subtle: var(--yellow-300);
    --border-info: var(--blue-500);
    --border-info-hover: var(--blue-600);
    --border-info-subtle: var(--blue-300);
    --border-radius: 4px;
    --border-radius-xs: 8px;
    --border-radius-sm: 12px;
    --border-radius-md: 16px;
    --border-radius-full: 999px;
    --border-width-xs: .5px;
    --border-width-sm: 1px;
    --border-width-md: 1.5px;
    --border-width-lg: 2px;
    --border-width-xl: 2.5px;
    --text-primary: var(--orange-500);
    --text-primary-strong: var(--orange-600);
    --text-secondary: var(--navy-500);
    --text-secondary-strong: var(--navy-600);
    --text-link: var(--color-nav);
    --text-link-hover: var(--color-nav-hover);
    --text-main: var(--navy-gray-900);
    --text-strong: var(--navy-gray-700);
    --text-subtle: var(--navy-gray-600);
    --text-disabled: var(--navy-gray-400);
    --text-oncolor: var(--white);
    --text-error: var(--red-500);
    --text-error-strong: var(--red-600);
    --text-success: var(--green-500);
    --text-success-strong: var(--green-600);
    --text-warning: var(--yellow-600);
    --text-info: var(--blue-500);
    --text-info-strong: var(--blue-600);
    --display-xl: 600 3.5rem/120% var(--basefontFamily-brand);
    --display-lg: 600 3.25rem/120% var(--basefontFamily-brand);
    --display-md: 600 3rem/120% var(--basefontFamily-brand);
    --display-sm: 600 2.75rem/120% var(--basefontFamily-brand);
    --display-xs: 600 2.5rem/120% var(--basefontFamily-brand);
    --display-xxs: 600 2.25rem/120% var(--basefontFamily-brand);
    --title-xl: 600 2rem/120% var(--basefontFamily-brand);
    --title-lg: 600 1.75rem/120% var(--basefontFamily-brand);
    --title-md: 600 1.5rem/120% var(--basefontFamily-brand);
    --title-sm: 600 1.25rem/120% var(--basefontFamily-brand);
    --title-xs: 600 1.125rem/120% var(--basefontFamily-brand);
    --title-xxs: 600 1rem/120% var(--basefontFamily);
    --body: 400 1rem/150% var(--basefontFamily);
    --body-bold: 500 1rem/150% var(--basefontFamily);
    --body-italic: 400 1rem/150% var(--basefontFamily);
    --body-strikethrough: 400 1rem/150% var(--basefontFamily);
    --body-sm: 400 0.875rem/150% var(--basefontFamily);
    --body-sm-bold: 500 0.875rem/150% var(--basefontFamily);
    --body-sm-italic: 400 0.875rem/150% var(--basefontFamily);
    --body-sm-strikethrough: 400 0.875rem/150% var(--basefontFamily);
    --body-xs: 400 0.75rem/150% var(--basefontFamily);
    --body-xs-bold: 500 0.75rem/150% var(--basefontFamily);
    --body-xs-italic: 400 0.75rem/150% var(--basefontFamily);
    --body-xs-strikethrough: 400 0.75rem/150% var(--basefontFamily);
    --tight: 400 1rem/100% var(--basefontFamily);
    --tight-bold: 500 1rem/100% var(--basefontFamily);
    --tight-italic: 400 1rem/100% var(--basefontFamily);
    --tight-strikethrough: 400 1rem/100% var(--basefontFamily);
    --tight-sm: 400 0.875rem/100% var(--basefontFamily);
    --tight-sm-bold: 500 0.875rem/100% var(--basefontFamily);
    --tight-sm-italic: 400 0.875rem/100% var(--basefontFamily);
    --tight-sm-strikethrough: 400 0.875rem/100% var(--basefontFamily);
    --tight-xs: 400 0.75rem/100% var(--basefontFamily);
    --tight-xs-bold: 500 0.75rem/100% var(--basefontFamily);
    --tight-xs-italic: 400 0.75rem/100% var(--basefontFamily);
    --tight-xs-strikethrough: 400 0.75rem/100% var(--basefontFamily);
    --shadow-100: 0 calc(0.5px*var(--elevation-level-1)) calc(1px*var(--elevation-level-1)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1)), 0 calc(0.5px*var(--elevation-level-1)) calc(1px*var(--elevation-level-1)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1));
    --shadow-200: 0 calc(0.5px*var(--elevation-level-2)) calc(1px*var(--elevation-level-2)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1)), 0 calc(0.5px*var(--elevation-level-2)) calc(1px*var(--elevation-level-2)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1));
    --shadow-300: 0 calc(0.5px*var(--elevation-level-3)) calc(1px*var(--elevation-level-3)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1)), 0 calc(0.5px*var(--elevation-level-3)) calc(1px*var(--elevation-level-3)) hsla(var(--elevation-hsl), var(--elevation-lowlevel-opacity-1));
    --shadow-400: 0 calc(0.5px*var(--elevation-level-4)) calc(1px*var(--elevation-level-4)) hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-1)), 0 0 8px hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-2));
    --shadow-500: 0 calc(0.5px*var(--elevation-level-5)) calc(1px*var(--elevation-level-5)) hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-1)), 0 0 8px hsla(var(--elevation-hsl), var(--elevation-highlevel-opacity-2))
}

@charset "UTF-8";
a {
    color: #007bff
}

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,
[data-bs-theme=light] {
    --bs-blue: #007bff;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #28a745;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-brand-purple: #5c469c;
    --bs-brand-pink: #ea0074;
    --bs-brand-blue: #4fc3f4;
    --bs-brand-orange: #fcb000;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #ea0074;
    --bs-secondary: #5c469c;
    --bs-success: #28a745;
    --bs-info: #4fc3f4;
    --bs-warning: #fcb000;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --bs-primary-rgb: 234, 0, 116;
    --bs-secondary-rgb: 92, 70, 156;
    --bs-success-rgb: 40, 167, 69;
    --bs-info-rgb: 79, 195, 244;
    --bs-warning-rgb: 252, 176, 0;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 52, 58, 64;
    --bs-primary-text-emphasis: #5e002e;
    --bs-secondary-text-emphasis: #251c3e;
    --bs-success-text-emphasis: #10431c;
    --bs-info-text-emphasis: #204e62;
    --bs-warning-text-emphasis: #654600;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #fbcce3;
    --bs-secondary-bg-subtle: #dedaeb;
    --bs-success-bg-subtle: #d4edda;
    --bs-info-bg-subtle: #dcf3fd;
    --bs-warning-bg-subtle: #feefcc;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #f799c7;
    --bs-secondary-border-subtle: #beb5d7;
    --bs-success-border-subtle: #a9dcb5;
    --bs-info-border-subtle: #b9e7fb;
    --bs-warning-border-subtle: #fedf99;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #333;
    --bs-body-color-rgb: 51, 51, 51;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #007bff;
    --bs-link-color-rgb: 0, 123, 255;
    --bs-link-decoration: none;
    --bs-link-hover-color: #0056b3;
    --bs-link-hover-color-rgb: 0, 86, 179;
    --bs-link-hover-decoration: underline;
    --bs-code-color: #e83e8c;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fcf8e3;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.25rem;
    --bs-border-radius-sm: 0.2rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(234, 0, 116, .25);
    --bs-form-valid-color: #28a745;
    --bs-form-valid-border-color: #28a745;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #f266ac;
    --bs-secondary-text-emphasis: #9d90c4;
    --bs-success-text-emphasis: #7eca8f;
    --bs-info-text-emphasis: #95dbf8;
    --bs-warning-text-emphasis: #fdd066;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #2f0017;
    --bs-secondary-bg-subtle: #120e1f;
    --bs-success-bg-subtle: #08210e;
    --bs-info-bg-subtle: #102731;
    --bs-warning-bg-subtle: #322300;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #8c0046;
    --bs-secondary-border-subtle: #372a5e;
    --bs-success-border-subtle: #186429;
    --bs-info-border-subtle: #2f7592;
    --bs-warning-border-subtle: #976a00;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #f266ac;
    --bs-link-hover-color: #f585bd;
    --bs-link-color-rgb: 242, 102, 172;
    --bs-link-hover-color-rgb: 245, 133, 189;
    --bs-code-color: #f18bba;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #7eca8f;
    --bs-form-valid-border-color: #7eca8f;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    color-scheme: dark
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: 80%
}

.mark,
mark {
    background-color: var(--bs-highlight-bg);
    color: var(--bs-highlight-color);
    padding: .2em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    color: #212529;
    display: block;
    font-size: 87.5%;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: 87.5%
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 80%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: 80%;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: 90%
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1280px
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1280px) {
    .col-xl {
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #212529;
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: #dee2e6;
    --bs-table-accent-bg: rgba(0, 0, 0, .05);
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .075);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    border-color: var(--bs-table-border-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: 2px solid
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n),
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #fbcce3;
    --bs-table-border-color: #c9a3b6;
    --bs-table-striped-bg: #eec2d8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e2b8cc;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e8bdd2;
    --bs-table-hover-color: #000
}

.table-primary,
.table-secondary {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #dedaeb;
    --bs-table-border-color: #b2aebc;
    --bs-table-striped-bg: #d3cfdf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c8c4d4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cdcad9;
    --bs-table-hover-color: #000
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d4edda;
    --bs-table-border-color: #aabeae;
    --bs-table-striped-bg: #c9e1cf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bfd5c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c4dbca;
    --bs-table-hover-color: #000
}

.table-info,
.table-success {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #dcf3fd;
    --bs-table-border-color: #b0c2ca;
    --bs-table-striped-bg: #d1e7f0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c6dbe4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #cce1ea;
    --bs-table-hover-color: #000
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #feefcc;
    --bs-table-border-color: #cbbfa3;
    --bs-table-striped-bg: #f1e3c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5d7b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebddbd;
    --bs-table-hover-color: #000
}

.table-danger,
.table-warning {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000
}

.table-dark,
.table-light {
    border-color: var(--bs-table-border-color);
    color: var(--bs-table-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #343a40;
    --bs-table-border-color: #5d6166;
    --bs-table-striped-bg: #3e444a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #484e53;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #43494e;
    --bs-table-hover-color: #fff
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1279.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-text {
    color: var(--bs-secondary-color);
    font-size: 80%;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: #fff;
    border-color: #ff6bb4;
    box-shadow: 0 0 0 .2rem rgba(234, 0, 116, .25);
    color: #495057;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #495057;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: .25rem
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + 2px)
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #ff6bb4;
    box-shadow: 0 0 0 .2rem rgba(234, 0, 116, .25);
    outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-select-sm {
    border-radius: .2rem;
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-input {
    --bs-form-check-bg: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    flex-shrink: 0;
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #ff6bb4;
    box-shadow: 0 0 0 .25rem rgba(234, 0, 116, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #ea0074;
    border-color: #ea0074
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    background-color: #ea0074;
    border-color: #ea0074
}

.form-check-input:disabled {
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ff6bb4'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    filter: none;
    opacity: .65;
    pointer-events: none
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")
}

.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(234, 0, 116, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(234, 0, 116, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ea0074;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #f9b3d5
}

.form-range::-webkit-slider-runnable-track {
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #ea0074;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #f9b3d5
}

.form-range::-moz-range-track {
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    min-height: calc(3.5rem + 2px)
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    white-space: nowrap;
    z-index: 2
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
    background-color: #fff;
    border-radius: .25rem;
    content: "";
    height: 1.5em;
    inset: 1rem .375rem;
    position: absolute;
    z-index: -1
}

.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-select~label:after {
    background-color: #fff;
    border-radius: .25rem;
    content: "";
    height: 1.5em;
    inset: 1rem .375rem;
    position: absolute;
    z-index: -1
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>.form-control:disabled~label:after,
.form-floating>:disabled~label:after {
    background-color: #e9ecef
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.valid-feedback {
    color: #28a745;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
    color: #000;
    display: none;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328A745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #28a745
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328A745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #28a745
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #28a745
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23DC3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DC3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23DC3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(3.75rem + 1.5em)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.25rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color);
    text-decoration: none
}

.btn-check+.btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ea0074;
    --bs-btn-border-color: #ea0074;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ed2689;
    --bs-btn-hover-border-color: #ec1a82;
    --bs-btn-focus-shadow-rgb: 199, 0, 99;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ee3390;
    --bs-btn-active-border-color: #ec1a82;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ea0074;
    --bs-btn-disabled-border-color: #ea0074
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5c469c;
    --bs-btn-border-color: #5c469c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4e3c85;
    --bs-btn-hover-border-color: #4a387d;
    --bs-btn-focus-shadow-rgb: 116, 98, 171;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4a387d;
    --bs-btn-active-border-color: #453575;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5c469c;
    --bs-btn-disabled-border-color: #5c469c
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #28a745;
    --bs-btn-border-color: #28a745;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #48b461;
    --bs-btn-hover-border-color: #3eb058;
    --bs-btn-focus-shadow-rgb: 34, 142, 59;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #53b96a;
    --bs-btn-active-border-color: #3eb058;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #28a745;
    --bs-btn-disabled-border-color: #28a745
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #4fc3f4;
    --bs-btn-border-color: #4fc3f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #69ccf6;
    --bs-btn-hover-border-color: #61c9f5;
    --bs-btn-focus-shadow-rgb: 67, 166, 207;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #72cff6;
    --bs-btn-active-border-color: #61c9f5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #4fc3f4;
    --bs-btn-disabled-border-color: #4fc3f4
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #fcb000;
    --bs-btn-border-color: #fcb000;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcbc26;
    --bs-btn-hover-border-color: #fcb81a;
    --bs-btn-focus-shadow-rgb: 214, 150, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fdc033;
    --bs-btn-active-border-color: #fcb81a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #fcb000;
    --bs-btn-disabled-border-color: #fcb000
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #343a40;
    --bs-btn-border-color: #343a40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #52585d;
    --bs-btn-hover-border-color: #484e53;
    --bs-btn-focus-shadow-rgb: 82, 88, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5d6166;
    --bs-btn-active-border-color: #484e53;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #343a40;
    --bs-btn-disabled-border-color: #343a40
}

.btn-outline-primary {
    --bs-btn-color: #ea0074;
    --bs-btn-border-color: #ea0074;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ea0074;
    --bs-btn-hover-border-color: #ea0074;
    --bs-btn-focus-shadow-rgb: 234, 0, 116;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ea0074;
    --bs-btn-active-border-color: #ea0074;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ea0074;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ea0074;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #5c469c;
    --bs-btn-border-color: #5c469c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c469c;
    --bs-btn-hover-border-color: #5c469c;
    --bs-btn-focus-shadow-rgb: 92, 70, 156;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5c469c;
    --bs-btn-active-border-color: #5c469c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #5c469c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5c469c;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #28a745;
    --bs-btn-border-color: #28a745;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #28a745;
    --bs-btn-hover-border-color: #28a745;
    --bs-btn-focus-shadow-rgb: 40, 167, 69;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #28a745;
    --bs-btn-active-border-color: #28a745;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #28a745;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #28a745;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #4fc3f4;
    --bs-btn-border-color: #4fc3f4;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #4fc3f4;
    --bs-btn-hover-border-color: #4fc3f4;
    --bs-btn-focus-shadow-rgb: 79, 195, 244;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #4fc3f4;
    --bs-btn-active-border-color: #4fc3f4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #4fc3f4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4fc3f4;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #fcb000;
    --bs-btn-border-color: #fcb000;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fcb000;
    --bs-btn-hover-border-color: #fcb000;
    --bs-btn-focus-shadow-rgb: 252, 176, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fcb000;
    --bs-btn-active-border-color: #fcb000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fcb000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fcb000;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #343a40;
    --bs-btn-border-color: #343a40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #343a40;
    --bs-btn-hover-border-color: #343a40;
    --bs-btn-focus-shadow-rgb: 52, 58, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #343a40;
    --bs-btn-active-border-color: #343a40;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #343a40;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #343a40;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 0, 105, 217;
    text-decoration: none
}

.btn-link:focus-visible,
.btn-link:hover {
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.3rem
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: rgba(0, 0, 0, .15);
    --bs-dropdown-border-radius: 0.25rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.25rem - 1px);
    --bs-dropdown-divider-bg: #e9ecef;
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #16181b;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #ea0074;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1.5rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1.5rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1280px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color);
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: var(--bs-dropdown-header-color);
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    white-space: nowrap
}

.dropdown-item-text {
    color: var(--bs-dropdown-link-color);
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: rgba(0, 0, 0, .15);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: #e9ecef;
    --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #ea0074;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: .25rem
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    text-decoration: none
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(234, 0, 116, .25);
    outline: 0
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.25rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    isolation: isolate
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.25rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #ea0074
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
    padding-left: 0;
    padding-right: 0
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    border-bottom-color: currentcolor;
    color: var(--bs-nav-underline-link-active-color);
    font-weight: 700
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 1rem;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, .5);
    --bs-navbar-hover-color: rgba(0, 0, 0, .7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: 0.25rem;
    --bs-navbar-toggler-focus-width: 0.2rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color);
    text-decoration: none
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    color: var(--bs-navbar-color);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1280px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .offcanvas {
        background-color: transparent !important;
        border: 0 !important;
        flex-grow: 1;
        height: auto !important;
        position: static;
        transform: none !important;
        transition: none;
        visibility: visible !important;
        width: auto !important;
        z-index: auto
    }
    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }
    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    transform: none !important;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: hsla(0, 0%, 100%, .5);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
    --bs-card-spacer-y: 0.75rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 1px;
    --bs-card-border-color: rgba(0, 0, 0, .125);
    --bs-card-border-radius: 0.25rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.25rem - 1px);
    --bs-card-cap-padding-y: 0.375rem;
    --bs-card-cap-padding-x: 1.25rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1.25rem;
    --bs-card-group-margin: 15px;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    color: var(--bs-body-color);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
}

.card-title {
    color: var(--bs-card-title-color);
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    color: var(--bs-card-subtitle-color);
    margin-top: calc(var(--bs-card-title-spacer-y)*-.5)
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-img-overlay {
    border-radius: var(--bs-card-inner-border-radius);
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235e002e'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: #ff6bb4;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(234, 0, 116, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: var(--bs-accordion-btn-focus-border-color);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f266ac'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f266ac'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 1rem;
    --bs-breadcrumb-padding-y: 0.75rem;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: #e9ecef;
    --bs-breadcrumb-border-radius: 0.25rem;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #007bff;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #0056b3;
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(234, 0, 116, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #ea0074;
    --bs-pagination-active-border-color: #ea0074;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3
}

.active>.page-link,
.page-link.active {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3
}

.disabled>.page-link,
.page-link.disabled {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item:first-child .page-link {
    border-bottom-left-radius: var(--bs-pagination-border-radius);
    border-top-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-bottom-right-radius: var(--bs-pagination-border-radius);
    border-top-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.3rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.2rem
}

.badge {
    --bs-badge-padding-x: 0.4em;
    --bs-badge-padding-y: 0.25em;
    --bs-badge-font-size: 75%;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1.25rem;
    --bs-alert-padding-y: 0.75rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.25rem;
    --bs-alert-link-color: inherit;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    color: var(--bs-alert-link-color);
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.75rem
}

.alert-dismissible .btn-close {
    padding: .9375rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: 0.25rem;
    --bs-progress-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, .1);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: theme-color("primary");
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
    overflow: hidden
}

.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, .125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.25rem;
    --bs-list-group-item-padding-x: 1.25rem;
    --bs-list-group-item-padding-y: 0.75rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #ea0074;
    --bs-list-group-active-border-color: #ea0074;
    border-radius: var(--bs-list-group-border-radius);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>.list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    color: var(--bs-list-group-action-color);
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: var(--bs-list-group-action-hover-bg);
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: var(--bs-list-group-action-active-bg);
    color: var(--bs-list-group-action-active-color)
}

.list-group-item {
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    color: var(--bs-list-group-color);
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: var(--bs-list-group-disabled-bg);
    color: var(--bs-list-group-disabled-color);
    pointer-events: none
}

.list-group-item.active {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: var(--bs-list-group-active-color);
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: var(--bs-list-group-border-width);
    margin-top: calc(var(--bs-list-group-border-width)*-1)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width)*-1)
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

@media (min-width:1280px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-list-group-border-radius)
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: var(--bs-list-group-border-width)
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: var(--bs-list-group-border-width);
        margin-left: calc(var(--bs-list-group-border-width)*-1)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(234, 0, 116, .25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    height: 1em;
    opacity: var(--bs-btn-close-opacity);
    padding: .25em;
    width: 1em
}

.btn-close,
.btn-close:hover {
    color: var(--bs-btn-close-color)
}

.btn-close:hover {
    opacity: var(--bs-btn-close-hover-opacity);
    text-decoration: none
}

.btn-close:focus {
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: var(--bs-btn-close-disabled-opacity);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.btn-close-white,
[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.25rem;
    --bs-toast-spacing: 30px;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: hsla(0, 0%, 100%, .85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: rgba(0, 0, 0, .1);
    --bs-toast-border-radius: 0.25rem;
    --bs-toast-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: hsla(0, 0%, 100%, .85);
    --bs-toast-header-border-color: rgba(0, 0, 0, .05);
    background-clip: padding-box;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    border-radius: var(--bs-toast-border-radius);
    box-shadow: var(--bs-toast-box-shadow);
    color: var(--bs-toast-color);
    font-size: var(--bs-toast-font-size);
    max-width: 100%;
    pointer-events: auto;
    width: var(--bs-toast-max-width)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    z-index: var(--bs-toast-zindex)
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    color: var(--bs-toast-header-color);
    display: flex;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)
}

.toast-header .btn-close {
    margin-left: var(--bs-toast-padding-x);
    margin-right: calc(var(--bs-toast-padding-x)*-.5)
}

.toast-body {
    word-wrap: break-word;
    padding: var(--bs-toast-padding-x)
}

.modal {
    --bs-modal-width: 500px;
    --bs-modal-color: ;
    --bs-modal-footer-bg:
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1040;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .5)
    }
    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }
    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width:1280px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width:1279.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1070;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: 0;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: 0.25rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex)
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    height: var(--bs-tooltip-arrow-height);
    width: var(--bs-tooltip-arrow-width)
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--bs-tooltip-bg);
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    left: calc(var(--bs-tooltip-arrow-height)*-1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    right: calc(var(--bs-tooltip-arrow-height)*-1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    left: -1px
}

.tooltip-inner {
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
    color: var(--bs-tooltip-color);
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    text-align: center
}

.popover {
    --bs-popover-zindex: 1060;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: rgba(0, 0, 0, .2);
    --bs-popover-border-radius: 0.3rem;
    --bs-popover-inner-border-radius: calc(0.3rem - 1px);
    --bs-popover-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .2);
    --bs-popover-header-padding-x: 0.75rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: #f7f7f7;
    --bs-popover-body-padding-x: 0.75rem;
    --bs-popover-body-padding-y: 0.5rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: var(--bs-popover-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: var(--bs-popover-max-width);
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-popover-zindex)
}

.popover .popover-arrow {
    display: block;
    height: var(--bs-popover-arrow-height);
    width: var(--bs-popover-arrow-width)
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border: 0 solid transparent;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-top>.popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    left: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width)*-.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    right: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width)
}

.popover-header {
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    color: var(--bs-popover-header-color);
    font-size: var(--bs-popover-header-font-size);
    margin-bottom: 0;
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: var(--bs-popover-body-color);
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform .6s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: none;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    padding: 0;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-border,
.spinner-grow {
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width)
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: rgba(0, 0, 0, .2);
    --bs-offcanvas-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .5);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width:575.98px) {
    .offcanvas-sm {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (max-width:575.98px) {
    .offcanvas-sm.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-sm.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-sm.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }
    .offcanvas-sm.offcanvas-bottom,
    .offcanvas-sm.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-sm.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none
    }
    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width:576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }
    .offcanvas-sm .offcanvas-header {
        display: none
    }
    .offcanvas-sm .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:767.98px) {
    .offcanvas-md {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (max-width:767.98px) {
    .offcanvas-md.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-md.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-md.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }
    .offcanvas-md.offcanvas-bottom,
    .offcanvas-md.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-md.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none
    }
    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width:768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }
    .offcanvas-md .offcanvas-header {
        display: none
    }
    .offcanvas-md .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (max-width:991.98px) {
    .offcanvas-lg.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-lg.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-lg.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }
    .offcanvas-lg.offcanvas-bottom,
    .offcanvas-lg.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-lg.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none
    }
    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width:992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }
    .offcanvas-lg .offcanvas-header {
        display: none
    }
    .offcanvas-lg .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (max-width:1279.98px) {
    .offcanvas-xl {
        background-clip: padding-box;
        background-color: var(--bs-offcanvas-bg);
        bottom: 0;
        color: var(--bs-offcanvas-color);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        outline: 0;
        position: fixed;
        transition: var(--bs-offcanvas-transition);
        visibility: hidden;
        z-index: var(--bs-offcanvas-zindex)
    }
}

@media (max-width:1279.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (max-width:1279.98px) {
    .offcanvas-xl.offcanvas-start {
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        left: 0;
        top: 0;
        transform: translateX(-100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-xl.offcanvas-end {
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        right: 0;
        top: 0;
        transform: translateX(100%);
        width: var(--bs-offcanvas-width)
    }
    .offcanvas-xl.offcanvas-top {
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        transform: translateY(-100%)
    }
    .offcanvas-xl.offcanvas-bottom,
    .offcanvas-xl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        left: 0;
        max-height: 100%;
        right: 0
    }
    .offcanvas-xl.offcanvas-bottom {
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }
    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none
    }
    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width:1280px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important
    }
    .offcanvas-xl .offcanvas-header {
        display: none
    }
    .offcanvas-xl .offcanvas-body {
        background-color: transparent !important;
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
    margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
    margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}

.offcanvas-title {
    line-height: var(--bs-offcanvas-title-line-height);
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-secondary {
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-success {
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-info {
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-warning {
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-danger {
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.text-bg-light {
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark {
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(238, 51, 144, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(238, 51, 144, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(74, 56, 125, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(74, 56, 125, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(83, 185, 106, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(83, 185, 106, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
    color: RGBA(114, 207, 246, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(114, 207, 246, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
    color: RGBA(253, 192, 51, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(253, 192, 51, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(42, 46, 51, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(42, 46, 51, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    outline: 0
}

.icon-link {
    align-items: center;
    backface-visibility: hidden;
    display: inline-flex;
    gap: .375rem;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em
}

.icon-link>.bi {
    fill: currentcolor;
    flex-shrink: 0;
    height: 1em;
    transition: transform .2s ease-in-out;
    width: 1em
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

@media (min-width:1280px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: 1px !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: var(--bs-border-width)
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-base,
.lh-lg,
.lh-sm {
    line-height: 1.5 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-end-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-end-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }
    .float-sm-end {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }
    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }
    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }
    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }
    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-inline-grid {
        display: inline-grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .5rem !important
    }
    .ms-sm-3 {
        margin-left: 1rem !important
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important
    }
    .ms-sm-5 {
        margin-left: 3rem !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .5rem !important
    }
    .pe-sm-3 {
        padding-right: 1rem !important
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important
    }
    .pe-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: .25rem !important
    }
    .gap-sm-2 {
        gap: .5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 3rem !important
    }
    .row-gap-sm-0 {
        row-gap: 0 !important
    }
    .row-gap-sm-1 {
        row-gap: .25rem !important
    }
    .row-gap-sm-2 {
        row-gap: .5rem !important
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important
    }
    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-sm-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }
    .column-gap-sm-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }
    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }
    .float-md-end {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }
    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }
    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }
    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }
    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-inline-grid {
        display: inline-grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: .25rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .me-md-3 {
        margin-right: 1rem !important
    }
    .me-md-4 {
        margin-right: 1.5rem !important
    }
    .me-md-5 {
        margin-right: 3rem !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: .25rem !important
    }
    .ms-md-2 {
        margin-left: .5rem !important
    }
    .ms-md-3 {
        margin-left: 1rem !important
    }
    .ms-md-4 {
        margin-left: 1.5rem !important
    }
    .ms-md-5 {
        margin-left: 3rem !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: .25rem !important
    }
    .pe-md-2 {
        padding-right: .5rem !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pe-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: .25rem !important
    }
    .gap-md-2 {
        gap: .5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 3rem !important
    }
    .row-gap-md-0 {
        row-gap: 0 !important
    }
    .row-gap-md-1 {
        row-gap: .25rem !important
    }
    .row-gap-md-2 {
        row-gap: .5rem !important
    }
    .row-gap-md-3 {
        row-gap: 1rem !important
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-md-5 {
        row-gap: 3rem !important
    }
    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }
    .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }
    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }
    .float-lg-end {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }
    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }
    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }
    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }
    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-inline-grid {
        display: inline-grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .5rem !important
    }
    .ms-lg-3 {
        margin-left: 1rem !important
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important
    }
    .ms-lg-5 {
        margin-left: 3rem !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .5rem !important
    }
    .pe-lg-3 {
        padding-right: 1rem !important
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important
    }
    .pe-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: .25rem !important
    }
    .gap-lg-2 {
        gap: .5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 3rem !important
    }
    .row-gap-lg-0 {
        row-gap: 0 !important
    }
    .row-gap-lg-1 {
        row-gap: .25rem !important
    }
    .row-gap-lg-2 {
        row-gap: .5rem !important
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important
    }
    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }
    .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }
    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1280px) {
    .float-xl-start {
        float: left !important
    }
    .float-xl-end {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }
    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }
    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }
    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }
    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-inline-grid {
        display: inline-grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: .25rem !important
    }
    .me-xl-2 {
        margin-right: .5rem !important
    }
    .me-xl-3 {
        margin-right: 1rem !important
    }
    .me-xl-4 {
        margin-right: 1.5rem !important
    }
    .me-xl-5 {
        margin-right: 3rem !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .5rem !important
    }
    .ms-xl-3 {
        margin-left: 1rem !important
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xl-5 {
        margin-left: 3rem !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .5rem !important
    }
    .pe-xl-3 {
        padding-right: 1rem !important
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: .25rem !important
    }
    .gap-xl-2 {
        gap: .5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 3rem !important
    }
    .row-gap-xl-0 {
        row-gap: 0 !important
    }
    .row-gap-xl-1 {
        row-gap: .25rem !important
    }
    .row-gap-xl-2 {
        row-gap: .5rem !important
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important
    }
    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }
    .column-gap-xl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }
    .column-gap-xl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }
    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }
    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }
    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !important
    }
    .d-print-inline-grid {
        display: inline-grid !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}

@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(/assets-tb/fonts/icomoon.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

[class*=" icon-"],
[class^=icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    vertical-align: middle
}

[class*=" icon-"].top,
[class^=icon-].top {
    vertical-align: top
}

[class*=" icon-"].text-top,
[class^=icon-].text-top {
    vertical-align: text-top
}

.icon-help:before {
    content: "\e940"
}

.icon-suitecase:before {
    content: "\e941"
}

.icon-fav:before {
    content: "\e93f"
}

.icon-stream:before {
    content: "\e93a"
}

.icon-bed:before {
    content: "\e93b"
}

.icon-flame:before {
    content: "\e93c"
}

.icon-disney:before {
    content: "\e93d"
}

.icon-airplane-vertical:before {
    content: "\e93e"
}

.icon-none:before {
    content: "\e939"
}

.icon-big-bag-out:before {
    content: "\e934"
}

.icon-big-bag:before {
    content: "\e935"
}

.icon-carry-on-bag:before {
    content: "\e936"
}

.icon-carry-on:before {
    content: "\e937"
}

.icon-small-bag:before {
    content: "\e938"
}

.icon-bell:before {
    content: "\e933"
}

.icon-x:before {
    content: "\e932"
}

.icon-alarm-clock:before {
    content: "\e931"
}

.icon-clock:before {
    content: "\e930"
}

.icon-arrow-low:before {
    content: "\e92e"
}

.icon-change-price:before {
    content: "\e92f"
}

.icon-print-black:before {
    content: "\e92b"
}

.icon-credit-card-one:before {
    content: "\e92a"
}

.icon-done-black:before {
    content: "\e929"
}

.icon-lock:before {
    content: "\e928"
}

.icon-warning:before {
    content: "\e926"
}

.icon-check-circle:before {
    content: "\e927"
}

.icon-chevron-right:before {
    content: "\e924"
}

.icon-chevron-left:before {
    content: "\e925"
}

.icon-filters:before {
    content: "\e922"
}

.icon-person-black:before {
    content: "\e923"
}

.icon-load:before {
    content: "\e921"
}

.icon-plane-left:before {
    content: "\e919"
}

.icon-plane-right:before {
    content: "\e91a"
}

.icon-close:before {
    content: "\e91b"
}

.icon-date:before {
    content: "\e91c"
}

.icon-keyboard-right:before {
    content: "\e91d"
}

.icon-info:before {
    content: "\e91e"
}

.icon-keyboard-up:before {
    content: "\e91f"
}

.icon-search:before {
    content: "\e920"
}

.icon-hotel:before {
    content: "\e918"
}

.icon-call-center:before {
    content: "\e911"
}

.icon-credit-card:before {
    content: "\e912"
}

.icon-sell:before {
    content: "\e913"
}

.icon-contact-support:before {
    content: "\e914"
}

.icon-support-agent:before {
    content: "\e915"
}

.icon-arrow-back1:before {
    content: "\e916"
}

.icon-phone:before {
    content: "\e917"
}

.icon-location:before {
    content: "\e910"
}

.icon-remove:before {
    content: "\e90e"
}

.icon-add:before {
    content: "\e90f"
}

.icon-youtube:before {
    content: "\e90b"
}

.icon-tw:before {
    content: "\e90c"
}

.icon-fb:before {
    content: "\e90d"
}

.icon-messenger:before {
    content: "\e92c"
}

.icon-whatsapp:before {
    content: "\e92d"
}

.icon-menu:before {
    content: "\e90a"
}

.icon-arrow-back:before {
    content: "\e909"
}

.icon-phone-light:before {
    content: "\e901"
}

.icon-chevron-down-light:before {
    content: "\e900"
}

.icon-arrow-forward:before {
    content: "\e902"
}

.icon-people:before {
    content: "\e903"
}

.icon-event:before {
    content: "\e904"
}

.icon-today:before {
    content: "\e905"
}

.icon-flight-land:before {
    content: "\e906"
}

.icon-flight-takeoff:before {
    content: "\e907"
}

.icon-expand:before {
    content: "\e908"
}

.i-rotate-180 {
    display: inline-block;
    transform: rotate(180deg)
}

.btn {
    font-size: 15px
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.show>.btn-primary.dropdown-toggle {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
    box-shadow: none !important;
    color: #fff !important
}

.btn-primary {
    transition: all .2s linear
}

.btn-primary:hover {
    background-color: #1d87da !important
}

.btn-orange {
    border-color: #fa4e05 !important;
    box-shadow: none !important;
    color: #fff !important;
    transition: all .2s linear
}

.btn-orange,
.btn-orange:hover {
    background-color: #fa4e05 !important
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.show>.btn-secondary.dropdown-toggle {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
    box-shadow: none !important;
    color: #fff !important
}

.btn-outline-primary,
.btn-outline-primary:hover {
    border-color: #ef9803;
    color: #333
}

.btn-outline-primary:hover {
    background-color: #fff
}

button.gm-ui-hover-effect {
    right: 20px !important;
    top: 0 !important;
    z-index: 3
}

button.gm-ui-hover-effect,
button.gm-ui-hover-effect span {
    height: 24px !important;
    width: 24px !important
}

.btn-link {
    color: #2196f3
}

.btn-link:hover {
    color: #1d87da;
    text-decoration: none
}

.btn-link:focus {
    box-shadow: none
}

.mobile-button {
    border: 1px solid #2196f3;
    bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    left: 50%;
    padding: 10px 20px;
    position: fixed;
    transform: translateX(-50%);
    z-index: 500
}

.btn-blue {
    border: none;
    border-radius: 4px;
    font-family: Roboto-Medium;
    transition: all .2s linear
}

.btn-blue,
.btn-blue:hover {
    background: #2196f3 !important;
    color: #fff !important
}

.btn-blue:hover {
    border: none !important;
    border-radius: 4px !important;
    font-family: Roboto-Medium !important;
    transition: all .2s linear !important
}

.d-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.first_letter:first-letter {
    text-transform: uppercase
}

.cursor-context-menu {
    cursor: context-menu !important
}

.text-shadow {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .4)
}

.color-gray-300 {
    color: #a6acb4
}

.color-blue {
    color: #003b98 !important
}

.color-blue-ligth {
    color: #2196f3
}

.color-yellow {
    color: #ffcd00
}

.color-subtle {
    color: #696770 !important
}

.color-red {
    color: #dc2626 !important
}

.c-gray {
    color: #908e8e
}

.text-shadow {
    text-shadow: 1px 1px 2px #000
}

.modal {
    --bs-modal-zindex: 1050;
    --bs-modal-width: 740px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: rgba(0, 0, 0, .2);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.3rem;
    --bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .5);
    --bs-modal-inner-border-radius: calc(0.3rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: #dee2e6;
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: #dee2e6;
    --bs-modal-footer-border-width: 1px;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.a-link-1 {
    color: #186cdf !important;
    font-family: Roboto-Regular;
    text-decoration: none
}

.a-link-1:hover {
    cursor: pointer;
    text-decoration: underline
}

.a-link-1 span {
    color: #186cdf
}

@media (max-width:767px) {
    .w-100-xs {
        width: 100%
    }
}

@media (min-width:576px) {
    .modal-change .modal-md {
        max-width: 468px !important
    }
}

.border-hard {
    border-color: #ccc
}

.lh-1-1 {
    line-height: 1.1
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 500
}

.font-medium {
    font-family: Roboto-Medium
}

.font-regular {
    font-family: Roboto-Regular
}

.color-green {
    color: var(--text-semantic-text-success)
}

.color-gray-100 {
    color: #696770
}

.color-orange {
    color: #f2bd0d
}

.text-danger {
    color: #d93616 !important
}

@media (min-width:576px) {
    .modal-sm {
        max-width: 390px !important
    }
}

strong {
    font-weight: 700
}

.modal-loading .ca-load {
    height: 140px
}

.modal-loading .cn-loader {
    animation: spin 4s linear infinite;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #2196f3
}

.modal-loading .cn-loader,
.modal-loading .icon-loader {
    bottom: 0;
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    z-index: 999
}

.modal-loading .icon-loader:before {
    animation: fade 4s ease-in-out infinite;
    color: #2196f3;
    content: "\e91a";
    display: block;
    font-family: icomoon;
    font-size: 50px;
    left: 53%;
    opacity: 0;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -60%)
}

@keyframes fade {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.modal-loading .container-loading {
    border: 1px solid #2196f3;
    border-radius: 10px;
    bottom: 0;
    height: 340px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 450px
}

@media (max-width:767px) {
    .modal-loading .container-loading {
        height: 325px;
        width: 95%
    }
}

.modal-loading .cl-01 {
    width: 70%
}

.modal-loading .cl-img {
    width: 30%
}

.accordion-button-custom {
    padding: 1.75rem 1.25rem
}

.accordion-button-custom,
.accordion-button-custom:not(.collapsed) {
    background-color: rgba(0, 0, 0, .03)
}

.active>.page-link,
.page-link.active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 1
}

.c-recapcha .bg-recapcha {
    background-color: #f3f3f3;
    border-radius: 10px
}

.c-recapcha .cr-title * {
    color: #757575
}

.c-recapcha .gray-200 {
    color: #848484
}

.c-recapcha .icon {
    color: #2196f3;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    top: 1px
}

.c-recapcha .border-bottom {
    border-bottom-width: 3px !important
}

.c-banner-mobile {
    position: relative !important;
    z-index: 1 !important
}

.c-banner-mobile p {
    font-family: Roboto-Regular !important;
    text-align: left
}

.c-banner-mobile p strong {
    font-family: Roboto-Bold
}

.c-banner-mobile .d-flex.justify-content-center {
    padding-left: 30px
}

input[type=checkbox] {
    cursor: pointer
}

.c-nav-md {
    padding-left: 15px;
    padding-right: 15px
}

@media ((min-width:768px) and (max-width:990px)) {
    .c-nav-md .fmd-12 {
        font-size: 12px
    }
}

@media ((min-width:768px) and (max-width:990px)),
(min-width:1280px) {
    .c-404 .color-gray {
        color: #696770
    }
    .c-404 .h1,
    .c-404 h1 {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .c-404 * {
        text-align: center
    }
    .c-404 .h1,
    .c-404 h1 {
        font-size: 24px
    }
    .ts-center {
        list-style-position: inside
    }
    .hide-xs {
        display: none
    }
}

@media ((min-width:768px) and (max-width:990px)) {
    .hide-md {
        display: none
    }
}

@media (min-width:1280px) {
    .hide-lg {
        display: none
    }
}

.c-message-full {
    background-color: #f2f5fc
}

.c-message-full span {
    color: #07288c
}

@media (min-width:992px) and (max-width:1024px) {
    .hide-md-pro {
        display: none
    }
}

.modal-slide-left .modal-dialog {
    height: 100%;
    max-width: none;
    position: fixed;
    top: 0;
    transition: transform .9s ease;
    width: 100%
}

@media (min-width:768px) {
    .modal-slide-left .modal-dialog {
        padding: 5%
    }
    .modal-slide-left .modal-dialog .modal-content {
        border-radius: 10px !important
    }
}

@media (max-width:767px),
(min-width:768px) and (max-width:990px) {
    .modal-no-01 .c-crls {
        display: none
    }
    .modal-no-01 .c-scroll {
        display: initial
    }
    .modal-no-01 .col.evt-col {
        margin: 0 !important;
        max-width: 100%;
        width: 100% !important
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .modal-no-01 .c-scroll {
        display: initial !important
    }
    .modal-no-02 .c-crls .cc-right {
        right: 40%
    }
}

@media (min-width:1200px) {
    .modal-no-01 .c-crls,
    .modal-no-02 .c-crls {
        display: none
    }
}

@media (min-width:1429px) {
    .modal-no-04 .c-crls {
        display: none
    }
}

@media (min-width:1400px) {
    .modal-no-03 .c-crls {
        display: none
    }
}

.modal-slide-left .modal-content {
    border: none;
    border-radius: 0;
    height: 100%
}

.c-scroll {
    display: inline-block;
    white-space: nowrap
}

.c-scroll .cs-int {
    display: flex;
    flex-wrap: nowrap
}

.c-scroll .cs-int .col {
    border: 2px solid #ccc;
    border-radius: 8px;
    height: 100%;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    width: 296px
}

@media (max-width:767px) {
    .c-scroll .cs-int .col {
        width: 260px
    }
}

.c-scroll .cs-int .col:first-child .c-rate-style {
    background-color: #428e1e
}

.c-scroll .cs-int .col:first-child .h4,
.c-scroll .cs-int .col:first-child h4 {
    color: #428e1e
}

.c-scroll .cs-int .col:nth-child(2) .c-rate-style {
    background-color: #dc1f2f
}

.c-scroll .cs-int .col:nth-child(2) .h4,
.c-scroll .cs-int .col:nth-child(2) h4 {
    color: #dc1f2f
}

.c-scroll .cs-int .col:nth-child(3) .c-rate-style {
    background-color: #5c469c
}

.c-scroll .cs-int .col:nth-child(3) .h4,
.c-scroll .cs-int .col:nth-child(3) h4 {
    color: #5c469c
}

.c-scroll .cs-int .col:nth-child(4) .c-rate-style {
    background-color: #2193e9
}

.c-scroll .cs-int .col:nth-child(4) .h4,
.c-scroll .cs-int .col:nth-child(4) h4 {
    color: #2193e9
}

.c-scroll .cs-int .col:nth-child(5) {
    border: 2px solid #0a7e8c
}

.c-scroll .cs-int .col:nth-child(5) .c-rate-style {
    background-color: #0a7e8c
}

.c-scroll .cs-int .col:nth-child(5) .h4,
.c-scroll .cs-int .col:nth-child(5) h4 {
    color: #0a7e8c
}

.c-scroll .cs-int .col:nth-child(6) {
    border: 2px solid #9c7c38
}

.c-scroll .cs-int .col:nth-child(6) .c-rate-style {
    background-color: #9c7c38
}

.c-scroll .cs-int .col:nth-child(6) .h4,
.c-scroll .cs-int .col:nth-child(6) h4 {
    color: #9c7c38
}

.c-scroll .cs-int .col:last-child {
    margin-right: 0
}

.c-crls {
    bottom: 0;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 1
}

@media (min-width:768px) {
    .c-crls {
        left: 0;
        right: 0
    }
}

.c-crls .cc {
    background: rgba(33, 150, 243, .7);
    border-radius: 200px;
    bottom: 0;
    color: #fff;
    height: 43px;
    top: 0;
    width: 43px
}

.c-crls .cc:hover {
    background: rgba(33, 150, 243, .6);
    color: #fff;
    cursor: pointer
}

.c-crls .cc .icon {
    font-size: 36px;
    top: 4px
}

.c-crls .cc .icon-chevron-left {
    left: 3px
}

.c-crls .cc .icon-chevron-right,
.c-crls .cc-left {
    left: 5px
}

.c-crls .cc-right {
    right: 5px
}

.cm-header {
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cm-header .form-check {
    height: 18px;
    width: 18px
}

.cm-body {
    bottom: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px
}

.cm-body p {
    white-space: normal
}

.cm-body .icons {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
    width: 22px
}

.cm-body .icons-check {
    font-size: 30px;
    left: -2px;
    top: 10px
}

.cm-body .icon-left {
    display: inline-block
}

.bgu-rate {
    background-color: #f5f5f7;
    margin-left: -24px;
    margin-right: -24px
}

.color-green {
    color: #1c8207
}

.color-disabled,
.color-disabled-icon {
    color: #94979c
}

.color-disabled-text {
    color: #676b70
}

.col-selected {
    border: 3px solid #2ba612 !important
}

.col-selected .bgu-rate {
    background-color: #f5f5f7
}

.col-selected .cb-info p {
    color: #0f4704
}

.col-selected .cb-info .h3,
.col-selected .cb-info h3 {
    color: #1c8207
}

.col-selected .bgu-rate {
    background-color: #f2faf0 !important
}

.mf-upsell .h3 span,
.mf-upsell h3 span {
    font-family: Roboto, sans-serif;
    font-size: 16px
}

@media (max-width:767px) {
    .mf-upsell .btn {
        width: 100%
    }
}

.ps-24 {
    padding-left: 24px
}

.ps-26 {
    padding-left: 26px
}

.cb-blur:before {
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1
}

.c-upsell-tb .form-check>input:first-child:checked+label:before,
.c-upsell-tb .form-check>input[type=radio]:first-child:checked+label:after {
    background-color: #00a0e4;
    border-color: #00a0e4
}

.c-upsell-tb .btn-tiquetes,
.c-upsell-tb .btn-tiquetes:hover {
    background: #00a0e4 !important;
    border: 1px solid #00a0e4 !important
}

@media (min-width:768px) {
    .modal-no-01 .modal-content {
        margin: auto;
        width: 344px
    }
    .modal-no-01 .modal-content .c-scroll .cs-int .col {
        margin-right: 0
    }
    .modal-no-02 .modal-content {
        margin: auto;
        width: 655px
    }
}

@media (min-width:555px) {
    .modal-no-02 .modal-content .c-crls {
        display: none
    }
}

@media (min-width:768px) and (max-width:1428px) {
    .modal-no-03 .modal-content {
        margin: auto;
        width: 76%
    }
}

@media (min-width:1429px) {
    .modal-no-03 .modal-content {
        margin: auto;
        width: 969px
    }
}

@media (min-width:768px) and (max-width:1428px) {
    .modal-no-04 .modal-content {
        margin: auto;
        width: 96%
    }
}

@media (min-width:1429px) {
    .modal-no-04 .modal-content {
        margin: auto;
        width: 1278px
    }
}

.cm-family-01 .c-rate-style {
    background-color: #428e1e
}

.cm-family-01 .cm-txt {
    color: #428e1e !important
}

.cm-family-02 .c-rate-style {
    background-color: #dc1f2f
}

.cm-family-02 .cm-txt {
    color: #dc1f2f
}

.cm-family-03 .c-rate-style {
    background-color: #5c469c
}

.cm-family-03 .cm-txt {
    color: #5c469c
}

.cm-family-04 .c-rate-style {
    background-color: #2193e9
}

.cm-family-04 .cm-txt {
    color: #2193e9
}

.cm-family-05 .c-rate-style {
    background-color: #0a7e8c
}

.cm-family-05 .cm-txt {
    color: #0a7e8c
}

.cm-family-06 .c-rate-style {
    background-color: #9c7c38
}

.cm-family-06 .cm-txt {
    color: #9c7c38
}

.modal-info-family-details .icon-left:after {
    background-color: #ccc;
    border-radius: 50px;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: -14px;
    top: 6px;
    width: 6px
}

.modal-info-family-details .icon-left.icon-big-bag-out:after,
.modal-info-family-details .icon-left.icon-big-bag:after,
.modal-info-family-details .icon-left.icon-carry-on-bag:after,
.modal-info-family-details .icon-left.icon-carry-on:after {
    display: none !important
}

.modal-info-family-details .icon-left.icon-big-bag-out:before,
.modal-info-family-details .icon-left.icon-big-bag:before,
.modal-info-family-details .icon-left.icon-carry-on-bag:before,
.modal-info-family-details .icon-left.icon-carry-on:before {
    color: #444 !important
}

.modal-info-family-details .icon-big-bag-out:before,
.modal-info-family-details .icon-carry-on-bag:before {
    color: #999 !important;
    margin-left: 4px;
    margin-right: 3px
}

.modal-info-family-details .icon {
    position: absolute;
    top: 3px
}

.modal-info-family-details .icon-big-bag,
.modal-info-family-details .icon-carry-on {
    left: 3px
}

@font-face {
    font-display: swap;
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(/assets-tb/fonts/Roboto-Regular.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    src: url(/assets-tb/fonts/Roboto-Light.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto-Medium;
    font-style: normal;
    font-weight: 500;
    src: url(/assets-tb/fonts/Roboto-Medium.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Roboto-Bold;
    font-style: normal;
    font-weight: 700;
    src: url(/assets-tb/fonts/Roboto-Bold.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(/assets-tb/fonts/Poppins-Regular.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Poppins-semibold;
    font-style: normal;
    font-weight: 600;
    src: url(/assets-tb/fonts/Poppins-SemiBold.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Poppins-medium;
    font-style: normal;
    font-weight: 500;
    src: url(/assets-tb/fonts/Poppins-Medium.woff2?id=0946062e-5336-437f-84a9-f57653d8e341) format("woff2")
}

.f-r-medium,
.f-r-semibold {
    font-family: Roboto-Medium
}

.text-shadow-2 {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .4)
}

.font-roboto-medium {
    font-family: Roboto-Medium
}

.font-weight-bold {
    font-weight: 700
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins-semibold
}

.h1,
.h1 .display-1,
h1 {
    font-size: 32px;
    font-weight: 600
}

.display-2,
.h4,
h4 {
    font-size: 20px;
    font-weight: 600
}

.f-p-semibold {
    font-family: Poppins-semibold
}

.fs-5 {
    font-size: 18px !important
}

.fw-bold,
b,
strong {
    font-weight: 700 !important
}

.small,
small {
    font-size: 12px
}

.font-10 {
    font-size: 10px !important
}

.font-12 {
    font-size: 12px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px !important
}

.font-24 {
    font-size: 24px !important
}

.font-28 {
    font-size: 28px !important
}

.font-26 {
    font-size: 26px !important
}

.font-30 {
    font-size: 30px !important
}

.font-34 {
    font-size: 34px !important
}

.font-40 {
    font-size: 40px !important
}

.font-50 {
    font-size: 50px !important
}

.font-60 {
    font-size: 60px !important
}

.font-poppins {
    font-family: Poppins
}

.font-poppins-medium {
    font-family: Poppins-medium
}

.c-vg-form {
    background-color: #f8fafc;
    margin-bottom: 100px;
    padding: 25px 60px
}

.alert-telephone,
.alert-telephone p,
.alert-telephone p strong,
.alert-telephone p strong a {
    color: #333
}

.alert-telephone p {
    font-size: 14px;
    margin: 0
}

.alert-telephone svg {
    vertical-align: middle;
    width: 24px
}

@media (min-width:768px) {
    .my-md-40 {
        margin-bottom: 40px !important;
        margin-top: 40px !important
    }
    .me-md-30 {
        margin-right: 30px
    }
    .mt-md-30 {
        margin-top: 30px
    }
    .me-md-20 {
        margin-right: 20px
    }
    .border-md-0 {
        border: none
    }
    .border-bottom-md-0 {
        border-bottom: none !important
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px
    }
}

.h-0 {
    height: 0
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default !important
}

.bg-navy {
    background-color: rgba(24, 108, 223, .03) !important
}

.text-navy {
    color: #186cdf !important
}

.border-navy {
    border-color: #186cdf !important
}

.bg-pt {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
    color: #fff !important
}

.spacing-t-12 {
    margin-top: 12px
}

.spacing-b-12 {
    margin-bottom: 12px
}

.spacing-t-20 {
    margin-top: 20px
}

.spacing-b-20 {
    margin-bottom: 20px
}

.spacing-t-28 {
    margin-top: 28px
}

.spacing-b-28 {
    margin-bottom: 28px
}

.spacing-t-48 {
    margin-top: 48px
}

.spacing-b-48 {
    margin-bottom: 48px
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px !important
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px !important
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px !important
    }
}

@media (min-width:1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px !important
    }
}

.c-banner-full {
    background-position: 0 10%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.imgcomprasegura {
    background: url(/assets-tb/img/tiquetesbaratos/comprasegura.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 122px;
    width: 100%
}

.footer-group-heading {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    font-family: Roboto-Regular;
    padding: 10px 5px
}

.c-footer {
    background-color: #003b98
}

.c-footer ul li {
    color: #fff;
    font-family: Roboto-Light;
    font-size: 12px;
    margin-bottom: 15px
}

.c-footer .accordion-item {
    background-color: unset;
    color: unset
}

@media ((min-width:768px) and (max-width:990px)) {
    .c-footer .social {
        text-align: right
    }
}

.c-footer .c-newsletter {
    border-radius: 10px;
    position: relative;
    top: -30px
}

.c-footer .c-newsletter .h3,
.c-footer .c-newsletter h3 {
    color: inherit;
    font-size: 26px
}

@media (min-width:1280px) {
    .c-footer .c-newsletter .h3,
    .c-footer .c-newsletter h3 {
        font-size: 26px
    }
}

.c-footer .c-newsletter ul li {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    margin-bottom: 15px
}

.c-footer .c-newsletter ul .navbar-brand img {
    width: 100px
}

.c-footer .c-newsletter ul .c-social a {
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
    padding: 4px;
    transition: all .2s linear;
    vertical-align: middle
}

.c-footer .c-newsletter ul .c-social a span {
    color: #fff;
    display: block;
    text-align: center
}

.c-footer .c-newsletter ul .c-social a hr {
    border-color: hsla(0, 0%, 100%, .702)
}

.c-footer .c-newsletter ul .c-social:hover {
    background-color: hsla(0, 0%, 100%, .77);
    text-decoration: none
}

.c-footer .c-newsletter ul .c-social footer .h4,
.c-footer .c-newsletter ul .c-social footer h4 {
    font-size: calc(.8875rem + .15vw);
    height: 40px
}

.c-footer .c-newsletter ul .c-social footer .font-icons {
    font-size: 24px
}

@media (max-width:767px) {
    .c-footer .c-newsletter ul .c-social .footer-group-heading {
        border-bottom: 1px solid #2a6acf
    }
    .c-footer .c-newsletter ul .c-social .footer-group-heading:hover {
        background-color: #2a6acf
    }
    .c-footer .c-newsletter ul .c-social .c-banner-full {
        background-position: 60% 0;
        background-size: inherit
    }
}

.c-footer .c-social {
    text-align: left
}

.c-footer .c-social a {
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    transition: all .2s linear;
    width: 37px
}

.c-footer .c-social a span {
    color: #003b98;
    display: block;
    text-align: center
}

.c-footer .c-social a:hover {
    background-color: hsla(0, 0%, 100%, .77);
    text-decoration: none
}

.c-footer .navbar-brand img {
    width: 100px
}

.c-footer hr {
    border-color: hsla(0, 0%, 100%, .702)
}

:root {
    --basefontFamily: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, system-ui;
    --basefontFamily-brand: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, system-ui;
    --title-xxl: normal 2.5rem/normal var(--basefontFamily-brand);
    --title-xl: normal 2rem/normal var(--basefontFamily-brand);
    --title-lg: normal 1.75rem/normal var(--basefontFamily-brand);
    --title-md: normal 1.5rem/normal var(--basefontFamily);
    --title-sm: normal 1.25rem/normal var(--basefontFamily);
    --title-xs: 500 1.125rem/normal var(--basefontFamily);
    --title-xxs: 500 1rem/normal var(--basefontFamily);
    --label: 400 1rem/normal var(--basefontFamily);
    --text-lg: normal 1.125rem/normal var(--basefontFamily);
    --text-md: normal 1rem/normal var(--basefontFamily);
    --text-sm: normal .875rem/normal var(--basefontFamily);
    --text-xs: normal .75rem/normal var(--basefontFamily);
    --small: normal .75em/normal var(--basefontFamily);
    --spacing-inside-unit: .25rem;
    --spacing-inside-xxs: calc(var(--spacing-inside-unit)*1);
    --spacing-inside-xs: calc(var(--spacing-inside-unit)*1.5);
    --spacing-inside-sm: calc(var(--spacing-inside-unit)*2);
    --spacing-inside-md: calc(var(--spacing-inside-unit)*2.5);
    --spacing-inside-lg: calc(var(--spacing-inside-unit)*3);
    --spacing-inside-xl: calc(var(--spacing-inside-unit)*3.5);
    --spacing-inside-xxl: calc(var(--spacing-inside-unit)*4);
    --spacing-inside-xxxl: calc(var(--spacing-inside-unit)*5);
    --spacing-inset-unit: .5rem;
    --spacing-inset-xxs: calc(var(--spacing-inset-unit)*1);
    --spacing-inset-xs: calc(var(--spacing-inset-unit)*1.5);
    --spacing-inset-sm: calc(var(--spacing-inset-unit)*2);
    --spacing-inset-md: calc(var(--spacing-inset-unit)*2.5);
    --spacing-inset-lg: calc(var(--spacing-inset-unit)*3);
    --spacing-inset-xl: calc(var(--spacing-inset-unit)*3.5);
    --spacing-inset-xxl: calc(var(--spacing-inset-unit)*4);
    --spacing-stack-unit: .5rem;
    --spacing-stack-xxs: calc(var( --spacing-stack-unit)*1);
    --spacing-stack-xs: calc(var( --spacing-stack-unit)*2);
    --spacing-stack-sm: calc(var( --spacing-stack-unit)*3);
    --spacing-stack-md: calc(var( --spacing-stack-unit)*4);
    --spacing-stack-lg: calc(var( --spacing-stack-unit)*5);
    --spacing-stack-xl: calc(var( --spacing-stack-unit)*6);
    --spacing-stack-xxl: calc(var( --spacing-stack-unit)*7);
    --background-hue: 0;
    --backround-saturation: 0%;
    --background-lightness: 100%;
    --background-fill-100: hsl(var(--background-hue) 0% 98%);
    --background-fill-200: hsl(var(--background-hue) 0% 95%);
    --border-color: hsl(var(--background-hue) 0% 90%);
    --border-color-100: hsl(var(--background-hue) 0% 90%);
    --border-card: 0.1rem solid var(--border-color);
    --brand-color-hue: 265;
    --brand-color-saturation: 55%;
    --brand-color-lightness: 41%;
    --text-color-primary-500: hsl(var(--brand-color-hue) 55% 61%);
    --text-color-primary-600: hsl(var(--brand-color-hue) 55% 41%);
    --text-color-100: hsl(var(--background-hue) 0% 80%);
    --text-color-200: hsl(var(--background-hue) 0% 55%);
    --text-color-300: hsl(var(--background-hue) 0% 45%);
    --text-color-400: hsl(var(--background-hue) 0% 30%);
    --text-color-500: hsl(var(--background-hue) 0% 20%);
    --text-color-600: hsl(var(--background-hue) 0% 10%);
    --border-radius-1: .5rem;
    --border-radius-2: .5rem solid;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospacing: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospacing;
    --sucess-base-500: #5e8e2f;
    --brand-nav-background: #5b469b;
    --brand-nav-color: #176ade;
    --brand-nav-color-hover: #001a99;
    --nav-link: #ecf2f9;
    --nav-link-hover: #e6edf4;
    --neutral-gray-100: #fcfcfc;
    --neutral-gray-200: #e4e4e7;
    --neutral-gray-300: #cbcbd2;
    --neutral-gray-400: #727279;
    --neutral-gray-700: #495a58;
    --stroke-gray-200: #f2f2f2;
    --text-color-primary: #5b469b;
    --bg-brand-bg-brand-secondary-subtle: #f6f3fb;
    --bg-semantic-bg-info: #3161f2;
    --bg-semantic-bg-info-subtle: #f3f5fc;
    --bg-semantic-bg-warning-subtle: #faf8f0;
    --bg-semantic-bg-warning: #f2bd0d;
    --bg-semantic-bg-warning-strong: #665005;
    --bg-global-bg-level-2: #e4e4e7;
    --bg-global-bg-level-4: #69676f;
    --text-global-text-main: #18161d;
    --text-global-text-strong: #3b3a40;
    --text-global-text-disabled: #97959d;
    --text-semantic-text-info-strong: #07298d;
    --text-semantic-text-warning-strong: #665005;
    --text-semantic-text-success: #1c8307;
    --border-global-border-subtle: #e4e4e7;
    --border-global-border-strong: #c0bec6;
    --border-semantic-border-warning: #f2bd0d;
    --border-semantic-border-warning-subtle: #f2e6c0;
    --interface-text-base-600: #1a1a1a
}

.loader {
    animation: spin 2s linear infinite;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #2196f3;
    height: 50px;
    width: 50px
}

.loader__logo,
.loader__logo:before {
    display: inline-block;
    height: 64px;
    width: 64px
}

.loader__logo:before {
    animation: rotatepulse 2s linear;
    animation-iteration-count: infinite;
    background-image: url(/assets-tb/img/tiquetesbaratos/loader-logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: ""
}

.loader__circle {
    animation: spin 1s linear infinite;
    border: 5px solid #f3f3f3;
    border-color: #2196f3 #fa9f26 #ef9803 #4dbae9;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    height: 50px;
    width: 50px
}

.loading-rates {
    justify-content: end;
    padding-right: 40px
}

.loading-rates .loader__circle,
.loading-rates-table .loader__circle {
    height: 35px;
    width: 35px
}

.loading-page {
    background-color: hsla(0, 0%, 100%, .4);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotatepulse {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        transform: rotate(0) scale(1)
    }
    50% {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: rotate(400deg) scale(.6)
    }
    to {
        transform: rotate(3turn) scale(1)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.badge-pill:hover {
    text-decoration: none
}

.cMenu {
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important
}

.nav-link span:hover {
    text-decoration: underline !important
}

.header-top-desk {
    height: 78.84px
}

.text-save {
    margin-bottom: .25rem !important
}

.info-login {
    padding-left: 2.5rem !important
}

.login {
    background-color: #f0f6ff !important;
    color: #003b98;
    gap: .5rem;
    padding: .5rem .75rem
}

.header_navbar_dropdown ul li a {
    color: #1a1a1a;
    display: flex;
    font-size: .875rem;
    padding: 6px 0
}

.header_navbar_btn-user {
    align-items: center;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    display: flex;
    height: 45px;
    justify-content: center;
    width: 45px
}

.header_navbar_btn-user.active,
.header_navbar_btn-user:hover {
    background-color: #0350ac;
    border-color: #0350ac
}

.header_navbar_btn-user i {
    display: flex;
    font-size: 24px;
    height: 24px
}

.header_navbar_btn-user-logged {
    background-color: transparent;
    border: none
}

.header_navbar_btn-user-logged.show {
    background-color: #f7f7f8;
    border-radius: .25rem .25rem 0 0;
    box-shadow: 0 1px 20px 9px rgba(0, 0, 0, .1)
}

.header_navbar_btn-user-logged .header_navbar_btn-user-logged_pic {
    align-items: center;
    background-color: #78b43c;
    background-position: 50%;
    background-size: contain;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 45px;
    justify-content: center;
    text-transform: capitalize;
    width: 45px
}

.header_navbar_dropdown_pt {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 99
}

.header_navbar_dropdown_pt ul {
    animation: growDown .3s ease-in-out forwards;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .35);
    list-style: none;
    margin: 0;
    padding: 0;
    transform-origin: top center
}

.header_navbar_dropdown_pt ul li {
    padding: 0 15px
}

.header_navbar_dropdown_pt ul li.active,
.header_navbar_dropdown_pt ul li:hover {
    background-color: hsla(240, 6%, 90%, .5)
}

.header_navbar_dropdown_pt ul li.active.dropdown,
.header_navbar_dropdown_pt ul li:hover.dropdown {
    background-color: #fff !important
}

.header_navbar_dropdown_pt ul li:last-of-type a {
    border-bottom: none
}

.header_navbar_dropdown_pt ul li a {
    border-bottom: 1px solid #e6e6e6;
    color: #1a1a1a;
    display: flex;
    font-size: .875rem;
    justify-content: space-between;
    padding: 16px 0
}

.header_navbar_dropdown_pt ul li a.active,
.header_navbar_dropdown_pt ul li a:hover {
    font-weight: 500;
    text-decoration: none
}

.header_navbar_dropdown_pt ul li a.selected {
    background-color: hsla(240, 6%, 90%, .5)
}

.header_navbar_dropdown_pt ul li a i {
    color: #003b98 !important;
    display: flex;
    font-size: 24px
}

.header_navbar_dropdown_pt .header_navbar_dropdown_window {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .35);
    color: #333338;
    display: flex;
    flex-direction: column;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin: auto;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    width: 300px
}

.header_navbar_dropdown_pt .header_navbar_dropdown_window .btn-primary {
    background-color: #fa4e05 !important;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    padding: 12px;
    width: 185px
}

.header_navbar_dropdown_pt .header_navbar_dropdown_window .btn-primary:hover {
    text-decoration: none
}

.header_navbar_dropdown_pt .header_navbar_dropdown_window .btn-link {
    background-color: transparent;
    border: none;
    color: #fa4e05 !important;
    font-size: 1rem;
    padding: 0
}

.header_navbar_dropdown_pt .header_navbar_dropdown_window .btn-link:hover {
    color: #001580 !important
}

@media (max-width:767px) {
    .tabs-header {
        padding: 20px !important
    }
    .tabs {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 4rem !important
    }
}

@media (min-width:768px) {
    .header_navbar_btn-user {
        border: 1px solid #e6e6e6;
        border-radius: 100px;
        gap: 8px;
        height: auto;
        padding: 15px 16px;
        width: auto
    }
    .header_navbar_btn-user span {
        color: #333338;
        font-size: .875rem;
        font-weight: 500
    }
    .header_navbar_btn-user-logged {
        align-items: center;
        background-color: #f7f7f8;
        border-radius: 6px;
        color: #4d4d52;
        display: flex;
        font-size: .875rem;
        gap: 8px;
        height: 54px;
        padding: 6px 0 6px 12px
    }
    .header_navbar_btn-user-logged .header_navbar_btn-user-logged_name {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 87px
    }
    .header_navbar_btn-user-logged .divider {
        background-color: #e4e4e7;
        height: 24px;
        width: 1px
    }
}

@media (min-width:992px) {
    .header_navbar_btn-user-logged {
        width: 195px
    }
}

.user-logged {
    inset: -3px auto auto 0 !important;
    min-width: 100% !important;
    padding: 0
}

.window_closeBtn {
    color: #fff !important
}

.window_closeBtn,
.window_closeBtnCheck {
    cursor: pointer;
    position: relative;
    z-index: 2
}

.window_closeBtnCheck {
    color: #000
}

.header_navbar_dropdown ul {
    animation: growDown .3s ease-in-out forwards;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .35);
    list-style: none;
    margin: 0;
    padding: 0;
    transform-origin: top center
}

.header_navbar_dropdown {
    border: none !important;
    position: absolute;
    top: 65px;
    z-index: 2
}

.header_navbar_dropdown ul li {
    padding: 0 15px
}

@media ((min-width:768px) and (max-width:990px)) {
    .header_navbar_dropdown ul li {
        padding: 0 8px !important
    }
}

.offcanvas-body,
.offcanvas-body .b-mobile {
    background-color: #f7f7fc
}

.c-header-mobile {
    background-color: #efefef;
    height: 77px
}

.c-header-mobile .ml-5 {
    margin-left: 3rem !important
}

.c-writing .icon {
    position: relative;
    top: 3px
}

@media (max-width:767px) {
    .c-writing .icon {
        top: -1px
    }
}

.c-help-call {
    background-color: #f8fafc;
    border: 1px solid #c4c4c4;
    border-radius: 50px
}

.c-help-call .icon {
    position: relative;
    top: 3px
}

@media (max-width:767px) {
    .c-help-call .icon {
        top: -2px
    }
}

.c-help-call:hover {
    cursor: pointer
}

.navbar-tb__menu-contact {
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center
}

.navbar-menu-aside {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%
}

.navbar-menu-aside .nav-item {
    margin-bottom: 8px
}

.navbar-menu-aside .nav-item a {
    display: inline-flex
}

.c-menu {
    background: #037bba;
    background: linear-gradient(180deg, #037bba, #035aaf 79%);
    margin: 0 -15px
}

.c-menu .nav-item {
    margin-bottom: 8px
}

.c-menu .nav-item,
.c-menu ul {
    display: inline-block
}

.c-menu .active .nav-link {
    position: relative;
    top: 3px
}

.c-menu .active .nav-link:after {
    width: 100%
}

.c-menu .active .nav-link:after,
.c-menu .nav-link:after {
    background: #f59f00;
    content: "";
    display: block;
    height: 2px;
    transition: width .3s
}

.c-menu .nav-link:after {
    width: 0
}

.c-menu .nav-link:hover {
    color: #fff
}

.c-menu .nav-link:hover:after {
    width: 100%
}

.c-menu .ni-button {
    background-color: #f2f8ff;
    border: 1px solid #003b98;
    border-radius: 50px;
    padding: 0 15px
}

.c-menu .ni-button .nav-link {
    background-color: inherit;
    color: #003b98;
    padding: 6px 0 4px 30px;
    position: relative;
    top: 0
}

.c-menu .ni-button .nav-link .icon {
    color: #003b98;
    left: 0;
    position: absolute;
    top: 7px
}

.c-menu .ni-button .nav-link:after {
    background-color: transparent
}

.c-menu .ni-button .nav-link:hover {
    color: #003b98;
    opacity: .84
}

.nav-phone {
    background-color: #f8fafc;
    border: 1px solid #c4c4c4;
    border-radius: .25rem;
    height: 36px
}

@media (min-width:1280px) {
    .nav-phone {
        height: 40px
    }
}

.dropdown {
    position: inherit
}

.header-mobile .item-navbar {
    display: inline-flex;
    width: 100%
}

.header-mobile .nav-icon-packages {
    margin-top: 11px
}

@media (max-width:767px) {
    .header-mobile {
        position: relative;
        top: 1px
    }
    .header-mobile ul li a {
        font-family: Roboto, sans-serif
    }
    .header-mobile ul li+li+li {
        padding-right: 0 !important
    }
}

.bg-modal-call {
    background-image: url(/assets-tb/img/tiquetesbaratos/img-modal-call.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.bg-modal-call:before {
    background-image: url(/assets-tb/img/tiquetesbaratos/logo.svg);
    content: "";
    height: 60px;
    left: 30px;
    position: absolute;
    top: 15px;
    width: 60px
}

.bg-modal-call .c-animated-call {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99
}

.bg-modal-call .c-animated-call img {
    bottom: -10px;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0
}

.bg-modal-call .cac-1 {
    background: #fff;
    border-radius: 10px 10px 0 0;
    height: 90px;
    margin: auto;
    width: 160px
}

.bg-modal-call .cac-2 {
    background: #fff;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 79%);
    height: 150px
}

.list-dropdown .dropdown-menu {
    border: 1px solid #dee2e6;
    cursor: pointer;
    left: auto;
    right: 25px;
    top: 109px;
    width: 500px
}

.list-dropdown .dropdown-menu .phone-number-call-item {
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap
}

.list-dropdown .dropdown-menu .phone-number-call-item .state {
    color: #312e81
}

.list-dropdown .dropdown-menu:before {
    border-color: transparent transparent rgba(0, 0, 0, .099);
    border-style: solid;
    border-width: 0 17px 17px;
    content: "";
    height: 0;
    position: absolute;
    right: 50px;
    top: -18px;
    width: 0
}

.list-dropdown .dropdown-menu:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 17px 17px;
    content: "";
    height: 0;
    position: absolute;
    right: 50px;
    top: -17px;
    width: 0
}

.flag-co {
    background: url(/assets-tb/img/flags/flag-co.svg);
    width: 24px
}

.flag-co,
.icon-support {
    display: inline-block;
    height: 16px;
    vertical-align: middle
}

.icon-support {
    background: url(/assets-tb/img/tiquetesbaratos/icon_ui/icon-support.svg);
    width: 14px
}

.nav-icon-hotel {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-hotel.svg)
}

.nav-icon-flights,
.nav-icon-hotel {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 18px;
    margin: auto;
    width: 31px
}

.nav-icon-flights {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-flights.svg)
}

.nav-icon-packages {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-packages.svg);
    width: 31px
}

.nav-icon-disney,
.nav-icon-packages {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 18px;
    margin: auto
}

.nav-icon-disney {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-disney.svg);
    width: 18px
}

.offcanvas-body .nav-icon-hotel {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-hotel-blue.svg)
}

.offcanvas-body .nav-icon-flights,
.offcanvas-body .nav-icon-hotel {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 18px;
    margin-right: 10px;
    width: 31px
}

.offcanvas-body .nav-icon-flights {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-flights-blue.svg)
}

.offcanvas-body .nav-icon-packages {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-packages-blue.svg);
    width: 31px
}

.offcanvas-body .nav-icon-disney,
.offcanvas-body .nav-icon-packages {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 18px;
    margin-right: 10px
}

.offcanvas-body .nav-icon-disney {
    background-image: url(/assets-tb/img/tiquetesbaratos/icon_pth/icon-disney-blue.svg);
    margin-left: 10px;
    width: 18px
}

.offcanvas-body .icon-sell {
    margin-left: 10px;
    margin-right: 10px
}

.dropdown-item:hover {
    background-color: #4fc3f4;
    color: #2196f3
}

.dropdown-item .state {
    color: #312e81
}

.link-active:after {
    background: #f59f00 !important;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    top: -5px;
    transition: width .3s;
    width: 100%
}

@media (max-width:767px) {
    .link-active:after {
        right: -4px;
        top: -5px
    }
}

@media ((min-width:768px) and (max-width:990px)) {
    .link-active:after {
        top: 2px
    }
}

.animate-nav a:before {
    position: absolute;
    transition: all .35s ease
}

.nav-first li {
    list-style: none;
    margin: .5rem;
    padding: 6px
}

@media ((min-width:768px) and (max-width:990px)) {
    .nav-first {
        margin: auto !important
    }
}

.navbar-tb__menu-contact li {
    list-style: none;
    margin: .5rem;
    padding: 0
}

.dropdown-menu-right {
    background: #2196f3;
    top: auto
}

.navbar-tb {
    background: linear-gradient(180deg, #037bba, #035aaf 79%);
    line-height: 33px;
    padding-bottom: .4rem !important;
    text-align: center;
    z-index: 1
}

.navbar-tb .list-group-item {
    background-color: unset;
    height: 30px
}

@media ((min-width:768px) and (max-width:990px)) {
    .navbar-tb .list-group-item {
        height: auto
    }
}

.navbar-tb .list-group-item a {
    color: #fff
}

.ni-button {
    background-color: #f2f8ff;
    border: 1px solid #003b98;
    border-radius: 50px;
    padding: 0 15px
}

.offcanvas a {
    color: #333132;
    font-family: Roboto-Regular
}

@media (max-width:767px),
(min-width:768px) and (max-width:1024px) {
    .nav-first li {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .navbar-tb .list-group-item a {
        font-size: 9px
    }
}

.navbar-tb .list-group-item {
    padding-right: 10px
}

@media (max-width:767px) {
    .navbar-tb .list-group-item a {
        font-size: 14px
    }
}

@media ((min-width:768px) and (max-width:990px)),
(min-width:1025px) and (max-width:1279px) {
    .navbar-tb .list-group-item a {
        font-size: 12px !important;
        padding-right: 0
    }
}

@media ((min-width:768px) and (max-width:990px)) {
    .navbar-tb .list-group-item {
        line-height: 1.2;
        margin: 0 4px;
        padding: 0
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .c-menu {
        font-size: 14px
    }
    .c-menu .nav-link {
        color: #fff;
        position: relative;
        top: 3px
    }
}

@media (max-width:767px) {
    .c-menu {
        background-color: hsla(0, 0%, 100%, .77);
        border-top: none !important;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 80px;
        top: 0;
        z-index: 999
    }
    .c-menu .navbar-nav {
        background-color: unset;
        border: 1px solid #ccc;
        border-radius: 10px;
        display: block;
        margin-bottom: 20px;
        padding: 20px;
        width: 100%
    }
    .c-menu .navbar-nav .nav-item {
        display: block
    }
    .c-menu .active .nav-link {
        background-color: #f1f1f1;
        text-align: center
    }
    .c-menu .active .nav-link:after {
        background: transparent
    }
    .c-menu .nav-link {
        background-color: #f9f9f9;
        border-radius: 50px;
        margin-bottom: 10px;
        padding: 15px;
        text-align: center
    }
    .c-menu .nav-link:after {
        background: transparent
    }
    .c-menu .ni-button .nav-link {
        margin-bottom: 0;
        padding: 12px
    }
    .c-menu .ni-button .nav-link .icon {
        margin-right: 5px;
        position: relative;
        top: 6px
    }
    .c-menu:before {
        background-color: #2a6acf;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: -69px;
        top: 0
    }
}

@media (min-width:1025px) {
    .c-menu .nav-link {
        color: #fff;
        position: relative;
        top: 3px
    }
}

.navbar-tb .list-group-item a {
    font-size: 14px
}

@media ((min-width:768px) and (max-width:990px)) {
    .navbar-tb .list-group-item a {
        font-size: 12px
    }
}

.animate-nav li a:hover {
    text-decoration: none
}

@media (min-width:1280px) {
    .animate-nav li:hover a:after {
        background: #2196f3 !important;
        content: "";
        display: block;
        height: 2px;
        position: relative;
        top: -5px;
        transition: width .3s;
        width: 100%
    }
}

.animate-nav li a.badge-pill:after {
    display: contents
}

.animate-nav li a.badge-pill {
    color: #003b98;
    font-size: 14px
}

@media ((min-width:768px) and (max-width:990px)) {
    .animate-nav li a.badge-pill {
        font-size: 12px
    }
}

.animate-nav li a.badge-pill .icon {
    color: #003b98
}

@media ((min-width:768px) and (max-width:990px)) {
    .animate-nav li a.badge-pill .icon {
        font-size: 20px
    }
}

.navbar-tb {
    padding-bottom: .3rem !important;
    padding-top: .3rem !important
}

.animate-nav .ni-button {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.animate-nav li a [class^=nav-icon-] {
    position: relative;
    top: 5px
}

@media (max-width:767px) {
    .animate-nav li a [class^=nav-icon-] {
        top: 0 !important
    }
    .header-mobile .nav-icon-packages {
        margin-top: 7px !important
    }
}

.dm-phones a {
    font-size: 14px;
    text-decoration: none
}

.dm-phones a .btn-light:hover {
    background-color: #f8f9fa;
    text-decoration: none
}

.cb-rate-in span {
    right: -10px !important
}

.cb-rate-in span,
.navbar .dropdown {
    position: relative
}

.navbar .dropdown .dropdown-menu {
    top: 59px
}

.suggestion:hover {
    background-color: #f0f6ff
}

.calendar>.days-grid>.day.selected {
    background-color: #186bdf
}

.calendar>.days-grid>.day.selected:hover {
    background-color: #fff
}

.color-price {
    color: #2196f3 !important
}

.focus-0:focus {
    box-shadow: none
}

.nav-phone:after {
    content: ""
}

.c-nav-md .fmd-12,
.c-nav-md a,
.c-nav-md button,
.c-nav-md li,
.c-nav-md span {
    font-family: Roboto, sans-serif
}

.header-vtb .btn,
.header-vtb .nav-item {
    font-size: 14px
}

@media (min-width:992px) {
    .logo-tb {
        width: 69px
    }
}

@media (max-width:991px) {
    .logo-tb {
        height: auto;
        width: 60px
    }
}

.hli-active {
    background-color: #f0f6ff
}

.hli-active .icon-expand:before {
    content: "\e91f" !important
}

@media (min-width:768px) {
    .cntb-header {
        z-index: 99
    }
}

.cntb-header .chd-footer {
    background-color: #f0f6ff;
    border-radius: 0 0 6px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 99
}

.cntb-header .chd-footer .icon {
    top: 4px
}

.cntb-header .chd-footer-sm {
    background-color: #f0f6ff;
    border-radius: 0 0 6px 6px;
    z-index: 99
}

.cntb-header .chd-footer-sm .icon {
    top: 2px
}

.cntb-header .cn-logo {
    background-size: cover;
    height: 69px;
    width: 69px
}

@media ((min-width:768px) and (max-width:990px)) {
    .cntb-header .cn-logo .logo-tb {
        height: 55px;
        width: 60px
    }
    .cntb-header .cn-logo {
        height: 64px;
        width: 64px
    }
}

.cntb-header .ch-menu-up ul li {
    border-radius: 6px;
    display: inline-block;
    font-size: 14px
}

@media (max-width:767px) {
    .cntb-header .ch-menu-up ul li {
        width: 100%
    }
}

.cntb-header .ch-menu-up ul li .i-arrow {
    font-size: 24px;
    position: relative;
    right: 4px
}

.cntb-header .ch-menu-up ul li .icon-phone {
    font-size: 16px;
    position: relative;
    top: -1px
}

.cntb-header .ch-menu-up ul li:hover {
    background-color: #f0f6ff;
    cursor: pointer
}

@media (max-width:767px) {
    .cntb-header .ch-menu-up ul li:hover {
        background-color: transparent
    }
}

.cntb-header .ch-menu-up ul li span {
    font: "400 0.875rem/150% -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,system-ui"
}

.cntb-header .ch-menu-up ul li.log-out:hover {
    background-color: transparent !important;
    cursor: default !important
}

.cntb-header .ch-menu-up .ch-btn-mobile {
    position: relative;
    top: 4px
}

.cntb-header .ch-menu-up .ch-dropdown {
    border-radius: 0 0 6px 6px;
    left: -260px;
    right: 0;
    top: 41px;
    z-index: 1
}

@media (min-width:1025px),
(min-width:768px) and (max-width:990px),
(min-width:991px) and (max-width:1024px) {
    .cntb-header .ch-menu-up .ch-dropdown {
        background-color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        position: absolute
    }
}

@media (max-width:767px) {
    .cntb-header .ch-menu-up .ch-dropdown ul {
        border-bottom: 1px solid #ccc
    }
}

.cntb-header .ch-menu-up .ch-dropdown ul li {
    display: block
}

@media (max-width:767px) {
    .cntb-header .ch-menu-up .ch-dropdown {
        overflow-x: hidden;
        overflow-y: auto
    }
    .cntb-header .ch-menu-up .ch-dropdown ul li a {
        font-size: 16px
    }
    .cntb-header .ch-menu-up .ch-dropdown .icon-fav {
        position: relative;
        top: -2px
    }
}

.cntb-header .ch-menu-up .tabs li a {
    font-size: 16px
}

@media (max-width:767px) {
    .cntb-header .ch-menu-up .ch-dropdown.d-xs {
        display: block !important
    }
    .cntb-header .ch-menu-up .cd-title * {
        font-size: 16px
    }
    .cntb-header .ch-menu-up .cd-title span {
        font-family: Roboto-Medium
    }
}

.cntb-header .ch-menu-up .chd-default {
    left: auto
}

.cntb-header .ch-menu-up .chd-default ul li:hover {
    border-radius: 0
}

@media (max-width:767px) {
    .cd-title .icon {
        position: relative;
        top: -3px
    }
    .cd-title .icon-help {
        top: -2px
    }
}

.cd-title .icon-suitecase {
    font-size: 16px;
    top: -3px
}

@media (max-width:767px) {
    .cd-title .icon-suitecase {
        font-size: 18px
    }
}

.cd-title .icon-suitecase {
    font-size: 18px
}

@media (max-width:767px) {
    .cd-title .icon-suitecase {
        font-size: 22px
    }
}

@media (min-width:768px) {
    .cd-title .icon-fav,
    .cd-title .icon-help {
        top: -2px
    }
}

@media (max-width:767px) {
    .ch-mobile-menu {
        background-color: #fff;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }
}

.ch-mobile-menu .icon-airplane-vertical:before,
.ch-mobile-menu .icon-bed:before {
    color: #0350ac !important;
    font-size: 22px;
    inset: -3px 0 0 0 !important;
    position: relative
}

.ch-mobile-menu .icon-big-bag:before {
    color: #0350ac !important;
    font-size: 17px;
    inset: -3px 0 0 0 !important;
    margin-left: 4px;
    margin-right: 3px;
    position: relative
}

.ch-mobile-menu .icon-disney:before {
    color: #0350ac !important;
    font-size: 20px;
    inset: -3px 0 0 0 !important;
    position: relative
}

.ch-mobile-menu .icon-flame:before {
    color: #d93616 !important;
    font-size: 20px;
    inset: -3px 0 0 0 !important;
    position: relative
}

@media (max-width:767px) {
    .chd-mobile {
        bottom: 0;
        left: 0 !important;
        position: fixed;
        right: 0;
        top: 0 !important;
        z-index: 10
    }
}

@media ((min-width:768px) and (max-width:990px)) {
    .chd-mobile {
        left: -100px !important;
        right: -241px !important
    }
    .cloak .chd-mobile {
        left: -260px !important;
        right: 0 !important
    }
}

.c-menu-mobile .icon-close {
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3
}

.c-menu-mobile a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .c-menu-mobile {
        display: flex;
        flex-direction: column !important;
        overflow-x: hidden;
        z-index: 99
    }
}

.c-menu-mobile .c-mobile-login {
    position: relative
}

.c-menu-mobile .c-mobile-login:before {
    background: #3c0067;
    background: linear-gradient(90deg, #263cb3 -.12%, #2998ea 131.31%);
    bottom: 0;
    content: "";
    left: -24px;
    position: absolute;
    right: -20px;
    top: -px;
    z-index: 1
}

.c-menu-mobile .cmh-info {
    position: relative;
    top: -25px;
    z-index: 1
}

.c-menu-mobile .cmh-info * {
    color: #fff
}

.c-menu-mobile .cmh-info .icons {
    position: relative;
    right: 0;
    top: 3px
}

.c-menu-mobile .cmh-info .icons-angle-right {
    position: relative;
    right: 4px;
    top: 6px
}

.navi-tabs {
    border-bottom: 2px solid transparent;
    border-radius: .5rem .5rem 0 0;
    font-size: 14px !important;
    position: relative;
    transition: background .35s ease-in-out;
    will-change: background
}

.navi-tabs:before {
    background-color: #003b98;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease-in-out;
    width: 100%
}

.navi-tabs:hover:before {
    transform: scaleX(1)
}

.navi-tabs:not(:hover):before {
    transform: scaleX(0)
}

.navi-tabs.current {
    background-color: #f0f6ff;
    border-bottom: 2px solid #003b98;
    color: #003b98
}

.navi-tabs.current:before {
    transform: scaleX(1)
}

@media (max-width:767px) {
    .cm-head {
        background: #fff;
        left: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1
    }
}

.m-active {
    background-color: #f0f6ff;
    border-bottom: 2px solid #003b98;
    color: #003b98;
    cursor: pointer;
    position: relative
}

.c-submenu li {
    border-radius: 6px 6px 0 0;
    display: inline-block;
    font-size: 14px
}

.c-submenu li:hover {
    background-color: #f0f6ff;
    cursor: pointer
}

.c-submenu li .icon {
    color: #003b98;
    font-size: 20px;
    position: relative;
    top: -2px
}

.c-submenu li .icon-flame {
    color: #d93616
}

.c-submenu a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .c-submenu {
        display: flex;
        overflow-x: auto;
        white-space: nowrap
    }
}

.cm-ctrl {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0
}

.cm-ctrl .cm-ctrl-left.ccl-blur:before {
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6) 28%, #fff);
    bottom: 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 80px;
    z-index: 1
}

.cm-ctrl .cm-ctrl-right.ccr-blur:before {
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .6) 28%, #fff);
    bottom: 0;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 1
}

.a-link,
.color-link {
    color: #186bdf
}

.a-link:hover {
    color: #186bdf;
    cursor: pointer
}

.a-link:hover,
.a-link:hover .color-link {
    text-decoration: underline
}

@media (max-width:767px) {
    .a-link-xs {
        color: #186bdf
    }
    .a-link-xs:hover {
        color: #186bdf;
        cursor: pointer
    }
    .a-link-xs:hover,
    .a-link-xs:hover .color-link {
        text-decoration: underline
    }
}

.link-int:hover {
    background-color: #f0f6ff;
    text-decoration: none
}

.top-0 {
    top: 0
}

.top-1 {
    top: 1px
}

.top-2 {
    top: 2px
}

.top-3 {
    top: 3px
}

.top-4 {
    top: 4px
}

.top-5 {
    top: 5px
}

@media (max-width:767px),
(min-width:768px) and (max-width:990px) {
    .justify-content-center-xs {
        justify-content: start !important
    }
}

@media (max-width:767px) {
    .hide-xs {
        display: none !important
    }
}

@media ((min-width:768px) and (max-width:990px)) {
    .hide-md {
        display: none !important
    }
}

@media (min-width:991px) and (max-width:1279px) {
    .hide-medium {
        display: none !important
    }
}

@media (min-width:1280px) {
    .hide-lg {
        display: none !important
    }
}

@media (min-width:1025px) and (max-width:1279px) {
    .hide-lg-pro {
        display: none !important
    }
}

.icon-airplane-vertical:before,
.icon-bed:before {
    color: #0350ac !important;
    font-size: 22px;
    inset: -1px 0 0 0 !important;
    position: relative
}

.navi-tabs>.icon-big-bag:before {
    font-size: 17px;
    margin-left: 4px;
    margin-right: 3px
}

.icon-disney:before,
.navi-tabs>.icon-big-bag:before {
    color: #0350ac !important;
    inset: -1px 0 0 0 !important;
    position: relative
}

.icon-disney:before {
    font-size: 20px
}

.icon-flame:before {
    color: #d93616 !important;
    font-size: 20px;
    inset: -1px 0 0 0 !important;
    position: relative
}

.tabs {
    border-bottom: 1px solid #ccc
}

@media (min-width:768px) {
    .cmh-login {
        display: none !important
    }
}

@media (max-width:767px) {
    .cmh-login {
        background: linear-gradient(90deg, #263cb3 -.12%, #2998ea 131.31%);
        padding: 1.5rem 1rem
    }
    .cmh-login *,
    .cmh-login .icon-close {
        color: #fff
    }
    .cmh-login .icon-person-black {
        position: relative;
        top: -3px
    }
    .cmh-login .icon-keyboard-right {
        position: relative;
        right: 4px;
        top: -1px
    }
}

@media (max-width:767px) and (min-width:768px) {
    .cmh-login {
        display: none !important
    }
}

@media (max-width:767px) {
    .cmh-login .window_closeBtn {
        color: #fff !important
    }
    .cmh-login .window_closeBtnCheck {
        color: #000
    }
    .cmh-login .session-title {
        margin-bottom: 1rem
    }
}

.titles-home {
    font-size: 28px
}

.a-link {
    color: #186cdf;
    font-family: Roboto-Regular;
    text-decoration: underline
}

.a-link:hover {
    text-decoration: none
}

.c-banner-more {
    background-color: #f1f5f9
}

.c-banner-more .icon {
    color: #003b98
}

.c-banner-more .icon-plane-right {
    transform: rotate(270deg)
}

.c-banners:before {
    background-color: #fff;
    background-image: url(https://viajes.tiquetesbaratos.com/img/banner-tiquetes.png?v=3);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 150px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .c-banners:before {
        height: 90px;
        margin-bottom: 20px
    }
}

.c-banners .h2,
.c-banners h2 {
    text-shadow: none
}

.c-banners .c-figure img {
    border-radius: 20px
}

.c-box-home {
    background: #0461b2;
    background: linear-gradient(180deg, #0461b2, #1d87da);
    position: relative;
    z-index: 98
}

@media (max-width:767px) {
    .c-box-home .c-booker {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.c-box-home .bg-img {
    background-position: 50%;
    height: 90px;
    position: relative;
    width: 150px
}

.c-box-home .bg-img,
.c-box-home:before {
    background-repeat: no-repeat;
    background-size: contain
}

.c-box-home:before {
    background-image: url(/assets-tb/img/tiquetesbaratos/bg-45.svg);
    background-position: 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-box-home .h1,
.c-box-home h1 {
    font-family: Poppins-semibold;
    font-size: 40px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .4)
}

@media ((min-width:768px) and (max-width:990px)) {
    .c-box-home .h1,
    .c-box-home h1 {
        font-size: 25px
    }
}

.c-box-home .h2,
.c-box-home h2 {
    font-size: 20px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .4)
}

@media ((min-width:768px) and (max-width:990px)) {
    .c-box-home .h2,
    .c-box-home h2 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .c-box-home .h1,
    .c-box-home h1 {
        font-size: 28px
    }
    .c-box-home .h2,
    .c-box-home h2 {
        font-size: 16px;
        font-weight: 400
    }
}

.c-box-home.avianca {
    background: #d41520;
    background: linear-gradient(180deg, #d41520, #ff152b)
}

.c-box-home.avianca .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-avianca.jpg)
}

.c-box-home.copa {
    background: #12416e;
    background: linear-gradient(180deg, #12416e, #0d3050)
}

.c-box-home.copa .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-copa.png)
}

.c-box-home.latam {
    background: #4303d2;
    background: linear-gradient(180deg, #4303d2, #2a0088)
}

.c-box-home.latam .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-latam.png)
}

.c-box-home.iberia {
    background: #d9272e;
    background: linear-gradient(180deg, #ee7f21, #ff152b)
}

.c-box-home.iberia .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-iberia.svg)
}

.c-box-home.airfrance {
    background: #131d41;
    background: linear-gradient(180deg, #131d41, #003b98)
}

.c-box-home.airfrance .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-airfrance.svg)
}

.c-box-home.aeromexico {
    background: #003365;
    background: linear-gradient(180deg, #003365, #00468e)
}

.c-box-home.aeromexico .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-aeromexico.svg)
}

.c-box-home.united {
    background: #039;
    background: linear-gradient(180deg, #039, #001f5c)
}

.c-box-home.united .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-united.svg)
}

.c-box-home.continental {
    background: #005a9f;
    background: linear-gradient(180deg, #005a9f, #114e92)
}

.c-box-home.continental .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-continental.svg)
}

.c-box-home.american {
    background: #02abe4;
    background: linear-gradient(180deg, #02abe4, #003b98)
}

.c-box-home.american .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-american-airlines.svg)
}

.c-box-home.aircanada {
    background: #d9272e;
    background: linear-gradient(180deg, #d9272e, #ff152b)
}

.c-box-home.aircanada .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-air-canada.svg)
}

.c-box-home.jetblue {
    background: #203c73;
    background: linear-gradient(180deg, #203c73, #002060)
}

.c-box-home.jetblue .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-jet-blue.svg)
}

.c-box-home.satena {
    background: #11304c;
    background: linear-gradient(180deg, #1d4a77, #11304c)
}

.c-box-home.satena .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-satena.svg)
}

.c-box-home.clicair {
    background: #003c66;
    background: linear-gradient(180deg, #045394, #003c66)
}

.c-box-home.clicair .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-clic.svg)
}

.c-box-home.vivaaerobus {
    background: #004a23;
    background: linear-gradient(180deg, #8cd400, #004a23)
}

.c-box-home.vivaaerobus .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-viva-aerobus.svg)
}

.c-box-home.volaris {
    background: #a12885;
    background: linear-gradient(180deg, #d02faa, #a12885)
}

.c-box-home.volaris .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-volaris.png)
}

.c-box-home.wingo {
    background: #321b74;
    background: linear-gradient(180deg, #63c, #321b74)
}

.c-box-home.wingo .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-wingo.png)
}

.c-box-home.jetsmart {
    background: #11304c;
    background: linear-gradient(180deg, #1d4a77, #11304c)
}

.c-box-home.jetsmart .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-smart.png)
}

.c-box-home.delta {
    background: #11172b;
    background: linear-gradient(180deg, #1c2649, #11172b)
}

.c-box-home.delta .bg-img {
    background-image: url(/assets-tb/img/tiquetesbaratos/logos/logo-delta.svg)
}

@media (max-width:767px) {
    .c-phone-numbers {
        background-color: hsla(0, 0%, 100%, .77);
        border: none;
        border-radius: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 69px;
        top: 0;
        width: auto
    }
    .c-phone-numbers .float-right {
        padding-right: 40px
    }
    .c-phone-numbers:before {
        background-color: #2a6acf;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: -69px;
        top: 0
    }
    .h-mobile {
        height: 77px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .b-mobile {
        background-color: hsla(0, 0%, 100%, .77);
        display: block
    }
    .c-header {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
    }
    .c-header .navbar-brand img {
        height: 80px;
        width: 80px
    }
    .c-header .ch-dropdown {
        padding: 9px 0;
        top: 4px
    }
    .c-header .ch-dropdown .nav-link:after {
        background: transparent
    }
    .c-header .ch-dropdown .dropdown-menu {
        background-color: unset;
        border: none;
        border-radius: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }
    .c-box-home .row {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .c-box-home:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        left: -1px;
        top: -1px
    }
    .c-box .tab-content .btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%
    }
    .c-box .tab-content .c-input-box .c-going {
        flex: inherit !important;
        max-width: 100% !important
    }
    .c-banner-full {
        background-position: 60% 0;
        background-size: inherit
    }
    .c-banner-full .h2,
    .c-banner-full h2 {
        font-size: 30px !important
    }
    .cp-banner-full {
        background-position: 60% 0;
        background-size: inherit
    }
    .cp-banner-full .h2,
    .cp-banner-full h2 {
        font-size: 30px !important
    }
    .c-banners .c-figure img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left
    }
    .line-fligths-2 .f-01 {
        left: 9px;
        top: -2px
    }
    .d-txt-mobile {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -1px
    }
    .c-row-line .icon-plane-right {
        top: 13px
    }
    .c-click-detail .icon {
        display: none
    }
    .c-if-round {
        border: none
    }
    .c-matrix {
        background-color: unset
    }
    .c-int-matrix,
    .c-int-matrix .table-dates {
        height: 95%
    }
    .row-dates-mobile {
        height: 100%
    }
    .date-mobile {
        position: absolute;
        right: 15px;
        top: 22px
    }
    .h-mobile-1 {
        height: 120px;
        top: 0
    }
    .b-mobile-1,
    .h-mobile-1 {
        left: 0;
        padding: 0 15px;
        position: absolute;
        right: 0
    }
    .b-mobile-1 {
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        top: 120px
    }
    .c-view-detail-info .circle-top {
        left: -20px
    }
    .c-view-detail-info .circle-bottom {
        bottom: 34%;
        left: -20px
    }
    .c-view-detail-info .line {
        bottom: 40%;
        left: -20px
    }
    .c-modal-lateral-mobile {
        bottom: 0;
        position: fixed;
        z-index: 9999
    }
    .c-modal-lateral-mobile,
    .ml-header {
        background-color: #efefef;
        left: 0;
        right: 0;
        top: 0
    }
    .ml-header {
        height: 80px;
        position: absolute;
        z-index: 999
    }
    .ml-body {
        bottom: 80px;
        top: 80px
    }
    .ml-body,
    .ml-footer {
        background-color: hsla(0, 0%, 100%, .77);
        left: 0;
        position: absolute;
        right: 0;
        z-index: 999
    }
    .ml-footer {
        bottom: 0;
        height: 80px
    }
    .c-autocomplete {
        right: 0
    }
    .a-link:hover {
        text-decoration: none
    }
    .a-link span {
        color: #186cdf
    }
    .mobile-slider-active .list-1 {
        padding-right: 90px !important
    }
    .c-box-promo .tab-content .btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%
    }
    .c-box-promo .tab-content .c-input-box .c-going {
        flex: inherit !important;
        max-width: 100% !important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .c-phone-numbers:after {
        border: 17px solid hsla(0, 0%, 100%, .702);
        border-top-width: 0;
        top: -17px
    }
    .c-phone-numbers:after,
    .c-phone-numbers:before {
        content: "";
        height: 0;
        position: absolute;
        right: 50px;
        width: 0
    }
    .c-phone-numbers:before {
        border-color: transparent transparent rgba(0, 0, 0, .099);
        border-style: solid;
        border-width: 0 17px 17px;
        top: -18px
    }
    .c-icon-menu {
        display: none
    }
    .c-passengers {
        font-size: 14px
    }
    .c-box-home:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        left: -1px;
        top: -1px
    }
    .c-box .tab-content .c-input-box .c-button .btn {
        font-size: 12px
    }
    .c-box .s-nav-md {
        margin-top: -30px
    }
    .c-box-mobile,
    .c-box.c-flights .c-btn-up {
        display: none
    }
    .c-banners .c-figure img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left
    }
    .c-modal-desk {
        background-color: unset;
        border-radius: 0;
        bottom: 0;
        display: none;
        left: 15px;
        margin: auto;
        position: absolute;
        right: 15px;
        top: 0;
        width: 100%;
        z-index: 999
    }
    .c-overlay-desk {
        background-color: rgba(0, 0, 0, .77);
        bottom: 0;
        content: "";
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 998
    }
    .view-detail {
        cursor: pointer
    }
    .header-logo-redondo {
        position: relative;
        top: 36px !important;
        z-index: 10
    }
    .header-logo-sencillo {
        position: relative;
        top: 34px !important;
        z-index: 10
    }
    .c-out-off {
        padding: 10px 0
    }
    .cvd-flights .circle-bottom,
    .cvd-flights .circle-top {
        left: auto;
        right: 18px
    }
    .cvd-flights .line {
        left: auto;
        right: 29px
    }
    .cbt-date {
        left: -100px;
        top: -4px
    }
    .c-detail-modal-desktop .c-view-detail .line {
        left: auto;
        margin: initial;
        right: 37px
    }
    .c-detail-modal-desktop .c-view-detail .circle-bottom,
    .c-detail-modal-desktop .c-view-detail .circle-top {
        left: auto;
        margin: initial;
        right: 33px
    }
    .line-fligths-1 .f-01 {
        left: -38px;
        top: -2px
    }
    .line-fligths-2 .f-01 {
        left: 17px;
        top: -2px
    }
    .d-txt-mobile {
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: -1px
    }
    .row-active:hover {
        background-color: unset
    }
    .row-active:hover:before {
        border: 1px solid #003b98;
        border-radius: 50px;
        bottom: 4px;
        content: "";
        left: 4px;
        position: absolute;
        right: 4px;
        top: 4px
    }
    .c-click-detail .icon {
        right: 18px;
        top: 8px
    }
    .c-autocomplete {
        right: 0
    }
    .c-box-promo .tab-content .c-input-box .c-button .btn {
        font-size: 12px
    }
    .c-box-promo .s-nav-md {
        margin-top: -30px
    }
}

@media (min-width:1025px) {
    .c-phone-numbers:after {
        border: 17px solid hsla(0, 0%, 100%, .702);
        border-top-width: 0;
        top: -17px
    }
    .c-phone-numbers:after,
    .c-phone-numbers:before {
        content: "";
        height: 0;
        position: absolute;
        right: 50px;
        width: 0
    }
    .c-phone-numbers:before {
        border-color: transparent transparent rgba(0, 0, 0, .099);
        border-style: solid;
        border-width: 0 17px 17px;
        top: -18px
    }
    .c-icon-menu {
        display: none
    }
    .c-header .ch-dropdown .dropdown-menu {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        left: -150px;
        top: 60px;
        width: 440px
    }
    .c-header .ch-dropdown .dropdown-menu .dropdown-item span {
        color: #312e81
    }
    .c-header .ch-dropdown .dropdown-menu .dropdown-item span+span {
        color: #333132;
        float: right
    }
    .c-header .ch-dropdown .dropdown-menu .dropdown-item:active {
        background: transparent
    }
    .c-modal-desk {
        background-color: unset;
        border-radius: 0;
        bottom: 0;
        display: none;
        left: 15px;
        margin: auto;
        position: absolute;
        right: 15px;
        top: 0;
        width: 100%;
        z-index: 999
    }
    .c-overlay-desk {
        background-color: rgba(0, 0, 0, .77);
        bottom: 0;
        content: "";
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 998
    }
    .view-detail {
        cursor: pointer
    }
    .ch-row {
        left: 0;
        position: absolute;
        right: 0
    }
    .header-logo-redondo,
    .header-logo-sencillo {
        position: relative;
        top: 30px !important;
        z-index: 10
    }
    .c-out-off {
        padding: 8px 0 12px
    }
    .cvd-flights .circle-bottom,
    .cvd-flights .circle-top {
        left: auto;
        right: 25px
    }
    .cvd-flights .line {
        left: auto;
        right: 29px
    }
    .cbt-date {
        left: -100px;
        top: -7px
    }
    .c-detail-modal-desktop .c-view-detail .line {
        left: auto;
        margin: initial;
        right: 37px
    }
    .c-detail-modal-desktop .c-view-detail .circle-bottom,
    .c-detail-modal-desktop .c-view-detail .circle-top {
        left: auto;
        margin: initial;
        right: 33px
    }
    .row-active:hover {
        background-color: unset
    }
    .row-active:hover:before {
        border: 1px solid #003b98;
        border-radius: 50px;
        bottom: 4px;
        content: "";
        left: 4px;
        position: absolute;
        right: 4px;
        top: 4px
    }
    .c-click-detail .icon {
        right: 24px;
        top: 8px
    }
    .c-txt-total {
        font-size: 18px
    }
    .c-txt-rate {
        font-size: 22px
    }
    .list-1 {
        display: flex;
        flex-wrap: wrap
    }
    .c-box-promo .tab-content .c-input-box .c-button .btn {
        position: relative;
        top: -17px
    }
    .c-box-promo .s-nav-md {
        margin-top: -30px
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .c-header .md-container {
        max-width: 100%
    }
}

@media (min-width:769px) and (max-width:803px) and (orientation:landscape) {
    .c-header .navbar a * {
        font-size: 14px !important
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .c-header [aria-label=secundary] .c-mobile {
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .c-passengers {
        width: 50%
    }
    .c-banner-full,
    .cp-banner-full {
        background-position: -240px 0
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .c-passengers {
        width: 100%
    }
    .c-box .tab-content .btn,
    .c-box-promo .tab-content .btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%
    }
}

@media (min-width:576px) {
    .modal-md {
        margin: 1.75rem auto;
        max-width: 690px
    }
}

.cole,
.cr-int {
    display: flex;
    padding-right: 15px
}

.cole .rounded,
.cr-int .rounded {
    border-radius: .25rem
}

@media (min-width:1280px) {
    .cr-int .cole:last-child {
        padding-right: 0 !important
    }
}

.cole a,
.cole a:active,
.cole a:hover {
    color: gray !important;
    text-decoration: none
}

@media (max-width:767px),
(min-width:768px) and (max-width:1024px) {
    .c-box-home .booker {
        z-index: 999
    }
    .c-box-home .bg-img {
        display: none;
        z-index: 1
    }
    .c-box-home:before {
        background-image: none !important;
        position: relative
    }
    .c-box-home.avianca:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.avianca .bg-img {
        display: block
    }
    .c-box-home.avianca .c-title-home {
        display: none
    }
    .c-box-home.copa:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.copa .bg-img {
        display: block
    }
    .c-box-home.copa .c-title-home {
        display: none
    }
    .c-box-home.latam:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.latam .bg-img {
        display: block
    }
    .c-box-home.latam .c-title-home {
        display: none
    }
    .c-box-home.iberia:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.iberia .bg-img {
        display: block
    }
    .c-box-home.iberia .c-title-home {
        display: none
    }
    .c-box-home.airfrance:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.airfrance .bg-img {
        display: block
    }
    .c-box-home.airfrance .c-title-home {
        display: none
    }
    .c-box-home.aeromexico:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.aeromexico .bg-img {
        display: block
    }
    .c-box-home.aeromexico .c-title-home {
        display: none
    }
    .c-box-home.united:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.united .bg-img {
        display: block
    }
    .c-box-home.united .c-title-home {
        display: none
    }
    .c-box-home.continental:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.continental .bg-img {
        display: block
    }
    .c-box-home.continental .c-title-home {
        display: none
    }
    .c-box-home.american:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.american .bg-img {
        display: block
    }
    .c-box-home.american .c-title-home {
        display: none
    }
    .c-box-home.aircanada:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.aircanada .bg-img {
        display: block
    }
    .c-box-home.aircanada .c-title-home {
        display: none
    }
    .c-box-home.jetblue:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.jetblue .bg-img {
        display: block
    }
    .c-box-home.jetblue .c-title-home {
        display: none
    }
    .c-box-home.satena:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.satena .bg-img {
        display: block
    }
    .c-box-home.satena .c-title-home {
        display: none
    }
    .c-box-home.clicair:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.clicair .bg-img {
        display: block
    }
    .c-box-home.clicair .c-title-home {
        display: none
    }
    .c-box-home.vivaaerobus:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.vivaaerobus .bg-img {
        display: block
    }
    .c-box-home.vivaaerobus .c-title-home {
        display: none
    }
    .c-box-home.volaris:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.volaris .bg-img {
        display: block
    }
    .c-box-home.volaris .c-title-home {
        display: none
    }
    .c-box-home.wingo:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.wingo .bg-img {
        display: block
    }
    .c-box-home.wingo .c-title-home {
        display: none
    }
    .c-box-home.jetsmart:after {
        background-image: url(/assets-tb/img/tiquetesbaratos/bg-30.svg);
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
    .c-box-home.jetsmart .bg-img {
        display: block
    }
    .c-box-home.jetsmart .c-title-home {
        display: none
    }
}

@media (max-width:767px),
(min-width:768px) and (max-width:1300px) {
    .c-br .c-scroll-01 {
        overflow-x: auto
    }
}

@media (max-width:767px) {
    .c-br .c-scroll-01 .c-row .cr-int .cole {
        width: 300px
    }
}

.c-scroll-01 {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.c-br .c-scroll-01 .c-row {
    white-space: nowrap;
    width: auto
}

.c-br .c-scroll-01 .c-row .cole {
    min-width: 300px
}

.c-br p {
    font-size: 14px
}

.c-br .h4,
.c-br h4 {
    font-size: 28px
}

@media (max-width:767px) {
    .c-br .h4,
    .c-br h4 {
        font-size: 18px
    }
}

.c-br .h5,
.c-br h5 {
    color: #555;
    font-size: 16px
}

.c-br .strong {
    font-family: Roboto-Bold
}

.c-br .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media ((min-width:768px) and (max-width:990px)) {
    .c-br.cb-in .h4,
    .c-br.cb-in h4 {
        font-size: 18px
    }
}

.input-group .icon {
    color: #003ba6 !important
}

.c-box-home.clicair .bg-img {
    margin-top: 1rem !important
}

.gray-black-color {
    color: #4c4c4c
}

.modal-payform i {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    height: 50px;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 50px
}

@media screen and (max-width:500px) {
    .modal-payform i {
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.content-banks-brand .icon-bank-brand {
    background-position: 50%;
    height: 60px;
    width: 60px
}

.content-banks-brand .ptw-icon-multiple-co {
    height: 100px;
    width: 130px
}

@media screen and (max-width:769px) {
    .content-banks-brand .ptw-icon-multiple-co {
        width: 200px
    }
}

.content-banks-brand .ptw-icon-bancolombia {
    height: 70px;
    width: 130px
}

.logos-ba-banner i {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 45px;
    height: 50px;
    width: 50px
}

.ptw-icon-bancolombia {
    background: url(https://3.cdnpt.com/images/bancos/logo-bancolombia.svg) no-repeat;
    height: 50px;
    width: 50px
}

.ptw-icon-efecty {
    background: url(https://3.cdnpt.com/images/bancos/logo-efecty.svg) no-repeat;
    height: 50px;
    width: 50px
}

.ptw-icon-creditcard {
    background: url(https://3.cdnpt.com/images/bancos/logo-pse.svg) no-repeat;
    height: 50px;
    width: 50px
}

.ptw-icon-nequi {
    background: url(/assets-tb/img/logos_banks/nequi.svg) no-repeat;
    height: 50px;
    width: 50px
}

.ptw-icon-plata {
    background: url(/assets-tb/img/logos_banks/daviplata.png) no-repeat 100% 100%;
    height: 50px;
    width: 50px
}

.ptw-icon-multiple-co {
    background: url(/assets-tb/img/logos_banks/multiple_banks.svg) no-repeat;
    height: 50px;
    width: 50px
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

/*# sourceMappingURL=home.css.map*/