@media (min-width : 1200px) {
    .col-xl {flex-basis : 0;flex-grow : 1;max-width : 100%}

    .row-cols-xl-1 > * {flex : 0 0 100%;max-width : 100%}

    .row-cols-xl-2 > * {flex : 0 0 50%;max-width : 50%}

    .row-cols-xl-3 > * {flex : 0 0 33.333333%;max-width : 33.333333%}

    .row-cols-xl-4 > * {flex : 0 0 25%;max-width : 25%}

    .row-cols-xl-5 > * {flex : 0 0 20%;max-width : 20%}

    .row-cols-xl-6 > * {flex : 0 0 16.666667%;max-width : 16.666667%}

    .col-xl-auto {flex : 0 0 auto;width : auto;max-width : 100%}

    .col-xl-1 {flex : 0 0 8.333333%;max-width : 8.333333%}

    .col-xl-2 {flex : 0 0 16.666667%;max-width : 16.666667%}

    .col-xl-3 {flex : 0 0 25%;max-width : 25%}

    .col-xl-4 {flex : 0 0 33.333333%;max-width : 33.333333%}

    .col-xl-5 {flex : 0 0 41.666667%;max-width : 41.666667%}

    .col-xl-6 {flex : 0 0 50%;max-width : 50%}

    .col-xl-7 {flex : 0 0 58.333333%;max-width : 58.333333%}

    .col-xl-8 {flex : 0 0 66.666667%;max-width : 66.666667%}

    .col-xl-9 {flex : 0 0 75%;max-width : 75%}

    .col-xl-10 {flex : 0 0 83.333333%;max-width : 83.333333%}

    .col-xl-11 {flex : 0 0 91.666667%;max-width : 91.666667%}

    .col-xl-12 {flex : 0 0 100%;max-width : 100%}

    .order-xl-first {order : -1}

    .order-xl-last {order : 13}

    .order-xl-0 {order : 0}

    .order-xl-1 {order : 1}

    .order-xl-2 {order : 2}

    .order-xl-3 {order : 3}

    .order-xl-4 {order : 4}

    .order-xl-5 {order : 5}

    .order-xl-6 {order : 6}

    .order-xl-7 {order : 7}

    .order-xl-8 {order : 8}

    .order-xl-9 {order : 9}

    .order-xl-10 {order : 10}

    .order-xl-11 {order : 11}

    .order-xl-12 {order : 12}

    .offset-xl-0 {margin-left : 0}

    .offset-xl-1 {margin-left : 8.333333%}

    .offset-xl-2 {margin-left : 16.666667%}

    .offset-xl-3 {margin-left : 25%}

    .offset-xl-4 {margin-left : 33.333333%}

    .offset-xl-5 {margin-left : 41.666667%}

    .offset-xl-6 {margin-left : 50%}

    .offset-xl-7 {margin-left : 58.333333%}

    .offset-xl-8 {margin-left : 66.666667%}

    .offset-xl-9 {margin-left : 75%}

    .offset-xl-10 {margin-left : 83.333333%}

    .offset-xl-11 {margin-left : 91.666667%}
}

