@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
    --bs-blue: #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;
}

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

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

.is-quote-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.is-quote-card > hr {
    margin-right: 0;
    margin-left: 0;
}
.is-quote-card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.is-quote-card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.is-quote-card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.is-quote-card > .is-quote-card-header + .list-group,
.is-quote-card > .list-group + .is-quote-card-footer {
    border-top: 0;
}

.is-quote-card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.is-quote-card-title {
    margin-bottom: 0.5rem;
}

.is-quote-card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.is-quote-card-text:last-child {
    margin-bottom: 0;
}

.is-quote-card-link:hover {
    text-decoration: none;
}
.is-quote-card-link + .is-quote-card-link {
    margin-left: 1rem;
}

.is-quote-card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.is-quote-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.is-quote-card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.is-quote-card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.is-quote-card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.is-quote-card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.is-quote-card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

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

.is-quote-card-img,
.is-quote-card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.is-quote-card-img,
.is-quote-card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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


.is-quote-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .is-quote-form-control {
        transition: none
    }
}
.is-quote-form-control[type=file] {
    overflow: hidden
}
.is-quote-form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}
.is-quote-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.is-quote-form-control::-webkit-date-and-time-value {
    height: 1.5em
}
.is-quote-form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}
.is-quote-form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
.is-quote-form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}
.is-quote-form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.is-quote-form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .is-quote-form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
    .is-quote-form-control::file-selector-button {
        transition: none
    }
}
.is-quote-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}
.is-quote-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}
.is-quote-form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
.is-quote-form-control-plaintext:focus {
    outline: 0
}
.is-quote-form-control-plaintext.is-quote-form-control-lg, .is-quote-form-control-plaintext.is-quote-form-control-sm {
    padding-right: 0;
    padding-left: 0
}
.is-quote-form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}
.is-quote-form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}
.is-quote-form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}
.is-quote-form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}
.is-quote-form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}
.is-quote-form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}
textarea.is-quote-form-control {
    min-height: calc(1.5em + .75rem + 2px)
}
textarea.is-quote-form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}
textarea.is-quote-form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}
.is-quote-form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem
}
.is-quote-form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}
.is-quote-form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: .375rem
}
.is-quote-form-control-color::-webkit-color-swatch {
    border-radius: .375rem
}
.is-quote-form-control-color.is-quote-form-control-sm {
    height: calc(1.5em + .5rem + 2px)
}
.is-quote-form-control-color.is-quote-form-control-lg {
    height: calc(1.5em + 1rem + 2px)
}
.is-quote-form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: 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");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
@media (prefers-reduced-motion:reduce) {
    .is-quote-form-select {
        transition: none
    }
}
.is-quote-form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.is-quote-form-select[multiple], .is-quote-form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}
.is-quote-form-select:disabled {
    background-color: #e9ecef
}
.is-quote-form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}
.is-quote-form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem
}
.is-quote-form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}
.is-quote-form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}
.is-quote-form-check .is-quote-form-check-input {
    float: left;
    margin-left: -1.5em
}
.is-quote-form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}
.is-quote-form-check-reverse .is-quote-form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}
.is-quote-form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}
.is-quote-form-check-input[type=checkbox] {
    border-radius: .25em
}
.is-quote-form-check-input[type=radio] {
    border-radius: 50%
}
.is-quote-form-check-input:active {
    filter: brightness(90%)
}
.is-quote-form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}
.is-quote-form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}
.is-quote-form-check-input:checked[type=checkbox] {
    background-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")
}
.is-quote-form-check-input:checked[type=radio] {
    background-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")
}
.is-quote-form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-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")
}
.is-quote-form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}
.is-quote-form-check-input:disabled~.is-quote-form-check-label, .is-quote-form-check-input[disabled]~.is-quote-form-check-label {
    cursor: default;
    opacity: .5
}
.is-quote-form-switch {
    padding-left: 2.5em
}
.is-quote-form-switch .is-quote-form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: 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");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .is-quote-form-switch .is-quote-form-check-input {
        transition: none
    }
}
.is-quote-form-switch .is-quote-form-check-input:focus {
    background-image: 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")
}
.is-quote-form-switch .is-quote-form-check-input:checked {
    background-position: right center;
    background-image: 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")
}
.is-quote-form-switch.is-quote-form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}
.is-quote-form-switch.is-quote-form-check-reverse .is-quote-form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}
.is-quote-form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.is-quote-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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}
.is-quote-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}




