.flatpickr-calendar { opacity: 0; display: none; text-align: center; visibility: hidden; padding: 0px; animation: auto ease 0s 1 normal none running none; direction: ltr; border: 0px; font-size: 14px; line-height: 24px; border-radius: 5px; position: absolute; width: 307.875px; box-sizing: border-box; touch-action: manipulation; background: rgb(255, 255, 255); box-shadow: rgb(230, 230, 230) 1px 0px 0px, rgb(230, 230, 230) -1px 0px 0px, rgb(230, 230, 230) 0px 1px 0px, rgb(230, 230, 230) 0px -1px 0px, rgba(0, 0, 0, 0.08) 0px 3px 13px; }
.flatpickr-calendar.inline, .flatpickr-calendar.open { opacity: 1; max-height: 640px; visibility: visible; }
.flatpickr-calendar.open { display: inline-block; z-index: 99999; }
.flatpickr-calendar.animate.open { animation: 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal none running fpFadeInDown; }
.flatpickr-calendar.inline { display: block; position: relative; top: 2px; }
.flatpickr-calendar.static { position: absolute; top: calc(100% + 2px); }
.flatpickr-calendar.static.open { z-index: 999; display: block; }
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) { box-shadow: none !important; }
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) { box-shadow: rgb(230, 230, 230) -2px 0px 0px, rgb(230, 230, 230) 5px 0px 0px; }
.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer { border-bottom: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.flatpickr-calendar .hasWeeks .dayContainer { border-left: 0px; }
.flatpickr-calendar.hasTime .flatpickr-time { height: 40px; border-top: 1px solid rgb(230, 230, 230); }
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time { height: auto; }
.flatpickr-calendar::after, .flatpickr-calendar::before { position: absolute; display: block; pointer-events: none; border: solid transparent; content: ""; height: 0px; width: 0px; left: 22px; }
.flatpickr-calendar.arrowRight::after, .flatpickr-calendar.arrowRight::before, .flatpickr-calendar.rightMost::after, .flatpickr-calendar.rightMost::before { left: auto; right: 22px; }
.flatpickr-calendar.arrowCenter::after, .flatpickr-calendar.arrowCenter::before { left: 50%; right: 50%; }
.flatpickr-calendar::before { border-width: 5px; margin: 0px -5px; }
.flatpickr-calendar::after { border-width: 4px; margin: 0px -4px; }
.flatpickr-calendar.arrowTop::after, .flatpickr-calendar.arrowTop::before { bottom: 100%; }
.flatpickr-calendar.arrowTop::before { border-bottom-color: rgb(230, 230, 230); }
.flatpickr-calendar.arrowTop::after { border-bottom-color: rgb(255, 255, 255); }
.flatpickr-calendar.arrowBottom::after, .flatpickr-calendar.arrowBottom::before { top: 100%; }
.flatpickr-calendar.arrowBottom::before { border-top-color: rgb(230, 230, 230); }
.flatpickr-calendar.arrowBottom::after { border-top-color: rgb(255, 255, 255); }
.flatpickr-calendar:focus { outline: 0px; }
.flatpickr-wrapper { position: relative; display: inline-block; }
.flatpickr-months { display: flex; }
.flatpickr-months .flatpickr-month { background: 0px 0px; color: rgba(0, 0, 0, 0.9); fill: rgba(0, 0, 0, 0.9); height: 34px; line-height: 1; text-align: center; position: relative; user-select: none; overflow: hidden; -webkit-box-flex: 1; flex: 1 1 0%; }
.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month { user-select: none; text-decoration: none; cursor: pointer; position: absolute; top: 0px; height: 34px; padding: 10px; z-index: 3; color: rgba(0, 0, 0, 0.9); fill: rgba(0, 0, 0, 0.9); }
.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled { display: none; }
.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i { position: relative; }
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month { left: 0px; }
.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month { right: 0px; }
.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover { color: rgb(149, 158, 169); }
.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg { fill: rgb(246, 71, 71); }
.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg { width: 14px; height: 14px; }
.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path { transition: fill 0.1s; fill: inherit; }
.numInputWrapper { position: relative; height: auto; }
.numInputWrapper input, .numInputWrapper span { display: inline-block; }
.numInputWrapper input { width: 100%; }
.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button { margin: 0px; appearance: none; }
.numInputWrapper span { position: absolute; right: 0px; width: 14px; padding: 0px 4px 0px 2px; height: 50%; line-height: 50%; opacity: 0; cursor: pointer; border: 1px solid rgba(57, 57, 57, 0.15); box-sizing: border-box; }
.numInputWrapper span:hover { background: rgba(0, 0, 0, 0.1); }
.numInputWrapper span:active { background: rgba(0, 0, 0, 0.2); }
.numInputWrapper span::after { display: block; content: ""; position: absolute; }
.numInputWrapper span.arrowUp { top: 0px; border-bottom: 0px; }
.numInputWrapper span.arrowUp::after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid rgba(57, 57, 57, 0.6); top: 26%; }
.numInputWrapper span.arrowDown { top: 50%; }
.numInputWrapper span.arrowDown::after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid rgba(57, 57, 57, 0.6); top: 40%; }
.numInputWrapper span svg { width: inherit; height: auto; }
.numInputWrapper span svg path { fill: rgba(0, 0, 0, 0.5); }
.numInputWrapper:hover { background: rgba(0, 0, 0, 0.05); }
.numInputWrapper:hover span { opacity: 1; }
.flatpickr-current-month { font-size: 135%; font-weight: 300; color: inherit; position: absolute; width: 75%; left: 12.5%; padding: 7.48px 0px 0px; line-height: 1; height: 34px; display: inline-block; text-align: center; transform: translate3d(0px, 0px, 0px); }
.flatpickr-current-month span.cur-month { font-family: inherit; font-weight: 700; color: inherit; display: inline-block; margin-left: 0.5ch; padding: 0px; }
.flatpickr-current-month span.cur-month:hover { background: rgba(0, 0, 0, 0.05); }
.flatpickr-current-month .numInputWrapper { width: 6ch; display: inline-block; }
.flatpickr-current-month .numInputWrapper span.arrowUp::after { border-bottom-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month .numInputWrapper span.arrowDown::after { border-top-color: rgba(0, 0, 0, 0.9); }
.flatpickr-current-month input.cur-year { background: 0px 0px; box-sizing: border-box; color: inherit; cursor: text; padding: 0px 0px 0px 0.5ch; margin: 0px; display: inline-block; font-size: inherit; font-family: inherit; font-weight: 300; line-height: inherit; height: auto; border: 0px; border-radius: 0px; vertical-align: initial; appearance: textfield; }
.flatpickr-current-month input.cur-year:focus { outline: 0px; }
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover { font-size: 100%; color: rgba(0, 0, 0, 0.5); background: 0px 0px; pointer-events: none; }
.flatpickr-current-month .flatpickr-monthDropdown-months { background: 0px 0px; border: none; border-radius: 0px; color: inherit; cursor: pointer; font-size: inherit; font-family: inherit; font-weight: 300; height: auto; line-height: inherit; margin: -1px 0px 0px; outline: 0px; padding: 0px 0px 0px 0.5ch; position: relative; vertical-align: initial; box-sizing: border-box; appearance: menulist; width: auto; }
.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus { outline: 0px; }
.flatpickr-current-month .flatpickr-monthDropdown-months:hover { background: rgba(0, 0, 0, 0.05); }
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month { background-color: transparent; outline: 0px; padding: 0px; }
.flatpickr-weekdays { background: 0px 0px; text-align: center; overflow: hidden; width: 100%; display: flex; -webkit-box-align: center; align-items: center; height: 28px; }
.flatpickr-weekdays .flatpickr-weekdaycontainer { display: flex; -webkit-box-flex: 1; flex: 1 1 0%; }
span.flatpickr-weekday { cursor: default; font-size: 90%; background: 0px 0px; color: rgba(0, 0, 0, 0.54); line-height: 1; margin: 0px; text-align: center; display: block; -webkit-box-flex: 1; flex: 1 1 0%; font-weight: bolder; }
.dayContainer, .flatpickr-weeks { padding: 1px 0px 0px; }
.flatpickr-days { position: relative; overflow: hidden; display: flex; -webkit-box-align: start; align-items: flex-start; width: 307.875px; }
.flatpickr-days:focus { outline: 0px; }
.dayContainer { padding: 0px; outline: 0px; text-align: left; width: 307.875px; min-width: 307.875px; max-width: 307.875px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-around; transform: translate3d(0px, 0px, 0px); opacity: 1; }
.dayContainer + .dayContainer { box-shadow: rgb(230, 230, 230) -1px 0px 0px; }
.flatpickr-day { background: 0px 0px; border: 1px solid transparent; border-radius: 150px; box-sizing: border-box; color: rgb(57, 57, 57); cursor: pointer; font-weight: 400; width: 14.2857%; flex-basis: 14.2857%; max-width: 39px; height: 39px; line-height: 39px; margin: 0px; display: inline-block; position: relative; -webkit-box-pack: center; justify-content: center; text-align: center; }
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover { cursor: pointer; outline: 0px; background: rgb(230, 230, 230); border-color: rgb(230, 230, 230); }
.flatpickr-day.today { border-color: rgb(149, 158, 169); }
.flatpickr-day.today:focus, .flatpickr-day.today:hover { border-color: rgb(149, 158, 169); background: rgb(149, 158, 169); color: rgb(255, 255, 255); }
.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover { background: rgb(86, 159, 247); box-shadow: none; color: rgb(255, 255, 255); border-color: rgb(86, 159, 247); }
.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange { border-radius: 50px 0px 0px 50px; }
.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange { border-radius: 0px 50px 50px 0px; }
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) { box-shadow: rgb(86, 159, 247) -10px 0px 0px; }
.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange { border-radius: 50px; }
.flatpickr-day.inRange { border-radius: 0px; box-shadow: rgb(230, 230, 230) -5px 0px 0px, rgb(230, 230, 230) 5px 0px 0px; }
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay { color: rgba(57, 57, 57, 0.3); background: 0px 0px; border-color: transparent; cursor: default; }
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover { cursor: not-allowed; color: rgba(57, 57, 57, 0.1); }
.flatpickr-day.week.selected { border-radius: 0px; box-shadow: rgb(86, 159, 247) -5px 0px 0px, rgb(86, 159, 247) 5px 0px 0px; }
.flatpickr-day.hidden { visibility: hidden; }
.rangeMode .flatpickr-day { margin-top: 1px; }
.flatpickr-weekwrapper { float: left; }
.flatpickr-weekwrapper .flatpickr-weeks { padding: 0px 12px; box-shadow: rgb(230, 230, 230) 1px 0px 0px; }
.flatpickr-weekwrapper .flatpickr-weekday { float: none; width: 100%; line-height: 28px; }
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover { display: block; width: 100%; max-width: none; color: rgba(57, 57, 57, 0.3); background: 0px 0px; cursor: default; border: none; }
.flatpickr-innerContainer { display: flex; box-sizing: border-box; overflow: hidden; }
.flatpickr-rContainer { display: inline-block; padding: 0px; box-sizing: border-box; }
.flatpickr-time { text-align: center; outline: 0px; height: 0px; line-height: 40px; max-height: 40px; box-sizing: border-box; overflow: hidden; display: flex; }
.flatpickr-time::after { content: ""; display: table; clear: both; }
.flatpickr-time .numInputWrapper { -webkit-box-flex: 1; flex: 1 1 0%; width: 40%; height: 40px; float: left; }
.flatpickr-time .numInputWrapper span.arrowUp::after { border-bottom-color: rgb(57, 57, 57); }
.flatpickr-time .numInputWrapper span.arrowDown::after { border-top-color: rgb(57, 57, 57); }
.flatpickr-time.hasSeconds .numInputWrapper { width: 26%; }
.flatpickr-time.time24hr .numInputWrapper { width: 49%; }
.flatpickr-time input { background: 0px 0px; box-shadow: none; border: 0px; border-radius: 0px; text-align: center; margin: 0px; padding: 0px; height: inherit; line-height: inherit; color: rgb(57, 57, 57); font-size: 14px; position: relative; box-sizing: border-box; appearance: textfield; }
.flatpickr-time input.flatpickr-hour { font-weight: 700; }
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second { font-weight: 400; }
.flatpickr-time input:focus { outline: 0px; border: 0px; }
.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator { height: inherit; float: left; line-height: inherit; color: rgb(57, 57, 57); font-weight: 700; width: 2%; user-select: none; align-self: center; }
.flatpickr-time .flatpickr-am-pm { outline: 0px; width: 18%; cursor: pointer; text-align: center; font-weight: 400; }
.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover { background: rgb(238, 238, 238); }
.flatpickr-input[readonly] { cursor: pointer; }
@-webkit-keyframes fpFadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -20px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}
@keyframes fpFadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -20px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}
.select2-container { box-sizing: border-box; display: inline-block; margin: 0px; position: relative; vertical-align: middle; }
.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear { position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }
.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }
.select2-container .select2-search--inline { float: left; }
.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0px; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { appearance: none; }
.select2-dropdown { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }
.select2-results { display: block; }
.select2-results__options { list-style: none; margin: 0px; padding: 0px; }
.select2-results__option { padding: 6px; user-select: none; }
.select2-results__option[aria-selected] { cursor: pointer; }
.select2-container--open .select2-dropdown { left: 0px; }
.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-search--dropdown { display: block; padding: 4px; }
.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { appearance: none; }
.select2-search--dropdown.select2-search--hide { display: none; }
.select2-close-mask { border: 0px; margin: 0px; padding: 0px; display: block; position: fixed; left: 0px; top: 0px; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: rgb(255, 255, 255); }
.select2-hidden-accessible { border: 0px !important; clip: rect(0px, 0px, 0px, 0px) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0px !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }
.select2-container--default .select2-selection--single { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: rgb(68, 68, 68); line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: 700; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: rgb(153, 153, 153); }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: rgb(136, 136, 136) transparent transparent; border-style: solid; border-width: 5px 4px 0px; height: 0px; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0px; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single { background-color: rgb(238, 238, 238); cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(136, 136, 136); border-width: 0px 4px 5px; }
.select2-container--default .select2-selection--multiple { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0px; padding: 0px 5px; width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: 700; margin-top: 5px; margin-right: 10px; padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: rgb(228, 228, 228); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0px 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: rgb(153, 153, 153); cursor: pointer; display: inline-block; font-weight: 700; margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(51, 51, 51); }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid rgb(0, 0, 0); outline: 0px; }
.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: rgb(238, 238, 238); cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid rgb(170, 170, 170); }
.select2-container--default .select2-search--inline .select2-search__field { background: 0px 0px; border: none; outline: 0px; box-shadow: none; appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--default .select2-results__option[role="group"] { padding: 0px; }
.select2-container--default .select2-results__option[aria-disabled="true"] { color: rgb(153, 153, 153); }
.select2-container--default .select2-results__option[aria-selected="true"] { background-color: rgb(221, 221, 221); }
.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0px; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: rgb(88, 151, 251); color: rgb(255, 255, 255); }
.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }
.select2-container--classic .select2-selection--single { background-color: rgb(247, 247, 247); border: 1px solid rgb(170, 170, 170); border-radius: 4px; outline: 0px; background-image: linear-gradient(rgb(255, 255, 255) 50%, rgb(238, 238, 238) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--single:focus { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic .select2-selection--single .select2-selection__rendered { color: rgb(68, 68, 68); line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: 700; margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: rgb(153, 153, 153); }
.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: rgb(221, 221, 221); border-top: none; border-right: none; border-bottom: none; border-image: initial; border-left: 1px solid rgb(170, 170, 170); border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: linear-gradient(rgb(238, 238, 238) 50%, rgb(204, 204, 204) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: rgb(136, 136, 136) transparent transparent; border-style: solid; border-width: 5px 4px 0px; height: 0px; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0px; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border-top: none; border-bottom: none; border-left: none; border-image: initial; border-right: 1px solid rgb(170, 170, 170); border-radius: 4px 0px 0px 4px; left: 1px; right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: 0px 0px; border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent rgb(136, 136, 136); border-width: 0px 4px 5px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(238, 238, 238) 50%); background-repeat: repeat-x; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-image: linear-gradient(rgb(238, 238, 238) 50%, rgb(255, 255, 255) 100%); background-repeat: repeat-x; }
.select2-container--classic .select2-selection--multiple { background-color: rgb(255, 255, 255); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: text; outline: 0px; }
.select2-container--classic .select2-selection--multiple:focus { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0px; padding: 0px 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: rgb(228, 228, 228); border: 1px solid rgb(170, 170, 170); border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0px 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: rgb(136, 136, 136); cursor: pointer; display: inline-block; font-weight: 700; margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(85, 85, 85); }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; margin-left: 5px; margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid rgb(88, 151, 251); }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid rgb(170, 170, 170); outline: 0px; }
.select2-container--classic .select2-search--inline .select2-search__field { outline: 0px; box-shadow: none; }
.select2-container--classic .select2-dropdown { background-color: rgb(255, 255, 255); border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above { border-bottom: none; }
.select2-container--classic .select2-dropdown--below { border-top: none; }
.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
.select2-container--classic .select2-results__option[role="group"] { padding: 0px; }
.select2-container--classic .select2-results__option[aria-disabled="true"] { color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: rgb(56, 117, 215); color: rgb(255, 255, 255); }
.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown { border-color: rgb(88, 151, 251); }
.select2-container { display: block; }
.select2-container :focus { outline: 0px; }
.input-group .select2-container--bootstrap4 { -webkit-box-flex: 1; flex-grow: 1; }
.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection { border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.select2-container--bootstrap4 .select2-selection { width: 100%; background-color: rgb(255, 255, 255); border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4 .select2-selection { transition: none; }
}
.select2-container--bootstrap4.select2-container--focus .select2-selection { border-color: rgb(128, 189, 255); box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection { border-bottom: none; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection { cursor: not-allowed; background-color: rgb(233, 236, 239); border-color: rgb(206, 212, 218); box-shadow: none; }
.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field { background-color: transparent; }
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection, select.is-invalid ~ .select2-container--bootstrap4 .select2-selection { border-color: rgb(220, 53, 69); }
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection, select.is-valid ~ .select2-container--bootstrap4 .select2-selection { border-color: rgb(40, 167, 69); }
.select2-container--bootstrap4 .select2-search { width: 100%; }
.select2-container--bootstrap4 .select2-dropdown { border-color: rgb(206, 212, 218); border-radius: 0px; }
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below { border-top: none; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above { border-top: 1px solid rgb(206, 212, 218); border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] { color: rgb(33, 37, 41); background-color: rgb(242, 242, 242); }
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] { color: rgb(255, 255, 255); background-color: rgb(0, 123, 255); }
.select2-container--bootstrap4 .select2-results__option[role="group"] { padding: 0px; }
.select2-container--bootstrap4 .select2-results__option[role="group"] .select2-results__options--nested .select2-results__option { padding-left: 1em; }
.select2-container--bootstrap4 .select2-results__option { padding: 0.375rem 0.75rem; }
.select2-container--bootstrap4 .select2-results > .select2-results__options { max-height: 15em; overflow-y: auto; }
.select2-container--bootstrap4 .select2-results__group { display: list-item; padding: 6px; color: rgb(108, 117, 125); }
.select2-container--bootstrap4 .select2-selection__clear { float: right; width: 0.9em; height: 0.9em; padding-left: 0.15em; margin-top: 0.7em; margin-right: 0.3em; line-height: 0.75em; color: rgb(248, 249, 250); background-color: rgb(200, 200, 200); border-radius: 100%; }
.select2-container--bootstrap4 .select2-selection__clear:hover { background-color: rgb(175, 175, 175); }
.select2-container--bootstrap4 .select2-selection--single { height: calc(1.5em + 2px + 0.75rem) !important; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder { line-height: calc(1.5em + 0.75rem); color: rgb(108, 117, 125); }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow { position: absolute; top: 50%; right: 3px; width: 20px; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b { position: absolute; top: 60%; left: 50%; width: 0px; height: 0px; margin-top: -2px; margin-left: -4px; border-color: rgb(52, 58, 64) transparent transparent; border-style: solid; border-width: 5px 4px 0px; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered { padding-left: 0.75rem; line-height: calc(1.5em + 0.75rem); color: rgb(73, 80, 87); }
.select2-search--dropdown .select2-search__field { padding: 0.375rem 0.75rem; border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; }
.select2-results__message { color: rgb(108, 117, 125); }
.select2-container--bootstrap4 .select2-selection--multiple { min-height: calc(1.5em + 2px + 0.75rem) !important; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; width: 100%; padding: 0px 0.375rem; margin: 0px; list-style: none; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice { float: left; padding: 0px 0.75rem 0px 0px; margin-top: calc(-2px + 0.375rem); margin-right: 0.375rem; color: rgb(73, 80, 87); cursor: pointer; border: 1px solid rgb(189, 198, 208); border-radius: 0.2rem; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field { color: rgb(73, 80, 87); }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search { width: 0px; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove { float: left; padding-right: 3px; padding-left: 3px; margin-right: 1px; margin-left: 3px; font-weight: 700; color: rgb(189, 198, 208); }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover { color: rgb(52, 58, 64); }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear { top: 0px; right: 0.7em; float: none; margin-right: 0px; position: absolute !important; }
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice { padding: 0px 5px; cursor: not-allowed; }
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { display: none; }
@keyframes fadeInDown { 
  0% { transform: translate3d(0px, -100%, 0px); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0px); opacity: 1; }
}
@keyframes fadeOutUp { 
  0% { opacity: 1; }
  100% { transform: translate3d(0px, -100%, 0px); opacity: 0; }
}
.swal2-popup.swal2-toast { box-sizing: border-box; grid-template-columns: min-content auto min-content; padding: 0.75rem 0.25rem; overflow-y: hidden; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem; pointer-events: all; grid-area: 1 / 1 / 4 / 4 !important; }
.swal2-popup.swal2-toast > * { grid-column: 2; }
.swal2-popup.swal2-toast .swal2-title { margin: 0.5em 1em; padding: 0px; font-size: 0.875rem; text-align: initial; }
.swal2-popup.swal2-toast .swal2-loading { justify-content: center; }
.swal2-popup.swal2-toast .swal2-input { height: 2em; margin: 0.5em; font-size: 0.875rem; }
.swal2-popup.swal2-toast .swal2-validation-message { font-size: 0.875rem; }
.swal2-popup.swal2-toast .swal2-footer { margin: 0.5em 0px 0px; padding: 0.5em 0px 0px; font-size: 0.8em; }
.swal2-popup.swal2-toast .swal2-close { grid-area: 1 / 3 / 99 / 3; align-self: center; width: 0.8em; height: 0.8em; margin: 0px; font-size: 2em; }
.swal2-popup.swal2-toast .swal2-html-container { margin: 0.5em 1em; padding: 0px; overflow: initial; font-size: 0.875rem; text-align: initial; }
.swal2-popup.swal2-toast .swal2-html-container:empty { padding: 0px; }
.swal2-popup.swal2-toast .swal2-loader { grid-area: 1 / 1 / 99; align-self: center; width: 2em; height: 2em; margin: 0.25em; }
.swal2-popup.swal2-toast .swal2-icon { grid-area: 1 / 1 / 99; align-self: center; width: 2em; min-width: 2em; height: 2em; margin: 0px 0.5em 0px 0px; }
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content { display: flex; align-items: center; font-size: 1.8em; font-weight: 700; }
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring { width: 2em; height: 2em; }
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] { top: 0.875em; width: 1.375em; }
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] { left: 0.3125em; }
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] { right: 0.3125em; }
.swal2-popup.swal2-toast .swal2-actions { justify-content: flex-start; height: auto; margin: 0.5em 0px 0px; padding: 0px 0.5em; }
.swal2-popup.swal2-toast .swal2-styled { margin: 0.25em 0.5em; padding: 0.4em 0.6em; font-size: 0.875rem; }
.swal2-popup.swal2-toast .swal2-success { border-color: rgb(40, 167, 69); }
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] { position: absolute; width: 1.6em; height: 3em; border-radius: 50%; }
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="left"] { top: -0.8em; left: -0.5em; transform: rotate(-45deg); transform-origin: 2em 2em; border-radius: 4em 0px 0px 4em; }
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"][class$="right"] { top: -0.25em; left: 0.9375em; transform-origin: 0px 1.5em; border-radius: 0px 4em 4em 0px; }
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring { width: 2em; height: 2em; }
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix { top: 0px; left: 0.4375em; width: 0.4375em; height: 2.6875em; }
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] { height: 0.3125em; }
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="tip"] { top: 1.125em; left: 0.1875em; width: 0.75em; }
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"][class$="long"] { top: 0.9375em; right: 0.1875em; width: 1.375em; }
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip { animation: 0.75s ease 0s 1 normal none running swal2-toast-animate-success-line-tip; }
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long { animation: 0.75s ease 0s 1 normal none running swal2-toast-animate-success-line-long; }
.swal2-popup.swal2-toast.swal2-show { animation: 0.5s ease 0s 1 normal none running swal2-toast-show; }
.swal2-popup.swal2-toast.swal2-hide { animation: 0.1s ease 0s 1 normal forwards running swal2-toast-hide; }
div:where(.swal2-container) { display: grid; position: fixed; z-index: 1060; inset: 0px; box-sizing: border-box; grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end"; grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto); height: 100%; padding: 0.625em; overflow-x: hidden; transition: background-color 0.5s; }
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation { background: rgba(0, 0, 0, 0.5); }
div:where(.swal2-container).swal2-backdrop-hide { background: 0px 0px !important; }
div:where(.swal2-container).swal2-bottom-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-top-start { grid-template-columns: minmax(0px, 1fr) auto auto; }
div:where(.swal2-container).swal2-bottom, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-top { grid-template-columns: auto minmax(0px, 1fr) auto; }
div:where(.swal2-container).swal2-bottom-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-top-end { grid-template-columns: auto auto minmax(0px, 1fr); }
div:where(.swal2-container).swal2-top-start > .swal2-popup { align-self: start; }
div:where(.swal2-container).swal2-top > .swal2-popup { grid-column: 2; place-self: start center; }
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup { grid-column: 3; place-self: start end; }
div:where(.swal2-container).swal2-center-left > .swal2-popup, div:where(.swal2-container).swal2-center-start > .swal2-popup { grid-row: 2; align-self: center; }
div:where(.swal2-container).swal2-center > .swal2-popup { grid-area: 2 / 2; place-self: center; }
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup { grid-area: 2 / 3; place-self: center end; }
div:where(.swal2-container).swal2-bottom-left > .swal2-popup, div:where(.swal2-container).swal2-bottom-start > .swal2-popup { grid-area: 3 / 1; align-self: end; }
div:where(.swal2-container).swal2-bottom > .swal2-popup { grid-area: 3 / 2; place-self: end center; }
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup { grid-area: 3 / 3; place-self: end; }
div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup, div:where(.swal2-container).swal2-grow-row > .swal2-popup { grid-column: 1 / 4; width: 100%; }
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup { grid-row: 1 / 4; align-self: stretch; }
div:where(.swal2-container).swal2-no-transition { transition: none !important; }
div:where(.swal2-container) div:where(.swal2-popup) { display: none; position: relative; box-sizing: border-box; grid-template-columns: minmax(0px, 100%); width: 32em; max-width: 100%; padding: 1rem; border: none; border-radius: 0.3rem; background: rgb(255, 255, 255); color: rgb(84, 84, 84); font-family: inherit; font-size: 1rem; }
div:where(.swal2-container) div:where(.swal2-popup):focus { outline: 0px; }
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading { overflow-y: hidden; }
div:where(.swal2-container) h2:where(.swal2-title) { position: relative; max-width: 100%; margin: 0px; padding: 0.8em 1em 0px; color: inherit; font-size: 1.875em; font-weight: 600; text-align: center; text-transform: none; overflow-wrap: break-word; }
div:where(.swal2-container) div:where(.swal2-actions) { display: flex; z-index: 1; box-sizing: border-box; flex-wrap: wrap; align-items: center; justify-content: center; width: auto; margin: 1.25em auto 0px; padding: 0px; }
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] { opacity: 0.4; }
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover { background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active { background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
div:where(.swal2-container) div:where(.swal2-loader) { display: none; align-items: center; justify-content: center; width: 2.2em; height: 2.2em; margin: 0px 1.875em; animation: 1.5s linear 0s infinite normal none running swal2-rotate-loading; border-width: 0.25em; border-style: solid; border-radius: 100%; border-color: rgb(39, 120, 196) transparent; }
div:where(.swal2-container) button:where(.swal2-styled) { margin: 0.3125em; padding: 0.625em 1.1em; transition: box-shadow 0.1s; box-shadow: transparent 0px 0px 0px 3px; font-weight: 500; }
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) { cursor: pointer; }
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm { border: 0px; border-radius: 0.25em; background: rgb(0, 123, 255); color: rgb(255, 255, 255); font-size: 1em; }
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus { box-shadow: rgba(112, 102, 224, 0.5) 0px 0px 0px 3px; }
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny { border: 0px; border-radius: 0.25em; background: rgb(220, 55, 65); color: rgb(255, 255, 255); font-size: 1em; }
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus { box-shadow: rgba(220, 55, 65, 0.5) 0px 0px 0px 3px; }
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel { border: 0px; border-radius: 0.25em; background: rgb(108, 117, 125); color: rgb(255, 255, 255); font-size: 1em; }
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus { box-shadow: rgba(110, 120, 129, 0.5) 0px 0px 0px 3px; }
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus { box-shadow: rgba(100, 150, 200, 0.5) 0px 0px 0px 3px; }
div:where(.swal2-container) button:where(.swal2-styled):focus { outline: 0px; }
div:where(.swal2-container) div:where(.swal2-footer) { margin: 1em 0px 0px; padding: 1em 1em 0px; border-top: 1px solid rgb(238, 238, 238); color: inherit; font-size: 1em; text-align: center; }
div:where(.swal2-container) .swal2-timer-progress-bar-container { position: absolute; right: 0px; bottom: 0px; left: 0px; overflow: hidden; border-bottom-right-radius: 0.3rem; border-bottom-left-radius: 0.3rem; grid-column: auto !important; }
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) { width: 100%; height: 0.25em; background: rgba(0, 0, 0, 0.2); }
div:where(.swal2-container) img:where(.swal2-image) { max-width: 100%; margin: 2em auto 1em; }
div:where(.swal2-container) button:where(.swal2-close) { z-index: 2; align-items: center; justify-content: center; width: 2em; height: 2em; margin-top: 0px; margin-right: 0px; margin-bottom: -2em; padding: 0px; overflow: hidden; transition: color 0.1s, box-shadow 0.1s; border: none; border-radius: 5px; background: 0px 0px; color: rgba(0, 0, 0, 0.5); font-family: monospace; font-size: 1.5rem; cursor: pointer; justify-self: end; }
div:where(.swal2-container) button:where(.swal2-close):hover { transform: none; background: 0px 0px; color: rgb(0, 0, 0); }
div:where(.swal2-container) button:where(.swal2-close):focus { outline: 0px; box-shadow: rgba(100, 150, 200, 0.5) 0px 0px 0px 3px inset; }
div:where(.swal2-container) .swal2-html-container { z-index: 1; justify-content: center; margin: 1em 1.6em 0.3em; padding: 0px; overflow: auto; color: inherit; font-size: 1.125em; font-weight: 400; line-height: normal; text-align: center; overflow-wrap: break-word; word-break: break-word; }
div:where(.swal2-container) div:where(.swal2-radio), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) label:where(.swal2-checkbox), div:where(.swal2-container) select:where(.swal2-select), div:where(.swal2-container) textarea:where(.swal2-textarea) { margin: 1em 2em 3px; }
div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) textarea:where(.swal2-textarea) { box-sizing: border-box; width: auto; transition: border-color 0.1s, box-shadow 0.1s; border: 1px solid rgb(222, 226, 230); border-radius: 0.25rem; background: 0px 0px; box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 1px inset, transparent 0px 0px 0px 3px; color: inherit; font-size: 1rem; }
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror, div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror, div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror { border-color: rgb(220, 53, 69) !important; box-shadow: rgb(220, 53, 69) 0px 0px 2px !important; }
div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus { border: 1px solid rgb(180, 219, 237); outline: 0px; box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 1px inset, rgba(100, 150, 200, 0.5) 0px 0px 0px 3px; }
div:where(.swal2-container) input:where(.swal2-file)::placeholder, div:where(.swal2-container) input:where(.swal2-input)::placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder { color: rgb(204, 204, 204); }
div:where(.swal2-container) .swal2-range { margin: 1em 2em 3px; background: rgb(255, 255, 255); }
div:where(.swal2-container) .swal2-range input { width: 80%; }
div:where(.swal2-container) .swal2-range output { width: 20%; color: inherit; font-weight: 600; text-align: center; }
div:where(.swal2-container) .swal2-range input, div:where(.swal2-container) .swal2-range output { height: 2.625em; padding: 0px; font-size: 1rem; line-height: 2.625em; }
div:where(.swal2-container) .swal2-input { height: 2.625em; padding: 0.375rem 0.75rem; }
div:where(.swal2-container) .swal2-file { width: 75%; margin-right: auto; margin-left: auto; background: 0px 0px; font-size: 1rem; }
div:where(.swal2-container) .swal2-textarea { height: 6.75em; padding: 0.75em; }
div:where(.swal2-container) .swal2-select { min-width: 50%; max-width: 100%; padding: 0.375em 0.625em; background: 0px 0px; color: inherit; font-size: 1rem; }
div:where(.swal2-container) .swal2-checkbox, div:where(.swal2-container) .swal2-radio { align-items: center; justify-content: center; background: rgb(255, 255, 255); color: inherit; }
div:where(.swal2-container) .swal2-checkbox label, div:where(.swal2-container) .swal2-radio label { margin: 0px 0.6em; font-size: 1rem; }
div:where(.swal2-container) .swal2-checkbox input, div:where(.swal2-container) .swal2-radio input { flex-shrink: 0; margin: 0px 0.4em; }
div:where(.swal2-container) label:where(.swal2-input-label) { display: flex; justify-content: center; margin: 1em auto 0px; }
div:where(.swal2-container) div:where(.swal2-validation-message) { align-items: center; justify-content: center; margin: 1em 0px 0px; padding: 0.625em; overflow: hidden; background: rgb(240, 240, 240); color: rgb(102, 102, 102); font-size: 1em; font-weight: 300; }
div:where(.swal2-container) div:where(.swal2-validation-message)::before { content: "!"; display: inline-block; width: 1.5em; min-width: 1.5em; height: 1.5em; margin: 0px 0.625em; border-radius: 50%; background-color: rgb(242, 116, 116); color: rgb(255, 255, 255); font-weight: 600; line-height: 1.5em; text-align: center; }
div:where(.swal2-container) .swal2-progress-steps { flex-wrap: wrap; align-items: center; max-width: 100%; margin: 1.25em auto; padding: 0px; background: 0px 0px; font-weight: 600; }
div:where(.swal2-container) .swal2-progress-steps li { display: inline-block; position: relative; }
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step { z-index: 20; flex-shrink: 0; width: 2em; height: 2em; border-radius: 2em; background: rgb(39, 120, 196); color: rgb(255, 255, 255); line-height: 2em; text-align: center; }
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step { background: rgb(39, 120, 196); }
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step { background: rgb(173, 216, 230); color: rgb(255, 255, 255); }
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line { background: rgb(173, 216, 230); }
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line { z-index: 10; flex-shrink: 0; width: 2.5em; height: 0.4em; margin: 0px -1px; background: rgb(39, 120, 196); }
div:where(.swal2-icon) { position: relative; box-sizing: content-box; justify-content: center; width: 5em; height: 5em; margin: 2.5em auto 0.6em; border: 0.25em solid rgb(0, 0, 0); border-radius: 50%; font-family: inherit; line-height: 5em; cursor: default; user-select: none; }
div:where(.swal2-icon) .swal2-icon-content { display: flex; align-items: center; font-size: 3.75em; }
div:where(.swal2-icon).swal2-error { border-color: rgb(220, 53, 69); color: rgb(220, 53, 69); }
div:where(.swal2-icon).swal2-error .swal2-x-mark { position: relative; flex-grow: 1; }
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"] { display: block; position: absolute; top: 2.3125em; width: 2.9375em; height: 0.3125em; border-radius: 0.125em; background-color: rgb(220, 53, 69); }
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"][class$="left"] { left: 1.0625em; transform: rotate(45deg); }
div:where(.swal2-icon).swal2-error [class^="swal2-x-mark-line"][class$="right"] { right: 1em; transform: rotate(-45deg); }
div:where(.swal2-icon).swal2-error.swal2-icon-show { animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon; }
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark { animation: 0.5s ease 0s 1 normal none running swal2-animate-error-x-mark; }
div:where(.swal2-icon).swal2-warning { border-color: rgb(255, 202, 43); color: rgb(255, 193, 7); }
div:where(.swal2-icon).swal2-warning.swal2-icon-show { animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon; }
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content { animation: 0.5s ease 0s 1 normal none running swal2-animate-i-mark; }
div:where(.swal2-icon).swal2-info { border-color: rgb(76, 211, 233); color: rgb(23, 162, 184); }
div:where(.swal2-icon).swal2-info.swal2-icon-show { animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon; }
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content { animation: 0.8s ease 0s 1 normal none running swal2-animate-i-mark; }
div:where(.swal2-icon).swal2-question { border-color: rgb(161, 168, 174); color: rgb(108, 117, 125); }
div:where(.swal2-icon).swal2-question.swal2-icon-show { animation: 0.5s ease 0s 1 normal none running swal2-animate-error-icon; }
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content { animation: 0.8s ease 0s 1 normal none running swal2-animate-question-mark; }
div:where(.swal2-icon).swal2-success { border-color: rgb(40, 167, 69); color: rgb(40, 167, 69); }
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"] { position: absolute; width: 3.75em; height: 7.5em; border-radius: 50%; }
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="left"] { top: -0.4375em; left: -2.0635em; transform: rotate(-45deg); transform-origin: 3.75em 3.75em; border-radius: 7.5em 0px 0px 7.5em; }
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="right"] { top: -0.6875em; left: 1.875em; transform: rotate(-45deg); transform-origin: 0px 3.75em; border-radius: 0px 7.5em 7.5em 0px; }
div:where(.swal2-icon).swal2-success .swal2-success-ring { position: absolute; z-index: 2; top: -0.25em; left: -0.25em; box-sizing: content-box; width: 100%; height: 100%; border: 0.25em solid rgba(165, 220, 134, 0.3); border-radius: 50%; }
div:where(.swal2-icon).swal2-success .swal2-success-fix { position: absolute; z-index: 1; top: 0.5em; left: 1.625em; width: 0.4375em; height: 5.625em; transform: rotate(-45deg); }
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] { display: block; position: absolute; z-index: 2; height: 0.3125em; border-radius: 0.125em; background-color: rgb(40, 167, 69); }
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"][class$="tip"] { top: 2.875em; left: 0.8125em; width: 1.5625em; transform: rotate(45deg); }
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"][class$="long"] { top: 2.375em; right: 0.5em; width: 2.9375em; transform: rotate(-45deg); }
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip { animation: 0.75s ease 0s 1 normal none running swal2-animate-success-line-tip; }
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long { animation: 0.75s ease 0s 1 normal none running swal2-animate-success-line-long; }
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right { animation: 4.25s ease-in 0s 1 normal none running swal2-rotate-success-circular-line; }
[class^="swal2"] { -webkit-tap-highlight-color: transparent; }
.swal2-show { animation: 0.5s ease 0s 1 normal none running fadeInDown; }
.swal2-hide { animation: 0.5s ease 0s 1 normal none running fadeOutUp; }
.swal2-noanimation { transition: none; }
.swal2-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
.swal2-rtl .swal2-close { margin-right: initial; margin-left: 0px; }
.swal2-rtl .swal2-timer-progress-bar { right: 0px; left: auto; }
@keyframes swal2-toast-show { 
  0% { transform: translateY(-0.625em) rotateZ(2deg); }
  33% { transform: translateY(0px) rotateZ(-2deg); }
  66% { transform: translateY(0.3125em) rotateZ(2deg); }
  100% { transform: translateY(0px) rotateZ(0deg); }
}
@keyframes swal2-toast-hide { 
  100% { transform: rotateZ(1deg); opacity: 0; }
}
@keyframes swal2-toast-animate-success-line-tip { 
  0% { top: 0.5625em; left: 0.0625em; width: 0px; }
  54% { top: 0.125em; left: 0.125em; width: 0px; }
  70% { top: 0.625em; left: -0.25em; width: 1.625em; }
  84% { top: 1.0625em; left: 0.75em; width: 0.5em; }
  100% { top: 1.125em; left: 0.1875em; width: 0.75em; }
}
@keyframes swal2-toast-animate-success-line-long { 
  0% { top: 1.625em; right: 1.375em; width: 0px; }
  65% { top: 1.25em; right: 0.9375em; width: 0px; }
  84% { top: 0.9375em; right: 0px; width: 1.125em; }
  100% { top: 0.9375em; right: 0.1875em; width: 1.375em; }
}
@keyframes swal2-show { 
  0% { transform: scale(0.7); }
  45% { transform: scale(1.05); }
  80% { transform: scale(0.95); }
  100% { transform: scale(1); }
}
@keyframes swal2-hide { 
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(0.5); opacity: 0; }
}
@keyframes swal2-animate-success-line-tip { 
  0% { top: 1.1875em; left: 0.0625em; width: 0px; }
  54% { top: 1.0625em; left: 0.125em; width: 0px; }
  70% { top: 2.1875em; left: -0.375em; width: 3.125em; }
  84% { top: 3em; left: 1.3125em; width: 1.0625em; }
  100% { top: 2.8125em; left: 0.8125em; width: 1.5625em; }
}
@keyframes swal2-animate-success-line-long { 
  0% { top: 3.375em; right: 2.875em; width: 0px; }
  65% { top: 3.375em; right: 2.875em; width: 0px; }
  84% { top: 2.1875em; right: 0px; width: 3.4375em; }
  100% { top: 2.375em; right: 0.5em; width: 2.9375em; }
}
@keyframes swal2-rotate-success-circular-line { 
  0% { transform: rotate(-45deg); }
  5% { transform: rotate(-45deg); }
  12% { transform: rotate(-405deg); }
  100% { transform: rotate(-405deg); }
}
@keyframes swal2-animate-error-x-mark { 
  0% { margin-top: 1.625em; transform: scale(0.4); opacity: 0; }
  50% { margin-top: 1.625em; transform: scale(0.4); opacity: 0; }
  80% { margin-top: -0.375em; transform: scale(1.15); }
  100% { margin-top: 0px; transform: scale(1); opacity: 1; }
}
@keyframes swal2-animate-error-icon { 
  0% { transform: rotateX(100deg); opacity: 0; }
  100% { transform: rotateX(0deg); opacity: 1; }
}
@keyframes swal2-rotate-loading { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes swal2-animate-question-mark { 
  0% { transform: rotateY(-360deg); }
  100% { transform: rotateY(0deg); }
}
@keyframes swal2-animate-i-mark { 
  0% { transform: rotateZ(45deg); opacity: 0; }
  25% { transform: rotateZ(-25deg); opacity: 0.4; }
  50% { transform: rotateZ(15deg); opacity: 0.8; }
  75% { transform: rotateZ(-5deg); opacity: 1; }
  100% { transform: rotateX(0deg); opacity: 1; }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow: hidden; }
body.swal2-height-auto { height: auto !important; }
body.swal2-no-backdrop .swal2-container { background-color: transparent !important; pointer-events: none; }
body.swal2-no-backdrop .swal2-container .swal2-popup { pointer-events: all; }
body.swal2-no-backdrop .swal2-container .swal2-modal { box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px; }
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: scroll !important; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden="true"] { display: none; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container { position: static !important; }
}
body.swal2-toast-shown .swal2-container { box-sizing: border-box; width: 360px; max-width: 100%; background-color: transparent; pointer-events: none; }
body.swal2-toast-shown .swal2-container.swal2-top { inset: 0px auto auto 50%; transform: translateX(-50%); }
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right { inset: 0px 0px auto auto; }
body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start { inset: 0px auto auto 0px; }
body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start { inset: 50% auto auto 0px; transform: translateY(-50%); }
body.swal2-toast-shown .swal2-container.swal2-center { inset: 50% auto auto 50%; transform: translate(-50%, -50%); }
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right { inset: 50% 0px auto auto; transform: translateY(-50%); }
body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start { inset: auto auto 0px 0px; }
body.swal2-toast-shown .swal2-container.swal2-bottom { inset: auto auto 0px 50%; transform: translateX(-50%); }
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right { inset: auto 0px 0px auto; }
.swal2-cancel, .swal2-confirm, .swal2-deny { transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.swal2-popup { border: 1px solid rgba(0, 0, 0, 0.2); }
.swal2-popup.swal2-toast { padding: 0.25rem 0.75rem; font-size: 0.875rem; }
.swal2-popup.swal2-toast .swal2-title { margin: 0px; color: rgb(108, 117, 125); }
.swal2-popup.swal2-toast .swal2-actions { margin: 0px; padding: 0px; flex-basis: 0px !important; }
.swal2-popup.swal2-toast .swal2-styled { margin: 0px; }
.swal2-title { margin: 0px; font-size: 1.25rem; }
.swal2-actions { border-radius: 0.25rem; }
.swal2-footer { padding: 1rem; border-top: 1px solid rgb(222, 226, 230); }
.swal2-close { height: auto; padding: 1rem 1.2rem 1rem 1rem; font-weight: 700; }
.swal2-input, .swal2-textarea { height: inherit; padding: 0.375rem 0.75rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; line-height: 1.5; }
.swal2-input:focus, .swal2-textarea:focus { border: 1px solid rgb(128, 189, 255); outline: 0px; box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; color: rgb(73, 80, 87); }
.swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror { box-shadow: none !important; }
.swal2-input.swal2-inputerror:focus, .swal2-textarea.swal2-inputerror:focus { border-color: rgb(220, 53, 69); box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.2rem !important; }
.swal2-styled.swal2-confirm { padding: 0.375rem 0.75rem; font-size: 1rem; }
.swal2-styled.swal2-confirm:hover { border-color: rgb(0, 98, 204); background-color: rgb(0, 105, 217); }
.swal2-styled.swal2-confirm:focus { outline: 0px; box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.swal2-styled.swal2-confirm:active { border-color: rgb(0, 92, 191); background-color: rgb(0, 98, 204); }
.swal2-styled.swal2-confirm:active:focus { box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.swal2-styled.swal2-deny { padding: 0.375rem 0.75rem; font-size: 1rem; }
.swal2-styled.swal2-cancel { padding: 0.375rem 0.75rem; font-size: 1rem; }
.swal2-styled.swal2-cancel:hover { border-color: rgb(84, 91, 98); background-color: rgb(90, 98, 104); }
.swal2-styled.swal2-cancel:focus { outline: 0px; box-shadow: rgba(108, 117, 125, 0.25) 0px 0px 0px 0.2rem; }
.swal2-styled.swal2-cancel:active { border-color: rgb(78, 85, 91); background-color: rgb(84, 91, 98); }
.swal2-styled.swal2-cancel:active:focus { box-shadow: rgba(108, 117, 125, 0.25) 0px 0px 0px 0.2rem; }
.swal2-select { display: inline-block; height: calc(1.5em + 2px + 0.75rem); padding: 0.375rem 1.75rem 0.375rem 0.75rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border: 1px solid rgb(222, 226, 230); border-radius: 0.25rem; background: url("") right 0.75rem center / 8px 10px no-repeat rgb(255, 255, 255); color: rgb(73, 80, 87); vertical-align: middle; appearance: none; }
.swal2-select:focus { border: 1px solid rgb(128, 189, 255); outline: 0px; box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.swal2-select[multiple], .swal2-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; }
.swal2-select:disabled { background-color: rgb(233, 236, 239); color: rgb(255, 255, 255); }
.swal2-radio label { position: relative; margin-right: 1rem; margin-left: 1.5rem; }
.swal2-radio label input { position: absolute; z-index: -1; opacity: 0; }
.swal2-radio label input:checked ~ .swal2-label::before { border-color: rgb(0, 123, 255); background: rgb(0, 123, 255); color: rgb(255, 255, 255); }
.swal2-radio label input:focus ~ .swal2-label::before { box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.swal2-radio label input:focus:not(:checked) ~ .swal2-label::before { border-color: rgb(128, 189, 255); }
.swal2-radio label input:not(:disabled):active ~ .swal2-label::before { border-color: rgb(179, 215, 255); background-color: rgb(179, 215, 255); color: rgb(255, 255, 255); }
.swal2-radio label input:checked ~ .swal2-label::after { background-image: url(""); }
.swal2-radio label input:disabled:checked ~ .swal2-label::before { background-color: rgba(0, 123, 255, 0.5); }
.swal2-radio .swal2-label::before { content: ""; display: block; position: absolute; top: 0.0833333rem; left: -1.5rem; width: 1rem; height: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border: 1px solid rgb(173, 181, 189); border-radius: 50%; background-color: rgb(255, 255, 255); pointer-events: none; }
.swal2-radio .swal2-label::after { content: ""; display: block; position: absolute; top: 0.0833333rem; left: -1.5rem; width: 1rem; height: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border: 1px solid transparent; background: 50% center / 50% 50% no-repeat; }
.swal2-checkbox { margin-right: 1rem; padding-left: 1.5rem; }
.swal2-checkbox input { z-index: -1; opacity: 0; }
.swal2-checkbox input:checked ~ .swal2-label::before { border-color: rgb(0, 123, 255); background: rgb(0, 123, 255); color: rgb(255, 255, 255); }
.swal2-checkbox input:focus ~ .swal2-label::before { box-shadow: rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.swal2-checkbox input:focus:not(:checked) ~ .swal2-label::before { border-color: rgb(128, 189, 255); }
.swal2-checkbox input:not(:disabled):active ~ .swal2-label::before { border-color: rgb(179, 215, 255); background-color: rgb(179, 215, 255); color: rgb(255, 255, 255); }
.swal2-checkbox input:checked ~ .swal2-label::after { background-image: url(""); }
.swal2-checkbox input:disabled:checked ~ .swal2-label::before { background-color: rgba(0, 123, 255, 0.5); }
.swal2-checkbox .swal2-label { position: relative; }
.swal2-checkbox .swal2-label::before { content: ""; display: block; position: absolute; top: 0.25rem; left: -1.5rem; width: 1rem; height: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border: 1px solid rgb(173, 181, 189); background-color: rgb(255, 255, 255); pointer-events: none; }
.swal2-checkbox .swal2-label::after { content: ""; display: block; position: absolute; top: 0.25rem; left: -1.5rem; width: 1rem; height: 1rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border: 1px solid transparent; background: 50% center / 50% 50% no-repeat; }
.swal2-range { align-items: center; }
.swal2-range input { width: 100%; height: calc(1.6rem); padding: 0px; background-color: transparent; appearance: none; }
.swal2-range input:focus { outline: 0px; }
.swal2-range input:focus::-webkit-slider-thumb { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(0, 123, 255, 0.25) 0px 0px 0px 0.2rem; }
.swal2-range input::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; border: 0px; border-radius: 1rem; background: rgb(0, 123, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 0.1rem 0.25rem; appearance: none; }
.swal2-range input::-webkit-slider-thumb:active { background: rgb(179, 215, 255); }
.swal2-range input::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; border-radius: 1rem; border-color: transparent; background-color: rgb(222, 226, 230); box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.25rem inset; color: transparent; cursor: pointer; }
.swal2-range input:disabled::-webkit-slider-thumb { background-color: rgb(173, 181, 189); }
.swal2-range input:disabled::-webkit-slider-runnable-track { cursor: default; }
.swal2-validation-message { position: relative; margin-bottom: 1rem; padding: 0.75rem 1.25rem; border: 1px solid rgb(214, 216, 219); border-radius: 0.25rem; background: rgb(226, 227, 229); color: rgb(56, 61, 65); font-size: 1rem; }
.swal2-validation-message::before { background-color: rgb(228, 96, 109); }
.swal2-toast { max-width: 350px; border-radius: 0.25rem; background-color: rgba(255, 255, 255, 0.85); }
.bg-muted { background: rgb(214, 214, 214) !important; }
.bg-gray { background: rgb(78, 78, 78) !important; }
.bg-dark-opacity { background: rgba(24, 19, 31, 0.81); }
.border-muted { border-color: rgb(214, 214, 214); }
.btn-muted { background: rgb(214, 214, 214) !important; color: rgb(24, 19, 31) !important; }
.btn-muted:hover { background: rgb(177, 177, 177) !important; }
.btn-gray { background: rgb(78, 78, 78); color: rgb(24, 19, 31); }
.btn-gray:hover { background: rgba(78, 78, 78, 0.11); }
.btn-outline-gray { border-color: rgb(78, 78, 78) !important; color: rgb(255, 255, 255) !important; }
.btn-outline-gray:active, .btn-outline-gray:focus, .btn-outline-gray:hover { background-color: transparent !important; border-color: rgb(78, 78, 78) !important; color: rgb(255, 255, 255) !important; }
.text-gray { color: rgb(78, 78, 78) !important; }
.font-size-10 { font-size: 0.625rem !important; }
.font-size-11 { font-size: 0.6875rem !important; }
.font-size-12 { font-size: 0.75rem !important; }
.font-size-13 { font-size: 0.8125rem !important; }
.font-size-14 { font-size: 0.875rem !important; }
.font-size-15 { font-size: 0.9375rem !important; }
.font-size-16 { font-size: 1rem !important; }
.font-size-18 { font-size: 1.125rem !important; }
.font-size-20 { font-size: 1.25rem !important; }
.font-size-22 { font-size: 1.375rem !important; }
.font-size-25 { font-size: 1.5625rem !important; }
.font-size-28 { font-size: 1.75rem !important; }
.font-size-30 { font-size: 1.875rem !important; }
.font-size-32 { font-size: 2rem !important; }
.font-size-35 { font-size: 2.1875rem !important; }
.font-size-40 { font-size: 2.5rem !important; }
.font-size-50 { font-size: 3.125rem !important; }
.text-shadow { text-shadow: rgb(82, 82, 82) 0px 0px 3px, rgb(60, 60, 60) 0px 0px 5px; }
.line-height-12 { line-height: 12px; }
.line-height-14 { line-height: 14px; }
.line-height-16 { line-height: 16px; }
.line-height-18 { line-height: 18px; }
.line-height-20 { line-height: 20px; }
.z-index-100 { z-index: 100; }
.z-index-1000 { z-index: 1000; }
.left-0 { left: 0px; }
.bottom-0 { bottom: 0px; }
.right-0 { right: 0px; }
.shadow { box-shadow: rgba(0, 0, 0, 0.2) 0px 0.5rem 1rem !important; }
.opacity-0 { opacity: 0; transition: 0.3s; }
.opacity-1 { opacity: 1; }
.img-object-fit, .object-fit-cover { object-fit: cover; }
.img-min-height { min-height: 133px; }
.custom-radio input[type="radio"] { opacity: 0; position: fixed; width: 0px; }
.custom-radio label { background-color: rgba(24, 19, 31, 0.2); border-radius: 4px; cursor: pointer; display: inline-block; padding: 10px 5px; }
.custom-radio input[type="radio"]:checked + label { background-color: rgb(24, 19, 31); }
.col-form-label-sm { padding-bottom: calc(1px + 0.06rem) !important; padding-top: calc(1px + 0.06rem) !important; }
.cursor-pointer { cursor: pointer; }
.w-99 { width: 99%; }
.w-88 { width: 88%; }
[class*="grid-"][class*="-column"] { flex-direction: column; }
[class*="grid-"], [class*="grid_"], [class~="grid"] { box-sizing: border-box; display: flex; flex-flow: wrap; margin: 0px -0.8125rem; }
.grid--rows-1 { grid-template-rows: repeat(1, minmax(0px, 1fr)) !important; }
.grid--rows-2 { grid-template-rows: repeat(2, minmax(0px, 1fr)) !important; }
.grid--rows-3 { grid-template-rows: repeat(3, minmax(0px, 1fr)) !important; }
.grid--rows-4 { grid-template-rows: repeat(4, minmax(0px, 1fr)) !important; }
.grid--flow-column { grid-auto-flow: column !important; }
.list-grid { gap: 10px; display: grid; grid-template-columns: auto auto auto; grid-template-rows: auto auto; list-style: none; padding: 0px 6px; width: 100%; }
.c-offer-main-header .c-offer__price-from-item { text-decoration: line-through; }
.c-offer-main-header .c-offer__price-to { position: relative; }
.c-offer-main-header .c-offer__price-to::before { background-color: rgb(255, 255, 255); content: ""; height: 85%; left: -8px; position: absolute; top: 15%; width: 2px; }
.c-offer-main__content-features-card .btn.btn-datasheet, .c-offer-main__content-features-card .btn.btn-modal-items-serie { text-transform: none !important; }
.c-offer-main__content-features-card .btn.btn-datasheet:focus, .c-offer-main__content-features-card .btn.btn-modal-items-serie:focus { box-shadow: unset; }
.c-offer-main__content-features-card .btn.btn-modal-items-serie { text-decoration: underline; }
.c-offer-main__content-features-card .card-footer { padding-bottom: 0px; padding-left: 0px; padding-top: 0px; }
.c-offer-versions-models-container .card-body.card-body-features { max-height: 385px; }
.c-offer-versions-models .c-offer-versions-models-car .btn.btn-datasheet, .c-offer-versions-models .c-offer-versions-models-car .btn.btn-modal-items-serie { text-transform: none !important; }
.c-offer-versions-models .c-offer-versions-models-car .btn.btn-datasheet:focus, .c-offer-versions-models .c-offer-versions-models-car .btn.btn-modal-items-serie:focus { box-shadow: unset; }
.c-offer-versions-models .c-offer-versions-models-car .btn.btn-modal-items-serie { text-decoration: underline; }
.c-offer-versions-models .c-offer-versions-models-car .card-footer { padding-bottom: 0px; padding-top: 0px; }
.c-offer-versions-models .description-fixed.description-versions-offer { top: 235px; }
.c-offer-versions-models .description-fixed.description-versions-offer .carousel-control-next { right: 33% !important; }
.c-offer-versions-models .description-fixed.description-versions-offer .carousel-control-next:focus { box-shadow: unset; }
.c-offer-versions-models .description-fixed.description-versions-offer .carousel-control-prev { left: 13% !important; }
.c-offer-versions-models .carousel-control-next:focus, .c-offer-versions-models .carousel-control-prev:focus, .c-offer-versions-models .description-fixed.description-versions-offer .carousel-control-prev:focus { box-shadow: unset; }
.c-offer-versions-models #more { min-height: 230px; right: -5%; }
.c-offer-versions-models #less { left: -5%; min-height: 230px; }
.c-offer-versions-models .btn-proposal-comparative.solicitar-proposta { height: 0px; }
.c-offer-main__caracteristcs-title, .c-offer-versions-models-car-characteristcs__title { border-bottom: 3px solid rgb(2, 59, 185); }
.c-offer-main__content-info-extra p { border-bottom: 4px solid rgb(241, 242, 246); }
.c-offer-main__content-text-juridico { background-color: rgb(241, 242, 246); border-radius: 8px; }
.c-offer-main__content-text-juridico span.title { text-decoration: underline; }
.c-offer-main__content-text-juridico p:last-child { margin-bottom: 0px; }
.c-offer-main__content-timer { border-radius: 8px; }
.c-offer-model-characteristcs .carousel-indicators li { background-color: rgb(82, 82, 82); }
.c-offer-model-characteristcs .carousel-indicators li.active { background-color: rgb(2, 59, 185); }
.c-offer-model-characteristcs button.btn.btn-vdp-char-collapse { border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-radius: 0px; border-top-style: solid; border-top-color: rgb(2, 59, 185); font-size: 16px; line-height: normal; max-height: fit-content; min-height: 60px; text-align: left; text-transform: none; transition: none; }
.c-offer-model-characteristcs button.btn.btn-vdp-char-collapse::before { border: 0px; color: rgb(0, 0, 0); content: ""; font-family: "Font Awesome 6 Free"; font-size: 26px; font-weight: 700; margin-right: 0.5rem; vertical-align: inherit; }
.c-offer-model-characteristcs button.btn.btn-vdp-char-collapse:focus, .c-offer-model-characteristcs button.btn.btn-vdp-char-collapse[aria-expanded="true"] { background-color: rgb(2, 59, 185); color: rgb(255, 255, 255); }
.c-offer-model-characteristcs button.btn.btn-vdp-char-collapse:focus::before, .c-offer-model-characteristcs button.btn.btn-vdp-char-collapse[aria-expanded="true"]::before { color: rgb(255, 255, 255); content: ""; }
.c-offer-version-characteristcs-menu-nav #tabVehicleModelContent::-webkit-scrollbar-track { background: rgb(241, 241, 241); }
.c-offer-version-characteristcs-menu-nav #tabVehicleModelContent::-webkit-scrollbar-thumb { background: rgb(114, 148, 221); border-radius: 50px; }
.c-offer-version-characteristcs-menu-nav #tabVehicleModelContent::-webkit-scrollbar-thumb:hover { background: rgb(114, 148, 221); }
.c-offer-version-characteristcs-menu-nav #tabVehicleModelContent::-webkit-scrollbar { background: rgb(2, 59, 185); border-radius: 50px; height: 5px; }
.c-offer-offers-releated-content .carousel-indicators li { background-color: rgb(82, 82, 82); }
.c-offer-offers-releated-content .carousel-indicators li.active { background-color: rgb(2, 59, 185); }
@media (min-width: 48em) {
  [class*="grid-"], [class*="grid_"], [class~="grid"] { margin: 0px -0.3125rem; }
}
@media (min-width: 992px) {
  .d-lg-grid { display: grid !important; }
  .c-offer-main-header { left: 0px; position: fixed; right: 0px; z-index: 1029; }
  .c-offer-main__content .c-offer-main__content-form { position: sticky; top: 230px; }
  .c-offer-offers-releated-content .carousel-control-prev { left: -7%; }
  .c-offer-offers-releated-content .carousel-control-next { right: -7%; }
  .c-offer-model-characteristcs .characteristic-text { margin-bottom: 14%; }
}
@media (max-width: 992px) {
  .list-grid { align-items: center; justify-content: center; display: flex !important; }
  [class*="grid-"], [class*="grid_"], [class~="grid"] { margin: 0px !important; }
  .c-offer-main-header { top: 100px; }
}
#page-offer-list .navbar-offers-selector { left: 0px; margin-top: 46px; position: fixed; right: 0px; width: 100%; z-index: 1000; }
#page-offer-list .breadcrumb-nav { left: 0px; margin-top: 44px; position: fixed; right: 0px; width: 100%; z-index: 1010; }
@media (max-width: 992px) {
  #main-body #page-offer-list .navbar-offers-selector { margin-top: 30px !important; }
  #main-body #page-offer-list .section-banners { padding-top: 170px !important; }
  #page-offer-list .breadcrumb-nav { margin-top: 43px; }
}
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #18131f; --secondary: #ff1430; --success: #00a960; --info: #edede3; --warning: #ff8a2d; --danger: #f80c5b; --light: #fff; --dark: #18131f; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -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-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
*, ::after, ::before { box-sizing: border-box; }
html { text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; font-family: sans-serif; line-height: 1.15; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body { background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); font-family: -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-size: 1rem; font-weight: 400; line-height: 1.5; margin: 0px; text-align: left; }
[tabindex="-1"]:focus:not(:focus-visible) { outline: 0px !important; }
hr { box-sizing: content-box; height: 0px; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; margin-top: 0px; }
p { margin-bottom: 1rem; margin-top: 0px; }
abbr[data-original-title], abbr[title] { border-bottom: 0px; cursor: help; text-decoration: underline dotted; text-decoration-skip-ink: none; }
address { font-style: normal; line-height: inherit; }
address, dl, ol, ul { margin-bottom: 1rem; }
dl, ol, ul { margin-top: 0px; }
ol ol, ol ul, ul ol, ul ul { margin-bottom: 0px; }
dt { font-weight: 700; }
dd { margin-bottom: 0.5rem; margin-left: 0px; }
blockquote { margin: 0px 0px 1rem; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
a { background-color: transparent; color: rgb(24, 19, 31); text-decoration: none; }
a:hover { color: rgb(0, 0, 0); text-decoration: underline; }
a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }
code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre { margin-bottom: 1rem; margin-top: 0px; overflow: auto; }
figure { margin: 0px 0px 1rem; }
img { border-style: none; }
img, svg { vertical-align: middle; }
svg { overflow: hidden; }
table { border-collapse: collapse; }
caption { caption-side: bottom; color: rgb(108, 117, 125); padding-bottom: 0.75rem; padding-top: 0.75rem; text-align: left; }
th { text-align: -webkit-match-parent; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0px; }
button:focus:not(:focus-visible) { outline: 0px; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; margin: 0px; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[role="button"] { cursor: pointer; }
select { overflow-wrap: normal; }
[type="button"], [type="reset"], [type="submit"], button { appearance: button; }
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0px; }
textarea { overflow: auto; resize: vertical; }
fieldset { border: 0px; margin: 0px; min-width: 0px; padding: 0px; }
legend { color: inherit; display: block; font-size: 1.5rem; line-height: inherit; margin-bottom: 0.5rem; max-width: 100%; padding: 0px; white-space: normal; width: 100%; }
progress { vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { appearance: none; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { appearance: none; }
::-webkit-file-upload-button { appearance: button; font: inherit; }
output { display: inline-block; }
summary { cursor: pointer; display: list-item; }
template { display: none; }
[hidden] { display: none !important; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 500; line-height: 1.2; margin-bottom: 0.5rem; }
.h1, h1 { font-size: 2.5rem; }
.h2, h2 { font-size: 2rem; }
.h3, h3 { font-size: 1.75rem; }
.h4, h4 { font-size: 1.5rem; }
.h5, h5 { font-size: 1.25rem; }
.h6, h6 { font-size: 1rem; }
.lead { font-size: 1.25rem; font-weight: 300; }
.display-1 { font-size: 6rem; }
.display-1, .display-2 { font-weight: 300; line-height: 1.2; }
.display-2 { font-size: 5.5rem; }
.display-3 { font-size: 4.5rem; }
.display-3, .display-4 { font-weight: 300; line-height: 1.2; }
.display-4 { font-size: 3.5rem; }
hr { border-width: 1px 0px 0px; border-right-style: initial; border-bottom-style: initial; border-left-style: initial; border-right-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-top-style: solid; border-top-color: rgba(0, 0, 0, 0.1); margin-bottom: 1rem; margin-top: 1rem; }
.small, small { font-size: 0.875em; font-weight: 400; }
.mark, mark { background-color: rgb(252, 248, 227); padding: 0.2em; }
.list-inline, .list-unstyled { list-style: none; padding-left: 0px; }
.list-inline-item { display: inline-block; }
.list-inline-item:not(:last-child) { margin-right: 0.5rem; }
.initialism { font-size: 90%; text-transform: uppercase; }
.blockquote { font-size: 1.25rem; margin-bottom: 1rem; }
.blockquote-footer { color: rgb(108, 117, 125); display: block; font-size: 0.875em; }
.blockquote-footer::before { content: "— "; }
.img-fluid, .img-thumbnail { height: auto; max-width: 100%; }
.img-thumbnail { background-color: rgb(255, 255, 255); border: 1px solid rgb(222, 226, 230); border-radius: 0.25rem; padding: 0.25rem; }
.figure { display: inline-block; }
.figure-img { line-height: 1; margin-bottom: 0.5rem; }
.figure-caption { color: rgb(108, 117, 125); font-size: 90%; }
code { overflow-wrap: break-word; color: rgb(232, 62, 140); font-size: 87.5%; }
a > code { color: inherit; }
kbd { background-color: rgb(33, 37, 41); border-radius: 0.2rem; color: rgb(255, 255, 255); font-size: 87.5%; padding: 0.2rem 0.4rem; }
kbd kbd { font-size: 100%; font-weight: 700; padding: 0px; }
pre { color: rgb(33, 37, 41); display: block; font-size: 87.5%; }
pre code { color: inherit; font-size: inherit; word-break: normal; }
.pre-scrollable { max-height: 340px; overflow-y: scroll; }
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100%; }
@media (min-width: 576px) {
  .container, .container-sm { max-width: 540px; }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm { max-width: 720px; }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm { max-width: 960px; }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px; }
}
.row { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
.no-gutters { margin-left: 0px; margin-right: 0px; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-left: 0px; padding-right: 0px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-left: 15px; padding-right: 15px; position: relative; width: 100%; }
.col { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
.row-cols-1 > * { flex: 0 0 100%; max-width: 100%; }
.row-cols-2 > * { flex: 0 0 50%; max-width: 50%; }
.row-cols-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
.row-cols-4 > * { flex: 0 0 25%; max-width: 25%; }
.row-cols-5 > * { flex: 0 0 20%; max-width: 20%; }
.row-cols-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-auto { flex: 0 0 auto; max-width: 100%; width: auto; }
.col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
.col-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
.col-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
.col-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.order-first { order: -1; }
.order-last { order: 13; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }
.offset-1 { margin-left: 8.33333%; }
.offset-2 { margin-left: 16.6667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.3333%; }
.offset-5 { margin-left: 41.6667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.3333%; }
.offset-8 { margin-left: 66.6667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.3333%; }
.offset-11 { margin-left: 91.6667%; }
@media (min-width: 576px) {
  .col-sm { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
  .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; }
  .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; }
  .row-cols-sm-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; }
  .row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; }
  .row-cols-sm-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-auto { flex: 0 0 auto; max-width: 100%; width: auto; }
  .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-sm-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-sm-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-sm-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  .order-sm-first { order: -1; }
  .order-sm-last { order: 13; }
  .order-sm-0 { order: 0; }
  .order-sm-1 { order: 1; }
  .order-sm-2 { order: 2; }
  .order-sm-3 { order: 3; }
  .order-sm-4 { order: 4; }
  .order-sm-5 { order: 5; }
  .order-sm-6 { order: 6; }
  .order-sm-7 { order: 7; }
  .order-sm-8 { order: 8; }
  .order-sm-9 { order: 9; }
  .order-sm-10 { order: 10; }
  .order-sm-11 { order: 11; }
  .order-sm-12 { order: 12; }
  .offset-sm-0 { margin-left: 0px; }
  .offset-sm-1 { margin-left: 8.33333%; }
  .offset-sm-2 { margin-left: 16.6667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.3333%; }
  .offset-sm-5 { margin-left: 41.6667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.3333%; }
  .offset-sm-8 { margin-left: 66.6667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.3333%; }
  .offset-sm-11 { margin-left: 91.6667%; }
}
@media (min-width: 768px) {
  .col-md { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
  .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; }
  .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; }
  .row-cols-md-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; }
  .row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; }
  .row-cols-md-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-md-auto { flex: 0 0 auto; max-width: 100%; width: auto; }
  .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-md-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-md-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-md-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  .order-md-first { order: -1; }
  .order-md-last { order: 13; }
  .order-md-0 { order: 0; }
  .order-md-1 { order: 1; }
  .order-md-2 { order: 2; }
  .order-md-3 { order: 3; }
  .order-md-4 { order: 4; }
  .order-md-5 { order: 5; }
  .order-md-6 { order: 6; }
  .order-md-7 { order: 7; }
  .order-md-8 { order: 8; }
  .order-md-9 { order: 9; }
  .order-md-10 { order: 10; }
  .order-md-11 { order: 11; }
  .order-md-12 { order: 12; }
  .offset-md-0 { margin-left: 0px; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.6667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.3333%; }
  .offset-md-5 { margin-left: 41.6667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.3333%; }
  .offset-md-8 { margin-left: 66.6667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6667%; }
}
@media (min-width: 992px) {
  .col-lg { flex-basis: 0px; flex-grow: 1; max-width: 100%; }
  .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; }
  .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; }
  .row-cols-lg-3 > * { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; }
  .row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; }
  .row-cols-lg-6 > * { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-lg-auto { flex: 0 0 auto; max-width: 100%; width: auto; }
  .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-lg-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-lg-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-lg-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .order-lg-first { order: -1; }
  .order-lg-last { order: 13; }
  .order-lg-0 { order: 0; }
  .order-lg-1 { order: 1; }
  .order-lg-2 { order: 2; }
  .order-lg-3 { order: 3; }
  .order-lg-4 { order: 4; }
  .order-lg-5 { order: 5; }
  .order-lg-6 { order: 6; }
  .order-lg-7 { order: 7; }
  .order-lg-8 { order: 8; }
  .order-lg-9 { order: 9; }
  .order-lg-10 { order: 10; }
  .order-lg-11 { order: 11; }
  .order-lg-12 { order: 12; }
  .offset-lg-0 { margin-left: 0px; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.6667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.3333%; }
  .offset-lg-5 { margin-left: 41.6667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.3333%; }
  .offset-lg-8 { margin-left: 66.6667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.3333%; }
  .offset-lg-11 { margin-left: 91.6667%; }
}
@media (min-width: 1200px) {
  .col-xl { flex-basis: 0px; 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.3333%; max-width: 33.3333%; }
  .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.6667%; max-width: 16.6667%; }
  .col-xl-auto { flex: 0 0 auto; max-width: 100%; width: auto; }
  .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { flex: 0 0 16.6667%; max-width: 16.6667%; }
  .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-xl-5 { flex: 0 0 41.6667%; max-width: 41.6667%; }
  .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { flex: 0 0 58.3333%; max-width: 58.3333%; }
  .col-xl-8 { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { flex: 0 0 83.3333%; max-width: 83.3333%; }
  .col-xl-11 { flex: 0 0 91.6667%; max-width: 91.6667%; }
  .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: 0px; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.6667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.3333%; }
  .offset-xl-5 { margin-left: 41.6667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.3333%; }
  .offset-xl-8 { margin-left: 66.6667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.3333%; }
  .offset-xl-11 { margin-left: 91.6667%; }
}
.table { color: rgb(33, 37, 41); margin-bottom: 1rem; width: 100%; }
.table td, .table th { border-top: 1px solid rgb(222, 226, 230); padding: 0.75rem; vertical-align: top; }
.table thead th { border-bottom: 2px solid rgb(222, 226, 230); vertical-align: bottom; }
.table tbody + tbody { border-top: 2px solid rgb(222, 226, 230); }
.table-sm td, .table-sm th { padding: 0.3rem; }
.table-bordered, .table-bordered td, .table-bordered th { border: 1px solid rgb(222, 226, 230); }
.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: 0px; }
.table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: rgb(33, 37, 41); }
.table-primary, .table-primary > td, .table-primary > th { background-color: rgb(190, 189, 192); }
.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th { border-color: rgb(135, 132, 139); }
.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: rgb(177, 176, 180); }
.table-secondary, .table-secondary > td, .table-secondary > th { background-color: rgb(255, 189, 197); }
.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th { border-color: rgb(255, 133, 147); }
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: rgb(255, 164, 175); }
.table-success, .table-success > td, .table-success > th { background-color: rgb(184, 231, 210); }
.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th { border-color: rgb(122, 210, 172); }
.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: rgb(165, 225, 198); }
.table-info, .table-info > td, .table-info > th { background-color: rgb(250, 250, 247); }
.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th { border-color: rgb(246, 246, 240); }
.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: rgb(240, 240, 231); }
.table-warning, .table-warning > td, .table-warning > th { background-color: rgb(255, 222, 196); }
.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th { border-color: rgb(255, 194, 146); }
.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: rgb(255, 208, 171); }
.table-danger, .table-danger > td, .table-danger > th { background-color: rgb(253, 187, 209); }
.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th { border-color: rgb(251, 129, 170); }
.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: rgb(252, 162, 192); }
.table-light, .table-light > td, .table-light > th { background-color: rgb(255, 255, 255); }
.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th { border-color: rgb(255, 255, 255); }
.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: rgb(242, 242, 242); }
.table-dark, .table-dark > td, .table-dark > th { background-color: rgb(190, 189, 192); }
.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th { border-color: rgb(135, 132, 139); }
.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: rgb(177, 176, 180); }
.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th { background-color: rgb(52, 58, 64); border-color: rgb(69, 77, 85); color: rgb(255, 255, 255); }
.table .thead-light th { background-color: rgb(233, 236, 239); border-color: rgb(222, 226, 230); color: rgb(73, 80, 87); }
.table-dark { background-color: rgb(52, 58, 64); color: rgb(255, 255, 255); }
.table-dark td, .table-dark th, .table-dark thead th { border-color: rgb(69, 77, 85); }
.table-dark.table-bordered { border: 0px; }
.table-dark.table-striped tbody tr:nth-of-type(2n+1) { background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); color: rgb(255, 255, 255); }
@media (max-width: 575.98px) {
  .table-responsive-sm { display: block; overflow-x: auto; width: 100%; }
  .table-responsive-sm > .table-bordered { border: 0px; }
}
@media (max-width: 767.98px) {
  .table-responsive-md { display: block; overflow-x: auto; width: 100%; }
  .table-responsive-md > .table-bordered { border: 0px; }
}
@media (max-width: 991.98px) {
  .table-responsive-lg { display: block; overflow-x: auto; width: 100%; }
  .table-responsive-lg > .table-bordered { border: 0px; }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl { display: block; overflow-x: auto; width: 100%; }
  .table-responsive-xl > .table-bordered { border: 0px; }
}
.table-responsive { display: block; overflow-x: auto; width: 100%; }
.table-responsive > .table-bordered { border: 0px; }
.form-control { background-clip: padding-box; background-color: rgb(255, 255, 255); border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; color: rgb(73, 80, 87); display: block; font-size: 1rem; font-weight: 400; height: calc(1.5em + 2px + 0.75rem); line-height: 1.5; padding: 0.375rem 0.75rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; width: 100%; }
@media (prefers-reduced-motion: reduce) {
  .form-control { transition: none; }
}
.form-control:focus { background-color: rgb(255, 255, 255); border-color: rgb(85, 67, 110); box-shadow: rgba(24, 19, 31, 0.25) 0px 0px 0px 0.2rem; color: rgb(73, 80, 87); outline: 0px; }
.form-control::placeholder { color: rgb(108, 117, 125); opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: rgb(233, 236, 239); opacity: 1; }
input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control { appearance: none; }
.form-control-file, .form-control-range { display: block; width: 100%; }
.col-form-label { font-size: inherit; line-height: 1.5; margin-bottom: 0px; padding-bottom: calc(1px + 0.375rem); padding-top: calc(1px + 0.375rem); }
.col-form-label-lg { font-size: 1.25rem; line-height: 1.5; padding-bottom: calc(1px + 0.5rem); padding-top: calc(1px + 0.5rem); }
.col-form-label-sm { font-size: 0.875rem; line-height: 1.5; padding-bottom: calc(1px + 0.25rem); padding-top: calc(1px + 0.25rem); }
.form-control-plaintext { background-color: transparent; border-style: solid; border-color: transparent; border-image: initial; border-width: 1px 0px; color: rgb(33, 37, 41); display: block; font-size: 1rem; line-height: 1.5; margin-bottom: 0px; padding: 0.375rem 0px; width: 100%; }
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm { padding-left: 0px; padding-right: 0px; }
.form-control-sm { border-radius: 0.2rem; font-size: 0.875rem; height: calc(1.5em + 2px + 0.5rem); line-height: 1.5; padding: 0.25rem 0.5rem; }
.form-control-lg { border-radius: 0.3rem; font-size: 1.25rem; height: calc(1.5em + 2px + 1rem); line-height: 1.5; padding: 0.5rem 1rem; }
select.form-control[multiple], select.form-control[size], textarea.form-control { height: auto; }
.form-group { margin-bottom: 1rem; }
.form-text { display: block; margin-top: 0.25rem; }
.form-row { display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; }
.form-row > .col, .form-row > [class*="col-"] { padding-left: 5px; padding-right: 5px; }
.form-check { display: block; padding-left: 1.25rem; position: relative; }
.form-check-input { margin-left: -1.25rem; margin-top: 0.3rem; position: absolute; }
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label { color: rgb(108, 117, 125); }
.form-check-label { margin-bottom: 0px; }
.form-check-inline { align-items: center; display: inline-flex; margin-right: 0.75rem; padding-left: 0px; }
.form-check-inline .form-check-input { margin-left: 0px; margin-right: 0.3125rem; margin-top: 0px; position: static; }
.valid-feedback { color: rgb(0, 169, 96); display: none; font-size: 0.875em; margin-top: 0.25rem; width: 100%; }
.valid-tooltip { background-color: rgba(0, 169, 96, 0.9); border-radius: 0.25rem; color: rgb(255, 255, 255); display: none; font-size: 0.875rem; left: 0px; line-height: 1.5; margin-top: 0.1rem; max-width: 100%; padding: 0.25rem 0.5rem; position: absolute; top: 100%; z-index: 5; }
.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 { background-image: url(""); background-position: right calc(0.375em + 0.1875rem) center; background-repeat: no-repeat; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); border-color: rgb(0, 169, 96); padding-right: calc(1.5em + 0.75rem) !important; }
.form-control.is-valid:focus, .was-validated .form-control:valid:focus { border-color: rgb(0, 169, 96); box-shadow: rgba(0, 169, 96, 0.25) 0px 0px 0px 0.2rem; }
.was-validated select.form-control:valid, select.form-control.is-valid { background-position: right 1.5rem center; padding-right: 3rem !important; }
.was-validated textarea.form-control:valid, textarea.form-control.is-valid { background-position: right calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem); padding-right: calc(1.5em + 0.75rem); }
.custom-select.is-valid, .was-validated .custom-select:valid { background: url("3ed52a795884cfe19a3f12fb8678fcd2d075f89c.svg") right 0.75rem center / 8px 10px no-repeat, url("") right 1.75rem center / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat rgb(255, 255, 255); border-color: rgb(0, 169, 96); padding-right: calc(0.75em + 2.3125rem) !important; }
.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus { border-color: rgb(0, 169, 96); box-shadow: rgba(0, 169, 96, 0.25) 0px 0px 0px 0.2rem; }
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { color: rgb(0, 169, 96); }
.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: rgb(0, 169, 96); }
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before { border-color: rgb(0, 169, 96); }
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before { background-color: rgb(0, 220, 125); border-color: rgb(0, 220, 125); }
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before { box-shadow: rgba(0, 169, 96, 0.25) 0px 0px 0px 0.2rem; }
.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: rgb(0, 169, 96); }
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label { border-color: rgb(0, 169, 96); }
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label { border-color: rgb(0, 169, 96); box-shadow: rgba(0, 169, 96, 0.25) 0px 0px 0px 0.2rem; }
.invalid-feedback { color: rgb(248, 12, 91); display: none; font-size: 0.875em; margin-top: 0.25rem; width: 100%; }
.invalid-tooltip { background-color: rgba(248, 12, 91, 0.9); border-radius: 0.25rem; color: rgb(255, 255, 255); display: none; font-size: 0.875rem; left: 0px; line-height: 1.5; margin-top: 0.1rem; max-width: 100%; padding: 0.25rem 0.5rem; position: absolute; top: 100%; z-index: 5; }
.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 { background-image: url(""); background-position: right calc(0.375em + 0.1875rem) center; background-repeat: no-repeat; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); border-color: rgb(248, 12, 91); padding-right: calc(1.5em + 0.75rem) !important; }
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus { border-color: rgb(248, 12, 91); box-shadow: rgba(248, 12, 91, 0.25) 0px 0px 0px 0.2rem; }
.was-validated select.form-control:invalid, select.form-control.is-invalid { background-position: right 1.5rem center; padding-right: 3rem !important; }
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { background-position: right calc(0.375em + 0.1875rem) top calc(0.375em + 0.1875rem); padding-right: calc(1.5em + 0.75rem); }
.custom-select.is-invalid, .was-validated .custom-select:invalid { background: url("3ed52a795884cfe19a3f12fb8678fcd2d075f89c.svg") right 0.75rem center / 8px 10px no-repeat, url("") right 1.75rem center / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat rgb(255, 255, 255); border-color: rgb(248, 12, 91); padding-right: calc(0.75em + 2.3125rem) !important; }
.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus { border-color: rgb(248, 12, 91); box-shadow: rgba(248, 12, 91, 0.25) 0px 0px 0px 0.2rem; }
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label { color: rgb(248, 12, 91); }
.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: rgb(248, 12, 91); }
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before { border-color: rgb(248, 12, 91); }
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before { background-color: rgb(249, 62, 124); border-color: rgb(249, 62, 124); }
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before { box-shadow: rgba(248, 12, 91, 0.25) 0px 0px 0px 0.2rem; }
.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: rgb(248, 12, 91); }
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label { border-color: rgb(248, 12, 91); }
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label { border-color: rgb(248, 12, 91); box-shadow: rgba(248, 12, 91, 0.25) 0px 0px 0px 0.2rem; }
.form-inline { align-items: center; display: flex; flex-flow: wrap; }
.form-inline .form-check { width: 100%; }
@media (min-width: 576px) {
  .form-inline label { justify-content: center; }
  .form-inline .form-group, .form-inline label { align-items: center; display: flex; margin-bottom: 0px; }
  .form-inline .form-group { flex: 0 0 auto; flex-flow: wrap; }
  .form-inline .form-control { display: inline-block; vertical-align: middle; width: auto; }
  .form-inline .form-control-plaintext { display: inline-block; }
  .form-inline .custom-select, .form-inline .input-group { width: auto; }
  .form-inline .form-check { align-items: center; display: flex; justify-content: center; padding-left: 0px; width: auto; }
  .form-inline .form-check-input { flex-shrink: 0; margin-left: 0px; margin-right: 0.25rem; margin-top: 0px; position: relative; }
  .form-inline .custom-control { align-items: center; justify-content: center; }
  .form-inline .custom-control-label { margin-bottom: 0px; }
}
.btn { background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; color: rgb(33, 37, 41); display: inline-block; font-size: 1rem; font-weight: 400; line-height: 1.5; padding: 0.375rem 0.75rem; text-align: center; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; user-select: none; vertical-align: middle; }
@media (prefers-reduced-motion: reduce) {
  .btn { transition: none; }
}
.btn:hover { color: rgb(33, 37, 41); text-decoration: none; }
.btn.focus, .btn:focus { box-shadow: rgba(24, 19, 31, 0.25) 0px 0px 0px 0.2rem; outline: 0px; }
.btn.disabled, .btn:disabled { opacity: 0.65; }
.btn:not(:disabled):not(.disabled) { cursor: pointer; }
a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; }
.btn-primary { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover { background-color: rgb(6, 4, 7); border-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.btn-primary.focus, .btn-primary:focus { box-shadow: rgba(59, 54, 65, 0.5) 0px 0px 0px 0.2rem; }
.btn-primary.disabled, .btn-primary:disabled { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { background-color: rgb(0, 0, 0); border-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: rgba(59, 54, 65, 0.5) 0px 0px 0px 0.2rem; }
.btn-secondary { background-color: rgb(255, 20, 48); border-color: rgb(255, 20, 48); color: rgb(255, 255, 255); }
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover { background-color: rgb(237, 0, 28); border-color: rgb(224, 0, 27); color: rgb(255, 255, 255); }
.btn-secondary.focus, .btn-secondary:focus { box-shadow: rgba(255, 55, 79, 0.5) 0px 0px 0px 0.2rem; }
.btn-secondary.disabled, .btn-secondary:disabled { background-color: rgb(255, 20, 48); border-color: rgb(255, 20, 48); color: rgb(255, 255, 255); }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle { background-color: rgb(224, 0, 27); border-color: rgb(211, 0, 25); color: rgb(255, 255, 255); }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: rgba(255, 55, 79, 0.5) 0px 0px 0px 0.2rem; }
.btn-success { background-color: rgb(0, 169, 96); border-color: rgb(0, 169, 96); color: rgb(255, 255, 255); }
.btn-success.focus, .btn-success:focus, .btn-success:hover { background-color: rgb(0, 131, 74); border-color: rgb(0, 118, 67); color: rgb(255, 255, 255); }
.btn-success.focus, .btn-success:focus { box-shadow: rgba(38, 182, 120, 0.5) 0px 0px 0px 0.2rem; }
.btn-success.disabled, .btn-success:disabled { background-color: rgb(0, 169, 96); border-color: rgb(0, 169, 96); color: rgb(255, 255, 255); }
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle { background-color: rgb(0, 118, 67); border-color: rgb(0, 105, 60); color: rgb(255, 255, 255); }
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: rgba(38, 182, 120, 0.5) 0px 0px 0px 0.2rem; }
.btn-info { background-color: rgb(237, 237, 227); border-color: rgb(237, 237, 227); color: rgb(33, 37, 41); }
.btn-info.focus, .btn-info:focus, .btn-info:hover { background-color: rgb(222, 222, 204); border-color: rgb(217, 217, 196); color: rgb(33, 37, 41); }
.btn-info.focus, .btn-info:focus { box-shadow: rgba(207, 208, 200, 0.5) 0px 0px 0px 0.2rem; }
.btn-info.disabled, .btn-info:disabled { background-color: rgb(237, 237, 227); border-color: rgb(237, 237, 227); color: rgb(33, 37, 41); }
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle { background-color: rgb(217, 217, 196); border-color: rgb(212, 212, 188); color: rgb(33, 37, 41); }
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: rgba(207, 208, 200, 0.5) 0px 0px 0px 0.2rem; }
.btn-warning { background-color: rgb(255, 138, 45); border-color: rgb(255, 138, 45); color: rgb(33, 37, 41); }
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover { background-color: rgb(255, 117, 7); border-color: rgb(249, 110, 0); color: rgb(255, 255, 255); }
.btn-warning.focus, .btn-warning:focus { box-shadow: rgba(222, 123, 44, 0.5) 0px 0px 0px 0.2rem; }
.btn-warning.disabled, .btn-warning:disabled { background-color: rgb(255, 138, 45); border-color: rgb(255, 138, 45); color: rgb(33, 37, 41); }
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle { background-color: rgb(249, 110, 0); border-color: rgb(236, 105, 0); color: rgb(255, 255, 255); }
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: rgba(222, 123, 44, 0.5) 0px 0px 0px 0.2rem; }
.btn-danger { background-color: rgb(248, 12, 91); border-color: rgb(248, 12, 91); color: rgb(255, 255, 255); }
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover { background-color: rgb(216, 6, 76); border-color: rgb(203, 6, 72); color: rgb(255, 255, 255); }
.btn-danger.focus, .btn-danger:focus { box-shadow: rgba(249, 48, 116, 0.5) 0px 0px 0px 0.2rem; }
.btn-danger.disabled, .btn-danger:disabled { background-color: rgb(248, 12, 91); border-color: rgb(248, 12, 91); color: rgb(255, 255, 255); }
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle { background-color: rgb(203, 6, 72); border-color: rgb(191, 5, 68); color: rgb(255, 255, 255); }
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: rgba(249, 48, 116, 0.5) 0px 0px 0px 0.2rem; }
.btn-light { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(33, 37, 41); }
.btn-light.focus, .btn-light:focus, .btn-light:hover { background-color: rgb(236, 236, 236); border-color: rgb(230, 230, 230); color: rgb(33, 37, 41); }
.btn-light.focus, .btn-light:focus { box-shadow: rgba(221, 221, 223, 0.5) 0px 0px 0px 0.2rem; }
.btn-light.disabled, .btn-light:disabled { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(33, 37, 41); }
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle { background-color: rgb(230, 230, 230); border-color: rgb(223, 223, 223); color: rgb(33, 37, 41); }
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: rgba(221, 221, 223, 0.5) 0px 0px 0px 0.2rem; }
.btn-dark { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover { background-color: rgb(6, 4, 7); border-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.btn-dark.focus, .btn-dark:focus { box-shadow: rgba(59, 54, 65, 0.5) 0px 0px 0px 0.2rem; }
.btn-dark.disabled, .btn-dark:disabled { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle { background-color: rgb(0, 0, 0); border-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: rgba(59, 54, 65, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-primary { border-color: rgb(24, 19, 31); color: rgb(24, 19, 31); }
.btn-outline-primary:hover { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.btn-outline-primary.focus, .btn-outline-primary:focus { box-shadow: rgba(24, 19, 31, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { background-color: transparent; color: rgb(24, 19, 31); }
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.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: rgba(24, 19, 31, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-secondary { border-color: rgb(255, 20, 48); color: rgb(255, 20, 48); }
.btn-outline-secondary:hover { background-color: rgb(255, 20, 48); border-color: rgb(255, 20, 48); color: rgb(255, 255, 255); }
.btn-outline-secondary.focus, .btn-outline-secondary:focus { box-shadow: rgba(255, 20, 48, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { background-color: transparent; color: rgb(255, 20, 48); }
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle { background-color: rgb(255, 20, 48); border-color: rgb(255, 20, 48); color: rgb(255, 255, 255); }
.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: rgba(255, 20, 48, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-success { border-color: rgb(0, 169, 96); color: rgb(0, 169, 96); }
.btn-outline-success:hover { background-color: rgb(0, 169, 96); border-color: rgb(0, 169, 96); color: rgb(255, 255, 255); }
.btn-outline-success.focus, .btn-outline-success:focus { box-shadow: rgba(0, 169, 96, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-success.disabled, .btn-outline-success:disabled { background-color: transparent; color: rgb(0, 169, 96); }
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle { background-color: rgb(0, 169, 96); border-color: rgb(0, 169, 96); color: rgb(255, 255, 255); }
.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: rgba(0, 169, 96, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-info { border-color: rgb(237, 237, 227); color: rgb(237, 237, 227); }
.btn-outline-info:hover { background-color: rgb(237, 237, 227); border-color: rgb(237, 237, 227); color: rgb(33, 37, 41); }
.btn-outline-info.focus, .btn-outline-info:focus { box-shadow: rgba(237, 237, 227, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-info.disabled, .btn-outline-info:disabled { background-color: transparent; color: rgb(237, 237, 227); }
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle { background-color: rgb(237, 237, 227); border-color: rgb(237, 237, 227); color: rgb(33, 37, 41); }
.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: rgba(237, 237, 227, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-warning { border-color: rgb(255, 138, 45); color: rgb(255, 138, 45); }
.btn-outline-warning:hover { background-color: rgb(255, 138, 45); border-color: rgb(255, 138, 45); color: rgb(33, 37, 41); }
.btn-outline-warning.focus, .btn-outline-warning:focus { box-shadow: rgba(255, 138, 45, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { background-color: transparent; color: rgb(255, 138, 45); }
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle { background-color: rgb(255, 138, 45); border-color: rgb(255, 138, 45); color: rgb(33, 37, 41); }
.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: rgba(255, 138, 45, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-danger { border-color: rgb(248, 12, 91); color: rgb(248, 12, 91); }
.btn-outline-danger:hover { background-color: rgb(248, 12, 91); border-color: rgb(248, 12, 91); color: rgb(255, 255, 255); }
.btn-outline-danger.focus, .btn-outline-danger:focus { box-shadow: rgba(248, 12, 91, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-danger.disabled, .btn-outline-danger:disabled { background-color: transparent; color: rgb(248, 12, 91); }
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle { background-color: rgb(248, 12, 91); border-color: rgb(248, 12, 91); color: rgb(255, 255, 255); }
.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: rgba(248, 12, 91, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-light { border-color: rgb(255, 255, 255); color: rgb(255, 255, 255); }
.btn-outline-light:hover { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(33, 37, 41); }
.btn-outline-light.focus, .btn-outline-light:focus { box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-light.disabled, .btn-outline-light:disabled { background-color: transparent; color: rgb(255, 255, 255); }
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(33, 37, 41); }
.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: rgba(255, 255, 255, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-dark { border-color: rgb(24, 19, 31); color: rgb(24, 19, 31); }
.btn-outline-dark:hover { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.btn-outline-dark.focus, .btn-outline-dark:focus { box-shadow: rgba(24, 19, 31, 0.5) 0px 0px 0px 0.2rem; }
.btn-outline-dark.disabled, .btn-outline-dark:disabled { background-color: transparent; color: rgb(24, 19, 31); }
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.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: rgba(24, 19, 31, 0.5) 0px 0px 0px 0.2rem; }
.btn-link { color: rgb(24, 19, 31); font-weight: 400; text-decoration: none; }
.btn-link:hover { color: rgb(0, 0, 0); }
.btn-link.focus, .btn-link:focus, .btn-link:hover { text-decoration: underline; }
.btn-link.disabled, .btn-link:disabled { color: rgb(108, 117, 125); pointer-events: none; }
.btn-group-lg > .btn, .btn-lg { border-radius: 0.3rem; font-size: 1.25rem; line-height: 1.5; padding: 0.5rem 1rem; }
.btn-group-sm > .btn, .btn-sm { border-radius: 0.2rem; font-size: 0.875rem; line-height: 1.5; padding: 0.25rem 0.5rem; }
.btn-block { display: block; width: 100%; }
.btn-block + .btn-block { margin-top: 0.5rem; }
input[type="button"].btn-block, input[type="reset"].btn-block, input[type="submit"].btn-block { width: 100%; }
.fade { transition: opacity 0.15s linear; }
@media (prefers-reduced-motion: reduce) {
  .fade { transition: none; }
}
.fade:not(.show) { opacity: 0; }
.collapse:not(.show) { display: none; }
.collapsing { height: 0px; overflow: hidden; position: relative; transition: height 0.35s; }
@media (prefers-reduced-motion: reduce) {
  .collapsing { transition: none; }
}
.collapsing.width { height: auto; transition: width 0.35s; width: 0px; }
@media (prefers-reduced-motion: reduce) {
  .collapsing.width { transition: none; }
}
.dropdown, .dropleft, .dropright, .dropup { position: relative; }
.dropdown-toggle { white-space: nowrap; }
.dropdown-toggle::after { border-width: 0.3em 0.3em 0px; border-bottom-style: initial; border-bottom-color: initial; border-left-style: solid; border-left-color: transparent; border-right-style: solid; border-right-color: transparent; border-top-style: solid; border-top-color: initial; content: ""; display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; }
.dropdown-toggle:empty::after { margin-left: 0px; }
.dropdown-menu { background-clip: padding-box; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; color: rgb(33, 37, 41); display: none; float: left; font-size: 1rem; left: 0px; list-style: none; margin: 0.125rem 0px 0px; min-width: 10rem; padding: 0.5rem 0px; position: absolute; text-align: left; top: 100%; z-index: 1000; }
.dropdown-menu-left { left: 0px; right: auto; }
.dropdown-menu-right { left: auto; right: 0px; }
@media (min-width: 576px) {
  .dropdown-menu-sm-left { left: 0px; right: auto; }
  .dropdown-menu-sm-right { left: auto; right: 0px; }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left { left: 0px; right: auto; }
  .dropdown-menu-md-right { left: auto; right: 0px; }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left { left: 0px; right: auto; }
  .dropdown-menu-lg-right { left: auto; right: 0px; }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left { left: 0px; right: auto; }
  .dropdown-menu-xl-right { left: auto; right: 0px; }
}
.dropup .dropdown-menu { bottom: 100%; margin-bottom: 0.125rem; margin-top: 0px; top: auto; }
.dropup .dropdown-toggle::after { border-width: 0px 0.3em 0.3em; border-bottom-style: solid; border-bottom-color: initial; border-left-style: solid; border-left-color: transparent; border-right-style: solid; border-right-color: transparent; border-top-style: initial; border-top-color: initial; content: ""; display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; }
.dropup .dropdown-toggle:empty::after { margin-left: 0px; }
.dropright .dropdown-menu { left: 100%; margin-left: 0.125rem; margin-top: 0px; right: auto; top: 0px; }
.dropright .dropdown-toggle::after { border-width: 0.3em 0px 0.3em 0.3em; border-bottom-style: solid; border-bottom-color: transparent; border-left-style: solid; border-left-color: initial; border-right-style: initial; border-right-color: initial; border-top-style: solid; border-top-color: transparent; content: ""; display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; }
.dropright .dropdown-toggle:empty::after { margin-left: 0px; }
.dropright .dropdown-toggle::after { vertical-align: 0px; }
.dropleft .dropdown-menu { left: auto; margin-right: 0.125rem; margin-top: 0px; right: 100%; top: 0px; }
.dropleft .dropdown-toggle::after { content: ""; display: none; margin-left: 0.255em; vertical-align: 0.255em; }
.dropleft .dropdown-toggle::before { border-bottom: 0.3em solid transparent; border-right: 0.3em solid; border-top: 0.3em solid transparent; content: ""; display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; }
.dropleft .dropdown-toggle:empty::after { margin-left: 0px; }
.dropleft .dropdown-toggle::before { vertical-align: 0px; }
.dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] { bottom: auto; right: auto; }
.dropdown-divider { border-top: 1px solid rgb(233, 236, 239); height: 0px; margin: 0.5rem 0px; overflow: hidden; }
.dropdown-item { background-color: transparent; border: 0px; clear: both; color: rgb(33, 37, 41); display: block; font-weight: 400; padding: 0.25rem 1.5rem; text-align: inherit; white-space: nowrap; width: 100%; }
.dropdown-item:focus, .dropdown-item:hover { background-color: rgb(233, 236, 239); color: rgb(22, 24, 27); text-decoration: none; }
.dropdown-item.active, .dropdown-item:active { background-color: rgb(24, 19, 31); color: rgb(255, 255, 255); text-decoration: none; }
.dropdown-item.disabled, .dropdown-item:disabled { background-color: transparent; color: rgb(173, 181, 189); pointer-events: none; }
.dropdown-menu.show { display: block; }
.dropdown-header { color: rgb(108, 117, 125); display: block; font-size: 0.875rem; margin-bottom: 0px; padding: 0.5rem 1.5rem; white-space: nowrap; }
.dropdown-item-text { color: rgb(33, 37, 41); display: block; padding: 0.25rem 1.5rem; }
.btn-group, .btn-group-vertical { display: inline-flex; position: relative; vertical-align: middle; }
.btn-group-vertical > .btn, .btn-group > .btn { flex: 1 1 auto; position: relative; }
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 1; }
.btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.btn-toolbar .input-group { width: auto; }
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) { margin-left: -1px; }
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.dropdown-toggle-split { padding-left: 0.5625rem; padding-right: 0.5625rem; }
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after { margin-left: 0px; }
.dropleft .dropdown-toggle-split::before { margin-right: 0px; }
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { padding-left: 0.375rem; padding-right: 0.375rem; }
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { padding-left: 0.75rem; padding-right: 0.75rem; }
.btn-group-vertical { align-items: flex-start; flex-direction: column; 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-left-radius: 0px; border-bottom-right-radius: 0px; }
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0px; }
.btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"] { clip: rect(0px, 0px, 0px, 0px); pointer-events: none; position: absolute; }
.input-group { align-items: stretch; display: flex; flex-wrap: wrap; position: relative; width: 100%; }
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext { flex: 1 1 auto; margin-bottom: 0px; min-width: 0px; position: relative; width: 1%; }
.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-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.input-group > .custom-file { align-items: center; display: flex; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.input-group > .custom-file:not(:first-child) .custom-file-label { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .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), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .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-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.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 { align-items: center; background-color: rgb(233, 236, 239); border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; color: rgb(73, 80, 87); display: flex; font-size: 1rem; font-weight: 400; line-height: 1.5; margin-bottom: 0px; padding: 0.375rem 0.75rem; text-align: center; white-space: nowrap; }
.input-group-text input[type="checkbox"], .input-group-text input[type="radio"] { margin-top: 0px; }
.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) { height: calc(1.5em + 2px + 1rem); }
.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 { border-radius: 0.3rem; font-size: 1.25rem; line-height: 1.5; padding: 0.5rem 1rem; }
.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) { height: calc(1.5em + 2px + 0.5rem); }
.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 { border-radius: 0.2rem; font-size: 0.875rem; line-height: 1.5; padding: 0.25rem 0.5rem; }
.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-bottom-right-radius: 0px; border-top-right-radius: 0px; }
.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-bottom-left-radius: 0px; border-top-left-radius: 0px; }
.custom-control { display: block; min-height: 1.5rem; padding-left: 1.5rem; position: relative; print-color-adjust: exact; z-index: 1; }
.custom-control-inline { display: inline-flex; margin-right: 1rem; }
.custom-control-input { height: 1.25rem; left: 0px; opacity: 0; position: absolute; width: 1rem; z-index: -1; }
.custom-control-input:checked ~ .custom-control-label::before { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.custom-control-input:focus ~ .custom-control-label::before { box-shadow: rgba(24, 19, 31, 0.25) 0px 0px 0px 0.2rem; }
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: rgb(85, 67, 110); }
.custom-control-input:not(:disabled):active ~ .custom-control-label::before { background-color: rgb(110, 87, 142); border-color: rgb(110, 87, 142); color: rgb(255, 255, 255); }
.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label { color: rgb(108, 117, 125); }
.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before { background-color: rgb(233, 236, 239); }
.custom-control-label { margin-bottom: 0px; position: relative; vertical-align: top; }
.custom-control-label::before { background-color: rgb(255, 255, 255); border: 1px solid rgb(173, 181, 189); pointer-events: none; }
.custom-control-label::after, .custom-control-label::before { content: ""; display: block; height: 1rem; left: -1.5rem; position: absolute; top: 0.25rem; width: 1rem; }
.custom-control-label::after { background: 50% center / 50% 50% no-repeat; }
.custom-checkbox .custom-control-label::before { border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("ba8f9343e5d867560feeecb37f401324e5bce890.svg"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { background-image: url("9c0515c30159586fd24e5bf8f131c7bb3db6157b.svg"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(24, 19, 31, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(24, 19, 31, 0.5); }
.custom-radio .custom-control-label::before { border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("74f1bceee80c9afa0ec075e592594dc8c624b03a.svg"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(24, 19, 31, 0.5); }
.custom-switch { padding-left: 2.25rem; }
.custom-switch .custom-control-label::before { border-radius: 0.5rem; left: -2.25rem; pointer-events: all; width: 1.75rem; }
.custom-switch .custom-control-label::after { background-color: rgb(173, 181, 189); border-radius: 0.5rem; height: calc(-4px + 1rem); left: calc(2px - 2.25rem); top: calc(2px + 0.25rem); transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; width: calc(-4px + 1rem); }
@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: rgb(255, 255, 255); transform: translateX(0.75rem); }
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(24, 19, 31, 0.5); }
.custom-select { appearance: none; background: url("3ed52a795884cfe19a3f12fb8678fcd2d075f89c.svg") right 0.75rem center / 8px 10px no-repeat rgb(255, 255, 255); border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; color: rgb(73, 80, 87); display: inline-block; font-size: 1rem; font-weight: 400; height: calc(1.5em + 2px + 0.75rem); line-height: 1.5; padding: 0.375rem 1.75rem 0.375rem 0.75rem; vertical-align: middle; width: 100%; }
.custom-select:focus { border-color: rgb(85, 67, 110); box-shadow: rgba(24, 19, 31, 0.25) 0px 0px 0px 0.2rem; outline: 0px; }
.custom-select[multiple], .custom-select[size]:not([size="1"]) { background-image: none; height: auto; padding-right: 0.75rem; }
.custom-select:disabled { background-color: rgb(233, 236, 239); color: rgb(108, 117, 125); }
.custom-select-sm { font-size: 0.875rem; height: calc(1.5em + 2px + 0.5rem); padding-bottom: 0.25rem; padding-left: 0.5rem; padding-top: 0.25rem; }
.custom-select-lg { font-size: 1.25rem; height: calc(1.5em + 2px + 1rem); padding-bottom: 0.5rem; padding-left: 1rem; padding-top: 0.5rem; }
.custom-file { display: inline-block; margin-bottom: 0px; }
.custom-file, .custom-file-input { height: calc(1.5em + 2px + 0.75rem); position: relative; width: 100%; }
.custom-file-input { margin: 0px; opacity: 0; overflow: hidden; z-index: 2; }
.custom-file-input:focus ~ .custom-file-label { border-color: rgb(85, 67, 110); box-shadow: rgba(24, 19, 31, 0.25) 0px 0px 0px 0.2rem; }
.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label { background-color: rgb(233, 236, 239); }
.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 { background-color: rgb(255, 255, 255); border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; font-weight: 400; height: calc(1.5em + 2px + 0.75rem); left: 0px; overflow: hidden; z-index: 1; }
.custom-file-label, .custom-file-label::after { color: rgb(73, 80, 87); line-height: 1.5; padding: 0.375rem 0.75rem; position: absolute; right: 0px; top: 0px; }
.custom-file-label::after { background-color: rgb(233, 236, 239); border-left: inherit; border-radius: 0px 0.25rem 0.25rem 0px; bottom: 0px; content: "Browse"; display: block; height: calc(1.5em + 0.75rem); z-index: 3; }
.custom-range { appearance: none; background-color: transparent; height: 1.4rem; padding: 0px; width: 100%; }
.custom-range:focus { outline: 0px; }
.custom-range:focus::-webkit-slider-thumb { box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px, rgba(24, 19, 31, 0.25) 0px 0px 0px 0.2rem; }
.custom-range::-webkit-slider-thumb { appearance: none; background-color: rgb(24, 19, 31); border: 0px; border-radius: 1rem; height: 1rem; margin-top: -0.25rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; width: 1rem; }
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb { transition: none; }
}
.custom-range::-webkit-slider-thumb:active { background-color: rgb(110, 87, 142); }
.custom-range::-webkit-slider-runnable-track { background-color: rgb(222, 226, 230); border-color: transparent; border-radius: 1rem; color: transparent; cursor: pointer; height: 0.5rem; width: 100%; }
@media (prefers-reduced-motion: reduce) {
}
@media (prefers-reduced-motion: reduce) {
}
.custom-range:disabled::-webkit-slider-thumb { background-color: rgb(173, 181, 189); }
.custom-range:disabled::-webkit-slider-runnable-track { cursor: default; }
.custom-control-label::before, .custom-file-label, .custom-select { transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select { transition: none; }
}
.nav { display: flex; flex-wrap: wrap; list-style: none; margin-bottom: 0px; padding-left: 0px; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-link:focus, .nav-link:hover { text-decoration: none; }
.nav-link.disabled { color: rgb(108, 117, 125); cursor: default; pointer-events: none; }
.nav-tabs { border-bottom: 1px solid rgb(222, 226, 230); }
.nav-tabs .nav-link { background-color: transparent; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; margin-bottom: -1px; }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: rgb(233, 236, 239) rgb(233, 236, 239) rgb(222, 226, 230); isolation: isolate; }
.nav-tabs .nav-link.disabled { background-color: transparent; border-color: transparent; color: rgb(108, 117, 125); }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230) rgb(222, 226, 230) rgb(255, 255, 255); color: rgb(73, 80, 87); }
.nav-tabs .dropdown-menu { border-top-left-radius: 0px; border-top-right-radius: 0px; margin-top: -1px; }
.nav-pills .nav-link { background: 0px 0px; border: 0px; border-radius: 0.25rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { background-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.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: 0px; flex-grow: 1; text-align: center; }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.navbar { padding: 0.5rem 1rem; position: relative; }
.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl { align-items: center; display: flex; flex-wrap: wrap; justify-content: space-between; }
.navbar-brand { display: inline-block; font-size: 1.25rem; line-height: inherit; margin-right: 1rem; padding-bottom: 0.3125rem; padding-top: 0.3125rem; white-space: nowrap; }
.navbar-brand:focus, .navbar-brand:hover { text-decoration: none; }
.navbar-nav { display: flex; flex-direction: column; list-style: none; margin-bottom: 0px; padding-left: 0px; }
.navbar-nav .nav-link { padding-left: 0px; padding-right: 0px; }
.navbar-nav .dropdown-menu { float: none; position: static; }
.navbar-text { display: inline-block; padding-bottom: 0.5rem; padding-top: 0.5rem; }
.navbar-collapse { align-items: center; flex-basis: 100%; flex-grow: 1; }
.navbar-toggler { background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; font-size: 1.25rem; line-height: 1; padding: 0.25rem 0.75rem; }
.navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none; }
.navbar-toggler-icon { background: 50% center / 100% 100% no-repeat; content: ""; display: inline-block; height: 1.5em; vertical-align: middle; width: 1.5em; }
.navbar-nav-scroll { max-height: 75vh; overflow-y: auto; }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl { padding-left: 0px; padding-right: 0px; }
}
@media (min-width: 576px) {
  .navbar-expand-sm { flex-flow: row; justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav { flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-nav-scroll { overflow: visible; }
  .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler { display: none; }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl { padding-left: 0px; padding-right: 0px; }
}
@media (min-width: 768px) {
  .navbar-expand-md { flex-flow: row; justify-content: flex-start; }
  .navbar-expand-md .navbar-nav { flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-md .navbar-nav-scroll { overflow: visible; }
  .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; }
  .navbar-expand-md .navbar-toggler { display: none; }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl { padding-left: 0px; padding-right: 0px; }
}
@media (min-width: 992px) {
  .navbar-expand-lg { flex-flow: row; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav { flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-nav-scroll { overflow: visible; }
  .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler { display: none; }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl { padding-left: 0px; padding-right: 0px; }
}
@media (min-width: 1200px) {
  .navbar-expand-xl { flex-flow: row; justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav { flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl { flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-nav-scroll { overflow: visible; }
  .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler { display: none; }
}
.navbar-expand { flex-flow: row; justify-content: flex-start; }
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl { padding-left: 0px; padding-right: 0px; }
.navbar-expand .navbar-nav { flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; }
.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl { flex-wrap: nowrap; }
.navbar-expand .navbar-nav-scroll { overflow: visible; }
.navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand .navbar-toggler { display: none; }
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler { border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-toggler-icon { background-image: url(""); }
.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: rgb(255, 255, 255); }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link { color: rgb(255, 255, 255); }
.navbar-dark .navbar-toggler { border-color: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-toggler-icon { background-image: url(""); }
.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { color: rgb(255, 255, 255); }
.card { overflow-wrap: break-word; background-clip: border-box; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; display: flex; flex-direction: column; min-width: 0px; position: relative; }
.card > hr { margin-left: 0px; margin-right: 0px; }
.card > .list-group { border-bottom: inherit; border-top: inherit; }
.card > .list-group:first-child { border-top-left-radius: calc(-1px + 0.25rem); border-top-right-radius: calc(-1px + 0.25rem); border-top-width: 0px; }
.card > .list-group:last-child { border-bottom-left-radius: calc(-1px + 0.25rem); border-bottom-right-radius: calc(-1px + 0.25rem); border-bottom-width: 0px; }
.card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0px; }
.card-body { flex: 1 1 auto; min-height: 1px; padding: 1.25rem; }
.card-title { margin-bottom: 0.75rem; }
.card-subtitle { margin-top: -0.375rem; }
.card-subtitle, .card-text:last-child { margin-bottom: 0px; }
.card-link:hover { text-decoration: none; }
.card-link + .card-link { margin-left: 1.25rem; }
.card-header { background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); margin-bottom: 0px; padding: 0.75rem 1.25rem; }
.card-header:first-child { border-radius: calc(-1px + 0.25rem) calc(-1px + 0.25rem) 0px 0px; }
.card-footer { background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); padding: 0.75rem 1.25rem; }
.card-footer:last-child { border-radius: 0px 0px calc(-1px + 0.25rem) calc(-1px + 0.25rem); }
.card-header-tabs { border-bottom: 0px; margin-bottom: -0.75rem; }
.card-header-pills, .card-header-tabs { margin-left: -0.625rem; margin-right: -0.625rem; }
.card-img-overlay { border-radius: calc(-1px + 0.25rem); inset: 0px; padding: 1.25rem; position: absolute; }
.card-img, .card-img-bottom, .card-img-top { flex-shrink: 0; width: 100%; }
.card-img, .card-img-top { border-top-left-radius: calc(-1px + 0.25rem); border-top-right-radius: calc(-1px + 0.25rem); }
.card-img, .card-img-bottom { border-bottom-left-radius: calc(-1px + 0.25rem); border-bottom-right-radius: calc(-1px + 0.25rem); }
.card-deck .card { margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-deck { display: flex; flex-flow: wrap; margin-left: -15px; margin-right: -15px; }
  .card-deck .card { flex: 1 0 0%; margin-bottom: 0px; margin-left: 15px; margin-right: 15px; }
}
.card-group > .card { margin-bottom: 15px; }
@media (min-width: 576px) {
  .card-group { display: flex; flex-flow: wrap; }
  .card-group > .card { flex: 1 0 0%; margin-bottom: 0px; }
  .card-group > .card + .card { border-left: 0px; margin-left: 0px; }
  .card-group > .card:not(:last-child) { border-bottom-right-radius: 0px; border-top-right-radius: 0px; }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top { border-top-right-radius: 0px; }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom { border-bottom-right-radius: 0px; }
  .card-group > .card:not(:first-child) { border-bottom-left-radius: 0px; border-top-left-radius: 0px; }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top { border-top-left-radius: 0px; }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom { border-bottom-left-radius: 0px; }
}
.card-columns .card { margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns { column-count: 3; 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: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
.accordion > .card:not(:first-of-type) { border-top-left-radius: 0px; border-top-right-radius: 0px; }
.accordion > .card > .card-header { border-radius: 0px; margin-bottom: -1px; }
.breadcrumb { background-color: rgb(233, 236, 239); border-radius: 0.25rem; display: flex; flex-wrap: wrap; list-style: none; margin-bottom: 1rem; padding: 0.75rem 1rem; }
.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before { color: rgb(108, 117, 125); content: "/"; float: left; padding-right: 0.5rem; }
.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }
.breadcrumb-item.active { color: rgb(108, 117, 125); }
.pagination { border-radius: 0.25rem; display: flex; list-style: none; padding-left: 0px; }
.page-link { background-color: rgb(255, 255, 255); border: 1px solid rgb(222, 226, 230); color: rgb(24, 19, 31); display: block; line-height: 1.25; margin-left: -1px; padding: 0.5rem 0.75rem; position: relative; }
.page-link:hover { background-color: rgb(233, 236, 239); border-color: rgb(222, 226, 230); color: rgb(0, 0, 0); text-decoration: none; z-index: 2; }
.page-link:focus { box-shadow: rgba(24, 19, 31, 0.25) 0px 0px 0px 0.2rem; outline: 0px; z-index: 3; }
.page-item:first-child .page-link { border-bottom-left-radius: 0.25rem; border-top-left-radius: 0.25rem; margin-left: 0px; }
.page-item:last-child .page-link { border-bottom-right-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.page-item.active .page-link { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); z-index: 3; }
.page-item.disabled .page-link { background-color: rgb(255, 255, 255); border-color: rgb(222, 226, 230); color: rgb(108, 117, 125); cursor: auto; pointer-events: none; }
.pagination-lg .page-link { font-size: 1.25rem; line-height: 1.5; padding: 0.75rem 1.5rem; }
.pagination-lg .page-item:first-child .page-link { border-bottom-left-radius: 0.3rem; border-top-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link { border-bottom-right-radius: 0.3rem; border-top-right-radius: 0.3rem; }
.pagination-sm .page-link { font-size: 0.875rem; line-height: 1.5; padding: 0.25rem 0.5rem; }
.pagination-sm .page-item:first-child .page-link { border-bottom-left-radius: 0.2rem; border-top-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link { border-bottom-right-radius: 0.2rem; border-top-right-radius: 0.2rem; }
.badge { border-radius: 0.25rem; display: inline-block; font-size: 75%; font-weight: 700; line-height: 1; padding: 0.25em 0.4em; text-align: center; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; vertical-align: baseline; white-space: nowrap; }
@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 { border-radius: 10rem; padding-left: 0.6em; padding-right: 0.6em; }
.badge-primary { background-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
a.badge-primary:focus, a.badge-primary:hover { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
a.badge-primary.focus, a.badge-primary:focus { box-shadow: rgba(24, 19, 31, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.badge-secondary { background-color: rgb(255, 20, 48); color: rgb(255, 255, 255); }
a.badge-secondary:focus, a.badge-secondary:hover { background-color: rgb(224, 0, 27); color: rgb(255, 255, 255); }
a.badge-secondary.focus, a.badge-secondary:focus { box-shadow: rgba(255, 20, 48, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.badge-success { background-color: rgb(0, 169, 96); color: rgb(255, 255, 255); }
a.badge-success:focus, a.badge-success:hover { background-color: rgb(0, 118, 67); color: rgb(255, 255, 255); }
a.badge-success.focus, a.badge-success:focus { box-shadow: rgba(0, 169, 96, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.badge-info { background-color: rgb(237, 237, 227); color: rgb(33, 37, 41); }
a.badge-info:focus, a.badge-info:hover { background-color: rgb(217, 217, 196); color: rgb(33, 37, 41); }
a.badge-info.focus, a.badge-info:focus { box-shadow: rgba(237, 237, 227, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.badge-warning { background-color: rgb(255, 138, 45); color: rgb(33, 37, 41); }
a.badge-warning:focus, a.badge-warning:hover { background-color: rgb(249, 110, 0); color: rgb(33, 37, 41); }
a.badge-warning.focus, a.badge-warning:focus { box-shadow: rgba(255, 138, 45, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.badge-danger { background-color: rgb(248, 12, 91); color: rgb(255, 255, 255); }
a.badge-danger:focus, a.badge-danger:hover { background-color: rgb(203, 6, 72); color: rgb(255, 255, 255); }
a.badge-danger.focus, a.badge-danger:focus { box-shadow: rgba(248, 12, 91, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.badge-light { background-color: rgb(255, 255, 255); color: rgb(33, 37, 41); }
a.badge-light:focus, a.badge-light:hover { background-color: rgb(230, 230, 230); color: rgb(33, 37, 41); }
a.badge-light.focus, a.badge-light:focus { box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.badge-dark { background-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
a.badge-dark:focus, a.badge-dark:hover { background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); }
a.badge-dark.focus, a.badge-dark:focus { box-shadow: rgba(24, 19, 31, 0.5) 0px 0px 0px 0.2rem; outline: 0px; }
.jumbotron { background-color: rgb(233, 236, 239); border-radius: 0.3rem; margin-bottom: 2rem; padding: 2rem 1rem; }
@media (min-width: 576px) {
  .jumbotron { padding: 4rem 2rem; }
}
.jumbotron-fluid { border-radius: 0px; padding-left: 0px; padding-right: 0px; }
.alert { border: 1px solid transparent; border-radius: 0.25rem; margin-bottom: 1rem; padding: 0.75rem 1.25rem; position: relative; }
.alert-heading { color: inherit; }
.alert-link { font-weight: 700; }
.alert-dismissible { padding-right: 4rem; }
.alert-dismissible .close { color: inherit; padding: 0.75rem 1.25rem; position: absolute; right: 0px; top: 0px; z-index: 2; }
.alert-primary { background-color: rgb(209, 208, 210); border-color: rgb(190, 189, 192); color: rgb(12, 10, 16); }
.alert-primary hr { border-top-color: rgb(177, 176, 180); }
.alert-primary .alert-link { color: rgb(0, 0, 0); }
.alert-secondary { background-color: rgb(255, 208, 214); border-color: rgb(255, 189, 197); color: rgb(133, 10, 25); }
.alert-secondary hr { border-top-color: rgb(255, 164, 175); }
.alert-secondary .alert-link { color: rgb(86, 6, 16); }
.alert-success { background-color: rgb(204, 238, 223); border-color: rgb(184, 231, 210); color: rgb(0, 88, 50); }
.alert-success hr { border-top-color: rgb(165, 225, 198); }
.alert-success .alert-link { color: rgb(0, 37, 21); }
.alert-info { background-color: rgb(251, 251, 249); border-color: rgb(250, 250, 247); color: rgb(123, 123, 118); }
.alert-info hr { border-top-color: rgb(240, 240, 231); }
.alert-info .alert-link { color: rgb(97, 97, 93); }
.alert-warning { background-color: rgb(255, 232, 213); border-color: rgb(255, 222, 196); color: rgb(133, 72, 23); }
.alert-warning hr { border-top-color: rgb(255, 208, 171); }
.alert-warning .alert-link { color: rgb(90, 48, 15); }
.alert-danger { background-color: rgb(254, 206, 222); border-color: rgb(253, 187, 209); color: rgb(129, 6, 47); }
.alert-danger hr { border-top-color: rgb(252, 162, 192); }
.alert-danger .alert-link { color: rgb(80, 4, 29); }
.alert-light { background-color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); color: rgb(133, 133, 133); }
.alert-light hr { border-top-color: rgb(242, 242, 242); }
.alert-light .alert-link { color: rgb(108, 108, 108); }
.alert-dark { background-color: rgb(209, 208, 210); border-color: rgb(190, 189, 192); color: rgb(12, 10, 16); }
.alert-dark hr { border-top-color: rgb(177, 176, 180); }
.alert-dark .alert-link { color: rgb(0, 0, 0); }
@keyframes progress-bar-stripes { 
  0% { background-position: 1rem 0px; }
  100% { background-position: 0px 0px; }
}
.progress { background-color: rgb(233, 236, 239); border-radius: 0.25rem; font-size: 0.75rem; height: 1rem; line-height: 0; }
.progress, .progress-bar { display: flex; overflow: hidden; }
.progress-bar { background-color: rgb(24, 19, 31); color: rgb(255, 255, 255); flex-direction: column; justify-content: center; text-align: center; transition: width 0.6s; white-space: nowrap; }
@media (prefers-reduced-motion: reduce) {
  .progress-bar { transition: none; }
}
.progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 0px, transparent 50%, rgba(255, 255, 255, 0.15) 0px, rgba(255, 255, 255, 0.15) 75%, transparent 0px, transparent); background-size: 1rem 1rem; }
.progress-bar-animated { animation: 1s linear 0s infinite normal none running progress-bar-stripes; }
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated { animation: auto ease 0s 1 normal none running none; }
}
.media { align-items: flex-start; display: flex; }
.media-body { flex: 1 1 0%; }
.list-group { border-radius: 0.25rem; display: flex; flex-direction: column; margin-bottom: 0px; padding-left: 0px; }
.list-group-item-action { color: rgb(73, 80, 87); text-align: inherit; width: 100%; }
.list-group-item-action:focus, .list-group-item-action:hover { background-color: rgb(248, 249, 250); color: rgb(73, 80, 87); text-decoration: none; z-index: 1; }
.list-group-item-action:active { background-color: rgb(233, 236, 239); color: rgb(33, 37, 41); }
.list-group-item { background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.125); display: block; padding: 0.75rem 1.25rem; position: relative; }
.list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; }
.list-group-item:last-child { border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; }
.list-group-item.disabled, .list-group-item:disabled { background-color: rgb(255, 255, 255); color: rgb(108, 117, 125); pointer-events: none; }
.list-group-item.active { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); z-index: 2; }
.list-group-item + .list-group-item { border-top-width: 0px; }
.list-group-item + .list-group-item.active { border-top-width: 1px; margin-top: -1px; }
.list-group-horizontal { flex-direction: row; }
.list-group-horizontal > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0px; }
.list-group-horizontal > .list-group-item:last-child { border-bottom-left-radius: 0px; border-top-right-radius: 0.25rem; }
.list-group-horizontal > .list-group-item.active { margin-top: 0px; }
.list-group-horizontal > .list-group-item + .list-group-item { border-left-width: 0px; border-top-width: 1px; }
.list-group-horizontal > .list-group-item + .list-group-item.active { border-left-width: 1px; margin-left: -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: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-sm > .list-group-item:last-child { border-bottom-left-radius: 0px; border-top-right-radius: 0.25rem; }
  .list-group-horizontal-sm > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item { border-left-width: 0px; border-top-width: 1px; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active { border-left-width: 1px; margin-left: -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: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-md > .list-group-item:last-child { border-bottom-left-radius: 0px; border-top-right-radius: 0.25rem; }
  .list-group-horizontal-md > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-md > .list-group-item + .list-group-item { border-left-width: 0px; border-top-width: 1px; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active { border-left-width: 1px; margin-left: -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: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-lg > .list-group-item:last-child { border-bottom-left-radius: 0px; border-top-right-radius: 0.25rem; }
  .list-group-horizontal-lg > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item { border-left-width: 0px; border-top-width: 1px; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active { border-left-width: 1px; margin-left: -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: 0.25rem; border-top-right-radius: 0px; }
  .list-group-horizontal-xl > .list-group-item:last-child { border-bottom-left-radius: 0px; border-top-right-radius: 0.25rem; }
  .list-group-horizontal-xl > .list-group-item.active { margin-top: 0px; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item { border-left-width: 0px; border-top-width: 1px; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active { border-left-width: 1px; margin-left: -1px; }
}
.list-group-flush { border-radius: 0px; }
.list-group-flush > .list-group-item { border-width: 0px 0px 1px; }
.list-group-flush > .list-group-item:last-child { border-bottom-width: 0px; }
.list-group-item-primary { background-color: rgb(190, 189, 192); color: rgb(12, 10, 16); }
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover { background-color: rgb(177, 176, 180); color: rgb(12, 10, 16); }
.list-group-item-primary.list-group-item-action.active { background-color: rgb(12, 10, 16); border-color: rgb(12, 10, 16); color: rgb(255, 255, 255); }
.list-group-item-secondary { background-color: rgb(255, 189, 197); color: rgb(133, 10, 25); }
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover { background-color: rgb(255, 164, 175); color: rgb(133, 10, 25); }
.list-group-item-secondary.list-group-item-action.active { background-color: rgb(133, 10, 25); border-color: rgb(133, 10, 25); color: rgb(255, 255, 255); }
.list-group-item-success { background-color: rgb(184, 231, 210); color: rgb(0, 88, 50); }
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover { background-color: rgb(165, 225, 198); color: rgb(0, 88, 50); }
.list-group-item-success.list-group-item-action.active { background-color: rgb(0, 88, 50); border-color: rgb(0, 88, 50); color: rgb(255, 255, 255); }
.list-group-item-info { background-color: rgb(250, 250, 247); color: rgb(123, 123, 118); }
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover { background-color: rgb(240, 240, 231); color: rgb(123, 123, 118); }
.list-group-item-info.list-group-item-action.active { background-color: rgb(123, 123, 118); border-color: rgb(123, 123, 118); color: rgb(255, 255, 255); }
.list-group-item-warning { background-color: rgb(255, 222, 196); color: rgb(133, 72, 23); }
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover { background-color: rgb(255, 208, 171); color: rgb(133, 72, 23); }
.list-group-item-warning.list-group-item-action.active { background-color: rgb(133, 72, 23); border-color: rgb(133, 72, 23); color: rgb(255, 255, 255); }
.list-group-item-danger { background-color: rgb(253, 187, 209); color: rgb(129, 6, 47); }
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover { background-color: rgb(252, 162, 192); color: rgb(129, 6, 47); }
.list-group-item-danger.list-group-item-action.active { background-color: rgb(129, 6, 47); border-color: rgb(129, 6, 47); color: rgb(255, 255, 255); }
.list-group-item-light { background-color: rgb(255, 255, 255); color: rgb(133, 133, 133); }
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover { background-color: rgb(242, 242, 242); color: rgb(133, 133, 133); }
.list-group-item-light.list-group-item-action.active { background-color: rgb(133, 133, 133); border-color: rgb(133, 133, 133); color: rgb(255, 255, 255); }
.list-group-item-dark { background-color: rgb(190, 189, 192); color: rgb(12, 10, 16); }
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover { background-color: rgb(177, 176, 180); color: rgb(12, 10, 16); }
.list-group-item-dark.list-group-item-action.active { background-color: rgb(12, 10, 16); border-color: rgb(12, 10, 16); color: rgb(255, 255, 255); }
.close { color: rgb(0, 0, 0); float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; opacity: 0.5; text-shadow: rgb(255, 255, 255) 0px 1px 0px; }
.close:hover { color: rgb(0, 0, 0); text-decoration: none; }
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { opacity: 0.75; }
button.close { background-color: transparent; border: 0px; padding: 0px; }
a.close.disabled { pointer-events: none; }
.toast { background-clip: padding-box; background-color: rgba(255, 255, 255, 0.85); border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 0.25rem; box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 0.75rem; flex-basis: 350px; font-size: 0.875rem; max-width: 350px; opacity: 0; }
.toast:not(:last-child) { margin-bottom: 0.75rem; }
.toast.showing { opacity: 1; }
.toast.show { display: block; opacity: 1; }
.toast.hide { display: none; }
.toast-header { align-items: center; background-clip: padding-box; background-color: rgba(255, 255, 255, 0.85); border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(-1px + 0.25rem); border-top-right-radius: calc(-1px + 0.25rem); color: rgb(108, 117, 125); display: flex; padding: 0.25rem 0.75rem; }
.toast-body { padding: 0.75rem; }
.modal-open { overflow: hidden; }
.modal-open .modal { overflow: hidden auto; }
.modal { display: none; height: 100%; left: 0px; outline: 0px; overflow: hidden; position: fixed; top: 0px; width: 100%; z-index: 1050; }
.modal-dialog { margin: 0.5rem; pointer-events: none; position: relative; width: auto; }
.modal.fade .modal-dialog { transform: translateY(-50px); transition: transform 0.3s ease-out; }
@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(-1rem + 100vh); 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 { align-items: center; display: flex; min-height: calc(100% - 1rem); }
.modal-dialog-centered::before { content: ""; display: block; height: min-content; }
.modal-dialog-centered.modal-dialog-scrollable { flex-direction: column; height: 100%; justify-content: center; }
.modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; }
.modal-dialog-centered.modal-dialog-scrollable::before { content: none; }
.modal-content { background-clip: padding-box; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; display: flex; flex-direction: column; outline: 0px; pointer-events: auto; position: relative; width: 100%; }
.modal-backdrop { background-color: rgb(0, 0, 0); height: 100vh; left: 0px; position: fixed; top: 0px; width: 100vw; z-index: 1040; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: 0.5; }
.modal-header { align-items: flex-start; border-bottom: 1px solid rgb(222, 226, 230); border-top-left-radius: calc(-1px + 0.3rem); border-top-right-radius: calc(-1px + 0.3rem); display: flex; justify-content: space-between; padding: 1rem; }
.modal-header .close { margin: -1rem -1rem -1rem auto; padding: 1rem; }
.modal-title { line-height: 1.5; margin-bottom: 0px; }
.modal-body { flex: 1 1 auto; padding: 1rem; position: relative; }
.modal-footer { align-items: center; border-bottom-left-radius: calc(-1px + 0.3rem); border-bottom-right-radius: calc(-1px + 0.3rem); border-top: 1px solid rgb(222, 226, 230); display: flex; flex-wrap: wrap; justify-content: flex-end; padding: 0.75rem; }
.modal-footer > * { margin: 0.25rem; }
.modal-scrollbar-measure { height: 50px; overflow: scroll; position: absolute; top: -9999px; width: 50px; }
@media (min-width: 576px) {
  .modal-dialog { margin: 1.75rem auto; max-width: 500px; }
  .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content { max-height: calc(-3.5rem + 100vh); }
  .modal-dialog-centered { min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before { height: min-content; }
  .modal-sm { max-width: 300px; }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl { max-width: 800px; }
}
@media (min-width: 1200px) {
  .modal-xl { max-width: 1140px; }
}
.tooltip { overflow-wrap: break-word; display: block; font-family: -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-size: 0.875rem; font-style: normal; font-weight: 400; letter-spacing: normal; line-break: auto; line-height: 1.5; margin: 0px; opacity: 0; position: absolute; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; z-index: 1070; }
.tooltip.show { opacity: 0.9; }
.tooltip .arrow { display: block; height: 0.4rem; position: absolute; width: 0.8rem; }
.tooltip .arrow::before { border-color: transparent; border-style: solid; content: ""; position: absolute; }
.bs-tooltip-auto[x-placement^="top"], .bs-tooltip-top { padding: 0.4rem 0px; }
.bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-top .arrow { bottom: 0px; }
.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before { border-top-color: rgb(0, 0, 0); border-width: 0.4rem 0.4rem 0px; top: 0px; }
.bs-tooltip-auto[x-placement^="right"], .bs-tooltip-right { padding: 0px 0.4rem; }
.bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-right .arrow { height: 0.8rem; left: 0px; width: 0.4rem; }
.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::before { border-right-color: rgb(0, 0, 0); border-width: 0.4rem 0.4rem 0.4rem 0px; right: 0px; }
.bs-tooltip-auto[x-placement^="bottom"], .bs-tooltip-bottom { padding: 0.4rem 0px; }
.bs-tooltip-auto[x-placement^="bottom"] .arrow, .bs-tooltip-bottom .arrow { top: 0px; }
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: rgb(0, 0, 0); border-width: 0px 0.4rem 0.4rem; bottom: 0px; }
.bs-tooltip-auto[x-placement^="left"], .bs-tooltip-left { padding: 0px 0.4rem; }
.bs-tooltip-auto[x-placement^="left"] .arrow, .bs-tooltip-left .arrow { height: 0.8rem; right: 0px; width: 0.4rem; }
.bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::before { border-left-color: rgb(0, 0, 0); border-width: 0.4rem 0px 0.4rem 0.4rem; left: 0px; }
.tooltip-inner { background-color: rgb(0, 0, 0); border-radius: 0.25rem; color: rgb(255, 255, 255); max-width: 200px; padding: 0.25rem 0.5rem; text-align: center; }
.popover { overflow-wrap: break-word; background-clip: padding-box; background-color: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; font-family: -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-size: 0.875rem; font-style: normal; font-weight: 400; left: 0px; letter-spacing: normal; line-break: auto; line-height: 1.5; max-width: 276px; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; top: 0px; white-space: normal; word-break: normal; word-spacing: normal; z-index: 1060; }
.popover, .popover .arrow { display: block; position: absolute; }
.popover .arrow { height: 0.5rem; margin: 0px 0.3rem; width: 1rem; }
.popover .arrow::after, .popover .arrow::before { border-color: transparent; border-style: solid; content: ""; display: block; position: absolute; }
.bs-popover-auto[x-placement^="top"], .bs-popover-top { margin-bottom: 0.5rem; }
.bs-popover-auto[x-placement^="top"] > .arrow, .bs-popover-top > .arrow { bottom: calc(-1px - 0.5rem); }
.bs-popover-auto[x-placement^="top"] > .arrow::before, .bs-popover-top > .arrow::before { border-top-color: rgba(0, 0, 0, 0.25); border-width: 0.5rem 0.5rem 0px; bottom: 0px; }
.bs-popover-auto[x-placement^="top"] > .arrow::after, .bs-popover-top > .arrow::after { border-top-color: rgb(255, 255, 255); border-width: 0.5rem 0.5rem 0px; bottom: 1px; }
.bs-popover-auto[x-placement^="right"], .bs-popover-right { margin-left: 0.5rem; }
.bs-popover-auto[x-placement^="right"] > .arrow, .bs-popover-right > .arrow { height: 1rem; left: calc(-1px - 0.5rem); margin: 0.3rem 0px; width: 0.5rem; }
.bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .arrow::before { border-right-color: rgba(0, 0, 0, 0.25); border-width: 0.5rem 0.5rem 0.5rem 0px; left: 0px; }
.bs-popover-auto[x-placement^="right"] > .arrow::after, .bs-popover-right > .arrow::after { border-right-color: rgb(255, 255, 255); border-width: 0.5rem 0.5rem 0.5rem 0px; left: 1px; }
.bs-popover-auto[x-placement^="bottom"], .bs-popover-bottom { margin-top: 0.5rem; }
.bs-popover-auto[x-placement^="bottom"] > .arrow, .bs-popover-bottom > .arrow { top: calc(-1px - 0.5rem); }
.bs-popover-auto[x-placement^="bottom"] > .arrow::before, .bs-popover-bottom > .arrow::before { border-bottom-color: rgba(0, 0, 0, 0.25); border-width: 0px 0.5rem 0.5rem; top: 0px; }
.bs-popover-auto[x-placement^="bottom"] > .arrow::after, .bs-popover-bottom > .arrow::after { border-bottom-color: rgb(255, 255, 255); border-width: 0px 0.5rem 0.5rem; top: 1px; }
.bs-popover-auto[x-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before { border-bottom: 1px solid rgb(247, 247, 247); content: ""; display: block; left: 50%; margin-left: -0.5rem; position: absolute; top: 0px; width: 1rem; }
.bs-popover-auto[x-placement^="left"], .bs-popover-left { margin-right: 0.5rem; }
.bs-popover-auto[x-placement^="left"] > .arrow, .bs-popover-left > .arrow { height: 1rem; margin: 0.3rem 0px; right: calc(-1px - 0.5rem); width: 0.5rem; }
.bs-popover-auto[x-placement^="left"] > .arrow::before, .bs-popover-left > .arrow::before { border-left-color: rgba(0, 0, 0, 0.25); border-width: 0.5rem 0px 0.5rem 0.5rem; right: 0px; }
.bs-popover-auto[x-placement^="left"] > .arrow::after, .bs-popover-left > .arrow::after { border-left-color: rgb(255, 255, 255); border-width: 0.5rem 0px 0.5rem 0.5rem; right: 1px; }
.popover-header { background-color: rgb(247, 247, 247); border-bottom: 1px solid rgb(235, 235, 235); border-top-left-radius: calc(-1px + 0.3rem); border-top-right-radius: calc(-1px + 0.3rem); font-size: 1rem; margin-bottom: 0px; padding: 0.5rem 0.75rem; }
.popover-header:empty { display: none; }
.popover-body { color: rgb(33, 37, 41); padding: 0.5rem 0.75rem; }
.carousel { position: relative; }
.carousel.pointer-event { touch-action: pan-y; }
.carousel-inner { overflow: hidden; position: relative; width: 100%; }
.carousel-inner::after { clear: both; content: ""; display: block; }
.carousel-item { backface-visibility: hidden; display: none; float: left; margin-right: -100%; position: relative; transition: transform 0.6s ease-in-out; width: 100%; }
@media (prefers-reduced-motion: reduce) {
  .carousel-item { transition: none; }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block; }
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) { transform: translateX(100%); }
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) { transform: translateX(-100%); }
.carousel-fade .carousel-item { opacity: 0; transform: none; transition-property: opacity; }
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active { opacity: 1; z-index: 1; }
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { opacity: 0; transition: opacity 0.6s; z-index: 0; }
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; }
}
.carousel-control-next, .carousel-control-prev { align-items: center; background: 0px 0px; border: 0px; bottom: 0px; color: rgb(255, 255, 255); display: flex; justify-content: center; opacity: 0.5; padding: 0px; position: absolute; text-align: center; top: 0px; transition: opacity 0.15s; width: 15%; z-index: 1; }
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev { transition: none; }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { color: rgb(255, 255, 255); opacity: 0.9; outline: 0px; text-decoration: none; }
.carousel-control-prev { left: 0px; }
.carousel-control-next { right: 0px; }
.carousel-control-next-icon, .carousel-control-prev-icon { background: 50% center / 100% 100% no-repeat; display: inline-block; height: 20px; width: 20px; }
.carousel-control-prev-icon { background-image: url(""); }
.carousel-control-next-icon { background-image: url(""); }
.carousel-indicators { bottom: 0px; display: flex; justify-content: center; left: 0px; list-style: none; margin-left: 15%; margin-right: 15%; padding-left: 0px; position: absolute; right: 0px; z-index: 15; }
.carousel-indicators li { background-clip: padding-box; background-color: rgb(255, 255, 255); border-bottom: 10px solid transparent; border-top: 10px solid transparent; box-sizing: content-box; cursor: pointer; flex: 0 1 auto; height: 3px; margin-left: 3px; margin-right: 3px; opacity: 0.5; text-indent: -999px; transition: opacity 0.6s; width: 30px; }
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li { transition: none; }
}
.carousel-indicators .active { opacity: 1; }
.carousel-caption { bottom: 20px; color: rgb(255, 255, 255); left: 15%; padding-bottom: 20px; padding-top: 20px; position: absolute; right: 15%; text-align: center; z-index: 10; }
@keyframes spinner-border { 
  100% { transform: rotate(1turn); }
}
.spinner-border { animation: 0.75s linear 0s infinite normal none running spinner-border; border-width: 0.25em; border-style: solid; border-top-color: initial; border-bottom-color: initial; border-left-color: initial; border-image: initial; border-radius: 50%; border-right-color: transparent; display: inline-block; height: 2rem; vertical-align: -0.125em; width: 2rem; }
.spinner-border-sm { border-width: 0.2em; height: 1rem; width: 1rem; }
@keyframes spinner-grow { 
  0% { transform: scale(0); }
  50% { opacity: 1; transform: none; }
}
.spinner-grow { animation: 0.75s linear 0s infinite normal none running spinner-grow; background-color: currentcolor; border-radius: 50%; display: inline-block; height: 2rem; opacity: 0; vertical-align: -0.125em; width: 2rem; }
.spinner-grow-sm { height: 1rem; width: 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: rgb(24, 19, 31) !important; }
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: rgb(0, 0, 0) !important; }
.bg-secondary { background-color: rgb(255, 20, 48) !important; }
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover { background-color: rgb(224, 0, 27) !important; }
.bg-success { background-color: rgb(0, 169, 96) !important; }
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover { background-color: rgb(0, 118, 67) !important; }
.bg-info { background-color: rgb(237, 237, 227) !important; }
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover { background-color: rgb(217, 217, 196) !important; }
.bg-warning { background-color: rgb(255, 138, 45) !important; }
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover { background-color: rgb(249, 110, 0) !important; }
.bg-danger { background-color: rgb(248, 12, 91) !important; }
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover { background-color: rgb(203, 6, 72) !important; }
.bg-light { background-color: rgb(255, 255, 255) !important; }
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover { background-color: rgb(230, 230, 230) !important; }
.bg-dark { background-color: rgb(24, 19, 31) !important; }
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover { background-color: rgb(0, 0, 0) !important; }
.bg-white { background-color: rgb(255, 255, 255) !important; }
.bg-transparent { background-color: transparent !important; }
.border { border: 1px solid rgb(222, 226, 230) !important; }
.border-top { border-top: 1px solid rgb(222, 226, 230) !important; }
.border-right { border-right: 1px solid rgb(222, 226, 230) !important; }
.border-bottom { border-bottom: 1px solid rgb(222, 226, 230) !important; }
.border-left { border-left: 1px solid rgb(222, 226, 230) !important; }
.border-0 { border: 0px !important; }
.border-top-0 { border-top: 0px !important; }
.border-right-0 { border-right: 0px !important; }
.border-bottom-0 { border-bottom: 0px !important; }
.border-left-0 { border-left: 0px !important; }
.border-primary { border-color: rgb(24, 19, 31) !important; }
.border-secondary { border-color: rgb(255, 20, 48) !important; }
.border-success { border-color: rgb(0, 169, 96) !important; }
.border-info { border-color: rgb(237, 237, 227) !important; }
.border-warning { border-color: rgb(255, 138, 45) !important; }
.border-danger { border-color: rgb(248, 12, 91) !important; }
.border-light { border-color: rgb(255, 255, 255) !important; }
.border-dark { border-color: rgb(24, 19, 31) !important; }
.border-white { border-color: rgb(255, 255, 255) !important; }
.rounded-sm { border-radius: 0.2rem !important; }
.rounded { border-radius: 0.25rem !important; }
.rounded-top { border-top-left-radius: 0.25rem !important; }
.rounded-right, .rounded-top { border-top-right-radius: 0.25rem !important; }
.rounded-bottom, .rounded-right { border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom, .rounded-left { border-bottom-left-radius: 0.25rem !important; }
.rounded-left { border-top-left-radius: 0.25rem !important; }
.rounded-lg { border-radius: 0.3rem !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-pill { border-radius: 50rem !important; }
.rounded-0 { border-radius: 0px !important; }
.clearfix::after { clear: both; content: ""; display: block; }
.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 { display: block; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.embed-responsive::before { content: ""; display: block; }
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { border: 0px; bottom: 0px; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }
.embed-responsive-21by9::before { padding-top: 42.8571%; }
.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 { user-select: all !important; }
.user-select-auto { user-select: auto !important; }
.user-select-none { 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: sticky !important; }
.fixed-top { top: 0px; }
.fixed-bottom, .fixed-top { left: 0px; position: fixed; right: 0px; z-index: 1030; }
.fixed-bottom { bottom: 0px; }
@supports (position:sticky) {
  .sticky-top { position: sticky; top: 0px; z-index: 1020; }
}
.sr-only { clip: rect(0px, 0px, 0px, 0px); border: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; overflow: visible; position: static; white-space: normal; width: auto; }
.shadow-sm { box-shadow: rgba(0, 0, 0, 0.075) 0px 0.125rem 0.25rem !important; }
.shadow { box-shadow: rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem !important; }
.shadow-lg { box-shadow: rgba(0, 0, 0, 0.176) 0px 1rem 3rem !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: 0px !important; }
.mt-0, .my-0 { margin-top: 0px !important; }
.mr-0, .mx-0 { margin-right: 0px !important; }
.mb-0, .my-0 { margin-bottom: 0px !important; }
.ml-0, .mx-0 { margin-left: 0px !important; }
.m-1 { margin: 0.25rem !important; }
.mt-1, .my-1 { margin-top: 0.25rem !important; }
.mr-1, .mx-1 { margin-right: 0.25rem !important; }
.mb-1, .my-1 { margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 { margin-left: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.mt-2, .my-2 { margin-top: 0.5rem !important; }
.mr-2, .mx-2 { margin-right: 0.5rem !important; }
.mb-2, .my-2 { margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 { margin-left: 0.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; }
.p-0 { padding: 0px !important; }
.pt-0, .py-0 { padding-top: 0px !important; }
.pr-0, .px-0 { padding-right: 0px !important; }
.pb-0, .py-0 { padding-bottom: 0px !important; }
.pl-0, .px-0 { padding-left: 0px !important; }
.p-1 { padding: 0.25rem !important; }
.pt-1, .py-1 { padding-top: 0.25rem !important; }
.pr-1, .px-1 { padding-right: 0.25rem !important; }
.pb-1, .py-1 { padding-bottom: 0.25rem !important; }
.pl-1, .px-1 { padding-left: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.pt-2, .py-2 { padding-top: 0.5rem !important; }
.pr-2, .px-2 { padding-right: 0.5rem !important; }
.pb-2, .py-2 { padding-bottom: 0.5rem !important; }
.pl-2, .px-2 { padding-left: 0.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; }
.m-n1 { margin: -0.25rem !important; }
.mt-n1, .my-n1 { margin-top: -0.25rem !important; }
.mr-n1, .mx-n1 { margin-right: -0.25rem !important; }
.mb-n1, .my-n1 { margin-bottom: -0.25rem !important; }
.ml-n1, .mx-n1 { margin-left: -0.25rem !important; }
.m-n2 { margin: -0.5rem !important; }
.mt-n2, .my-n2 { margin-top: -0.5rem !important; }
.mr-n2, .mx-n2 { margin-right: -0.5rem !important; }
.mb-n2, .my-n2 { margin-bottom: -0.5rem !important; }
.ml-n2, .mx-n2 { margin-left: -0.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-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: 0px !important; }
  .mt-sm-0, .my-sm-0 { margin-top: 0px !important; }
  .mr-sm-0, .mx-sm-0 { margin-right: 0px !important; }
  .mb-sm-0, .my-sm-0 { margin-bottom: 0px !important; }
  .ml-sm-0, .mx-sm-0 { margin-left: 0px !important; }
  .m-sm-1 { margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 { margin-left: 0.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; }
  .p-sm-0 { padding: 0px !important; }
  .pt-sm-0, .py-sm-0 { padding-top: 0px !important; }
  .pr-sm-0, .px-sm-0 { padding-right: 0px !important; }
  .pb-sm-0, .py-sm-0 { padding-bottom: 0px !important; }
  .pl-sm-0, .px-sm-0 { padding-left: 0px !important; }
  .p-sm-1 { padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 { padding-left: 0.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; }
  .m-sm-n1 { margin: -0.25rem !important; }
  .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; }
  .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; }
  .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; }
  .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; }
  .m-sm-n2 { margin: -0.5rem !important; }
  .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; }
  .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; }
  .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; }
  .ml-sm-n2, .mx-sm-n2 { margin-left: -0.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-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: 0px !important; }
  .mt-md-0, .my-md-0 { margin-top: 0px !important; }
  .mr-md-0, .mx-md-0 { margin-right: 0px !important; }
  .mb-md-0, .my-md-0 { margin-bottom: 0px !important; }
  .ml-md-0, .mx-md-0 { margin-left: 0px !important; }
  .m-md-1 { margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 { margin-left: 0.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; }
  .p-md-0 { padding: 0px !important; }
  .pt-md-0, .py-md-0 { padding-top: 0px !important; }
  .pr-md-0, .px-md-0 { padding-right: 0px !important; }
  .pb-md-0, .py-md-0 { padding-bottom: 0px !important; }
  .pl-md-0, .px-md-0 { padding-left: 0px !important; }
  .p-md-1 { padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; }
  .p-md-2 { padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 { padding-left: 0.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; }
  .m-md-n1 { margin: -0.25rem !important; }
  .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; }
  .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; }
  .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; }
  .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; }
  .m-md-n2 { margin: -0.5rem !important; }
  .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; }
  .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; }
  .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; }
  .ml-md-n2, .mx-md-n2 { margin-left: -0.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-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: 0px !important; }
  .mt-lg-0, .my-lg-0 { margin-top: 0px !important; }
  .mr-lg-0, .mx-lg-0 { margin-right: 0px !important; }
  .mb-lg-0, .my-lg-0 { margin-bottom: 0px !important; }
  .ml-lg-0, .mx-lg-0 { margin-left: 0px !important; }
  .m-lg-1 { margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 { margin-left: 0.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; }
  .p-lg-0 { padding: 0px !important; }
  .pt-lg-0, .py-lg-0 { padding-top: 0px !important; }
  .pr-lg-0, .px-lg-0 { padding-right: 0px !important; }
  .pb-lg-0, .py-lg-0 { padding-bottom: 0px !important; }
  .pl-lg-0, .px-lg-0 { padding-left: 0px !important; }
  .p-lg-1 { padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; }
  .p-lg-2 { padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 { padding-left: 0.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; }
  .m-lg-n1 { margin: -0.25rem !important; }
  .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; }
  .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; }
  .m-lg-n2 { margin: -0.5rem !important; }
  .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; }
  .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 { margin-left: -0.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-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: 0px !important; }
  .mt-xl-0, .my-xl-0 { margin-top: 0px !important; }
  .mr-xl-0, .mx-xl-0 { margin-right: 0px !important; }
  .mb-xl-0, .my-xl-0 { margin-bottom: 0px !important; }
  .ml-xl-0, .mx-xl-0 { margin-left: 0px !important; }
  .m-xl-1 { margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 { margin-left: 0.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; }
  .p-xl-0 { padding: 0px !important; }
  .pt-xl-0, .py-xl-0 { padding-top: 0px !important; }
  .pr-xl-0, .px-xl-0 { padding-right: 0px !important; }
  .pb-xl-0, .py-xl-0 { padding-bottom: 0px !important; }
  .pl-xl-0, .px-xl-0 { padding-left: 0px !important; }
  .p-xl-1 { padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; }
  .p-xl-2 { padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 { padding-left: 0.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; }
  .m-xl-n1 { margin: -0.25rem !important; }
  .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; }
  .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; }
  .m-xl-n2 { margin: -0.5rem !important; }
  .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; }
  .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 { margin-left: -0.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-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 { background-color: transparent; inset: 0px; content: ""; pointer-events: auto; position: absolute; z-index: 1; }
.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: 700 !important; }
.font-weight-bolder { font-weight: bolder !important; }
.font-italic { font-style: italic !important; }
.text-white { color: rgb(255, 255, 255) !important; }
.text-primary { color: rgb(24, 19, 31) !important; }
a.text-primary:focus, a.text-primary:hover { color: rgb(0, 0, 0) !important; }
.text-secondary { color: rgb(255, 20, 48) !important; }
a.text-secondary:focus, a.text-secondary:hover { color: rgb(199, 0, 24) !important; }
.text-success { color: rgb(0, 169, 96) !important; }
a.text-success:focus, a.text-success:hover { color: rgb(0, 93, 53) !important; }
.text-info { color: rgb(237, 237, 227) !important; }
a.text-info:focus, a.text-info:hover { color: rgb(207, 207, 180) !important; }
.text-warning { color: rgb(255, 138, 45) !important; }
a.text-warning:focus, a.text-warning:hover { color: rgb(224, 99, 0) !important; }
.text-danger { color: rgb(248, 12, 91) !important; }
a.text-danger:focus, a.text-danger:hover { color: rgb(178, 5, 63) !important; }
.text-light { color: rgb(255, 255, 255) !important; }
a.text-light:focus, a.text-light:hover { color: rgb(217, 217, 217) !important; }
.text-dark { color: rgb(24, 19, 31) !important; }
a.text-dark:focus, a.text-dark:hover { color: rgb(0, 0, 0) !important; }
.text-body { color: rgb(33, 37, 41) !important; }
.text-muted { color: rgb(108, 117, 125) !important; }
.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }
.text-hide { background-color: transparent; border: 0px; color: transparent; font: 0px / 0 a; text-shadow: none; }
.text-decoration-none { text-decoration: none !important; }
.text-break { overflow-wrap: break-word !important; word-break: break-word !important; }
.text-reset { color: inherit !important; }
.visible { visibility: visible !important; }
.invisible { visibility: hidden !important; }
@media print {
  *, ::after, ::before { box-shadow: none !important; text-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 rgb(173, 181, 189); }
  blockquote, img, pre, tr { break-inside: avoid; }
  h2, h3, p { orphans: 3; widows: 3; }
  h2, h3 { break-after: avoid; }
  @page { size: a3; }
  .container, body { min-width: 992px !important; }
  .navbar { display: none; }
  .badge { border: 1px solid rgb(0, 0, 0); }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: rgb(255, 255, 255) !important; }
  .table-bordered td, .table-bordered th { border: 1px solid rgb(222, 226, 230) !important; }
  .table-dark { color: inherit; }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th { border-color: rgb(222, 226, 230); }
  .table .thead-dark th { border-color: rgb(222, 226, 230); color: inherit; }
}
.fa { font-family: var(--fa-style-family,"Font Awesome 6 Free"); font-weight: var(--fa-style,900); }
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas { -webkit-font-smoothing: antialiased; display: var(--fa-display,inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }
.fa-classic, .fa-regular, .fa-solid, .far, .fas { font-family: "Font Awesome 6 Free"; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }
.fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; }
.fa-xs { font-size: 0.75em; line-height: 0.0833333em; vertical-align: 0.125em; }
.fa-sm { font-size: 0.875em; line-height: 0.0714286em; vertical-align: 0.0535714em; }
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xl { font-size: 1.5em; line-height: 0.0416667em; vertical-align: -0.125em; }
.fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; }
.fa-fw { text-align: center; width: 1.25em; }
.fa-ul { list-style-type: none; margin-left: var(--fa-li-margin,2.5em); padding-left: 0px; }
.fa-ul > li { position: relative; }
.fa-li { left: calc(var(--fa-li-width,2em)*-1); line-height: inherit; position: absolute; text-align: center; width: var(--fa-li-width,2em); }
.fa-border { border-color: var(--fa-border-color,#eee); border-radius: var(--fa-border-radius,.1em); border-style: var(--fa-border-style,solid); border-width: var(--fa-border-width,.08em); padding: var(--fa-border-padding,.2em .25em .15em); }
.fa-pull-left { float: left; margin-right: var(--fa-pull-margin,.3em); }
.fa-pull-right { float: right; margin-left: var(--fa-pull-margin,.3em); }
.fa-beat { animation-delay: var(--fa-animation-delay,0s); animation-direction: var(--fa-animation-direction,normal); animation-duration: var(--fa-animation-duration,1s); animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-beat; animation-timing-function: var(--fa-animation-timing,ease-in-out); }
.fa-bounce { animation-delay: var(--fa-animation-delay,0s); animation-direction: var(--fa-animation-direction,normal); animation-duration: var(--fa-animation-duration,1s); animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-bounce; animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1)); }
.fa-fade { animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-fade; animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1)); }
.fa-beat-fade, .fa-fade { animation-delay: var(--fa-animation-delay,0s); animation-direction: var(--fa-animation-direction,normal); animation-duration: var(--fa-animation-duration,1s); }
.fa-beat-fade { animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-beat-fade; animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1)); }
.fa-flip { animation-delay: var(--fa-animation-delay,0s); animation-direction: var(--fa-animation-direction,normal); animation-duration: var(--fa-animation-duration,1s); animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-flip; animation-timing-function: var(--fa-animation-timing,ease-in-out); }
.fa-shake { animation-duration: var(--fa-animation-duration,1s); animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-shake; animation-timing-function: var(--fa-animation-timing,linear); }
.fa-shake, .fa-spin { animation-delay: var(--fa-animation-delay,0s); animation-direction: var(--fa-animation-direction,normal); }
.fa-spin { animation-duration: var(--fa-animation-duration,2s); animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-spin; animation-timing-function: var(--fa-animation-timing,linear); }
.fa-spin-reverse { --fa-animation-direction: reverse; }
.fa-pulse, .fa-spin-pulse { animation-direction: var(--fa-animation-direction,normal); animation-duration: var(--fa-animation-duration,1s); animation-iteration-count: var(--fa-animation-iteration-count,infinite); animation-name: fa-spin; animation-timing-function: var(--fa-animation-timing,steps(8)); }
@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { animation-delay: -1ms; animation-duration: 1ms; animation-iteration-count: 1; transition-delay: 0s; transition-duration: 0s; }
}
@keyframes fa-beat { 
  0%, 90% { transform: scale(1); }
  45% { transform: scale(var(--fa-beat-scale,1.25)); }
}
@keyframes fa-bounce { 
  0% { transform: scale(1) translateY(0px); }
  10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); }
  30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); }
  50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); }
  57% { transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em)); }
  64% { transform: scale(1) translateY(0px); }
  100% { transform: scale(1) translateY(0px); }
}
@keyframes fa-fade { 
  50% { opacity: var(--fa-fade-opacity,.4); }
}
@keyframes fa-beat-fade { 
  0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); }
  50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); }
}
@keyframes fa-flip { 
  50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); }
}
@keyframes fa-shake { 
  0% { transform: rotate(-15deg); }
  4% { transform: rotate(15deg); }
  24%, 8% { transform: rotate(-18deg); }
  12%, 28% { transform: rotate(18deg); }
  16% { transform: rotate(-22deg); }
  20% { transform: rotate(22deg); }
  32% { transform: rotate(-12deg); }
  36% { transform: rotate(12deg); }
  40%, 100% { transform: rotate(0deg); }
}
@keyframes fa-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
.fa-rotate-90 { transform: rotate(90deg); }
.fa-rotate-180 { transform: rotate(180deg); }
.fa-rotate-270 { transform: rotate(270deg); }
.fa-flip-horizontal { transform: scaleX(-1); }
.fa-flip-vertical { transform: scaleY(-1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { transform: scale(-1); }
.fa-rotate-by { transform: rotate(var(--fa-rotate-angle,none)); }
.fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; }
.fa-stack-1x, .fa-stack-2x { left: 0px; position: absolute; text-align: center; width: 100%; z-index: var(--fa-stack-z-index,auto); }
.fa-stack-1x { line-height: inherit; }
.fa-stack-2x { font-size: 2em; }
.fa-inverse { color: var(--fa-inverse,#fff); }
.fa-0::before { content: "0"; }
.fa-1::before { content: "1"; }
.fa-2::before { content: "2"; }
.fa-3::before { content: "3"; }
.fa-4::before { content: "4"; }
.fa-5::before { content: "5"; }
.fa-6::before { content: "6"; }
.fa-7::before { content: "7"; }
.fa-8::before { content: "8"; }
.fa-9::before { content: "9"; }
.fa-fill-drip::before { content: ""; }
.fa-arrows-to-circle::before { content: ""; }
.fa-chevron-circle-right::before, .fa-circle-chevron-right::before { content: ""; }
.fa-at::before { content: "@"; }
.fa-trash-alt::before, .fa-trash-can::before { content: ""; }
.fa-text-height::before { content: ""; }
.fa-user-times::before, .fa-user-xmark::before { content: ""; }
.fa-stethoscope::before { content: ""; }
.fa-comment-alt::before, .fa-message::before { content: ""; }
.fa-info::before { content: ""; }
.fa-compress-alt::before, .fa-down-left-and-up-right-to-center::before { content: ""; }
.fa-explosion::before { content: ""; }
.fa-file-alt::before, .fa-file-lines::before, .fa-file-text::before { content: ""; }
.fa-wave-square::before { content: ""; }
.fa-ring::before { content: ""; }
.fa-building-un::before { content: ""; }
.fa-dice-three::before { content: ""; }
.fa-calendar-alt::before, .fa-calendar-days::before { content: ""; }
.fa-anchor-circle-check::before { content: ""; }
.fa-building-circle-arrow-right::before { content: ""; }
.fa-volleyball-ball::before, .fa-volleyball::before { content: ""; }
.fa-arrows-up-to-line::before { content: ""; }
.fa-sort-desc::before, .fa-sort-down::before { content: ""; }
.fa-circle-minus::before, .fa-minus-circle::before { content: ""; }
.fa-door-open::before { content: ""; }
.fa-right-from-bracket::before, .fa-sign-out-alt::before { content: ""; }
.fa-atom::before { content: ""; }
.fa-soap::before { content: ""; }
.fa-heart-music-camera-bolt::before, .fa-icons::before { content: ""; }
.fa-microphone-alt-slash::before, .fa-microphone-lines-slash::before { content: ""; }
.fa-bridge-circle-check::before { content: ""; }
.fa-pump-medical::before { content: ""; }
.fa-fingerprint::before { content: ""; }
.fa-hand-point-right::before { content: ""; }
.fa-magnifying-glass-location::before, .fa-search-location::before { content: ""; }
.fa-forward-step::before, .fa-step-forward::before { content: ""; }
.fa-face-smile-beam::before, .fa-smile-beam::before { content: ""; }
.fa-flag-checkered::before { content: ""; }
.fa-football-ball::before, .fa-football::before { content: ""; }
.fa-school-circle-exclamation::before { content: ""; }
.fa-crop::before { content: ""; }
.fa-angle-double-down::before, .fa-angles-down::before { content: ""; }
.fa-users-rectangle::before { content: ""; }
.fa-people-roof::before { content: ""; }
.fa-people-line::before { content: ""; }
.fa-beer-mug-empty::before, .fa-beer::before { content: ""; }
.fa-diagram-predecessor::before { content: ""; }
.fa-arrow-up-long::before, .fa-long-arrow-up::before { content: ""; }
.fa-burn::before, .fa-fire-flame-simple::before { content: ""; }
.fa-male::before, .fa-person::before { content: ""; }
.fa-laptop::before { content: ""; }
.fa-file-csv::before { content: ""; }
.fa-menorah::before { content: ""; }
.fa-truck-plane::before { content: ""; }
.fa-record-vinyl::before { content: ""; }
.fa-face-grin-stars::before, .fa-grin-stars::before { content: ""; }
.fa-bong::before { content: ""; }
.fa-pastafarianism::before, .fa-spaghetti-monster-flying::before { content: ""; }
.fa-arrow-down-up-across-line::before { content: ""; }
.fa-spoon::before, .fa-utensil-spoon::before { content: ""; }
.fa-jar-wheat::before { content: ""; }
.fa-envelopes-bulk::before, .fa-mail-bulk::before { content: ""; }
.fa-file-circle-exclamation::before { content: ""; }
.fa-circle-h::before, .fa-hospital-symbol::before { content: ""; }
.fa-pager::before { content: ""; }
.fa-address-book::before, .fa-contact-book::before { content: ""; }
.fa-strikethrough::before { content: ""; }
.fa-k::before { content: "K"; }
.fa-landmark-flag::before { content: ""; }
.fa-pencil-alt::before, .fa-pencil::before { content: ""; }
.fa-backward::before { content: ""; }
.fa-caret-right::before { content: ""; }
.fa-comments::before { content: ""; }
.fa-file-clipboard::before, .fa-paste::before { content: ""; }
.fa-code-pull-request::before { content: ""; }
.fa-clipboard-list::before { content: ""; }
.fa-truck-loading::before, .fa-truck-ramp-box::before { content: ""; }
.fa-user-check::before { content: ""; }
.fa-vial-virus::before { content: ""; }
.fa-sheet-plastic::before { content: ""; }
.fa-blog::before { content: ""; }
.fa-user-ninja::before { content: ""; }
.fa-person-arrow-up-from-line::before { content: ""; }
.fa-scroll-torah::before, .fa-torah::before { content: ""; }
.fa-broom-ball::before, .fa-quidditch-broom-ball::before, .fa-quidditch::before { content: ""; }
.fa-toggle-off::before { content: ""; }
.fa-archive::before, .fa-box-archive::before { content: ""; }
.fa-person-drowning::before { content: ""; }
.fa-arrow-down-9-1::before, .fa-sort-numeric-desc::before, .fa-sort-numeric-down-alt::before { content: ""; }
.fa-face-grin-tongue-squint::before, .fa-grin-tongue-squint::before { content: ""; }
.fa-spray-can::before { content: ""; }
.fa-truck-monster::before { content: ""; }
.fa-w::before { content: "W"; }
.fa-earth-africa::before, .fa-globe-africa::before { content: ""; }
.fa-rainbow::before { content: ""; }
.fa-circle-notch::before { content: ""; }
.fa-tablet-alt::before, .fa-tablet-screen-button::before { content: ""; }
.fa-paw::before { content: ""; }
.fa-cloud::before { content: ""; }
.fa-trowel-bricks::before { content: ""; }
.fa-face-flushed::before, .fa-flushed::before { content: ""; }
.fa-hospital-user::before { content: ""; }
.fa-tent-arrow-left-right::before { content: ""; }
.fa-gavel::before, .fa-legal::before { content: ""; }
.fa-binoculars::before { content: ""; }
.fa-microphone-slash::before { content: ""; }
.fa-box-tissue::before { content: ""; }
.fa-motorcycle::before { content: ""; }
.fa-bell-concierge::before, .fa-concierge-bell::before { content: ""; }
.fa-pen-ruler::before, .fa-pencil-ruler::before { content: ""; }
.fa-people-arrows-left-right::before, .fa-people-arrows::before { content: ""; }
.fa-mars-and-venus-burst::before { content: ""; }
.fa-caret-square-right::before, .fa-square-caret-right::before { content: ""; }
.fa-cut::before, .fa-scissors::before { content: ""; }
.fa-sun-plant-wilt::before { content: ""; }
.fa-toilets-portable::before { content: ""; }
.fa-hockey-puck::before { content: ""; }
.fa-table::before { content: ""; }
.fa-magnifying-glass-arrow-right::before { content: ""; }
.fa-digital-tachograph::before, .fa-tachograph-digital::before { content: ""; }
.fa-users-slash::before { content: ""; }
.fa-clover::before { content: ""; }
.fa-mail-reply::before, .fa-reply::before { content: ""; }
.fa-star-and-crescent::before { content: ""; }
.fa-house-fire::before { content: ""; }
.fa-minus-square::before, .fa-square-minus::before { content: ""; }
.fa-helicopter::before { content: ""; }
.fa-compass::before { content: ""; }
.fa-caret-square-down::before, .fa-square-caret-down::before { content: ""; }
.fa-file-circle-question::before { content: ""; }
.fa-laptop-code::before { content: ""; }
.fa-swatchbook::before { content: ""; }
.fa-prescription-bottle::before { content: ""; }
.fa-bars::before, .fa-navicon::before { content: ""; }
.fa-people-group::before { content: ""; }
.fa-hourglass-3::before, .fa-hourglass-end::before { content: ""; }
.fa-heart-broken::before, .fa-heart-crack::before { content: ""; }
.fa-external-link-square-alt::before, .fa-square-up-right::before { content: ""; }
.fa-face-kiss-beam::before, .fa-kiss-beam::before { content: ""; }
.fa-film::before { content: ""; }
.fa-ruler-horizontal::before { content: ""; }
.fa-people-robbery::before { content: ""; }
.fa-lightbulb::before { content: ""; }
.fa-caret-left::before { content: ""; }
.fa-circle-exclamation::before, .fa-exclamation-circle::before { content: ""; }
.fa-school-circle-xmark::before { content: ""; }
.fa-arrow-right-from-bracket::before, .fa-sign-out::before { content: ""; }
.fa-chevron-circle-down::before, .fa-circle-chevron-down::before { content: ""; }
.fa-unlock-alt::before, .fa-unlock-keyhole::before { content: ""; }
.fa-cloud-showers-heavy::before { content: ""; }
.fa-headphones-alt::before, .fa-headphones-simple::before { content: ""; }
.fa-sitemap::before { content: ""; }
.fa-circle-dollar-to-slot::before, .fa-donate::before { content: ""; }
.fa-memory::before { content: ""; }
.fa-road-spikes::before { content: ""; }
.fa-fire-burner::before { content: ""; }
.fa-flag::before { content: ""; }
.fa-hanukiah::before { content: ""; }
.fa-feather::before { content: ""; }
.fa-volume-down::before, .fa-volume-low::before { content: ""; }
.fa-comment-slash::before { content: ""; }
.fa-cloud-sun-rain::before { content: ""; }
.fa-compress::before { content: ""; }
.fa-wheat-alt::before, .fa-wheat-awn::before { content: ""; }
.fa-ankh::before { content: ""; }
.fa-hands-holding-child::before { content: ""; }
.fa-asterisk::before { content: "*"; }
.fa-check-square::before, .fa-square-check::before { content: ""; }
.fa-peseta-sign::before { content: ""; }
.fa-header::before, .fa-heading::before { content: ""; }
.fa-ghost::before { content: ""; }
.fa-list-squares::before, .fa-list::before { content: ""; }
.fa-phone-square-alt::before, .fa-square-phone-flip::before { content: ""; }
.fa-cart-plus::before { content: ""; }
.fa-gamepad::before { content: ""; }
.fa-circle-dot::before, .fa-dot-circle::before { content: ""; }
.fa-dizzy::before, .fa-face-dizzy::before { content: ""; }
.fa-egg::before { content: ""; }
.fa-house-medical-circle-xmark::before { content: ""; }
.fa-campground::before { content: ""; }
.fa-folder-plus::before { content: ""; }
.fa-futbol-ball::before, .fa-futbol::before, .fa-soccer-ball::before { content: ""; }
.fa-paint-brush::before, .fa-paintbrush::before { content: ""; }
.fa-lock::before { content: ""; }
.fa-gas-pump::before { content: ""; }
.fa-hot-tub-person::before, .fa-hot-tub::before { content: ""; }
.fa-map-location::before, .fa-map-marked::before { content: ""; }
.fa-house-flood-water::before { content: ""; }
.fa-tree::before { content: ""; }
.fa-bridge-lock::before { content: ""; }
.fa-sack-dollar::before { content: ""; }
.fa-edit::before, .fa-pen-to-square::before { content: ""; }
.fa-car-side::before { content: ""; }
.fa-share-alt::before, .fa-share-nodes::before { content: ""; }
.fa-heart-circle-minus::before { content: ""; }
.fa-hourglass-2::before, .fa-hourglass-half::before { content: ""; }
.fa-microscope::before { content: ""; }
.fa-sink::before { content: ""; }
.fa-bag-shopping::before, .fa-shopping-bag::before { content: ""; }
.fa-arrow-down-z-a::before, .fa-sort-alpha-desc::before, .fa-sort-alpha-down-alt::before { content: ""; }
.fa-mitten::before { content: ""; }
.fa-person-rays::before { content: ""; }
.fa-users::before { content: ""; }
.fa-eye-slash::before { content: ""; }
.fa-flask-vial::before { content: ""; }
.fa-hand-paper::before, .fa-hand::before { content: ""; }
.fa-om::before { content: ""; }
.fa-worm::before { content: ""; }
.fa-house-circle-xmark::before { content: ""; }
.fa-plug::before { content: ""; }
.fa-chevron-up::before { content: ""; }
.fa-hand-spock::before { content: ""; }
.fa-stopwatch::before { content: ""; }
.fa-face-kiss::before, .fa-kiss::before { content: ""; }
.fa-bridge-circle-xmark::before { content: ""; }
.fa-face-grin-tongue::before, .fa-grin-tongue::before { content: ""; }
.fa-chess-bishop::before { content: ""; }
.fa-face-grin-wink::before, .fa-grin-wink::before { content: ""; }
.fa-deaf::before, .fa-deafness::before, .fa-ear-deaf::before, .fa-hard-of-hearing::before { content: ""; }
.fa-road-circle-check::before { content: ""; }
.fa-dice-five::before { content: ""; }
.fa-rss-square::before, .fa-square-rss::before { content: ""; }
.fa-land-mine-on::before { content: ""; }
.fa-i-cursor::before { content: ""; }
.fa-stamp::before { content: ""; }
.fa-stairs::before { content: ""; }
.fa-i::before { content: "I"; }
.fa-hryvnia-sign::before, .fa-hryvnia::before { content: ""; }
.fa-pills::before { content: ""; }
.fa-face-grin-wide::before, .fa-grin-alt::before { content: ""; }
.fa-tooth::before { content: ""; }
.fa-v::before { content: "V"; }
.fa-bangladeshi-taka-sign::before { content: ""; }
.fa-bicycle::before { content: ""; }
.fa-rod-asclepius::before, .fa-rod-snake::before, .fa-staff-aesculapius::before, .fa-staff-snake::before { content: ""; }
.fa-head-side-cough-slash::before { content: ""; }
.fa-ambulance::before, .fa-truck-medical::before { content: ""; }
.fa-wheat-awn-circle-exclamation::before { content: ""; }
.fa-snowman::before { content: ""; }
.fa-mortar-pestle::before { content: ""; }
.fa-road-barrier::before { content: ""; }
.fa-school::before { content: ""; }
.fa-igloo::before { content: ""; }
.fa-joint::before { content: ""; }
.fa-angle-right::before { content: ""; }
.fa-horse::before { content: ""; }
.fa-q::before { content: "Q"; }
.fa-g::before { content: "G"; }
.fa-notes-medical::before { content: ""; }
.fa-temperature-2::before, .fa-temperature-half::before, .fa-thermometer-2::before, .fa-thermometer-half::before { content: ""; }
.fa-dong-sign::before { content: ""; }
.fa-capsules::before { content: ""; }
.fa-poo-bolt::before, .fa-poo-storm::before { content: ""; }
.fa-face-frown-open::before, .fa-frown-open::before { content: ""; }
.fa-hand-point-up::before { content: ""; }
.fa-money-bill::before { content: ""; }
.fa-bookmark::before { content: ""; }
.fa-align-justify::before { content: ""; }
.fa-umbrella-beach::before { content: ""; }
.fa-helmet-un::before { content: ""; }
.fa-bullseye::before { content: ""; }
.fa-bacon::before { content: ""; }
.fa-hand-point-down::before { content: ""; }
.fa-arrow-up-from-bracket::before { content: ""; }
.fa-folder-blank::before, .fa-folder::before { content: ""; }
.fa-file-medical-alt::before, .fa-file-waveform::before { content: ""; }
.fa-radiation::before { content: ""; }
.fa-chart-simple::before { content: ""; }
.fa-mars-stroke::before { content: ""; }
.fa-vial::before { content: ""; }
.fa-dashboard::before, .fa-gauge-med::before, .fa-gauge::before, .fa-tachometer-alt-average::before { content: ""; }
.fa-magic-wand-sparkles::before, .fa-wand-magic-sparkles::before { content: ""; }
.fa-e::before { content: "E"; }
.fa-pen-alt::before, .fa-pen-clip::before { content: ""; }
.fa-bridge-circle-exclamation::before { content: ""; }
.fa-user::before { content: ""; }
.fa-school-circle-check::before { content: ""; }
.fa-dumpster::before { content: ""; }
.fa-shuttle-van::before, .fa-van-shuttle::before { content: ""; }
.fa-building-user::before { content: ""; }
.fa-caret-square-left::before, .fa-square-caret-left::before { content: ""; }
.fa-highlighter::before { content: ""; }
.fa-key::before { content: ""; }
.fa-bullhorn::before { content: ""; }
.fa-globe::before { content: ""; }
.fa-synagogue::before { content: ""; }
.fa-person-half-dress::before { content: ""; }
.fa-road-bridge::before { content: ""; }
.fa-location-arrow::before { content: ""; }
.fa-c::before { content: "C"; }
.fa-tablet-button::before { content: ""; }
.fa-building-lock::before { content: ""; }
.fa-pizza-slice::before { content: ""; }
.fa-money-bill-wave::before { content: ""; }
.fa-area-chart::before, .fa-chart-area::before { content: ""; }
.fa-house-flag::before { content: ""; }
.fa-person-circle-minus::before { content: ""; }
.fa-ban::before, .fa-cancel::before { content: ""; }
.fa-camera-rotate::before { content: ""; }
.fa-air-freshener::before, .fa-spray-can-sparkles::before { content: ""; }
.fa-star::before { content: ""; }
.fa-repeat::before { content: ""; }
.fa-cross::before { content: ""; }
.fa-box::before { content: ""; }
.fa-venus-mars::before { content: ""; }
.fa-arrow-pointer::before, .fa-mouse-pointer::before { content: ""; }
.fa-expand-arrows-alt::before, .fa-maximize::before { content: ""; }
.fa-charging-station::before { content: ""; }
.fa-shapes::before, .fa-triangle-circle-square::before { content: ""; }
.fa-random::before, .fa-shuffle::before { content: ""; }
.fa-person-running::before, .fa-running::before { content: ""; }
.fa-mobile-retro::before { content: ""; }
.fa-grip-lines-vertical::before { content: ""; }
.fa-spider::before { content: ""; }
.fa-hands-bound::before { content: ""; }
.fa-file-invoice-dollar::before { content: ""; }
.fa-plane-circle-exclamation::before { content: ""; }
.fa-x-ray::before { content: ""; }
.fa-spell-check::before { content: ""; }
.fa-slash::before { content: ""; }
.fa-computer-mouse::before, .fa-mouse::before { content: ""; }
.fa-arrow-right-to-bracket::before, .fa-sign-in::before { content: ""; }
.fa-shop-slash::before, .fa-store-alt-slash::before { content: ""; }
.fa-server::before { content: ""; }
.fa-virus-covid-slash::before { content: ""; }
.fa-shop-lock::before { content: ""; }
.fa-hourglass-1::before, .fa-hourglass-start::before { content: ""; }
.fa-blender-phone::before { content: ""; }
.fa-building-wheat::before { content: ""; }
.fa-person-breastfeeding::before { content: ""; }
.fa-right-to-bracket::before, .fa-sign-in-alt::before { content: ""; }
.fa-venus::before { content: ""; }
.fa-passport::before { content: ""; }
.fa-heart-pulse::before, .fa-heartbeat::before { content: ""; }
.fa-people-carry-box::before, .fa-people-carry::before { content: ""; }
.fa-temperature-high::before { content: ""; }
.fa-microchip::before { content: ""; }
.fa-crown::before { content: ""; }
.fa-weight-hanging::before { content: ""; }
.fa-xmarks-lines::before { content: ""; }
.fa-file-prescription::before { content: ""; }
.fa-weight-scale::before, .fa-weight::before { content: ""; }
.fa-user-friends::before, .fa-user-group::before { content: ""; }
.fa-arrow-up-a-z::before, .fa-sort-alpha-up::before { content: ""; }
.fa-chess-knight::before { content: ""; }
.fa-face-laugh-squint::before, .fa-laugh-squint::before { content: ""; }
.fa-wheelchair::before { content: ""; }
.fa-arrow-circle-up::before, .fa-circle-arrow-up::before { content: ""; }
.fa-toggle-on::before { content: ""; }
.fa-person-walking::before, .fa-walking::before { content: ""; }
.fa-l::before { content: "L"; }
.fa-fire::before { content: ""; }
.fa-bed-pulse::before, .fa-procedures::before { content: ""; }
.fa-shuttle-space::before, .fa-space-shuttle::before { content: ""; }
.fa-face-laugh::before, .fa-laugh::before { content: ""; }
.fa-folder-open::before { content: ""; }
.fa-heart-circle-plus::before { content: ""; }
.fa-code-fork::before { content: ""; }
.fa-city::before { content: ""; }
.fa-microphone-alt::before, .fa-microphone-lines::before { content: ""; }
.fa-pepper-hot::before { content: ""; }
.fa-unlock::before { content: ""; }
.fa-colon-sign::before { content: ""; }
.fa-headset::before { content: ""; }
.fa-store-slash::before { content: ""; }
.fa-road-circle-xmark::before { content: ""; }
.fa-user-minus::before { content: ""; }
.fa-mars-stroke-up::before, .fa-mars-stroke-v::before { content: ""; }
.fa-champagne-glasses::before, .fa-glass-cheers::before { content: ""; }
.fa-clipboard::before { content: ""; }
.fa-house-circle-exclamation::before { content: ""; }
.fa-file-arrow-up::before, .fa-file-upload::before { content: ""; }
.fa-wifi-3::before, .fa-wifi-strong::before, .fa-wifi::before { content: ""; }
.fa-bath::before, .fa-bathtub::before { content: ""; }
.fa-underline::before { content: ""; }
.fa-user-edit::before, .fa-user-pen::before { content: ""; }
.fa-signature::before { content: ""; }
.fa-stroopwafel::before { content: ""; }
.fa-bold::before { content: ""; }
.fa-anchor-lock::before { content: ""; }
.fa-building-ngo::before { content: ""; }
.fa-manat-sign::before { content: ""; }
.fa-not-equal::before { content: ""; }
.fa-border-style::before, .fa-border-top-left::before { content: ""; }
.fa-map-location-dot::before, .fa-map-marked-alt::before { content: ""; }
.fa-jedi::before { content: ""; }
.fa-poll::before, .fa-square-poll-vertical::before { content: ""; }
.fa-mug-hot::before { content: ""; }
.fa-battery-car::before, .fa-car-battery::before { content: ""; }
.fa-gift::before { content: ""; }
.fa-dice-two::before { content: ""; }
.fa-chess-queen::before { content: ""; }
.fa-glasses::before { content: ""; }
.fa-chess-board::before { content: ""; }
.fa-building-circle-check::before { content: ""; }
.fa-person-chalkboard::before { content: ""; }
.fa-mars-stroke-h::before, .fa-mars-stroke-right::before { content: ""; }
.fa-hand-back-fist::before, .fa-hand-rock::before { content: ""; }
.fa-caret-square-up::before, .fa-square-caret-up::before { content: ""; }
.fa-cloud-showers-water::before { content: ""; }
.fa-bar-chart::before, .fa-chart-bar::before { content: ""; }
.fa-hands-bubbles::before, .fa-hands-wash::before { content: ""; }
.fa-less-than-equal::before { content: ""; }
.fa-train::before { content: ""; }
.fa-eye-low-vision::before, .fa-low-vision::before { content: ""; }
.fa-crow::before { content: ""; }
.fa-sailboat::before { content: ""; }
.fa-window-restore::before { content: ""; }
.fa-plus-square::before, .fa-square-plus::before { content: ""; }
.fa-torii-gate::before { content: ""; }
.fa-frog::before { content: ""; }
.fa-bucket::before { content: ""; }
.fa-image::before { content: ""; }
.fa-microphone::before { content: ""; }
.fa-cow::before { content: ""; }
.fa-caret-up::before { content: ""; }
.fa-screwdriver::before { content: ""; }
.fa-folder-closed::before { content: ""; }
.fa-house-tsunami::before { content: ""; }
.fa-square-nfi::before { content: ""; }
.fa-arrow-up-from-ground-water::before { content: ""; }
.fa-glass-martini-alt::before, .fa-martini-glass::before { content: ""; }
.fa-rotate-back::before, .fa-rotate-backward::before, .fa-rotate-left::before, .fa-undo-alt::before { content: ""; }
.fa-columns::before, .fa-table-columns::before { content: ""; }
.fa-lemon::before { content: ""; }
.fa-head-side-mask::before { content: ""; }
.fa-handshake::before { content: ""; }
.fa-gem::before { content: ""; }
.fa-dolly-box::before, .fa-dolly::before { content: ""; }
.fa-smoking::before { content: ""; }
.fa-compress-arrows-alt::before, .fa-minimize::before { content: ""; }
.fa-monument::before { content: ""; }
.fa-snowplow::before { content: ""; }
.fa-angle-double-right::before, .fa-angles-right::before { content: ""; }
.fa-cannabis::before { content: ""; }
.fa-circle-play::before, .fa-play-circle::before { content: ""; }
.fa-tablets::before { content: ""; }
.fa-ethernet::before { content: ""; }
.fa-eur::before, .fa-euro-sign::before, .fa-euro::before { content: ""; }
.fa-chair::before { content: ""; }
.fa-check-circle::before, .fa-circle-check::before { content: ""; }
.fa-circle-stop::before, .fa-stop-circle::before { content: ""; }
.fa-compass-drafting::before, .fa-drafting-compass::before { content: ""; }
.fa-plate-wheat::before { content: ""; }
.fa-icicles::before { content: ""; }
.fa-person-shelter::before { content: ""; }
.fa-neuter::before { content: ""; }
.fa-id-badge::before { content: ""; }
.fa-marker::before { content: ""; }
.fa-face-laugh-beam::before, .fa-laugh-beam::before { content: ""; }
.fa-helicopter-symbol::before { content: ""; }
.fa-universal-access::before { content: ""; }
.fa-chevron-circle-up::before, .fa-circle-chevron-up::before { content: ""; }
.fa-lari-sign::before { content: ""; }
.fa-volcano::before { content: ""; }
.fa-person-walking-dashed-line-arrow-right::before { content: ""; }
.fa-gbp::before, .fa-pound-sign::before, .fa-sterling-sign::before { content: ""; }
.fa-viruses::before { content: ""; }
.fa-square-person-confined::before { content: ""; }
.fa-user-tie::before { content: ""; }
.fa-arrow-down-long::before, .fa-long-arrow-down::before { content: ""; }
.fa-tent-arrow-down-to-line::before { content: ""; }
.fa-certificate::before { content: ""; }
.fa-mail-reply-all::before, .fa-reply-all::before { content: ""; }
.fa-suitcase::before { content: ""; }
.fa-person-skating::before, .fa-skating::before { content: ""; }
.fa-filter-circle-dollar::before, .fa-funnel-dollar::before { content: ""; }
.fa-camera-retro::before { content: ""; }
.fa-arrow-circle-down::before, .fa-circle-arrow-down::before { content: ""; }
.fa-arrow-right-to-file::before, .fa-file-import::before { content: ""; }
.fa-external-link-square::before, .fa-square-arrow-up-right::before { content: ""; }
.fa-box-open::before { content: ""; }
.fa-scroll::before { content: ""; }
.fa-spa::before { content: ""; }
.fa-location-pin-lock::before { content: ""; }
.fa-pause::before { content: ""; }
.fa-hill-avalanche::before { content: ""; }
.fa-temperature-0::before, .fa-temperature-empty::before, .fa-thermometer-0::before, .fa-thermometer-empty::before { content: ""; }
.fa-bomb::before { content: ""; }
.fa-registered::before { content: ""; }
.fa-address-card::before, .fa-contact-card::before, .fa-vcard::before { content: ""; }
.fa-balance-scale-right::before, .fa-scale-unbalanced-flip::before { content: ""; }
.fa-subscript::before { content: ""; }
.fa-diamond-turn-right::before, .fa-directions::before { content: ""; }
.fa-burst::before { content: ""; }
.fa-house-laptop::before, .fa-laptop-house::before { content: ""; }
.fa-face-tired::before, .fa-tired::before { content: ""; }
.fa-money-bills::before { content: ""; }
.fa-smog::before { content: ""; }
.fa-crutch::before { content: ""; }
.fa-cloud-arrow-up::before, .fa-cloud-upload-alt::before, .fa-cloud-upload::before { content: ""; }
.fa-palette::before { content: ""; }
.fa-arrows-turn-right::before { content: ""; }
.fa-vest::before { content: ""; }
.fa-ferry::before { content: ""; }
.fa-arrows-down-to-people::before { content: ""; }
.fa-seedling::before, .fa-sprout::before { content: ""; }
.fa-arrows-alt-h::before, .fa-left-right::before { content: ""; }
.fa-boxes-packing::before { content: ""; }
.fa-arrow-circle-left::before, .fa-circle-arrow-left::before { content: ""; }
.fa-group-arrows-rotate::before { content: ""; }
.fa-bowl-food::before { content: ""; }
.fa-candy-cane::before { content: ""; }
.fa-arrow-down-wide-short::before, .fa-sort-amount-asc::before, .fa-sort-amount-down::before { content: ""; }
.fa-cloud-bolt::before, .fa-thunderstorm::before { content: ""; }
.fa-remove-format::before, .fa-text-slash::before { content: ""; }
.fa-face-smile-wink::before, .fa-smile-wink::before { content: ""; }
.fa-file-word::before { content: ""; }
.fa-file-powerpoint::before { content: ""; }
.fa-arrows-h::before, .fa-arrows-left-right::before { content: ""; }
.fa-house-lock::before { content: ""; }
.fa-cloud-arrow-down::before, .fa-cloud-download-alt::before, .fa-cloud-download::before { content: ""; }
.fa-children::before { content: ""; }
.fa-blackboard::before, .fa-chalkboard::before { content: ""; }
.fa-user-alt-slash::before, .fa-user-large-slash::before { content: ""; }
.fa-envelope-open::before { content: ""; }
.fa-handshake-alt-slash::before, .fa-handshake-simple-slash::before { content: ""; }
.fa-mattress-pillow::before { content: ""; }
.fa-guarani-sign::before { content: ""; }
.fa-arrows-rotate::before, .fa-refresh::before, .fa-sync::before { content: ""; }
.fa-fire-extinguisher::before { content: ""; }
.fa-cruzeiro-sign::before { content: ""; }
.fa-greater-than-equal::before { content: ""; }
.fa-shield-alt::before, .fa-shield-halved::before { content: ""; }
.fa-atlas::before, .fa-book-atlas::before { content: ""; }
.fa-virus::before { content: ""; }
.fa-envelope-circle-check::before { content: ""; }
.fa-layer-group::before { content: ""; }
.fa-arrows-to-dot::before { content: ""; }
.fa-archway::before { content: ""; }
.fa-heart-circle-check::before { content: ""; }
.fa-house-chimney-crack::before, .fa-house-damage::before { content: ""; }
.fa-file-archive::before, .fa-file-zipper::before { content: ""; }
.fa-square::before { content: ""; }
.fa-glass-martini::before, .fa-martini-glass-empty::before { content: ""; }
.fa-couch::before { content: ""; }
.fa-cedi-sign::before { content: ""; }
.fa-italic::before { content: ""; }
.fa-church::before { content: ""; }
.fa-comments-dollar::before { content: ""; }
.fa-democrat::before { content: ""; }
.fa-z::before { content: "Z"; }
.fa-person-skiing::before, .fa-skiing::before { content: ""; }
.fa-road-lock::before { content: ""; }
.fa-a::before { content: "A"; }
.fa-temperature-arrow-down::before, .fa-temperature-down::before { content: ""; }
.fa-feather-alt::before, .fa-feather-pointed::before { content: ""; }
.fa-p::before { content: "P"; }
.fa-snowflake::before { content: ""; }
.fa-newspaper::before { content: ""; }
.fa-ad::before, .fa-rectangle-ad::before { content: ""; }
.fa-arrow-circle-right::before, .fa-circle-arrow-right::before { content: ""; }
.fa-filter-circle-xmark::before { content: ""; }
.fa-locust::before { content: ""; }
.fa-sort::before, .fa-unsorted::before { content: ""; }
.fa-list-1-2::before, .fa-list-numeric::before, .fa-list-ol::before { content: ""; }
.fa-person-dress-burst::before { content: ""; }
.fa-money-check-alt::before, .fa-money-check-dollar::before { content: ""; }
.fa-vector-square::before { content: ""; }
.fa-bread-slice::before { content: ""; }
.fa-language::before { content: ""; }
.fa-face-kiss-wink-heart::before, .fa-kiss-wink-heart::before { content: ""; }
.fa-filter::before { content: ""; }
.fa-question::before { content: "?"; }
.fa-file-signature::before { content: ""; }
.fa-arrows-alt::before, .fa-up-down-left-right::before { content: ""; }
.fa-house-chimney-user::before { content: ""; }
.fa-hand-holding-heart::before { content: ""; }
.fa-puzzle-piece::before { content: ""; }
.fa-money-check::before { content: ""; }
.fa-star-half-alt::before, .fa-star-half-stroke::before { content: ""; }
.fa-code::before { content: ""; }
.fa-glass-whiskey::before, .fa-whiskey-glass::before { content: ""; }
.fa-building-circle-exclamation::before { content: ""; }
.fa-magnifying-glass-chart::before { content: ""; }
.fa-arrow-up-right-from-square::before, .fa-external-link::before { content: ""; }
.fa-cubes-stacked::before { content: ""; }
.fa-krw::before, .fa-won-sign::before, .fa-won::before { content: ""; }
.fa-virus-covid::before { content: ""; }
.fa-austral-sign::before { content: ""; }
.fa-f::before { content: "F"; }
.fa-leaf::before { content: ""; }
.fa-road::before { content: ""; }
.fa-cab::before, .fa-taxi::before { content: ""; }
.fa-person-circle-plus::before { content: ""; }
.fa-chart-pie::before, .fa-pie-chart::before { content: ""; }
.fa-bolt-lightning::before { content: ""; }
.fa-sack-xmark::before { content: ""; }
.fa-file-excel::before { content: ""; }
.fa-file-contract::before { content: ""; }
.fa-fish-fins::before { content: ""; }
.fa-building-flag::before { content: ""; }
.fa-face-grin-beam::before, .fa-grin-beam::before { content: ""; }
.fa-object-ungroup::before { content: ""; }
.fa-poop::before { content: ""; }
.fa-location-pin::before, .fa-map-marker::before { content: ""; }
.fa-kaaba::before { content: ""; }
.fa-toilet-paper::before { content: ""; }
.fa-hard-hat::before, .fa-hat-hard::before, .fa-helmet-safety::before { content: ""; }
.fa-eject::before { content: ""; }
.fa-arrow-alt-circle-right::before, .fa-circle-right::before { content: ""; }
.fa-plane-circle-check::before { content: ""; }
.fa-face-rolling-eyes::before, .fa-meh-rolling-eyes::before { content: ""; }
.fa-object-group::before { content: ""; }
.fa-chart-line::before, .fa-line-chart::before { content: ""; }
.fa-mask-ventilator::before { content: ""; }
.fa-arrow-right::before { content: ""; }
.fa-map-signs::before, .fa-signs-post::before { content: ""; }
.fa-cash-register::before { content: ""; }
.fa-person-circle-question::before { content: ""; }
.fa-h::before { content: "H"; }
.fa-tarp::before { content: ""; }
.fa-screwdriver-wrench::before, .fa-tools::before { content: ""; }
.fa-arrows-to-eye::before { content: ""; }
.fa-plug-circle-bolt::before { content: ""; }
.fa-heart::before { content: ""; }
.fa-mars-and-venus::before { content: ""; }
.fa-home-user::before, .fa-house-user::before { content: ""; }
.fa-dumpster-fire::before { content: ""; }
.fa-house-crack::before { content: ""; }
.fa-cocktail::before, .fa-martini-glass-citrus::before { content: ""; }
.fa-face-surprise::before, .fa-surprise::before { content: ""; }
.fa-bottle-water::before { content: ""; }
.fa-circle-pause::before, .fa-pause-circle::before { content: ""; }
.fa-toilet-paper-slash::before { content: ""; }
.fa-apple-alt::before, .fa-apple-whole::before { content: ""; }
.fa-kitchen-set::before { content: ""; }
.fa-r::before { content: "R"; }
.fa-temperature-1::before, .fa-temperature-quarter::before, .fa-thermometer-1::before, .fa-thermometer-quarter::before { content: ""; }
.fa-cube::before { content: ""; }
.fa-bitcoin-sign::before { content: ""; }
.fa-shield-dog::before { content: ""; }
.fa-solar-panel::before { content: ""; }
.fa-lock-open::before { content: ""; }
.fa-elevator::before { content: ""; }
.fa-money-bill-transfer::before { content: ""; }
.fa-money-bill-trend-up::before { content: ""; }
.fa-house-flood-water-circle-arrow-right::before { content: ""; }
.fa-poll-h::before, .fa-square-poll-horizontal::before { content: ""; }
.fa-circle::before { content: ""; }
.fa-backward-fast::before, .fa-fast-backward::before { content: ""; }
.fa-recycle::before { content: ""; }
.fa-user-astronaut::before { content: ""; }
.fa-plane-slash::before { content: ""; }
.fa-trademark::before { content: ""; }
.fa-basketball-ball::before, .fa-basketball::before { content: ""; }
.fa-satellite-dish::before { content: ""; }
.fa-arrow-alt-circle-up::before, .fa-circle-up::before { content: ""; }
.fa-mobile-alt::before, .fa-mobile-screen-button::before { content: ""; }
.fa-volume-high::before { content: ""; }
.fa-users-rays::before { content: ""; }
.fa-wallet::before { content: ""; }
.fa-clipboard-check::before { content: ""; }
.fa-file-audio::before { content: ""; }
.fa-burger::before, .fa-hamburger::before { content: ""; }
.fa-wrench::before { content: ""; }
.fa-bugs::before { content: ""; }
.fa-rupee-sign::before, .fa-rupee::before { content: ""; }
.fa-file-image::before { content: ""; }
.fa-circle-question::before, .fa-question-circle::before { content: ""; }
.fa-plane-departure::before { content: ""; }
.fa-handshake-slash::before { content: ""; }
.fa-book-bookmark::before { content: ""; }
.fa-code-branch::before { content: ""; }
.fa-hat-cowboy::before { content: ""; }
.fa-bridge::before { content: ""; }
.fa-phone-alt::before, .fa-phone-flip::before { content: ""; }
.fa-truck-front::before { content: ""; }
.fa-cat::before { content: ""; }
.fa-anchor-circle-exclamation::before { content: ""; }
.fa-truck-field::before { content: ""; }
.fa-route::before { content: ""; }
.fa-clipboard-question::before { content: ""; }
.fa-panorama::before { content: ""; }
.fa-comment-medical::before { content: ""; }
.fa-teeth-open::before { content: ""; }
.fa-file-circle-minus::before { content: ""; }
.fa-tags::before { content: ""; }
.fa-wine-glass::before { content: ""; }
.fa-fast-forward::before, .fa-forward-fast::before { content: ""; }
.fa-face-meh-blank::before, .fa-meh-blank::before { content: ""; }
.fa-parking::before, .fa-square-parking::before { content: ""; }
.fa-house-signal::before { content: ""; }
.fa-bars-progress::before, .fa-tasks-alt::before { content: ""; }
.fa-faucet-drip::before { content: ""; }
.fa-cart-flatbed::before, .fa-dolly-flatbed::before { content: ""; }
.fa-ban-smoking::before, .fa-smoking-ban::before { content: ""; }
.fa-terminal::before { content: ""; }
.fa-mobile-button::before { content: ""; }
.fa-house-medical-flag::before { content: ""; }
.fa-basket-shopping::before, .fa-shopping-basket::before { content: ""; }
.fa-tape::before { content: ""; }
.fa-bus-alt::before, .fa-bus-simple::before { content: ""; }
.fa-eye::before { content: ""; }
.fa-face-sad-cry::before, .fa-sad-cry::before { content: ""; }
.fa-audio-description::before { content: ""; }
.fa-person-military-to-person::before { content: ""; }
.fa-file-shield::before { content: ""; }
.fa-user-slash::before { content: ""; }
.fa-pen::before { content: ""; }
.fa-tower-observation::before { content: ""; }
.fa-file-code::before { content: ""; }
.fa-signal-5::before, .fa-signal-perfect::before, .fa-signal::before { content: ""; }
.fa-bus::before { content: ""; }
.fa-heart-circle-xmark::before { content: ""; }
.fa-home-lg::before, .fa-house-chimney::before { content: ""; }
.fa-window-maximize::before { content: ""; }
.fa-face-frown::before, .fa-frown::before { content: ""; }
.fa-prescription::before { content: ""; }
.fa-shop::before, .fa-store-alt::before { content: ""; }
.fa-floppy-disk::before, .fa-save::before { content: ""; }
.fa-vihara::before { content: ""; }
.fa-balance-scale-left::before, .fa-scale-unbalanced::before { content: ""; }
.fa-sort-asc::before, .fa-sort-up::before { content: ""; }
.fa-comment-dots::before, .fa-commenting::before { content: ""; }
.fa-plant-wilt::before { content: ""; }
.fa-diamond::before { content: ""; }
.fa-face-grin-squint::before, .fa-grin-squint::before { content: ""; }
.fa-hand-holding-dollar::before, .fa-hand-holding-usd::before { content: ""; }
.fa-bacterium::before { content: ""; }
.fa-hand-pointer::before { content: ""; }
.fa-drum-steelpan::before { content: ""; }
.fa-hand-scissors::before { content: ""; }
.fa-hands-praying::before, .fa-praying-hands::before { content: ""; }
.fa-arrow-right-rotate::before, .fa-arrow-rotate-forward::before, .fa-arrow-rotate-right::before, .fa-redo::before { content: ""; }
.fa-biohazard::before { content: ""; }
.fa-location-crosshairs::before, .fa-location::before { content: ""; }
.fa-mars-double::before { content: ""; }
.fa-child-dress::before { content: ""; }
.fa-users-between-lines::before { content: ""; }
.fa-lungs-virus::before { content: ""; }
.fa-face-grin-tears::before, .fa-grin-tears::before { content: ""; }
.fa-phone::before { content: ""; }
.fa-calendar-times::before, .fa-calendar-xmark::before { content: ""; }
.fa-child-reaching::before { content: ""; }
.fa-head-side-virus::before { content: ""; }
.fa-user-cog::before, .fa-user-gear::before { content: ""; }
.fa-arrow-up-1-9::before, .fa-sort-numeric-up::before { content: ""; }
.fa-door-closed::before { content: ""; }
.fa-shield-virus::before { content: ""; }
.fa-dice-six::before { content: ""; }
.fa-mosquito-net::before { content: ""; }
.fa-bridge-water::before { content: ""; }
.fa-person-booth::before { content: ""; }
.fa-text-width::before { content: ""; }
.fa-hat-wizard::before { content: ""; }
.fa-pen-fancy::before { content: ""; }
.fa-digging::before, .fa-person-digging::before { content: ""; }
.fa-trash::before { content: ""; }
.fa-gauge-simple-med::before, .fa-gauge-simple::before, .fa-tachometer-average::before { content: ""; }
.fa-book-medical::before { content: ""; }
.fa-poo::before { content: ""; }
.fa-quote-right-alt::before, .fa-quote-right::before { content: ""; }
.fa-shirt::before, .fa-t-shirt::before, .fa-tshirt::before { content: ""; }
.fa-cubes::before { content: ""; }
.fa-divide::before { content: ""; }
.fa-tenge-sign::before, .fa-tenge::before { content: ""; }
.fa-headphones::before { content: ""; }
.fa-hands-holding::before { content: ""; }
.fa-hands-clapping::before { content: ""; }
.fa-republican::before { content: ""; }
.fa-arrow-left::before { content: ""; }
.fa-person-circle-xmark::before { content: ""; }
.fa-ruler::before { content: ""; }
.fa-align-left::before { content: ""; }
.fa-dice-d6::before { content: ""; }
.fa-restroom::before { content: ""; }
.fa-j::before { content: "J"; }
.fa-users-viewfinder::before { content: ""; }
.fa-file-video::before { content: ""; }
.fa-external-link-alt::before, .fa-up-right-from-square::before { content: ""; }
.fa-table-cells::before, .fa-th::before { content: ""; }
.fa-file-pdf::before { content: ""; }
.fa-bible::before, .fa-book-bible::before { content: ""; }
.fa-o::before { content: "O"; }
.fa-medkit::before, .fa-suitcase-medical::before { content: ""; }
.fa-user-secret::before { content: ""; }
.fa-otter::before { content: ""; }
.fa-female::before, .fa-person-dress::before { content: ""; }
.fa-comment-dollar::before { content: ""; }
.fa-briefcase-clock::before, .fa-business-time::before { content: ""; }
.fa-table-cells-large::before, .fa-th-large::before { content: ""; }
.fa-book-tanakh::before, .fa-tanakh::before { content: ""; }
.fa-phone-volume::before, .fa-volume-control-phone::before { content: ""; }
.fa-hat-cowboy-side::before { content: ""; }
.fa-clipboard-user::before { content: ""; }
.fa-child::before { content: ""; }
.fa-lira-sign::before { content: ""; }
.fa-satellite::before { content: ""; }
.fa-plane-lock::before { content: ""; }
.fa-tag::before { content: ""; }
.fa-comment::before { content: ""; }
.fa-birthday-cake::before, .fa-cake-candles::before, .fa-cake::before { content: ""; }
.fa-envelope::before { content: ""; }
.fa-angle-double-up::before, .fa-angles-up::before { content: ""; }
.fa-paperclip::before { content: ""; }
.fa-arrow-right-to-city::before { content: ""; }
.fa-ribbon::before { content: ""; }
.fa-lungs::before { content: ""; }
.fa-arrow-up-9-1::before, .fa-sort-numeric-up-alt::before { content: ""; }
.fa-litecoin-sign::before { content: ""; }
.fa-border-none::before { content: ""; }
.fa-circle-nodes::before { content: ""; }
.fa-parachute-box::before { content: ""; }
.fa-indent::before { content: ""; }
.fa-truck-field-un::before { content: ""; }
.fa-hourglass-empty::before, .fa-hourglass::before { content: ""; }
.fa-mountain::before { content: ""; }
.fa-user-doctor::before, .fa-user-md::before { content: ""; }
.fa-circle-info::before, .fa-info-circle::before { content: ""; }
.fa-cloud-meatball::before { content: ""; }
.fa-camera-alt::before, .fa-camera::before { content: ""; }
.fa-square-virus::before { content: ""; }
.fa-meteor::before { content: ""; }
.fa-car-on::before { content: ""; }
.fa-sleigh::before { content: ""; }
.fa-arrow-down-1-9::before, .fa-sort-numeric-asc::before, .fa-sort-numeric-down::before { content: ""; }
.fa-hand-holding-droplet::before, .fa-hand-holding-water::before { content: ""; }
.fa-water::before { content: ""; }
.fa-calendar-check::before { content: ""; }
.fa-braille::before { content: ""; }
.fa-prescription-bottle-alt::before, .fa-prescription-bottle-medical::before { content: ""; }
.fa-landmark::before { content: ""; }
.fa-truck::before { content: ""; }
.fa-crosshairs::before { content: ""; }
.fa-person-cane::before { content: ""; }
.fa-tent::before { content: ""; }
.fa-vest-patches::before { content: ""; }
.fa-check-double::before { content: ""; }
.fa-arrow-down-a-z::before, .fa-sort-alpha-asc::before, .fa-sort-alpha-down::before { content: ""; }
.fa-money-bill-wheat::before { content: ""; }
.fa-cookie::before { content: ""; }
.fa-arrow-left-rotate::before, .fa-arrow-rotate-back::before, .fa-arrow-rotate-backward::before, .fa-arrow-rotate-left::before, .fa-undo::before { content: ""; }
.fa-hard-drive::before, .fa-hdd::before { content: ""; }
.fa-face-grin-squint-tears::before, .fa-grin-squint-tears::before { content: ""; }
.fa-dumbbell::before { content: ""; }
.fa-list-alt::before, .fa-rectangle-list::before { content: ""; }
.fa-tarp-droplet::before { content: ""; }
.fa-house-medical-circle-check::before { content: ""; }
.fa-person-skiing-nordic::before, .fa-skiing-nordic::before { content: ""; }
.fa-calendar-plus::before { content: ""; }
.fa-plane-arrival::before { content: ""; }
.fa-arrow-alt-circle-left::before, .fa-circle-left::before { content: ""; }
.fa-subway::before, .fa-train-subway::before { content: ""; }
.fa-chart-gantt::before { content: ""; }
.fa-indian-rupee-sign::before, .fa-indian-rupee::before, .fa-inr::before { content: ""; }
.fa-crop-alt::before, .fa-crop-simple::before { content: ""; }
.fa-money-bill-1::before, .fa-money-bill-alt::before { content: ""; }
.fa-left-long::before, .fa-long-arrow-alt-left::before { content: ""; }
.fa-dna::before { content: ""; }
.fa-virus-slash::before { content: ""; }
.fa-minus::before, .fa-subtract::before { content: ""; }
.fa-chess::before { content: ""; }
.fa-arrow-left-long::before, .fa-long-arrow-left::before { content: ""; }
.fa-plug-circle-check::before { content: ""; }
.fa-street-view::before { content: ""; }
.fa-franc-sign::before { content: ""; }
.fa-volume-off::before { content: ""; }
.fa-american-sign-language-interpreting::before, .fa-asl-interpreting::before, .fa-hands-american-sign-language-interpreting::before, .fa-hands-asl-interpreting::before { content: ""; }
.fa-cog::before, .fa-gear::before { content: ""; }
.fa-droplet-slash::before, .fa-tint-slash::before { content: ""; }
.fa-mosque::before { content: ""; }
.fa-mosquito::before { content: ""; }
.fa-star-of-david::before { content: ""; }
.fa-person-military-rifle::before { content: ""; }
.fa-cart-shopping::before, .fa-shopping-cart::before { content: ""; }
.fa-vials::before { content: ""; }
.fa-plug-circle-plus::before { content: ""; }
.fa-place-of-worship::before { content: ""; }
.fa-grip-vertical::before { content: ""; }
.fa-arrow-turn-up::before, .fa-level-up::before { content: ""; }
.fa-u::before { content: "U"; }
.fa-square-root-alt::before, .fa-square-root-variable::before { content: ""; }
.fa-clock-four::before, .fa-clock::before { content: ""; }
.fa-backward-step::before, .fa-step-backward::before { content: ""; }
.fa-pallet::before { content: ""; }
.fa-faucet::before { content: ""; }
.fa-baseball-bat-ball::before { content: ""; }
.fa-s::before { content: "S"; }
.fa-timeline::before { content: ""; }
.fa-keyboard::before { content: ""; }
.fa-caret-down::before { content: ""; }
.fa-clinic-medical::before, .fa-house-chimney-medical::before { content: ""; }
.fa-temperature-3::before, .fa-temperature-three-quarters::before, .fa-thermometer-3::before, .fa-thermometer-three-quarters::before { content: ""; }
.fa-mobile-android-alt::before, .fa-mobile-screen::before { content: ""; }
.fa-plane-up::before { content: ""; }
.fa-piggy-bank::before { content: ""; }
.fa-battery-3::before, .fa-battery-half::before { content: ""; }
.fa-mountain-city::before { content: ""; }
.fa-coins::before { content: ""; }
.fa-khanda::before { content: ""; }
.fa-sliders-h::before, .fa-sliders::before { content: ""; }
.fa-folder-tree::before { content: ""; }
.fa-network-wired::before { content: ""; }
.fa-map-pin::before { content: ""; }
.fa-hamsa::before { content: ""; }
.fa-cent-sign::before { content: ""; }
.fa-flask::before { content: ""; }
.fa-person-pregnant::before { content: ""; }
.fa-wand-sparkles::before { content: ""; }
.fa-ellipsis-v::before, .fa-ellipsis-vertical::before { content: ""; }
.fa-ticket::before { content: ""; }
.fa-power-off::before { content: ""; }
.fa-long-arrow-alt-right::before, .fa-right-long::before { content: ""; }
.fa-flag-usa::before { content: ""; }
.fa-laptop-file::before { content: ""; }
.fa-teletype::before, .fa-tty::before { content: ""; }
.fa-diagram-next::before { content: ""; }
.fa-person-rifle::before { content: ""; }
.fa-house-medical-circle-exclamation::before { content: ""; }
.fa-closed-captioning::before { content: ""; }
.fa-hiking::before, .fa-person-hiking::before { content: ""; }
.fa-venus-double::before { content: ""; }
.fa-images::before { content: ""; }
.fa-calculator::before { content: ""; }
.fa-people-pulling::before { content: ""; }
.fa-n::before { content: "N"; }
.fa-cable-car::before, .fa-tram::before { content: ""; }
.fa-cloud-rain::before { content: ""; }
.fa-building-circle-xmark::before { content: ""; }
.fa-ship::before { content: ""; }
.fa-arrows-down-to-line::before { content: ""; }
.fa-download::before { content: ""; }
.fa-face-grin::before, .fa-grin::before { content: ""; }
.fa-backspace::before, .fa-delete-left::before { content: ""; }
.fa-eye-dropper-empty::before, .fa-eye-dropper::before, .fa-eyedropper::before { content: ""; }
.fa-file-circle-check::before { content: ""; }
.fa-forward::before { content: ""; }
.fa-mobile-android::before, .fa-mobile-phone::before, .fa-mobile::before { content: ""; }
.fa-face-meh::before, .fa-meh::before { content: ""; }
.fa-align-center::before { content: ""; }
.fa-book-dead::before, .fa-book-skull::before { content: ""; }
.fa-drivers-license::before, .fa-id-card::before { content: ""; }
.fa-dedent::before, .fa-outdent::before { content: ""; }
.fa-heart-circle-exclamation::before { content: ""; }
.fa-home-alt::before, .fa-home-lg-alt::before, .fa-home::before, .fa-house::before { content: ""; }
.fa-calendar-week::before { content: ""; }
.fa-laptop-medical::before { content: ""; }
.fa-b::before { content: "B"; }
.fa-file-medical::before { content: ""; }
.fa-dice-one::before { content: ""; }
.fa-kiwi-bird::before { content: ""; }
.fa-arrow-right-arrow-left::before, .fa-exchange::before { content: ""; }
.fa-redo-alt::before, .fa-rotate-forward::before, .fa-rotate-right::before { content: ""; }
.fa-cutlery::before, .fa-utensils::before { content: ""; }
.fa-arrow-up-wide-short::before, .fa-sort-amount-up::before { content: ""; }
.fa-mill-sign::before { content: ""; }
.fa-bowl-rice::before { content: ""; }
.fa-skull::before { content: ""; }
.fa-broadcast-tower::before, .fa-tower-broadcast::before { content: ""; }
.fa-truck-pickup::before { content: ""; }
.fa-long-arrow-alt-up::before, .fa-up-long::before { content: ""; }
.fa-stop::before { content: ""; }
.fa-code-merge::before { content: ""; }
.fa-upload::before { content: ""; }
.fa-hurricane::before { content: ""; }
.fa-mound::before { content: ""; }
.fa-toilet-portable::before { content: ""; }
.fa-compact-disc::before { content: ""; }
.fa-file-arrow-down::before, .fa-file-download::before { content: ""; }
.fa-caravan::before { content: ""; }
.fa-shield-cat::before { content: ""; }
.fa-bolt::before, .fa-zap::before { content: ""; }
.fa-glass-water::before { content: ""; }
.fa-oil-well::before { content: ""; }
.fa-vault::before { content: ""; }
.fa-mars::before { content: ""; }
.fa-toilet::before { content: ""; }
.fa-plane-circle-xmark::before { content: ""; }
.fa-cny::before, .fa-jpy::before, .fa-rmb::before, .fa-yen-sign::before, .fa-yen::before { content: ""; }
.fa-rouble::before, .fa-rub::before, .fa-ruble-sign::before, .fa-ruble::before { content: ""; }
.fa-sun::before { content: ""; }
.fa-guitar::before { content: ""; }
.fa-face-laugh-wink::before, .fa-laugh-wink::before { content: ""; }
.fa-horse-head::before { content: ""; }
.fa-bore-hole::before { content: ""; }
.fa-industry::before { content: ""; }
.fa-arrow-alt-circle-down::before, .fa-circle-down::before { content: ""; }
.fa-arrows-turn-to-dots::before { content: ""; }
.fa-florin-sign::before { content: ""; }
.fa-arrow-down-short-wide::before, .fa-sort-amount-desc::before, .fa-sort-amount-down-alt::before { content: ""; }
.fa-less-than::before { content: "<"; }
.fa-angle-down::before { content: ""; }
.fa-car-tunnel::before { content: ""; }
.fa-head-side-cough::before { content: ""; }
.fa-grip-lines::before { content: ""; }
.fa-thumbs-down::before { content: ""; }
.fa-user-lock::before { content: ""; }
.fa-arrow-right-long::before, .fa-long-arrow-right::before { content: ""; }
.fa-anchor-circle-xmark::before { content: ""; }
.fa-ellipsis-h::before, .fa-ellipsis::before { content: ""; }
.fa-chess-pawn::before { content: ""; }
.fa-first-aid::before, .fa-kit-medical::before { content: ""; }
.fa-person-through-window::before { content: ""; }
.fa-toolbox::before { content: ""; }
.fa-hands-holding-circle::before { content: ""; }
.fa-bug::before { content: ""; }
.fa-credit-card-alt::before, .fa-credit-card::before { content: ""; }
.fa-automobile::before, .fa-car::before { content: ""; }
.fa-hand-holding-hand::before { content: ""; }
.fa-book-open-reader::before, .fa-book-reader::before { content: ""; }
.fa-mountain-sun::before { content: ""; }
.fa-arrows-left-right-to-line::before { content: ""; }
.fa-dice-d20::before { content: ""; }
.fa-truck-droplet::before { content: ""; }
.fa-file-circle-xmark::before { content: ""; }
.fa-temperature-arrow-up::before, .fa-temperature-up::before { content: ""; }
.fa-medal::before { content: ""; }
.fa-bed::before { content: ""; }
.fa-h-square::before, .fa-square-h::before { content: ""; }
.fa-podcast::before { content: ""; }
.fa-temperature-4::before, .fa-temperature-full::before, .fa-thermometer-4::before, .fa-thermometer-full::before { content: ""; }
.fa-bell::before { content: ""; }
.fa-superscript::before { content: ""; }
.fa-plug-circle-xmark::before { content: ""; }
.fa-star-of-life::before { content: ""; }
.fa-phone-slash::before { content: ""; }
.fa-paint-roller::before { content: ""; }
.fa-hands-helping::before, .fa-handshake-angle::before { content: ""; }
.fa-location-dot::before, .fa-map-marker-alt::before { content: ""; }
.fa-file::before { content: ""; }
.fa-greater-than::before { content: ">"; }
.fa-person-swimming::before, .fa-swimmer::before { content: ""; }
.fa-arrow-down::before { content: ""; }
.fa-droplet::before, .fa-tint::before { content: ""; }
.fa-eraser::before { content: ""; }
.fa-earth-america::before, .fa-earth-americas::before, .fa-earth::before, .fa-globe-americas::before { content: ""; }
.fa-person-burst::before { content: ""; }
.fa-dove::before { content: ""; }
.fa-battery-0::before, .fa-battery-empty::before { content: ""; }
.fa-socks::before { content: ""; }
.fa-inbox::before { content: ""; }
.fa-section::before { content: ""; }
.fa-gauge-high::before, .fa-tachometer-alt-fast::before, .fa-tachometer-alt::before { content: ""; }
.fa-envelope-open-text::before { content: ""; }
.fa-hospital-alt::before, .fa-hospital-wide::before, .fa-hospital::before { content: ""; }
.fa-wine-bottle::before { content: ""; }
.fa-chess-rook::before { content: ""; }
.fa-bars-staggered::before, .fa-reorder::before, .fa-stream::before { content: ""; }
.fa-dharmachakra::before { content: ""; }
.fa-hotdog::before { content: ""; }
.fa-blind::before, .fa-person-walking-with-cane::before { content: ""; }
.fa-drum::before { content: ""; }
.fa-ice-cream::before { content: ""; }
.fa-heart-circle-bolt::before { content: ""; }
.fa-fax::before { content: ""; }
.fa-paragraph::before { content: ""; }
.fa-check-to-slot::before, .fa-vote-yea::before { content: ""; }
.fa-star-half::before { content: ""; }
.fa-boxes-alt::before, .fa-boxes-stacked::before, .fa-boxes::before { content: ""; }
.fa-chain::before, .fa-link::before { content: ""; }
.fa-assistive-listening-systems::before, .fa-ear-listen::before { content: ""; }
.fa-tree-city::before { content: ""; }
.fa-play::before { content: ""; }
.fa-font::before { content: ""; }
.fa-rupiah-sign::before { content: ""; }
.fa-magnifying-glass::before, .fa-search::before { content: ""; }
.fa-ping-pong-paddle-ball::before, .fa-table-tennis-paddle-ball::before, .fa-table-tennis::before { content: ""; }
.fa-diagnoses::before, .fa-person-dots-from-line::before { content: ""; }
.fa-trash-can-arrow-up::before, .fa-trash-restore-alt::before { content: ""; }
.fa-naira-sign::before { content: ""; }
.fa-cart-arrow-down::before { content: ""; }
.fa-walkie-talkie::before { content: ""; }
.fa-file-edit::before, .fa-file-pen::before { content: ""; }
.fa-receipt::before { content: ""; }
.fa-pen-square::before, .fa-pencil-square::before, .fa-square-pen::before { content: ""; }
.fa-suitcase-rolling::before { content: ""; }
.fa-person-circle-exclamation::before { content: ""; }
.fa-chevron-down::before { content: ""; }
.fa-battery-5::before, .fa-battery-full::before, .fa-battery::before { content: ""; }
.fa-skull-crossbones::before { content: ""; }
.fa-code-compare::before { content: ""; }
.fa-list-dots::before, .fa-list-ul::before { content: ""; }
.fa-school-lock::before { content: ""; }
.fa-tower-cell::before { content: ""; }
.fa-down-long::before, .fa-long-arrow-alt-down::before { content: ""; }
.fa-ranking-star::before { content: ""; }
.fa-chess-king::before { content: ""; }
.fa-person-harassing::before { content: ""; }
.fa-brazilian-real-sign::before { content: ""; }
.fa-landmark-alt::before, .fa-landmark-dome::before { content: ""; }
.fa-arrow-up::before { content: ""; }
.fa-television::before, .fa-tv-alt::before, .fa-tv::before { content: ""; }
.fa-shrimp::before { content: ""; }
.fa-list-check::before, .fa-tasks::before { content: ""; }
.fa-jug-detergent::before { content: ""; }
.fa-circle-user::before, .fa-user-circle::before { content: ""; }
.fa-user-shield::before { content: ""; }
.fa-wind::before { content: ""; }
.fa-car-burst::before, .fa-car-crash::before { content: ""; }
.fa-y::before { content: "Y"; }
.fa-person-snowboarding::before, .fa-snowboarding::before { content: ""; }
.fa-shipping-fast::before, .fa-truck-fast::before { content: ""; }
.fa-fish::before { content: ""; }
.fa-user-graduate::before { content: ""; }
.fa-adjust::before, .fa-circle-half-stroke::before { content: ""; }
.fa-clapperboard::before { content: ""; }
.fa-circle-radiation::before, .fa-radiation-alt::before { content: ""; }
.fa-baseball-ball::before, .fa-baseball::before { content: ""; }
.fa-jet-fighter-up::before { content: ""; }
.fa-diagram-project::before, .fa-project-diagram::before { content: ""; }
.fa-copy::before { content: ""; }
.fa-volume-times::before, .fa-volume-xmark::before { content: ""; }
.fa-hand-sparkles::before { content: ""; }
.fa-grip-horizontal::before, .fa-grip::before { content: ""; }
.fa-share-from-square::before, .fa-share-square::before { content: ""; }
.fa-child-combatant::before, .fa-child-rifle::before { content: ""; }
.fa-gun::before { content: ""; }
.fa-phone-square::before, .fa-square-phone::before { content: ""; }
.fa-add::before, .fa-plus::before { content: "+"; }
.fa-expand::before { content: ""; }
.fa-computer::before { content: ""; }
.fa-close::before, .fa-multiply::before, .fa-remove::before, .fa-times::before, .fa-xmark::before { content: ""; }
.fa-arrows-up-down-left-right::before, .fa-arrows::before { content: ""; }
.fa-chalkboard-teacher::before, .fa-chalkboard-user::before { content: ""; }
.fa-peso-sign::before { content: ""; }
.fa-building-shield::before { content: ""; }
.fa-baby::before { content: ""; }
.fa-users-line::before { content: ""; }
.fa-quote-left-alt::before, .fa-quote-left::before { content: ""; }
.fa-tractor::before { content: ""; }
.fa-trash-arrow-up::before, .fa-trash-restore::before { content: ""; }
.fa-arrow-down-up-lock::before { content: ""; }
.fa-lines-leaning::before { content: ""; }
.fa-ruler-combined::before { content: ""; }
.fa-copyright::before { content: ""; }
.fa-equals::before { content: "="; }
.fa-blender::before { content: ""; }
.fa-teeth::before { content: ""; }
.fa-ils::before, .fa-shekel-sign::before, .fa-shekel::before, .fa-sheqel-sign::before, .fa-sheqel::before { content: ""; }
.fa-map::before { content: ""; }
.fa-rocket::before { content: ""; }
.fa-photo-film::before, .fa-photo-video::before { content: ""; }
.fa-folder-minus::before { content: ""; }
.fa-store::before { content: ""; }
.fa-arrow-trend-up::before { content: ""; }
.fa-plug-circle-minus::before { content: ""; }
.fa-sign-hanging::before, .fa-sign::before { content: ""; }
.fa-bezier-curve::before { content: ""; }
.fa-bell-slash::before { content: ""; }
.fa-tablet-android::before, .fa-tablet::before { content: ""; }
.fa-school-flag::before { content: ""; }
.fa-fill::before { content: ""; }
.fa-angle-up::before { content: ""; }
.fa-drumstick-bite::before { content: ""; }
.fa-holly-berry::before { content: ""; }
.fa-chevron-left::before { content: ""; }
.fa-bacteria::before { content: ""; }
.fa-hand-lizard::before { content: ""; }
.fa-notdef::before { content: ""; }
.fa-disease::before { content: ""; }
.fa-briefcase-medical::before { content: ""; }
.fa-genderless::before { content: ""; }
.fa-chevron-right::before { content: ""; }
.fa-retweet::before { content: ""; }
.fa-car-alt::before, .fa-car-rear::before { content: ""; }
.fa-pump-soap::before { content: ""; }
.fa-video-slash::before { content: ""; }
.fa-battery-2::before, .fa-battery-quarter::before { content: ""; }
.fa-radio::before { content: ""; }
.fa-baby-carriage::before, .fa-carriage-baby::before { content: ""; }
.fa-traffic-light::before { content: ""; }
.fa-thermometer::before { content: ""; }
.fa-vr-cardboard::before { content: ""; }
.fa-hand-middle-finger::before { content: ""; }
.fa-percent::before, .fa-percentage::before { content: "%"; }
.fa-truck-moving::before { content: ""; }
.fa-glass-water-droplet::before { content: ""; }
.fa-display::before { content: ""; }
.fa-face-smile::before, .fa-smile::before { content: ""; }
.fa-thumb-tack::before, .fa-thumbtack::before { content: ""; }
.fa-trophy::before { content: ""; }
.fa-person-praying::before, .fa-pray::before { content: ""; }
.fa-hammer::before { content: ""; }
.fa-hand-peace::before { content: ""; }
.fa-rotate::before, .fa-sync-alt::before { content: ""; }
.fa-spinner::before { content: ""; }
.fa-robot::before { content: ""; }
.fa-peace::before { content: ""; }
.fa-cogs::before, .fa-gears::before { content: ""; }
.fa-warehouse::before { content: ""; }
.fa-arrow-up-right-dots::before { content: ""; }
.fa-splotch::before { content: ""; }
.fa-face-grin-hearts::before, .fa-grin-hearts::before { content: ""; }
.fa-dice-four::before { content: ""; }
.fa-sim-card::before { content: ""; }
.fa-transgender-alt::before, .fa-transgender::before { content: ""; }
.fa-mercury::before { content: ""; }
.fa-arrow-turn-down::before, .fa-level-down::before { content: ""; }
.fa-person-falling-burst::before { content: ""; }
.fa-award::before { content: ""; }
.fa-ticket-alt::before, .fa-ticket-simple::before { content: ""; }
.fa-building::before { content: ""; }
.fa-angle-double-left::before, .fa-angles-left::before { content: ""; }
.fa-qrcode::before { content: ""; }
.fa-clock-rotate-left::before, .fa-history::before { content: ""; }
.fa-face-grin-beam-sweat::before, .fa-grin-beam-sweat::before { content: ""; }
.fa-arrow-right-from-file::before, .fa-file-export::before { content: ""; }
.fa-shield-blank::before, .fa-shield::before { content: ""; }
.fa-arrow-up-short-wide::before, .fa-sort-amount-up-alt::before { content: ""; }
.fa-house-medical::before { content: ""; }
.fa-golf-ball-tee::before, .fa-golf-ball::before { content: ""; }
.fa-chevron-circle-left::before, .fa-circle-chevron-left::before { content: ""; }
.fa-house-chimney-window::before { content: ""; }
.fa-pen-nib::before { content: ""; }
.fa-tent-arrow-turn-left::before { content: ""; }
.fa-tents::before { content: ""; }
.fa-magic::before, .fa-wand-magic::before { content: ""; }
.fa-dog::before { content: ""; }
.fa-carrot::before { content: ""; }
.fa-moon::before { content: ""; }
.fa-wine-glass-alt::before, .fa-wine-glass-empty::before { content: ""; }
.fa-cheese::before { content: ""; }
.fa-yin-yang::before { content: ""; }
.fa-music::before { content: ""; }
.fa-code-commit::before { content: ""; }
.fa-temperature-low::before { content: ""; }
.fa-biking::before, .fa-person-biking::before { content: ""; }
.fa-broom::before { content: ""; }
.fa-shield-heart::before { content: ""; }
.fa-gopuram::before { content: ""; }
.fa-earth-oceania::before, .fa-globe-oceania::before { content: ""; }
.fa-square-xmark::before, .fa-times-square::before, .fa-xmark-square::before { content: ""; }
.fa-hashtag::before { content: "#"; }
.fa-expand-alt::before, .fa-up-right-and-down-left-from-center::before { content: ""; }
.fa-oil-can::before { content: ""; }
.fa-t::before { content: "T"; }
.fa-hippo::before { content: ""; }
.fa-chart-column::before { content: ""; }
.fa-infinity::before { content: ""; }
.fa-vial-circle-check::before { content: ""; }
.fa-person-arrow-down-to-line::before { content: ""; }
.fa-voicemail::before { content: ""; }
.fa-fan::before { content: ""; }
.fa-person-walking-luggage::before { content: ""; }
.fa-arrows-alt-v::before, .fa-up-down::before { content: ""; }
.fa-cloud-moon-rain::before { content: ""; }
.fa-calendar::before { content: ""; }
.fa-trailer::before { content: ""; }
.fa-bahai::before, .fa-haykal::before { content: ""; }
.fa-sd-card::before { content: ""; }
.fa-dragon::before { content: ""; }
.fa-shoe-prints::before { content: ""; }
.fa-circle-plus::before, .fa-plus-circle::before { content: ""; }
.fa-face-grin-tongue-wink::before, .fa-grin-tongue-wink::before { content: ""; }
.fa-hand-holding::before { content: ""; }
.fa-plug-circle-exclamation::before { content: ""; }
.fa-chain-broken::before, .fa-chain-slash::before, .fa-link-slash::before, .fa-unlink::before { content: ""; }
.fa-clone::before { content: ""; }
.fa-person-walking-arrow-loop-left::before { content: ""; }
.fa-arrow-up-z-a::before, .fa-sort-alpha-up-alt::before { content: ""; }
.fa-fire-alt::before, .fa-fire-flame-curved::before { content: ""; }
.fa-tornado::before { content: ""; }
.fa-file-circle-plus::before { content: ""; }
.fa-book-quran::before, .fa-quran::before { content: ""; }
.fa-anchor::before { content: ""; }
.fa-border-all::before { content: ""; }
.fa-angry::before, .fa-face-angry::before { content: ""; }
.fa-cookie-bite::before { content: ""; }
.fa-arrow-trend-down::before { content: ""; }
.fa-feed::before, .fa-rss::before { content: ""; }
.fa-draw-polygon::before { content: ""; }
.fa-balance-scale::before, .fa-scale-balanced::before { content: ""; }
.fa-gauge-simple-high::before, .fa-tachometer-fast::before, .fa-tachometer::before { content: ""; }
.fa-shower::before { content: ""; }
.fa-desktop-alt::before, .fa-desktop::before { content: ""; }
.fa-m::before { content: "M"; }
.fa-table-list::before, .fa-th-list::before { content: ""; }
.fa-comment-sms::before, .fa-sms::before { content: ""; }
.fa-book::before { content: ""; }
.fa-user-plus::before { content: ""; }
.fa-check::before { content: ""; }
.fa-battery-4::before, .fa-battery-three-quarters::before { content: ""; }
.fa-house-circle-check::before { content: ""; }
.fa-angle-left::before { content: ""; }
.fa-diagram-successor::before { content: ""; }
.fa-truck-arrow-right::before { content: ""; }
.fa-arrows-split-up-and-left::before { content: ""; }
.fa-fist-raised::before, .fa-hand-fist::before { content: ""; }
.fa-cloud-moon::before { content: ""; }
.fa-briefcase::before { content: ""; }
.fa-person-falling::before { content: ""; }
.fa-image-portrait::before, .fa-portrait::before { content: ""; }
.fa-user-tag::before { content: ""; }
.fa-rug::before { content: ""; }
.fa-earth-europe::before, .fa-globe-europe::before { content: ""; }
.fa-cart-flatbed-suitcase::before, .fa-luggage-cart::before { content: ""; }
.fa-rectangle-times::before, .fa-rectangle-xmark::before, .fa-times-rectangle::before, .fa-window-close::before { content: ""; }
.fa-baht-sign::before { content: ""; }
.fa-book-open::before { content: ""; }
.fa-book-journal-whills::before, .fa-journal-whills::before { content: ""; }
.fa-handcuffs::before { content: ""; }
.fa-exclamation-triangle::before, .fa-triangle-exclamation::before, .fa-warning::before { content: ""; }
.fa-database::before { content: ""; }
.fa-mail-forward::before, .fa-share::before { content: ""; }
.fa-bottle-droplet::before { content: ""; }
.fa-mask-face::before { content: ""; }
.fa-hill-rockslide::before { content: ""; }
.fa-exchange-alt::before, .fa-right-left::before { content: ""; }
.fa-paper-plane::before { content: ""; }
.fa-road-circle-exclamation::before { content: ""; }
.fa-dungeon::before { content: ""; }
.fa-align-right::before { content: ""; }
.fa-money-bill-1-wave::before, .fa-money-bill-wave-alt::before { content: ""; }
.fa-life-ring::before { content: ""; }
.fa-hands::before, .fa-sign-language::before, .fa-signing::before { content: ""; }
.fa-calendar-day::before { content: ""; }
.fa-ladder-water::before, .fa-swimming-pool::before, .fa-water-ladder::before { content: ""; }
.fa-arrows-up-down::before, .fa-arrows-v::before { content: ""; }
.fa-face-grimace::before, .fa-grimace::before { content: ""; }
.fa-wheelchair-alt::before, .fa-wheelchair-move::before { content: ""; }
.fa-level-down-alt::before, .fa-turn-down::before { content: ""; }
.fa-person-walking-arrow-right::before { content: ""; }
.fa-envelope-square::before, .fa-square-envelope::before { content: ""; }
.fa-dice::before { content: ""; }
.fa-bowling-ball::before { content: ""; }
.fa-brain::before { content: ""; }
.fa-band-aid::before, .fa-bandage::before { content: ""; }
.fa-calendar-minus::before { content: ""; }
.fa-circle-xmark::before, .fa-times-circle::before, .fa-xmark-circle::before { content: ""; }
.fa-gifts::before { content: ""; }
.fa-hotel::before { content: ""; }
.fa-earth-asia::before, .fa-globe-asia::before { content: ""; }
.fa-id-card-alt::before, .fa-id-card-clip::before { content: ""; }
.fa-magnifying-glass-plus::before, .fa-search-plus::before { content: ""; }
.fa-thumbs-up::before { content: ""; }
.fa-user-clock::before { content: ""; }
.fa-allergies::before, .fa-hand-dots::before { content: ""; }
.fa-file-invoice::before { content: ""; }
.fa-window-minimize::before { content: ""; }
.fa-coffee::before, .fa-mug-saucer::before { content: ""; }
.fa-brush::before { content: ""; }
.fa-mask::before { content: ""; }
.fa-magnifying-glass-minus::before, .fa-search-minus::before { content: ""; }
.fa-ruler-vertical::before { content: ""; }
.fa-user-alt::before, .fa-user-large::before { content: ""; }
.fa-train-tram::before { content: ""; }
.fa-user-nurse::before { content: ""; }
.fa-syringe::before { content: ""; }
.fa-cloud-sun::before { content: ""; }
.fa-stopwatch-20::before { content: ""; }
.fa-square-full::before { content: ""; }
.fa-magnet::before { content: ""; }
.fa-jar::before { content: ""; }
.fa-note-sticky::before, .fa-sticky-note::before { content: ""; }
.fa-bug-slash::before { content: ""; }
.fa-arrow-up-from-water-pump::before { content: ""; }
.fa-bone::before { content: ""; }
.fa-user-injured::before { content: ""; }
.fa-face-sad-tear::before, .fa-sad-tear::before { content: ""; }
.fa-plane::before { content: ""; }
.fa-tent-arrows-down::before { content: ""; }
.fa-exclamation::before { content: "!"; }
.fa-arrows-spin::before { content: ""; }
.fa-print::before { content: ""; }
.fa-try::before, .fa-turkish-lira-sign::before, .fa-turkish-lira::before { content: ""; }
.fa-dollar-sign::before, .fa-dollar::before, .fa-usd::before { content: "$"; }
.fa-x::before { content: "X"; }
.fa-magnifying-glass-dollar::before, .fa-search-dollar::before { content: ""; }
.fa-users-cog::before, .fa-users-gear::before { content: ""; }
.fa-person-military-pointing::before { content: ""; }
.fa-bank::before, .fa-building-columns::before, .fa-institution::before, .fa-museum::before, .fa-university::before { content: ""; }
.fa-umbrella::before { content: ""; }
.fa-trowel::before { content: ""; }
.fa-d::before { content: "D"; }
.fa-stapler::before { content: ""; }
.fa-masks-theater::before, .fa-theater-masks::before { content: ""; }
.fa-kip-sign::before { content: ""; }
.fa-hand-point-left::before { content: ""; }
.fa-handshake-alt::before, .fa-handshake-simple::before { content: ""; }
.fa-fighter-jet::before, .fa-jet-fighter::before { content: ""; }
.fa-share-alt-square::before, .fa-square-share-nodes::before { content: ""; }
.fa-barcode::before { content: ""; }
.fa-plus-minus::before { content: ""; }
.fa-video-camera::before, .fa-video::before { content: ""; }
.fa-graduation-cap::before, .fa-mortar-board::before { content: ""; }
.fa-hand-holding-medical::before { content: ""; }
.fa-person-circle-check::before { content: ""; }
.fa-level-up-alt::before, .fa-turn-up::before { content: ""; }
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) { clip: rect(0px, 0px, 0px, 0px); border-width: 0px; height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 1px; }
@font-face { font-display: swap; font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 400; src: url("fa-regular-400.woff2") format("woff2"), url("fa-regular-400.ttf") format("truetype"); }
:host, :root { --fa-style-family-classic: "Font Awesome 6 Free"; }
@font-face { font-display: swap; font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 900; src: url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.ttf") format("truetype"); }
:host, :root { --fa-style-family-brands: "Font Awesome 6 Brands"; }
@font-face { font-display: swap; font-family: "Font Awesome 6 Brands"; font-style: normal; font-weight: 400; src: url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.ttf") format("truetype"); }
.fa-monero::before { content: ""; }
.fa-hooli::before { content: ""; }
.fa-yelp::before { content: ""; }
.fa-cc-visa::before { content: ""; }
.fa-lastfm::before { content: ""; }
.fa-shopware::before { content: ""; }
.fa-creative-commons-nc::before { content: ""; }
.fa-aws::before { content: ""; }
.fa-redhat::before { content: ""; }
.fa-yoast::before { content: ""; }
.fa-cloudflare::before { content: ""; }
.fa-ups::before { content: ""; }
.fa-pixiv::before { content: ""; }
.fa-wpexplorer::before { content: ""; }
.fa-dyalog::before { content: ""; }
.fa-bity::before { content: ""; }
.fa-stackpath::before { content: ""; }
.fa-buysellads::before { content: ""; }
.fa-first-order::before { content: ""; }
.fa-modx::before { content: ""; }
.fa-guilded::before { content: ""; }
.fa-vnv::before { content: ""; }
.fa-js-square::before, .fa-square-js::before { content: ""; }
.fa-microsoft::before { content: ""; }
.fa-qq::before { content: ""; }
.fa-orcid::before { content: ""; }
.fa-java::before { content: ""; }
.fa-invision::before { content: ""; }
.fa-creative-commons-pd-alt::before { content: ""; }
.fa-centercode::before { content: ""; }
.fa-glide-g::before { content: ""; }
.fa-drupal::before { content: ""; }
.fa-hire-a-helper::before { content: ""; }
.fa-creative-commons-by::before { content: ""; }
.fa-unity::before { content: ""; }
.fa-whmcs::before { content: ""; }
.fa-rocketchat::before { content: ""; }
.fa-vk::before { content: ""; }
.fa-untappd::before { content: ""; }
.fa-mailchimp::before { content: ""; }
.fa-css3-alt::before { content: ""; }
.fa-reddit-square::before, .fa-square-reddit::before { content: ""; }
.fa-vimeo-v::before { content: ""; }
.fa-contao::before { content: ""; }
.fa-square-font-awesome::before { content: ""; }
.fa-deskpro::before { content: ""; }
.fa-brave::before { content: ""; }
.fa-sistrix::before { content: ""; }
.fa-instagram-square::before, .fa-square-instagram::before { content: ""; }
.fa-battle-net::before { content: ""; }
.fa-the-red-yeti::before { content: ""; }
.fa-hacker-news-square::before, .fa-square-hacker-news::before { content: ""; }
.fa-edge::before { content: ""; }
.fa-threads::before { content: ""; }
.fa-napster::before { content: ""; }
.fa-snapchat-square::before, .fa-square-snapchat::before { content: ""; }
.fa-google-plus-g::before { content: ""; }
.fa-artstation::before { content: ""; }
.fa-markdown::before { content: ""; }
.fa-sourcetree::before { content: ""; }
.fa-google-plus::before { content: ""; }
.fa-diaspora::before { content: ""; }
.fa-foursquare::before { content: ""; }
.fa-stack-overflow::before { content: ""; }
.fa-github-alt::before { content: ""; }
.fa-phoenix-squadron::before { content: ""; }
.fa-pagelines::before { content: ""; }
.fa-algolia::before { content: ""; }
.fa-red-river::before { content: ""; }
.fa-creative-commons-sa::before { content: ""; }
.fa-safari::before { content: ""; }
.fa-google::before { content: ""; }
.fa-font-awesome-alt::before, .fa-square-font-awesome-stroke::before { content: ""; }
.fa-atlassian::before { content: ""; }
.fa-linkedin-in::before { content: ""; }
.fa-digital-ocean::before { content: ""; }
.fa-nimblr::before { content: ""; }
.fa-chromecast::before { content: ""; }
.fa-evernote::before { content: ""; }
.fa-hacker-news::before { content: ""; }
.fa-creative-commons-sampling::before { content: ""; }
.fa-adversal::before { content: ""; }
.fa-creative-commons::before { content: ""; }
.fa-watchman-monitoring::before { content: ""; }
.fa-fonticons::before { content: ""; }
.fa-weixin::before { content: ""; }
.fa-shirtsinbulk::before { content: ""; }
.fa-codepen::before { content: ""; }
.fa-git-alt::before { content: ""; }
.fa-lyft::before { content: ""; }
.fa-rev::before { content: ""; }
.fa-windows::before { content: ""; }
.fa-wizards-of-the-coast::before { content: ""; }
.fa-square-viadeo::before, .fa-viadeo-square::before { content: ""; }
.fa-meetup::before { content: ""; }
.fa-centos::before { content: ""; }
.fa-adn::before { content: ""; }
.fa-cloudsmith::before { content: ""; }
.fa-opensuse::before { content: ""; }
.fa-pied-piper-alt::before { content: ""; }
.fa-dribbble-square::before, .fa-square-dribbble::before { content: ""; }
.fa-codiepie::before { content: ""; }
.fa-node::before { content: ""; }
.fa-mix::before { content: ""; }
.fa-steam::before { content: ""; }
.fa-cc-apple-pay::before { content: ""; }
.fa-scribd::before { content: ""; }
.fa-debian::before { content: ""; }
.fa-openid::before { content: ""; }
.fa-instalod::before { content: ""; }
.fa-expeditedssl::before { content: ""; }
.fa-sellcast::before { content: ""; }
.fa-square-twitter::before, .fa-twitter-square::before { content: ""; }
.fa-r-project::before { content: ""; }
.fa-delicious::before { content: ""; }
.fa-freebsd::before { content: ""; }
.fa-vuejs::before { content: ""; }
.fa-accusoft::before { content: ""; }
.fa-ioxhost::before { content: ""; }
.fa-fonticons-fi::before { content: ""; }
.fa-app-store::before { content: ""; }
.fa-cc-mastercard::before { content: ""; }
.fa-itunes-note::before { content: ""; }
.fa-golang::before { content: ""; }
.fa-kickstarter::before { content: ""; }
.fa-grav::before { content: ""; }
.fa-weibo::before { content: ""; }
.fa-uncharted::before { content: ""; }
.fa-firstdraft::before { content: ""; }
.fa-square-youtube::before, .fa-youtube-square::before { content: ""; }
.fa-wikipedia-w::before { content: ""; }
.fa-rendact::before, .fa-wpressr::before { content: ""; }
.fa-angellist::before { content: ""; }
.fa-galactic-republic::before { content: ""; }
.fa-nfc-directional::before { content: ""; }
.fa-skype::before { content: ""; }
.fa-joget::before { content: ""; }
.fa-fedora::before { content: ""; }
.fa-stripe-s::before { content: ""; }
.fa-meta::before { content: ""; }
.fa-laravel::before { content: ""; }
.fa-hotjar::before { content: ""; }
.fa-bluetooth-b::before { content: ""; }
.fa-square-letterboxd::before { content: ""; }
.fa-sticker-mule::before { content: ""; }
.fa-creative-commons-zero::before { content: ""; }
.fa-hips::before { content: ""; }
.fa-behance::before { content: ""; }
.fa-reddit::before { content: ""; }
.fa-discord::before { content: ""; }
.fa-chrome::before { content: ""; }
.fa-app-store-ios::before { content: ""; }
.fa-cc-discover::before { content: ""; }
.fa-wpbeginner::before { content: ""; }
.fa-confluence::before { content: ""; }
.fa-shoelace::before { content: ""; }
.fa-mdb::before { content: ""; }
.fa-dochub::before { content: ""; }
.fa-accessible-icon::before { content: ""; }
.fa-ebay::before { content: ""; }
.fa-amazon::before { content: ""; }
.fa-unsplash::before { content: ""; }
.fa-yarn::before { content: ""; }
.fa-square-steam::before, .fa-steam-square::before { content: ""; }
.fa-500px::before { content: ""; }
.fa-square-vimeo::before, .fa-vimeo-square::before { content: ""; }
.fa-asymmetrik::before { content: ""; }
.fa-font-awesome-flag::before, .fa-font-awesome-logo-full::before, .fa-font-awesome::before { content: ""; }
.fa-gratipay::before { content: ""; }
.fa-apple::before { content: ""; }
.fa-hive::before { content: ""; }
.fa-gitkraken::before { content: ""; }
.fa-keybase::before { content: ""; }
.fa-apple-pay::before { content: ""; }
.fa-padlet::before { content: ""; }
.fa-amazon-pay::before { content: ""; }
.fa-github-square::before, .fa-square-github::before { content: ""; }
.fa-stumbleupon::before { content: ""; }
.fa-fedex::before { content: ""; }
.fa-phoenix-framework::before { content: ""; }
.fa-shopify::before { content: ""; }
.fa-neos::before { content: ""; }
.fa-square-threads::before { content: ""; }
.fa-hackerrank::before { content: ""; }
.fa-researchgate::before { content: ""; }
.fa-swift::before { content: ""; }
.fa-angular::before { content: ""; }
.fa-speakap::before { content: ""; }
.fa-angrycreative::before { content: ""; }
.fa-y-combinator::before { content: ""; }
.fa-empire::before { content: ""; }
.fa-envira::before { content: ""; }
.fa-google-scholar::before { content: ""; }
.fa-gitlab-square::before, .fa-square-gitlab::before { content: ""; }
.fa-studiovinari::before { content: ""; }
.fa-pied-piper::before { content: ""; }
.fa-wordpress::before { content: ""; }
.fa-product-hunt::before { content: ""; }
.fa-firefox::before { content: ""; }
.fa-linode::before { content: ""; }
.fa-goodreads::before { content: ""; }
.fa-odnoklassniki-square::before, .fa-square-odnoklassniki::before { content: ""; }
.fa-jsfiddle::before { content: ""; }
.fa-sith::before { content: ""; }
.fa-themeisle::before { content: ""; }
.fa-page4::before { content: ""; }
.fa-hashnode::before { content: ""; }
.fa-react::before { content: ""; }
.fa-cc-paypal::before { content: ""; }
.fa-squarespace::before { content: ""; }
.fa-cc-stripe::before { content: ""; }
.fa-creative-commons-share::before { content: ""; }
.fa-bitcoin::before { content: ""; }
.fa-keycdn::before { content: ""; }
.fa-opera::before { content: ""; }
.fa-itch-io::before { content: ""; }
.fa-umbraco::before { content: ""; }
.fa-galactic-senate::before { content: ""; }
.fa-ubuntu::before { content: ""; }
.fa-draft2digital::before { content: ""; }
.fa-stripe::before { content: ""; }
.fa-houzz::before { content: ""; }
.fa-gg::before { content: ""; }
.fa-dhl::before { content: ""; }
.fa-pinterest-square::before, .fa-square-pinterest::before { content: ""; }
.fa-xing::before { content: ""; }
.fa-blackberry::before { content: ""; }
.fa-creative-commons-pd::before { content: ""; }
.fa-playstation::before { content: ""; }
.fa-quinscape::before { content: ""; }
.fa-less::before { content: ""; }
.fa-blogger-b::before { content: ""; }
.fa-opencart::before { content: ""; }
.fa-vine::before { content: ""; }
.fa-signal-messenger::before { content: ""; }
.fa-paypal::before { content: ""; }
.fa-gitlab::before { content: ""; }
.fa-typo3::before { content: ""; }
.fa-reddit-alien::before { content: ""; }
.fa-yahoo::before { content: ""; }
.fa-dailymotion::before { content: ""; }
.fa-affiliatetheme::before { content: ""; }
.fa-pied-piper-pp::before { content: ""; }
.fa-bootstrap::before { content: ""; }
.fa-odnoklassniki::before { content: ""; }
.fa-nfc-symbol::before { content: ""; }
.fa-mintbit::before { content: ""; }
.fa-ethereum::before { content: ""; }
.fa-speaker-deck::before { content: ""; }
.fa-creative-commons-nc-eu::before { content: ""; }
.fa-patreon::before { content: ""; }
.fa-avianex::before { content: ""; }
.fa-ello::before { content: ""; }
.fa-gofore::before { content: ""; }
.fa-bimobject::before { content: ""; }
.fa-brave-reverse::before { content: ""; }
.fa-facebook-f::before { content: ""; }
.fa-google-plus-square::before, .fa-square-google-plus::before { content: ""; }
.fa-mandalorian::before { content: ""; }
.fa-first-order-alt::before { content: ""; }
.fa-osi::before { content: ""; }
.fa-google-wallet::before { content: ""; }
.fa-d-and-d-beyond::before { content: ""; }
.fa-periscope::before { content: ""; }
.fa-fulcrum::before { content: ""; }
.fa-cloudscale::before { content: ""; }
.fa-forumbee::before { content: ""; }
.fa-mizuni::before { content: ""; }
.fa-schlix::before { content: ""; }
.fa-square-xing::before, .fa-xing-square::before { content: ""; }
.fa-bandcamp::before { content: ""; }
.fa-wpforms::before { content: ""; }
.fa-cloudversify::before { content: ""; }
.fa-usps::before { content: ""; }
.fa-megaport::before { content: ""; }
.fa-magento::before { content: ""; }
.fa-spotify::before { content: ""; }
.fa-optin-monster::before { content: ""; }
.fa-fly::before { content: ""; }
.fa-aviato::before { content: ""; }
.fa-itunes::before { content: ""; }
.fa-cuttlefish::before { content: ""; }
.fa-blogger::before { content: ""; }
.fa-flickr::before { content: ""; }
.fa-viber::before { content: ""; }
.fa-soundcloud::before { content: ""; }
.fa-digg::before { content: ""; }
.fa-tencent-weibo::before { content: ""; }
.fa-letterboxd::before { content: ""; }
.fa-symfony::before { content: ""; }
.fa-maxcdn::before { content: ""; }
.fa-etsy::before { content: ""; }
.fa-facebook-messenger::before { content: ""; }
.fa-audible::before { content: ""; }
.fa-think-peaks::before { content: ""; }
.fa-bilibili::before { content: ""; }
.fa-erlang::before { content: ""; }
.fa-x-twitter::before { content: ""; }
.fa-cotton-bureau::before { content: ""; }
.fa-dashcube::before { content: ""; }
.fa-42-group::before, .fa-innosoft::before { content: ""; }
.fa-stack-exchange::before { content: ""; }
.fa-elementor::before { content: ""; }
.fa-pied-piper-square::before, .fa-square-pied-piper::before { content: ""; }
.fa-creative-commons-nd::before { content: ""; }
.fa-palfed::before { content: ""; }
.fa-superpowers::before { content: ""; }
.fa-resolving::before { content: ""; }
.fa-xbox::before { content: ""; }
.fa-searchengin::before { content: ""; }
.fa-tiktok::before { content: ""; }
.fa-facebook-square::before, .fa-square-facebook::before { content: ""; }
.fa-renren::before { content: ""; }
.fa-linux::before { content: ""; }
.fa-glide::before { content: ""; }
.fa-linkedin::before { content: ""; }
.fa-hubspot::before { content: ""; }
.fa-deploydog::before { content: ""; }
.fa-twitch::before { content: ""; }
.fa-ravelry::before { content: ""; }
.fa-mixer::before { content: ""; }
.fa-lastfm-square::before, .fa-square-lastfm::before { content: ""; }
.fa-vimeo::before { content: ""; }
.fa-mendeley::before { content: ""; }
.fa-uniregistry::before { content: ""; }
.fa-figma::before { content: ""; }
.fa-creative-commons-remix::before { content: ""; }
.fa-cc-amazon-pay::before { content: ""; }
.fa-dropbox::before { content: ""; }
.fa-instagram::before { content: ""; }
.fa-cmplid::before { content: ""; }
.fa-upwork::before { content: ""; }
.fa-facebook::before { content: ""; }
.fa-gripfire::before { content: ""; }
.fa-jedi-order::before { content: ""; }
.fa-uikit::before { content: ""; }
.fa-fort-awesome-alt::before { content: ""; }
.fa-phabricator::before { content: ""; }
.fa-ussunnah::before { content: ""; }
.fa-earlybirds::before { content: ""; }
.fa-trade-federation::before { content: ""; }
.fa-autoprefixer::before { content: ""; }
.fa-whatsapp::before { content: ""; }
.fa-slideshare::before { content: ""; }
.fa-google-play::before { content: ""; }
.fa-viadeo::before { content: ""; }
.fa-line::before { content: ""; }
.fa-google-drive::before { content: ""; }
.fa-servicestack::before { content: ""; }
.fa-simplybuilt::before { content: ""; }
.fa-bitbucket::before { content: ""; }
.fa-imdb::before { content: ""; }
.fa-deezer::before { content: ""; }
.fa-raspberry-pi::before { content: ""; }
.fa-jira::before { content: ""; }
.fa-docker::before { content: ""; }
.fa-screenpal::before { content: ""; }
.fa-bluetooth::before { content: ""; }
.fa-gitter::before { content: ""; }
.fa-d-and-d::before { content: ""; }
.fa-microblog::before { content: ""; }
.fa-cc-diners-club::before { content: ""; }
.fa-gg-circle::before { content: ""; }
.fa-pied-piper-hat::before { content: ""; }
.fa-kickstarter-k::before { content: ""; }
.fa-yandex::before { content: ""; }
.fa-readme::before { content: ""; }
.fa-html5::before { content: ""; }
.fa-sellsy::before { content: ""; }
.fa-sass::before { content: ""; }
.fa-wirsindhandwerk::before, .fa-wsh::before { content: ""; }
.fa-buromobelexperte::before { content: ""; }
.fa-salesforce::before { content: ""; }
.fa-octopus-deploy::before { content: ""; }
.fa-medapps::before { content: ""; }
.fa-ns8::before { content: ""; }
.fa-pinterest-p::before { content: ""; }
.fa-apper::before { content: ""; }
.fa-fort-awesome::before { content: ""; }
.fa-waze::before { content: ""; }
.fa-cc-jcb::before { content: ""; }
.fa-snapchat-ghost::before, .fa-snapchat::before { content: ""; }
.fa-fantasy-flight-games::before { content: ""; }
.fa-rust::before { content: ""; }
.fa-wix::before { content: ""; }
.fa-behance-square::before, .fa-square-behance::before { content: ""; }
.fa-supple::before { content: ""; }
.fa-webflow::before { content: ""; }
.fa-rebel::before { content: ""; }
.fa-css3::before { content: ""; }
.fa-staylinked::before { content: ""; }
.fa-kaggle::before { content: ""; }
.fa-space-awesome::before { content: ""; }
.fa-deviantart::before { content: ""; }
.fa-cpanel::before { content: ""; }
.fa-goodreads-g::before { content: ""; }
.fa-git-square::before, .fa-square-git::before { content: ""; }
.fa-square-tumblr::before, .fa-tumblr-square::before { content: ""; }
.fa-trello::before { content: ""; }
.fa-creative-commons-nc-jp::before { content: ""; }
.fa-get-pocket::before { content: ""; }
.fa-perbyte::before { content: ""; }
.fa-grunt::before { content: ""; }
.fa-weebly::before { content: ""; }
.fa-connectdevelop::before { content: ""; }
.fa-leanpub::before { content: ""; }
.fa-black-tie::before { content: ""; }
.fa-themeco::before { content: ""; }
.fa-python::before { content: ""; }
.fa-android::before { content: ""; }
.fa-bots::before { content: ""; }
.fa-free-code-camp::before { content: ""; }
.fa-hornbill::before { content: ""; }
.fa-js::before { content: ""; }
.fa-ideal::before { content: ""; }
.fa-git::before { content: ""; }
.fa-dev::before { content: ""; }
.fa-sketch::before { content: ""; }
.fa-yandex-international::before { content: ""; }
.fa-cc-amex::before { content: ""; }
.fa-uber::before { content: ""; }
.fa-github::before { content: ""; }
.fa-php::before { content: ""; }
.fa-alipay::before { content: ""; }
.fa-youtube::before { content: ""; }
.fa-skyatlas::before { content: ""; }
.fa-firefox-browser::before { content: ""; }
.fa-replyd::before { content: ""; }
.fa-suse::before { content: ""; }
.fa-jenkins::before { content: ""; }
.fa-twitter::before { content: ""; }
.fa-rockrms::before { content: ""; }
.fa-pinterest::before { content: ""; }
.fa-buffer::before { content: ""; }
.fa-npm::before { content: ""; }
.fa-yammer::before { content: ""; }
.fa-btc::before { content: ""; }
.fa-dribbble::before { content: ""; }
.fa-stumbleupon-circle::before { content: ""; }
.fa-internet-explorer::before { content: ""; }
.fa-stubber::before { content: ""; }
.fa-telegram-plane::before, .fa-telegram::before { content: ""; }
.fa-old-republic::before { content: ""; }
.fa-odysee::before { content: ""; }
.fa-square-whatsapp::before, .fa-whatsapp-square::before { content: ""; }
.fa-node-js::before { content: ""; }
.fa-edge-legacy::before { content: ""; }
.fa-slack-hash::before, .fa-slack::before { content: ""; }
.fa-medrt::before { content: ""; }
.fa-usb::before { content: ""; }
.fa-tumblr::before { content: ""; }
.fa-vaadin::before { content: ""; }
.fa-quora::before { content: ""; }
.fa-square-x-twitter::before { content: ""; }
.fa-reacteurope::before { content: ""; }
.fa-medium-m::before, .fa-medium::before { content: ""; }
.fa-amilia::before { content: ""; }
.fa-mixcloud::before { content: ""; }
.fa-flipboard::before { content: ""; }
.fa-viacoin::before { content: ""; }
.fa-critical-role::before { content: ""; }
.fa-sitrox::before { content: ""; }
.fa-discourse::before { content: ""; }
.fa-joomla::before { content: ""; }
.fa-mastodon::before { content: ""; }
.fa-airbnb::before { content: ""; }
.fa-wolf-pack-battalion::before { content: ""; }
.fa-buy-n-large::before { content: ""; }
.fa-gulp::before { content: ""; }
.fa-creative-commons-sampling-plus::before { content: ""; }
.fa-strava::before { content: ""; }
.fa-ember::before { content: ""; }
.fa-canadian-maple-leaf::before { content: ""; }
.fa-teamspeak::before { content: ""; }
.fa-pushed::before { content: ""; }
.fa-wordpress-simple::before { content: ""; }
.fa-nutritionix::before { content: ""; }
.fa-wodu::before { content: ""; }
.fa-google-pay::before { content: ""; }
.fa-intercom::before { content: ""; }
.fa-zhihu::before { content: ""; }
.fa-korvue::before { content: ""; }
.fa-pix::before { content: ""; }
.fa-steam-symbol::before { content: ""; }
.used_negotiation_panel { border-radius: 14px 0px 0px 14px; height: 100vh; padding: 1.5rem; position: fixed; right: 0px; top: 0px; z-index: 1051; }
.radio-dxp { height: 18px; width: 18px; }
@media (max-width: 898.99px) {
  .used_negotiation_panel { overflow-x: scroll; }
}
@media (min-width: 890px) {
  .used_negotiation_panel { overflow-x: hidden; }
}
.finance_simulation { height: 100vh; padding: 1.2rem; position: fixed; right: 0px; top: 0px; z-index: 1050; }
@media (max-width: 898.99px) {
  .finance_simulation { overflow-x: scroll; }
  .finance-simulation-icon-container { display: none !important; }
}
@media (min-width: 890px) {
  .finance_simulation { overflow-x: hidden; width: 551px; }
}
@media (max-width: 480px) {
  .btn-simulation { display: block; width: 100%; }
}
.finance_simulation h2 { }
.finance_simulation h2, .finance_simulation p { color: var(--unnamed-color-ffffff); letter-spacing: 0px; opacity: 1; text-align: left; }
.finance_simulation p { }
.finance-option-selected { background-color: rgb(255, 255, 255) !important; color: rgb(0, 0, 0) !important; }
.finance-simulation-icon { border: 3px solid; }
.finance-simulation-icon-container { align-items: center; display: flex; flex-direction: column; margin-right: 0.8rem; width: 3rem; }
.invalid-value { color: rgb(255, 80, 80); display: block; font-size: smaller; }
.error { border-color: rgb(255, 80, 80); }
.countdown { background-color: rgba(0, 0, 0, 0.81); }
.countdown .countdown-title { color: rgb(255, 255, 255); font-weight: bolder; }
.countdown .countdown-description { color: rgb(255, 255, 0); font-size: x-large; font-weight: bolder; margin-bottom: 0.5rem; margin-top: -0.5rem; }
.banner-countdown-timer .block { align-items: center; background-color: rgb(69, 69, 69); border-radius: 10px; color: rgb(255, 255, 255); display: flex; justify-content: center; text-align: center; }
.banner-countdown-timer .sep { color: rgb(255, 255, 255); font-weight: 700; margin: 0px 0.5rem; }
.banner-countdown-timer .time-description { font-size: x-small; font-weight: 700; }
@media (max-width: 1200px) {
  .countdown { border-radius: 0px; padding: 1rem; position: relative; }
  .countdown .countdown-description, .countdown .countdown-title { text-align: center; }
  .banner-countdown-timer { display: flex; justify-content: center; }
  .banner-countdown-timer .block { max-height: 60px; max-width: 55px; min-height: 60px; min-width: 55px; }
  .banner-countdown-timer .time span { font-size: large; font-weight: 700; }
  .banner-countdown-timer .sep { font-size: large; padding-top: 0.5rem; }
}
@media (min-width: 1200px) {
  .countdown { border-radius: 0px 12px 12px 0px; bottom: 1rem; min-width: 370px; padding: 1rem 2rem 1.5rem; position: absolute; }
  .banner-countdown-timer { display: flex; justify-content: flex-start; }
  .banner-countdown-timer .block { max-height: 70px; max-width: 60px; min-height: 70px; min-width: 60px; }
  .banner-countdown-timer .time span { font-size: x-large; font-weight: 700; }
  .banner-countdown-timer .sep { font-size: x-large; padding-top: 0.5rem; }
}
.button-text-legal { border-radius: 0px 12px 12px 0px; bottom: 40px; left: 0px; margin-left: auto; margin-right: auto; position: absolute; right: 0px; text-align: center; }
.site_page_blocks_image_src { height: 100%; position: absolute; width: 100%; }
.section-banners img { height: auto; width: 100%; }
#carouselBanner img, .c-banner img, .img-carousel-stock img, .section-banners img, .vehicle-model-characteristics img { min-height: 50vh; }
@media (max-width: 1700px) {
  #carouselBanner img, .c-banner img, .img-carousel-stock img, .section-banners .no-mobile-image img, .vehicle-model-characteristics img { min-height: 400px; }
  .vehicle-stock-details__carousel .c-carousel__items .c-card-image img { min-height: 200px; }
}
@media (max-width: 992px) {
  #carouselBanner img, .c-banner img, .img-carousel-stock img, .section-banners .no-mobile-image img, .vehicle-model-characteristics img { min-height: 200px; }
}
@media (max-width: 540px) {
  .img-mobile { min-height: 20vh; }
}
.el-model-filter { min-height: 610px; }
#carouselBanner img.loaded, .c-banner img.loaded, .image-base64, .img-carousel-stock img.loaded, .img-mobile.loaded, .section-banners img.loaded, .vehicle-model-characteristics img.loaded { min-height: 0px !important; }
.c-content-showroom .c-card-car-mini img { min-height: 120px; min-width: 200px; }
.c-content-showroom .c-card-car-mini img.loaded { min-height: 0px !important; min-width: 0px !important; }
.vehicle-stock-details__carousel .c-carousel__items .c-card-image img { min-height: 300px; }
.vehicle-stock-details__carousel .c-carousel__items .c-card-image img.loaded { min-height: 0px !important; }
#groupSitesBrands img { min-height: 140px !important; min-width: 140px !important; }
#groupSitesBrands img.loaded { min-height: 0px !important; min-width: 0px !important; }
.stock-content img { min-height: 150px; }
.stock-content img.loaded { min-height: 0px !important; }
.ds-selo-common { left: 0px; margin-left: 10px; margin-top: 42px; position: absolute; top: 0px; }
.ds-selo-common img { height: 50px !important; position: relative; }
.ds-selo-common + .btn-share-vehicle { left: inherit !important; right: 0px !important; }
.ds-selo-repasse { margin-right: 10px; margin-top: 10px; position: absolute; right: 0px; top: 0px; }
.ds-selo-repasse img { margin-top: 10px; position: relative; height: 25px !important; }
.ds-selo-repasse + .btn-share-vehicle { left: inherit !important; right: 0px !important; }
.ds-selo-repasse-offer { margin-right: 10px; margin-top: 10px; position: absolute; right: 0px; top: 0px; }
.ds-selo-repasse-offer img { margin-top: 55px; position: relative; height: 25px !important; }
.ds-selo-repasse-offer + .btn-share-vehicle { left: inherit !important; right: 0px !important; }
.ds-super-oferta { left: 0px; margin-left: 8px; margin-top: 7px; position: absolute; top: 0px; }
.ds-super-oferta img { height: 94px !important; position: relative; }
.ds-super-oferta + .btn-share-vehicle { left: inherit !important; right: 0px !important; }
:host, :root { --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
@font-face { font-display: swap; font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 400; src: url("webfa-regular-400.woff2") format("woff2"), url("webfa-regular-400.ttf") format("truetype"); }
.fa-regular, .far { font-family: "Font Awesome 6 Free"; font-weight: 400; }
:host, :root { --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
@font-face { font-display: swap; font-family: "Font Awesome 6 Free"; font-style: normal; font-weight: 900; src: url("webfa-solid-900.woff2") format("woff2"), url("webfa-solid-900.ttf") format("truetype"); }
.fa-solid, .fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
:host, :root { --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
@font-face { font-display: swap; font-family: "Font Awesome 6 Brands"; font-style: normal; font-weight: 400; src: url("webfa-brands-400.woff2") format("woff2"), url("webfa-brands-400.ttf") format("truetype"); }
.fa-brands, .fab { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat { -webkit-font-smoothing: antialiased; display: var(--fa-display,inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }
.fa-volume-up::before { content: ""; }
.fa-volume-mute::before { content: ""; }
.video-slider { background-color: rgb(0, 0, 0); height: 0px; overflow: hidden; padding-bottom: 56.25%; position: relative; width: 100%; }
.iframe-slider { overflow: hidden; }
.iframe-slider, .iframe-slider iframe { height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }
.iframe-slider iframe { border: none; }
.btn-video-volume { place-content: center; background-color: rgb(228, 228, 228); border-radius: 50%; cursor: pointer; display: flex; left: 19.5rem; padding: 0.5rem; position: absolute; top: 4.5rem; width: 32px; z-index: 10; }
.btn-video-volume.stock { left: 2.5rem; top: 2.5rem; z-index: 11; }
@media (max-width: 1200px) {
  .btn-video-volume { left: 8.5rem; }
}
@media (max-width: 992px) {
  .btn-video-volume { left: 3.5rem; top: 2.5rem; }
}
.u-opacity-0 { opacity: 0; }
.u-opacity-1 { opacity: 1; }
.u-opacity-01 { opacity: 0.1; }
.u-opacity-02 { opacity: 0.2; }
.u-opacity-03 { opacity: 0.3; }
.u-opacity-04 { opacity: 0.4; }
.u-opacity-05 { opacity: 0.5; }
.u-opacity-06 { opacity: 0.6; }
.u-opacity-07 { opacity: 0.7; }
.u-opacity-08 { opacity: 0.8; }
.u-opacity-09 { opacity: 0.9; }
.u-font-size-1 { font-size: 1px; }
.u-font-size-1-rem { }
.u-gap-1 { gap: 1px; }
.u-gap-1-rem { }
.u-font-size-2 { font-size: 2px; }
.u-font-size-2-rem { }
.u-gap-2 { gap: 2px; }
.u-gap-2-rem { }
.u-font-size-3 { font-size: 3px; }
.u-font-size-3-rem { }
.u-gap-3 { gap: 3px; }
.u-gap-3-rem { }
.u-font-size-4 { font-size: 4px; }
.u-font-size-4-rem { }
.u-gap-4 { gap: 4px; }
.u-gap-4-rem { }
.u-font-size-5 { font-size: 5px; }
.u-font-size-5-rem { }
.u-gap-5 { gap: 5px; }
.u-gap-5-rem { }
.u-font-size-6 { font-size: 6px; }
.u-font-size-6-rem { }
.u-gap-6 { gap: 6px; }
.u-gap-6-rem { }
.u-font-size-7 { font-size: 7px; }
.u-font-size-7-rem { }
.u-gap-7 { gap: 7px; }
.u-gap-7-rem { }
.u-font-size-8 { font-size: 8px; }
.u-font-size-8-rem { }
.u-gap-8 { gap: 8px; }
.u-gap-8-rem { }
.u-font-size-9 { font-size: 9px; }
.u-font-size-9-rem { }
.u-gap-9 { gap: 9px; }
.u-gap-9-rem { }
.u-font-size-10 { font-size: 10px; }
.u-font-size-10-rem { }
.u-gap-10 { gap: 10px; }
.u-gap-10-rem { }
.u-font-size-11 { font-size: 11px; }
.u-font-size-11-rem { }
.u-gap-11 { gap: 11px; }
.u-gap-11-rem { }
.u-font-size-12 { font-size: 12px; }
.u-font-size-12-rem { }
.u-gap-12 { gap: 12px; }
.u-gap-12-rem { }
.u-font-size-13 { font-size: 13px; }
.u-font-size-13-rem { }
.u-gap-13 { gap: 13px; }
.u-gap-13-rem { }
.u-font-size-14 { font-size: 14px; }
.u-font-size-14-rem { }
.u-gap-14 { gap: 14px; }
.u-gap-14-rem { }
.u-font-size-15 { font-size: 15px; }
.u-font-size-15-rem { }
.u-gap-15 { gap: 15px; }
.u-gap-15-rem { }
.u-font-size-16 { font-size: 16px; }
.u-font-size-16-rem { }
.u-gap-16 { gap: 16px; }
.u-gap-16-rem { }
.u-font-size-17 { font-size: 17px; }
.u-font-size-17-rem { }
.u-gap-17 { gap: 17px; }
.u-gap-17-rem { }
.u-font-size-18 { font-size: 18px; }
.u-font-size-18-rem { }
.u-gap-18 { gap: 18px; }
.u-gap-18-rem { }
.u-font-size-19 { font-size: 19px; }
.u-font-size-19-rem { }
.u-gap-19 { gap: 19px; }
.u-gap-19-rem { }
.u-font-size-20 { font-size: 20px; }
.u-font-size-20-rem { }
.u-gap-20 { gap: 20px; }
.u-gap-20-rem { }
.u-font-size-21 { font-size: 21px; }
.u-font-size-21-rem { }
.u-gap-21 { gap: 21px; }
.u-gap-21-rem { }
.u-font-size-22 { font-size: 22px; }
.u-font-size-22-rem { }
.u-gap-22 { gap: 22px; }
.u-gap-22-rem { }
.u-font-size-23 { font-size: 23px; }
.u-font-size-23-rem { }
.u-gap-23 { gap: 23px; }
.u-gap-23-rem { }
.u-font-size-24 { font-size: 24px; }
.u-font-size-24-rem { }
.u-gap-24 { gap: 24px; }
.u-gap-24-rem { }
.u-font-size-25 { font-size: 25px; }
.u-font-size-25-rem { }
.u-gap-25 { gap: 25px; }
.u-gap-25-rem { }
.u-font-size-26 { font-size: 26px; }
.u-font-size-26-rem { }
.u-gap-26 { gap: 26px; }
.u-gap-26-rem { }
.u-font-size-27 { font-size: 27px; }
.u-font-size-27-rem { }
.u-gap-27 { gap: 27px; }
.u-gap-27-rem { }
.u-font-size-28 { font-size: 28px; }
.u-font-size-28-rem { }
.u-gap-28 { gap: 28px; }
.u-gap-28-rem { }
.u-font-size-29 { font-size: 29px; }
.u-font-size-29-rem { }
.u-gap-29 { gap: 29px; }
.u-gap-29-rem { }
.u-font-size-30 { font-size: 30px; }
.u-font-size-30-rem { }
.u-gap-30 { gap: 30px; }
.u-gap-30-rem { }
.u-font-size-31 { font-size: 31px; }
.u-font-size-31-rem { }
.u-gap-31 { gap: 31px; }
.u-gap-31-rem { }
.u-font-size-32 { font-size: 32px; }
.u-font-size-32-rem { }
.u-gap-32 { gap: 32px; }
.u-gap-32-rem { }
.u-font-size-33 { font-size: 33px; }
.u-font-size-33-rem { }
.u-gap-33 { gap: 33px; }
.u-gap-33-rem { }
.u-font-size-34 { font-size: 34px; }
.u-font-size-34-rem { }
.u-gap-34 { gap: 34px; }
.u-gap-34-rem { }
.u-font-size-35 { font-size: 35px; }
.u-font-size-35-rem { }
.u-gap-35 { gap: 35px; }
.u-gap-35-rem { }
.u-font-size-36 { font-size: 36px; }
.u-font-size-36-rem { }
.u-gap-36 { gap: 36px; }
.u-gap-36-rem { }
.u-font-size-37 { font-size: 37px; }
.u-font-size-37-rem { }
.u-gap-37 { gap: 37px; }
.u-gap-37-rem { }
.u-font-size-38 { font-size: 38px; }
.u-font-size-38-rem { }
.u-gap-38 { gap: 38px; }
.u-gap-38-rem { }
.u-font-size-39 { font-size: 39px; }
.u-font-size-39-rem { }
.u-gap-39 { gap: 39px; }
.u-gap-39-rem { }
.u-font-size-40 { font-size: 40px; }
.u-font-size-40-rem { }
.u-gap-40 { gap: 40px; }
.u-gap-40-rem { }
.u-font-size-41 { font-size: 41px; }
.u-font-size-41-rem { }
.u-gap-41 { gap: 41px; }
.u-gap-41-rem { }
.u-font-size-42 { font-size: 42px; }
.u-font-size-42-rem { }
.u-gap-42 { gap: 42px; }
.u-gap-42-rem { }
.u-font-size-43 { font-size: 43px; }
.u-font-size-43-rem { }
.u-gap-43 { gap: 43px; }
.u-gap-43-rem { }
.u-font-size-44 { font-size: 44px; }
.u-font-size-44-rem { }
.u-gap-44 { gap: 44px; }
.u-gap-44-rem { }
.u-font-size-45 { font-size: 45px; }
.u-font-size-45-rem { }
.u-gap-45 { gap: 45px; }
.u-gap-45-rem { }
.u-font-size-46 { font-size: 46px; }
.u-font-size-46-rem { }
.u-gap-46 { gap: 46px; }
.u-gap-46-rem { }
.u-font-size-47 { font-size: 47px; }
.u-font-size-47-rem { }
.u-gap-47 { gap: 47px; }
.u-gap-47-rem { }
.u-font-size-48 { font-size: 48px; }
.u-font-size-48-rem { }
.u-gap-48 { gap: 48px; }
.u-gap-48-rem { }
.u-font-size-49 { font-size: 49px; }
.u-font-size-49-rem { }
.u-gap-49 { gap: 49px; }
.u-gap-49-rem { }
.u-font-size-50 { font-size: 50px; }
.u-font-size-50-rem { }
.u-gap-50 { gap: 50px; }
.u-gap-50-rem { }
.u-font-size-51 { font-size: 51px; }
.u-font-size-51-rem { }
.u-gap-51 { gap: 51px; }
.u-gap-51-rem { }
.u-font-size-52 { font-size: 52px; }
.u-font-size-52-rem { }
.u-gap-52 { gap: 52px; }
.u-gap-52-rem { }
.u-font-size-53 { font-size: 53px; }
.u-font-size-53-rem { }
.u-gap-53 { gap: 53px; }
.u-gap-53-rem { }
.u-font-size-54 { font-size: 54px; }
.u-font-size-54-rem { }
.u-gap-54 { gap: 54px; }
.u-gap-54-rem { }
.u-font-size-55 { font-size: 55px; }
.u-font-size-55-rem { }
.u-gap-55 { gap: 55px; }
.u-gap-55-rem { }
.u-font-size-56 { font-size: 56px; }
.u-font-size-56-rem { }
.u-gap-56 { gap: 56px; }
.u-gap-56-rem { }
.u-font-size-57 { font-size: 57px; }
.u-font-size-57-rem { }
.u-gap-57 { gap: 57px; }
.u-gap-57-rem { }
.u-font-size-58 { font-size: 58px; }
.u-font-size-58-rem { }
.u-gap-58 { gap: 58px; }
.u-gap-58-rem { }
.u-font-size-59 { font-size: 59px; }
.u-font-size-59-rem { }
.u-gap-59 { gap: 59px; }
.u-gap-59-rem { }
.u-font-size-60 { font-size: 60px; }
.u-font-size-60-rem { }
.u-gap-60 { gap: 60px; }
.u-gap-60-rem { }
.u-font-size-61 { font-size: 61px; }
.u-font-size-61-rem { }
.u-gap-61 { gap: 61px; }
.u-gap-61-rem { }
.u-font-size-62 { font-size: 62px; }
.u-font-size-62-rem { }
.u-gap-62 { gap: 62px; }
.u-gap-62-rem { }
.u-font-size-63 { font-size: 63px; }
.u-font-size-63-rem { }
.u-gap-63 { gap: 63px; }
.u-gap-63-rem { }
.u-font-size-64 { font-size: 64px; }
.u-font-size-64-rem { }
.u-gap-64 { gap: 64px; }
.u-gap-64-rem { }
.u-font-size-65 { font-size: 65px; }
.u-font-size-65-rem { }
.u-gap-65 { gap: 65px; }
.u-gap-65-rem { }
.u-font-size-66 { font-size: 66px; }
.u-font-size-66-rem { }
.u-gap-66 { gap: 66px; }
.u-gap-66-rem { }
.u-font-size-67 { font-size: 67px; }
.u-font-size-67-rem { }
.u-gap-67 { gap: 67px; }
.u-gap-67-rem { }
.u-font-size-68 { font-size: 68px; }
.u-font-size-68-rem { }
.u-gap-68 { gap: 68px; }
.u-gap-68-rem { }
.u-font-size-69 { font-size: 69px; }
.u-font-size-69-rem { }
.u-gap-69 { gap: 69px; }
.u-gap-69-rem { }
.u-font-size-70 { font-size: 70px; }
.u-font-size-70-rem { }
.u-gap-70 { gap: 70px; }
.u-gap-70-rem { }
.u-font-size-71 { font-size: 71px; }
.u-font-size-71-rem { }
.u-gap-71 { gap: 71px; }
.u-gap-71-rem { }
.u-font-size-72 { font-size: 72px; }
.u-font-size-72-rem { }
.u-gap-72 { gap: 72px; }
.u-gap-72-rem { }
.u-font-size-73 { font-size: 73px; }
.u-font-size-73-rem { }
.u-gap-73 { gap: 73px; }
.u-gap-73-rem { }
.u-font-size-74 { font-size: 74px; }
.u-font-size-74-rem { }
.u-gap-74 { gap: 74px; }
.u-gap-74-rem { }
.u-font-size-75 { font-size: 75px; }
.u-font-size-75-rem { }
.u-gap-75 { gap: 75px; }
.u-gap-75-rem { }
.u-font-size-76 { font-size: 76px; }
.u-font-size-76-rem { }
.u-gap-76 { gap: 76px; }
.u-gap-76-rem { }
.u-font-size-77 { font-size: 77px; }
.u-font-size-77-rem { }
.u-gap-77 { gap: 77px; }
.u-gap-77-rem { }
.u-font-size-78 { font-size: 78px; }
.u-font-size-78-rem { }
.u-gap-78 { gap: 78px; }
.u-gap-78-rem { }
.u-font-size-79 { font-size: 79px; }
.u-font-size-79-rem { }
.u-gap-79 { gap: 79px; }
.u-gap-79-rem { }
.u-font-size-80 { font-size: 80px; }
.u-font-size-80-rem { }
.u-gap-80 { gap: 80px; }
.u-gap-80-rem { }
.u-font-size-81 { font-size: 81px; }
.u-font-size-81-rem { }
.u-gap-81 { gap: 81px; }
.u-gap-81-rem { }
.u-font-size-82 { font-size: 82px; }
.u-font-size-82-rem { }
.u-gap-82 { gap: 82px; }
.u-gap-82-rem { }
.u-font-size-83 { font-size: 83px; }
.u-font-size-83-rem { }
.u-gap-83 { gap: 83px; }
.u-gap-83-rem { }
.u-font-size-84 { font-size: 84px; }
.u-font-size-84-rem { }
.u-gap-84 { gap: 84px; }
.u-gap-84-rem { }
.u-font-size-85 { font-size: 85px; }
.u-font-size-85-rem { }
.u-gap-85 { gap: 85px; }
.u-gap-85-rem { }
.u-font-size-86 { font-size: 86px; }
.u-font-size-86-rem { }
.u-gap-86 { gap: 86px; }
.u-gap-86-rem { }
.u-font-size-87 { font-size: 87px; }
.u-font-size-87-rem { }
.u-gap-87 { gap: 87px; }
.u-gap-87-rem { }
.u-font-size-88 { font-size: 88px; }
.u-font-size-88-rem { }
.u-gap-88 { gap: 88px; }
.u-gap-88-rem { }
.u-font-size-89 { font-size: 89px; }
.u-font-size-89-rem { }
.u-gap-89 { gap: 89px; }
.u-gap-89-rem { }
.u-font-size-90 { font-size: 90px; }
.u-font-size-90-rem { }
.u-gap-90 { gap: 90px; }
.u-gap-90-rem { }
.u-font-size-91 { font-size: 91px; }
.u-font-size-91-rem { }
.u-gap-91 { gap: 91px; }
.u-gap-91-rem { }
.u-font-size-92 { font-size: 92px; }
.u-font-size-92-rem { }
.u-gap-92 { gap: 92px; }
.u-gap-92-rem { }
.u-font-size-93 { font-size: 93px; }
.u-font-size-93-rem { }
.u-gap-93 { gap: 93px; }
.u-gap-93-rem { }
.u-font-size-94 { font-size: 94px; }
.u-font-size-94-rem { }
.u-gap-94 { gap: 94px; }
.u-gap-94-rem { }
.u-font-size-95 { font-size: 95px; }
.u-font-size-95-rem { }
.u-gap-95 { gap: 95px; }
.u-gap-95-rem { }
.u-font-size-96 { font-size: 96px; }
.u-font-size-96-rem { }
.u-gap-96 { gap: 96px; }
.u-gap-96-rem { }
.u-font-size-97 { font-size: 97px; }
.u-font-size-97-rem { }
.u-gap-97 { gap: 97px; }
.u-gap-97-rem { }
.u-font-size-98 { font-size: 98px; }
.u-font-size-98-rem { }
.u-gap-98 { gap: 98px; }
.u-gap-98-rem { }
.u-font-size-99 { font-size: 99px; }
.u-font-size-99-rem { }
.u-gap-99 { gap: 99px; }
.u-gap-99-rem { }
.u-font-size-100 { font-size: 100px; }
.u-font-size-100-rem { }
.u-gap-100 { gap: 100px; }
.u-gap-100-rem { }
.u-font-size-101 { font-size: 101px; }
.u-font-size-101-rem { }
.u-gap-101 { gap: 101px; }
.u-gap-101-rem { }
.u-font-size-102 { font-size: 102px; }
.u-font-size-102-rem { }
.u-gap-102 { gap: 102px; }
.u-gap-102-rem { }
.u-font-size-103 { font-size: 103px; }
.u-font-size-103-rem { }
.u-gap-103 { gap: 103px; }
.u-gap-103-rem { }
.u-font-size-104 { font-size: 104px; }
.u-font-size-104-rem { }
.u-gap-104 { gap: 104px; }
.u-gap-104-rem { }
.u-font-size-105 { font-size: 105px; }
.u-font-size-105-rem { }
.u-gap-105 { gap: 105px; }
.u-gap-105-rem { }
.u-font-size-106 { font-size: 106px; }
.u-font-size-106-rem { }
.u-gap-106 { gap: 106px; }
.u-gap-106-rem { }
.u-font-size-107 { font-size: 107px; }
.u-font-size-107-rem { }
.u-gap-107 { gap: 107px; }
.u-gap-107-rem { }
.u-font-size-108 { font-size: 108px; }
.u-font-size-108-rem { }
.u-gap-108 { gap: 108px; }
.u-gap-108-rem { }
.u-font-size-109 { font-size: 109px; }
.u-font-size-109-rem { }
.u-gap-109 { gap: 109px; }
.u-gap-109-rem { }
.u-font-size-110 { font-size: 110px; }
.u-font-size-110-rem { }
.u-gap-110 { gap: 110px; }
.u-gap-110-rem { }
.u-font-size-111 { font-size: 111px; }
.u-font-size-111-rem { }
.u-gap-111 { gap: 111px; }
.u-gap-111-rem { }
.u-font-size-112 { font-size: 112px; }
.u-font-size-112-rem { }
.u-gap-112 { gap: 112px; }
.u-gap-112-rem { }
.u-font-size-113 { font-size: 113px; }
.u-font-size-113-rem { }
.u-gap-113 { gap: 113px; }
.u-gap-113-rem { }
.u-font-size-114 { font-size: 114px; }
.u-font-size-114-rem { }
.u-gap-114 { gap: 114px; }
.u-gap-114-rem { }
.u-font-size-115 { font-size: 115px; }
.u-font-size-115-rem { }
.u-gap-115 { gap: 115px; }
.u-gap-115-rem { }
.u-font-size-116 { font-size: 116px; }
.u-font-size-116-rem { }
.u-gap-116 { gap: 116px; }
.u-gap-116-rem { }
.u-font-size-117 { font-size: 117px; }
.u-font-size-117-rem { }
.u-gap-117 { gap: 117px; }
.u-gap-117-rem { }
.u-font-size-118 { font-size: 118px; }
.u-font-size-118-rem { }
.u-gap-118 { gap: 118px; }
.u-gap-118-rem { }
.u-font-size-119 { font-size: 119px; }
.u-font-size-119-rem { }
.u-gap-119 { gap: 119px; }
.u-gap-119-rem { }
.u-font-size-120 { font-size: 120px; }
.u-font-size-120-rem { }
.u-gap-120 { gap: 120px; }
.u-gap-120-rem { }
.u-font-size-121 { font-size: 121px; }
.u-font-size-121-rem { }
.u-gap-121 { gap: 121px; }
.u-gap-121-rem { }
.u-font-size-122 { font-size: 122px; }
.u-font-size-122-rem { }
.u-gap-122 { gap: 122px; }
.u-gap-122-rem { }
.u-font-size-123 { font-size: 123px; }
.u-font-size-123-rem { }
.u-gap-123 { gap: 123px; }
.u-gap-123-rem { }
.u-font-size-124 { font-size: 124px; }
.u-font-size-124-rem { }
.u-gap-124 { gap: 124px; }
.u-gap-124-rem { }
.u-font-size-125 { font-size: 125px; }
.u-font-size-125-rem { }
.u-gap-125 { gap: 125px; }
.u-gap-125-rem { }
.u-font-size-126 { font-size: 126px; }
.u-font-size-126-rem { }
.u-gap-126 { gap: 126px; }
.u-gap-126-rem { }
.u-font-size-127 { font-size: 127px; }
.u-font-size-127-rem { }
.u-gap-127 { gap: 127px; }
.u-gap-127-rem { }
.u-font-size-128 { font-size: 128px; }
.u-font-size-128-rem { }
.u-gap-128 { gap: 128px; }
.u-gap-128-rem { }
.u-font-size-129 { font-size: 129px; }
.u-font-size-129-rem { }
.u-gap-129 { gap: 129px; }
.u-gap-129-rem { }
.u-font-size-130 { font-size: 130px; }
.u-font-size-130-rem { }
.u-gap-130 { gap: 130px; }
.u-gap-130-rem { }
.u-font-size-131 { font-size: 131px; }
.u-font-size-131-rem { }
.u-gap-131 { gap: 131px; }
.u-gap-131-rem { }
.u-font-size-132 { font-size: 132px; }
.u-font-size-132-rem { }
.u-gap-132 { gap: 132px; }
.u-gap-132-rem { }
.u-font-size-133 { font-size: 133px; }
.u-font-size-133-rem { }
.u-gap-133 { gap: 133px; }
.u-gap-133-rem { }
.u-font-size-134 { font-size: 134px; }
.u-font-size-134-rem { }
.u-gap-134 { gap: 134px; }
.u-gap-134-rem { }
.u-font-size-135 { font-size: 135px; }
.u-font-size-135-rem { }
.u-gap-135 { gap: 135px; }
.u-gap-135-rem { }
.u-font-size-136 { font-size: 136px; }
.u-font-size-136-rem { }
.u-gap-136 { gap: 136px; }
.u-gap-136-rem { }
.u-font-size-137 { font-size: 137px; }
.u-font-size-137-rem { }
.u-gap-137 { gap: 137px; }
.u-gap-137-rem { }
.u-font-size-138 { font-size: 138px; }
.u-font-size-138-rem { }
.u-gap-138 { gap: 138px; }
.u-gap-138-rem { }
.u-font-size-139 { font-size: 139px; }
.u-font-size-139-rem { }
.u-gap-139 { gap: 139px; }
.u-gap-139-rem { }
.u-font-size-140 { font-size: 140px; }
.u-font-size-140-rem { }
.u-gap-140 { gap: 140px; }
.u-gap-140-rem { }
.u-font-size-141 { font-size: 141px; }
.u-font-size-141-rem { }
.u-gap-141 { gap: 141px; }
.u-gap-141-rem { }
.u-font-size-142 { font-size: 142px; }
.u-font-size-142-rem { }
.u-gap-142 { gap: 142px; }
.u-gap-142-rem { }
.u-font-size-143 { font-size: 143px; }
.u-font-size-143-rem { }
.u-gap-143 { gap: 143px; }
.u-gap-143-rem { }
.u-font-size-144 { font-size: 144px; }
.u-font-size-144-rem { }
.u-gap-144 { gap: 144px; }
.u-gap-144-rem { }
.u-font-size-145 { font-size: 145px; }
.u-font-size-145-rem { }
.u-gap-145 { gap: 145px; }
.u-gap-145-rem { }
.u-font-size-146 { font-size: 146px; }
.u-font-size-146-rem { }
.u-gap-146 { gap: 146px; }
.u-gap-146-rem { }
.u-font-size-147 { font-size: 147px; }
.u-font-size-147-rem { }
.u-gap-147 { gap: 147px; }
.u-gap-147-rem { }
.u-font-size-148 { font-size: 148px; }
.u-font-size-148-rem { }
.u-gap-148 { gap: 148px; }
.u-gap-148-rem { }
.u-font-size-149 { font-size: 149px; }
.u-font-size-149-rem { }
.u-gap-149 { gap: 149px; }
.u-gap-149-rem { }
.u-font-size-150 { font-size: 150px; }
.u-font-size-150-rem { }
.u-gap-150 { gap: 150px; }
.u-gap-150-rem { }
.u-font-weight-100 { font-weight: 100; }
.u-font-weight-200 { font-weight: 200; }
.u-font-weight-300 { font-weight: 300; }
.u-font-weight-400 { font-weight: 400; }
.u-font-weight-500 { font-weight: 500; }
.u-font-weight-600 { font-weight: 600; }
.u-font-weight-700 { font-weight: 700; }
.u-font-weight-800 { font-weight: 800; }
.u-font-weight-900 { font-weight: 900; }
.u-flex-row { flex-direction: row; }
.u-flex-column { flex-direction: column; }
.u-flex-row-reverse { flex-direction: row-reverse; }
.u-flex-column-reverse { flex-direction: column-reverse; }
.u-flex-wrap { flex-wrap: wrap; }
.u-flex-nowrap { flex-wrap: nowrap; }
.u-flex-wrap-reverse { flex-wrap: wrap-reverse; }
.u-flex-fill { flex: 1 1 auto; }
.u-flex-grow-0 { flex-grow: 0; }
.u-flex-grow-1 { flex-grow: 1; }
.u-flex-shrink-0 { flex-shrink: 0; }
.u-flex-shrink-1 { flex-shrink: 1; }
.u-justify-content-start { justify-content: flex-start; }
.u-justify-content-end { justify-content: flex-end; }
.u-justify-content-center { justify-content: center; }
.u-justify-content-between { justify-content: space-between; }
.u-justify-content-around { justify-content: space-around; }
.u-align-items-start { align-items: flex-start; }
.u-align-items-end { align-items: flex-end; }
.u-align-items-center { align-items: center; }
.u-align-items-baseline { align-items: baseline; }
.u-align-items-stretch { align-items: stretch; }
.u-align-content-start { align-content: flex-start; }
.u-align-content-end { align-content: flex-end; }
.u-align-content-center { align-content: center; }
.u-align-content-between { align-content: space-between; }
.u-align-content-around { align-content: space-around; }
.u-align-content-stretch { align-content: stretch; }
.u-align-self-auto { align-self: auto; }
.u-align-self-start { align-self: flex-start; }
.u-align-self-end { align-self: flex-end; }
.u-align-self-center { align-self: center; }
.u-align-self-baseline { align-self: baseline; }
.u-align-self-stretch { align-self: stretch; }
.u-d-none { display: none; }
.u-d-inline { display: inline; }
.u-d-inline-block { display: inline-block; }
.u-d-block { display: block; }
.u-d-table { display: table; }
.u-d-table-row { display: table-row; }
.u-d-table-cell { display: table-cell; }
.u-d-flex { display: flex; }
.u-d-inline-flex { display: inline-flex; }
.u-animate--delay-0 { animation-delay: 0s !important; }
.u-animate--delay-1 { animation-delay: 1s !important; }
.u-animate--delay-2 { animation-delay: 2s !important; }
.u-animate--delay-3 { animation-delay: 3s !important; }
.u-animate--delay-4 { animation-delay: 4s !important; }
.u-animate--delay-5 { animation-delay: 5s !important; }
.u-animate--delay-6 { animation-delay: 6s !important; }
.u-animate--delay-7 { animation-delay: 7s !important; }
.u-animate--delay-8 { animation-delay: 8s !important; }
.u-animate--delay-9 { animation-delay: 9s !important; }
.u-animate--delay-10 { animation-delay: 10s !important; }
.u-animate--delay-11 { animation-delay: 11s !important; }
.u-animate--delay-12 { animation-delay: 12s !important; }
.u-animate--delay-13 { animation-delay: 13s !important; }
.u-animate--delay-14 { animation-delay: 14s !important; }
.u-animate--delay-15 { animation-delay: 15s !important; }
.u-animate--delay-16 { animation-delay: 16s !important; }
.u-animate--delay-17 { animation-delay: 17s !important; }
.u-animate--delay-18 { animation-delay: 18s !important; }
.u-animate--delay-19 { animation-delay: 19s !important; }
.u-animate--delay-20 { animation-delay: 20s !important; }
.u-animate--delay-21 { animation-delay: 21s !important; }
.u-animate--delay-22 { animation-delay: 22s !important; }
.u-animate--delay-23 { animation-delay: 23s !important; }
.u-animate--delay-24 { animation-delay: 24s !important; }
.u-animate--delay-25 { animation-delay: 25s !important; }
.u-animate--delay-26 { animation-delay: 26s !important; }
.u-animate--delay-27 { animation-delay: 27s !important; }
.u-animate--delay-28 { animation-delay: 28s !important; }
.u-animate--delay-29 { animation-delay: 29s !important; }
.u-animate--delay-30 { animation-delay: 30s !important; }
.u-animate--delay-31 { animation-delay: 31s !important; }
.u-animate--delay-32 { animation-delay: 32s !important; }
.u-animate--delay-33 { animation-delay: 33s !important; }
.u-animate--delay-34 { animation-delay: 34s !important; }
.u-animate--delay-35 { animation-delay: 35s !important; }
.u-animate--delay-36 { animation-delay: 36s !important; }
.u-animate--delay-37 { animation-delay: 37s !important; }
.u-animate--delay-38 { animation-delay: 38s !important; }
.u-animate--delay-39 { animation-delay: 39s !important; }
.u-animate--delay-40 { animation-delay: 40s !important; }
.u-animate--delay-41 { animation-delay: 41s !important; }
.u-animate--delay-42 { animation-delay: 42s !important; }
.u-animate--delay-43 { animation-delay: 43s !important; }
.u-animate--delay-44 { animation-delay: 44s !important; }
.u-animate--delay-45 { animation-delay: 45s !important; }
.u-animate--delay-46 { animation-delay: 46s !important; }
.u-animate--delay-47 { animation-delay: 47s !important; }
.u-animate--delay-48 { animation-delay: 48s !important; }
.u-animate--delay-49 { animation-delay: 49s !important; }
.u-animate--delay-50 { animation-delay: 50s !important; }
.u-animate--delay-51 { animation-delay: 51s !important; }
.u-animate--delay-52 { animation-delay: 52s !important; }
.u-animate--delay-53 { animation-delay: 53s !important; }
.u-animate--delay-54 { animation-delay: 54s !important; }
.u-animate--delay-55 { animation-delay: 55s !important; }
.u-animate--delay-56 { animation-delay: 56s !important; }
.u-animate--delay-57 { animation-delay: 57s !important; }
.u-animate--delay-58 { animation-delay: 58s !important; }
.u-animate--delay-59 { animation-delay: 59s !important; }
.u-animate--delay-60 { animation-delay: 60s !important; }
.u-animate--delay-61 { animation-delay: 61s !important; }
.u-animate--delay-62 { animation-delay: 62s !important; }
.u-animate--delay-63 { animation-delay: 63s !important; }
.u-animate--delay-64 { animation-delay: 64s !important; }
.u-animate--delay-65 { animation-delay: 65s !important; }
.u-animate--delay-66 { animation-delay: 66s !important; }
.u-animate--delay-67 { animation-delay: 67s !important; }
.u-animate--delay-68 { animation-delay: 68s !important; }
.u-animate--delay-69 { animation-delay: 69s !important; }
.u-animate--delay-70 { animation-delay: 70s !important; }
.u-animate--delay-71 { animation-delay: 71s !important; }
.u-animate--delay-72 { animation-delay: 72s !important; }
.u-animate--delay-73 { animation-delay: 73s !important; }
.u-animate--delay-74 { animation-delay: 74s !important; }
.u-animate--delay-75 { animation-delay: 75s !important; }
.u-animate--delay-76 { animation-delay: 76s !important; }
.u-animate--delay-77 { animation-delay: 77s !important; }
.u-animate--delay-78 { animation-delay: 78s !important; }
.u-animate--delay-79 { animation-delay: 79s !important; }
.u-animate--delay-80 { animation-delay: 80s !important; }
.u-animate--delay-81 { animation-delay: 81s !important; }
.u-animate--delay-82 { animation-delay: 82s !important; }
.u-animate--delay-83 { animation-delay: 83s !important; }
.u-animate--delay-84 { animation-delay: 84s !important; }
.u-animate--delay-85 { animation-delay: 85s !important; }
.u-animate--delay-86 { animation-delay: 86s !important; }
.u-animate--delay-87 { animation-delay: 87s !important; }
.u-animate--delay-88 { animation-delay: 88s !important; }
.u-animate--delay-89 { animation-delay: 89s !important; }
.u-animate--delay-90 { animation-delay: 90s !important; }
.u-animate--delay-91 { animation-delay: 91s !important; }
.u-animate--delay-92 { animation-delay: 92s !important; }
.u-animate--delay-93 { animation-delay: 93s !important; }
.u-animate--delay-94 { animation-delay: 94s !important; }
.u-animate--delay-95 { animation-delay: 95s !important; }
.u-animate--delay-96 { animation-delay: 96s !important; }
.u-animate--delay-97 { animation-delay: 97s !important; }
.u-animate--delay-98 { animation-delay: 98s !important; }
.u-animate--delay-99 { animation-delay: 99s !important; }
.u-animate--delay-100 { animation-delay: 100s !important; }
.u-animate--index-0 { z-index: 0; }
.u-animate--index-1 { z-index: 1; }
.u-animate--index-2 { z-index: 2; }
.u-animate--index-3 { z-index: 3; }
.u-animate--index-4 { z-index: 4; }
.u-animate--index-5 { z-index: 5; }
.u-animate--index-6 { z-index: 6; }
.u-animate--index-7 { z-index: 7; }
.u-animate--index-8 { z-index: 8; }
.u-animate--index-9 { z-index: 9; }
.u-animate--index-10 { z-index: 10; }
.u-animate--index-11 { z-index: 11; }
.u-animate--index-12 { z-index: 12; }
.u-animate--index-13 { z-index: 13; }
.u-animate--index-14 { z-index: 14; }
.u-animate--index-15 { z-index: 15; }
.u-animate--index-16 { z-index: 16; }
.u-animate--index-17 { z-index: 17; }
.u-animate--index-18 { z-index: 18; }
.u-animate--index-19 { z-index: 19; }
.u-animate--index-20 { z-index: 20; }
.u-animate--index-21 { z-index: 21; }
.u-animate--index-22 { z-index: 22; }
.u-animate--index-23 { z-index: 23; }
.u-animate--index-24 { z-index: 24; }
.u-animate--index-25 { z-index: 25; }
.u-animate--index-26 { z-index: 26; }
.u-animate--index-27 { z-index: 27; }
.u-animate--index-28 { z-index: 28; }
.u-animate--index-29 { z-index: 29; }
.u-animate--index-30 { z-index: 30; }
.u-animate--index-31 { z-index: 31; }
.u-animate--index-32 { z-index: 32; }
.u-animate--index-33 { z-index: 33; }
.u-animate--index-34 { z-index: 34; }
.u-animate--index-35 { z-index: 35; }
.u-animate--index-36 { z-index: 36; }
.u-animate--index-37 { z-index: 37; }
.u-animate--index-38 { z-index: 38; }
.u-animate--index-39 { z-index: 39; }
.u-animate--index-40 { z-index: 40; }
.u-animate--index-41 { z-index: 41; }
.u-animate--index-42 { z-index: 42; }
.u-animate--index-43 { z-index: 43; }
.u-animate--index-44 { z-index: 44; }
.u-animate--index-45 { z-index: 45; }
.u-animate--index-46 { z-index: 46; }
.u-animate--index-47 { z-index: 47; }
.u-animate--index-48 { z-index: 48; }
.u-animate--index-49 { z-index: 49; }
.u-animate--index-50 { z-index: 50; }
.u-animate--index-51 { z-index: 51; }
.u-animate--index-52 { z-index: 52; }
.u-animate--index-53 { z-index: 53; }
.u-animate--index-54 { z-index: 54; }
.u-animate--index-55 { z-index: 55; }
.u-animate--index-56 { z-index: 56; }
.u-animate--index-57 { z-index: 57; }
.u-animate--index-58 { z-index: 58; }
.u-animate--index-59 { z-index: 59; }
.u-animate--index-60 { z-index: 60; }
.u-animate--index-61 { z-index: 61; }
.u-animate--index-62 { z-index: 62; }
.u-animate--index-63 { z-index: 63; }
.u-animate--index-64 { z-index: 64; }
.u-animate--index-65 { z-index: 65; }
.u-animate--index-66 { z-index: 66; }
.u-animate--index-67 { z-index: 67; }
.u-animate--index-68 { z-index: 68; }
.u-animate--index-69 { z-index: 69; }
.u-animate--index-70 { z-index: 70; }
.u-animate--index-71 { z-index: 71; }
.u-animate--index-72 { z-index: 72; }
.u-animate--index-73 { z-index: 73; }
.u-animate--index-74 { z-index: 74; }
.u-animate--index-75 { z-index: 75; }
.u-animate--index-76 { z-index: 76; }
.u-animate--index-77 { z-index: 77; }
.u-animate--index-78 { z-index: 78; }
.u-animate--index-79 { z-index: 79; }
.u-animate--index-80 { z-index: 80; }
.u-animate--index-81 { z-index: 81; }
.u-animate--index-82 { z-index: 82; }
.u-animate--index-83 { z-index: 83; }
.u-animate--index-84 { z-index: 84; }
.u-animate--index-85 { z-index: 85; }
.u-animate--index-86 { z-index: 86; }
.u-animate--index-87 { z-index: 87; }
.u-animate--index-88 { z-index: 88; }
.u-animate--index-89 { z-index: 89; }
.u-animate--index-90 { z-index: 90; }
.u-animate--index-91 { z-index: 91; }
.u-animate--index-92 { z-index: 92; }
.u-animate--index-93 { z-index: 93; }
.u-animate--index-94 { z-index: 94; }
.u-animate--index-95 { z-index: 95; }
.u-animate--index-96 { z-index: 96; }
.u-animate--index-97 { z-index: 97; }
.u-animate--index-98 { z-index: 98; }
.u-animate--index-99 { z-index: 99; }
.u-animate--index-100 { z-index: 100; }
.c-whatsapp-flutuante { background-color: rgb(37, 211, 102); border-radius: 50px; bottom: 35px; box-shadow: rgb(153, 153, 153) 2px 2px 3px; color: rgb(255, 255, 255); font-size: 30px; height: 60px; position: fixed; right: 25px; text-align: center; width: 60px; }
.c-ds-dropdown__list-items { max-height: 350px; overflow: scroll; }
.c-ds-dropdown__list-items::-webkit-scrollbar { height: 15px; width: 15px; }
.c-ds-dropdown__list-items::-webkit-scrollbar-track { background: rgb(255, 255, 255); margin: 10px; }
.c-ds-dropdown__list-items::-webkit-scrollbar-thumb { background: rgb(213, 213, 213); border: 5px solid rgb(255, 255, 255); border-radius: 100px; }
.c-ds-dropdown__list-items::-webkit-scrollbar-thumb:hover { background: rgb(213, 213, 213); }
.c-ds-accordion-button__btn { align-items: center; background-color: rgb(238, 238, 238); border: none; border-radius: 0.25rem; color: rgb(68, 68, 68); cursor: pointer; display: flex; font-size: 14px; justify-content: space-between; outline: 0px; padding: 8px 16px; text-align: left; transition: 0.4s; width: 100%; }
.c-ds-accordion-button__content { background-color: rgb(255, 255, 255); overflow: hidden scroll; padding: 0px 18px; transition: 0.5s ease-in-out; }
.c-ds-accordion-button__content::-webkit-scrollbar { height: 15px; width: 15px; }
.c-ds-accordion-button__content::-webkit-scrollbar-track { background: rgb(255, 255, 255); margin: 10px; }
.c-ds-accordion-button__content::-webkit-scrollbar-thumb { background: rgb(213, 213, 213); border: 5px solid rgb(255, 255, 255); border-radius: 100px; }
.c-ds-accordion-button__content::-webkit-scrollbar-thumb:hover { background: rgb(213, 213, 213); }
.c-ds-accordion-button__content--is-closed { display: block; height: 0px; opacity: 0; transition: 0.5s ease-in-out; visibility: hidden; }
.c-ds-accordion-button__content--is-transition { height: 100%; max-height: 100px; transition: 0.5s ease-in-out; }
.c-ds-accordion-button__content--is-opened { opacity: 1; transition: 0.5s ease-in-out; visibility: visible; }
.custom-control-input { z-index: 1 !important; }
.c-ds-switch { align-items: center; display: flex; justify-content: center; padding: 8px 0px; position: relative; }
.c-ds-switch__input { height: 1.25rem; left: 0px; opacity: 0; position: absolute; width: 1rem; z-index: 1; }
.c-ds-switch__input:checked ~ .c-ds-switch__label::before { background-color: rgb(24, 19, 31); border-color: rgb(24, 19, 31); color: rgb(255, 255, 255); }
.c-ds-switch__input:checked ~ .c-ds-switch__label::after { background-color: rgb(255, 255, 255); transform: translateX(0.75rem); }
.c-ds-switch__label { cursor: pointer; margin-bottom: 0px; position: relative; vertical-align: top; }
.c-ds-switch__label::before { background-color: rgb(255, 255, 255); border: 1px solid rgb(173, 181, 189); height: 1rem; left: -2.25rem; pointer-events: all; top: 0.25rem; width: 1.75rem; }
.c-ds-switch__label::after, .c-ds-switch__label::before { border-radius: 0.5rem; content: ""; display: block; position: absolute; transition: 0.5s ease-in-out; }
.c-ds-switch__label::after { background: 50% center / 50% 50% no-repeat rgb(173, 181, 189); height: calc(-4px + 1rem); left: calc(2px - 2.25rem); top: calc(2px + 0.25rem); width: calc(-4px + 1rem); }
.gallery-model .carousel-model-gallery-thumbs-controls .carousel-control-next, .gallery-model .carousel-model-gallery-thumbs-controls .carousel-control-prev { height: max-content; opacity: 1 !important; }
.gallery-model .carousel-model-gallery-thumbs-controls .carousel-control-next { margin-top: auto !important; }
.gallery-model #carousel-model-gallery-thumbs .carousel-inner > .carousel-item.active.carousel-item-right, .gallery-model #carousel-model-gallery-thumbs .carousel-inner > .carousel-item.carousel-item-next { transform: translate3d(0px, 100%, 0px); }
.gallery-model #carousel-model-gallery-thumbs .carousel-inner > .carousel-item.active.carousel-item-left, .gallery-model #carousel-model-gallery-thumbs .carousel-inner > .carousel-item.carousel-item-prev { transform: translate3d(0px, -100%, 0px); }
.gallery-model #carousel-model-gallery-thumbs .carousel-inner > .carousel-item.active, .gallery-model #carousel-model-gallery-thumbs .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left, .gallery-model #carousel-model-gallery-thumbs .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right { transform: translateZ(0px); }
.c-offer-model-characteristcs .carousel .carousel-item-left .next-content, .c-offer-model-characteristcs .carousel .carousel-item-next .next-content, .c-offer-model-characteristcs .carousel .carousel-item-prev .next-content, .c-offer-model-characteristcs .carousel .carousel-item-right .next-content, .vehicle-model-characteristics .carousel .carousel-item-left .next-content, .vehicle-model-characteristics .carousel .carousel-item-next .next-content, .vehicle-model-characteristics .carousel .carousel-item-prev .next-content, .vehicle-model-characteristics .carousel .carousel-item-right .next-content { display: none !important; }
#c-vehicle-stock-laudo-content_carousel .carousel-control-next, #c-vehicle-stock-laudo-content_carousel .carousel-control-prev { width: 5%; }
#c-vehicle-stock-laudo-content_carousel .carousel-control-prev { left: 0px; }
#c-vehicle-stock-laudo-content_carousel .carousel-control-next { right: 0px; }
#c-vehicle-stock-laudo-content_carousel .carousel-indicators-container ol li { background-color: rgb(69, 67, 67); }
.c-ds-service-content .c-ds-service-content__image-right { background-position: 50% center; background-repeat: no-repeat; background-size: cover; inset: 0px 0px 0px calc(45% + 15px); position: absolute; }
.c-ds-service-content .c-ds-service-content__image-left { background-position: 50% center; background-repeat: no-repeat; background-size: cover; inset: 0px calc(45% + 15px) 0px 0px; position: absolute; }
.ds-form-banner__wrapper { background: var(--primary); border-radius: 21px; max-width: 346px; opacity: 0.95; padding: 0.9375rem 1.1875rem; }
.ds-form-banner__title { color: rgb(243, 243, 243); font-size: 1rem; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 1.3125rem; text-align: center; text-transform: uppercase; }
.ds-form-banner__form .form-control { height: calc(1.13em + 2px + 0.75rem); }
.ds-form-banner__form .form-row p { margin-bottom: 0.5rem !important; }
.ds-form-banner__form .form-row p, .ds-form-banner__form label { color: rgb(243, 243, 243); font-size: 0.75rem; font-style: normal; font-weight: 400; line-height: normal; }
.ds-form-banner__form label a { color: rgb(243, 243, 243); font-size: 0.625rem; font-style: normal; font-weight: 400; line-height: normal; text-decoration-line: underline; }
.ds-form-banner__form .custom-control-input:checked ~ .custom-control-label::before { background-color: rgb(221, 7, 7); border-color: rgb(221, 7, 7); }
.ds-form-banner__form button.btn-primary { background: var(--secondary); border: 2px solid var(--secondary); border-radius: 1.59375rem; color: rgb(243, 243, 243); flex-shrink: 0; font-size: 0.875rem; font-style: normal; font-weight: 700; line-height: normal; margin: auto; padding: 0.65rem 1rem; text-align: center; width: 225px; }
.ds-form-banner__form .custom-radio input[type="radio"] + label, .ds-form-banner__form .custom-radio input[type="radio"]:checked + label { background-color: transparent !important; border: 0px !important; }
.ds-form-banner__form .custom-control-label::after, .ds-form-banner__form .custom-control-label::before { top: 0px; }
.ds-form-banner--direita { right: 12%; }
.ds-form-banner--esquerda { left: 9%; }
.ds-form-banner--centro { left: 50%; transform: translate(-50%, -50%) !important; }
.ds-form-banner--central .ds-form-banner__open-modal-button { bottom: 45%; }
.ds-form-banner--inferior .ds-form-banner__open-modal-button { bottom: 12%; }
.ds-form-banner--superior .ds-form-banner__open-modal-button { bottom: 70%; top: 18%; }
.ds-form-banner .btn-form { margin-top: 1.25rem !important; }
@media (min-width: 1601px) {
  .ds-form-banner { position: absolute; top: 50%; transform: translate(9%, -50%); z-index: 2; }
  .ds-form-banner.mobile, .ds-form-banner__open-modal-button { display: none; }
  .ds-form-banner.desktop { display: block; }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .ds-form-banner { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; }
  .ds-form-banner__wrapper { background: var(--primary); border-radius: 21px; max-width: 310px; opacity: 0.95; padding: 0.6rem 0.97rem; }
  .ds-form-banner__title { font-size: 0.8rem; margin-bottom: 0.6rem; }
  .ds-form-banner__form .form-group { margin-bottom: 0.2rem !important; }
  .ds-form-banner__form .form-group .form-group-item .mb-2 { margin-bottom: 0.25rem !important; }
  .ds-form-banner__form .form-group.form-group-item input { min-height: 2.3rem; }
  .ds-form-banner__form .form-group.form-group-item select { min-height: 38px; }
  .ds-form-banner__form .form-group .form-row .pr-3 { padding-right: 0px !important; }
  .ds-form-banner__form .form-group .mb-2 { margin-bottom: 0px !important; }
  .ds-form-banner__form .custom-radio label { padding: 5px !important; }
  .ds-form-banner__form .form-group .mt-4 { margin-top: 0.5rem !important; }
  .ds-form-banner.mobile, .ds-form-banner__open-modal-button { display: none; }
  .ds-form-banner.desktop { display: block; }
  .ds-form-banner .btn-form { margin-top: 0.3rem !important; }
}
@media (max-width: 1279px) {
  .ds-form-banner.mobile { display: block; }
  .ds-form-banner.desktop { display: none; }
  .ds-form-banner__wrapper { background: var(--primary); margin: auto; }
  .ds-form-banner .modal-content { background-color: transparent; border: 0px; }
  .ds-form-banner__title { position: relative; }
  .ds-form-banner__title button { color: rgb(255, 255, 255); position: absolute; right: 2%; top: -20%; z-index: 3; }
  .ds-form-banner__open-modal-button { background: var(--primary); border: 0px; border-radius: 1.59375rem; bottom: 20%; color: rgb(243, 243, 243); display: block; flex-shrink: 0; font-size: 0.875rem; font-style: normal; font-weight: 700; left: 50%; line-height: normal; margin: auto; min-width: max-content; padding: 1rem 2rem; position: absolute; text-align: center; transform: translateX(-50%); z-index: 2; }
  .ds-form-banner__open-modal-button:hover { color: rgb(243, 243, 243); }
}
@media (min-width: 992px) {
  #c-vehicle-stock-laudo-content_carousel .carousel-control-next, #c-vehicle-stock-laudo-content_carousel .carousel-control-prev { height: 90%; }
  .c-ds-service-content { align-items: center; min-height: 24.75em; display: flex !important; }
}
@media (max-width: 991px) {
  #c-vehicle-stock-laudo-content_carousel .carousel-control-next, #c-vehicle-stock-laudo-content_carousel .carousel-control-prev { align-items: flex-end; }
  #c-vehicle-stock-laudo-content_carousel .carousel-indicators { top: -3px; }
}
.iframe-impel360 { height: 60%; }
@media (max-width: 992px) {
  .iframe-impel360 { height: 100%; }
}
.btn-text-legal { opacity: 0.7; }
.form_with_label_animated .form-group.form-group-item { margin-bottom: 20px !important; position: relative; }
.form_with_label_animated .form-group.form-group-item label { height: 0px; background: rgb(0, 0, 0) !important; color: rgb(255, 255, 255) !important; cursor: text !important; font-size: 0.75rem !important; font-weight: 400 !important; left: 10px !important; padding: 0px !important; position: absolute !important; top: 12px !important; transition: 0.3s !important; z-index: 2 !important; }
.form_with_label_animated .form-group.form-group-item input:focus + label, .form_with_label_animated .form-group.form-group-item input:valid + label, .form_with_label_animated .form-group.form-group-item select:focus + label, .form_with_label_animated .form-group.form-group-item select:valid + label, .form_with_label_animated .form-group.form-group-item textarea:focus + label, .form_with_label_animated .form-group.form-group-item textarea:valid + label { height: 17px; padding: 0px 0.6rem !important; top: -8px !important; }
.form_with_label_animated .form-group.form-group-item input:focus + label, .form_with_label_animated .form-group.form-group-item select:focus + label, .form_with_label_animated .form-group.form-group-item textarea:focus + label { padding: 0px 0.6rem !important; }
.form_with_label_animated .form-group.form-group-item input, .form_with_label_animated .form-group.form-group-item select, .form_with_label_animated .form-group.form-group-item textarea { background: rgb(0, 0, 0); border: 1px solid rgb(204, 204, 204); color: rgb(255, 255, 255); display: block; font-size: 0.875rem; height: 40px; padding: 10px 15px 5px; transition: 0.3s; width: 100%; }
.form_with_label_animated .form-group.form-group-item textarea { height: 86px; padding: 15px 15px 5px 17px; }
.form_with_label_animated .form-group.form-group-item input, .form_with_label_animated .form-group.form-group-item select, .form_with_label_animated .form-group.form-group-item textarea { color: transparent !important; }
.form_with_label_animated .form-group.form-group-item input:focus, .form_with_label_animated .form-group.form-group-item input:valid, .form_with_label_animated .form-group.form-group-item select:focus, .form_with_label_animated .form-group.form-group-item select:valid, .form_with_label_animated .form-group.form-group-item textarea:focus, .form_with_label_animated .form-group.form-group-item textarea:valid { color: rgb(255, 255, 255) !important; }
.form_with_label_animated .form-group.form-group-item input:-webkit-autofill, .form_with_label_animated .form-group.form-group-item input:-webkit-autofill:active, .form_with_label_animated .form-group.form-group-item input:-webkit-autofill:focus, .form_with_label_animated .form-group.form-group-item input:-webkit-autofill:hover { transition-delay: 9999s; }
.form_with_label_animated .form-group.form-group-item input[data-autocompleted], .form_with_label_animated .form-group.form-group-item select[data-autocompleted], .form_with_label_animated .form-group.form-group-item textarea[data-autocompleted] { background-color: transparent !important; color: rgb(0, 0, 0); }
.form_with_label_animated .form-group.form-group-item input:focus, .form_with_label_animated .form-group.form-group-item input:valid, .form_with_label_animated .form-group.form-group-item select:focus, .form_with_label_animated .form-group.form-group-item select:valid, .form_with_label_animated .form-group.form-group-item textarea:focus, .form_with_label_animated .form-group.form-group-item textarea:valid { border-color: rgb(255, 255, 255) !important; }
.c-ds-loading { flex-direction: column; gap: 4px; }
.c-ds-loading, .c-ds-loading__type-1 { align-items: center; display: flex; justify-content: center; }
.c-ds-loading__type-1 .c-ds-loading__content { animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite normal none running animation-loading-type-1; border-width: 8px; border-style: solid; border-color: rgb(102, 102, 102) transparent transparent; border-image: initial; border-radius: 50%; box-sizing: border-box; display: block; height: 64px; margin: 8px; position: absolute; width: 64px; }
.c-ds-loading__type-1 .c-ds-loading__content--l-1 { animation-delay: -0.45s; }
.c-ds-loading__type-1 .c-ds-loading__content--l-2 { animation-delay: -0.3s; }
.c-ds-loading__type-1 .c-ds-loading__content--l-3 { animation-delay: -0.15s; }
.c-ds-loading__message { color: rgb(102, 102, 102); font-size: 14px; }
@keyframes animation-loading-type-1 { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
.c-ds-input__input, .c-ds-shops__select { background-clip: padding-box; background-color: rgb(255, 255, 255); border: 1px solid rgb(206, 212, 218); border-radius: 0.25rem; color: rgb(73, 80, 87); display: block; font-size: 1rem; font-weight: 400; height: calc(1.5em + 2px + 0.75rem); line-height: 1.5; padding: 0.375rem 0.75rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; width: 100%; }
.c-button-consorcio { display: block; margin-bottom: 80px; width: 100%; }
@media (max-width: 768px) {
  .c-button-consorcio { margin-bottom: 24px; }
}
.c-button-consorcio__content { display: flex; flex-direction: column; padding-bottom: 1rem; padding-top: 1rem; width: 100%; }
.c-button-consorcio__content:first-child { padding-left: 2rem; padding-right: 1rem; }
.c-button-consorcio__content:last-child { background-color: rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0); color: rgb(255, 255, 255); padding-left: 1rem; padding-right: 2rem; position: relative; }
.c-button-consorcio__content:last-child::after { color: rgb(255, 255, 255); content: "+"; font-size: 1.75rem; margin-right: 7px; margin-top: -1px; position: absolute; right: 0px; }
.c-button-consorcio__text { text-align: center; }
.c-button-consorcio__text--consorcio { font-size: 0.75rem; font-weight: 900; width: 100%; }
.c-button-consorcio__text--buy-with { font-size: 0.75rem; }
.c-button-consorcio__text--name-dealership { font-weight: 700; }
.c-button-consorcio__link { align-items: center; border: 1px solid rgb(0, 0, 0); border-radius: 1000px; display: flex; font-size: 0.875rem; gap: 1rem; height: 4.5rem; justify-content: space-around; margin: 0px auto; max-width: 290px; overflow: hidden; text-decoration: none; width: 100%; }
@media (max-width: 768px) {
  .c-button-consorcio__link { max-width: 360px; }
}
.c-button-consorcio__entrance { font-size: 1rem; font-weight: 900; white-space: nowrap; }
.c-button-consorcio__installments { font-size: 0.75rem; white-space: nowrap; }
.ql-font-serif { font-family: Georgia, "Times New Roman", serif; }
.ql-font-monospace { font-family: Monaco, "Courier New", monospace; }
.ql-size-small { font-size: 0.75rem; }
.ql-size-large { font-size: 1.5rem; }
.ql-size-huge { font-size: 2.5em; }
.ql-bold { font-weight: 700; }
.ql-italic { font-style: italic; }
.ql-underline { text-decoration: underline; }
.ql-strike { text-decoration: line-through; }
.ql-align-center { text-align: center; }
.ql-align-right { text-align: right; }
.ql-align-justify { text-align: justify; }
blockquote { border-left: 4px solid rgb(204, 204, 204); margin-bottom: 5px; margin-top: 5px; padding-left: 16px; text-align: initial; }
body { font-family: Roboto, sans-serif; }
.font-family-regular, h1, h2, h3, h4, h5, h6 { font-family: Roboto, sans-serif !important; }
.font-weight-bold { font-weight: 700; }
body, html { height: 100%; opacity: 1 !important; }
.map iframe { width: 100% !important; }
.loader { animation: 2s linear 0s infinite normal none running spin; border-radius: 50%; border-color: rgb(0, 0, 255) rgb(243, 243, 243); border-style: solid; border-width: 16px; height: 100px; width: 100px; }
@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(1turn); }
}
.btn-whatsapp { position: fixed; right: 0px; top: 32%; z-index: 1030; }
@media (max-width: 576px) {
  .btn-whatsapp { bottom: 8%; position: fixed; right: 1%; top: auto; z-index: 1030; }
}
.container-float-shop-phones-modal { bottom: 10%; min-height: 50px; position: fixed; right: 0px; z-index: 1045; }
.container-float-shop-phones-modal a.btn { line-height: 1.8rem; }
.container-float-shop-phones-modal a.btn:hover { color: rgb(33, 37, 41); }
.qrcode-icon-mobile, .whatsapp-icon-mobile { display: none; }
@media (max-width: 768px) {
  .whatsapp-icon-mobile { display: block; }
  .whatsapp-icon-desktop { display: none; }
  .qrcode-icon-mobile { display: block; }
  .qrcode-icon-desktop { display: none; }
}
.btn-share-vehicle { border: 1px solid transparent; border-radius: 0.25rem; color: rgb(33, 37, 41); font-weight: 400; line-height: 1.5; text-align: center; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; user-select: none; vertical-align: middle; }
.btn-share-stock { left: 12px; top: 46px; }
.inactive-share-links { display: none; opacity: 0; transition: 0.4s; }
.active-share-links { display: block; opacity: 1; }
#request-loading { background: rgb(0, 0, 0); display: none; height: 100%; left: 0px; opacity: 0.6; position: fixed; top: 0px; width: 100%; z-index: 1000; }
.load-gif { left: 50%; position: fixed; top: 50%; }
.color-choose div { display: inline-block; }
.color-choose input[type="radio"] { display: none; }
.color-choose input[type="radio"] + label span { border: 2px solid rgb(255, 255, 255); border-radius: 5%; box-shadow: rgba(0, 0, 0, 0.33) 0px 1px 3px 0px; cursor: pointer; display: inline-block; height: 24px; margin: -1px 4px 0px 0px; vertical-align: middle; width: 24px; }
.color-choose input[type="radio"]:checked + label span::before { color: rgb(255, 255, 255); content: "✓"; display: inline-block; font-size: 2em; left: -3px; position: relative; top: -13px; }
input[type="file"] { display: none; }
.nav-dealerbrand li a::after { content: " |"; }
.nav-dealerbrand li:last-child a::after { content: ""; }
#collapse-menu-list { height: calc(-64px + 100vh) !important; }
#collapse-menu-list .btn-menu-collapse-opt { justify-content: start !important; }
button.btn-step:focus { outline: unset !important; }
.media-gallery { position: relative; }
.media-gallery.padding { padding-left: 40px; padding-right: 20px; }
.media-gallery .gallery-container { scroll-behavior: smooth; }
.media-gallery .gallery-container .media-item { cursor: pointer; }
.media-gallery .left-control { left: 0px; padding-right: 20px; }
.media-gallery .left-control, .media-gallery .right-control { align-items: center; cursor: pointer; display: flex; height: 100%; position: absolute; z-index: 9999; }
.media-gallery .right-control { padding-left: 20px; right: 0px; }
input.show-more-state { display: none; }
div.show-more-target { font-size: 0px; max-height: 0px; opacity: 0; transition: 0.25s; }
input.show-more-state:checked ~ div.show-more-content div.show-more-target { font-size: inherit; max-height: 999em; opacity: 1; }
label.show-more-trigger { cursor: pointer; display: inline-block; }
.col-buttons { overflow: auto hidden; }
.sidebar { background-color: transparent; height: 100vh; left: -10000px; min-height: 580px; position: fixed; right: 0px; top: 0px; transition: left 0.1s ease-in-out; }
.sidebar.show { left: 0px; }
.sidebar ul.navbar-menu { background-color: rgb(255, 255, 255); height: 100vh; position: relative; width: 35%; }
.sidebar ul.navbar-menu::before { background-color: rgb(255, 255, 255); content: " "; height: inherit; left: -130%; position: absolute; right: 0px; top: 0px; width: 130%; z-index: -1; }
#btn-dismiss-menu, .btn-collapse-menu { background-color: transparent; color: rgb(0, 0, 0); }
#btn-dismiss-menu { width: max-content; }
@font-face { font-display: swap; font-family: BarlowSemiCondensed-Regular; src: url("BarlowSemiCondensed-Regular.ttf"); }
.assinatura_delaersites_new { font-family: BarlowSemiCondensed-Regular !important; font-size: 12px !important; }
.vehicle-stock-details-carousel .gallery-thumbs.overflow-auto { overflow: auto hidden !important; }
.stock-content .vehicles-container .pagination-bottom .pagination-col, .stock-content .vehicles-container .pagination-top .pagination-col { overflow: auto; }
.carousel-indicators { max-width: 100%; width: auto; }
.btn-tel-seminovos { font-size: 14px; height: 33px; margin: 3px 0px 0px; padding: 0px 7px; }
.btn-tel-seminovos.btn:active, .btn-tel-seminovos.btn:focus .btn-tel-seminovos.btn:hover { box-shadow: none; }
.ds-form-banner__wrapper { background: rgba(0, 0, 0, 0.79); }
@media (max-width: 768px) {
  .ds-form-banner__wrapper { background: rgb(0, 0, 0); }
  .ds-form-banner__open-modal-button { background: rgb(0, 0, 0); border: 2px solid rgb(0, 0, 0); }
}
.c-stock-card { background: rgb(255, 255, 255); border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px 0px; padding: 0px !important; }
.c-stock-card__header { background-color: rgb(255, 255, 255); padding: 0.75rem 0.75rem 0px !important; }
.c-stock-card__body { background-color: rgb(255, 255, 255); padding: 0px 0.75rem !important; }
.c-stock-card__footer { background-color: rgb(255, 255, 255); border-radius: 12px !important; padding: 0px 0.75rem 0.75rem !important; }
.c-stock-card__footer .btn-seller-contact { display: block !important; }
.c-stock-card__brand { color: rgb(13, 13, 13); font-size: 12px; opacity: 0.6; text-transform: uppercase; }
.c-stock-card__title { font-size: 18px; text-transform: capitalize; }
.c-stock-card__img { border-radius: 8px; height: auto; max-width: 100%; }
.c-stock-card__info { color: rgb(108, 117, 125); display: flex; font-size: 12px; justify-content: space-between; }
.c-stock-card__location { font-size: 14px; text-transform: capitalize; }
.c-stock-card__price-old { color: rgb(108, 117, 125); font-size: 14px; text-decoration: line-through; }
.c-stock-card__price, .c-stock-card__price-new, .c-stock-card__price-null { color: rgb(0, 0, 0); font-size: 28px; }
.c-stock-card__footer { display: none; border-radius: 0px !important; }
.c-stock-card__offer-tag { align-items: center; background-color: red; bottom: 12px; display: flex; height: 25px; justify-content: center; padding: 6px 0px; position: absolute; right: -6px; width: 95px; z-index: 2; }
.c-stock-card__offer-text { color: rgb(255, 255, 255); font-size: 10px; text-transform: uppercase; }
.c-stock-card__tag-svg { fill: rgb(125, 1, 1); bottom: 17px; flex-shrink: 0; height: 8px; position: absolute; right: -9px; width: 8.899px; }
.c-stock-card__box-tags, .c-stock-card__tags { justify-content: center; }
.c-stock-card__tags { align-items: center; background-color: rgb(216, 212, 228); border: 1px solid rgb(216, 212, 228); border-radius: 8px; color: var(--primary); display: flex; height: 25px; margin-left: 2px; min-width: 90px; padding: 0px; width: 105%; font-size: 10px !important; }
.c-stock-card .btn-share-vehicle { box-shadow: none; font-size: 8px; left: 0px; position: absolute; top: 0px; z-index: 1000; }
.c-stock-card__body-vdp-link:active, .c-stock-card__body-vdp-link:hover, .c-stock-card__body-vdp-link:link, .c-stock-card__body-vdp-link:visited { text-decoration: none !important; }
.c-stock-card:hover .c-stock-card__info, .c-stock-card:hover .c-stock-card__location { display: none; }
.c-stock-card:hover .c-stock-card__details-text, .c-stock-card:hover .c-stock-card__footer { display: block; }
@media (max-width: 991px) {
  .c-stock-card .c-stock-card__footer, .c-stock-card .c-stock-card__info, .c-stock-card .c-stock-card__location, .c-stock-card:hover .c-stock-card__info, .c-stock-card:hover .c-stock-card__location { display: block; }
}
.header-form-btn-desk { margin-left: 1rem !important; }
.header-form-btn-mob { border-radius: 0px !important; }
#page-home .offer-subdescription, #page-internal .offer-subdescription, #page-offer-list .offer-subdescription { -webkit-line-clamp: 4; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; }
.btn-phone-selector { background-color: transparent; border: none; color: var(--secondary); }
header .nav-pills .nav-link.active, header .nav-pills .show > .nav-link { background-color: transparent !important; }
.dropdown-phone-mobile.show { animation: 1s ease 0s 1 normal none running slideRight; right: -9px; text-align: end; }
@keyframes slideRight { 
  0% { transform: translateX(300px); }
  100% { transform: translateX(0px); }
}
.collapse-menu-list { animation: 1s ease 0s 1 normal none running slideLeft; }
@keyframes slideLeft { 
  0% { transform: translateX(-300px); }
  100% { transform: translateX(0px); }
}
.selector-button-phones #dropdown-phones-top { margin: 0px !important; min-width: 10rem !important; }
.dropdown-phone-mobile.show, .selector-button-phones .dropdown-menu { background: rgb(252, 252, 252); border: none; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px 0px; border-radius: 0px 0px 4px 4px !important; margin-top: 0px !important; }
#header-top-navbar-menu .dropdown-toggle::after, .btn-phone-selector::after { border: 0px; content: ""; font-family: "Font Awesome 6 Free"; font-size: 14px; font-weight: 700; vertical-align: inherit; }
#header-top-navbar-menu .dropdown-toggle[aria-expanded="true"]::after, .btn-menu-collapse-opt .fa-chevron-down:hover::before, .btn-phone-selector.dropdown-toggle[aria-expanded="true"]::after { content: ""; }
.c-header-stock-btn { left: 0px; position: fixed; right: 0px; top: 11%; z-index: 1000; }
.c-stock-card-mob { background: rgb(255, 255, 255); border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 2px; padding: 0px !important; }
.c-stock-card-mob__header { background-color: rgb(255, 255, 255); padding: 0.75rem 0.75rem 0px !important; }
.c-stock-card-mob__body { background-color: rgb(255, 255, 255); padding: 0px 0.75rem !important; }
.c-stock-card-mob__brand { color: rgb(115, 115, 128); font-size: 8px; font-style: normal; font-weight: 600; letter-spacing: 0.08px; line-height: 20px; text-transform: uppercase; }
.c-stock-card-mob__title { color: rgb(0, 0, 0); font-size: 14px; font-style: normal; font-weight: 600; letter-spacing: 0.14px; line-height: 18px; text-transform: capitalize; }
.c-stock-card-mob__img { border-radius: 4px 0px 0px 4px; height: 100%; max-width: 100%; object-fit: cover; min-height: unset !important; }
.c-stock-card-mob__info { color: rgb(115, 115, 128); display: flex; font-size: 8px; font-style: normal; font-weight: 400; justify-content: space-between; line-height: normal; }
.c-stock-card-mob__price-old { color: rgb(0, 0, 0); font-size: 10px; font-style: normal; font-weight: 400; letter-spacing: 0.1px; line-height: 20px; text-decoration: line-through; }
.c-stock-card-mob__price, .c-stock-card-mob__price-new, .c-stock-card-mob__price-null { color: rgb(0, 0, 0); font-size: 16px; font-style: normal; font-weight: 600; letter-spacing: 0.16px; line-height: 20px; }
.c-stock-card-mob__offer-tag { align-items: center; background-color: red; bottom: 12px; display: flex; height: 25px; justify-content: center; padding: 6px 0px; position: absolute; right: -6px; width: 95px; z-index: 2; }
.c-stock-card-mob__offer-text { color: rgb(255, 255, 255); font-size: 10px; text-transform: uppercase; }
.c-stock-card-mob__tag-svg { fill: rgb(125, 1, 1); bottom: 17px; flex-shrink: 0; height: 8px; position: absolute; right: -9px; width: 8.899px; }
.c-stock-card-mob .btn-share-vehicle { box-shadow: none; font-size: 8px; left: 0px; position: absolute; top: 0px; z-index: 1000; }
.c-stock-card-mob__body-vdp-link:active, .c-stock-card-mob__body-vdp-link:hover, .c-stock-card-mob__body-vdp-link:link, .c-stock-card-mob__body-vdp-link:visited { text-decoration: none !important; }