:root{
	--white: #fff;
	--gray-100: #f8f9fa;
	--gray-200: #e9ecef;
	--gray-300: #dee2e6;
	--gray-400: #ced4da;
	--gray-500: #adb5bd;
	--gray-550: #959595;
	--gray-600: #6c757d;
	--gray-650: #8c8c8c;
	--gray-700: #495057;
	--gray-725: #333333;
	--gray-750: #545454;
	--gray-800: #343a40;
	--gray-900: #212529;
	--black: #000;
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--primary: #976391;
	--secondary: #30a1ff;
	--success: #28a745;
	--warning: #ffc107;
	--danger: #dc3545;
	--info: #17a2b8;
	--light: #f8f9fa;
	--dark: #343a40;
	--theme-color-interval: 8;
	--yiq-contrasted-threshold: 150;
	--yiq-text-dark: #212529;
	--yiq-text-light: #fff;
	--enable-caret: 1;
	--enable-rounded: 1;
	--enable-shadows: ;
	--enable-gradients: ;
	--enable-transitions: 1;
	--enable-grid-classes: 1;
	--enable-print-styles: 1;
	--spacer: 1rem;
	--body-bg: #ffffff;
	--body-bg-2: #f5f5f5;
	--body-color: #212529;
	--footer-bg: #ffe8f6;
	--link-color: #976391;
	--link-decoration: none;
	--link-hover-color: #694565;
	--link-hover-decoration: none;
	--paragraph-margin-bottom: 1rem;
	--grid-columns: 12;
	--grid-gutter-width: 30px;
	--line-height-lg: 1.5;
	--line-height-sm: 1.5;
	--border-width: 1px;
	--border-color: #dee2e6;
	--border-radius: .25rem;
	--border-radius-lg: .3rem;
	--border-radius-sm: .2rem;
	--border-primary-color: #976391;
	--border-secondary-color: #30a1ff;
	--border-success-color: #28a745;
	--border-warning-color: #ffc107;
	--border-danger-color: #dc3545;
	--border-info-color: #17a2b8;
	--border-light-color: #f8f9fa;
	--border-dark-color: #343a40;
	--box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--component-active-color: #fff;
	--component-active-bg: #976391;
	--caret-width: .3em;
	--transition-base: all .2s ease-in-out;
	--transition-fade: opacity .15s linear;
	--transition-collapse: height .35s ease;
	--font-family-sans-serif: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
	--font-family-monospace: sfmono-regular, menlo, monaco, consolas, "liberation mono", "courier new", monospace;
	--font-family-base: 'source sans pro', -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
	--font-size-base: 1rem;
	--font-size-lg: 1.25rem;
	--font-size-sm: 0.875rem;
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-bold: 700;
	--font-weight-base: 400;
	--line-height-base: 1.5;
	--h1-font-size: 2.5rem;
	--h2-font-size: 2rem;
	--h3-font-size: 1.75rem;
	--h4-font-size: 1.5rem;
	--h5-font-size: 1.25rem;
	--h6-font-size: 1rem;
	--headings-margin-bottom: 0.5rem;
	--headings-font-family: 'staatliches', -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
	--headings-font-weight: 500;
	--headings-line-height: 1.2;
	--headings-color: inherit;
	--display1-size: 6rem;
	--display2-size: 5.5rem;
	--display3-size: 4.5rem;
	--display4-size: 3.5rem;
	--display1-weight: 300;
	--display2-weight: 300;
	--display3-weight: 300;
	--display4-weight: 300;
	--display-line-height: 1.2;
	--lead-font-size: 1.25;
	--lead-font-weight: 300;
	--small-font-size: 80%;
	--text-muted: #6c757d;
	--text-primary-color: #976391;
	--text-primary-hover-color: #784f73;
	--text-secondary-color: #30a1ff;
	--text-secondary-hover-color: #008afc;
	--text-success-color: #28a745;
	--text-success-hover-color: #1e7e34;
	--text-warning-color: #ffc107;
	--text-warning-hover-color: #d39e00;
	--text-danger-color: #dc3545;
	--text-danger-hover-color: #bd2130;
	--text-info-color: #17a2b8;
	--text-info-hover-color: #117a8b;
	--text-light-color: #f8f9fa;
	--text-light-hover-color: #dae0e5;
	--text-dark-color: #343a40;
	--text-dark-hover-color: #1d2124;
	--text-black-50-color: rgba(#000, .5);
	--text-white-50-color: rgba(#fff, .5);
	--color-sale: #ee0000;
	--color-new: #009900;
	--color-discount: #ee0000;
	--color-bundle: #30a1ff;
	--blockquote-small-color: #6c757d;
	--blockquote-font-size: 1.25;
	--hr-border-color: rgba(0, 0, 0, .1);
	--hr-border-width: 1px;
	--hr-margin-y: 1rem;
	--mark-padding: .2em;
	--mark-bg: #fcf8e3;
	--dt-font-weight: 700;
	--kbd-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
	--nested-kbd-font-weight: 700;
	--list-inline-padding: .5rem;
	--table-cell-padding: .75rem;
	--table-cell-padding-sm: .3rem;
	--table-bg: transparent;
	--table-accent-bg: rgba(0, 0, 0, .05);
	--table-hover-bg: rgba(0, 0, 0, .075);
	--table-active-bg: rgba(0, 0, 0, .075);
	--table-active-hover-bg: rgba(0, 0, 0, .05);
	--table-border-width: 1px;
	--table-border-color: #dee2e6;
	--table-head-bg: #e9ecef;
	--table-head-color: #495057;
	--table-primary-bg: #a87ba3;
	--table-primary-hover-bg: #a678a1;
	--table-secondary-bg: #59b4ff;
	--table-secondary-hover-bg: #54b1ff;
	--table-success-bg: #30c853;
	--table-success-hover-bg: #2fc451;
	--table-warning-bg: #ffcb30;
	--table-warning-hover-bg: #ffca2b;
	--table-danger-bg: #e25865;
	--table-danger-hover-bg: #e15361;
	--table-info-bg: #1cc2dc;
	--table-info-hover-bg: #1bbed8;
	--table-light-bg: #ffffff;
	--table-light-hover-bg: #ffffff;
	--table-dark-bg: #212529;
	--table-dark-hover-bg: rgba(255, 255, 255, .075);
	--table-dark-accent-bg: rgba(255, 255, 255, .05);
	--table-dark-border-color: #32383e;
	--table-dark-color: #ffffff;
	--table-striped-order: odd;
	--table-caption-color: #6c757d;
	--input-btn-padding-y: .375rem;
	--input-btn-padding-x: .75rem;
	--input-btn-line-height: 1.5;
	--input-btn-focus-width: .2rem;
	--input-btn-focus-color: rgba(151, 99, 145, .25);
	--input-btn-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--input-btn-padding-y-sm: .25rem;
	--input-btn-padding-x-sm: .5rem;
	--input-btn-line-height-sm: 1.5;
	--input-btn-padding-y-lg: .5rem;
	--input-btn-padding-x-lg: 1rem;
	--input-btn-line-height-lg: 1.5;
	--input-btn-border-width: 1px;
	--btn-padding-y: .375rem;
	--btn-padding-x: .75rem;
	--btn-line-height: 1.5;
	--btn-padding-y-sm: .25rem;
	--btn-padding-x-sm: .5rem;
	--btn-line-height-sm: 1.5;
	--btn-padding-y-lg: .5rem;
	--btn-padding-x-lg: 1rem;
	--btn-line-height-lg: 1.5;
	--btn-border-width: 1px;
	--btn-font-weight: 400;
	--btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	--btn-focus-width: .2rem;
	--btn-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--btn-disabled-opacity: 0.65;
	--btn-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--btn-link-disabled-color: #6c757d;
	--btn-block-spacing-y: .5rem;
	--btn-border-radius: .25rem;
	--btn-border-radius-lg: .3rem;
	--btn-border-radius-sm: .2rem;
	--btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	--btn-primary-bg: #976391;
	--btn-primary-border-color: #976391;
	--btn-primary-color: #fff;
	--btn-primary-hover-bg: #80547b;
	--btn-primary-hover-border-color: #784f73;
	--btn-primary-hover-color: #fff;
	--btn-primary-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .5);
	--btn-primary-disabled-bg: #976391;
	--btn-primary-disabled-border-color: #976391;
	--btn-primary-disabled-color: #fff;
	--btn-primary-active-bg: #784f73;
	--btn-primary-active-border-color: #704a6c;
	--btn-primary-active-color: #fff;
	--btn-secondary-bg: #30a1ff;
	--btn-secondary-border-color: #30a1ff;
	--btn-secondary-color: #fff;
	--btn-secondary-hover-bg: #0a90ff;
	--btn-secondary-hover-border-color: #008afc;
	--btn-secondary-hover-color: #fff;
	--btn-secondary-focus-box-shadow: 0 0 0 .2rem rgba(48, 161, 255, .5);
	--btn-secondary-disabled-bg: #30a1ff;
	--btn-secondary-disabled-border-color: #30a1ff;
	--btn-secondary-disabled-color: #fff;
	--btn-secondary-active-bg: #008afc;
	--btn-secondary-active-border-color: #0083ef;
	--btn-secondary-active-color: #fff;
	--btn-success-bg: #28a745;
	--btn-success-border-color: #28a745;
	--btn-success-color: #fff;
	--btn-success-hover-bg: #218838;
	--btn-success-hover-border-color: #1e7e34;
	--btn-success-hover-color: #fff;
	--btn-success-focus-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	--btn-success-disabled-bg: #28a745;
	--btn-success-disabled-border-color: #28a745;
	--btn-success-disabled-color: #fff;
	--btn-success-active-bg: #1e7e34;
	--btn-success-active-border-color: #1c7430;
	--btn-success-active-color: #fff;
	--btn-warning-bg: #ffc107;
	--btn-warning-border-color: #ffc107;
	--btn-warning-color: #212529;
	--btn-warning-hover-bg: #e0a800;
	--btn-warning-hover-border-color: #d39e00;
	--btn-warning-hover-color: #212529;
	--btn-warning-focus-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	--btn-warning-disabled-bg: #ffc107;
	--btn-warning-disabled-border-color: #ffc107;
	--btn-warning-disabled-color: #212529;
	--btn-warning-active-bg: #d39e00;
	--btn-warning-active-border-color: #c69500;
	--btn-warning-active-color: #212529;
	--btn-danger-bg: #dc3545;
	--btn-danger-border-color: #dc3545;
	--btn-danger-color: #fff;
	--btn-danger-hover-bg: #c82333;
	--btn-danger-hover-border-color: #bd2130;
	--btn-danger-hover-color: #fff;
	--btn-danger-focus-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	--btn-danger-disabled-bg: #dc3545;
	--btn-danger-disabled-border-color: #dc3545;
	--btn-danger-disabled-color: #fff;
	--btn-danger-active-bg: #bd2130;
	--btn-danger-active-border-color: #b21f2d;
	--btn-danger-active-color: #fff;
	--btn-info-bg: #17a2b8;
	--btn-info-border-color: #17a2b8;
	--btn-info-color: #fff;
	--btn-info-hover-bg: #138496;
	--btn-info-hover-border-color: #117a8b;
	--btn-info-hover-color: #fff;
	--btn-info-focus-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	--btn-info-disabled-bg: #17a2b8;
	--btn-info-disabled-border-color: #17a2b8;
	--btn-info-disabled-color: #fff;
	--btn-info-active-bg: #117a8b;
	--btn-info-active-border-color: #10707f;
	--btn-info-active-color: #fff;
	--btn-light-bg: #f8f9fa;
	--btn-light-border-color: #f8f9fa;
	--btn-light-color: #212529;
	--btn-light-hover-bg: #e2e6ea;
	--btn-light-hover-border-color: #dae0e5;
	--btn-light-hover-color: #212529;
	--btn-light-focus-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	--btn-light-disabled-bg: #f8f9fa;
	--btn-light-disabled-border-color: #f8f9fa;
	--btn-light-disabled-color: #212529;
	--btn-light-active-bg: #dae0e5;
	--btn-light-active-border-color: #d3d9df;
	--btn-light-active-color: #212529;
	--btn-dark-bg: #343a40;
	--btn-dark-border-color: #343a40;
	--btn-dark-color: #fff;
	--btn-dark-hover-bg: #23272b;
	--btn-dark-hover-border-color: #1d2124;
	--btn-dark-hover-color: #fff;
	--btn-dark-focus-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	--btn-dark-disabled-bg: #343a40;
	--btn-dark-disabled-border-color: #343a40;
	--btn-dark-disabled-color: #fff;
	--btn-dark-active-bg: #1d2124;
	--btn-dark-active-border-color: #171a1d;
	--btn-dark-active-color: #fff;
	--tooltip-font-size: 0.875rem;
	--tooltip-max-width: 200px;
	--tooltip-color: #fff;
	--tooltip-bg: #000;
	--tooltip-border-radius: .25rem;
	--tooltip-opacity: 0.9;
	--tooltip-padding-y: .25rem;
	--tooltip-padding-x: .5rem;
	--tooltip-margin: 0;
	--tooltip-arrow-width: .8rem;
	--tooltip-arrow-height: .4rem;
	--tooltip-arrow-color: #000;
	--label-margin-bottom: .5rem;
	--input-padding-y: .375rem;
	--input-padding-x: .75rem;
	--input-line-height: 1.5;
	--input-padding-y-sm: .25rem;
	--input-padding-x-sm: .5rem;
	--input-line-height-sm: 1.5;
	--input-padding-y-lg: .5rem;
	--input-padding-x-lg: 1rem;
	--input-line-height-lg: 1.5;
	--input-bg: #fff;
	--input-disabled-bg: #e9ecef;
	--input-color: #495057;
	--input-border-color: #ced4da;
	--input-border-width: 1px;
	--input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	--input-border-radius: .25rem;
	--input-border-radius-lg: .3rem;
	--input-border-radius-sm: .2rem;
	--input-focus-bg: #fff;
	--input-focus-border-color: #5a6570;
	--input-focus-color: #495057;
	--input-focus-width: .2rem;
	--input-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--input-placeholder-color: #6c757d;
	--input-plaintext-color: #212529;
	--input-height-border: 2px;
	--input-height-inner: 2.25rem;
	--input-height: calc(2.25rem + 2px);
	--input-height-inner-sm: 1.8125rem;
	--input-height-sm: calc(1.8125rem + 2px);
	--input-height-inner-lg: 2.875rem;
	--input-height-lg: calc(2.875rem + 2px);
	--input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	--form-text-margin-top: .25rem;
	--form-check-input-gutter: .3125rem;
	--form-check-input-margin-y: 0;
	--form-check-input-margin-x: .25rem;
	--form-check-inline-margin-x: .75rem;
	--form-check-inline-input-margin-x: .3125rem;
	--form-group-margin-bottom: 1rem;
	--input-group-addon-color: #495057;
	--input-group-addon-bg: #e9ecef;
	--input-group-addon-border-color: #ced4da;
	--custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	--custom-control-gutter: 1.5rem;
	--custom-control-spacer-x: 1rem;
	--custom-control-indicator-size: 1rem;
	--custom-control-indicator-bg: #dee2e6;
	--custom-control-indicator-bg-size: 50% 50%;
	--custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
	--custom-control-indicator-disabled-bg: #e9ecef;
	--custom-control-label-disabled-color: #6c757d;
	--custom-control-indicator-checked-color: #fff;
	--custom-control-indicator-checked-bg: #976391;
	--custom-control-indicator-checked-disabled-bg: rgba(151, 99, 145, .5);
	--custom-control-indicator-checked-box-shadow: none;
	--custom-control-indicator-focus-box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(151, 99, 145, .25);
	--custom-control-indicator-active-color: #fff;
	--custom-control-indicator-active-bg: #717e8c;
	--custom-control-indicator-active-box-shadow: none;
	--custom-checkbox-indicator-border-radius: .25rem;
	--custom-checkbox-indicator-icon-checked: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 8 8'%3e%3cpath fill='%23fff' d='m6.564.75l-3.59 3.612-1.538-1.55l0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	--custom-checkbox-indicator-indeterminate-bg: #976391;
	--custom-checkbox-indicator-indeterminate-color: #fff;
	--custom-checkbox-indicator-icon-indeterminate: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 4 4'%3e%3cpath stroke='%23fff' d='m0 2h4'/%3e%3c/svg%3e");
	--custom-checkbox-indicator-indeterminate-box-shadow: none;
	--custom-radio-indicator-border-radius: 50%;
	--custom-radio-indicator-icon-checked: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	--custom-select-padding-y: .375rem;
	--custom-select-padding-x: .75rem;
	--custom-select-height: calc(2.25rem + 2px);
	--custom-select-indicator-padding: 1rem;
	--custom-select-line-height: 1.5;
	--custom-select-color: #495057;
	--custom-select-disabled-color: #6c757d;
	--custom-select-bg: #fff;
	--custom-select-disabled-bg: #e9ecef;
	--custom-select-bg-size: 8px 10px;
	--custom-select-indicator-color: #343a40;
	--custom-select-indicator: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 4 5'%3e%3cpath fill='%23343a40' d='m2 0l0 2h4zm0 5l0 3h4z'/%3e%3c/svg%3e");
	--custom-select-border-width: 1px;
	--custom-select-border-color: #ced4da;
	--custom-select-border-radius: .25rem;
	--custom-select-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	--custom-select-focus-border-color: #5a6570;
	--custom-select-focus-width: .2rem;
	--custom-select-focus-box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5);
	--custom-select-font-size-sm: 75%;
	--custom-select-height-sm: calc(1.8125rem + 2px);
	--custom-select-font-size-lg: 125%;
	--custom-select-height-lg: calc(2.875rem + 2px);
	--custom-range-track-width: 100%;
	--custom-range-track-height: .5rem;
	--custom-range-track-cursor: pointer;
	--custom-range-track-bg: #dee2e6;
	--custom-range-track-border-radius: 1rem;
	--custom-range-track-box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
	--custom-range-thumb-width: 1rem;
	--custom-range-thumb-height: 1rem;
	--custom-range-thumb-bg: #976391;
	--custom-range-thumb-border: 0;
	--custom-range-thumb-border-radius: 1rem;
	--custom-range-thumb-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
	--custom-range-thumb-focus-box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(151, 99, 145, .25);
	--custom-range-thumb-focus-box-shadow-width: .2rem;
	--custom-range-thumb-active-bg: #717e8c;
	--custom-file-height: calc(2.25rem + 2px);
	--custom-file-height-inner: 2.25rem;
	--custom-file-focus-border-color: #5a6570;
	--custom-file-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--custom-file-disabled-bg: #e9ecef;
	--custom-file-padding-y: .375rem;
	--custom-file-padding-x: .75rem;
	--custom-file-line-height: 1.5;
	--custom-file-color: #495057;
	--custom-file-bg: #fff;
	--custom-file-border-width: 1px;
	--custom-file-border-color: #ced4da;
	--custom-file-border-radius: .25rem;
	--custom-file-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	--custom-file-button-color: #495057;
	--custom-file-button-bg: #e9ecef;
	--form-feedback-margin-top: .25rem;
	--form-feedback-font-size: 80%;
	--form-feedback-valid-color: #28a745;
	--form-tooltip-valid-bg: rgba(40, 167, 69, 0.9);
	--form-tooltip-valid-color: #fff;
	--form-control-valid-focus-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
	--form-custom-control-label-valid-bg: #71dd8a;
	--form-custom-control-label-valid-checked-bg: #34ce57;
	--form-feedback-invalid-color: #dc3545;
	--form-tooltip-invalid-bg: rgba(220, 53, 69, 0.9);
	--form-tooltip-invalid-color: #fff;
	--form-control-invalid-focus-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	--form-custom-control-label-invalid-bg: #efa2a9;
	--form-custom-control-label-invalid-checked-bg: #e4606d;
	--dropdown-min-width: 10rem;
	--dropdown-padding-y: .5rem;
	--dropdown-spacer: .125rem;
	--dropdown-bg: #fff;
	--dropdown-border-color: rgba(0, 0, 0, .15);
	--dropdown-border-radius: .25rem;
	--dropdown-border-width: 1px;
	--dropdown-divider-bg: #e9ecef;
	--dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	--dropdown-link-color: #212529;
	--dropdown-link-hover-color: #16181b;
	--dropdown-link-hover-bg: #f8f9fa;
	--dropdown-link-active-color: #fff;
	--dropdown-link-active-bg: #976391;
	--dropdown-link-disabled-color: #6c757d;
	--dropdown-item-padding-y: .25rem;
	--dropdown-item-padding-x: 1.5rem;
	--dropdown-header-color: #6c757d;
	--zindex-dropdown: 1000;
	--zindex-sticky: 1020;
	--zindex-fixed: 1030;
	--zindex-modal-backdrop: 1040;
	--zindex-modal: 1050;
	--zindex-popover: 1060;
	--zindex-tooltip: 1070;
	--nav-link-padding-y: .5rem;
	--nav-link-padding-x: 1rem;
	--nav-link-disabled-color: #6c757d;
	--nav-tabs-border-color: #dee2e6;
	--nav-tabs-border-width: 1px;
	--nav-tabs-border-radius: .25rem;
	--nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
	--nav-tabs-link-active-color: #495057;
	--nav-tabs-link-active-bg: #ffffff;
	--nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #ffffff;
	--nav-pills-border-radius: .25rem;
	--nav-pills-link-active-color: #fff;
	--nav-pills-link-active-bg: #976391;
	--nav-divider-color: #e9ecef;
	--nav-divider-margin-y: 0.5rem;
	--navbar-padding-y: 0.5rem;
	--navbar-padding-x: 1rem;
	--navbar-nav-link-padding-x: .5rem;
	--navbar-brand-font-size: 1.25rem;
	--nav-link-height: 2.5rem;
	--navbar-brand-height: 1.875rem;
	--navbar-brand-padding-y: 0.3125rem;
	--navbar-toggler-padding-y: .25rem;
	--navbar-toggler-padding-x: .75rem;
	--navbar-toggler-font-size: 1.25rem;
	--navbar-toggler-border-radius: .25rem;
	--navbar-dark-color: rgba(255, 255, 255, .5);
	--navbar-dark-hover-color: rgba(255, 255, 255, .75);
	--navbar-dark-active-color: #fff;
	--navbar-dark-disabled-color: rgba(255, 255, 255, .25);
	--navbar-dark-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg viewbox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='m4 7h22m4 15h22m4 23h22'/%3e%3c/svg%3e");
	--navbar-dark-toggler-border-color: rgba(255, 255, 255, .1);
	--navbar-light-color: rgba(0, 0, 0, .5);
	--navbar-light-hover-color: rgba(0, 0, 0, .7);
	--navbar-light-active-color: rgba(0, 0, 0, .9);
	--navbar-light-disabled-color: rgba(0, 0, 0, .3);
	--navbar-light-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg viewbox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='m4 7h22m4 15h22m4 23h22'/%3e%3c/svg%3e");
	--navbar-light-toggler-border-color: rgba(0, 0, 0, .1);
	--pagination-padding-y: .5rem;
	--pagination-padding-x: .75rem;
	--pagination-padding-y-sm: .25rem;
	--pagination-padding-x-sm: .5rem;
	--pagination-padding-y-lg: .75rem;
	--pagination-padding-x-lg: 1.5rem;
	--pagination-line-height: 1.25;
	--pagination-color: #976391;
	--pagination-bg: #fff;
	--pagination-border-width: 1px;
	--pagination-border-color: #dee2e6;
	--pagination-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--pagination-focus-outline: 0;
	--pagination-hover-color: #694565;
	--pagination-hover-bg: #e9ecef;
	--pagination-hover-border-color: #dee2e6;
	--pagination-active-color: #fff;
	--pagination-active-bg: #976391;
	--pagination-active-border-color: #976391;
	--pagination-disabled-color: #6c757d;
	--pagination-disabled-bg: #fff;
	--pagination-disabled-border-color: #dee2e6;
	--jumbotron-padding: 2rem;
	--jumbotron-bg: #e9ecef;
	--card-spacer-y: .75rem;
	--card-spacer-x: 1.25rem;
	--card-border-width: 1px;
	--card-border-radius: .25rem;
	--card-border-color: rgba(0, 0, 0, .125);
	--card-inner-border-radius: calc(.25rem - 1px);
	--card-cap-bg: rgba(0, 0, 0, .03);
	--card-bg: #fff;
	--card-img-overlay-padding: 1.25rem;
	--card-group-margin: 15px;
	--card-deck-margin: 15px;
	--card-columns-count: 3;
	--card-columns-gap: 1.25rem;
	--card-columns-margin: .75rem;
	--popover-font-size: 0.875rem;
	--popover-bg: #fff;
	--popover-max-width: 276px;
	--popover-border-width: 1px;
	--popover-border-color: rgba(0, 0, 0, .2);
	--popover-border-radius: .3rem;
	--popover-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
	--popover-header-bg: #f7f7f7;
	--popover-header-border-color: #efefef;
	--popover-header-color: inherit;
	--popover-header-padding-y: .5rem;
	--popover-header-padding-x: .75rem;
	--popover-body-color: #212529;
	--popover-body-padding-y: .5rem;
	--popover-body-padding-x: .75rem;
	--popover-arrow-width: 1rem;
	--popover-arrow-height: .5rem;
	--popover-arrow-color: #fff;
	--popover-arrow-outer-color: rgba(0, 0, 0, .25);
	--badge-font-size: 75%;
	--badge-font-weight: 700;
	--badge-padding-y: .25em;
	--badge-padding-x: .4em;
	--badge-border-radius: .25rem;
	--badge-pill-padding-x: .6em;
	--badge-pill-border-radius: 10rem;
	--badge-primary-bg: #976391;
	--badge-primary-color: #fff;
	--badge-primary-hover-bg: #784f73;
	--badge-secondary-bg: #30a1ff;
	--badge-secondary-color: #fff;
	--badge-secondary-hover-bg: #008afc;
	--badge-success-bg: #28a745;
	--badge-success-color: #fff;
	--badge-success-hover-bg: #1e7e34;
	--badge-warning-bg: #ffc107;
	--badge-warning-color: #212529;
	--badge-warning-hover-bg: #d39e00;
	--badge-danger-bg: #dc3545;
	--badge-danger-color: #fff;
	--badge-danger-hover-bg: #bd2130;
	--badge-info-bg: #17a2b8;
	--badge-info-color: #fff;
	--badge-info-hover-bg: #117a8b;
	--badge-light-bg: #f8f9fa;
	--badge-light-color: #212529;
	--badge-light-hover-bg: #dae0e5;
	--badge-dark-bg: #343a40;
	--badge-dark-color: #fff;
	--badge-dark-hover-bg: #1d2124;
	--modal-inner-padding: 1rem;
	--modal-dialog-margin: .5rem;
	--modal-dialog-margin-y-sm-up: 1.75rem;
	--modal-title-line-height: 1.5;
	--modal-content-bg: #fff;
	--modal-content-border-color: rgba(0, 0, 0, .2);
	--modal-content-border-width: 1px;
	--modal-content-border-radius: .3rem;
	--modal-content-box-shadow-xs: 0 .25rem .5rem rgba(0, 0, 0, .5);
	--modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba(0, 0, 0, .5);
	--modal-backdrop-bg: #000;
	--modal-backdrop-opacity: 0.5;
	--modal-header-border-color: #e9ecef;
	--modal-footer-border-color: #e9ecef;
	--modal-header-border-width: 1px;
	--modal-footer-border-width: 1px;
	--modal-header-padding: 1rem;
	--modal-xl: 1140px;
	--modal-lg: 800px;
	--modal-md: 500px;
	--modal-sm: 300px;
	--modal-transition: transform .3s ease-out;
	--alert-padding-y: .75rem;
	--alert-padding-x: 1.25rem;
	--alert-margin-bottom: 1rem;
	--alert-border-radius: .25rem;
	--alert-link-font-weight: 700;
	--alert-border-width: 1px;
	--alert-bg-level: 0;
	--alert-border-level: -9;
	--alert-color-level: -12.5;
	--alert-primary-bg: #976391;
	--alert-primary-border-color: #885982;
	--alert-primary-color: #fff;
	--alert-primary-hr-border-color: #784f73;
	--alert-primary-link-color: #2b1c29;
	--alert-secondary-bg: #30a1ff;
	--alert-secondary-border-color: #1795ff;
	--alert-secondary-color: #fff;
	--alert-secondary-hr-border-color: #008afc;
	--alert-secondary-link-color: #00447d;
	--alert-success-bg: #28a745;
	--alert-success-border-color: #23923d;
	--alert-success-color: #fff;
	--alert-success-hr-border-color: #1e7e34;
	--alert-success-link-color: #06170a;
	--alert-warning-bg: #ffc107;
	--alert-warning-border-color: #edb100;
	--alert-warning-color: #212529;
	--alert-warning-hr-border-color: #d39e00;
	--alert-warning-link-color: #543f00;
	--alert-danger-bg: #dc3545;
	--alert-danger-border-color: #d32535;
	--alert-danger-color: #fff;
	--alert-danger-hr-border-color: #bd2130;
	--alert-danger-link-color: #510e14;
	--alert-info-bg: #17a2b8;
	--alert-info-border-color: #148ea1;
	--alert-info-color: #fff;
	--alert-info-hr-border-color: #117a8b;
	--alert-info-link-color: #031619;
	--alert-light-bg: #f8f9fa;
	--alert-light-border-color: #e9ecef;
	--alert-light-color: #212529;
	--alert-light-hr-border-color: #dae0e5;
	--alert-light-link-color: #90a0b0;
	--alert-dark-bg: #343a40;
	--alert-dark-border-color: #292d32;
	--alert-dark-color: #fff;
	--alert-dark-hr-border-color: #1d2124;
	--alert-dark-link-color: #000000;
	--progress-height: 1rem;
	--progress-font-size: 0.75rem;
	--progress-bg: #e9ecef;
	--progress-border-radius: .25rem;
	--progress-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
	--progress-bar-color: #fff;
	--progress-bar-bg: #976391;
	--progress-bar-animation-timing: 1s linear infinite;
	--progress-bar-transition: width .6s ease;
	--list-group-bg: transparent;
	--list-group-border-color: rgba(0, 0, 0, .125);
	--list-group-border-width: 1px;
	--list-group-border-radius: .25rem;
	--list-group-item-padding-y: .75rem;
	--list-group-item-padding-x: 1.25rem;
	--list-primary-bg: #a2719d;
	--list-primary-color: #885982;
	--list-primary-hover-bg: #a779a2;
	--list-secondary-bg: #4aadff;
	--list-secondary-color: #1795ff;
	--list-secondary-hover-bg: #56b2ff;
	--list-success-bg: #2dbc4e;
	--list-success-color: #23923d;
	--list-success-hover-bg: #2fc652;
	--list-warning-bg: #ffc721;
	--list-warning-color: #edb100;
	--list-warning-hover-bg: #ffcb2d;
	--list-danger-bg: #e04b59;
	--list-danger-color: #d32535;
	--list-danger-hover-bg: #e25663;
	--list-info-bg: #1ab6cf;
	--list-info-color: #148ea1;
	--list-info-hover-bg: #1bc0da;
	--list-light-bg: #ffffff;
	--list-light-color: #e9ecef;
	--list-light-hover-bg: #ffffff;
	--list-dark-bg: #3f474e;
	--list-dark-color: #292d32;
	--list-dark-hover-bg: #454d55;
	--list-group-hover-bg: #f8f9fa;
	--list-group-active-color: #fff;
	--list-group-active-bg: #976391;
	--list-group-active-border-color: #976391;
	--list-group-disabled-color: #6c757d;
	--list-group-disabled-bg: transparent;
	--list-group-action-color: #495057;
	--list-group-action-hover-color: #495057;
	--list-group-action-active-color: #212529;
	--list-group-action-active-bg: #e9ecef;
	--thumbnail-padding: .25rem;
	--thumbnail-bg: #ffffff;
	--thumbnail-border-width: 1px;
	--thumbnail-border-color: #dee2e6;
	--thumbnail-border-radius: .25rem;
	--thumbnail-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	--figure-caption-font-size: 90%;
	--figure-caption-color: #6c757d;
	--breadcrumb-padding-y: 0;
	--breadcrumb-padding-x: 0;
	--breadcrumb-item-padding: .5rem;
	--breadcrumb-margin-bottom: 1rem;
	--breadcrumb-bg: transparent;
	--breadcrumb-divider-color: #6c757d;
	--breadcrumb-active-color: #6c757d;
	--breadcrumb-divider: "»";
	--breadcrumb-border-radius: 0;
	--carousel-control-color: #212529;
	--carousel-control-width: 5%;
	--carousel-control-opacity: 1;
	--carousel-indicator-width: 30px;
	--carousel-indicator-height: 3px;
	--carousel-indicator-spacer: 3px;
	--carousel-indicator-active-bg: #fff;
	--carousel-caption-width: 70%;
	--carousel-caption-color: #fff;
	--carousel-control-icon-width: 20px;
	--carousel-control-prev-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewbox='0 0 8 8'%3e%3cpath d='m5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
	--carousel-control-next-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewbox='0 0 8 8'%3e%3cpath d='m2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
	--carousel-transition: transform .6s ease;
	--close-font-size: 1.5rem;
	--close-font-weight: 700;
	--close-color: #000;
	--close-text-shadow: 0 1px 0 #fff;
	--code-font-size: 87.5%;
	--code-color: #e83e8c;
	--kbd-padding-y: .2rem;
	--kbd-padding-x: .4rem;
	--kbd-font-size: 87.5%;
	--kbd-color: #fff;
	--kbd-bg: #212529;
	--pre-color: #212529;
	--pre-scrollable-max-height: 340px;
	--bg-primary-bg: #976391;
	--bg-primary-hover-bg: 784f73;
	--bg-secondary-bg: #30a1ff;
	--bg-secondary-hover-bg: 008afc;
	--bg-success-bg: #28a745;
	--bg-success-hover-bg: 1e7e34;
	--bg-warning-bg: #ffc107;
	--bg-warning-hover-bg: d39e00;
	--bg-danger-bg: #dc3545;
	--bg-danger-hover-bg: bd2130;
	--bg-info-bg: #17a2b8;
	--bg-info-hover-bg: 117a8b;
	--bg-light-bg: #f8f9fa;
	--bg-light-hover-bg: dae0e5;
	--bg-dark-bg: #343a40;
	--bg-dark-hover-bg: 1d2124;
	--print-page-size: a3;
	--print-body-min-width: 992px;
	--revplus-white: #fff;
	--revplus-gray-100: #f8f9fa;
	--revplus-gray-200: #e9ecef;
	--revplus-gray-300: #dee2e6;
	--revplus-gray-400: #ced4da;
	--revplus-gray-500: #adb5bd;
	--revplus-gray-550: #959595;
	--revplus-gray-600: #6c757d;
	--revplus-gray-650: #8c8c8c;
	--revplus-gray-700: #495057;
	--revplus-gray-725: #333333;
	--revplus-gray-750: #545454;
	--revplus-gray-800: #343a40;
	--revplus-gray-900: #212529;
	--revplus-black: #000;
	--revplus-blue: #007bff;
	--revplus-indigo: #6610f2;
	--revplus-purple: #6f42c1;
	--revplus-pink: #e83e8c;
	--revplus-red: #dc3545;
	--revplus-orange: #fd7e14;
	--revplus-yellow: #ffc107;
	--revplus-green: #28a745;
	--revplus-teal: #20c997;
	--revplus-cyan: #17a2b8;
	--revplus-primary: #976391;
	--revplus-secondary: #30a1ff;
	--revplus-success: #28a745;
	--revplus-warning: #ffc107;
	--revplus-danger: #dc3545;
	--revplus-info: #17a2b8;
	--revplus-light: #f8f9fa;
	--revplus-dark: #343a40;
	--revplus-theme-color-interval: 8;
	--revplus-yiq-contrasted-threshold: 150;
	--revplus-yiq-text-dark: #212529;
	--revplus-yiq-text-light: #fff;
	--revplus-enable-caret: 1;
	--revplus-enable-rounded: 1;
	--revplus-enable-shadows: ;
	--revplus-enable-gradients: ;
	--revplus-enable-transitions: 1;
	--revplus-enable-grid-classes: 1;
	--revplus-enable-print-styles: 1;
	--revplus-spacer: 1rem;
	--revplus-body-bg: #ffffff;
	--revplus-body-bg-2: #f5f5f5;
	--revplus-body-color: #212529;
	--revplus-footer-bg: #ffe8f6;
	--revplus-link-color: #976391;
	--revplus-link-decoration: none;
	--revplus-link-hover-color: #694565;
	--revplus-link-hover-decoration: none;
	--revplus-paragraph-margin-bottom: 1rem;
	--revplus-grid-columns: 12;
	--revplus-grid-gutter-width: 30px;
	--revplus-line-height-lg: 1.5;
	--revplus-line-height-sm: 1.5;
	--revplus-border-width: 1px;
	--revplus-border-color: #dee2e6;
	--revplus-border-radius: .25rem;
	--revplus-border-radius-lg: .3rem;
	--revplus-border-radius-sm: .2rem;
	--revplus-border-primary-color: #976391;
	--revplus-border-secondary-color: #30a1ff;
	--revplus-border-success-color: #28a745;
	--revplus-border-warning-color: #ffc107;
	--revplus-border-danger-color: #dc3545;
	--revplus-border-info-color: #17a2b8;
	--revplus-border-light-color: #f8f9fa;
	--revplus-border-dark-color: #343a40;
	--revplus-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--revplus-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--revplus-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--revplus-component-active-color: #fff;
	--revplus-component-active-bg: #976391;
	--revplus-caret-width: .3em;
	--revplus-transition-base: all .2s ease-in-out;
	--revplus-transition-fade: opacity .15s linear;
	--revplus-transition-collapse: height .35s ease;
	--revplus-font-family-sans-serif: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
	--revplus-font-family-monospace: sfmono-regular, menlo, monaco, consolas, "liberation mono", "courier new", monospace;
	--revplus-font-family-base: 'source sans pro', -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
	--revplus-font-size-base: 1rem;
	--revplus-font-size-lg: 1.25rem;
	--revplus-font-size-sm: 0.875rem;
	--revplus-font-weight-light: 300;
	--revplus-font-weight-normal: 400;
	--revplus-font-weight-bold: 700;
	--revplus-font-weight-base: 400;
	--revplus-line-height-base: 1.5;
	--revplus-h1-font-size: 2.5rem;
	--revplus-h2-font-size: 2rem;
	--revplus-h3-font-size: 1.75rem;
	--revplus-h4-font-size: 1.5rem;
	--revplus-h5-font-size: 1.25rem;
	--revplus-h6-font-size: 1rem;
	--revplus-headings-margin-bottom: 0.5rem;
	--revplus-headings-font-family: 'staatliches', -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
	--revplus-headings-font-weight: 500;
	--revplus-headings-line-height: 1.2;
	--revplus-headings-color: inherit;
	--revplus-display1-size: 6rem;
	--revplus-display2-size: 5.5rem;
	--revplus-display3-size: 4.5rem;
	--revplus-display4-size: 3.5rem;
	--revplus-display1-weight: 300;
	--revplus-display2-weight: 300;
	--revplus-display3-weight: 300;
	--revplus-display4-weight: 300;
	--revplus-display-line-height: 1.2;
	--revplus-lead-font-size: 1.25;
	--revplus-lead-font-weight: 300;
	--revplus-small-font-size: 80%;
	--revplus-text-muted: #6c757d;
	--revplus-text-primary-color: #976391;
	--revplus-text-primary-hover-color: #784f73;
	--revplus-text-secondary-color: #30a1ff;
	--revplus-text-secondary-hover-color: #008afc;
	--revplus-text-success-color: #28a745;
	--revplus-text-success-hover-color: #1e7e34;
	--revplus-text-warning-color: #ffc107;
	--revplus-text-warning-hover-color: #d39e00;
	--revplus-text-danger-color: #dc3545;
	--revplus-text-danger-hover-color: #bd2130;
	--revplus-text-info-color: #17a2b8;
	--revplus-text-info-hover-color: #117a8b;
	--revplus-text-light-color: #f8f9fa;
	--revplus-text-light-hover-color: #dae0e5;
	--revplus-text-dark-color: #343a40;
	--revplus-text-dark-hover-color: #1d2124;
	--revplus-text-black-50-color: rgba(#000, .5);
	--revplus-text-white-50-color: rgba(#fff, .5);
	--revplus-color-sale: #ee0000;
	--revplus-color-new: #009900;
	--revplus-color-discount: #ee0000;
	--revplus-color-bundle: #30a1ff;
	--revplus-blockquote-small-color: #6c757d;
	--revplus-blockquote-font-size: 1.25;
	--revplus-hr-border-color: rgba(0, 0, 0, .1);
	--revplus-hr-border-width: 1px;
	--revplus-hr-margin-y: 1rem;
	--revplus-mark-padding: .2em;
	--revplus-mark-bg: #fcf8e3;
	--revplus-dt-font-weight: 700;
	--revplus-kbd-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
	--revplus-nested-kbd-font-weight: 700;
	--revplus-list-inline-padding: .5rem;
	--revplus-table-cell-padding: .75rem;
	--revplus-table-cell-padding-sm: .3rem;
	--revplus-table-bg: transparent;
	--revplus-table-accent-bg: rgba(0, 0, 0, .05);
	--revplus-table-hover-bg: rgba(0, 0, 0, .075);
	--revplus-table-active-bg: rgba(0, 0, 0, .075);
	--revplus-table-active-hover-bg: rgba(0, 0, 0, .05);
	--revplus-table-border-width: 1px;
	--revplus-table-border-color: #dee2e6;
	--revplus-table-head-bg: #e9ecef;
	--revplus-table-head-color: #495057;
	--revplus-table-primary-bg: #a87ba3;
	--revplus-table-primary-hover-bg: #a678a1;
	--revplus-table-secondary-bg: #59b4ff;
	--revplus-table-secondary-hover-bg: #54b1ff;
	--revplus-table-success-bg: #30c853;
	--revplus-table-success-hover-bg: #2fc451;
	--revplus-table-warning-bg: #ffcb30;
	--revplus-table-warning-hover-bg: #ffca2b;
	--revplus-table-danger-bg: #e25865;
	--revplus-table-danger-hover-bg: #e15361;
	--revplus-table-info-bg: #1cc2dc;
	--revplus-table-info-hover-bg: #1bbed8;
	--revplus-table-light-bg: #ffffff;
	--revplus-table-light-hover-bg: #ffffff;
	--revplus-table-dark-bg: #212529;
	--revplus-table-dark-hover-bg: rgba(255, 255, 255, .075);
	--revplus-table-dark-accent-bg: rgba(255, 255, 255, .05);
	--revplus-table-dark-border-color: #32383e;
	--revplus-table-dark-color: #ffffff;
	--revplus-table-striped-order: odd;
	--revplus-table-caption-color: #6c757d;
	--revplus-input-btn-padding-y: .375rem;
	--revplus-input-btn-padding-x: .75rem;
	--revplus-input-btn-line-height: 1.5;
	--revplus-input-btn-focus-width: .2rem;
	--revplus-input-btn-focus-color: rgba(151, 99, 145, .25);
	--revplus-input-btn-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--revplus-input-btn-padding-y-sm: .25rem;
	--revplus-input-btn-padding-x-sm: .5rem;
	--revplus-input-btn-line-height-sm: 1.5;
	--revplus-input-btn-padding-y-lg: .5rem;
	--revplus-input-btn-padding-x-lg: 1rem;
	--revplus-input-btn-line-height-lg: 1.5;
	--revplus-input-btn-border-width: 1px;
	--revplus-btn-padding-y: .375rem;
	--revplus-btn-padding-x: .75rem;
	--revplus-btn-line-height: 1.5;
	--revplus-btn-padding-y-sm: .25rem;
	--revplus-btn-padding-x-sm: .5rem;
	--revplus-btn-line-height-sm: 1.5;
	--revplus-btn-padding-y-lg: .5rem;
	--revplus-btn-padding-x-lg: 1rem;
	--revplus-btn-line-height-lg: 1.5;
	--revplus-btn-border-width: 1px;
	--revplus-btn-font-weight: 400;
	--revplus-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	--revplus-btn-focus-width: .2rem;
	--revplus-btn-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--revplus-btn-disabled-opacity: 0.65;
	--revplus-btn-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--revplus-btn-link-disabled-color: #6c757d;
	--revplus-btn-block-spacing-y: .5rem;
	--revplus-btn-border-radius: .25rem;
	--revplus-btn-border-radius-lg: .3rem;
	--revplus-btn-border-radius-sm: .2rem;
	--revplus-btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	--revplus-btn-primary-bg: #976391;
	--revplus-btn-primary-border-color: #976391;
	--revplus-btn-primary-color: #fff;
	--revplus-btn-primary-hover-bg: #80547b;
	--revplus-btn-primary-hover-border-color: #784f73;
	--revplus-btn-primary-hover-color: #fff;
	--revplus-btn-primary-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .5);
	--revplus-btn-primary-disabled-bg: #976391;
	--revplus-btn-primary-disabled-border-color: #976391;
	--revplus-btn-primary-disabled-color: #fff;
	--revplus-btn-primary-active-bg: #784f73;
	--revplus-btn-primary-active-border-color: #704a6c;
	--revplus-btn-primary-active-color: #fff;
	--revplus-btn-secondary-bg: #30a1ff;
	--revplus-btn-secondary-border-color: #30a1ff;
	--revplus-btn-secondary-color: #fff;
	--revplus-btn-secondary-hover-bg: #0a90ff;
	--revplus-btn-secondary-hover-border-color: #008afc;
	--revplus-btn-secondary-hover-color: #fff;
	--revplus-btn-secondary-focus-box-shadow: 0 0 0 .2rem rgba(48, 161, 255, .5);
	--revplus-btn-secondary-disabled-bg: #30a1ff;
	--revplus-btn-secondary-disabled-border-color: #30a1ff;
	--revplus-btn-secondary-disabled-color: #fff;
	--revplus-btn-secondary-active-bg: #008afc;
	--revplus-btn-secondary-active-border-color: #0083ef;
	--revplus-btn-secondary-active-color: #fff;
	--revplus-btn-success-bg: #28a745;
	--revplus-btn-success-border-color: #28a745;
	--revplus-btn-success-color: #fff;
	--revplus-btn-success-hover-bg: #218838;
	--revplus-btn-success-hover-border-color: #1e7e34;
	--revplus-btn-success-hover-color: #fff;
	--revplus-btn-success-focus-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
	--revplus-btn-success-disabled-bg: #28a745;
	--revplus-btn-success-disabled-border-color: #28a745;
	--revplus-btn-success-disabled-color: #fff;
	--revplus-btn-success-active-bg: #1e7e34;
	--revplus-btn-success-active-border-color: #1c7430;
	--revplus-btn-success-active-color: #fff;
	--revplus-btn-warning-bg: #ffc107;
	--revplus-btn-warning-border-color: #ffc107;
	--revplus-btn-warning-color: #212529;
	--revplus-btn-warning-hover-bg: #e0a800;
	--revplus-btn-warning-hover-border-color: #d39e00;
	--revplus-btn-warning-hover-color: #212529;
	--revplus-btn-warning-focus-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
	--revplus-btn-warning-disabled-bg: #ffc107;
	--revplus-btn-warning-disabled-border-color: #ffc107;
	--revplus-btn-warning-disabled-color: #212529;
	--revplus-btn-warning-active-bg: #d39e00;
	--revplus-btn-warning-active-border-color: #c69500;
	--revplus-btn-warning-active-color: #212529;
	--revplus-btn-danger-bg: #dc3545;
	--revplus-btn-danger-border-color: #dc3545;
	--revplus-btn-danger-color: #fff;
	--revplus-btn-danger-hover-bg: #c82333;
	--revplus-btn-danger-hover-border-color: #bd2130;
	--revplus-btn-danger-hover-color: #fff;
	--revplus-btn-danger-focus-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
	--revplus-btn-danger-disabled-bg: #dc3545;
	--revplus-btn-danger-disabled-border-color: #dc3545;
	--revplus-btn-danger-disabled-color: #fff;
	--revplus-btn-danger-active-bg: #bd2130;
	--revplus-btn-danger-active-border-color: #b21f2d;
	--revplus-btn-danger-active-color: #fff;
	--revplus-btn-info-bg: #17a2b8;
	--revplus-btn-info-border-color: #17a2b8;
	--revplus-btn-info-color: #fff;
	--revplus-btn-info-hover-bg: #138496;
	--revplus-btn-info-hover-border-color: #117a8b;
	--revplus-btn-info-hover-color: #fff;
	--revplus-btn-info-focus-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
	--revplus-btn-info-disabled-bg: #17a2b8;
	--revplus-btn-info-disabled-border-color: #17a2b8;
	--revplus-btn-info-disabled-color: #fff;
	--revplus-btn-info-active-bg: #117a8b;
	--revplus-btn-info-active-border-color: #10707f;
	--revplus-btn-info-active-color: #fff;
	--revplus-btn-light-bg: #f8f9fa;
	--revplus-btn-light-border-color: #f8f9fa;
	--revplus-btn-light-color: #212529;
	--revplus-btn-light-hover-bg: #e2e6ea;
	--revplus-btn-light-hover-border-color: #dae0e5;
	--revplus-btn-light-hover-color: #212529;
	--revplus-btn-light-focus-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
	--revplus-btn-light-disabled-bg: #f8f9fa;
	--revplus-btn-light-disabled-border-color: #f8f9fa;
	--revplus-btn-light-disabled-color: #212529;
	--revplus-btn-light-active-bg: #dae0e5;
	--revplus-btn-light-active-border-color: #d3d9df;
	--revplus-btn-light-active-color: #212529;
	--revplus-btn-dark-bg: #343a40;
	--revplus-btn-dark-border-color: #343a40;
	--revplus-btn-dark-color: #fff;
	--revplus-btn-dark-hover-bg: #23272b;
	--revplus-btn-dark-hover-border-color: #1d2124;
	--revplus-btn-dark-hover-color: #fff;
	--revplus-btn-dark-focus-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
	--revplus-btn-dark-disabled-bg: #343a40;
	--revplus-btn-dark-disabled-border-color: #343a40;
	--revplus-btn-dark-disabled-color: #fff;
	--revplus-btn-dark-active-bg: #1d2124;
	--revplus-btn-dark-active-border-color: #171a1d;
	--revplus-btn-dark-active-color: #fff;
	--revplus-tooltip-font-size: 0.875rem;
	--revplus-tooltip-max-width: 200px;
	--revplus-tooltip-color: #fff;
	--revplus-tooltip-bg: #000;
	--revplus-tooltip-border-radius: .25rem;
	--revplus-tooltip-opacity: 0.9;
	--revplus-tooltip-padding-y: .25rem;
	--revplus-tooltip-padding-x: .5rem;
	--revplus-tooltip-margin: 0;
	--revplus-tooltip-arrow-width: .8rem;
	--revplus-tooltip-arrow-height: .4rem;
	--revplus-tooltip-arrow-color: #000;
	--revplus-label-margin-bottom: .5rem;
	--revplus-input-padding-y: .375rem;
	--revplus-input-padding-x: .75rem;
	--revplus-input-line-height: 1.5;
	--revplus-input-padding-y-sm: .25rem;
	--revplus-input-padding-x-sm: .5rem;
	--revplus-input-line-height-sm: 1.5;
	--revplus-input-padding-y-lg: .5rem;
	--revplus-input-padding-x-lg: 1rem;
	--revplus-input-line-height-lg: 1.5;
	--revplus-input-bg: #fff;
	--revplus-input-disabled-bg: #e9ecef;
	--revplus-input-color: #495057;
	--revplus-input-border-color: #ced4da;
	--revplus-input-border-width: 1px;
	--revplus-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	--revplus-input-border-radius: .25rem;
	--revplus-input-border-radius-lg: .3rem;
	--revplus-input-border-radius-sm: .2rem;
	--revplus-input-focus-bg: #fff;
	--revplus-input-focus-border-color: #5a6570;
	--revplus-input-focus-color: #495057;
	--revplus-input-focus-width: .2rem;
	--revplus-input-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--revplus-input-placeholder-color: #6c757d;
	--revplus-input-plaintext-color: #212529;
	--revplus-input-height-border: 2px;
	--revplus-input-height-inner: 2.25rem;
	--revplus-input-height: calc(2.25rem + 2px);
	--revplus-input-height-inner-sm: 1.8125rem;
	--revplus-input-height-sm: calc(1.8125rem + 2px);
	--revplus-input-height-inner-lg: 2.875rem;
	--revplus-input-height-lg: calc(2.875rem + 2px);
	--revplus-input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	--revplus-form-text-margin-top: .25rem;
	--revplus-form-check-input-gutter: .3125rem;
	--revplus-form-check-input-margin-y: 0;
	--revplus-form-check-input-margin-x: .25rem;
	--revplus-form-check-inline-margin-x: .75rem;
	--revplus-form-check-inline-input-margin-x: .3125rem;
	--revplus-form-group-margin-bottom: 1rem;
	--revplus-input-group-addon-color: #495057;
	--revplus-input-group-addon-bg: #e9ecef;
	--revplus-input-group-addon-border-color: #ced4da;
	--revplus-custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	--revplus-custom-control-gutter: 1.5rem;
	--revplus-custom-control-spacer-x: 1rem;
	--revplus-custom-control-indicator-size: 1rem;
	--revplus-custom-control-indicator-bg: #dee2e6;
	--revplus-custom-control-indicator-bg-size: 50% 50%;
	--revplus-custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
	--revplus-custom-control-indicator-disabled-bg: #e9ecef;
	--revplus-custom-control-label-disabled-color: #6c757d;
	--revplus-custom-control-indicator-checked-color: #fff;
	--revplus-custom-control-indicator-checked-bg: #976391;
	--revplus-custom-control-indicator-checked-disabled-bg: rgba(151, 99, 145, .5);
	--revplus-custom-control-indicator-checked-box-shadow: none;
	--revplus-custom-control-indicator-focus-box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(151, 99, 145, .25);
	--revplus-custom-control-indicator-active-color: #fff;
	--revplus-custom-control-indicator-active-bg: #717e8c;
	--revplus-custom-control-indicator-active-box-shadow: none;
	--revplus-custom-checkbox-indicator-border-radius: .25rem;
	--revplus-custom-checkbox-indicator-icon-checked: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 8 8'%3e%3cpath fill='%23fff' d='m6.564.75l-3.59 3.612-1.538-1.55l0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	--revplus-custom-checkbox-indicator-indeterminate-bg: #976391;
	--revplus-custom-checkbox-indicator-indeterminate-color: #fff;
	--revplus-custom-checkbox-indicator-icon-indeterminate: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 4 4'%3e%3cpath stroke='%23fff' d='m0 2h4'/%3e%3c/svg%3e");
	--revplus-custom-checkbox-indicator-indeterminate-box-shadow: none;
	--revplus-custom-radio-indicator-border-radius: 50%;
	--revplus-custom-radio-indicator-icon-checked: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	--revplus-custom-select-padding-y: .375rem;
	--revplus-custom-select-padding-x: .75rem;
	--revplus-custom-select-height: calc(2.25rem + 2px);
	--revplus-custom-select-indicator-padding: 1rem;
	--revplus-custom-select-line-height: 1.5;
	--revplus-custom-select-color: #495057;
	--revplus-custom-select-disabled-color: #6c757d;
	--revplus-custom-select-bg: #fff;
	--revplus-custom-select-disabled-bg: #e9ecef;
	--revplus-custom-select-bg-size: 8px 10px;
	--revplus-custom-select-indicator-color: #343a40;
	--revplus-custom-select-indicator: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 4 5'%3e%3cpath fill='%23343a40' d='m2 0l0 2h4zm0 5l0 3h4z'/%3e%3c/svg%3e");
	--revplus-custom-select-border-width: 1px;
	--revplus-custom-select-border-color: #ced4da;
	--revplus-custom-select-border-radius: .25rem;
	--revplus-custom-select-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	--revplus-custom-select-focus-border-color: #5a6570;
	--revplus-custom-select-focus-width: .2rem;
	--revplus-custom-select-focus-box-shadow: 0 0 0 .2rem rgba(33, 37, 41, .5);
	--revplus-custom-select-font-size-sm: 75%;
	--revplus-custom-select-height-sm: calc(1.8125rem + 2px);
	--revplus-custom-select-font-size-lg: 125%;
	--revplus-custom-select-height-lg: calc(2.875rem + 2px);
	--revplus-custom-range-track-width: 100%;
	--revplus-custom-range-track-height: .5rem;
	--revplus-custom-range-track-cursor: pointer;
	--revplus-custom-range-track-bg: #dee2e6;
	--revplus-custom-range-track-border-radius: 1rem;
	--revplus-custom-range-track-box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
	--revplus-custom-range-thumb-width: 1rem;
	--revplus-custom-range-thumb-height: 1rem;
	--revplus-custom-range-thumb-bg: #976391;
	--revplus-custom-range-thumb-border: 0;
	--revplus-custom-range-thumb-border-radius: 1rem;
	--revplus-custom-range-thumb-box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
	--revplus-custom-range-thumb-focus-box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(151, 99, 145, .25);
	--revplus-custom-range-thumb-focus-box-shadow-width: .2rem;
	--revplus-custom-range-thumb-active-bg: #717e8c;
	--revplus-custom-file-height: calc(2.25rem + 2px);
	--revplus-custom-file-height-inner: 2.25rem;
	--revplus-custom-file-focus-border-color: #5a6570;
	--revplus-custom-file-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--revplus-custom-file-disabled-bg: #e9ecef;
	--revplus-custom-file-padding-y: .375rem;
	--revplus-custom-file-padding-x: .75rem;
	--revplus-custom-file-line-height: 1.5;
	--revplus-custom-file-color: #495057;
	--revplus-custom-file-bg: #fff;
	--revplus-custom-file-border-width: 1px;
	--revplus-custom-file-border-color: #ced4da;
	--revplus-custom-file-border-radius: .25rem;
	--revplus-custom-file-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	--revplus-custom-file-button-color: #495057;
	--revplus-custom-file-button-bg: #e9ecef;
	--revplus-form-feedback-margin-top: .25rem;
	--revplus-form-feedback-font-size: 80%;
	--revplus-form-feedback-valid-color: #28a745;
	--revplus-form-tooltip-valid-bg: rgba(40, 167, 69, 0.9);
	--revplus-form-tooltip-valid-color: #fff;
	--revplus-form-control-valid-focus-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
	--revplus-form-custom-control-label-valid-bg: #71dd8a;
	--revplus-form-custom-control-label-valid-checked-bg: #34ce57;
	--revplus-form-feedback-invalid-color: #dc3545;
	--revplus-form-tooltip-invalid-bg: rgba(220, 53, 69, 0.9);
	--revplus-form-tooltip-invalid-color: #fff;
	--revplus-form-control-invalid-focus-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	--revplus-form-custom-control-label-invalid-bg: #efa2a9;
	--revplus-form-custom-control-label-invalid-checked-bg: #e4606d;
	--revplus-dropdown-min-width: 10rem;
	--revplus-dropdown-padding-y: .5rem;
	--revplus-dropdown-spacer: .125rem;
	--revplus-dropdown-bg: #fff;
	--revplus-dropdown-border-color: rgba(0, 0, 0, .15);
	--revplus-dropdown-border-radius: .25rem;
	--revplus-dropdown-border-width: 1px;
	--revplus-dropdown-divider-bg: #e9ecef;
	--revplus-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	--revplus-dropdown-link-color: #212529;
	--revplus-dropdown-link-hover-color: #16181b;
	--revplus-dropdown-link-hover-bg: #f8f9fa;
	--revplus-dropdown-link-active-color: #fff;
	--revplus-dropdown-link-active-bg: #976391;
	--revplus-dropdown-link-disabled-color: #6c757d;
	--revplus-dropdown-item-padding-y: .25rem;
	--revplus-dropdown-item-padding-x: 1.5rem;
	--revplus-dropdown-header-color: #6c757d;
	--revplus-zindex-dropdown: 1000;
	--revplus-zindex-sticky: 1020;
	--revplus-zindex-fixed: 1030;
	--revplus-zindex-modal-backdrop: 1040;
	--revplus-zindex-modal: 1050;
	--revplus-zindex-popover: 1060;
	--revplus-zindex-tooltip: 1070;
	--revplus-nav-link-padding-y: .5rem;
	--revplus-nav-link-padding-x: 1rem;
	--revplus-nav-link-disabled-color: #6c757d;
	--revplus-nav-tabs-border-color: #dee2e6;
	--revplus-nav-tabs-border-width: 1px;
	--revplus-nav-tabs-border-radius: .25rem;
	--revplus-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
	--revplus-nav-tabs-link-active-color: #495057;
	--revplus-nav-tabs-link-active-bg: #ffffff;
	--revplus-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #ffffff;
	--revplus-nav-pills-border-radius: .25rem;
	--revplus-nav-pills-link-active-color: #fff;
	--revplus-nav-pills-link-active-bg: #976391;
	--revplus-nav-divider-color: #e9ecef;
	--revplus-nav-divider-margin-y: 0.5rem;
	--revplus-navbar-padding-y: 0.5rem;
	--revplus-navbar-padding-x: 1rem;
	--revplus-navbar-nav-link-padding-x: .5rem;
	--revplus-navbar-brand-font-size: 1.25rem;
	--revplus-nav-link-height: 2.5rem;
	--revplus-navbar-brand-height: 1.875rem;
	--revplus-navbar-brand-padding-y: 0.3125rem;
	--revplus-navbar-toggler-padding-y: .25rem;
	--revplus-navbar-toggler-padding-x: .75rem;
	--revplus-navbar-toggler-font-size: 1.25rem;
	--revplus-navbar-toggler-border-radius: .25rem;
	--revplus-navbar-dark-color: rgba(255, 255, 255, .5);
	--revplus-navbar-dark-hover-color: rgba(255, 255, 255, .75);
	--revplus-navbar-dark-active-color: #fff;
	--revplus-navbar-dark-disabled-color: rgba(255, 255, 255, .25);
	--revplus-navbar-dark-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg viewbox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='m4 7h22m4 15h22m4 23h22'/%3e%3c/svg%3e");
	--revplus-navbar-dark-toggler-border-color: rgba(255, 255, 255, .1);
	--revplus-navbar-light-color: rgba(0, 0, 0, .5);
	--revplus-navbar-light-hover-color: rgba(0, 0, 0, .7);
	--revplus-navbar-light-active-color: rgba(0, 0, 0, .9);
	--revplus-navbar-light-disabled-color: rgba(0, 0, 0, .3);
	--revplus-navbar-light-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg viewbox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='m4 7h22m4 15h22m4 23h22'/%3e%3c/svg%3e");
	--revplus-navbar-light-toggler-border-color: rgba(0, 0, 0, .1);
	--revplus-pagination-padding-y: .5rem;
	--revplus-pagination-padding-x: .75rem;
	--revplus-pagination-padding-y-sm: .25rem;
	--revplus-pagination-padding-x-sm: .5rem;
	--revplus-pagination-padding-y-lg: .75rem;
	--revplus-pagination-padding-x-lg: 1.5rem;
	--revplus-pagination-line-height: 1.25;
	--revplus-pagination-color: #976391;
	--revplus-pagination-bg: #fff;
	--revplus-pagination-border-width: 1px;
	--revplus-pagination-border-color: #dee2e6;
	--revplus-pagination-focus-box-shadow: 0 0 0 .2rem rgba(151, 99, 145, .25);
	--revplus-pagination-focus-outline: 0;
	--revplus-pagination-hover-color: #694565;
	--revplus-pagination-hover-bg: #e9ecef;
	--revplus-pagination-hover-border-color: #dee2e6;
	--revplus-pagination-active-color: #fff;
	--revplus-pagination-active-bg: #976391;
	--revplus-pagination-active-border-color: #976391;
	--revplus-pagination-disabled-color: #6c757d;
	--revplus-pagination-disabled-bg: #fff;
	--revplus-pagination-disabled-border-color: #dee2e6;
	--revplus-jumbotron-padding: 2rem;
	--revplus-jumbotron-bg: #e9ecef;
	--revplus-card-spacer-y: .75rem;
	--revplus-card-spacer-x: 1.25rem;
	--revplus-card-border-width: 1px;
	--revplus-card-border-radius: .25rem;
	--revplus-card-border-color: rgba(0, 0, 0, .125);
	--revplus-card-inner-border-radius: calc(.25rem - 1px);
	--revplus-card-cap-bg: rgba(0, 0, 0, .03);
	--revplus-card-bg: #fff;
	--revplus-card-img-overlay-padding: 1.25rem;
	--revplus-card-group-margin: 15px;
	--revplus-card-deck-margin: 15px;
	--revplus-card-columns-count: 3;
	--revplus-card-columns-gap: 1.25rem;
	--revplus-card-columns-margin: .75rem;
	--revplus-popover-font-size: 0.875rem;
	--revplus-popover-bg: #fff;
	--revplus-popover-max-width: 276px;
	--revplus-popover-border-width: 1px;
	--revplus-popover-border-color: rgba(0, 0, 0, .2);
	--revplus-popover-border-radius: .3rem;
	--revplus-popover-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
	--revplus-popover-header-bg: #f7f7f7;
	--revplus-popover-header-border-color: #efefef;
	--revplus-popover-header-color: inherit;
	--revplus-popover-header-padding-y: .5rem;
	--revplus-popover-header-padding-x: .75rem;
	--revplus-popover-body-color: #212529;
	--revplus-popover-body-padding-y: .5rem;
	--revplus-popover-body-padding-x: .75rem;
	--revplus-popover-arrow-width: 1rem;
	--revplus-popover-arrow-height: .5rem;
	--revplus-popover-arrow-color: #fff;
	--revplus-popover-arrow-outer-color: rgba(0, 0, 0, .25);
	--revplus-badge-font-size: 75%;
	--revplus-badge-font-weight: 700;
	--revplus-badge-padding-y: .25em;
	--revplus-badge-padding-x: .4em;
	--revplus-badge-border-radius: .25rem;
	--revplus-badge-pill-padding-x: .6em;
	--revplus-badge-pill-border-radius: 10rem;
	--revplus-badge-primary-bg: #976391;
	--revplus-badge-primary-color: #fff;
	--revplus-badge-primary-hover-bg: #784f73;
	--revplus-badge-secondary-bg: #30a1ff;
	--revplus-badge-secondary-color: #fff;
	--revplus-badge-secondary-hover-bg: #008afc;
	--revplus-badge-success-bg: #28a745;
	--revplus-badge-success-color: #fff;
	--revplus-badge-success-hover-bg: #1e7e34;
	--revplus-badge-warning-bg: #ffc107;
	--revplus-badge-warning-color: #212529;
	--revplus-badge-warning-hover-bg: #d39e00;
	--revplus-badge-danger-bg: #dc3545;
	--revplus-badge-danger-color: #fff;
	--revplus-badge-danger-hover-bg: #bd2130;
	--revplus-badge-info-bg: #17a2b8;
	--revplus-badge-info-color: #fff;
	--revplus-badge-info-hover-bg: #117a8b;
	--revplus-badge-light-bg: #f8f9fa;
	--revplus-badge-light-color: #212529;
	--revplus-badge-light-hover-bg: #dae0e5;
	--revplus-badge-dark-bg: #343a40;
	--revplus-badge-dark-color: #fff;
	--revplus-badge-dark-hover-bg: #1d2124;
	--revplus-modal-inner-padding: 1rem;
	--revplus-modal-dialog-margin: .5rem;
	--revplus-modal-dialog-margin-y-sm-up: 1.75rem;
	--revplus-modal-title-line-height: 1.5;
	--revplus-modal-content-bg: #fff;
	--revplus-modal-content-border-color: rgba(0, 0, 0, .2);
	--revplus-modal-content-border-width: 1px;
	--revplus-modal-content-border-radius: .3rem;
	--revplus-modal-content-box-shadow-xs: 0 .25rem .5rem rgba(0, 0, 0, .5);
	--revplus-modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba(0, 0, 0, .5);
	--revplus-modal-backdrop-bg: #000;
	--revplus-modal-backdrop-opacity: 0.5;
	--revplus-modal-header-border-color: #e9ecef;
	--revplus-modal-footer-border-color: #e9ecef;
	--revplus-modal-header-border-width: 1px;
	--revplus-modal-footer-border-width: 1px;
	--revplus-modal-header-padding: 1rem;
	--revplus-modal-xl: 1140px;
	--revplus-modal-lg: 800px;
	--revplus-modal-md: 500px;
	--revplus-modal-sm: 300px;
	--revplus-modal-transition: transform .3s ease-out;
	--revplus-alert-padding-y: .75rem;
	--revplus-alert-padding-x: 1.25rem;
	--revplus-alert-margin-bottom: 1rem;
	--revplus-alert-border-radius: .25rem;
	--revplus-alert-link-font-weight: 700;
	--revplus-alert-border-width: 1px;
	--revplus-alert-bg-level: 0;
	--revplus-alert-border-level: -9;
	--revplus-alert-color-level: -12.5;
	--revplus-alert-primary-bg: #976391;
	--revplus-alert-primary-border-color: #885982;
	--revplus-alert-primary-color: #fff;
	--revplus-alert-primary-hr-border-color: #784f73;
	--revplus-alert-primary-link-color: #2b1c29;
	--revplus-alert-secondary-bg: #30a1ff;
	--revplus-alert-secondary-border-color: #1795ff;
	--revplus-alert-secondary-color: #fff;
	--revplus-alert-secondary-hr-border-color: #008afc;
	--revplus-alert-secondary-link-color: #00447d;
	--revplus-alert-success-bg: #28a745;
	--revplus-alert-success-border-color: #23923d;
	--revplus-alert-success-color: #fff;
	--revplus-alert-success-hr-border-color: #1e7e34;
	--revplus-alert-success-link-color: #06170a;
	--revplus-alert-warning-bg: #ffc107;
	--revplus-alert-warning-border-color: #edb100;
	--revplus-alert-warning-color: #212529;
	--revplus-alert-warning-hr-border-color: #d39e00;
	--revplus-alert-warning-link-color: #543f00;
	--revplus-alert-danger-bg: #dc3545;
	--revplus-alert-danger-border-color: #d32535;
	--revplus-alert-danger-color: #fff;
	--revplus-alert-danger-hr-border-color: #bd2130;
	--revplus-alert-danger-link-color: #510e14;
	--revplus-alert-info-bg: #17a2b8;
	--revplus-alert-info-border-color: #148ea1;
	--revplus-alert-info-color: #fff;
	--revplus-alert-info-hr-border-color: #117a8b;
	--revplus-alert-info-link-color: #031619;
	--revplus-alert-light-bg: #f8f9fa;
	--revplus-alert-light-border-color: #e9ecef;
	--revplus-alert-light-color: #212529;
	--revplus-alert-light-hr-border-color: #dae0e5;
	--revplus-alert-light-link-color: #90a0b0;
	--revplus-alert-dark-bg: #343a40;
	--revplus-alert-dark-border-color: #292d32;
	--revplus-alert-dark-color: #fff;
	--revplus-alert-dark-hr-border-color: #1d2124;
	--revplus-alert-dark-link-color: #000000;
	--revplus-progress-height: 1rem;
	--revplus-progress-font-size: 0.75rem;
	--revplus-progress-bg: #e9ecef;
	--revplus-progress-border-radius: .25rem;
	--revplus-progress-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
	--revplus-progress-bar-color: #fff;
	--revplus-progress-bar-bg: #976391;
	--revplus-progress-bar-animation-timing: 1s linear infinite;
	--revplus-progress-bar-transition: width .6s ease;
	--revplus-list-group-bg: transparent;
	--revplus-list-group-border-color: rgba(0, 0, 0, .125);
	--revplus-list-group-border-width: 1px;
	--revplus-list-group-border-radius: .25rem;
	--revplus-list-group-item-padding-y: .75rem;
	--revplus-list-group-item-padding-x: 1.25rem;
	--revplus-list-primary-bg: #a2719d;
	--revplus-list-primary-color: #885982;
	--revplus-list-primary-hover-bg: #a779a2;
	--revplus-list-secondary-bg: #4aadff;
	--revplus-list-secondary-color: #1795ff;
	--revplus-list-secondary-hover-bg: #56b2ff;
	--revplus-list-success-bg: #2dbc4e;
	--revplus-list-success-color: #23923d;
	--revplus-list-success-hover-bg: #2fc652;
	--revplus-list-warning-bg: #ffc721;
	--revplus-list-warning-color: #edb100;
	--revplus-list-warning-hover-bg: #ffcb2d;
	--revplus-list-danger-bg: #e04b59;
	--revplus-list-danger-color: #d32535;
	--revplus-list-danger-hover-bg: #e25663;
	--revplus-list-info-bg: #1ab6cf;
	--revplus-list-info-color: #148ea1;
	--revplus-list-info-hover-bg: #1bc0da;
	--revplus-list-light-bg: #ffffff;
	--revplus-list-light-color: #e9ecef;
	--revplus-list-light-hover-bg: #ffffff;
	--revplus-list-dark-bg: #3f474e;
	--revplus-list-dark-color: #292d32;
	--revplus-list-dark-hover-bg: #454d55;
	--revplus-list-group-hover-bg: #f8f9fa;
	--revplus-list-group-active-color: #fff;
	--revplus-list-group-active-bg: #976391;
	--revplus-list-group-active-border-color: #976391;
	--revplus-list-group-disabled-color: #6c757d;
	--revplus-list-group-disabled-bg: transparent;
	--revplus-list-group-action-color: #495057;
	--revplus-list-group-action-hover-color: #495057;
	--revplus-list-group-action-active-color: #212529;
	--revplus-list-group-action-active-bg: #e9ecef;
	--revplus-thumbnail-padding: .25rem;
	--revplus-thumbnail-bg: #ffffff;
	--revplus-thumbnail-border-width: 1px;
	--revplus-thumbnail-border-color: #dee2e6;
	--revplus-thumbnail-border-radius: .25rem;
	--revplus-thumbnail-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	--revplus-figure-caption-font-size: 90%;
	--revplus-figure-caption-color: #6c757d;
	--revplus-breadcrumb-padding-y: 0;
	--revplus-breadcrumb-padding-x: 0;
	--revplus-breadcrumb-item-padding: .5rem;
	--revplus-breadcrumb-margin-bottom: 1rem;
	--revplus-breadcrumb-bg: transparent;
	--revplus-breadcrumb-divider-color: #6c757d;
	--revplus-breadcrumb-active-color: #6c757d;
	--revplus-breadcrumb-divider: "»";
	--revplus-breadcrumb-border-radius: 0;
	--revplus-carousel-control-color: #212529;
	--revplus-carousel-control-width: 5%;
	--revplus-carousel-control-opacity: 1;
	--revplus-carousel-indicator-width: 30px;
	--revplus-carousel-indicator-height: 3px;
	--revplus-carousel-indicator-spacer: 3px;
	--revplus-carousel-indicator-active-bg: #fff;
	--revplus-carousel-caption-width: 70%;
	--revplus-carousel-caption-color: #fff;
	--revplus-carousel-control-icon-width: 20px;
	--revplus-carousel-control-prev-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewbox='0 0 8 8'%3e%3cpath d='m5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
	--revplus-carousel-control-next-icon-bg: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewbox='0 0 8 8'%3e%3cpath d='m2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
	--revplus-carousel-transition: transform .6s ease;
	--revplus-close-font-size: 1.5rem;
	--revplus-close-font-weight: 700;
	--revplus-close-color: #000;
	--revplus-close-text-shadow: 0 1px 0 #fff;
	--revplus-code-font-size: 87.5%;
	--revplus-code-color: #e83e8c;
	--revplus-kbd-padding-y: .2rem;
	--revplus-kbd-padding-x: .4rem;
	--revplus-kbd-font-size: 87.5%;
	--revplus-kbd-color: #fff;
	--revplus-kbd-bg: #212529;
	--revplus-pre-color: #212529;
	--revplus-pre-scrollable-max-height: 340px;
	--revplus-bg-primary-bg: #976391;
	--revplus-bg-primary-hover-bg: 784f73;
	--revplus-bg-secondary-bg: #30a1ff;
	--revplus-bg-secondary-hover-bg: 008afc;
	--revplus-bg-success-bg: #28a745;
	--revplus-bg-success-hover-bg: 1e7e34;
	--revplus-bg-warning-bg: #ffc107;
	--revplus-bg-warning-hover-bg: d39e00;
	--revplus-bg-danger-bg: #dc3545;
	--revplus-bg-danger-hover-bg: bd2130;
	--revplus-bg-info-bg: #17a2b8;
	--revplus-bg-info-hover-bg: 117a8b;
	--revplus-bg-light-bg: #f8f9fa;
	--revplus-bg-light-hover-bg: dae0e5;
	--revplus-bg-dark-bg: #343a40;
	--revplus-bg-dark-hover-bg: 1d2124;
	--revplus-print-page-size: a3;
	--revplus-print-body-min-width: 992px;
}