.is-quote-m-0 {
    margin: 0!important
}
.is-quote-m-1 {
    margin: .25rem!important
}
.is-quote-m-2 {
    margin: .5rem!important
}
.is-quote-m-3 {
    margin: 1rem!important
}
.is-quote-m-4 {
    margin: 1.5rem!important
}
.is-quote-m-5 {
    margin: 3rem!important
}
.is-quote-m-auto {
    margin: auto!important
}
.is-quote-mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}
.is-quote-mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}
.is-quote-mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}
.is-quote-mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}
.is-quote-mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}
.is-quote-mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}
.is-quote-mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}
.is-quote-my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}
.is-quote-my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}
.is-quote-my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}
.is-quote-my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}
.is-quote-my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}
.is-quote-my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}
.is-quote-my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}
.is-quote-mt-0 {
    margin-top: 0!important
}
.is-quote-mt-1 {
    margin-top: .25rem!important
}
.is-quote-mt-2 {
    margin-top: .5rem!important
}
.is-quote-mt-3 {
    margin-top: 1rem!important
}
.is-quote-mt-4 {
    margin-top: 1.5rem!important
}
.is-quote-mt-5 {
    margin-top: 3rem!important
}
.is-quote-mt-auto {
    margin-top: auto!important
}
.is-quote-me-0 {
    margin-right: 0!important
}
.is-quote-me-1 {
    margin-right: .25rem!important
}
.is-quote-me-2 {
    margin-right: .5rem!important
}
.is-quote-me-3 {
    margin-right: 1rem!important
}
.is-quote-me-4 {
    margin-right: 1.5rem!important
}
.is-quote-me-5 {
    margin-right: 3rem!important
}
.is-quote-me-auto {
    margin-right: auto!important
}
.is-quote-mb-0 {
    margin-bottom: 0!important
}
.is-quote-mb-1 {
    margin-bottom: .25rem!important
}
.is-quote-mb-2 {
    margin-bottom: .5rem!important
}
.is-quote-mb-3 {
    margin-bottom: 1rem!important
}
.is-quote-mb-4 {
    margin-bottom: 1.5rem!important
}
.is-quote-mb-5 {
    margin-bottom: 3rem!important
}
.is-quote-mb-auto {
    margin-bottom: auto!important
}
.is-quote-ms-0 {
    margin-left: 0!important
}
.is-quote-ms-1 {
    margin-left: .25rem!important
}
.is-quote-ms-2 {
    margin-left: .5rem!important
}
.is-quote-ms-3 {
    margin-left: 1rem!important
}
.is-quote-ms-4 {
    margin-left: 1.5rem!important
}
.is-quote-ms-5 {
    margin-left: 3rem!important
}
.is-quote-ms-auto {
    margin-left: auto!important
}
.is-quote-p-0 {
    padding: 0!important
}
.is-quote-p-1 {
    padding: .25rem!important
}
.is-quote-p-2 {
    padding: .5rem!important
}
.is-quote-p-3 {
    padding: 1rem!important
}
.is-quote-p-4 {
    padding: 1.5rem!important
}
.is-quote-p-5 {
    padding: 3rem!important
}
.is-quote-px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}
.is-quote-px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}
.is-quote-px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}
.is-quote-px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}
.is-quote-px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}
.is-quote-px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}
.is-quote-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}
.is-quote-py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}
.is-quote-py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}
.is-quote-py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}
.is-quote-py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}
.is-quote-py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}
.is-quote-pt-0 {
    padding-top: 0!important
}
.is-quote-pt-1 {
    padding-top: .25rem!important
}
.is-quote-pt-2 {
    padding-top: .5rem!important
}
.is-quote-pt-3 {
    padding-top: 1rem!important
}
.is-quote-pt-4 {
    padding-top: 1.5rem!important
}
.is-quote-pt-5 {
    padding-top: 3rem!important
}
.is-quote-pe-0 {
    padding-right: 0!important
}
.is-quote-pe-1 {
    padding-right: .25rem!important
}
.is-quote-pe-2 {
    padding-right: .5rem!important
}
.is-quote-pe-3 {
    padding-right: 1rem!important
}
.is-quote-pe-4 {
    padding-right: 1.5rem!important
}
.is-quote-pe-5 {
    padding-right: 3rem!important
}
.is-quote-pb-0 {
    padding-bottom: 0!important
}
.is-quote-pb-1 {
    padding-bottom: .25rem!important
}
.is-quote-pb-2 {
    padding-bottom: .5rem!important
}
.is-quote-pb-3 {
    padding-bottom: 1rem!important
}
.is-quote-pb-4 {
    padding-bottom: 1.5rem!important
}
.is-quote-pb-5 {
    padding-bottom: 3rem!important
}
.is-quote-ps-0 {
    padding-left: 0!important
}
.is-quote-ps-1 {
    padding-left: .25rem!important
}
.is-quote-ps-2 {
    padding-left: .5rem!important
}
.is-quote-ps-3 {
    padding-left: 1rem!important
}
.is-quote-ps-4 {
    padding-left: 1.5rem!important
}
.is-quote-ps-5 {
    padding-left: 3rem!important
}




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


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


