/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 
: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: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --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(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --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;
}


 .livesafo-container,
 .livesafo-container-fluid,
 .livesafo-container-xxl,
 .livesafo-container-xl,
 .livesafo-container-lg,
 .livesafo-container-md,
 .livesafo-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) {
   .livesafo-container-sm, .livesafo-container {
     max-width: 540px;
   }
 }
 @media (min-width: 768px) {
   .livesafo-container-md, .livesafo-container-sm, .livesafo-container {
     max-width: 720px;
   }
 }
 @media (min-width: 992px) {
   .livesafo-container-lg, .livesafo-container-md, .livesafo-container-sm, .livesafo-container {
     max-width: 960px;
   }
 }
 @media (min-width: 1200px) {
   .livesafo-container-xl, .livesafo-container-lg, .livesafo-container-md, .livesafo-container-sm, .livesafo-container {
     max-width: 1140px;
   }
 }
 @media (min-width: 1400px) {
   .livesafo-container-xxl, .livesafo-container-xl, .livesafo-container-lg, .livesafo-container-md, .livesafo-container-sm, .livesafo-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;
 }
 
 .livesafo-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));
 }
 .livesafo-row > * {
   box-sizing: border-box;
   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);
 }
 
 .livesafo-col {
   flex: 1 0 0%;
 }
 
 .livesafo-row-cols-auto > * {
   flex: 0 0 auto;
   width: auto;
 }
 
 .livesafo-row-cols-1 > * {
   flex: 0 0 auto;
   width: 100%;
 }
 
 .livesafo-row-cols-2 > * {
   flex: 0 0 auto;
   width: 50%;
 }
 
 .livesafo-row-cols-3 > * {
   flex: 0 0 auto;
   width: 33.33333333%;
 }
 
 .livesafo-row-cols-4 > * {
   flex: 0 0 auto;
   width: 25%;
 }
 
 .livesafo-row-cols-5 > * {
   flex: 0 0 auto;
   width: 20%;
 }
 
 .livesafo-row-cols-6 > * {
   flex: 0 0 auto;
   width: 16.66666667%;
 }
 
 .livesafo-col-auto {
   flex: 0 0 auto;
   width: auto;
 }
 
 .livesafo-col-1 {
   flex: 0 0 auto;
   width: 8.33333333%;
 }
 
 .livesafo-col-2 {
   flex: 0 0 auto;
   width: 16.66666667%;
 }
 
 .livesafo-col-3 {
   flex: 0 0 auto;
   width: 25%;
 }
 
 .livesafo-col-4 {
   flex: 0 0 auto;
   width: 33.33333333%;
 }
 
 .livesafo-col-5 {
   flex: 0 0 auto;
   width: 41.66666667%;
 }
 
 .livesafo-col-6 {
   flex: 0 0 auto;
   width: 50%;
 }
 
 .livesafo-col-7 {
   flex: 0 0 auto;
   width: 58.33333333%;
 }
 
 .livesafo-col-8 {
   flex: 0 0 auto;
   width: 66.66666667%;
 }
 
 .livesafo-col-9 {
   flex: 0 0 auto;
   width: 75%;
 }
 
 .livesafo-col-10 {
   flex: 0 0 auto;
   width: 83.33333333%;
 }
 
 .livesafo-col-11 {
   flex: 0 0 auto;
   width: 91.66666667%;
 }
 
 .livesafo-col-12 {
   flex: 0 0 auto;
   width: 100%;
 }
 
 .livesafo-offset-1 {
   margin-left: 8.33333333%;
 }
 
 .livesafo-offset-2 {
   margin-left: 16.66666667%;
 }
 
 .livesafo-offset-3 {
   margin-left: 25%;
 }
 
 .livesafo-offset-4 {
   margin-left: 33.33333333%;
 }
 
 .livesafo-offset-5 {
   margin-left: 41.66666667%;
 }
 
 .livesafo-offset-6 {
   margin-left: 50%;
 }
 
 .livesafo-offset-7 {
   margin-left: 58.33333333%;
 }
 
 .livesafo-offset-8 {
   margin-left: 66.66666667%;
 }
 
 .livesafo-offset-9 {
   margin-left: 75%;
 }
 
 .livesafo-offset-10 {
   margin-left: 83.33333333%;
 }
 
 .livesafo-offset-11 {
   margin-left: 91.66666667%;
 }
 
 .livesafo-g-0,
 .livesafo-gx-0 {
   --bs-gutter-x: 0;
 }
 
 .livesafo-g-0,
 .livesafo-gy-0 {
   --bs-gutter-y: 0;
 }
 
 .livesafo-g-1,
 .livesafo-gx-1 {
   --bs-gutter-x: 0.25rem;
 }
 
 .livesafo-g-1,
 .livesafo-gy-1 {
   --bs-gutter-y: 0.25rem;
 }
 
 .livesafo-g-2,
 .livesafo-gx-2 {
   --bs-gutter-x: 0.5rem;
 }
 
 .livesafo-g-2,
 .livesafo-gy-2 {
   --bs-gutter-y: 0.5rem;
 }
 
 .livesafo-g-3,
 .livesafo-gx-3 {
   --bs-gutter-x: 1rem;
 }
 
 .livesafo-g-3,
 .livesafo-gy-3 {
   --bs-gutter-y: 1rem;
 }
 
 .livesafo-g-4,
 .livesafo-gx-4 {
   --bs-gutter-x: 1.5rem;
 }
 
 .livesafo-g-4,
 .livesafo-gy-4 {
   --bs-gutter-y: 1.5rem;
 }
 
 .livesafo-g-5,
 .livesafo-gx-5 {
   --bs-gutter-x: 3rem;
 }
 
 .livesafo-g-5,
 .livesafo-gy-5 {
   --bs-gutter-y: 3rem;
 }
 
 @media (min-width: 576px) {
   .livesafo-col-sm {
     flex: 1 0 0%;
   }
   .livesafo-row-cols-sm-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-row-cols-sm-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-row-cols-sm-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-row-cols-sm-3 > * {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-row-cols-sm-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-row-cols-sm-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
   .livesafo-row-cols-sm-6 > * {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-sm-auto {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-col-sm-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
   .livesafo-col-sm-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-sm-3 {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-col-sm-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-col-sm-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
   .livesafo-col-sm-6 {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-col-sm-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
   .livesafo-col-sm-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
   .livesafo-col-sm-9 {
     flex: 0 0 auto;
     width: 75%;
   }
   .livesafo-col-sm-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
   .livesafo-col-sm-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
   .livesafo-col-sm-12 {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-offset-sm-0 {
     margin-left: 0;
   }
   .livesafo-offset-sm-1 {
     margin-left: 8.33333333%;
   }
   .livesafo-offset-sm-2 {
     margin-left: 16.66666667%;
   }
   .livesafo-offset-sm-3 {
     margin-left: 25%;
   }
   .livesafo-offset-sm-4 {
     margin-left: 33.33333333%;
   }
   .livesafo-offset-sm-5 {
     margin-left: 41.66666667%;
   }
   .livesafo-offset-sm-6 {
     margin-left: 50%;
   }
   .livesafo-offset-sm-7 {
     margin-left: 58.33333333%;
   }
   .livesafo-offset-sm-8 {
     margin-left: 66.66666667%;
   }
   .livesafo-offset-sm-9 {
     margin-left: 75%;
   }
   .livesafo-offset-sm-10 {
     margin-left: 83.33333333%;
   }
   .livesafo-offset-sm-11 {
     margin-left: 91.66666667%;
   }
   .livesafo-g-sm-0,
   .livesafo-gx-sm-0 {
     --bs-gutter-x: 0;
   }
   .livesafo-g-sm-0,
   .livesafo-gy-sm-0 {
     --bs-gutter-y: 0;
   }
   .livesafo-g-sm-1,
   .livesafo-gx-sm-1 {
     --bs-gutter-x: 0.25rem;
   }
   .livesafo-g-sm-1,
   .livesafo-gy-sm-1 {
     --bs-gutter-y: 0.25rem;
   }
   .livesafo-g-sm-2,
   .livesafo-gx-sm-2 {
     --bs-gutter-x: 0.5rem;
   }
   .livesafo-g-sm-2,
   .livesafo-gy-sm-2 {
     --bs-gutter-y: 0.5rem;
   }
   .livesafo-g-sm-3,
   .livesafo-gx-sm-3 {
     --bs-gutter-x: 1rem;
   }
   .livesafo-g-sm-3,
   .livesafo-gy-sm-3 {
     --bs-gutter-y: 1rem;
   }
   .livesafo-g-sm-4,
   .livesafo-gx-sm-4 {
     --bs-gutter-x: 1.5rem;
   }
   .livesafo-g-sm-4,
   .livesafo-gy-sm-4 {
     --bs-gutter-y: 1.5rem;
   }
   .livesafo-g-sm-5,
   .livesafo-gx-sm-5 {
     --bs-gutter-x: 3rem;
   }
   .livesafo-g-sm-5,
   .livesafo-gy-sm-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 768px) {
   .livesafo-col-md {
     flex: 1 0 0%;
   }
   .livesafo-row-cols-md-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-row-cols-md-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-row-cols-md-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-row-cols-md-3 > * {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-row-cols-md-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-row-cols-md-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
   .livesafo-row-cols-md-6 > * {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-md-auto {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-col-md-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
   .livesafo-col-md-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-md-3 {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-col-md-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-col-md-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
   .livesafo-col-md-6 {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-col-md-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
   .livesafo-col-md-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
   .livesafo-col-md-9 {
     flex: 0 0 auto;
     width: 75%;
   }
   .livesafo-col-md-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
   .livesafo-col-md-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
   .livesafo-col-md-12 {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-offset-md-0 {
     margin-left: 0;
   }
   .livesafo-offset-md-1 {
     margin-left: 8.33333333%;
   }
   .livesafo-offset-md-2 {
     margin-left: 16.66666667%;
   }
   .livesafo-offset-md-3 {
     margin-left: 25%;
   }
   .livesafo-offset-md-4 {
     margin-left: 33.33333333%;
   }
   .livesafo-offset-md-5 {
     margin-left: 41.66666667%;
   }
   .livesafo-offset-md-6 {
     margin-left: 50%;
   }
   .livesafo-offset-md-7 {
     margin-left: 58.33333333%;
   }
   .livesafo-offset-md-8 {
     margin-left: 66.66666667%;
   }
   .livesafo-offset-md-9 {
     margin-left: 75%;
   }
   .livesafo-offset-md-10 {
     margin-left: 83.33333333%;
   }
   .livesafo-offset-md-11 {
     margin-left: 91.66666667%;
   }
   .livesafo-g-md-0,
   .livesafo-gx-md-0 {
     --bs-gutter-x: 0;
   }
   .livesafo-g-md-0,
   .livesafo-gy-md-0 {
     --bs-gutter-y: 0;
   }
   .livesafo-g-md-1,
   .livesafo-gx-md-1 {
     --bs-gutter-x: 0.25rem;
   }
   .livesafo-g-md-1,
   .livesafo-gy-md-1 {
     --bs-gutter-y: 0.25rem;
   }
   .livesafo-g-md-2,
   .livesafo-gx-md-2 {
     --bs-gutter-x: 0.5rem;
   }
   .livesafo-g-md-2,
   .livesafo-gy-md-2 {
     --bs-gutter-y: 0.5rem;
   }
   .livesafo-g-md-3,
   .livesafo-gx-md-3 {
     --bs-gutter-x: 1rem;
   }
   .livesafo-g-md-3,
   .livesafo-gy-md-3 {
     --bs-gutter-y: 1rem;
   }
   .livesafo-g-md-4,
   .livesafo-gx-md-4 {
     --bs-gutter-x: 1.5rem;
   }
   .livesafo-g-md-4,
   .livesafo-gy-md-4 {
     --bs-gutter-y: 1.5rem;
   }
   .livesafo-g-md-5,
   .livesafo-gx-md-5 {
     --bs-gutter-x: 3rem;
   }
   .livesafo-g-md-5,
   .livesafo-gy-md-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 992px) {
   .livesafo-col-lg {
     flex: 1 0 0%;
   }
   .livesafo-row-cols-lg-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-row-cols-lg-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-row-cols-lg-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-row-cols-lg-3 > * {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-row-cols-lg-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-row-cols-lg-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
   .livesafo-row-cols-lg-6 > * {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-lg-auto {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-col-lg-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
   .livesafo-col-lg-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-lg-3 {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-col-lg-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-col-lg-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
   .livesafo-col-lg-6 {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-col-lg-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
   .livesafo-col-lg-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
   .livesafo-col-lg-9 {
     flex: 0 0 auto;
     width: 75%;
   }
   .livesafo-col-lg-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
   .livesafo-col-lg-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
   .livesafo-col-lg-12 {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-offset-lg-0 {
     margin-left: 0;
   }
   .livesafo-offset-lg-1 {
     margin-left: 8.33333333%;
   }
   .livesafo-offset-lg-2 {
     margin-left: 16.66666667%;
   }
   .livesafo-offset-lg-3 {
     margin-left: 25%;
   }
   .livesafo-offset-lg-4 {
     margin-left: 33.33333333%;
   }
   .livesafo-offset-lg-5 {
     margin-left: 41.66666667%;
   }
   .livesafo-offset-lg-6 {
     margin-left: 50%;
   }
   .livesafo-offset-lg-7 {
     margin-left: 58.33333333%;
   }
   .livesafo-offset-lg-8 {
     margin-left: 66.66666667%;
   }
   .livesafo-offset-lg-9 {
     margin-left: 75%;
   }
   .livesafo-offset-lg-10 {
     margin-left: 83.33333333%;
   }
   .livesafo-offset-lg-11 {
     margin-left: 91.66666667%;
   }
   .livesafo-g-lg-0,
   .livesafo-gx-lg-0 {
     --bs-gutter-x: 0;
   }
   .livesafo-g-lg-0,
   .livesafo-gy-lg-0 {
     --bs-gutter-y: 0;
   }
   .livesafo-g-lg-1,
   .livesafo-gx-lg-1 {
     --bs-gutter-x: 0.25rem;
   }
   .livesafo-g-lg-1,
   .livesafo-gy-lg-1 {
     --bs-gutter-y: 0.25rem;
   }
   .livesafo-g-lg-2,
   .livesafo-gx-lg-2 {
     --bs-gutter-x: 0.5rem;
   }
   .livesafo-g-lg-2,
   .livesafo-gy-lg-2 {
     --bs-gutter-y: 0.5rem;
   }
   .livesafo-g-lg-3,
   .livesafo-gx-lg-3 {
     --bs-gutter-x: 1rem;
   }
   .livesafo-g-lg-3,
   .livesafo-gy-lg-3 {
     --bs-gutter-y: 1rem;
   }
   .livesafo-g-lg-4,
   .livesafo-gx-lg-4 {
     --bs-gutter-x: 1.5rem;
   }
   .livesafo-g-lg-4,
   .livesafo-gy-lg-4 {
     --bs-gutter-y: 1.5rem;
   }
   .livesafo-g-lg-5,
   .livesafo-gx-lg-5 {
     --bs-gutter-x: 3rem;
   }
   .livesafo-g-lg-5,
   .livesafo-gy-lg-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 1200px) {
   .livesafo-col-xl {
     flex: 1 0 0%;
   }
   .livesafo-row-cols-xl-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-row-cols-xl-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-row-cols-xl-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-row-cols-xl-3 > * {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-row-cols-xl-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-row-cols-xl-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
   .livesafo-row-cols-xl-6 > * {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-xl-auto {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-col-xl-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
   .livesafo-col-xl-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-xl-3 {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-col-xl-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-col-xl-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
   .livesafo-col-xl-6 {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-col-xl-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
   .livesafo-col-xl-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
   .livesafo-col-xl-9 {
     flex: 0 0 auto;
     width: 75%;
   }
   .livesafo-col-xl-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
   .livesafo-col-xl-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
   .livesafo-col-xl-12 {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-offset-xl-0 {
     margin-left: 0;
   }
   .livesafo-offset-xl-1 {
     margin-left: 8.33333333%;
   }
   .livesafo-offset-xl-2 {
     margin-left: 16.66666667%;
   }
   .livesafo-offset-xl-3 {
     margin-left: 25%;
   }
   .livesafo-offset-xl-4 {
     margin-left: 33.33333333%;
   }
   .livesafo-offset-xl-5 {
     margin-left: 41.66666667%;
   }
   .livesafo-offset-xl-6 {
     margin-left: 50%;
   }
   .livesafo-offset-xl-7 {
     margin-left: 58.33333333%;
   }
   .livesafo-offset-xl-8 {
     margin-left: 66.66666667%;
   }
   .livesafo-offset-xl-9 {
     margin-left: 75%;
   }
   .livesafo-offset-xl-10 {
     margin-left: 83.33333333%;
   }
   .livesafo-offset-xl-11 {
     margin-left: 91.66666667%;
   }
   .livesafo-g-xl-0,
   .livesafo-gx-xl-0 {
     --bs-gutter-x: 0;
   }
   .livesafo-g-xl-0,
   .livesafo-gy-xl-0 {
     --bs-gutter-y: 0;
   }
   .livesafo-g-xl-1,
   .livesafo-gx-xl-1 {
     --bs-gutter-x: 0.25rem;
   }
   .livesafo-g-xl-1,
   .livesafo-gy-xl-1 {
     --bs-gutter-y: 0.25rem;
   }
   .livesafo-g-xl-2,
   .livesafo-gx-xl-2 {
     --bs-gutter-x: 0.5rem;
   }
   .livesafo-g-xl-2,
   .livesafo-gy-xl-2 {
     --bs-gutter-y: 0.5rem;
   }
   .livesafo-g-xl-3,
   .livesafo-gx-xl-3 {
     --bs-gutter-x: 1rem;
   }
   .livesafo-g-xl-3,
   .livesafo-gy-xl-3 {
     --bs-gutter-y: 1rem;
   }
   .livesafo-g-xl-4,
   .livesafo-gx-xl-4 {
     --bs-gutter-x: 1.5rem;
   }
   .livesafo-g-xl-4,
   .livesafo-gy-xl-4 {
     --bs-gutter-y: 1.5rem;
   }
   .livesafo-g-xl-5,
   .livesafo-gx-xl-5 {
     --bs-gutter-x: 3rem;
   }
   .livesafo-g-xl-5,
   .livesafo-gy-xl-5 {
     --bs-gutter-y: 3rem;
   }
 }
 @media (min-width: 1400px) {
   .livesafo-col-xxl {
     flex: 1 0 0%;
   }
   .livesafo-row-cols-xxl-auto > * {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-row-cols-xxl-1 > * {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-row-cols-xxl-2 > * {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-row-cols-xxl-3 > * {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-row-cols-xxl-4 > * {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-row-cols-xxl-5 > * {
     flex: 0 0 auto;
     width: 20%;
   }
   .livesafo-row-cols-xxl-6 > * {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-xxl-auto {
     flex: 0 0 auto;
     width: auto;
   }
   .livesafo-col-xxl-1 {
     flex: 0 0 auto;
     width: 8.33333333%;
   }
   .livesafo-col-xxl-2 {
     flex: 0 0 auto;
     width: 16.66666667%;
   }
   .livesafo-col-xxl-3 {
     flex: 0 0 auto;
     width: 25%;
   }
   .livesafo-col-xxl-4 {
     flex: 0 0 auto;
     width: 33.33333333%;
   }
   .livesafo-col-xxl-5 {
     flex: 0 0 auto;
     width: 41.66666667%;
   }
   .livesafo-col-xxl-6 {
     flex: 0 0 auto;
     width: 50%;
   }
   .livesafo-col-xxl-7 {
     flex: 0 0 auto;
     width: 58.33333333%;
   }
   .livesafo-col-xxl-8 {
     flex: 0 0 auto;
     width: 66.66666667%;
   }
   .livesafo-col-xxl-9 {
     flex: 0 0 auto;
     width: 75%;
   }
   .livesafo-col-xxl-10 {
     flex: 0 0 auto;
     width: 83.33333333%;
   }
   .livesafo-col-xxl-11 {
     flex: 0 0 auto;
     width: 91.66666667%;
   }
   .livesafo-col-xxl-12 {
     flex: 0 0 auto;
     width: 100%;
   }
   .livesafo-offset-xxl-0 {
     margin-left: 0;
   }
   .livesafo-offset-xxl-1 {
     margin-left: 8.33333333%;
   }
   .livesafo-offset-xxl-2 {
     margin-left: 16.66666667%;
   }
   .livesafo-offset-xxl-3 {
     margin-left: 25%;
   }
   .livesafo-offset-xxl-4 {
     margin-left: 33.33333333%;
   }
   .livesafo-offset-xxl-5 {
     margin-left: 41.66666667%;
   }
   .livesafo-offset-xxl-6 {
     margin-left: 50%;
   }
   .livesafo-offset-xxl-7 {
     margin-left: 58.33333333%;
   }
   .livesafo-offset-xxl-8 {
     margin-left: 66.66666667%;
   }
   .livesafo-offset-xxl-9 {
     margin-left: 75%;
   }
   .livesafo-offset-xxl-10 {
     margin-left: 83.33333333%;
   }
   .livesafo-offset-xxl-11 {
     margin-left: 91.66666667%;
   }
   .livesafo-g-xxl-0,
   .livesafo-gx-xxl-0 {
     --bs-gutter-x: 0;
   }
   .livesafo-g-xxl-0,
   .livesafo-gy-xxl-0 {
     --bs-gutter-y: 0;
   }
   .livesafo-g-xxl-1,
   .livesafo-gx-xxl-1 {
     --bs-gutter-x: 0.25rem;
   }
   .livesafo-g-xxl-1,
   .livesafo-gy-xxl-1 {
     --bs-gutter-y: 0.25rem;
   }
   .livesafo-g-xxl-2,
   .livesafo-gx-xxl-2 {
     --bs-gutter-x: 0.5rem;
   }
   .livesafo-g-xxl-2,
   .livesafo-gy-xxl-2 {
     --bs-gutter-y: 0.5rem;
   }
   .livesafo-g-xxl-3,
   .livesafo-gx-xxl-3 {
     --bs-gutter-x: 1rem;
   }
   .livesafo-g-xxl-3,
   .livesafo-gy-xxl-3 {
     --bs-gutter-y: 1rem;
   }
   .livesafo-g-xxl-4,
   .livesafo-gx-xxl-4 {
     --bs-gutter-x: 1.5rem;
   }
   .livesafo-g-xxl-4,
   .livesafo-gy-xxl-4 {
     --bs-gutter-y: 1.5rem;
   }
   .livesafo-g-xxl-5,
   .livesafo-gx-xxl-5 {
     --bs-gutter-x: 3rem;
   }
   .livesafo-g-xxl-5,
   .livesafo-gy-xxl-5 {
     --bs-gutter-y: 3rem;
   }
 }
 .livesafo-d-inline {
   display: inline !important;
 }
 
 .livesafo-d-inline-block {
   display: inline-block !important;
 }
 
 .livesafo-d-block {
   display: block !important;
 }
 
 .livesafo-d-grid {
   display: grid !important;
 }
 
 .livesafo-d-inline-grid {
   display: inline-grid !important;
 }
 
 .livesafo-d-table {
   display: table !important;
 }
 
 .livesafo-d-table-row {
   display: table-row !important;
 }
 
 .livesafo-d-table-cell {
   display: table-cell !important;
 }
 
 .livesafo-d-flex {
   display: flex !important;
 }
 
 .livesafo-d-inline-flex {
   display: inline-flex !important;
 }
 
 .livesafo-d-none {
   display: none !important;
 }
 
 .livesafo-flex-fill {
   flex: 1 1 auto !important;
 }
 
 .livesafo-flex-row {
   flex-direction: row !important;
 }
 
 .livesafo-flex-column {
   flex-direction: column !important;
 }
 
 .livesafo-flex-row-reverse {
   flex-direction: row-reverse !important;
 }
 
 .livesafo-flex-column-reverse {
   flex-direction: column-reverse !important;
 }
 
 .livesafo-flex-grow-0 {
   flex-grow: 0 !important;
 }
 
 .livesafo-flex-grow-1 {
   flex-grow: 1 !important;
 }
 
 .livesafo-flex-shrink-0 {
   flex-shrink: 0 !important;
 }
 
 .livesafo-flex-shrink-1 {
   flex-shrink: 1 !important;
 }
 
 .livesafo-flex-wrap {
   flex-wrap: wrap !important;
 }
 
 .livesafo-flex-nowrap {
   flex-wrap: nowrap !important;
 }
 
 .livesafo-flex-wrap-reverse {
   flex-wrap: wrap-reverse !important;
 }
 
 .livesafo-justify-content-start {
   justify-content: flex-start !important;
 }
 
 .livesafo-justify-content-end {
   justify-content: flex-end !important;
 }
 
 .livesafo-justify-content-center {
   justify-content: center !important;
 }
 
 .livesafo-justify-content-between {
   justify-content: space-between !important;
 }
 
 .livesafo-justify-content-around {
   justify-content: space-around !important;
 }
 
 .livesafo-justify-content-evenly {
   justify-content: space-evenly !important;
 }
 
 .livesafo-align-items-start {
   align-items: flex-start !important;
 }
 
 .livesafo-align-items-end {
   align-items: flex-end !important;
 }
 
 .livesafo-align-items-center {
   align-items: center !important;
 }
 
 .livesafo-align-items-baseline {
   align-items: baseline !important;
 }
 
 .livesafo-align-items-stretch {
   align-items: stretch !important;
 }
 
 .livesafo-align-content-start {
   align-content: flex-start !important;
 }
 
 .livesafo-align-content-end {
   align-content: flex-end !important;
 }
 
 .livesafo-align-content-center {
   align-content: center !important;
 }
 
 .livesafo-align-content-between {
   align-content: space-between !important;
 }
 
 .livesafo-align-content-around {
   align-content: space-around !important;
 }
 
 .livesafo-align-content-stretch {
   align-content: stretch !important;
 }
 
 .livesafo-align-self-auto {
   align-self: auto !important;
 }
 
 .livesafo-align-self-start {
   align-self: flex-start !important;
 }
 
 .livesafo-align-self-end {
   align-self: flex-end !important;
 }
 
 .livesafo-align-self-center {
   align-self: center !important;
 }
 
 .livesafo-align-self-baseline {
   align-self: baseline !important;
 }
 
 .livesafo-align-self-stretch {
   align-self: stretch !important;
 }
 
 .livesafo-order-first {
   order: -1 !important;
 }
 
 .livesafo-order-0 {
   order: 0 !important;
 }
 
 .livesafo-order-1 {
   order: 1 !important;
 }
 
 .livesafo-order-2 {
   order: 2 !important;
 }
 
 .livesafo-order-3 {
   order: 3 !important;
 }
 
 .livesafo-order-4 {
   order: 4 !important;
 }
 
 .livesafo-order-5 {
   order: 5 !important;
 }
 
 .livesafo-order-last {
   order: 6 !important;
 }
 
 .livesafo-m-0 {
   margin: 0 !important;
 }
 
 .livesafo-m-1 {
   margin: 0.25rem !important;
 }
 
 .livesafo-m-2 {
   margin: 0.5rem !important;
 }
 
 .livesafo-m-3 {
   margin: 1rem !important;
 }
 
 .livesafo-m-4 {
   margin: 1.5rem !important;
 }
 
 .livesafo-m-5 {
   margin: 3rem !important;
 }
 
 .livesafo-m-auto {
   margin: auto !important;
 }
 
 .livesafo-mx-0 {
   margin-right: 0 !important;
   margin-left: 0 !important;
 }
 
 .livesafo-mx-1 {
   margin-right: 0.25rem !important;
   margin-left: 0.25rem !important;
 }
 
 .livesafo-mx-2 {
   margin-right: 0.5rem !important;
   margin-left: 0.5rem !important;
 }
 
 .livesafo-mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important;
 }
 
 .livesafo-mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important;
 }
 
 .livesafo-mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important;
 }
 
 .livesafo-mx-auto {
   margin-right: auto !important;
   margin-left: auto !important;
 }
 
 .livesafo-my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
 }
 
 .livesafo-my-1 {
   margin-top: 0.25rem !important;
   margin-bottom: 0.25rem !important;
 }
 
 .livesafo-my-2 {
   margin-top: 0.5rem !important;
   margin-bottom: 0.5rem !important;
 }
 
 .livesafo-my-3 {
   margin-top: 1rem !important;
   margin-bottom: 1rem !important;
 }
 
 .livesafo-my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important;
 }
 
 .livesafo-my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important;
 }
 
 .livesafo-my-auto {
   margin-top: auto !important;
   margin-bottom: auto !important;
 }
 
 .livesafo-mt-0 {
   margin-top: 0 !important;
 }
 
 .livesafo-mt-1 {
   margin-top: 0.25rem !important;
 }
 
 .livesafo-mt-2 {
   margin-top: 0.5rem !important;
 }
 
 .livesafo-mt-3 {
   margin-top: 1rem !important;
 }
 
 .livesafo-mt-4 {
   margin-top: 1.5rem !important;
 }
 
 .livesafo-mt-5 {
   margin-top: 3rem !important;
 }
 
 .livesafo-mt-auto {
   margin-top: auto !important;
 }
 
 .livesafo-me-0 {
   margin-right: 0 !important;
 }
 
 .livesafo-me-1 {
   margin-right: 0.25rem !important;
 }
 
 .livesafo-me-2 {
   margin-right: 0.5rem !important;
 }
 
 .livesafo-me-3 {
   margin-right: 1rem !important;
 }
 
 .livesafo-me-4 {
   margin-right: 1.5rem !important;
 }
 
 .livesafo-me-5 {
   margin-right: 3rem !important;
 }
 
 .livesafo-me-auto {
   margin-right: auto !important;
 }
 
 .livesafo-mb-0 {
   margin-bottom: 0 !important;
 }
 
 .livesafo-mb-1 {
   margin-bottom: 0.25rem !important;
 }
 
 .livesafo-mb-2 {
   margin-bottom: 0.5rem !important;
 }
 
 .livesafo-mb-3 {
   margin-bottom: 1rem !important;
 }
 
 .livesafo-mb-4 {
   margin-bottom: 1.5rem !important;
 }
 
 .livesafo-mb-5 {
   margin-bottom: 3rem !important;
 }
 
 .livesafo-mb-auto {
   margin-bottom: auto !important;
 }
 
 .livesafo-ms-0 {
   margin-left: 0 !important;
 }
 
 .livesafo-ms-1 {
   margin-left: 0.25rem !important;
 }
 
 .livesafo-ms-2 {
   margin-left: 0.5rem !important;
 }
 
 .livesafo-ms-3 {
   margin-left: 1rem !important;
 }
 
 .livesafo-ms-4 {
   margin-left: 1.5rem !important;
 }
 
 .livesafo-ms-5 {
   margin-left: 3rem !important;
 }
 
 .livesafo-ms-auto {
   margin-left: auto !important;
 }
 
 .livesafo-p-0 {
   padding: 0 !important;
 }
 
 .livesafo-p-1 {
   padding: 0.25rem !important;
 }
 
 .livesafo-p-2 {
   padding: 0.5rem !important;
 }
 
 .livesafo-p-3 {
   padding: 1rem !important;
 }
 
 .livesafo-p-4 {
   padding: 1.5rem !important;
 }
 
 .livesafo-p-5 {
   padding: 3rem !important;
 }
 
 .livesafo-px-0 {
   padding-right: 0 !important;
   padding-left: 0 !important;
 }
 
 .livesafo-px-1 {
   padding-right: 0.25rem !important;
   padding-left: 0.25rem !important;
 }
 
 .livesafo-px-2 {
   padding-right: 0.5rem !important;
   padding-left: 0.5rem !important;
 }
 
 .livesafo-px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important;
 }
 
 .livesafo-px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important;
 }
 
 .livesafo-px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important;
 }
 
 .livesafo-py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important;
 }
 
 .livesafo-py-1 {
   padding-top: 0.25rem !important;
   padding-bottom: 0.25rem !important;
 }
 
 .livesafo-py-2 {
   padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
 }
 
 .livesafo-py-3 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
 }
 
 .livesafo-py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important;
 }
 
 .livesafo-py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important;
 }
 
 .livesafo-pt-0 {
   padding-top: 0 !important;
 }
 
 .livesafo-pt-1 {
   padding-top: 0.25rem !important;
 }
 
 .livesafo-pt-2 {
   padding-top: 0.5rem !important;
 }
 
 .livesafo-pt-3 {
   padding-top: 1rem !important;
 }
 
 .livesafo-pt-4 {
   padding-top: 1.5rem !important;
 }
 
 .livesafo-pt-5 {
   padding-top: 3rem !important;
 }
 
 .livesafo-pe-0 {
   padding-right: 0 !important;
 }
 
 .livesafo-pe-1 {
   padding-right: 0.25rem !important;
 }
 
 .livesafo-pe-2 {
   padding-right: 0.5rem !important;
 }
 
 .livesafo-pe-3 {
   padding-right: 1rem !important;
 }
 
 .livesafo-pe-4 {
   padding-right: 1.5rem !important;
 }
 
 .livesafo-pe-5 {
   padding-right: 3rem !important;
 }
 
 .livesafo-pb-0 {
   padding-bottom: 0 !important;
 }
 
 .livesafo-pb-1 {
   padding-bottom: 0.25rem !important;
 }
 
 .livesafo-pb-2 {
   padding-bottom: 0.5rem !important;
 }
 
 .livesafo-pb-3 {
   padding-bottom: 1rem !important;
 }
 
 .livesafo-pb-4 {
   padding-bottom: 1.5rem !important;
 }
 
 .livesafo-pb-5 {
   padding-bottom: 3rem !important;
 }
 
 .livesafo-ps-0 {
   padding-left: 0 !important;
 }
 
 .livesafo-ps-1 {
   padding-left: 0.25rem !important;
 }
 
 .livesafo-ps-2 {
   padding-left: 0.5rem !important;
 }
 
 .livesafo-ps-3 {
   padding-left: 1rem !important;
 }
 
 .livesafo-ps-4 {
   padding-left: 1.5rem !important;
 }
 
 .livesafo-ps-5 {
   padding-left: 3rem !important;
 }
 
 @media (min-width: 576px) {
   .livesafo-d-sm-inline {
     display: inline !important;
   }
   .livesafo-d-sm-inline-block {
     display: inline-block !important;
   }
   .livesafo-d-sm-block {
     display: block !important;
   }
   .livesafo-d-sm-grid {
     display: grid !important;
   }
   .livesafo-d-sm-inline-grid {
     display: inline-grid !important;
   }
   .livesafo-d-sm-table {
     display: table !important;
   }
   .livesafo-d-sm-table-row {
     display: table-row !important;
   }
   .livesafo-d-sm-table-cell {
     display: table-cell !important;
   }
   .livesafo-d-sm-flex {
     display: flex !important;
   }
   .livesafo-d-sm-inline-flex {
     display: inline-flex !important;
   }
   .livesafo-d-sm-none {
     display: none !important;
   }
   .livesafo-flex-sm-fill {
     flex: 1 1 auto !important;
   }
   .livesafo-flex-sm-row {
     flex-direction: row !important;
   }
   .livesafo-flex-sm-column {
     flex-direction: column !important;
   }
   .livesafo-flex-sm-row-reverse {
     flex-direction: row-reverse !important;
   }
   .livesafo-flex-sm-column-reverse {
     flex-direction: column-reverse !important;
   }
   .livesafo-flex-sm-grow-0 {
     flex-grow: 0 !important;
   }
   .livesafo-flex-sm-grow-1 {
     flex-grow: 1 !important;
   }
   .livesafo-flex-sm-shrink-0 {
     flex-shrink: 0 !important;
   }
   .livesafo-flex-sm-shrink-1 {
     flex-shrink: 1 !important;
   }
   .livesafo-flex-sm-wrap {
     flex-wrap: wrap !important;
   }
   .livesafo-flex-sm-nowrap {
     flex-wrap: nowrap !important;
   }
   .livesafo-flex-sm-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .livesafo-justify-content-sm-start {
     justify-content: flex-start !important;
   }
   .livesafo-justify-content-sm-end {
     justify-content: flex-end !important;
   }
   .livesafo-justify-content-sm-center {
     justify-content: center !important;
   }
   .livesafo-justify-content-sm-between {
     justify-content: space-between !important;
   }
   .livesafo-justify-content-sm-around {
     justify-content: space-around !important;
   }
   .livesafo-justify-content-sm-evenly {
     justify-content: space-evenly !important;
   }
   .livesafo-align-items-sm-start {
     align-items: flex-start !important;
   }
   .livesafo-align-items-sm-end {
     align-items: flex-end !important;
   }
   .livesafo-align-items-sm-center {
     align-items: center !important;
   }
   .livesafo-align-items-sm-baseline {
     align-items: baseline !important;
   }
   .livesafo-align-items-sm-stretch {
     align-items: stretch !important;
   }
   .livesafo-align-content-sm-start {
     align-content: flex-start !important;
   }
   .livesafo-align-content-sm-end {
     align-content: flex-end !important;
   }
   .livesafo-align-content-sm-center {
     align-content: center !important;
   }
   .livesafo-align-content-sm-between {
     align-content: space-between !important;
   }
   .livesafo-align-content-sm-around {
     align-content: space-around !important;
   }
   .livesafo-align-content-sm-stretch {
     align-content: stretch !important;
   }
   .livesafo-align-self-sm-auto {
     align-self: auto !important;
   }
   .livesafo-align-self-sm-start {
     align-self: flex-start !important;
   }
   .livesafo-align-self-sm-end {
     align-self: flex-end !important;
   }
   .livesafo-align-self-sm-center {
     align-self: center !important;
   }
   .livesafo-align-self-sm-baseline {
     align-self: baseline !important;
   }
   .livesafo-align-self-sm-stretch {
     align-self: stretch !important;
   }
   .livesafo-order-sm-first {
     order: -1 !important;
   }
   .livesafo-order-sm-0 {
     order: 0 !important;
   }
   .livesafo-order-sm-1 {
     order: 1 !important;
   }
   .livesafo-order-sm-2 {
     order: 2 !important;
   }
   .livesafo-order-sm-3 {
     order: 3 !important;
   }
   .livesafo-order-sm-4 {
     order: 4 !important;
   }
   .livesafo-order-sm-5 {
     order: 5 !important;
   }
   .livesafo-order-sm-last {
     order: 6 !important;
   }
   .livesafo-m-sm-0 {
     margin: 0 !important;
   }
   .livesafo-m-sm-1 {
     margin: 0.25rem !important;
   }
   .livesafo-m-sm-2 {
     margin: 0.5rem !important;
   }
   .livesafo-m-sm-3 {
     margin: 1rem !important;
   }
   .livesafo-m-sm-4 {
     margin: 1.5rem !important;
   }
   .livesafo-m-sm-5 {
     margin: 3rem !important;
   }
   .livesafo-m-sm-auto {
     margin: auto !important;
   }
   .livesafo-mx-sm-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
   .livesafo-mx-sm-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
   .livesafo-mx-sm-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
   .livesafo-mx-sm-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
   .livesafo-mx-sm-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
   .livesafo-mx-sm-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
   .livesafo-mx-sm-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
   .livesafo-my-sm-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
   .livesafo-my-sm-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
   .livesafo-my-sm-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
   .livesafo-my-sm-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
   .livesafo-my-sm-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
   .livesafo-my-sm-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
   .livesafo-my-sm-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
   .livesafo-mt-sm-0 {
     margin-top: 0 !important;
   }
   .livesafo-mt-sm-1 {
     margin-top: 0.25rem !important;
   }
   .livesafo-mt-sm-2 {
     margin-top: 0.5rem !important;
   }
   .livesafo-mt-sm-3 {
     margin-top: 1rem !important;
   }
   .livesafo-mt-sm-4 {
     margin-top: 1.5rem !important;
   }
   .livesafo-mt-sm-5 {
     margin-top: 3rem !important;
   }
   .livesafo-mt-sm-auto {
     margin-top: auto !important;
   }
   .livesafo-me-sm-0 {
     margin-right: 0 !important;
   }
   .livesafo-me-sm-1 {
     margin-right: 0.25rem !important;
   }
   .livesafo-me-sm-2 {
     margin-right: 0.5rem !important;
   }
   .livesafo-me-sm-3 {
     margin-right: 1rem !important;
   }
   .livesafo-me-sm-4 {
     margin-right: 1.5rem !important;
   }
   .livesafo-me-sm-5 {
     margin-right: 3rem !important;
   }
   .livesafo-me-sm-auto {
     margin-right: auto !important;
   }
   .livesafo-mb-sm-0 {
     margin-bottom: 0 !important;
   }
   .livesafo-mb-sm-1 {
     margin-bottom: 0.25rem !important;
   }
   .livesafo-mb-sm-2 {
     margin-bottom: 0.5rem !important;
   }
   .livesafo-mb-sm-3 {
     margin-bottom: 1rem !important;
   }
   .livesafo-mb-sm-4 {
     margin-bottom: 1.5rem !important;
   }
   .livesafo-mb-sm-5 {
     margin-bottom: 3rem !important;
   }
   .livesafo-mb-sm-auto {
     margin-bottom: auto !important;
   }
   .livesafo-ms-sm-0 {
     margin-left: 0 !important;
   }
   .livesafo-ms-sm-1 {
     margin-left: 0.25rem !important;
   }
   .livesafo-ms-sm-2 {
     margin-left: 0.5rem !important;
   }
   .livesafo-ms-sm-3 {
     margin-left: 1rem !important;
   }
   .livesafo-ms-sm-4 {
     margin-left: 1.5rem !important;
   }
   .livesafo-ms-sm-5 {
     margin-left: 3rem !important;
   }
   .livesafo-ms-sm-auto {
     margin-left: auto !important;
   }
   .livesafo-p-sm-0 {
     padding: 0 !important;
   }
   .livesafo-p-sm-1 {
     padding: 0.25rem !important;
   }
   .livesafo-p-sm-2 {
     padding: 0.5rem !important;
   }
   .livesafo-p-sm-3 {
     padding: 1rem !important;
   }
   .livesafo-p-sm-4 {
     padding: 1.5rem !important;
   }
   .livesafo-p-sm-5 {
     padding: 3rem !important;
   }
   .livesafo-px-sm-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
   .livesafo-px-sm-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
   .livesafo-px-sm-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
   .livesafo-px-sm-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
   .livesafo-px-sm-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
   .livesafo-px-sm-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
   .livesafo-py-sm-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
   .livesafo-py-sm-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
   .livesafo-py-sm-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
   .livesafo-py-sm-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
   .livesafo-py-sm-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
   .livesafo-py-sm-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
   .livesafo-pt-sm-0 {
     padding-top: 0 !important;
   }
   .livesafo-pt-sm-1 {
     padding-top: 0.25rem !important;
   }
   .livesafo-pt-sm-2 {
     padding-top: 0.5rem !important;
   }
   .livesafo-pt-sm-3 {
     padding-top: 1rem !important;
   }
   .livesafo-pt-sm-4 {
     padding-top: 1.5rem !important;
   }
   .livesafo-pt-sm-5 {
     padding-top: 3rem !important;
   }
   .livesafo-pe-sm-0 {
     padding-right: 0 !important;
   }
   .livesafo-pe-sm-1 {
     padding-right: 0.25rem !important;
   }
   .livesafo-pe-sm-2 {
     padding-right: 0.5rem !important;
   }
   .livesafo-pe-sm-3 {
     padding-right: 1rem !important;
   }
   .livesafo-pe-sm-4 {
     padding-right: 1.5rem !important;
   }
   .livesafo-pe-sm-5 {
     padding-right: 3rem !important;
   }
   .livesafo-pb-sm-0 {
     padding-bottom: 0 !important;
   }
   .livesafo-pb-sm-1 {
     padding-bottom: 0.25rem !important;
   }
   .livesafo-pb-sm-2 {
     padding-bottom: 0.5rem !important;
   }
   .livesafo-pb-sm-3 {
     padding-bottom: 1rem !important;
   }
   .livesafo-pb-sm-4 {
     padding-bottom: 1.5rem !important;
   }
   .livesafo-pb-sm-5 {
     padding-bottom: 3rem !important;
   }
   .livesafo-ps-sm-0 {
     padding-left: 0 !important;
   }
   .livesafo-ps-sm-1 {
     padding-left: 0.25rem !important;
   }
   .livesafo-ps-sm-2 {
     padding-left: 0.5rem !important;
   }
   .livesafo-ps-sm-3 {
     padding-left: 1rem !important;
   }
   .livesafo-ps-sm-4 {
     padding-left: 1.5rem !important;
   }
   .livesafo-ps-sm-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 768px) {
   .livesafo-d-md-inline {
     display: inline !important;
   }
   .livesafo-d-md-inline-block {
     display: inline-block !important;
   }
   .livesafo-d-md-block {
     display: block !important;
   }
   .livesafo-d-md-grid {
     display: grid !important;
   }
   .livesafo-d-md-inline-grid {
     display: inline-grid !important;
   }
   .livesafo-d-md-table {
     display: table !important;
   }
   .livesafo-d-md-table-row {
     display: table-row !important;
   }
   .livesafo-d-md-table-cell {
     display: table-cell !important;
   }
   .livesafo-d-md-flex {
     display: flex !important;
   }
   .livesafo-d-md-inline-flex {
     display: inline-flex !important;
   }
   .livesafo-d-md-none {
     display: none !important;
   }
   .livesafo-flex-md-fill {
     flex: 1 1 auto !important;
   }
   .livesafo-flex-md-row {
     flex-direction: row !important;
   }
   .livesafo-flex-md-column {
     flex-direction: column !important;
   }
   .livesafo-flex-md-row-reverse {
     flex-direction: row-reverse !important;
   }
   .livesafo-flex-md-column-reverse {
     flex-direction: column-reverse !important;
   }
   .livesafo-flex-md-grow-0 {
     flex-grow: 0 !important;
   }
   .livesafo-flex-md-grow-1 {
     flex-grow: 1 !important;
   }
   .livesafo-flex-md-shrink-0 {
     flex-shrink: 0 !important;
   }
   .livesafo-flex-md-shrink-1 {
     flex-shrink: 1 !important;
   }
   .livesafo-flex-md-wrap {
     flex-wrap: wrap !important;
   }
   .livesafo-flex-md-nowrap {
     flex-wrap: nowrap !important;
   }
   .livesafo-flex-md-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .livesafo-justify-content-md-start {
     justify-content: flex-start !important;
   }
   .livesafo-justify-content-md-end {
     justify-content: flex-end !important;
   }
   .livesafo-justify-content-md-center {
     justify-content: center !important;
   }
   .livesafo-justify-content-md-between {
     justify-content: space-between !important;
   }
   .livesafo-justify-content-md-around {
     justify-content: space-around !important;
   }
   .livesafo-justify-content-md-evenly {
     justify-content: space-evenly !important;
   }
   .livesafo-align-items-md-start {
     align-items: flex-start !important;
   }
   .livesafo-align-items-md-end {
     align-items: flex-end !important;
   }
   .livesafo-align-items-md-center {
     align-items: center !important;
   }
   .livesafo-align-items-md-baseline {
     align-items: baseline !important;
   }
   .livesafo-align-items-md-stretch {
     align-items: stretch !important;
   }
   .livesafo-align-content-md-start {
     align-content: flex-start !important;
   }
   .livesafo-align-content-md-end {
     align-content: flex-end !important;
   }
   .livesafo-align-content-md-center {
     align-content: center !important;
   }
   .livesafo-align-content-md-between {
     align-content: space-between !important;
   }
   .livesafo-align-content-md-around {
     align-content: space-around !important;
   }
   .livesafo-align-content-md-stretch {
     align-content: stretch !important;
   }
   .livesafo-align-self-md-auto {
     align-self: auto !important;
   }
   .livesafo-align-self-md-start {
     align-self: flex-start !important;
   }
   .livesafo-align-self-md-end {
     align-self: flex-end !important;
   }
   .livesafo-align-self-md-center {
     align-self: center !important;
   }
   .livesafo-align-self-md-baseline {
     align-self: baseline !important;
   }
   .livesafo-align-self-md-stretch {
     align-self: stretch !important;
   }
   .livesafo-order-md-first {
     order: -1 !important;
   }
   .livesafo-order-md-0 {
     order: 0 !important;
   }
   .livesafo-order-md-1 {
     order: 1 !important;
   }
   .livesafo-order-md-2 {
     order: 2 !important;
   }
   .livesafo-order-md-3 {
     order: 3 !important;
   }
   .livesafo-order-md-4 {
     order: 4 !important;
   }
   .livesafo-order-md-5 {
     order: 5 !important;
   }
   .livesafo-order-md-last {
     order: 6 !important;
   }
   .livesafo-m-md-0 {
     margin: 0 !important;
   }
   .livesafo-m-md-1 {
     margin: 0.25rem !important;
   }
   .livesafo-m-md-2 {
     margin: 0.5rem !important;
   }
   .livesafo-m-md-3 {
     margin: 1rem !important;
   }
   .livesafo-m-md-4 {
     margin: 1.5rem !important;
   }
   .livesafo-m-md-5 {
     margin: 3rem !important;
   }
   .livesafo-m-md-auto {
     margin: auto !important;
   }
   .livesafo-mx-md-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
   .livesafo-mx-md-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
   .livesafo-mx-md-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
   .livesafo-mx-md-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
   .livesafo-mx-md-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
   .livesafo-mx-md-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
   .livesafo-mx-md-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
   .livesafo-my-md-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
   .livesafo-my-md-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
   .livesafo-my-md-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
   .livesafo-my-md-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
   .livesafo-my-md-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
   .livesafo-my-md-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
   .livesafo-my-md-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
   .livesafo-mt-md-0 {
     margin-top: 0 !important;
   }
   .livesafo-mt-md-1 {
     margin-top: 0.25rem !important;
   }
   .livesafo-mt-md-2 {
     margin-top: 0.5rem !important;
   }
   .livesafo-mt-md-3 {
     margin-top: 1rem !important;
   }
   .livesafo-mt-md-4 {
     margin-top: 1.5rem !important;
   }
   .livesafo-mt-md-5 {
     margin-top: 3rem !important;
   }
   .livesafo-mt-md-auto {
     margin-top: auto !important;
   }
   .livesafo-me-md-0 {
     margin-right: 0 !important;
   }
   .livesafo-me-md-1 {
     margin-right: 0.25rem !important;
   }
   .livesafo-me-md-2 {
     margin-right: 0.5rem !important;
   }
   .livesafo-me-md-3 {
     margin-right: 1rem !important;
   }
   .livesafo-me-md-4 {
     margin-right: 1.5rem !important;
   }
   .livesafo-me-md-5 {
     margin-right: 3rem !important;
   }
   .livesafo-me-md-auto {
     margin-right: auto !important;
   }
   .livesafo-mb-md-0 {
     margin-bottom: 0 !important;
   }
   .livesafo-mb-md-1 {
     margin-bottom: 0.25rem !important;
   }
   .livesafo-mb-md-2 {
     margin-bottom: 0.5rem !important;
   }
   .livesafo-mb-md-3 {
     margin-bottom: 1rem !important;
   }
   .livesafo-mb-md-4 {
     margin-bottom: 1.5rem !important;
   }
   .livesafo-mb-md-5 {
     margin-bottom: 3rem !important;
   }
   .livesafo-mb-md-auto {
     margin-bottom: auto !important;
   }
   .livesafo-ms-md-0 {
     margin-left: 0 !important;
   }
   .livesafo-ms-md-1 {
     margin-left: 0.25rem !important;
   }
   .livesafo-ms-md-2 {
     margin-left: 0.5rem !important;
   }
   .livesafo-ms-md-3 {
     margin-left: 1rem !important;
   }
   .livesafo-ms-md-4 {
     margin-left: 1.5rem !important;
   }
   .livesafo-ms-md-5 {
     margin-left: 3rem !important;
   }
   .livesafo-ms-md-auto {
     margin-left: auto !important;
   }
   .livesafo-p-md-0 {
     padding: 0 !important;
   }
   .livesafo-p-md-1 {
     padding: 0.25rem !important;
   }
   .livesafo-p-md-2 {
     padding: 0.5rem !important;
   }
   .livesafo-p-md-3 {
     padding: 1rem !important;
   }
   .livesafo-p-md-4 {
     padding: 1.5rem !important;
   }
   .livesafo-p-md-5 {
     padding: 3rem !important;
   }
   .livesafo-px-md-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
   .livesafo-px-md-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
   .livesafo-px-md-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
   .livesafo-px-md-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
   .livesafo-px-md-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
   .livesafo-px-md-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
   .livesafo-py-md-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
   .livesafo-py-md-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
   .livesafo-py-md-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
   .livesafo-py-md-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
   .livesafo-py-md-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
   .livesafo-py-md-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
   .livesafo-pt-md-0 {
     padding-top: 0 !important;
   }
   .livesafo-pt-md-1 {
     padding-top: 0.25rem !important;
   }
   .livesafo-pt-md-2 {
     padding-top: 0.5rem !important;
   }
   .livesafo-pt-md-3 {
     padding-top: 1rem !important;
   }
   .livesafo-pt-md-4 {
     padding-top: 1.5rem !important;
   }
   .livesafo-pt-md-5 {
     padding-top: 3rem !important;
   }
   .livesafo-pe-md-0 {
     padding-right: 0 !important;
   }
   .livesafo-pe-md-1 {
     padding-right: 0.25rem !important;
   }
   .livesafo-pe-md-2 {
     padding-right: 0.5rem !important;
   }
   .livesafo-pe-md-3 {
     padding-right: 1rem !important;
   }
   .livesafo-pe-md-4 {
     padding-right: 1.5rem !important;
   }
   .livesafo-pe-md-5 {
     padding-right: 3rem !important;
   }
   .livesafo-pb-md-0 {
     padding-bottom: 0 !important;
   }
   .livesafo-pb-md-1 {
     padding-bottom: 0.25rem !important;
   }
   .livesafo-pb-md-2 {
     padding-bottom: 0.5rem !important;
   }
   .livesafo-pb-md-3 {
     padding-bottom: 1rem !important;
   }
   .livesafo-pb-md-4 {
     padding-bottom: 1.5rem !important;
   }
   .livesafo-pb-md-5 {
     padding-bottom: 3rem !important;
   }
   .livesafo-ps-md-0 {
     padding-left: 0 !important;
   }
   .livesafo-ps-md-1 {
     padding-left: 0.25rem !important;
   }
   .livesafo-ps-md-2 {
     padding-left: 0.5rem !important;
   }
   .livesafo-ps-md-3 {
     padding-left: 1rem !important;
   }
   .livesafo-ps-md-4 {
     padding-left: 1.5rem !important;
   }
   .livesafo-ps-md-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 992px) {
   .livesafo-d-lg-inline {
     display: inline !important;
   }
   .livesafo-d-lg-inline-block {
     display: inline-block !important;
   }
   .livesafo-d-lg-block {
     display: block !important;
   }
   .livesafo-d-lg-grid {
     display: grid !important;
   }
   .livesafo-d-lg-inline-grid {
     display: inline-grid !important;
   }
   .livesafo-d-lg-table {
     display: table !important;
   }
   .livesafo-d-lg-table-row {
     display: table-row !important;
   }
   .livesafo-d-lg-table-cell {
     display: table-cell !important;
   }
   .livesafo-d-lg-flex {
     display: flex !important;
   }
   .livesafo-d-lg-inline-flex {
     display: inline-flex !important;
   }
   .livesafo-d-lg-none {
     display: none !important;
   }
   .livesafo-flex-lg-fill {
     flex: 1 1 auto !important;
   }
   .livesafo-flex-lg-row {
     flex-direction: row !important;
   }
   .livesafo-flex-lg-column {
     flex-direction: column !important;
   }
   .livesafo-flex-lg-row-reverse {
     flex-direction: row-reverse !important;
   }
   .livesafo-flex-lg-column-reverse {
     flex-direction: column-reverse !important;
   }
   .livesafo-flex-lg-grow-0 {
     flex-grow: 0 !important;
   }
   .livesafo-flex-lg-grow-1 {
     flex-grow: 1 !important;
   }
   .livesafo-flex-lg-shrink-0 {
     flex-shrink: 0 !important;
   }
   .livesafo-flex-lg-shrink-1 {
     flex-shrink: 1 !important;
   }
   .livesafo-flex-lg-wrap {
     flex-wrap: wrap !important;
   }
   .livesafo-flex-lg-nowrap {
     flex-wrap: nowrap !important;
   }
   .livesafo-flex-lg-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .livesafo-justify-content-lg-start {
     justify-content: flex-start !important;
   }
   .livesafo-justify-content-lg-end {
     justify-content: flex-end !important;
   }
   .livesafo-justify-content-lg-center {
     justify-content: center !important;
   }
   .livesafo-justify-content-lg-between {
     justify-content: space-between !important;
   }
   .livesafo-justify-content-lg-around {
     justify-content: space-around !important;
   }
   .livesafo-justify-content-lg-evenly {
     justify-content: space-evenly !important;
   }
   .livesafo-align-items-lg-start {
     align-items: flex-start !important;
   }
   .livesafo-align-items-lg-end {
     align-items: flex-end !important;
   }
   .livesafo-align-items-lg-center {
     align-items: center !important;
   }
   .livesafo-align-items-lg-baseline {
     align-items: baseline !important;
   }
   .livesafo-align-items-lg-stretch {
     align-items: stretch !important;
   }
   .livesafo-align-content-lg-start {
     align-content: flex-start !important;
   }
   .livesafo-align-content-lg-end {
     align-content: flex-end !important;
   }
   .livesafo-align-content-lg-center {
     align-content: center !important;
   }
   .livesafo-align-content-lg-between {
     align-content: space-between !important;
   }
   .livesafo-align-content-lg-around {
     align-content: space-around !important;
   }
   .livesafo-align-content-lg-stretch {
     align-content: stretch !important;
   }
   .livesafo-align-self-lg-auto {
     align-self: auto !important;
   }
   .livesafo-align-self-lg-start {
     align-self: flex-start !important;
   }
   .livesafo-align-self-lg-end {
     align-self: flex-end !important;
   }
   .livesafo-align-self-lg-center {
     align-self: center !important;
   }
   .livesafo-align-self-lg-baseline {
     align-self: baseline !important;
   }
   .livesafo-align-self-lg-stretch {
     align-self: stretch !important;
   }
   .livesafo-order-lg-first {
     order: -1 !important;
   }
   .livesafo-order-lg-0 {
     order: 0 !important;
   }
   .livesafo-order-lg-1 {
     order: 1 !important;
   }
   .livesafo-order-lg-2 {
     order: 2 !important;
   }
   .livesafo-order-lg-3 {
     order: 3 !important;
   }
   .livesafo-order-lg-4 {
     order: 4 !important;
   }
   .livesafo-order-lg-5 {
     order: 5 !important;
   }
   .livesafo-order-lg-last {
     order: 6 !important;
   }
   .livesafo-m-lg-0 {
     margin: 0 !important;
   }
   .livesafo-m-lg-1 {
     margin: 0.25rem !important;
   }
   .livesafo-m-lg-2 {
     margin: 0.5rem !important;
   }
   .livesafo-m-lg-3 {
     margin: 1rem !important;
   }
   .livesafo-m-lg-4 {
     margin: 1.5rem !important;
   }
   .livesafo-m-lg-5 {
     margin: 3rem !important;
   }
   .livesafo-m-lg-auto {
     margin: auto !important;
   }
   .livesafo-mx-lg-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
   .livesafo-mx-lg-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
   .livesafo-mx-lg-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
   .livesafo-mx-lg-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
   .livesafo-mx-lg-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
   .livesafo-mx-lg-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
   .livesafo-mx-lg-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
   .livesafo-my-lg-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
   .livesafo-my-lg-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
   .livesafo-my-lg-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
   .livesafo-my-lg-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
   .livesafo-my-lg-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
   .livesafo-my-lg-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
   .livesafo-my-lg-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
   .livesafo-mt-lg-0 {
     margin-top: 0 !important;
   }
   .livesafo-mt-lg-1 {
     margin-top: 0.25rem !important;
   }
   .livesafo-mt-lg-2 {
     margin-top: 0.5rem !important;
   }
   .livesafo-mt-lg-3 {
     margin-top: 1rem !important;
   }
   .livesafo-mt-lg-4 {
     margin-top: 1.5rem !important;
   }
   .livesafo-mt-lg-5 {
     margin-top: 3rem !important;
   }
   .livesafo-mt-lg-auto {
     margin-top: auto !important;
   }
   .livesafo-me-lg-0 {
     margin-right: 0 !important;
   }
   .livesafo-me-lg-1 {
     margin-right: 0.25rem !important;
   }
   .livesafo-me-lg-2 {
     margin-right: 0.5rem !important;
   }
   .livesafo-me-lg-3 {
     margin-right: 1rem !important;
   }
   .livesafo-me-lg-4 {
     margin-right: 1.5rem !important;
   }
   .livesafo-me-lg-5 {
     margin-right: 3rem !important;
   }
   .livesafo-me-lg-auto {
     margin-right: auto !important;
   }
   .livesafo-mb-lg-0 {
     margin-bottom: 0 !important;
   }
   .livesafo-mb-lg-1 {
     margin-bottom: 0.25rem !important;
   }
   .livesafo-mb-lg-2 {
     margin-bottom: 0.5rem !important;
   }
   .livesafo-mb-lg-3 {
     margin-bottom: 1rem !important;
   }
   .livesafo-mb-lg-4 {
     margin-bottom: 1.5rem !important;
   }
   .livesafo-mb-lg-5 {
     margin-bottom: 3rem !important;
   }
   .livesafo-mb-lg-auto {
     margin-bottom: auto !important;
   }
   .livesafo-ms-lg-0 {
     margin-left: 0 !important;
   }
   .livesafo-ms-lg-1 {
     margin-left: 0.25rem !important;
   }
   .livesafo-ms-lg-2 {
     margin-left: 0.5rem !important;
   }
   .livesafo-ms-lg-3 {
     margin-left: 1rem !important;
   }
   .livesafo-ms-lg-4 {
     margin-left: 1.5rem !important;
   }
   .livesafo-ms-lg-5 {
     margin-left: 3rem !important;
   }
   .livesafo-ms-lg-auto {
     margin-left: auto !important;
   }
   .livesafo-p-lg-0 {
     padding: 0 !important;
   }
   .livesafo-p-lg-1 {
     padding: 0.25rem !important;
   }
   .livesafo-p-lg-2 {
     padding: 0.5rem !important;
   }
   .livesafo-p-lg-3 {
     padding: 1rem !important;
   }
   .livesafo-p-lg-4 {
     padding: 1.5rem !important;
   }
   .livesafo-p-lg-5 {
     padding: 3rem !important;
   }
   .livesafo-px-lg-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
   .livesafo-px-lg-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
   .livesafo-px-lg-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
   .livesafo-px-lg-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
   .livesafo-px-lg-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
   .livesafo-px-lg-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
   .livesafo-py-lg-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
   .livesafo-py-lg-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
   .livesafo-py-lg-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
   .livesafo-py-lg-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
   .livesafo-py-lg-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
   .livesafo-py-lg-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
   .livesafo-pt-lg-0 {
     padding-top: 0 !important;
   }
   .livesafo-pt-lg-1 {
     padding-top: 0.25rem !important;
   }
   .livesafo-pt-lg-2 {
     padding-top: 0.5rem !important;
   }
   .livesafo-pt-lg-3 {
     padding-top: 1rem !important;
   }
   .livesafo-pt-lg-4 {
     padding-top: 1.5rem !important;
   }
   .livesafo-pt-lg-5 {
     padding-top: 3rem !important;
   }
   .livesafo-pe-lg-0 {
     padding-right: 0 !important;
   }
   .livesafo-pe-lg-1 {
     padding-right: 0.25rem !important;
   }
   .livesafo-pe-lg-2 {
     padding-right: 0.5rem !important;
   }
   .livesafo-pe-lg-3 {
     padding-right: 1rem !important;
   }
   .livesafo-pe-lg-4 {
     padding-right: 1.5rem !important;
   }
   .livesafo-pe-lg-5 {
     padding-right: 3rem !important;
   }
   .livesafo-pb-lg-0 {
     padding-bottom: 0 !important;
   }
   .livesafo-pb-lg-1 {
     padding-bottom: 0.25rem !important;
   }
   .livesafo-pb-lg-2 {
     padding-bottom: 0.5rem !important;
   }
   .livesafo-pb-lg-3 {
     padding-bottom: 1rem !important;
   }
   .livesafo-pb-lg-4 {
     padding-bottom: 1.5rem !important;
   }
   .livesafo-pb-lg-5 {
     padding-bottom: 3rem !important;
   }
   .livesafo-ps-lg-0 {
     padding-left: 0 !important;
   }
   .livesafo-ps-lg-1 {
     padding-left: 0.25rem !important;
   }
   .livesafo-ps-lg-2 {
     padding-left: 0.5rem !important;
   }
   .livesafo-ps-lg-3 {
     padding-left: 1rem !important;
   }
   .livesafo-ps-lg-4 {
     padding-left: 1.5rem !important;
   }
   .livesafo-ps-lg-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 1200px) {
   .livesafo-d-xl-inline {
     display: inline !important;
   }
   .livesafo-d-xl-inline-block {
     display: inline-block !important;
   }
   .livesafo-d-xl-block {
     display: block !important;
   }
   .livesafo-d-xl-grid {
     display: grid !important;
   }
   .livesafo-d-xl-inline-grid {
     display: inline-grid !important;
   }
   .livesafo-d-xl-table {
     display: table !important;
   }
   .livesafo-d-xl-table-row {
     display: table-row !important;
   }
   .livesafo-d-xl-table-cell {
     display: table-cell !important;
   }
   .livesafo-d-xl-flex {
     display: flex !important;
   }
   .livesafo-d-xl-inline-flex {
     display: inline-flex !important;
   }
   .livesafo-d-xl-none {
     display: none !important;
   }
   .livesafo-flex-xl-fill {
     flex: 1 1 auto !important;
   }
   .livesafo-flex-xl-row {
     flex-direction: row !important;
   }
   .livesafo-flex-xl-column {
     flex-direction: column !important;
   }
   .livesafo-flex-xl-row-reverse {
     flex-direction: row-reverse !important;
   }
   .livesafo-flex-xl-column-reverse {
     flex-direction: column-reverse !important;
   }
   .livesafo-flex-xl-grow-0 {
     flex-grow: 0 !important;
   }
   .livesafo-flex-xl-grow-1 {
     flex-grow: 1 !important;
   }
   .livesafo-flex-xl-shrink-0 {
     flex-shrink: 0 !important;
   }
   .livesafo-flex-xl-shrink-1 {
     flex-shrink: 1 !important;
   }
   .livesafo-flex-xl-wrap {
     flex-wrap: wrap !important;
   }
   .livesafo-flex-xl-nowrap {
     flex-wrap: nowrap !important;
   }
   .livesafo-flex-xl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .livesafo-justify-content-xl-start {
     justify-content: flex-start !important;
   }
   .livesafo-justify-content-xl-end {
     justify-content: flex-end !important;
   }
   .livesafo-justify-content-xl-center {
     justify-content: center !important;
   }
   .livesafo-justify-content-xl-between {
     justify-content: space-between !important;
   }
   .livesafo-justify-content-xl-around {
     justify-content: space-around !important;
   }
   .livesafo-justify-content-xl-evenly {
     justify-content: space-evenly !important;
   }
   .livesafo-align-items-xl-start {
     align-items: flex-start !important;
   }
   .livesafo-align-items-xl-end {
     align-items: flex-end !important;
   }
   .livesafo-align-items-xl-center {
     align-items: center !important;
   }
   .livesafo-align-items-xl-baseline {
     align-items: baseline !important;
   }
   .livesafo-align-items-xl-stretch {
     align-items: stretch !important;
   }
   .livesafo-align-content-xl-start {
     align-content: flex-start !important;
   }
   .livesafo-align-content-xl-end {
     align-content: flex-end !important;
   }
   .livesafo-align-content-xl-center {
     align-content: center !important;
   }
   .livesafo-align-content-xl-between {
     align-content: space-between !important;
   }
   .livesafo-align-content-xl-around {
     align-content: space-around !important;
   }
   .livesafo-align-content-xl-stretch {
     align-content: stretch !important;
   }
   .livesafo-align-self-xl-auto {
     align-self: auto !important;
   }
   .livesafo-align-self-xl-start {
     align-self: flex-start !important;
   }
   .livesafo-align-self-xl-end {
     align-self: flex-end !important;
   }
   .livesafo-align-self-xl-center {
     align-self: center !important;
   }
   .livesafo-align-self-xl-baseline {
     align-self: baseline !important;
   }
   .livesafo-align-self-xl-stretch {
     align-self: stretch !important;
   }
   .livesafo-order-xl-first {
     order: -1 !important;
   }
   .livesafo-order-xl-0 {
     order: 0 !important;
   }
   .livesafo-order-xl-1 {
     order: 1 !important;
   }
   .livesafo-order-xl-2 {
     order: 2 !important;
   }
   .livesafo-order-xl-3 {
     order: 3 !important;
   }
   .livesafo-order-xl-4 {
     order: 4 !important;
   }
   .livesafo-order-xl-5 {
     order: 5 !important;
   }
   .livesafo-order-xl-last {
     order: 6 !important;
   }
   .livesafo-m-xl-0 {
     margin: 0 !important;
   }
   .livesafo-m-xl-1 {
     margin: 0.25rem !important;
   }
   .livesafo-m-xl-2 {
     margin: 0.5rem !important;
   }
   .livesafo-m-xl-3 {
     margin: 1rem !important;
   }
   .livesafo-m-xl-4 {
     margin: 1.5rem !important;
   }
   .livesafo-m-xl-5 {
     margin: 3rem !important;
   }
   .livesafo-m-xl-auto {
     margin: auto !important;
   }
   .livesafo-mx-xl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
   .livesafo-mx-xl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
   .livesafo-mx-xl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
   .livesafo-mx-xl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
   .livesafo-mx-xl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
   .livesafo-mx-xl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
   .livesafo-mx-xl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
   .livesafo-my-xl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
   .livesafo-my-xl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
   .livesafo-my-xl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
   .livesafo-my-xl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
   .livesafo-my-xl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
   .livesafo-my-xl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
   .livesafo-my-xl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
   .livesafo-mt-xl-0 {
     margin-top: 0 !important;
   }
   .livesafo-mt-xl-1 {
     margin-top: 0.25rem !important;
   }
   .livesafo-mt-xl-2 {
     margin-top: 0.5rem !important;
   }
   .livesafo-mt-xl-3 {
     margin-top: 1rem !important;
   }
   .livesafo-mt-xl-4 {
     margin-top: 1.5rem !important;
   }
   .livesafo-mt-xl-5 {
     margin-top: 3rem !important;
   }
   .livesafo-mt-xl-auto {
     margin-top: auto !important;
   }
   .livesafo-me-xl-0 {
     margin-right: 0 !important;
   }
   .livesafo-me-xl-1 {
     margin-right: 0.25rem !important;
   }
   .livesafo-me-xl-2 {
     margin-right: 0.5rem !important;
   }
   .livesafo-me-xl-3 {
     margin-right: 1rem !important;
   }
   .livesafo-me-xl-4 {
     margin-right: 1.5rem !important;
   }
   .livesafo-me-xl-5 {
     margin-right: 3rem !important;
   }
   .livesafo-me-xl-auto {
     margin-right: auto !important;
   }
   .livesafo-mb-xl-0 {
     margin-bottom: 0 !important;
   }
   .livesafo-mb-xl-1 {
     margin-bottom: 0.25rem !important;
   }
   .livesafo-mb-xl-2 {
     margin-bottom: 0.5rem !important;
   }
   .livesafo-mb-xl-3 {
     margin-bottom: 1rem !important;
   }
   .livesafo-mb-xl-4 {
     margin-bottom: 1.5rem !important;
   }
   .livesafo-mb-xl-5 {
     margin-bottom: 3rem !important;
   }
   .livesafo-mb-xl-auto {
     margin-bottom: auto !important;
   }
   .livesafo-ms-xl-0 {
     margin-left: 0 !important;
   }
   .livesafo-ms-xl-1 {
     margin-left: 0.25rem !important;
   }
   .livesafo-ms-xl-2 {
     margin-left: 0.5rem !important;
   }
   .livesafo-ms-xl-3 {
     margin-left: 1rem !important;
   }
   .livesafo-ms-xl-4 {
     margin-left: 1.5rem !important;
   }
   .livesafo-ms-xl-5 {
     margin-left: 3rem !important;
   }
   .livesafo-ms-xl-auto {
     margin-left: auto !important;
   }
   .livesafo-p-xl-0 {
     padding: 0 !important;
   }
   .livesafo-p-xl-1 {
     padding: 0.25rem !important;
   }
   .livesafo-p-xl-2 {
     padding: 0.5rem !important;
   }
   .livesafo-p-xl-3 {
     padding: 1rem !important;
   }
   .livesafo-p-xl-4 {
     padding: 1.5rem !important;
   }
   .livesafo-p-xl-5 {
     padding: 3rem !important;
   }
   .livesafo-px-xl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
   .livesafo-px-xl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
   .livesafo-px-xl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
   .livesafo-px-xl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
   .livesafo-px-xl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
   .livesafo-px-xl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
   .livesafo-py-xl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
   .livesafo-py-xl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
   .livesafo-py-xl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
   .livesafo-py-xl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
   .livesafo-py-xl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
   .livesafo-py-xl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
   .livesafo-pt-xl-0 {
     padding-top: 0 !important;
   }
   .livesafo-pt-xl-1 {
     padding-top: 0.25rem !important;
   }
   .livesafo-pt-xl-2 {
     padding-top: 0.5rem !important;
   }
   .livesafo-pt-xl-3 {
     padding-top: 1rem !important;
   }
   .livesafo-pt-xl-4 {
     padding-top: 1.5rem !important;
   }
   .livesafo-pt-xl-5 {
     padding-top: 3rem !important;
   }
   .livesafo-pe-xl-0 {
     padding-right: 0 !important;
   }
   .livesafo-pe-xl-1 {
     padding-right: 0.25rem !important;
   }
   .livesafo-pe-xl-2 {
     padding-right: 0.5rem !important;
   }
   .livesafo-pe-xl-3 {
     padding-right: 1rem !important;
   }
   .livesafo-pe-xl-4 {
     padding-right: 1.5rem !important;
   }
   .livesafo-pe-xl-5 {
     padding-right: 3rem !important;
   }
   .livesafo-pb-xl-0 {
     padding-bottom: 0 !important;
   }
   .livesafo-pb-xl-1 {
     padding-bottom: 0.25rem !important;
   }
   .livesafo-pb-xl-2 {
     padding-bottom: 0.5rem !important;
   }
   .livesafo-pb-xl-3 {
     padding-bottom: 1rem !important;
   }
   .livesafo-pb-xl-4 {
     padding-bottom: 1.5rem !important;
   }
   .livesafo-pb-xl-5 {
     padding-bottom: 3rem !important;
   }
   .livesafo-ps-xl-0 {
     padding-left: 0 !important;
   }
   .livesafo-ps-xl-1 {
     padding-left: 0.25rem !important;
   }
   .livesafo-ps-xl-2 {
     padding-left: 0.5rem !important;
   }
   .livesafo-ps-xl-3 {
     padding-left: 1rem !important;
   }
   .livesafo-ps-xl-4 {
     padding-left: 1.5rem !important;
   }
   .livesafo-ps-xl-5 {
     padding-left: 3rem !important;
   }
 }
 @media (min-width: 1400px) {
   .livesafo-d-xxl-inline {
     display: inline !important;
   }
   .livesafo-d-xxl-inline-block {
     display: inline-block !important;
   }
   .livesafo-d-xxl-block {
     display: block !important;
   }
   .livesafo-d-xxl-grid {
     display: grid !important;
   }
   .livesafo-d-xxl-inline-grid {
     display: inline-grid !important;
   }
   .livesafo-d-xxl-table {
     display: table !important;
   }
   .livesafo-d-xxl-table-row {
     display: table-row !important;
   }
   .livesafo-d-xxl-table-cell {
     display: table-cell !important;
   }
   .livesafo-d-xxl-flex {
     display: flex !important;
   }
   .livesafo-d-xxl-inline-flex {
     display: inline-flex !important;
   }
   .livesafo-d-xxl-none {
     display: none !important;
   }
   .livesafo-flex-xxl-fill {
     flex: 1 1 auto !important;
   }
   .livesafo-flex-xxl-row {
     flex-direction: row !important;
   }
   .livesafo-flex-xxl-column {
     flex-direction: column !important;
   }
   .livesafo-flex-xxl-row-reverse {
     flex-direction: row-reverse !important;
   }
   .livesafo-flex-xxl-column-reverse {
     flex-direction: column-reverse !important;
   }
   .livesafo-flex-xxl-grow-0 {
     flex-grow: 0 !important;
   }
   .livesafo-flex-xxl-grow-1 {
     flex-grow: 1 !important;
   }
   .livesafo-flex-xxl-shrink-0 {
     flex-shrink: 0 !important;
   }
   .livesafo-flex-xxl-shrink-1 {
     flex-shrink: 1 !important;
   }
   .livesafo-flex-xxl-wrap {
     flex-wrap: wrap !important;
   }
   .livesafo-flex-xxl-nowrap {
     flex-wrap: nowrap !important;
   }
   .livesafo-flex-xxl-wrap-reverse {
     flex-wrap: wrap-reverse !important;
   }
   .livesafo-justify-content-xxl-start {
     justify-content: flex-start !important;
   }
   .livesafo-justify-content-xxl-end {
     justify-content: flex-end !important;
   }
   .livesafo-justify-content-xxl-center {
     justify-content: center !important;
   }
   .livesafo-justify-content-xxl-between {
     justify-content: space-between !important;
   }
   .livesafo-justify-content-xxl-around {
     justify-content: space-around !important;
   }
   .livesafo-justify-content-xxl-evenly {
     justify-content: space-evenly !important;
   }
   .livesafo-align-items-xxl-start {
     align-items: flex-start !important;
   }
   .livesafo-align-items-xxl-end {
     align-items: flex-end !important;
   }
   .livesafo-align-items-xxl-center {
     align-items: center !important;
   }
   .livesafo-align-items-xxl-baseline {
     align-items: baseline !important;
   }
   .livesafo-align-items-xxl-stretch {
     align-items: stretch !important;
   }
   .livesafo-align-content-xxl-start {
     align-content: flex-start !important;
   }
   .livesafo-align-content-xxl-end {
     align-content: flex-end !important;
   }
   .livesafo-align-content-xxl-center {
     align-content: center !important;
   }
   .livesafo-align-content-xxl-between {
     align-content: space-between !important;
   }
   .livesafo-align-content-xxl-around {
     align-content: space-around !important;
   }
   .livesafo-align-content-xxl-stretch {
     align-content: stretch !important;
   }
   .livesafo-align-self-xxl-auto {
     align-self: auto !important;
   }
   .livesafo-align-self-xxl-start {
     align-self: flex-start !important;
   }
   .livesafo-align-self-xxl-end {
     align-self: flex-end !important;
   }
   .livesafo-align-self-xxl-center {
     align-self: center !important;
   }
   .livesafo-align-self-xxl-baseline {
     align-self: baseline !important;
   }
   .livesafo-align-self-xxl-stretch {
     align-self: stretch !important;
   }
   .livesafo-order-xxl-first {
     order: -1 !important;
   }
   .livesafo-order-xxl-0 {
     order: 0 !important;
   }
   .livesafo-order-xxl-1 {
     order: 1 !important;
   }
   .livesafo-order-xxl-2 {
     order: 2 !important;
   }
   .livesafo-order-xxl-3 {
     order: 3 !important;
   }
   .livesafo-order-xxl-4 {
     order: 4 !important;
   }
   .livesafo-order-xxl-5 {
     order: 5 !important;
   }
   .livesafo-order-xxl-last {
     order: 6 !important;
   }
   .livesafo-m-xxl-0 {
     margin: 0 !important;
   }
   .livesafo-m-xxl-1 {
     margin: 0.25rem !important;
   }
   .livesafo-m-xxl-2 {
     margin: 0.5rem !important;
   }
   .livesafo-m-xxl-3 {
     margin: 1rem !important;
   }
   .livesafo-m-xxl-4 {
     margin: 1.5rem !important;
   }
   .livesafo-m-xxl-5 {
     margin: 3rem !important;
   }
   .livesafo-m-xxl-auto {
     margin: auto !important;
   }
   .livesafo-mx-xxl-0 {
     margin-right: 0 !important;
     margin-left: 0 !important;
   }
   .livesafo-mx-xxl-1 {
     margin-right: 0.25rem !important;
     margin-left: 0.25rem !important;
   }
   .livesafo-mx-xxl-2 {
     margin-right: 0.5rem !important;
     margin-left: 0.5rem !important;
   }
   .livesafo-mx-xxl-3 {
     margin-right: 1rem !important;
     margin-left: 1rem !important;
   }
   .livesafo-mx-xxl-4 {
     margin-right: 1.5rem !important;
     margin-left: 1.5rem !important;
   }
   .livesafo-mx-xxl-5 {
     margin-right: 3rem !important;
     margin-left: 3rem !important;
   }
   .livesafo-mx-xxl-auto {
     margin-right: auto !important;
     margin-left: auto !important;
   }
   .livesafo-my-xxl-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
   .livesafo-my-xxl-1 {
     margin-top: 0.25rem !important;
     margin-bottom: 0.25rem !important;
   }
   .livesafo-my-xxl-2 {
     margin-top: 0.5rem !important;
     margin-bottom: 0.5rem !important;
   }
   .livesafo-my-xxl-3 {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
   }
   .livesafo-my-xxl-4 {
     margin-top: 1.5rem !important;
     margin-bottom: 1.5rem !important;
   }
   .livesafo-my-xxl-5 {
     margin-top: 3rem !important;
     margin-bottom: 3rem !important;
   }
   .livesafo-my-xxl-auto {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
   .livesafo-mt-xxl-0 {
     margin-top: 0 !important;
   }
   .livesafo-mt-xxl-1 {
     margin-top: 0.25rem !important;
   }
   .livesafo-mt-xxl-2 {
     margin-top: 0.5rem !important;
   }
   .livesafo-mt-xxl-3 {
     margin-top: 1rem !important;
   }
   .livesafo-mt-xxl-4 {
     margin-top: 1.5rem !important;
   }
   .livesafo-mt-xxl-5 {
     margin-top: 3rem !important;
   }
   .livesafo-mt-xxl-auto {
     margin-top: auto !important;
   }
   .livesafo-me-xxl-0 {
     margin-right: 0 !important;
   }
   .livesafo-me-xxl-1 {
     margin-right: 0.25rem !important;
   }
   .livesafo-me-xxl-2 {
     margin-right: 0.5rem !important;
   }
   .livesafo-me-xxl-3 {
     margin-right: 1rem !important;
   }
   .livesafo-me-xxl-4 {
     margin-right: 1.5rem !important;
   }
   .livesafo-me-xxl-5 {
     margin-right: 3rem !important;
   }
   .livesafo-me-xxl-auto {
     margin-right: auto !important;
   }
   .livesafo-mb-xxl-0 {
     margin-bottom: 0 !important;
   }
   .livesafo-mb-xxl-1 {
     margin-bottom: 0.25rem !important;
   }
   .livesafo-mb-xxl-2 {
     margin-bottom: 0.5rem !important;
   }
   .livesafo-mb-xxl-3 {
     margin-bottom: 1rem !important;
   }
   .livesafo-mb-xxl-4 {
     margin-bottom: 1.5rem !important;
   }
   .livesafo-mb-xxl-5 {
     margin-bottom: 3rem !important;
   }
   .livesafo-mb-xxl-auto {
     margin-bottom: auto !important;
   }
   .livesafo-ms-xxl-0 {
     margin-left: 0 !important;
   }
   .livesafo-ms-xxl-1 {
     margin-left: 0.25rem !important;
   }
   .livesafo-ms-xxl-2 {
     margin-left: 0.5rem !important;
   }
   .livesafo-ms-xxl-3 {
     margin-left: 1rem !important;
   }
   .livesafo-ms-xxl-4 {
     margin-left: 1.5rem !important;
   }
   .livesafo-ms-xxl-5 {
     margin-left: 3rem !important;
   }
   .livesafo-ms-xxl-auto {
     margin-left: auto !important;
   }
   .livesafo-p-xxl-0 {
     padding: 0 !important;
   }
   .livesafo-p-xxl-1 {
     padding: 0.25rem !important;
   }
   .livesafo-p-xxl-2 {
     padding: 0.5rem !important;
   }
   .livesafo-p-xxl-3 {
     padding: 1rem !important;
   }
   .livesafo-p-xxl-4 {
     padding: 1.5rem !important;
   }
   .livesafo-p-xxl-5 {
     padding: 3rem !important;
   }
   .livesafo-px-xxl-0 {
     padding-right: 0 !important;
     padding-left: 0 !important;
   }
   .livesafo-px-xxl-1 {
     padding-right: 0.25rem !important;
     padding-left: 0.25rem !important;
   }
   .livesafo-px-xxl-2 {
     padding-right: 0.5rem !important;
     padding-left: 0.5rem !important;
   }
   .livesafo-px-xxl-3 {
     padding-right: 1rem !important;
     padding-left: 1rem !important;
   }
   .livesafo-px-xxl-4 {
     padding-right: 1.5rem !important;
     padding-left: 1.5rem !important;
   }
   .livesafo-px-xxl-5 {
     padding-right: 3rem !important;
     padding-left: 3rem !important;
   }
   .livesafo-py-xxl-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
   .livesafo-py-xxl-1 {
     padding-top: 0.25rem !important;
     padding-bottom: 0.25rem !important;
   }
   .livesafo-py-xxl-2 {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
   }
   .livesafo-py-xxl-3 {
     padding-top: 1rem !important;
     padding-bottom: 1rem !important;
   }
   .livesafo-py-xxl-4 {
     padding-top: 1.5rem !important;
     padding-bottom: 1.5rem !important;
   }
   .livesafo-py-xxl-5 {
     padding-top: 3rem !important;
     padding-bottom: 3rem !important;
   }
   .livesafo-pt-xxl-0 {
     padding-top: 0 !important;
   }
   .livesafo-pt-xxl-1 {
     padding-top: 0.25rem !important;
   }
   .livesafo-pt-xxl-2 {
     padding-top: 0.5rem !important;
   }
   .livesafo-pt-xxl-3 {
     padding-top: 1rem !important;
   }
   .livesafo-pt-xxl-4 {
     padding-top: 1.5rem !important;
   }
   .livesafo-pt-xxl-5 {
     padding-top: 3rem !important;
   }
   .livesafo-pe-xxl-0 {
     padding-right: 0 !important;
   }
   .livesafo-pe-xxl-1 {
     padding-right: 0.25rem !important;
   }
   .livesafo-pe-xxl-2 {
     padding-right: 0.5rem !important;
   }
   .livesafo-pe-xxl-3 {
     padding-right: 1rem !important;
   }
   .livesafo-pe-xxl-4 {
     padding-right: 1.5rem !important;
   }
   .livesafo-pe-xxl-5 {
     padding-right: 3rem !important;
   }
   .livesafo-pb-xxl-0 {
     padding-bottom: 0 !important;
   }
   .livesafo-pb-xxl-1 {
     padding-bottom: 0.25rem !important;
   }
   .livesafo-pb-xxl-2 {
     padding-bottom: 0.5rem !important;
   }
   .livesafo-pb-xxl-3 {
     padding-bottom: 1rem !important;
   }
   .livesafo-pb-xxl-4 {
     padding-bottom: 1.5rem !important;
   }
   .livesafo-pb-xxl-5 {
     padding-bottom: 3rem !important;
   }
   .livesafo-ps-xxl-0 {
     padding-left: 0 !important;
   }
   .livesafo-ps-xxl-1 {
     padding-left: 0.25rem !important;
   }
   .livesafo-ps-xxl-2 {
     padding-left: 0.5rem !important;
   }
   .livesafo-ps-xxl-3 {
     padding-left: 1rem !important;
   }
   .livesafo-ps-xxl-4 {
     padding-left: 1.5rem !important;
   }
   .livesafo-ps-xxl-5 {
     padding-left: 3rem !important;
   }
 }
 @media print {
   .livesafo-d-print-inline {
     display: inline !important;
   }
   .livesafo-d-print-inline-block {
     display: inline-block !important;
   }
   .livesafo-d-print-block {
     display: block !important;
   }
   .livesafo-d-print-grid {
     display: grid !important;
   }
   .livesafo-d-print-inline-grid {
     display: inline-grid !important;
   }
   .livesafo-d-print-table {
     display: table !important;
   }
   .livesafo-d-print-table-row {
     display: table-row !important;
   }
   .livesafo-d-print-table-cell {
     display: table-cell !important;
   }
   .livesafo-d-print-flex {
     display: flex !important;
   }
   .livesafo-d-print-inline-flex {
     display: inline-flex !important;
   }
   .livesafo-d-print-none {
     display: none !important;
   }
 }
 
 /*# sourceMappingURL=bootstrap-grid.css.map */


.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* text */
.livesafo-text-danger {
  color: #dc3545 !important;
  font-size: 16px;
}

a.livesafo-text-danger:hover, a.livesafo-text-danger:focus {
  color: #a71d2a !important;
}

.livesafo-text-right {
  text-align: right!important;
}

.w-100 {
  width:100%;
}

.text-white {
  color: #fff !important;
}


.livesafo-float-right {
  float: right !important;
}

/* Nav tabs */

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.livesafo-input-group {
  display: flex;
  align-items: center;
  width: 100%;
}

.livesafo-input-group .form-control {
  flex: 1;
  min-width: 0;
}

.livesafo-input-group .btn,
.livesafo-input-group .livesafo-input-group-text {
  white-space: nowrap;
}

.livesafo-input-group > .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.livesafo-input-group > .btn:last-child,
.livesafo-input-group > .livesafo-input-group-text:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.livesafo-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .livesafo-badge {
    transition: none;
  }
}

a.livesafo-badge:hover, a.livesafo-badge:focus {
  text-decoration: none;
}

.livesafo-badge:empty {
  display: none;
}

.livesafo-btn .livesafo-badge {
  position: relative;
  top: -1px;
}

.livesafo-badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.livesafo-badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.livesafo-badge-primary:hover, a.livesafo-badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.livesafo-badge-primary:focus, a.livesafo-badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.livesafo-badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.livesafo-badge-secondary:hover, a.livesafo-badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.livesafo-badge-secondary:focus, a.livesafo-badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.livesafo-badge-success {
  color: #fff;
  background-color: #28a745;
}

a.livesafo-badge-success:hover, a.livesafo-badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.livesafo-badge-success:focus, a.livesafo-badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.livesafo-badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.livesafo-badge-info:hover, a.livesafo-badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.livesafo-badge-info:focus, a.livesafo-badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.livesafo-badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.livesafo-badge-warning:hover, a.livesafo-badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.livesafo-badge-warning:focus, a.livesafo-badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.livesafo-badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.livesafo-badge-danger:hover, a.livesafo-badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.livesafo-badge-danger:focus, a.livesafo-badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.livesafo-badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.livesafo-badge-light:hover, a.livesafo-badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.livesafo-badge-light:focus, a.livesafo-badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.livesafo-badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.livesafo-badge-dark:hover, a.livesafo-badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.livesafo-badge-dark:focus, a.livesafo-badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}



/* list group */

.livesafo-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.livesafo-list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.livesafo-list-group-item-action:hover, .livesafo-list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.livesafo-list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.livesafo-list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.livesafo-list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.livesafo-list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.livesafo-list-group-item.disabled, .livesafo-list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.livesafo-list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.livesafo-list-group-item + .livesafo-list-group-item {
  border-top-width: 0;
}

.livesafo-list-group-item + .livesafo-list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.livesafo-list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.livesafo-list-group-horizontal > .livesafo-list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.livesafo-list-group-horizontal > .livesafo-list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.livesafo-list-group-horizontal > .livesafo-list-group-item.active {
  margin-top: 0;
}

.livesafo-list-group-horizontal > .livesafo-list-group-item + .livesafo-list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.livesafo-list-group-horizontal > .livesafo-list-group-item + .livesafo-list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .livesafo-list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .livesafo-list-group-horizontal-sm > .livesafo-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .livesafo-list-group-horizontal-sm > .livesafo-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .livesafo-list-group-horizontal-sm > .livesafo-list-group-item.active {
    margin-top: 0;
  }
  .livesafo-list-group-horizontal-sm > .livesafo-list-group-item + .livesafo-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .livesafo-list-group-horizontal-sm > .livesafo-list-group-item + .livesafo-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .livesafo-list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .livesafo-list-group-horizontal-md > .livesafo-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .livesafo-list-group-horizontal-md > .livesafo-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .livesafo-list-group-horizontal-md > .livesafo-list-group-item.active {
    margin-top: 0;
  }
  .livesafo-list-group-horizontal-md > .livesafo-list-group-item + .livesafo-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .livesafo-list-group-horizontal-md > .livesafo-list-group-item + .livesafo-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .livesafo-list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .livesafo-list-group-horizontal-lg > .livesafo-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .livesafo-list-group-horizontal-lg > .livesafo-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .livesafo-list-group-horizontal-lg > .livesafo-list-group-item.active {
    margin-top: 0;
  }
  .livesafo-list-group-horizontal-lg > .livesafo-list-group-item + .livesafo-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .livesafo-list-group-horizontal-lg > .livesafo-list-group-item + .livesafo-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .livesafo-list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .livesafo-list-group-horizontal-xl > .livesafo-list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .livesafo-list-group-horizontal-xl > .livesafo-list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .livesafo-list-group-horizontal-xl > .livesafo-list-group-item.active {
    margin-top: 0;
  }
  .livesafo-list-group-horizontal-xl > .livesafo-list-group-item + .livesafo-list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .livesafo-list-group-horizontal-xl > .livesafo-list-group-item + .livesafo-list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.livesafo-list-group-flush {
  border-radius: 0;
}

.livesafo-list-group-flush > .livesafo-list-group-item {
  border-width: 0 0 1px;
}

.livesafo-list-group-flush > .livesafo-list-group-item:last-child {
  border-bottom-width: 0;
}

.livesafo-list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.livesafo-list-group-item-primary.livesafo-list-group-item-action:hover, .livesafo-list-group-item-primary.livesafo-list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.livesafo-list-group-item-primary.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.livesafo-list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.livesafo-list-group-item-secondary.livesafo-list-group-item-action:hover, .livesafo-list-group-item-secondary.livesafo-list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.livesafo-list-group-item-secondary.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.livesafo-list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.livesafo-list-group-item-success.livesafo-list-group-item-action:hover, .livesafo-list-group-item-success.livesafo-list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.livesafo-list-group-item-success.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.livesafo-list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.livesafo-list-group-item-info.livesafo-list-group-item-action:hover, .livesafo-list-group-item-info.livesafo-list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.livesafo-list-group-item-info.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.livesafo-list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.livesafo-list-group-item-warning.livesafo-list-group-item-action:hover, .livesafo-list-group-item-warning.livesafo-list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.livesafo-list-group-item-warning.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.livesafo-list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.livesafo-list-group-item-danger.livesafo-list-group-item-action:hover, .livesafo-list-group-item-danger.livesafo-list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.livesafo-list-group-item-danger.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.livesafo-list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.livesafo-list-group-item-light.livesafo-list-group-item-action:hover, .livesafo-list-group-item-light.livesafo-list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.livesafo-list-group-item-light.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.livesafo-list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.livesafo-list-group-item-dark.livesafo-list-group-item-action:hover, .livesafo-list-group-item-dark.livesafo-list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.livesafo-list-group-item-dark.livesafo-list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.livesafo-border-0 {
  border: 0 !important;
}

.livesafo-border {
  border: 1px solid #dee2e6 !important;
}



.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-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;
  -moz-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: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.livesafo-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.livesafo-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.livesafo-btn-primary:focus, .livesafo-btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.livesafo-btn-primary.disabled, .livesafo-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.livesafo-btn-primary:not(:disabled):not(.disabled):active, .livesafo-btn-primary:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.livesafo-btn-primary:not(:disabled):not(.disabled):active:focus, .livesafo-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.livesafo-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.livesafo-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.livesafo-btn-secondary:focus, .livesafo-btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.livesafo-btn-secondary.disabled, .livesafo-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.livesafo-btn-secondary:not(:disabled):not(.disabled):active, .livesafo-btn-secondary:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.livesafo-btn-secondary:not(:disabled):not(.disabled):active:focus, .livesafo-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.livesafo-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.livesafo-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.livesafo-btn-success:focus, .livesafo-btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.livesafo-btn-success.disabled, .livesafo-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.livesafo-btn-success:not(:disabled):not(.disabled):active, .livesafo-btn-success:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.livesafo-btn-success:not(:disabled):not(.disabled):active:focus, .livesafo-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.livesafo-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.livesafo-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.livesafo-btn-info:focus, .livesafo-btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.livesafo-btn-info.disabled, .livesafo-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.livesafo-btn-info:not(:disabled):not(.disabled):active, .livesafo-btn-info:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.livesafo-btn-info:not(:disabled):not(.disabled):active:focus, .livesafo-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.livesafo-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.livesafo-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.livesafo-btn-warning:focus, .livesafo-btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.livesafo-btn-warning.disabled, .livesafo-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.livesafo-btn-warning:not(:disabled):not(.disabled):active, .livesafo-btn-warning:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.livesafo-btn-warning:not(:disabled):not(.disabled):active:focus, .livesafo-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.livesafo-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.livesafo-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.livesafo-btn-danger:focus, .livesafo-btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.livesafo-btn-danger.disabled, .livesafo-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.livesafo-btn-danger:not(:disabled):not(.disabled):active, .livesafo-btn-danger:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.livesafo-btn-danger:not(:disabled):not(.disabled):active:focus, .livesafo-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.livesafo-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.livesafo-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.livesafo-btn-light:focus, .livesafo-btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.livesafo-btn-light.disabled, .livesafo-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.livesafo-btn-light:not(:disabled):not(.disabled):active, .livesafo-btn-light:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.livesafo-btn-light:not(:disabled):not(.disabled):active:focus, .livesafo-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.livesafo-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.livesafo-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.livesafo-btn-dark:focus, .livesafo-btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.livesafo-btn-dark.disabled, .livesafo-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.livesafo-btn-dark:not(:disabled):not(.disabled):active, .livesafo-btn-dark:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.livesafo-btn-dark:not(:disabled):not(.disabled):active:focus, .livesafo-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.livesafo-btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.livesafo-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.livesafo-btn-outline-primary:focus, .livesafo-btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.livesafo-btn-outline-primary.disabled, .livesafo-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.livesafo-btn-outline-primary:not(:disabled):not(.disabled):active, .livesafo-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.livesafo-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.livesafo-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.livesafo-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.livesafo-btn-outline-secondary:focus, .livesafo-btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.livesafo-btn-outline-secondary.disabled, .livesafo-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.livesafo-btn-outline-secondary:not(:disabled):not(.disabled):active, .livesafo-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.livesafo-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.livesafo-btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.livesafo-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.livesafo-btn-outline-success:focus, .livesafo-btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.livesafo-btn-outline-success.disabled, .livesafo-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.livesafo-btn-outline-success:not(:disabled):not(.disabled):active, .livesafo-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.livesafo-btn-outline-success:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.livesafo-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.livesafo-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.livesafo-btn-outline-info:focus, .livesafo-btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.livesafo-btn-outline-info.disabled, .livesafo-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.livesafo-btn-outline-info:not(:disabled):not(.disabled):active, .livesafo-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.livesafo-btn-outline-info:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.livesafo-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.livesafo-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.livesafo-btn-outline-warning:focus, .livesafo-btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.livesafo-btn-outline-warning.disabled, .livesafo-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.livesafo-btn-outline-warning:not(:disabled):not(.disabled):active, .livesafo-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.livesafo-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.livesafo-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.livesafo-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.livesafo-btn-outline-danger:focus, .livesafo-btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.livesafo-btn-outline-danger.disabled, .livesafo-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.livesafo-btn-outline-danger:not(:disabled):not(.disabled):active, .livesafo-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.livesafo-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.livesafo-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.livesafo-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.livesafo-btn-outline-light:focus, .livesafo-btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.livesafo-btn-outline-light.disabled, .livesafo-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.livesafo-btn-outline-light:not(:disabled):not(.disabled):active, .livesafo-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.livesafo-btn-outline-light:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.livesafo-btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.livesafo-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.livesafo-btn-outline-dark:focus, .livesafo-btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.livesafo-btn-outline-dark.disabled, .livesafo-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.livesafo-btn-outline-dark:not(:disabled):not(.disabled):active, .livesafo-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .livesafo-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.livesafo-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .livesafo-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .livesafo-btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.livesafo-btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.livesafo-btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.livesafo-btn-link:focus, .livesafo-btn-link.focus {
  text-decoration: underline;
}

.livesafo-btn-link:disabled, .livesafo-btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.livesafo-btn-lg, .livesafo-btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.livesafo-btn-sm, .livesafo-btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.livesafo-btn-block {
  display: block;
  width: 100%;
}

.livesafo-btn-block + .livesafo-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].livesafo-btn-block,
input[type="reset"].livesafo-btn-block,
input[type="button"].livesafo-btn-block {
  width: 100%;
}



.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}