@import url("https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js");

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

/* .z-indexed-col{
    z-index:1000;
} */

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgb(49 132 253 / .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(49 132 253 / .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgb(130 138 145 / .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(130 138 145 / .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgb(60 153 110 / .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(60 153 110 / .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgb(11 172 204 / .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(11 172 204 / .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgb(217 164 6 / .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(217 164 6 / .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgb(225 83 97 / .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(225 83 97 / .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgb(211 212 213 / .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(211 212 213 / .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgb(66 70 73 / .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(66 70 73 / .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: #fff0
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgb(108 117 125 / .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgb(108 117 125 / .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: #fff0
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgb(25 135 84 / .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgb(25 135 84 / .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: #fff0
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgb(13 202 240 / .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgb(13 202 240 / .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: #fff0
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgb(255 193 7 / .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgb(255 193 7 / .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: #fff0
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgb(220 53 69 / .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgb(220 53 69 / .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: #fff0
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgb(248 249 250 / .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgb(248 249 250 / .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: #fff0
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgb(33 37 41 / .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgb(33 37 41 / .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: #fff0
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%230c63e4'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%23212529'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: #fff0 url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%23000'%3e%3cpathd='M.293.293a110011.4140L86.58614.293.293a110111.4141.414L9.4148l6.2936.293a11001-1.4141.414L89.414l-6.2936.293a11001-1.414-1.414L6.5868.2931.707a110010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0 .6s
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%23fff'%3e%3cpathd='M11.3541.646a.5.50010.708L5.7078l5.6475.646a.5.5001-.708.708l-6-6a.5.50010-.708l6-6a.5.5001.7080z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%23fff'%3e%3cpathd='M4.6461.646a.5.5001.7080l66a.5.50010.708l-66a.5.5001-.708-.708L10.29384.6462.354a.5.50010-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid #fff0;
    border-bottom: 10px solid #fff0;
    opacity: .5;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem+1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem+0.9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem+0.6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem+0.3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

div#primeagile__13641 {
    position: relative
}

.row {
    margin-left: 0;
    margin-right: 0
}

.header {
    background-color: #f8f9fa
}

.nav-bar {
    width: 100%;
    display: flex;
    top: 0;
    z-index: 5
}

.justify-content-end {
    width: 50%;
    padding-right: 2%
}

.navbar-nav {
    justify-content: center;
    flex-wrap: wrap
}

.featured-nav {
    width: 100% !important;
}

.nav-bar nav,
.nav-bar div {
    /*justify-content: right;*/
    gap: 5px;
    align-items: center;
    background: #17a2b7 !important;
    color: #fff;
    padding: 5px;
}

.nav-bar-scrolled {
    background-color: #17a2b8 !important
}

.dropdown-menu {
    border-style: none;
    top: 30px !important;
    left: -40px !important
}

.nav-bar a {
    color: #fff !important;
    font-size: large;
    font-weight: 500;
    text-align: center;
    padding-left: 25px !important;
    padding-right: 10px;
    text-decoration: none
}

.nav-bar .dropdown a {
    color: #fff !important;
    font-size: large;
    font-weight: 500;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    position: relative;
    top: -10px
}

.navbar-brand {
    width: 50vw
}

.name-header {
    width: 50%
}

#primeagile__10956 {
    box-shadow: none
}

.home-logo {
    font-size: 50px;
    font-weight: 300;
    color: white;
}

.carousel-header .about-right {
    height: 100vh
}

.carousel-header .about-right img {
    margin-top: 15vh;
    max-width: 400px
}

.carousel-header .prop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 75vh;
    width: 50%;
    right: 0
}

.carousel-header .about-right {
    background-color: #f9f9f9
}

.carousel-header .about-right div {
    background-color: #f9f9f9
}

.carousel-header .col-2 {
    background-color: white
}

.carousel-header .slick-slider img {
    height: 100vh;
    filter: brightness(70%)
}

.center-cont {
    width: 100%;
    display: flex;
    justify-content: center
}

.email-div {
    width: fit-content;
    /*text-align: right */
}

.center-cont .row h4 {
    width: fit-content
}

.bottom-border {
    border-left-style: solid;
    border-color: #000;
    border-width: 2px;
    margin: 0;
    margin-top: -5px;
    margin-left: 10px;
    height: 40px;
    width: 0;
    position: relative;
    bottom: 5px
}

.prop-btn button {
    color: #17a2b8;
    width: 200px;
    background-color: #f8f9fa;
    border-style: solid;
    border-color: #17a2b8;
    padding: 20px;

    font-weight: 600
}

.slick-track h2 {
    border-bottom-style: solid;
    position: relative;
    top: -90vh;
    left: 35%;
    color: white;
    width: fit-content
}

.prop-banner {
    text-align: center
}

.prop-banner h2 {
    font-size: 30px;
    /* text-align: left; */
    margin-left: 20px;
    margin-bottom: 50px
}

.prop-banner h3 {
    font-size: 26px;
    margin: 20px;
    margin-top: 50px
}

.prop-banner i {
    font-size: 80px;
    margin-top: 100px;
    color: darkgray
}

.col-3.odd,
.col-3.even {
    width: 25%
}

.col-3.odd div,
.col-3.even div {
    /*margin-left: 20%;
    margin-right: 20%;*/
    margin-bottom: 100px
}

#primeagile__11053 .col-3.odd {
    background-color: rgb(5, 164, 189, .1)
}

.col-3.even {
    background-color: rgb(5, 164, 189, .15)
}

.line-div {
    margin: 10px auto;
    /*margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 20px;*/
    border-bottom-style: solid;
    width: 50px;
    border-color: #17a2b8
}

/* .card {
    margin-top: 4%;
    margin-left: 2%;
    padding: 20px;
    width: 31%;
    background-color: #f8f9fa
} */

.card svg {
    font-size: 30px;
    margin-left: 5%;
    margin-top: 5%;
    color: #17a2b8
}

.card p {
    font-size: 20px;
    text-align: center;
    margin: 5%;
    margin-left: 10%;
    margin-right: 10%
}

.card h3 {
    font-size: 26px;
    text-align: right;
    margin-right: 5%
}

.testimonial-btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 3%
}

.testimonial-btn a {
    color: #17a2b8
}

.test-cont-left {
    padding: 5%;
    padding-top: 20vh
}

.test-cont-left h1 {
    color: white;
    font-weight: 400;
}

.test-cont-left .card {
    color: white;
    background: #6d5f5f5c;
    border-style: none;
    margin: 0;
    margin-top: 10%;
    width: 100%;
    padding: 20px;
}

.test-cont-left .card svg {
    color: white
}

.test-cont-right {
    background-color: white;
    height: 100%;
    padding-top: 22vh
}

#primeagile__12607__10956 {
    width: 100%
}

.test-cont-right h1 {
    text-align: right;
    color: #17a2b8 !important;
    font-size: 70px;
    width: fit-content;
    margin-bottom: 20px
}

.test-cont-right .row {
    display: flex;
    justify-content: center
}

.test-cont-right h2 {
    width: fit-content;
    font-size: 55px;
    color: #17a2b8 !important;
    padding-left: 24px;
    text-align: left;
    position: relative;
    top: 15px;
    left: -20px
}

.test-cont-right .moto {
    margin: 10%;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 5vh
}

#primeagile__11116,
#primeagile__11241,
#primeagile__11095 {
    padding: 0;
    background-color: #17a2b8;
}

.con-left {
    padding-top: 20vh;
    padding-left: 5vw;
    color: white
}

div#primeagile__11242 {
    margin-top: 50px;
}

.con-left h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 50px;
    font-weight: 400
}

.con-left h2 {
    margin-top: 70px;
    margin-bottom: 70px;
    font-weight: 300
}

.con-right {
    padding-right: 50px;
    min-height: 100vh;
    padding-top: 7vh;
    padding-left: 5%;

    background-color: white;
    width: 500px;
    margin: 20px auto;
}

.con-right h1 {
    margin: 20px;
    text-align: center
}

.con-right h4 {
    margin-bottom: 50px;
    text-align: center
}

.con-right label {
    display: block;
    margin-left: 5px;
    margin-top: 20px
}

.con-right input,
.con-right textarea {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
    width: 100%;
    height: 32px
}

#g-recaptcha {
    width: 50%;
    margin-top: 8vh
}

#primeagile__12796__11112 {
    width: 40%;
    margin-left: 10%;
    margin-bottom: 20vh;
    margin-top: 5vh
}

.iframe-con {
    background-color: grey;
    width: 100%;
    height: 100vh;
    margin-top: 10vh
}

.iframe-con iframe {
    height: 100vh
}

.about-right {
    background-color: white;
    text-align: center;
    height: 100%
}

.about-right img {
    margin-top: 20vh;
    margin-bottom: -23vh;

}

.about-right .test-cont-right {
    height: auto
}

.about-left {
    margin: 5%;
    margin-top: 15vh
}

.about-left h1 {
    color: white;
    margin-bottom: 5vh
}

.about-left div {
    font-size: 20px;
    font-weight: 200;
    color: white;
    background-color: rgb(51, 51, 51, .1);
    padding: 5%
}

.prop-header {
    background-image: url(https://images.primeagile.com/dreamhomesbymj_com/image/11002/santa-catalina-island_SRC-MD_W1200XH800.webp);
    background-size: cover
}

.prop-header .nav-bar,
.featured-header .nav-bar {
    background-image: linear-gradient(#17a2b8, transparent);
    padding-top: 10px;
    top: 0;
    width: 100%
}


.shaded-box {
    background-color: rgb(0, 0, 0, .5);
    padding: 50px
}

.shaded-box h1 {
    color: white;
    font-size: 60px;
    font-weight: 400
}

.shaded-box button {
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    color: white;
    font-size: 20px;
    padding: 15px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 50px
}

.cat-body h1 {
    font-size: 36px;
    margin-top: 50px
}

.cat-con1 {
    padding: 30px;
    text-align: left
}

.cat-con1 div {
    margin-top: 50px;
    padding-right: 25%;
    font-size: 20px
}

.cat-con2 {
    background-color: rgb(51, 51, 51, .1);
    padding: 30px;
    text-align: right
}

.cat-con2 div {
    margin-top: 50px;
    padding-left: 25%;
    font-size: 20px
}

.cat-con3 {
    background-color: rgb(5, 164, 189, .1);
    padding: 30px;
    text-align: left
}

.cat-con3 div {
    margin-top: 50px;
    padding-right: 25%;
    font-size: 20px
}

.cat-con4 {
    background-color: rgba(51, 51, 51, 0.1);
    text-align: center;
    padding: 30px;
    margin: 0 5% 5%
}

.cat-con4 div {
    margin-top: 50px;
    padding: 30px;
    font-size: 20px
}

#primeagile__12916__11164 {
    margin: 70px;
    text-align: right
}

.coachella-page .prop-header {
    /*padding-top: 12vh;*/
    //background-image: url(https://images.primeagile.com/dreamhomesbymj_com/image/11001/coachella-valley_SRC-MD_W1200XH800.webp);
    background: url("https://images.primeagile.com/dreamhomesbymj_com/image/11707/top-head.webp") bottom;
    background-size: cover
}

.blog-header-banner {
    background: url("https://images.primeagile.com/dreamhomesbymj_com/image/11708/blog-head.webp") top;
    background-size: cover
}

.coachella-body .row {
    padding: 0;
    text-align: center
}

.coachella-body h1 {
    font-size: 36px;
    width: 100%;
    margin: 20px
}

.coachella-body img {
    padding: 10px;
    width: 100%;
    aspect-ratio: 2 / 1
}

.coachella-body .about-text {
    padding: 100px;
    font-size: 20px
}

#primeagile__12907__11157 {
    width: 100%
}

.coachella-body .about-text div {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center
}

.image-col {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.coach-image-con {
    width: 50%;
    background-color: white;
    margin: 20px
}

.coach-sect1 {
    background-color: rgb(51, 51, 51, .1)
}

.coach-sect2 {
    background-color: rgb(5, 164, 189, .1)
}

.calc-right {
    background-color: white;
    padding: 10%;
    padding-top: 20vh
}

.calc-right h1 {
    font-size: 45px;
    text-align: center
}

.calc-right label {
    display: block;
    font-size: 25px;
    margin-left: 5px;
    margin-top: 20px
}

.calc-right input {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
    width: 100%;
    height: 32px
}

.calc-right button {
    color: #17a2b8;
    width: 200px;
    background-color: #f8f9fa;
    border-style: solid;
    border-color: #17a2b8;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 50px;
    font-weight: 600;
    margin-bottom: 30%
}

.calc-left {
    margin: 10%;
    margin-top: 30vh;
    color: white
}

.calc-left h3 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px
}

.calc-left h1 {
    color: white;
    font-size: 64px;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 10px
}

#primeagile__12997__11244 {
    padding: 5%;
    background-color: rgb(51, 51, 51, .1)
}

.value {
    font-size: 20px
}

#primeagile__13005__11252 {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-bottom: 10%
}

#primeagile__13005__11252 .div {
    margin-right: 10px
}

.footer {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    background-color: #f8f9fa;
    font-weight: 500;
    padding-top: 3rem;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dcdcdc;
    padding: 2rem 0;
    color: grey;
}
#primeagile__11006{
    color: black;
    text-decoration: none;
}
#primeagile__11006:hover {
    text-decoration: underline;
}
/* =========================================
   FOOTER LEGAL & SOCIAL BLOCKS
   ========================================= */
.pa-legal-block {
    margin-bottom: 32px;
}

.pa-footer-heading {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 16px 0;
}

.pa-footer-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pa-legal-text {
    color: #475569;
    font-size: 1rem;
    margin: 0;
}

.pa-contact-link {
    color: #475569;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
}

.pa-contact-link:hover {
    color: #17a2b7;
}

.pa-legal-divider {
    color: #94a3b8;
    margin: 0 6px;
    font-weight: 300;
}

.pa-socials-row {
    margin-top: 2rem;
    display: flex;
    gap: 16px;
    align-items: center;
}

.pa-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
}

.pa-social-icon:hover {
    transform: translateY(-2px);
}

.pa-social-icon--fb {
    color: #17a2b7;
    background-color: rgba(23, 162, 183, 0.1);
}

.pa-social-icon--fb:hover {
    background-color: rgba(23, 162, 183, 0.2);
}

.pa-social-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

@media only screen and (max-width: 991px) {

    .nav-bar .dropdown a,
    .nav-bar a {
        text-align: right
    }

    .nav-bar .dropdown a {
        height: 22px
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 10px
    }

    .prop-header .bg-light,
    .featured-header .bg-light {
        width: 100% !important
    }

    #responsive-navbar-nav {
        padding-right: 10px
    }

    .justify-content-end {
        width: 100vw
    }

    .nav-bar {
        width: 100vw
    }

    .home-logo {
        font-size: 36px;
        left: 2%
    }

    .intro-image {
        width: 75%
    }

    .test-cont-right h1 {
        font-size: 40px
    }

    .test-cont-right h2 {
        font-size: 30px;
        top: 10px
    }

    .email-div {
        width: fit-content
    }

    .center-cont .row h4 {
        width: fit-content;
        text-align: center
    }

    .carousel-header .prop-btn {
        top: 67vh
    }

    .bottom-border {
        display: none
    }

    .footer {
        padding-left: 5%;
        padding-right: 5%
    }

    #primeagile__12796__11112 {
        width: 100%
    }

    .coachella-body .about-text {
        padding: 50px
    }

    .coach-image-con {
        width: 100%
    }

    .calc-left {
        margin-top: 15vh
    }

    #g-recaptcha {
        width: 50%;
        margin-top: 3vh
    }

    #primeagile__12796__11112 {
        margin-bottom: 5vh;
        margin-top: 0vh
    }

    .prop-header .navbar-light .navbar-toggler,
    .featured-header .navbar-light .navbar-toggler {
        border-style: none;
        padding: 0
    }

    .prop-header .navbar-light .navbar-toggler-icon,
    .featured-header .navbar-light .navbar-toggler-icon {
        background-image: url(https://images.primeagile.com/dreamhomesbymj_com/image/11101/white-hamburger-menu.png);
        background-size: 56px 40px;
        width: 56px;
        height: 40px
    }

    .prop-header #responsive-navbar-nav,
    .featured-header #responsive-navbar-nav {
        background-color: rgb(0, 0, 0, .5) !important
    }

    .col-3.odd div,
    .col-3.even div {
        margin-left: 10%;
        margin-right: 10%
    }
}

@media only screen and (max-width: 800px) {
    .carousel-header .prop-btn {
        position: unset;
        width: 100%
    }

    .slick-track h2 {
        left: 43%
    }

    .col-2 {
        width: 100%
    }

    .navbar-light .navbar-toggler {
        border-style: none;
        padding: 0;
        margin-right: 10px
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(https://images.primeagile.com/dreamhomesbymj_com/image/11101/white-hamburger-menu.png);
        background-size: 56px 40px;
        width: 56px;
        height: 40px
    }

    .nav-bar .dropdown a {
        color: #fff !important;
        margin-bottom: 10px
    }

    .nav-bar a {
        color: #fff;
        margin-bottom: 10px
    }

    #responsive-navbar-nav {
        background-color: rgb(0, 0, 0, .5) !important;
        padding-right: 15px
    }

    .col-3.odd,
    .col-3.even {
        width: 50%;
        margin-bottom: 10px
    }

    .test-cont-right .moto {
        font-size: 18px;
        margin-top: 5vh
    }

    .prop-header .nav-bar a,
    .featured-header .nav-bar a {
        margin-bottom: 10px
    }

    .prop-header .nav-bar a:hover,
    .prop-header .nav-bar a:link,
    .featured-header .nav-bar a:hover,
    .featured-header .nav-bar a:link {
        background-color: transparent
    }
}

@media only screen and (max-width: 600px) {
    .slick-track h2 {
        left: 35%
    }

    .col-2 {
        width: 100%
    }

    .footer-col {
        width: 100%;
        margin-bottom: 40px
    }

    .con-left {
        padding-left: 10vw;
        padding-bottom: 20px
    }

    .card {
        width: 95%
    }

    .carousel-header .prop-btn {
        position: unset;
        width: 100%
    }

    .cat-con1 div,
    .cat-con2 div,
    .cat-con3 div,
    .cat-con4 div {
        padding: 0
    }

    .cat-con1,
    .cat-con2,
    .cat-con3,
    .cat-con4 {
        padding: 15px
    }

    .shaded-box {
        padding-left: 20px
    }

    .shaded-box button {
        padding-left: 45px;
        padding-right: 45px
    }

    #primeagile__12916__11164 {
        margin: 50px
    }

    .image-col {
        width: 100%
    }

    .coachella-body .about-text {
        width: 100%;
        padding: 20px
    }
}

@media only screen and (max-width: 400px) {
    .home-logo {
        font-size: 24px
    }

    .col-3.odd,
    .col-3.even {
        width: 100%
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -60px !important
}

.dropdown-menu.show {
    display: flex !important;
    flex-direction: column !important
}

.dropdown-menu {
    min-width: 10rem !important
}

.prop-btn a {
    background: #17a2b8;
    color: #fff;
    padding: 20px 30px
}

.testimonial-btn button {
    background: #17a2b8;
    color: #fff;
    padding: 15px 25px;
    border: 0
}

.featured-header {
    padding-top: 50vh;
    background-image: url(https://images.primeagile.com/dreamhomesbymj_com/image/11206/80282-hermitage1.webp);
    background-size: cover
}

.cta-block {
    position: absolute;
    top: 127px;
    color: #fff;
    padding-left: 10px;
    text-align: center;
    margin: 10px auto auto 200px
}

.mortgage-form {
    margin: auto;
    max-width: 90%
}

.calulator-name {
    display: none
}

.home-slide img {
    height: 737px !important
}



div#primeagile__11071 {
    justify-content: center;
    gap: 2rem;
    margin: 50px auto;
}



div#primeagile__11081 {
    text-align: center;
    margin: 50px auto;
}

.sub-menu,
.sub-menu-1 {
    background: rgb(235, 235, 235) !important;
    width: 17em;

}

.sub-menu-1 {
    width: 215px;
}

.l-col {
    background: #17a2b8;
}

.dropdownOne {
    top: 40px !important;
}

div#primeagile__10981 {
    width: 100%;
}

.slick-next,
.slick-prev {
    display: none !important;
}

#pagelist a {
    text-decoration: none !important;
}

.title-head {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none !important;
    color: #17a2b7;
    padding-bottom: 20px;
}

.description-text {
    font-size: 20px;
    text-decoration: none !important;
    color: #333;
    margin-top: 20px;
}

#pagelist .row {
    padding: 20px 0;
    background: #f4f4f4;
    margin: 20px;
}

h2.item-head {
    color: #fff;
    text-align: center;
    position: absolute;
}

.contact {
    text-decoration: none;
    position: absolute;
}

.contact button {
    background-color: #17a2b7;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    display: block;
    font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 100%;
    margin: 0 auto;
    outline: 0;
    padding: 14px 24px;
    text-align: center;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 276px;
}
.contact button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* pending */
.listed-page-11403 {
    background: #fff7cd !important;
}

/* sold */
.listed-page-11201 {
    background: #ffd2cd !important;
}

/* hover */
#primeagile__12111:hover {
    box-shadow: 2px 10px 2px #dadada;
    border: 1px solid #17a2b7
}

/* Fixed HTML parsing error */
.pop-win {
    text-align: center;
}

.pop-win label {
    display: block;
}

.pop-win input {
    padding: 5px 10px;
    width: 50%;
}

#primeagile__12501 {
    margin: 40px auto;
}

#primeagile__12114 {
    width: 250px;
}

/* button css */
.button-25 {
    background-color: #17a2b7;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 100%;
    margin: 10px auto;
    outline: 0;
    padding: 14px 24px;
    text-align: center;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 50%;
}
.button-25:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.button-25:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
}

.button-25:disabled {
    cursor: not-allowed;
    opacity: .6;
}

.button-25:disabled:active {
    pointer-events: none;
}

.button-25:disabled:hover {
    box-shadow: none;
}

/* button css */
.pop-win {
    text-align: center;
}

.pop-win label {
    display: block;
}

.pop-win input {
    padding: 5px 10px;
    width: 50%;
}

#primeagile__12501 {
    margin: 40px auto;
}

.feat li {
    border-left: 10px solid #ff0000;
    padding-left: 9px;
    list-style: none;
}

.cover-img {
    height: 100% !important;
}

#primeagile__12454 label {
    padding: 5px;
}