.is-quote-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: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .is-quote-btn {
        transition: none
    }
}
.is-quote-btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}
.is-quote-btn-check:focus+.is-quote-btn, .is-quote-btn:focus {
    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)
}
.is-quote-btn-check:active+.is-quote-btn, .is-quote-btn-check:checked+.is-quote-btn, .is-quote-btn.active, .is-quote-btn.show, .is-quote-btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}
.is-quote-btn-check:active+.is-quote-btn:focus, .is-quote-btn-check:checked+.is-quote-btn:focus, .is-quote-btn.active:focus, .is-quote-btn.show:focus, .is-quote-btn:active:focus {
    box-shadow: var(--bs-btn-focus-box-shadow)
}
.is-quote-btn.disabled, .is-quote-btn:disabled, fieldset:disabled .is-quote-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)
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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
}
.is-quote-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: none;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}
.is-quote-btn-link:focus {
    color: var(--bs-btn-color)
}
.is-quote-btn-link:hover {
    color: var(--bs-btn-hover-color)
}
.is-quote-btn-group-lg>.is-quote-btn, .is-quote-btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}
.is-quote-btn-group-sm>.is-quote-btn, .is-quote-btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.is-quote-fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}
.is-quote-fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}
.is-quote-fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}
.is-quote-fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}
.is-quote-fs-5 {
    font-size: 1.25rem!important
}
.is-quote-fs-6 {
    font-size: 1rem!important
}


