@charset "UTF-8";

/* node_modules/.pnpm/nprogress@0.2.0/node_modules/nprogress/nprogress.css */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* src/styles/styles.scss */
:root {
  --brand-primary-500: #d11235;
  --brand-primary-600: #011235;
  --brand-primary-700: #001122;
  --brand-primary-800: #000f1a;
  --brand-primary-100: #e6f3ff;
  --brand-primary-200: #cce7ff;
  --brand-primary-300: #99cfff;
  --brand-primary-400: #66b7ff;
  --brand-primary-50: #f3f9ff;
  --brand-primary-900: #000a11;
  --brand-secondary-500: #333333;
  --brand-secondary-600: #6a6a6a;
  --brand-secondary-700: #2a2a2a;
  --brand-secondary-800: #1a1a1a;
  --brand-secondary-100: #f5f5f5;
  --brand-secondary-200: #e8e8e8;
  --brand-secondary-300: #d4d4d4;
  --brand-secondary-400: #9a9a9a;
  --brand-secondary-50: #fafafa;
  --brand-secondary-900: #0f0f0f;
  --brand-background: #f6f6f6;
  --brand-background-dark: #e8e8e8;
  --brand-success: #57cb9d;
  --brand-error: #ff4343;
  --brand-alert: #fdc521;
  --brand-white: #ffffff;
  --semantic-success: var(--brand-success);
  --semantic-warning: var(--brand-alert);
  --semantic-error: var(--brand-error);
  --semantic-info: var(--brand-primary-600);
  --neutral-0: var(--brand-white);
  --neutral-50: var(--brand-secondary-50);
  --neutral-100: var(--brand-secondary-100);
  --neutral-200: var(--brand-secondary-200);
  --neutral-300: var(--brand-secondary-300);
  --neutral-400: var(--brand-secondary-400);
  --neutral-500: var(--brand-secondary-500);
  --neutral-600: var(--brand-secondary-600);
  --neutral-700: var(--brand-secondary-700);
  --neutral-800: var(--brand-secondary-800);
  --neutral-900: var(--brand-secondary-900);
  --neutral-950: #050505;
  --green-100: #dcfce7;
  --green-700: #15803d;
  --light-blue: #4688e7;
  --light-blue-1: #649beb;
  --blue:#011235;
  --blue-25: #f0f1f3;
  --blue-50: #e6e7eb;
  --blue-100: #b0b6c0;
  --blue-200: #8a92a2;
  --blue-300: #556078;
  --blue-400: #34415d;
  --blue-500: #333;
  --dark-grey: #bababa;
  --light-grey: #f6f6f6;
  --medium-grey: #efeded;
  --grey-50: #ebebeb;
  --grey-100: #c0c0c0;
  --grey-200: #a1a1a1;
  --grey-300: #767676;
  --grey-400: #5c5c5c;
  --grey-500: #333;
  --grey-700: #3f3f46;
  --red-50:#FBE7EC;
  --red-400: #E23B66;
  --red-500: #db0a40;
  --green-50: #eefaf5;
  --green-100: #dcfce7;
  --green-300:#8EDBBB;
  --green-500:#57CA99;
  --green-700: #15803d;
  --green-800: #306f54;
  --blue-100: #dbeafe;
  --blue-700: #1d4ed8;
  --blue-800: #1d4ed8;
  --yellow-100: #fef9c3;
  --yellow-700: #a16207;
  --yellow-300:#FFCF54;
  --orange-100: #ffedd5;
  --orange-700: #c2410c;
  --purple-100: #f3e8ff;
  --purple-700: #7e22ce;
  --primary: var(--brand-primary-500);
  --secondary: var(--brand-primary-600);
}
:root {
  --app-primary: var(--brand-primary-600);
  --app-primary-hover: var(--brand-primary-700);
  --app-primary-active: var(--brand-primary-800);
  --app-primary-light: var(--brand-primary-100);
  --app-secondary: var(--brand-primary-500);
  --app-secondary-hover: #b71031;
  --app-secondary-light: #f5e6e9;
  --app-accent: var(--brand-success);
  --app-accent-hover: #4bb085;
  --app-accent-light: #e8f6f1;
  --bg-primary: var(--brand-white);
  --bg-secondary: var(--brand-background);
  --bg-tertiary: var(--brand-background-dark);
  --bg-elevated: var(--brand-white);
  --bg-overlay: rgba(1, 18, 53, 0.5);
  --bg-surface: var(--brand-white);
  --text-primary: var(--primary);
  --text-secondary: var(--secondary);
  --text-tertiary: var(--brand-secondary-400);
  --text-muted: var(--brand-secondary-300);
  --text-inverse: var(--brand-white);
  --text-link: var(--app-primary);
  --text-link-hover: var(--app-primary-hover);
  --border-primary: var(--grey-300);
  --border-secondary: var(--brand-secondary-300);
  --border-focus: var(--app-primary);
  --border-error: var(--semantic-error);
  --border-success: var(--semantic-success);
  --shadow-sm: 0 1px 2px 0 rgba(1, 18, 53, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(1, 18, 53, 0.1), 0 2px 4px -1px rgba(1, 18, 53, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(1, 18, 53, 0.1), 0 4px 6px -2px rgba(1, 18, 53, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(1, 18, 53, 0.1), 0 10px 10px -5px rgba(1, 18, 53, 0.04);
  --state-success: var(--semantic-success);
  --state-success-bg: #e8f6f1;
  --state-warning: var(--semantic-warning);
  --state-warning-bg: #fef8e6;
  --state-error: var(--semantic-error);
  --state-error-bg: #ffebeb;
  --state-info: var(--semantic-info);
  --state-info-bg: var(--brand-primary-50);
}
:root {
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
}
:root {
  --font-primary:
    "Bull",
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  --font-mono:
    "SF Mono",
    Monaco,
    "Inconsolata",
    "Roboto Mono",
    "Source Code Pro",
    monospace;
  --font-arabic:
    "GESS","Noto Sans Arabic",
    "Amiri",
    "Tajawal",
    Arial,
    sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-6xl: 3.75rem;
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.625;
  --heading-1-size: var(--font-size-5xl);
  --heading-1-weight: var(--font-weight-bold);
  --heading-1-spacing: 0;
  --heading-2-size: var(--font-size-3xl);
  --heading-2-weight: var(--font-weight-bold);
  --heading-2-spacing: 0;
  --title-1-size: var(--font-size-2xl);
  --title-1-weight: var(--font-weight-bold);
  --title-1-spacing: 0;
  --title-2-size: var(--font-size-2xl);
  --title-2-weight: var(--font-weight-bold);
  --title-2-spacing: 0;
  --title-3-size: var(--font-size-2xl);
  --title-3-weight: var(--font-weight-bold);
  --title-3-spacing: 0;
  --title-4-size: var(--font-size-xl);
  --title-4-weight: var(--font-weight-medium);
  --title-4-spacing: 0;
  --body-1-size: var(--font-size-lg);
  --body-1-weight: var(--font-weight-bold);
  --body-1-spacing: 0;
  --body-2-size: var(--font-size-base);
  --body-2-weight: var(--font-weight-medium);
  --body-2-spacing: 0;
  --body-3-size: var(--font-size-sm);
  --body-3-weight: var(--font-weight-medium);
  --body-3-spacing: 0;
  --body-5-size: var(--font-size-xl);
  --body-5-weight: var(--font-weight-medium);
  --body-5-spacing: 0;
}
:root {
  --radius-none: 0;
  --radius-sm: 0.125rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-full: 9999px;
}
:root {
  --button-padding-x: var(--space-6);
  --button-padding-y: var(--space-3);
  --button-border-radius: var(--radius-md);
  --button-font-weight: var(--font-weight-medium);
  --button-min-height: 2.5rem;
  --input-padding-x: var(--space-4);
  --input-padding-y: var(--space-3);
  --input-border-radius: var(--radius-md);
  --input-min-height: 2.5rem;
  --card-padding: var(--space-6);
  --card-border-radius: var(--radius-lg);
  --header-height: 4rem;
  --header-padding-x: var(--space-6);
  --container-max-width: 1200px;
  --container-padding: var(--space-6);
}
:root {
  --duration-fast: 150ms;
  --duration-normal: 200ms;
  --duration-slow: 300ms;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-colors:
    color var(--duration-normal) var(--ease-in-out),
    background-color var(--duration-normal) var(--ease-in-out),
    border-color var(--duration-normal) var(--ease-in-out);
  --transition-all: all var(--duration-normal) var(--ease-in-out);
}
:root {
  --z-dropdown: 1000;
  --z-sticky: 1100;
  --z-overlay: 1300;
  --z-modal: 1400;
  --z-tooltip: 1500;
}
[dir=rtl] {
  --font-primary: var(--font-arabic);
}
[data-company=redbull] {
  --brand-primary-50: #eff6ff;
  --brand-primary-100: #dbeafe;
  --brand-primary-200: #bfdbfe;
  --brand-primary-300: #93c5fd;
  --brand-primary-400: #60a5fa;
  --brand-primary-500: #3b82f6;
  --brand-primary-600: #1e40af;
  --brand-primary-700: #1d4ed8;
  --brand-primary-800: #1e3a8a;
  --brand-primary-900: #1e40af;
  --brand-secondary-50: #fffbeb;
  --brand-secondary-100: #fef3c7;
  --brand-secondary-200: #fde68a;
  --brand-secondary-300: #fcd34d;
  --brand-secondary-400: #fbbf24;
  --brand-secondary-500: #f59e0b;
  --brand-secondary-600: #d97706;
  --brand-secondary-700: #b45309;
  --brand-secondary-800: #92400e;
  --brand-secondary-900: #78350f;
  --brand-accent-600: #dc2626;
  --brand-accent-700: #b91c1c;
  --button-border-radius: var(--radius-lg);
  --card-border-radius: var(--radius-xl);
  --input-border-radius: var(--radius-md);
  --shadow-brand: 0 10px 25px -5px rgba(30, 64, 175, 0.1), 0 4px 6px -2px rgba(30, 64, 175, 0.05);
}
[data-company=fastlink] {
  --brand-primary-50: red;
  --brand-primary-100: #d1fae5;
  --brand-primary-200: #a7f3d0;
  --brand-primary-300: #6ee7b7;
  --brand-primary-400: #34d399;
  --brand-primary-500: #10b981;
  --brand-primary-600: #059669;
  --brand-primary-700: #047857;
  --brand-primary-800: #065f46;
  --brand-primary-900: #064e3b;
  --brand-secondary-50: #fef2f2;
  --brand-secondary-100: #fee2e2;
  --brand-secondary-200: #fecaca;
  --brand-secondary-300: #fca5a5;
  --brand-secondary-400: #f87171;
  --brand-secondary-500: #ef4444;
  --brand-secondary-600: #dc2626;
  --brand-secondary-700: #b91c1c;
  --brand-secondary-800: #991b1b;
  --brand-secondary-900: #7f1d1d;
  --brand-accent-600: #2563eb;
  --brand-accent-700: #1d4ed8;
  --button-border-radius: var(--radius-md);
  --card-border-radius: var(--radius-lg);
  --input-border-radius: var(--radius-sm);
  --shadow-brand: 0 8px 25px -5px rgba(5, 150, 105, 0.1), 0 4px 6px -2px rgba(5, 150, 105, 0.05);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  tab-size: 4;
}
body {
  margin: 0;
  font-family: var(--font-primary) !important;
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--text-primary);
  background-color: var(--bg-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--text-primary);
}
h1,
.h1 {
  font-size: var(--font-size-4xl);
}
h2,
.h2 {
  font-size: var(--font-size-3xl);
}
h3,
.h3 {
  font-size: var(--font-size-2xl);
}
h4,
.h4 {
  font-size: var(--font-size-xl);
}
h5,
.h5 {
  font-size: var(--font-size-lg);
}
h6,
.h6 {
  font-size: var(--font-size-base);
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: var(--app-primary);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--app-primary-hover);
  text-decoration: underline;
}
a:focus {
  outline: 2px solid var(--app-primary);
  outline-offset: 2px;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
  appearance: listbox;
}
textarea {
  resize: vertical;
  overflow: auto;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
ol,
ul {
  padding-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  margin-bottom: 0.25rem;
}
dt {
  font-weight: var(--font-weight-semibold);
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
details {
  display: block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid var(--border-color);
}
pre,
code,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
small,
.small {
  font-size: var(--font-size-sm);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
@font-face {
  font-family: "RiyalSymbol";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/font-files/sar.ttf) format("truetype");
  font-display: swap;
}
.riyal-icon::before {
  font-family: "RiyalSymbol";
  content: "\e900";
  font-size: 15px;
  display: inline;
  color: inherit;
  vertical-align: middle;
}
.riyal-icon-white::before {
  color: white !important;
}
.riyal-icon-red::before {
  color: red !important;
}
.riyal-icon-large::before {
  font-size: 25px;
}
.riyal-icon-medium::before {
  font-size: 20px;
}
.riyal-icon-small::before {
  font-size: 12px;
}
.riyal-icon-margin-x-small::before {
  margin: 0 5px;
}
@font-face {
  font-family: "GESS";
  src:
    url(/assets/fonts/arabic-font/GESS/GESSTwoLight-Light.woff2) format("woff2"),
    url(/assets/fonts/arabic-font/GESS/GESSTwoLight-Light.woff) format("woff"),
    url(/assets/fonts/arabic-font/GESS/GESSTwoLight-Light) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GESS";
  src:
    url(/assets/fonts/arabic-font/GESS/GESSTwoMedium-Medium.woff2) format("woff2"),
    url(/assets/fonts/arabic-font/GESS/GESSTwoMedium-Medium.woff) format("woff"),
    url(/assets/fonts/arabic-font/GESS/GESSTwoMedium-Medium) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GESS";
  src:
    url(/assets/fonts/arabic-font/GESS/GESSTwoBold-Bold.woff2) format("woff2"),
    url(/assets/fonts/arabic-font/GESS/GESSTwoBold-Bold.woff) format("woff"),
    url(/assets/fonts/arabic-font/GESS/GESSTwoBold-Bold) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/fonts/icomoon.eot?b8a6ga);
  src:
    url(/assets/fonts/icomoon.eot?b8a6ga#iefix) format("embedded-opentype"),
    url(/assets/fonts/icomoon.ttf?b8a6ga) format("truetype"),
    url(/assets/fonts/icomoon.woff?b8a6ga) format("woff"),
    url(/assets/fonts/icomoon.svg?b8a6ga#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-downloading:before {
  content: "\ea25";
  color: #556078;
}
.icon-bookmark_add:before {
  content: "\ea26";
  color: #556078;
}
.icon-signal:before {
  content: "\ea21";
  color: #db0a40;
}
.icon-extra-international:before {
  content: "\ea22";
  color: #db0a40;
}
.icon-xtra-signal:before {
  content: "\ea23";
  color: #db0a40;
}
.icon-xtra-phone:before {
  content: "\ea24";
  color: #db0a40;
}
.icon-logout:before {
  content: "\ea1e";
  color: #767676;
}
.icon-chat_bubble_outline:before {
  content: "\ea1f";
  color: #767676;
}
.icon-call_received:before {
  content: "\ea20";
  color: #767676;
}
.icon-pay-bills:before {
  content: "\ea0f";
}
.icon-quick-link:before {
  content: "\ea10";
  color: #db0a40;
}
.icon-vanity-numbers .path1:before {
  content: "\ea11";
  color: rgb(219, 10, 64);
}
.icon-vanity-numbers .path2:before {
  content: "\ea12";
  margin-left: -0.9013671875em;
  color: rgb(219, 10, 64);
}
.icon-vanity-numbers .path3:before {
  content: "\ea13";
  margin-left: -0.9013671875em;
  color: rgb(255, 255, 255);
}
.icon-main-whatsapp:before {
  content: "\ea0c";
}
.icon-main-mail:before {
  content: "\ea0d";
}
.icon-main-phone:before {
  content: "\ea0e";
}
.icon-app-gallery:before {
  content: "\e900";
}
.icon-app-store:before {
  content: "\ea0a";
  color: #fff;
}
.icon-google-play:before {
  content: "\ea0b";
  color: #fff;
}
.icon-my_location:before {
  content: "\ea06";
  color: #fff;
}
.icon-badge:before {
  content: "\ea07";
  color: #db0a40;
}
.icon-info:before {
  content: "\ea08";
  color: #34415d;
}
.icon-cancel:before {
  content: "\ea18";
  color: #34415d;
}
.icon-padding:before {
  content: "\ea19";
  color: #767676;
}
.icon-compare_arrows:before {
  content: "\ea1a";
  color: #767676;
}
.icon-local_offer:before {
  content: "\ea1b";
  color: #34415d;
}
.icon-payments:before {
  content: "\ea1c";
  color: #767676;
}
.icon-remove_circle_outline:before {
  content: "\ea1d";
  color: #767676;
}
.icon-whatsapp:before {
  content: "\e9fc";
  color: #767676;
}
.icon-comments_disabled:before {
  content: "\e9fd";
  color: #767676;
}
.icon-settings_cell:before {
  content: "\e9fe";
  color: #767676;
}
.icon-mobile_screen_share1:before {
  content: "\e9ff";
  color: #767676;
}
.icon-phone_disabled:before {
  content: "\ea00";
  color: #767676;
}
.icon-language1:before {
  content: "\ea01";
  color: #767676;
}
.icon-label_off1:before {
  content: "\ea02";
  color: #767676;
}
.icon-perm_phone_msg:before {
  content: "\ea03";
  color: #767676;
}
.icon-check_circle1:before {
  content: "\ea04";
  color: #57ca99;
}
.icon-content_paste_off:before {
  content: "\ea05";
  color: #767676;
}
.icon-delivery_dining:before {
  content: "\e9f3";
  color: #c0c0c0;
}
.icon-grid_view:before {
  content: "\e9f4";
  color: #c0c0c0;
}
.icon-view_agenda:before {
  content: "\e9f5";
  color: #db0a40;
}
.icon-help_outline:before {
  content: "\e9ef";
  color: #fff;
}
.icon-sentiment_neutral:before {
  content: "\e9ea";
  color: #34415d;
}
.icon-preview:before {
  content: "\e9eb";
  color: #34415d;
}
.icon-perm_device_information:before {
  content: "\e9ec";
  color: #34415d;
}
.icon-question_answer:before {
  content: "\e9ed";
  color: #34415d;
}
.icon-call:before {
  content: "\e9ee";
  color: #34415d;
}
.icon-file_upload:before {
  content: "\ea14";
  color: #db0a40;
}
.icon-retry .path1:before {
  content: "\ea15";
  color: rgb(219, 10, 64);
}
.icon-retry .path2:before {
  content: "\ea16";
  margin-left: -1.099609375em;
  color: rgb(251, 231, 236);
}
.icon-retry .path3:before {
  content: "\ea17";
  margin-left: -1.099609375em;
  color: rgb(219, 10, 64);
}
.icon-business_center:before {
  content: "\e9f6";
  color: #34415d;
}
.icon-check_circle:before {
  content: "\e9f7";
  color: #57ca99;
}
.icon-fullscreen:before {
  content: "\e9f8";
  color: #fff;
}
.icon-label_off:before {
  content: "\e9f9";
  color: #fff;
}
.icon-text_snippet:before {
  content: "\e9fa";
  color: #34415d;
}
.icon-touch_app:before {
  content: "\e9fb";
  color: #fff;
}
.icon-outline-Recharge:before {
  content: "\e9e4";
}
.icon-briefcase:before {
  content: "\e9e5";
  color: #fff;
}
.icon-outline-person:before {
  content: "\e9e6";
  color: #fff;
}
.icon-Basket:before {
  content: "\e9e7";
}
.icon-Search:before {
  content: "\e9e8";
}
.icon-portable_wifi_off:before {
  content: "\e9e9";
  color: #34415d;
}
.icon-view_stream:before {
  content: "\e9e2";
  color: #767676;
}
.icon-stacked_bar_chart:before {
  content: "\e9e3";
  color: #767676;
}
.icon-Vector:before {
  content: "\e9f0";
  color: #db0a40;
}
.icon-swap_calls:before {
  content: "\e9f1";
  color: #db0a40;
}
.icon-numbers:before {
  content: "\e9f2";
  color: #db0a40;
}
.icon-border_color:before {
  content: "\e9df";
  color: #767676;
}
.icon-delete_outline:before {
  content: "\e9e0";
  color: #767676;
}
.icon-dns:before {
  content: "\e9e1";
  color: #fff;
}
.icon-credit_card_off:before {
  content: "\e9dc";
  color: #db0a40;
}
.icon-contacts:before {
  content: "\e9dd";
  color: #5c5c5c;
}
.icon-main-local-trasfer:before {
  content: "\e9de";
  color: #34415d;
}
.icon-recharge:before {
  content: "\e9db";
  color: #db0a40;
}
.icon-lock:before {
  content: "\e9d6";
  color: #767676;
}
.icon-person_outline:before {
  content: "\e9d7";
  color: #767676;
}
.icon-ads_click:before {
  content: "\e9d8";
  color: #767676;
}
.icon-add_moderator:before {
  content: "\e9d9";
  color: #767676;
}
.icon-alternate_email:before {
  content: "\e9da";
  color: #767676;
}
.icon-lightbulb:before {
  content: "\e9d5";
  color: #34415d;
}
.icon-interface-calendar-mark .path1:before {
  content: "\e9cb";
  color: rgb(219, 10, 64);
}
.icon-interface-calendar-mark .path2:before {
  content: "\e9cc";
  margin-left: -0.97265625em;
  color: none;
}
.icon-interface-calendar-mark .path3:before {
  content: "\e9cd";
  margin-left: -0.97265625em;
  color: none;
}
.icon-interface-calendar-mark .path4:before {
  content: "\e9ce";
  margin-left: -0.97265625em;
  color: none;
}
.icon-interface-calendar-mark .path5:before {
  content: "\e9cf";
  margin-left: -0.97265625em;
  color: none;
}
.icon-interface-calendar-mark .path6:before {
  content: "\e9d0";
  margin-left: -0.97265625em;
  color: rgb(255, 255, 255);
}
.icon-interface-calendar-mark .path7:before {
  content: "\e9d1";
  margin-left: -0.97265625em;
  color: rgb(255, 255, 255);
}
.icon-interface-calendar-mark .path8:before {
  content: "\e9d2";
  margin-left: -0.97265625em;
  color: rgb(255, 255, 255);
}
.icon-interface-calendar-mark .path9:before {
  content: "\e9d3";
  margin-left: -0.97265625em;
  color: rgb(255, 255, 255);
}
.icon-interface-calendar-mark .path10:before {
  content: "\e9d4";
  margin-left: -0.97265625em;
  color: rgb(255, 255, 255);
}
.icon-interface-calendar-mark .path11:before {
  content: "\ea09";
  margin-left: -0.97265625em;
  color: rgb(255, 255, 255);
}
.icon-persent:before {
  content: "\e902";
}
.icon-radio:before {
  content: "\e901";
  color: #fff;
}
.icon-interface-calendar-mark1:before {
  content: "\e9ca";
}
.icon-cloud_circle:before {
  content: "\e903";
  color: #db0a40;
}
.icon-credit_card:before {
  content: "\e904";
  color: #db0a40;
}
.icon-groups:before {
  content: "\e905";
  color: #db0a40;
}
.icon-language:before {
  content: "\e906";
  color: #db0a40;
}
.icon-on_device_training:before {
  content: "\e907";
  color: #db0a40;
}
.icon-social_distance:before {
  content: "\e908";
  color: #db0a40;
}
.icon-aito-payment:before {
  content: "\e909";
  color: #34415d;
}
.icon-arrow_back:before {
  content: "\e90a";
}
.icon-autorenew:before {
  content: "\e90b";
  color: #767676;
}
.icon-calendar_today:before {
  content: "\e90c";
  color: #767676;
}
.icon-data_thresholding:before {
  content: "\e90d";
  color: #767676;
}
.icon-delete:before {
  content: "\e90e";
  color: #ff4848;
}
.icon-edit:before {
  content: "\e90f";
  color: #34415d;
}
.icon-master_card .path1:before {
  content: "\e910";
  color: rgb(235, 0, 27);
}
.icon-master_card .path2:before {
  content: "\e911";
  margin-left: -1.2392578125em;
  color: rgb(255, 95, 0);
}
.icon-master_card .path3:before {
  content: "\e912";
  margin-left: -1.2392578125em;
  color: rgb(247, 158, 27);
}
.icon-master_card .path4:before {
  content: "\e913";
  margin-left: -1.2392578125em;
  color: rgb(35, 31, 32);
}
.icon-mda .path1:before {
  content: "\e914";
  color: rgb(132, 183, 64);
}
.icon-mda .path2:before {
  content: "\e915";
  margin-left: -3.0458984375em;
  color: rgb(37, 155, 214);
}
.icon-mda .path3:before {
  content: "\e916";
  margin-left: -3.0458984375em;
  color: rgb(39, 41, 45);
}
.icon-mda .path4:before {
  content: "\e917";
  margin-left: -3.0458984375em;
  color: rgb(39, 41, 45);
}
.icon-mda .path5:before {
  content: "\e918";
  margin-left: -3.0458984375em;
  color: rgb(39, 41, 45);
}
.icon-mda .path6:before {
  content: "\e919";
  margin-left: -3.0458984375em;
  color: rgb(39, 41, 45);
}
.icon-mda .path7:before {
  content: "\e91a";
  margin-left: -3.0458984375em;
  color: rgb(39, 41, 45);
}
.icon-mda .path8:before {
  content: "\e91b";
  margin-left: -3.0458984375em;
  color: rgb(39, 41, 45);
}
.icon-message:before {
  content: "\e91c";
  color: #e23b66;
}
.icon-payment:before {
  content: "\e91d";
  color: #767676;
}
.icon-phone:before {
  content: "\e91e";
  color: #767676;
}
.icon-redeem:before {
  content: "\e91f";
  color: #34415d;
}
.icon-sdad:before {
  content: "\e920";
}
.icon-sim:before {
  content: "\e921";
  color: #34415d;
}
.icon-textsms:before {
  content: "\e922";
  color: #34415d;
}
.icon-update:before {
  content: "\e923";
  color: #767676;
}
.icon-visa .path1:before {
  content: "\e924";
  color: rgb(29, 91, 153);
}
.icon-visa .path2:before {
  content: "\e925";
  margin-left: -1.4775390625em;
  color: rgb(231, 168, 58);
}
.icon-android:before {
  content: "\e926";
  color: #767676;
}
.icon-apple:before {
  content: "\e927";
  color: #767676;
}
.icon-cached:before {
  content: "\e928";
  color: #767676;
}
.icon-mark_chat_read:before {
  content: "\e929";
  color: #767676;
}
.icon-others:before {
  content: "\e92a";
  color: #767676;
}
.icon-add_box:before {
  content: "\e92b";
  color: #767676;
}
.icon-mobile_screen_share:before {
  content: "\e92c";
  color: #767676;
}
.icon-fit_screen:before {
  content: "\e92d";
  color: #767676;
}
.icon-list_alt:before {
  content: "\e92e";
  color: #767676;
}
.icon-settings_phone:before {
  content: "\e92f";
  color: #767676;
}
.icon-watch_later:before {
  content: "\e930";
  color: #767676;
}
.icon-osn .path1:before {
  content: "\e931";
  color: rgb(255, 0, 211);
}
.icon-osn .path2:before {
  content: "\e932";
  margin-left: -1.587890625em;
  color: rgb(0, 0, 0);
}
.icon-osn .path3:before {
  content: "\e933";
  margin-left: -1.587890625em;
  color: rgb(0, 0, 0);
}
.icon-osn .path4:before {
  content: "\e934";
  margin-left: -1.587890625em;
  color: rgb(0, 0, 0);
}
.icon-block:before {
  content: "\e935";
  color: #767676;
}
.icon-call_missed_outgoing:before {
  content: "\e936";
  color: #767676;
}
.icon-ring_volume:before {
  content: "\e937";
  color: #767676;
}
.icon-voicemail:before {
  content: "\e938";
  color: #767676;
}
.icon-description:before {
  content: "\e939";
  color: #767676;
}
.icon-Gigacoin .path1:before {
  content: "\e93a";
  color: rgb(203, 44, 69);
}
.icon-Gigacoin .path2:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(203, 46, 69);
}
.icon-Gigacoin .path3:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path4:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path5:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path6:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path7:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path8:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path9:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path10:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path11:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path12:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path13:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path14:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path15:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path16:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path17:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path18:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path19:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path20:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path21:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path22:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path23:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path24:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path25:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path26:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path27:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path28:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path29:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path30:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path31:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path32:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path33:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path34:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path35:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path36:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path37:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path38:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path39:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path40:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path41:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path42:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path43:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path44:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path45:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path46:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path47:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path48:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path49:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path50:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path51:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path52:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path53:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path54:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path55:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path56:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path57:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path58:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path59:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path60:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path61:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path62:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path63:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path64:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path65:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path66:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path67:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path68:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path69:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path70:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path71:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path72:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path73:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path74:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path75:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path76:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path77:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path78:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path79:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path80:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path81:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path82:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path83:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path84:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path85:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path86:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path87:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path88:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path89:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path90:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path91:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path92:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path93:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path94:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path95:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path96:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path97:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path98:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path99:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path100:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path101:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path102:before {
  content: "\e99f";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path103:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path104:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path105:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path106:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path107:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path108:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path109:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path110:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path111:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path112:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path113:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path114:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path115:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path116:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path117:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path118:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path119:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path120:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path121:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path122:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path123:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path124:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path125:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path126:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path127:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path128:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path129:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path130:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path131:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(203, 46, 70);
}
.icon-Gigacoin .path132:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(203, 45, 69);
}
.icon-Gigacoin .path133:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(203, 45, 69);
}
.icon-gift .path1:before {
  content: "\e9bf";
  color: rgb(230, 231, 235);
}
.icon-gift .path2:before {
  content: "\e9c0";
  margin-left: -0.982421875em;
  color: rgb(52, 65, 93);
}
.icon-settings:before {
  content: "\e9c1";
  color: #fff;
}
.icon-card_giftcard:before {
  content: "\e9c2";
  color: #fff;
}
.icon-contact_support:before {
  content: "\e9c3";
  color: #fff;
}
.icon-speaker_phone:before {
  content: "\e9c4";
  color: #fff;
}
.icon-receipt:before {
  content: "\e9c5";
  color: #fff;
}
.icon-home:before {
  content: "\e9c6";
  color: #fff;
}
.icon-person:before {
  content: "\e9c7";
}
.icon-notifications:before {
  content: "\e9c8";
}
.icon-toggle:before {
  content: "\e9c9";
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem !important;
  line-height: 1.5;
}
.pi-facebook:not(.custom) {
  color: #1877f2 !important;
}
.pi-twitter:not(.custom) {
  color: #1da1f2 !important;
}
.pi-youtube:not(.custom) {
  color: #ff0000 !important;
}
.pi-instagram:not(.custom) {
  color: #e4405f !important;
}
.pi-whatsapp:not(.custom) {
  color: #25d366 !important;
}
.main-border {
  border: 1px solid var(--grey-50) !important;
}
.custom-badge {
  background-color: var(--blue-50);
  color: var(--blue-400);
}
.width-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-88 {
  width: 88% !important;
}
.w-85 {
  width: 85% !important;
}
@media (max-width: 567px) {
  .w-80 {
    width: 100% !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .width-75 {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .w-80 {
    width: 100% !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .w-75 {
    width: 100% !important;
  }
}
.main-rounded {
  border-radius: 3rem !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.line {
  color: var(--grey-50);
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spin[type=number] {
  -moz-appearance: textfield;
}
.custom-input {
  width: 100%;
  height: 3rem;
  background-color: var(--brand-white);
  color: var(--brand-secondary-500);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  border-radius: 0 !important;
}
.custom-input:disabled {
  background-color: var(--light-grey) !important;
  cursor: not-allowed;
}
.p-inputtext.custom-input::placeholder {
  color: var(--grey-200) !important;
}
.custom-input option[disabled] {
  color: var(--grey-200) !important;
}
.form-label {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--black);
}
.translate .main-header {
  border: 0 !important;
}
.translate .main-header .nav-link,
.translate .main-header .btn {
  color: var(--brand-white) !important;
}
.translate .main-header .btn-login {
  border: 2px solid var(--brand-white);
  background-color: transparent;
  color: var(--brand-white);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .translate .main-header .btn-login {
    border: 2px solid var(--primary);
    background-color: transparent;
    color: var(--primary) !important;
  }
}
.translate .main-header .btn-login:hover {
  filter: brightness(50%);
}
.not-translate .main-header .btn-login {
  border: 2px solid #333;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.text-muted {
  color: var(--grey-300) !important;
}
.btn-primary {
  background: var(--primary) !important;
  border: none !important;
}
.btn-primary:hover {
  background: var(--secondary) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(209, 18, 53, 0.3);
}
.btn-secondary {
  background: white !important;
  border: 1px solid var(--grey-300) !important;
  color: var(--grey-300) !important;
  transition: all 0.2s ease;
}
.btn-secondary:hover {
  background: var(--grey-300) !important;
  color: white !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(209, 18, 53, 0.3);
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #333333;
  --bs-gray-dark: #1a1a1a;
  --bs-gray-100: #f5f5f5;
  --bs-gray-200: #e8e8e8;
  --bs-gray-300: #d4d4d4;
  --bs-gray-400: #9a9a9a;
  --bs-gray-500: #6a6a6a;
  --bs-gray-600: #333333;
  --bs-gray-700: #2a2a2a;
  --bs-gray-800: #1a1a1a;
  --bs-gray-900: #0f0f0f;
  --bs-primary: #db0a40;
  --bs-secondary: #011235;
  --bs-success: #57cb9d;
  --bs-info: #011235;
  --bs-warning: #fdc521;
  --bs-danger: #ff4343;
  --bs-light: #f6f6f6;
  --bs-dark: #333333;
  --bs-primary-rgb:
    219,
    10,
    64;
  --bs-secondary-rgb:
    1,
    18,
    53;
  --bs-success-rgb:
    87,
    203,
    157;
  --bs-info-rgb:
    1,
    18,
    53;
  --bs-warning-rgb:
    253,
    197,
    33;
  --bs-danger-rgb:
    255,
    67,
    67;
  --bs-light-rgb:
    246,
    246,
    246;
  --bs-dark-rgb:
    51,
    51,
    51;
  --bs-primary-text-emphasis: #58041a;
  --bs-secondary-text-emphasis: #000715;
  --bs-success-text-emphasis: #23513f;
  --bs-info-text-emphasis: #000715;
  --bs-warning-text-emphasis: #654f0d;
  --bs-danger-text-emphasis: #661b1b;
  --bs-light-text-emphasis: #2a2a2a;
  --bs-dark-text-emphasis: #2a2a2a;
  --bs-primary-bg-subtle: #f8ced9;
  --bs-secondary-bg-subtle: #ccd0d7;
  --bs-success-bg-subtle: #ddf5eb;
  --bs-info-bg-subtle: #ccd0d7;
  --bs-warning-bg-subtle: #fff3d3;
  --bs-danger-bg-subtle: #ffd9d9;
  --bs-light-bg-subtle: #fafafa;
  --bs-dark-bg-subtle: #9a9a9a;
  --bs-primary-border-subtle: #f19db3;
  --bs-secondary-border-subtle: #99a0ae;
  --bs-success-border-subtle: #bcead8;
  --bs-info-border-subtle: #99a0ae;
  --bs-warning-border-subtle: #fee8a6;
  --bs-danger-border-subtle: #ffb4b4;
  --bs-light-border-subtle: #e8e8e8;
  --bs-dark-border-subtle: #6a6a6a;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    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,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  --bs-body-font-size: 1.6rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333333;
  --bs-body-color-rgb:
    51,
    51,
    51;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(51, 51, 51, 0.75);
  --bs-secondary-color-rgb:
    51,
    51,
    51;
  --bs-secondary-bg: #e8e8e8;
  --bs-secondary-bg-rgb:
    232,
    232,
    232;
  --bs-tertiary-color: rgba(51, 51, 51, 0.5);
  --bs-tertiary-color-rgb:
    51,
    51,
    51;
  --bs-tertiary-bg: #f5f5f5;
  --bs-tertiary-bg-rgb:
    245,
    245,
    245;
  --bs-heading-color: inherit;
  --bs-link-color: #db0a40;
  --bs-link-color-rgb:
    219,
    10,
    64;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #af0833;
  --bs-link-hover-color-rgb:
    175,
    8,
    51;
  --bs-code-color: #d63384;
  --bs-highlight-color: #333333;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d4d4d4;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: var(--border-radius-md);
  --bs-border-radius-sm: var(--border-radius-sm);
  --bs-border-radius-lg: var(--border-radius-lg);
  --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, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(219, 10, 64, 0.25);
  --bs-form-valid-color: #57cb9d;
  --bs-form-valid-border-color: #57cb9d;
  --bs-form-invalid-color: #ff4343;
  --bs-form-invalid-border-color: #ff4343;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #d4d4d4;
  --bs-body-color-rgb:
    212,
    212,
    212;
  --bs-body-bg: #0f0f0f;
  --bs-body-bg-rgb:
    15,
    15,
    15;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(212, 212, 212, 0.75);
  --bs-secondary-color-rgb:
    212,
    212,
    212;
  --bs-secondary-bg: #1a1a1a;
  --bs-secondary-bg-rgb:
    26,
    26,
    26;
  --bs-tertiary-color: rgba(212, 212, 212, 0.5);
  --bs-tertiary-color-rgb:
    212,
    212,
    212;
  --bs-tertiary-bg: #151515;
  --bs-tertiary-bg-rgb:
    21,
    21,
    21;
  --bs-primary-text-emphasis: #e96c8c;
  --bs-secondary-text-emphasis: #677186;
  --bs-success-text-emphasis: #9ae0c4;
  --bs-info-text-emphasis: #677186;
  --bs-warning-text-emphasis: #fedc7a;
  --bs-danger-text-emphasis: #ff8e8e;
  --bs-light-text-emphasis: #f5f5f5;
  --bs-dark-text-emphasis: #d4d4d4;
  --bs-primary-bg-subtle: #2c020d;
  --bs-secondary-bg-subtle: #00040b;
  --bs-success-bg-subtle: #11291f;
  --bs-info-bg-subtle: #00040b;
  --bs-warning-bg-subtle: #332707;
  --bs-danger-bg-subtle: #330d0d;
  --bs-light-bg-subtle: #1a1a1a;
  --bs-dark-bg-subtle: #0d0d0d;
  --bs-primary-border-subtle: #830626;
  --bs-secondary-border-subtle: #010b20;
  --bs-success-border-subtle: #347a5e;
  --bs-info-border-subtle: #010b20;
  --bs-warning-border-subtle: #987614;
  --bs-danger-border-subtle: #992828;
  --bs-light-border-subtle: #2a2a2a;
  --bs-dark-border-subtle: #1a1a1a;
  --bs-heading-color: inherit;
  --bs-link-color: #e96c8c;
  --bs-link-hover-color: #ed89a3;
  --bs-link-color-rgb:
    233,
    108,
    140;
  --bs-link-hover-color-rgb:
    237,
    137,
    163;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #d4d4d4;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #2a2a2a;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  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);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: 4rem;
}
h2,
.h2 {
  font-size: 3.2rem;
}
h3,
.h3 {
  font-size: 2.8rem;
}
h4,
.h4 {
  font-size: 2.4rem;
}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 1.6rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: var(--border-radius-sm);
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
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;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: 1.5rem;
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-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 {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 2rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 5rem;
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 4.5rem;
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 4rem;
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3.5rem;
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 3rem;
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.5rem;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #333333;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.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: 1200px) {
  .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;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 2rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 1.4rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--input-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--border-color);
  border-radius: var(--input-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@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 {
  color: var(--bs-body-color);
  background-color: var(--input-bg);
  border-color: var(--input-focus-border);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--app-primary-rgb), 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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;
}
@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 {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 2rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--input-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--input-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231a1a1a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--input-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--border-color);
  border-radius: var(--input-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: var(--input-focus-border);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(219, 10, 64, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.4rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d4d4d4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 2.4rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--input-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: var(--input-focus-border);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(219, 10, 64, 0.25);
}
.form-check-input:checked {
  background-color: #db0a40;
  border-color: #db0a40;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%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,%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 {
  background-color: #db0a40;
  border-color: #db0a40;
  --bs-form-check-bg-image: url("data:image/svg+xml,%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");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='var%28--input-focus-border%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(var(--app-primary-rgb), 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(var(--app-primary-rgb), 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #db0a40;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #f4b6c6;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #db0a40;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #f4b6c6;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.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 + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--input-bg);
  border-radius: var(--input-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #333333;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--border-color);
  border-radius: var(--input-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 2rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.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 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2357cb9d' 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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2357cb9d' 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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4343'%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='%23ff4343' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4343'%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='%23ff4343' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: var(--button-padding-x);
  --bs-btn-padding-y: var(--button-padding-y);
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.6rem;
  --bs-btn-font-weight: var(--button-font-weight);
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--button-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  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);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #db0a40;
  --bs-btn-border-color: #db0a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ba0936;
  --bs-btn-hover-border-color: #af0833;
  --bs-btn-focus-shadow-rgb:
    224,
    47,
    93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #af0833;
  --bs-btn-active-border-color: #a40830;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #db0a40;
  --bs-btn-disabled-border-color: #db0a40;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #011235;
  --bs-btn-border-color: #011235;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #010f2d;
  --bs-btn-hover-border-color: #010e2a;
  --bs-btn-focus-shadow-rgb:
    39,
    54,
    83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010e2a;
  --bs-btn-active-border-color: #010e28;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #011235;
  --bs-btn-disabled-border-color: #011235;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #57cb9d;
  --bs-btn-border-color: #57cb9d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #70d3ac;
  --bs-btn-hover-border-color: #68d0a7;
  --bs-btn-focus-shadow-rgb:
    74,
    173,
    133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #79d5b1;
  --bs-btn-active-border-color: #68d0a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #57cb9d;
  --bs-btn-disabled-border-color: #57cb9d;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #011235;
  --bs-btn-border-color: #011235;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #010f2d;
  --bs-btn-hover-border-color: #010e2a;
  --bs-btn-focus-shadow-rgb:
    39,
    54,
    83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #010e2a;
  --bs-btn-active-border-color: #010e28;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #011235;
  --bs-btn-disabled-border-color: #011235;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #fdc521;
  --bs-btn-border-color: #fdc521;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fdce42;
  --bs-btn-hover-border-color: #fdcb37;
  --bs-btn-focus-shadow-rgb:
    215,
    167,
    28;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fdd14d;
  --bs-btn-active-border-color: #fdcb37;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fdc521;
  --bs-btn-disabled-border-color: #fdc521;
}
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff4343;
  --bs-btn-border-color: #ff4343;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff5f5f;
  --bs-btn-hover-border-color: #ff5656;
  --bs-btn-focus-shadow-rgb:
    217,
    57,
    57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff6969;
  --bs-btn-active-border-color: #ff5656;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff4343;
  --bs-btn-disabled-border-color: #ff4343;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f6f6f6;
  --bs-btn-border-color: #f6f6f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d1d1d1;
  --bs-btn-hover-border-color: #c5c5c5;
  --bs-btn-focus-shadow-rgb:
    209,
    209,
    209;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c5c5c5;
  --bs-btn-active-border-color: #b9b9b9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f6f6f6;
  --bs-btn-disabled-border-color: #f6f6f6;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #333333;
  --bs-btn-border-color: #333333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #525252;
  --bs-btn-hover-border-color: #474747;
  --bs-btn-focus-shadow-rgb:
    82,
    82,
    82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c5c5c;
  --bs-btn-active-border-color: #474747;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #333333;
  --bs-btn-disabled-border-color: #333333;
}
.btn-outline-primary {
  --bs-btn-color: #db0a40;
  --bs-btn-border-color: #db0a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #db0a40;
  --bs-btn-hover-border-color: #db0a40;
  --bs-btn-focus-shadow-rgb:
    219,
    10,
    64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #db0a40;
  --bs-btn-active-border-color: #db0a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #db0a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #db0a40;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #011235;
  --bs-btn-border-color: #011235;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #011235;
  --bs-btn-hover-border-color: #011235;
  --bs-btn-focus-shadow-rgb:
    1,
    18,
    53;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #011235;
  --bs-btn-active-border-color: #011235;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #011235;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #011235;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #57cb9d;
  --bs-btn-border-color: #57cb9d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #57cb9d;
  --bs-btn-hover-border-color: #57cb9d;
  --bs-btn-focus-shadow-rgb:
    87,
    203,
    157;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #57cb9d;
  --bs-btn-active-border-color: #57cb9d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #57cb9d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #57cb9d;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #011235;
  --bs-btn-border-color: #011235;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #011235;
  --bs-btn-hover-border-color: #011235;
  --bs-btn-focus-shadow-rgb:
    1,
    18,
    53;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #011235;
  --bs-btn-active-border-color: #011235;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #011235;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #011235;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #fdc521;
  --bs-btn-border-color: #fdc521;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fdc521;
  --bs-btn-hover-border-color: #fdc521;
  --bs-btn-focus-shadow-rgb:
    253,
    197,
    33;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fdc521;
  --bs-btn-active-border-color: #fdc521;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fdc521;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fdc521;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #ff4343;
  --bs-btn-border-color: #ff4343;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff4343;
  --bs-btn-hover-border-color: #ff4343;
  --bs-btn-focus-shadow-rgb:
    255,
    67,
    67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff4343;
  --bs-btn-active-border-color: #ff4343;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff4343;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff4343;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f6f6f6;
  --bs-btn-border-color: #f6f6f6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6f6f6;
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb:
    246,
    246,
    246;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6f6f6;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f6f6f6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f6f6;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #333333;
  --bs-btn-border-color: #333333;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #333333;
  --bs-btn-hover-border-color: #333333;
  --bs-btn-focus-shadow-rgb:
    51,
    51,
    51;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #333333;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #333333;
  --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: #333333;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    224,
    47,
    93;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 2rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 1.4rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--border-color);
  --bs-card-border-radius: var(--border-radius-lg);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--border-radius-lg) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bg-elevated);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  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-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-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 {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.6rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --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.25rem rgba(219, 10, 64, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #db0a40;
  --bs-pagination-active-border-color: #db0a40;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-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: 2rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 1.4rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 1.2rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #db0a40;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      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: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #db0a40;
  --bs-list-group-active-border-color: #db0a40;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.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-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@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-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@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-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@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-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .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-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .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-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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.414'/%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(219, 10, 64, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: var(--border-radius-md);
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.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: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: 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;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !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:hover,
.link-primary:focus {
  color: RGBA(175, 8, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(175, 8, 51, 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:hover,
.link-secondary:focus {
  color: RGBA(1, 14, 42, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(1, 14, 42, 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:hover,
.link-success:focus {
  color: RGBA(121, 213, 177, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(121, 213, 177, 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:hover,
.link-info:focus {
  color: RGBA(1, 14, 42, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(1, 14, 42, 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:hover,
.link-warning:focus {
  color: RGBA(253, 209, 77, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 209, 77, 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:hover,
.link-danger:focus {
  color: RGBA(255, 105, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 105, 105, 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:hover,
.link-light:focus {
  color: RGBA(248, 248, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 248, 248, 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:hover,
.link-dark:focus {
  color: RGBA(41, 41, 41, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 41, 41, 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:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  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);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.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 {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.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: 0rem !important;
}
.m-1 {
  margin: 5rem !important;
}
.m-2 {
  margin: 4.8rem !important;
}
.m-3 {
  margin: 4.5rem !important;
}
.m-4 {
  margin: 4.2rem !important;
}
.m-5 {
  margin: 4rem !important;
}
.m-6 {
  margin: 3.6rem !important;
}
.m-7 {
  margin: 3.2rem !important;
}
.m-8 {
  margin: 3rem !important;
}
.m-9 {
  margin: 2.8rem !important;
}
.m-10 {
  margin: 2.4rem !important;
}
.m-11 {
  margin: 2.2rem !important;
}
.m-12 {
  margin: 2rem !important;
}
.m-13 {
  margin: 1.8rem !important;
}
.m-14 {
  margin: 1.6rem !important;
}
.m-15 {
  margin: 1.4rem !important;
}
.m-16 {
  margin: 1.2rem !important;
}
.m-17 {
  margin: 1rem !important;
}
.m-18 {
  margin: 0.9rem !important;
}
.m-19 {
  margin: 0.8rem !important;
}
.m-20 {
  margin: 0.7rem !important;
}
.m-21 {
  margin: 0.6rem !important;
}
.m-22 {
  margin: 0.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.mx-1 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-2 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}
.mx-3 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.mx-4 {
  margin-left: 4.2rem !important;
  margin-right: 4.2rem !important;
}
.mx-5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-6 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}
.mx-7 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}
.mx-8 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-9 {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}
.mx-10 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}
.mx-11 {
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important;
}
.mx-12 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-13 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}
.mx-14 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}
.mx-15 {
  margin-left: 1.4rem !important;
  margin-right: 1.4rem !important;
}
.mx-16 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}
.mx-17 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-18 {
  margin-left: 0.9rem !important;
  margin-right: 0.9rem !important;
}
.mx-19 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}
.mx-20 {
  margin-left: 0.7rem !important;
  margin-right: 0.7rem !important;
}
.mx-21 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}
.mx-22 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.my-1 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-2 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}
.my-3 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-4 {
  margin-top: 4.2rem !important;
  margin-bottom: 4.2rem !important;
}
.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-6 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}
.my-7 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}
.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-9 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}
.my-10 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}
.my-11 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}
.my-12 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-13 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}
.my-14 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}
.my-15 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}
.my-16 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}
.my-17 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-18 {
  margin-top: 0.9rem !important;
  margin-bottom: 0.9rem !important;
}
.my-19 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}
.my-20 {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}
.my-21 {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}
.my-22 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 5rem !important;
}
.mt-2 {
  margin-top: 4.8rem !important;
}
.mt-3 {
  margin-top: 4.5rem !important;
}
.mt-4 {
  margin-top: 4.2rem !important;
}
.mt-5 {
  margin-top: 4rem !important;
}
.mt-6 {
  margin-top: 3.6rem !important;
}
.mt-7 {
  margin-top: 3.2rem !important;
}
.mt-8 {
  margin-top: 3rem !important;
}
.mt-9 {
  margin-top: 2.8rem !important;
}
.mt-10 {
  margin-top: 2.4rem !important;
}
.mt-11 {
  margin-top: 2.2rem !important;
}
.mt-12 {
  margin-top: 2rem !important;
}
.mt-13 {
  margin-top: 1.8rem !important;
}
.mt-14 {
  margin-top: 1.6rem !important;
}
.mt-15 {
  margin-top: 1.4rem !important;
}
.mt-16 {
  margin-top: 1.2rem !important;
}
.mt-17 {
  margin-top: 1rem !important;
}
.mt-18 {
  margin-top: 0.9rem !important;
}
.mt-19 {
  margin-top: 0.8rem !important;
}
.mt-20 {
  margin-top: 0.7rem !important;
}
.mt-21 {
  margin-top: 0.6rem !important;
}
.mt-22 {
  margin-top: 0.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0rem !important;
}
.me-1 {
  margin-right: 5rem !important;
}
.me-2 {
  margin-right: 4.8rem !important;
}
.me-3 {
  margin-right: 4.5rem !important;
}
.me-4 {
  margin-right: 4.2rem !important;
}
.me-5 {
  margin-right: 4rem !important;
}
.me-6 {
  margin-right: 3.6rem !important;
}
.me-7 {
  margin-right: 3.2rem !important;
}
.me-8 {
  margin-right: 3rem !important;
}
.me-9 {
  margin-right: 2.8rem !important;
}
.me-10 {
  margin-right: 2.4rem !important;
}
.me-11 {
  margin-right: 2.2rem !important;
}
.me-12 {
  margin-right: 2rem !important;
}
.me-13 {
  margin-right: 1.8rem !important;
}
.me-14 {
  margin-right: 1.6rem !important;
}
.me-15 {
  margin-right: 1.4rem !important;
}
.me-16 {
  margin-right: 1.2rem !important;
}
.me-17 {
  margin-right: 1rem !important;
}
.me-18 {
  margin-right: 0.9rem !important;
}
.me-19 {
  margin-right: 0.8rem !important;
}
.me-20 {
  margin-right: 0.7rem !important;
}
.me-21 {
  margin-right: 0.6rem !important;
}
.me-22 {
  margin-right: 0.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 5rem !important;
}
.mb-2 {
  margin-bottom: 4.8rem !important;
}
.mb-3 {
  margin-bottom: 4.5rem !important;
}
.mb-4 {
  margin-bottom: 4.2rem !important;
}
.mb-5 {
  margin-bottom: 4rem !important;
}
.mb-6 {
  margin-bottom: 3.6rem !important;
}
.mb-7 {
  margin-bottom: 3.2rem !important;
}
.mb-8 {
  margin-bottom: 3rem !important;
}
.mb-9 {
  margin-bottom: 2.8rem !important;
}
.mb-10 {
  margin-bottom: 2.4rem !important;
}
.mb-11 {
  margin-bottom: 2.2rem !important;
}
.mb-12 {
  margin-bottom: 2rem !important;
}
.mb-13 {
  margin-bottom: 1.8rem !important;
}
.mb-14 {
  margin-bottom: 1.6rem !important;
}
.mb-15 {
  margin-bottom: 1.4rem !important;
}
.mb-16 {
  margin-bottom: 1.2rem !important;
}
.mb-17 {
  margin-bottom: 1rem !important;
}
.mb-18 {
  margin-bottom: 0.9rem !important;
}
.mb-19 {
  margin-bottom: 0.8rem !important;
}
.mb-20 {
  margin-bottom: 0.7rem !important;
}
.mb-21 {
  margin-bottom: 0.6rem !important;
}
.mb-22 {
  margin-bottom: 0.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0rem !important;
}
.ms-1 {
  margin-left: 5rem !important;
}
.ms-2 {
  margin-left: 4.8rem !important;
}
.ms-3 {
  margin-left: 4.5rem !important;
}
.ms-4 {
  margin-left: 4.2rem !important;
}
.ms-5 {
  margin-left: 4rem !important;
}
.ms-6 {
  margin-left: 3.6rem !important;
}
.ms-7 {
  margin-left: 3.2rem !important;
}
.ms-8 {
  margin-left: 3rem !important;
}
.ms-9 {
  margin-left: 2.8rem !important;
}
.ms-10 {
  margin-left: 2.4rem !important;
}
.ms-11 {
  margin-left: 2.2rem !important;
}
.ms-12 {
  margin-left: 2rem !important;
}
.ms-13 {
  margin-left: 1.8rem !important;
}
.ms-14 {
  margin-left: 1.6rem !important;
}
.ms-15 {
  margin-left: 1.4rem !important;
}
.ms-16 {
  margin-left: 1.2rem !important;
}
.ms-17 {
  margin-left: 1rem !important;
}
.ms-18 {
  margin-left: 0.9rem !important;
}
.ms-19 {
  margin-left: 0.8rem !important;
}
.ms-20 {
  margin-left: 0.7rem !important;
}
.ms-21 {
  margin-left: 0.6rem !important;
}
.ms-22 {
  margin-left: 0.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0rem !important;
}
.p-1 {
  padding: 5rem !important;
}
.p-2 {
  padding: 4.8rem !important;
}
.p-3 {
  padding: 4.5rem !important;
}
.p-4 {
  padding: 4.2rem !important;
}
.p-5 {
  padding: 4rem !important;
}
.p-6 {
  padding: 3.6rem !important;
}
.p-7 {
  padding: 3.2rem !important;
}
.p-8 {
  padding: 3rem !important;
}
.p-9 {
  padding: 2.8rem !important;
}
.p-10 {
  padding: 2.4rem !important;
}
.p-11 {
  padding: 2.2rem !important;
}
.p-12 {
  padding: 2rem !important;
}
.p-13 {
  padding: 1.8rem !important;
}
.p-14 {
  padding: 1.6rem !important;
}
.p-15 {
  padding: 1.4rem !important;
}
.p-16 {
  padding: 1.2rem !important;
}
.p-17 {
  padding: 1rem !important;
}
.p-18 {
  padding: 0.9rem !important;
}
.p-19 {
  padding: 0.8rem !important;
}
.p-20 {
  padding: 0.7rem !important;
}
.p-21 {
  padding: 0.6rem !important;
}
.p-22 {
  padding: 0.5rem !important;
}
.p-auto {
  padding: auto !important;
}
.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.px-1 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-2 {
  padding-left: 4.8rem !important;
  padding-right: 4.8rem !important;
}
.px-3 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}
.px-4 {
  padding-left: 4.2rem !important;
  padding-right: 4.2rem !important;
}
.px-5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-6 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important;
}
.px-7 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}
.px-8 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-9 {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}
.px-10 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}
.px-11 {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important;
}
.px-12 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-13 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}
.px-14 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.px-15 {
  padding-left: 1.4rem !important;
  padding-right: 1.4rem !important;
}
.px-16 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}
.px-17 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-18 {
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}
.px-19 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}
.px-20 {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}
.px-21 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.px-22 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}
.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.py-1 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-2 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}
.py-3 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py-4 {
  padding-top: 4.2rem !important;
  padding-bottom: 4.2rem !important;
}
.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-6 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}
.py-7 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-9 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}
.py-10 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}
.py-11 {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}
.py-12 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-13 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.py-14 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}
.py-15 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}
.py-16 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.py-17 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-18 {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
}
.py-19 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.py-20 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.py-21 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.py-22 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 5rem !important;
}
.pt-2 {
  padding-top: 4.8rem !important;
}
.pt-3 {
  padding-top: 4.5rem !important;
}
.pt-4 {
  padding-top: 4.2rem !important;
}
.pt-5 {
  padding-top: 4rem !important;
}
.pt-6 {
  padding-top: 3.6rem !important;
}
.pt-7 {
  padding-top: 3.2rem !important;
}
.pt-8 {
  padding-top: 3rem !important;
}
.pt-9 {
  padding-top: 2.8rem !important;
}
.pt-10 {
  padding-top: 2.4rem !important;
}
.pt-11 {
  padding-top: 2.2rem !important;
}
.pt-12 {
  padding-top: 2rem !important;
}
.pt-13 {
  padding-top: 1.8rem !important;
}
.pt-14 {
  padding-top: 1.6rem !important;
}
.pt-15 {
  padding-top: 1.4rem !important;
}
.pt-16 {
  padding-top: 1.2rem !important;
}
.pt-17 {
  padding-top: 1rem !important;
}
.pt-18 {
  padding-top: 0.9rem !important;
}
.pt-19 {
  padding-top: 0.8rem !important;
}
.pt-20 {
  padding-top: 0.7rem !important;
}
.pt-21 {
  padding-top: 0.6rem !important;
}
.pt-22 {
  padding-top: 0.5rem !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pe-0 {
  padding-right: 0rem !important;
}
.pe-1 {
  padding-right: 5rem !important;
}
.pe-2 {
  padding-right: 4.8rem !important;
}
.pe-3 {
  padding-right: 4.5rem !important;
}
.pe-4 {
  padding-right: 4.2rem !important;
}
.pe-5 {
  padding-right: 4rem !important;
}
.pe-6 {
  padding-right: 3.6rem !important;
}
.pe-7 {
  padding-right: 3.2rem !important;
}
.pe-8 {
  padding-right: 3rem !important;
}
.pe-9 {
  padding-right: 2.8rem !important;
}
.pe-10 {
  padding-right: 2.4rem !important;
}
.pe-11 {
  padding-right: 2.2rem !important;
}
.pe-12 {
  padding-right: 2rem !important;
}
.pe-13 {
  padding-right: 1.8rem !important;
}
.pe-14 {
  padding-right: 1.6rem !important;
}
.pe-15 {
  padding-right: 1.4rem !important;
}
.pe-16 {
  padding-right: 1.2rem !important;
}
.pe-17 {
  padding-right: 1rem !important;
}
.pe-18 {
  padding-right: 0.9rem !important;
}
.pe-19 {
  padding-right: 0.8rem !important;
}
.pe-20 {
  padding-right: 0.7rem !important;
}
.pe-21 {
  padding-right: 0.6rem !important;
}
.pe-22 {
  padding-right: 0.5rem !important;
}
.pe-auto {
  padding-right: auto !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 5rem !important;
}
.pb-2 {
  padding-bottom: 4.8rem !important;
}
.pb-3 {
  padding-bottom: 4.5rem !important;
}
.pb-4 {
  padding-bottom: 4.2rem !important;
}
.pb-5 {
  padding-bottom: 4rem !important;
}
.pb-6 {
  padding-bottom: 3.6rem !important;
}
.pb-7 {
  padding-bottom: 3.2rem !important;
}
.pb-8 {
  padding-bottom: 3rem !important;
}
.pb-9 {
  padding-bottom: 2.8rem !important;
}
.pb-10 {
  padding-bottom: 2.4rem !important;
}
.pb-11 {
  padding-bottom: 2.2rem !important;
}
.pb-12 {
  padding-bottom: 2rem !important;
}
.pb-13 {
  padding-bottom: 1.8rem !important;
}
.pb-14 {
  padding-bottom: 1.6rem !important;
}
.pb-15 {
  padding-bottom: 1.4rem !important;
}
.pb-16 {
  padding-bottom: 1.2rem !important;
}
.pb-17 {
  padding-bottom: 1rem !important;
}
.pb-18 {
  padding-bottom: 0.9rem !important;
}
.pb-19 {
  padding-bottom: 0.8rem !important;
}
.pb-20 {
  padding-bottom: 0.7rem !important;
}
.pb-21 {
  padding-bottom: 0.6rem !important;
}
.pb-22 {
  padding-bottom: 0.5rem !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.ps-0 {
  padding-left: 0rem !important;
}
.ps-1 {
  padding-left: 5rem !important;
}
.ps-2 {
  padding-left: 4.8rem !important;
}
.ps-3 {
  padding-left: 4.5rem !important;
}
.ps-4 {
  padding-left: 4.2rem !important;
}
.ps-5 {
  padding-left: 4rem !important;
}
.ps-6 {
  padding-left: 3.6rem !important;
}
.ps-7 {
  padding-left: 3.2rem !important;
}
.ps-8 {
  padding-left: 3rem !important;
}
.ps-9 {
  padding-left: 2.8rem !important;
}
.ps-10 {
  padding-left: 2.4rem !important;
}
.ps-11 {
  padding-left: 2.2rem !important;
}
.ps-12 {
  padding-left: 2rem !important;
}
.ps-13 {
  padding-left: 1.8rem !important;
}
.ps-14 {
  padding-left: 1.6rem !important;
}
.ps-15 {
  padding-left: 1.4rem !important;
}
.ps-16 {
  padding-left: 1.2rem !important;
}
.ps-17 {
  padding-left: 1rem !important;
}
.ps-18 {
  padding-left: 0.9rem !important;
}
.ps-19 {
  padding-left: 0.8rem !important;
}
.ps-20 {
  padding-left: 0.7rem !important;
}
.ps-21 {
  padding-left: 0.6rem !important;
}
.ps-22 {
  padding-left: 0.5rem !important;
}
.ps-auto {
  padding-left: auto !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.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: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.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 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: 5rem !important;
}
.fs-2 {
  font-size: 4.8rem !important;
}
.fs-3 {
  font-size: 4.5rem !important;
}
.fs-4 {
  font-size: 4.2rem !important;
}
.fs-5 {
  font-size: 4rem !important;
}
.fs-6 {
  font-size: 3.6rem !important;
}
.fs-7 {
  font-size: 3.2rem !important;
}
.fs-8 {
  font-size: 3rem !important;
}
.fs-9 {
  font-size: 2.8rem !important;
}
.fs-10 {
  font-size: 2.4rem !important;
}
.fs-11 {
  font-size: 2.2rem !important;
}
.fs-12 {
  font-size: 2rem !important;
}
.fs-13 {
  font-size: 1.8rem !important;
}
.fs-14 {
  font-size: 1.6rem !important;
}
.fs-15 {
  font-size: 1.4rem !important;
}
.fs-16 {
  font-size: 1.2rem !important;
}
.fs-17 {
  font-size: 1rem !important;
}
.fs-18 {
  font-size: 0.9rem !important;
}
.fs-19 {
  font-size: 0.8rem !important;
}
.fs-20 {
  font-size: 0.7rem !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-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !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, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.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 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.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 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.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;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-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-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-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 {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    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: 0rem !important;
  }
  .m-sm-1 {
    margin: 5rem !important;
  }
  .m-sm-2 {
    margin: 4.8rem !important;
  }
  .m-sm-3 {
    margin: 4.5rem !important;
  }
  .m-sm-4 {
    margin: 4.2rem !important;
  }
  .m-sm-5 {
    margin: 4rem !important;
  }
  .m-sm-6 {
    margin: 3.6rem !important;
  }
  .m-sm-7 {
    margin: 3.2rem !important;
  }
  .m-sm-8 {
    margin: 3rem !important;
  }
  .m-sm-9 {
    margin: 2.8rem !important;
  }
  .m-sm-10 {
    margin: 2.4rem !important;
  }
  .m-sm-11 {
    margin: 2.2rem !important;
  }
  .m-sm-12 {
    margin: 2rem !important;
  }
  .m-sm-13 {
    margin: 1.8rem !important;
  }
  .m-sm-14 {
    margin: 1.6rem !important;
  }
  .m-sm-15 {
    margin: 1.4rem !important;
  }
  .m-sm-16 {
    margin: 1.2rem !important;
  }
  .m-sm-17 {
    margin: 1rem !important;
  }
  .m-sm-18 {
    margin: 0.9rem !important;
  }
  .m-sm-19 {
    margin: 0.8rem !important;
  }
  .m-sm-20 {
    margin: 0.7rem !important;
  }
  .m-sm-21 {
    margin: 0.6rem !important;
  }
  .m-sm-22 {
    margin: 0.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-sm-1 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-2 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .mx-sm-3 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .mx-sm-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-6 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .mx-sm-7 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .mx-sm-8 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-9 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .mx-sm-10 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .mx-sm-11 {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mx-sm-12 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-13 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .mx-sm-14 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .mx-sm-15 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .mx-sm-16 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mx-sm-17 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-18 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .mx-sm-19 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-sm-20 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }
  .mx-sm-21 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-sm-22 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-sm-1 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-2 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-3 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-4 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-sm-7 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-9 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-sm-10 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-11 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-sm-12 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-13 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-sm-14 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-15 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .my-sm-16 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-17 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-18 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .my-sm-19 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-20 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-sm-21 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-sm-22 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 5rem !important;
  }
  .mt-sm-2 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 4.2rem !important;
  }
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.6rem !important;
  }
  .mt-sm-7 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.8rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-11 {
    margin-top: 2.2rem !important;
  }
  .mt-sm-12 {
    margin-top: 2rem !important;
  }
  .mt-sm-13 {
    margin-top: 1.8rem !important;
  }
  .mt-sm-14 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-15 {
    margin-top: 1.4rem !important;
  }
  .mt-sm-16 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-17 {
    margin-top: 1rem !important;
  }
  .mt-sm-18 {
    margin-top: 0.9rem !important;
  }
  .mt-sm-19 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-20 {
    margin-top: 0.7rem !important;
  }
  .mt-sm-21 {
    margin-top: 0.6rem !important;
  }
  .mt-sm-22 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0rem !important;
  }
  .me-sm-1 {
    margin-right: 5rem !important;
  }
  .me-sm-2 {
    margin-right: 4.8rem !important;
  }
  .me-sm-3 {
    margin-right: 4.5rem !important;
  }
  .me-sm-4 {
    margin-right: 4.2rem !important;
  }
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  .me-sm-6 {
    margin-right: 3.6rem !important;
  }
  .me-sm-7 {
    margin-right: 3.2rem !important;
  }
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  .me-sm-9 {
    margin-right: 2.8rem !important;
  }
  .me-sm-10 {
    margin-right: 2.4rem !important;
  }
  .me-sm-11 {
    margin-right: 2.2rem !important;
  }
  .me-sm-12 {
    margin-right: 2rem !important;
  }
  .me-sm-13 {
    margin-right: 1.8rem !important;
  }
  .me-sm-14 {
    margin-right: 1.6rem !important;
  }
  .me-sm-15 {
    margin-right: 1.4rem !important;
  }
  .me-sm-16 {
    margin-right: 1.2rem !important;
  }
  .me-sm-17 {
    margin-right: 1rem !important;
  }
  .me-sm-18 {
    margin-right: 0.9rem !important;
  }
  .me-sm-19 {
    margin-right: 0.8rem !important;
  }
  .me-sm-20 {
    margin-right: 0.7rem !important;
  }
  .me-sm-21 {
    margin-right: 0.6rem !important;
  }
  .me-sm-22 {
    margin-right: 0.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4.2rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 2.2rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 1.8rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 1.4rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 0.9rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 0.7rem !important;
  }
  .mb-sm-21 {
    margin-bottom: 0.6rem !important;
  }
  .mb-sm-22 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0rem !important;
  }
  .ms-sm-1 {
    margin-left: 5rem !important;
  }
  .ms-sm-2 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 4.2rem !important;
  }
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.6rem !important;
  }
  .ms-sm-7 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  .ms-sm-9 {
    margin-left: 2.8rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-11 {
    margin-left: 2.2rem !important;
  }
  .ms-sm-12 {
    margin-left: 2rem !important;
  }
  .ms-sm-13 {
    margin-left: 1.8rem !important;
  }
  .ms-sm-14 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-15 {
    margin-left: 1.4rem !important;
  }
  .ms-sm-16 {
    margin-left: 1.2rem !important;
  }
  .ms-sm-17 {
    margin-left: 1rem !important;
  }
  .ms-sm-18 {
    margin-left: 0.9rem !important;
  }
  .ms-sm-19 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-20 {
    margin-left: 0.7rem !important;
  }
  .ms-sm-21 {
    margin-left: 0.6rem !important;
  }
  .ms-sm-22 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .p-sm-1 {
    padding: 5rem !important;
  }
  .p-sm-2 {
    padding: 4.8rem !important;
  }
  .p-sm-3 {
    padding: 4.5rem !important;
  }
  .p-sm-4 {
    padding: 4.2rem !important;
  }
  .p-sm-5 {
    padding: 4rem !important;
  }
  .p-sm-6 {
    padding: 3.6rem !important;
  }
  .p-sm-7 {
    padding: 3.2rem !important;
  }
  .p-sm-8 {
    padding: 3rem !important;
  }
  .p-sm-9 {
    padding: 2.8rem !important;
  }
  .p-sm-10 {
    padding: 2.4rem !important;
  }
  .p-sm-11 {
    padding: 2.2rem !important;
  }
  .p-sm-12 {
    padding: 2rem !important;
  }
  .p-sm-13 {
    padding: 1.8rem !important;
  }
  .p-sm-14 {
    padding: 1.6rem !important;
  }
  .p-sm-15 {
    padding: 1.4rem !important;
  }
  .p-sm-16 {
    padding: 1.2rem !important;
  }
  .p-sm-17 {
    padding: 1rem !important;
  }
  .p-sm-18 {
    padding: 0.9rem !important;
  }
  .p-sm-19 {
    padding: 0.8rem !important;
  }
  .p-sm-20 {
    padding: 0.7rem !important;
  }
  .p-sm-21 {
    padding: 0.6rem !important;
  }
  .p-sm-22 {
    padding: 0.5rem !important;
  }
  .p-sm-auto {
    padding: auto !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-sm-1 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-2 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .px-sm-3 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-sm-4 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .px-sm-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-6 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .px-sm-7 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .px-sm-8 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-9 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .px-sm-10 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .px-sm-11 {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .px-sm-12 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-13 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .px-sm-14 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .px-sm-15 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .px-sm-16 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .px-sm-17 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-18 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .px-sm-19 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .px-sm-20 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .px-sm-21 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .px-sm-22 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-sm-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-2 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-sm-3 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-4 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-sm-7 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-9 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-sm-10 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-11 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-sm-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-13 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-sm-14 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-15 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .py-sm-16 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-17 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-18 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .py-sm-19 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-20 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-sm-21 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-sm-22 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 5rem !important;
  }
  .pt-sm-2 {
    padding-top: 4.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 4.2rem !important;
  }
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.6rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.8rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-11 {
    padding-top: 2.2rem !important;
  }
  .pt-sm-12 {
    padding-top: 2rem !important;
  }
  .pt-sm-13 {
    padding-top: 1.8rem !important;
  }
  .pt-sm-14 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-15 {
    padding-top: 1.4rem !important;
  }
  .pt-sm-16 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-17 {
    padding-top: 1rem !important;
  }
  .pt-sm-18 {
    padding-top: 0.9rem !important;
  }
  .pt-sm-19 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-20 {
    padding-top: 0.7rem !important;
  }
  .pt-sm-21 {
    padding-top: 0.6rem !important;
  }
  .pt-sm-22 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pe-sm-0 {
    padding-right: 0rem !important;
  }
  .pe-sm-1 {
    padding-right: 5rem !important;
  }
  .pe-sm-2 {
    padding-right: 4.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 4.2rem !important;
  }
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.6rem !important;
  }
  .pe-sm-7 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  .pe-sm-9 {
    padding-right: 2.8rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-11 {
    padding-right: 2.2rem !important;
  }
  .pe-sm-12 {
    padding-right: 2rem !important;
  }
  .pe-sm-13 {
    padding-right: 1.8rem !important;
  }
  .pe-sm-14 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-15 {
    padding-right: 1.4rem !important;
  }
  .pe-sm-16 {
    padding-right: 1.2rem !important;
  }
  .pe-sm-17 {
    padding-right: 1rem !important;
  }
  .pe-sm-18 {
    padding-right: 0.9rem !important;
  }
  .pe-sm-19 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-20 {
    padding-right: 0.7rem !important;
  }
  .pe-sm-21 {
    padding-right: 0.6rem !important;
  }
  .pe-sm-22 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-auto {
    padding-right: auto !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4.2rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 2.2rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 1.8rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 1.4rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 0.9rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 0.7rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 0.6rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .ps-sm-0 {
    padding-left: 0rem !important;
  }
  .ps-sm-1 {
    padding-left: 5rem !important;
  }
  .ps-sm-2 {
    padding-left: 4.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 4.2rem !important;
  }
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.6rem !important;
  }
  .ps-sm-7 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  .ps-sm-9 {
    padding-left: 2.8rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-11 {
    padding-left: 2.2rem !important;
  }
  .ps-sm-12 {
    padding-left: 2rem !important;
  }
  .ps-sm-13 {
    padding-left: 1.8rem !important;
  }
  .ps-sm-14 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-15 {
    padding-left: 1.4rem !important;
  }
  .ps-sm-16 {
    padding-left: 1.2rem !important;
  }
  .ps-sm-17 {
    padding-left: 1rem !important;
  }
  .ps-sm-18 {
    padding-left: 0.9rem !important;
  }
  .ps-sm-19 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-20 {
    padding-left: 0.7rem !important;
  }
  .ps-sm-21 {
    padding-left: 0.6rem !important;
  }
  .ps-sm-22 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-auto {
    padding-left: auto !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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: 0rem !important;
  }
  .m-md-1 {
    margin: 5rem !important;
  }
  .m-md-2 {
    margin: 4.8rem !important;
  }
  .m-md-3 {
    margin: 4.5rem !important;
  }
  .m-md-4 {
    margin: 4.2rem !important;
  }
  .m-md-5 {
    margin: 4rem !important;
  }
  .m-md-6 {
    margin: 3.6rem !important;
  }
  .m-md-7 {
    margin: 3.2rem !important;
  }
  .m-md-8 {
    margin: 3rem !important;
  }
  .m-md-9 {
    margin: 2.8rem !important;
  }
  .m-md-10 {
    margin: 2.4rem !important;
  }
  .m-md-11 {
    margin: 2.2rem !important;
  }
  .m-md-12 {
    margin: 2rem !important;
  }
  .m-md-13 {
    margin: 1.8rem !important;
  }
  .m-md-14 {
    margin: 1.6rem !important;
  }
  .m-md-15 {
    margin: 1.4rem !important;
  }
  .m-md-16 {
    margin: 1.2rem !important;
  }
  .m-md-17 {
    margin: 1rem !important;
  }
  .m-md-18 {
    margin: 0.9rem !important;
  }
  .m-md-19 {
    margin: 0.8rem !important;
  }
  .m-md-20 {
    margin: 0.7rem !important;
  }
  .m-md-21 {
    margin: 0.6rem !important;
  }
  .m-md-22 {
    margin: 0.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-1 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-2 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .mx-md-3 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-md-4 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .mx-md-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-6 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .mx-md-7 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .mx-md-8 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-9 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .mx-md-10 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .mx-md-11 {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mx-md-12 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-13 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .mx-md-14 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .mx-md-15 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .mx-md-16 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mx-md-17 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-18 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .mx-md-19 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-md-20 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }
  .mx-md-21 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-md-22 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-1 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-2 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-3 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-4 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-6 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-md-7 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-9 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-md-10 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-11 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-md-12 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-13 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-md-14 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-15 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .my-md-16 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-17 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-18 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .my-md-19 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-20 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-md-21 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-md-22 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 5rem !important;
  }
  .mt-md-2 {
    margin-top: 4.8rem !important;
  }
  .mt-md-3 {
    margin-top: 4.5rem !important;
  }
  .mt-md-4 {
    margin-top: 4.2rem !important;
  }
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 3.6rem !important;
  }
  .mt-md-7 {
    margin-top: 3.2rem !important;
  }
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  .mt-md-9 {
    margin-top: 2.8rem !important;
  }
  .mt-md-10 {
    margin-top: 2.4rem !important;
  }
  .mt-md-11 {
    margin-top: 2.2rem !important;
  }
  .mt-md-12 {
    margin-top: 2rem !important;
  }
  .mt-md-13 {
    margin-top: 1.8rem !important;
  }
  .mt-md-14 {
    margin-top: 1.6rem !important;
  }
  .mt-md-15 {
    margin-top: 1.4rem !important;
  }
  .mt-md-16 {
    margin-top: 1.2rem !important;
  }
  .mt-md-17 {
    margin-top: 1rem !important;
  }
  .mt-md-18 {
    margin-top: 0.9rem !important;
  }
  .mt-md-19 {
    margin-top: 0.8rem !important;
  }
  .mt-md-20 {
    margin-top: 0.7rem !important;
  }
  .mt-md-21 {
    margin-top: 0.6rem !important;
  }
  .mt-md-22 {
    margin-top: 0.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .me-md-1 {
    margin-right: 5rem !important;
  }
  .me-md-2 {
    margin-right: 4.8rem !important;
  }
  .me-md-3 {
    margin-right: 4.5rem !important;
  }
  .me-md-4 {
    margin-right: 4.2rem !important;
  }
  .me-md-5 {
    margin-right: 4rem !important;
  }
  .me-md-6 {
    margin-right: 3.6rem !important;
  }
  .me-md-7 {
    margin-right: 3.2rem !important;
  }
  .me-md-8 {
    margin-right: 3rem !important;
  }
  .me-md-9 {
    margin-right: 2.8rem !important;
  }
  .me-md-10 {
    margin-right: 2.4rem !important;
  }
  .me-md-11 {
    margin-right: 2.2rem !important;
  }
  .me-md-12 {
    margin-right: 2rem !important;
  }
  .me-md-13 {
    margin-right: 1.8rem !important;
  }
  .me-md-14 {
    margin-right: 1.6rem !important;
  }
  .me-md-15 {
    margin-right: 1.4rem !important;
  }
  .me-md-16 {
    margin-right: 1.2rem !important;
  }
  .me-md-17 {
    margin-right: 1rem !important;
  }
  .me-md-18 {
    margin-right: 0.9rem !important;
  }
  .me-md-19 {
    margin-right: 0.8rem !important;
  }
  .me-md-20 {
    margin-right: 0.7rem !important;
  }
  .me-md-21 {
    margin-right: 0.6rem !important;
  }
  .me-md-22 {
    margin-right: 0.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4.2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-11 {
    margin-bottom: 2.2rem !important;
  }
  .mb-md-12 {
    margin-bottom: 2rem !important;
  }
  .mb-md-13 {
    margin-bottom: 1.8rem !important;
  }
  .mb-md-14 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.4rem !important;
  }
  .mb-md-16 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-17 {
    margin-bottom: 1rem !important;
  }
  .mb-md-18 {
    margin-bottom: 0.9rem !important;
  }
  .mb-md-19 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-20 {
    margin-bottom: 0.7rem !important;
  }
  .mb-md-21 {
    margin-bottom: 0.6rem !important;
  }
  .mb-md-22 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .ms-md-1 {
    margin-left: 5rem !important;
  }
  .ms-md-2 {
    margin-left: 4.8rem !important;
  }
  .ms-md-3 {
    margin-left: 4.5rem !important;
  }
  .ms-md-4 {
    margin-left: 4.2rem !important;
  }
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  .ms-md-6 {
    margin-left: 3.6rem !important;
  }
  .ms-md-7 {
    margin-left: 3.2rem !important;
  }
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  .ms-md-9 {
    margin-left: 2.8rem !important;
  }
  .ms-md-10 {
    margin-left: 2.4rem !important;
  }
  .ms-md-11 {
    margin-left: 2.2rem !important;
  }
  .ms-md-12 {
    margin-left: 2rem !important;
  }
  .ms-md-13 {
    margin-left: 1.8rem !important;
  }
  .ms-md-14 {
    margin-left: 1.6rem !important;
  }
  .ms-md-15 {
    margin-left: 1.4rem !important;
  }
  .ms-md-16 {
    margin-left: 1.2rem !important;
  }
  .ms-md-17 {
    margin-left: 1rem !important;
  }
  .ms-md-18 {
    margin-left: 0.9rem !important;
  }
  .ms-md-19 {
    margin-left: 0.8rem !important;
  }
  .ms-md-20 {
    margin-left: 0.7rem !important;
  }
  .ms-md-21 {
    margin-left: 0.6rem !important;
  }
  .ms-md-22 {
    margin-left: 0.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-1 {
    padding: 5rem !important;
  }
  .p-md-2 {
    padding: 4.8rem !important;
  }
  .p-md-3 {
    padding: 4.5rem !important;
  }
  .p-md-4 {
    padding: 4.2rem !important;
  }
  .p-md-5 {
    padding: 4rem !important;
  }
  .p-md-6 {
    padding: 3.6rem !important;
  }
  .p-md-7 {
    padding: 3.2rem !important;
  }
  .p-md-8 {
    padding: 3rem !important;
  }
  .p-md-9 {
    padding: 2.8rem !important;
  }
  .p-md-10 {
    padding: 2.4rem !important;
  }
  .p-md-11 {
    padding: 2.2rem !important;
  }
  .p-md-12 {
    padding: 2rem !important;
  }
  .p-md-13 {
    padding: 1.8rem !important;
  }
  .p-md-14 {
    padding: 1.6rem !important;
  }
  .p-md-15 {
    padding: 1.4rem !important;
  }
  .p-md-16 {
    padding: 1.2rem !important;
  }
  .p-md-17 {
    padding: 1rem !important;
  }
  .p-md-18 {
    padding: 0.9rem !important;
  }
  .p-md-19 {
    padding: 0.8rem !important;
  }
  .p-md-20 {
    padding: 0.7rem !important;
  }
  .p-md-21 {
    padding: 0.6rem !important;
  }
  .p-md-22 {
    padding: 0.5rem !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-1 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-2 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .px-md-3 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-md-4 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .px-md-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-6 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .px-md-7 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .px-md-8 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-9 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .px-md-10 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .px-md-11 {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .px-md-12 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-13 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .px-md-14 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .px-md-15 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .px-md-16 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .px-md-17 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-18 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .px-md-19 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .px-md-20 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .px-md-21 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .px-md-22 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-2 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-md-3 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-4 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-6 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-md-7 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-9 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-md-10 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-11 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-md-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-13 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-md-14 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-15 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .py-md-16 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-17 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-18 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .py-md-19 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-20 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-md-21 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-md-22 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 5rem !important;
  }
  .pt-md-2 {
    padding-top: 4.8rem !important;
  }
  .pt-md-3 {
    padding-top: 4.5rem !important;
  }
  .pt-md-4 {
    padding-top: 4.2rem !important;
  }
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 3.6rem !important;
  }
  .pt-md-7 {
    padding-top: 3.2rem !important;
  }
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  .pt-md-9 {
    padding-top: 2.8rem !important;
  }
  .pt-md-10 {
    padding-top: 2.4rem !important;
  }
  .pt-md-11 {
    padding-top: 2.2rem !important;
  }
  .pt-md-12 {
    padding-top: 2rem !important;
  }
  .pt-md-13 {
    padding-top: 1.8rem !important;
  }
  .pt-md-14 {
    padding-top: 1.6rem !important;
  }
  .pt-md-15 {
    padding-top: 1.4rem !important;
  }
  .pt-md-16 {
    padding-top: 1.2rem !important;
  }
  .pt-md-17 {
    padding-top: 1rem !important;
  }
  .pt-md-18 {
    padding-top: 0.9rem !important;
  }
  .pt-md-19 {
    padding-top: 0.8rem !important;
  }
  .pt-md-20 {
    padding-top: 0.7rem !important;
  }
  .pt-md-21 {
    padding-top: 0.6rem !important;
  }
  .pt-md-22 {
    padding-top: 0.5rem !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pe-md-1 {
    padding-right: 5rem !important;
  }
  .pe-md-2 {
    padding-right: 4.8rem !important;
  }
  .pe-md-3 {
    padding-right: 4.5rem !important;
  }
  .pe-md-4 {
    padding-right: 4.2rem !important;
  }
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  .pe-md-6 {
    padding-right: 3.6rem !important;
  }
  .pe-md-7 {
    padding-right: 3.2rem !important;
  }
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  .pe-md-9 {
    padding-right: 2.8rem !important;
  }
  .pe-md-10 {
    padding-right: 2.4rem !important;
  }
  .pe-md-11 {
    padding-right: 2.2rem !important;
  }
  .pe-md-12 {
    padding-right: 2rem !important;
  }
  .pe-md-13 {
    padding-right: 1.8rem !important;
  }
  .pe-md-14 {
    padding-right: 1.6rem !important;
  }
  .pe-md-15 {
    padding-right: 1.4rem !important;
  }
  .pe-md-16 {
    padding-right: 1.2rem !important;
  }
  .pe-md-17 {
    padding-right: 1rem !important;
  }
  .pe-md-18 {
    padding-right: 0.9rem !important;
  }
  .pe-md-19 {
    padding-right: 0.8rem !important;
  }
  .pe-md-20 {
    padding-right: 0.7rem !important;
  }
  .pe-md-21 {
    padding-right: 0.6rem !important;
  }
  .pe-md-22 {
    padding-right: 0.5rem !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 4.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4.2rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-11 {
    padding-bottom: 2.2rem !important;
  }
  .pb-md-12 {
    padding-bottom: 2rem !important;
  }
  .pb-md-13 {
    padding-bottom: 1.8rem !important;
  }
  .pb-md-14 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-15 {
    padding-bottom: 1.4rem !important;
  }
  .pb-md-16 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-17 {
    padding-bottom: 1rem !important;
  }
  .pb-md-18 {
    padding-bottom: 0.9rem !important;
  }
  .pb-md-19 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-20 {
    padding-bottom: 0.7rem !important;
  }
  .pb-md-21 {
    padding-bottom: 0.6rem !important;
  }
  .pb-md-22 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .ps-md-1 {
    padding-left: 5rem !important;
  }
  .ps-md-2 {
    padding-left: 4.8rem !important;
  }
  .ps-md-3 {
    padding-left: 4.5rem !important;
  }
  .ps-md-4 {
    padding-left: 4.2rem !important;
  }
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  .ps-md-6 {
    padding-left: 3.6rem !important;
  }
  .ps-md-7 {
    padding-left: 3.2rem !important;
  }
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  .ps-md-9 {
    padding-left: 2.8rem !important;
  }
  .ps-md-10 {
    padding-left: 2.4rem !important;
  }
  .ps-md-11 {
    padding-left: 2.2rem !important;
  }
  .ps-md-12 {
    padding-left: 2rem !important;
  }
  .ps-md-13 {
    padding-left: 1.8rem !important;
  }
  .ps-md-14 {
    padding-left: 1.6rem !important;
  }
  .ps-md-15 {
    padding-left: 1.4rem !important;
  }
  .ps-md-16 {
    padding-left: 1.2rem !important;
  }
  .ps-md-17 {
    padding-left: 1rem !important;
  }
  .ps-md-18 {
    padding-left: 0.9rem !important;
  }
  .ps-md-19 {
    padding-left: 0.8rem !important;
  }
  .ps-md-20 {
    padding-left: 0.7rem !important;
  }
  .ps-md-21 {
    padding-left: 0.6rem !important;
  }
  .ps-md-22 {
    padding-left: 0.5rem !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    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 {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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: 0rem !important;
  }
  .m-lg-1 {
    margin: 5rem !important;
  }
  .m-lg-2 {
    margin: 4.8rem !important;
  }
  .m-lg-3 {
    margin: 4.5rem !important;
  }
  .m-lg-4 {
    margin: 4.2rem !important;
  }
  .m-lg-5 {
    margin: 4rem !important;
  }
  .m-lg-6 {
    margin: 3.6rem !important;
  }
  .m-lg-7 {
    margin: 3.2rem !important;
  }
  .m-lg-8 {
    margin: 3rem !important;
  }
  .m-lg-9 {
    margin: 2.8rem !important;
  }
  .m-lg-10 {
    margin: 2.4rem !important;
  }
  .m-lg-11 {
    margin: 2.2rem !important;
  }
  .m-lg-12 {
    margin: 2rem !important;
  }
  .m-lg-13 {
    margin: 1.8rem !important;
  }
  .m-lg-14 {
    margin: 1.6rem !important;
  }
  .m-lg-15 {
    margin: 1.4rem !important;
  }
  .m-lg-16 {
    margin: 1.2rem !important;
  }
  .m-lg-17 {
    margin: 1rem !important;
  }
  .m-lg-18 {
    margin: 0.9rem !important;
  }
  .m-lg-19 {
    margin: 0.8rem !important;
  }
  .m-lg-20 {
    margin: 0.7rem !important;
  }
  .m-lg-21 {
    margin: 0.6rem !important;
  }
  .m-lg-22 {
    margin: 0.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-lg-1 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-2 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .mx-lg-3 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .mx-lg-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-6 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .mx-lg-7 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .mx-lg-8 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-9 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .mx-lg-10 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .mx-lg-11 {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mx-lg-12 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-13 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .mx-lg-14 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .mx-lg-15 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .mx-lg-16 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mx-lg-17 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-18 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .mx-lg-19 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-lg-20 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }
  .mx-lg-21 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-lg-22 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-lg-1 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-2 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-3 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-4 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-lg-7 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-9 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-lg-10 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-11 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-lg-12 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-13 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-lg-14 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-15 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .my-lg-16 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-17 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-18 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .my-lg-19 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-20 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-lg-21 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-lg-22 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 5rem !important;
  }
  .mt-lg-2 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 4.2rem !important;
  }
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.6rem !important;
  }
  .mt-lg-7 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.8rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-11 {
    margin-top: 2.2rem !important;
  }
  .mt-lg-12 {
    margin-top: 2rem !important;
  }
  .mt-lg-13 {
    margin-top: 1.8rem !important;
  }
  .mt-lg-14 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-15 {
    margin-top: 1.4rem !important;
  }
  .mt-lg-16 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-17 {
    margin-top: 1rem !important;
  }
  .mt-lg-18 {
    margin-top: 0.9rem !important;
  }
  .mt-lg-19 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-20 {
    margin-top: 0.7rem !important;
  }
  .mt-lg-21 {
    margin-top: 0.6rem !important;
  }
  .mt-lg-22 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0rem !important;
  }
  .me-lg-1 {
    margin-right: 5rem !important;
  }
  .me-lg-2 {
    margin-right: 4.8rem !important;
  }
  .me-lg-3 {
    margin-right: 4.5rem !important;
  }
  .me-lg-4 {
    margin-right: 4.2rem !important;
  }
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  .me-lg-6 {
    margin-right: 3.6rem !important;
  }
  .me-lg-7 {
    margin-right: 3.2rem !important;
  }
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  .me-lg-9 {
    margin-right: 2.8rem !important;
  }
  .me-lg-10 {
    margin-right: 2.4rem !important;
  }
  .me-lg-11 {
    margin-right: 2.2rem !important;
  }
  .me-lg-12 {
    margin-right: 2rem !important;
  }
  .me-lg-13 {
    margin-right: 1.8rem !important;
  }
  .me-lg-14 {
    margin-right: 1.6rem !important;
  }
  .me-lg-15 {
    margin-right: 1.4rem !important;
  }
  .me-lg-16 {
    margin-right: 1.2rem !important;
  }
  .me-lg-17 {
    margin-right: 1rem !important;
  }
  .me-lg-18 {
    margin-right: 0.9rem !important;
  }
  .me-lg-19 {
    margin-right: 0.8rem !important;
  }
  .me-lg-20 {
    margin-right: 0.7rem !important;
  }
  .me-lg-21 {
    margin-right: 0.6rem !important;
  }
  .me-lg-22 {
    margin-right: 0.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4.2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.8rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 2.2rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 1.8rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 1.4rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 0.9rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 0.7rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 0.6rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0rem !important;
  }
  .ms-lg-1 {
    margin-left: 5rem !important;
  }
  .ms-lg-2 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 4.2rem !important;
  }
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.6rem !important;
  }
  .ms-lg-7 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  .ms-lg-9 {
    margin-left: 2.8rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-11 {
    margin-left: 2.2rem !important;
  }
  .ms-lg-12 {
    margin-left: 2rem !important;
  }
  .ms-lg-13 {
    margin-left: 1.8rem !important;
  }
  .ms-lg-14 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-15 {
    margin-left: 1.4rem !important;
  }
  .ms-lg-16 {
    margin-left: 1.2rem !important;
  }
  .ms-lg-17 {
    margin-left: 1rem !important;
  }
  .ms-lg-18 {
    margin-left: 0.9rem !important;
  }
  .ms-lg-19 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-20 {
    margin-left: 0.7rem !important;
  }
  .ms-lg-21 {
    margin-left: 0.6rem !important;
  }
  .ms-lg-22 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .p-lg-1 {
    padding: 5rem !important;
  }
  .p-lg-2 {
    padding: 4.8rem !important;
  }
  .p-lg-3 {
    padding: 4.5rem !important;
  }
  .p-lg-4 {
    padding: 4.2rem !important;
  }
  .p-lg-5 {
    padding: 4rem !important;
  }
  .p-lg-6 {
    padding: 3.6rem !important;
  }
  .p-lg-7 {
    padding: 3.2rem !important;
  }
  .p-lg-8 {
    padding: 3rem !important;
  }
  .p-lg-9 {
    padding: 2.8rem !important;
  }
  .p-lg-10 {
    padding: 2.4rem !important;
  }
  .p-lg-11 {
    padding: 2.2rem !important;
  }
  .p-lg-12 {
    padding: 2rem !important;
  }
  .p-lg-13 {
    padding: 1.8rem !important;
  }
  .p-lg-14 {
    padding: 1.6rem !important;
  }
  .p-lg-15 {
    padding: 1.4rem !important;
  }
  .p-lg-16 {
    padding: 1.2rem !important;
  }
  .p-lg-17 {
    padding: 1rem !important;
  }
  .p-lg-18 {
    padding: 0.9rem !important;
  }
  .p-lg-19 {
    padding: 0.8rem !important;
  }
  .p-lg-20 {
    padding: 0.7rem !important;
  }
  .p-lg-21 {
    padding: 0.6rem !important;
  }
  .p-lg-22 {
    padding: 0.5rem !important;
  }
  .p-lg-auto {
    padding: auto !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-lg-1 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-2 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .px-lg-3 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-lg-4 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .px-lg-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-6 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .px-lg-7 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .px-lg-8 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-9 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .px-lg-10 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .px-lg-11 {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .px-lg-12 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-13 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .px-lg-14 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .px-lg-15 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .px-lg-16 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .px-lg-17 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-18 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .px-lg-19 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .px-lg-20 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .px-lg-21 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .px-lg-22 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-lg-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-2 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-lg-3 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-4 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-lg-7 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-9 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-lg-10 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-11 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-lg-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-13 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-lg-14 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-15 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .py-lg-16 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-17 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-18 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .py-lg-19 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-20 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-lg-21 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-lg-22 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 5rem !important;
  }
  .pt-lg-2 {
    padding-top: 4.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 4.2rem !important;
  }
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.6rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.8rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-11 {
    padding-top: 2.2rem !important;
  }
  .pt-lg-12 {
    padding-top: 2rem !important;
  }
  .pt-lg-13 {
    padding-top: 1.8rem !important;
  }
  .pt-lg-14 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-15 {
    padding-top: 1.4rem !important;
  }
  .pt-lg-16 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-17 {
    padding-top: 1rem !important;
  }
  .pt-lg-18 {
    padding-top: 0.9rem !important;
  }
  .pt-lg-19 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-20 {
    padding-top: 0.7rem !important;
  }
  .pt-lg-21 {
    padding-top: 0.6rem !important;
  }
  .pt-lg-22 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pe-lg-0 {
    padding-right: 0rem !important;
  }
  .pe-lg-1 {
    padding-right: 5rem !important;
  }
  .pe-lg-2 {
    padding-right: 4.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 4.2rem !important;
  }
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.6rem !important;
  }
  .pe-lg-7 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  .pe-lg-9 {
    padding-right: 2.8rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-11 {
    padding-right: 2.2rem !important;
  }
  .pe-lg-12 {
    padding-right: 2rem !important;
  }
  .pe-lg-13 {
    padding-right: 1.8rem !important;
  }
  .pe-lg-14 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-15 {
    padding-right: 1.4rem !important;
  }
  .pe-lg-16 {
    padding-right: 1.2rem !important;
  }
  .pe-lg-17 {
    padding-right: 1rem !important;
  }
  .pe-lg-18 {
    padding-right: 0.9rem !important;
  }
  .pe-lg-19 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-20 {
    padding-right: 0.7rem !important;
  }
  .pe-lg-21 {
    padding-right: 0.6rem !important;
  }
  .pe-lg-22 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-auto {
    padding-right: auto !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 4.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4.2rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.8rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 2.2rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 1.8rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 1.4rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 0.9rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 0.7rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 0.6rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .ps-lg-0 {
    padding-left: 0rem !important;
  }
  .ps-lg-1 {
    padding-left: 5rem !important;
  }
  .ps-lg-2 {
    padding-left: 4.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 4.2rem !important;
  }
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.6rem !important;
  }
  .ps-lg-7 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  .ps-lg-9 {
    padding-left: 2.8rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-11 {
    padding-left: 2.2rem !important;
  }
  .ps-lg-12 {
    padding-left: 2rem !important;
  }
  .ps-lg-13 {
    padding-left: 1.8rem !important;
  }
  .ps-lg-14 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-15 {
    padding-left: 1.4rem !important;
  }
  .ps-lg-16 {
    padding-left: 1.2rem !important;
  }
  .ps-lg-17 {
    padding-left: 1rem !important;
  }
  .ps-lg-18 {
    padding-left: 0.9rem !important;
  }
  .ps-lg-19 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-20 {
    padding-left: 0.7rem !important;
  }
  .ps-lg-21 {
    padding-left: 0.6rem !important;
  }
  .ps-lg-22 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-auto {
    padding-left: auto !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    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: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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: 0rem !important;
  }
  .m-xl-1 {
    margin: 5rem !important;
  }
  .m-xl-2 {
    margin: 4.8rem !important;
  }
  .m-xl-3 {
    margin: 4.5rem !important;
  }
  .m-xl-4 {
    margin: 4.2rem !important;
  }
  .m-xl-5 {
    margin: 4rem !important;
  }
  .m-xl-6 {
    margin: 3.6rem !important;
  }
  .m-xl-7 {
    margin: 3.2rem !important;
  }
  .m-xl-8 {
    margin: 3rem !important;
  }
  .m-xl-9 {
    margin: 2.8rem !important;
  }
  .m-xl-10 {
    margin: 2.4rem !important;
  }
  .m-xl-11 {
    margin: 2.2rem !important;
  }
  .m-xl-12 {
    margin: 2rem !important;
  }
  .m-xl-13 {
    margin: 1.8rem !important;
  }
  .m-xl-14 {
    margin: 1.6rem !important;
  }
  .m-xl-15 {
    margin: 1.4rem !important;
  }
  .m-xl-16 {
    margin: 1.2rem !important;
  }
  .m-xl-17 {
    margin: 1rem !important;
  }
  .m-xl-18 {
    margin: 0.9rem !important;
  }
  .m-xl-19 {
    margin: 0.8rem !important;
  }
  .m-xl-20 {
    margin: 0.7rem !important;
  }
  .m-xl-21 {
    margin: 0.6rem !important;
  }
  .m-xl-22 {
    margin: 0.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-xl-1 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xl-2 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .mx-xl-3 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .mx-xl-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xl-6 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .mx-xl-7 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .mx-xl-8 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-9 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .mx-xl-10 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .mx-xl-11 {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mx-xl-12 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xl-13 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .mx-xl-14 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .mx-xl-15 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .mx-xl-16 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mx-xl-17 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-18 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .mx-xl-19 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-xl-20 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }
  .mx-xl-21 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-xl-22 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xl-1 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-2 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-3 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-4 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xl-7 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-9 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xl-10 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-11 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-xl-12 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-13 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-xl-14 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-15 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .my-xl-16 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-17 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-18 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .my-xl-19 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-20 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-xl-21 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-xl-22 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 5rem !important;
  }
  .mt-xl-2 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 4.2rem !important;
  }
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.6rem !important;
  }
  .mt-xl-7 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.8rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-11 {
    margin-top: 2.2rem !important;
  }
  .mt-xl-12 {
    margin-top: 2rem !important;
  }
  .mt-xl-13 {
    margin-top: 1.8rem !important;
  }
  .mt-xl-14 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-15 {
    margin-top: 1.4rem !important;
  }
  .mt-xl-16 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-17 {
    margin-top: 1rem !important;
  }
  .mt-xl-18 {
    margin-top: 0.9rem !important;
  }
  .mt-xl-19 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-20 {
    margin-top: 0.7rem !important;
  }
  .mt-xl-21 {
    margin-top: 0.6rem !important;
  }
  .mt-xl-22 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0rem !important;
  }
  .me-xl-1 {
    margin-right: 5rem !important;
  }
  .me-xl-2 {
    margin-right: 4.8rem !important;
  }
  .me-xl-3 {
    margin-right: 4.5rem !important;
  }
  .me-xl-4 {
    margin-right: 4.2rem !important;
  }
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  .me-xl-6 {
    margin-right: 3.6rem !important;
  }
  .me-xl-7 {
    margin-right: 3.2rem !important;
  }
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  .me-xl-9 {
    margin-right: 2.8rem !important;
  }
  .me-xl-10 {
    margin-right: 2.4rem !important;
  }
  .me-xl-11 {
    margin-right: 2.2rem !important;
  }
  .me-xl-12 {
    margin-right: 2rem !important;
  }
  .me-xl-13 {
    margin-right: 1.8rem !important;
  }
  .me-xl-14 {
    margin-right: 1.6rem !important;
  }
  .me-xl-15 {
    margin-right: 1.4rem !important;
  }
  .me-xl-16 {
    margin-right: 1.2rem !important;
  }
  .me-xl-17 {
    margin-right: 1rem !important;
  }
  .me-xl-18 {
    margin-right: 0.9rem !important;
  }
  .me-xl-19 {
    margin-right: 0.8rem !important;
  }
  .me-xl-20 {
    margin-right: 0.7rem !important;
  }
  .me-xl-21 {
    margin-right: 0.6rem !important;
  }
  .me-xl-22 {
    margin-right: 0.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4.2rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 2.2rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 1.8rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 1.4rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 0.9rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 0.7rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 0.6rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0rem !important;
  }
  .ms-xl-1 {
    margin-left: 5rem !important;
  }
  .ms-xl-2 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 4.2rem !important;
  }
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  .ms-xl-6 {
    margin-left: 3.6rem !important;
  }
  .ms-xl-7 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  .ms-xl-9 {
    margin-left: 2.8rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-11 {
    margin-left: 2.2rem !important;
  }
  .ms-xl-12 {
    margin-left: 2rem !important;
  }
  .ms-xl-13 {
    margin-left: 1.8rem !important;
  }
  .ms-xl-14 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-15 {
    margin-left: 1.4rem !important;
  }
  .ms-xl-16 {
    margin-left: 1.2rem !important;
  }
  .ms-xl-17 {
    margin-left: 1rem !important;
  }
  .ms-xl-18 {
    margin-left: 0.9rem !important;
  }
  .ms-xl-19 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-20 {
    margin-left: 0.7rem !important;
  }
  .ms-xl-21 {
    margin-left: 0.6rem !important;
  }
  .ms-xl-22 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0rem !important;
  }
  .p-xl-1 {
    padding: 5rem !important;
  }
  .p-xl-2 {
    padding: 4.8rem !important;
  }
  .p-xl-3 {
    padding: 4.5rem !important;
  }
  .p-xl-4 {
    padding: 4.2rem !important;
  }
  .p-xl-5 {
    padding: 4rem !important;
  }
  .p-xl-6 {
    padding: 3.6rem !important;
  }
  .p-xl-7 {
    padding: 3.2rem !important;
  }
  .p-xl-8 {
    padding: 3rem !important;
  }
  .p-xl-9 {
    padding: 2.8rem !important;
  }
  .p-xl-10 {
    padding: 2.4rem !important;
  }
  .p-xl-11 {
    padding: 2.2rem !important;
  }
  .p-xl-12 {
    padding: 2rem !important;
  }
  .p-xl-13 {
    padding: 1.8rem !important;
  }
  .p-xl-14 {
    padding: 1.6rem !important;
  }
  .p-xl-15 {
    padding: 1.4rem !important;
  }
  .p-xl-16 {
    padding: 1.2rem !important;
  }
  .p-xl-17 {
    padding: 1rem !important;
  }
  .p-xl-18 {
    padding: 0.9rem !important;
  }
  .p-xl-19 {
    padding: 0.8rem !important;
  }
  .p-xl-20 {
    padding: 0.7rem !important;
  }
  .p-xl-21 {
    padding: 0.6rem !important;
  }
  .p-xl-22 {
    padding: 0.5rem !important;
  }
  .p-xl-auto {
    padding: auto !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-xl-1 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xl-2 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .px-xl-3 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xl-4 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .px-xl-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xl-6 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .px-xl-7 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .px-xl-8 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xl-9 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .px-xl-10 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .px-xl-11 {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .px-xl-12 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xl-13 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .px-xl-14 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .px-xl-15 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .px-xl-16 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .px-xl-17 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-18 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .px-xl-19 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .px-xl-20 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .px-xl-21 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .px-xl-22 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xl-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-2 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xl-3 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-4 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xl-7 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-9 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xl-10 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-11 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-xl-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-13 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-xl-14 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-15 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .py-xl-16 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-17 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-18 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .py-xl-19 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-20 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-xl-21 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-xl-22 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pt-xl-1 {
    padding-top: 5rem !important;
  }
  .pt-xl-2 {
    padding-top: 4.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 4.2rem !important;
  }
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.6rem !important;
  }
  .pt-xl-7 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.8rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-11 {
    padding-top: 2.2rem !important;
  }
  .pt-xl-12 {
    padding-top: 2rem !important;
  }
  .pt-xl-13 {
    padding-top: 1.8rem !important;
  }
  .pt-xl-14 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-15 {
    padding-top: 1.4rem !important;
  }
  .pt-xl-16 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-17 {
    padding-top: 1rem !important;
  }
  .pt-xl-18 {
    padding-top: 0.9rem !important;
  }
  .pt-xl-19 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-20 {
    padding-top: 0.7rem !important;
  }
  .pt-xl-21 {
    padding-top: 0.6rem !important;
  }
  .pt-xl-22 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .pe-xl-0 {
    padding-right: 0rem !important;
  }
  .pe-xl-1 {
    padding-right: 5rem !important;
  }
  .pe-xl-2 {
    padding-right: 4.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 4.2rem !important;
  }
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  .pe-xl-6 {
    padding-right: 3.6rem !important;
  }
  .pe-xl-7 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  .pe-xl-9 {
    padding-right: 2.8rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-11 {
    padding-right: 2.2rem !important;
  }
  .pe-xl-12 {
    padding-right: 2rem !important;
  }
  .pe-xl-13 {
    padding-right: 1.8rem !important;
  }
  .pe-xl-14 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-15 {
    padding-right: 1.4rem !important;
  }
  .pe-xl-16 {
    padding-right: 1.2rem !important;
  }
  .pe-xl-17 {
    padding-right: 1rem !important;
  }
  .pe-xl-18 {
    padding-right: 0.9rem !important;
  }
  .pe-xl-19 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-20 {
    padding-right: 0.7rem !important;
  }
  .pe-xl-21 {
    padding-right: 0.6rem !important;
  }
  .pe-xl-22 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-auto {
    padding-right: auto !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4.2rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 2.2rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 1.8rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 1.4rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 0.9rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 0.7rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 0.6rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
  .ps-xl-0 {
    padding-left: 0rem !important;
  }
  .ps-xl-1 {
    padding-left: 5rem !important;
  }
  .ps-xl-2 {
    padding-left: 4.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 4.2rem !important;
  }
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  .ps-xl-6 {
    padding-left: 3.6rem !important;
  }
  .ps-xl-7 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  .ps-xl-9 {
    padding-left: 2.8rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-11 {
    padding-left: 2.2rem !important;
  }
  .ps-xl-12 {
    padding-left: 2rem !important;
  }
  .ps-xl-13 {
    padding-left: 1.8rem !important;
  }
  .ps-xl-14 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-15 {
    padding-left: 1.4rem !important;
  }
  .ps-xl-16 {
    padding-left: 1.2rem !important;
  }
  .ps-xl-17 {
    padding-left: 1rem !important;
  }
  .ps-xl-18 {
    padding-left: 0.9rem !important;
  }
  .ps-xl-19 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-20 {
    padding-left: 0.7rem !important;
  }
  .ps-xl-21 {
    padding-left: 0.6rem !important;
  }
  .ps-xl-22 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-auto {
    padding-left: auto !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.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: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    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: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .m-xxl-1 {
    margin: 5rem !important;
  }
  .m-xxl-2 {
    margin: 4.8rem !important;
  }
  .m-xxl-3 {
    margin: 4.5rem !important;
  }
  .m-xxl-4 {
    margin: 4.2rem !important;
  }
  .m-xxl-5 {
    margin: 4rem !important;
  }
  .m-xxl-6 {
    margin: 3.6rem !important;
  }
  .m-xxl-7 {
    margin: 3.2rem !important;
  }
  .m-xxl-8 {
    margin: 3rem !important;
  }
  .m-xxl-9 {
    margin: 2.8rem !important;
  }
  .m-xxl-10 {
    margin: 2.4rem !important;
  }
  .m-xxl-11 {
    margin: 2.2rem !important;
  }
  .m-xxl-12 {
    margin: 2rem !important;
  }
  .m-xxl-13 {
    margin: 1.8rem !important;
  }
  .m-xxl-14 {
    margin: 1.6rem !important;
  }
  .m-xxl-15 {
    margin: 1.4rem !important;
  }
  .m-xxl-16 {
    margin: 1.2rem !important;
  }
  .m-xxl-17 {
    margin: 1rem !important;
  }
  .m-xxl-18 {
    margin: 0.9rem !important;
  }
  .m-xxl-19 {
    margin: 0.8rem !important;
  }
  .m-xxl-20 {
    margin: 0.7rem !important;
  }
  .m-xxl-21 {
    margin: 0.6rem !important;
  }
  .m-xxl-22 {
    margin: 0.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-xxl-1 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important;
  }
  .mx-xxl-3 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 4.2rem !important;
    margin-right: 4.2rem !important;
  }
  .mx-xxl-5 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important;
  }
  .mx-xxl-7 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important;
  }
  .mx-xxl-8 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-9 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important;
  }
  .mx-xxl-10 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important;
  }
  .mx-xxl-11 {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
  }
  .mx-xxl-12 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-xxl-13 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
  .mx-xxl-14 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important;
  }
  .mx-xxl-15 {
    margin-left: 1.4rem !important;
    margin-right: 1.4rem !important;
  }
  .mx-xxl-16 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
  .mx-xxl-17 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-18 {
    margin-left: 0.9rem !important;
    margin-right: 0.9rem !important;
  }
  .mx-xxl-19 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-xxl-20 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }
  .mx-xxl-21 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-xxl-22 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-xxl-1 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-2 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xxl-3 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .my-xxl-7 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-11 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-xxl-12 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-13 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .my-xxl-14 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-15 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }
  .my-xxl-16 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xxl-17 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-18 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }
  .my-xxl-19 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-20 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-xxl-21 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .my-xxl-22 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mt-xxl-1 {
    margin-top: 5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 4.8rem !important;
  }
  .mt-xxl-3 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4.2rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3.2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.8rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-11 {
    margin-top: 2.2rem !important;
  }
  .mt-xxl-12 {
    margin-top: 2rem !important;
  }
  .mt-xxl-13 {
    margin-top: 1.8rem !important;
  }
  .mt-xxl-14 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-15 {
    margin-top: 1.4rem !important;
  }
  .mt-xxl-16 {
    margin-top: 1.2rem !important;
  }
  .mt-xxl-17 {
    margin-top: 1rem !important;
  }
  .mt-xxl-18 {
    margin-top: 0.9rem !important;
  }
  .mt-xxl-19 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-20 {
    margin-top: 0.7rem !important;
  }
  .mt-xxl-21 {
    margin-top: 0.6rem !important;
  }
  .mt-xxl-22 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0rem !important;
  }
  .me-xxl-1 {
    margin-right: 5rem !important;
  }
  .me-xxl-2 {
    margin-right: 4.8rem !important;
  }
  .me-xxl-3 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 4.2rem !important;
  }
  .me-xxl-5 {
    margin-right: 4rem !important;
  }
  .me-xxl-6 {
    margin-right: 3.6rem !important;
  }
  .me-xxl-7 {
    margin-right: 3.2rem !important;
  }
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  .me-xxl-9 {
    margin-right: 2.8rem !important;
  }
  .me-xxl-10 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-11 {
    margin-right: 2.2rem !important;
  }
  .me-xxl-12 {
    margin-right: 2rem !important;
  }
  .me-xxl-13 {
    margin-right: 1.8rem !important;
  }
  .me-xxl-14 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-15 {
    margin-right: 1.4rem !important;
  }
  .me-xxl-16 {
    margin-right: 1.2rem !important;
  }
  .me-xxl-17 {
    margin-right: 1rem !important;
  }
  .me-xxl-18 {
    margin-right: 0.9rem !important;
  }
  .me-xxl-19 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-20 {
    margin-right: 0.7rem !important;
  }
  .me-xxl-21 {
    margin-right: 0.6rem !important;
  }
  .me-xxl-22 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4.2rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.8rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 2.2rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 1.8rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 1.4rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 0.9rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 0.7rem !important;
  }
  .mb-xxl-21 {
    margin-bottom: 0.6rem !important;
  }
  .mb-xxl-22 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0rem !important;
  }
  .ms-xxl-1 {
    margin-left: 5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 4.8rem !important;
  }
  .ms-xxl-3 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4.2rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3.6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3.2rem !important;
  }
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  .ms-xxl-9 {
    margin-left: 2.8rem !important;
  }
  .ms-xxl-10 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-11 {
    margin-left: 2.2rem !important;
  }
  .ms-xxl-12 {
    margin-left: 2rem !important;
  }
  .ms-xxl-13 {
    margin-left: 1.8rem !important;
  }
  .ms-xxl-14 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-15 {
    margin-left: 1.4rem !important;
  }
  .ms-xxl-16 {
    margin-left: 1.2rem !important;
  }
  .ms-xxl-17 {
    margin-left: 1rem !important;
  }
  .ms-xxl-18 {
    margin-left: 0.9rem !important;
  }
  .ms-xxl-19 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-20 {
    margin-left: 0.7rem !important;
  }
  .ms-xxl-21 {
    margin-left: 0.6rem !important;
  }
  .ms-xxl-22 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .p-xxl-1 {
    padding: 5rem !important;
  }
  .p-xxl-2 {
    padding: 4.8rem !important;
  }
  .p-xxl-3 {
    padding: 4.5rem !important;
  }
  .p-xxl-4 {
    padding: 4.2rem !important;
  }
  .p-xxl-5 {
    padding: 4rem !important;
  }
  .p-xxl-6 {
    padding: 3.6rem !important;
  }
  .p-xxl-7 {
    padding: 3.2rem !important;
  }
  .p-xxl-8 {
    padding: 3rem !important;
  }
  .p-xxl-9 {
    padding: 2.8rem !important;
  }
  .p-xxl-10 {
    padding: 2.4rem !important;
  }
  .p-xxl-11 {
    padding: 2.2rem !important;
  }
  .p-xxl-12 {
    padding: 2rem !important;
  }
  .p-xxl-13 {
    padding: 1.8rem !important;
  }
  .p-xxl-14 {
    padding: 1.6rem !important;
  }
  .p-xxl-15 {
    padding: 1.4rem !important;
  }
  .p-xxl-16 {
    padding: 1.2rem !important;
  }
  .p-xxl-17 {
    padding: 1rem !important;
  }
  .p-xxl-18 {
    padding: 0.9rem !important;
  }
  .p-xxl-19 {
    padding: 0.8rem !important;
  }
  .p-xxl-20 {
    padding: 0.7rem !important;
  }
  .p-xxl-21 {
    padding: 0.6rem !important;
  }
  .p-xxl-22 {
    padding: 0.5rem !important;
  }
  .p-xxl-auto {
    padding: auto !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-xxl-1 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-xxl-2 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
  .px-xxl-3 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .px-xxl-5 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-xxl-6 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important;
  }
  .px-xxl-7 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
  .px-xxl-8 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-xxl-9 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important;
  }
  .px-xxl-10 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  .px-xxl-11 {
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
  }
  .px-xxl-12 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-xxl-13 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
  .px-xxl-14 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .px-xxl-15 {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
  }
  .px-xxl-16 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }
  .px-xxl-17 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-18 {
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
  .px-xxl-19 {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }
  .px-xxl-20 {
    padding-left: 0.7rem !important;
    padding-right: 0.7rem !important;
  }
  .px-xxl-21 {
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
  }
  .px-xxl-22 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-xxl-1 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-2 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xxl-3 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }
  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
  .py-xxl-7 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-11 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-xxl-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-13 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .py-xxl-14 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-15 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .py-xxl-16 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xxl-17 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-18 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }
  .py-xxl-19 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-20 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-xxl-21 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .py-xxl-22 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pt-xxl-1 {
    padding-top: 5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 4.8rem !important;
  }
  .pt-xxl-3 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4.2rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3.2rem !important;
  }
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.8rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-11 {
    padding-top: 2.2rem !important;
  }
  .pt-xxl-12 {
    padding-top: 2rem !important;
  }
  .pt-xxl-13 {
    padding-top: 1.8rem !important;
  }
  .pt-xxl-14 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-15 {
    padding-top: 1.4rem !important;
  }
  .pt-xxl-16 {
    padding-top: 1.2rem !important;
  }
  .pt-xxl-17 {
    padding-top: 1rem !important;
  }
  .pt-xxl-18 {
    padding-top: 0.9rem !important;
  }
  .pt-xxl-19 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-20 {
    padding-top: 0.7rem !important;
  }
  .pt-xxl-21 {
    padding-top: 0.6rem !important;
  }
  .pt-xxl-22 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-auto {
    padding-top: auto !important;
  }
  .pe-xxl-0 {
    padding-right: 0rem !important;
  }
  .pe-xxl-1 {
    padding-right: 5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 4.8rem !important;
  }
  .pe-xxl-3 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4.2rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3.6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3.2rem !important;
  }
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  .pe-xxl-9 {
    padding-right: 2.8rem !important;
  }
  .pe-xxl-10 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-11 {
    padding-right: 2.2rem !important;
  }
  .pe-xxl-12 {
    padding-right: 2rem !important;
  }
  .pe-xxl-13 {
    padding-right: 1.8rem !important;
  }
  .pe-xxl-14 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-15 {
    padding-right: 1.4rem !important;
  }
  .pe-xxl-16 {
    padding-right: 1.2rem !important;
  }
  .pe-xxl-17 {
    padding-right: 1rem !important;
  }
  .pe-xxl-18 {
    padding-right: 0.9rem !important;
  }
  .pe-xxl-19 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-20 {
    padding-right: 0.7rem !important;
  }
  .pe-xxl-21 {
    padding-right: 0.6rem !important;
  }
  .pe-xxl-22 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-auto {
    padding-right: auto !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4.2rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.8rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 2.2rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 1.8rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 1.4rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 0.9rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 0.7rem !important;
  }
  .pb-xxl-21 {
    padding-bottom: 0.6rem !important;
  }
  .pb-xxl-22 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-auto {
    padding-bottom: auto !important;
  }
  .ps-xxl-0 {
    padding-left: 0rem !important;
  }
  .ps-xxl-1 {
    padding-left: 5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 4.8rem !important;
  }
  .ps-xxl-3 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4.2rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3.6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3.2rem !important;
  }
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  .ps-xxl-9 {
    padding-left: 2.8rem !important;
  }
  .ps-xxl-10 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-11 {
    padding-left: 2.2rem !important;
  }
  .ps-xxl-12 {
    padding-left: 2rem !important;
  }
  .ps-xxl-13 {
    padding-left: 1.8rem !important;
  }
  .ps-xxl-14 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-15 {
    padding-left: 1.4rem !important;
  }
  .ps-xxl-16 {
    padding-left: 1.2rem !important;
  }
  .ps-xxl-17 {
    padding-left: 1rem !important;
  }
  .ps-xxl-18 {
    padding-left: 0.9rem !important;
  }
  .ps-xxl-19 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-20 {
    padding-left: 0.7rem !important;
  }
  .ps-xxl-21 {
    padding-left: 0.6rem !important;
  }
  .ps-xxl-22 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-auto {
    padding-left: auto !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !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;
  }
}
.p-tablist-content {
  max-width: 100%;
  overflow: scroll;
  padding-inline-end: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-tablist-content::-webkit-scrollbar {
  display: none;
}
[dir=rtl] .overview-description .p-tablist-tab-list,
[dir=rtl] .personal-info .p-tablist-tab-list,
[dir=rtl] .xtras-details-container .p-tablist-tab-list,
[dir=rtl] .plan-details .p-tablist-tab-list {
  padding-inline-start: 2rem;
}
.overview-description .p-tablist-tab-list .p-tab,
.personal-info .p-tablist-tab-list .p-tab,
.xtras-details-container .p-tablist-tab-list .p-tab,
.plan-details .p-tablist-tab-list .p-tab {
  color: var(--grey-300);
  border-bottom: 0;
}
.overview-description .p-tablist-tab-list .p-tab.p-tab-active,
.personal-info .p-tablist-tab-list .p-tab.p-tab-active,
.xtras-details-container .p-tablist-tab-list .p-tab.p-tab-active,
.plan-details .p-tablist-tab-list .p-tab.p-tab-active {
  color: var(--app-secondary);
  border-color: var(--app-secondary);
}
.overview-description .p-tablist-tab-list .p-tablist-active-bar,
.personal-info .p-tablist-tab-list .p-tablist-active-bar,
.xtras-details-container .p-tablist-tab-list .p-tablist-active-bar,
.plan-details .p-tablist-tab-list .p-tablist-active-bar {
  min-width: 8rem;
  background-color: var(--app-secondary);
}
.manage-recharge-content .p-tabpanels,
.manage-blocking-content .p-tabpanels,
.roaming-services-page .p-tabpanels,
.xtras-page .p-tabpanels,
.main-login .p-tabpanels {
  background-color: transparent;
}
.manage-recharge-content .p-tablist-next-button,
.manage-blocking-content .p-tablist-next-button,
.roaming-services-page .p-tablist-next-button,
.xtras-page .p-tablist-next-button,
.main-login .p-tablist-next-button {
  display: none;
}
.manage-recharge-content .p-tablist-tab-list,
.manage-blocking-content .p-tablist-tab-list,
.roaming-services-page .p-tablist-tab-list,
.xtras-page .p-tablist-tab-list,
.main-login .p-tablist-tab-list {
  justify-content: center;
  border-bottom: 0;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 7rem;
  border: 1px solid var(--grey-50);
  border-radius: 4rem;
  gap: 3rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .manage-recharge-content .p-tablist-tab-list,
  .manage-blocking-content .p-tablist-tab-list,
  .roaming-services-page .p-tablist-tab-list,
  .xtras-page .p-tablist-tab-list,
  .main-login .p-tablist-tab-list {
    gap: 0.5rem;
    padding: 0.5rem 2rem;
  }
}
.manage-recharge-content .p-tablist-tab-list .p-tab,
.manage-blocking-content .p-tablist-tab-list .p-tab,
.roaming-services-page .p-tablist-tab-list .p-tab,
.xtras-page .p-tablist-tab-list .p-tab,
.main-login .p-tablist-tab-list .p-tab {
  border-bottom: 0;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 1.4rem;
}
.manage-recharge-content .p-tablist-tab-list .p-tab.p-tab-active,
.manage-blocking-content .p-tablist-tab-list .p-tab.p-tab-active,
.roaming-services-page .p-tablist-tab-list .p-tab.p-tab-active,
.xtras-page .p-tablist-tab-list .p-tab.p-tab-active,
.main-login .p-tablist-tab-list .p-tab.p-tab-active {
  color: var(--primary);
}
.manage-recharge-content .p-tablist-tab-list .p-tablist-active-bar,
.manage-blocking-content .p-tablist-tab-list .p-tablist-active-bar,
.roaming-services-page .p-tablist-tab-list .p-tablist-active-bar,
.xtras-page .p-tablist-tab-list .p-tablist-active-bar,
.main-login .p-tablist-tab-list .p-tablist-active-bar {
  display: none;
}
.roaming-services .p-tabpanels,
.xtras-page .p-tabpanels {
  padding: 0;
  margin-top: 1rem;
}
.xtras-details-container .p-tablist-content,
.plan-details .p-tablist-content {
  padding-inline-end: 0;
}
.p-accordion .pi {
  display: block !important;
}
.p-accordion .pi::before {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .p-accordion .pi {
  transform: scaleX(-1);
}
.p-accordion .p-accordionpanel {
  margin: 1rem 0;
  border-radius: 0 !important;
  border-bottom: none;
}
.p-accordion .p-accordionheader {
  color: var(--text-secondary);
  border-bottom: 1px solid var(--grey-50) !important;
  padding: 2rem 1.25rem;
}
.p-accordion .p-accordionheader span {
  font-size: 1.4rem;
}
.p-accordion .p-accordionpanel {
  box-shadow: none;
  border: 1px solid var(--grey-50);
}
.p-accordion .p-accordionpanel.p-accordionpanel-active {
  margin: 0;
}
.p-accordion .p-accordioncontent-content {
  padding: 0;
}
.p-accordion .p-accordioncontent-content ul {
  padding: 0;
}
.p-accordion .p-accordioncontent-content ul li {
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid var(--grey-50);
  color: var(--grey-300);
}
.p-accordion .p-accordioncontent-content ul li span:last-child {
  color: var(--blue-400) !important;
}
.p-accordion .p-accordioncontent-content ul li:last-child {
  border-bottom: none;
}
.p-accordion .p-accordioncontent-content .action-button {
  border-top: 1px solid var(--grey-50);
}
.plan-details-dialog .p-accordionheader {
  padding: 0.7rem 1.25rem;
}
.plan-details-dialog .p-accordionheader .pi::before {
  background-color: transparent;
}
.faq-accordion .p-accordionheader-toggle-icon.icon-start {
  order: 1;
  margin-inline-start: auto;
}
.faq-section .p-iconwrapper {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-grey);
  color: var(--grey-300);
}
.p-menu {
  border: 1px solid var(--grey-50) !important;
}
.p-menu .p-menu-list {
  width: 20rem;
  padding: 0;
}
.p-menu .p-menu-list .p-menu-item {
  border-bottom: 1px solid var(--grey-50);
  margin-bottom: 0;
  color: var(--grey-300);
  font-weight: 500;
}
.p-menu .p-menu-list .p-menu-item .p-menu-item-content {
  padding: 0.5rem;
}
.p-menu .p-menu-list .p-menu-item .p-menu-item-content .p-menu-item-link {
  display: flex;
  align-items: center;
}
.p-menu .p-menu-list .p-menu-item .p-menu-item-content .p-menu-item-link span::before {
  font-size: 2.2rem;
}
.p-menu .p-menu-list .p-menu-item:hover {
  text-decoration: none;
}
.p-menu .p-menu-list .p-menu-item:hover a {
  text-decoration: none;
  color: var(--primary);
}
.p-menu .p-menu-list .p-menu-item:hover span::before {
  color: var(--primary);
}
.p-menu.plans-dropdown-menu {
  border-radius: 0;
  padding: 2rem;
  display: flex;
}
.p-menu.plans-dropdown-menu .p-menu-list .p-menu-item {
  border-bottom: 0;
}
.p-menu.plans-dropdown-menu .p-menu-list .p-menu-item .menu-item-link {
  color: #333;
  text-decoration: 0;
  cursor: pointer;
  font-weight: 400 !important;
}
.p-menu.plans-dropdown-menu .p-menu-list .p-menu-item .menu-item-link.p-disabled {
  font-weight: 700 !important;
  opacity: 0;
}
.p-menu.plans-dropdown-menu .p-menu-list .p-menu-item .menu-item-link.featured {
  color: var(--primary);
}
.p-menu.plans-dropdown-menu .p-menu-list .p-menu-separator {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 80%;
}
.p-menu.plans-dropdown-menu .menu-image-section {
  width: 35rem;
  height: 30rem;
}
.p-menu.plans-dropdown-menu .menu-image-section img {
  max-width: 100%;
  height: 100%;
}
.p-menu.profile-menu {
  width: 25rem;
  display: flex;
  justify-content: center;
}
.p-menu.profile-menu .p-menu-list {
  padding: 0.8rem 0;
}
.p-menu.profile-menu .p-menu-list .p-menu-item {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  border-bottom: 0;
}
.p-menu.profile-menu .p-menu-list .p-menu-item .p-menu-item-content {
  padding-left: 0;
}
.p-menu.profile-menu .p-menu-list .p-menu-item .p-menu-item-content .p-menu-item-link {
  padding-left: 0;
}
.p-menu.profile-menu .p-menu-list .p-menu-item .p-menu-item-icon::before {
  font-size: 1.8rem !important;
}
.p-drawer {
  border: 0 !important;
}
.p-drawer-header {
  display: none !important;
}
.p-drawer-content {
  padding: 0 !important;
}
.p-drawer-left {
  max-width: 35% !important;
}
@media (max-width: 768px) {
  .p-drawer-left {
    max-width: 100% !important;
  }
}
.p-drawer-right {
  width: 38rem !important;
}
.fixed-height.p-select .p-select-label {
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.p-select-sm.p-select {
  width: 8rem;
  align-items: center;
  border-radius: 0;
}
.p-select-sm.p-select .p-select-label {
  font-size: 1.2rem;
}
.time-select.p-select {
  border-radius: 0 !important;
}
.time-select.p-select .p-select-label {
  text-align: start !important;
  padding-inline-start: 4rem !important;
}
.country-select.p-select {
  border: none;
  box-shadow: none;
}
.country-select.p-select.p-focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.country-select .p-select-label {
  padding: 0.5rem 0;
  border: none;
  background: transparent;
  font-size: 1.4rem;
}
.country-select .p-select-label .country-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.country-select .p-select-label .country-item .country-flag {
  font-size: 1.6rem;
}
.country-select .p-select-label .country-item .country-code {
  font-weight: 600;
  color: #1a1a1a;
}
.country-select .p-select-dropdown {
  border: none;
  background: transparent;
  color: #666666;
}
.country-select:not(.p-disabled):hover {
  border-color: #e91e63;
}
.country-select:not(.p-disabled).p-focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 3px rgba(233, 30, 99, 0.1);
}
.p-select-overlay {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.p-select-overlay .p-select-option {
  padding: 1rem 1.5rem;
}
.p-select-overlay .p-select-option .country-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-select-overlay .p-select-option .country-item .country-flag {
  font-size: 1.4rem;
}
.p-select-overlay .p-select-option .country-item .country-name {
  flex: 1;
  font-weight: 500;
}
.p-select-overlay .p-select-option .country-item .country-code {
  color: #666666;
  font-size: 1.3rem;
}
.p-select-overlay .p-select-option:hover {
  background: rgba(233, 30, 99, 0.05);
  color: #e91e63;
}
.p-select-overlay .p-select-option.p-selected {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}
.inquiry-select.p-select .p-select-label {
  font-weight: 400;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  background-color: var(--brand-white);
  color: var(--brand-secondary-500);
  font-size: 1.25rem;
}
.inquiry-select.p-select .p-select-option {
  font-size: 1.25rem;
}
.inquiry-select.p-select .p-select-option:hover {
  background: rgba(233, 30, 99, 0.05);
  color: #e91e63;
}
.inquiry-select.p-select .p-select-option.p-selected {
  background: rgba(233, 30, 99, 0.1);
  color: #e91e63;
}
.stores-sidebar .p-select-open {
  border: 0;
  background-color: var(--brand-white) !important;
}
.stores-sidebar .p-select-open .p-select-label {
  color: var(--primary);
}
.stores-sidebar .p-select-open .p-iconwrapper svg {
  color: var(--primary);
}
.city-filter.p-select-overlay,
.district-filter.p-select-overlay {
  border: 0 !important;
  min-width: 37rem !important;
  border-radius: 0;
  padding: 1rem;
}
.city-filter.p-select-overlay .p-select-header .p-inputtext,
.district-filter.p-select-overlay .p-select-header .p-inputtext {
  border-radius: 0;
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-inline-start: 2.5rem;
  border-color: var(--grey-100);
}
.city-filter.p-select-overlay .p-select-header .p-inputicon,
.district-filter.p-select-overlay .p-select-header .p-inputicon {
  right: unset;
  inset-inline-start: 0.6rem;
  transform: translateY(-21%);
}
.city-filter.p-select-overlay .p-select-header .p-icon,
.district-filter.p-select-overlay .p-select-header .p-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--grey-100);
}
.city-filter.p-select-overlay .p-select-option,
.district-filter.p-select-overlay .p-select-option {
  padding: 0.1rem 1.5rem;
}
.inquiry-filter.p-select {
  min-width: 18rem !important;
}
.inquiry-filter.p-select .p-select-clear-icon {
  position: static !important;
  top: auto !important;
  inset-inline-end: auto !important;
  margin-top: 0 !important;
}
.edit-profile-form .p-select .p-select-label {
  height: 2.75rem !important;
  padding: 0.75rem 1rem !important;
  font-size: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
}
.edit-profile-form .p-select .p-select-dropdown {
  height: 2.75rem !important;
  display: flex !important;
  align-items: center !important;
}
.p-radiobutton .p-radiobutton-input:hover + .p-radiobutton-box {
  border-color: var(--primary);
}
.p-radiobutton .p-radiobutton-box {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 1px;
}
.p-radiobutton .p-radiobutton-icon {
  width: 0.6rem;
  height: 0.6rem;
}
.p-radiobutton.p-radiobutton-checked .p-radiobutton-box {
  border-color: var(--primary);
}
.p-radiobutton.p-radiobutton-checked .p-radiobutton-box .p-radiobutton-icon {
  background-color: var(--primary);
}
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-radiobutton-checked .p-radiobutton-box .p-radiobutton-box {
  border-color: var(--primary);
}
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-radiobutton-checked .p-radiobutton-box .p-radiobutton-icon {
  background: var(--primary);
}
.p-inputotp {
  gap: 1.5rem !important;
}
@media (max-width: 768px) {
  .p-inputotp {
    gap: 0.6rem !important;
  }
}
.p-inputotp-input {
  font-size: 5rem !important;
  width: 7rem !important;
  height: 7rem;
  border-radius: 0 !important;
  border: 1px solid var(--grey-300) !important;
}
@media (max-width: 768px) {
  .p-inputotp-input {
    font-size: 2rem !important;
    width: 4rem !important;
    height: 4rem;
  }
}
.p-autocomplete .p-autocomplete-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 0;
  font-size: 1.2rem;
  color: var(--text-color);
  transition: all 0.3s ease;
}
.p-autocomplete .p-autocomplete-input:focus {
  outline: none !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
}
.p-autocomplete .p-autocomplete-input::placeholder {
  color: var(--grey-400);
}
.p-overlay {
  border: 1px solid var(--grey-300);
}
.p-overlay .p-autocomplete-list {
  padding: 1rem;
}
.p-overlay .p-autocomplete-list .p-autocomplete-option {
  border-bottom: 1px solid var(--grey-50);
  color: var(--grey-300);
  font-size: 1.5rem;
}
.sim-replacement .p-stepper .p-steplist {
  justify-content: center;
}
.sim-replacement .p-stepper .p-steplist .p-step {
  max-width: fit-content;
  padding: 0;
}
.sim-replacement .p-stepper .p-steplist .p-step .step {
  display: inline-block;
  width: 4rem;
  height: 3px;
  border-radius: 0.1rem;
  background: var(--dark-grey);
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.sim-replacement .p-stepper .p-steplist .p-step .step.active {
  background-color: var(--primary);
}
.sim-replacement .p-stepper .p-steplist .p-step.p-step-active .step {
  background-color: var(--primary);
}
.sim-replacement .p-stepper .p-steplist .p-step .p-stepper-separator {
  display: none;
}
@media (max-width: 768px) {
  .sim-replacement .p-stepper .p-steplist {
    padding: 0 1rem;
    gap: 0.5rem;
  }
  .sim-replacement .p-stepper .p-steplist .p-step .step {
    width: 3rem;
    height: 2px;
  }
}
@media (max-width: 576px) {
  .sim-replacement .p-stepper .p-steplist {
    padding: 0 0.5rem;
    gap: 0.25rem;
  }
  .sim-replacement .p-stepper .p-steplist .p-step .step {
    width: 2.5rem;
    height: 2px;
  }
}
@media (max-width: 480px) {
  .sim-replacement .p-stepper .p-steplist {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .sim-replacement .p-stepper .p-steplist .p-step .step {
    width: 2rem;
    height: 2px;
  }
}
.active-sim-steps .p-stepper,
.book-new-number .p-stepper,
.bring-my-number .p-stepper {
  display: flex;
}
.active-sim-steps .p-stepper .list-container,
.book-new-number .p-stepper .list-container,
.bring-my-number .p-stepper .list-container {
  min-height: 100vh;
  background-color: var(--light-grey);
  padding-top: 2rem;
  padding-inline-start: 6rem;
  padding-bottom: 6rem;
  flex-basis: 25%;
}
.active-sim-steps .p-stepper .p-steplist,
.book-new-number .p-stepper .p-steplist,
.bring-my-number .p-stepper .p-steplist {
  flex-direction: column;
  align-items: self-start;
}
@media (min-width: 768px) {
  .active-sim-steps .p-stepper .p-steplist,
  .book-new-number .p-stepper .p-steplist,
  .bring-my-number .p-stepper .p-steplist {
    height: 34rem;
  }
}
.active-sim-steps .p-stepper .p-steplist .p-step,
.book-new-number .p-stepper .p-steplist .p-step,
.bring-my-number .p-stepper .p-steplist .p-step {
  flex-direction: column;
  gap: 0;
  padding: 0.25rem;
}
.active-sim-steps .p-stepper .p-steplist .p-step.past-active i::before,
.book-new-number .p-stepper .p-steplist .p-step.past-active i::before,
.bring-my-number .p-stepper .p-steplist .p-step.past-active i::before {
  color: var(--brand-white) !important;
}
.active-sim-steps .p-stepper .p-steplist .p-step.active .icon,
.book-new-number .p-stepper .p-steplist .p-step.active .icon,
.bring-my-number .p-stepper .p-steplist .p-step.active .icon {
  border-color: var(--primary);
}
.active-sim-steps .p-stepper .p-steplist .p-step.active .icon i::before,
.book-new-number .p-stepper .p-steplist .p-step.active .icon i::before,
.bring-my-number .p-stepper .p-steplist .p-step.active .icon i::before {
  color: var(--primary);
}
.active-sim-steps .p-stepper .p-steplist .p-step .icon,
.book-new-number .p-stepper .p-steplist .p-step .icon,
.bring-my-number .p-stepper .p-steplist .p-step .icon {
  border: 2px solid var(--grey-100);
  display: inline-block;
  border-radius: 50%;
  width: 3.4rem;
  height: 3.4rem;
}
.active-sim-steps .p-stepper .p-steplist .p-step .icon i::before,
.book-new-number .p-stepper .p-steplist .p-step .icon i::before,
.bring-my-number .p-stepper .p-steplist .p-step .icon i::before {
  color: var(--grey-100);
}
.active-sim-steps .p-stepper .p-steplist .p-step .p-step-header,
.book-new-number .p-stepper .p-steplist .p-step .p-step-header,
.bring-my-number .p-stepper .p-steplist .p-step .p-step-header {
  padding-left: 0;
  padding-bottom: 0.3rem;
  padding-top: 0.5rem;
}
.active-sim-steps .p-stepper .p-steplist .p-step .p-stepper-separator,
.book-new-number .p-stepper .p-steplist .p-step .p-stepper-separator,
.bring-my-number .p-stepper .p-steplist .p-step .p-stepper-separator {
  width: 2px;
  align-self: self-start;
  transform: translateX(20px);
  background-color: var(--grey-100);
}
.active-sim-steps .p-stepper .p-steppanels,
.book-new-number .p-stepper .p-steppanels,
.bring-my-number .p-stepper .p-steppanels {
  flex: 1;
}
.active-sim-steps .p-stepper .p-steppanels p-step-panel,
.book-new-number .p-stepper .p-steppanels p-step-panel,
.bring-my-number .p-stepper .p-steppanels p-step-panel {
  background: transparent;
}
.active-sim-steps .p-stepper .p-steppanels p-step-panel.p-steppanel-active,
.book-new-number .p-stepper .p-steppanels p-step-panel.p-steppanel-active,
.bring-my-number .p-stepper .p-steppanels p-step-panel.p-steppanel-active {
  display: block;
  height: 100%;
}
.active-sim-steps .p-stepper .p-steppanels p-step-panel.p-steppanel-active .p-steppanel-content,
.book-new-number .p-stepper .p-steppanels p-step-panel.p-steppanel-active .p-steppanel-content,
.bring-my-number .p-stepper .p-steppanels p-step-panel.p-steppanel-active .p-steppanel-content {
  height: 100%;
}
@media (max-width: 1024px) {
  .active-sim-steps .p-stepper .list-container,
  .book-new-number .p-stepper .list-container,
  .bring-my-number .p-stepper .list-container {
    padding-inline-start: 4rem;
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  .active-sim-steps .p-stepper,
  .book-new-number .p-stepper,
  .bring-my-number .p-stepper {
    flex-direction: column;
  }
  .active-sim-steps .p-stepper .list-container,
  .book-new-number .p-stepper .list-container,
  .bring-my-number .p-stepper .list-container {
    min-height: auto;
    padding: 1.5rem 1rem;
    flex-basis: auto;
    order: 1;
  }
  .active-sim-steps .p-stepper .p-steplist,
  .book-new-number .p-stepper .p-steplist,
  .bring-my-number .p-stepper .p-steplist {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .active-sim-steps .p-stepper .p-steplist .p-step,
  .book-new-number .p-stepper .p-steplist .p-step,
  .bring-my-number .p-stepper .p-steplist .p-step {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    min-width: fit-content;
  }
  .active-sim-steps .p-stepper .p-steplist .p-step .icon,
  .book-new-number .p-stepper .p-steplist .p-step .icon,
  .bring-my-number .p-stepper .p-steplist .p-step .icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
  }
  .active-sim-steps .p-stepper .p-steplist .p-step .p-step-header,
  .book-new-number .p-stepper .p-steplist .p-step .p-step-header,
  .bring-my-number .p-stepper .p-steplist .p-step .p-step-header {
    padding: 0;
    font-size: 0.85rem;
  }
  .active-sim-steps .p-stepper .p-steplist .p-step .p-stepper-separator,
  .book-new-number .p-stepper .p-steplist .p-step .p-stepper-separator,
  .bring-my-number .p-stepper .p-steplist .p-step .p-stepper-separator {
    display: none;
  }
  .active-sim-steps .p-stepper .p-steppanels,
  .book-new-number .p-stepper .p-steppanels,
  .bring-my-number .p-stepper .p-steppanels {
    order: 2;
    padding: 1rem;
  }
  .active-sim-steps .p-stepper .p-steppanels p-step-panel .p-steppanel-content,
  .book-new-number .p-stepper .p-steppanels p-step-panel .p-steppanel-content,
  .bring-my-number .p-stepper .p-steppanels p-step-panel .p-steppanel-content {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .active-sim-steps .p-stepper .list-container,
  .book-new-number .p-stepper .list-container,
  .bring-my-number .p-stepper .list-container {
    padding: 1rem 0.5rem;
  }
  .active-sim-steps .p-stepper .p-steplist,
  .book-new-number .p-stepper .p-steplist,
  .bring-my-number .p-stepper .p-steplist {
    gap: 0.5rem;
    padding: 0 0.5rem 1rem;
    padding-inline-start: 38rem !important;
  }
  .active-sim-steps .p-stepper .p-steplist .p-step .icon,
  .book-new-number .p-stepper .p-steplist .p-step .icon,
  .bring-my-number .p-stepper .p-steplist .p-step .icon {
    width: 2rem;
    height: 2rem;
  }
  .active-sim-steps .p-stepper .p-steplist .p-step .p-step-header,
  .book-new-number .p-stepper .p-steplist .p-step .p-step-header,
  .bring-my-number .p-stepper .p-steplist .p-step .p-step-header {
    font-size: 0.75rem;
    display: none;
  }
  .active-sim-steps .p-stepper .p-steppanels,
  .book-new-number .p-stepper .p-steppanels,
  .bring-my-number .p-stepper .p-steppanels {
    padding: 0.5rem;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .active-sim-steps .p-stepper .list-container,
  .book-new-number .p-stepper .list-container,
  .bring-my-number .p-stepper .list-container {
    padding-inline-start: 3rem;
    flex-basis: 35%;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .active-sim-steps .p-stepper .p-steplist,
  [dir=rtl] .book-new-number .p-stepper .p-steplist,
  [dir=rtl] .bring-my-number .p-stepper .p-steplist {
    direction: rtl;
  }
}
@media (min-width: 768px) {
  .active-sim-steps .p-steplist {
    height: 15rem !important;
  }
}
.custom-input .p-datepicker-input {
  width: 100%;
  height: 3rem;
  padding: 0.75rem 1rem;
  font-size: 2rem;
  opacity: 1;
}
.edit-profile-form .p-calendar {
  width: 100%;
}
.edit-profile-form .p-calendar .p-inputtext {
  width: 100% !important;
  height: 2.75rem !important;
  padding: 0.75rem 1rem !important;
  font-size: 1.5rem !important;
}
.edit-profile-form .p-calendar .p-datepicker-trigger {
  height: 2.75rem !important;
  display: flex !important;
  align-items: center !important;
}
html[dir=rtl] .edit-profile-form .p-calendar .p-datepicker-trigger {
  left: 0.5rem !important;
  right: auto !important;
}
html[dir=rtl] .edit-profile-form .p-calendar .p-inputtext {
  padding-left: 2.5rem !important;
  padding-right: 0.75rem !important;
}
html[dir=ltr] .edit-profile-form .p-calendar .p-datepicker-trigger {
  right: 0.5rem !important;
  left: auto !important;
}
.p-dialog {
  border-radius: 0 !important;
}
.p-dialog .p-dialog-header {
  display: none !important;
}
.search-modal {
  width: 50vw;
}
.search-modal .p-dialog {
  margin: 0;
  margin-top: 70px;
  width: 95%;
  max-width: 1200px;
  min-height: 120px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  animation: slideDown 0.3s ease-out;
}
@media (max-width: 767.98px) {
  .search-modal .p-dialog {
    width: 98%;
    margin-top: 10px;
    min-height: 100px;
  }
}
.search-modal .p-dialog-content {
  padding: 2.5rem 3rem;
}
@media (max-width: 767.98px) {
  .search-modal .p-dialog-content {
    padding: 1.5rem;
  }
}
.search-modal .search-modal-content .form-control {
  font-size: 1.6rem;
  padding: 1rem 0.5rem;
}
@media (max-width: 767.98px) {
  .search-modal .search-modal-content .form-control {
    font-size: 1.2rem;
    padding: 0.75rem 0.5rem;
  }
}
.search-modal .search-modal-content .form-control:focus {
  outline: none;
  box-shadow: none;
}
.search-modal .search-modal-content .form-control::placeholder {
  color: #999;
}
.search-modal .search-modal-content i.pi-search {
  font-size: 1.8rem !important;
}
@media (max-width: 767.98px) {
  .search-modal .search-modal-content i.pi-search {
    font-size: 1.4rem !important;
  }
}
.search-modal .search-modal-content i.pi-times {
  font-size: 1.6rem !important;
}
@media (max-width: 767.98px) {
  .search-modal .search-modal-content i.pi-times {
    font-size: 1.2rem !important;
  }
}
.search-modal .search-modal-content .btn-link:hover {
  color: var(--primary) !important;
}
.search-modal .search-modal-content .search-results {
  margin-top: 1rem;
  max-height: 400px;
  overflow-y: auto;
}
.search-modal .search-modal-content .search-results .results-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search-modal .search-modal-content .search-results .results-list .result-item {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .search-modal .search-modal-content .search-results .results-list .result-item {
    padding: 0.75rem 1rem;
    font-size: 1.2rem;
  }
}
.search-modal .search-modal-content .search-results .results-list .result-item i {
  color: var(--primary);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}
.search-modal .search-modal-content .search-results .results-list .result-item:hover {
  background-color: var(--primary);
  color: white;
}
.search-modal .search-modal-content .search-results .results-list .result-item:hover i {
  color: white;
  transform: translateX(5px);
}
.search-modal .search-modal-content .search-results .results-list .result-item:active {
  transform: scale(0.98);
}
.search-modal .search-modal-content .search-results .no-results {
  padding: 2rem;
}
.search-modal .search-modal-content .search-results .no-results i {
  display: block;
}
.search-modal .search-modal-content .search-results .no-results p {
  font-size: 1.2rem;
}
.p-toggleswitch {
  --p-toggleswitch-width: 4rem !important;
  --p-toggleswitch-height: 2rem !important;
  --p-toggleswitch-handle-size: 1.5rem !important;
  --p-toggleswitch-gap: 0.25rem !important;
}
.p-toggleswitch.p-toggleswitch-checked {
  --p-toggleswitch-checked-background: var(--grey-50) !important;
  --p-toggleswitch-checked-border-color: var(--grey-50) !important;
}
.p-toggleswitch.p-toggleswitch-checked .p-toggleswitch-handle {
  background: var(--primary) !important;
}
.p-toggleswitch.p-toggleswitch-checked:not(.p-disabled):hover {
  --p-toggleswitch-checked-hover-background: var(--grey-100) !important;
  --p-toggleswitch-checked-hover-border-color: var(--grey-100) !important;
}
.p-password {
  width: 100%;
}
.p-password .p-inputtext {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--grey-300);
  border-radius: 0rem;
  font-size: 1.4rem;
  transition: all 0.2s ease;
}
.p-password .p-inputtext::placeholder {
  font-size: 1.4rem;
}
.p-password .p-inputtext:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(var(--primary), 0.2);
}
.p-password.error .p-inputtext {
  border-color: var(--red-500);
}
.p-password.error .p-inputtext:focus {
  box-shadow: 0 0 0 2px rgba(var(--red-500-rgb), 0.2);
}
.p-checkbox.p-highlight .p-checkbox-box {
  background-color: var(--primary);
  border-color: var(--primary);
}
.p-checkbox:has(.p-checkbox-input:hover) .p-checkbox-box {
  border-color: var(--primary) !important;
}
.p-checkbox.p-checkbox-checked:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
  background-color: var(--primary);
  border-color: var(--primary);
}
.p-datepicker-panel {
  min-width: unset !important;
}
.p-datepicker input {
  font-size: 1.4rem;
  border-radius: 0;
}
.p-datepicker .p-datepicker-input-icon-container {
  transform: translateY(-34%);
}
.edit-profile-form .p-datepicker-dropdown {
  border: 1px solid var(--p-datepicker-dropdown-border-color) !important;
}
.p-card {
  min-height: 20rem !important;
  border: none !important;
  box-shadow: none !important;
}
.p-card .p-card-body,
.p-card .p-card-content {
  border: none !important;
}
.inquiries-card.p-card {
  border: 1px solid var(--grey-50) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: 30rem !important;
}
.helper-view-card.p-card {
  border: 1px solid var(--grey-50) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.sharp-card.p-card {
  border-radius: 0 !important;
}
.customer-survey {
}
.customer-survey .p-slider {
  height: 0.5rem !important;
  width: 37rem;
  border-radius: 0.5rem;
}
.customer-survey .p-slider .p-slider-handle:hover {
  box-shadow: none !important;
}
.customer-survey .p-slider .p-slider-range {
  height: 0.6rem !important;
  border-radius: 0.5rem;
}
.customer-survey .p-slider .p-slider-handle {
  width: 2rem;
  height: 2rem;
  background: var(--red-500);
  transition: background 0.3s ease, transform 0.2s ease;
}
.customer-survey .p-slider .p-slider-range {
  height: 0.5rem;
}
.customer-survey .rating-poor .p-slider-range {
  background-color: var(--red-500);
}
.customer-survey .rating-average .p-slider-range {
  background-color: var(--yellow-300);
}
.customer-survey .rating-good .p-slider-range {
  background-color: var(--green-300);
}
.customer-survey .rating-excellent .p-slider-range {
  background-color: var(--green-500);
}
.customer-survey .p-slider .p-slider-handle {
  box-shadow: none !important;
}
.customer-survey .rating-poor .p-slider-handle,
.customer-survey .rating-poor .p-slider-handle::before,
.customer-survey .rating-poor .p-slider-handle:hover::before,
.customer-survey .rating-poor .p-slider-handle:focus::before,
.customer-survey .rating-poor .p-slider-handle:active::before {
  background-color: var(--red-500) !important;
}
.customer-survey .rating-average .p-slider-handle,
.customer-survey .rating-average .p-slider-handle::before,
.customer-survey .rating-average .p-slider-handle:hover::before,
.customer-survey .rating-average .p-slider-handle:focus::before,
.customer-survey .rating-average .p-slider-handle:active::before {
  background-color: var(--yellow-300) !important;
}
.customer-survey .rating-good .p-slider-handle,
.customer-survey .rating-good .p-slider-handle::before,
.customer-survey .rating-good .p-slider-handle:hover::before,
.customer-survey .rating-good .p-slider-handle:focus::before,
.customer-survey .rating-good .p-slider-handle:active::before {
  background-color: var(--green-300) !important;
}
.customer-survey .rating-excellent .p-slider-handle,
.customer-survey .rating-excellent .p-slider-handle::before,
.customer-survey .rating-excellent .p-slider-handle:hover::before,
.customer-survey .rating-excellent .p-slider-handle:focus::before,
.customer-survey .rating-excellent .p-slider-handle:active::before {
  background-color: var(--green-500) !important;
}
.swiper-button-prev svg {
  color: red;
}
swiper-container::part(bullet-active) {
  background: var(--primary);
  transform: scale(1.1);
}
#nprogress .bar {
  background: var(--primary) !important;
  height: 2px;
}
html[lang=ar],
html[dir=rtl] {
  direction: rtl !important;
}
html[lang=en],
html[dir=ltr] {
  direction: ltr;
}
[dir=rtl] .pi-arrow-left {
  transform: rotate(180deg);
}
[dir=rtl] .time-icon {
  left: unset !important;
  right: 12px !important;
}
[dir=rtl] .end-0 {
  right: auto !important;
  left: 0 !important;
}
[dir=rtl] .discount-badge {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 1rem !important;
}
[dir=rtl] .list-unstyled {
  padding-right: 0;
}
[dir=rtl] .pi-chevron-circle-left {
  transform: rotate(180deg);
}
[dir=rtl] .form-control.is-invalid {
  background-position: left calc(0.375em + 0.1875rem) center !important;
}
[dir=rtl] .form-control,
[dir=rtl] .form-select,
[dir=rtl] .form-input {
  text-align: right;
}
[dir=rtl] .form-check {
  padding-right: 1.75rem;
  padding-left: 0;
}
[dir=rtl] .form-check .form-check-input {
  margin-right: -1.75rem;
  margin-left: 0;
}
[dir=rtl] .input-group .form-control:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--input-border-radius);
  border-bottom-left-radius: var(--input-border-radius);
}
[dir=rtl] .input-group .form-control:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}
[dir=rtl] .input-group .input-group-text:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}
[dir=rtl] .input-group .input-group-text:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--input-border-radius);
  border-bottom-left-radius: var(--input-border-radius);
}
[dir=rtl] .navbar-nav .nav-item + .nav-item {
  margin-right: 0;
  margin-left: 0;
}
[dir=rtl] .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}
[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0;
  content: "\\";
}
[dir=rtl] .sidebar {
  right: 0;
  left: auto;
  border-left: 1px solid var(--border-color);
  border-right: none;
}
@media (max-width: 991.98px) {
  [dir=rtl] .sidebar {
    transform: translateX(100%);
  }
  [dir=rtl] .sidebar.show {
    transform: translateX(0);
  }
}
[dir=rtl] .sidebar .sidebar-menu .menu-item a .icon {
  margin-left: 0.75rem;
  margin-right: 0;
}
[dir=rtl] .sidebar .sidebar-menu .menu-item.has-children .submenu a {
  padding-right: 3rem;
  padding-left: 1rem;
}
[dir=rtl] .btn.btn-icon-left {
  flex-direction: row-reverse;
}
[dir=rtl] .btn.btn-icon-left .icon {
  margin-left: 0.5rem;
  margin-right: 0;
}
[dir=rtl] .btn-group .btn:not(:first-child) {
  margin-right: -1px;
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--button-border-radius);
  border-bottom-left-radius: var(--button-border-radius);
}
[dir=rtl] .btn-group .btn:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--button-border-radius);
  border-bottom-right-radius: var(--button-border-radius);
}
[dir=rtl] .table th,
[dir=rtl] .table td {
  text-align: right;
}
[dir=rtl] .table-sortable th.sortable::after {
  right: auto;
  left: 0.5rem;
}
[dir=rtl] .card-horizontal .card-img-left {
  border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
}
@media (max-width: 767.98px) {
  [dir=rtl] .card-horizontal .card-img-left {
    border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
  }
}
[dir=rtl] .modal-header .btn-close {
  margin-right: auto;
  margin-left: -0.5rem;
}
[dir=rtl] .pagination .page-item:first-child .page-link {
  border-top-right-radius: var(--border-radius-md);
  border-bottom-right-radius: var(--border-radius-md);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .pagination .page-item:last-child .page-link {
  border-top-left-radius: var(--border-radius-md);
  border-bottom-left-radius: var(--border-radius-md);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .alert .alert-heading {
  text-align: right;
}
[dir=rtl] .alert .btn-close {
  right: auto;
  left: 0;
}
[dir=rtl] .progress .progress-bar {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
[dir=rtl] .tooltip .tooltip-arrow::before {
  right: -1px;
  left: auto;
}
[dir=rtl] .popover .popover-arrow::before,
[dir=rtl] .popover .popover-arrow::after {
  right: -1px;
  left: auto;
}
[dir=rtl] .text-left {
  text-align: right !important;
}
[dir=rtl] .text-right {
  text-align: left !important;
}
[dir=rtl] .float-left {
  float: right !important;
}
[dir=rtl] .float-right {
  float: left !important;
}
[dir=rtl] .border-left {
  border-left: 0 !important;
  border-right: 1px solid var(--border-color) !important;
}
[dir=rtl] .border-right {
  border-right: 0 !important;
  border-left: 1px solid var(--border-color) !important;
}
[dir=rtl] .rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: var(--border-radius-md) !important;
  border-bottom-right-radius: var(--border-radius-md) !important;
}
[dir=rtl] .rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: var(--border-radius-md) !important;
  border-bottom-left-radius: var(--border-radius-md) !important;
}
[dir=rtl] .p-dropdown .p-dropdown-trigger {
  right: auto;
  left: 0.75rem;
}
[dir=rtl] .p-dropdown-panel .p-dropdown-items {
  text-align: right;
}
[dir=rtl] .p-menu .p-menu-list .p-menuitem .p-menuitem-link {
  text-align: right;
}
[dir=rtl] .p-menu .p-menu-list .p-menuitem .p-menuitem-link .p-menuitem-icon {
  margin-left: 0.5rem;
  margin-right: 0;
}
[dir=rtl] .p-dialog .p-dialog-header .p-dialog-header-icons {
  right: auto;
  left: 1rem;
}
[dir=rtl] .p-datatable .p-datatable-thead > tr > th {
  text-align: right;
}
[dir=rtl] .p-datatable .p-datatable-tbody > tr > td {
  text-align: right;
}
[dir=rtl] .p-toast.p-toast-top-right {
  top: 20px;
  right: auto;
  left: 20px;
}
[dir=rtl] .p-toast.p-toast-top-left {
  top: 20px;
  left: auto;
  right: 20px;
}
[dir=rtl] .p-toast.p-toast-bottom-right {
  bottom: 20px;
  right: auto;
  left: 20px;
}
[dir=rtl] .p-toast.p-toast-bottom-left {
  bottom: 20px;
  left: auto;
  right: 20px;
}
[dir=rtl] .me-18 {
  margin-right: 0 !important;
  margin-left: 0.8rem !important;
}
[dir=rtl] .otp-input-container,
[dir=rtl] .otp-input-group,
[dir=rtl] .recipient-phone,
[dir=rtl] .otp-container,
[dir=rtl] .transfer-riyal-icon {
  direction: ltr !important;
  text-align: left !important;
}
[dir=rtl] .otp-input-group {
  text-align: center !important;
}
[dir=rtl] .phone-image {
  transform: scaleX(-1);
}
[dir=rtl] .swiper-nav-prev {
  right: -8rem;
  left: auto;
}
[dir=rtl] .swiper-nav-next {
  left: -8rem;
  right: auto;
}
[dir=rtl] .operator-logos {
  flex-direction: row-reverse;
}
.p-dynamic-dialog.plan-details-dialog-wrapper .p-dialog {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.p-dynamic-dialog.plan-details-dialog-wrapper .p-dialog-header {
  display: none;
}
.p-dynamic-dialog.plan-details-dialog-wrapper .p-dialog-content {
  padding: 0;
}
@media (max-width: 768px) {
  .p-dynamic-dialog.plan-details-dialog-wrapper {
    width: 95vw !important;
    margin: 0.5rem;
  }
}
.dismiss-btn {
  background: transparent;
  color: var(--grey-300);
  border: 2px solid var(--grey-300);
}
.dismiss-btn:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
  color: #555555;
}
.btn-blue {
  background: var(--blue-800) !important;
  border: 1px solid var(--blue-800) !important;
  transition: all 0.2s ease;
}
.btn-blue:hover {
  background: var(--blue-800) !important;
  color: white !important;
  transform: translateY(-1px);
  box-shadow: none;
}
.btn-view-all {
  border: 1px solid var(--grey-300);
  color: var(--grey-300);
  background-color: transparent;
  transition: all 0.3s ease;
}
.btn-view-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
  background-color: var(--grey-300);
  color: white;
}
.btn-custom-link {
  padding: 1rem;
  border-radius: var(--radius-full);
  transition: all 0.2s ease;
  background-color: var(--light-grey);
  align-self: center;
  display: flex;
}
.btn-custom-link:hover,
.btn-custom-link:active {
  background-color: var(--light-grey) !important;
}
.btn-custom-link i {
  font-size: 1rem;
  color: var(--grey-300);
}
[dir=rtl] .btn-custom-link {
  transform: scaleX(-1);
}
.side-table table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: Arial, sans-serif !important;
}
.side-table table th,
.side-table table td {
  border: 1px solid #000 !important;
  padding: 8px !important;
  text-align: center !important;
}
.side-table table th {
  background-color: #e0e0e0 !important;
  font-weight: bold !important;
}
.alert {
  --bg: #fff;
  --border: #ddd;
  --text: #000;
  --link: var(--text);
  background-color: var(--bg) !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.alert a {
  color: var(--link) !important;
  font-weight: 600;
}
.alert .icon {
  font-size: 2rem;
}
.alert .close-icon {
  font-size: 1.25rem;
  color: #6c757d;
  cursor: pointer;
  flex-shrink: 0;
}
.alert .d-flex {
  flex: 1;
  min-width: 0;
}
.alert-warning {
  --bg: #fff7e5;
  --border: #f5e6b6;
  --text: #b58300;
}
.alert-info {
  --bg: #E8F0FC;
  --border: #E8F0FC;
  --text: #186AE1;
  --link: white;
}
.alert a:focus,
.alert a:active {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .overview-info_content .action-card {
    width: 11rem !important;
  }
}
@media (max-width: 1199.98px) {
  .overview-info_content .action-card i:before {
    font-size: 5rem !important;
  }
}

/* node_modules/.pnpm/primeicons@7.0.0/node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
