@charset "UTF-8";

/**
 * LRV Frontend Stylesheet
 * Inspirado en Bootstrap Grid y Utilities, con prefijo lrv-
 */
: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;
}

/* --- Reset Básico y Box Sizing (Importante para Grid) --- */
.lrv-contenedor *,
.lrv-contenedor *::before,
.lrv-contenedor *::after { box-sizing:border-box; }
.lrv-contenedor sub, .lrv-contenedor sup { position:relative; font-size:0.75em; line-height:0; vertical-align:baseline; }
.lrv-contenedor sub { bottom:-0.25em; }
.lrv-contenedor sup { top:-0.5em; }
.lrv-contenedor img, .lrv-contenedor svg { vertical-align:middle; }
.lrv-contenedor table { caption-side:bottom; border-collapse:collapse; }
.lrv-contenedor caption { padding-top:0.5rem; padding-bottom:0.5rem; color:var(--bs-secondary-color); text-align:left; }
.lrv-contenedor th { text-align:inherit; text-align:-webkit-match-parent; }
.lrv-contenedor thead, .lrv-contenedor tbody, .lrv-contenedor tfoot, .lrv-contenedor tr, .lrv-contenedor td,
.lrv-contenedor th { border-color:inherit; border-style:solid; border-width:0; }
.lrv-contenedor label { display:block; }
.lrv-contenedor button { border-radius:0; }
.lrv-contenedor button:focus:not(:focus-visible) { outline:0; }
.lrv-contenedor input, .lrv-contenedor button, .lrv-contenedor select, .lrv-contenedor optgroup, .lrv-contenedor textarea { margin:0; font-family:inherit; font-size:inherit; line-height:inherit; }
.lrv-contenedor button, .lrv-contenedor select { text-transform:none; }
.lrv-contenedor [role=button] { cursor:pointer; }
.lrv-contenedor select { word-wrap:normal; }
.lrv-contenedor select:disabled { opacity:1; }
.lrv-contenedor [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator { display:none !important; }
.lrv-contenedor button,
[type=button],
[type=reset],
[type=submit] { -webkit-appearance:button; }
.lrv-contenedor button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) { cursor:pointer; }
.lrv-contenedor ::-moz-focus-inner { padding:0; border-style:none; }
.lrv-contenedor textarea { resize:vertical; }
.lrv-contenedor fieldset { min-width:0; padding:0; margin:0; border:0; }
.lrv-contenedor legend { float:left; width:100%; padding:0; margin-bottom:0.5rem; line-height:inherit; font-size:calc(1.275rem + 0.3vw); }
@media (min-width:1200px) { 
  .lrv-contenedor legend { font-size:1.5rem; }
}
.lrv-contenedor legend + * { clear:left; }
.lrv-contenedor ::-webkit-datetime-edit-fields-wrapper,
.lrv-contenedor ::-webkit-datetime-edit-text,
.lrv-contenedor ::-webkit-datetime-edit-minute,
.lrv-contenedor ::-webkit-datetime-edit-hour-field,
.lrv-contenedor ::-webkit-datetime-edit-day-field,
.lrv-contenedor ::-webkit-datetime-edit-month-field,
.lrv-contenedor ::-webkit-datetime-edit-year-field { padding:0; }

.lrv-contenedor ::-webkit-inner-spin-button { height:auto; }
.lrv-contenedor [type=search] { -webkit-appearance:textfield; outline-offset:-2px; }
.lrv-contenedor ::-webkit-search-decoration { -webkit-appearance:none; }
.lrv-contenedor ::-webkit-color-swatch-wrapper { padding:0; }
.lrv-contenedor ::-webkit-file-upload-button { font:inherit; -webkit-appearance:button; }
.lrv-contenedor ::file-selector-button { font:inherit; -webkit-appearance:button; }

.lrv-contenedor .lrv-list-unstyled { padding-left:0; list-style:none; }
.lrv-contenedor .lrv-list-inline { padding-left:0; list-style:none; }
.lrv-contenedor .lrv-list-inline-item { display:inline-block; }
.lrv-contenedor .lrv-list-inline-item:not(:last-child) { margin-right:0.5rem; }

.lrv-contenedor .initialism { font-size:0.875em; text-transform:uppercase; }

.lrv-contenedor .blockquote { margin-bottom:1rem; font-size:1.25rem; }
.lrv-contenedor .blockquote > :last-child { margin-bottom:0; }
.lrv-contenedor .blockquote-footer { margin-top:-1rem; margin-bottom:1rem; font-size:0.875em; color:#6c757d; }
.lrv-contenedor .blockquote-footer::before { content:"— "; }

.lrv-contenedor .figure { display:inline-block; }
.lrv-contenedor .figure-img { margin-bottom:0.5rem; line-height:1; }
.lrv-contenedor .figure-caption { font-size:0.875em; color:var(--bs-secondary-color); }

.lrv-contenedor img { max-width:100%; }

/* --- Contenedor Principal --- */
.lrv-container,
.lrv-container-fluid,
.lrv-container-xxl,
.lrv-container-xl,
.lrv-container-lg,
.lrv-container-md,
.lrv-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) { 
  .lrv-container-sm, .lrv-container { max-width:540px; }
}
@media (min-width:768px) { 
  .lrv-container-md, .lrv-container-sm, .lrv-container { max-width:720px; }
}
@media (min-width:992px) { 
  .lrv-container-lg, .lrv-container-md, .lrv-container-sm, .lrv-container { max-width:960px; }
}
@media (min-width:1200px) { 
  .lrv-container-xl, .lrv-container-lg, .lrv-container-md, .lrv-container-sm, .lrv-container { max-width:1140px; }
}
@media (min-width:1400px) { 
  .lrv-container-xxl, .lrv-container-xl, .lrv-container-lg, .lrv-container-md, .lrv-container-sm, .lrv-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; }

.lrv-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)); }
.lrv-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); }

.lrv-row-cols-auto > * { flex:0 0 auto; width:auto; }
.lrv-row-cols-1 > * { flex:0 0 auto; width:100%; }
.lrv-row-cols-2 > * { flex:0 0 auto; width:50%; }
.lrv-row-cols-3 > * { flex:0 0 auto; width:33.33333333%; }
.lrv-row-cols-4 > * { flex:0 0 auto; width:25%; }
.lrv-row-cols-5 > * { flex:0 0 auto; width:20%; }
.lrv-row-cols-6 > * { flex:0 0 auto; width:16.66666667%; }

.lrv-col { flex:1 0 0; }
.lrv-col-auto { flex:0 0 auto; width:auto; }
.lrv-col-1 { flex:0 0 auto; width:8.33333333%; }
.lrv-col-2 { flex:0 0 auto; width:16.66666667%; }
.lrv-col-3 { flex:0 0 auto; width:25%; }
.lrv-col-4 { flex:0 0 auto; width:33.33333333%; }
.lrv-col-5 { flex:0 0 auto; width:41.66666667%; }
.lrv-col-6 { flex:0 0 auto; width:50%; }
.lrv-col-7 { flex:0 0 auto; width:58.33333333%; }
.lrv-col-8 { flex:0 0 auto; width:66.66666667%; }
.lrv-col-9 { flex:0 0 auto; width:75%; }
.lrv-col-10 { flex:0 0 auto; width:83.33333333%; }
.lrv-col-11 { flex:0 0 auto; width:91.66666667%; }
.lrv-col-12 { flex:0 0 auto; width:100%; }

.lrv-g-0, .lrv-gx-0 { --bs-gutter-x:0; }
.lrv-g-0, .lrv-gy-0 { --bs-gutter-y:0; }
.lrv-g-1, .lrv-gx-1 { --bs-gutter-x:0.25rem; }
.lrv-g-1, .lrv-gy-1 { --bs-gutter-y:0.25rem; }
.lrv-g-2, .lrv-gx-2 { --bs-gutter-x:0.5rem; }
.lrv-g-2, .lrv-gy-2 { --bs-gutter-y:0.5rem; }
.lrv-g-3, .lrv-gx-3 { --bs-gutter-x:1rem; }
.lrv-g-3, .lrv-gy-3 { --bs-gutter-y:1rem; }
.lrv-g-4, .lrv-gx-4 { --bs-gutter-x:1.5rem; }
.lrv-g-4, .lrv-gy-4 { --bs-gutter-y:1.5rem; }
.lrv-g-5, .lrv-gx-5 { --bs-gutter-x:3rem; }
.lrv-g-5, .lrv-gy-5 { --bs-gutter-y:3rem; }

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

.lrv-table { --bs-table-color-type:initial; --bs-table-bg-type:initial; --bs-table-color-state:initial; --bs-table-bg-state:initial; --bs-table-color:var(--bs-emphasis-color); --bs-table-bg:var(--bs-body-bg); --bs-table-border-color:var(--bs-border-color); --bs-table-accent-bg:transparent; --bs-table-striped-color:var(--bs-emphasis-color); --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05); --bs-table-active-color:var(--bs-emphasis-color); --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1); --bs-table-hover-color:var(--bs-emphasis-color); --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075); width:100%; margin-bottom:1rem; vertical-align:top; border-color:var(--bs-table-border-color); }
.lrv-table > :not(caption) > * > * { padding:0.5rem 0.5rem; color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color))); background-color:var(--bs-table-bg); border-bottom-width:var(--bs-border-width); box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg))); }
.lrv-table > tbody { vertical-align:inherit; }
.lrv-table > thead { vertical-align:bottom; }

.lrv-table-group-divider { border-top:calc(var(--bs-border-width) * 2) solid currentcolor; }

.lrv-caption-top { caption-side:top; }

.lrv-table-sm > :not(caption) > * > * { padding:0.25rem 0.25rem; }

.lrv-table-bordered > :not(caption) > * { border-width:var(--bs-border-width) 0; }
.lrv-table-bordered > :not(caption) > * > * { border-width:0 var(--bs-border-width); }

.lrv-table-borderless > :not(caption) > * > * { border-bottom-width:0; }
.lrv-table-borderless > :not(:first-child) { border-top-width:0; }

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

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

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

.lrv-table-primary { --bs-table-color:#000; --bs-table-bg:#cfe2ff; --bs-table-border-color:#a6b5cc; --bs-table-striped-bg:#c5d7f2; --bs-table-striped-color:#000; --bs-table-active-bg:#bacbe6; --bs-table-active-color:#000; --bs-table-hover-bg:#bfd1ec; --bs-table-hover-color:#000; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }
.lrv-table-secondary { --bs-table-color:#000; --bs-table-bg:#e2e3e5; --bs-table-border-color:#b5b6b7; --bs-table-striped-bg:#d7d8da; --bs-table-striped-color:#000; --bs-table-active-bg:#cbccce; --bs-table-active-color:#000; --bs-table-hover-bg:#d1d2d4; --bs-table-hover-color:#000; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }
.lrv-table-success { --bs-table-color:#000; --bs-table-bg:#d1e7dd; --bs-table-border-color:#a7b9b1; --bs-table-striped-bg:#c7dbd2; --bs-table-striped-color:#000; --bs-table-active-bg:#bcd0c7; --bs-table-active-color:#000; --bs-table-hover-bg:#c1d6cc; --bs-table-hover-color:#000; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }
.lrv-table-info { --bs-table-color:#000; --bs-table-bg:#cff4fc; --bs-table-border-color:#a6c3ca; --bs-table-striped-bg:#c5e8ef; --bs-table-striped-color:#000; --bs-table-active-bg:#badce3; --bs-table-active-color:#000; --bs-table-hover-bg:#bfe2e9; --bs-table-hover-color:#000; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }
.lrv-table-warning { --bs-table-color:#000; --bs-table-bg:#fff3cd; --bs-table-border-color:#ccc2a4; --bs-table-striped-bg:#f2e7c3; --bs-table-striped-color:#000; --bs-table-active-bg:#e6dbb9; --bs-table-active-color:#000; --bs-table-hover-bg:#ece1be; --bs-table-hover-color:#000; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }
.lrv-table-danger { --bs-table-color:#000; --bs-table-bg:#f8d7da; --bs-table-border-color:#c6acae; --bs-table-striped-bg:#eccccf; --bs-table-striped-color:#000; --bs-table-active-bg:#dfc2c4; --bs-table-active-color:#000; --bs-table-hover-bg:#e5c7ca; --bs-table-hover-color:#000; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }

.lrv-table-light { --bs-table-color:#000; --bs-table-bg:#f8f9fa; --bs-table-border-color:#c6c7c8; --bs-table-striped-bg:#ecedee; --bs-table-striped-color:#000; --bs-table-active-bg:#dfe0e1; --bs-table-active-color:#000; --bs-table-hover-bg:#e5e6e7; --bs-table-hover-color:#000; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }
.lrv-table-dark { --bs-table-color:#fff; --bs-table-bg:#212529; --bs-table-border-color:#4d5154; --bs-table-striped-bg:#2c3034; --bs-table-striped-color:#fff; --bs-table-active-bg:#373b3e; --bs-table-active-color:#fff; --bs-table-hover-bg:#323539; --bs-table-hover-color:#fff; color:var(--bs-table-color); border-color:var(--bs-table-border-color); }

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

@media (max-width:575.98px) { 
  .lrv-table-responsive-sm { overflow-x:auto; -webkit-overflow-scrolling:touch; }
}
@media (max-width:767.98px) { 
  .lrv-table-responsive-md { overflow-x:auto; -webkit-overflow-scrolling:touch; }
}
@media (max-width:991.98px) { 
  .lrv-table-responsive-lg { overflow-x:auto; -webkit-overflow-scrolling:touch; }
}
@media (max-width:1199.98px) { 
  .lrv-table-responsive-xl { overflow-x:auto; -webkit-overflow-scrolling:touch; }
}
@media (max-width:1399.98px) { 
  .lrv-table-responsive-xxl { overflow-x:auto; -webkit-overflow-scrolling:touch; }
}
.lrv-form-label { margin-bottom:0.5rem; }
.lrv-col-form-label { padding-top:calc(0.375rem + var(--bs-border-width)); padding-bottom:calc(0.375rem + var(--bs-border-width)); margin-bottom:0; font-size:inherit; line-height:1.5; }
.lrv-col-form-label-lg { padding-top:calc(0.5rem + var(--bs-border-width)); padding-bottom:calc(0.5rem + var(--bs-border-width)); font-size:1.25rem; }
.lrv-col-form-label-sm { padding-top:calc(0.25rem + var(--bs-border-width)); padding-bottom:calc(0.25rem + var(--bs-border-width)); font-size:0.875rem; }

.lrv-form-text { margin-top:0.25rem; font-size:0.875em; color:var(--bs-secondary-color); }

.lrv-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; }
@media (prefers-reduced-motion:reduce) { 
  .lrv-form-control { transition:none; }
}
.lrv-form-control[type=file] { overflow:hidden; }
.lrv-form-control[type=file]:not(:disabled):not([readonly]) { cursor:pointer; }
.lrv-form-control:focus { color:var(--bs-body-color); background-color:var(--bs-body-bg); border-color:#86b7fe; outline:0; box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.lrv-form-control::-webkit-date-and-time-value { min-width:85px; height:1.5em; margin:0; }
.lrv-form-control::-webkit-datetime-edit { display:block; padding:0; }
.lrv-form-control::placeholder { color:var(--bs-secondary-color); opacity:1; }
.lrv-form-control:disabled { background-color:var(--bs-secondary-bg); opacity:1; }
.lrv-form-control::-webkit-file-upload-button { padding:0.375rem 0.75rem; margin:-0.375rem -0.75rem; -webkit-margin-end:0.75rem; margin-inline-end:0.75rem; color:var(--bs-body-color); background-color:var(--bs-tertiary-bg); pointer-events:none; border-color:inherit; border-style:solid; border-width:0; border-inline-end-width:var(--bs-border-width); border-radius:0; -webkit-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; 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; }
.lrv-form-control::file-selector-button { padding:0.375rem 0.75rem; margin:-0.375rem -0.75rem; -webkit-margin-end:0.75rem; margin-inline-end:0.75rem; color:var(--bs-body-color); background-color:var(--bs-tertiary-bg); pointer-events:none; border-color:inherit; border-style:solid; border-width:0; border-inline-end-width:var(--bs-border-width); border-radius:0; transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion:reduce) { 
  .lrv-form-control::-webkit-file-upload-button { -webkit-transition:none; transition:none; }
  .lrv-form-control::file-selector-button { transition:none; }
}
.lrv-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color:var(--bs-secondary-bg); }
.lrv-form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color:var(--bs-secondary-bg); }

.lrv-form-control-plaintext { display:block; width:100%; padding:0.375rem 0; margin-bottom:0; line-height:1.5; color:var(--bs-body-color); background-color:transparent; border:solid transparent; border-width:var(--bs-border-width) 0; }
.lrv-form-control-plaintext:focus { outline:0; }
.lrv-form-control-plaintext.lrv-form-control-sm, .lrv-form-control-plaintext.lrv-form-control-lg { padding-right:0; padding-left:0; }

.lrv-form-control-sm { min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)); padding:0.25rem 0.5rem; font-size:0.875rem; border-radius:var(--bs-border-radius-sm); }
.lrv-form-control-sm::-webkit-file-upload-button { padding:0.25rem 0.5rem; margin:-0.25rem -0.5rem; -webkit-margin-end:0.5rem; margin-inline-end:0.5rem; }
.lrv-form-control-sm::file-selector-button { padding:0.25rem 0.5rem; margin:-0.25rem -0.5rem; -webkit-margin-end:0.5rem; margin-inline-end:0.5rem; }

.lrv-form-control-lg { min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); padding:0.5rem 1rem; font-size:1.25rem; border-radius:var(--bs-border-radius-lg); }
.lrv-form-control-lg::-webkit-file-upload-button { padding:0.5rem 1rem; margin:-0.5rem -1rem; -webkit-margin-end:1rem; margin-inline-end:1rem; }
.lrv-form-control-lg::file-selector-button { padding:0.5rem 1rem; margin:-0.5rem -1rem; -webkit-margin-end:1rem; margin-inline-end:1rem; }

textarea.lrv-form-control { min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2)); }
textarea.lrv-form-control-sm { min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)); }
textarea.lrv-form-control-lg { min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); }

.lrv-form-control-color { width:3rem; height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2)); padding:0.375rem; }
.lrv-form-control-color:not(:disabled):not([readonly]) { cursor:pointer; }
.lrv-form-control-color::-moz-color-swatch { border:0 !important; border-radius:var(--bs-border-radius); }
.lrv-form-control-color::-webkit-color-swatch { border:0 !important; border-radius:var(--bs-border-radius); }
.lrv-form-control-color.lrv-form-control-sm { height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)); }
.lrv-form-control-color.lrv-form-control-lg { height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2)); }