.is-quote-modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}
.is-quote-modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}
.is-quote-modal.fade .is-quote-modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
    .is-quote-modal.fade .is-quote-modal-dialog {
        transition: none
    }
}
.is-quote-modal.show .is-quote-modal-dialog {
    transform: none
}
.is-quote-modal.is-quote-modal-static .is-quote-modal-dialog {
    transform: scale(1.02)
}
.is-quote-modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}
.is-quote-modal-dialog-scrollable .is-quote-modal-content {
    max-height: 100%;
    overflow: hidden
}
.is-quote-modal-dialog-scrollable .is-quote-modal-body {
    overflow-y: auto
}
.is-quote-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}
.is-quote-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}
.modal-backdrop.fade {
    opacity: 0
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}
.is-quote-modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}
.is-quote-modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto
}
.is-quote-modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}
.is-quote-modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}
.is-quote-modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}
.is-quote-modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}
@media (min-width:576px) {
    .is-quote-modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }
    .is-quote-modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
    .is-quote-modal-sm {
        --bs-modal-width: 300px
    }
}
@media (min-width:992px) {
    .is-quote-modal-lg, .is-quote-modal-xl {
        --bs-modal-width: 800px
    }
}
@media (min-width:1200px) {
    .is-quote-modal-xl {
        --bs-modal-width: 1140px
    }
}
.is-quote-modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}
.is-quote-modal-fullscreen .is-quote-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}
.is-quote-modal-fullscreen .is-quote-modal-footer, .is-quote-modal-fullscreen .is-quote-modal-header {
    border-radius: 0
}
.is-quote-modal-fullscreen .is-quote-modal-body {
    overflow-y: auto
}
@media (max-width:575.98px) {
    .is-quote-modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .is-quote-modal-fullscreen-sm-down .is-quote-modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .is-quote-modal-fullscreen-sm-down .is-quote-modal-footer, .is-quote-modal-fullscreen-sm-down .is-quote-modal-header {
        border-radius: 0
    }
    .is-quote-modal-fullscreen-sm-down .is-quote-modal-body {
        overflow-y: auto
    }
}
@media (max-width:767.98px) {
    .is-quote-modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .is-quote-modal-fullscreen-md-down .is-quote-modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .is-quote-modal-fullscreen-md-down .is-quote-modal-footer, .is-quote-modal-fullscreen-md-down .is-quote-modal-header {
        border-radius: 0
    }
    .is-quote-modal-fullscreen-md-down .is-quote-modal-body {
        overflow-y: auto
    }
}
@media (max-width:991.98px) {
    .is-quote-modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .is-quote-modal-fullscreen-lg-down .is-quote-modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .is-quote-modal-fullscreen-lg-down .is-quote-modal-footer, .is-quote-modal-fullscreen-lg-down .is-quote-modal-header {
        border-radius: 0
    }
    .is-quote-modal-fullscreen-lg-down .is-quote-modal-body {
        overflow-y: auto
    }
}
@media (max-width:1199.98px) {
    .is-quote-modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .is-quote-modal-fullscreen-xl-down .is-quote-modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .is-quote-modal-fullscreen-xl-down .is-quote-modal-footer, .is-quote-modal-fullscreen-xl-down .is-quote-modal-header {
        border-radius: 0
    }
    .is-quote-modal-fullscreen-xl-down .is-quote-modal-body {
        overflow-y: auto
    }
}
@media (max-width:1399.98px) {
    .is-quote-modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .is-quote-modal-fullscreen-xxl-down .is-quote-modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .is-quote-modal-fullscreen-xxl-down .is-quote-modal-footer, .is-quote-modal-fullscreen-xxl-down .is-quote-modal-header {
        border-radius: 0
    }
    .is-quote-modal-fullscreen-xxl-down .is-quote-modal-body {
        overflow-y: auto
    }
}

.is-quote-text-start {
    text-align: left!important
}
.is-quote-text-end {
    text-align: right!important
}
.is-quote-text-center {
    text-align: center!important
}






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

.is-quote-float-start {
    float: left!important
}
.is-quote-float-end {
    float: right!important
}
.is-quote-float-none {
    float: none!important
}

.is-quote-fw-light {
    font-weight: 300!important
}
.is-quote-fw-lighter {
    font-weight: lighter!important
}
.is-quote-fw-normal {
    font-weight: 400!important
}
.is-quote-fw-bold {
    font-weight: 700!important
}
.is-quote-fw-semibold {
    font-weight: 600!important
}
.is-quote-fw-bolder {
    font-weight: bolder!important
}

.is-quote-img-fluid {
    max-width: 100%;
    height: auto
}
.is-quote-img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    max-width: 100%;
    height: auto
}





.is-quote-text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important
}
.is-quote-text-muted {
    --bs-text-opacity: 1;
    color: #6c757d!important
}
.is-quote-text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5)!important
}
.is-quote-text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5)!important
}
.is-quote-text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}
.is-quote-text-opacity-25 {
    --bs-text-opacity: 0.25
}
.is-quote-text-opacity-50 {
    --bs-text-opacity: 0.5
}
.is-quote-text-opacity-75 {
    --bs-text-opacity: 0.75
}
.is-quote-text-opacity-100 {
    --bs-text-opacity: 1
}

.is-quote-d-flex {
    display: flex!important
}
.is-quote-justify-content-center {
    justify-content: center!important
}





.is-quote-spinner-border, .is-quote-spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}
.is-quote-spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.is-quote-visually-hidden, .is-quote-visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    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
}




.is-quote-btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}
.is-quote-btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}
.is-quote-btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}
.is-quote-btn-close.disabled, .is-quote-btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}
.is-quote-btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.widget-quote-request-modal {
    z-index: 9999 !important;
}