.table {width : 100%;margin-bottom : 1rem;color : #495057;background-color : transparent}

.table td, .table th {padding : .75rem;vertical-align : top;border-top : 1px solid #e2e8f2}

.table thead th {vertical-align : bottom;border-bottom : 2px solid #e2e8f2}

.table tbody + tbody {border-top : 2px solid #e2e8f2}

.table-sm td, .table-sm th {padding : .25rem}

.table-bordered {border : 1px solid #e2e8f2}

.table-bordered td, .table-bordered th {border : 1px solid #e2e8f2}

.table-bordered thead td, .table-bordered thead th {border-bottom-width : 2px}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {border : 0}

.table-striped tbody tr:nth-of-type(odd) {background-color : #f6f7fb}

.table-hover tbody tr:hover {color : #495057;background-color : #ebeff6}

.table-primary, .table-primary > td, .table-primary > th {background-color : #b9d4f2}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {border-color : #7eafe7}

.table-hover .table-primary:hover {background-color : #a3c7ee}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {background-color : #a3c7ee}

.table-secondary, .table-secondary > td, .table-secondary > th {background-color : #d6d8db}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {border-color : #b3b7bb}

.table-hover .table-secondary:hover {background-color : #c8cbcf}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {background-color : #c8cbcf}

.table-success, .table-success > td, .table-success > th {background-color : #dceacd}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {border-color : #bed9a1}

.table-hover .table-success:hover {background-color : #cfe2bb}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {background-color : #cfe2bb}

.table-info, .table-info > td, .table-info > th {background-color : #c8e0f6}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {border-color : #9ac5ee}

.table-hover .table-info:hover {background-color : #b2d4f2}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {background-color : #b2d4f2}

.table-warning, .table-warning > td, .table-warning > th {background-color : #ffe9bf}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {border-color : #ffd687}

.table-hover .table-warning:hover {background-color : #ffe0a6}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {background-color : #ffe0a6}

.table-danger, .table-danger > td, .table-danger > th {background-color : #f6cebf}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {border-color : #efa388}

.table-hover .table-danger:hover {background-color : #f3bda9}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {background-color : #f3bda9}

.table-light, .table-light > td, .table-light > th {background-color : #fdfdfe}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {border-color : #fbfcfc}

.table-hover .table-light:hover {background-color : #ececf6}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {background-color : #ececf6}

.table-dark, .table-dark > td, .table-dark > th {background-color : #c6c8ca}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {border-color : #95999c}

.table-hover .table-dark:hover {background-color : #b9bbbe}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {background-color : #b9bbbe}

.table-active, .table-active > td, .table-active > th {background-color : #ebeff6}

.table-hover .table-active:hover {background-color : #dae0ee}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {background-color : #dae0ee}

.table .thead-dark th {color : #fff;background-color : #343a40;border-color : #343a40}

.table .thead-light th {color : #495057;background-color : #e2e8f2;border-color : #e2e8f2}

.table-dark {color : #fff;background-color : #343a40}

.table-dark td, .table-dark th, .table-dark thead th {border-color : #343a40}

.table-dark.table-bordered {border : 0}

.table-dark.table-striped tbody tr:nth-of-type(odd) {background-color : hsla(0, 0%, 100%, .05)}

.table-dark.table-hover tbody tr:hover {color : #fff;background-color : hsla(0, 0%, 100%, .075)}

@media (max-width : 575.98px) {
    .table-responsive-sm {display : block;width : 100%;overflow-x : auto;-webkit-overflow-scrolling : touch}

    .table-responsive-sm > .table-bordered {border : 0}
}

@media (max-width : 767.98px) {
    .table-responsive-md {display : block;width : 100%;overflow-x : auto;-webkit-overflow-scrolling : touch}

    .table-responsive-md > .table-bordered {border : 0}
}

@media (max-width : 991.98px) {
    .table-responsive-lg {display : block;width : 100%;overflow-x : auto;-webkit-overflow-scrolling : touch}

    .table-responsive-lg > .table-bordered {border : 0}
}

@media (max-width : 1199.98px) {
    .table-responsive-xl {display : block;width : 100%;overflow-x : auto;-webkit-overflow-scrolling : touch}

    .table-responsive-xl > .table-bordered {border : 0}
}

.table-responsive {display : block;width : 100%;overflow-x : auto;-webkit-overflow-scrolling : touch}

.table-responsive > .table-bordered {border : 0}

.form-control {display : block;width : 100%;height : calc(1.5em + .75rem + 2px);padding : .375rem .75rem;font-size : 1rem;font-weight : 400;line-height : 1.5;color : #495057;background-color : #fff;background-clip : padding-box;border : 1px solid #d4dcec;border-radius : .25rem;transition : border-color .15s ease-in-out, box-shadow .15s ease-in-out}

@media (prefers-reduced-motion : reduce) {
    .form-control {transition : none}
}

.form-control::-ms-expand {background-color : transparent;border : 0}

.form-control:-moz-focusring {color : transparent;text-shadow : 0 0 0 #495057}

.form-control:focus {color : #495057;background-color : #fff;border-color : #5ba6fa;outline : 0;box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .25)}

.form-control::-webkit-input-placeholder {color : #6c757d;opacity : 1}

.form-control::-ms-input-placeholder {color : #6c757d;opacity : 1}

.form-control::placeholder {color : #6c757d;opacity : 1}

.form-control:disabled, .form-control[readonly] {background-color : #e9ecef;opacity : 1}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {-webkit-appearance : none;-moz-appearance : none;appearance : none}

select.form-control:focus::-ms-value {color : #495057;background-color : #fff}

.form-control-file, .form-control-range {display : block;width : 100%}

.col-form-label {padding-top : calc(.375rem + 1px);padding-bottom : calc(.375rem + 1px);margin-bottom : 0;font-size : inherit;line-height : 1.5}

.col-form-label-lg {padding-top : calc(.5rem + 1px);padding-bottom : calc(.5rem + 1px);font-size : 1.25rem;line-height : 1.5}

.col-form-label-sm {padding-top : calc(.25rem + 1px);padding-bottom : calc(.25rem + 1px);font-size : .875rem;line-height : 1.5}

.form-control-plaintext {display : block;width : 100%;padding : .375rem 0;margin-bottom : 0;font-size : 1rem;line-height : 1.5;color : #495057;background-color : transparent;border : solid transparent;border-width : 1px 0}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {padding-right : 0;padding-left : 0}

.form-control-sm {height : calc(1.5em + .5rem + 2px);padding : .25rem .5rem;font-size : .875rem;line-height : 1.5;border-radius : .2rem}

.form-control-lg {height : calc(1.5em + 1rem + 2px);padding : .5rem 1rem;font-size : 1.25rem;line-height : 1.5;border-radius : .3rem}

select.form-control[multiple], select.form-control[size] {height : auto}

textarea.form-control {height : auto}

.form-group {margin-bottom : 1.25rem}

.form-text {display : block;margin-top : .5rem}

.form-row {display : flex;flex-wrap : wrap;margin-right : -5px;margin-left : -5px}

.form-row > .col, .form-row > [class*=col-] {padding-right : 5px;padding-left : 5px}

.form-check {position : relative;display : block;padding-left : 1.25rem}

.form-check-input {position : absolute;margin-top : .3rem;margin-left : -1.25rem}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {color : #6c757d}

.form-check-label {margin-bottom : 0}

.form-check-inline {display : inline-flex;align-items : center;padding-left : 0;margin-right : .75rem}

.form-check-inline .form-check-input {position : static;margin-top : 0;margin-right : .3125rem;margin-left : 0}

.valid-feedback {display : none;width : 100%;margin-top : .5rem;font-size : .875rem;color : #82b54b}

.valid-tooltip {position : absolute;top : 100%;left : 0;z-index : 5;display : none;max-width : 100%;padding : .25rem .75rem;margin-top : .1rem;font-size : .875rem;line-height : 1.5;color : #fff;background-color : rgba(130, 181, 75, .9);border-radius : .25rem}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {left : 5px}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {display : block}

.form-control.is-valid, .was-validated .form-control:valid {border-color : #82b54b}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {border-color : #82b54b;box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .25)}

.custom-select.is-valid, .was-validated .custom-select:valid {border-color : #82b54b}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {border-color : #82b54b;box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .25)}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {color : #82b54b}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {display : block}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {color : #82b54b}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {border-color : #82b54b}

.custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {border-color : #9bc46f;background-color : #9bc46f}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .25)}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {border-color : #82b54b}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {border-color : #82b54b}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {border-color : #82b54b;box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .25)}

.invalid-feedback {display : none;width : 100%;margin-top : .5rem;font-size : .875rem;color : #e04f1a}

.invalid-tooltip {position : absolute;top : 100%;left : 0;z-index : 5;display : none;max-width : 100%;padding : .25rem .75rem;margin-top : .1rem;font-size : .875rem;line-height : 1.5;color : #fff;background-color : rgba(224, 79, 26, .9);border-radius : .25rem}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {left : 5px}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {display : block}

.form-control.is-invalid, .was-validated .form-control:invalid {border-color : #e04f1a}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {border-color : #e04f1a;box-shadow : 0 0 0 .2rem rgba(224, 79, 26, .25)}

.custom-select.is-invalid, .was-validated .custom-select:invalid {border-color : #e04f1a}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {border-color : #e04f1a;box-shadow : 0 0 0 .2rem rgba(224, 79, 26, .25)}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {color : #e04f1a}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {display : block}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {color : #e04f1a}

.custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before {border-color : #e04f1a}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {border-color : #e97044;background-color : #e97044}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {box-shadow : 0 0 0 .2rem rgba(224, 79, 26, .25)}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {border-color : #e04f1a}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {border-color : #e04f1a}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {border-color : #e04f1a;box-shadow : 0 0 0 .2rem rgba(224, 79, 26, .25)}

.form-inline {display : flex;flex-flow : row wrap;align-items : center}

.form-inline .form-check {width : 100%}

@media (min-width : 576px) {
    .form-inline label {display : flex;align-items : center;justify-content : center;margin-bottom : 0}

    .form-inline .form-group {display : flex;flex : 0 0 auto;flex-flow : row wrap;align-items : center;margin-bottom : 0}

    .form-inline .form-control {display : inline-block;width : auto;vertical-align : middle}

    .form-inline .form-control-plaintext {display : inline-block}

    .form-inline .custom-select, .form-inline .input-group {width : auto}

    .form-inline .form-check {display : flex;align-items : center;justify-content : center;width : auto;padding-left : 0}

    .form-inline .form-check-input {position : relative;flex-shrink : 0;margin-top : 0;margin-right : .25rem;margin-left : 0}

    .form-inline .custom-control {align-items : center;justify-content : center}

    .form-inline .custom-control-label {margin-bottom : 0}
}

.btn {display : inline-block;font-weight : 600;color : #495057;text-align : center;vertical-align : middle;-webkit-user-select : none;-moz-user-select : none;-ms-user-select : none;user-select : none;background-color : transparent;border : 1px solid transparent;padding : .375rem .75rem;font-size : 1rem;line-height : 1.5;border-radius : .25rem;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) {
    .btn {transition : none}
}

.btn:hover {color : #495057;text-decoration : none}

.btn.focus, .btn:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .25)}

.btn.disabled, .btn:disabled {opacity : .65}

.btn:not(:disabled):not(.disabled) {cursor : pointer}

a.btn.disabled, fieldset:disabled a.btn {pointer-events : none}

.btn-primary {color : #fff;background-color : #0665d0;border-color : #0665d0}

.btn-primary:hover {color : #fff;background-color : #0553ab;border-color : #054d9e}

.btn-primary.focus, .btn-primary:focus {color : #fff;background-color : #0553ab;border-color : #054d9e;box-shadow : 0 0 0 .2rem rgba(43, 124, 215, .5)}

.btn-primary.disabled, .btn-primary:disabled {color : #fff;background-color : #0665d0;border-color : #0665d0}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {color : #fff;background-color : #054d9e;border-color : #044792}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(43, 124, 215, .5)}

.btn-secondary {color : #fff;background-color : #6c757d;border-color : #6c757d}

.btn-secondary:hover {color : #fff;background-color : #5a6268;border-color : #545b62}

.btn-secondary.focus, .btn-secondary:focus {color : #fff;background-color : #5a6268;border-color : #545b62;box-shadow : 0 0 0 .2rem rgba(130, 138, 145, .5)}

.btn-secondary.disabled, .btn-secondary:disabled {color : #fff;background-color : #6c757d;border-color : #6c757d}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {color : #fff;background-color : #545b62;border-color : #4e555b}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(130, 138, 145, .5)}

.btn-success {color : #fff;background-color : #82b54b;border-color : #82b54b}

.btn-success:hover {color : #fff;background-color : #6f9a3f;border-color : #68913c}

.btn-success.focus, .btn-success:focus {color : #fff;background-color : #6f9a3f;border-color : #68913c;box-shadow : 0 0 0 .2rem rgba(149, 192, 102, .5)}

.btn-success.disabled, .btn-success:disabled {color : #fff;background-color : #82b54b;border-color : #82b54b}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {color : #fff;background-color : #68913c;border-color : #628838}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(149, 192, 102, .5)}

.btn-info {color : #fff;background-color : #3c90df;border-color : #3c90df}

.btn-info:hover {color : #fff;background-color : #237dd2;border-color : #2177c7}

.btn-info.focus, .btn-info:focus {color : #fff;background-color : #237dd2;border-color : #2177c7;box-shadow : 0 0 0 .2rem rgba(89, 161, 228, .5)}

.btn-info.disabled, .btn-info:disabled {color : #fff;background-color : #3c90df;border-color : #3c90df}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {color : #fff;background-color : #2177c7;border-color : #1f70bc}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(89, 161, 228, .5)}

.btn-warning {color : #fff;background-color : #ffb119;border-color : #ffb119}

.btn-warning:hover {color : #fff;background-color : #f2a000;border-color : #e59700}

.btn-warning.focus, .btn-warning:focus {color : #fff;background-color : #f2a000;border-color : #e59700;box-shadow : 0 0 0 .2rem rgba(255, 189, 60, .5)}

.btn-warning.disabled, .btn-warning:disabled {color : #fff;background-color : #ffb119;border-color : #ffb119}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {color : #fff;background-color : #e59700;border-color : #d88f00}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(255, 189, 60, .5)}

.btn-danger {color : #fff;background-color : #e04f1a;border-color : #e04f1a}

.btn-danger:hover {color : #fff;background-color : #be4316;border-color : #b23f15}

.btn-danger.focus, .btn-danger:focus {color : #fff;background-color : #be4316;border-color : #b23f15;box-shadow : 0 0 0 .2rem rgba(229, 105, 60, .5)}

.btn-danger.disabled, .btn-danger:disabled {color : #fff;background-color : #e04f1a;border-color : #e04f1a}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {color : #fff;background-color : #b23f15;border-color : #a73b13}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(229, 105, 60, .5)}

.btn-light {color : #212529;background-color : #f8f9fa;border-color : #f8f9fa}

.btn-light:hover {color : #212529;background-color : #e2e6ea;border-color : #dae0e5}

.btn-light.focus, .btn-light:focus {color : #212529;background-color : #e2e6ea;border-color : #dae0e5;box-shadow : 0 0 0 .2rem rgba(216, 217, 219, .5)}

.btn-light.disabled, .btn-light:disabled {color : #212529;background-color : #f8f9fa;border-color : #f8f9fa}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {color : #212529;background-color : #dae0e5;border-color : #d3d9df}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(216, 217, 219, .5)}

.btn-dark {color : #fff;background-color : #343a40;border-color : #343a40}

.btn-dark:hover {color : #fff;background-color : #23272b;border-color : #1d2124}

.btn-dark.focus, .btn-dark:focus {color : #fff;background-color : #23272b;border-color : #1d2124;box-shadow : 0 0 0 .2rem rgba(82, 88, 93, .5)}

.btn-dark.disabled, .btn-dark:disabled {color : #fff;background-color : #343a40;border-color : #343a40}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {color : #fff;background-color : #1d2124;border-color : #171a1d}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(82, 88, 93, .5)}

.btn-outline-primary {color : #0665d0;border-color : #0665d0}

.btn-outline-primary:hover {color : #fff;background-color : #0665d0;border-color : #0665d0}

.btn-outline-primary.focus, .btn-outline-primary:focus {box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .5)}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {color : #0665d0;background-color : transparent}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {color : #fff;background-color : #0665d0;border-color : #0665d0}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .5)}

.btn-outline-secondary {color : #6c757d;border-color : #6c757d}

.btn-outline-secondary:hover {color : #fff;background-color : #6c757d;border-color : #6c757d}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5)}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {color : #6c757d;background-color : transparent}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {color : #fff;background-color : #6c757d;border-color : #6c757d}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5)}

.btn-outline-success {color : #82b54b;border-color : #82b54b}

.btn-outline-success:hover {color : #fff;background-color : #82b54b;border-color : #82b54b}

.btn-outline-success.focus, .btn-outline-success:focus {box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .5)}

.btn-outline-success.disabled, .btn-outline-success:disabled {color : #82b54b;background-color : transparent}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {color : #fff;background-color : #82b54b;border-color : #82b54b}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .5)}

.btn-outline-info {color : #3c90df;border-color : #3c90df}

.btn-outline-info:hover {color : #fff;background-color : #3c90df;border-color : #3c90df}

.btn-outline-info.focus, .btn-outline-info:focus {box-shadow : 0 0 0 .2rem rgba(60, 144, 223, .5)}

.btn-outline-info.disabled, .btn-outline-info:disabled {color : #3c90df;background-color : transparent}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {color : #fff;background-color : #3c90df;border-color : #3c90df}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(60, 144, 223, .5)}

.btn-outline-warning {color : #ffb119;border-color : #ffb119}

.btn-outline-warning:hover {color : #fff;background-color : #ffb119;border-color : #ffb119}

.btn-outline-warning.focus, .btn-outline-warning:focus {box-shadow : 0 0 0 .2rem rgba(255, 177, 25, .5)}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {color : #ffb119;background-color : transparent}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {color : #fff;background-color : #ffb119;border-color : #ffb119}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(255, 177, 25, .5)}

.btn-outline-danger {color : #e04f1a;border-color : #e04f1a}

.btn-outline-danger:hover {color : #fff;background-color : #e04f1a;border-color : #e04f1a}

.btn-outline-danger.focus, .btn-outline-danger:focus {box-shadow : 0 0 0 .2rem rgba(224, 79, 26, .5)}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {color : #e04f1a;background-color : transparent}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {color : #fff;background-color : #e04f1a;border-color : #e04f1a}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(224, 79, 26, .5)}

.btn-outline-light {color : #f8f9fa;border-color : #f8f9fa}

.btn-outline-light:hover {color : #212529;background-color : #f8f9fa;border-color : #f8f9fa}

.btn-outline-light.focus, .btn-outline-light:focus {box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5)}

.btn-outline-light.disabled, .btn-outline-light:disabled {color : #f8f9fa;background-color : transparent}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {color : #212529;background-color : #f8f9fa;border-color : #f8f9fa}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5)}

.btn-outline-dark {color : #343a40;border-color : #343a40}

.btn-outline-dark:hover {color : #fff;background-color : #343a40;border-color : #343a40}

.btn-outline-dark.focus, .btn-outline-dark:focus {box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5)}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {color : #343a40;background-color : transparent}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {color : #fff;background-color : #343a40;border-color : #343a40}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5)}

.btn-link {font-weight : 400;color : #0665d0;text-decoration : none}

.btn-link:hover {color : #03356d;text-decoration : none}

.btn-link.focus, .btn-link:focus {text-decoration : none}

.btn-link.disabled, .btn-link:disabled {color : #6c757d;pointer-events : none}

.btn-group-lg > .btn, .btn-lg {padding : .5rem 1rem;font-size : 1.25rem;line-height : 1.5;border-radius : .3rem}

.btn-group-sm > .btn, .btn-sm {padding : .25rem .5rem;font-size : .875rem;line-height : 1.5;border-radius : .2rem}

.btn-block {display : block;width : 100%}

.btn-block + .btn-block {margin-top : .5rem}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {width : 100%}

.fade {transition : opacity .15s linear}

@media (prefers-reduced-motion : reduce) {
    .fade {transition : none}
}

.fade:not(.show) {opacity : 0}

.collapse:not(.show) {display : none}

.collapsing {position : relative;height : 0;overflow : hidden;transition : height .35s ease}

@media (prefers-reduced-motion : reduce) {
    .collapsing {transition : none}
}

.dropdown, .dropleft, .dropright, .dropup {position : relative}

.dropdown-toggle {white-space : nowrap}

.dropdown-toggle:after {display : inline-block;margin-left : .255em;vertical-align : .255em;content : "";border-top : .3em solid;border-right : .3em solid transparent;border-bottom : 0;border-left : .3em solid transparent}

.dropdown-toggle:empty:after {margin-left : 0}

.dropdown-menu {position : absolute;top : 100%;left : 0;z-index : 1000;display : none;float : left;min-width : 12rem;padding : .5rem 0;margin : .125rem 0 0;font-size : 1rem;color : #495057;text-align : left;list-style : none;background-color : #fff;background-clip : padding-box;border : 0 solid #e2e8f2;border-radius : .25rem}

.dropdown-menu-left {right : auto;left : 0}

.dropdown-menu-right {right : 0;left : auto}

@media (min-width : 576px) {
    .dropdown-menu-sm-left {right : auto;left : 0}

    .dropdown-menu-sm-right {right : 0;left : auto}
}

@media (min-width : 768px) {
    .dropdown-menu-md-left {right : auto;left : 0}

    .dropdown-menu-md-right {right : 0;left : auto}
}

@media (min-width : 992px) {
    .dropdown-menu-lg-left {right : auto;left : 0}

    .dropdown-menu-lg-right {right : 0;left : auto}
}

@media (min-width : 1200px) {
    .dropdown-menu-xl-left {right : auto;left : 0}

    .dropdown-menu-xl-right {right : 0;left : auto}
}

.dropup .dropdown-menu {top : auto;bottom : 100%;margin-top : 0;margin-bottom : .125rem}

.dropup .dropdown-toggle:after {display : inline-block;margin-left : .255em;vertical-align : .255em;content : "";border-top : 0;border-right : .3em solid transparent;border-bottom : .3em solid;border-left : .3em solid transparent}

.dropup .dropdown-toggle:empty:after {margin-left : 0}

.dropright .dropdown-menu {top : 0;right : auto;left : 100%;margin-top : 0;margin-left : .125rem}

.dropright .dropdown-toggle:after {display : inline-block;margin-left : .255em;vertical-align : .255em;content : "";border-top : .3em solid transparent;border-right : 0;border-bottom : .3em solid transparent;border-left : .3em solid}

.dropright .dropdown-toggle:empty:after {margin-left : 0}

.dropright .dropdown-toggle:after {vertical-align : 0}

.dropleft .dropdown-menu {top : 0;right : 100%;left : auto;margin-top : 0;margin-right : .125rem}

.dropleft .dropdown-toggle:after {display : inline-block;margin-left : .255em;vertical-align : .255em;content : ""}

.dropleft .dropdown-toggle:after {display : none}

.dropleft .dropdown-toggle:before {display : inline-block;margin-right : .255em;vertical-align : .255em;content : "";border-top : .3em solid transparent;border-right : .3em solid;border-bottom : .3em solid transparent}

.dropleft .dropdown-toggle:empty:after {margin-left : 0}

.dropleft .dropdown-toggle:before {vertical-align : 0}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {right : auto;bottom : auto}

.dropdown-divider {height : 0;margin : .5rem 0;overflow : hidden;border-top : 1px solid #e2e8f2}

.dropdown-item {display : block;width : 100%;padding : .375rem .75rem;clear : both;font-weight : 400;color : #495057;text-align : inherit;white-space : nowrap;background-color : transparent;border : 0}

.dropdown-item:focus, .dropdown-item:hover {color : #495057;text-decoration : none;background-color : #f0f3f8}

.dropdown-item.active, .dropdown-item:active {color : #fff;text-decoration : none;background-color : #0665d0}

.dropdown-item.disabled, .dropdown-item:disabled {color : #adb5bd;pointer-events : none;background-color : transparent}

.dropdown-menu.show {display : block}

.dropdown-header {display : block;padding : .5rem .75rem;margin-bottom : 0;font-size : .875rem;color : #6c757d;white-space : nowrap}

.dropdown-item-text {display : block;padding : .375rem .75rem;color : #495057}

.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:hover, .btn-group > .btn:hover {z-index : 1}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {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:not(:first-child) {border-top-left-radius : 0;border-bottom-left-radius : 0}

.dropdown-toggle-split {padding-right : .5625rem;padding-left : .5625rem}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {margin-left : 0}

.dropleft .dropdown-toggle-split:before {margin-right : 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:not(:first-child) {border-top-left-radius : 0;border-top-right-radius : 0}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {margin-bottom : 0}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {position : absolute;clip : rect(0, 0, 0, 0);pointer-events : none}

.input-group {position : relative;display : flex;flex-wrap : wrap;align-items : stretch;width : 100%}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {position : relative;flex : 1 1 auto;width : 1%;min-width : 0;margin-bottom : 0}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {margin-left : -1px}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {z-index : 3}

.input-group > .custom-file .custom-file-input:focus {z-index : 4}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {border-top-left-radius : 0;border-bottom-left-radius : 0}

.input-group > .custom-file {display : flex;align-items : center}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label {border-top-left-radius : 0;border-bottom-left-radius : 0}

.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {border-top-right-radius : 0;border-bottom-right-radius : 0}

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3) {border-top-right-radius : 0;border-bottom-right-radius : 0}

.input-group-append, .input-group-prepend {display : flex}

.input-group-append .btn, .input-group-prepend .btn {position : relative;z-index : 2}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {z-index : 3}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {margin-left : -1px}

.input-group-prepend {margin-right : -1px}

.input-group-append {margin-left : -1px}

.input-group-text {display : flex;align-items : center;padding : .375rem .75rem;margin-bottom : 0;font-size : 1rem;font-weight : 400;line-height : 1.5;color : #495057;text-align : center;white-space : nowrap;background-color : #f0f3f8;border : 1px solid #d4dcec;border-radius : .25rem}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {margin-top : 0}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {height : calc(1.5em + 1rem + 2px)}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {padding : .5rem 1rem;font-size : 1.25rem;line-height : 1.5;border-radius : .3rem}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {height : calc(1.5em + .5rem + 2px)}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {padding : .25rem .5rem;font-size : .875rem;line-height : 1.5;border-radius : .2rem}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {padding-right : 1.75rem}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {border-top-right-radius : 0;border-bottom-right-radius : 0}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {border-top-left-radius : 0;border-bottom-left-radius : 0}

.custom-control {position : relative;z-index : 1;display : block;min-height : 1.5rem;padding-left : 1.5rem;-webkit-print-color-adjust : exact;color-adjust : exact}

.custom-control-inline {display : inline-flex;margin-right : 1rem}

.custom-control-input {position : absolute;left : 0;z-index : -1;width : 1rem;height : 1.25rem;opacity : 0}

.custom-control-input:checked ~ .custom-control-label:before {color : #fff;border-color : #0665d0;background-color : #0665d0}

.custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .25)}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {border-color : #5ba6fa}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {color : #fff;background-color : #8dc1fc;border-color : #8dc1fc}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {color : #6c757d}

.custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before {background-color : #e9ecef}

.custom-control-label {position : relative;margin-bottom : 0;vertical-align : top}

.custom-control-label:before {position : absolute;top : .25rem;left : -1.5rem;display : block;width : 1rem;height : 1rem;pointer-events : none;content : "";background-color : #e2e8f2;border : 1px solid #adb5bd}

.custom-control-label:after {position : absolute;top : .25rem;left : -1.5rem;display : block;width : 1rem;height : 1rem;content : "";background : 1% 50% no-repeat}

.custom-checkbox .custom-control-label:before {border-radius : .25rem}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {background-image : url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+)}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {border-color : #0665d0;background-color : #0665d0}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {background-image : url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {background-color : rgba(6, 101, 208, .5)}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {background-color : rgba(6, 101, 208, .5)}

.custom-radio .custom-control-label:before {border-radius : 50%}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {background-image : url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nLTQgLTQgOCA4Jz48Y2lyY2xlIHI9JzMnIGZpbGw9JyNmZmYnLz48L3N2Zz4=)}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {background-color : rgba(6, 101, 208, .5)}

.custom-switch {padding-left : 2.25rem}

.custom-switch .custom-control-label:before {left : -2.25rem;width : 1.75rem;pointer-events : all;border-radius : .5rem}

.custom-switch .custom-control-label:after {top : calc(.25rem + 2px);left : calc(-2.25rem + 2px);width : calc(1rem - 4px);height : calc(1rem - 4px);background-color : #adb5bd;border-radius : .5rem;transition : transform .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) {
    .custom-switch .custom-control-label:after {transition : none}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {background-color : #e2e8f2}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {background-color : rgba(6, 101, 208, .5)}

.custom-select {display : inline-block;width : 100%;height : calc(1.5em + .75rem + 2px);padding : .375rem 1.75rem .375rem .75rem;font-size : 1rem;font-weight : 400;line-height : 1.5;color : #495057;vertical-align : middle;background : #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border : 1px solid #d4dcec;border-radius : .25rem;-webkit-appearance : none;-moz-appearance : none;appearance : none}

.custom-select:focus {border-color : #5ba6fa;outline : 0;box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .25)}

.custom-select:focus::-ms-value {color : #495057;background-color : #fff}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {height : auto;padding-right : .75rem;background-image : none}

.custom-select:disabled {color : #6c757d;background-color : #e9ecef}

.custom-select::-ms-expand {display : none}

.custom-select:-moz-focusring {color : transparent;text-shadow : 0 0 0 #495057}

.custom-select-sm {height : calc(1.5em + .5rem + 2px);padding-top : .25rem;padding-bottom : .25rem;padding-left : .5rem;font-size : .875rem}

.custom-select-lg {height : calc(1.5em + 1rem + 2px);padding-top : .5rem;padding-bottom : .5rem;padding-left : 1rem;font-size : 1.25rem}

.custom-file {position : relative;display : inline-block;width : 100%;height : calc(1.5em + .75rem + 2px);margin-bottom : 0}

.custom-file-input {position : relative;z-index : 2;width : 100%;height : calc(1.5em + .75rem + 2px);margin : 0;overflow : hidden;opacity : 0}

.custom-file-input:focus ~ .custom-file-label {border-color : #5ba6fa;box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .25)}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {background-color : #e9ecef}

.custom-file-input:lang(en) ~ .custom-file-label:after {content : "Browse"}

.custom-file-input ~ .custom-file-label[data-browse]:after {content : attr(data-browse)}

.custom-file-label {position : absolute;top : 0;right : 0;left : 0;z-index : 1;height : calc(1.5em + .75rem + 2px);padding : .375rem .75rem;overflow : hidden;font-weight : 400;line-height : 1.5;color : #495057;background-color : #fff;border : 1px solid #d4dcec;border-radius : .25rem}

.custom-file-label:after {position : absolute;top : 0;right : 0;bottom : 0;z-index : 3;display : block;height : calc(1.5em + .75rem);padding : .375rem .75rem;line-height : 1.5;color : #495057;content : "Browse";background-color : #f0f3f8;border-left : inherit;border-radius : 0 .25rem .25rem 0}

.custom-range {width : 100%;height : 1.4rem;padding : 0;background-color : transparent;-webkit-appearance : none;-moz-appearance : none;appearance : none}

.custom-range:focus {outline : 0}

.custom-range:focus::-webkit-slider-thumb {box-shadow : 0 0 0 1px #f0f3f8, 0 0 0 .2rem rgba(6, 101, 208, .25)}

.custom-range:focus::-moz-range-thumb {box-shadow : 0 0 0 1px #f0f3f8, 0 0 0 .2rem rgba(6, 101, 208, .25)}

.custom-range:focus::-ms-thumb {box-shadow : 0 0 0 1px #f0f3f8, 0 0 0 .2rem rgba(6, 101, 208, .25)}

.custom-range::-moz-focus-outer {border : 0}

.custom-range::-webkit-slider-thumb {width : 1rem;height : 1rem;margin-top : -.25rem;background-color : #0665d0;border : 0;border-radius : 1rem;transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;-webkit-appearance : none;appearance : none}

@media (prefers-reduced-motion : reduce) {
    .custom-range::-webkit-slider-thumb {transition : none}
}

.custom-range::-webkit-slider-thumb:active {background-color : #8dc1fc}

.custom-range::-webkit-slider-runnable-track {width : 100%;height : .5rem;color : transparent;cursor : pointer;background-color : #dee2e6;border-color : transparent;border-radius : 1rem}

.custom-range::-moz-range-thumb {width : 1rem;height : 1rem;background-color : #0665d0;border : 0;border-radius : 1rem;transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;-moz-appearance : none;appearance : none}

@media (prefers-reduced-motion : reduce) {
    .custom-range::-moz-range-thumb {transition : none}
}

.custom-range::-moz-range-thumb:active {background-color : #8dc1fc}

.custom-range::-moz-range-track {width : 100%;height : .5rem;color : transparent;cursor : pointer;background-color : #dee2e6;border-color : transparent;border-radius : 1rem}

.custom-range::-ms-thumb {width : 1rem;height : 1rem;margin-top : 0;margin-right : .2rem;margin-left : .2rem;background-color : #0665d0;border : 0;border-radius : 1rem;transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;appearance : none}

@media (prefers-reduced-motion : reduce) {
    .custom-range::-ms-thumb {transition : none}
}

.custom-range::-ms-thumb:active {background-color : #8dc1fc}

.custom-range::-ms-track {width : 100%;height : .5rem;color : transparent;cursor : pointer;background-color : transparent;border-color : transparent;border-width : .5rem}

.custom-range::-ms-fill-lower {background-color : #dee2e6;border-radius : 1rem}

.custom-range::-ms-fill-upper {margin-right : 15px;background-color : #dee2e6;border-radius : 1rem}

.custom-range:disabled::-webkit-slider-thumb {background-color : #adb5bd}

.custom-range:disabled::-webkit-slider-runnable-track {cursor : default}

.custom-range:disabled::-moz-range-thumb {background-color : #adb5bd}

.custom-range:disabled::-moz-range-track {cursor : default}

.custom-range:disabled::-ms-thumb {background-color : #adb5bd}

.custom-control-label:before, .custom-file-label, .custom-select {transition : background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out}

@media (prefers-reduced-motion : reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {transition : none}
}

.nav {display : flex;flex-wrap : wrap;padding-left : 0;margin-bottom : 0;list-style : none}

.nav-link {display : block;padding : .5rem 1rem}

.nav-link:focus, .nav-link:hover {text-decoration : none}

.nav-link.disabled {color : #6c757d;pointer-events : none;cursor : default}

.nav-tabs {border-bottom : 1px solid #e2e8f2}

.nav-tabs .nav-link {margin-bottom : -1px;border : 1px solid transparent;border-top-left-radius : .25rem;border-top-right-radius : .25rem}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border-color : #e2e8f2}

.nav-tabs .nav-link.disabled {color : #6c757d;background-color : transparent;border-color : transparent}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color : #495057;background-color : #fff;border-color : #e2e8f2}

.nav-tabs .dropdown-menu {margin-top : -1px;border-top-left-radius : 0;border-top-right-radius : 0}

.nav-pills .nav-link {border-radius : .25rem}

.nav-fill .nav-item, .nav-fill > .nav-link {flex : 1 1 auto;text-align : center}

.nav-justified .nav-item, .nav-justified > .nav-link {flex-basis : 0;flex-grow : 1;text-align : center}

.tab-content > .tab-pane {display : none}

.tab-content > .active {display : block}

.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, .125);border-radius : .25rem}

.card > hr {margin-right : 0;margin-left : 0}

.card > .list-group {border-top : inherit;border-bottom : inherit}

.card > .list-group:first-child {border-top-width : 0;border-top-left-radius : calc(.25rem - 1px);border-top-right-radius : calc(.25rem - 1px)}

.card > .list-group:last-child {border-bottom-width : 0;border-bottom-right-radius : calc(.25rem - 1px);border-bottom-left-radius : calc(.25rem - 1px)}

.card > .card-header + .list-group, .card > .list-group + .card-footer {border-top : 0}

.card-body {flex : 1 1 auto;min-height : 1px;padding : 1.25rem}

.card-title {margin-bottom : .75rem}

.card-subtitle {margin-top : -.375rem;margin-bottom : 0}

.card-text:last-child {margin-bottom : 0}

.card-link:hover {text-decoration : none}

.card-link + .card-link {margin-left : 1.25rem}

.card-header {padding : .75rem 1.25rem;margin-bottom : 0;background-color : rgba(0, 0, 0, .03);border-bottom : 1px solid rgba(0, 0, 0, .125)}

.card-header:first-child {border-radius : calc(.25rem - 1px) calc(.25rem - 1px) 0 0}

.card-footer {padding : .75rem 1.25rem;background-color : rgba(0, 0, 0, .03);border-top : 1px solid rgba(0, 0, 0, .125)}

.card-footer:last-child {border-radius : 0 0 calc(.25rem - 1px) calc(.25rem - 1px)}

.card-header-tabs {margin-right : -.625rem;margin-bottom : -.75rem;margin-left : -.625rem;border-bottom : 0}

.card-header-pills {margin-right : -.625rem;margin-left : -.625rem}

.card-img-overlay {position : absolute;top : 0;right : 0;bottom : 0;left : 0;padding : 1.25rem;border-radius : calc(.25rem - 1px)}

.card-img, .card-img-bottom, .card-img-top {flex-shrink : 0;width : 100%}

.card-img, .card-img-top {border-top-left-radius : calc(.25rem - 1px);border-top-right-radius : calc(.25rem - 1px)}

.card-img, .card-img-bottom {border-bottom-right-radius : calc(.25rem - 1px);border-bottom-left-radius : calc(.25rem - 1px)}

.card-deck .card {margin-bottom : 14px}

@media (min-width : 576px) {
    .card-deck {display : flex;flex-flow : row wrap;margin-right : -14px;margin-left : -14px}

    .card-deck .card {flex : 1 0;margin-right : 14px;margin-bottom : 0;margin-left : 14px}
}

.card-group > .card {margin-bottom : 14px}

@media (min-width : 576px) {
    .card-group {display : flex;flex-flow : row wrap}

    .card-group > .card {flex : 1 0;margin-bottom : 0}

    .card-group > .card + .card {margin-left : 0;border-left : 0}

    .card-group > .card:not(:last-child) {border-top-right-radius : 0;border-bottom-right-radius : 0}

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {border-top-right-radius : 0}

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {border-bottom-right-radius : 0}

    .card-group > .card:not(:first-child) {border-top-left-radius : 0;border-bottom-left-radius : 0}

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {border-top-left-radius : 0}

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {border-bottom-left-radius : 0}
}

.card-columns .card {margin-bottom : .75rem}

@media (min-width : 576px) {
    .card-columns {-webkit-column-count : 3;column-count : 3;-webkit-column-gap : 1.25rem;column-gap : 1.25rem;orphans : 1;widows : 1}

    .card-columns .card {display : inline-block;width : 100%}
}

.accordion {overflow-anchor : none}

.accordion > .card {overflow : hidden}

.accordion > .card:not(:last-of-type) {border-bottom : 0;border-bottom-right-radius : 0;border-bottom-left-radius : 0}

.accordion > .card:not(:first-of-type) {border-top-left-radius : 0;border-top-right-radius : 0}

.accordion > .card > .card-header {border-radius : 0;margin-bottom : -1px}

.breadcrumb {display : flex;flex-wrap : wrap;padding : .75rem 0;margin-bottom : 0;list-style : none;background-color : transparent;border-radius : .25rem}

.breadcrumb-item + .breadcrumb-item {padding-left : .5rem}

.breadcrumb-item + .breadcrumb-item:before {float : left;padding-right : .5rem;color : #6c757d;content : "/"}

.breadcrumb-item + .breadcrumb-item:hover:before {text-decoration : underline}

.breadcrumb-item + .breadcrumb-item:hover:before {text-decoration : none}

.breadcrumb-item.active {color : #6c757d}

.pagination {display : flex;padding-left : 0;list-style : none;border-radius : .25rem}

.page-link {position : relative;display : block;padding : .5rem .75rem;margin-left : -1px;line-height : 1.25;color : #495057;background-color : #f0f3f8;border : 1px solid #f0f3f8}

.page-link:hover {z-index : 2;color : #495057;text-decoration : none;background-color : #cdd6e8;border-color : #cdd6e8}

.page-link:focus {z-index : 3;outline : 0;box-shadow : none}

.page-item:first-child .page-link {margin-left : 0;border-top-left-radius : .25rem;border-bottom-left-radius : .25rem}

.page-item:last-child .page-link {border-top-right-radius : .25rem;border-bottom-right-radius : .25rem}

.page-item.active .page-link {z-index : 3;color : #fff;background-color : #0665d0;border-color : #0665d0}

.page-item.disabled .page-link {color : #adb5bd;pointer-events : none;cursor : auto;background-color : #fff;border-color : #fff}

.pagination-lg .page-link {padding : .75rem 1.5rem;font-size : 1.25rem;line-height : 1.5}

.pagination-lg .page-item:first-child .page-link {border-top-left-radius : .3rem;border-bottom-left-radius : .3rem}

.pagination-lg .page-item:last-child .page-link {border-top-right-radius : .3rem;border-bottom-right-radius : .3rem}

.pagination-sm .page-link {padding : .25rem .5rem;font-size : .875rem;line-height : 1.5}

.pagination-sm .page-item:first-child .page-link {border-top-left-radius : .2rem;border-bottom-left-radius : .2rem}

.pagination-sm .page-item:last-child .page-link {border-top-right-radius : .2rem;border-bottom-right-radius : .2rem}

.badge {display : inline-block;padding : .25em .4em;font-size : 75%;font-weight : 600;line-height : 1;text-align : center;white-space : nowrap;vertical-align : baseline;border-radius : .25rem;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) {
    .badge {transition : none}
}

a.badge:focus, a.badge:hover {text-decoration : none}

.badge:empty {display : none}

.btn .badge {position : relative;top : -1px}

.badge-pill {padding-right : .6em;padding-left : .6em;border-radius : 10rem}

.badge-primary {color : #fff;background-color : #0665d0}

a.badge-primary:focus, a.badge-primary:hover {color : #fff;background-color : #054d9e}

a.badge-primary.focus, a.badge-primary:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .5)}

.badge-secondary {background-color : #6c757d}

a.badge-secondary:focus, a.badge-secondary:hover {background-color : #545b62}

a.badge-secondary.focus, a.badge-secondary:focus {box-shadow : 0 0 0 .2rem rgba(108, 117, 125, .5)}

.badge-success {color : #fff;background-color : #82b54b}

a.badge-success:focus, a.badge-success:hover {color : #fff;background-color : #68913c}

a.badge-success.focus, a.badge-success:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .5)}

.badge-info {color : #fff;background-color : #3c90df}

a.badge-info:focus, a.badge-info:hover {color : #fff;background-color : #2177c7}

a.badge-info.focus, a.badge-info:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(60, 144, 223, .5)}

.badge-warning {color : #fff;background-color : #ffb119}

a.badge-warning:focus, a.badge-warning:hover {color : #fff;background-color : #e59700}

a.badge-warning.focus, a.badge-warning:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(255, 177, 25, .5)}

.badge-danger {color : #fff;background-color : #e04f1a}

a.badge-danger:focus, a.badge-danger:hover {color : #fff;background-color : #b23f15}

a.badge-danger.focus, a.badge-danger:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(224, 79, 26, .5)}

.badge-light {color : #212529;background-color : #f8f9fa}

a.badge-light:focus, a.badge-light:hover {color : #212529;background-color : #dae0e5}

a.badge-light.focus, a.badge-light:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(248, 249, 250, .5)}

.badge-dark {color : #fff;background-color : #343a40}

a.badge-dark:focus, a.badge-dark:hover {color : #fff;background-color : #1d2124}

a.badge-dark.focus, a.badge-dark:focus {outline : 0;box-shadow : 0 0 0 .2rem rgba(52, 58, 64, .5)}

.jumbotron {padding : 2rem 1rem;margin-bottom : 2rem;background-color : #e9ecef;border-radius : .3rem}

@media (min-width : 576px) {
    .jumbotron {padding : 4rem 2rem}
}

.jumbotron-fluid {padding-right : 0;padding-left : 0;border-radius : 0}

.alert {position : relative;padding : .75rem 1.25rem;margin-bottom : 1rem;border : 0 solid transparent;border-radius : .25rem}

.alert-heading {color : inherit}

.alert-link {font-weight : 600}

.alert-dismissible {padding-right : 4rem}

.alert-dismissible .close {position : absolute;top : 0;right : 0;z-index : 2;padding : .75rem 1.25rem;color : inherit}

.alert-primary {color : #03356c;background-color : #cde0f6;border-color : #b9d4f2}

.alert-primary hr {border-top-color : #a3c7ee}

.alert-primary .alert-link {color : #021d3a}

.alert-secondary {color : #383d41;background-color : #e2e3e5;border-color : #d6d8db}

.alert-secondary hr {border-top-color : #c8cbcf}

.alert-secondary .alert-link {color : #202326}

.alert-success {color : #445e27;background-color : #e6f0db;border-color : #dceacd}

.alert-success hr {border-top-color : #cfe2bb}

.alert-success .alert-link {color : #2a3a18}

.alert-info {color : #1f4b74;background-color : #d8e9f9;border-color : #c8e0f6}

.alert-info hr {border-top-color : #b2d4f2}

.alert-info .alert-link {color : #14314c}

.alert-warning {color : #855c0d;background-color : #ffefd1;border-color : #ffe9bf}

.alert-warning hr {border-top-color : #ffe0a6}

.alert-warning .alert-link {color : #573c08}

.alert-danger {color : #74290e;background-color : #f9dcd1;border-color : #f6cebf}

.alert-danger hr {border-top-color : #f3bda9}

.alert-danger .alert-link {color : #461909}

.alert-light {color : #818182;background-color : #fefefe;border-color : #fdfdfe}

.alert-light hr {border-top-color : #ececf6}

.alert-light .alert-link {color : #686868}

.alert-dark {color : #1b1e21;background-color : #d6d8d9;border-color : #c6c8ca}

.alert-dark hr {border-top-color : #b9bbbe}

.alert-dark .alert-link {color : #040505}

@keyframes progress-bar-stripes {
    0% {background-position : 1.25rem 0}
    to {background-position : 0 0}
}

.progress {display : flex;height : 1.25rem;overflow : hidden;line-height : 0;font-size : 1rem;background-color : #e9ecef;border-radius : .25rem}

.progress-bar {display : flex;flex-direction : column;justify-content : center;overflow : hidden;color : #fff;text-align : center;white-space : nowrap;background-color : #0665d0;transition : width .6s ease}

@media (prefers-reduced-motion : reduce) {
    .progress-bar {transition : none}
}

.progress-bar-striped {background-image : linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);background-size : 1.25rem 1.25rem}

.progress-bar-animated {animation : progress-bar-stripes 1s linear infinite}

@media (prefers-reduced-motion : reduce) {
    .progress-bar-animated {animation : none}
}

.media {display : flex;align-items : flex-start}

.media-body {flex : 1 1}

.list-group {display : flex;flex-direction : column;padding-left : 0;margin-bottom : 0;border-radius : .25rem}

.list-group-item-action {width : 100%;color : #495057;text-align : inherit}

.list-group-item-action:focus, .list-group-item-action:hover {z-index : 1;color : #495057;text-decoration : none;background-color : #f6f7fb}

.list-group-item-action:active {color : #495057;background-color : #e2e8f2}

.list-group-item {position : relative;display : block;padding : .75rem 1.25rem;background-color : #fff;border : 1px solid #e2e8f2}

.list-group-item:first-child {border-top-left-radius : inherit;border-top-right-radius : inherit}

.list-group-item:last-child {border-bottom-right-radius : inherit;border-bottom-left-radius : inherit}

.list-group-item.disabled, .list-group-item:disabled {color : #6c757d;pointer-events : none;background-color : #fff}

.list-group-item.active {z-index : 2;color : #fff;background-color : #0665d0;border-color : #0665d0}

.list-group-item + .list-group-item {border-top-width : 0}

.list-group-item + .list-group-item.active {margin-top : -1px;border-top-width : 1px}

.list-group-horizontal {flex-direction : row}

.list-group-horizontal > .list-group-item:first-child {border-bottom-left-radius : .25rem;border-top-right-radius : 0}

.list-group-horizontal > .list-group-item:last-child {border-top-right-radius : .25rem;border-bottom-left-radius : 0}

.list-group-horizontal > .list-group-item.active {margin-top : 0}

.list-group-horizontal > .list-group-item + .list-group-item {border-top-width : 1px;border-left-width : 0}

.list-group-horizontal > .list-group-item + .list-group-item.active {margin-left : -1px;border-left-width : 1px}

@media (min-width : 576px) {
    .list-group-horizontal-sm {flex-direction : row}

    .list-group-horizontal-sm > .list-group-item:first-child {border-bottom-left-radius : .25rem;border-top-right-radius : 0}

    .list-group-horizontal-sm > .list-group-item:last-child {border-top-right-radius : .25rem;border-bottom-left-radius : 0}

    .list-group-horizontal-sm > .list-group-item.active {margin-top : 0}

    .list-group-horizontal-sm > .list-group-item + .list-group-item {border-top-width : 1px;border-left-width : 0}

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {margin-left : -1px;border-left-width : 1px}
}

@media (min-width : 768px) {
    .list-group-horizontal-md {flex-direction : row}

    .list-group-horizontal-md > .list-group-item:first-child {border-bottom-left-radius : .25rem;border-top-right-radius : 0}

    .list-group-horizontal-md > .list-group-item:last-child {border-top-right-radius : .25rem;border-bottom-left-radius : 0}

    .list-group-horizontal-md > .list-group-item.active {margin-top : 0}

    .list-group-horizontal-md > .list-group-item + .list-group-item {border-top-width : 1px;border-left-width : 0}

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {margin-left : -1px;border-left-width : 1px}
}

@media (min-width : 992px) {
    .list-group-horizontal-lg {flex-direction : row}

    .list-group-horizontal-lg > .list-group-item:first-child {border-bottom-left-radius : .25rem;border-top-right-radius : 0}

    .list-group-horizontal-lg > .list-group-item:last-child {border-top-right-radius : .25rem;border-bottom-left-radius : 0}

    .list-group-horizontal-lg > .list-group-item.active {margin-top : 0}

    .list-group-horizontal-lg > .list-group-item + .list-group-item {border-top-width : 1px;border-left-width : 0}

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {margin-left : -1px;border-left-width : 1px}
}

@media (min-width : 1200px) {
    .list-group-horizontal-xl {flex-direction : row}

    .list-group-horizontal-xl > .list-group-item:first-child {border-bottom-left-radius : .25rem;border-top-right-radius : 0}

    .list-group-horizontal-xl > .list-group-item:last-child {border-top-right-radius : .25rem;border-bottom-left-radius : 0}

    .list-group-horizontal-xl > .list-group-item.active {margin-top : 0}

    .list-group-horizontal-xl > .list-group-item + .list-group-item {border-top-width : 1px;border-left-width : 0}

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {margin-left : -1px;border-left-width : 1px}
}

.list-group-flush {border-radius : 0}

.list-group-flush > .list-group-item {border-width : 0 0 1px}

.list-group-flush > .list-group-item:last-child {border-bottom-width : 0}

.list-group-item-primary {color : #03356c;background-color : #b9d4f2}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {color : #03356c;background-color : #a3c7ee}

.list-group-item-primary.list-group-item-action.active {color : #fff;background-color : #03356c;border-color : #03356c}

.list-group-item-secondary {color : #383d41;background-color : #d6d8db}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {color : #383d41;background-color : #c8cbcf}

.list-group-item-secondary.list-group-item-action.active {color : #fff;background-color : #383d41;border-color : #383d41}

.list-group-item-success {color : #445e27;background-color : #dceacd}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {color : #445e27;background-color : #cfe2bb}

.list-group-item-success.list-group-item-action.active {color : #fff;background-color : #445e27;border-color : #445e27}

.list-group-item-info {color : #1f4b74;background-color : #c8e0f6}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {color : #1f4b74;background-color : #b2d4f2}

.list-group-item-info.list-group-item-action.active {color : #fff;background-color : #1f4b74;border-color : #1f4b74}

.list-group-item-warning {color : #855c0d;background-color : #ffe9bf}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {color : #855c0d;background-color : #ffe0a6}

.list-group-item-warning.list-group-item-action.active {color : #fff;background-color : #855c0d;border-color : #855c0d}

.list-group-item-danger {color : #74290e;background-color : #f6cebf}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {color : #74290e;background-color : #f3bda9}

.list-group-item-danger.list-group-item-action.active {color : #fff;background-color : #74290e;border-color : #74290e}

.list-group-item-light {color : #818182;background-color : #fdfdfe}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {color : #818182;background-color : #ececf6}

.list-group-item-light.list-group-item-action.active {color : #fff;background-color : #818182;border-color : #818182}

.list-group-item-dark {color : #1b1e21;background-color : #c6c8ca}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {color : #1b1e21;background-color : #b9bbbe}

.list-group-item-dark.list-group-item-action.active {color : #fff;background-color : #1b1e21;border-color : #1b1e21}

.close {float : right;font-size : 1.5rem;font-weight : 600;line-height : 1;color : #000;text-shadow : 0 1px 0 #fff;opacity : .5}

.close:hover {color : #000;text-decoration : none}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {opacity : .75}

button.close {padding : 0;background-color : transparent;border : 0}

a.close.disabled {pointer-events : none}

.toast {flex-basis : 350px;max-width : 350px;font-size : .875rem;background-color : hsla(0, 0%, 100%, .85);background-clip : padding-box;border : 1px solid rgba(0, 0, 0, .1);box-shadow : 0 .25rem .75rem rgba(0, 0, 0, .1);opacity : 0;border-radius : .25rem}

.toast:not(:last-child) {margin-bottom : .75rem}

.toast.showing {opacity : 1}

.toast.show {display : block;opacity : 1}

.toast.hide {display : none}

.toast-header {display : flex;align-items : center;padding : .25rem .75rem;color : #6c757d;background-color : hsla(0, 0%, 100%, .85);background-clip : padding-box;border-bottom : 1px solid rgba(0, 0, 0, .05);border-top-left-radius : calc(.25rem - 1px);border-top-right-radius : calc(.25rem - 1px)}

.toast-body {padding : .75rem}

.modal-open {overflow : hidden}

.modal-open .modal {overflow-x : hidden;overflow-y : auto}

.modal {position : fixed;top : 0;left : 0;z-index : 1050;display : none;width : 100%;height : 100%;overflow : hidden;outline : 0}

.modal-dialog {position : relative;width : auto;margin : .5rem;pointer-events : none}

.modal.fade .modal-dialog {transition : transform .3s ease-out;transform : translateY(-50px)}

@media (prefers-reduced-motion : reduce) {
    .modal.fade .modal-dialog {transition : none}
}

.modal.show .modal-dialog {transform : none}

.modal.modal-static .modal-dialog {transform : scale(1.02)}

.modal-dialog-scrollable {display : flex;max-height : calc(100% - 1rem)}

.modal-dialog-scrollable .modal-content {max-height : calc(100vh - 1rem);overflow : hidden}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {flex-shrink : 0}

.modal-dialog-scrollable .modal-body {overflow-y : auto}

.modal-dialog-centered {display : flex;align-items : center;min-height : calc(100% - 1rem)}

.modal-dialog-centered.modal-dialog-scrollable {flex-direction : column;justify-content : center;height : 100%}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {max-height : none}

.modal-dialog-centered.modal-dialog-scrollable:before {content : none}

.modal-content {position : relative;display : flex;flex-direction : column;width : 100%;pointer-events : auto;background-color : #fff;background-clip : padding-box;border : 1px solid rgba(0, 0, 0, .2);border-radius : .3rem;outline : 0}

.modal-backdrop {position : fixed;top : 0;left : 0;z-index : 1040;width : 100vw;height : 100vh;background-color : #000}

.modal-backdrop.fade {opacity : 0}

.modal-backdrop.show {opacity : .8}

.modal-header {display : flex;align-items : flex-start;justify-content : space-between;padding : 1rem;border-bottom : 1px solid #e2e8f2;border-top-left-radius : calc(.3rem - 1px);border-top-right-radius : calc(.3rem - 1px)}

.modal-header .close {padding : 1rem;margin : -1rem -1rem -1rem auto}

.modal-title {margin-bottom : 0;line-height : 1.5}

.modal-body {position : relative;flex : 1 1 auto;padding : 1rem}

.modal-footer {display : flex;flex-wrap : wrap;align-items : center;justify-content : flex-end;padding : .75rem;border-top : 1px solid #e2e8f2;border-bottom-right-radius : calc(.3rem - 1px);border-bottom-left-radius : calc(.3rem - 1px)}

.modal-footer > * {margin : .25rem}


@media (min-width : 992px) {
    .modal-lg, .modal-xl {max-width : 800px}
}

@media (min-width : 1200px) {
    .modal-xl {max-width : 1140px}
}

.tooltip {position : absolute;z-index : 1070;display : block;margin : 0;font-family : Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;font-style : normal;font-weight : 400;line-height : 1.5;text-align : left;text-align : start;text-decoration : none;text-shadow : none;text-transform : none;letter-spacing : normal;word-break : normal;word-spacing : normal;white-space : normal;line-break : auto;font-size : .875rem;word-wrap : break-word;opacity : 0}

.tooltip.show {opacity : .9}

.tooltip .arrow {position : absolute;display : block;width : .8rem;height : .4rem}

.tooltip .arrow:before {position : absolute;content : "";border-color : transparent;border-style : solid}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {padding : .4rem 0}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {bottom : 0}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {top : 0;border-width : .4rem .4rem 0;border-top-color : #000}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {padding : 0 .4rem}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {left : 0;width : .4rem;height : .8rem}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {right : 0;border-width : .4rem .4rem .4rem 0;border-right-color : #000}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {padding : .4rem 0}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {top : 0}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {bottom : 0;border-width : 0 .4rem .4rem;border-bottom-color : #000}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {padding : 0 .4rem}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {right : 0;width : .4rem;height : .8rem}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {left : 0;border-width : .4rem 0 .4rem .4rem;border-left-color : #000}

.tooltip-inner {max-width : 200px;padding : .25rem .75rem;color : #fff;text-align : center;background-color : #000;border-radius : .25rem}

.popover {position : absolute;top : 0;left : 0;z-index : 1060;display : block;max-width : 276px;font-family : Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;font-style : normal;font-weight : 400;line-height : 1.5;text-align : left;text-align : start;text-decoration : none;text-shadow : none;text-transform : none;letter-spacing : normal;word-break : normal;word-spacing : normal;white-space : normal;line-break : auto;font-size : .875rem;word-wrap : break-word;background-color : #fff;background-clip : padding-box;border : 1px solid #e2e8f2;border-radius : .3rem}

.popover .arrow {position : absolute;display : block;width : 1rem;height : .5rem;margin : 0 .3rem}

.popover .arrow:after, .popover .arrow:before {position : absolute;display : block;content : "";border-color : transparent;border-style : solid}

.bs-popover-auto[x-placement^=top], .bs-popover-top {margin-bottom : .5rem}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {bottom : calc(-.5rem - 1px)}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {bottom : 0;border-width : .5rem .5rem 0;border-top-color : #e2e8f2}

.bs-popover-auto[x-placement^=top] > .arrow:after, .bs-popover-top > .arrow:after {bottom : 1px;border-width : .5rem .5rem 0;border-top-color : #fff}

.bs-popover-auto[x-placement^=right], .bs-popover-right {margin-left : .5rem}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {left : calc(-.5rem - 1px);width : .5rem;height : 1rem;margin : .3rem 0}

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {left : 0;border-width : .5rem .5rem .5rem 0;border-right-color : #e2e8f2}

.bs-popover-auto[x-placement^=right] > .arrow:after, .bs-popover-right > .arrow:after {left : 1px;border-width : .5rem .5rem .5rem 0;border-right-color : #fff}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {margin-top : .5rem}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {top : calc(-.5rem - 1px)}

.bs-popover-auto[x-placement^=bottom] > .arrow:before, .bs-popover-bottom > .arrow:before {top : 0;border-width : 0 .5rem .5rem;border-bottom-color : #e2e8f2}

.bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {top : 1px;border-width : 0 .5rem .5rem;border-bottom-color : #fff}

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {position : absolute;top : 0;left : 50%;display : block;width : 1rem;margin-left : -.5rem;content : "";border-bottom : 1px solid #fff}

.bs-popover-auto[x-placement^=left], .bs-popover-left {margin-right : .5rem}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {right : calc(-.5rem - 1px);width : .5rem;height : 1rem;margin : .3rem 0}

.bs-popover-auto[x-placement^=left] > .arrow:before, .bs-popover-left > .arrow:before {right : 0;border-width : .5rem 0 .5rem .5rem;border-left-color : #e2e8f2}

.bs-popover-auto[x-placement^=left] > .arrow:after, .bs-popover-left > .arrow:after {right : 1px;border-width : .5rem 0 .5rem .5rem;border-left-color : #fff}

.popover-header {padding : .75rem .625rem;margin-bottom : 0;font-size : 1rem;color : #171717;background-color : #fff;border-bottom : 1px solid #f2f2f2;border-top-left-radius : calc(.3rem - 1px);border-top-right-radius : calc(.3rem - 1px)}

.popover-header:empty {display : none}

.popover-body {padding : .625rem;color : #495057}

@keyframes spinner-border {
    to {transform : rotate(1turn)}
}

.spinner-border {display : inline-block;width : 2rem;height : 2rem;vertical-align : text-bottom;border : .25em solid;border-right : .25em solid transparent;border-radius : 50%;animation : spinner-border .75s linear infinite}

.spinner-border-sm {width : 1rem;height : 1rem;border-width : .2em}

@keyframes spinner-grow {
    0% {transform : scale(0)}
    50% {opacity : 1;transform : none}
}

.spinner-grow {display : inline-block;width : 2rem;height : 2rem;vertical-align : text-bottom;background-color : currentColor;border-radius : 50%;opacity : 0;animation : spinner-grow .75s linear infinite}

.spinner-grow-sm {width : 1rem;height : 1rem}

@media (prefers-reduced-motion : reduce) {
    .spinner-border, .spinner-grow {animation-duration : 1.5s}
}

.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}

.bg-primary {background-color : #0665d0 !important}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {background-color : #054d9e !important}

.bg-secondary {background-color : #6c757d !important}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {background-color : #545b62 !important}

.bg-success {background-color : #82b54b !important}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {background-color : #68913c !important}

.bg-info {background-color : #3c90df !important}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {background-color : #2177c7 !important}

.bg-warning {background-color : #ffb119 !important}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {background-color : #e59700 !important}

.bg-danger {background-color : #e04f1a !important}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {background-color : #b23f15 !important}

.bg-light {background-color : #f8f9fa !important}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {background-color : #dae0e5 !important}

.bg-dark {background-color : #343a40 !important}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {background-color : #1d2124 !important}

.bg-transparent {background-color : transparent !important}

.border {border : 1px solid #e2e8f2 !important}

.border-top {border-top : 1px solid #e2e8f2 !important}

.border-right {border-right : 1px solid #e2e8f2 !important}

.border-bottom {border-bottom : 1px solid #e2e8f2 !important}

.border-left {border-left : 1px solid #e2e8f2 !important}

.border-0 {border : 0 !important}

.border-top-0 {border-top : 0 !important}

.border-right-0 {border-right : 0 !important}

.border-bottom-0 {border-bottom : 0 !important}

.border-left-0 {border-left : 0 !important}

.border-primary {border-color : #0665d0 !important}

.border-secondary {border-color : #6c757d !important}

.border-success {border-color : #82b54b !important}

.border-info {border-color : #3c90df !important}

.border-warning {border-color : #ffb119 !important}

.border-danger {border-color : #e04f1a !important}

.border-light {border-color : #f8f9fa !important}

.border-dark {border-color : #343a40 !important}

.border-white {border-color : #fff !important}

.rounded-sm {border-radius : .2rem !important}

.rounded {border-radius : .25rem !important}

.rounded-top {border-top-left-radius : .25rem !important;border-top-right-radius : .25rem !important}

.rounded-right {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-left {border-top-left-radius : .25rem !important;border-bottom-left-radius : .25rem !important}

.rounded-lg {border-radius : .3rem !important}

.rounded-circle {border-radius : 50% !important}

.rounded-pill {border-radius : 50rem !important}

.rounded-0 {border-radius : 0 !important}

.clearfix:after {display : block;clear : both;content : ""}

.d-none {display : none !important}

.d-inline {display : inline !important}

.d-inline-block {display : inline-block !important}

.d-block {display : block !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}

@media (min-width : 576px) {
    .d-sm-none {display : none !important}

    .d-sm-inline {display : inline !important}

    .d-sm-inline-block {display : inline-block !important}

    .d-sm-block {display : block !important}

    .d-sm-table {display : table !important}

    .d-sm-table-row {display : table-row !important}

    .d-sm-table-cell {display : table-cell !important}

    .d-sm-flex {display : flex !important}

    .d-sm-inline-flex {display : inline-flex !important}
}

@media (min-width : 768px) {
    .d-md-none {display : none !important}

    .d-md-inline {display : inline !important}

    .d-md-inline-block {display : inline-block !important}

    .d-md-block {display : block !important}

    .d-md-table {display : table !important}

    .d-md-table-row {display : table-row !important}

    .d-md-table-cell {display : table-cell !important}

    .d-md-flex {display : flex !important}

    .d-md-inline-flex {display : inline-flex !important}
}

@media (min-width : 992px) {
    .d-lg-none {display : none !important}

    .d-lg-inline {display : inline !important}

    .d-lg-inline-block {display : inline-block !important}

    .d-lg-block {display : block !important}

    .d-lg-table {display : table !important}

    .d-lg-table-row {display : table-row !important}

    .d-lg-table-cell {display : table-cell !important}

    .d-lg-flex {display : flex !important}

    .d-lg-inline-flex {display : inline-flex !important}
}

@media (min-width : 1200px) {
    .d-xl-none {display : none !important}

    .d-xl-inline {display : inline !important}

    .d-xl-inline-block {display : inline-block !important}

    .d-xl-block {display : block !important}

    .d-xl-table {display : table !important}

    .d-xl-table-row {display : table-row !important}

    .d-xl-table-cell {display : table-cell !important}

    .d-xl-flex {display : flex !important}

    .d-xl-inline-flex {display : inline-flex !important}
}

@media print {
    .d-print-none {display : none !important}

    .d-print-inline {display : inline !important}

    .d-print-inline-block {display : inline-block !important}

    .d-print-block {display : block !important}

    .d-print-table {display : table !important}

    .d-print-table-row {display : table-row !important}

    .d-print-table-cell {display : table-cell !important}

    .d-print-flex {display : flex !important}

    .d-print-inline-flex {display : inline-flex !important}
}

.embed-responsive {position : relative;display : block;width : 100%;padding : 0;overflow : hidden}

.embed-responsive:before {display : block;content : ""}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {position : absolute;top : 0;bottom : 0;left : 0;width : 100%;height : 100%;border : 0}

.embed-responsive-21by9:before {padding-top : 42.857143%}

.embed-responsive-16by9:before {padding-top : 56.25%}

.embed-responsive-4by3:before {padding-top : 75%}

.embed-responsive-1by1:before {padding-top : 100%}

.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-wrap {flex-wrap : wrap !important}

.flex-nowrap {flex-wrap : nowrap !important}

.flex-wrap-reverse {flex-wrap : wrap-reverse !important}

.flex-fill {flex : 1 1 auto !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}

.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}

.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}

@media (min-width : 576px) {
    .flex-sm-row {flex-direction : row !important}

    .flex-sm-column {flex-direction : column !important}

    .flex-sm-row-reverse {flex-direction : row-reverse !important}

    .flex-sm-column-reverse {flex-direction : column-reverse !important}

    .flex-sm-wrap {flex-wrap : wrap !important}

    .flex-sm-nowrap {flex-wrap : nowrap !important}

    .flex-sm-wrap-reverse {flex-wrap : wrap-reverse !important}

    .flex-sm-fill {flex : 1 1 auto !important}

    .flex-sm-grow-0 {flex-grow : 0 !important}

    .flex-sm-grow-1 {flex-grow : 1 !important}

    .flex-sm-shrink-0 {flex-shrink : 0 !important}

    .flex-sm-shrink-1 {flex-shrink : 1 !important}

    .justify-content-sm-start {justify-content : flex-start !important}

    .justify-content-sm-end {justify-content : flex-end !important}

    .justify-content-sm-center {justify-content : center !important}

    .justify-content-sm-between {justify-content : space-between !important}

    .justify-content-sm-around {justify-content : space-around !important}

    .align-items-sm-start {align-items : flex-start !important}

    .align-items-sm-end {align-items : flex-end !important}

    .align-items-sm-center {align-items : center !important}

    .align-items-sm-baseline {align-items : baseline !important}

    .align-items-sm-stretch {align-items : stretch !important}

    .align-content-sm-start {align-content : flex-start !important}

    .align-content-sm-end {align-content : flex-end !important}

    .align-content-sm-center {align-content : center !important}

    .align-content-sm-between {align-content : space-between !important}

    .align-content-sm-around {align-content : space-around !important}

    .align-content-sm-stretch {align-content : stretch !important}

    .align-self-sm-auto {align-self : auto !important}

    .align-self-sm-start {align-self : flex-start !important}

    .align-self-sm-end {align-self : flex-end !important}

    .align-self-sm-center {align-self : center !important}

    .align-self-sm-baseline {align-self : baseline !important}

    .align-self-sm-stretch {align-self : stretch !important}
}

@media (min-width : 768px) {
    .flex-md-row {flex-direction : row !important}

    .flex-md-column {flex-direction : column !important}

    .flex-md-row-reverse {flex-direction : row-reverse !important}

    .flex-md-column-reverse {flex-direction : column-reverse !important}

    .flex-md-wrap {flex-wrap : wrap !important}

    .flex-md-nowrap {flex-wrap : nowrap !important}

    .flex-md-wrap-reverse {flex-wrap : wrap-reverse !important}

    .flex-md-fill {flex : 1 1 auto !important}

    .flex-md-grow-0 {flex-grow : 0 !important}

    .flex-md-grow-1 {flex-grow : 1 !important}

    .flex-md-shrink-0 {flex-shrink : 0 !important}

    .flex-md-shrink-1 {flex-shrink : 1 !important}

    .justify-content-md-start {justify-content : flex-start !important}

    .justify-content-md-end {justify-content : flex-end !important}

    .justify-content-md-center {justify-content : center !important}

    .justify-content-md-between {justify-content : space-between !important}

    .justify-content-md-around {justify-content : space-around !important}

    .align-items-md-start {align-items : flex-start !important}

    .align-items-md-end {align-items : flex-end !important}

    .align-items-md-center {align-items : center !important}

    .align-items-md-baseline {align-items : baseline !important}

    .align-items-md-stretch {align-items : stretch !important}

    .align-content-md-start {align-content : flex-start !important}

    .align-content-md-end {align-content : flex-end !important}

    .align-content-md-center {align-content : center !important}

    .align-content-md-between {align-content : space-between !important}

    .align-content-md-around {align-content : space-around !important}

    .align-content-md-stretch {align-content : stretch !important}

    .align-self-md-auto {align-self : auto !important}

    .align-self-md-start {align-self : flex-start !important}

    .align-self-md-end {align-self : flex-end !important}

    .align-self-md-center {align-self : center !important}

    .align-self-md-baseline {align-self : baseline !important}

    .align-self-md-stretch {align-self : stretch !important}
}

@media (min-width : 992px) {
    .flex-lg-row {flex-direction : row !important}

    .flex-lg-column {flex-direction : column !important}

    .flex-lg-row-reverse {flex-direction : row-reverse !important}

    .flex-lg-column-reverse {flex-direction : column-reverse !important}

    .flex-lg-wrap {flex-wrap : wrap !important}

    .flex-lg-nowrap {flex-wrap : nowrap !important}

    .flex-lg-wrap-reverse {flex-wrap : wrap-reverse !important}

    .flex-lg-fill {flex : 1 1 auto !important}

    .flex-lg-grow-0 {flex-grow : 0 !important}

    .flex-lg-grow-1 {flex-grow : 1 !important}

    .flex-lg-shrink-0 {flex-shrink : 0 !important}

    .flex-lg-shrink-1 {flex-shrink : 1 !important}

    .justify-content-lg-start {justify-content : flex-start !important}

    .justify-content-lg-end {justify-content : flex-end !important}

    .justify-content-lg-center {justify-content : center !important}

    .justify-content-lg-between {justify-content : space-between !important}

    .justify-content-lg-around {justify-content : space-around !important}

    .align-items-lg-start {align-items : flex-start !important}

    .align-items-lg-end {align-items : flex-end !important}

    .align-items-lg-center {align-items : center !important}

    .align-items-lg-baseline {align-items : baseline !important}

    .align-items-lg-stretch {align-items : stretch !important}

    .align-content-lg-start {align-content : flex-start !important}

    .align-content-lg-end {align-content : flex-end !important}

    .align-content-lg-center {align-content : center !important}

    .align-content-lg-between {align-content : space-between !important}

    .align-content-lg-around {align-content : space-around !important}

    .align-content-lg-stretch {align-content : stretch !important}

    .align-self-lg-auto {align-self : auto !important}

    .align-self-lg-start {align-self : flex-start !important}

    .align-self-lg-end {align-self : flex-end !important}

    .align-self-lg-center {align-self : center !important}

    .align-self-lg-baseline {align-self : baseline !important}

    .align-self-lg-stretch {align-self : stretch !important}
}

@media (min-width : 1200px) {
    .flex-xl-row {flex-direction : row !important}

    .flex-xl-column {flex-direction : column !important}

    .flex-xl-row-reverse {flex-direction : row-reverse !important}

    .flex-xl-column-reverse {flex-direction : column-reverse !important}

    .flex-xl-wrap {flex-wrap : wrap !important}

    .flex-xl-nowrap {flex-wrap : nowrap !important}

    .flex-xl-wrap-reverse {flex-wrap : wrap-reverse !important}

    .flex-xl-fill {flex : 1 1 auto !important}

    .flex-xl-grow-0 {flex-grow : 0 !important}

    .flex-xl-grow-1 {flex-grow : 1 !important}

    .flex-xl-shrink-0 {flex-shrink : 0 !important}

    .flex-xl-shrink-1 {flex-shrink : 1 !important}

    .justify-content-xl-start {justify-content : flex-start !important}

    .justify-content-xl-end {justify-content : flex-end !important}

    .justify-content-xl-center {justify-content : center !important}

    .justify-content-xl-between {justify-content : space-between !important}

    .justify-content-xl-around {justify-content : space-around !important}

    .align-items-xl-start {align-items : flex-start !important}

    .align-items-xl-end {align-items : flex-end !important}

    .align-items-xl-center {align-items : center !important}

    .align-items-xl-baseline {align-items : baseline !important}

    .align-items-xl-stretch {align-items : stretch !important}

    .align-content-xl-start {align-content : flex-start !important}

    .align-content-xl-end {align-content : flex-end !important}

    .align-content-xl-center {align-content : center !important}

    .align-content-xl-between {align-content : space-between !important}

    .align-content-xl-around {align-content : space-around !important}

    .align-content-xl-stretch {align-content : stretch !important}

    .align-self-xl-auto {align-self : auto !important}

    .align-self-xl-start {align-self : flex-start !important}

    .align-self-xl-end {align-self : flex-end !important}

    .align-self-xl-center {align-self : center !important}

    .align-self-xl-baseline {align-self : baseline !important}

    .align-self-xl-stretch {align-self : stretch !important}
}

.float-left {float : left !important}

.float-right {float : right !important}

.float-none {float : none !important}

@media (min-width : 576px) {
    .float-sm-left {float : left !important}

    .float-sm-right {float : right !important}

    .float-sm-none {float : none !important}
}

@media (min-width : 768px) {
    .float-md-left {float : left !important}

    .float-md-right {float : right !important}

    .float-md-none {float : none !important}
}

@media (min-width : 992px) {
    .float-lg-left {float : left !important}

    .float-lg-right {float : right !important}

    .float-lg-none {float : none !important}
}

@media (min-width : 1200px) {
    .float-xl-left {float : left !important}

    .float-xl-right {float : right !important}

    .float-xl-none {float : none !important}
}

.user-select-all {-webkit-user-select : all !important;-moz-user-select : all !important;-ms-user-select : all !important;user-select : all !important}

.user-select-auto {-webkit-user-select : auto !important;-moz-user-select : auto !important;-ms-user-select : auto !important;user-select : auto !important}

.user-select-none {-webkit-user-select : none !important;-moz-user-select : none !important;-ms-user-select : none !important;user-select : none !important}

.overflow-auto {overflow : auto !important}

.overflow-hidden {overflow : hidden !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}

.fixed-top {position : fixed;top : 0;right : 0;left : 0;z-index : 1030}

.fixed-bottom {position : fixed;right : 0;bottom : 0;left : 0;z-index : 1030}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {position : -webkit-sticky;position : sticky;top : 0;z-index : 1020}
}

.sr-only {white-space : nowrap}

.sr-only-focusable:active, .sr-only-focusable:focus {white-space : normal}

.shadow-sm {box-shadow : 0 .125rem .25rem rgba(0, 0, 0, .075) !important}

.shadow {box-shadow : 0 .5rem 1rem rgba(0, 0, 0, .15) !important}

.shadow-lg {box-shadow : 0 1rem 3rem rgba(0, 0, 0, .175) !important}

.shadow-none {box-shadow : none !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}

.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}

.mw-100 {max-width : 100% !important}

.mh-100 {max-height : 100% !important}

.min-vw-100 {min-width : 100vw !important}

.min-vh-100 {min-height : 100vh !important}

.vw-100 {width : 100vw !important}

.vh-100 {height : 100vh !important}

.m-0 {margin : 0 !important}

.mt-0, .my-0 {margin-top : 0 !important}

.mr-0, .mx-0 {margin-right : 0 !important}

.mb-0, .my-0 {margin-bottom : 0 !important}

.ml-0, .mx-0 {margin-left : 0 !important}

.m-1 {margin : .25rem !important}

.mt-1, .my-1 {margin-top : .25rem !important}

.mr-1, .mx-1 {margin-right : .25rem !important}

.mb-1, .my-1 {margin-bottom : .25rem !important}

.ml-1, .mx-1 {margin-left : .25rem !important}

.m-2 {margin : .5rem !important}

.mt-2, .my-2 {margin-top : .5rem !important}

.mr-2, .mx-2 {margin-right : .5rem !important}

.mb-2, .my-2 {margin-bottom : .5rem !important}

.ml-2, .mx-2 {margin-left : .5rem !important}

.m-3 {margin : 1rem !important}

.mt-3, .my-3 {margin-top : 1rem !important}

.mr-3, .mx-3 {margin-right : 1rem !important}

.mb-3, .my-3 {margin-bottom : 1rem !important}

.ml-3, .mx-3 {margin-left : 1rem !important}

.m-4 {margin : 1.5rem !important}

.mt-4, .my-4 {margin-top : 1.5rem !important}

.mr-4, .mx-4 {margin-right : 1.5rem !important}

.mb-4, .my-4 {margin-bottom : 1.5rem !important}

.ml-4, .mx-4 {margin-left : 1.5rem !important}

.m-5 {margin : 3rem !important}

.mt-5, .my-5 {margin-top : 3rem !important}

.mr-5, .mx-5 {margin-right : 3rem !important}

.mb-5, .my-5 {margin-bottom : 3rem !important}

.ml-5, .mx-5 {margin-left : 3rem !important}

.m-6 {margin : 4.5rem !important}

.mt-6, .my-6 {margin-top : 4.5rem !important}

.mr-6, .mx-6 {margin-right : 4.5rem !important}

.mb-6, .my-6 {margin-bottom : 4.5rem !important}

.ml-6, .mx-6 {margin-left : 4.5rem !important}

.m-7 {margin : 6rem !important}

.mt-7, .my-7 {margin-top : 6rem !important}

.mr-7, .mx-7 {margin-right : 6rem !important}

.mb-7, .my-7 {margin-bottom : 6rem !important}

.ml-7, .mx-7 {margin-left : 6rem !important}

.m-8 {margin : 9rem !important}

.mt-8, .my-8 {margin-top : 9rem !important}

.mr-8, .mx-8 {margin-right : 9rem !important}

.mb-8, .my-8 {margin-bottom : 9rem !important}

.ml-8, .mx-8 {margin-left : 9rem !important}

.m-9 {margin : 12rem !important}

.mt-9, .my-9 {margin-top : 12rem !important}

.mr-9, .mx-9 {margin-right : 12rem !important}

.mb-9, .my-9 {margin-bottom : 12rem !important}

.ml-9, .mx-9 {margin-left : 12rem !important}

.m-10 {margin : 18rem !important}

.mt-10, .my-10 {margin-top : 18rem !important}

.mr-10, .mx-10 {margin-right : 18rem !important}

.mb-10, .my-10 {margin-bottom : 18rem !important}

.ml-10, .mx-10 {margin-left : 18rem !important}

.p-0 {padding : 0 !important}

.pt-0, .py-0 {padding-top : 0 !important}

.pr-0, .px-0 {padding-right : 0 !important}

.pb-0, .py-0 {padding-bottom : 0 !important}

.pl-0, .px-0 {padding-left : 0 !important}

.p-1 {padding : .25rem !important}

.pt-1, .py-1 {padding-top : .25rem !important}

.pr-1, .px-1 {padding-right : .25rem !important}

.pb-1, .py-1 {padding-bottom : .25rem !important}

.pl-1, .px-1 {padding-left : .25rem !important}

.p-2 {padding : .5rem !important}

.pt-2, .py-2 {padding-top : .5rem !important}

.pr-2, .px-2 {padding-right : .5rem !important}

.pb-2, .py-2 {padding-bottom : .5rem !important}

.pl-2, .px-2 {padding-left : .5rem !important}

.p-3 {padding : 1rem !important}

.pt-3, .py-3 {padding-top : 1rem !important}

.pr-3, .px-3 {padding-right : 1rem !important}

.pb-3, .py-3 {padding-bottom : 1rem !important}

.pl-3, .px-3 {padding-left : 1rem !important}

.p-4 {padding : 1.5rem !important}

.pt-4, .py-4 {padding-top : 1.5rem !important}

.pr-4, .px-4 {padding-right : 1.5rem !important}

.pb-4, .py-4 {padding-bottom : 1.5rem !important}

.pl-4, .px-4 {padding-left : 1.5rem !important}

.p-5 {padding : 3rem !important}

.pt-5, .py-5 {padding-top : 3rem !important}

.pr-5, .px-5 {padding-right : 3rem !important}

.pb-5, .py-5 {padding-bottom : 3rem !important}

.pl-5, .px-5 {padding-left : 3rem !important}

.p-6 {padding : 4.5rem !important}

.pt-6, .py-6 {padding-top : 4.5rem !important}

.pr-6, .px-6 {padding-right : 4.5rem !important}

.pb-6, .py-6 {padding-bottom : 4.5rem !important}

.pl-6, .px-6 {padding-left : 4.5rem !important}

.p-7 {padding : 6rem !important}

.pt-7, .py-7 {padding-top : 6rem !important}

.pr-7, .px-7 {padding-right : 6rem !important}

.pb-7, .py-7 {padding-bottom : 6rem !important}

.pl-7, .px-7 {padding-left : 6rem !important}

.p-8 {padding : 9rem !important}

.pt-8, .py-8 {padding-top : 9rem !important}

.pr-8, .px-8 {padding-right : 9rem !important}

.pb-8, .py-8 {padding-bottom : 9rem !important}

.pl-8, .px-8 {padding-left : 9rem !important}

.p-9 {padding : 12rem !important}

.pt-9, .py-9 {padding-top : 12rem !important}

.pr-9, .px-9 {padding-right : 12rem !important}

.pb-9, .py-9 {padding-bottom : 12rem !important}

.pl-9, .px-9 {padding-left : 12rem !important}

.p-10 {padding : 18rem !important}

.pt-10, .py-10 {padding-top : 18rem !important}

.pr-10, .px-10 {padding-right : 18rem !important}

.pb-10, .py-10 {padding-bottom : 18rem !important}

.pl-10, .px-10 {padding-left : 18rem !important}

.m-n1 {margin : -.25rem !important}

.mt-n1, .my-n1 {margin-top : -.25rem !important}

.mr-n1, .mx-n1 {margin-right : -.25rem !important}

.mb-n1, .my-n1 {margin-bottom : -.25rem !important}

.ml-n1, .mx-n1 {margin-left : -.25rem !important}

.m-n2 {margin : -.5rem !important}

.mt-n2, .my-n2 {margin-top : -.5rem !important}

.mr-n2, .mx-n2 {margin-right : -.5rem !important}

.mb-n2, .my-n2 {margin-bottom : -.5rem !important}

.ml-n2, .mx-n2 {margin-left : -.5rem !important}

.m-n3 {margin : -1rem !important}

.mt-n3, .my-n3 {margin-top : -1rem !important}

.mr-n3, .mx-n3 {margin-right : -1rem !important}

.mb-n3, .my-n3 {margin-bottom : -1rem !important}

.ml-n3, .mx-n3 {margin-left : -1rem !important}

.m-n4 {margin : -1.5rem !important}

.mt-n4, .my-n4 {margin-top : -1.5rem !important}

.mr-n4, .mx-n4 {margin-right : -1.5rem !important}

.mb-n4, .my-n4 {margin-bottom : -1.5rem !important}

.ml-n4, .mx-n4 {margin-left : -1.5rem !important}

.m-n5 {margin : -3rem !important}

.mt-n5, .my-n5 {margin-top : -3rem !important}

.mr-n5, .mx-n5 {margin-right : -3rem !important}

.mb-n5, .my-n5 {margin-bottom : -3rem !important}

.ml-n5, .mx-n5 {margin-left : -3rem !important}

.m-n6 {margin : -4.5rem !important}

.mt-n6, .my-n6 {margin-top : -4.5rem !important}

.mr-n6, .mx-n6 {margin-right : -4.5rem !important}

.mb-n6, .my-n6 {margin-bottom : -4.5rem !important}

.ml-n6, .mx-n6 {margin-left : -4.5rem !important}

.m-n7 {margin : -6rem !important}

.mt-n7, .my-n7 {margin-top : -6rem !important}

.mr-n7, .mx-n7 {margin-right : -6rem !important}

.mb-n7, .my-n7 {margin-bottom : -6rem !important}

.ml-n7, .mx-n7 {margin-left : -6rem !important}

.m-n8 {margin : -9rem !important}

.mt-n8, .my-n8 {margin-top : -9rem !important}

.mr-n8, .mx-n8 {margin-right : -9rem !important}

.mb-n8, .my-n8 {margin-bottom : -9rem !important}

.ml-n8, .mx-n8 {margin-left : -9rem !important}

.m-n9 {margin : -12rem !important}

.mt-n9, .my-n9 {margin-top : -12rem !important}

.mr-n9, .mx-n9 {margin-right : -12rem !important}

.mb-n9, .my-n9 {margin-bottom : -12rem !important}

.ml-n9, .mx-n9 {margin-left : -12rem !important}

.m-n10 {margin : -18rem !important}

.mt-n10, .my-n10 {margin-top : -18rem !important}

.mr-n10, .mx-n10 {margin-right : -18rem !important}

.mb-n10, .my-n10 {margin-bottom : -18rem !important}

.ml-n10, .mx-n10 {margin-left : -18rem !important}

.m-auto {margin : auto !important}

.mt-auto, .my-auto {margin-top : auto !important}

.mr-auto, .mx-auto {margin-right : auto !important}

.mb-auto, .my-auto {margin-bottom : auto !important}

.ml-auto, .mx-auto {margin-left : auto !important}

@media (min-width : 576px) {
    .m-sm-0 {margin : 0 !important}

    .mt-sm-0, .my-sm-0 {margin-top : 0 !important}

    .mr-sm-0, .mx-sm-0 {margin-right : 0 !important}

    .mb-sm-0, .my-sm-0 {margin-bottom : 0 !important}

    .ml-sm-0, .mx-sm-0 {margin-left : 0 !important}

    .m-sm-1 {margin : .25rem !important}

    .mt-sm-1, .my-sm-1 {margin-top : .25rem !important}

    .mr-sm-1, .mx-sm-1 {margin-right : .25rem !important}

    .mb-sm-1, .my-sm-1 {margin-bottom : .25rem !important}

    .ml-sm-1, .mx-sm-1 {margin-left : .25rem !important}

    .m-sm-2 {margin : .5rem !important}

    .mt-sm-2, .my-sm-2 {margin-top : .5rem !important}

    .mr-sm-2, .mx-sm-2 {margin-right : .5rem !important}

    .mb-sm-2, .my-sm-2 {margin-bottom : .5rem !important}

    .ml-sm-2, .mx-sm-2 {margin-left : .5rem !important}

    .m-sm-3 {margin : 1rem !important}

    .mt-sm-3, .my-sm-3 {margin-top : 1rem !important}

    .mr-sm-3, .mx-sm-3 {margin-right : 1rem !important}

    .mb-sm-3, .my-sm-3 {margin-bottom : 1rem !important}

    .ml-sm-3, .mx-sm-3 {margin-left : 1rem !important}

    .m-sm-4 {margin : 1.5rem !important}

    .mt-sm-4, .my-sm-4 {margin-top : 1.5rem !important}

    .mr-sm-4, .mx-sm-4 {margin-right : 1.5rem !important}

    .mb-sm-4, .my-sm-4 {margin-bottom : 1.5rem !important}

    .ml-sm-4, .mx-sm-4 {margin-left : 1.5rem !important}

    .m-sm-5 {margin : 3rem !important}

    .mt-sm-5, .my-sm-5 {margin-top : 3rem !important}

    .mr-sm-5, .mx-sm-5 {margin-right : 3rem !important}

    .mb-sm-5, .my-sm-5 {margin-bottom : 3rem !important}

    .ml-sm-5, .mx-sm-5 {margin-left : 3rem !important}

    .m-sm-6 {margin : 4.5rem !important}

    .mt-sm-6, .my-sm-6 {margin-top : 4.5rem !important}

    .mr-sm-6, .mx-sm-6 {margin-right : 4.5rem !important}

    .mb-sm-6, .my-sm-6 {margin-bottom : 4.5rem !important}

    .ml-sm-6, .mx-sm-6 {margin-left : 4.5rem !important}

    .m-sm-7 {margin : 6rem !important}

    .mt-sm-7, .my-sm-7 {margin-top : 6rem !important}

    .mr-sm-7, .mx-sm-7 {margin-right : 6rem !important}

    .mb-sm-7, .my-sm-7 {margin-bottom : 6rem !important}

    .ml-sm-7, .mx-sm-7 {margin-left : 6rem !important}

    .m-sm-8 {margin : 9rem !important}

    .mt-sm-8, .my-sm-8 {margin-top : 9rem !important}

    .mr-sm-8, .mx-sm-8 {margin-right : 9rem !important}

    .mb-sm-8, .my-sm-8 {margin-bottom : 9rem !important}

    .ml-sm-8, .mx-sm-8 {margin-left : 9rem !important}

    .m-sm-9 {margin : 12rem !important}

    .mt-sm-9, .my-sm-9 {margin-top : 12rem !important}

    .mr-sm-9, .mx-sm-9 {margin-right : 12rem !important}

    .mb-sm-9, .my-sm-9 {margin-bottom : 12rem !important}

    .ml-sm-9, .mx-sm-9 {margin-left : 12rem !important}

    .m-sm-10 {margin : 18rem !important}

    .mt-sm-10, .my-sm-10 {margin-top : 18rem !important}

    .mr-sm-10, .mx-sm-10 {margin-right : 18rem !important}

    .mb-sm-10, .my-sm-10 {margin-bottom : 18rem !important}

    .ml-sm-10, .mx-sm-10 {margin-left : 18rem !important}

    .p-sm-0 {padding : 0 !important}

    .pt-sm-0, .py-sm-0 {padding-top : 0 !important}

    .pr-sm-0, .px-sm-0 {padding-right : 0 !important}

    .pb-sm-0, .py-sm-0 {padding-bottom : 0 !important}

    .pl-sm-0, .px-sm-0 {padding-left : 0 !important}

    .p-sm-1 {padding : .25rem !important}

    .pt-sm-1, .py-sm-1 {padding-top : .25rem !important}

    .pr-sm-1, .px-sm-1 {padding-right : .25rem !important}

    .pb-sm-1, .py-sm-1 {padding-bottom : .25rem !important}

    .pl-sm-1, .px-sm-1 {padding-left : .25rem !important}

    .p-sm-2 {padding : .5rem !important}

    .pt-sm-2, .py-sm-2 {padding-top : .5rem !important}

    .pr-sm-2, .px-sm-2 {padding-right : .5rem !important}

    .pb-sm-2, .py-sm-2 {padding-bottom : .5rem !important}

    .pl-sm-2, .px-sm-2 {padding-left : .5rem !important}

    .p-sm-3 {padding : 1rem !important}

    .pt-sm-3, .py-sm-3 {padding-top : 1rem !important}

    .pr-sm-3, .px-sm-3 {padding-right : 1rem !important}

    .pb-sm-3, .py-sm-3 {padding-bottom : 1rem !important}

    .pl-sm-3, .px-sm-3 {padding-left : 1rem !important}

    .p-sm-4 {padding : 1.5rem !important}

    .pt-sm-4, .py-sm-4 {padding-top : 1.5rem !important}

    .pr-sm-4, .px-sm-4 {padding-right : 1.5rem !important}

    .pb-sm-4, .py-sm-4 {padding-bottom : 1.5rem !important}

    .pl-sm-4, .px-sm-4 {padding-left : 1.5rem !important}

    .p-sm-5 {padding : 3rem !important}

    .pt-sm-5, .py-sm-5 {padding-top : 3rem !important}

    .pr-sm-5, .px-sm-5 {padding-right : 3rem !important}

    .pb-sm-5, .py-sm-5 {padding-bottom : 3rem !important}

    .pl-sm-5, .px-sm-5 {padding-left : 3rem !important}

    .p-sm-6 {padding : 4.5rem !important}

    .pt-sm-6, .py-sm-6 {padding-top : 4.5rem !important}

    .pr-sm-6, .px-sm-6 {padding-right : 4.5rem !important}

    .pb-sm-6, .py-sm-6 {padding-bottom : 4.5rem !important}

    .pl-sm-6, .px-sm-6 {padding-left : 4.5rem !important}

    .p-sm-7 {padding : 6rem !important}

    .pt-sm-7, .py-sm-7 {padding-top : 6rem !important}

    .pr-sm-7, .px-sm-7 {padding-right : 6rem !important}

    .pb-sm-7, .py-sm-7 {padding-bottom : 6rem !important}

    .pl-sm-7, .px-sm-7 {padding-left : 6rem !important}

    .p-sm-8 {padding : 9rem !important}

    .pt-sm-8, .py-sm-8 {padding-top : 9rem !important}

    .pr-sm-8, .px-sm-8 {padding-right : 9rem !important}

    .pb-sm-8, .py-sm-8 {padding-bottom : 9rem !important}

    .pl-sm-8, .px-sm-8 {padding-left : 9rem !important}

    .p-sm-9 {padding : 12rem !important}

    .pt-sm-9, .py-sm-9 {padding-top : 12rem !important}

    .pr-sm-9, .px-sm-9 {padding-right : 12rem !important}

    .pb-sm-9, .py-sm-9 {padding-bottom : 12rem !important}

    .pl-sm-9, .px-sm-9 {padding-left : 12rem !important}

    .p-sm-10 {padding : 18rem !important}

    .pt-sm-10, .py-sm-10 {padding-top : 18rem !important}

    .pr-sm-10, .px-sm-10 {padding-right : 18rem !important}

    .pb-sm-10, .py-sm-10 {padding-bottom : 18rem !important}

    .pl-sm-10, .px-sm-10 {padding-left : 18rem !important}

    .m-sm-n1 {margin : -.25rem !important}

    .mt-sm-n1, .my-sm-n1 {margin-top : -.25rem !important}

    .mr-sm-n1, .mx-sm-n1 {margin-right : -.25rem !important}

    .mb-sm-n1, .my-sm-n1 {margin-bottom : -.25rem !important}

    .ml-sm-n1, .mx-sm-n1 {margin-left : -.25rem !important}

    .m-sm-n2 {margin : -.5rem !important}

    .mt-sm-n2, .my-sm-n2 {margin-top : -.5rem !important}

    .mr-sm-n2, .mx-sm-n2 {margin-right : -.5rem !important}

    .mb-sm-n2, .my-sm-n2 {margin-bottom : -.5rem !important}

    .ml-sm-n2, .mx-sm-n2 {margin-left : -.5rem !important}

    .m-sm-n3 {margin : -1rem !important}

    .mt-sm-n3, .my-sm-n3 {margin-top : -1rem !important}

    .mr-sm-n3, .mx-sm-n3 {margin-right : -1rem !important}

    .mb-sm-n3, .my-sm-n3 {margin-bottom : -1rem !important}

    .ml-sm-n3, .mx-sm-n3 {margin-left : -1rem !important}

    .m-sm-n4 {margin : -1.5rem !important}

    .mt-sm-n4, .my-sm-n4 {margin-top : -1.5rem !important}

    .mr-sm-n4, .mx-sm-n4 {margin-right : -1.5rem !important}

    .mb-sm-n4, .my-sm-n4 {margin-bottom : -1.5rem !important}

    .ml-sm-n4, .mx-sm-n4 {margin-left : -1.5rem !important}

    .m-sm-n5 {margin : -3rem !important}

    .mt-sm-n5, .my-sm-n5 {margin-top : -3rem !important}

    .mr-sm-n5, .mx-sm-n5 {margin-right : -3rem !important}

    .mb-sm-n5, .my-sm-n5 {margin-bottom : -3rem !important}

    .ml-sm-n5, .mx-sm-n5 {margin-left : -3rem !important}

    .m-sm-n6 {margin : -4.5rem !important}

    .mt-sm-n6, .my-sm-n6 {margin-top : -4.5rem !important}

    .mr-sm-n6, .mx-sm-n6 {margin-right : -4.5rem !important}

    .mb-sm-n6, .my-sm-n6 {margin-bottom : -4.5rem !important}

    .ml-sm-n6, .mx-sm-n6 {margin-left : -4.5rem !important}

    .m-sm-n7 {margin : -6rem !important}

    .mt-sm-n7, .my-sm-n7 {margin-top : -6rem !important}

    .mr-sm-n7, .mx-sm-n7 {margin-right : -6rem !important}

    .mb-sm-n7, .my-sm-n7 {margin-bottom : -6rem !important}

    .ml-sm-n7, .mx-sm-n7 {margin-left : -6rem !important}

    .m-sm-n8 {margin : -9rem !important}

    .mt-sm-n8, .my-sm-n8 {margin-top : -9rem !important}

    .mr-sm-n8, .mx-sm-n8 {margin-right : -9rem !important}

    .mb-sm-n8, .my-sm-n8 {margin-bottom : -9rem !important}

    .ml-sm-n8, .mx-sm-n8 {margin-left : -9rem !important}

    .m-sm-n9 {margin : -12rem !important}

    .mt-sm-n9, .my-sm-n9 {margin-top : -12rem !important}

    .mr-sm-n9, .mx-sm-n9 {margin-right : -12rem !important}

    .mb-sm-n9, .my-sm-n9 {margin-bottom : -12rem !important}

    .ml-sm-n9, .mx-sm-n9 {margin-left : -12rem !important}

    .m-sm-n10 {margin : -18rem !important}

    .mt-sm-n10, .my-sm-n10 {margin-top : -18rem !important}

    .mr-sm-n10, .mx-sm-n10 {margin-right : -18rem !important}

    .mb-sm-n10, .my-sm-n10 {margin-bottom : -18rem !important}

    .ml-sm-n10, .mx-sm-n10 {margin-left : -18rem !important}

    .m-sm-auto {margin : auto !important}

    .mt-sm-auto, .my-sm-auto {margin-top : auto !important}

    .mr-sm-auto, .mx-sm-auto {margin-right : auto !important}

    .mb-sm-auto, .my-sm-auto {margin-bottom : auto !important}

    .ml-sm-auto, .mx-sm-auto {margin-left : auto !important}
}

@media (min-width : 768px) {
    .m-md-0 {margin : 0 !important}

    .mt-md-0, .my-md-0 {margin-top : 0 !important}

    .mr-md-0, .mx-md-0 {margin-right : 0 !important}

    .mb-md-0, .my-md-0 {margin-bottom : 0 !important}

    .ml-md-0, .mx-md-0 {margin-left : 0 !important}

    .m-md-1 {margin : .25rem !important}

    .mt-md-1, .my-md-1 {margin-top : .25rem !important}

    .mr-md-1, .mx-md-1 {margin-right : .25rem !important}

    .mb-md-1, .my-md-1 {margin-bottom : .25rem !important}

    .ml-md-1, .mx-md-1 {margin-left : .25rem !important}

    .m-md-2 {margin : .5rem !important}

    .mt-md-2, .my-md-2 {margin-top : .5rem !important}

    .mr-md-2, .mx-md-2 {margin-right : .5rem !important}

    .mb-md-2, .my-md-2 {margin-bottom : .5rem !important}

    .ml-md-2, .mx-md-2 {margin-left : .5rem !important}

    .m-md-3 {margin : 1rem !important}

    .mt-md-3, .my-md-3 {margin-top : 1rem !important}

    .mr-md-3, .mx-md-3 {margin-right : 1rem !important}

    .mb-md-3, .my-md-3 {margin-bottom : 1rem !important}

    .ml-md-3, .mx-md-3 {margin-left : 1rem !important}

    .m-md-4 {margin : 1.5rem !important}

    .mt-md-4, .my-md-4 {margin-top : 1.5rem !important}

    .mr-md-4, .mx-md-4 {margin-right : 1.5rem !important}

    .mb-md-4, .my-md-4 {margin-bottom : 1.5rem !important}

    .ml-md-4, .mx-md-4 {margin-left : 1.5rem !important}

    .m-md-5 {margin : 3rem !important}

    .mt-md-5, .my-md-5 {margin-top : 3rem !important}

    .mr-md-5, .mx-md-5 {margin-right : 3rem !important}

    .mb-md-5, .my-md-5 {margin-bottom : 3rem !important}

    .ml-md-5, .mx-md-5 {margin-left : 3rem !important}

    .m-md-6 {margin : 4.5rem !important}

    .mt-md-6, .my-md-6 {margin-top : 4.5rem !important}

    .mr-md-6, .mx-md-6 {margin-right : 4.5rem !important}

    .mb-md-6, .my-md-6 {margin-bottom : 4.5rem !important}

    .ml-md-6, .mx-md-6 {margin-left : 4.5rem !important}

    .m-md-7 {margin : 6rem !important}

    .mt-md-7, .my-md-7 {margin-top : 6rem !important}

    .mr-md-7, .mx-md-7 {margin-right : 6rem !important}

    .mb-md-7, .my-md-7 {margin-bottom : 6rem !important}

    .ml-md-7, .mx-md-7 {margin-left : 6rem !important}

    .m-md-8 {margin : 9rem !important}

    .mt-md-8, .my-md-8 {margin-top : 9rem !important}

    .mr-md-8, .mx-md-8 {margin-right : 9rem !important}

    .mb-md-8, .my-md-8 {margin-bottom : 9rem !important}

    .ml-md-8, .mx-md-8 {margin-left : 9rem !important}

    .m-md-9 {margin : 12rem !important}

    .mt-md-9, .my-md-9 {margin-top : 12rem !important}

    .mr-md-9, .mx-md-9 {margin-right : 12rem !important}

    .mb-md-9, .my-md-9 {margin-bottom : 12rem !important}

    .ml-md-9, .mx-md-9 {margin-left : 12rem !important}

    .m-md-10 {margin : 18rem !important}

    .mt-md-10, .my-md-10 {margin-top : 18rem !important}

    .mr-md-10, .mx-md-10 {margin-right : 18rem !important}

    .mb-md-10, .my-md-10 {margin-bottom : 18rem !important}

    .ml-md-10, .mx-md-10 {margin-left : 18rem !important}

    .p-md-0 {padding : 0 !important}

    .pt-md-0, .py-md-0 {padding-top : 0 !important}

    .pr-md-0, .px-md-0 {padding-right : 0 !important}

    .pb-md-0, .py-md-0 {padding-bottom : 0 !important}

    .pl-md-0, .px-md-0 {padding-left : 0 !important}

    .p-md-1 {padding : .25rem !important}

    .pt-md-1, .py-md-1 {padding-top : .25rem !important}

    .pr-md-1, .px-md-1 {padding-right : .25rem !important}

    .pb-md-1, .py-md-1 {padding-bottom : .25rem !important}

    .pl-md-1, .px-md-1 {padding-left : .25rem !important}

    .p-md-2 {padding : .5rem !important}

    .pt-md-2, .py-md-2 {padding-top : .5rem !important}

    .pr-md-2, .px-md-2 {padding-right : .5rem !important}

    .pb-md-2, .py-md-2 {padding-bottom : .5rem !important}

    .pl-md-2, .px-md-2 {padding-left : .5rem !important}

    .p-md-3 {padding : 1rem !important}

    .pt-md-3, .py-md-3 {padding-top : 1rem !important}

    .pr-md-3, .px-md-3 {padding-right : 1rem !important}

    .pb-md-3, .py-md-3 {padding-bottom : 1rem !important}

    .pl-md-3, .px-md-3 {padding-left : 1rem !important}

    .p-md-4 {padding : 1.5rem !important}

    .pt-md-4, .py-md-4 {padding-top : 1.5rem !important}

    .pr-md-4, .px-md-4 {padding-right : 1.5rem !important}

    .pb-md-4, .py-md-4 {padding-bottom : 1.5rem !important}

    .pl-md-4, .px-md-4 {padding-left : 1.5rem !important}

    .p-md-5 {padding : 3rem !important}

    .pt-md-5, .py-md-5 {padding-top : 3rem !important}

    .pr-md-5, .px-md-5 {padding-right : 3rem !important}

    .pb-md-5, .py-md-5 {padding-bottom : 3rem !important}

    .pl-md-5, .px-md-5 {padding-left : 3rem !important}

    .p-md-6 {padding : 4.5rem !important}

    .pt-md-6, .py-md-6 {padding-top : 4.5rem !important}

    .pr-md-6, .px-md-6 {padding-right : 4.5rem !important}

    .pb-md-6, .py-md-6 {padding-bottom : 4.5rem !important}

    .pl-md-6, .px-md-6 {padding-left : 4.5rem !important}

    .p-md-7 {padding : 6rem !important}

    .pt-md-7, .py-md-7 {padding-top : 6rem !important}

    .pr-md-7, .px-md-7 {padding-right : 6rem !important}

    .pb-md-7, .py-md-7 {padding-bottom : 6rem !important}

    .pl-md-7, .px-md-7 {padding-left : 6rem !important}

    .p-md-8 {padding : 9rem !important}

    .pt-md-8, .py-md-8 {padding-top : 9rem !important}

    .pr-md-8, .px-md-8 {padding-right : 9rem !important}

    .pb-md-8, .py-md-8 {padding-bottom : 9rem !important}

    .pl-md-8, .px-md-8 {padding-left : 9rem !important}

    .p-md-9 {padding : 12rem !important}

    .pt-md-9, .py-md-9 {padding-top : 12rem !important}

    .pr-md-9, .px-md-9 {padding-right : 12rem !important}

    .pb-md-9, .py-md-9 {padding-bottom : 12rem !important}

    .pl-md-9, .px-md-9 {padding-left : 12rem !important}

    .p-md-10 {padding : 18rem !important}

    .pt-md-10, .py-md-10 {padding-top : 18rem !important}

    .pr-md-10, .px-md-10 {padding-right : 18rem !important}

    .pb-md-10, .py-md-10 {padding-bottom : 18rem !important}

    .pl-md-10, .px-md-10 {padding-left : 18rem !important}

    .m-md-n1 {margin : -.25rem !important}

    .mt-md-n1, .my-md-n1 {margin-top : -.25rem !important}

    .mr-md-n1, .mx-md-n1 {margin-right : -.25rem !important}

    .mb-md-n1, .my-md-n1 {margin-bottom : -.25rem !important}

    .ml-md-n1, .mx-md-n1 {margin-left : -.25rem !important}

    .m-md-n2 {margin : -.5rem !important}

    .mt-md-n2, .my-md-n2 {margin-top : -.5rem !important}

    .mr-md-n2, .mx-md-n2 {margin-right : -.5rem !important}

    .mb-md-n2, .my-md-n2 {margin-bottom : -.5rem !important}

    .ml-md-n2, .mx-md-n2 {margin-left : -.5rem !important}

    .m-md-n3 {margin : -1rem !important}

    .mt-md-n3, .my-md-n3 {margin-top : -1rem !important}

    .mr-md-n3, .mx-md-n3 {margin-right : -1rem !important}

    .mb-md-n3, .my-md-n3 {margin-bottom : -1rem !important}

    .ml-md-n3, .mx-md-n3 {margin-left : -1rem !important}

    .m-md-n4 {margin : -1.5rem !important}

    .mt-md-n4, .my-md-n4 {margin-top : -1.5rem !important}

    .mr-md-n4, .mx-md-n4 {margin-right : -1.5rem !important}

    .mb-md-n4, .my-md-n4 {margin-bottom : -1.5rem !important}

    .ml-md-n4, .mx-md-n4 {margin-left : -1.5rem !important}

    .m-md-n5 {margin : -3rem !important}

    .mt-md-n5, .my-md-n5 {margin-top : -3rem !important}

    .mr-md-n5, .mx-md-n5 {margin-right : -3rem !important}

    .mb-md-n5, .my-md-n5 {margin-bottom : -3rem !important}

    .ml-md-n5, .mx-md-n5 {margin-left : -3rem !important}

    .m-md-n6 {margin : -4.5rem !important}

    .mt-md-n6, .my-md-n6 {margin-top : -4.5rem !important}

    .mr-md-n6, .mx-md-n6 {margin-right : -4.5rem !important}

    .mb-md-n6, .my-md-n6 {margin-bottom : -4.5rem !important}

    .ml-md-n6, .mx-md-n6 {margin-left : -4.5rem !important}

    .m-md-n7 {margin : -6rem !important}

    .mt-md-n7, .my-md-n7 {margin-top : -6rem !important}

    .mr-md-n7, .mx-md-n7 {margin-right : -6rem !important}

    .mb-md-n7, .my-md-n7 {margin-bottom : -6rem !important}

    .ml-md-n7, .mx-md-n7 {margin-left : -6rem !important}

    .m-md-n8 {margin : -9rem !important}

    .mt-md-n8, .my-md-n8 {margin-top : -9rem !important}

    .mr-md-n8, .mx-md-n8 {margin-right : -9rem !important}

    .mb-md-n8, .my-md-n8 {margin-bottom : -9rem !important}

    .ml-md-n8, .mx-md-n8 {margin-left : -9rem !important}

    .m-md-n9 {margin : -12rem !important}

    .mt-md-n9, .my-md-n9 {margin-top : -12rem !important}

    .mr-md-n9, .mx-md-n9 {margin-right : -12rem !important}

    .mb-md-n9, .my-md-n9 {margin-bottom : -12rem !important}

    .ml-md-n9, .mx-md-n9 {margin-left : -12rem !important}

    .m-md-n10 {margin : -18rem !important}

    .mt-md-n10, .my-md-n10 {margin-top : -18rem !important}

    .mr-md-n10, .mx-md-n10 {margin-right : -18rem !important}

    .mb-md-n10, .my-md-n10 {margin-bottom : -18rem !important}

    .ml-md-n10, .mx-md-n10 {margin-left : -18rem !important}

    .m-md-auto {margin : auto !important}

    .mt-md-auto, .my-md-auto {margin-top : auto !important}

    .mr-md-auto, .mx-md-auto {margin-right : auto !important}

    .mb-md-auto, .my-md-auto {margin-bottom : auto !important}

    .ml-md-auto, .mx-md-auto {margin-left : auto !important}
}

@media (min-width : 992px) {
    .m-lg-0 {margin : 0 !important}

    .mt-lg-0, .my-lg-0 {margin-top : 0 !important}

    .mr-lg-0, .mx-lg-0 {margin-right : 0 !important}

    .mb-lg-0, .my-lg-0 {margin-bottom : 0 !important}

    .ml-lg-0, .mx-lg-0 {margin-left : 0 !important}

    .m-lg-1 {margin : .25rem !important}

    .mt-lg-1, .my-lg-1 {margin-top : .25rem !important}

    .mr-lg-1, .mx-lg-1 {margin-right : .25rem !important}

    .mb-lg-1, .my-lg-1 {margin-bottom : .25rem !important}

    .ml-lg-1, .mx-lg-1 {margin-left : .25rem !important}

    .m-lg-2 {margin : .5rem !important}

    .mt-lg-2, .my-lg-2 {margin-top : .5rem !important}

    .mr-lg-2, .mx-lg-2 {margin-right : .5rem !important}

    .mb-lg-2, .my-lg-2 {margin-bottom : .5rem !important}

    .ml-lg-2, .mx-lg-2 {margin-left : .5rem !important}

    .m-lg-3 {margin : 1rem !important}

    .mt-lg-3, .my-lg-3 {margin-top : 1rem !important}

    .mr-lg-3, .mx-lg-3 {margin-right : 1rem !important}

    .mb-lg-3, .my-lg-3 {margin-bottom : 1rem !important}

    .ml-lg-3, .mx-lg-3 {margin-left : 1rem !important}

    .m-lg-4 {margin : 1.5rem !important}

    .mt-lg-4, .my-lg-4 {margin-top : 1.5rem !important}

    .mr-lg-4, .mx-lg-4 {margin-right : 1.5rem !important}

    .mb-lg-4, .my-lg-4 {margin-bottom : 1.5rem !important}

    .ml-lg-4, .mx-lg-4 {margin-left : 1.5rem !important}

    .m-lg-5 {margin : 3rem !important}

    .mt-lg-5, .my-lg-5 {margin-top : 3rem !important}

    .mr-lg-5, .mx-lg-5 {margin-right : 3rem !important}

    .mb-lg-5, .my-lg-5 {margin-bottom : 3rem !important}

    .ml-lg-5, .mx-lg-5 {margin-left : 3rem !important}

    .m-lg-6 {margin : 4.5rem !important}

    .mt-lg-6, .my-lg-6 {margin-top : 4.5rem !important}

    .mr-lg-6, .mx-lg-6 {margin-right : 4.5rem !important}

    .mb-lg-6, .my-lg-6 {margin-bottom : 4.5rem !important}

    .ml-lg-6, .mx-lg-6 {margin-left : 4.5rem !important}

    .m-lg-7 {margin : 6rem !important}

    .mt-lg-7, .my-lg-7 {margin-top : 6rem !important}

    .mr-lg-7, .mx-lg-7 {margin-right : 6rem !important}

    .mb-lg-7, .my-lg-7 {margin-bottom : 6rem !important}

    .ml-lg-7, .mx-lg-7 {margin-left : 6rem !important}

    .m-lg-8 {margin : 9rem !important}

    .mt-lg-8, .my-lg-8 {margin-top : 9rem !important}

    .mr-lg-8, .mx-lg-8 {margin-right : 9rem !important}

    .mb-lg-8, .my-lg-8 {margin-bottom : 9rem !important}

    .ml-lg-8, .mx-lg-8 {margin-left : 9rem !important}

    .m-lg-9 {margin : 12rem !important}

    .mt-lg-9, .my-lg-9 {margin-top : 12rem !important}

    .mr-lg-9, .mx-lg-9 {margin-right : 12rem !important}

    .mb-lg-9, .my-lg-9 {margin-bottom : 12rem !important}

    .ml-lg-9, .mx-lg-9 {margin-left : 12rem !important}

    .m-lg-10 {margin : 18rem !important}

    .mt-lg-10, .my-lg-10 {margin-top : 18rem !important}

    .mr-lg-10, .mx-lg-10 {margin-right : 18rem !important}

    .mb-lg-10, .my-lg-10 {margin-bottom : 18rem !important}

    .ml-lg-10, .mx-lg-10 {margin-left : 18rem !important}

    .p-lg-0 {padding : 0 !important}

    .pt-lg-0, .py-lg-0 {padding-top : 0 !important}

    .pr-lg-0, .px-lg-0 {padding-right : 0 !important}

    .pb-lg-0, .py-lg-0 {padding-bottom : 0 !important}

    .pl-lg-0, .px-lg-0 {padding-left : 0 !important}

    .p-lg-1 {padding : .25rem !important}

    .pt-lg-1, .py-lg-1 {padding-top : .25rem !important}

    .pr-lg-1, .px-lg-1 {padding-right : .25rem !important}

    .pb-lg-1, .py-lg-1 {padding-bottom : .25rem !important}

    .pl-lg-1, .px-lg-1 {padding-left : .25rem !important}

    .p-lg-2 {padding : .5rem !important}

    .pt-lg-2, .py-lg-2 {padding-top : .5rem !important}

    .pr-lg-2, .px-lg-2 {padding-right : .5rem !important}

    .pb-lg-2, .py-lg-2 {padding-bottom : .5rem !important}

    .pl-lg-2, .px-lg-2 {padding-left : .5rem !important}

    .p-lg-3 {padding : 1rem !important}

    .pt-lg-3, .py-lg-3 {padding-top : 1rem !important}

    .pr-lg-3, .px-lg-3 {padding-right : 1rem !important}

    .pb-lg-3, .py-lg-3 {padding-bottom : 1rem !important}

    .pl-lg-3, .px-lg-3 {padding-left : 1rem !important}

    .p-lg-4 {padding : 1.5rem !important}

    .pt-lg-4, .py-lg-4 {padding-top : 1.5rem !important}

    .pr-lg-4, .px-lg-4 {padding-right : 1.5rem !important}

    .pb-lg-4, .py-lg-4 {padding-bottom : 1.5rem !important}

    .pl-lg-4, .px-lg-4 {padding-left : 1.5rem !important}

    .p-lg-5 {padding : 3rem !important}

    .pt-lg-5, .py-lg-5 {padding-top : 3rem !important}

    .pr-lg-5, .px-lg-5 {padding-right : 3rem !important}

    .pb-lg-5, .py-lg-5 {padding-bottom : 3rem !important}

    .pl-lg-5, .px-lg-5 {padding-left : 3rem !important}

    .p-lg-6 {padding : 4.5rem !important}

    .pt-lg-6, .py-lg-6 {padding-top : 4.5rem !important}

    .pr-lg-6, .px-lg-6 {padding-right : 4.5rem !important}

    .pb-lg-6, .py-lg-6 {padding-bottom : 4.5rem !important}

    .pl-lg-6, .px-lg-6 {padding-left : 4.5rem !important}

    .p-lg-7 {padding : 6rem !important}

    .pt-lg-7, .py-lg-7 {padding-top : 6rem !important}

    .pr-lg-7, .px-lg-7 {padding-right : 6rem !important}

    .pb-lg-7, .py-lg-7 {padding-bottom : 6rem !important}

    .pl-lg-7, .px-lg-7 {padding-left : 6rem !important}

    .p-lg-8 {padding : 9rem !important}

    .pt-lg-8, .py-lg-8 {padding-top : 9rem !important}

    .pr-lg-8, .px-lg-8 {padding-right : 9rem !important}

    .pb-lg-8, .py-lg-8 {padding-bottom : 9rem !important}

    .pl-lg-8, .px-lg-8 {padding-left : 9rem !important}

    .p-lg-9 {padding : 12rem !important}

    .pt-lg-9, .py-lg-9 {padding-top : 12rem !important}

    .pr-lg-9, .px-lg-9 {padding-right : 12rem !important}

    .pb-lg-9, .py-lg-9 {padding-bottom : 12rem !important}

    .pl-lg-9, .px-lg-9 {padding-left : 12rem !important}

    .p-lg-10 {padding : 18rem !important}

    .pt-lg-10, .py-lg-10 {padding-top : 18rem !important}

    .pr-lg-10, .px-lg-10 {padding-right : 18rem !important}

    .pb-lg-10, .py-lg-10 {padding-bottom : 18rem !important}

    .pl-lg-10, .px-lg-10 {padding-left : 18rem !important}

    .m-lg-n1 {margin : -.25rem !important}

    .mt-lg-n1, .my-lg-n1 {margin-top : -.25rem !important}

    .mr-lg-n1, .mx-lg-n1 {margin-right : -.25rem !important}

    .mb-lg-n1, .my-lg-n1 {margin-bottom : -.25rem !important}

    .ml-lg-n1, .mx-lg-n1 {margin-left : -.25rem !important}

    .m-lg-n2 {margin : -.5rem !important}

    .mt-lg-n2, .my-lg-n2 {margin-top : -.5rem !important}

    .mr-lg-n2, .mx-lg-n2 {margin-right : -.5rem !important}

    .mb-lg-n2, .my-lg-n2 {margin-bottom : -.5rem !important}

    .ml-lg-n2, .mx-lg-n2 {margin-left : -.5rem !important}

    .m-lg-n3 {margin : -1rem !important}

    .mt-lg-n3, .my-lg-n3 {margin-top : -1rem !important}

    .mr-lg-n3, .mx-lg-n3 {margin-right : -1rem !important}

    .mb-lg-n3, .my-lg-n3 {margin-bottom : -1rem !important}

    .ml-lg-n3, .mx-lg-n3 {margin-left : -1rem !important}

    .m-lg-n4 {margin : -1.5rem !important}

    .mt-lg-n4, .my-lg-n4 {margin-top : -1.5rem !important}

    .mr-lg-n4, .mx-lg-n4 {margin-right : -1.5rem !important}

    .mb-lg-n4, .my-lg-n4 {margin-bottom : -1.5rem !important}

    .ml-lg-n4, .mx-lg-n4 {margin-left : -1.5rem !important}

    .m-lg-n5 {margin : -3rem !important}

    .mt-lg-n5, .my-lg-n5 {margin-top : -3rem !important}

    .mr-lg-n5, .mx-lg-n5 {margin-right : -3rem !important}

    .mb-lg-n5, .my-lg-n5 {margin-bottom : -3rem !important}

    .ml-lg-n5, .mx-lg-n5 {margin-left : -3rem !important}

    .m-lg-n6 {margin : -4.5rem !important}

    .mt-lg-n6, .my-lg-n6 {margin-top : -4.5rem !important}

    .mr-lg-n6, .mx-lg-n6 {margin-right : -4.5rem !important}

    .mb-lg-n6, .my-lg-n6 {margin-bottom : -4.5rem !important}

    .ml-lg-n6, .mx-lg-n6 {margin-left : -4.5rem !important}

    .m-lg-n7 {margin : -6rem !important}

    .mt-lg-n7, .my-lg-n7 {margin-top : -6rem !important}

    .mr-lg-n7, .mx-lg-n7 {margin-right : -6rem !important}

    .mb-lg-n7, .my-lg-n7 {margin-bottom : -6rem !important}

    .ml-lg-n7, .mx-lg-n7 {margin-left : -6rem !important}

    .m-lg-n8 {margin : -9rem !important}

    .mt-lg-n8, .my-lg-n8 {margin-top : -9rem !important}

    .mr-lg-n8, .mx-lg-n8 {margin-right : -9rem !important}

    .mb-lg-n8, .my-lg-n8 {margin-bottom : -9rem !important}

    .ml-lg-n8, .mx-lg-n8 {margin-left : -9rem !important}

    .m-lg-n9 {margin : -12rem !important}

    .mt-lg-n9, .my-lg-n9 {margin-top : -12rem !important}

    .mr-lg-n9, .mx-lg-n9 {margin-right : -12rem !important}

    .mb-lg-n9, .my-lg-n9 {margin-bottom : -12rem !important}

    .ml-lg-n9, .mx-lg-n9 {margin-left : -12rem !important}

    .m-lg-n10 {margin : -18rem !important}

    .mt-lg-n10, .my-lg-n10 {margin-top : -18rem !important}

    .mr-lg-n10, .mx-lg-n10 {margin-right : -18rem !important}

    .mb-lg-n10, .my-lg-n10 {margin-bottom : -18rem !important}

    .ml-lg-n10, .mx-lg-n10 {margin-left : -18rem !important}

    .m-lg-auto {margin : auto !important}

    .mt-lg-auto, .my-lg-auto {margin-top : auto !important}

    .mr-lg-auto, .mx-lg-auto {margin-right : auto !important}

    .mb-lg-auto, .my-lg-auto {margin-bottom : auto !important}

    .ml-lg-auto, .mx-lg-auto {margin-left : auto !important}
}

@media (min-width : 1200px) {
    .m-xl-0 {margin : 0 !important}

    .mt-xl-0, .my-xl-0 {margin-top : 0 !important}

    .mr-xl-0, .mx-xl-0 {margin-right : 0 !important}

    .mb-xl-0, .my-xl-0 {margin-bottom : 0 !important}

    .ml-xl-0, .mx-xl-0 {margin-left : 0 !important}

    .m-xl-1 {margin : .25rem !important}

    .mt-xl-1, .my-xl-1 {margin-top : .25rem !important}

    .mr-xl-1, .mx-xl-1 {margin-right : .25rem !important}

    .mb-xl-1, .my-xl-1 {margin-bottom : .25rem !important}

    .ml-xl-1, .mx-xl-1 {margin-left : .25rem !important}

    .m-xl-2 {margin : .5rem !important}

    .mt-xl-2, .my-xl-2 {margin-top : .5rem !important}

    .mr-xl-2, .mx-xl-2 {margin-right : .5rem !important}

    .mb-xl-2, .my-xl-2 {margin-bottom : .5rem !important}

    .ml-xl-2, .mx-xl-2 {margin-left : .5rem !important}

    .m-xl-3 {margin : 1rem !important}

    .mt-xl-3, .my-xl-3 {margin-top : 1rem !important}

    .mr-xl-3, .mx-xl-3 {margin-right : 1rem !important}

    .mb-xl-3, .my-xl-3 {margin-bottom : 1rem !important}

    .ml-xl-3, .mx-xl-3 {margin-left : 1rem !important}

    .m-xl-4 {margin : 1.5rem !important}

    .mt-xl-4, .my-xl-4 {margin-top : 1.5rem !important}

    .mr-xl-4, .mx-xl-4 {margin-right : 1.5rem !important}

    .mb-xl-4, .my-xl-4 {margin-bottom : 1.5rem !important}

    .ml-xl-4, .mx-xl-4 {margin-left : 1.5rem !important}

    .m-xl-5 {margin : 3rem !important}

    .mt-xl-5, .my-xl-5 {margin-top : 3rem !important}

    .mr-xl-5, .mx-xl-5 {margin-right : 3rem !important}

    .mb-xl-5, .my-xl-5 {margin-bottom : 3rem !important}

    .ml-xl-5, .mx-xl-5 {margin-left : 3rem !important}

    .m-xl-6 {margin : 4.5rem !important}

    .mt-xl-6, .my-xl-6 {margin-top : 4.5rem !important}

    .mr-xl-6, .mx-xl-6 {margin-right : 4.5rem !important}

    .mb-xl-6, .my-xl-6 {margin-bottom : 4.5rem !important}

    .ml-xl-6, .mx-xl-6 {margin-left : 4.5rem !important}

    .m-xl-7 {margin : 6rem !important}

    .mt-xl-7, .my-xl-7 {margin-top : 6rem !important}

    .mr-xl-7, .mx-xl-7 {margin-right : 6rem !important}

    .mb-xl-7, .my-xl-7 {margin-bottom : 6rem !important}

    .ml-xl-7, .mx-xl-7 {margin-left : 6rem !important}

    .m-xl-8 {margin : 9rem !important}

    .mt-xl-8, .my-xl-8 {margin-top : 9rem !important}

    .mr-xl-8, .mx-xl-8 {margin-right : 9rem !important}

    .mb-xl-8, .my-xl-8 {margin-bottom : 9rem !important}

    .ml-xl-8, .mx-xl-8 {margin-left : 9rem !important}

    .m-xl-9 {margin : 12rem !important}

    .mt-xl-9, .my-xl-9 {margin-top : 12rem !important}

    .mr-xl-9, .mx-xl-9 {margin-right : 12rem !important}

    .mb-xl-9, .my-xl-9 {margin-bottom : 12rem !important}

    .ml-xl-9, .mx-xl-9 {margin-left : 12rem !important}

    .m-xl-10 {margin : 18rem !important}

    .mt-xl-10, .my-xl-10 {margin-top : 18rem !important}

    .mr-xl-10, .mx-xl-10 {margin-right : 18rem !important}

    .mb-xl-10, .my-xl-10 {margin-bottom : 18rem !important}

    .ml-xl-10, .mx-xl-10 {margin-left : 18rem !important}

    .p-xl-0 {padding : 0 !important}

    .pt-xl-0, .py-xl-0 {padding-top : 0 !important}

    .pr-xl-0, .px-xl-0 {padding-right : 0 !important}

    .pb-xl-0, .py-xl-0 {padding-bottom : 0 !important}

    .pl-xl-0, .px-xl-0 {padding-left : 0 !important}

    .p-xl-1 {padding : .25rem !important}

    .pt-xl-1, .py-xl-1 {padding-top : .25rem !important}

    .pr-xl-1, .px-xl-1 {padding-right : .25rem !important}

    .pb-xl-1, .py-xl-1 {padding-bottom : .25rem !important}

    .pl-xl-1, .px-xl-1 {padding-left : .25rem !important}

    .p-xl-2 {padding : .5rem !important}

    .pt-xl-2, .py-xl-2 {padding-top : .5rem !important}

    .pr-xl-2, .px-xl-2 {padding-right : .5rem !important}

    .pb-xl-2, .py-xl-2 {padding-bottom : .5rem !important}

    .pl-xl-2, .px-xl-2 {padding-left : .5rem !important}

    .p-xl-3 {padding : 1rem !important}

    .pt-xl-3, .py-xl-3 {padding-top : 1rem !important}

    .pr-xl-3, .px-xl-3 {padding-right : 1rem !important}

    .pb-xl-3, .py-xl-3 {padding-bottom : 1rem !important}

    .pl-xl-3, .px-xl-3 {padding-left : 1rem !important}

    .p-xl-4 {padding : 1.5rem !important}

    .pt-xl-4, .py-xl-4 {padding-top : 1.5rem !important}

    .pr-xl-4, .px-xl-4 {padding-right : 1.5rem !important}

    .pb-xl-4, .py-xl-4 {padding-bottom : 1.5rem !important}

    .pl-xl-4, .px-xl-4 {padding-left : 1.5rem !important}

    .p-xl-5 {padding : 3rem !important}

    .pt-xl-5, .py-xl-5 {padding-top : 3rem !important}

    .pr-xl-5, .px-xl-5 {padding-right : 3rem !important}

    .pb-xl-5, .py-xl-5 {padding-bottom : 3rem !important}

    .pl-xl-5, .px-xl-5 {padding-left : 3rem !important}

    .p-xl-6 {padding : 4.5rem !important}

    .pt-xl-6, .py-xl-6 {padding-top : 4.5rem !important}

    .pr-xl-6, .px-xl-6 {padding-right : 4.5rem !important}

    .pb-xl-6, .py-xl-6 {padding-bottom : 4.5rem !important}

    .pl-xl-6, .px-xl-6 {padding-left : 4.5rem !important}

    .p-xl-7 {padding : 6rem !important}

    .pt-xl-7, .py-xl-7 {padding-top : 6rem !important}

    .pr-xl-7, .px-xl-7 {padding-right : 6rem !important}

    .pb-xl-7, .py-xl-7 {padding-bottom : 6rem !important}

    .pl-xl-7, .px-xl-7 {padding-left : 6rem !important}

    .p-xl-8 {padding : 9rem !important}

    .pt-xl-8, .py-xl-8 {padding-top : 9rem !important}

    .pr-xl-8, .px-xl-8 {padding-right : 9rem !important}

    .pb-xl-8, .py-xl-8 {padding-bottom : 9rem !important}

    .pl-xl-8, .px-xl-8 {padding-left : 9rem !important}

    .p-xl-9 {padding : 12rem !important}

    .pt-xl-9, .py-xl-9 {padding-top : 12rem !important}

    .pr-xl-9, .px-xl-9 {padding-right : 12rem !important}

    .pb-xl-9, .py-xl-9 {padding-bottom : 12rem !important}

    .pl-xl-9, .px-xl-9 {padding-left : 12rem !important}

    .p-xl-10 {padding : 18rem !important}

    .pt-xl-10, .py-xl-10 {padding-top : 18rem !important}

    .pr-xl-10, .px-xl-10 {padding-right : 18rem !important}

    .pb-xl-10, .py-xl-10 {padding-bottom : 18rem !important}

    .pl-xl-10, .px-xl-10 {padding-left : 18rem !important}

    .m-xl-n1 {margin : -.25rem !important}

    .mt-xl-n1, .my-xl-n1 {margin-top : -.25rem !important}

    .mr-xl-n1, .mx-xl-n1 {margin-right : -.25rem !important}

    .mb-xl-n1, .my-xl-n1 {margin-bottom : -.25rem !important}

    .ml-xl-n1, .mx-xl-n1 {margin-left : -.25rem !important}

    .m-xl-n2 {margin : -.5rem !important}

    .mt-xl-n2, .my-xl-n2 {margin-top : -.5rem !important}

    .mr-xl-n2, .mx-xl-n2 {margin-right : -.5rem !important}

    .mb-xl-n2, .my-xl-n2 {margin-bottom : -.5rem !important}

    .ml-xl-n2, .mx-xl-n2 {margin-left : -.5rem !important}

    .m-xl-n3 {margin : -1rem !important}

    .mt-xl-n3, .my-xl-n3 {margin-top : -1rem !important}

    .mr-xl-n3, .mx-xl-n3 {margin-right : -1rem !important}

    .mb-xl-n3, .my-xl-n3 {margin-bottom : -1rem !important}

    .ml-xl-n3, .mx-xl-n3 {margin-left : -1rem !important}

    .m-xl-n4 {margin : -1.5rem !important}

    .mt-xl-n4, .my-xl-n4 {margin-top : -1.5rem !important}

    .mr-xl-n4, .mx-xl-n4 {margin-right : -1.5rem !important}

    .mb-xl-n4, .my-xl-n4 {margin-bottom : -1.5rem !important}

    .ml-xl-n4, .mx-xl-n4 {margin-left : -1.5rem !important}

    .m-xl-n5 {margin : -3rem !important}

    .mt-xl-n5, .my-xl-n5 {margin-top : -3rem !important}

    .mr-xl-n5, .mx-xl-n5 {margin-right : -3rem !important}

    .mb-xl-n5, .my-xl-n5 {margin-bottom : -3rem !important}

    .ml-xl-n5, .mx-xl-n5 {margin-left : -3rem !important}

    .m-xl-n6 {margin : -4.5rem !important}

    .mt-xl-n6, .my-xl-n6 {margin-top : -4.5rem !important}

    .mr-xl-n6, .mx-xl-n6 {margin-right : -4.5rem !important}

    .mb-xl-n6, .my-xl-n6 {margin-bottom : -4.5rem !important}

    .ml-xl-n6, .mx-xl-n6 {margin-left : -4.5rem !important}

    .m-xl-n7 {margin : -6rem !important}

    .mt-xl-n7, .my-xl-n7 {margin-top : -6rem !important}

    .mr-xl-n7, .mx-xl-n7 {margin-right : -6rem !important}

    .mb-xl-n7, .my-xl-n7 {margin-bottom : -6rem !important}

    .ml-xl-n7, .mx-xl-n7 {margin-left : -6rem !important}

    .m-xl-n8 {margin : -9rem !important}

    .mt-xl-n8, .my-xl-n8 {margin-top : -9rem !important}

    .mr-xl-n8, .mx-xl-n8 {margin-right : -9rem !important}

    .mb-xl-n8, .my-xl-n8 {margin-bottom : -9rem !important}

    .ml-xl-n8, .mx-xl-n8 {margin-left : -9rem !important}

    .m-xl-n9 {margin : -12rem !important}

    .mt-xl-n9, .my-xl-n9 {margin-top : -12rem !important}

    .mr-xl-n9, .mx-xl-n9 {margin-right : -12rem !important}

    .mb-xl-n9, .my-xl-n9 {margin-bottom : -12rem !important}

    .ml-xl-n9, .mx-xl-n9 {margin-left : -12rem !important}

    .m-xl-n10 {margin : -18rem !important}

    .mt-xl-n10, .my-xl-n10 {margin-top : -18rem !important}

    .mr-xl-n10, .mx-xl-n10 {margin-right : -18rem !important}

    .mb-xl-n10, .my-xl-n10 {margin-bottom : -18rem !important}

    .ml-xl-n10, .mx-xl-n10 {margin-left : -18rem !important}

    .m-xl-auto {margin : auto !important}

    .mt-xl-auto, .my-xl-auto {margin-top : auto !important}

    .mr-xl-auto, .mx-xl-auto {margin-right : auto !important}

    .mb-xl-auto, .my-xl-auto {margin-bottom : auto !important}

    .ml-xl-auto, .mx-xl-auto {margin-left : auto !important}
}

.stretched-link:after {position : absolute;top : 0;right : 0;bottom : 0;left : 0;z-index : 1;pointer-events : auto;content : "";background-color : transparent}

.text-monospace {font-family : SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important}

.text-justify {text-align : justify !important}

.text-wrap {white-space : normal !important}

.text-nowrap {white-space : nowrap !important}

.text-truncate {overflow : hidden;text-overflow : ellipsis;white-space : nowrap}

.text-left {text-align : left !important}

.text-right {text-align : right !important}

.text-center {text-align : center !important}

@media (min-width : 576px) {
    .text-sm-left {text-align : left !important}

    .text-sm-right {text-align : right !important}

    .text-sm-center {text-align : center !important}
}

@media (min-width : 768px) {
    .text-md-left {text-align : left !important}

    .text-md-right {text-align : right !important}

    .text-md-center {text-align : center !important}
}

@media (min-width : 992px) {
    .text-lg-left {text-align : left !important}

    .text-lg-right {text-align : right !important}

    .text-lg-center {text-align : center !important}
}

@media (min-width : 1200px) {
    .text-xl-left {text-align : left !important}

    .text-xl-right {text-align : right !important}

    .text-xl-center {text-align : center !important}
}

.text-lowercase {text-transform : lowercase !important}

.text-uppercase {text-transform : uppercase !important}

.text-capitalize {text-transform : capitalize !important}

.font-weight-light {font-weight : 300 !important}

.font-weight-lighter {font-weight : lighter !important}

.font-weight-normal {font-weight : 400 !important}

.font-weight-bold {font-weight : 600 !important}

.font-weight-bolder {font-weight : bolder !important}

.font-italic {font-style : italic !important}

.text-primary {color : #0665d0 !important}

a.text-primary.link-fx:before {background-color : #0665d0}

a.text-primary:focus, a.text-primary:hover {color : #03356d !important}

.text-secondary {color : #6c757d !important}

a.text-secondary.link-fx:before {background-color : #6c757d}

a.text-secondary:focus, a.text-secondary:hover {color : #3d4246 !important}

.text-success {color : #82b54b !important}

a.text-success.link-fx:before {background-color : #82b54b}

a.text-success:focus, a.text-success:hover {color : #4e6d2d !important}

.text-info {color : #3c90df !important}

a.text-info.link-fx:before {background-color : #3c90df}

a.text-info:focus, a.text-info:hover {color : #1a5c9b !important}

.text-warning {color : #ffb119 !important}

a.text-warning.link-fx:before {background-color : #ffb119}

a.text-warning:focus, a.text-warning:hover {color : #b27600 !important}

.text-danger {color : #e04f1a !important}

a.text-danger.link-fx:before {background-color : #e04f1a}

a.text-danger:focus, a.text-danger:hover {color : #852f0f !important}

.text-light {color : #f8f9fa !important}

a.text-light.link-fx:before {background-color : #f8f9fa}

a.text-light:focus, a.text-light:hover {color : #bdc6d0 !important}

.text-dark {color : #343a40 !important}

a.text-dark.link-fx:before {background-color : #343a40}

a.text-dark:focus, a.text-dark:hover {color : #060708 !important}

.text-body {color : #495057 !important}

.text-decoration-none {text-decoration : none !important}

.text-break {word-break : break-word !important;word-wrap : break-word !important}

.text-reset {color : inherit !important}

.visible {visibility : visible !important}

.invisible {visibility : hidden !important}

@media print {
    *, :after, :before {text-shadow : none !important;box-shadow : none !important}

    a:not(.btn) {text-decoration : underline}

    abbr[title]:after {content : " (" attr(title) ")"}

    pre {white-space : pre-wrap !important}

    blockquote, pre {border : 1px solid #adb5bd;page-break-inside : avoid}

    thead {display : table-header-group}

    img, tr {page-break-inside : avoid}

    h2, h3, p {orphans : 3;widows : 3}

    h2, h3 {page-break-after : avoid}

    @page {
        size : a3
    }

    body {min-width : 992px !important}

    .container {min-width : 992px !important}

    .navbar {display : none}

    .badge {border : 1px solid #000}

    .table {border-collapse : collapse !important}

    .table td, .table th {background-color : #fff !important}

    .table-bordered td, .table-bordered th {border : 1px solid #dee2e6 !important}

    .table-dark {color : inherit}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {border-color : #e2e8f2}

    .table .thead-dark th {color : inherit;border-color : #e2e8f2}
}

html {font-size : 16px}

body {text-rendering : optimizeLegibility;-webkit-font-smoothing : antialiased;-moz-osx-font-smoothing : grayscale}

b, strong {font-weight : 600}

a {transition : color .12s ease-out}

@media (min-width : 576px) {
    a.link-fx {position : relative}

    a.link-fx:before {position : absolute;bottom : 0;left : 0;width : 100%;height : 2px;content : "";background-color : #0665d0;visibility : hidden;transform : scaleX(0);transform-origin : 0 50%;transition : transform .2s ease-out}
}

a:hover.link-fx:before {visibility : visible;transform : scale(1)}

a:focus {outline-style : none !important}

p {line-height : 1.6;margin-bottom : 1.75rem}

.story p, p.story {line-height : 1.6;font-size : 1.25rem;color : #495057}

@media (min-width : 576px) {
    .story p, p.story {line-height : 1.8}
}

.story h2, .story h3, .story h4 {margin-top : 3rem}

label {font-weight : 600}

.font-size-h1 {font-size : 2.25rem}

.font-size-h2 {font-size : 1.875rem}

.font-size-h3 {font-size : 1.5rem}

.font-size-h4 {font-size : 1.25rem}

.font-size-h5 {font-size : 1.125rem}

.font-size-h6 {font-size : 1rem}

@media (max-width : 767.98px) {
    .display-1 {font-size : 4rem}

    .display-2 {font-size : 3.666667rem}

    .display-3 {font-size : 3rem}

    .display-4 {font-size : 2.333333rem}

    .font-size-h1, .h1, h1 {font-size : 1.875rem}

    .font-size-h2, .h2, h2 {font-size : 1.5rem}

    .font-size-h3, .h3, h3 {font-size : 1.25rem}

    .font-size-h4, .h4, h4 {font-size : 1.125rem}

    .font-size-h5, .font-size-h6, .h5, .h6, h5, h6 {font-size : 1rem}
}

.content-heading {margin-bottom : .875rem;padding-top : 1rem;padding-bottom : .5rem;font-size : 1.25rem;font-weight : 400;line-height : 1.75;border-bottom : 1px solid #e4e9f3}

.content-heading small {margin-top : .25rem;font-size : 1rem;font-weight : 400;color : #6c757d}

@media (min-width : 768px) {
    .content-heading {margin-bottom : 1.75rem;padding-top : 1.5rem}

    .content-heading small {margin-top : 0}
}

.block-content > .content-heading:first-child, .content > .content-heading:first-child {padding-top : 0 !important}

.content-heading .dropdown {line-height : 1.5}

.small, small {font-weight : inherit}

.text-uppercase {letter-spacing : .0625rem}

.row.gutters-tiny {margin-right : -.125rem;margin-left : -.125rem}

.row.gutters-tiny > .col, .row.gutters-tiny > [class*=col-] {padding-left : .125rem;padding-right : .125rem}

.row.gutters-tiny .block, .row.gutters-tiny.items-push > div, .row.gutters-tiny .push {margin-bottom : .25rem}

@media (max-width : 767.98px) {
    .row:not(.gutters-tiny):not(.no-gutters) {margin-right : -.4375rem;margin-left : -.4375rem}

    .row:not(.gutters-tiny):not(.no-gutters) > .col, .row:not(.gutters-tiny):not(.no-gutters) > [class*=col-] {padding-left : .4375rem;padding-right : .4375rem}
}

.row.row-deck > div {display : flex;align-items : stretch}

.row.row-deck > div > .block {min-width : 100%}

.table-vcenter td, .table-vcenter th {vertical-align : middle}

.js-table-checkable tbody tr, .js-table-sections-header > tr {cursor : pointer}

.js-table-sections-header > tr > td:first-child > i {transition : transform .15s ease-out}

.js-table-sections-header + tbody {display : none}

.js-table-sections-header.show > tr > td:first-child > i {transform : rotate(90deg)}

.js-table-sections-header.show + tbody {display : table-row-group}

.form-control {font-family : Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji}

.form-control.form-control-alt {border-color : #f0f3f8;background-color : #f0f3f8;transition : none}

.form-control.form-control-alt:focus {border-color : #e4e9f3;background-color : #e4e9f3;box-shadow : none}

.form-control.form-control-alt.is-valid {border-color : #e4efd8;background-color : #e4efd8}

.form-control.form-control-alt.is-valid:focus {border-color : #d7e8c6;background-color : #d7e8c6}

.form-control.form-control-alt.is-invalid {border-color : #fdf1ed;background-color : #fdf1ed}

.form-control.form-control-alt.is-invalid:focus {border-color : #fbe7df;background-color : #fbe7df}

.btn {font-family : Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji}

.btn.btn-square {border-radius : 0}

.btn.btn-rounded {border-radius : 2rem}

.btn .fa, .btn .si {position : relative;top : 1px}

.btn-group-sm > .btn .fa, .btn.btn-sm .fa {top : 0}

.btn-alt-primary {color : #054d9e;background-color : #cde4fe;border-color : #cde4fe}

.btn-alt-primary:hover {color : #054d9e;background-color : #a8d0fc;border-color : #a8d0fc}

.btn-alt-primary.focus, .btn-alt-primary:focus {color : #054d9e;background-color : #a8d0fc;border-color : #a8d0fc;box-shadow : 0 0 0 .2rem rgba(146, 196, 252, .25)}

.btn-alt-primary.disabled, .btn-alt-primary:disabled {color : #212529;background-color : #cde4fe;border-color : #cde4fe}

.btn-alt-primary:not(:disabled):not(.disabled).active, .btn-alt-primary:not(:disabled):not(.disabled):active, .show > .btn-alt-primary.dropdown-toggle {color : #022954;background-color : #92c4fc;border-color : #92c4fc}

.btn-alt-primary:not(:disabled):not(.disabled).active:focus, .btn-alt-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-primary.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(146, 196, 252, .25)}

.btn-alt-secondary {color : #495057;background-color : #f0f3f8;border-color : #f0f3f8}

.btn-alt-secondary:hover {color : #495057;background-color : #d6deec;border-color : #d6deec}

.btn-alt-secondary.focus, .btn-alt-secondary:focus {color : #495057;background-color : #d6deec;border-color : #d6deec;box-shadow : 0 0 0 .2rem rgba(198, 209, 229, .25)}

.btn-alt-secondary.disabled, .btn-alt-secondary:disabled {color : #212529;background-color : #f0f3f8;border-color : #f0f3f8}

.btn-alt-secondary:not(:disabled):not(.disabled).active, .btn-alt-secondary:not(:disabled):not(.disabled):active, .show > .btn-alt-secondary.dropdown-toggle {color : #262a2d;background-color : #c6d1e5;border-color : #c6d1e5}

.btn-alt-secondary:not(:disabled):not(.disabled).active:focus, .btn-alt-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-secondary.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(198, 209, 229, .25)}

.btn-alt-success {color : #415b25;background-color : #d7e8c6;border-color : #d7e8c6}

.btn-alt-success:hover {color : #415b25;background-color : #c5dcab;border-color : #c5dcab}

.btn-alt-success.focus, .btn-alt-success:focus {color : #415b25;background-color : #c5dcab;border-color : #c5dcab;box-shadow : 0 0 0 .2rem rgba(185, 214, 155, .25)}

.btn-alt-success.disabled, .btn-alt-success:disabled {color : #212529;background-color : #d7e8c6;border-color : #d7e8c6}

.btn-alt-success:not(:disabled):not(.disabled).active, .btn-alt-success:not(:disabled):not(.disabled):active, .show > .btn-alt-success.dropdown-toggle {color : #1a250f;background-color : #b9d69b;border-color : #b9d69b}

.btn-alt-success:not(:disabled):not(.disabled).active:focus, .btn-alt-success:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-success.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(185, 214, 155, .25)}

.btn-alt-info {color : #164f86;background-color : #d1e5f7;border-color : #d1e5f7}

.btn-alt-info:hover {color : #164f86;background-color : #b0d2f2;border-color : #b0d2f2}

.btn-alt-info.focus, .btn-alt-info:focus {color : #164f86;background-color : #b0d2f2;border-color : #b0d2f2;box-shadow : 0 0 0 .2rem rgba(156, 199, 239, .25)}

.btn-alt-info.disabled, .btn-alt-info:disabled {color : #212529;background-color : #d1e5f7;border-color : #d1e5f7}

.btn-alt-info:not(:disabled):not(.disabled).active, .btn-alt-info:not(:disabled):not(.disabled):active, .show > .btn-alt-info.dropdown-toggle {color : #0b2844;background-color : #9cc7ef;border-color : #9cc7ef}

.btn-alt-info:not(:disabled):not(.disabled).active:focus, .btn-alt-info:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-info.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(156, 199, 239, .25)}

.btn-alt-warning {color : #996500;background-color : #ffecc6;border-color : #ffecc6}

.btn-alt-warning:hover {color : #996500;background-color : #ffdfa0;border-color : #ffdfa0}

.btn-alt-warning.focus, .btn-alt-warning:focus {color : #996500;background-color : #ffdfa0;border-color : #ffdfa0;box-shadow : 0 0 0 .2rem rgba(255, 215, 137, .25)}

.btn-alt-warning.disabled, .btn-alt-warning:disabled {color : #212529;background-color : #ffecc6;border-color : #ffecc6}

.btn-alt-warning:not(:disabled):not(.disabled).active, .btn-alt-warning:not(:disabled):not(.disabled):active, .show > .btn-alt-warning.dropdown-toggle {color : #4c3200;background-color : #ffd789;border-color : #ffd789}

.btn-alt-warning:not(:disabled):not(.disabled).active:focus, .btn-alt-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-warning.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(255, 215, 137, .25)}

.btn-alt-danger {color : #6e270d;background-color : #f6c4b1;border-color : #f6c4b1}

.btn-alt-danger:hover {color : #6e270d;background-color : #f2aa8f;border-color : #f2aa8f}

.btn-alt-danger.focus, .btn-alt-danger:focus {color : #6e270d;background-color : #f2aa8f;border-color : #f2aa8f;box-shadow : 0 0 0 .2rem rgba(240, 154, 123, .25)}

.btn-alt-danger.disabled, .btn-alt-danger:disabled {color : #212529;background-color : #f6c4b1;border-color : #f6c4b1}

.btn-alt-danger:not(:disabled):not(.disabled).active, .btn-alt-danger:not(:disabled):not(.disabled):active, .show > .btn-alt-danger.dropdown-toggle {color : #290f05;background-color : #f09a7b;border-color : #f09a7b}

.btn-alt-danger:not(:disabled):not(.disabled).active:focus, .btn-alt-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-danger.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(240, 154, 123, .25)}

.btn-alt-dark {color : #343a40;background-color : #ced3d8;border-color : #ced3d8}

.btn-alt-dark:hover {color : #343a40;background-color : #b9c0c6;border-color : #b9c0c6}

.btn-alt-dark.focus, .btn-alt-dark:focus {color : #343a40;background-color : #b9c0c6;border-color : #b9c0c6;box-shadow : 0 0 0 .2rem rgba(173, 180, 188, .25)}

.btn-alt-dark.disabled, .btn-alt-dark:disabled {color : #212529;background-color : #ced3d8;border-color : #ced3d8}

.btn-alt-dark:not(:disabled):not(.disabled).active, .btn-alt-dark:not(:disabled):not(.disabled):active, .show > .btn-alt-dark.dropdown-toggle {color : #121416;background-color : #adb4bc;border-color : #adb4bc}

.btn-alt-dark:not(:disabled):not(.disabled).active:focus, .btn-alt-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-dark.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(173, 180, 188, .25)}

.btn-alt-light {color : #343a40;background-color : #f8f9fa;border-color : #f8f9fa}

.btn-alt-light:hover {color : #343a40;background-color : #e2e6ea;border-color : #e2e6ea}

.btn-alt-light.focus, .btn-alt-light:focus {color : #343a40;background-color : #e2e6ea;border-color : #e2e6ea;box-shadow : 0 0 0 .2rem rgba(212, 218, 225, .25)}

.btn-alt-light.disabled, .btn-alt-light:disabled {color : #212529;background-color : #f8f9fa;border-color : #f8f9fa}

.btn-alt-light:not(:disabled):not(.disabled).active, .btn-alt-light:not(:disabled):not(.disabled):active, .show > .btn-alt-light.dropdown-toggle {color : #121416;background-color : #d4dae1;border-color : #d4dae1}

.btn-alt-light:not(:disabled):not(.disabled).active:focus, .btn-alt-light:not(:disabled):not(.disabled):active:focus, .show > .btn-alt-light.dropdown-toggle:focus {box-shadow : 0 0 0 .2rem rgba(212, 218, 225, .25)}

.btn-hero-primary {color : #fff;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #0665d0;border : none;box-shadow : 0 .125rem .75rem rgba(4, 65, 134, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-primary:hover {color : #fff;background-color : #117ef8;box-shadow : 0 .375rem .75rem rgba(4, 65, 134, .4);transform : translateY(-1px)}

.btn-hero-primary.focus, .btn-hero-primary:focus {color : #fff;background-color : #117ef8;box-shadow : 0 .125rem .75rem rgba(4, 65, 134, .25)}

.btn-hero-primary.disabled, .btn-hero-primary:disabled {color : #fff;background-color : #0665d0;box-shadow : 0 .125rem .75rem rgba(4, 65, 134, .25);transform : translateY(0)}

.btn-hero-primary:not(:disabled):not(.disabled).active, .btn-hero-primary:not(:disabled):not(.disabled):active, .show > .btn-hero-primary.dropdown-toggle {color : #fff;background-color : #044186;box-shadow : 0 .125rem .75rem rgba(4, 65, 134, .25);transform : translateY(0)}

.btn-hero-primary:not(:disabled):not(.disabled).active:focus, .btn-hero-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-primary.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(4, 65, 134, .25)}

.btn-hero-secondary {color : #fff;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #6c757d;border : none;box-shadow : 0 .125rem .75rem rgba(73, 79, 84, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-secondary:hover {color : #fff;background-color : #868e96;box-shadow : 0 .375rem .75rem rgba(73, 79, 84, .4);transform : translateY(-1px)}

.btn-hero-secondary.focus, .btn-hero-secondary:focus {color : #fff;background-color : #868e96;box-shadow : 0 .125rem .75rem rgba(73, 79, 84, .25)}

.btn-hero-secondary.disabled, .btn-hero-secondary:disabled {color : #fff;background-color : #6c757d;box-shadow : 0 .125rem .75rem rgba(73, 79, 84, .25);transform : translateY(0)}

.btn-hero-secondary:not(:disabled):not(.disabled).active, .btn-hero-secondary:not(:disabled):not(.disabled):active, .show > .btn-hero-secondary.dropdown-toggle {color : #fff;background-color : #494f54;box-shadow : 0 .125rem .75rem rgba(73, 79, 84, .25);transform : translateY(0)}

.btn-hero-secondary:not(:disabled):not(.disabled).active:focus, .btn-hero-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-secondary.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(73, 79, 84, .25)}

.btn-hero-success {color : #fff;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #82b54b;border : none;box-shadow : 0 .125rem .75rem rgba(91, 127, 52, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-success:hover {color : #fff;background-color : #9bc46f;box-shadow : 0 .375rem .75rem rgba(91, 127, 52, .4);transform : translateY(-1px)}

.btn-hero-success.focus, .btn-hero-success:focus {color : #fff;background-color : #9bc46f;box-shadow : 0 .125rem .75rem rgba(91, 127, 52, .25)}

.btn-hero-success.disabled, .btn-hero-success:disabled {color : #fff;background-color : #82b54b;box-shadow : 0 .125rem .75rem rgba(91, 127, 52, .25);transform : translateY(0)}

.btn-hero-success:not(:disabled):not(.disabled).active, .btn-hero-success:not(:disabled):not(.disabled):active, .show > .btn-hero-success.dropdown-toggle {color : #fff;background-color : #5b7f34;box-shadow : 0 .125rem .75rem rgba(91, 127, 52, .25);transform : translateY(0)}

.btn-hero-success:not(:disabled):not(.disabled).active:focus, .btn-hero-success:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-success.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(91, 127, 52, .25)}

.btn-hero-info {color : #fff;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #3c90df;border : none;box-shadow : 0 .125rem .75rem rgba(29, 106, 177, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-info:hover {color : #fff;background-color : #68a9e6;box-shadow : 0 .375rem .75rem rgba(29, 106, 177, .4);transform : translateY(-1px)}

.btn-hero-info.focus, .btn-hero-info:focus {color : #fff;background-color : #68a9e6;box-shadow : 0 .125rem .75rem rgba(29, 106, 177, .25)}

.btn-hero-info.disabled, .btn-hero-info:disabled {color : #fff;background-color : #3c90df;box-shadow : 0 .125rem .75rem rgba(29, 106, 177, .25);transform : translateY(0)}

.btn-hero-info:not(:disabled):not(.disabled).active, .btn-hero-info:not(:disabled):not(.disabled):active, .show > .btn-hero-info.dropdown-toggle {color : #fff;background-color : #1d6ab1;box-shadow : 0 .125rem .75rem rgba(29, 106, 177, .25);transform : translateY(0)}

.btn-hero-info:not(:disabled):not(.disabled).active:focus, .btn-hero-info:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-info.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(29, 106, 177, .25)}

.btn-hero-warning {color : #fff;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #ffb119;border : none;box-shadow : 0 .125rem .75rem rgba(204, 134, 0, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-warning:hover {color : #fff;background-color : #ffc24c;box-shadow : 0 .375rem .75rem rgba(204, 134, 0, .4);transform : translateY(-1px)}

.btn-hero-warning.focus, .btn-hero-warning:focus {color : #fff;background-color : #ffc24c;box-shadow : 0 .125rem .75rem rgba(204, 134, 0, .25)}

.btn-hero-warning.disabled, .btn-hero-warning:disabled {color : #fff;background-color : #ffb119;box-shadow : 0 .125rem .75rem rgba(204, 134, 0, .25);transform : translateY(0)}

.btn-hero-warning:not(:disabled):not(.disabled).active, .btn-hero-warning:not(:disabled):not(.disabled):active, .show > .btn-hero-warning.dropdown-toggle {color : #fff;background-color : #cc8600;box-shadow : 0 .125rem .75rem rgba(204, 134, 0, .25);transform : translateY(0)}

.btn-hero-warning:not(:disabled):not(.disabled).active:focus, .btn-hero-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-warning.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(204, 134, 0, .25)}

.btn-hero-danger {color : #fff;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #e04f1a;border : none;box-shadow : 0 .125rem .75rem rgba(155, 55, 18, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-danger:hover {color : #fff;background-color : #e97044;box-shadow : 0 .375rem .75rem rgba(155, 55, 18, .4);transform : translateY(-1px)}

.btn-hero-danger.focus, .btn-hero-danger:focus {color : #fff;background-color : #e97044;box-shadow : 0 .125rem .75rem rgba(155, 55, 18, .25)}

.btn-hero-danger.disabled, .btn-hero-danger:disabled {color : #fff;background-color : #e04f1a;box-shadow : 0 .125rem .75rem rgba(155, 55, 18, .25);transform : translateY(0)}

.btn-hero-danger:not(:disabled):not(.disabled).active, .btn-hero-danger:not(:disabled):not(.disabled):active, .show > .btn-hero-danger.dropdown-toggle {color : #fff;background-color : #9b3712;box-shadow : 0 .125rem .75rem rgba(155, 55, 18, .25);transform : translateY(0)}

.btn-hero-danger:not(:disabled):not(.disabled).active:focus, .btn-hero-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-danger.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(155, 55, 18, .25)}

.btn-hero-dark {color : #fff;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #343a40;border : none;box-shadow : 0 .125rem .75rem rgba(18, 20, 22, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-dark:hover {color : #fff;background-color : #4b545c;box-shadow : 0 .375rem .75rem rgba(18, 20, 22, .4);transform : translateY(-1px)}

.btn-hero-dark.focus, .btn-hero-dark:focus {color : #fff;background-color : #4b545c;box-shadow : 0 .125rem .75rem rgba(18, 20, 22, .25)}

.btn-hero-dark.disabled, .btn-hero-dark:disabled {color : #fff;background-color : #343a40;box-shadow : 0 .125rem .75rem rgba(18, 20, 22, .25);transform : translateY(0)}

.btn-hero-dark:not(:disabled):not(.disabled).active, .btn-hero-dark:not(:disabled):not(.disabled):active, .show > .btn-hero-dark.dropdown-toggle {color : #fff;background-color : #121416;box-shadow : 0 .125rem .75rem rgba(18, 20, 22, .25);transform : translateY(0)}

.btn-hero-dark:not(:disabled):not(.disabled).active:focus, .btn-hero-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-dark.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(18, 20, 22, .25)}

.btn-hero-light {color : #212529;text-transform : uppercase;letter-spacing : .0625rem;font-weight : 700;padding : .625rem 1.5rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem;background-color : #f8f9fa;border : none;box-shadow : 0 .125rem .75rem rgba(203, 211, 218, .25);transition : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .12s ease-out}

.btn-hero-light:hover {color : #212529;background-color : #fff;box-shadow : 0 .375rem .75rem rgba(203, 211, 218, .4);transform : translateY(-1px)}

.btn-hero-light.focus, .btn-hero-light:focus {color : #212529;background-color : #fff;box-shadow : 0 .125rem .75rem rgba(203, 211, 218, .25)}

.btn-hero-light.disabled, .btn-hero-light:disabled {color : #212529;background-color : #f8f9fa;box-shadow : 0 .125rem .75rem rgba(203, 211, 218, .25);transform : translateY(0)}

.btn-hero-light:not(:disabled):not(.disabled).active, .btn-hero-light:not(:disabled):not(.disabled):active, .show > .btn-hero-light.dropdown-toggle {color : #212529;background-color : #cbd3da;box-shadow : 0 .125rem .75rem rgba(203, 211, 218, .25);transform : translateY(0)}

.btn-hero-light:not(:disabled):not(.disabled).active:focus, .btn-hero-light:not(:disabled):not(.disabled):active:focus, .show > .btn-hero-light.dropdown-toggle:focus {box-shadow : 0 .125rem .75rem rgba(203, 211, 218, .25)}

.btn-hero-lg {padding : .875rem 2.25rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem}

.btn-hero-sm {padding : .375rem 1.25rem;font-size : .875rem;line-height : 1.5;border-radius : .25rem}

.btn-dual {color : #16181a;background-color : #f8f9fc;border-color : #f8f9fc}

.btn-dual.focus, .btn-dual:focus, .btn-dual:hover {color : #16181a;background-color : #cdd6e8;border-color : #cdd6e8;box-shadow : none}

.btn-dual.disabled, .btn-dual:disabled {background-color : transparent;border-color : transparent}

.btn-dual.active, .btn-dual:active {color : #16181a;background-color : #f8f9fc;border-color : #f8f9fc}

.btn-dual:not(:disabled):not(.disabled).active, .btn-dual:not(:disabled):not(.disabled):active, .show > .btn-dual.dropdown-toggle {color : #16181a;background-color : #cdd6e8;border-color : #cdd6e8}

.page-header-dark #page-header .btn-dual, .sidebar-dark #sidebar .btn-dual {color : #fff;background-color : #0770e6;border-color : #0770e6}

.page-header-dark #page-header .btn-dual.focus, .page-header-dark #page-header .btn-dual:focus, .page-header-dark #page-header .btn-dual:hover, .sidebar-dark #sidebar .btn-dual.focus, .sidebar-dark #sidebar .btn-dual:focus, .sidebar-dark #sidebar .btn-dual:hover {color : #fff;background-color : #0557b2;border-color : #0557b2;box-shadow : none}

.page-header-dark #page-header .btn-dual.disabled, .page-header-dark #page-header .btn-dual:disabled, .sidebar-dark #sidebar .btn-dual.disabled, .sidebar-dark #sidebar .btn-dual:disabled {background-color : transparent;border-color : transparent}

.page-header-dark #page-header .btn-dual.active, .page-header-dark #page-header .btn-dual:active, .sidebar-dark #sidebar .btn-dual.active, .sidebar-dark #sidebar .btn-dual:active {color : #fff;background-color : #0770e6;border-color : #0770e6}

.page-header-dark #page-header .btn-dual:not(:disabled):not(.disabled).active, .page-header-dark #page-header .btn-dual:not(:disabled):not(.disabled):active, .show > .page-header-dark #page-header .btn-dual.dropdown-toggle, .show > .sidebar-dark #sidebar .btn-dual.dropdown-toggle, .sidebar-dark #sidebar .btn-dual:not(:disabled):not(.disabled).active, .sidebar-dark #sidebar .btn-dual:not(:disabled):not(.disabled):active {color : #fff;background-color : #0557b2;border-color : #0557b2}

.page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual {color : #fff;background-color : transparent;border-color : transparent}

.page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual.focus, .page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual:focus, .page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual:hover {color : #fff;background-color : #0557b2;border-color : #0557b2;box-shadow : none}

.page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual.disabled, .page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual:disabled {background-color : transparent;border-color : transparent}

.page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual.active, .page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual:active {color : #fff;background-color : transparent;border-color : transparent}

.page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual:not(:disabled):not(.disabled).active, .page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual:not(:disabled):not(.disabled):active, .show > .page-header-dark.page-header-glass:not(.page-header-scroll) #page-header .btn-dual.dropdown-toggle {color : #fff;background-color : #0557b2;border-color : #0557b2}

.fade {transition : opacity .15s ease-out}

.fade.fade-left, .fade.fade-right, .fade.fade-up {transition : opacity .15s ease-out, transform .15s ease-out}

.fade.fade-up {transform : translateY(50px)}

.fade.fade-up.show {transform : translateY(0)}

.fade.fade-right {transform : translateX(-50px)}

.fade.fade-right.show {transform : translateX(0)}

.fade.fade-left {transform : translateX(50px)}

.fade.fade-left.show {transform : translateX(0)}

.dropdown-menu {padding-right : .5rem;padding-left : .5rem;box-shadow : 0 .25rem 2rem rgba(0, 0, 0, .08)}

.dropdown-menu.dropdown-menu-lg {min-width : 300px}

.dropdown-item {margin-bottom : .25rem;border-radius : .25rem}

.input-group-text.input-group-text-alt {background-color : #e4e9f3;border-color : #e4e9f3}

.custom-switch {padding-left : 0}

.custom-switch .custom-control-label {left : 0;padding-left : 2.5rem}

.custom-switch .custom-control-label:before {top : .125rem;left : 0;width : 2rem;height : 1.25rem;border-radius : 1rem;transition : background-color .15s ease-out}

.custom-switch .custom-control-label:after {top : .25rem;left : .125rem;width : 1rem;height : 1rem;transform : none;background-color : #fff;border-radius : 1rem;box-shadow : .125rem 0 .125rem rgba(0, 0, 0, .1)}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {transform : translateX(.75rem);background-color : #fff;box-shadow : -.125rem 0 .125rem rgba(0, 0, 0, .2)}

.custom-block {padding : 0}

.custom-block .custom-control-label {width : 100%;padding : .75rem;background-color : #fff;border : 2px solid #dae0e5;border-radius : .2rem;cursor : pointer}

.custom-block .custom-control-label:hover {border-color : #bdc6d0}

.custom-block .custom-control-label:after, .custom-block .custom-control-label:before {display : none}

.custom-block .custom-block-indicator {position : absolute;display : none;top : -.5rem;right : -.5rem;width : 1.75rem;height : 1.75rem;line-height : 1.75rem;color : #fff;font-size : .625rem;text-align : center;background-color : #9fadba;border-radius : .875rem;z-index : 1}

.custom-block .custom-control-input:checked ~ .custom-control-label {border-color : #9fadba}

.custom-block .custom-control-input:focus ~ .custom-control-label {box-shadow : 0 0 .5rem rgba(0, 0, 0, .15)}

.custom-block .custom-control-input:checked ~ .custom-block-indicator {display : block}

.custom-block .custom-control-input:disabled + label, .custom-block .custom-control-input:disabled + label + span, .custom-block .custom-control-input[readonly] + label, .custom-block .custom-control-input[readonly] + label + span {opacity : .5}

.custom-control-label:before {border : none}

.custom-control-label:after {transition : transform .15s ease-out}

.custom-checkbox.custom-checkbox-square .custom-control-label:before {border-radius : 0}

.custom-checkbox.custom-checkbox-rounded-circle .custom-control-label:before {border-radius : 1rem}

.custom-checkbox .custom-control-label:after {transform : rotate(-90deg)}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {transform : rotate(0)}

.custom-control-primary .custom-control-input:checked ~ .custom-control-label:before {background-color : #0665d0}

.custom-control-primary .custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 1px #fff, 0 0 0 .2rem rgba(6, 101, 208, .25)}

.custom-control-primary .custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color : #4299fa}

.custom-control-primary .custom-control-label:before {background-color : #e4e9f3}

.custom-control-primary.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color : #0665d0}

.custom-control-primary.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {background-color : #0665d0}

.custom-control-primary.custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color : #0665d0}

.custom-control-primary.custom-block .custom-block-indicator {background-color : #0665d0}

.custom-control-primary.custom-block .custom-control-input:checked ~ .custom-control-label {border-color : #0665d0}

.custom-control-primary.custom-block .custom-control-input:focus ~ .custom-control-label {box-shadow : 0 0 .75rem rgba(6, 101, 208, .25)}

.custom-control-success .custom-control-input:checked ~ .custom-control-label:before {background-color : #82b54b}

.custom-control-success .custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 1px #fff, 0 0 0 .2rem rgba(130, 181, 75, .25)}

.custom-control-success .custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color : #b4d393}

.custom-control-success .custom-control-label:before {background-color : #d7e8c6}

.custom-control-success.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color : #82b54b}

.custom-control-success.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {background-color : #82b54b}

.custom-control-success.custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color : #82b54b}

.custom-control-success.custom-block .custom-block-indicator {background-color : #82b54b}

.custom-control-success.custom-block .custom-control-input:checked ~ .custom-control-label {border-color : #82b54b}

.custom-control-success.custom-block .custom-control-input:focus ~ .custom-control-label {box-shadow : 0 0 .75rem rgba(130, 181, 75, .25)}

.custom-control-info .custom-control-input:checked ~ .custom-control-label:before {background-color : #3c90df}

.custom-control-info .custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 1px #fff, 0 0 0 .2rem rgba(60, 144, 223, .25)}

.custom-control-info .custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color : #94c2ed}

.custom-control-info .custom-control-label:before {background-color : #d1e5f7}

.custom-control-info.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color : #3c90df}

.custom-control-info.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {background-color : #3c90df}

.custom-control-info.custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color : #3c90df}

.custom-control-info.custom-block .custom-block-indicator {background-color : #3c90df}

.custom-control-info.custom-block .custom-control-input:checked ~ .custom-control-label {border-color : #3c90df}

.custom-control-info.custom-block .custom-control-input:focus ~ .custom-control-label {box-shadow : 0 0 .75rem rgba(60, 144, 223, .25)}

.custom-control-warning .custom-control-input:checked ~ .custom-control-label:before {background-color : #ffb119}

.custom-control-warning .custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 177, 25, .25)}

.custom-control-warning .custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color : #ffd47f}

.custom-control-warning .custom-control-label:before {background-color : #ffecc6}

.custom-control-warning.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color : #ffb119}

.custom-control-warning.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {background-color : #ffb119}

.custom-control-warning.custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color : #ffb119}

.custom-control-warning.custom-block .custom-block-indicator {background-color : #ffb119}

.custom-control-warning.custom-block .custom-control-input:checked ~ .custom-control-label {border-color : #ffb119}

.custom-control-warning.custom-block .custom-control-input:focus ~ .custom-control-label {box-shadow : 0 0 .75rem rgba(255, 177, 25, .25)}

.custom-control-danger .custom-control-input:checked ~ .custom-control-label:before {background-color : #e04f1a}

.custom-control-danger .custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 1px #fff, 0 0 0 .2rem rgba(224, 79, 26, .25)}

.custom-control-danger .custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color : #ef9371}

.custom-control-danger .custom-control-label:before {background-color : #f6c4b1}

.custom-control-danger.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color : #e04f1a}

.custom-control-danger.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {background-color : #e04f1a}

.custom-control-danger.custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color : #e04f1a}

.custom-control-danger.custom-block .custom-block-indicator {background-color : #e04f1a}

.custom-control-danger.custom-block .custom-control-input:checked ~ .custom-control-label {border-color : #e04f1a}

.custom-control-danger.custom-block .custom-control-input:focus ~ .custom-control-label {box-shadow : 0 0 .75rem rgba(224, 79, 26, .25)}

.custom-control-light .custom-control-input:checked ~ .custom-control-label:before {background-color : #adb5bd}

.custom-control-light .custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 1px #fff, 0 0 0 .2rem rgba(173, 181, 189, .25)}

.custom-control-light .custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color : #e6e8ea}

.custom-control-light .custom-control-label:before {background-color : #dee2e6}

.custom-control-light.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color : #adb5bd}

.custom-control-light.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {background-color : #adb5bd}

.custom-control-light.custom-radio .custom-control-input:checked ~ .custom-control-label:before {background-color : #adb5bd}

.custom-control-light.custom-block .custom-block-indicator {background-color : #adb5bd}

.custom-control-light.custom-block .custom-control-input:checked ~ .custom-control-label {border-color : #adb5bd}

.custom-control-light.custom-block .custom-control-input:focus ~ .custom-control-label {box-shadow : 0 0 .75rem rgba(173, 181, 189, .25)}

.custom-control-dark .custom-control-input:checked ~ .custom-control-label:before {background-color : #343a40}

.custom-control-dark .custom-control-input:focus ~ .custom-control-label:before {box-shadow : 0 0 0 1px #fff, 0 0 0 .2rem rgba(52, 58, 64, .25)}

.custom-control-dark .custom-control-input:not(:disabled):active ~ .custom-control-label:before {background-color : #626d78}

.custom-control-dark .custom-control-label:before {background-color : #dee2e6}

.custom-control-dark.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-color : #343a40}

.custom-control-dark.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {background-color : #343a40}

#page-container > #main-container .content, #page-container > #page-footer .content, #page-container > #page-header .content, #page-container > #page-header .content-header {max-width : 1920px}

@media (min-width : 1200px) {
    #page-container.main-content-narrow > #main-container .content, #page-container.main-content-narrow > #page-footer .content, #page-container.main-content-narrow > #page-header .content, #page-container.main-content-narrow > #page-header .content-header {width : 92%}
}

#page-container.main-content-boxed > #main-container .content, #page-container.main-content-boxed > #page-footer .content, #page-container.main-content-boxed > #page-header .content, #page-container.main-content-boxed > #page-header .content-header {max-width : 1200px}

#page-container.page-header-dark #page-header {color : #c8d2e6;background-color : #0665d0}

#page-container.page-header-glass #page-header {position : absolute;background-color : transparent}

#page-container.page-header-glass.page-header-fixed #page-header {transition : background-color .2s linear;will-change : background-color;box-shadow : none}

#page-container.page-header-glass.page-header-fixed.page-header-scroll #page-header {background-color : hsla(0, 0%, 100%, .9);box-shadow : 0 .25rem .625rem rgba(0, 0, 0, .02);-webkit-backdrop-filter : blur(1rem);backdrop-filter : blur(1rem)}

#page-container.page-header-glass.page-header-fixed.page-header-scroll.page-header-dark #page-header {background-color : rgba(6, 101, 208, .9);box-shadow : none;-webkit-backdrop-filter : blur(1rem);backdrop-filter : blur(1rem)}

#page-container.page-header-glass #main-container, #page-container.page-header-glass.page-header-fixed #main-container {padding-top : 0}

#page-container.page-header-fixed #page-header {position : fixed;box-shadow : 0 5px 10px rgba(0, 0, 0, .02)}

#page-container.page-header-fixed.page-header-dark #page-header {box-shadow : none}

#page-container.page-header-fixed #main-container {padding-top : 4.25rem}

#page-container.page-header-fixed #page-header, #page-container.page-header-glass #page-header {top : 0;right : 0;left : 0;z-index : 1030;min-width : 320px;max-width : 100%;width : auto}

@media (min-width : 992px) {
    #page-container.page-header-fixed.sidebar-o #page-header, #page-container.page-header-glass.sidebar-o #page-header {padding-left : 250px}

    #page-container.page-header-fixed.sidebar-o #page-header .overlay-header, #page-container.page-header-glass.sidebar-o #page-header .overlay-header {left : 250px}

    #page-container.page-header-fixed.sidebar-r.sidebar-o #page-header, #page-container.page-header-glass.sidebar-r.sidebar-o #page-header {padding-right : 250px;padding-left : 0}

    #page-container.page-header-fixed.sidebar-r.sidebar-o #page-header .overlay-header, #page-container.page-header-glass.sidebar-r.sidebar-o #page-header .overlay-header {right : 250px;left : 0}

    #page-container.page-header-fixed.sidebar-mini.sidebar-o #page-header, #page-container.page-header-glass.sidebar-mini.sidebar-o #page-header {padding-left : 64px}

    #page-container.page-header-fixed.sidebar-mini.sidebar-o #page-header .overlay-header, #page-container.page-header-glass.sidebar-mini.sidebar-o #page-header .overlay-header {left : 64px}

    #page-container.page-header-fixed.sidebar-mini.sidebar-r.sidebar-o #page-header, #page-container.page-header-glass.sidebar-mini.sidebar-r.sidebar-o #page-header {padding-right : 64px;padding-left : 0}

    #page-container.page-header-fixed.sidebar-mini.sidebar-r.sidebar-o #page-header .overlay-header, #page-container.page-header-glass.sidebar-mini.sidebar-r.sidebar-o #page-header .overlay-header {right : 64px;left : 0}
}

#page-container.page-footer-fixed #page-footer {position : fixed;height : 4.375rem}

#page-container.page-footer-fixed #main-container {padding-bottom : 4.375rem}

#page-container.page-footer-fixed #page-footer {bottom : 0;right : 0;left : 0;z-index : 1030;min-width : 320px;max-width : 100%;width : auto}

@media (min-width : 992px) {
    #page-container.page-footer-fixed.sidebar-o #page-footer {padding-left : 250px}

    #page-container.page-footer-fixed.sidebar-r.sidebar-o #page-footer {padding-right : 250px;padding-left : 0}
}

#page-container.sidebar-dark #sidebar {color : #e4e9f3;background-color : #343a40;box-shadow : none}

#page-container.side-scroll #side-overlay, #page-container.side-scroll #sidebar .js-sidebar-scroll {overflow-y : visible}

@media (min-width : 992px) {
    #page-container.side-scroll #sidebar .content-header, #page-container.side-scroll #sidebar .content-side {width : 250px !important}

    #page-container.side-scroll #side-overlay .content-header, #page-container.side-scroll #side-overlay .content-side {width : 320px !important}
}

@media (min-width : 992px) {
    #page-container.sidebar-o {padding-left : 250px}

    #page-container.sidebar-r.sidebar-o {padding-right : 250px;padding-left : 0}

    #page-container.sidebar-mini.sidebar-o {padding-left : 64px}

    #page-container.sidebar-mini.sidebar-o.sidebar-r {padding-right : 64px;padding-left : 0}
}

.hero {position : relative;display : flex;flex-direction : row;justify-content : center;align-items : center;width : 100%;height : 100vh;min-height : 500px}

.hero.hero-sm {min-height : 300px}

.hero.hero-lg {min-height : 800px}

.hero-inner {flex : 0 0 auto;width : 100%}

.hero-meta {position : absolute;right : 0;bottom : 0;left : 0;padding : 1rem 0;text-align : center}

.hero-static {min-height : 100vh}

.block {margin-bottom : 1.75rem;background-color : #fff;box-shadow : 0 1px 3px rgba(219, 226, 239, .5), 0 1px 2px rgba(219, 226, 239, .5)}

.block .block, .content-side .block {box-shadow : none}

.block-header {display : flex;flex-direction : row;justify-content : space-between;align-items : center;padding : .75rem 1.25rem;transition : opacity .25s ease-out}

.block-header.block-header-rtl {flex-direction : row-reverse}

.block-header.block-header-rtl .block-title {text-align : right}

.block-header.block-header-rtl .block-options {padding-right : 1.25rem;padding-left : 0}

.block-header-default {background-color : #f8f9fc}

.block-title {flex : 1 1 auto;min-height : 1.75rem;margin : 0;font-size : 1.125rem;font-weight : 400;line-height : 1.75}

.block-title small {font-size : 1rem;font-weight : 400;line-height : 1.375rem;color : #6c757d}

.block-content {transition : opacity .25s ease-out;width : 100%;margin : 0 auto;padding : 1.25rem 1.25rem 1px;overflow-x : visible}

.block-content > .pull-t, .block-content > .pull-y {margin-top : -1.25rem}

.block-content > .pull-b, .block-content > .pull-y {margin-bottom : -1px}

.block-content > .pull-r, .block-content > .pull-x {margin-right : -1.25rem}

.block-content > .pull-r, .block-content > .pull-x {margin-left : -1.25rem}

.block-content > .pull {margin : -1.25rem -1.25rem -1px}

.block-content.block-content-full {padding-bottom : 1.25rem}

.block-content.block-content-full > .pull, .block-content.block-content-full > .pull-b, .block-content.block-content-full > .pull-y {margin-bottom : -1.25rem}

.block-content .block, .block-content .items-push > div, .block-content .push, .block-content p {margin-bottom : 1.25rem}

.block-content .items-push-2x > div {margin-bottom : 2.5rem}

.block-content .items-push-3x > div {margin-bottom : 3.75rem}

.block-content.block-content-sm {padding-top : .625rem}

.block-content.block-content-sm > .pull, .block-content.block-content-sm > .pull-t, .block-content.block-content-sm > .pull-y {margin-top : -.625rem}

.block-content.block-content-sm.block-content-full {padding-bottom : .625rem}

.block-content.block-content-sm.block-content-full > .pull, .block-content.block-content-sm.block-content-full > .pull-b, .block-content.block-content-sm.block-content-full > .pull-y {margin-bottom : -.625rem}

.block.block-bordered {border : 1px solid #e4e9f3;box-shadow : none}

.block.block-rounded {border-radius : .25rem}

.block.block-rounded > .block-header, .block.block-rounded > .nav-tabs {border-top-left-radius : .2rem;border-top-right-radius : .2rem}

.block.block-rounded > .block-header:last-child, .block.block-rounded > .nav-tabs:last-child {border-bottom-right-radius : .2rem;border-bottom-left-radius : .2rem}

.block.block-rounded.block-mode-hidden > .block-header.block-header-default {border-bottom-right-radius : .2rem;border-bottom-left-radius : .2rem}

.block.block-rounded > .block-content:first-child {border-top-left-radius : .2rem;border-top-right-radius : .2rem}

.block.block-rounded > .block-content:last-child {border-bottom-right-radius : .2rem;border-bottom-left-radius : .2rem}

.block.block-rounded > .nav-tabs > .nav-item:first-child > .nav-link {border-top-left-radius : .2rem}

.block.block-rounded > .nav-tabs > .nav-item:last-child > .nav-link {border-top-right-radius : .2rem}

.block.block-themed > .block-header {border-bottom : none;color : #fff;background-color : #0665d0}

.block.block-themed > .block-header > .block-title {color : hsla(0, 0%, 100%, .9)}

.block.block-themed > .block-header > .block-title small {color : hsla(0, 0%, 100%, .7)}









.bg-black-5 {background-color : rgba(0, 0, 0, .05) !important}

.bg-black-10 {background-color : rgba(0, 0, 0, .1) !important}

.bg-black-25 {background-color : rgba(0, 0, 0, .25) !important}

.bg-black-50 {background-color : rgba(0, 0, 0, .5) !important}

.bg-black-75 {background-color : rgba(0, 0, 0, .75) !important}

.bg-black-90 {background-color : rgba(0, 0, 0, .9) !important}

.bg-black-95 {background-color : rgba(0, 0, 0, .95) !important}

.bg-white-5 {background-color : hsla(0, 0%, 100%, .05) !important}

.bg-white-10 {background-color : hsla(0, 0%, 100%, .1) !important}

.bg-white-25 {background-color : hsla(0, 0%, 100%, .25) !important}

.bg-white-50 {background-color : hsla(0, 0%, 100%, .5) !important}

.bg-white-75 {background-color : hsla(0, 0%, 100%, .75) !important}

.bg-white-90 {background-color : hsla(0, 0%, 100%, .9) !important}

.bg-white-95 {background-color : hsla(0, 0%, 100%, .95) !important}

.bg-image {background-position : 0 50%;background-size : cover}

.bg-image-top {background-position-y : 0}

.bg-image-bottom {background-position-y : 100%}

@media (min-width : 1200px) {
    .bg-image-fixed {background-attachment : fixed}
}

.bg-pattern {background-repeat : repeat}

.bg-video {width : 100%;transform : translateZ(0)}

.bg-primary-op {background-color : rgba(6, 101, 208, .75) !important}

a.bg-primary-op:focus, a.bg-primary-op:hover, button.bg-primary-op:focus, button.bg-primary-op:hover {background-color : rgba(5, 77, 158, .75) !important}

.bg-primary-dark {background-color : #054d9e !important}

a.bg-primary-dark:focus, a.bg-primary-dark:hover, button.bg-primary-dark:focus, button.bg-primary-dark:hover {background-color : #03356d !important}

.bg-primary-dark-op {background-color : rgba(5, 77, 158, .8) !important}

a.bg-primary-dark-op:focus, a.bg-primary-dark-op:hover, button.bg-primary-dark-op:focus, button.bg-primary-dark-op:hover {background-color : rgba(3, 53, 109, .8) !important}

.bg-primary-darker {background-color : #022954 !important}

a.bg-primary-darker:focus, a.bg-primary-darker:hover, button.bg-primary-darker:focus, button.bg-primary-darker:hover {background-color : #011123 !important}

.bg-primary-light {background-color : #2a8bf9 !important}

a.bg-primary-light:focus, a.bg-primary-light:hover, button.bg-primary-light:focus, button.bg-primary-light:hover {background-color : #0771e9 !important}

.bg-primary-lighter {background-color : #74b3fb !important}

a.bg-primary-lighter:focus, a.bg-primary-lighter:hover, button.bg-primary-lighter:focus, button.bg-primary-lighter:hover {background-color : #4299fa !important}

.bg-success-light {background-color : #bed9a2 !important}

a.bg-success-light:focus, a.bg-success-light:hover, button.bg-success-light:focus, button.bg-success-light:hover {background-color : #a5ca7e !important}

.bg-warning-light {background-color : #ffdb93 !important}

a.bg-warning-light:focus, a.bg-warning-light:hover, button.bg-warning-light:focus, button.bg-warning-light:hover {background-color : #ffc960 !important}

.bg-info-light {background-color : #a5ccf0 !important}

a.bg-info-light:focus, a.bg-info-light:hover, button.bg-info-light:focus, button.bg-info-light:hover {background-color : #79b3e9 !important}

.bg-danger-light {background-color : #f1a184 !important}

a.bg-danger-light:focus, a.bg-danger-light:hover, button.bg-danger-light:focus, button.bg-danger-light:hover {background-color : #eb7e56 !important}

.bg-success-lighter {background-color : #e4efd8 !important}

a.bg-success-lighter:focus, a.bg-success-lighter:hover, button.bg-success-lighter:focus, button.bg-success-lighter:hover {background-color : #cbe0b4 !important}

.bg-warning-lighter {background-color : #fff4e0 !important}

a.bg-warning-lighter:focus, a.bg-warning-lighter:hover, button.bg-warning-lighter:focus, button.bg-warning-lighter:hover {background-color : #ffe3ad !important}

.bg-info-lighter {background-color : #e7f1fb !important}

a.bg-info-lighter:focus, a.bg-info-lighter:hover, button.bg-info-lighter:focus, button.bg-info-lighter:hover {background-color : #bbd8f4 !important}

.bg-danger-lighter {background-color : #f9d5c8 !important}

a.bg-danger-lighter:focus, a.bg-danger-lighter:hover, button.bg-danger-lighter:focus, button.bg-danger-lighter:hover {background-color : #f3b29b !important}

.bg-success-op {background-color : rgba(190, 217, 162, .95) !important}

a.bg-success-op:focus, a.bg-success-op:hover, button.bg-success-op:focus, button.bg-success-op:hover {background-color : rgba(165, 202, 126, .95) !important}

.bg-warning-op {background-color : rgba(255, 219, 147, .95) !important}

a.bg-warning-op:focus, a.bg-warning-op:hover, button.bg-warning-op:focus, button.bg-warning-op:hover {background-color : rgba(255, 201, 96, .95) !important}

.bg-info-op {background-color : rgba(165, 204, 240, .95) !important}

a.bg-info-op:focus, a.bg-info-op:hover, button.bg-info-op:focus, button.bg-info-op:hover {background-color : rgba(121, 179, 233, .95) !important}

.bg-danger-op {background-color : rgba(241, 161, 132, .95) !important}

a.bg-danger-op:focus, a.bg-danger-op:hover, button.bg-danger-op:focus, button.bg-danger-op:hover {background-color : rgba(235, 126, 86, .95) !important}

.bg-body {background-color : #f0f3f8 !important}

a.bg-body:focus, a.bg-body:hover, button.bg-body:focus, button.bg-body:hover {background-color : #cdd6e8 !important}

.bg-body-light {background-color : #f8f9fc !important}

a.bg-body-light:focus, a.bg-body-light:hover, button.bg-body-light:focus, button.bg-body-light:hover {background-color : #d4dcec !important}

.bg-body-dark {background-color : #e4e9f3 !important}

a.bg-body-dark:focus, a.bg-body-dark:hover, button.bg-body-dark:focus, button.bg-body-dark:hover {background-color : #c1cce3 !important}

.bg-muted {background-color : #6c757d !important}

a.bg-muted:focus, a.bg-muted:hover, button.bg-muted:focus, button.bg-muted:hover {background-color : #545b62 !important}

.bg-white {background-color : #fff !important}

a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {background-color : #e6e6e6 !important}

.bg-black {background-color : #000 !important}

a.bg-black:focus, a.bg-black:hover, button.bg-black:focus, button.bg-black:hover {background-color : #000 !important}

.bg-gray {background-color : #ced4da !important}

a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {background-color : #b1bbc4 !important}

.bg-gray-dark {background-color : #6c757d !important}

a.bg-gray-dark:focus, a.bg-gray-dark:hover, button.bg-gray-dark:focus, button.bg-gray-dark:hover {background-color : #545b62 !important}

.bg-gray-darker {background-color : #343a40 !important}

a.bg-gray-darker:focus, a.bg-gray-darker:hover, button.bg-gray-darker:focus, button.bg-gray-darker:hover {background-color : #1d2124 !important}

.bg-gray-light {background-color : #e9ecef !important}

a.bg-gray-light:focus, a.bg-gray-light:hover, button.bg-gray-light:focus, button.bg-gray-light:hover {background-color : #cbd3da !important}

.bg-gray-lighter {background-color : #f8f9fa !important}

a.bg-gray-lighter:focus, a.bg-gray-lighter:hover, button.bg-gray-lighter:focus, button.bg-gray-lighter:hover {background-color : #dae0e5 !important}

.bg-header-light {background-color : #fff !important}

a.bg-header-light:focus, a.bg-header-light:hover, button.bg-header-light:focus, button.bg-header-light:hover {background-color : #e6e6e6 !important}

.bg-header-dark {background-color : #0665d0 !important}

a.bg-header-dark:focus, a.bg-header-dark:hover, button.bg-header-dark:focus, button.bg-header-dark:hover {background-color : #054d9e !important}

.bg-sidebar-light {background-color : #fff !important}

a.bg-sidebar-light:focus, a.bg-sidebar-light:hover, button.bg-sidebar-light:focus, button.bg-sidebar-light:hover {background-color : #e6e6e6 !important}

.bg-sidebar-dark {background-color : #343a40 !important}

a.bg-sidebar-dark:focus, a.bg-sidebar-dark:hover, button.bg-sidebar-dark:focus, button.bg-sidebar-dark:hover {background-color : #1d2124 !important}

.bg-gd-primary {background : #0665d0 linear-gradient(135deg, #0665d0, #2a8bf9) !important}

.bg-gd-dusk {background : #d262e3 linear-gradient(135deg, #d262e3, #0665d0) !important}

.bg-gd-fruit {background : #89216b linear-gradient(135deg, #89216b, #da4453) !important}

.bg-gd-aqua {background : #02aab0 linear-gradient(135deg, #02aab0, #00cdac) !important}

.bg-gd-sublime {background : #6a82fb linear-gradient(135deg, #6a82fb, #fc5c7d) !important}

.bg-gd-sea {background : #2b32b2 linear-gradient(135deg, #2b32b2, #1488cc) !important}

.bg-gd-leaf {background : #ffb119 linear-gradient(135deg, #ffb119, #82b54b) !important}

.bg-gd-lake {background : #00f260 linear-gradient(135deg, #00f260, #0575e6) !important}

.bg-gd-sun {background : #e65c00 linear-gradient(135deg, #e65c00, #f9d423) !important}

.bg-gd-dusk-op {background : rgba(210, 98, 227, .5) linear-gradient(135deg, rgba(210, 98, 227, .5), rgba(6, 101, 208, .5)) !important}

.bg-gd-fruit-op {background : rgba(137, 33, 107, .5) linear-gradient(135deg, rgba(137, 33, 107, .5), rgba(218, 68, 83, .5)) !important}

.bg-gd-aqua-op {background : rgba(2, 170, 176, .5) linear-gradient(135deg, rgba(2, 170, 176, .5), rgba(0, 205, 172, .5)) !important}

.bg-gd-sublime-op {background : rgba(106, 130, 251, .5) linear-gradient(135deg, rgba(106, 130, 251, .5), rgba(252, 92, 125, .5)) !important}

.bg-gd-sea-op {background : rgba(43, 50, 178, .5) linear-gradient(135deg, rgba(43, 50, 178, .5), rgba(20, 136, 204, .5)) !important}

.bg-gd-leaf-op {background : rgba(255, 177, 25, .5) linear-gradient(135deg, rgba(255, 177, 25, .5), rgba(130, 181, 75, .5)) !important}

.bg-gd-lake-op {background : rgba(0, 242, 96, .5) linear-gradient(135deg, rgba(0, 242, 96, .5), rgba(5, 117, 230, .5)) !important}

.bg-gd-sun-op {background : rgba(230, 92, 0, .5) linear-gradient(135deg, rgba(230, 92, 0, .5), rgba(249, 212, 35, .5)) !important}

.bg-default {background-color : #0665d0 !important}

a.bg-default:focus, a.bg-default:hover, button.bg-default:focus, button.bg-default:hover {background-color : #054d9e !important}

.bg-default-op {background-color : rgba(6, 101, 208, .75) !important}

a.bg-default-op:focus, a.bg-default-op:hover, button.bg-default-op:focus, button.bg-default-op:hover {background-color : rgba(5, 77, 158, .75) !important}

.bg-default-dark {background-color : #054d9e !important}

a.bg-default-dark:focus, a.bg-default-dark:hover, button.bg-default-dark:focus, button.bg-default-dark:hover {background-color : #03356d !important}

.bg-default-dark-op {background-color : rgba(5, 77, 158, .8) !important}

a.bg-default-dark-op:focus, a.bg-default-dark-op:hover, button.bg-default-dark-op:focus, button.bg-default-dark-op:hover {background-color : rgba(3, 53, 109, .8) !important}

.bg-default-darker {background-color : #022954 !important}

a.bg-default-darker:focus, a.bg-default-darker:hover, button.bg-default-darker:focus, button.bg-default-darker:hover {background-color : #011123 !important}

.bg-default-light {background-color : #2a8bf9 !important}

a.bg-default-light:focus, a.bg-default-light:hover, button.bg-default-light:focus, button.bg-default-light:hover {background-color : #0771e9 !important}

.bg-default-lighter {background-color : #74b3fb !important}

a.bg-default-lighter:focus, a.bg-default-lighter:hover, button.bg-default-lighter:focus, button.bg-default-lighter:hover {background-color : #4299fa !important}

.bg-gd-default {background : #0665d0 linear-gradient(135deg, #0665d0, #2a8bf9) !important}

.bg-xwork {background-color : #343a40 !important}

a.bg-xwork:focus, a.bg-xwork:hover, button.bg-xwork:focus, button.bg-xwork:hover {background-color : #1d2124 !important}

.bg-xwork-op {background-color : rgba(52, 58, 64, .75) !important}

a.bg-xwork-op:focus, a.bg-xwork-op:hover, button.bg-xwork-op:focus, button.bg-xwork-op:hover {background-color : rgba(29, 33, 36, .75) !important}

.bg-xwork-dark {background-color : #1d2124 !important}

a.bg-xwork-dark:focus, a.bg-xwork-dark:hover, button.bg-xwork-dark:focus, button.bg-xwork-dark:hover {background-color : #060708 !important}

.bg-xwork-dark-op {background-color : rgba(29, 33, 36, .8) !important}

a.bg-xwork-dark-op:focus, a.bg-xwork-dark-op:hover, button.bg-xwork-dark-op:focus, button.bg-xwork-dark-op:hover {background-color : rgba(6, 7, 8, .8) !important}

.bg-xwork-darker {background-color : #060708 !important}

a.bg-xwork-darker:focus, a.bg-xwork-darker:hover, button.bg-xwork-darker:focus, button.bg-xwork-darker:hover {background-color : #000 !important}

.bg-xwork-light {background-color : #6d7a86 !important}

a.bg-xwork-light:focus, a.bg-xwork-light:hover, button.bg-xwork-light:focus, button.bg-xwork-light:hover {background-color : #56606a !important}

.bg-xwork-lighter {background-color : #b2bac1 !important}

a.bg-xwork-lighter:focus, a.bg-xwork-lighter:hover, button.bg-xwork-lighter:focus, button.bg-xwork-lighter:hover {background-color : #96a0aa !important}

.bg-gd-xwork {background : #343a40 linear-gradient(135deg, #343a40, #56606a) !important}

.bg-xmodern {background-color : #3b5998 !important}

a.bg-xmodern:focus, a.bg-xmodern:hover, button.bg-xmodern:focus, button.bg-xmodern:hover {background-color : #2d4373 !important}

.bg-xmodern-op {background-color : rgba(59, 89, 152, .75) !important}

a.bg-xmodern-op:focus, a.bg-xmodern-op:hover, button.bg-xmodern-op:focus, button.bg-xmodern-op:hover {background-color : rgba(45, 67, 115, .75) !important}

.bg-xmodern-dark {background-color : #2d4373 !important}

a.bg-xmodern-dark:focus, a.bg-xmodern-dark:hover, button.bg-xmodern-dark:focus, button.bg-xmodern-dark:hover {background-color : #1e2e4f !important}

.bg-xmodern-dark-op {background-color : rgba(45, 67, 115, .8) !important}

a.bg-xmodern-dark-op:focus, a.bg-xmodern-dark-op:hover, button.bg-xmodern-dark-op:focus, button.bg-xmodern-dark-op:hover {background-color : rgba(30, 46, 79, .8) !important}

.bg-xmodern-darker {background-color : #1e2e4f !important}

a.bg-xmodern-darker:focus, a.bg-xmodern-darker:hover, button.bg-xmodern-darker:focus, button.bg-xmodern-darker:hover {background-color : #10182a !important}

.bg-xmodern-light {background-color : #5f7ec1 !important}

a.bg-xmodern-light:focus, a.bg-xmodern-light:hover, button.bg-xmodern-light:focus, button.bg-xmodern-light:hover {background-color : #4264aa !important}

.bg-xmodern-lighter {background-color : #a8b9dd !important}

a.bg-xmodern-lighter:focus, a.bg-xmodern-lighter:hover, button.bg-xmodern-lighter:focus, button.bg-xmodern-lighter:hover {background-color : #839ccf !important}

.bg-gd-xmodern {background : #3b5998 linear-gradient(135deg, #3b5998, #5f7ec1) !important}

.bg-xeco {background-color : #38a169 !important}

a.bg-xeco:focus, a.bg-xeco:hover, button.bg-xeco:focus, button.bg-xeco:hover {background-color : #2b7b50 !important}

.bg-xeco-op {background-color : rgba(56, 161, 105, .75) !important}

a.bg-xeco-op:focus, a.bg-xeco-op:hover, button.bg-xeco-op:focus, button.bg-xeco-op:hover {background-color : rgba(43, 123, 80, .75) !important}

.bg-xeco-dark {background-color : #2b7b50 !important}

a.bg-xeco-dark:focus, a.bg-xeco-dark:hover, button.bg-xeco-dark:focus, button.bg-xeco-dark:hover {background-color : #1e5538 !important}

.bg-xeco-dark-op {background-color : rgba(43, 123, 80, .8) !important}

a.bg-xeco-dark-op:focus, a.bg-xeco-dark-op:hover, button.bg-xeco-dark-op:focus, button.bg-xeco-dark-op:hover {background-color : rgba(30, 85, 56, .8) !important}

.bg-xeco-darker {background-color : #1e5538 !important}

a.bg-xeco-darker:focus, a.bg-xeco-darker:hover, button.bg-xeco-darker:focus, button.bg-xeco-darker:hover {background-color : #112f1f !important}

.bg-xeco-light {background-color : #5ec78f !important}

a.bg-xeco-light:focus, a.bg-xeco-light:hover, button.bg-xeco-light:focus, button.bg-xeco-light:hover {background-color : #3fb475 !important}

.bg-xeco-lighter {background-color : #aae1c4 !important}

a.bg-xeco-lighter:focus, a.bg-xeco-lighter:hover, button.bg-xeco-lighter:focus, button.bg-xeco-lighter:hover {background-color : #84d4aa !important}

.bg-gd-xeco {background : #38a169 linear-gradient(135deg, #38a169, #5ec78f) !important}

.bg-xsmooth {background-color : #805ad5 !important}

a.bg-xsmooth:focus, a.bg-xsmooth:hover, button.bg-xsmooth:focus, button.bg-xsmooth:hover {background-color : #6133c9 !important}

.bg-xsmooth-op {background-color : rgba(128, 90, 213, .75) !important}

a.bg-xsmooth-op:focus, a.bg-xsmooth-op:hover, button.bg-xsmooth-op:focus, button.bg-xsmooth-op:hover {background-color : rgba(97, 51, 201, .75) !important}

.bg-xsmooth-dark {background-color : #6133c9 !important}

a.bg-xsmooth-dark:focus, a.bg-xsmooth-dark:hover, button.bg-xsmooth-dark:focus, button.bg-xsmooth-dark:hover {background-color : #4e29a0 !important}

.bg-xsmooth-dark-op {background-color : rgba(97, 51, 201, .8) !important}

a.bg-xsmooth-dark-op:focus, a.bg-xsmooth-dark-op:hover, button.bg-xsmooth-dark-op:focus, button.bg-xsmooth-dark-op:hover {background-color : rgba(78, 41, 160, .8) !important}

.bg-xsmooth-darker {background-color : #4e29a0 !important}

a.bg-xsmooth-darker:focus, a.bg-xsmooth-darker:hover, button.bg-xsmooth-darker:focus, button.bg-xsmooth-darker:hover {background-color : #3a1e78 !important}

.bg-xsmooth-light {background-color : #af97e5 !important}

a.bg-xsmooth-light:focus, a.bg-xsmooth-light:hover, button.bg-xsmooth-light:focus, button.bg-xsmooth-light:hover {background-color : #906eda !important}

.bg-xsmooth-lighter {background-color : #ded4f4 !important}

a.bg-xsmooth-lighter:focus, a.bg-xsmooth-lighter:hover, button.bg-xsmooth-lighter:focus, button.bg-xsmooth-lighter:hover {background-color : #bfabea !important}

.bg-gd-xsmooth {background : #805ad5 linear-gradient(135deg, #805ad5, #af97e5) !important}

.bg-xinspire {background-color : #319795 !important}

a.bg-xinspire:focus, a.bg-xinspire:hover, button.bg-xinspire:focus, button.bg-xinspire:hover {background-color : #25706f !important}

.bg-xinspire-op {background-color : rgba(49, 151, 149, .75) !important}

a.bg-xinspire-op:focus, a.bg-xinspire-op:hover, button.bg-xinspire-op:focus, button.bg-xinspire-op:hover {background-color : rgba(37, 112, 111, .75) !important}

.bg-xinspire-dark {background-color : #287a79 !important}

a.bg-xinspire-dark:focus, a.bg-xinspire-dark:hover, button.bg-xinspire-dark:focus, button.bg-xinspire-dark:hover {background-color : #1b5453 !important}

.bg-xinspire-dark-op {background-color : rgba(40, 122, 121, .8) !important}

a.bg-xinspire-dark-op:focus, a.bg-xinspire-dark-op:hover, button.bg-xinspire-dark-op:focus, button.bg-xinspire-dark-op:hover {background-color : rgba(27, 84, 83, .8) !important}

.bg-xinspire-darker {background-color : #1e5d5c !important}

a.bg-xinspire-darker:focus, a.bg-xinspire-darker:hover, button.bg-xinspire-darker:focus, button.bg-xinspire-darker:hover {background-color : #123736 !important}

.bg-xinspire-light {background-color : #4fc6c3 !important}

a.bg-xinspire-light:focus, a.bg-xinspire-light:hover, button.bg-xinspire-light:focus, button.bg-xinspire-light:hover {background-color : #37aaa8 !important}

.bg-xinspire-lighter {background-color : #a3e1e0 !important}

a.bg-xinspire-lighter:focus, a.bg-xinspire-lighter:hover, button.bg-xinspire-lighter:focus, button.bg-xinspire-lighter:hover {background-color : #7dd5d3 !important}

.bg-gd-xinspire {background : #319795 linear-gradient(135deg, #319795, #4fc6c3) !important}

.bg-xdream {background-color : #314499 !important}

a.bg-xdream:focus, a.bg-xdream:hover, button.bg-xdream:focus, button.bg-xdream:hover {background-color : #253372 !important}

.bg-xdream-op {background-color : rgba(49, 68, 153, .75) !important}

a.bg-xdream-op:focus, a.bg-xdream-op:hover, button.bg-xdream-op:focus, button.bg-xdream-op:hover {background-color : rgba(37, 51, 114, .75) !important}

.bg-xdream-dark {background-color : #2d3757 !important}

a.bg-xdream-dark:focus, a.bg-xdream-dark:hover, button.bg-xdream-dark:focus, button.bg-xdream-dark:hover {background-color : #1c2236 !important}

.bg-xdream-dark-op {background-color : rgba(45, 55, 87, .8) !important}

a.bg-xdream-dark-op:focus, a.bg-xdream-dark-op:hover, button.bg-xdream-dark-op:focus, button.bg-xdream-dark-op:hover {background-color : rgba(28, 34, 54, .8) !important}

.bg-xdream-darker {background-color : #20273e !important}

a.bg-xdream-darker:focus, a.bg-xdream-darker:hover, button.bg-xdream-darker:focus, button.bg-xdream-darker:hover {background-color : #0f121c !important}

.bg-xdream-light {background-color : #7687d3 !important}

a.bg-xdream-light:focus, a.bg-xdream-light:hover, button.bg-xdream-light:focus, button.bg-xdream-light:hover {background-color : #5065c7 !important}

.bg-xdream-lighter {background-color : #c4cbec !important}

a.bg-xdream-lighter:focus, a.bg-xdream-lighter:hover, button.bg-xdream-lighter:focus, button.bg-xdream-lighter:hover {background-color : #9da9e0 !important}

.bg-gd-xdream {background : #314499 linear-gradient(135deg, #314499, #5065c7) !important}

.bg-xpro {background-color : #515de1 !important}

a.bg-xpro:focus, a.bg-xpro:hover, button.bg-xpro:focus, button.bg-xpro:hover {background-color : #2635da !important}

.bg-xpro-op {background-color : rgba(81, 93, 225, .75) !important}

a.bg-xpro-op:focus, a.bg-xpro-op:hover, button.bg-xpro-op:focus, button.bg-xpro-op:hover {background-color : rgba(38, 53, 218, .75) !important}

.bg-xpro-dark {background-color : #394263 !important}

a.bg-xpro-dark:focus, a.bg-xpro-dark:hover, button.bg-xpro-dark:focus, button.bg-xpro-dark:hover {background-color : #262c43 !important}

.bg-xpro-dark-op {background-color : rgba(57, 66, 99, .8) !important}

a.bg-xpro-dark-op:focus, a.bg-xpro-dark-op:hover, button.bg-xpro-dark-op:focus, button.bg-xpro-dark-op:hover {background-color : rgba(38, 44, 67, .8) !important}

.bg-xpro-darker {background-color : #282e45 !important}

a.bg-xpro-darker:focus, a.bg-xpro-darker:hover, button.bg-xpro-darker:focus, button.bg-xpro-darker:hover {background-color : #151825 !important}

.bg-xpro-light {background-color : #929aec !important}

a.bg-xpro-light:focus, a.bg-xpro-light:hover, button.bg-xpro-light:focus, button.bg-xpro-light:hover {background-color : #6771e5 !important}

.bg-xpro-lighter {background-color : #c2c6f5 !important}

a.bg-xpro-lighter:focus, a.bg-xpro-lighter:hover, button.bg-xpro-lighter:focus, button.bg-xpro-lighter:hover {background-color : #979eed !important}

.bg-gd-xpro {background : #515de1 linear-gradient(135deg, #515de1, #929aec) !important}

.bg-xplay {background-color : #dd4b39 !important}

a.bg-xplay:focus, a.bg-xplay:hover, button.bg-xplay:focus, button.bg-xplay:hover {background-color : #c23321 !important}

.bg-xplay-op {background-color : rgba(221, 75, 57, .75) !important}

a.bg-xplay-op:focus, a.bg-xplay-op:hover, button.bg-xplay-op:focus, button.bg-xplay-op:hover {background-color : rgba(194, 51, 33, .75) !important}

.bg-xplay-dark {background-color : #b93120 !important}

a.bg-xplay-dark:focus, a.bg-xplay-dark:hover, button.bg-xplay-dark:focus, button.bg-xplay-dark:hover {background-color : #8e2518 !important}

.bg-xplay-dark-op {background-color : rgba(185, 49, 32, .8) !important}

a.bg-xplay-dark-op:focus, a.bg-xplay-dark-op:hover, button.bg-xplay-dark-op:focus, button.bg-xplay-dark-op:hover {background-color : rgba(142, 37, 24, .8) !important}

.bg-xplay-darker {background-color : #852317 !important}

a.bg-xplay-darker:focus, a.bg-xplay-darker:hover, button.bg-xplay-darker:focus, button.bg-xplay-darker:hover {background-color : #59170f !important}

.bg-xplay-light {background-color : #e47365 !important}

a.bg-xplay-light:focus, a.bg-xplay-light:hover, button.bg-xplay-light:focus, button.bg-xplay-light:hover {background-color : #dd4b39 !important}

.bg-xplay-lighter {background-color : #f3c2bc !important}

a.bg-xplay-lighter:focus, a.bg-xplay-lighter:hover, button.bg-xplay-lighter:focus, button.bg-xplay-lighter:hover {background-color : #ec9a90 !important}

.bg-gd-xplay {background : #dd4b39 linear-gradient(135deg, #dd4b39, #e8867a) !important}

.border-white-op {border-color : hsla(0, 0%, 100%, .1) !important}

.border-black-op {border-color : rgba(0, 0, 0, .1) !important}

.border-2x {border-width : 2px !important}

.border-3x {border-width : 3px !important}

.border-4x {border-width : 4px !important}

.border-5x {border-width : 5px !important}

.border-10x {border-width : 10px !important}

.rounded-lg {border-radius : 1.5rem !important}

.rounded-lg-top {border-top-left-radius : 1.5rem !important;border-top-right-radius : 1.5rem !important}

.rounded-lg-right {border-top-right-radius : 1.5rem !important;border-bottom-right-radius : 1.5rem !important}

.rounded-lg-bottom {border-bottom-right-radius : 1.5rem !important;border-bottom-left-radius : 1.5rem !important}

.rounded-lg-left {border-top-left-radius : 1.5rem !important;border-bottom-left-radius : 1.5rem !important}

.overflow-y-auto {overflow-y : auto;-webkit-overflow-scrolling : touch}

.opacity-0 {opacity : 0}

.opacity-25 {opacity : .25}

.opacity-50 {opacity : .5}

.opacity-75 {opacity : .75}

.opacity-1 {opacity : 1}

@media (min-width : 992px) {
    .h100-scroll {height : 100vh;overflow-y : auto}
}

.aspect-ratio-1-1:after, .aspect-ratio-1-1:before {content : "";display : table;clear : both;width : 1px;margin-left : -1px}

.aspect-ratio-1-1:before {float : left;padding-bottom : 100%}

.aspect-ratio-4-3:after, .aspect-ratio-4-3:before {content : "";display : table;clear : both;width : 1px;margin-left : -1px}

.aspect-ratio-4-3:before {float : left;padding-bottom : 75%}

.aspect-ratio-16-9:after, .aspect-ratio-16-9:before {content : "";display : table;clear : both;width : 1px;margin-left : -1px}

.aspect-ratio-16-9:before {float : left;padding-bottom : 56.25%}

.no-transition {transition : none !important}

.click-ripple {display : block;position : absolute;background : hsla(0, 0%, 100%, .6);border-radius : 100%;transform : scale(0)}

.click-ripple.animate {animation : click-ripple .6s ease-out}

@keyframes click-ripple {
    50% {opacity : .6;transform : scale(2)}
    to {opacity : 0;transform : scale(3)}
}

.flex-00-auto {flex : 0 0 auto}

.flex-10-auto {flex : 1 0 auto}

@media (min-width : 576px) {
    .flex-sm-00-auto {flex : 0 0 auto}

    .flex-sm-10-auto {flex : 1 0 auto}
}

@media (min-width : 768px) {
    .flex-md-00-auto {flex : 0 0 auto}

    .flex-md-10-auto {flex : 1 0 auto}
}

@media (min-width : 992px) {
    .flex-lg-00-auto {flex : 0 0 auto}

    .flex-lg-10-auto {flex : 1 0 auto}
}

@media (min-width : 1200px) {
    .flex-xl-00-auto {flex : 0 0 auto}

    .flex-xl-10-auto {flex : 1 0 auto}
}

.font-w300 {font-weight : 300 !important}

.font-w400 {font-weight : 400 !important}

.font-w500 {font-weight : 500 !important}

.font-w600 {font-weight : 600 !important}

.font-w700 {font-weight : 700 !important}

.font-size-base {font-size : 1rem !important}

.font-size-lg {font-size : 1.25rem !important}

.font-size-sm {font-size : .875rem !important}

.text-wrap-break-word {word-wrap : break-word}

.tracking-tighter {letter-spacing : -.05em}

.tracking-tight {letter-spacing : -.025em}

.tracking-normal {letter-spacing : 0}

.tracking-wide {letter-spacing : .025em}

.tracking-wider {letter-spacing : .05em}

.tracking-widest {letter-spacing : .1em}

.text-primary-dark {color : #054d9e !important}

a.text-primary-dark.link-fx:before {background-color : #054d9e}

a.text-primary-dark:focus, a.text-primary-dark:hover {color : #021d3b !important}

.text-primary-darker {color : #022954 !important}

a.text-primary-darker.link-fx:before {background-color : #022954}

a.text-primary-darker:focus, a.text-primary-darker:hover {color : #000 !important}

.text-primary-light {color : #2a8bf9 !important}

a.text-primary-light.link-fx:before {background-color : #2a8bf9}

a.text-primary-light:focus, a.text-primary-light:hover {color : #0559b7 !important}

.text-primary-lighter {color : #74b3fb !important}

a.text-primary-lighter.link-fx:before {background-color : #74b3fb}

a.text-primary-lighter:focus, a.text-primary-lighter:hover {color : #117ef8 !important}

.text-success-light {color : #bed9a2 !important}

a.text-success-light.link-fx:before {background-color : #bed9a2}

a.text-success-light:focus, a.text-success-light:hover {color : #8cbb59 !important}

.text-warning-light {color : #ffdb93 !important}

a.text-warning-light.link-fx:before {background-color : #ffdb93}

a.text-warning-light:focus, a.text-warning-light:hover {color : #ffb82d !important}

.text-info-light {color : #a5ccf0 !important}

a.text-info-light.link-fx:before {background-color : #a5ccf0}

a.text-info-light:focus, a.text-info-light:hover {color : #4e9ae2 !important}

.text-danger-light {color : #f1a184 !important}

a.text-danger-light.link-fx:before {background-color : #f1a184}

a.text-danger-light:focus, a.text-danger-light:hover {color : #e65b28 !important}

.text-body-bg {color : #f0f3f8 !important}

a.text-body-bg.link-fx:before {background-color : #f0f3f8}

a.text-body-bg:focus, a.text-body-bg:hover {color : #aabad9 !important}

.text-body-bg-dark {color : #e4e9f3 !important}

a.text-body-bg-dark.link-fx:before {background-color : #e4e9f3}

a.text-body-bg-dark:focus, a.text-body-bg-dark:hover {color : #9eb0d3 !important}

.text-body-bg-light {color : #f8f9fc !important}

a.text-body-bg-light.link-fx:before {background-color : #f8f9fc}

a.text-body-bg-light:focus, a.text-body-bg-light:hover {color : #b1bfdc !important}

.text-body-color {color : #495057 !important}

a.text-body-color.link-fx:before {background-color : #495057}

a.text-body-color:focus, a.text-body-color:hover {color : #1a1d20 !important}

.text-body-color-dark {color : #212529 !important}

a.text-body-color-dark.link-fx:before {background-color : #212529}

a.text-body-color-dark:focus, a.text-body-color-dark:hover {color : #000 !important}

.text-body-color-light {color : #e4e9f3 !important}

a.text-body-color-light.link-fx:before {background-color : #e4e9f3}

a.text-body-color-light:focus, a.text-body-color-light:hover {color : #9eb0d3 !important}

.text-muted {color : #6c757d !important}

a.text-muted.link-fx:before {background-color : #6c757d}

a.text-muted:focus, a.text-muted:hover {color : #3d4246 !important}

.text-white {color : #fff !important}

a.text-white.link-fx:before {background-color : #fff}

a.text-white:focus, a.text-white:hover {color : #ccc !important}

.text-white-25 {color : hsla(0, 0%, 100%, .25) !important}

a.text-white-25.link-fx:before {background-color : hsla(0, 0%, 100%, .25)}

a.text-white-25:focus, a.text-white-25:hover {color : hsla(0, 0%, 80%, .25) !important}

.text-white-50 {color : hsla(0, 0%, 100%, .5) !important}

a.text-white-50.link-fx:before {background-color : hsla(0, 0%, 100%, .5)}

a.text-white-50:focus, a.text-white-50:hover {color : hsla(0, 0%, 80%, .5) !important}

.text-white-75 {color : hsla(0, 0%, 100%, .75) !important}

a.text-white-75.link-fx:before {background-color : hsla(0, 0%, 100%, .75)}

a.text-white-75:focus, a.text-white-75:hover {color : hsla(0, 0%, 80%, .75) !important}

.text-black {color : #000 !important}

a.text-black.link-fx:before {background-color : #000}

a.text-black:focus, a.text-black:hover {color : #000 !important}

.text-black-25 {color : rgba(0, 0, 0, .25) !important}

a.text-black-25.link-fx:before {background-color : rgba(0, 0, 0, .25)}

a.text-black-25:focus, a.text-black-25:hover {color : rgba(0, 0, 0, .25) !important}

.text-black-50 {color : rgba(0, 0, 0, .5) !important}

a.text-black-50.link-fx:before {background-color : rgba(0, 0, 0, .5)}

a.text-black-50:focus, a.text-black-50:hover {color : rgba(0, 0, 0, .5) !important}

.text-black-75 {color : rgba(0, 0, 0, .75) !important}

a.text-black-75.link-fx:before {background-color : rgba(0, 0, 0, .75)}

a.text-black-75:focus, a.text-black-75:hover {color : rgba(0, 0, 0, .75) !important}

.text-gray {color : #ced4da !important}

a.text-gray.link-fx:before {background-color : #ced4da}

a.text-gray:focus, a.text-gray:hover {color : #94a1ae !important}

.text-gray-dark {color : #6c757d !important}

a.text-gray-dark.link-fx:before {background-color : #6c757d}

a.text-gray-dark:focus, a.text-gray-dark:hover {color : #3d4246 !important}

.text-gray-darker {color : #343a40 !important}

a.text-gray-darker.link-fx:before {background-color : #343a40}

a.text-gray-darker:focus, a.text-gray-darker:hover {color : #060708 !important}

.text-gray-light {color : #e9ecef !important}

a.text-gray-light.link-fx:before {background-color : #e9ecef}

a.text-gray-light:focus, a.text-gray-light:hover {color : #aeb9c4 !important}

.text-gray-lighter {color : #f8f9fa !important}

a.text-gray-lighter.link-fx:before {background-color : #f8f9fa}

a.text-gray-lighter:focus, a.text-gray-lighter:hover {color : #bdc6d0 !important}

.text-dual {color : #054d9e !important}

a.text-dual.link-fx:before {background-color : #054d9e}

a.text-dual:focus, a.text-dual:hover {color : #021d3b !important}

.page-header-dark #page-header .text-dual, .sidebar-dark #sidebar .text-dual {color : #e4e9f3 !important}

.page-header-dark #page-header a.text-dual.link-fx:before, .sidebar-dark #sidebar a.text-dual.link-fx:before {background-color : #e4e9f3}

.page-header-dark #page-header a.text-dual:focus, .page-header-dark #page-header a.text-dual:hover, .sidebar-dark #sidebar a.text-dual:focus, .sidebar-dark #sidebar a.text-dual:hover {color : #9eb0d3 !important}

.text-default {color : #0665d0 !important}

a.text-default.link-fx:before {background-color : #0665d0}

a.text-default:focus, a.text-default:hover {color : #03356d !important}

.text-default-dark {color : #054d9e !important}

a.text-default-dark.link-fx:before {background-color : #054d9e}

a.text-default-dark:focus, a.text-default-dark:hover {color : #021d3b !important}

.text-default-darker {color : #022954 !important}

a.text-default-darker.link-fx:before {background-color : #022954}

a.text-default-darker:focus, a.text-default-darker:hover {color : #000 !important}

.text-default-light {color : #2a8bf9 !important}

a.text-default-light.link-fx:before {background-color : #2a8bf9}

a.text-default-light:focus, a.text-default-light:hover {color : #0559b7 !important}

.text-default-lighter {color : #74b3fb !important}

a.text-default-lighter.link-fx:before {background-color : #74b3fb}

a.text-default-lighter:focus, a.text-default-lighter:hover {color : #117ef8 !important}

.text-xwork {color : #343a40 !important}

a.text-xwork.link-fx:before {background-color : #343a40}

a.text-xwork:focus, a.text-xwork:hover {color : #060708 !important}

.text-xwork-dark {color : #1d2124 !important}

a.text-xwork-dark.link-fx:before {background-color : #1d2124}

a.text-xwork-dark:focus, a.text-xwork-dark:hover {color : #000 !important}

.text-xwork-darker {color : #060708 !important}

a.text-xwork-darker.link-fx:before {background-color : #060708}

a.text-xwork-darker:focus, a.text-xwork-darker:hover {color : #000 !important}

.text-xwork-light {color : #6d7a86 !important}

a.text-xwork-light.link-fx:before {background-color : #6d7a86}

a.text-xwork-light:focus, a.text-xwork-light:hover {color : #3f474e !important}

.text-xwork-lighter {color : #b2bac1 !important}

a.text-xwork-lighter.link-fx:before {background-color : #b2bac1}

a.text-xwork-lighter:focus, a.text-xwork-lighter:hover {color : #7a8793 !important}

.text-xmodern {color : #3b5998 !important}

a.text-xmodern.link-fx:before {background-color : #3b5998}

a.text-xmodern:focus, a.text-xmodern:hover {color : #1e2e4f !important}

.text-xmodern-dark {color : #2d4373 !important}

a.text-xmodern-dark.link-fx:before {background-color : #2d4373}

a.text-xmodern-dark:focus, a.text-xmodern-dark:hover {color : #10182a !important}

.text-xmodern-darker {color : #1e2e4f !important}

a.text-xmodern-darker.link-fx:before {background-color : #1e2e4f}

a.text-xmodern-darker:focus, a.text-xmodern-darker:hover {color : #020305 !important}

.text-xmodern-light {color : #5f7ec1 !important}

a.text-xmodern-light.link-fx:before {background-color : #5f7ec1}

a.text-xmodern-light:focus, a.text-xmodern-light:hover {color : #344e86 !important}

.text-xmodern-lighter {color : #a8b9dd !important}

a.text-xmodern-lighter.link-fx:before {background-color : #a8b9dd}

a.text-xmodern-lighter:focus, a.text-xmodern-lighter:hover {color : #5f7ec1 !important}

.text-xeco {color : #38a169 !important}

a.text-xeco.link-fx:before {background-color : #38a169}

a.text-xeco:focus, a.text-xeco:hover {color : #1e5538 !important}

.text-xeco-dark {color : #2b7b50 !important}

a.text-xeco-dark.link-fx:before {background-color : #2b7b50}

a.text-xeco-dark:focus, a.text-xeco-dark:hover {color : #112f1f !important}

.text-xeco-darker {color : #1e5538 !important}

a.text-xeco-darker.link-fx:before {background-color : #1e5538}

a.text-xeco-darker:focus, a.text-xeco-darker:hover {color : #030a06 !important}

.text-xeco-light {color : #5ec78f !important}

a.text-xeco-light.link-fx:before {background-color : #5ec78f}

a.text-xeco-light:focus, a.text-xeco-light:hover {color : #318e5d !important}

.text-xeco-lighter {color : #aae1c4 !important}

a.text-xeco-lighter.link-fx:before {background-color : #aae1c4}

a.text-xeco-lighter:focus, a.text-xeco-lighter:hover {color : #5ec78f !important}

.text-xsmooth {color : #805ad5 !important}

a.text-xsmooth.link-fx:before {background-color : #805ad5}

a.text-xsmooth:focus, a.text-xsmooth:hover {color : #4e29a0 !important}

.text-xsmooth-dark {color : #6133c9 !important}

a.text-xsmooth-dark.link-fx:before {background-color : #6133c9}

a.text-xsmooth-dark:focus, a.text-xsmooth-dark:hover {color : #3a1e78 !important}

.text-xsmooth-darker {color : #4e29a0 !important}

a.text-xsmooth-darker.link-fx:before {background-color : #4e29a0}

a.text-xsmooth-darker:focus, a.text-xsmooth-darker:hover {color : #26144f !important}

.text-xsmooth-light {color : #af97e5 !important}

a.text-xsmooth-light.link-fx:before {background-color : #af97e5}

a.text-xsmooth-light:focus, a.text-xsmooth-light:hover {color : #7046d0 !important}

.text-xsmooth-lighter {color : #ded4f4 !important}

a.text-xsmooth-lighter.link-fx:before {background-color : #ded4f4}

a.text-xsmooth-lighter:focus, a.text-xsmooth-lighter:hover {color : #9f83df !important}

.text-xinspire {color : #319795 !important}

a.text-xinspire.link-fx:before {background-color : #319795}

a.text-xinspire:focus, a.text-xinspire:hover {color : #184a49 !important}

.text-xinspire-dark {color : #287a79 !important}

a.text-xinspire-dark.link-fx:before {background-color : #287a79}

a.text-xinspire-dark:focus, a.text-xinspire-dark:hover {color : #0f2d2d !important}

.text-xinspire-darker {color : #1e5d5c !important}

a.text-xinspire-darker.link-fx:before {background-color : #1e5d5c}

a.text-xinspire-darker:focus, a.text-xinspire-darker:hover {color : #051010 !important}

.text-xinspire-light {color : #4fc6c3 !important}

a.text-xinspire-light.link-fx:before {background-color : #4fc6c3}

a.text-xinspire-light:focus, a.text-xinspire-light:hover {color : #2b8482 !important}

.text-xinspire-lighter {color : #a3e1e0 !important}

a.text-xinspire-lighter.link-fx:before {background-color : #a3e1e0}

a.text-xinspire-lighter:focus, a.text-xinspire-lighter:hover {color : #56c8c6 !important}

.text-xdream {color : #314499 !important}

a.text-xdream.link-fx:before {background-color : #314499}

a.text-xdream:focus, a.text-xdream:hover {color : #18224c !important}

.text-xdream-dark {color : #2d3757 !important}

a.text-xdream-dark.link-fx:before {background-color : #2d3757}

a.text-xdream-dark:focus, a.text-xdream-dark:hover {color : #0a0d14 !important}

.text-xdream-darker {color : #20273e !important}

a.text-xdream-darker.link-fx:before {background-color : #20273e}

a.text-xdream-darker:focus, a.text-xdream-darker:hover {color : #000 !important}

.text-xdream-light {color : #7687d3 !important}

a.text-xdream-light.link-fx:before {background-color : #7687d3}

a.text-xdream-light:focus, a.text-xdream-light:hover {color : #374dac !important}

.text-xdream-lighter {color : #c4cbec !important}

a.text-xdream-lighter.link-fx:before {background-color : #c4cbec}

a.text-xdream-lighter:focus, a.text-xdream-lighter:hover {color : #7687d3 !important}

.text-xpro {color : #515de1 !important}

a.text-xpro.link-fx:before {background-color : #515de1}

a.text-xpro:focus, a.text-xpro:hover {color : #1e2aae !important}

.text-xpro-dark {color : #394263 !important}

a.text-xpro-dark.link-fx:before {background-color : #394263}

a.text-xpro-dark:focus, a.text-xpro-dark:hover {color : #141722 !important}

.text-xpro-darker {color : #282e45 !important}

a.text-xpro-darker.link-fx:before {background-color : #282e45}

a.text-xpro-darker:focus, a.text-xpro-darker:hover {color : #030304 !important}

.text-xpro-light {color : #929aec !important}

a.text-xpro-light.link-fx:before {background-color : #929aec}

a.text-xpro-light:focus, a.text-xpro-light:hover {color : #3b49dd !important}

.text-xpro-lighter {color : #c2c6f5 !important}

a.text-xpro-lighter.link-fx:before {background-color : #c2c6f5}

a.text-xpro-lighter:focus, a.text-xpro-lighter:hover {color : #6b75e6 !important}

.text-xplay {color : #dd4b39 !important}

a.text-xplay.link-fx:before {background-color : #dd4b39}

a.text-xplay:focus, a.text-xplay:hover {color : #96271a !important}

.text-xplay-dark {color : #b93120 !important}

a.text-xplay-dark.link-fx:before {background-color : #b93120}

a.text-xplay-dark:focus, a.text-xplay-dark:hover {color : #621a11 !important}

.text-xplay-darker {color : #852317 !important}

a.text-xplay-darker.link-fx:before {background-color : #852317}

a.text-xplay-darker:focus, a.text-xplay-darker:hover {color : #2e0c08 !important}

.text-xplay-light {color : #e47365 !important}

a.text-xplay-light.link-fx:before {background-color : #e47365}

a.text-xplay-light:focus, a.text-xplay-light:hover {color : #c23321 !important}

.text-xplay-lighter {color : #f3c2bc !important}

a.text-xplay-lighter.link-fx:before {background-color : #f3c2bc}

a.text-xplay-lighter:focus, a.text-xplay-lighter:hover {color : #e47365 !important}

.animated {animation-duration : 1.2s;animation-fill-mode : both}

.animated.infinite {animation-iteration-count : infinite}

.animated.hinge {animation-duration : 2s}

.animated.bounce {animation-duration : 1.5s}

.animated.bounceIn, .animated.bounceOut {animation-duration : .75s}

.animated.flipOutX, .animated.flipOutY {animation-duration : .75s}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {transition-timing-function : cubic-bezier(.215, .61, .355, 1);transform : translateZ(0)}
    40%, 43% {transition-timing-function : cubic-bezier(.755, .05, .855, .06);transform : translate3d(0, -30px, 0)}
    70% {transition-timing-function : cubic-bezier(.755, .05, .855, .06);transform : translate3d(0, -15px, 0)}
    90% {transform : translate3d(0, -4px, 0)}
}

.bounce {animation-name : bounce;transform-origin : center bottom}

@keyframes flash {
    0%, 50%, to {opacity : 1}
    25%, 75% {opacity : 0}
}

.flash {animation-name : flash}

@keyframes pulse {
    0% {transform : scaleX(1)}
    50% {transform : scale3d(1.05, 1.05, 1.05)}
    to {transform : scaleX(1)}
}

.pulse {animation-name : pulse}

@keyframes rubberBand {
    0% {transform : scaleX(1)}
    30% {transform : scale3d(1.25, .75, 1)}
    40% {transform : scale3d(.75, 1.25, 1)}
    50% {transform : scale3d(1.15, .85, 1)}
    65% {transform : scale3d(.95, 1.05, 1)}
    75% {transform : scale3d(1.05, .95, 1)}
    to {transform : scaleX(1)}
}

.rubberBand {animation-name : rubberBand}

@keyframes shake {
    0%, to {transform : translateZ(0)}
    10%, 30%, 50%, 70%, 90% {transform : translate3d(-10px, 0, 0)}
    20%, 40%, 60%, 80% {transform : translate3d(10px, 0, 0)}
}

.shake {animation-name : shake}

@keyframes swing {
    20% {transform : rotate(15deg)}
    40% {transform : rotate(-10deg)}
    60% {transform : rotate(5deg)}
    80% {transform : rotate(-5deg)}
    to {transform : rotate(0deg)}
}

.swing {transform-origin : top center;animation-name : swing}

@keyframes tada {
    0% {transform : scaleX(1)}
    10%, 20% {transform : scale3d(.9, .9, .9) rotate(-3deg)}
    30%, 50%, 70%, 90% {transform : scale3d(1.1, 1.1, 1.1) rotate(3deg)}
    40%, 60%, 80% {transform : scale3d(1.1, 1.1, 1.1) rotate(-3deg)}
    to {transform : scaleX(1)}
}

.tada {animation-name : tada}

@keyframes wobble {
    0% {transform : none}
    15% {transform : translate3d(-25%, 0, 0) rotate(-5deg)}
    30% {transform : translate3d(20%, 0, 0) rotate(3deg)}
    45% {transform : translate3d(-15%, 0, 0) rotate(-3deg)}
    60% {transform : translate3d(10%, 0, 0) rotate(2deg)}
    75% {transform : translate3d(-5%, 0, 0) rotate(-1deg)}
    to {transform : none}
}

.wobble {animation-name : wobble}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {transition-timing-function : cubic-bezier(.215, .61, .355, 1)}
    0% {opacity : 0;transform : scale3d(.3, .3, .3)}
    20% {transform : scale3d(1.1, 1.1, 1.1)}
    40% {transform : scale3d(.9, .9, .9)}
    60% {opacity : 1;transform : scale3d(1.03, 1.03, 1.03)}
    80% {transform : scale3d(.97, .97, .97)}
    to {opacity : 1;transform : scaleX(1)}
}

.bounceIn {animation-name : bounceIn}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {transition-timing-function : cubic-bezier(.215, .61, .355, 1)}
    0% {opacity : 0;transform : translate3d(0, -3000px, 0)}
    60% {opacity : 1;transform : translate3d(0, 25px, 0)}
    75% {transform : translate3d(0, -10px, 0)}
    90% {transform : translate3d(0, 5px, 0)}
    to {transform : none}
}

.bounceInDown {animation-name : bounceInDown}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {transition-timing-function : cubic-bezier(.215, .61, .355, 1)}
    0% {opacity : 0;transform : translate3d(-3000px, 0, 0)}
    60% {opacity : 1;transform : translate3d(25px, 0, 0)}
    75% {transform : translate3d(-10px, 0, 0)}
    90% {transform : translate3d(5px, 0, 0)}
    to {transform : none}
}

.bounceInLeft {animation-name : bounceInLeft}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {transition-timing-function : cubic-bezier(.215, .61, .355, 1)}
    0% {opacity : 0;transform : translate3d(3000px, 0, 0)}
    60% {opacity : 1;transform : translate3d(-25px, 0, 0)}
    75% {transform : translate3d(10px, 0, 0)}
    90% {transform : translate3d(-5px, 0, 0)}
    to {transform : none}
}

.bounceInRight {animation-name : bounceInRight}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {transition-timing-function : cubic-bezier(.215, .61, .355, 1)}
    0% {opacity : 0;transform : translate3d(0, 3000px, 0)}
    60% {opacity : 1;transform : translate3d(0, -20px, 0)}
    75% {transform : translate3d(0, 10px, 0)}
    90% {transform : translate3d(0, -5px, 0)}
    to {transform : translateZ(0)}
}

.bounceInUp {animation-name : bounceInUp}

@keyframes bounceOut {
    20% {transform : scale3d(.9, .9, .9)}
    50%, 55% {opacity : 1;transform : scale3d(1.1, 1.1, 1.1)}
    to {opacity : 0;transform : scale3d(.3, .3, .3)}
}

.bounceOut {animation-name : bounceOut}

@keyframes bounceOutDown {
    20% {transform : translate3d(0, 10px, 0)}
    40%, 45% {opacity : 1;transform : translate3d(0, -20px, 0)}
    to {opacity : 0;transform : translate3d(0, 2000px, 0)}
}

.bounceOutDown {animation-name : bounceOutDown}

@keyframes bounceOutLeft {
    20% {opacity : 1;transform : translate3d(20px, 0, 0)}
    to {opacity : 0;transform : translate3d(-2000px, 0, 0)}
}

.bounceOutLeft {animation-name : bounceOutLeft}

@keyframes bounceOutRight {
    20% {opacity : 1;transform : translate3d(-20px, 0, 0)}
    to {opacity : 0;transform : translate3d(2000px, 0, 0)}
}

.bounceOutRight {animation-name : bounceOutRight}

@keyframes bounceOutUp {
    20% {transform : translate3d(0, -10px, 0)}
    40%, 45% {opacity : 1;transform : translate3d(0, 20px, 0)}
    to {opacity : 0;transform : translate3d(0, -2000px, 0)}
}

.bounceOutUp {animation-name : bounceOutUp}

@keyframes fadeIn {
    0% {opacity : 0}
    to {opacity : 1}
}

.fadeIn {animation-name : fadeIn}

@keyframes fadeInDown {
    0% {opacity : 0;transform : translate3d(0, -100%, 0)}
    to {opacity : 1;transform : none}
}

.fadeInDown {animation-name : fadeInDown}

@keyframes fadeInDownBig {
    0% {opacity : 0;transform : translate3d(0, -2000px, 0)}
    to {opacity : 1;transform : none}
}

.fadeInDownBig {animation-name : fadeInDownBig}

@keyframes fadeInLeft {
    0% {opacity : 0;transform : translate3d(-100%, 0, 0)}
    to {opacity : 1;transform : none}
}

.fadeInLeft {animation-name : fadeInLeft}

@keyframes fadeInLeftBig {
    0% {opacity : 0;transform : translate3d(-2000px, 0, 0)}
    to {opacity : 1;transform : none}
}

.fadeInLeftBig {animation-name : fadeInLeftBig}

@keyframes fadeInRight {
    0% {opacity : 0;transform : translate3d(100%, 0, 0)}
    to {opacity : 1;transform : none}
}

.fadeInRight {animation-name : fadeInRight}

@keyframes fadeInRightBig {
    0% {opacity : 0;transform : translate3d(2000px, 0, 0)}
    to {opacity : 1;transform : none}
}

.fadeInRightBig {animation-name : fadeInRightBig}

@keyframes fadeInUp {
    0% {opacity : 0;transform : translate3d(0, 100%, 0)}
    to {opacity : 1;transform : none}
}

.fadeInUp {animation-name : fadeInUp}

@keyframes fadeInUpBig {
    0% {opacity : 0;transform : translate3d(0, 2000px, 0)}
    to {opacity : 1;transform : none}
}

.fadeInUpBig {animation-name : fadeInUpBig}

@keyframes fadeOut {
    0% {opacity : 1}
    to {opacity : 0}
}

.fadeOut {animation-name : fadeOut}

@keyframes fadeOutDown {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(0, 100%, 0)}
}

.fadeOutDown {animation-name : fadeOutDown}

@keyframes fadeOutDownBig {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(0, 2000px, 0)}
}

.fadeOutDownBig {animation-name : fadeOutDownBig}

@keyframes fadeOutLeft {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(-100%, 0, 0)}
}

.fadeOutLeft {animation-name : fadeOutLeft}

@keyframes fadeOutLeftBig {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(-2000px, 0, 0)}
}

.fadeOutLeftBig {animation-name : fadeOutLeftBig}

@keyframes fadeOutRight {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(100%, 0, 0)}
}

.fadeOutRight {animation-name : fadeOutRight}

@keyframes fadeOutRightBig {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(2000px, 0, 0)}
}

.fadeOutRightBig {animation-name : fadeOutRightBig}

@keyframes fadeOutUp {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(0, -100%, 0)}
}

.fadeOutUp {animation-name : fadeOutUp}

@keyframes fadeOutUpBig {
    0% {opacity : 1}
    to {opacity : 0;transform : translate3d(0, -2000px, 0)}
}

.fadeOutUpBig {animation-name : fadeOutUpBig}

@keyframes flip {
    0% {transform : perspective(400px) rotateY(-1turn);animation-timing-function : ease-out}
    40% {transform : perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function : ease-out}
    50% {transform : perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function : ease-in}
    80% {transform : perspective(400px) scale3d(.95, .95, .95);animation-timing-function : ease-in}
    to {transform : perspective(400px);animation-timing-function : ease-in}
}

.animated.flip {-webkit-backface-visibility : visible;backface-visibility : visible;animation-name : flip}

@keyframes flipInX {
    0% {transform : perspective(400px) rotateX(90deg);transition-timing-function : ease-in;opacity : 0}
    40% {transform : perspective(400px) rotateX(-20deg);transition-timing-function : ease-in}
    60% {transform : perspective(400px) rotateX(10deg);opacity : 1}
    80% {transform : perspective(400px) rotateX(-5deg)}
    to {transform : perspective(400px)}
}

.flipInX {-webkit-backface-visibility : visible !important;backface-visibility : visible !important;animation-name : flipInX}



.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {border-color : #5ba6fa;box-shadow : 0 0 0 .2rem rgba(6, 101, 208, .25);outline : 0}

.is-valid + .select2-container--default.select2-container--focus .select2-selection--multiple, .is-valid + .select2-container--default.select2-container--focus .select2-selection--single, .is-valid + .select2-container--default .select2-selection--multiple, .is-valid + .select2-container--default .select2-selection--single {border-color : #82b54b}

.is-valid + .select2-container--default.select2-container--focus .select2-selection--multiple, .is-valid + .select2-container--default.select2-container--focus .select2-selection--single, .is-valid + .select2-container--default.select2-container--open .select2-selection--multiple, .is-valid + .select2-container--default.select2-container--open .select2-selection--single {box-shadow : 0 0 0 .2rem rgba(130, 181, 75, .25)}

.is-invalid + .select2-container--default.select2-container--focus .select2-selection--multiple, .is-invalid + .select2-container--default.select2-container--focus .select2-selection--single, .is-invalid + .select2-container--default .select2-selection--multiple, .is-invalid + .select2-container--default .select2-selection--single {border-color : #e04f1a}



.v2board-email-whitelist-enable {display : flex}

.v2board-email-whitelist-enable input {flex : 2 1;border-top-right-radius : 0;border-bottom-right-radius : 0}

.block.block-mode-loading:before {background : hsla(0, 0%, 100%, .7)}

#server .ant-drawer-content-wrapper {max-width : 500px}

.v2board-trade-no {overflow : hidden;text-overflow : ellipsis;white-space : nowrap}

.v2board-lang-item {padding : 10px 20px}

.v2board-lang-item:hover {background : #eee}

.v2board-auth-lang-btn {position : absolute;right : 0;top : 0}

.v2board-no-access {color : #855c0d;background-color : #ffefd1;position : relative;padding : .75rem 1.25rem;margin-bottom : 1rem;border : 0 solid transparent;border-radius : .25rem}

.v2board-notice-background {height : 100%;position : absolute;top : 0;right : 0;left : 0;bottom : 0;z-index : 80;opacity : .1}

.v2board-auth-box {position : fixed;right : 0;left : 0;top : 0;bottom : 0;display : flex;align-items : center;overflow-y : auto}

.content-header {height : 3.25rem}

#page-container.page-header-fixed #main-container {padding-top : 3.25rem}

.v2board-copyright {position : absolute;bottom : 10px;right : 0;left : 15px;font-size : 10px;opacity : .2}

.ant-table-thead > tr > th {background : #fff !important}

.v2board-container-title {flex : 1 1;color : #fff}

#sidebar {width : unset}

.btn {border : 0}