.lrv-form-select { --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); display:block; width:100%; padding:0.375rem 2.25rem 0.375rem 0.75rem; font-size: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-image:var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none); background-repeat:no-repeat; background-position:right 0.75rem center; background-size:16px 12px; border:var(--bs-border-width) solid var(--bs-border-color); border-radius:var(--bs-border-radius); transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion:reduce) { 
  .lrv-form-select { transition:none; }
}
.lrv-form-select:focus { border-color:#86b7fe; outline:0; box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.lrv-form-select[multiple], .lrv-form-select[size]:not([size="1"]) { padding-right:0.75rem; background-image:none; }
.lrv-form-select:disabled { background-color:var(--bs-secondary-bg); }
.lrv-form-select:-moz-focusring { color:transparent; text-shadow:0 0 0 var(--bs-body-color); }

.lrv-form-select-sm { padding-top:0.25rem; padding-bottom:0.25rem; padding-left:0.5rem; font-size:0.875rem; border-radius:var(--bs-border-radius-sm); }

.lrv-form-select-lg { padding-top:0.5rem; padding-bottom:0.5rem; padding-left:1rem; font-size:1.25rem; border-radius:var(--bs-border-radius-lg); }

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

.lrv-form-check { display:block; min-height:1.5rem; padding-left:1.5em; margin-bottom:0.125rem; }
.lrv-form-check .lrv-form-check-input { float:left; margin-left:-1.5em; }

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

.lrv-form-check-input { --bs-form-check-bg:var(--bs-body-bg); flex-shrink:0; width:1em; height:1em; margin-top:0.25em; vertical-align:top; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:var(--bs-form-check-bg); background-image:var(--bs-form-check-bg-image); background-repeat:no-repeat; background-position:center; background-size:contain; border:var(--bs-border-width) solid var(--bs-border-color); -webkit-print-color-adjust:exact; color-adjust:exact; print-color-adjust:exact; }
.lrv-form-check-input[type=checkbox] { border-radius:0.25em; }
.lrv-form-check-input[type=radio] { border-radius:50%; }
.lrv-form-check-input:active { filter:brightness(90%); }
.lrv-form-check-input:focus { border-color:#86b7fe; outline:0; box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.lrv-form-check-input:checked { background-color:#0d6efd; border-color:#0d6efd; }
.lrv-form-check-input:checked[type=checkbox] { --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
.lrv-form-check-input:checked[type=radio] { --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
.lrv-form-check-input[type=checkbox]:indeterminate { background-color:#0d6efd; border-color:#0d6efd; --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.lrv-form-check-input:disabled { pointer-events:none; filter:none; opacity:0.5; }
.lrv-form-check-input[disabled] ~ .lrv-form-check-label, .lrv-form-check-input:disabled ~ .lrv-form-check-label { cursor:default; opacity:0.5; }

.lrv-form-switch { padding-left:2.5em; }
.lrv-form-switch .lrv-form-check-input { --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); width:2em; margin-left:-2.5em; background-image:var(--bs-form-switch-bg); background-position:left center; border-radius:2em; transition:background-position 0.15s ease-in-out; }
@media (prefers-reduced-motion:reduce) { 
  .lrv-form-switch .lrv-form-check-input { transition:none; }
}
.lrv-form-switch .lrv-form-check-input:focus { --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
.lrv-form-switch .lrv-form-check-input:checked { background-position:right center; --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.lrv-form-switch.lrv-form-check-reverse { padding-right:2.5em; padding-left:0; }
.lrv-form-switch.lrv-form-check-reverse .lrv-form-check-input { margin-right:-2.5em; margin-left:0; }

.lrv-form-check-inline { display:inline-block; margin-right:1rem; }
.lrv-btn-check { position:absolute; clip:rect(0, 0, 0, 0); pointer-events:none; }
.lrv-btn-check[disabled] + .lrv-btn, .lrv-btn-check:disabled + .lrv-btn { pointer-events:none; filter:none; opacity:0.65; }

[data-bs-theme=dark] .lrv-form-switch .lrv-form-check-input:not(:checked):not(:focus) { --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e"); }

.lrv-form-range { width:100%; height:1.5rem; padding:0; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color:transparent; }
.lrv-form-range:focus { outline:0; }
.lrv-form-range:focus::-webkit-slider-thumb { box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.lrv-form-range:focus::-moz-range-thumb { box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.lrv-form-range::-moz-focus-outer { border:0; }
.lrv-form-range::-webkit-slider-thumb { width:1rem; height:1rem; margin-top:-0.25rem; -webkit-appearance:none; appearance:none; background-color:#0d6efd; border:0; border-radius:1rem; -webkit-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion:reduce) { 
  .lrv-form-range::-webkit-slider-thumb { -webkit-transition:none; transition:none; }
}
.lrv-form-range::-webkit-slider-thumb:active { background-color:#b6d4fe; }
.lrv-form-range::-webkit-slider-runnable-track { width:100%; height:0.5rem; color:transparent; cursor:pointer; background-color:var(--bs-secondary-bg); border-color:transparent; border-radius:1rem; }
.lrv-form-range::-moz-range-thumb { width:1rem; height:1rem; -moz-appearance:none; appearance:none; background-color:#0d6efd; border:0; border-radius:1rem; -moz-transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion:reduce) { 
  .lrv-form-range::-moz-range-thumb { -moz-transition:none; transition:none; }
}
.lrv-form-range::-moz-range-thumb:active { background-color:#b6d4fe; }
.lrv-form-range::-moz-range-track { width:100%; height:0.5rem; color:transparent; cursor:pointer; background-color:var(--bs-secondary-bg); border-color:transparent; border-radius:1rem; }
.lrv-form-range:disabled { pointer-events:none; }
.lrv-form-range:disabled::-webkit-slider-thumb { background-color:var(--bs-secondary-color); }
.lrv-form-range:disabled::-moz-range-thumb { background-color:var(--bs-secondary-color); }

.lrv-form-floating { position:relative; }
.lrv-form-floating > .lrv-form-control,
.lrv-form-floating > .lrv-form-control-plaintext,
.lrv-form-floating > .lrv-form-select { height:calc(3.5rem + calc(var(--bs-border-width) * 2)); min-height:calc(3.5rem + calc(var(--bs-border-width) * 2)); line-height:1.25; }
.lrv-form-floating > label { position:absolute; top:0; left:0; z-index:2; max-width:100%; height:100%; padding:1rem 0.75rem; overflow:hidden; color:rgba(var(--bs-body-color-rgb), 0.65); text-align:start; text-overflow:ellipsis; white-space:nowrap; pointer-events:none; border:var(--bs-border-width) solid transparent; transform-origin:0 0; transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
@media (prefers-reduced-motion:reduce) { 
  .lrv-form-floating > label { transition:none; }
}
.lrv-form-floating > .lrv-form-control,
.lrv-form-floating > .lrv-form-control-plaintext { padding:1rem 0.75rem; }
.lrv-form-floating > .lrv-form-control::placeholder,
.lrv-form-floating > .lrv-form-control-plaintext::placeholder { color:transparent; }
.lrv-form-floating > .lrv-form-control:focus, .lrv-form-floating > .lrv-form-control:not(:placeholder-shown),
.lrv-form-floating > .lrv-form-control-plaintext:focus,
.lrv-form-floating > .lrv-form-control-plaintext:not(:placeholder-shown) { padding-top:1.625rem; padding-bottom:0.625rem; }
.lrv-form-floating > .lrv-form-control:-webkit-autofill,
.lrv-form-floating > .lrv-form-control-plaintext:-webkit-autofill { padding-top:1.625rem; padding-bottom:0.625rem; }
.lrv-form-floating > .lrv-form-select { padding-top:1.625rem; padding-bottom:0.625rem; padding-left:0.75rem; }
.lrv-form-floating > .lrv-form-control:focus ~ label,
.lrv-form-floating > .lrv-form-control:not(:placeholder-shown) ~ label,
.lrv-form-floating > .lrv-form-control-plaintext ~ label,
.lrv-form-floating > .lrv-form-select ~ label { transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.lrv-form-floating > .lrv-form-control:-webkit-autofill ~ label { transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.lrv-form-floating > textarea:focus ~ label::after,
.lrv-form-floating > textarea:not(:placeholder-shown) ~ label::after { position:absolute; inset:1rem 0.375rem; z-index:-1; height:1.5em; content:""; background-color:var(--bs-body-bg); border-radius:var(--bs-border-radius); }
.lrv-form-floating > textarea:disabled ~ label::after { background-color:var(--bs-secondary-bg); }
.lrv-form-floating > .lrv-form-control-plaintext ~ label { border-width:var(--bs-border-width) 0; }
.lrv-form-floating > :disabled ~ label,
.lrv-form-floating > .lrv-form-control:disabled ~ label { color:#6c757d; }

.lrv-input-group { position:relative; display:flex; flex-wrap:wrap; align-items:stretch; width:100%; }
.lrv-input-group > .lrv-form-control,
.lrv-input-group > .lrv-form-select,
.lrv-input-group > .lrv-form-floating { position:relative; flex:1 1 auto; width:1%; min-width:0; }
.lrv-input-group > .lrv-form-control:focus,
.lrv-input-group > .lrv-form-select:focus,
.lrv-input-group > .lrv-form-floating:focus-within { z-index:5; }
.lrv-input-group .lrv-btn { position:relative; z-index:2; }
.lrv-input-group .lrv-btn:focus { z-index:5; }

.lrv-input-group-text { display:flex; align-items:center; padding:0.375rem 0.75rem; font-size:1rem; font-weight:400; line-height:1.5; color:var(--bs-body-color); text-align:center; white-space:nowrap; background-color:var(--bs-tertiary-bg); border:var(--bs-border-width) solid var(--bs-border-color); border-radius:var(--bs-border-radius); }

.lrv-input-group-lg > .lrv-form-control,
.lrv-input-group-lg > .lrv-form-select,
.lrv-input-group-lg > .lrv-input-group-text,
.lrv-input-group-lg > .lrv-btn { padding:0.5rem 1rem; font-size:1.25rem; border-radius:var(--bs-border-radius-lg); }

.lrv-input-group-sm > .lrv-form-control,
.lrv-input-group-sm > .lrv-form-select,
.lrv-input-group-sm > .lrv-input-group-text,
.lrv-input-group-sm > .lrv-btn { padding:0.25rem 0.5rem; font-size:0.875rem; border-radius:var(--bs-border-radius-sm); }

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

.lrv-input-group:not(.has-validation) > :not(:last-child):not(.lrv-dropdown-toggle):not(.lrv-dropdown-menu):not(.lrv-form-floating),
.lrv-input-group:not(.has-validation) > .lrv-dropdown-toggle:nth-last-child(n+3),
.lrv-input-group:not(.has-validation) > .lrv-form-floating:not(:last-child) > .lrv-form-control,
.lrv-input-group:not(.has-validation) > .lrv-form-floating:not(:last-child) > .lrv-form-select { border-top-right-radius:0; border-bottom-right-radius:0; }
.lrv-input-group.has-validation > :nth-last-child(n+3):not(.lrv-dropdown-toggle):not(.lrv-dropdown-menu):not(.lrv-form-floating),
.lrv-input-group.has-validation > .lrv-dropdown-toggle:nth-last-child(n+4),
.lrv-input-group.has-validation > .lrv-form-floating:nth-last-child(n+3) > .lrv-form-control,
.lrv-input-group.has-validation > .lrv-form-floating:nth-last-child(n+3) > .lrv-form-select { border-top-right-radius:0; border-bottom-right-radius:0; }
.lrv-input-group > :not(:first-child):not(.lrv-dropdown-menu):not(.lrv-valid-tooltip):not(.lrv-valid-feedback):not(.lrv-invalid-tooltip):not(.lrv-invalid-feedback) { margin-left:calc(-1 * var(--bs-border-width)); border-top-left-radius:0; border-bottom-left-radius:0; }
.lrv-input-group > .lrv-form-floating:not(:first-child) > .lrv-form-control,
.lrv-input-group > .lrv-form-floating:not(:first-child) > .lrv-form-select { border-top-left-radius:0; border-bottom-left-radius:0; }

.lrv-valid-feedback { display:none; width:100%; margin-top:0.25rem; font-size:0.875em; color:var(--bs-form-valid-color); }

.lrv-valid-tooltip { position:absolute; top:100%; z-index:5; display:none; max-width:100%; padding:0.25rem 0.5rem; margin-top:0.1rem; font-size:0.875rem; color:#fff; background-color:var(--bs-success); border-radius:var(--bs-border-radius); }

.lrv-wasvalidated :valid ~ .lrv-valid-feedback,
.lrv-wasvalidated :valid ~ .lrv-valid-tooltip,
.lrv-is-valid ~ .lrv-valid-feedback,
.lrv-is-valid ~ .lrv-valid-tooltip { display:block; }

.lrv-wasvalidated .lrv-form-control:valid, .lrv-form-control.lrv-is-valid { border-color:var(--bs-form-valid-border-color); padding-right:calc(1.5em + 0.75rem); background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e"); background-repeat:no-repeat; background-position:right calc(0.375em + 0.1875rem) center; background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.lrv-wasvalidated .lrv-form-control:valid:focus, .lrv-form-control.lrv-is-valid:focus { border-color:var(--bs-form-valid-border-color); box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

.lrv-wasvalidated textarea.lrv-form-control:valid, textarea.lrv-form-control.lrv-is-valid { padding-right:calc(1.5em + 0.75rem); background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.lrv-wasvalidated .lrv-form-select:valid, .lrv-form-select.lrv-is-valid { border-color:var(--bs-form-valid-border-color); }
.lrv-wasvalidated .lrv-form-select:valid:not([multiple]):not([size]), .lrv-wasvalidated .lrv-form-select:valid:not([multiple])[size="1"], .lrv-form-select.lrv-is-valid:not([multiple]):not([size]), .lrv-form-select.lrv-is-valid:not([multiple])[size="1"] { --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e"); padding-right:4.125rem; background-position:right 0.75rem center, center right 2.25rem; background-size:16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.lrv-wasvalidated .lrv-form-select:valid:focus, .lrv-form-select.lrv-is-valid:focus { border-color:var(--bs-form-valid-border-color); box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }

.lrv-wasvalidated .lrv-form-control-color:valid, .lrv-form-control-color.lrv-is-valid { width:calc(3rem + calc(1.5em + 0.75rem)); }

.lrv-wasvalidated .lrv-form-check-input:valid, .lrv-form-check-input.lrv-is-valid { border-color:var(--bs-form-valid-border-color); }
.lrv-wasvalidated .lrv-form-check-input:valid:checked, .lrv-form-check-input.lrv-is-valid:checked { background-color:var(--bs-form-valid-color); }
.lrv-wasvalidated .lrv-form-check-input:valid:focus, .lrv-form-check-input.lrv-is-valid:focus { box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25); }
.lrv-wasvalidated .lrv-form-check-input:valid ~ .lrv-form-check-label, .lrv-form-check-input.lrv-is-valid ~ .lrv-form-check-label { color:var(--bs-form-valid-color); }

.lrv-form-check-inline .lrv-form-check-input ~ .lrv-valid-feedback { margin-left:0.5em; }

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

.lrv-invalid-feedback { display:none; width:100%; margin-top:0.25rem; font-size:0.875em; color:var(--bs-form-invalid-color); }

.lrv-invalid-tooltip { position:absolute; top:100%; z-index:5; display:none; max-width:100%; padding:0.25rem 0.5rem; margin-top:0.1rem; font-size:0.875rem; color:#fff; background-color:var(--bs-danger); border-radius:var(--bs-border-radius); }

.lrv-wasvalidated :invalid ~ .lrv-invalid-feedback,
.lrv-wasvalidated :invalid ~ .lrv-invalid-tooltip,
.lrv-is-invalid ~ .lrv-invalid-feedback,
.lrv-is-invalid ~ .lrv-invalid-tooltip { display:block; }

.lrv-wasvalidated .lrv-form-control:invalid, .lrv-form-control.lrv-is-invalid { border-color:var(--bs-form-invalid-border-color); padding-right:calc(1.5em + 0.75rem); background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat:no-repeat; background-position:right calc(0.375em + 0.1875rem) center; background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.lrv-wasvalidated .lrv-form-control:invalid:focus, .lrv-form-control.lrv-is-invalid:focus { border-color:var(--bs-form-invalid-border-color); box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

.lrv-wasvalidated textarea.lrv-form-control:invalid, textarea.lrv-form-control.lrv-is-invalid { padding-right:calc(1.5em + 0.75rem); background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.lrv-wasvalidated .lrv-form-select:invalid, .lrv-form-select.lrv-is-invalid { border-color:var(--bs-form-invalid-border-color); }
.lrv-wasvalidated .lrv-form-select:invalid:not([multiple]):not([size]), .lrv-wasvalidated .lrv-form-select:invalid:not([multiple])[size="1"], .lrv-form-select.lrv-is-invalid:not([multiple]):not([size]), .lrv-form-select.lrv-is-invalid:not([multiple])[size="1"] { --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); padding-right:4.125rem; background-position:right 0.75rem center, center right 2.25rem; background-size:16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
.lrv-wasvalidated .lrv-form-select:invalid:focus, .lrv-form-select.lrv-is-invalid:focus { border-color:var(--bs-form-invalid-border-color); box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }

.lrv-wasvalidated .lrv-form-control-color:invalid, .lrv-form-control-color.lrv-is-invalid { width:calc(3rem + calc(1.5em + 0.75rem)); }

.lrv-wasvalidated .lrv-form-check-input:invalid, .lrv-form-check-input.lrv-is-invalid { border-color:var(--bs-form-invalid-border-color); }
.lrv-wasvalidated .lrv-form-check-input:invalid:checked, .lrv-form-check-input.lrv-is-invalid:checked { background-color:var(--bs-form-invalid-color); }
.lrv-wasvalidated .lrv-form-check-input:invalid:focus, .lrv-form-check-input.lrv-is-invalid:focus { box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25); }
.lrv-wasvalidated .lrv-form-check-input:invalid ~ .lrv-form-check-label, .lrv-form-check-input.lrv-is-invalid ~ .lrv-form-check-label { color:var(--bs-form-invalid-color); }

.lrv-form-check-inline .lrv-form-check-input ~ .lrv-invalid-feedback { margin-left:0.5em; }

.lrv-wasvalidated .lrv-input-group > .lrv-form-control:not(:focus):invalid, .lrv-input-group > .lrv-form-control:not(:focus).lrv-is-invalid,
.lrv-wasvalidated .lrv-input-group > .lrv-form-select:not(:focus):invalid,
.lrv-input-group > .lrv-form-select:not(:focus).lrv-is-invalid,
.lrv-wasvalidated .lrv-input-group > .lrv-form-floating:not(:focus-within):invalid,
.lrv-input-group > .lrv-form-floating:not(:focus-within).lrv-is-invalid { z-index:4; }
.lrv-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) { 
  .lrv-btn { transition:none; }
}
.lrv-btn:hover { color:var(--bs-btn-hover-color); background-color:var(--bs-btn-hover-bg); border-color:var(--bs-btn-hover-border-color); }
.lrv-btn-check + .lrv-btn:hover { color:var(--bs-btn-color); background-color:var(--bs-btn-bg); border-color:var(--bs-btn-border-color); }
.lrv-btn:focus-visible { color:var(--bs-btn-hover-color); background-color:var(--bs-btn-hover-bg); border-color:var(--bs-btn-hover-border-color); outline:0; box-shadow:var(--bs-btn-focus-box-shadow); }
.lrv-btn-check:focus-visible + .lrv-btn { border-color:var(--bs-btn-hover-border-color); outline:0; box-shadow:var(--bs-btn-focus-box-shadow); }
.lrv-btn-check:checked + .lrv-btn, :not(.lrv-btn-check) + .lrv-btn:active, .lrv-btn:first-child:active, .lrv-btn.active, .lrv-btn.show { color:var(--bs-btn-active-color); background-color:var(--bs-btn-active-bg); border-color:var(--bs-btn-active-border-color); }
.lrv-btn-check:checked + .lrv-btn:focus-visible, :not(.lrv-btn-check) + .lrv-btn:active:focus-visible, .lrv-btn:first-child:active:focus-visible, .lrv-btn.active:focus-visible, .lrv-btn.show:focus-visible { box-shadow:var(--bs-btn-focus-box-shadow); }
.lrv-btn-check:checked:focus-visible + .lrv-btn { box-shadow:var(--bs-btn-focus-box-shadow); }
.lrv-btn:disabled, .lrv-btn.disabled, fieldset:disabled .lrv-btn { color:var(--bs-btn-disabled-color); pointer-events:none; background-color:var(--bs-btn-disabled-bg); border-color:var(--bs-btn-disabled-border-color); opacity:var(--bs-btn-disabled-opacity); }
.lrv-btn-primary { --bs-btn-color:#fff; --bs-btn-bg:#0d6efd; --bs-btn-border-color:#0d6efd; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#0b5ed7; --bs-btn-hover-border-color:#0a58ca; --bs-btn-focus-shadow-rgb:49, 132, 253; --bs-btn-active-color:#fff; --bs-btn-active-bg:#0a58ca; --bs-btn-active-border-color:#0a53be; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#fff; --bs-btn-disabled-bg:#0d6efd; --bs-btn-disabled-border-color:#0d6efd; }
.lrv-btn-secondary { --bs-btn-color:#fff; --bs-btn-bg:#6c757d; --bs-btn-border-color:#6c757d; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#5c636a; --bs-btn-hover-border-color:#565e64; --bs-btn-focus-shadow-rgb:130, 138, 145; --bs-btn-active-color:#fff; --bs-btn-active-bg:#565e64; --bs-btn-active-border-color:#51585e; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#fff; --bs-btn-disabled-bg:#6c757d; --bs-btn-disabled-border-color:#6c757d; }
.lrv-btn-success { --bs-btn-color:#fff; --bs-btn-bg:#198754; --bs-btn-border-color:#198754; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#157347; --bs-btn-hover-border-color:#146c43; --bs-btn-focus-shadow-rgb:60, 153, 110; --bs-btn-active-color:#fff; --bs-btn-active-bg:#146c43; --bs-btn-active-border-color:#13653f; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#fff; --bs-btn-disabled-bg:#198754; --bs-btn-disabled-border-color:#198754; }
.lrv-btn-info { --bs-btn-color:#000; --bs-btn-bg:#0dcaf0; --bs-btn-border-color:#0dcaf0; --bs-btn-hover-color:#000; --bs-btn-hover-bg:#31d2f2; --bs-btn-hover-border-color:#25cff2; --bs-btn-focus-shadow-rgb:11, 172, 204; --bs-btn-active-color:#000; --bs-btn-active-bg:#3dd5f3; --bs-btn-active-border-color:#25cff2; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#000; --bs-btn-disabled-bg:#0dcaf0; --bs-btn-disabled-border-color:#0dcaf0; }
.lrv-btn-warning { --bs-btn-color:#000; --bs-btn-bg:#ffc107; --bs-btn-border-color:#ffc107; --bs-btn-hover-color:#000; --bs-btn-hover-bg:#ffca2c; --bs-btn-hover-border-color:#ffc720; --bs-btn-focus-shadow-rgb:217, 164, 6; --bs-btn-active-color:#000; --bs-btn-active-bg:#ffcd39; --bs-btn-active-border-color:#ffc720; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#000; --bs-btn-disabled-bg:#ffc107; --bs-btn-disabled-border-color:#ffc107; }
.lrv-btn-danger { --bs-btn-color:#fff; --bs-btn-bg:#dc3545; --bs-btn-border-color:#dc3545; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#bb2d3b; --bs-btn-hover-border-color:#b02a37; --bs-btn-focus-shadow-rgb:225, 83, 97; --bs-btn-active-color:#fff; --bs-btn-active-bg:#b02a37; --bs-btn-active-border-color:#a52834; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#fff; --bs-btn-disabled-bg:#dc3545; --bs-btn-disabled-border-color:#dc3545; }
.lrv-btn-light { --bs-btn-color:#000; --bs-btn-bg:#f8f9fa; --bs-btn-border-color:#f8f9fa; --bs-btn-hover-color:#000; --bs-btn-hover-bg:#d3d4d5; --bs-btn-hover-border-color:#c6c7c8; --bs-btn-focus-shadow-rgb:211, 212, 213; --bs-btn-active-color:#000; --bs-btn-active-bg:#c6c7c8; --bs-btn-active-border-color:#babbbc; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#000; --bs-btn-disabled-bg:#f8f9fa; --bs-btn-disabled-border-color:#f8f9fa; }
.lrv-btn-dark { --bs-btn-color:#fff; --bs-btn-bg:#212529; --bs-btn-border-color:#212529; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#424649; --bs-btn-hover-border-color:#373b3e; --bs-btn-focus-shadow-rgb:66, 70, 73; --bs-btn-active-color:#fff; --bs-btn-active-bg:#4d5154; --bs-btn-active-border-color:#373b3e; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#fff; --bs-btn-disabled-bg:#212529; --bs-btn-disabled-border-color:#212529; }
.lrv-btn-outline-primary { --bs-btn-color:#0d6efd; --bs-btn-border-color:#0d6efd; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#0d6efd; --bs-btn-hover-border-color:#0d6efd; --bs-btn-focus-shadow-rgb:13, 110, 253; --bs-btn-active-color:#fff; --bs-btn-active-bg:#0d6efd; --bs-btn-active-border-color:#0d6efd; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#0d6efd; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#0d6efd; --bs-gradient:none; }
.lrv-btn-outline-secondary { --bs-btn-color:#6c757d; --bs-btn-border-color:#6c757d; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#6c757d; --bs-btn-hover-border-color:#6c757d; --bs-btn-focus-shadow-rgb:108, 117, 125; --bs-btn-active-color:#fff; --bs-btn-active-bg:#6c757d; --bs-btn-active-border-color:#6c757d; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#6c757d; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#6c757d; --bs-gradient:none; }
.lrv-btn-outline-success { --bs-btn-color:#198754; --bs-btn-border-color:#198754; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#198754; --bs-btn-hover-border-color:#198754; --bs-btn-focus-shadow-rgb:25, 135, 84; --bs-btn-active-color:#fff; --bs-btn-active-bg:#198754; --bs-btn-active-border-color:#198754; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#198754; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#198754; --bs-gradient:none; }
.lrv-btn-outline-info { --bs-btn-color:#0dcaf0; --bs-btn-border-color:#0dcaf0; --bs-btn-hover-color:#000; --bs-btn-hover-bg:#0dcaf0; --bs-btn-hover-border-color:#0dcaf0; --bs-btn-focus-shadow-rgb:13, 202, 240; --bs-btn-active-color:#000; --bs-btn-active-bg:#0dcaf0; --bs-btn-active-border-color:#0dcaf0; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#0dcaf0; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#0dcaf0; --bs-gradient:none; }
.lrv-btn-outline-warning { --bs-btn-color:#ffc107; --bs-btn-border-color:#ffc107; --bs-btn-hover-color:#000; --bs-btn-hover-bg:#ffc107; --bs-btn-hover-border-color:#ffc107; --bs-btn-focus-shadow-rgb:255, 193, 7; --bs-btn-active-color:#000; --bs-btn-active-bg:#ffc107; --bs-btn-active-border-color:#ffc107; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#ffc107; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#ffc107; --bs-gradient:none; }
.lrv-btn-outline-danger { --bs-btn-color:#dc3545; --bs-btn-border-color:#dc3545; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#dc3545; --bs-btn-hover-border-color:#dc3545; --bs-btn-focus-shadow-rgb:220, 53, 69; --bs-btn-active-color:#fff; --bs-btn-active-bg:#dc3545; --bs-btn-active-border-color:#dc3545; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#dc3545; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#dc3545; --bs-gradient:none; }
.lrv-btn-outline-light { --bs-btn-color:#f8f9fa; --bs-btn-border-color:#f8f9fa; --bs-btn-hover-color:#000; --bs-btn-hover-bg:#f8f9fa; --bs-btn-hover-border-color:#f8f9fa; --bs-btn-focus-shadow-rgb:248, 249, 250; --bs-btn-active-color:#000; --bs-btn-active-bg:#f8f9fa; --bs-btn-active-border-color:#f8f9fa; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#f8f9fa; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#f8f9fa; --bs-gradient:none; }
.lrv-btn-outline-dark { --bs-btn-color:#212529; --bs-btn-border-color:#212529; --bs-btn-hover-color:#fff; --bs-btn-hover-bg:#212529; --bs-btn-hover-border-color:#212529; --bs-btn-focus-shadow-rgb:33, 37, 41; --bs-btn-active-color:#fff; --bs-btn-active-bg:#212529; --bs-btn-active-border-color:#212529; --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125); --bs-btn-disabled-color:#212529; --bs-btn-disabled-bg:transparent; --bs-btn-disabled-border-color:#212529; --bs-gradient:none; }
.lrv-btn-link { --bs-btn-font-weight:400; --bs-btn-color:var(--bs-link-color); --bs-btn-bg:transparent; --bs-btn-border-color:transparent; --bs-btn-hover-color:var(--bs-link-hover-color); --bs-btn-hover-border-color:transparent; --bs-btn-active-color:var(--bs-link-hover-color); --bs-btn-active-border-color:transparent; --bs-btn-disabled-color:#6c757d; --bs-btn-disabled-border-color:transparent; --bs-btn-box-shadow:0 0 0 #000; --bs-btn-focus-shadow-rgb:49, 132, 253; text-decoration:underline; }
.lrv-btn-link:focus-visible { color:var(--bs-btn-color); }
.lrv-btn-link:hover { color:var(--bs-btn-hover-color); }
.lrv-btn-lg, .lrv-btn-group-lg > .lrv-btn { --bs-btn-padding-y:0.5rem; --bs-btn-padding-x:1rem; --bs-btn-font-size:1.25rem; --bs-btn-border-radius:var(--bs-border-radius-lg); }
.lrv-btn-sm, .lrv-btn-group-sm > .lrv-btn { --bs-btn-padding-y:0.25rem; --bs-btn-padding-x:0.5rem; --bs-btn-font-size:0.875rem; --bs-btn-border-radius:var(--bs-border-radius-sm); }


.lrv-d-inline { display:inline !important; }
.lrv-d-inline-block { display:inline-block !important; }
.lrv-d-block { display:block !important; }
.lrv-d-grid { display:grid !important; }
.lrv-d-inline-grid { display:inline-grid !important; }
.lrv-d-table { display:table !important; }
.lrv-d-table-row { display:table-row !important; }
.lrv-d-table-cell { display:table-cell !important; }
.lrv-d-flex { display:flex !important; }
.lrv-d-inline-flex { display:inline-flex !important; }
.lrv-d-none { display:none !important; }

.lrv-flex-fill { flex:1 1 auto !important; }
.lrv-flex-row { flex-direction:row !important; }
.lrv-flex-column { flex-direction:column !important; }
.lrv-flex-row-reverse { flex-direction:row-reverse !important; }
.lrv-flex-column-reverse { flex-direction:column-reverse !important; }
.lrv-flex-grow-0 { flex-grow:0 !important; }
.lrv-flex-grow-1 { flex-grow:1 !important; }
.lrv-flex-shrink-0 { flex-shrink:0 !important; }
.lrv-flex-shrink-1 { flex-shrink:1 !important; }
.lrv-flex-wrap { flex-wrap:wrap !important; }
.lrv-flex-nowrap { flex-wrap:nowrap !important; }
.lrv-flex-wrap-reverse { flex-wrap:wrap-reverse !important; }

.lrv-justify-content-start { justify-content:flex-start !important; }
.lrv-justify-content-end { justify-content:flex-end !important; }
.lrv-justify-content-center { justify-content:center !important; }
.lrv-justify-content-between { justify-content:space-between !important; }
.lrv-justify-content-around { justify-content:space-around !important; }
.lrv-justify-content-evenly { justify-content:space-evenly !important; }

.lrv-align-items-start { align-items:flex-start !important; }
.lrv-align-items-end { align-items:flex-end !important; }
.lrv-align-items-center { align-items:center !important; }
.lrv-align-items-baseline { align-items:baseline !important; }
.lrv-align-items-stretch { align-items:stretch !important; }
.lrv-align-content-start { align-content:flex-start !important; }
.lrv-align-content-end { align-content:flex-end !important; }
.lrv-align-content-center { align-content:center !important; }
.lrv-align-content-between { align-content:space-between !important; }
.lrv-align-content-around { align-content:space-around !important; }
.lrv-align-content-stretch { align-content:stretch !important; }
.lrv-align-self-auto { align-self:auto !important; }
.lrv-align-self-start { align-self:flex-start !important; }
.lrv-align-self-end { align-self:flex-end !important; }
.lrv-align-self-center { align-self:center !important; }
.lrv-align-self-baseline { align-self:baseline !important; }
.lrv-align-self-stretch { align-self:stretch !important; }

.lrv-order-first { order:-1 !important; }
.lrv-order-0 { order:0 !important; }
.lrv-order-1 { order:1 !important; }
.lrv-order-2 { order:2 !important; }
.lrv-order-3 { order:3 !important; }
.lrv-order-4 { order:4 !important; }
.lrv-order-5 { order:5 !important; }
.lrv-order-last { order:6 !important; }

.lrv-m-0 { margin:0 !important; }
.lrv-m-1 { margin:0.25rem !important; }
.lrv-m-2 { margin:0.5rem !important; }
.lrv-m-3 { margin:1rem !important; }
.lrv-m-4 { margin:1.5rem !important; }
.lrv-m-5 { margin:3rem !important; }
.lrv-m-auto { margin:auto !important; }
.lrv-mx-0 { margin-right:0 !important; margin-left:0 !important; }
.lrv-mx-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
.lrv-mx-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
.lrv-mx-3 { margin-right:1rem !important; margin-left:1rem !important; }
.lrv-mx-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
.lrv-mx-5 { margin-right:3rem !important; margin-left:3rem !important; }
.lrv-mx-auto { margin-right:auto !important; margin-left:auto !important; }
.lrv-my-0 { margin-top:0 !important; margin-bottom:0 !important; }
.lrv-my-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
.lrv-my-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
.lrv-my-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
.lrv-my-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
.lrv-my-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
.lrv-my-auto { margin-top:auto !important; margin-bottom:auto !important; }
.lrv-mt-0 { margin-top:0 !important; }
.lrv-mt-1 { margin-top:0.25rem !important; }
.lrv-mt-2 { margin-top:0.5rem !important; }
.lrv-mt-3 { margin-top:1rem !important; }
.lrv-mt-4 { margin-top:1.5rem !important; }
.lrv-mt-5 { margin-top:3rem !important; }
.lrv-mt-auto { margin-top:auto !important; }
.lrv-me-0 { margin-right:0 !important; }
.lrv-me-1 { margin-right:0.25rem !important; }
.lrv-me-2 { margin-right:0.5rem !important; }
.lrv-me-3 { margin-right:1rem !important; }
.lrv-me-4 { margin-right:1.5rem !important; }
.lrv-me-5 { margin-right:3rem !important; }
.lrv-me-auto { margin-right:auto !important; }
.lrv-mb-0 { margin-bottom:0 !important; }
.lrv-mb-1 { margin-bottom:0.25rem !important; }
.lrv-mb-2 { margin-bottom:0.5rem !important; }
.lrv-mb-3 { margin-bottom:1rem !important; }
.lrv-mb-4 { margin-bottom:1.5rem !important; }
.lrv-mb-5 { margin-bottom:3rem !important; }
.lrv-mb-auto { margin-bottom:auto !important; }
.lrv-ms-0 { margin-left:0 !important; }
.lrv-ms-1 { margin-left:0.25rem !important; }
.lrv-ms-2 { margin-left:0.5rem !important; }
.lrv-ms-3 { margin-left:1rem !important; }
.lrv-ms-4 { margin-left:1.5rem !important; }
.lrv-ms-5 { margin-left:3rem !important; }
.lrv-ms-auto { margin-left:auto !important; }

.lrv-p-0 { padding:0 !important; }
.lrv-p-1 { padding:0.25rem !important; }
.lrv-p-2 { padding:0.5rem !important; }
.lrv-p-3 { padding:1rem !important; }
.lrv-p-4 { padding:1.5rem !important; }
.lrv-p-5 { padding:3rem !important; }
.lrv-px-0 { padding-right:0 !important; padding-left:0 !important; }
.lrv-px-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
.lrv-px-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
.lrv-px-3 { padding-right:1rem !important; padding-left:1rem !important; }
.lrv-px-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
.lrv-px-5 { padding-right:3rem !important; padding-left:3rem !important; }
.lrv-py-0 { padding-top:0 !important; padding-bottom:0 !important; }
.lrv-py-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
.lrv-py-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
.lrv-py-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
.lrv-py-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
.lrv-py-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
.lrv-pt-0 { padding-top:0 !important; }
.lrv-pt-1 { padding-top:0.25rem !important; }
.lrv-pt-2 { padding-top:0.5rem !important; }
.lrv-pt-3 { padding-top:1rem !important; }
.lrv-pt-4 { padding-top:1.5rem !important; }
.lrv-pt-5 { padding-top:3rem !important; }
.lrv-pe-0 { padding-right:0 !important; }
.lrv-pe-1 { padding-right:0.25rem !important; }
.lrv-pe-2 { padding-right:0.5rem !important; }
.lrv-pe-3 { padding-right:1rem !important; }
.lrv-pe-4 { padding-right:1.5rem !important; }
.lrv-pe-5 { padding-right:3rem !important; }
.lrv-pb-0 { padding-bottom:0 !important; }
.lrv-pb-1 { padding-bottom:0.25rem !important; }
.lrv-pb-2 { padding-bottom:0.5rem !important; }
.lrv-pb-3 { padding-bottom:1rem !important; }
.lrv-pb-4 { padding-bottom:1.5rem !important; }
.lrv-pb-5 { padding-bottom:3rem !important; }
.lrv-ps-0 { padding-left:0 !important; }
.lrv-ps-1 { padding-left:0.25rem !important; }
.lrv-ps-2 { padding-left:0.5rem !important; }
.lrv-ps-3 { padding-left:1rem !important; }
.lrv-ps-4 { padding-left:1.5rem !important; }
.lrv-ps-5 { padding-left:3rem !important; }

@media (min-width:576px) { 
  .lrv-d-sm-inline { display:inline !important; }
  .lrv-d-sm-inline-block { display:inline-block !important; }
  .lrv-d-sm-block { display:block !important; }
  .lrv-d-sm-grid { display:grid !important; }
  .lrv-d-sm-inline-grid { display:inline-grid !important; }
  .lrv-d-sm-table { display:table !important; }
  .lrv-d-sm-table-row { display:table-row !important; }
  .lrv-d-sm-table-cell { display:table-cell !important; }
  .lrv-d-sm-flex { display:flex !important; }
  .lrv-d-sm-inline-flex { display:inline-flex !important; }
  .lrv-d-sm-none { display:none !important; }
  .lrv-flex-sm-fill { flex:1 1 auto !important; }
  .lrv-flex-sm-row { flex-direction:row !important; }
  .lrv-flex-sm-column { flex-direction:column !important; }
  .lrv-flex-sm-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-sm-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-sm-grow-0 { flex-grow:0 !important; }
  .lrv-flex-sm-grow-1 { flex-grow:1 !important; }
  .lrv-flex-sm-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-sm-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-sm-wrap { flex-wrap:wrap !important; }
  .lrv-flex-sm-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-sm-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-sm-start { justify-content:flex-start !important; }
  .lrv-justify-content-sm-end { justify-content:flex-end !important; }
  .lrv-justify-content-sm-center { justify-content:center !important; }
  .lrv-justify-content-sm-between { justify-content:space-between !important; }
  .lrv-justify-content-sm-around { justify-content:space-around !important; }
  .lrv-justify-content-sm-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-sm-start { align-items:flex-start !important; }
  .lrv-align-items-sm-end { align-items:flex-end !important; }
  .lrv-align-items-sm-center { align-items:center !important; }
  .lrv-align-items-sm-baseline { align-items:baseline !important; }
  .lrv-align-items-sm-stretch { align-items:stretch !important; }
  .lrv-align-content-sm-start { align-content:flex-start !important; }
  .lrv-align-content-sm-end { align-content:flex-end !important; }
  .lrv-align-content-sm-center { align-content:center !important; }
  .lrv-align-content-sm-between { align-content:space-between !important; }
  .lrv-align-content-sm-around { align-content:space-around !important; }
  .lrv-align-content-sm-stretch { align-content:stretch !important; }
  .lrv-align-self-sm-auto { align-self:auto !important; }
  .lrv-align-self-sm-start { align-self:flex-start !important; }
  .lrv-align-self-sm-end { align-self:flex-end !important; }
  .lrv-align-self-sm-center { align-self:center !important; }
  .lrv-align-self-sm-baseline { align-self:baseline !important; }
  .lrv-align-self-sm-stretch { align-self:stretch !important; }
  .lrv-order-sm-first { order:-1 !important; }
  .lrv-order-sm-0 { order:0 !important; }
  .lrv-order-sm-1 { order:1 !important; }
  .lrv-order-sm-2 { order:2 !important; }
  .lrv-order-sm-3 { order:3 !important; }
  .lrv-order-sm-4 { order:4 !important; }
  .lrv-order-sm-5 { order:5 !important; }
  .lrv-order-sm-last { order:6 !important; }
  .lrv-m-sm-0 { margin:0 !important; }
  .lrv-m-sm-1 { margin:0.25rem !important; }
  .lrv-m-sm-2 { margin:0.5rem !important; }
  .lrv-m-sm-3 { margin:1rem !important; }
  .lrv-m-sm-4 { margin:1.5rem !important; }
  .lrv-m-sm-5 { margin:3rem !important; }
  .lrv-m-sm-auto { margin:auto !important; }
  .lrv-mx-sm-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-sm-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-sm-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-sm-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-sm-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-sm-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-sm-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-sm-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-sm-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-sm-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-sm-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-sm-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-sm-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-sm-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-sm-0 { margin-top:0 !important; }
  .lrv-mt-sm-1 { margin-top:0.25rem !important; }
  .lrv-mt-sm-2 { margin-top:0.5rem !important; }
  .lrv-mt-sm-3 { margin-top:1rem !important; }
  .lrv-mt-sm-4 { margin-top:1.5rem !important; }
  .lrv-mt-sm-5 { margin-top:3rem !important; }
  .lrv-mt-sm-auto { margin-top:auto !important; }
  .lrv-me-sm-0 { margin-right:0 !important; }
  .lrv-me-sm-1 { margin-right:0.25rem !important; }
  .lrv-me-sm-2 { margin-right:0.5rem !important; }
  .lrv-me-sm-3 { margin-right:1rem !important; }
  .lrv-me-sm-4 { margin-right:1.5rem !important; }
  .lrv-me-sm-5 { margin-right:3rem !important; }
  .lrv-me-sm-auto { margin-right:auto !important; }
  .lrv-mb-sm-0 { margin-bottom:0 !important; }
  .lrv-mb-sm-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-sm-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-sm-3 { margin-bottom:1rem !important; }
  .lrv-mb-sm-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-sm-5 { margin-bottom:3rem !important; }
  .lrv-mb-sm-auto { margin-bottom:auto !important; }
  .lrv-ms-sm-0 { margin-left:0 !important; }
  .lrv-ms-sm-1 { margin-left:0.25rem !important; }
  .lrv-ms-sm-2 { margin-left:0.5rem !important; }
  .lrv-ms-sm-3 { margin-left:1rem !important; }
  .lrv-ms-sm-4 { margin-left:1.5rem !important; }
  .lrv-ms-sm-5 { margin-left:3rem !important; }
  .lrv-ms-sm-auto { margin-left:auto !important; }
  .lrv-p-sm-0 { padding:0 !important; }
  .lrv-p-sm-1 { padding:0.25rem !important; }
  .lrv-p-sm-2 { padding:0.5rem !important; }
  .lrv-p-sm-3 { padding:1rem !important; }
  .lrv-p-sm-4 { padding:1.5rem !important; }
  .lrv-p-sm-5 { padding:3rem !important; }
  .lrv-px-sm-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-sm-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-sm-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-sm-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-sm-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-sm-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-sm-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-sm-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-sm-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-sm-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-sm-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-sm-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-sm-0 { padding-top:0 !important; }
  .lrv-pt-sm-1 { padding-top:0.25rem !important; }
  .lrv-pt-sm-2 { padding-top:0.5rem !important; }
  .lrv-pt-sm-3 { padding-top:1rem !important; }
  .lrv-pt-sm-4 { padding-top:1.5rem !important; }
  .lrv-pt-sm-5 { padding-top:3rem !important; }
  .lrv-pe-sm-0 { padding-right:0 !important; }
  .lrv-pe-sm-1 { padding-right:0.25rem !important; }
  .lrv-pe-sm-2 { padding-right:0.5rem !important; }
  .lrv-pe-sm-3 { padding-right:1rem !important; }
  .lrv-pe-sm-4 { padding-right:1.5rem !important; }
  .lrv-pe-sm-5 { padding-right:3rem !important; }
  .lrv-pb-sm-0 { padding-bottom:0 !important; }
  .lrv-pb-sm-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-sm-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-sm-3 { padding-bottom:1rem !important; }
  .lrv-pb-sm-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-sm-5 { padding-bottom:3rem !important; }
  .lrv-ps-sm-0 { padding-left:0 !important; }
  .lrv-ps-sm-1 { padding-left:0.25rem !important; }
  .lrv-ps-sm-2 { padding-left:0.5rem !important; }
  .lrv-ps-sm-3 { padding-left:1rem !important; }
  .lrv-ps-sm-4 { padding-left:1.5rem !important; }
  .lrv-ps-sm-5 { padding-left:3rem !important; }
}
@media (min-width:768px) { 
  .lrv-d-md-inline { display:inline !important; }
  .lrv-d-md-inline-block { display:inline-block !important; }
  .lrv-d-md-block { display:block !important; }
  .lrv-d-md-grid { display:grid !important; }
  .lrv-d-md-inline-grid { display:inline-grid !important; }
  .lrv-d-md-table { display:table !important; }
  .lrv-d-md-table-row { display:table-row !important; }
  .lrv-d-md-table-cell { display:table-cell !important; }
  .lrv-d-md-flex { display:flex !important; }
  .lrv-d-md-inline-flex { display:inline-flex !important; }
  .lrv-d-md-none { display:none !important; }
  .lrv-flex-md-fill { flex:1 1 auto !important; }
  .lrv-flex-md-row { flex-direction:row !important; }
  .lrv-flex-md-column { flex-direction:column !important; }
  .lrv-flex-md-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-md-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-md-grow-0 { flex-grow:0 !important; }
  .lrv-flex-md-grow-1 { flex-grow:1 !important; }
  .lrv-flex-md-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-md-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-md-wrap { flex-wrap:wrap !important; }
  .lrv-flex-md-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-md-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-md-start { justify-content:flex-start !important; }
  .lrv-justify-content-md-end { justify-content:flex-end !important; }
  .lrv-justify-content-md-center { justify-content:center !important; }
  .lrv-justify-content-md-between { justify-content:space-between !important; }
  .lrv-justify-content-md-around { justify-content:space-around !important; }
  .lrv-justify-content-md-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-md-start { align-items:flex-start !important; }
  .lrv-align-items-md-end { align-items:flex-end !important; }
  .lrv-align-items-md-center { align-items:center !important; }
  .lrv-align-items-md-baseline { align-items:baseline !important; }
  .lrv-align-items-md-stretch { align-items:stretch !important; }
  .lrv-align-content-md-start { align-content:flex-start !important; }
  .lrv-align-content-md-end { align-content:flex-end !important; }
  .lrv-align-content-md-center { align-content:center !important; }
  .lrv-align-content-md-between { align-content:space-between !important; }
  .lrv-align-content-md-around { align-content:space-around !important; }
  .lrv-align-content-md-stretch { align-content:stretch !important; }
  .lrv-align-self-md-auto { align-self:auto !important; }
  .lrv-align-self-md-start { align-self:flex-start !important; }
  .lrv-align-self-md-end { align-self:flex-end !important; }
  .lrv-align-self-md-center { align-self:center !important; }
  .lrv-align-self-md-baseline { align-self:baseline !important; }
  .lrv-align-self-md-stretch { align-self:stretch !important; }
  .lrv-order-md-first { order:-1 !important; }
  .lrv-order-md-0 { order:0 !important; }
  .lrv-order-md-1 { order:1 !important; }
  .lrv-order-md-2 { order:2 !important; }
  .lrv-order-md-3 { order:3 !important; }
  .lrv-order-md-4 { order:4 !important; }
  .lrv-order-md-5 { order:5 !important; }
  .lrv-order-md-last { order:6 !important; }
  .lrv-m-md-0 { margin:0 !important; }
  .lrv-m-md-1 { margin:0.25rem !important; }
  .lrv-m-md-2 { margin:0.5rem !important; }
  .lrv-m-md-3 { margin:1rem !important; }
  .lrv-m-md-4 { margin:1.5rem !important; }
  .lrv-m-md-5 { margin:3rem !important; }
  .lrv-m-md-auto { margin:auto !important; }
  .lrv-mx-md-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-md-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-md-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-md-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-md-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-md-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-md-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-md-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-md-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-md-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-md-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-md-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-md-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-md-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-md-0 { margin-top:0 !important; }
  .lrv-mt-md-1 { margin-top:0.25rem !important; }
  .lrv-mt-md-2 { margin-top:0.5rem !important; }
  .lrv-mt-md-3 { margin-top:1rem !important; }
  .lrv-mt-md-4 { margin-top:1.5rem !important; }
  .lrv-mt-md-5 { margin-top:3rem !important; }
  .lrv-mt-md-auto { margin-top:auto !important; }
  .lrv-me-md-0 { margin-right:0 !important; }
  .lrv-me-md-1 { margin-right:0.25rem !important; }
  .lrv-me-md-2 { margin-right:0.5rem !important; }
  .lrv-me-md-3 { margin-right:1rem !important; }
  .lrv-me-md-4 { margin-right:1.5rem !important; }
  .lrv-me-md-5 { margin-right:3rem !important; }
  .lrv-me-md-auto { margin-right:auto !important; }
  .lrv-mb-md-0 { margin-bottom:0 !important; }
  .lrv-mb-md-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-md-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-md-3 { margin-bottom:1rem !important; }
  .lrv-mb-md-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-md-5 { margin-bottom:3rem !important; }
  .lrv-mb-md-auto { margin-bottom:auto !important; }
  .lrv-ms-md-0 { margin-left:0 !important; }
  .lrv-ms-md-1 { margin-left:0.25rem !important; }
  .lrv-ms-md-2 { margin-left:0.5rem !important; }
  .lrv-ms-md-3 { margin-left:1rem !important; }
  .lrv-ms-md-4 { margin-left:1.5rem !important; }
  .lrv-ms-md-5 { margin-left:3rem !important; }
  .lrv-ms-md-auto { margin-left:auto !important; }
  .lrv-p-md-0 { padding:0 !important; }
  .lrv-p-md-1 { padding:0.25rem !important; }
  .lrv-p-md-2 { padding:0.5rem !important; }
  .lrv-p-md-3 { padding:1rem !important; }
  .lrv-p-md-4 { padding:1.5rem !important; }
  .lrv-p-md-5 { padding:3rem !important; }
  .lrv-px-md-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-md-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-md-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-md-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-md-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-md-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-md-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-md-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-md-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-md-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-md-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-md-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-md-0 { padding-top:0 !important; }
  .lrv-pt-md-1 { padding-top:0.25rem !important; }
  .lrv-pt-md-2 { padding-top:0.5rem !important; }
  .lrv-pt-md-3 { padding-top:1rem !important; }
  .lrv-pt-md-4 { padding-top:1.5rem !important; }
  .lrv-pt-md-5 { padding-top:3rem !important; }
  .lrv-pe-md-0 { padding-right:0 !important; }
  .lrv-pe-md-1 { padding-right:0.25rem !important; }
  .lrv-pe-md-2 { padding-right:0.5rem !important; }
  .lrv-pe-md-3 { padding-right:1rem !important; }
  .lrv-pe-md-4 { padding-right:1.5rem !important; }
  .lrv-pe-md-5 { padding-right:3rem !important; }
  .lrv-pb-md-0 { padding-bottom:0 !important; }
  .lrv-pb-md-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-md-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-md-3 { padding-bottom:1rem !important; }
  .lrv-pb-md-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-md-5 { padding-bottom:3rem !important; }
  .lrv-ps-md-0 { padding-left:0 !important; }
  .lrv-ps-md-1 { padding-left:0.25rem !important; }
  .lrv-ps-md-2 { padding-left:0.5rem !important; }
  .lrv-ps-md-3 { padding-left:1rem !important; }
  .lrv-ps-md-4 { padding-left:1.5rem !important; }
  .lrv-ps-md-5 { padding-left:3rem !important; }
}
@media (min-width:992px) { 
  .lrv-d-lg-inline { display:inline !important; }
  .lrv-d-lg-inline-block { display:inline-block !important; }
  .lrv-d-lg-block { display:block !important; }
  .lrv-d-lg-grid { display:grid !important; }
  .lrv-d-lg-inline-grid { display:inline-grid !important; }
  .lrv-d-lg-table { display:table !important; }
  .lrv-d-lg-table-row { display:table-row !important; }
  .lrv-d-lg-table-cell { display:table-cell !important; }
  .lrv-d-lg-flex { display:flex !important; }
  .lrv-d-lg-inline-flex { display:inline-flex !important; }
  .lrv-d-lg-none { display:none !important; }
  .lrv-flex-lg-fill { flex:1 1 auto !important; }
  .lrv-flex-lg-row { flex-direction:row !important; }
  .lrv-flex-lg-column { flex-direction:column !important; }
  .lrv-flex-lg-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-lg-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-lg-grow-0 { flex-grow:0 !important; }
  .lrv-flex-lg-grow-1 { flex-grow:1 !important; }
  .lrv-flex-lg-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-lg-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-lg-wrap { flex-wrap:wrap !important; }
  .lrv-flex-lg-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-lg-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-lg-start { justify-content:flex-start !important; }
  .lrv-justify-content-lg-end { justify-content:flex-end !important; }
  .lrv-justify-content-lg-center { justify-content:center !important; }
  .lrv-justify-content-lg-between { justify-content:space-between !important; }
  .lrv-justify-content-lg-around { justify-content:space-around !important; }
  .lrv-justify-content-lg-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-lg-start { align-items:flex-start !important; }
  .lrv-align-items-lg-end { align-items:flex-end !important; }
  .lrv-align-items-lg-center { align-items:center !important; }
  .lrv-align-items-lg-baseline { align-items:baseline !important; }
  .lrv-align-items-lg-stretch { align-items:stretch !important; }
  .lrv-align-content-lg-start { align-content:flex-start !important; }
  .lrv-align-content-lg-end { align-content:flex-end !important; }
  .lrv-align-content-lg-center { align-content:center !important; }
  .lrv-align-content-lg-between { align-content:space-between !important; }
  .lrv-align-content-lg-around { align-content:space-around !important; }
  .lrv-align-content-lg-stretch { align-content:stretch !important; }
  .lrv-align-self-lg-auto { align-self:auto !important; }
  .lrv-align-self-lg-start { align-self:flex-start !important; }
  .lrv-align-self-lg-end { align-self:flex-end !important; }
  .lrv-align-self-lg-center { align-self:center !important; }
  .lrv-align-self-lg-baseline { align-self:baseline !important; }
  .lrv-align-self-lg-stretch { align-self:stretch !important; }
  .lrv-order-lg-first { order:-1 !important; }
  .lrv-order-lg-0 { order:0 !important; }
  .lrv-order-lg-1 { order:1 !important; }
  .lrv-order-lg-2 { order:2 !important; }
  .lrv-order-lg-3 { order:3 !important; }
  .lrv-order-lg-4 { order:4 !important; }
  .lrv-order-lg-5 { order:5 !important; }
  .lrv-order-lg-last { order:6 !important; }
  .lrv-m-lg-0 { margin:0 !important; }
  .lrv-m-lg-1 { margin:0.25rem !important; }
  .lrv-m-lg-2 { margin:0.5rem !important; }
  .lrv-m-lg-3 { margin:1rem !important; }
  .lrv-m-lg-4 { margin:1.5rem !important; }
  .lrv-m-lg-5 { margin:3rem !important; }
  .lrv-m-lg-auto { margin:auto !important; }
  .lrv-mx-lg-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-lg-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-lg-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-lg-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-lg-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-lg-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-lg-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-lg-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-lg-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-lg-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-lg-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-lg-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-lg-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-lg-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-lg-0 { margin-top:0 !important; }
  .lrv-mt-lg-1 { margin-top:0.25rem !important; }
  .lrv-mt-lg-2 { margin-top:0.5rem !important; }
  .lrv-mt-lg-3 { margin-top:1rem !important; }
  .lrv-mt-lg-4 { margin-top:1.5rem !important; }
  .lrv-mt-lg-5 { margin-top:3rem !important; }
  .lrv-mt-lg-auto { margin-top:auto !important; }
  .lrv-me-lg-0 { margin-right:0 !important; }
  .lrv-me-lg-1 { margin-right:0.25rem !important; }
  .lrv-me-lg-2 { margin-right:0.5rem !important; }
  .lrv-me-lg-3 { margin-right:1rem !important; }
  .lrv-me-lg-4 { margin-right:1.5rem !important; }
  .lrv-me-lg-5 { margin-right:3rem !important; }
  .lrv-me-lg-auto { margin-right:auto !important; }
  .lrv-mb-lg-0 { margin-bottom:0 !important; }
  .lrv-mb-lg-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-lg-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-lg-3 { margin-bottom:1rem !important; }
  .lrv-mb-lg-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-lg-5 { margin-bottom:3rem !important; }
  .lrv-mb-lg-auto { margin-bottom:auto !important; }
  .lrv-ms-lg-0 { margin-left:0 !important; }
  .lrv-ms-lg-1 { margin-left:0.25rem !important; }
  .lrv-ms-lg-2 { margin-left:0.5rem !important; }
  .lrv-ms-lg-3 { margin-left:1rem !important; }
  .lrv-ms-lg-4 { margin-left:1.5rem !important; }
  .lrv-ms-lg-5 { margin-left:3rem !important; }
  .lrv-ms-lg-auto { margin-left:auto !important; }
  .lrv-p-lg-0 { padding:0 !important; }
  .lrv-p-lg-1 { padding:0.25rem !important; }
  .lrv-p-lg-2 { padding:0.5rem !important; }
  .lrv-p-lg-3 { padding:1rem !important; }
  .lrv-p-lg-4 { padding:1.5rem !important; }
  .lrv-p-lg-5 { padding:3rem !important; }
  .lrv-px-lg-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-lg-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-lg-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-lg-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-lg-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-lg-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-lg-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-lg-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-lg-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-lg-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-lg-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-lg-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-lg-0 { padding-top:0 !important; }
  .lrv-pt-lg-1 { padding-top:0.25rem !important; }
  .lrv-pt-lg-2 { padding-top:0.5rem !important; }
  .lrv-pt-lg-3 { padding-top:1rem !important; }
  .lrv-pt-lg-4 { padding-top:1.5rem !important; }
  .lrv-pt-lg-5 { padding-top:3rem !important; }
  .lrv-pe-lg-0 { padding-right:0 !important; }
  .lrv-pe-lg-1 { padding-right:0.25rem !important; }
  .lrv-pe-lg-2 { padding-right:0.5rem !important; }
  .lrv-pe-lg-3 { padding-right:1rem !important; }
  .lrv-pe-lg-4 { padding-right:1.5rem !important; }
  .lrv-pe-lg-5 { padding-right:3rem !important; }
  .lrv-pb-lg-0 { padding-bottom:0 !important; }
  .lrv-pb-lg-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-lg-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-lg-3 { padding-bottom:1rem !important; }
  .lrv-pb-lg-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-lg-5 { padding-bottom:3rem !important; }
  .lrv-ps-lg-0 { padding-left:0 !important; }
  .lrv-ps-lg-1 { padding-left:0.25rem !important; }
  .lrv-ps-lg-2 { padding-left:0.5rem !important; }
  .lrv-ps-lg-3 { padding-left:1rem !important; }
  .lrv-ps-lg-4 { padding-left:1.5rem !important; }
  .lrv-ps-lg-5 { padding-left:3rem !important; }
}
@media (min-width:1200px) { 
  .lrv-d-xl-inline { display:inline !important; }
  .lrv-d-xl-inline-block { display:inline-block !important; }
  .lrv-d-xl-block { display:block !important; }
  .lrv-d-xl-grid { display:grid !important; }
  .lrv-d-xl-inline-grid { display:inline-grid !important; }
  .lrv-d-xl-table { display:table !important; }
  .lrv-d-xl-table-row { display:table-row !important; }
  .lrv-d-xl-table-cell { display:table-cell !important; }
  .lrv-d-xl-flex { display:flex !important; }
  .lrv-d-xl-inline-flex { display:inline-flex !important; }
  .lrv-d-xl-none { display:none !important; }
  .lrv-flex-xl-fill { flex:1 1 auto !important; }
  .lrv-flex-xl-row { flex-direction:row !important; }
  .lrv-flex-xl-column { flex-direction:column !important; }
  .lrv-flex-xl-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-xl-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-xl-grow-0 { flex-grow:0 !important; }
  .lrv-flex-xl-grow-1 { flex-grow:1 !important; }
  .lrv-flex-xl-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-xl-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-xl-wrap { flex-wrap:wrap !important; }
  .lrv-flex-xl-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-xl-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-xl-start { justify-content:flex-start !important; }
  .lrv-justify-content-xl-end { justify-content:flex-end !important; }
  .lrv-justify-content-xl-center { justify-content:center !important; }
  .lrv-justify-content-xl-between { justify-content:space-between !important; }
  .lrv-justify-content-xl-around { justify-content:space-around !important; }
  .lrv-justify-content-xl-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-xl-start { align-items:flex-start !important; }
  .lrv-align-items-xl-end { align-items:flex-end !important; }
  .lrv-align-items-xl-center { align-items:center !important; }
  .lrv-align-items-xl-baseline { align-items:baseline !important; }
  .lrv-align-items-xl-stretch { align-items:stretch !important; }
  .lrv-align-content-xl-start { align-content:flex-start !important; }
  .lrv-align-content-xl-end { align-content:flex-end !important; }
  .lrv-align-content-xl-center { align-content:center !important; }
  .lrv-align-content-xl-between { align-content:space-between !important; }
  .lrv-align-content-xl-around { align-content:space-around !important; }
  .lrv-align-content-xl-stretch { align-content:stretch !important; }
  .lrv-align-self-xl-auto { align-self:auto !important; }
  .lrv-align-self-xl-start { align-self:flex-start !important; }
  .lrv-align-self-xl-end { align-self:flex-end !important; }
  .lrv-align-self-xl-center { align-self:center !important; }
  .lrv-align-self-xl-baseline { align-self:baseline !important; }
  .lrv-align-self-xl-stretch { align-self:stretch !important; }
  .lrv-order-xl-first { order:-1 !important; }
  .lrv-order-xl-0 { order:0 !important; }
  .lrv-order-xl-1 { order:1 !important; }
  .lrv-order-xl-2 { order:2 !important; }
  .lrv-order-xl-3 { order:3 !important; }
  .lrv-order-xl-4 { order:4 !important; }
  .lrv-order-xl-5 { order:5 !important; }
  .lrv-order-xl-last { order:6 !important; }
  .lrv-m-xl-0 { margin:0 !important; }
  .lrv-m-xl-1 { margin:0.25rem !important; }
  .lrv-m-xl-2 { margin:0.5rem !important; }
  .lrv-m-xl-3 { margin:1rem !important; }
  .lrv-m-xl-4 { margin:1.5rem !important; }
  .lrv-m-xl-5 { margin:3rem !important; }
  .lrv-m-xl-auto { margin:auto !important; }
  .lrv-mx-xl-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-xl-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-xl-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-xl-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-xl-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-xl-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-xl-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-xl-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-xl-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-xl-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-xl-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-xl-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-xl-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-xl-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-xl-0 { margin-top:0 !important; }
  .lrv-mt-xl-1 { margin-top:0.25rem !important; }
  .lrv-mt-xl-2 { margin-top:0.5rem !important; }
  .lrv-mt-xl-3 { margin-top:1rem !important; }
  .lrv-mt-xl-4 { margin-top:1.5rem !important; }
  .lrv-mt-xl-5 { margin-top:3rem !important; }
  .lrv-mt-xl-auto { margin-top:auto !important; }
  .lrv-me-xl-0 { margin-right:0 !important; }
  .lrv-me-xl-1 { margin-right:0.25rem !important; }
  .lrv-me-xl-2 { margin-right:0.5rem !important; }
  .lrv-me-xl-3 { margin-right:1rem !important; }
  .lrv-me-xl-4 { margin-right:1.5rem !important; }
  .lrv-me-xl-5 { margin-right:3rem !important; }
  .lrv-me-xl-auto { margin-right:auto !important; }
  .lrv-mb-xl-0 { margin-bottom:0 !important; }
  .lrv-mb-xl-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-xl-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-xl-3 { margin-bottom:1rem !important; }
  .lrv-mb-xl-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-xl-5 { margin-bottom:3rem !important; }
  .lrv-mb-xl-auto { margin-bottom:auto !important; }
  .lrv-ms-xl-0 { margin-left:0 !important; }
  .lrv-ms-xl-1 { margin-left:0.25rem !important; }
  .lrv-ms-xl-2 { margin-left:0.5rem !important; }
  .lrv-ms-xl-3 { margin-left:1rem !important; }
  .lrv-ms-xl-4 { margin-left:1.5rem !important; }
  .lrv-ms-xl-5 { margin-left:3rem !important; }
  .lrv-ms-xl-auto { margin-left:auto !important; }
  .lrv-p-xl-0 { padding:0 !important; }
  .lrv-p-xl-1 { padding:0.25rem !important; }
  .lrv-p-xl-2 { padding:0.5rem !important; }
  .lrv-p-xl-3 { padding:1rem !important; }
  .lrv-p-xl-4 { padding:1.5rem !important; }
  .lrv-p-xl-5 { padding:3rem !important; }
  .lrv-px-xl-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-xl-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-xl-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-xl-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-xl-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-xl-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-xl-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-xl-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-xl-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-xl-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-xl-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-xl-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-xl-0 { padding-top:0 !important; }
  .lrv-pt-xl-1 { padding-top:0.25rem !important; }
  .lrv-pt-xl-2 { padding-top:0.5rem !important; }
  .lrv-pt-xl-3 { padding-top:1rem !important; }
  .lrv-pt-xl-4 { padding-top:1.5rem !important; }
  .lrv-pt-xl-5 { padding-top:3rem !important; }
  .lrv-pe-xl-0 { padding-right:0 !important; }
  .lrv-pe-xl-1 { padding-right:0.25rem !important; }
  .lrv-pe-xl-2 { padding-right:0.5rem !important; }
  .lrv-pe-xl-3 { padding-right:1rem !important; }
  .lrv-pe-xl-4 { padding-right:1.5rem !important; }
  .lrv-pe-xl-5 { padding-right:3rem !important; }
  .lrv-pb-xl-0 { padding-bottom:0 !important; }
  .lrv-pb-xl-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-xl-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-xl-3 { padding-bottom:1rem !important; }
  .lrv-pb-xl-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-xl-5 { padding-bottom:3rem !important; }
  .lrv-ps-xl-0 { padding-left:0 !important; }
  .lrv-ps-xl-1 { padding-left:0.25rem !important; }
  .lrv-ps-xl-2 { padding-left:0.5rem !important; }
  .lrv-ps-xl-3 { padding-left:1rem !important; }
  .lrv-ps-xl-4 { padding-left:1.5rem !important; }
  .lrv-ps-xl-5 { padding-left:3rem !important; }
}
@media (min-width:1400px) { 
  .lrv-d-xxl-inline { display:inline !important; }
  .lrv-d-xxl-inline-block { display:inline-block !important; }
  .lrv-d-xxl-block { display:block !important; }
  .lrv-d-xxl-grid { display:grid !important; }
  .lrv-d-xxl-inline-grid { display:inline-grid !important; }
  .lrv-d-xxl-table { display:table !important; }
  .lrv-d-xxl-table-row { display:table-row !important; }
  .lrv-d-xxl-table-cell { display:table-cell !important; }
  .lrv-d-xxl-flex { display:flex !important; }
  .lrv-d-xxl-inline-flex { display:inline-flex !important; }
  .lrv-d-xxl-none { display:none !important; }
  .lrv-flex-xxl-fill { flex:1 1 auto !important; }
  .lrv-flex-xxl-row { flex-direction:row !important; }
  .lrv-flex-xxl-column { flex-direction:column !important; }
  .lrv-flex-xxl-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-xxl-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-xxl-grow-0 { flex-grow:0 !important; }
  .lrv-flex-xxl-grow-1 { flex-grow:1 !important; }
  .lrv-flex-xxl-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-xxl-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-xxl-wrap { flex-wrap:wrap !important; }
  .lrv-flex-xxl-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-xxl-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-xxl-start { justify-content:flex-start !important; }
  .lrv-justify-content-xxl-end { justify-content:flex-end !important; }
  .lrv-justify-content-xxl-center { justify-content:center !important; }
  .lrv-justify-content-xxl-between { justify-content:space-between !important; }
  .lrv-justify-content-xxl-around { justify-content:space-around !important; }
  .lrv-justify-content-xxl-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-xxl-start { align-items:flex-start !important; }
  .lrv-align-items-xxl-end { align-items:flex-end !important; }
  .lrv-align-items-xxl-center { align-items:center !important; }
  .lrv-align-items-xxl-baseline { align-items:baseline !important; }
  .lrv-align-items-xxl-stretch { align-items:stretch !important; }
  .lrv-align-content-xxl-start { align-content:flex-start !important; }
  .lrv-align-content-xxl-end { align-content:flex-end !important; }
  .lrv-align-content-xxl-center { align-content:center !important; }
  .lrv-align-content-xxl-between { align-content:space-between !important; }
  .lrv-align-content-xxl-around { align-content:space-around !important; }
  .lrv-align-content-xxl-stretch { align-content:stretch !important; }
  .lrv-align-self-xxl-auto { align-self:auto !important; }
  .lrv-align-self-xxl-start { align-self:flex-start !important; }
  .lrv-align-self-xxl-end { align-self:flex-end !important; }
  .lrv-align-self-xxl-center { align-self:center !important; }
  .lrv-align-self-xxl-baseline { align-self:baseline !important; }
  .lrv-align-self-xxl-stretch { align-self:stretch !important; }
  .lrv-order-xxl-first { order:-1 !important; }
  .lrv-order-xxl-0 { order:0 !important; }
  .lrv-order-xxl-1 { order:1 !important; }
  .lrv-order-xxl-2 { order:2 !important; }
  .lrv-order-xxl-3 { order:3 !important; }
  .lrv-order-xxl-4 { order:4 !important; }
  .lrv-order-xxl-5 { order:5 !important; }
  .lrv-order-xxl-last { order:6 !important; }
  .lrv-m-xxl-0 { margin:0 !important; }
  .lrv-m-xxl-1 { margin:0.25rem !important; }
  .lrv-m-xxl-2 { margin:0.5rem !important; }
  .lrv-m-xxl-3 { margin:1rem !important; }
  .lrv-m-xxl-4 { margin:1.5rem !important; }
  .lrv-m-xxl-5 { margin:3rem !important; }
  .lrv-m-xxl-auto { margin:auto !important; }
  .lrv-mx-xxl-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-xxl-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-xxl-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-xxl-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-xxl-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-xxl-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-xxl-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-xxl-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-xxl-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-xxl-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-xxl-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-xxl-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-xxl-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-xxl-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-xxl-0 { margin-top:0 !important; }
  .lrv-mt-xxl-1 { margin-top:0.25rem !important; }
  .lrv-mt-xxl-2 { margin-top:0.5rem !important; }
  .lrv-mt-xxl-3 { margin-top:1rem !important; }
  .lrv-mt-xxl-4 { margin-top:1.5rem !important; }
  .lrv-mt-xxl-5 { margin-top:3rem !important; }
  .lrv-mt-xxl-auto { margin-top:auto !important; }
  .lrv-me-xxl-0 { margin-right:0 !important; }
  .lrv-me-xxl-1 { margin-right:0.25rem !important; }
  .lrv-me-xxl-2 { margin-right:0.5rem !important; }
  .lrv-me-xxl-3 { margin-right:1rem !important; }
  .lrv-me-xxl-4 { margin-right:1.5rem !important; }
  .lrv-me-xxl-5 { margin-right:3rem !important; }
  .lrv-me-xxl-auto { margin-right:auto !important; }
  .lrv-mb-xxl-0 { margin-bottom:0 !important; }
  .lrv-mb-xxl-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-xxl-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-xxl-3 { margin-bottom:1rem !important; }
  .lrv-mb-xxl-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-xxl-5 { margin-bottom:3rem !important; }
  .lrv-mb-xxl-auto { margin-bottom:auto !important; }
  .lrv-ms-xxl-0 { margin-left:0 !important; }
  .lrv-ms-xxl-1 { margin-left:0.25rem !important; }
  .lrv-ms-xxl-2 { margin-left:0.5rem !important; }
  .lrv-ms-xxl-3 { margin-left:1rem !important; }
  .lrv-ms-xxl-4 { margin-left:1.5rem !important; }
  .lrv-ms-xxl-5 { margin-left:3rem !important; }
  .lrv-ms-xxl-auto { margin-left:auto !important; }
  .lrv-p-xxl-0 { padding:0 !important; }
  .lrv-p-xxl-1 { padding:0.25rem !important; }
  .lrv-p-xxl-2 { padding:0.5rem !important; }
  .lrv-p-xxl-3 { padding:1rem !important; }
  .lrv-p-xxl-4 { padding:1.5rem !important; }
  .lrv-p-xxl-5 { padding:3rem !important; }
  .lrv-px-xxl-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-xxl-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-xxl-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-xxl-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-xxl-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-xxl-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-xxl-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-xxl-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-xxl-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-xxl-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-xxl-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-xxl-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-xxl-0 { padding-top:0 !important; }
  .lrv-pt-xxl-1 { padding-top:0.25rem !important; }
  .lrv-pt-xxl-2 { padding-top:0.5rem !important; }
  .lrv-pt-xxl-3 { padding-top:1rem !important; }
  .lrv-pt-xxl-4 { padding-top:1.5rem !important; }
  .lrv-pt-xxl-5 { padding-top:3rem !important; }
  .lrv-pe-xxl-0 { padding-right:0 !important; }
  .lrv-pe-xxl-1 { padding-right:0.25rem !important; }
  .lrv-pe-xxl-2 { padding-right:0.5rem !important; }
  .lrv-pe-xxl-3 { padding-right:1rem !important; }
  .lrv-pe-xxl-4 { padding-right:1.5rem !important; }
  .lrv-pe-xxl-5 { padding-right:3rem !important; }
  .lrv-pb-xxl-0 { padding-bottom:0 !important; }
  .lrv-pb-xxl-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-xxl-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-xxl-3 { padding-bottom:1rem !important; }
  .lrv-pb-xxl-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-xxl-5 { padding-bottom:3rem !important; }
  .lrv-ps-xxl-0 { padding-left:0 !important; }
  .lrv-ps-xxl-1 { padding-left:0.25rem !important; }
  .lrv-ps-xxl-2 { padding-left:0.5rem !important; }
  .lrv-ps-xxl-3 { padding-left:1rem !important; }
  .lrv-ps-xxl-4 { padding-left:1.5rem !important; }
  .lrv-ps-xxl-5 { padding-left:3rem !important; }
}
@media print { 
  .lrv-d-print-inline { display:inline !important; }
  .lrv-d-print-inline-block { display:inline-block !important; }
  .lrv-d-print-block { display:block !important; }
  .lrv-d-print-grid { display:grid !important; }
  .lrv-d-print-inline-grid { display:inline-grid !important; }
  .lrv-d-print-table { display:table !important; }
  .lrv-d-print-table-row { display:table-row !important; }
  .lrv-d-print-table-cell { display:table-cell !important; }
  .lrv-d-print-flex { display:flex !important; }
  .lrv-d-print-inline-flex { display:inline-flex !important; }
  .lrv-d-print-none { display:none !important; }
}


/*!
 * Inspirado en Bootstrap Utilities v5.3.5 (https://getbootstrap.com/)
 */

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

.lrv-text-bg-primary { color:#fff !important; background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-text-bg-secondary { color:#fff !important; background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-text-bg-success { color:#fff !important; background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-text-bg-info { color:#000 !important; background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-text-bg-warning { color:#000 !important; background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-text-bg-danger { color:#fff !important; background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-text-bg-light { color:#000 !important; background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-text-bg-dark { color:#fff !important; background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; }
.lrv-link-primary { color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-primary:hover, .lrv-link-primary:focus { color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-secondary { color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-secondary:hover, .lrv-link-secondary:focus { color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-success { color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-success:hover, .lrv-link-success:focus { color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-info { color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-info:hover, .lrv-link-info:focus { color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-warning { color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-warning:hover, .lrv-link-warning:focus { color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-danger { color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-danger:hover, .lrv-link-danger:focus { color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-light { color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-light:hover, .lrv-link-light:focus { color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-dark { color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-dark:hover, .lrv-link-dark:focus { color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-body-emphasis { color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important; -webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-body-emphasis:hover, .lrv-link-body-emphasis:focus { color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important; -webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; }

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

.lrv-icon-link { display:inline-flex; gap:0.375rem; align-items:center; -webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); text-underline-offset:0.25em; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.lrv-icon-link > .bi { flex-shrink:0; width:1em; height:1em; fill:currentcolor; transition:0.2s ease-in-out transform; }

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

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

.lrv-ratio { position:relative; width:100%; }
.lrv-ratio::before { display:block; padding-top:var(--bs-aspect-ratio); content:""; }
.lrv-ratio > * { position:absolute; top:0; left:0; width:100%; height:100%; }
.lrv-ratio-1x1 { --bs-aspect-ratio:100%; }
.lrv-ratio-4x3 { --bs-aspect-ratio:75%; }
.lrv-ratio-16x9 { --bs-aspect-ratio:56.25%; }
.lrv-ratio-21x9 { --bs-aspect-ratio:42.8571428571%; }

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

.lrv-sticky-top { position:-webkit-sticky; position:sticky; top:0; z-index:1020; }
.lrv-sticky-bottom { position:-webkit-sticky; position:sticky; bottom:0; z-index:1020; }

@media (min-width:576px) { 
  .lrv-sticky-sm-top { position:-webkit-sticky; position:sticky; top:0; z-index:1020; }
  .lrv-sticky-sm-bottom { position:-webkit-sticky; position:sticky; bottom:0; z-index:1020; }
}
@media (min-width:768px) { 
  .lrv-sticky-md-top { position:-webkit-sticky; position:sticky; top:0; z-index:1020; }
  .lrv-sticky-md-bottom { position:-webkit-sticky; position:sticky; bottom:0; z-index:1020; }
}
@media (min-width:992px) { 
  .lrv-sticky-lg-top { position:-webkit-sticky; position:sticky; top:0; z-index:1020; }
  .lrv-sticky-lg-bottom { position:-webkit-sticky; position:sticky; bottom:0; z-index:1020; }
}
@media (min-width:1200px) { 
  .lrv-sticky-xl-top { position:-webkit-sticky; position:sticky; top:0; z-index:1020; }
  .lrv-sticky-xl-bottom { position:-webkit-sticky; position:sticky; bottom:0; z-index:1020; }
}
@media (min-width:1400px) { 
  .lrv-sticky-xxl-top { position:-webkit-sticky; position:sticky; top:0; z-index:1020; }
  .lrv-sticky-xxl-bottom { position:-webkit-sticky; position:sticky; bottom:0; z-index:1020; }
}

.lrv-hstack { display:flex; flex-direction:row; align-items:center; align-self:stretch; }
.lrv-vstack { display:flex; flex:1 1 auto; flex-direction:column; align-self:stretch; }

.lrv-visually-hidden, .lrv-visually-hidden-focusable:not(:focus):not(:focus-within) { width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0, 0, 0, 0) !important; white-space:nowrap !important; border:0 !important; }
.lrv-visually-hidden:not(caption), .lrv-visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) { position:absolute !important; }

.lrv-stretched-link::after { position:absolute; top:0; right:0; bottom:0; left:0; z-index:1; content:""; }
.lrv-text-truncate { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.lrv-vr { display:inline-block; align-self:stretch; width:var(--bs-border-width); min-height:1em; background-color:currentcolor; opacity:0.25; }

.lrv-align-baseline { vertical-align:baseline !important; }
.lrv-align-top { vertical-align:top !important; }
.lrv-align-middle { vertical-align:middle !important; }
.lrv-align-bottom { vertical-align:bottom !important; }
.lrv-align-text-bottom { vertical-align:text-bottom !important; }
.lrv-align-text-top { vertical-align:text-top !important; }

.lrv-float-start { float:left !important; }
.lrv-float-end { float:right !important; }
.lrv-float-none { float:none !important; }

.lrv-object-fit-contain { -o-object-fit:contain !important; object-fit:contain !important; }
.lrv-object-fit-cover { -o-object-fit:cover !important; object-fit:cover !important; }
.lrv-object-fit-fill { -o-object-fit:fill !important; object-fit:fill !important; }
.lrv-object-fit-scale { -o-object-fit:scale-down !important; object-fit:scale-down !important; }
.lrv-object-fit-none { -o-object-fit:none !important; object-fit:none !important; }

.lrv-opacity-0 { opacity:0 !important; }
.lrv-opacity-25 { opacity:0.25 !important; }
.lrv-opacity-50 { opacity:0.5 !important; }
.lrv-opacity-75 { opacity:0.75 !important; }
.lrv-opacity-100 { opacity:1 !important; }

.lrv-overflow-auto { overflow:auto !important; }
.lrv-overflow-hidden { overflow:hidden !important; }
.lrv-overflow-visible { overflow:visible !important; }
.lrv-overflow-scroll { overflow:scroll !important; }
.lrv-overflow-x-auto { overflow-x:auto !important; }
.lrv-overflow-x-hidden { overflow-x:hidden !important; }
.lrv-overflow-x-visible { overflow-x:visible !important; }
.lrv-overflow-x-scroll { overflow-x:scroll !important; }
.lrv-overflow-y-auto { overflow-y:auto !important; }
.lrv-overflow-y-hidden { overflow-y:hidden !important; }
.lrv-overflow-y-visible { overflow-y:visible !important; }
.lrv-overflow-y-scroll { overflow-y:scroll !important; }
.lrv-d-inline { display:inline !important; }
.lrv-d-inline-block { display:inline-block !important; }
.lrv-d-block { display:block !important; }
.lrv-d-grid { display:grid !important; }
.lrv-d-inline-grid { display:inline-grid !important; }
.lrv-d-table { display:table !important; }
.lrv-d-table-row { display:table-row !important; }
.lrv-d-table-cell { display:table-cell !important; }
.lrv-d-flex { display:flex !important; }
.lrv-d-inline-flex { display:inline-flex !important; }
.lrv-d-none { display:none !important; }


.lrv-shadow { box-shadow:var(--bs-box-shadow) !important; }
.lrv-shadow-sm { box-shadow:var(--bs-box-shadow-sm) !important; }
.lrv-shadow-lg { box-shadow:var(--bs-box-shadow-lg) !important; }
.lrv-shadow-none { box-shadow:none !important; }

.lrv-focus-ring-primary { --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }
.lrv-focus-ring-secondary { --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); }
.lrv-focus-ring-success { --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); }
.lrv-focus-ring-info { --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); }
.lrv-focus-ring-warning { --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); }
.lrv-focus-ring-danger { --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); }
.lrv-focus-ring-light { --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); }
.lrv-focus-ring-dark { --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }

.lrv-position-static { position:static !important; }
.lrv-position-relative { position:relative !important; }
.lrv-position-absolute { position:absolute !important; }
.lrv-position-fixed { position:fixed !important; }
.lrv-position-sticky { position:-webkit-sticky !important; position:sticky !important; }

.lrv-top-0 { top:0 !important; }
.lrv-top-50 { top:50% !important; }
.lrv-top-100 { top:100% !important; }

.lrv-bottom-0 { bottom:0 !important; }
.lrv-bottom-50 { bottom:50% !important; }
.lrv-bottom-100 { bottom:100% !important; }

.lrv-start-0 { left:0 !important; }
.lrv-start-50 { left:50% !important; }
.lrv-start-100 { left:100% !important; }

.lrv-end-0 { right:0 !important; }
.lrv-end-50 { right:50% !important; }
.lrv-end-100 { right:100% !important; }

.lrv-translate-middle { transform:translate(-50%, -50%) !important; }
.lrv-translate-middle-x { transform:translateX(-50%) !important; }
.lrv-translate-middle-y { transform:translateY(-50%) !important; }

.lrv-border { border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }
.lrv-border-0 { border:0 !important; }
.lrv-border-top { border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }
.lrv-border-top-0 { border-top:0 !important; }
.lrv-border-end { border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }
.lrv-border-end-0 { border-right:0 !important; }
.lrv-border-bottom { border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }
.lrv-border-bottom-0 { border-bottom:0 !important; }
.lrv-border-start { border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }
.lrv-border-start-0 { border-left:0 !important; }
.lrv-border-primary { --bs-border-opacity:1; border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-secondary { --bs-border-opacity:1; border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-success { --bs-border-opacity:1; border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-info { --bs-border-opacity:1; border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-warning { --bs-border-opacity:1; border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-danger { --bs-border-opacity:1; border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-light { --bs-border-opacity:1; border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-dark { --bs-border-opacity:1; border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-black { --bs-border-opacity:1; border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-white { --bs-border-opacity:1; border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }
.lrv-border-primary-subtle { border-color:var(--bs-primary-border-subtle) !important; }
.lrv-border-secondary-subtle { border-color:var(--bs-secondary-border-subtle) !important; }
.lrv-border-success-subtle { border-color:var(--bs-success-border-subtle) !important; }
.lrv-border-info-subtle { border-color:var(--bs-info-border-subtle) !important; }
.lrv-border-warning-subtle { border-color:var(--bs-warning-border-subtle) !important; }
.lrv-border-danger-subtle { border-color:var(--bs-danger-border-subtle) !important; }
.lrv-border-light-subtle { border-color:var(--bs-light-border-subtle) !important; }
.lrv-border-dark-subtle { border-color:var(--bs-dark-border-subtle) !important; }
.lrv-border-1 { border-width:1px !important; }
.lrv-border-2 { border-width:2px !important; }
.lrv-border-3 { border-width:3px !important; }
.lrv-border-4 { border-width:4px !important; }
.lrv-border-5 { border-width:5px !important; }
.lrv-border-opacity-10 { --bs-border-opacity:0.1; }
.lrv-border-opacity-25 { --bs-border-opacity:0.25; }
.lrv-border-opacity-50 { --bs-border-opacity:0.5; }
.lrv-border-opacity-75 { --bs-border-opacity:0.75; }
.lrv-border-opacity-100 { --bs-border-opacity:1; }

.lrv-w-25 { width:25% !important; }
.lrv-w-50 { width:50% !important; }
.lrv-w-75 { width:75% !important; }
.lrv-w-100 { width:100% !important; }
.lrv-w-auto { width:auto !important; }
.lrv-mw-100 { max-width:100% !important; }

.lrv-vw-100 { width:100vw !important; }
.lrv-min-vw-100 { min-width:100vw !important; }

.lrv-h-25 { height:25% !important; }
.lrv-h-50 { height:50% !important; }
.lrv-h-75 { height:75% !important; }
.lrv-h-100 { height:100% !important; }
.lrv-h-auto { height:auto !important; }
.lrv-mh-100 { max-height:100% !important; }

.lrv-vh-100 { height:100vh !important; }
.lrv-min-vh-100 { min-height:100vh !important; }
.lrv-flex-fill { flex:1 1 auto !important; }
.lrv-flex-row { flex-direction:row !important; }
.lrv-flex-column { flex-direction:column !important; }
.lrv-flex-row-reverse { flex-direction:row-reverse !important; }
.lrv-flex-column-reverse { flex-direction:column-reverse !important; }
.lrv-flex-grow-0 { flex-grow:0 !important; }
.lrv-flex-grow-1 { flex-grow:1 !important; }
.lrv-flex-shrink-0 { flex-shrink:0 !important; }
.lrv-flex-shrink-1 { flex-shrink:1 !important; }
.lrv-flex-wrap { flex-wrap:wrap !important; }
.lrv-flex-nowrap { flex-wrap:nowrap !important; }
.lrv-flex-wrap-reverse { flex-wrap:wrap-reverse !important; }
.lrv-justify-content-start { justify-content:flex-start !important; }
.lrv-justify-content-end { justify-content:flex-end !important; }
.lrv-justify-content-center { justify-content:center !important; }
.lrv-justify-content-between { justify-content:space-between !important; }
.lrv-justify-content-around { justify-content:space-around !important; }
.lrv-justify-content-evenly { justify-content:space-evenly !important; }
.lrv-align-items-start { align-items:flex-start !important; }
.lrv-align-items-end { align-items:flex-end !important; }
.lrv-align-items-center { align-items:center !important; }
.lrv-align-items-baseline { align-items:baseline !important; }
.lrv-align-items-stretch { align-items:stretch !important; }
.lrv-align-content-start { align-content:flex-start !important; }
.lrv-align-content-end { align-content:flex-end !important; }
.lrv-align-content-center { align-content:center !important; }
.lrv-align-content-between { align-content:space-between !important; }
.lrv-align-content-around { align-content:space-around !important; }
.lrv-align-content-stretch { align-content:stretch !important; }
.lrv-align-self-auto { align-self:auto !important; }
.lrv-align-self-start { align-self:flex-start !important; }
.lrv-align-self-end { align-self:flex-end !important; }
.lrv-align-self-center { align-self:center !important; }
.lrv-align-self-baseline { align-self:baseline !important; }
.lrv-align-self-stretch { align-self:stretch !important; }
.lrv-order-first { order:-1 !important; }
.lrv-order-0 { order:0 !important; }
.lrv-order-1 { order:1 !important; }
.lrv-order-2 { order:2 !important; }
.lrv-order-3 { order:3 !important; }
.lrv-order-4 { order:4 !important; }
.lrv-order-5 { order:5 !important; }
.lrv-order-last { order:6 !important; }
.lrv-m-0 { margin:0 !important; }
.lrv-m-1 { margin:0.25rem !important; }
.lrv-m-2 { margin:0.5rem !important; }
.lrv-m-3 { margin:1rem !important; }
.lrv-m-4 { margin:1.5rem !important; }
.lrv-m-5 { margin:3rem !important; }
.lrv-m-auto { margin:auto !important; }
.lrv-mx-0 { margin-right:0 !important; margin-left:0 !important; }
.lrv-mx-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
.lrv-mx-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
.lrv-mx-3 { margin-right:1rem !important; margin-left:1rem !important; }
.lrv-mx-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
.lrv-mx-5 { margin-right:3rem !important; margin-left:3rem !important; }
.lrv-mx-auto { margin-right:auto !important; margin-left:auto !important; }
.lrv-my-0 { margin-top:0 !important; margin-bottom:0 !important; }
.lrv-my-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
.lrv-my-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
.lrv-my-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
.lrv-my-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
.lrv-my-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
.lrv-my-auto { margin-top:auto !important; margin-bottom:auto !important; }
.lrv-mt-0 { margin-top:0 !important; }
.lrv-mt-1 { margin-top:0.25rem !important; }
.lrv-mt-2 { margin-top:0.5rem !important; }
.lrv-mt-3 { margin-top:1rem !important; }
.lrv-mt-4 { margin-top:1.5rem !important; }
.lrv-mt-5 { margin-top:3rem !important; }
.lrv-mt-auto { margin-top:auto !important; }
.lrv-me-0 { margin-right:0 !important; }
.lrv-me-1 { margin-right:0.25rem !important; }
.lrv-me-2 { margin-right:0.5rem !important; }
.lrv-me-3 { margin-right:1rem !important; }
.lrv-me-4 { margin-right:1.5rem !important; }
.lrv-me-5 { margin-right:3rem !important; }
.lrv-me-auto { margin-right:auto !important; }
.lrv-mb-0 { margin-bottom:0 !important; }
.lrv-mb-1 { margin-bottom:0.25rem !important; }
.lrv-mb-2 { margin-bottom:0.5rem !important; }
.lrv-mb-3 { margin-bottom:1rem !important; }
.lrv-mb-4 { margin-bottom:1.5rem !important; }
.lrv-mb-5 { margin-bottom:3rem !important; }
.lrv-mb-auto { margin-bottom:auto !important; }
.lrv-ms-0 { margin-left:0 !important; }
.lrv-ms-1 { margin-left:0.25rem !important; }
.lrv-ms-2 { margin-left:0.5rem !important; }
.lrv-ms-3 { margin-left:1rem !important; }
.lrv-ms-4 { margin-left:1.5rem !important; }
.lrv-ms-5 { margin-left:3rem !important; }
.lrv-ms-auto { margin-left:auto !important; }
.lrv-p-0 { padding:0 !important; }
.lrv-p-1 { padding:0.25rem !important; }
.lrv-p-2 { padding:0.5rem !important; }
.lrv-p-3 { padding:1rem !important; }
.lrv-p-4 { padding:1.5rem !important; }
.lrv-p-5 { padding:3rem !important; }
.lrv-px-0 { padding-right:0 !important; padding-left:0 !important; }
.lrv-px-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
.lrv-px-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
.lrv-px-3 { padding-right:1rem !important; padding-left:1rem !important; }
.lrv-px-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
.lrv-px-5 { padding-right:3rem !important; padding-left:3rem !important; }
.lrv-py-0 { padding-top:0 !important; padding-bottom:0 !important; }
.lrv-py-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
.lrv-py-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
.lrv-py-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
.lrv-py-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
.lrv-py-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
.lrv-pt-0 { padding-top:0 !important; }
.lrv-pt-1 { padding-top:0.25rem !important; }
.lrv-pt-2 { padding-top:0.5rem !important; }
.lrv-pt-3 { padding-top:1rem !important; }
.lrv-pt-4 { padding-top:1.5rem !important; }
.lrv-pt-5 { padding-top:3rem !important; }
.lrv-pe-0 { padding-right:0 !important; }
.lrv-pe-1 { padding-right:0.25rem !important; }
.lrv-pe-2 { padding-right:0.5rem !important; }
.lrv-pe-3 { padding-right:1rem !important; }
.lrv-pe-4 { padding-right:1.5rem !important; }
.lrv-pe-5 { padding-right:3rem !important; }
.lrv-pb-0 { padding-bottom:0 !important; }
.lrv-pb-1 { padding-bottom:0.25rem !important; }
.lrv-pb-2 { padding-bottom:0.5rem !important; }
.lrv-pb-3 { padding-bottom:1rem !important; }
.lrv-pb-4 { padding-bottom:1.5rem !important; }
.lrv-pb-5 { padding-bottom:3rem !important; }
.lrv-ps-0 { padding-left:0 !important; }
.lrv-ps-1 { padding-left:0.25rem !important; }
.lrv-ps-2 { padding-left:0.5rem !important; }
.lrv-ps-3 { padding-left:1rem !important; }
.lrv-ps-4 { padding-left:1.5rem !important; }
.lrv-ps-5 { padding-left:3rem !important; }
.lrv-gap-0 { gap:0 !important; }
.lrv-gap-1 { gap:0.25rem !important; }
.lrv-gap-2 { gap:0.5rem !important; }
.lrv-gap-3 { gap:1rem !important; }
.lrv-gap-4 { gap:1.5rem !important; }
.lrv-gap-5 { gap:3rem !important; }
.lrv-row-gap-0 { row-gap:0 !important; }
.lrv-row-gap-1 { row-gap:0.25rem !important; }
.lrv-row-gap-2 { row-gap:0.5rem !important; }
.lrv-row-gap-3 { row-gap:1rem !important; }
.lrv-row-gap-4 { row-gap:1.5rem !important; }
.lrv-row-gap-5 { row-gap:3rem !important; }
.lrv-column-gap-0 { -moz-column-gap:0 !important; column-gap:0 !important; }
.lrv-column-gap-1 { -moz-column-gap:0.25rem !important; column-gap:0.25rem !important; }
.lrv-column-gap-2 { -moz-column-gap:0.5rem !important; column-gap:0.5rem !important; }
.lrv-column-gap-3 { -moz-column-gap:1rem !important; column-gap:1rem !important; }
.lrv-column-gap-4 { -moz-column-gap:1.5rem !important; column-gap:1.5rem !important; }
.lrv-column-gap-5 { -moz-column-gap:3rem !important; column-gap:3rem !important; }

.lrv-font-monospace { font-family:var(--bs-font-monospace) !important; }

.lrv-fs-1 { font-size:calc(1.375rem + 1.5vw) !important; }
.lrv-fs-2 { font-size:calc(1.325rem + 0.9vw) !important; }
.lrv-fs-3 { font-size:calc(1.3rem + 0.6vw) !important; }
.lrv-fs-4 { font-size:calc(1.275rem + 0.3vw) !important; }
.lrv-fs-5 { font-size:1.25rem !important; }
.lrv-fs-6 { font-size:1rem !important; }
.lrv-fst-italic { font-style:italic !important; }
.lrv-fst-normal { font-style:normal !important; }

.lrv-fw-lighter { font-weight:lighter !important; }
.lrv-fw-light { font-weight:300 !important; }
.lrv-fw-normal { font-weight:400 !important; }
.lrv-fw-medium { font-weight:500 !important; }
.lrv-fw-semibold { font-weight:600 !important; }
.lrv-fw-bold { font-weight:700 !important; }
.lrv-fw-bolder { font-weight:bolder !important; }

.lrv-lh-1 { line-height:1 !important; }
.lrv-lh-sm { line-height:1.25 !important; }
.lrv-lh-base { line-height:1.5 !important; }
.lrv-lh-lg { line-height:2 !important; }

.lrv-text-start { text-align:left !important; }
.lrv-text-end { text-align:right !important; }
.lrv-text-center { text-align:center !important; }
.lrv-text-decoration-none { text-decoration:none !important; }
.lrv-text-decoration-underline { text-decoration:underline !important; }
.lrv-text-decoration-line-through { text-decoration:line-through !important; }
.lrv-text-lowercase { text-transform:lowercase !important; }
.lrv-text-uppercase { text-transform:uppercase !important; }
.lrv-text-capitalize { text-transform:capitalize !important; }
.lrv-text-wrap { white-space:normal !important; }
.lrv-text-nowrap { white-space:nowrap !important; }

/* rtl:begin:remove */
.lrv-text-break { word-wrap:break-word !important; word-break:break-word !important; }

/* rtl:end:remove */
.lrv-text-primary { --bs-text-opacity:1; color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-secondary { --bs-text-opacity:1; color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-success { --bs-text-opacity:1; color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-info { --bs-text-opacity:1; color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-warning { --bs-text-opacity:1; color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-danger { --bs-text-opacity:1; color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-light { --bs-text-opacity:1; color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-dark { --bs-text-opacity:1; color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-black { --bs-text-opacity:1; color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-white { --bs-text-opacity:1; color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-body { --bs-text-opacity:1; color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }
.lrv-text-muted { --bs-text-opacity:1; color:var(--bs-secondary-color) !important; }
.lrv-text-black-50 { --bs-text-opacity:1; color:rgba(0, 0, 0, 0.5) !important; }
.lrv-text-white-50 { --bs-text-opacity:1; color:rgba(255, 255, 255, 0.5) !important; }
.lrv-text-body-secondary { --bs-text-opacity:1; color:var(--bs-secondary-color) !important; }
.lrv-text-body-tertiary { --bs-text-opacity:1; color:var(--bs-tertiary-color) !important; }
.lrv-text-body-emphasis { --bs-text-opacity:1; color:var(--bs-emphasis-color) !important; }
.lrv-text-reset { --bs-text-opacity:1; color:inherit !important; }
.lrv-text-opacity-25 { --bs-text-opacity:0.25; }
.lrv-text-opacity-50 { --bs-text-opacity:0.5; }
.lrv-text-opacity-75 { --bs-text-opacity:0.75; }
.lrv-text-opacity-100 { --bs-text-opacity:1; }
.lrv-text-primary-emphasis { color:var(--bs-primary-text-emphasis) !important; }
.lrv-text-secondary-emphasis { color:var(--bs-secondary-text-emphasis) !important; }
.lrv-text-success-emphasis { color:var(--bs-success-text-emphasis) !important; }
.lrv-text-info-emphasis { color:var(--bs-info-text-emphasis) !important; }
.lrv-text-warning-emphasis { color:var(--bs-warning-text-emphasis) !important; }
.lrv-text-danger-emphasis { color:var(--bs-danger-text-emphasis) !important; }
.lrv-text-light-emphasis { color:var(--bs-light-text-emphasis) !important; }
.lrv-text-dark-emphasis { color:var(--bs-dark-text-emphasis) !important; }

.lrv-link-opacity-10 { --bs-link-opacity:0.1; }
.lrv-link-opacity-10-hover:hover { --bs-link-opacity:0.1; }
.lrv-link-opacity-25 { --bs-link-opacity:0.25; }
.lrv-link-opacity-25-hover:hover { --bs-link-opacity:0.25; }
.lrv-link-opacity-50 { --bs-link-opacity:0.5; }
.lrv-link-opacity-50-hover:hover { --bs-link-opacity:0.5; }
.lrv-link-opacity-75 { --bs-link-opacity:0.75; }
.lrv-link-opacity-75-hover:hover { --bs-link-opacity:0.75; }
.lrv-link-opacity-100 { --bs-link-opacity:1; }
.lrv-link-opacity-100-hover:hover { --bs-link-opacity:1; }
.lrv-link-offset-1 { text-underline-offset:0.125em !important; }
.lrv-link-offset-1-hover:hover { text-underline-offset:0.125em !important; }
.lrv-link-offset-2 { text-underline-offset:0.25em !important; }
.lrv-link-offset-2-hover:hover { text-underline-offset:0.25em !important; }
.lrv-link-offset-3 { text-underline-offset:0.375em !important; }
.lrv-link-offset-3-hover:hover { text-underline-offset:0.375em !important; }
.lrv-link-underline-primary { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline-secondary { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline-success { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline-info { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline-warning { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline-danger { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline-light { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline-dark { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }
.lrv-link-underline { --bs-link-underline-opacity:1; -webkit-text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }
.lrv-link-underline-opacity-0 { --bs-link-underline-opacity:0; }
.lrv-link-underline-opacity-0-hover:hover { --bs-link-underline-opacity:0; }
.lrv-link-underline-opacity-10 { --bs-link-underline-opacity:0.1; }
.lrv-link-underline-opacity-10-hover:hover { --bs-link-underline-opacity:0.1; }
.lrv-link-underline-opacity-25 { --bs-link-underline-opacity:0.25; }
.lrv-link-underline-opacity-25-hover:hover { --bs-link-underline-opacity:0.25; }
.lrv-link-underline-opacity-50 { --bs-link-underline-opacity:0.5; }
.lrv-link-underline-opacity-50-hover:hover { --bs-link-underline-opacity:0.5; }
.lrv-link-underline-opacity-75 { --bs-link-underline-opacity:0.75; }
.lrv-link-underline-opacity-75-hover:hover { --bs-link-underline-opacity:0.75; }
.lrv-link-underline-opacity-100 { --bs-link-underline-opacity:1; }
.lrv-link-underline-opacity-100-hover:hover { --bs-link-underline-opacity:1; }

.lrv-bg-primary { --bs-bg-opacity:1; background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-secondary { --bs-bg-opacity:1; background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-success { --bs-bg-opacity:1; background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-info { --bs-bg-opacity:1; background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-warning { --bs-bg-opacity:1; background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-danger { --bs-bg-opacity:1; background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-light { --bs-bg-opacity:1; background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-dark { --bs-bg-opacity:1; background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-black { --bs-bg-opacity:1; background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-white { --bs-bg-opacity:1; background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-body { --bs-bg-opacity:1; background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-transparent { --bs-bg-opacity:1; background-color:transparent !important; }
.lrv-bg-body-secondary { --bs-bg-opacity:1; background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-body-tertiary { --bs-bg-opacity:1; background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }
.lrv-bg-opacity-10 { --bs-bg-opacity:0.1; }
.lrv-bg-opacity-25 { --bs-bg-opacity:0.25; }
.lrv-bg-opacity-50 { --bs-bg-opacity:0.5; }
.lrv-bg-opacity-75 { --bs-bg-opacity:0.75; }
.lrv-bg-opacity-100 { --bs-bg-opacity:1; }
.lrv-bg-primary-subtle { background-color:var(--bs-primary-bg-subtle) !important; }
.lrv-bg-secondary-subtle { background-color:var(--bs-secondary-bg-subtle) !important; }
.lrv-bg-success-subtle { background-color:var(--bs-success-bg-subtle) !important; }
.lrv-bg-info-subtle { background-color:var(--bs-info-bg-subtle) !important; }
.lrv-bg-warning-subtle { background-color:var(--bs-warning-bg-subtle) !important; }
.lrv-bg-danger-subtle { background-color:var(--bs-danger-bg-subtle) !important; }
.lrv-bg-light-subtle { background-color:var(--bs-light-bg-subtle) !important; }
.lrv-bg-dark-subtle { background-color:var(--bs-dark-bg-subtle) !important; }
.lrv-bg-gradient { background-image:var(--bs-gradient) !important; }

.lrv-user-select-all { -webkit-user-select:all !important; -moz-user-select:all !important; user-select:all !important; }
.lrv-user-select-auto { -webkit-user-select:auto !important; -moz-user-select:auto !important; user-select:auto !important; }
.lrv-user-select-none { -webkit-user-select:none !important; -moz-user-select:none !important; user-select:none !important; }

.lrv-pe-none { pointer-events:none !important; }
.lrv-pe-auto { pointer-events:auto !important; }

.lrv-rounded { border-radius:var(--bs-border-radius) !important; }
.lrv-rounded-0 { border-radius:0 !important; }
.lrv-rounded-1 { border-radius:var(--bs-border-radius-sm) !important; }
.lrv-rounded-2 { border-radius:var(--bs-border-radius) !important; }
.lrv-rounded-3 { border-radius:var(--bs-border-radius-lg) !important; }
.lrv-rounded-4 { border-radius:var(--bs-border-radius-xl) !important; }
.lrv-rounded-5 { border-radius:var(--bs-border-radius-xxl) !important; }
.lrv-rounded-circle { border-radius:50% !important; }
.lrv-rounded-pill { border-radius:var(--bs-border-radius-pill) !important; }
.lrv-rounded-top { border-top-left-radius:var(--bs-border-radius) !important; border-top-right-radius:var(--bs-border-radius) !important; }
.lrv-rounded-top-0 { border-top-left-radius:0 !important; border-top-right-radius:0 !important; }
.lrv-rounded-top-1 { border-top-left-radius:var(--bs-border-radius-sm) !important; border-top-right-radius:var(--bs-border-radius-sm) !important; }
.lrv-rounded-top-2 { border-top-left-radius:var(--bs-border-radius) !important; border-top-right-radius:var(--bs-border-radius) !important; }
.lrv-rounded-top-3 { border-top-left-radius:var(--bs-border-radius-lg) !important; border-top-right-radius:var(--bs-border-radius-lg) !important; }
.lrv-rounded-top-4 { border-top-left-radius:var(--bs-border-radius-xl) !important; border-top-right-radius:var(--bs-border-radius-xl) !important; }
.lrv-rounded-top-5 { border-top-left-radius:var(--bs-border-radius-xxl) !important; border-top-right-radius:var(--bs-border-radius-xxl) !important; }
.lrv-rounded-top-circle { border-top-left-radius:50% !important; border-top-right-radius:50% !important; }
.lrv-rounded-top-pill { border-top-left-radius:var(--bs-border-radius-pill) !important; border-top-right-radius:var(--bs-border-radius-pill) !important; }
.lrv-rounded-end { border-top-right-radius:var(--bs-border-radius) !important; border-bottom-right-radius:var(--bs-border-radius) !important; }
.lrv-rounded-end-0 { border-top-right-radius:0 !important; border-bottom-right-radius:0 !important; }
.lrv-rounded-end-1 { border-top-right-radius:var(--bs-border-radius-sm) !important; border-bottom-right-radius:var(--bs-border-radius-sm) !important; }
.lrv-rounded-end-2 { border-top-right-radius:var(--bs-border-radius) !important; border-bottom-right-radius:var(--bs-border-radius) !important; }
.lrv-rounded-end-3 { border-top-right-radius:var(--bs-border-radius-lg) !important; border-bottom-right-radius:var(--bs-border-radius-lg) !important; }
.lrv-rounded-end-4 { border-top-right-radius:var(--bs-border-radius-xl) !important; border-bottom-right-radius:var(--bs-border-radius-xl) !important; }
.lrv-rounded-end-5 { border-top-right-radius:var(--bs-border-radius-xxl) !important; border-bottom-right-radius:var(--bs-border-radius-xxl) !important; }
.lrv-rounded-end-circle { border-top-right-radius:50% !important; border-bottom-right-radius:50% !important; }
.lrv-rounded-end-pill { border-top-right-radius:var(--bs-border-radius-pill) !important; border-bottom-right-radius:var(--bs-border-radius-pill) !important; }
.lrv-rounded-bottom { border-bottom-right-radius:var(--bs-border-radius) !important; border-bottom-left-radius:var(--bs-border-radius) !important; }
.lrv-rounded-bottom-0 { border-bottom-right-radius:0 !important; border-bottom-left-radius:0 !important; }
.lrv-rounded-bottom-1 { border-bottom-right-radius:var(--bs-border-radius-sm) !important; border-bottom-left-radius:var(--bs-border-radius-sm) !important; }
.lrv-rounded-bottom-2 { border-bottom-right-radius:var(--bs-border-radius) !important; border-bottom-left-radius:var(--bs-border-radius) !important; }
.lrv-rounded-bottom-3 { border-bottom-right-radius:var(--bs-border-radius-lg) !important; border-bottom-left-radius:var(--bs-border-radius-lg) !important; }
.lrv-rounded-bottom-4 { border-bottom-right-radius:var(--bs-border-radius-xl) !important; border-bottom-left-radius:var(--bs-border-radius-xl) !important; }
.lrv-rounded-bottom-5 { border-bottom-right-radius:var(--bs-border-radius-xxl) !important; border-bottom-left-radius:var(--bs-border-radius-xxl) !important; }
.lrv-rounded-bottom-circle { border-bottom-right-radius:50% !important; border-bottom-left-radius:50% !important; }
.lrv-rounded-bottom-pill { border-bottom-right-radius:var(--bs-border-radius-pill) !important; border-bottom-left-radius:var(--bs-border-radius-pill) !important; }
.lrv-rounded-start { border-bottom-left-radius:var(--bs-border-radius) !important; border-top-left-radius:var(--bs-border-radius) !important; }
.lrv-rounded-start-0 { border-bottom-left-radius:0 !important; border-top-left-radius:0 !important; }
.lrv-rounded-start-1 { border-bottom-left-radius:var(--bs-border-radius-sm) !important; border-top-left-radius:var(--bs-border-radius-sm) !important; }
.lrv-rounded-start-2 { border-bottom-left-radius:var(--bs-border-radius) !important; border-top-left-radius:var(--bs-border-radius) !important; }
.lrv-rounded-start-3 { border-bottom-left-radius:var(--bs-border-radius-lg) !important; border-top-left-radius:var(--bs-border-radius-lg) !important; }
.lrv-rounded-start-4 { border-bottom-left-radius:var(--bs-border-radius-xl) !important; border-top-left-radius:var(--bs-border-radius-xl) !important; }
.lrv-rounded-start-5 { border-bottom-left-radius:var(--bs-border-radius-xxl) !important; border-top-left-radius:var(--bs-border-radius-xxl) !important; }
.lrv-rounded-start-circle { border-bottom-left-radius:50% !important; border-top-left-radius:50% !important; }
.lrv-rounded-start-pill { border-bottom-left-radius:var(--bs-border-radius-pill) !important; border-top-left-radius:var(--bs-border-radius-pill) !important; }

.lrv-visible { visibility:visible !important; }
.lrv-invisible { visibility:hidden !important; }

.lrv-z-n1 { z-index:-1 !important; }
.lrv-z-0 { z-index:0 !important; }
.lrv-z-1 { z-index:1 !important; }
.lrv-z-2 { z-index:2 !important; }
.lrv-z-3 { z-index:3 !important; }

@media (min-width:576px) { 
  .lrv-float-sm-start { float:left !important; }
  .lrv-float-sm-end { float:right !important; }
  .lrv-float-sm-none { float:none !important; }
  .lrv-object-fit-sm-contain { -o-object-fit:contain !important; object-fit:contain !important; }
  .lrv-object-fit-sm-cover { -o-object-fit:cover !important; object-fit:cover !important; }
  .lrv-object-fit-sm-fill { -o-object-fit:fill !important; object-fit:fill !important; }
  .lrv-object-fit-sm-scale { -o-object-fit:scale-down !important; object-fit:scale-down !important; }
  .lrv-object-fit-sm-none { -o-object-fit:none !important; object-fit:none !important; }
  .lrv-d-sm-inline { display:inline !important; }
  .lrv-d-sm-inline-block { display:inline-block !important; }
  .lrv-d-sm-block { display:block !important; }
  .lrv-d-sm-grid { display:grid !important; }
  .lrv-d-sm-inline-grid { display:inline-grid !important; }
  .lrv-d-sm-table { display:table !important; }
  .lrv-d-sm-table-row { display:table-row !important; }
  .lrv-d-sm-table-cell { display:table-cell !important; }
  .lrv-d-sm-flex { display:flex !important; }
  .lrv-d-sm-inline-flex { display:inline-flex !important; }
  .lrv-d-sm-none { display:none !important; }
  .lrv-flex-sm-fill { flex:1 1 auto !important; }
  .lrv-flex-sm-row { flex-direction:row !important; }
  .lrv-flex-sm-column { flex-direction:column !important; }
  .lrv-flex-sm-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-sm-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-sm-grow-0 { flex-grow:0 !important; }
  .lrv-flex-sm-grow-1 { flex-grow:1 !important; }
  .lrv-flex-sm-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-sm-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-sm-wrap { flex-wrap:wrap !important; }
  .lrv-flex-sm-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-sm-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-sm-start { justify-content:flex-start !important; }
  .lrv-justify-content-sm-end { justify-content:flex-end !important; }
  .lrv-justify-content-sm-center { justify-content:center !important; }
  .lrv-justify-content-sm-between { justify-content:space-between !important; }
  .lrv-justify-content-sm-around { justify-content:space-around !important; }
  .lrv-justify-content-sm-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-sm-start { align-items:flex-start !important; }
  .lrv-align-items-sm-end { align-items:flex-end !important; }
  .lrv-align-items-sm-center { align-items:center !important; }
  .lrv-align-items-sm-baseline { align-items:baseline !important; }
  .lrv-align-items-sm-stretch { align-items:stretch !important; }
  .lrv-align-content-sm-start { align-content:flex-start !important; }
  .lrv-align-content-sm-end { align-content:flex-end !important; }
  .lrv-align-content-sm-center { align-content:center !important; }
  .lrv-align-content-sm-between { align-content:space-between !important; }
  .lrv-align-content-sm-around { align-content:space-around !important; }
  .lrv-align-content-sm-stretch { align-content:stretch !important; }
  .lrv-align-self-sm-auto { align-self:auto !important; }
  .lrv-align-self-sm-start { align-self:flex-start !important; }
  .lrv-align-self-sm-end { align-self:flex-end !important; }
  .lrv-align-self-sm-center { align-self:center !important; }
  .lrv-align-self-sm-baseline { align-self:baseline !important; }
  .lrv-align-self-sm-stretch { align-self:stretch !important; }
  .lrv-order-sm-first { order:-1 !important; }
  .lrv-order-sm-0 { order:0 !important; }
  .lrv-order-sm-1 { order:1 !important; }
  .lrv-order-sm-2 { order:2 !important; }
  .lrv-order-sm-3 { order:3 !important; }
  .lrv-order-sm-4 { order:4 !important; }
  .lrv-order-sm-5 { order:5 !important; }
  .lrv-order-sm-last { order:6 !important; }
  .lrv-m-sm-0 { margin:0 !important; }
  .lrv-m-sm-1 { margin:0.25rem !important; }
  .lrv-m-sm-2 { margin:0.5rem !important; }
  .lrv-m-sm-3 { margin:1rem !important; }
  .lrv-m-sm-4 { margin:1.5rem !important; }
  .lrv-m-sm-5 { margin:3rem !important; }
  .lrv-m-sm-auto { margin:auto !important; }
  .lrv-mx-sm-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-sm-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-sm-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-sm-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-sm-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-sm-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-sm-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-sm-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-sm-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-sm-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-sm-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-sm-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-sm-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-sm-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-sm-0 { margin-top:0 !important; }
  .lrv-mt-sm-1 { margin-top:0.25rem !important; }
  .lrv-mt-sm-2 { margin-top:0.5rem !important; }
  .lrv-mt-sm-3 { margin-top:1rem !important; }
  .lrv-mt-sm-4 { margin-top:1.5rem !important; }
  .lrv-mt-sm-5 { margin-top:3rem !important; }
  .lrv-mt-sm-auto { margin-top:auto !important; }
  .lrv-me-sm-0 { margin-right:0 !important; }
  .lrv-me-sm-1 { margin-right:0.25rem !important; }
  .lrv-me-sm-2 { margin-right:0.5rem !important; }
  .lrv-me-sm-3 { margin-right:1rem !important; }
  .lrv-me-sm-4 { margin-right:1.5rem !important; }
  .lrv-me-sm-5 { margin-right:3rem !important; }
  .lrv-me-sm-auto { margin-right:auto !important; }
  .lrv-mb-sm-0 { margin-bottom:0 !important; }
  .lrv-mb-sm-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-sm-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-sm-3 { margin-bottom:1rem !important; }
  .lrv-mb-sm-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-sm-5 { margin-bottom:3rem !important; }
  .lrv-mb-sm-auto { margin-bottom:auto !important; }
  .lrv-ms-sm-0 { margin-left:0 !important; }
  .lrv-ms-sm-1 { margin-left:0.25rem !important; }
  .lrv-ms-sm-2 { margin-left:0.5rem !important; }
  .lrv-ms-sm-3 { margin-left:1rem !important; }
  .lrv-ms-sm-4 { margin-left:1.5rem !important; }
  .lrv-ms-sm-5 { margin-left:3rem !important; }
  .lrv-ms-sm-auto { margin-left:auto !important; }
  .lrv-p-sm-0 { padding:0 !important; }
  .lrv-p-sm-1 { padding:0.25rem !important; }
  .lrv-p-sm-2 { padding:0.5rem !important; }
  .lrv-p-sm-3 { padding:1rem !important; }
  .lrv-p-sm-4 { padding:1.5rem !important; }
  .lrv-p-sm-5 { padding:3rem !important; }
  .lrv-px-sm-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-sm-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-sm-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-sm-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-sm-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-sm-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-sm-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-sm-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-sm-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-sm-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-sm-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-sm-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-sm-0 { padding-top:0 !important; }
  .lrv-pt-sm-1 { padding-top:0.25rem !important; }
  .lrv-pt-sm-2 { padding-top:0.5rem !important; }
  .lrv-pt-sm-3 { padding-top:1rem !important; }
  .lrv-pt-sm-4 { padding-top:1.5rem !important; }
  .lrv-pt-sm-5 { padding-top:3rem !important; }
  .lrv-pe-sm-0 { padding-right:0 !important; }
  .lrv-pe-sm-1 { padding-right:0.25rem !important; }
  .lrv-pe-sm-2 { padding-right:0.5rem !important; }
  .lrv-pe-sm-3 { padding-right:1rem !important; }
  .lrv-pe-sm-4 { padding-right:1.5rem !important; }
  .lrv-pe-sm-5 { padding-right:3rem !important; }
  .lrv-pb-sm-0 { padding-bottom:0 !important; }
  .lrv-pb-sm-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-sm-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-sm-3 { padding-bottom:1rem !important; }
  .lrv-pb-sm-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-sm-5 { padding-bottom:3rem !important; }
  .lrv-ps-sm-0 { padding-left:0 !important; }
  .lrv-ps-sm-1 { padding-left:0.25rem !important; }
  .lrv-ps-sm-2 { padding-left:0.5rem !important; }
  .lrv-ps-sm-3 { padding-left:1rem !important; }
  .lrv-ps-sm-4 { padding-left:1.5rem !important; }
  .lrv-ps-sm-5 { padding-left:3rem !important; }
  .lrv-gap-sm-0 { gap:0 !important; }
  .lrv-gap-sm-1 { gap:0.25rem !important; }
  .lrv-gap-sm-2 { gap:0.5rem !important; }
  .lrv-gap-sm-3 { gap:1rem !important; }
  .lrv-gap-sm-4 { gap:1.5rem !important; }
  .lrv-gap-sm-5 { gap:3rem !important; }
  .lrv-row-gap-sm-0 { row-gap:0 !important; }
  .lrv-row-gap-sm-1 { row-gap:0.25rem !important; }
  .lrv-row-gap-sm-2 { row-gap:0.5rem !important; }
  .lrv-row-gap-sm-3 { row-gap:1rem !important; }
  .lrv-row-gap-sm-4 { row-gap:1.5rem !important; }
  .lrv-row-gap-sm-5 { row-gap:3rem !important; }
  .lrv-column-gap-sm-0 { -moz-column-gap:0 !important; column-gap:0 !important; }
  .lrv-column-gap-sm-1 { -moz-column-gap:0.25rem !important; column-gap:0.25rem !important; }
  .lrv-column-gap-sm-2 { -moz-column-gap:0.5rem !important; column-gap:0.5rem !important; }
  .lrv-column-gap-sm-3 { -moz-column-gap:1rem !important; column-gap:1rem !important; }
  .lrv-column-gap-sm-4 { -moz-column-gap:1.5rem !important; column-gap:1.5rem !important; }
  .lrv-column-gap-sm-5 { -moz-column-gap:3rem !important; column-gap:3rem !important; }
  .lrv-text-sm-start { text-align:left !important; }
  .lrv-text-sm-end { text-align:right !important; }
  .lrv-text-sm-center { text-align:center !important; }
}
@media (min-width:768px) { 
  .lrv-float-md-start { float:left !important; }
  .lrv-float-md-end { float:right !important; }
  .lrv-float-md-none { float:none !important; }
  .lrv-object-fit-md-contain { -o-object-fit:contain !important; object-fit:contain !important; }
  .lrv-object-fit-md-cover { -o-object-fit:cover !important; object-fit:cover !important; }
  .lrv-object-fit-md-fill { -o-object-fit:fill !important; object-fit:fill !important; }
  .lrv-object-fit-md-scale { -o-object-fit:scale-down !important; object-fit:scale-down !important; }
  .lrv-object-fit-md-none { -o-object-fit:none !important; object-fit:none !important; }
  .lrv-d-md-inline { display:inline !important; }
  .lrv-d-md-inline-block { display:inline-block !important; }
  .lrv-d-md-block { display:block !important; }
  .lrv-d-md-grid { display:grid !important; }
  .lrv-d-md-inline-grid { display:inline-grid !important; }
  .lrv-d-md-table { display:table !important; }
  .lrv-d-md-table-row { display:table-row !important; }
  .lrv-d-md-table-cell { display:table-cell !important; }
  .lrv-d-md-flex { display:flex !important; }
  .lrv-d-md-inline-flex { display:inline-flex !important; }
  .lrv-d-md-none { display:none !important; }
  .lrv-flex-md-fill { flex:1 1 auto !important; }
  .lrv-flex-md-row { flex-direction:row !important; }
  .lrv-flex-md-column { flex-direction:column !important; }
  .lrv-flex-md-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-md-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-md-grow-0 { flex-grow:0 !important; }
  .lrv-flex-md-grow-1 { flex-grow:1 !important; }
  .lrv-flex-md-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-md-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-md-wrap { flex-wrap:wrap !important; }
  .lrv-flex-md-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-md-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-md-start { justify-content:flex-start !important; }
  .lrv-justify-content-md-end { justify-content:flex-end !important; }
  .lrv-justify-content-md-center { justify-content:center !important; }
  .lrv-justify-content-md-between { justify-content:space-between !important; }
  .lrv-justify-content-md-around { justify-content:space-around !important; }
  .lrv-justify-content-md-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-md-start { align-items:flex-start !important; }
  .lrv-align-items-md-end { align-items:flex-end !important; }
  .lrv-align-items-md-center { align-items:center !important; }
  .lrv-align-items-md-baseline { align-items:baseline !important; }
  .lrv-align-items-md-stretch { align-items:stretch !important; }
  .lrv-align-content-md-start { align-content:flex-start !important; }
  .lrv-align-content-md-end { align-content:flex-end !important; }
  .lrv-align-content-md-center { align-content:center !important; }
  .lrv-align-content-md-between { align-content:space-between !important; }
  .lrv-align-content-md-around { align-content:space-around !important; }
  .lrv-align-content-md-stretch { align-content:stretch !important; }
  .lrv-align-self-md-auto { align-self:auto !important; }
  .lrv-align-self-md-start { align-self:flex-start !important; }
  .lrv-align-self-md-end { align-self:flex-end !important; }
  .lrv-align-self-md-center { align-self:center !important; }
  .lrv-align-self-md-baseline { align-self:baseline !important; }
  .lrv-align-self-md-stretch { align-self:stretch !important; }
  .lrv-order-md-first { order:-1 !important; }
  .lrv-order-md-0 { order:0 !important; }
  .lrv-order-md-1 { order:1 !important; }
  .lrv-order-md-2 { order:2 !important; }
  .lrv-order-md-3 { order:3 !important; }
  .lrv-order-md-4 { order:4 !important; }
  .lrv-order-md-5 { order:5 !important; }
  .lrv-order-md-last { order:6 !important; }
  .lrv-m-md-0 { margin:0 !important; }
  .lrv-m-md-1 { margin:0.25rem !important; }
  .lrv-m-md-2 { margin:0.5rem !important; }
  .lrv-m-md-3 { margin:1rem !important; }
  .lrv-m-md-4 { margin:1.5rem !important; }
  .lrv-m-md-5 { margin:3rem !important; }
  .lrv-m-md-auto { margin:auto !important; }
  .lrv-mx-md-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-md-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-md-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-md-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-md-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-md-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-md-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-md-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-md-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-md-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-md-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-md-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-md-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-md-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-md-0 { margin-top:0 !important; }
  .lrv-mt-md-1 { margin-top:0.25rem !important; }
  .lrv-mt-md-2 { margin-top:0.5rem !important; }
  .lrv-mt-md-3 { margin-top:1rem !important; }
  .lrv-mt-md-4 { margin-top:1.5rem !important; }
  .lrv-mt-md-5 { margin-top:3rem !important; }
  .lrv-mt-md-auto { margin-top:auto !important; }
  .lrv-me-md-0 { margin-right:0 !important; }
  .lrv-me-md-1 { margin-right:0.25rem !important; }
  .lrv-me-md-2 { margin-right:0.5rem !important; }
  .lrv-me-md-3 { margin-right:1rem !important; }
  .lrv-me-md-4 { margin-right:1.5rem !important; }
  .lrv-me-md-5 { margin-right:3rem !important; }
  .lrv-me-md-auto { margin-right:auto !important; }
  .lrv-mb-md-0 { margin-bottom:0 !important; }
  .lrv-mb-md-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-md-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-md-3 { margin-bottom:1rem !important; }
  .lrv-mb-md-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-md-5 { margin-bottom:3rem !important; }
  .lrv-mb-md-auto { margin-bottom:auto !important; }
  .lrv-ms-md-0 { margin-left:0 !important; }
  .lrv-ms-md-1 { margin-left:0.25rem !important; }
  .lrv-ms-md-2 { margin-left:0.5rem !important; }
  .lrv-ms-md-3 { margin-left:1rem !important; }
  .lrv-ms-md-4 { margin-left:1.5rem !important; }
  .lrv-ms-md-5 { margin-left:3rem !important; }
  .lrv-ms-md-auto { margin-left:auto !important; }
  .lrv-p-md-0 { padding:0 !important; }
  .lrv-p-md-1 { padding:0.25rem !important; }
  .lrv-p-md-2 { padding:0.5rem !important; }
  .lrv-p-md-3 { padding:1rem !important; }
  .lrv-p-md-4 { padding:1.5rem !important; }
  .lrv-p-md-5 { padding:3rem !important; }
  .lrv-px-md-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-md-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-md-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-md-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-md-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-md-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-md-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-md-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-md-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-md-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-md-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-md-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-md-0 { padding-top:0 !important; }
  .lrv-pt-md-1 { padding-top:0.25rem !important; }
  .lrv-pt-md-2 { padding-top:0.5rem !important; }
  .lrv-pt-md-3 { padding-top:1rem !important; }
  .lrv-pt-md-4 { padding-top:1.5rem !important; }
  .lrv-pt-md-5 { padding-top:3rem !important; }
  .lrv-pe-md-0 { padding-right:0 !important; }
  .lrv-pe-md-1 { padding-right:0.25rem !important; }
  .lrv-pe-md-2 { padding-right:0.5rem !important; }
  .lrv-pe-md-3 { padding-right:1rem !important; }
  .lrv-pe-md-4 { padding-right:1.5rem !important; }
  .lrv-pe-md-5 { padding-right:3rem !important; }
  .lrv-pb-md-0 { padding-bottom:0 !important; }
  .lrv-pb-md-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-md-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-md-3 { padding-bottom:1rem !important; }
  .lrv-pb-md-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-md-5 { padding-bottom:3rem !important; }
  .lrv-ps-md-0 { padding-left:0 !important; }
  .lrv-ps-md-1 { padding-left:0.25rem !important; }
  .lrv-ps-md-2 { padding-left:0.5rem !important; }
  .lrv-ps-md-3 { padding-left:1rem !important; }
  .lrv-ps-md-4 { padding-left:1.5rem !important; }
  .lrv-ps-md-5 { padding-left:3rem !important; }
  .lrv-gap-md-0 { gap:0 !important; }
  .lrv-gap-md-1 { gap:0.25rem !important; }
  .lrv-gap-md-2 { gap:0.5rem !important; }
  .lrv-gap-md-3 { gap:1rem !important; }
  .lrv-gap-md-4 { gap:1.5rem !important; }
  .lrv-gap-md-5 { gap:3rem !important; }
  .lrv-row-gap-md-0 { row-gap:0 !important; }
  .lrv-row-gap-md-1 { row-gap:0.25rem !important; }
  .lrv-row-gap-md-2 { row-gap:0.5rem !important; }
  .lrv-row-gap-md-3 { row-gap:1rem !important; }
  .lrv-row-gap-md-4 { row-gap:1.5rem !important; }
  .lrv-row-gap-md-5 { row-gap:3rem !important; }
  .lrv-column-gap-md-0 { -moz-column-gap:0 !important; column-gap:0 !important; }
  .lrv-column-gap-md-1 { -moz-column-gap:0.25rem !important; column-gap:0.25rem !important; }
  .lrv-column-gap-md-2 { -moz-column-gap:0.5rem !important; column-gap:0.5rem !important; }
  .lrv-column-gap-md-3 { -moz-column-gap:1rem !important; column-gap:1rem !important; }
  .lrv-column-gap-md-4 { -moz-column-gap:1.5rem !important; column-gap:1.5rem !important; }
  .lrv-column-gap-md-5 { -moz-column-gap:3rem !important; column-gap:3rem !important; }
  .lrv-text-md-start { text-align:left !important; }
  .lrv-text-md-end { text-align:right !important; }
  .lrv-text-md-center { text-align:center !important; }
}
@media (min-width:992px) { 
  .lrv-float-lg-start { float:left !important; }
  .lrv-float-lg-end { float:right !important; }
  .lrv-float-lg-none { float:none !important; }
  .lrv-object-fit-lg-contain { -o-object-fit:contain !important; object-fit:contain !important; }
  .lrv-object-fit-lg-cover { -o-object-fit:cover !important; object-fit:cover !important; }
  .lrv-object-fit-lg-fill { -o-object-fit:fill !important; object-fit:fill !important; }
  .lrv-object-fit-lg-scale { -o-object-fit:scale-down !important; object-fit:scale-down !important; }
  .lrv-object-fit-lg-none { -o-object-fit:none !important; object-fit:none !important; }
  .lrv-d-lg-inline { display:inline !important; }
  .lrv-d-lg-inline-block { display:inline-block !important; }
  .lrv-d-lg-block { display:block !important; }
  .lrv-d-lg-grid { display:grid !important; }
  .lrv-d-lg-inline-grid { display:inline-grid !important; }
  .lrv-d-lg-table { display:table !important; }
  .lrv-d-lg-table-row { display:table-row !important; }
  .lrv-d-lg-table-cell { display:table-cell !important; }
  .lrv-d-lg-flex { display:flex !important; }
  .lrv-d-lg-inline-flex { display:inline-flex !important; }
  .lrv-d-lg-none { display:none !important; }
  .lrv-flex-lg-fill { flex:1 1 auto !important; }
  .lrv-flex-lg-row { flex-direction:row !important; }
  .lrv-flex-lg-column { flex-direction:column !important; }
  .lrv-flex-lg-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-lg-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-lg-grow-0 { flex-grow:0 !important; }
  .lrv-flex-lg-grow-1 { flex-grow:1 !important; }
  .lrv-flex-lg-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-lg-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-lg-wrap { flex-wrap:wrap !important; }
  .lrv-flex-lg-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-lg-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-lg-start { justify-content:flex-start !important; }
  .lrv-justify-content-lg-end { justify-content:flex-end !important; }
  .lrv-justify-content-lg-center { justify-content:center !important; }
  .lrv-justify-content-lg-between { justify-content:space-between !important; }
  .lrv-justify-content-lg-around { justify-content:space-around !important; }
  .lrv-justify-content-lg-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-lg-start { align-items:flex-start !important; }
  .lrv-align-items-lg-end { align-items:flex-end !important; }
  .lrv-align-items-lg-center { align-items:center !important; }
  .lrv-align-items-lg-baseline { align-items:baseline !important; }
  .lrv-align-items-lg-stretch { align-items:stretch !important; }
  .lrv-align-content-lg-start { align-content:flex-start !important; }
  .lrv-align-content-lg-end { align-content:flex-end !important; }
  .lrv-align-content-lg-center { align-content:center !important; }
  .lrv-align-content-lg-between { align-content:space-between !important; }
  .lrv-align-content-lg-around { align-content:space-around !important; }
  .lrv-align-content-lg-stretch { align-content:stretch !important; }
  .lrv-align-self-lg-auto { align-self:auto !important; }
  .lrv-align-self-lg-start { align-self:flex-start !important; }
  .lrv-align-self-lg-end { align-self:flex-end !important; }
  .lrv-align-self-lg-center { align-self:center !important; }
  .lrv-align-self-lg-baseline { align-self:baseline !important; }
  .lrv-align-self-lg-stretch { align-self:stretch !important; }
  .lrv-order-lg-first { order:-1 !important; }
  .lrv-order-lg-0 { order:0 !important; }
  .lrv-order-lg-1 { order:1 !important; }
  .lrv-order-lg-2 { order:2 !important; }
  .lrv-order-lg-3 { order:3 !important; }
  .lrv-order-lg-4 { order:4 !important; }
  .lrv-order-lg-5 { order:5 !important; }
  .lrv-order-lg-last { order:6 !important; }
  .lrv-m-lg-0 { margin:0 !important; }
  .lrv-m-lg-1 { margin:0.25rem !important; }
  .lrv-m-lg-2 { margin:0.5rem !important; }
  .lrv-m-lg-3 { margin:1rem !important; }
  .lrv-m-lg-4 { margin:1.5rem !important; }
  .lrv-m-lg-5 { margin:3rem !important; }
  .lrv-m-lg-auto { margin:auto !important; }
  .lrv-mx-lg-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-lg-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-lg-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-lg-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-lg-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-lg-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-lg-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-lg-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-lg-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-lg-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-lg-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-lg-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-lg-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-lg-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-lg-0 { margin-top:0 !important; }
  .lrv-mt-lg-1 { margin-top:0.25rem !important; }
  .lrv-mt-lg-2 { margin-top:0.5rem !important; }
  .lrv-mt-lg-3 { margin-top:1rem !important; }
  .lrv-mt-lg-4 { margin-top:1.5rem !important; }
  .lrv-mt-lg-5 { margin-top:3rem !important; }
  .lrv-mt-lg-auto { margin-top:auto !important; }
  .lrv-me-lg-0 { margin-right:0 !important; }
  .lrv-me-lg-1 { margin-right:0.25rem !important; }
  .lrv-me-lg-2 { margin-right:0.5rem !important; }
  .lrv-me-lg-3 { margin-right:1rem !important; }
  .lrv-me-lg-4 { margin-right:1.5rem !important; }
  .lrv-me-lg-5 { margin-right:3rem !important; }
  .lrv-me-lg-auto { margin-right:auto !important; }
  .lrv-mb-lg-0 { margin-bottom:0 !important; }
  .lrv-mb-lg-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-lg-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-lg-3 { margin-bottom:1rem !important; }
  .lrv-mb-lg-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-lg-5 { margin-bottom:3rem !important; }
  .lrv-mb-lg-auto { margin-bottom:auto !important; }
  .lrv-ms-lg-0 { margin-left:0 !important; }
  .lrv-ms-lg-1 { margin-left:0.25rem !important; }
  .lrv-ms-lg-2 { margin-left:0.5rem !important; }
  .lrv-ms-lg-3 { margin-left:1rem !important; }
  .lrv-ms-lg-4 { margin-left:1.5rem !important; }
  .lrv-ms-lg-5 { margin-left:3rem !important; }
  .lrv-ms-lg-auto { margin-left:auto !important; }
  .lrv-p-lg-0 { padding:0 !important; }
  .lrv-p-lg-1 { padding:0.25rem !important; }
  .lrv-p-lg-2 { padding:0.5rem !important; }
  .lrv-p-lg-3 { padding:1rem !important; }
  .lrv-p-lg-4 { padding:1.5rem !important; }
  .lrv-p-lg-5 { padding:3rem !important; }
  .lrv-px-lg-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-lg-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-lg-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-lg-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-lg-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-lg-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-lg-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-lg-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-lg-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-lg-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-lg-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-lg-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-lg-0 { padding-top:0 !important; }
  .lrv-pt-lg-1 { padding-top:0.25rem !important; }
  .lrv-pt-lg-2 { padding-top:0.5rem !important; }
  .lrv-pt-lg-3 { padding-top:1rem !important; }
  .lrv-pt-lg-4 { padding-top:1.5rem !important; }
  .lrv-pt-lg-5 { padding-top:3rem !important; }
  .lrv-pe-lg-0 { padding-right:0 !important; }
  .lrv-pe-lg-1 { padding-right:0.25rem !important; }
  .lrv-pe-lg-2 { padding-right:0.5rem !important; }
  .lrv-pe-lg-3 { padding-right:1rem !important; }
  .lrv-pe-lg-4 { padding-right:1.5rem !important; }
  .lrv-pe-lg-5 { padding-right:3rem !important; }
  .lrv-pb-lg-0 { padding-bottom:0 !important; }
  .lrv-pb-lg-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-lg-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-lg-3 { padding-bottom:1rem !important; }
  .lrv-pb-lg-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-lg-5 { padding-bottom:3rem !important; }
  .lrv-ps-lg-0 { padding-left:0 !important; }
  .lrv-ps-lg-1 { padding-left:0.25rem !important; }
  .lrv-ps-lg-2 { padding-left:0.5rem !important; }
  .lrv-ps-lg-3 { padding-left:1rem !important; }
  .lrv-ps-lg-4 { padding-left:1.5rem !important; }
  .lrv-ps-lg-5 { padding-left:3rem !important; }
  .lrv-gap-lg-0 { gap:0 !important; }
  .lrv-gap-lg-1 { gap:0.25rem !important; }
  .lrv-gap-lg-2 { gap:0.5rem !important; }
  .lrv-gap-lg-3 { gap:1rem !important; }
  .lrv-gap-lg-4 { gap:1.5rem !important; }
  .lrv-gap-lg-5 { gap:3rem !important; }
  .lrv-row-gap-lg-0 { row-gap:0 !important; }
  .lrv-row-gap-lg-1 { row-gap:0.25rem !important; }
  .lrv-row-gap-lg-2 { row-gap:0.5rem !important; }
  .lrv-row-gap-lg-3 { row-gap:1rem !important; }
  .lrv-row-gap-lg-4 { row-gap:1.5rem !important; }
  .lrv-row-gap-lg-5 { row-gap:3rem !important; }
  .lrv-column-gap-lg-0 { -moz-column-gap:0 !important; column-gap:0 !important; }
  .lrv-column-gap-lg-1 { -moz-column-gap:0.25rem !important; column-gap:0.25rem !important; }
  .lrv-column-gap-lg-2 { -moz-column-gap:0.5rem !important; column-gap:0.5rem !important; }
  .lrv-column-gap-lg-3 { -moz-column-gap:1rem !important; column-gap:1rem !important; }
  .lrv-column-gap-lg-4 { -moz-column-gap:1.5rem !important; column-gap:1.5rem !important; }
  .lrv-column-gap-lg-5 { -moz-column-gap:3rem !important; column-gap:3rem !important; }
  .lrv-text-lg-start { text-align:left !important; }
  .lrv-text-lg-end { text-align:right !important; }
  .lrv-text-lg-center { text-align:center !important; }
}
@media (min-width:1200px) { 
  .lrv-float-xl-start { float:left !important; }
  .lrv-float-xl-end { float:right !important; }
  .lrv-float-xl-none { float:none !important; }
  .lrv-object-fit-xl-contain { -o-object-fit:contain !important; object-fit:contain !important; }
  .lrv-object-fit-xl-cover { -o-object-fit:cover !important; object-fit:cover !important; }
  .lrv-object-fit-xl-fill { -o-object-fit:fill !important; object-fit:fill !important; }
  .lrv-object-fit-xl-scale { -o-object-fit:scale-down !important; object-fit:scale-down !important; }
  .lrv-object-fit-xl-none { -o-object-fit:none !important; object-fit:none !important; }
  .lrv-d-xl-inline { display:inline !important; }
  .lrv-d-xl-inline-block { display:inline-block !important; }
  .lrv-d-xl-block { display:block !important; }
  .lrv-d-xl-grid { display:grid !important; }
  .lrv-d-xl-inline-grid { display:inline-grid !important; }
  .lrv-d-xl-table { display:table !important; }
  .lrv-d-xl-table-row { display:table-row !important; }
  .lrv-d-xl-table-cell { display:table-cell !important; }
  .lrv-d-xl-flex { display:flex !important; }
  .lrv-d-xl-inline-flex { display:inline-flex !important; }
  .lrv-d-xl-none { display:none !important; }
  .lrv-flex-xl-fill { flex:1 1 auto !important; }
  .lrv-flex-xl-row { flex-direction:row !important; }
  .lrv-flex-xl-column { flex-direction:column !important; }
  .lrv-flex-xl-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-xl-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-xl-grow-0 { flex-grow:0 !important; }
  .lrv-flex-xl-grow-1 { flex-grow:1 !important; }
  .lrv-flex-xl-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-xl-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-xl-wrap { flex-wrap:wrap !important; }
  .lrv-flex-xl-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-xl-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-xl-start { justify-content:flex-start !important; }
  .lrv-justify-content-xl-end { justify-content:flex-end !important; }
  .lrv-justify-content-xl-center { justify-content:center !important; }
  .lrv-justify-content-xl-between { justify-content:space-between !important; }
  .lrv-justify-content-xl-around { justify-content:space-around !important; }
  .lrv-justify-content-xl-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-xl-start { align-items:flex-start !important; }
  .lrv-align-items-xl-end { align-items:flex-end !important; }
  .lrv-align-items-xl-center { align-items:center !important; }
  .lrv-align-items-xl-baseline { align-items:baseline !important; }
  .lrv-align-items-xl-stretch { align-items:stretch !important; }
  .lrv-align-content-xl-start { align-content:flex-start !important; }
  .lrv-align-content-xl-end { align-content:flex-end !important; }
  .lrv-align-content-xl-center { align-content:center !important; }
  .lrv-align-content-xl-between { align-content:space-between !important; }
  .lrv-align-content-xl-around { align-content:space-around !important; }
  .lrv-align-content-xl-stretch { align-content:stretch !important; }
  .lrv-align-self-xl-auto { align-self:auto !important; }
  .lrv-align-self-xl-start { align-self:flex-start !important; }
  .lrv-align-self-xl-end { align-self:flex-end !important; }
  .lrv-align-self-xl-center { align-self:center !important; }
  .lrv-align-self-xl-baseline { align-self:baseline !important; }
  .lrv-align-self-xl-stretch { align-self:stretch !important; }
  .lrv-order-xl-first { order:-1 !important; }
  .lrv-order-xl-0 { order:0 !important; }
  .lrv-order-xl-1 { order:1 !important; }
  .lrv-order-xl-2 { order:2 !important; }
  .lrv-order-xl-3 { order:3 !important; }
  .lrv-order-xl-4 { order:4 !important; }
  .lrv-order-xl-5 { order:5 !important; }
  .lrv-order-xl-last { order:6 !important; }
  .lrv-m-xl-0 { margin:0 !important; }
  .lrv-m-xl-1 { margin:0.25rem !important; }
  .lrv-m-xl-2 { margin:0.5rem !important; }
  .lrv-m-xl-3 { margin:1rem !important; }
  .lrv-m-xl-4 { margin:1.5rem !important; }
  .lrv-m-xl-5 { margin:3rem !important; }
  .lrv-m-xl-auto { margin:auto !important; }
  .lrv-mx-xl-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-xl-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-xl-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-xl-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-xl-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-xl-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-xl-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-xl-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-xl-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-xl-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-xl-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-xl-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-xl-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-xl-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-xl-0 { margin-top:0 !important; }
  .lrv-mt-xl-1 { margin-top:0.25rem !important; }
  .lrv-mt-xl-2 { margin-top:0.5rem !important; }
  .lrv-mt-xl-3 { margin-top:1rem !important; }
  .lrv-mt-xl-4 { margin-top:1.5rem !important; }
  .lrv-mt-xl-5 { margin-top:3rem !important; }
  .lrv-mt-xl-auto { margin-top:auto !important; }
  .lrv-me-xl-0 { margin-right:0 !important; }
  .lrv-me-xl-1 { margin-right:0.25rem !important; }
  .lrv-me-xl-2 { margin-right:0.5rem !important; }
  .lrv-me-xl-3 { margin-right:1rem !important; }
  .lrv-me-xl-4 { margin-right:1.5rem !important; }
  .lrv-me-xl-5 { margin-right:3rem !important; }
  .lrv-me-xl-auto { margin-right:auto !important; }
  .lrv-mb-xl-0 { margin-bottom:0 !important; }
  .lrv-mb-xl-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-xl-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-xl-3 { margin-bottom:1rem !important; }
  .lrv-mb-xl-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-xl-5 { margin-bottom:3rem !important; }
  .lrv-mb-xl-auto { margin-bottom:auto !important; }
  .lrv-ms-xl-0 { margin-left:0 !important; }
  .lrv-ms-xl-1 { margin-left:0.25rem !important; }
  .lrv-ms-xl-2 { margin-left:0.5rem !important; }
  .lrv-ms-xl-3 { margin-left:1rem !important; }
  .lrv-ms-xl-4 { margin-left:1.5rem !important; }
  .lrv-ms-xl-5 { margin-left:3rem !important; }
  .lrv-ms-xl-auto { margin-left:auto !important; }
  .lrv-p-xl-0 { padding:0 !important; }
  .lrv-p-xl-1 { padding:0.25rem !important; }
  .lrv-p-xl-2 { padding:0.5rem !important; }
  .lrv-p-xl-3 { padding:1rem !important; }
  .lrv-p-xl-4 { padding:1.5rem !important; }
  .lrv-p-xl-5 { padding:3rem !important; }
  .lrv-px-xl-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-xl-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-xl-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-xl-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-xl-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-xl-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-xl-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-xl-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-xl-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-xl-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-xl-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-xl-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-xl-0 { padding-top:0 !important; }
  .lrv-pt-xl-1 { padding-top:0.25rem !important; }
  .lrv-pt-xl-2 { padding-top:0.5rem !important; }
  .lrv-pt-xl-3 { padding-top:1rem !important; }
  .lrv-pt-xl-4 { padding-top:1.5rem !important; }
  .lrv-pt-xl-5 { padding-top:3rem !important; }
  .lrv-pe-xl-0 { padding-right:0 !important; }
  .lrv-pe-xl-1 { padding-right:0.25rem !important; }
  .lrv-pe-xl-2 { padding-right:0.5rem !important; }
  .lrv-pe-xl-3 { padding-right:1rem !important; }
  .lrv-pe-xl-4 { padding-right:1.5rem !important; }
  .lrv-pe-xl-5 { padding-right:3rem !important; }
  .lrv-pb-xl-0 { padding-bottom:0 !important; }
  .lrv-pb-xl-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-xl-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-xl-3 { padding-bottom:1rem !important; }
  .lrv-pb-xl-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-xl-5 { padding-bottom:3rem !important; }
  .lrv-ps-xl-0 { padding-left:0 !important; }
  .lrv-ps-xl-1 { padding-left:0.25rem !important; }
  .lrv-ps-xl-2 { padding-left:0.5rem !important; }
  .lrv-ps-xl-3 { padding-left:1rem !important; }
  .lrv-ps-xl-4 { padding-left:1.5rem !important; }
  .lrv-ps-xl-5 { padding-left:3rem !important; }
  .lrv-gap-xl-0 { gap:0 !important; }
  .lrv-gap-xl-1 { gap:0.25rem !important; }
  .lrv-gap-xl-2 { gap:0.5rem !important; }
  .lrv-gap-xl-3 { gap:1rem !important; }
  .lrv-gap-xl-4 { gap:1.5rem !important; }
  .lrv-gap-xl-5 { gap:3rem !important; }
  .lrv-row-gap-xl-0 { row-gap:0 !important; }
  .lrv-row-gap-xl-1 { row-gap:0.25rem !important; }
  .lrv-row-gap-xl-2 { row-gap:0.5rem !important; }
  .lrv-row-gap-xl-3 { row-gap:1rem !important; }
  .lrv-row-gap-xl-4 { row-gap:1.5rem !important; }
  .lrv-row-gap-xl-5 { row-gap:3rem !important; }
  .lrv-column-gap-xl-0 { -moz-column-gap:0 !important; column-gap:0 !important; }
  .lrv-column-gap-xl-1 { -moz-column-gap:0.25rem !important; column-gap:0.25rem !important; }
  .lrv-column-gap-xl-2 { -moz-column-gap:0.5rem !important; column-gap:0.5rem !important; }
  .lrv-column-gap-xl-3 { -moz-column-gap:1rem !important; column-gap:1rem !important; }
  .lrv-column-gap-xl-4 { -moz-column-gap:1.5rem !important; column-gap:1.5rem !important; }
  .lrv-column-gap-xl-5 { -moz-column-gap:3rem !important; column-gap:3rem !important; }
  .lrv-text-xl-start { text-align:left !important; }
  .lrv-text-xl-end { text-align:right !important; }
  .lrv-text-xl-center { text-align:center !important; }
}
@media (min-width:1400px) { 
  .lrv-float-xxl-start { float:left !important; }
  .lrv-float-xxl-end { float:right !important; }
  .lrv-float-xxl-none { float:none !important; }
  .lrv-object-fit-xxl-contain { -o-object-fit:contain !important; object-fit:contain !important; }
  .lrv-object-fit-xxl-cover { -o-object-fit:cover !important; object-fit:cover !important; }
  .lrv-object-fit-xxl-fill { -o-object-fit:fill !important; object-fit:fill !important; }
  .lrv-object-fit-xxl-scale { -o-object-fit:scale-down !important; object-fit:scale-down !important; }
  .lrv-object-fit-xxl-none { -o-object-fit:none !important; object-fit:none !important; }
  .lrv-d-xxl-inline { display:inline !important; }
  .lrv-d-xxl-inline-block { display:inline-block !important; }
  .lrv-d-xxl-block { display:block !important; }
  .lrv-d-xxl-grid { display:grid !important; }
  .lrv-d-xxl-inline-grid { display:inline-grid !important; }
  .lrv-d-xxl-table { display:table !important; }
  .lrv-d-xxl-table-row { display:table-row !important; }
  .lrv-d-xxl-table-cell { display:table-cell !important; }
  .lrv-d-xxl-flex { display:flex !important; }
  .lrv-d-xxl-inline-flex { display:inline-flex !important; }
  .lrv-d-xxl-none { display:none !important; }
  .lrv-flex-xxl-fill { flex:1 1 auto !important; }
  .lrv-flex-xxl-row { flex-direction:row !important; }
  .lrv-flex-xxl-column { flex-direction:column !important; }
  .lrv-flex-xxl-row-reverse { flex-direction:row-reverse !important; }
  .lrv-flex-xxl-column-reverse { flex-direction:column-reverse !important; }
  .lrv-flex-xxl-grow-0 { flex-grow:0 !important; }
  .lrv-flex-xxl-grow-1 { flex-grow:1 !important; }
  .lrv-flex-xxl-shrink-0 { flex-shrink:0 !important; }
  .lrv-flex-xxl-shrink-1 { flex-shrink:1 !important; }
  .lrv-flex-xxl-wrap { flex-wrap:wrap !important; }
  .lrv-flex-xxl-nowrap { flex-wrap:nowrap !important; }
  .lrv-flex-xxl-wrap-reverse { flex-wrap:wrap-reverse !important; }
  .lrv-justify-content-xxl-start { justify-content:flex-start !important; }
  .lrv-justify-content-xxl-end { justify-content:flex-end !important; }
  .lrv-justify-content-xxl-center { justify-content:center !important; }
  .lrv-justify-content-xxl-between { justify-content:space-between !important; }
  .lrv-justify-content-xxl-around { justify-content:space-around !important; }
  .lrv-justify-content-xxl-evenly { justify-content:space-evenly !important; }
  .lrv-align-items-xxl-start { align-items:flex-start !important; }
  .lrv-align-items-xxl-end { align-items:flex-end !important; }
  .lrv-align-items-xxl-center { align-items:center !important; }
  .lrv-align-items-xxl-baseline { align-items:baseline !important; }
  .lrv-align-items-xxl-stretch { align-items:stretch !important; }
  .lrv-align-content-xxl-start { align-content:flex-start !important; }
  .lrv-align-content-xxl-end { align-content:flex-end !important; }
  .lrv-align-content-xxl-center { align-content:center !important; }
  .lrv-align-content-xxl-between { align-content:space-between !important; }
  .lrv-align-content-xxl-around { align-content:space-around !important; }
  .lrv-align-content-xxl-stretch { align-content:stretch !important; }
  .lrv-align-self-xxl-auto { align-self:auto !important; }
  .lrv-align-self-xxl-start { align-self:flex-start !important; }
  .lrv-align-self-xxl-end { align-self:flex-end !important; }
  .lrv-align-self-xxl-center { align-self:center !important; }
  .lrv-align-self-xxl-baseline { align-self:baseline !important; }
  .lrv-align-self-xxl-stretch { align-self:stretch !important; }
  .lrv-order-xxl-first { order:-1 !important; }
  .lrv-order-xxl-0 { order:0 !important; }
  .lrv-order-xxl-1 { order:1 !important; }
  .lrv-order-xxl-2 { order:2 !important; }
  .lrv-order-xxl-3 { order:3 !important; }
  .lrv-order-xxl-4 { order:4 !important; }
  .lrv-order-xxl-5 { order:5 !important; }
  .lrv-order-xxl-last { order:6 !important; }
  .lrv-m-xxl-0 { margin:0 !important; }
  .lrv-m-xxl-1 { margin:0.25rem !important; }
  .lrv-m-xxl-2 { margin:0.5rem !important; }
  .lrv-m-xxl-3 { margin:1rem !important; }
  .lrv-m-xxl-4 { margin:1.5rem !important; }
  .lrv-m-xxl-5 { margin:3rem !important; }
  .lrv-m-xxl-auto { margin:auto !important; }
  .lrv-mx-xxl-0 { margin-right:0 !important; margin-left:0 !important; }
  .lrv-mx-xxl-1 { margin-right:0.25rem !important; margin-left:0.25rem !important; }
  .lrv-mx-xxl-2 { margin-right:0.5rem !important; margin-left:0.5rem !important; }
  .lrv-mx-xxl-3 { margin-right:1rem !important; margin-left:1rem !important; }
  .lrv-mx-xxl-4 { margin-right:1.5rem !important; margin-left:1.5rem !important; }
  .lrv-mx-xxl-5 { margin-right:3rem !important; margin-left:3rem !important; }
  .lrv-mx-xxl-auto { margin-right:auto !important; margin-left:auto !important; }
  .lrv-my-xxl-0 { margin-top:0 !important; margin-bottom:0 !important; }
  .lrv-my-xxl-1 { margin-top:0.25rem !important; margin-bottom:0.25rem !important; }
  .lrv-my-xxl-2 { margin-top:0.5rem !important; margin-bottom:0.5rem !important; }
  .lrv-my-xxl-3 { margin-top:1rem !important; margin-bottom:1rem !important; }
  .lrv-my-xxl-4 { margin-top:1.5rem !important; margin-bottom:1.5rem !important; }
  .lrv-my-xxl-5 { margin-top:3rem !important; margin-bottom:3rem !important; }
  .lrv-my-xxl-auto { margin-top:auto !important; margin-bottom:auto !important; }
  .lrv-mt-xxl-0 { margin-top:0 !important; }
  .lrv-mt-xxl-1 { margin-top:0.25rem !important; }
  .lrv-mt-xxl-2 { margin-top:0.5rem !important; }
  .lrv-mt-xxl-3 { margin-top:1rem !important; }
  .lrv-mt-xxl-4 { margin-top:1.5rem !important; }
  .lrv-mt-xxl-5 { margin-top:3rem !important; }
  .lrv-mt-xxl-auto { margin-top:auto !important; }
  .lrv-me-xxl-0 { margin-right:0 !important; }
  .lrv-me-xxl-1 { margin-right:0.25rem !important; }
  .lrv-me-xxl-2 { margin-right:0.5rem !important; }
  .lrv-me-xxl-3 { margin-right:1rem !important; }
  .lrv-me-xxl-4 { margin-right:1.5rem !important; }
  .lrv-me-xxl-5 { margin-right:3rem !important; }
  .lrv-me-xxl-auto { margin-right:auto !important; }
  .lrv-mb-xxl-0 { margin-bottom:0 !important; }
  .lrv-mb-xxl-1 { margin-bottom:0.25rem !important; }
  .lrv-mb-xxl-2 { margin-bottom:0.5rem !important; }
  .lrv-mb-xxl-3 { margin-bottom:1rem !important; }
  .lrv-mb-xxl-4 { margin-bottom:1.5rem !important; }
  .lrv-mb-xxl-5 { margin-bottom:3rem !important; }
  .lrv-mb-xxl-auto { margin-bottom:auto !important; }
  .lrv-ms-xxl-0 { margin-left:0 !important; }
  .lrv-ms-xxl-1 { margin-left:0.25rem !important; }
  .lrv-ms-xxl-2 { margin-left:0.5rem !important; }
  .lrv-ms-xxl-3 { margin-left:1rem !important; }
  .lrv-ms-xxl-4 { margin-left:1.5rem !important; }
  .lrv-ms-xxl-5 { margin-left:3rem !important; }
  .lrv-ms-xxl-auto { margin-left:auto !important; }
  .lrv-p-xxl-0 { padding:0 !important; }
  .lrv-p-xxl-1 { padding:0.25rem !important; }
  .lrv-p-xxl-2 { padding:0.5rem !important; }
  .lrv-p-xxl-3 { padding:1rem !important; }
  .lrv-p-xxl-4 { padding:1.5rem !important; }
  .lrv-p-xxl-5 { padding:3rem !important; }
  .lrv-px-xxl-0 { padding-right:0 !important; padding-left:0 !important; }
  .lrv-px-xxl-1 { padding-right:0.25rem !important; padding-left:0.25rem !important; }
  .lrv-px-xxl-2 { padding-right:0.5rem !important; padding-left:0.5rem !important; }
  .lrv-px-xxl-3 { padding-right:1rem !important; padding-left:1rem !important; }
  .lrv-px-xxl-4 { padding-right:1.5rem !important; padding-left:1.5rem !important; }
  .lrv-px-xxl-5 { padding-right:3rem !important; padding-left:3rem !important; }
  .lrv-py-xxl-0 { padding-top:0 !important; padding-bottom:0 !important; }
  .lrv-py-xxl-1 { padding-top:0.25rem !important; padding-bottom:0.25rem !important; }
  .lrv-py-xxl-2 { padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
  .lrv-py-xxl-3 { padding-top:1rem !important; padding-bottom:1rem !important; }
  .lrv-py-xxl-4 { padding-top:1.5rem !important; padding-bottom:1.5rem !important; }
  .lrv-py-xxl-5 { padding-top:3rem !important; padding-bottom:3rem !important; }
  .lrv-pt-xxl-0 { padding-top:0 !important; }
  .lrv-pt-xxl-1 { padding-top:0.25rem !important; }
  .lrv-pt-xxl-2 { padding-top:0.5rem !important; }
  .lrv-pt-xxl-3 { padding-top:1rem !important; }
  .lrv-pt-xxl-4 { padding-top:1.5rem !important; }
  .lrv-pt-xxl-5 { padding-top:3rem !important; }
  .lrv-pe-xxl-0 { padding-right:0 !important; }
  .lrv-pe-xxl-1 { padding-right:0.25rem !important; }
  .lrv-pe-xxl-2 { padding-right:0.5rem !important; }
  .lrv-pe-xxl-3 { padding-right:1rem !important; }
  .lrv-pe-xxl-4 { padding-right:1.5rem !important; }
  .lrv-pe-xxl-5 { padding-right:3rem !important; }
  .lrv-pb-xxl-0 { padding-bottom:0 !important; }
  .lrv-pb-xxl-1 { padding-bottom:0.25rem !important; }
  .lrv-pb-xxl-2 { padding-bottom:0.5rem !important; }
  .lrv-pb-xxl-3 { padding-bottom:1rem !important; }
  .lrv-pb-xxl-4 { padding-bottom:1.5rem !important; }
  .lrv-pb-xxl-5 { padding-bottom:3rem !important; }
  .lrv-ps-xxl-0 { padding-left:0 !important; }
  .lrv-ps-xxl-1 { padding-left:0.25rem !important; }
  .lrv-ps-xxl-2 { padding-left:0.5rem !important; }
  .lrv-ps-xxl-3 { padding-left:1rem !important; }
  .lrv-ps-xxl-4 { padding-left:1.5rem !important; }
  .lrv-ps-xxl-5 { padding-left:3rem !important; }
  .lrv-gap-xxl-0 { gap:0 !important; }
  .lrv-gap-xxl-1 { gap:0.25rem !important; }
  .lrv-gap-xxl-2 { gap:0.5rem !important; }
  .lrv-gap-xxl-3 { gap:1rem !important; }
  .lrv-gap-xxl-4 { gap:1.5rem !important; }
  .lrv-gap-xxl-5 { gap:3rem !important; }
  .lrv-row-gap-xxl-0 { row-gap:0 !important; }
  .lrv-row-gap-xxl-1 { row-gap:0.25rem !important; }
  .lrv-row-gap-xxl-2 { row-gap:0.5rem !important; }
  .lrv-row-gap-xxl-3 { row-gap:1rem !important; }
  .lrv-row-gap-xxl-4 { row-gap:1.5rem !important; }
  .lrv-row-gap-xxl-5 { row-gap:3rem !important; }
  .lrv-column-gap-xxl-0 { -moz-column-gap:0 !important; column-gap:0 !important; }
  .lrv-column-gap-xxl-1 { -moz-column-gap:0.25rem !important; column-gap:0.25rem !important; }
  .lrv-column-gap-xxl-2 { -moz-column-gap:0.5rem !important; column-gap:0.5rem !important; }
  .lrv-column-gap-xxl-3 { -moz-column-gap:1rem !important; column-gap:1rem !important; }
  .lrv-column-gap-xxl-4 { -moz-column-gap:1.5rem !important; column-gap:1.5rem !important; }
  .lrv-column-gap-xxl-5 { -moz-column-gap:3rem !important; column-gap:3rem !important; }
  .lrv-text-xxl-start { text-align:left !important; }
  .lrv-text-xxl-end { text-align:right !important; }
  .lrv-text-xxl-center { text-align:center !important; }
}
@media (min-width:1200px) { 
  .lrv-fs-1 { font-size:2.5rem !important; }
  .lrv-fs-2 { font-size:2rem !important; }
  .lrv-fs-3 { font-size:1.75rem !important; }
  .lrv-fs-4 { font-size:1.5rem !important; }
}
@media print { 
  .lrv-d-print-inline { display:inline !important; }
  .lrv-d-print-inline-block { display:inline-block !important; }
  .lrv-d-print-block { display:block !important; }
  .lrv-d-print-grid { display:grid !important; }
  .lrv-d-print-inline-grid { display:inline-grid !important; }
  .lrv-d-print-table { display:table !important; }
  .lrv-d-print-table-row { display:table-row !important; }
  .lrv-d-print-table-cell { display:table-cell !important; }
  .lrv-d-print-flex { display:flex !important; }
  .lrv-d-print-inline-flex { display:inline-flex !important; }
  .lrv-d-print-none { display:none !important; }
}
.lrv-contenedor { max-width:none; font-size:18px; line-height:1.5; margin:0 !important; }
.lrv-contenedor h6, .lrv-contenedor .h6, .lrv-contenedor h5, .lrv-contenedor .h5, .lrv-contenedor h4, .lrv-contenedor .h4, .lrv-contenedor h3, .lrv-contenedor .h3, .lrv-contenedor h2, .lrv-contenedor .h2, .lrv-contenedor h1, .lrv-contenedor .h1,
.lrv-contenedor ol, .lrv-contenedor ul, .lrv-contenedor p, .lrv-contenedor blockquote { margin-top:0; margin-bottom:1rem; }
.lrv-contenedor strong, .lrv-contenedor b { font-weight:bold; }
.lrv-contenedor .lrv-formulario-cf7 legend { font-weight:bold; color:var(--bs-light); background:var(--bs-dark); padding:.5rem 1rem; }
.lrv-contenedor .lrv-formulario-cf7 label { font-weight:bold; font-size:.9em; margin-bottom:.25rem; } 

.lrv-cabecera-proveedor ul li:not(:last-child) { margin-bottom:.25rem; }

.lrv-section-disabled input.wpcf7-form-control, .lrv-section-disabled textarea.wpcf7-form-control.wpcf7-textarea { color:var(--bs-gray-500); !important; background:var(--bs-gray-100) !important; border-color:#dde9e9 !important; cursor:not-allowed; }
.lrv-section-disabled .lrv-form-control::placeholder { opacity:.5 !important; }

.lrv-formulario-cf7 .wpcf7-not-valid-tip { font-size:.8em; padding-top:3px; }
.lrv-formulario-cf7 .wpcf7 form.sent .wpcf7-response-output { display:none !important; }

.lrv-confirmacion .lrv-table { font-size:.9em; }
.lrv-confirmacion .lrv-table tbody th { background:var(--bs-gray-200); }

.lrv-bg-gray-100 { background:var(--bs-gray-100) !important; }

.lrv-confirmacion .lrv-pdf-hoja img { display:none !important; }
.lrv-confirmacion table, .lrv-confirmacion thead, .lrv-confirmacion tbody, .lrv-confirmacion tr .lrv-confirmacion th, .lrv-confirmacion td { background:transparent; border:0px none !important; }
.lrv-confirmacion tr { background:transparent !important; }
.lrv-confirmacion th { text-transform:none; letter-spacing:0; }

.tabla-identificacion-pdf thead th, .tabla-identificacion-pdf tbody td {  border:1px solid #FFF !important; }
.tabla-identificacion-pdf tbody td { font-weight:bold; font-size:1.1em; background:var(--bs-gray-200); }

.tabla-empresa-pdf { background:transparent !important; border:0px; }
.tabla-empresa-pdf tbody tr { background:transparent !important; }
.tabla-empresa-pdf tbody td { background:transparent !important; border:0px none; padding:0; }
.tabla-empresa-pdf tbody td:first-child { padding-right:1rem; }
.tabla-empresa-pdf tbody td p { margin-bottom:2px; }
.tabla-empresa-pdf tbody td:last-child { padding-left:1rem; }

.lrv-confirmacion .lrv-datos-tabla-pdf {  }
.lrv-confirmacion .lrv-datos-tabla-pdf tr { border:0px none !important; }
.lrv-confirmacion .lrv-datos-tabla-pdf th, .lrv-confirmacion .lrv-datos-tabla-pdf td { color:#000; padding:.5rem; border:1px solid var(--bs-gray-200) !important; }
.lrv-confirmacion .lrv-datos-tabla-pdf thead th { color:#FFF; background:#212529; }
.lrv-confirmacion .lrv-datos-tabla-pdf tbody th { width:33%; background:var(--bs-gray-200); }

.lrv-confirmacion .lrv-proveedor-tabla tbody td { background:var(--bs-gray-200); }
.lrv-confirmacion .lrv-disclaimer-pdf { margin-left:16px; }
.lrv-boton-pdf { color:#FFF !important; text-decoration:none !important; }

@media (max-width:767.98px) { 
  .tabla-empresa-pdf tbody td, .lrv-pie-tabla-pdf tbody td { display:block; width:100% !important; padding:0 !important; }
}
